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, 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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to acceptances for agreements /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to acceptances for agreements"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Get the details about the acceptance records for a specific agreement. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the details about the acceptance records for a specific agreement.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/agreement-list-acceptances?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AcceptancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AcceptancesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/agreements/{agreement%2Did}/acceptances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AcceptancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AcceptancesRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agreement%2Did}/acceptances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public AcceptancesRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{a /// /// Get the details about the acceptance records for a specific agreement. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to acceptances for 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 @@ -236,7 +242,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}/agreements/{agreement%2Did}/acceptances", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Agreements/Item/Acceptances/Count/CountRequestBuilder.cs b/src/generated/Agreements/Item/Acceptances/Count/CountRequestBuilder.cs index 6d7c7096da..8b1550ba81 100644 --- a/src/generated/Agreements/Item/Acceptances/Count/CountRequestBuilder.cs +++ b/src/generated/Agreements/Item/Acceptances/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}/agreements/{agreement%2Did}/acceptances/$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}/agreements/{agreement%2Did}/acceptances/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agreeme /// /// 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/Agreements/Item/Acceptances/Item/AgreementAcceptanceItemRequestBuilder.cs b/src/generated/Agreements/Item/Acceptances/Item/AgreementAcceptanceItemRequestBuilder.cs index be14741e67..50525f517c 100644 --- a/src/generated/Agreements/Item/Acceptances/Item/AgreementAcceptanceItemRequestBuilder.cs +++ b/src/generated/Agreements/Item/Acceptances/Item/AgreementAcceptanceItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AgreementAcceptanceItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property acceptances for agreements /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property acceptances for agreements"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Information about acceptances of this agreement. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Information about acceptances of this agreement."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property acceptances in agreements /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property acceptances in agreements"; @@ -170,13 +173,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}/agreements/{agreement%2Did}/acceptances/{agreementAcceptance%2Did}{?%24expand,%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}/agreements/{agreement%2Did}/acceptances/{agreementAcceptance%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public AgreementAcceptanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/a /// /// Delete navigation property acceptances for 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 @@ -192,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}/agreements/{agreement%2Did}/acceptances/{agreementAcceptance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Information about acceptances of this agreement. /// + /// 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 /// Update the navigation property acceptances in 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 @@ -226,7 +232,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}/agreements/{agreement%2Did}/acceptances/{agreementAcceptance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Agreements/Item/AgreementItemRequestBuilder.cs b/src/generated/Agreements/Item/AgreementItemRequestBuilder.cs index bd93b6d184..75d23716ea 100644 --- a/src/generated/Agreements/Item/AgreementItemRequestBuilder.cs +++ b/src/generated/Agreements/Item/AgreementItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class AgreementItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the acceptances property of the microsoft.graph.agreement entity. /// + /// A public Command BuildAcceptancesNavCommand() { var command = new Command("acceptances"); command.Description = "Provides operations to manage the acceptances property of the microsoft.graph.agreement entity."; @@ -50,6 +51,7 @@ public Command BuildAcceptancesNavCommand() { /// /// Delete entity from agreements /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from agreements"; @@ -83,6 +85,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the file property of the microsoft.graph.agreement entity. /// + /// A public Command BuildFileNavCommand() { var command = new Command("file"); command.Description = "Provides operations to manage the file property of the microsoft.graph.agreement entity."; @@ -106,6 +109,7 @@ public Command BuildFileNavCommand() { /// /// Provides operations to manage the files property of the microsoft.graph.agreement entity. /// + /// A public Command BuildFilesNavCommand() { var command = new Command("files"); command.Description = "Provides operations to manage the files property of the microsoft.graph.agreement entity."; @@ -131,6 +135,7 @@ public Command BuildFilesNavCommand() { /// /// Get entity from agreements by key /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get entity from agreements by key"; @@ -174,6 +179,7 @@ public Command BuildGetCommand() { /// /// Update entity in agreements /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in agreements"; @@ -221,13 +227,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AgreementItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AgreementItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/agreements/{agreement%2Did}{?%24select}", pathParameters) { } /// - /// Instantiates a new AgreementItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AgreementItemRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agreement%2Did}{?%24select}", rawUrl) { @@ -235,6 +241,7 @@ public AgreementItemRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/ /// /// Delete entity 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 @@ -243,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/agreements/{agreement%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -251,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get entity from agreements 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 @@ -267,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in 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 @@ -277,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(Agreement 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}/agreements/{agreement%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Agreements/Item/FileNamespace/FileRequestBuilder.cs b/src/generated/Agreements/Item/FileNamespace/FileRequestBuilder.cs index 589c652e13..5426d9374c 100644 --- a/src/generated/Agreements/Item/FileNamespace/FileRequestBuilder.cs +++ b/src/generated/Agreements/Item/FileNamespace/FileRequestBuilder.cs @@ -23,6 +23,7 @@ public class FileRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property file for agreements /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property file for agreements"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the localizations property of the microsoft.graph.agreementFile entity. /// + /// A public Command BuildLocalizationsNavCommand() { var command = new Command("localizations"); command.Description = "Provides operations to manage the localizations property of the microsoft.graph.agreementFile entity."; @@ -132,6 +135,7 @@ public Command BuildLocalizationsNavCommand() { /// /// Update the navigation property file in agreements /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property file in agreements"; @@ -179,13 +183,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FileRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FileRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/agreements/{agreement%2Did}/file{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FileRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FileRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agreement%2Did}/file{?%24expand,%24select}", rawUrl) { @@ -193,6 +197,7 @@ public FileRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agreemen /// /// Delete navigation property file for 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 @@ -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}/agreements/{agreement%2Did}/file", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header. /// + /// 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 file in 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 @@ -235,7 +242,7 @@ public RequestInformation ToPatchRequestInformation(AgreementFile 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}/agreements/{agreement%2Did}/file", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Agreements/Item/FileNamespace/Localizations/Count/CountRequestBuilder.cs b/src/generated/Agreements/Item/FileNamespace/Localizations/Count/CountRequestBuilder.cs index 3aa353df9f..ad7f8620f2 100644 --- a/src/generated/Agreements/Item/FileNamespace/Localizations/Count/CountRequestBuilder.cs +++ b/src/generated/Agreements/Item/FileNamespace/Localizations/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}/agreements/{agreement%2Did}/file/localizations/$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}/agreements/{agreement%2Did}/file/localizations/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agreeme /// /// 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/Agreements/Item/FileNamespace/Localizations/Item/AgreementFileLocalizationItemRequestBuilder.cs b/src/generated/Agreements/Item/FileNamespace/Localizations/Item/AgreementFileLocalizationItemRequestBuilder.cs index 75905b5693..f371c39115 100644 --- a/src/generated/Agreements/Item/FileNamespace/Localizations/Item/AgreementFileLocalizationItemRequestBuilder.cs +++ b/src/generated/Agreements/Item/FileNamespace/Localizations/Item/AgreementFileLocalizationItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AgreementFileLocalizationItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property localizations for agreements /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property localizations for agreements"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// The localized version of the terms of use agreement files attached to the agreement. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The localized version of the terms of use agreement files attached to the agreement."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property localizations in agreements /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property localizations in agreements"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. /// + /// A public Command BuildVersionsNavCommand() { var command = new Command("versions"); command.Description = "Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity."; @@ -196,13 +200,13 @@ public Command BuildVersionsNavCommand() { return command; } /// - /// Instantiates a new AgreementFileLocalizationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AgreementFileLocalizationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AgreementFileLocalizationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AgreementFileLocalizationItemRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}{?%24expand,%24select}", rawUrl) { @@ -210,6 +214,7 @@ public AgreementFileLocalizationItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property localizations for 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 @@ -218,7 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -226,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The localized version of the terms of use agreement files attached to the agreement. /// + /// 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 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property localizations in 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 @@ -252,7 +259,7 @@ public RequestInformation ToPatchRequestInformation(AgreementFileLocalization bo public RequestInformation ToPatchRequestInformation(AgreementFileLocalization 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}/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Agreements/Item/FileNamespace/Localizations/Item/Versions/Count/CountRequestBuilder.cs b/src/generated/Agreements/Item/FileNamespace/Localizations/Item/Versions/Count/CountRequestBuilder.cs index 7bc06e50c6..dba6ee705a 100644 --- a/src/generated/Agreements/Item/FileNamespace/Localizations/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/generated/Agreements/Item/FileNamespace/Localizations/Item/Versions/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"; @@ -65,13 +66,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}/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}/versions/$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}/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}/versions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agreeme /// /// 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/Agreements/Item/FileNamespace/Localizations/Item/Versions/Item/AgreementFileVersionItemRequestBuilder.cs b/src/generated/Agreements/Item/FileNamespace/Localizations/Item/Versions/Item/AgreementFileVersionItemRequestBuilder.cs index e1f76149c0..00cb68e895 100644 --- a/src/generated/Agreements/Item/FileNamespace/Localizations/Item/Versions/Item/AgreementFileVersionItemRequestBuilder.cs +++ b/src/generated/Agreements/Item/FileNamespace/Localizations/Item/Versions/Item/AgreementFileVersionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AgreementFileVersionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property versions for agreements /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property versions for agreements"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property versions in agreements /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property versions in agreements"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AgreementFileVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AgreementFileVersionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}/versions/{agreementFileVersion%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AgreementFileVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AgreementFileVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}/versions/{agreementFileVersion%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public AgreementFileVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property versions for 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 @@ -210,7 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}/versions/{agreementFileVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Customized versions of the terms of use agreement in the Microsoft Entra 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 @@ -234,6 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property versions in 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 @@ -244,7 +250,7 @@ public RequestInformation ToPatchRequestInformation(AgreementFileVersion body, A public RequestInformation ToPatchRequestInformation(AgreementFileVersion 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}/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}/versions/{agreementFileVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Agreements/Item/FileNamespace/Localizations/Item/Versions/VersionsRequestBuilder.cs b/src/generated/Agreements/Item/FileNamespace/Localizations/Item/Versions/VersionsRequestBuilder.cs index 9f88ab43bd..5946a34bf8 100644 --- a/src/generated/Agreements/Item/FileNamespace/Localizations/Item/Versions/VersionsRequestBuilder.cs +++ b/src/generated/Agreements/Item/FileNamespace/Localizations/Item/Versions/VersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class VersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AgreementFileVersionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to versions for agreements /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to versions for agreements"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agre /// /// Read-only. Customized versions of the terms of use agreement in the Microsoft Entra 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 @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to versions for 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(AgreementFileVersion body, Ac public RequestInformation ToPostRequestInformation(AgreementFileVersion 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/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}/versions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Agreements/Item/FileNamespace/Localizations/LocalizationsRequestBuilder.cs b/src/generated/Agreements/Item/FileNamespace/Localizations/LocalizationsRequestBuilder.cs index 8c9e58246c..8e37930b2c 100644 --- a/src/generated/Agreements/Item/FileNamespace/Localizations/LocalizationsRequestBuilder.cs +++ b/src/generated/Agreements/Item/FileNamespace/Localizations/LocalizationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class LocalizationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the localizations property of the microsoft.graph.agreementFile 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 localizations for agreements /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to localizations for agreements"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// Get a list of the default and localized agreement files. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the default and localized agreement files.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0"; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new LocalizationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LocalizationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/agreements/{agreement%2Did}/file/localizations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new LocalizationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LocalizationsRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agreement%2Did}/file/localizations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public LocalizationsRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/ /// /// Get a list of the default and localized agreement files. /// + /// 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 localizations for 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 @@ -238,7 +244,7 @@ public RequestInformation ToPostRequestInformation(AgreementFileLocalization bod public RequestInformation ToPostRequestInformation(AgreementFileLocalization 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/{agreement%2Did}/file/localizations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Agreements/Item/Files/Count/CountRequestBuilder.cs b/src/generated/Agreements/Item/Files/Count/CountRequestBuilder.cs index 2a28b221ea..fd23bc408e 100644 --- a/src/generated/Agreements/Item/Files/Count/CountRequestBuilder.cs +++ b/src/generated/Agreements/Item/Files/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}/agreements/{agreement%2Did}/files/$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}/agreements/{agreement%2Did}/files/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agreeme /// /// 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/Agreements/Item/Files/FilesRequestBuilder.cs b/src/generated/Agreements/Item/Files/FilesRequestBuilder.cs index e853eecc77..65381a22a8 100644 --- a/src/generated/Agreements/Item/Files/FilesRequestBuilder.cs +++ b/src/generated/Agreements/Item/Files/FilesRequestBuilder.cs @@ -24,6 +24,7 @@ public class FilesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the files property of the microsoft.graph.agreement 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new localized agreement file. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new localized agreement file.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand."; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/agreements/{agreement%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agreement%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agreeme /// /// PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand. /// + /// 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 a new localized agreement file. /// + /// 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(AgreementFileLocalization bod public RequestInformation ToPostRequestInformation(AgreementFileLocalization 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/{agreement%2Did}/files", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Agreements/Item/Files/Item/AgreementFileLocalizationItemRequestBuilder.cs b/src/generated/Agreements/Item/Files/Item/AgreementFileLocalizationItemRequestBuilder.cs index 1acd009f33..7f2f43f530 100644 --- a/src/generated/Agreements/Item/Files/Item/AgreementFileLocalizationItemRequestBuilder.cs +++ b/src/generated/Agreements/Item/Files/Item/AgreementFileLocalizationItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AgreementFileLocalizationItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property files for agreements /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property files for agreements"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property files in agreements /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property files in agreements"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. /// + /// A public Command BuildVersionsNavCommand() { var command = new Command("versions"); command.Description = "Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity."; @@ -196,13 +200,13 @@ public Command BuildVersionsNavCommand() { return command; } /// - /// Instantiates a new AgreementFileLocalizationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AgreementFileLocalizationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AgreementFileLocalizationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AgreementFileLocalizationItemRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}{?%24expand,%24select}", rawUrl) { @@ -210,6 +214,7 @@ public AgreementFileLocalizationItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property files for 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 @@ -218,7 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -226,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand. /// + /// 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 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property files in 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 @@ -252,7 +259,7 @@ public RequestInformation ToPatchRequestInformation(AgreementFileLocalization bo public RequestInformation ToPatchRequestInformation(AgreementFileLocalization 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}/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Agreements/Item/Files/Item/Versions/Count/CountRequestBuilder.cs b/src/generated/Agreements/Item/Files/Item/Versions/Count/CountRequestBuilder.cs index 08ef316df7..9c91e1cc9d 100644 --- a/src/generated/Agreements/Item/Files/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/generated/Agreements/Item/Files/Item/Versions/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"; @@ -65,13 +66,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}/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}/versions/$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}/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}/versions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agreeme /// /// 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/Agreements/Item/Files/Item/Versions/Item/AgreementFileVersionItemRequestBuilder.cs b/src/generated/Agreements/Item/Files/Item/Versions/Item/AgreementFileVersionItemRequestBuilder.cs index 3a4c9efedb..b4d45b0d21 100644 --- a/src/generated/Agreements/Item/Files/Item/Versions/Item/AgreementFileVersionItemRequestBuilder.cs +++ b/src/generated/Agreements/Item/Files/Item/Versions/Item/AgreementFileVersionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AgreementFileVersionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property versions for agreements /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property versions for agreements"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property versions in agreements /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property versions in agreements"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AgreementFileVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AgreementFileVersionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}/versions/{agreementFileVersion%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AgreementFileVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AgreementFileVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}/versions/{agreementFileVersion%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public AgreementFileVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property versions for 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 @@ -210,7 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}/versions/{agreementFileVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Customized versions of the terms of use agreement in the Microsoft Entra 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 @@ -234,6 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property versions in 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 @@ -244,7 +250,7 @@ public RequestInformation ToPatchRequestInformation(AgreementFileVersion body, A public RequestInformation ToPatchRequestInformation(AgreementFileVersion 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}/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}/versions/{agreementFileVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Agreements/Item/Files/Item/Versions/VersionsRequestBuilder.cs b/src/generated/Agreements/Item/Files/Item/Versions/VersionsRequestBuilder.cs index 94b8aab50e..d94f8f1339 100644 --- a/src/generated/Agreements/Item/Files/Item/Versions/VersionsRequestBuilder.cs +++ b/src/generated/Agreements/Item/Files/Item/Versions/VersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class VersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AgreementFileVersionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to versions for agreements /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to versions for agreements"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/agreements/{agre /// /// Read-only. Customized versions of the terms of use agreement in the Microsoft Entra 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 @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to versions for 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(AgreementFileVersion body, Ac public RequestInformation ToPostRequestInformation(AgreementFileVersion 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/{agreement%2Did}/files/{agreementFileLocalization%2Did}/versions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/AppCatalogs/AppCatalogsRequestBuilder.cs b/src/generated/AppCatalogs/AppCatalogsRequestBuilder.cs index 17af526525..bd12847a58 100644 --- a/src/generated/AppCatalogs/AppCatalogsRequestBuilder.cs +++ b/src/generated/AppCatalogs/AppCatalogsRequestBuilder.cs @@ -23,6 +23,7 @@ public class AppCatalogsRequestBuilder : BaseCliRequestBuilder { /// /// Get appCatalogs /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get appCatalogs"; @@ -67,6 +68,7 @@ public Command BuildGetCommand() { /// /// Update appCatalogs /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update appCatalogs"; @@ -110,6 +112,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the teamsApps property of the microsoft.graph.appCatalogs entity. /// + /// A public Command BuildTeamsAppsNavCommand() { var command = new Command("teams-apps"); command.Description = "Provides operations to manage the teamsApps property of the microsoft.graph.appCatalogs entity."; @@ -133,13 +136,13 @@ public Command BuildTeamsAppsNavCommand() { return command; } /// - /// Instantiates a new AppCatalogsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppCatalogsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/appCatalogs{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppCatalogsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppCatalogsRequestBuilder(string rawUrl) : base("{+baseurl}/appCatalogs{?%24expand,%24select}", rawUrl) { @@ -147,6 +150,7 @@ public AppCatalogsRequestBuilder(string rawUrl) : base("{+baseurl}/appCatalogs{? /// /// Get appCatalogs /// + /// 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 /// Update appCatalogs /// + /// 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 ToPatchRequestInformation(ApiSdk.Models.AppCatalogs bo public RequestInformation ToPatchRequestInformation(ApiSdk.Models.AppCatalogs 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}/appCatalogs", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/AppCatalogs/TeamsApps/Count/CountRequestBuilder.cs b/src/generated/AppCatalogs/TeamsApps/Count/CountRequestBuilder.cs index 85e2bc15ca..757674d6ba 100644 --- a/src/generated/AppCatalogs/TeamsApps/Count/CountRequestBuilder.cs +++ b/src/generated/AppCatalogs/TeamsApps/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}/appCatalogs/teamsApps/$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}/appCatalogs/teamsApps/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/appCatalogs/teamsAp /// /// 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/AppCatalogs/TeamsApps/Item/AppDefinitions/AppDefinitionsRequestBuilder.cs b/src/generated/AppCatalogs/TeamsApps/Item/AppDefinitions/AppDefinitionsRequestBuilder.cs index 88b7465c7d..786063efea 100644 --- a/src/generated/AppCatalogs/TeamsApps/Item/AppDefinitions/AppDefinitionsRequestBuilder.cs +++ b/src/generated/AppCatalogs/TeamsApps/Item/AppDefinitions/AppDefinitionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AppDefinitionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appDefinitions property of the microsoft.graph.teamsApp 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Update an app previously published to the Microsoft Teams app catalog. To update an app, the distributionMethod property for the app must be set to organization. This API specifically updates an app published to your organization's app catalog (the tenant app catalog). /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Update an app previously published to the Microsoft Teams app catalog. To update an app, the distributionMethod property for the app must be set to organization. This API specifically updates an app published to your organization's app catalog (the tenant app catalog).\n\nFind more info here:\n https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-1.0"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// The details for each version of the app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The details for each version of the app."; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AppDefinitionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppDefinitionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/appCatalogs/teamsApps/{teamsApp%2Did}/appDefinitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppDefinitionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppDefinitionsRequestBuilder(string rawUrl) : base("{+baseurl}/appCatalogs/teamsApps/{teamsApp%2Did}/appDefinitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public AppDefinitionsRequestBuilder(string rawUrl) : base("{+baseurl}/appCatalog /// /// The details for each version of the app. /// + /// 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 /// Update an app previously published to the Microsoft Teams app catalog. To update an app, the distributionMethod property for the app must be set to organization. This API specifically updates an app published to your organization's app catalog (the tenant app catalog). /// + /// 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(ApiSdk.Models.TeamsAppDefinit public RequestInformation ToPostRequestInformation(ApiSdk.Models.TeamsAppDefinition 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}/appCatalogs/teamsApps/{teamsApp%2Did}/appDefinitions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Count/CountRequestBuilder.cs b/src/generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Count/CountRequestBuilder.cs index d5b8efccdd..af54e05b05 100644 --- a/src/generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Count/CountRequestBuilder.cs +++ b/src/generated/AppCatalogs/TeamsApps/Item/AppDefinitions/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}/appCatalogs/teamsApps/{teamsApp%2Did}/appDefinitions/$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}/appCatalogs/teamsApps/{teamsApp%2Did}/appDefinitions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/appCatalogs/teamsAp /// /// 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/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/Bot/BotRequestBuilder.cs b/src/generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/Bot/BotRequestBuilder.cs index ba073f422f..16f2bd2700 100644 --- a/src/generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/Bot/BotRequestBuilder.cs +++ b/src/generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/Bot/BotRequestBuilder.cs @@ -22,6 +22,7 @@ public class BotRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property bot for appCatalogs /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property bot for appCatalogs"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Get the bot associated with a specific definition of the TeamsApp. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the bot associated with a specific definition of the TeamsApp.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-1.0"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property bot in appCatalogs /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property bot in appCatalogs"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new BotRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BotRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/appCatalogs/teamsApps/{teamsApp%2Did}/appDefinitions/{teamsAppDefinition%2Did}/bot{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BotRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BotRequestBuilder(string rawUrl) : base("{+baseurl}/appCatalogs/teamsApps/{teamsApp%2Did}/appDefinitions/{teamsAppDefinition%2Did}/bot{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public BotRequestBuilder(string rawUrl) : base("{+baseurl}/appCatalogs/teamsApps /// /// Delete navigation property bot for appCatalogs /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/appCatalogs/teamsApps/{teamsApp%2Did}/appDefinitions/{teamsAppDefinition%2Did}/bot", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the bot associated with a specific definition of the TeamsApp. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property bot in appCatalogs /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(TeamworkBot 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}/appCatalogs/teamsApps/{teamsApp%2Did}/appDefinitions/{teamsAppDefinition%2Did}/bot", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/TeamsAppDefinitionItemRequestBuilder.cs b/src/generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/TeamsAppDefinitionItemRequestBuilder.cs index fb0665b2c7..a299591de3 100644 --- a/src/generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/TeamsAppDefinitionItemRequestBuilder.cs +++ b/src/generated/AppCatalogs/TeamsApps/Item/AppDefinitions/Item/TeamsAppDefinitionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class TeamsAppDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the bot property of the microsoft.graph.teamsAppDefinition entity. /// + /// A public Command BuildBotNavCommand() { var command = new Command("bot"); command.Description = "Provides operations to manage the bot property of the microsoft.graph.teamsAppDefinition entity."; @@ -40,6 +41,7 @@ public Command BuildBotNavCommand() { /// /// Delete navigation property appDefinitions for appCatalogs /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property appDefinitions for appCatalogs"; @@ -79,6 +81,7 @@ public Command BuildDeleteCommand() { /// /// The details for each version of the app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The details for each version of the app."; @@ -136,6 +139,7 @@ public Command BuildGetCommand() { /// Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0"; @@ -189,13 +193,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TeamsAppDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamsAppDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/appCatalogs/teamsApps/{teamsApp%2Did}/appDefinitions/{teamsAppDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamsAppDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamsAppDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/appCatalogs/teamsApps/{teamsApp%2Did}/appDefinitions/{teamsAppDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -203,6 +207,7 @@ public TeamsAppDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/ap /// /// Delete navigation property appDefinitions for appCatalogs /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,7 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/appCatalogs/teamsApps/{teamsApp%2Did}/appDefinitions/{teamsAppDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +224,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The details for each version of the app. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center. /// + /// 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 @@ -245,7 +252,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TeamsAppDefini public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TeamsAppDefinition 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}/appCatalogs/teamsApps/{teamsApp%2Did}/appDefinitions/{teamsAppDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/AppCatalogs/TeamsApps/Item/TeamsAppItemRequestBuilder.cs b/src/generated/AppCatalogs/TeamsApps/Item/TeamsAppItemRequestBuilder.cs index 9ead6f276b..193a20e422 100644 --- a/src/generated/AppCatalogs/TeamsApps/Item/TeamsAppItemRequestBuilder.cs +++ b/src/generated/AppCatalogs/TeamsApps/Item/TeamsAppItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class TeamsAppItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appDefinitions property of the microsoft.graph.teamsApp entity. /// + /// A public Command BuildAppDefinitionsNavCommand() { var command = new Command("app-definitions"); command.Description = "Provides operations to manage the appDefinitions property of the microsoft.graph.teamsApp entity."; @@ -49,6 +50,7 @@ public Command BuildAppDefinitionsNavCommand() { /// Delete an app from an organization's app catalog (the tenant app catalog). To delete an app, the distributionMethod property for the app must be set to organization. You can also use this API to remove a submitted app from the review process. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an app from an organization's app catalog (the tenant app catalog). To delete an app, the distributionMethod property for the app must be set to organization. You can also use this API to remove a submitted app from the review process.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-1.0"; @@ -82,6 +84,7 @@ public Command BuildDeleteCommand() { /// /// Get teamsApps from appCatalogs /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get teamsApps from appCatalogs"; @@ -132,6 +135,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property teamsApps in appCatalogs /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property teamsApps in appCatalogs"; @@ -179,13 +183,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TeamsAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamsAppItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/appCatalogs/teamsApps/{teamsApp%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamsAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamsAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/appCatalogs/teamsApps/{teamsApp%2Did}{?%24expand,%24select}", rawUrl) { @@ -193,6 +197,7 @@ public TeamsAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/appCatalogs/ /// /// Delete an app from an organization's app catalog (the tenant app catalog). To delete an app, the distributionMethod property for the app must be set to organization. You can also use this API to remove a submitted app from the review process. /// + /// 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}/appCatalogs/teamsApps/{teamsApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get teamsApps from appCatalogs /// + /// 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 teamsApps in appCatalogs /// + /// 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(ApiSdk.Models.TeamsApp body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TeamsApp 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}/appCatalogs/teamsApps/{teamsApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/AppCatalogs/TeamsApps/TeamsAppsRequestBuilder.cs b/src/generated/AppCatalogs/TeamsApps/TeamsAppsRequestBuilder.cs index 12e72e3024..1525932c7f 100644 --- a/src/generated/AppCatalogs/TeamsApps/TeamsAppsRequestBuilder.cs +++ b/src/generated/AppCatalogs/TeamsApps/TeamsAppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TeamsAppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the teamsApps property of the microsoft.graph.appCatalogs 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// List apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store, as well as apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store, as well as apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TeamsAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamsAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/appCatalogs/teamsApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TeamsAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamsAppsRequestBuilder(string rawUrl) : base("{+baseurl}/appCatalogs/teamsApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public TeamsAppsRequestBuilder(string rawUrl) : base("{+baseurl}/appCatalogs/tea /// /// List apps from the Microsoft Teams app catalog.This includes apps from the Microsoft Teams store, as well as apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Publish an app to the Microsoft Teams app catalog.Specifically, this API publishes the app to your organization's catalog (the tenant app catalog);the created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center. /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.TeamsApp body, public RequestInformation ToPostRequestInformation(ApiSdk.Models.TeamsApp 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}/appCatalogs/teamsApps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ApplicationTemplates/ApplicationTemplatesRequestBuilder.cs b/src/generated/ApplicationTemplates/ApplicationTemplatesRequestBuilder.cs index d96909cab5..0dd2a3f085 100644 --- a/src/generated/ApplicationTemplates/ApplicationTemplatesRequestBuilder.cs +++ b/src/generated/ApplicationTemplates/ApplicationTemplatesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ApplicationTemplatesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of applicationTemplate entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -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() { /// Retrieve a list of applicationTemplate objects from the Microsoft Entra application gallery. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of applicationTemplate objects from the Microsoft Entra application gallery.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0"; @@ -141,13 +144,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ApplicationTemplatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplicationTemplatesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applicationTemplates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ApplicationTemplatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplicationTemplatesRequestBuilder(string rawUrl) : base("{+baseurl}/applicationTemplates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +158,7 @@ public ApplicationTemplatesRequestBuilder(string rawUrl) : base("{+baseurl}/appl /// /// Retrieve a list of applicationTemplate objects from the Microsoft Entra application gallery. /// + /// 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/ApplicationTemplates/Count/CountRequestBuilder.cs b/src/generated/ApplicationTemplates/Count/CountRequestBuilder.cs index e9cc70c69d..3024b1098c 100644 --- a/src/generated/ApplicationTemplates/Count/CountRequestBuilder.cs +++ b/src/generated/ApplicationTemplates/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}/applicationTemplates/$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}/applicationTemplates/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/applicationTemplate /// /// 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/ApplicationTemplates/Item/ApplicationTemplateItemRequestBuilder.cs b/src/generated/ApplicationTemplates/Item/ApplicationTemplateItemRequestBuilder.cs index f2893e2da1..2cc53e137a 100644 --- a/src/generated/ApplicationTemplates/Item/ApplicationTemplateItemRequestBuilder.cs +++ b/src/generated/ApplicationTemplates/Item/ApplicationTemplateItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class ApplicationTemplateItemRequestBuilder : BaseCliRequestBuilder { /// Retrieve the properties of an applicationTemplate object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of an applicationTemplate object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0"; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the instantiate method. /// + /// A public Command BuildInstantiateNavCommand() { var command = new Command("instantiate"); command.Description = "Provides operations to call the instantiate method."; @@ -87,13 +89,13 @@ public Command BuildInstantiateNavCommand() { return command; } /// - /// Instantiates a new ApplicationTemplateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplicationTemplateItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applicationTemplates/{applicationTemplate%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ApplicationTemplateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplicationTemplateItemRequestBuilder(string rawUrl) : base("{+baseurl}/applicationTemplates/{applicationTemplate%2Did}{?%24expand,%24select}", rawUrl) { @@ -101,6 +103,7 @@ public ApplicationTemplateItemRequestBuilder(string rawUrl) : base("{+baseurl}/a /// /// Retrieve the properties of an applicationTemplate 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/ApplicationTemplates/Item/Instantiate/InstantiatePostRequestBody.cs b/src/generated/ApplicationTemplates/Item/Instantiate/InstantiatePostRequestBody.cs index 28377576e1..8a35d9a94a 100644 --- a/src/generated/ApplicationTemplates/Item/Instantiate/InstantiatePostRequestBody.cs +++ b/src/generated/ApplicationTemplates/Item/Instantiate/InstantiatePostRequestBody.cs @@ -17,7 +17,7 @@ public class InstantiatePostRequestBody : IAdditionalDataHolder, IParsable { public string DisplayName { get; set; } #endif /// - /// Instantiates a new instantiatePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public InstantiatePostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public InstantiatePostRequestBody() { /// /// 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 InstantiatePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static InstantiatePostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/ApplicationTemplates/Item/Instantiate/InstantiateRequestBuilder.cs b/src/generated/ApplicationTemplates/Item/Instantiate/InstantiateRequestBuilder.cs index 74d9e18962..ebce955935 100644 --- a/src/generated/ApplicationTemplates/Item/Instantiate/InstantiateRequestBuilder.cs +++ b/src/generated/ApplicationTemplates/Item/Instantiate/InstantiateRequestBuilder.cs @@ -23,6 +23,7 @@ public class InstantiateRequestBuilder : BaseCliRequestBuilder { /// Add an instance of an application from the Microsoft Entra application gallery into your directory. You can also use this API to instantiate non-gallery apps. Use the following ID for the applicationTemplate object: 8adf8e6e-67b2-4cf2-a259-e3dc5476c621. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add an instance of an application from the Microsoft Entra application gallery into your directory. You can also use this API to instantiate non-gallery apps. Use the following ID for the applicationTemplate object: 8adf8e6e-67b2-4cf2-a259-e3dc5476c621.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new InstantiateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InstantiateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applicationTemplates/{applicationTemplate%2Did}/instantiate", pathParameters) { } /// - /// Instantiates a new InstantiateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InstantiateRequestBuilder(string rawUrl) : base("{+baseurl}/applicationTemplates/{applicationTemplate%2Did}/instantiate", rawUrl) { @@ -84,6 +85,7 @@ public InstantiateRequestBuilder(string rawUrl) : base("{+baseurl}/applicationTe /// /// Add an instance of an application from the Microsoft Entra application gallery into your directory. You can also use this API to instantiate non-gallery apps. Use the following ID for the applicationTemplate object: 8adf8e6e-67b2-4cf2-a259-e3dc5476c621. /// + /// 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/Applications/ApplicationsRequestBuilder.cs b/src/generated/Applications/ApplicationsRequestBuilder.cs index 3a3f2e9b24..ca23d00818 100644 --- a/src/generated/Applications/ApplicationsRequestBuilder.cs +++ b/src/generated/Applications/ApplicationsRequestBuilder.cs @@ -28,6 +28,7 @@ public class ApplicationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of application entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -61,6 +62,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."; @@ -77,6 +79,7 @@ public Command BuildCountNavCommand() { /// Create a new application object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new application object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0"; @@ -120,6 +123,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -135,6 +139,7 @@ public Command BuildDeltaNavCommand() { /// /// Provides operations to call the getAvailableExtensionProperties method. /// + /// A public Command BuildGetAvailableExtensionPropertiesNavCommand() { var command = new Command("get-available-extension-properties"); command.Description = "Provides operations to call the getAvailableExtensionProperties method."; @@ -150,6 +155,7 @@ public Command BuildGetAvailableExtensionPropertiesNavCommand() { /// /// Provides operations to call the getByIds method. /// + /// A public Command BuildGetByIdsNavCommand() { var command = new Command("get-by-ids"); command.Description = "Provides operations to call the getByIds method."; @@ -166,6 +172,7 @@ public Command BuildGetByIdsNavCommand() { /// Get the list of applications in this organization. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of applications in this organization.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0"; @@ -265,6 +272,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the validateProperties method. /// + /// A public Command BuildValidatePropertiesNavCommand() { var command = new Command("validate-properties"); command.Description = "Provides operations to call the validateProperties method."; @@ -278,13 +286,13 @@ public Command BuildValidatePropertiesNavCommand() { return command; } /// - /// Instantiates a new ApplicationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplicationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ApplicationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplicationsRequestBuilder(string rawUrl) : base("{+baseurl}/applications{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -292,6 +300,7 @@ public ApplicationsRequestBuilder(string rawUrl) : base("{+baseurl}/applications /// /// Get the list of applications in this organization. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -308,6 +317,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new application 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 @@ -318,7 +328,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.Application bod public RequestInformation ToPostRequestInformation(ApiSdk.Models.Application 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}/applications", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Count/CountRequestBuilder.cs b/src/generated/Applications/Count/CountRequestBuilder.cs index 035a9a6bd4..e93c704936 100644 --- a/src/generated/Applications/Count/CountRequestBuilder.cs +++ b/src/generated/Applications/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"; @@ -60,13 +61,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}/applications/$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}/applications/$count{?%24filter,%24search}", rawUrl) { @@ -74,6 +75,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/applications/$count /// /// 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/Applications/Delta/DeltaGetResponse.cs b/src/generated/Applications/Delta/DeltaGetResponse.cs index bd9ad2c4e3..4b3a686731 100644 --- a/src/generated/Applications/Delta/DeltaGetResponse.cs +++ b/src/generated/Applications/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Application.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Applications/Delta/DeltaRequestBuilder.cs b/src/generated/Applications/Delta/DeltaRequestBuilder.cs index dc19378eab..6ea596b848 100644 --- a/src/generated/Applications/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Applications/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/applications/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/applications/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs b/src/generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs index c8653e7f0d..b3ee4da0f7 100644 --- a/src/generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs +++ b/src/generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetAvailableExtensionPropertiesPostRequestBody : IAdditionalDataHol /// The isSyncedFromOnPremises property public bool? IsSyncedFromOnPremises { get; set; } /// - /// Instantiates a new getAvailableExtensionPropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetAvailableExtensionPropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetAvailableExtensionPropertiesPostRequestBody() { /// /// 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 GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscrimin /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isSyncedFromOnPremises", n => { IsSyncedFromOnPremises = n.GetBoolValue(); } }, diff --git a/src/generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs b/src/generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs index 01dc6f25eb..b7e3bc32af 100644 --- a/src/generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs +++ b/src/generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs @@ -18,6 +18,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// 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 new GetAvailableExtensionPropertiesPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExtensionProperty.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index ee44ead4c7..4847f740d6 100644 --- a/src/generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/generated/Applications/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetAvailableExtensionPropertiesRequestBuilder : BaseCliRequestBuild /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetAvailableExtensionPropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/getAvailableExtensionProperties", pathParameters) { } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/applications/getAvailableExtensionProperties", rawUrl) { @@ -88,6 +89,7 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+ba /// /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// + /// 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/Applications/GetByIds/GetByIdsPostRequestBody.cs b/src/generated/Applications/GetByIds/GetByIdsPostRequestBody.cs index 339c225c8f..3354490670 100644 --- a/src/generated/Applications/GetByIds/GetByIdsPostRequestBody.cs +++ b/src/generated/Applications/GetByIds/GetByIdsPostRequestBody.cs @@ -25,7 +25,7 @@ public class GetByIdsPostRequestBody : IAdditionalDataHolder, IParsable { public List Types { get; set; } #endif /// - /// Instantiates a new getByIdsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetByIdsPostRequestBody() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public GetByIdsPostRequestBody() { /// /// 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 GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Applications/GetByIds/GetByIdsPostResponse.cs b/src/generated/Applications/GetByIds/GetByIdsPostResponse.cs index 3c237a111d..58a7380496 100644 --- a/src/generated/Applications/GetByIds/GetByIdsPostResponse.cs +++ b/src/generated/Applications/GetByIds/GetByIdsPostResponse.cs @@ -18,6 +18,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// 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 new GetByIdsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Applications/GetByIds/GetByIdsRequestBuilder.cs b/src/generated/Applications/GetByIds/GetByIdsRequestBuilder.cs index 484e9ace4a..cbd0f4bb97 100644 --- a/src/generated/Applications/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/generated/Applications/GetByIds/GetByIdsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetByIdsRequestBuilder : BaseCliRequestBuilder { /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetByIdsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/getByIds", pathParameters) { } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/getByIds", rawUrl) { @@ -88,6 +89,7 @@ public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/get /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// + /// 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/Applications/Item/AddKey/AddKeyPostRequestBody.cs b/src/generated/Applications/Item/AddKey/AddKeyPostRequestBody.cs index b430859b28..ef2eeec1e8 100644 --- a/src/generated/Applications/Item/AddKey/AddKeyPostRequestBody.cs +++ b/src/generated/Applications/Item/AddKey/AddKeyPostRequestBody.cs @@ -34,7 +34,7 @@ public class AddKeyPostRequestBody : IAdditionalDataHolder, IParsable { public string Proof { get; set; } #endif /// - /// Instantiates a new addKeyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddKeyPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public AddKeyPostRequestBody() { /// /// 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 AddKeyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static AddKeyPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"keyCredential", n => { KeyCredential = n.GetObjectValue(ApiSdk.Models.KeyCredential.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Applications/Item/AddKey/AddKeyRequestBuilder.cs b/src/generated/Applications/Item/AddKey/AddKeyRequestBuilder.cs index 556f3e5100..1c01b659c4 100644 --- a/src/generated/Applications/Item/AddKey/AddKeyRequestBuilder.cs +++ b/src/generated/Applications/Item/AddKey/AddKeyRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddKeyRequestBuilder : BaseCliRequestBuilder { /// Add a key credential to an application. This method, along with removeKey can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. Applications that don’t have any existing valid certificates (no certificates have been added yet, or all certificates have expired), won’t be able to use this service action. You can use the Update application operation to perform an update instead. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add a key credential to an application. This method, along with removeKey can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. Applications that don’t have any existing valid certificates (no certificates have been added yet, or all certificates have expired), won’t be able to use this service action. You can use the Update application operation to perform an update instead.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddKeyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddKeyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/addKey", pathParameters) { } /// - /// Instantiates a new AddKeyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddKeyRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/addKey", rawUrl) { @@ -84,6 +85,7 @@ public AddKeyRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appl /// /// Add a key credential to an application. This method, along with removeKey can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. Applications that don’t have any existing valid certificates (no certificates have been added yet, or all certificates have expired), won’t be able to use this service action. You can use the Update application operation to perform an update instead. /// + /// 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/Applications/Item/AddPassword/AddPasswordPostRequestBody.cs b/src/generated/Applications/Item/AddPassword/AddPasswordPostRequestBody.cs index 70c4aaa50c..0b255a146b 100644 --- a/src/generated/Applications/Item/AddPassword/AddPasswordPostRequestBody.cs +++ b/src/generated/Applications/Item/AddPassword/AddPasswordPostRequestBody.cs @@ -18,7 +18,7 @@ public class AddPasswordPostRequestBody : IAdditionalDataHolder, IParsable { public ApiSdk.Models.PasswordCredential PasswordCredential { get; set; } #endif /// - /// Instantiates a new addPasswordPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddPasswordPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AddPasswordPostRequestBody() { /// /// 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 AddPasswordPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AddPasswordPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"passwordCredential", n => { PasswordCredential = n.GetObjectValue(ApiSdk.Models.PasswordCredential.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Applications/Item/AddPassword/AddPasswordRequestBuilder.cs b/src/generated/Applications/Item/AddPassword/AddPasswordRequestBuilder.cs index df9449c1f5..80475dafd4 100644 --- a/src/generated/Applications/Item/AddPassword/AddPasswordRequestBuilder.cs +++ b/src/generated/Applications/Item/AddPassword/AddPasswordRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddPasswordRequestBuilder : BaseCliRequestBuilder { /// Adds a strong password or secret to an application. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Adds a strong password or secret to an application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddPasswordRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddPasswordRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/addPassword", pathParameters) { } /// - /// Instantiates a new AddPasswordRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddPasswordRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/addPassword", rawUrl) { @@ -84,6 +85,7 @@ public AddPasswordRequestBuilder(string rawUrl) : base("{+baseurl}/applications/ /// /// Adds a strong password or secret to an application. /// + /// 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/Applications/Item/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs b/src/generated/Applications/Item/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs index e36a7b4c8f..2a982488fc 100644 --- a/src/generated/Applications/Item/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs +++ b/src/generated/Applications/Item/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs @@ -25,6 +25,7 @@ public class AppManagementPoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.applications.item.appManagementPolicies.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new AppManagementPolicyItemRequestBuilder(PathParameters); @@ -34,6 +35,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// /// The appManagementPolicy applied to this application. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The appManagementPolicy applied to this application."; @@ -147,6 +150,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of application entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of application entities."; @@ -162,13 +166,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new AppManagementPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppManagementPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/appManagementPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppManagementPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppManagementPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/appManagementPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -176,6 +180,7 @@ public AppManagementPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/app /// /// The appManagementPolicy applied to this application. /// + /// 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/Applications/Item/AppManagementPolicies/Count/CountRequestBuilder.cs b/src/generated/Applications/Item/AppManagementPolicies/Count/CountRequestBuilder.cs index 957597b82f..a632aa5d51 100644 --- a/src/generated/Applications/Item/AppManagementPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/Applications/Item/AppManagementPolicies/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}/applications/{application%2Did}/appManagementPolicies/$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}/applications/{application%2Did}/appManagementPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appli /// /// 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/Applications/Item/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.cs b/src/generated/Applications/Item/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.cs index 7be9cddce4..5a85c2ff72 100644 --- a/src/generated/Applications/Item/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.cs +++ b/src/generated/Applications/Item/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.cs @@ -18,6 +18,7 @@ public class AppManagementPolicyItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of application entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of application entities."; @@ -31,13 +32,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new AppManagementPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppManagementPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/appManagementPolicies/{appManagementPolicy%2Did}", pathParameters) { } /// - /// Instantiates a new AppManagementPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppManagementPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/appManagementPolicies/{appManagementPolicy%2Did}", rawUrl) { diff --git a/src/generated/Applications/Item/AppManagementPolicies/Item/Ref/RefRequestBuilder.cs b/src/generated/Applications/Item/AppManagementPolicies/Item/Ref/RefRequestBuilder.cs index 49a2e4683f..a176c483bb 100644 --- a/src/generated/Applications/Item/AppManagementPolicies/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Applications/Item/AppManagementPolicies/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/appManagementPolicies/{appManagementPolicy%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/appManagementPolicies/{appManagementPolicy%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{applica /// /// Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. /// + /// 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/Applications/Item/AppManagementPolicies/Ref/RefRequestBuilder.cs b/src/generated/Applications/Item/AppManagementPolicies/Ref/RefRequestBuilder.cs index a18de2f4df..71f571b06e 100644 --- a/src/generated/Applications/Item/AppManagementPolicies/Ref/RefRequestBuilder.cs +++ b/src/generated/Applications/Item/AppManagementPolicies/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// The appManagementPolicy applied to this application. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The appManagementPolicy applied to this application."; @@ -147,6 +149,7 @@ public Command BuildGetCommand() { /// Assign an appManagementPolicy policy object to an application or service principal object. The application or service principal adopts this policy over the tenant-wide tenantAppManagementPolicy setting. Only one policy object can be assigned to an application or service principal. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Assign an appManagementPolicy policy object to an application or service principal object. The application or service principal adopts this policy over the tenant-wide tenantAppManagementPolicy setting. Only one policy object can be assigned to an application or service principal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-1.0"; @@ -184,20 +187,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/appManagementPolicies/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/appManagementPolicies/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/appManagementPolicies/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/appManagementPolicies/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. /// + /// 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,7 +210,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/applications/{application%2Did}/appManagementPolicies/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -214,6 +218,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The appManagementPolicy applied to this application. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -230,6 +235,7 @@ public RequestInformation ToGetRequestInformation(Action /// Assign an appManagementPolicy policy object to an application or service principal object. The application or service principal adopts this policy over the tenant-wide tenantAppManagementPolicy setting. Only one policy object can be assigned to an application or service principal. /// + /// 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 @@ -240,7 +246,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/applications/{application%2Did}/appManagementPolicies/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/ApplicationItemRequestBuilder.cs b/src/generated/Applications/Item/ApplicationItemRequestBuilder.cs index b549d58eb4..da1b572189 100644 --- a/src/generated/Applications/Item/ApplicationItemRequestBuilder.cs +++ b/src/generated/Applications/Item/ApplicationItemRequestBuilder.cs @@ -43,6 +43,7 @@ public class ApplicationItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the addKey method. /// + /// A public Command BuildAddKeyNavCommand() { var command = new Command("add-key"); command.Description = "Provides operations to call the addKey method."; @@ -58,6 +59,7 @@ public Command BuildAddKeyNavCommand() { /// /// Provides operations to call the addPassword method. /// + /// A public Command BuildAddPasswordNavCommand() { var command = new Command("add-password"); command.Description = "Provides operations to call the addPassword method."; @@ -73,6 +75,7 @@ public Command BuildAddPasswordNavCommand() { /// /// Provides operations to manage the appManagementPolicies property of the microsoft.graph.application entity. /// + /// A public Command BuildAppManagementPoliciesNavCommand() { var command = new Command("app-management-policies"); command.Description = "Provides operations to manage the appManagementPolicies property of the microsoft.graph.application entity."; @@ -98,6 +101,7 @@ public Command BuildAppManagementPoliciesNavCommand() { /// /// Provides operations to call the checkMemberGroups method. /// + /// A public Command BuildCheckMemberGroupsNavCommand() { var command = new Command("check-member-groups"); command.Description = "Provides operations to call the checkMemberGroups method."; @@ -113,6 +117,7 @@ public Command BuildCheckMemberGroupsNavCommand() { /// /// Provides operations to call the checkMemberObjects method. /// + /// A public Command BuildCheckMemberObjectsNavCommand() { var command = new Command("check-member-objects"); command.Description = "Provides operations to call the checkMemberObjects method."; @@ -128,6 +133,7 @@ public Command BuildCheckMemberObjectsNavCommand() { /// /// Provides operations to manage the createdOnBehalfOf property of the microsoft.graph.application entity. /// + /// A public Command BuildCreatedOnBehalfOfNavCommand() { var command = new Command("created-on-behalf-of"); command.Description = "Provides operations to manage the createdOnBehalfOf property of the microsoft.graph.application entity."; @@ -144,6 +150,7 @@ public Command BuildCreatedOnBehalfOfNavCommand() { /// Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0"; @@ -177,6 +184,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the extensionProperties property of the microsoft.graph.application entity. /// + /// A public Command BuildExtensionPropertiesNavCommand() { var command = new Command("extension-properties"); command.Description = "Provides operations to manage the extensionProperties property of the microsoft.graph.application entity."; @@ -202,6 +210,7 @@ public Command BuildExtensionPropertiesNavCommand() { /// /// Provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.application entity. /// + /// A public Command BuildFederatedIdentityCredentialsNavCommand() { var command = new Command("federated-identity-credentials"); command.Description = "Provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.application entity."; @@ -228,6 +237,7 @@ public Command BuildFederatedIdentityCredentialsNavCommand() { /// Get the properties and relationships of an application object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the properties and relationships of an application object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0"; @@ -278,6 +288,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getMemberGroups method. /// + /// A public Command BuildGetMemberGroupsNavCommand() { var command = new Command("get-member-groups"); command.Description = "Provides operations to call the getMemberGroups method."; @@ -293,6 +304,7 @@ public Command BuildGetMemberGroupsNavCommand() { /// /// Provides operations to call the getMemberObjects method. /// + /// A public Command BuildGetMemberObjectsNavCommand() { var command = new Command("get-member-objects"); command.Description = "Provides operations to call the getMemberObjects method."; @@ -308,6 +320,7 @@ public Command BuildGetMemberObjectsNavCommand() { /// /// Provides operations to manage the homeRealmDiscoveryPolicies property of the microsoft.graph.application entity. /// + /// A public Command BuildHomeRealmDiscoveryPoliciesNavCommand() { var command = new Command("home-realm-discovery-policies"); command.Description = "Provides operations to manage the homeRealmDiscoveryPolicies property of the microsoft.graph.application entity."; @@ -332,6 +345,7 @@ public Command BuildHomeRealmDiscoveryPoliciesNavCommand() { /// /// Provides operations to manage the media for the application entity. /// + /// A public Command BuildLogoNavCommand() { var command = new Command("logo"); command.Description = "Provides operations to manage the media for the application entity."; @@ -348,6 +362,7 @@ public Command BuildLogoNavCommand() { /// /// Provides operations to manage the owners property of the microsoft.graph.application entity. /// + /// A public Command BuildOwnersNavCommand() { var command = new Command("owners"); command.Description = "Provides operations to manage the owners property of the microsoft.graph.application entity."; @@ -378,6 +393,7 @@ public Command BuildOwnersNavCommand() { /// Update the properties of an application object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an application object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-update?view=graph-rest-1.0"; @@ -427,6 +443,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the removeKey method. /// + /// A public Command BuildRemoveKeyNavCommand() { var command = new Command("remove-key"); command.Description = "Provides operations to call the removeKey method."; @@ -442,6 +459,7 @@ public Command BuildRemoveKeyNavCommand() { /// /// Provides operations to call the removePassword method. /// + /// A public Command BuildRemovePasswordNavCommand() { var command = new Command("remove-password"); command.Description = "Provides operations to call the removePassword method."; @@ -457,6 +475,7 @@ public Command BuildRemovePasswordNavCommand() { /// /// Provides operations to call the restore method. /// + /// A public Command BuildRestoreNavCommand() { var command = new Command("restore"); command.Description = "Provides operations to call the restore method."; @@ -472,6 +491,7 @@ public Command BuildRestoreNavCommand() { /// /// Provides operations to call the setVerifiedPublisher method. /// + /// A public Command BuildSetVerifiedPublisherNavCommand() { var command = new Command("set-verified-publisher"); command.Description = "Provides operations to call the setVerifiedPublisher method."; @@ -487,6 +507,7 @@ public Command BuildSetVerifiedPublisherNavCommand() { /// /// Provides operations to manage the synchronization property of the microsoft.graph.application entity. /// + /// A public Command BuildSynchronizationNavCommand() { var command = new Command("synchronization"); command.Description = "Provides operations to manage the synchronization property of the microsoft.graph.application entity."; @@ -513,6 +534,7 @@ public Command BuildSynchronizationNavCommand() { /// /// Provides operations to manage the tokenIssuancePolicies property of the microsoft.graph.application entity. /// + /// A public Command BuildTokenIssuancePoliciesNavCommand() { var command = new Command("token-issuance-policies"); command.Description = "Provides operations to manage the tokenIssuancePolicies property of the microsoft.graph.application entity."; @@ -538,6 +560,7 @@ public Command BuildTokenIssuancePoliciesNavCommand() { /// /// Provides operations to manage the tokenLifetimePolicies property of the microsoft.graph.application entity. /// + /// A public Command BuildTokenLifetimePoliciesNavCommand() { var command = new Command("token-lifetime-policies"); command.Description = "Provides operations to manage the tokenLifetimePolicies property of the microsoft.graph.application entity."; @@ -563,6 +586,7 @@ public Command BuildTokenLifetimePoliciesNavCommand() { /// /// Provides operations to call the unsetVerifiedPublisher method. /// + /// A public Command BuildUnsetVerifiedPublisherNavCommand() { var command = new Command("unset-verified-publisher"); command.Description = "Provides operations to call the unsetVerifiedPublisher method."; @@ -576,13 +600,13 @@ public Command BuildUnsetVerifiedPublisherNavCommand() { return command; } /// - /// Instantiates a new ApplicationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplicationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ApplicationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplicationItemRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}{?%24expand,%24select}", rawUrl) { @@ -590,6 +614,7 @@ public ApplicationItemRequestBuilder(string rawUrl) : base("{+baseurl}/applicati /// /// Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -598,7 +623,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/applications/{application%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -606,6 +631,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the properties and relationships of an application 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 @@ -622,6 +648,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an application 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 @@ -632,7 +659,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Application bo public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Application 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}/applications/{application%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs b/src/generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs index ac77829eeb..71d4585461 100644 --- a/src/generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs +++ b/src/generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable public List GroupIds { get; set; } #endif /// - /// Instantiates a new checkMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberGroupsPostRequestBody() { /// /// 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 CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupIds", n => { GroupIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs b/src/generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs index 94f3feafa5..040e4f6a52 100644 --- a/src/generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs +++ b/src/generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// 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 new CheckMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index 497301c545..6768a6ff77 100644 --- a/src/generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class CheckMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/checkMemberGroups", pathParameters) { } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/checkMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/applica /// /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// + /// 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/Applications/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs b/src/generated/Applications/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs index 1393bf48d9..b8c151f717 100644 --- a/src/generated/Applications/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs +++ b/src/generated/Applications/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsabl public List Ids { get; set; } #endif /// - /// Instantiates a new checkMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberObjectsPostRequestBody() { /// /// 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 CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Applications/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs b/src/generated/Applications/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs index 08cde20af8..d21ae15e6c 100644 --- a/src/generated/Applications/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs +++ b/src/generated/Applications/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// 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 new CheckMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Applications/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs b/src/generated/Applications/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs index 0a270b446e..e740e49edd 100644 --- a/src/generated/Applications/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs +++ b/src/generated/Applications/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs @@ -21,6 +21,7 @@ public class CheckMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action checkMemberObjects /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action checkMemberObjects"; @@ -79,13 +80,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/checkMemberObjects", pathParameters) { } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/checkMemberObjects", rawUrl) { @@ -93,6 +94,7 @@ public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/applic /// /// Invoke action checkMemberObjects /// + /// 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/Applications/Item/CreatedOnBehalfOf/CreatedOnBehalfOfRequestBuilder.cs b/src/generated/Applications/Item/CreatedOnBehalfOf/CreatedOnBehalfOfRequestBuilder.cs index 98986aa7d8..d413ac913f 100644 --- a/src/generated/Applications/Item/CreatedOnBehalfOf/CreatedOnBehalfOfRequestBuilder.cs +++ b/src/generated/Applications/Item/CreatedOnBehalfOf/CreatedOnBehalfOfRequestBuilder.cs @@ -22,6 +22,7 @@ public class CreatedOnBehalfOfRequestBuilder : BaseCliRequestBuilder { /// /// Supports $filter (/$count eq 0, /$count ne 0). Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Supports $filter (/$count eq 0, /$count ne 0). Read-only."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CreatedOnBehalfOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedOnBehalfOfRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/createdOnBehalfOf{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedOnBehalfOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedOnBehalfOfRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/createdOnBehalfOf{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public CreatedOnBehalfOfRequestBuilder(string rawUrl) : base("{+baseurl}/applica /// /// Supports $filter (/$count eq 0, /$count ne 0). 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 diff --git a/src/generated/Applications/Item/ExtensionProperties/Count/CountRequestBuilder.cs b/src/generated/Applications/Item/ExtensionProperties/Count/CountRequestBuilder.cs index ec5fe779af..2cf4d89c6d 100644 --- a/src/generated/Applications/Item/ExtensionProperties/Count/CountRequestBuilder.cs +++ b/src/generated/Applications/Item/ExtensionProperties/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}/applications/{application%2Did}/extensionProperties/$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}/applications/{application%2Did}/extensionProperties/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appli /// /// 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/Applications/Item/ExtensionProperties/ExtensionPropertiesRequestBuilder.cs b/src/generated/Applications/Item/ExtensionProperties/ExtensionPropertiesRequestBuilder.cs index bfd5e0a6f5..152481ba74 100644 --- a/src/generated/Applications/Item/ExtensionProperties/ExtensionPropertiesRequestBuilder.cs +++ b/src/generated/Applications/Item/ExtensionProperties/ExtensionPropertiesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExtensionPropertiesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the extensionProperties property of the microsoft.graph.application entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ExtensionPropertyItemRequestBuilder(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 directory extension definition, represented by an extensionProperty object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new directory extension definition, represented by an extensionProperty object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Retrieve the list of directory extension definitions, represented by extensionProperty objects on an application. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of directory extension definitions, represented by extensionProperty objects on an application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionPropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/extensionProperties{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionPropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/extensionProperties{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public ExtensionPropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/appli /// /// Retrieve the list of directory extension definitions, represented by extensionProperty objects on an application. /// + /// 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 directory extension definition, represented by an extensionProperty 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(ExtensionProperty body, Actio public RequestInformation ToPostRequestInformation(ExtensionProperty 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}/applications/{application%2Did}/extensionProperties", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/ExtensionProperties/Item/ExtensionPropertyItemRequestBuilder.cs b/src/generated/Applications/Item/ExtensionProperties/Item/ExtensionPropertyItemRequestBuilder.cs index 8cee69cd64..6b889ac6c1 100644 --- a/src/generated/Applications/Item/ExtensionProperties/Item/ExtensionPropertyItemRequestBuilder.cs +++ b/src/generated/Applications/Item/ExtensionProperties/Item/ExtensionPropertyItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ExtensionPropertyItemRequestBuilder : BaseCliRequestBuilder { /// Delete a directory extension definition represented by an extensionProperty object. You can delete only directory extensions that aren't synced from on-premises active directory (AD). /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a directory extension definition represented by an extensionProperty object. You can delete only directory extensions that aren't synced from on-premises active directory (AD).\n\nFind more info here:\n https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read a directory extension definition represented by an extensionProperty object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read a directory extension definition represented by an extensionProperty object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property extensionProperties in applications /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property extensionProperties in applications"; @@ -172,13 +175,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExtensionPropertyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionPropertyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/extensionProperties/{extensionProperty%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExtensionPropertyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionPropertyItemRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/extensionProperties/{extensionProperty%2Did}{?%24expand,%24select}", rawUrl) { @@ -186,6 +189,7 @@ public ExtensionPropertyItemRequestBuilder(string rawUrl) : base("{+baseurl}/app /// /// Delete a directory extension definition represented by an extensionProperty object. You can delete only directory extensions that aren't synced from on-premises active directory (AD). /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -194,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/applications/{application%2Did}/extensionProperties/{extensionProperty%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -202,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read a directory extension definition represented by an extensionProperty 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 @@ -218,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property extensionProperties in applications /// + /// 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 @@ -228,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(ExtensionProperty body, Acti public RequestInformation ToPatchRequestInformation(ExtensionProperty 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}/applications/{application%2Did}/extensionProperties/{extensionProperty%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/FederatedIdentityCredentials/Count/CountRequestBuilder.cs b/src/generated/Applications/Item/FederatedIdentityCredentials/Count/CountRequestBuilder.cs index 9b615e6962..3e355adb45 100644 --- a/src/generated/Applications/Item/FederatedIdentityCredentials/Count/CountRequestBuilder.cs +++ b/src/generated/Applications/Item/FederatedIdentityCredentials/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}/applications/{application%2Did}/federatedIdentityCredentials/$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}/applications/{application%2Did}/federatedIdentityCredentials/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appli /// /// 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/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs b/src/generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs index aa7688df67..5de4ebb138 100644 --- a/src/generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs +++ b/src/generated/Applications/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs @@ -24,6 +24,7 @@ public class FederatedIdentityCredentialsRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.application entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new FederatedIdentityCredentialItemRequestBuilder(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 federatedIdentityCredential object for an application. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new federatedIdentityCredential object for an application. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Get a list of the federatedIdentityCredential objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the federatedIdentityCredential objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FederatedIdentityCredentialsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FederatedIdentityCredentialsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/federatedIdentityCredentials{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FederatedIdentityCredentialsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FederatedIdentityCredentialsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/federatedIdentityCredentials{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public FederatedIdentityCredentialsRequestBuilder(string rawUrl) : base("{+baseu /// /// Get a list of the federatedIdentityCredential 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 federatedIdentityCredential object for an application. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application. /// + /// 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(FederatedIdentityCredential b public RequestInformation ToPostRequestInformation(FederatedIdentityCredential 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}/applications/{application%2Did}/federatedIdentityCredentials", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.cs b/src/generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.cs index df0656c119..fa707ff816 100644 --- a/src/generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.cs +++ b/src/generated/Applications/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class FederatedIdentityCredentialItemRequestBuilder : BaseCliRequestBuild /// Delete a federatedIdentityCredential object from an application. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a federatedIdentityCredential object from an application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a federatedIdentityCredential object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a federatedIdentityCredential object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a federatedIdentityCredential object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a federatedIdentityCredential object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/federatedidentitycredential-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FederatedIdentityCredentialItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FederatedIdentityCredentialItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/federatedIdentityCredentials/{federatedIdentityCredential%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FederatedIdentityCredentialItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FederatedIdentityCredentialItemRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/federatedIdentityCredentials/{federatedIdentityCredential%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public FederatedIdentityCredentialItemRequestBuilder(string rawUrl) : base("{+ba /// /// Delete a federatedIdentityCredential object from an application. /// + /// 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}/applications/{application%2Did}/federatedIdentityCredentials/{federatedIdentityCredential%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a federatedIdentityCredential 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a federatedIdentityCredential 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(FederatedIdentityCredential public RequestInformation ToPatchRequestInformation(FederatedIdentityCredential 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}/applications/{application%2Did}/federatedIdentityCredentials/{federatedIdentityCredential%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs b/src/generated/Applications/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs index 77a280e165..59c4d1f79d 100644 --- a/src/generated/Applications/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs +++ b/src/generated/Applications/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable { /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberGroupsPostRequestBody() { /// /// 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 GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/Applications/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs b/src/generated/Applications/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs index 637deceb67..1d7855831d 100644 --- a/src/generated/Applications/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs +++ b/src/generated/Applications/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// 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 new GetMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Applications/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/generated/Applications/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index 894b4b904f..5034f27c38 100644 --- a/src/generated/Applications/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/generated/Applications/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/getMemberGroups", pathParameters) { } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/getMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/applicati /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf 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 diff --git a/src/generated/Applications/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs b/src/generated/Applications/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs index dba9fad6e5..cb58bd2f22 100644 --- a/src/generated/Applications/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs +++ b/src/generated/Applications/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsable /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberObjectsPostRequestBody() { /// /// 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 GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/Applications/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs b/src/generated/Applications/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs index abf4b26eb0..7aa612f71c 100644 --- a/src/generated/Applications/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs +++ b/src/generated/Applications/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// 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 new GetMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Applications/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/generated/Applications/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index e28389f442..a50251ace7 100644 --- a/src/generated/Applications/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/generated/Applications/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/getMemberObjects", pathParameters) { } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/getMemberObjects", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/applicat /// /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// + /// 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/Applications/Item/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs b/src/generated/Applications/Item/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs index 8f7a8f6803..fed91fe2fc 100644 --- a/src/generated/Applications/Item/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/Applications/Item/HomeRealmDiscoveryPolicies/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}/applications/{application%2Did}/homeRealmDiscoveryPolicies/$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}/applications/{application%2Did}/homeRealmDiscoveryPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appli /// /// 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/Applications/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs b/src/generated/Applications/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs index 4bdd1ccaf5..8008e8af2f 100644 --- a/src/generated/Applications/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs +++ b/src/generated/Applications/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class HomeRealmDiscoveryPoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the homeRealmDiscoveryPolicies property of the microsoft.graph.application entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new HomeRealmDiscoveryPolicyItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// Get homeRealmDiscoveryPolicies from applications /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get homeRealmDiscoveryPolicies from applications"; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HomeRealmDiscoveryPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HomeRealmDiscoveryPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/homeRealmDiscoveryPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HomeRealmDiscoveryPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HomeRealmDiscoveryPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/homeRealmDiscoveryPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public HomeRealmDiscoveryPoliciesRequestBuilder(string rawUrl) : base("{+baseurl /// /// Get homeRealmDiscoveryPolicies from applications /// + /// 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/Applications/Item/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilder.cs b/src/generated/Applications/Item/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilder.cs index ac73800cb5..81836eec33 100644 --- a/src/generated/Applications/Item/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilder.cs +++ b/src/generated/Applications/Item/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class HomeRealmDiscoveryPolicyItemRequestBuilder : BaseCliRequestBuilder /// /// Get homeRealmDiscoveryPolicies from applications /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get homeRealmDiscoveryPolicies from applications"; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HomeRealmDiscoveryPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HomeRealmDiscoveryPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HomeRealmDiscoveryPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HomeRealmDiscoveryPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public HomeRealmDiscoveryPolicyItemRequestBuilder(string rawUrl) : base("{+baseu /// /// Get homeRealmDiscoveryPolicies from applications /// + /// 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/Applications/Item/Logo/LogoRequestBuilder.cs b/src/generated/Applications/Item/Logo/LogoRequestBuilder.cs index b71f0cc2ab..615857fe2e 100644 --- a/src/generated/Applications/Item/Logo/LogoRequestBuilder.cs +++ b/src/generated/Applications/Item/Logo/LogoRequestBuilder.cs @@ -21,6 +21,7 @@ public class LogoRequestBuilder : BaseCliRequestBuilder { /// /// The main logo for the application. Not nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The main logo for the application. Not nullable."; @@ -59,6 +60,7 @@ public Command BuildGetCommand() { /// /// The main logo for the application. Not nullable. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The main logo for the application. Not nullable."; @@ -105,13 +107,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new LogoRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LogoRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/logo", pathParameters) { } /// - /// Instantiates a new LogoRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LogoRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/logo", rawUrl) { @@ -119,6 +121,7 @@ public LogoRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{applic /// /// The main logo for the application. Not nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -135,6 +138,7 @@ public RequestInformation ToGetRequestInformation(Action /// The main logo for the application. Not nullable. /// + /// 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/Applications/Item/Owners/Count/CountRequestBuilder.cs b/src/generated/Applications/Item/Owners/Count/CountRequestBuilder.cs index 7546d9bb06..ee7dd64b3f 100644 --- a/src/generated/Applications/Item/Owners/Count/CountRequestBuilder.cs +++ b/src/generated/Applications/Item/Owners/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"; @@ -66,13 +67,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}/applications/{application%2Did}/owners/$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}/applications/{application%2Did}/owners/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appli /// /// 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/Applications/Item/Owners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs b/src/generated/Applications/Item/Owners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs index d8dd196c8c..59fac44309 100644 --- a/src/generated/Applications/Item/Owners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs +++ b/src/generated/Applications/Item/Owners/GraphAppRoleAssignment/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"; @@ -66,13 +67,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}/applications/{application%2Did}/owners/graph.appRoleAssignment/$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}/applications/{application%2Did}/owners/graph.appRoleAssignment/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appli /// /// 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/Applications/Item/Owners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs b/src/generated/Applications/Item/Owners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs index 454d9937cf..635845bc18 100644 --- a/src/generated/Applications/Item/Owners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs +++ b/src/generated/Applications/Item/Owners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphAppRoleAssignmentRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAppRoleAssignmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/owners/graph.appRoleAssignment{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/owners/graph.appRoleAssignment{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/ap /// /// Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection /// + /// 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/Applications/Item/Owners/GraphEndpoint/Count/CountRequestBuilder.cs b/src/generated/Applications/Item/Owners/GraphEndpoint/Count/CountRequestBuilder.cs index 2b3f4f3fc3..4d7c546d73 100644 --- a/src/generated/Applications/Item/Owners/GraphEndpoint/Count/CountRequestBuilder.cs +++ b/src/generated/Applications/Item/Owners/GraphEndpoint/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"; @@ -66,13 +67,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}/applications/{application%2Did}/owners/graph.endpoint/$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}/applications/{application%2Did}/owners/graph.endpoint/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appli /// /// 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/Applications/Item/Owners/GraphEndpoint/GraphEndpointRequestBuilder.cs b/src/generated/Applications/Item/Owners/GraphEndpoint/GraphEndpointRequestBuilder.cs index d582d9063f..3240e87866 100644 --- a/src/generated/Applications/Item/Owners/GraphEndpoint/GraphEndpointRequestBuilder.cs +++ b/src/generated/Applications/Item/Owners/GraphEndpoint/GraphEndpointRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphEndpointRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphEndpointRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/owners/graph.endpoint{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/owners/graph.endpoint{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/application /// /// Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection /// + /// 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/Applications/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/generated/Applications/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs index 8951fdef04..cb266380f2 100644 --- a/src/generated/Applications/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/generated/Applications/Item/Owners/GraphServicePrincipal/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"; @@ -66,13 +67,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}/applications/{application%2Did}/owners/graph.servicePrincipal/$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}/applications/{application%2Did}/owners/graph.servicePrincipal/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appli /// /// 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/Applications/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/Applications/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 5cebe21d5b..460d249b80 100644 --- a/src/generated/Applications/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/Applications/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/owners/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/owners/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/app /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// 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/Applications/Item/Owners/GraphUser/Count/CountRequestBuilder.cs b/src/generated/Applications/Item/Owners/GraphUser/Count/CountRequestBuilder.cs index d205dc126b..c55d884882 100644 --- a/src/generated/Applications/Item/Owners/GraphUser/Count/CountRequestBuilder.cs +++ b/src/generated/Applications/Item/Owners/GraphUser/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"; @@ -66,13 +67,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}/applications/{application%2Did}/owners/graph.user/$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}/applications/{application%2Did}/owners/graph.user/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appli /// /// 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/Applications/Item/Owners/GraphUser/GraphUserRequestBuilder.cs b/src/generated/Applications/Item/Owners/GraphUser/GraphUserRequestBuilder.cs index bb126024e5..2bb2364897 100644 --- a/src/generated/Applications/Item/Owners/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/Applications/Item/Owners/GraphUser/GraphUserRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/owners/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/owners/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{a /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// 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/Applications/Item/Owners/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Applications/Item/Owners/Item/DirectoryObjectItemRequestBuilder.cs index 0661c9fd20..e2373b2dfa 100644 --- a/src/generated/Applications/Item/Owners/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Applications/Item/Owners/Item/DirectoryObjectItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Casts the previous resource to appRoleAssignment. /// + /// A public Command BuildGraphAppRoleAssignmentByIdNavCommand() { var command = new Command("graph-app-role-assignment-by-id"); command.Description = "Casts the previous resource to appRoleAssignment."; @@ -37,6 +38,7 @@ public Command BuildGraphAppRoleAssignmentByIdNavCommand() { /// /// Casts the previous resource to endpoint. /// + /// A public Command BuildGraphEndpointByIdNavCommand() { var command = new Command("graph-endpoint-by-id"); command.Description = "Casts the previous resource to endpoint."; @@ -52,6 +54,7 @@ public Command BuildGraphEndpointByIdNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalByIdNavCommand() { var command = new Command("graph-service-principal-by-id"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -67,6 +70,7 @@ public Command BuildGraphServicePrincipalByIdNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserByIdNavCommand() { var command = new Command("graph-user-by-id"); command.Description = "Casts the previous resource to user."; @@ -82,6 +86,7 @@ public Command BuildGraphUserByIdNavCommand() { /// /// Provides operations to manage the collection of application entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of application entities."; @@ -95,13 +100,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}", rawUrl) { diff --git a/src/generated/Applications/Item/Owners/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs b/src/generated/Applications/Item/Owners/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs index 5acda504f2..e4cd3ae7f8 100644 --- a/src/generated/Applications/Item/Owners/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs +++ b/src/generated/Applications/Item/Owners/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphAppRoleAssignmentRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAppRoleAssignmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}/graph.appRoleAssignment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}/graph.appRoleAssignment{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/ap /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment /// + /// 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/Applications/Item/Owners/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs b/src/generated/Applications/Item/Owners/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs index 7529db1f65..b2c2e80d3e 100644 --- a/src/generated/Applications/Item/Owners/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs +++ b/src/generated/Applications/Item/Owners/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphEndpointRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphEndpointRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}/graph.endpoint{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}/graph.endpoint{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/application /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint /// + /// 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/Applications/Item/Owners/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/Applications/Item/Owners/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 8be52790e0..1c0d152a5d 100644 --- a/src/generated/Applications/Item/Owners/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/Applications/Item/Owners/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/app /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// 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/Applications/Item/Owners/Item/GraphUser/GraphUserRequestBuilder.cs b/src/generated/Applications/Item/Owners/Item/GraphUser/GraphUserRequestBuilder.cs index f67129beb0..54557967a6 100644 --- a/src/generated/Applications/Item/Owners/Item/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/Applications/Item/Owners/Item/GraphUser/GraphUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.user"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}/graph.user{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}/graph.user{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{a /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// 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/Applications/Item/Owners/Item/Ref/RefRequestBuilder.cs b/src/generated/Applications/Item/Owners/Item/Ref/RefRequestBuilder.cs index 8ed6886505..c976e1c620 100644 --- a/src/generated/Applications/Item/Owners/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Applications/Item/Owners/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an owner from an application. As a recommended best practice, apps should have at least two owners. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an owner from an application. As a recommended best practice, apps should have at least two owners.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/owners/{directoryObject%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{applica /// /// Remove an owner from an application. As a recommended best practice, apps should have at least two owners. /// + /// 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/Applications/Item/Owners/OwnersRequestBuilder.cs b/src/generated/Applications/Item/Owners/OwnersRequestBuilder.cs index 5067686823..8d3cfed635 100644 --- a/src/generated/Applications/Item/Owners/OwnersRequestBuilder.cs +++ b/src/generated/Applications/Item/Owners/OwnersRequestBuilder.cs @@ -29,6 +29,7 @@ public class OwnersRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.applications.item.owners.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -42,6 +43,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// /// Casts the previous resource to appRoleAssignment. /// + /// A public Command BuildGraphAppRoleAssignmentNavCommand() { var command = new Command("graph-app-role-assignment"); command.Description = "Casts the previous resource to appRoleAssignment."; @@ -78,6 +81,7 @@ public Command BuildGraphAppRoleAssignmentNavCommand() { /// /// Casts the previous resource to endpoint. /// + /// A public Command BuildGraphEndpointNavCommand() { var command = new Command("graph-endpoint"); command.Description = "Casts the previous resource to endpoint."; @@ -99,6 +103,7 @@ public Command BuildGraphEndpointNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalNavCommand() { var command = new Command("graph-service-principal"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -120,6 +125,7 @@ public Command BuildGraphServicePrincipalNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserNavCommand() { var command = new Command("graph-user"); command.Description = "Casts the previous resource to user."; @@ -142,6 +148,7 @@ public Command BuildGraphUserNavCommand() { /// Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0"; @@ -247,6 +254,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of application entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of application entities."; @@ -262,13 +270,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new OwnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OwnersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/owners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OwnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OwnersRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/owners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -276,6 +284,7 @@ public OwnersRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appl /// /// Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand. /// + /// 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/Applications/Item/Owners/Ref/RefRequestBuilder.cs b/src/generated/Applications/Item/Owners/Ref/RefRequestBuilder.cs index 7cd163764a..fdfb9449d3 100644 --- a/src/generated/Applications/Item/Owners/Ref/RefRequestBuilder.cs +++ b/src/generated/Applications/Item/Owners/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an owner from an application. As a recommended best practice, apps should have at least two owners. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an owner from an application. As a recommended best practice, apps should have at least two owners.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0"; @@ -155,6 +157,7 @@ public Command BuildGetCommand() { /// Add an owner to an application by posting to the owners collection. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add an owner to an application by posting to the owners collection.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-1.0"; @@ -192,20 +195,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/owners/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/owners/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/owners/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/owners/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove an owner from an application. As a recommended best practice, apps should have at least two owners. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,7 +218,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/applications/{application%2Did}/owners/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -222,6 +226,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -238,6 +243,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add an owner to an application by posting to the owners collection. /// + /// 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 @@ -248,7 +254,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/applications/{application%2Did}/owners/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/RemoveKey/RemoveKeyPostRequestBody.cs b/src/generated/Applications/Item/RemoveKey/RemoveKeyPostRequestBody.cs index e3481d7602..a0c6ffb680 100644 --- a/src/generated/Applications/Item/RemoveKey/RemoveKeyPostRequestBody.cs +++ b/src/generated/Applications/Item/RemoveKey/RemoveKeyPostRequestBody.cs @@ -19,7 +19,7 @@ public class RemoveKeyPostRequestBody : IAdditionalDataHolder, IParsable { public string Proof { get; set; } #endif /// - /// Instantiates a new removeKeyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RemoveKeyPostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public RemoveKeyPostRequestBody() { /// /// 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 RemoveKeyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static RemoveKeyPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"keyId", n => { KeyId = n.GetGuidValue(); } }, diff --git a/src/generated/Applications/Item/RemoveKey/RemoveKeyRequestBuilder.cs b/src/generated/Applications/Item/RemoveKey/RemoveKeyRequestBuilder.cs index 3345d4c536..aea948669c 100644 --- a/src/generated/Applications/Item/RemoveKey/RemoveKeyRequestBuilder.cs +++ b/src/generated/Applications/Item/RemoveKey/RemoveKeyRequestBuilder.cs @@ -22,6 +22,7 @@ public class RemoveKeyRequestBuilder : BaseCliRequestBuilder { /// Remove a key credential from an application. This method along with addKey can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Remove a key credential from an application. This method along with addKey can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RemoveKeyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RemoveKeyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/removeKey", pathParameters) { } /// - /// Instantiates a new RemoveKeyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RemoveKeyRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/removeKey", rawUrl) { @@ -73,6 +74,7 @@ public RemoveKeyRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{a /// /// Remove a key credential from an application. This method along with addKey can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. /// + /// 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/Applications/Item/RemovePassword/RemovePasswordPostRequestBody.cs b/src/generated/Applications/Item/RemovePassword/RemovePasswordPostRequestBody.cs index b172302a51..13f71e093e 100644 --- a/src/generated/Applications/Item/RemovePassword/RemovePasswordPostRequestBody.cs +++ b/src/generated/Applications/Item/RemovePassword/RemovePasswordPostRequestBody.cs @@ -11,7 +11,7 @@ public class RemovePasswordPostRequestBody : IAdditionalDataHolder, IParsable { /// The keyId property public Guid? KeyId { get; set; } /// - /// Instantiates a new removePasswordPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RemovePasswordPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public RemovePasswordPostRequestBody() { /// /// 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 RemovePasswordPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static RemovePasswordPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"keyId", n => { KeyId = n.GetGuidValue(); } }, diff --git a/src/generated/Applications/Item/RemovePassword/RemovePasswordRequestBuilder.cs b/src/generated/Applications/Item/RemovePassword/RemovePasswordRequestBuilder.cs index 402e2f37f8..449a3861bf 100644 --- a/src/generated/Applications/Item/RemovePassword/RemovePasswordRequestBuilder.cs +++ b/src/generated/Applications/Item/RemovePassword/RemovePasswordRequestBuilder.cs @@ -22,6 +22,7 @@ public class RemovePasswordRequestBuilder : BaseCliRequestBuilder { /// Remove a password from an application. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Remove a password from an application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RemovePasswordRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RemovePasswordRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/removePassword", pathParameters) { } /// - /// Instantiates a new RemovePasswordRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RemovePasswordRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/removePassword", rawUrl) { @@ -73,6 +74,7 @@ public RemovePasswordRequestBuilder(string rawUrl) : base("{+baseurl}/applicatio /// /// Remove a password from an application. /// + /// 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/Applications/Item/Restore/RestoreRequestBuilder.cs b/src/generated/Applications/Item/Restore/RestoreRequestBuilder.cs index 0f90d9ffde..4fdfcdb10b 100644 --- a/src/generated/Applications/Item/Restore/RestoreRequestBuilder.cs +++ b/src/generated/Applications/Item/Restore/RestoreRequestBuilder.cs @@ -23,6 +23,7 @@ public class RestoreRequestBuilder : BaseCliRequestBuilder { /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/restore", pathParameters) { } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/restore", rawUrl) { @@ -71,6 +72,7 @@ public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{app /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// + /// 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/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherPostRequestBody.cs b/src/generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherPostRequestBody.cs index 77b6413a3a..13bcb9ff90 100644 --- a/src/generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherPostRequestBody.cs +++ b/src/generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherPostRequestBody.cs @@ -17,7 +17,7 @@ public class SetVerifiedPublisherPostRequestBody : IAdditionalDataHolder, IParsa public string VerifiedPublisherId { get; set; } #endif /// - /// Instantiates a new setVerifiedPublisherPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetVerifiedPublisherPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public SetVerifiedPublisherPostRequestBody() { /// /// 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 SetVerifiedPublisherPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static SetVerifiedPublisherPostRequestBody CreateFromDiscriminatorValue(I /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"verifiedPublisherId", n => { VerifiedPublisherId = n.GetStringValue(); } }, diff --git a/src/generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherRequestBuilder.cs b/src/generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherRequestBuilder.cs index 126db40559..094017f5a2 100644 --- a/src/generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherRequestBuilder.cs +++ b/src/generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetVerifiedPublisherRequestBuilder : BaseCliRequestBuilder { /// Set the verifiedPublisher on an application. For more information, including prerequisites to setting a verified publisher, see Publisher verification. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Set the verifiedPublisher on an application. For more information, including prerequisites to setting a verified publisher, see Publisher verification.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetVerifiedPublisherRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetVerifiedPublisherRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/setVerifiedPublisher", pathParameters) { } /// - /// Instantiates a new SetVerifiedPublisherRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetVerifiedPublisherRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/setVerifiedPublisher", rawUrl) { @@ -73,6 +74,7 @@ public SetVerifiedPublisherRequestBuilder(string rawUrl) : base("{+baseurl}/appl /// /// Set the verifiedPublisher on an application. For more information, including prerequisites to setting a verified publisher, see Publisher verification. /// + /// 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/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenPostRequestBody.cs b/src/generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenPostRequestBody.cs index 391a50bbf7..2858382049 100644 --- a/src/generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenPostRequestBody.cs +++ b/src/generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenPostRequestBody.cs @@ -18,7 +18,7 @@ public class AcquireAccessTokenPostRequestBody : IAdditionalDataHolder, IParsabl public List Credentials { get; set; } #endif /// - /// Instantiates a new acquireAccessTokenPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AcquireAccessTokenPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AcquireAccessTokenPostRequestBody() { /// /// 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 AcquireAccessTokenPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AcquireAccessTokenPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"credentials", n => { Credentials = n.GetCollectionOfObjectValues(SynchronizationSecretKeyStringValuePair.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.cs index 9541a8f85f..08509aeaa2 100644 --- a/src/generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.cs @@ -22,6 +22,7 @@ public class AcquireAccessTokenRequestBuilder : BaseCliRequestBuilder { /// Acquire an OAuth access token to authorize the Microsoft Entra provisioning service to provision users into an application. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Acquire an OAuth access token to authorize the Microsoft Entra provisioning service to provision users into an application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AcquireAccessTokenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AcquireAccessTokenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/acquireAccessToken", pathParameters) { } /// - /// Instantiates a new AcquireAccessTokenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AcquireAccessTokenRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/acquireAccessToken", rawUrl) { @@ -73,6 +74,7 @@ public AcquireAccessTokenRequestBuilder(string rawUrl) : base("{+baseurl}/applic /// /// Acquire an OAuth access token to authorize the Microsoft Entra provisioning service to provision users into an application. /// + /// 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/Applications/Item/Synchronization/Jobs/Count/CountRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Jobs/Count/CountRequestBuilder.cs index 55d5799f5a..f3c401f8b2 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Count/CountRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/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}/applications/{application%2Did}/synchronization/jobs/$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}/applications/{application%2Did}/synchronization/jobs/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appli /// /// 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/Applications/Item/Synchronization/Jobs/Item/BulkUpload/BulkUploadRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/BulkUpload/BulkUploadRequestBuilder.cs new file mode 100644 index 0000000000..161a035ecc --- /dev/null +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/BulkUpload/BulkUploadRequestBuilder.cs @@ -0,0 +1,284 @@ +// +using ApiSdk.Applications.Item.Synchronization.Jobs.Item.BulkUpload.Value; +using ApiSdk.Models.ODataErrors; +using ApiSdk.Models; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using Microsoft.Kiota.Cli.Commons.Extensions; +using Microsoft.Kiota.Cli.Commons.IO; +using Microsoft.Kiota.Cli.Commons; +using System.Collections.Generic; +using System.CommandLine; +using System.IO; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace ApiSdk.Applications.Item.Synchronization.Jobs.Item.BulkUpload { + /// + /// Provides operations to manage the bulkUpload property of the microsoft.graph.synchronizationJob entity. + /// + public class BulkUploadRequestBuilder : BaseCliRequestBuilder { + /// + /// Provides operations to manage the media for the application entity. + /// + /// A + public Command BuildContentNavCommand() { + var command = new Command("content"); + command.Description = "Provides operations to manage the media for the application entity."; + var builder = new ContentRequestBuilder(PathParameters); + var execCommands = new List(); + execCommands.Add(builder.BuildGetCommand()); + execCommands.Add(builder.BuildPutCommand()); + foreach (var cmd in execCommands) + { + command.AddCommand(cmd); + } + return command; + } + /// + /// Delete navigation property bulkUpload for applications + /// + /// A + public Command BuildDeleteCommand() { + var command = new Command("delete"); + command.Description = "Delete navigation property bulkUpload for applications"; + var applicationIdOption = new Option("--application-id", description: "The unique identifier of application") { + }; + applicationIdOption.IsRequired = true; + command.AddOption(applicationIdOption); + var synchronizationJobIdOption = new Option("--synchronization-job-id", description: "The unique identifier of synchronizationJob") { + }; + synchronizationJobIdOption.IsRequired = true; + command.AddOption(synchronizationJobIdOption); + var ifMatchOption = new Option("--if-match", description: "ETag") { + Arity = ArgumentArity.ZeroOrMore + }; + ifMatchOption.IsRequired = false; + command.AddOption(ifMatchOption); + command.SetHandler(async (invocationContext) => { + var applicationId = invocationContext.ParseResult.GetValueForOption(applicationIdOption); + var synchronizationJobId = invocationContext.ParseResult.GetValueForOption(synchronizationJobIdOption); + var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); + var cancellationToken = invocationContext.GetCancellationToken(); + var reqAdapter = invocationContext.GetRequestAdapter(); + var requestInfo = ToDeleteRequestInformation(q => { + }); + if (applicationId is not null) requestInfo.PathParameters.Add("application%2Did", applicationId); + if (synchronizationJobId is not null) requestInfo.PathParameters.Add("synchronizationJob%2Did", synchronizationJobId); + if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); + var errorMapping = new Dictionary> { + {"4XX", ODataError.CreateFromDiscriminatorValue}, + {"5XX", ODataError.CreateFromDiscriminatorValue}, + }; + await reqAdapter.SendNoContentAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken); + Console.WriteLine("Success"); + }); + return command; + } + /// + /// Get bulkUpload from applications + /// + /// A + public Command BuildGetCommand() { + var command = new Command("get"); + command.Description = "Get bulkUpload from applications"; + var applicationIdOption = new Option("--application-id", description: "The unique identifier of application") { + }; + applicationIdOption.IsRequired = true; + command.AddOption(applicationIdOption); + var synchronizationJobIdOption = new Option("--synchronization-job-id", description: "The unique identifier of synchronizationJob") { + }; + synchronizationJobIdOption.IsRequired = true; + command.AddOption(synchronizationJobIdOption); + var selectOption = new Option("--select", description: "Select properties to be returned") { + Arity = ArgumentArity.ZeroOrMore + }; + selectOption.IsRequired = false; + command.AddOption(selectOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); + var outputOption = new Option("--output", () => FormatterType.JSON); + command.AddOption(outputOption); + var queryOption = new Option("--query"); + command.AddOption(queryOption); + command.SetHandler(async (invocationContext) => { + var applicationId = invocationContext.ParseResult.GetValueForOption(applicationIdOption); + var synchronizationJobId = invocationContext.ParseResult.GetValueForOption(synchronizationJobIdOption); + var select = invocationContext.ParseResult.GetValueForOption(selectOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); + var output = invocationContext.ParseResult.GetValueForOption(outputOption); + var query = invocationContext.ParseResult.GetValueForOption(queryOption); + IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); + IOutputFormatterFactory outputFormatterFactory = invocationContext.BindingContext.GetService(typeof(IOutputFormatterFactory)) as IOutputFormatterFactory ?? throw new ArgumentNullException("outputFormatterFactory"); + var cancellationToken = invocationContext.GetCancellationToken(); + var reqAdapter = invocationContext.GetRequestAdapter(); + var requestInfo = ToGetRequestInformation(q => { + q.QueryParameters.Select = select; + q.QueryParameters.Expand = expand; + }); + if (applicationId is not null) requestInfo.PathParameters.Add("application%2Did", applicationId); + if (synchronizationJobId is not null) requestInfo.PathParameters.Add("synchronizationJob%2Did", synchronizationJobId); + var errorMapping = new Dictionary> { + {"4XX", ODataError.CreateFromDiscriminatorValue}, + {"5XX", ODataError.CreateFromDiscriminatorValue}, + }; + var response = await reqAdapter.SendPrimitiveAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken) ?? Stream.Null; + response = (response != Stream.Null) ? await outputFilter.FilterOutputAsync(response, query, cancellationToken) : response; + var formatter = outputFormatterFactory.GetFormatter(output); + await formatter.WriteOutputAsync(response, cancellationToken); + }); + return command; + } + /// + /// Update the navigation property bulkUpload in applications + /// + /// A + public Command BuildPatchCommand() { + var command = new Command("patch"); + command.Description = "Update the navigation property bulkUpload in applications"; + var applicationIdOption = new Option("--application-id", description: "The unique identifier of application") { + }; + applicationIdOption.IsRequired = true; + command.AddOption(applicationIdOption); + var synchronizationJobIdOption = new Option("--synchronization-job-id", description: "The unique identifier of synchronizationJob") { + }; + synchronizationJobIdOption.IsRequired = true; + command.AddOption(synchronizationJobIdOption); + var bodyOption = new Option("--body", description: "The request body") { + }; + bodyOption.IsRequired = true; + command.AddOption(bodyOption); + var outputOption = new Option("--output", () => FormatterType.JSON); + command.AddOption(outputOption); + var queryOption = new Option("--query"); + command.AddOption(queryOption); + command.SetHandler(async (invocationContext) => { + var applicationId = invocationContext.ParseResult.GetValueForOption(applicationIdOption); + var synchronizationJobId = invocationContext.ParseResult.GetValueForOption(synchronizationJobIdOption); + var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; + var output = invocationContext.ParseResult.GetValueForOption(outputOption); + var query = invocationContext.ParseResult.GetValueForOption(queryOption); + IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); + IOutputFormatterFactory outputFormatterFactory = invocationContext.BindingContext.GetService(typeof(IOutputFormatterFactory)) as IOutputFormatterFactory ?? throw new ArgumentNullException("outputFormatterFactory"); + var cancellationToken = invocationContext.GetCancellationToken(); + var reqAdapter = invocationContext.GetRequestAdapter(); + using var stream = new MemoryStream(Encoding.UTF8.GetBytes(body)); + var parseNode = ParseNodeFactoryRegistry.DefaultInstance.GetRootParseNode("application/json", stream); + var model = parseNode.GetObjectValue(ApiSdk.Models.BulkUpload.CreateFromDiscriminatorValue); + if (model is null) { + Console.Error.WriteLine("No model data to send."); + return; + } + var requestInfo = ToPatchRequestInformation(model, q => { + }); + if (applicationId is not null) requestInfo.PathParameters.Add("application%2Did", applicationId); + if (synchronizationJobId is not null) requestInfo.PathParameters.Add("synchronizationJob%2Did", synchronizationJobId); + requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); + var errorMapping = new Dictionary> { + {"4XX", ODataError.CreateFromDiscriminatorValue}, + {"5XX", ODataError.CreateFromDiscriminatorValue}, + }; + var response = await reqAdapter.SendPrimitiveAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken) ?? Stream.Null; + response = (response != Stream.Null) ? await outputFilter.FilterOutputAsync(response, query, cancellationToken) : response; + var formatter = outputFormatterFactory.GetFormatter(output); + await formatter.WriteOutputAsync(response, cancellationToken); + }); + return command; + } + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + public BulkUploadRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/bulkUpload{?%24expand,%24select}", pathParameters) { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + public BulkUploadRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/bulkUpload{?%24expand,%24select}", rawUrl) { + } + /// + /// Delete navigation property bulkUpload for applications + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) { +#nullable restore +#else + public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { +#endif + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/bulkUpload", PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Get bulkUpload from applications + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Update the navigation property bulkUpload in applications + /// + /// 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 +#nullable enable + public RequestInformation ToPatchRequestInformation(ApiSdk.Models.BulkUpload body, Action>? requestConfiguration = default) { +#nullable restore +#else + public RequestInformation ToPatchRequestInformation(ApiSdk.Models.BulkUpload body, Action> requestConfiguration = default) { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/bulkUpload", PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Get bulkUpload from applications + /// + public class BulkUploadRequestBuilderGetQueryParameters { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + } +} diff --git a/src/generated/Applications/Item/Synchronization/Jobs/Item/BulkUpload/Value/ContentRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/BulkUpload/Value/ContentRequestBuilder.cs new file mode 100644 index 0000000000..73f5e22b6c --- /dev/null +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/BulkUpload/Value/ContentRequestBuilder.cs @@ -0,0 +1,171 @@ +// +using ApiSdk.Models.ODataErrors; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using Microsoft.Kiota.Cli.Commons.Extensions; +using Microsoft.Kiota.Cli.Commons.IO; +using Microsoft.Kiota.Cli.Commons; +using System.Collections.Generic; +using System.CommandLine; +using System.IO; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace ApiSdk.Applications.Item.Synchronization.Jobs.Item.BulkUpload.Value { + /// + /// Provides operations to manage the media for the application entity. + /// + public class ContentRequestBuilder : BaseCliRequestBuilder { + /// + /// Get media content for the navigation property bulkUpload from applications + /// + /// A + public Command BuildGetCommand() { + var command = new Command("get"); + command.Description = "Get media content for the navigation property bulkUpload from applications"; + var applicationIdOption = new Option("--application-id", description: "The unique identifier of application") { + }; + applicationIdOption.IsRequired = true; + command.AddOption(applicationIdOption); + var synchronizationJobIdOption = new Option("--synchronization-job-id", description: "The unique identifier of synchronizationJob") { + }; + synchronizationJobIdOption.IsRequired = true; + command.AddOption(synchronizationJobIdOption); + var outputFileOption = new Option("--output-file"); + command.AddOption(outputFileOption); + command.SetHandler(async (invocationContext) => { + var applicationId = invocationContext.ParseResult.GetValueForOption(applicationIdOption); + var synchronizationJobId = invocationContext.ParseResult.GetValueForOption(synchronizationJobIdOption); + var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); + var cancellationToken = invocationContext.GetCancellationToken(); + var reqAdapter = invocationContext.GetRequestAdapter(); + var requestInfo = ToGetRequestInformation(q => { + }); + if (applicationId is not null) requestInfo.PathParameters.Add("application%2Did", applicationId); + if (synchronizationJobId is not null) requestInfo.PathParameters.Add("synchronizationJob%2Did", synchronizationJobId); + var errorMapping = new Dictionary> { + {"4XX", ODataError.CreateFromDiscriminatorValue}, + {"5XX", ODataError.CreateFromDiscriminatorValue}, + }; + var response = await reqAdapter.SendPrimitiveAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken) ?? Stream.Null; + if (outputFile == null) { + using var reader = new StreamReader(response); + var strContent = reader.ReadToEnd(); + Console.Write(strContent); + } + else { + using var writeStream = outputFile.OpenWrite(); + await response.CopyToAsync(writeStream); + Console.WriteLine($"Content written to {outputFile.FullName}."); + } + }); + return command; + } + /// + /// Update media content for the navigation property bulkUpload in applications + /// + /// A + public Command BuildPutCommand() { + var command = new Command("put"); + command.Description = "Update media content for the navigation property bulkUpload in applications"; + var applicationIdOption = new Option("--application-id", description: "The unique identifier of application") { + }; + applicationIdOption.IsRequired = true; + command.AddOption(applicationIdOption); + var synchronizationJobIdOption = new Option("--synchronization-job-id", description: "The unique identifier of synchronizationJob") { + }; + synchronizationJobIdOption.IsRequired = true; + command.AddOption(synchronizationJobIdOption); + var inputFileOption = new Option("--input-file", description: "Binary request body") { + }; + inputFileOption.IsRequired = true; + command.AddOption(inputFileOption); + var outputFileOption = new Option("--output-file"); + command.AddOption(outputFileOption); + command.SetHandler(async (invocationContext) => { + var applicationId = invocationContext.ParseResult.GetValueForOption(applicationIdOption); + var synchronizationJobId = invocationContext.ParseResult.GetValueForOption(synchronizationJobIdOption); + var inputFile = invocationContext.ParseResult.GetValueForOption(inputFileOption); + var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); + var cancellationToken = invocationContext.GetCancellationToken(); + var reqAdapter = invocationContext.GetRequestAdapter(); + if (inputFile is null || !inputFile.Exists) { + Console.Error.WriteLine("No available file to send."); + return; + } + using var stream = inputFile.OpenRead(); + var requestInfo = ToPutRequestInformation(stream, q => { + }); + if (applicationId is not null) requestInfo.PathParameters.Add("application%2Did", applicationId); + if (synchronizationJobId is not null) requestInfo.PathParameters.Add("synchronizationJob%2Did", synchronizationJobId); + var errorMapping = new Dictionary> { + {"4XX", ODataError.CreateFromDiscriminatorValue}, + {"5XX", ODataError.CreateFromDiscriminatorValue}, + }; + var response = await reqAdapter.SendPrimitiveAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken) ?? Stream.Null; + if (outputFile == null) { + using var reader = new StreamReader(response); + var strContent = reader.ReadToEnd(); + Console.Write(strContent); + } + else { + using var writeStream = outputFile.OpenWrite(); + await response.CopyToAsync(writeStream); + Console.WriteLine($"Content written to {outputFile.FullName}."); + } + }); + return command; + } + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/bulkUpload/$value", pathParameters) { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/bulkUpload/$value", rawUrl) { + } + /// + /// Get media content for the navigation property bulkUpload from applications + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/octet-stream, application/json"); + return requestInfo; + } + /// + /// Update media content for the navigation property bulkUpload in applications + /// + /// 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 +#nullable enable + public RequestInformation ToPutRequestInformation(Stream body, Action>? requestConfiguration = default) { +#nullable restore +#else + public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + requestInfo.SetStreamContent(body, "application/octet-stream"); + return requestInfo; + } + } +} diff --git a/src/generated/Applications/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.cs index 0bb2ed6d1f..8a4f61cde9 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.cs @@ -22,6 +22,7 @@ public class PauseRequestBuilder : BaseCliRequestBuilder { /// Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PauseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PauseRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/pause", pathParameters) { } /// - /// Instantiates a new PauseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PauseRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/pause", rawUrl) { @@ -66,6 +67,7 @@ public PauseRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appli /// /// Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made. /// + /// 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/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandPostRequestBody.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandPostRequestBody.cs index e58cd6cc81..632306a5ff 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandPostRequestBody.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandPostRequestBody.cs @@ -18,7 +18,7 @@ public class ProvisionOnDemandPostRequestBody : IAdditionalDataHolder, IParsable public List Parameters { get; set; } #endif /// - /// Instantiates a new provisionOnDemandPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ProvisionOnDemandPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ProvisionOnDemandPostRequestBody() { /// /// 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 ProvisionOnDemandPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ProvisionOnDemandPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"parameters", n => { Parameters = n.GetCollectionOfObjectValues(SynchronizationJobApplicationParameters.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.cs index ec222cc008..a05747d803 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.cs @@ -23,6 +23,7 @@ public class ProvisionOnDemandRequestBuilder : BaseCliRequestBuilder { /// Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ProvisionOnDemandRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ProvisionOnDemandRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/provisionOnDemand", pathParameters) { } /// - /// Instantiates a new ProvisionOnDemandRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ProvisionOnDemandRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/provisionOnDemand", rawUrl) { @@ -90,6 +91,7 @@ public ProvisionOnDemandRequestBuilder(string rawUrl) : base("{+baseurl}/applica /// /// Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. /// + /// 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/Applications/Item/Synchronization/Jobs/Item/Restart/RestartPostRequestBody.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartPostRequestBody.cs index 771224f487..e15141da3d 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartPostRequestBody.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartPostRequestBody.cs @@ -18,7 +18,7 @@ public class RestartPostRequestBody : IAdditionalDataHolder, IParsable { public SynchronizationJobRestartCriteria Criteria { get; set; } #endif /// - /// Instantiates a new restartPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RestartPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public RestartPostRequestBody() { /// /// 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 RestartPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static RestartPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetObjectValue(SynchronizationJobRestartCriteria.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.cs index 8ebb282a88..cfb07b8da8 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.cs @@ -22,6 +22,7 @@ public class RestartRequestBuilder : BaseCliRequestBuilder { /// Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestartRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestartRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/restart", pathParameters) { } /// - /// Instantiates a new RestartRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestartRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/restart", rawUrl) { @@ -79,6 +80,7 @@ public RestartRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{app /// /// Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors. /// + /// 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/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Count/CountRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Count/CountRequestBuilder.cs index c93f51913a..41c31e190e 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Count/CountRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/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"; @@ -65,13 +66,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}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories/$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}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appli /// /// 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/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/DirectoriesRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/DirectoriesRequestBuilder.cs index 8627c24404..4f20eb85df 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/DirectoriesRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/DirectoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DirectoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema 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 directories for applications /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to directories for applications"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Contains the collection of directories and all of their objects. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Contains the collection of directories and all of their objects."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DirectoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DirectoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoriesRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public DirectoriesRequestBuilder(string rawUrl) : base("{+baseurl}/applications/ /// /// Contains the collection of directories and all of their objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to directories for applications /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(DirectoryDefinition body, Act public RequestInformation ToPostRequestInformation(DirectoryDefinition 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}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Item/DirectoryDefinitionItemRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Item/DirectoryDefinitionItemRequestBuilder.cs index b221bb1e47..ca23a0beef 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Item/DirectoryDefinitionItemRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Item/DirectoryDefinitionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DirectoryDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property directories for applications /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property directories for applications"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to call the discover method. /// + /// A public Command BuildDiscoverNavCommand() { var command = new Command("discover"); command.Description = "Provides operations to call the discover method."; @@ -83,6 +85,7 @@ public Command BuildDiscoverNavCommand() { /// /// Contains the collection of directories and all of their objects. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the collection of directories and all of their objects."; @@ -145,6 +148,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property directories in applications /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property directories in applications"; @@ -204,13 +208,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DirectoryDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories/{directoryDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories/{directoryDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -218,6 +222,7 @@ public DirectoryDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/a /// /// Delete navigation property directories for applications /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,7 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories/{directoryDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -234,6 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Contains the collection of directories and all of their objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property directories in applications /// + /// 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 @@ -260,7 +267,7 @@ public RequestInformation ToPatchRequestInformation(DirectoryDefinition body, Ac public RequestInformation ToPatchRequestInformation(DirectoryDefinition 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}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories/{directoryDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs index 4576053fb8..aca9bd870b 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs @@ -23,6 +23,7 @@ public class DiscoverRequestBuilder : BaseCliRequestBuilder { /// Discover the latest schema definition for provisioning to an application. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Discover the latest schema definition for provisioning to an application. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DiscoverRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DiscoverRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories/{directoryDefinition%2Did}/discover", pathParameters) { } /// - /// Instantiates a new DiscoverRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DiscoverRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories/{directoryDefinition%2Did}/discover", rawUrl) { @@ -83,6 +84,7 @@ public DiscoverRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{ap /// /// Discover the latest schema definition for provisioning to an application. /// + /// 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/Applications/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsGetResponse.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsGetResponse.cs index bd2c53a8f4..26b9e947ca 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsGetResponse.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsGetResponse.cs @@ -18,6 +18,7 @@ public class FilterOperatorsGetResponse : BaseCollectionPaginationCountResponse, /// /// 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 new FilterOperatorsGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterOperatorsGetResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(FilterOperatorSchema.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs index 7c00492c6d..8ed55ad913 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterOperatorsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterOperators /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterOperators"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (applicationId is not null) requestInfo.PathParameters.Add("application%2Did", applicationId); if (synchronizationJobId is not null) requestInfo.PathParameters.Add("synchronizationJob%2Did", synchronizationJobId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterOperatorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterOperatorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/filterOperators(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterOperatorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/filterOperators(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterOperatorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterOperatorsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/filterOperators(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterOperatorsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/filterOperators(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterOperators /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class FilterOperatorsRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsGetResponse.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsGetResponse.cs index 33530d5130..bf72bc44cc 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsGetResponse.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsGetResponse.cs @@ -18,6 +18,7 @@ public class FunctionsGetResponse : BaseCollectionPaginationCountResponse, IPars /// /// 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 new FunctionsGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FunctionsGetResponse : BaseCollectionPaginationCountResponse, IPars /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AttributeMappingFunctionSchema.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.cs index 5417953582..ec072e869c 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.cs @@ -21,6 +21,7 @@ public class FunctionsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function functions /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function functions"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (applicationId is not null) requestInfo.PathParameters.Add("application%2Did", applicationId); if (synchronizationJobId is not null) requestInfo.PathParameters.Add("synchronizationJob%2Did", synchronizationJobId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FunctionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FunctionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/functions(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FunctionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/functions(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FunctionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FunctionsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/functions(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FunctionsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/functions(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function functions /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class FunctionsRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.cs index 1c30c69fa7..850d3c6c7f 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.cs @@ -34,7 +34,7 @@ public class ParseExpressionPostRequestBody : IAdditionalDataHolder, IParsable { public ExpressionInputObject TestInputObject { get; set; } #endif /// - /// Instantiates a new parseExpressionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ParseExpressionPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ParseExpressionPostRequestBody() { /// /// 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 ParseExpressionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ParseExpressionPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"expression", n => { Expression = n.GetStringValue(); } }, diff --git a/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs index ea6f4679d7..61ad7c0631 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs @@ -23,6 +23,7 @@ public class ParseExpressionRequestBuilder : BaseCliRequestBuilder { /// Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ParseExpressionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParseExpressionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/parseExpression", pathParameters) { } /// - /// Instantiates a new ParseExpressionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParseExpressionRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/parseExpression", rawUrl) { @@ -90,6 +91,7 @@ public ParseExpressionRequestBuilder(string rawUrl) : base("{+baseurl}/applicati /// /// Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID. /// + /// 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/Applications/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilder.cs index e0f76ca978..80cfd367ae 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilder.cs @@ -26,6 +26,7 @@ public class SchemaRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property schema for applications /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property schema for applications"; @@ -65,6 +66,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema entity. /// + /// A public Command BuildDirectoriesNavCommand() { var command = new Command("directories"); command.Description = "Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema entity."; @@ -90,6 +92,7 @@ public Command BuildDirectoriesNavCommand() { /// /// Provides operations to call the filterOperators method. /// + /// A public Command BuildFilterOperatorsNavCommand() { var command = new Command("filter-operators"); command.Description = "Provides operations to call the filterOperators method."; @@ -105,6 +108,7 @@ public Command BuildFilterOperatorsNavCommand() { /// /// Provides operations to call the functions method. /// + /// A public Command BuildFunctionsNavCommand() { var command = new Command("functions"); command.Description = "Provides operations to call the functions method."; @@ -121,6 +125,7 @@ public Command BuildFunctionsNavCommand() { /// Retrieve the schema for a given synchronization job or template. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the schema for a given synchronization job or template.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0"; @@ -177,6 +182,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the parseExpression method. /// + /// A public Command BuildParseExpressionNavCommand() { var command = new Command("parse-expression"); command.Description = "Provides operations to call the parseExpression method."; @@ -193,6 +199,7 @@ public Command BuildParseExpressionNavCommand() { /// Update the synchronization schema for a given job or template. This method fully replaces the current schema with the one provided in the request. To update the schema of a template, make the call on the application object. You must be the owner of the application. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the synchronization schema for a given job or template. This method fully replaces the current schema with the one provided in the request. To update the schema of a template, make the call on the application object. You must be the owner of the application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0"; @@ -246,13 +253,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SchemaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SchemaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SchemaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SchemaRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema{?%24expand,%24select}", rawUrl) { @@ -260,6 +267,7 @@ public SchemaRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appl /// /// Delete navigation property schema for applications /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,7 +276,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -276,6 +284,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the schema for a given synchronization job or template. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -292,6 +301,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the synchronization schema for a given job or template. This method fully replaces the current schema with the one provided in the request. To update the schema of a template, make the call on the application object. You must be the owner of the application. /// + /// 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 @@ -302,7 +312,7 @@ public RequestInformation ToPatchRequestInformation(SynchronizationSchema body, public RequestInformation ToPatchRequestInformation(SynchronizationSchema 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}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.cs index fa73df8d57..d4df1b294e 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.cs @@ -22,6 +22,7 @@ public class StartRequestBuilder : BaseCliRequestBuilder { /// Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don't create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don't create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new StartRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public StartRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/start", pathParameters) { } /// - /// Instantiates a new StartRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public StartRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/start", rawUrl) { @@ -66,6 +67,7 @@ public StartRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appli /// /// Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don't create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. /// + /// 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/Applications/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilder.cs index a366e75fb9..aec205e4be 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilder.cs @@ -1,4 +1,5 @@ // +using ApiSdk.Applications.Item.Synchronization.Jobs.Item.BulkUpload; using ApiSdk.Applications.Item.Synchronization.Jobs.Item.Pause; using ApiSdk.Applications.Item.Synchronization.Jobs.Item.ProvisionOnDemand; using ApiSdk.Applications.Item.Synchronization.Jobs.Item.Restart; @@ -25,10 +26,35 @@ namespace ApiSdk.Applications.Item.Synchronization.Jobs.Item { /// Provides operations to manage the jobs property of the microsoft.graph.synchronization entity. /// public class SynchronizationJobItemRequestBuilder : BaseCliRequestBuilder { + /// + /// Provides operations to manage the bulkUpload property of the microsoft.graph.synchronizationJob entity. + /// + /// A + public Command BuildBulkUploadNavCommand() { + var command = new Command("bulk-upload"); + command.Description = "Provides operations to manage the bulkUpload property of the microsoft.graph.synchronizationJob entity."; + var builder = new BulkUploadRequestBuilder(PathParameters); + var execCommands = new List(); + var nonExecCommands = new List(); + nonExecCommands.Add(builder.BuildContentNavCommand()); + execCommands.Add(builder.BuildDeleteCommand()); + execCommands.Add(builder.BuildGetCommand()); + execCommands.Add(builder.BuildPatchCommand()); + foreach (var cmd in execCommands) + { + command.AddCommand(cmd); + } + foreach (var cmd in nonExecCommands) + { + command.AddCommand(cmd); + } + return command; + } /// /// Stop the synchronization job, and permanently delete all the state associated with it. Synchronized accounts are left as-is. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Stop the synchronization job, and permanently delete all the state associated with it. Synchronized accounts are left as-is.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-1.0"; @@ -69,6 +95,7 @@ public Command BuildDeleteCommand() { /// Retrieve the existing synchronization job and its properties. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the existing synchronization job and its properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0"; @@ -125,6 +152,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property jobs in applications /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property jobs in applications"; @@ -180,6 +208,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the pause method. /// + /// A public Command BuildPauseNavCommand() { var command = new Command("pause"); command.Description = "Provides operations to call the pause method."; @@ -195,6 +224,7 @@ public Command BuildPauseNavCommand() { /// /// Provides operations to call the provisionOnDemand method. /// + /// A public Command BuildProvisionOnDemandNavCommand() { var command = new Command("provision-on-demand"); command.Description = "Provides operations to call the provisionOnDemand method."; @@ -210,6 +240,7 @@ public Command BuildProvisionOnDemandNavCommand() { /// /// Provides operations to call the restart method. /// + /// A public Command BuildRestartNavCommand() { var command = new Command("restart"); command.Description = "Provides operations to call the restart method."; @@ -225,6 +256,7 @@ public Command BuildRestartNavCommand() { /// /// Provides operations to manage the schema property of the microsoft.graph.synchronizationJob entity. /// + /// A public Command BuildSchemaNavCommand() { var command = new Command("schema"); command.Description = "Provides operations to manage the schema property of the microsoft.graph.synchronizationJob entity."; @@ -251,6 +283,7 @@ public Command BuildSchemaNavCommand() { /// /// Provides operations to call the start method. /// + /// A public Command BuildStartNavCommand() { var command = new Command("start"); command.Description = "Provides operations to call the start method."; @@ -266,6 +299,7 @@ public Command BuildStartNavCommand() { /// /// Provides operations to call the validateCredentials method. /// + /// A public Command BuildValidateCredentialsByIdNavCommand() { var command = new Command("validate-credentials-by-id"); command.Description = "Provides operations to call the validateCredentials method."; @@ -279,13 +313,13 @@ public Command BuildValidateCredentialsByIdNavCommand() { return command; } /// - /// Instantiates a new SynchronizationJobItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SynchronizationJobItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SynchronizationJobItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SynchronizationJobItemRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}{?%24expand,%24select}", rawUrl) { @@ -293,6 +327,7 @@ public SynchronizationJobItemRequestBuilder(string rawUrl) : base("{+baseurl}/ap /// /// Stop the synchronization job, and permanently delete all the state associated with it. Synchronized accounts are left as-is. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -301,7 +336,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -309,6 +344,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the existing synchronization job and its 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 @@ -325,6 +361,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property jobs in applications /// + /// 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 @@ -335,7 +372,7 @@ public RequestInformation ToPatchRequestInformation(SynchronizationJob body, Act public RequestInformation ToPatchRequestInformation(SynchronizationJob 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}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsPostRequestBody.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsPostRequestBody.cs index f6a714c6d2..67da9603ca 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsPostRequestBody.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsPostRequestBody.cs @@ -36,7 +36,7 @@ public class ValidateCredentialsPostRequestBody : IAdditionalDataHolder, IParsab /// The useSavedCredentials property public bool? UseSavedCredentials { get; set; } /// - /// Instantiates a new validateCredentialsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValidateCredentialsPostRequestBody() { AdditionalData = new Dictionary(); @@ -44,6 +44,7 @@ public ValidateCredentialsPostRequestBody() { /// /// 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 ValidateCredentialsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public static ValidateCredentialsPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"applicationIdentifier", n => { ApplicationIdentifier = n.GetStringValue(); } }, diff --git a/src/generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.cs index cf4618bad3..8f6f7b6440 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.cs @@ -22,6 +22,7 @@ public class ValidateCredentialsRequestBuilder : BaseCliRequestBuilder { /// Validate that the credentials are valid in the tenant. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Validate that the credentials are valid in the tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValidateCredentialsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValidateCredentialsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/validateCredentials", pathParameters) { } /// - /// Instantiates a new ValidateCredentialsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValidateCredentialsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/{synchronizationJob%2Did}/validateCredentials", rawUrl) { @@ -79,6 +80,7 @@ public ValidateCredentialsRequestBuilder(string rawUrl) : base("{+baseurl}/appli /// /// Validate that the credentials are valid in the tenant. /// + /// 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/Applications/Item/Synchronization/Jobs/JobsRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Jobs/JobsRequestBuilder.cs index 98e9df78df..fdeb515c72 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/JobsRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/JobsRequestBuilder.cs @@ -25,10 +25,12 @@ public class JobsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the jobs property of the microsoft.graph.synchronization entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); var builder = new SynchronizationJobItemRequestBuilder(PathParameters); + commands.Add(builder.BuildBulkUploadNavCommand()); executables.Add(builder.BuildDeleteCommand()); executables.Add(builder.BuildGetCommand()); executables.Add(builder.BuildPatchCommand()); @@ -43,6 +45,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."; @@ -59,6 +62,7 @@ public Command BuildCountNavCommand() { /// Create new synchronization job with a default synchronization schema. The job is created in a disabled state. Call Start job to start synchronization. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new synchronization job with a default synchronization schema. The job is created in a disabled state. Call Start job to start synchronization.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-1.0"; @@ -109,6 +113,7 @@ public Command BuildCreateCommand() { /// List existing jobs for a given application instance (service principal). /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List existing jobs for a given application instance (service principal).\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0"; @@ -207,6 +212,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the validateCredentials method. /// + /// A public Command BuildValidateCredentialsNavCommand() { var command = new Command("validate-credentials"); command.Description = "Provides operations to call the validateCredentials method."; @@ -220,13 +226,13 @@ public Command BuildValidateCredentialsNavCommand() { return command; } /// - /// Instantiates a new JobsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public JobsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new JobsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public JobsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -234,6 +240,7 @@ public JobsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{applic /// /// List existing jobs for a given application instance (service principal). /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new synchronization job with a default synchronization schema. The job is created in a disabled state. Call Start job to start synchronization. /// + /// 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 @@ -260,7 +268,7 @@ public RequestInformation ToPostRequestInformation(SynchronizationJob body, Acti public RequestInformation ToPostRequestInformation(SynchronizationJob 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}/applications/{application%2Did}/synchronization/jobs", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsPostRequestBody.cs b/src/generated/Applications/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsPostRequestBody.cs index 37b7420aff..b054aabaa8 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsPostRequestBody.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsPostRequestBody.cs @@ -36,7 +36,7 @@ public class ValidateCredentialsPostRequestBody : IAdditionalDataHolder, IParsab /// The useSavedCredentials property public bool? UseSavedCredentials { get; set; } /// - /// Instantiates a new validateCredentialsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValidateCredentialsPostRequestBody() { AdditionalData = new Dictionary(); @@ -44,6 +44,7 @@ public ValidateCredentialsPostRequestBody() { /// /// 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 ValidateCredentialsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public static ValidateCredentialsPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"applicationIdentifier", n => { ApplicationIdentifier = n.GetStringValue(); } }, diff --git a/src/generated/Applications/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsRequestBuilder.cs index 6f9c404434..f6a1453996 100644 --- a/src/generated/Applications/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsRequestBuilder.cs @@ -21,6 +21,7 @@ public class ValidateCredentialsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action validateCredentials /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action validateCredentials"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValidateCredentialsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValidateCredentialsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/validateCredentials", pathParameters) { } /// - /// Instantiates a new ValidateCredentialsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValidateCredentialsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/jobs/validateCredentials", rawUrl) { @@ -72,6 +73,7 @@ public ValidateCredentialsRequestBuilder(string rawUrl) : base("{+baseurl}/appli /// /// Invoke action validateCredentials /// + /// 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/Applications/Item/Synchronization/Secrets/Count/CountRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Secrets/Count/CountRequestBuilder.cs index 04bf9d26ba..07e12b529a 100644 --- a/src/generated/Applications/Item/Synchronization/Secrets/Count/CountRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Secrets/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}/applications/{application%2Did}/synchronization/secrets/$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}/applications/{application%2Did}/synchronization/secrets/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appli /// /// 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/Applications/Item/Synchronization/Secrets/SecretsPutRequestBody.cs b/src/generated/Applications/Item/Synchronization/Secrets/SecretsPutRequestBody.cs index 1753644b6a..b2968a3332 100644 --- a/src/generated/Applications/Item/Synchronization/Secrets/SecretsPutRequestBody.cs +++ b/src/generated/Applications/Item/Synchronization/Secrets/SecretsPutRequestBody.cs @@ -18,7 +18,7 @@ public class SecretsPutRequestBody : IAdditionalDataHolder, IParsable { public List Value { get; set; } #endif /// - /// Instantiates a new secretsPutRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SecretsPutRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SecretsPutRequestBody() { /// /// 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 SecretsPutRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SecretsPutRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetCollectionOfObjectValues(SynchronizationSecretKeyStringValuePair.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Applications/Item/Synchronization/Secrets/SecretsPutResponse.cs b/src/generated/Applications/Item/Synchronization/Secrets/SecretsPutResponse.cs index 5520cfd744..fe24c843f2 100644 --- a/src/generated/Applications/Item/Synchronization/Secrets/SecretsPutResponse.cs +++ b/src/generated/Applications/Item/Synchronization/Secrets/SecretsPutResponse.cs @@ -18,7 +18,7 @@ public class SecretsPutResponse : IAdditionalDataHolder, IParsable { public List Value { get; set; } #endif /// - /// Instantiates a new secretsPutResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public SecretsPutResponse() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SecretsPutResponse() { /// /// 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 SecretsPutResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SecretsPutResponse CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetCollectionOfObjectValues(SynchronizationSecretKeyStringValuePair.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Applications/Item/Synchronization/Secrets/SecretsRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Secrets/SecretsRequestBuilder.cs index b97b77ee7a..cc7917addd 100644 --- a/src/generated/Applications/Item/Synchronization/Secrets/SecretsRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Secrets/SecretsRequestBuilder.cs @@ -22,6 +22,7 @@ public class SecretsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -37,6 +38,7 @@ public Command BuildCountNavCommand() { /// /// Update property secrets value. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update property secrets value."; @@ -84,13 +86,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new SecretsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SecretsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/secrets", pathParameters) { } /// - /// Instantiates a new SecretsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SecretsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/secrets", rawUrl) { @@ -98,6 +100,7 @@ public SecretsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{app /// /// Update property secrets value. /// + /// 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/Applications/Item/Synchronization/SynchronizationRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/SynchronizationRequestBuilder.cs index 6e54e08e41..d4dd0dc848 100644 --- a/src/generated/Applications/Item/Synchronization/SynchronizationRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/SynchronizationRequestBuilder.cs @@ -26,6 +26,7 @@ public class SynchronizationRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the acquireAccessToken method. /// + /// A public Command BuildAcquireAccessTokenNavCommand() { var command = new Command("acquire-access-token"); command.Description = "Provides operations to call the acquireAccessToken method."; @@ -41,6 +42,7 @@ public Command BuildAcquireAccessTokenNavCommand() { /// /// Delete navigation property synchronization for applications /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property synchronization for applications"; @@ -74,6 +76,7 @@ public Command BuildDeleteCommand() { /// /// Represents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API."; @@ -124,6 +127,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the jobs property of the microsoft.graph.synchronization entity. /// + /// A public Command BuildJobsNavCommand() { var command = new Command("jobs"); command.Description = "Provides operations to manage the jobs property of the microsoft.graph.synchronization entity."; @@ -150,6 +154,7 @@ public Command BuildJobsNavCommand() { /// /// Update the navigation property synchronization in applications /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update the navigation property synchronization in applications"; @@ -199,6 +204,7 @@ public Command BuildPutCommand() { /// /// The secrets property /// + /// A public Command BuildSecretsNavCommand() { var command = new Command("secrets"); command.Description = "The secrets property"; @@ -220,6 +226,7 @@ public Command BuildSecretsNavCommand() { /// /// Provides operations to manage the templates property of the microsoft.graph.synchronization entity. /// + /// A public Command BuildTemplatesNavCommand() { var command = new Command("templates"); command.Description = "Provides operations to manage the templates property of the microsoft.graph.synchronization entity."; @@ -243,13 +250,13 @@ public Command BuildTemplatesNavCommand() { return command; } /// - /// Instantiates a new SynchronizationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SynchronizationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SynchronizationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SynchronizationRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization{?%24expand,%24select}", rawUrl) { @@ -257,6 +264,7 @@ public SynchronizationRequestBuilder(string rawUrl) : base("{+baseurl}/applicati /// /// Delete navigation property synchronization for applications /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -265,7 +273,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/applications/{application%2Did}/synchronization", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -273,6 +281,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the capability for Microsoft Entra identity synchronization through 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 @@ -289,6 +298,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property synchronization in applications /// + /// 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 @@ -299,7 +309,7 @@ public RequestInformation ToPutRequestInformation(ApiSdk.Models.Synchronization public RequestInformation ToPutRequestInformation(ApiSdk.Models.Synchronization body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/applications/{application%2Did}/synchronization", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/Synchronization/Templates/Count/CountRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Templates/Count/CountRequestBuilder.cs index 257d5cf321..e925242ded 100644 --- a/src/generated/Applications/Item/Synchronization/Templates/Count/CountRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Templates/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}/applications/{application%2Did}/synchronization/templates/$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}/applications/{application%2Did}/synchronization/templates/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appli /// /// 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/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Count/CountRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Count/CountRequestBuilder.cs index 93092d8f98..1586e5d96b 100644 --- a/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Count/CountRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/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"; @@ -65,13 +66,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}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories/$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}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appli /// /// 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/Applications/Item/Synchronization/Templates/Item/Schema/Directories/DirectoriesRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/DirectoriesRequestBuilder.cs index e4435df560..1776aa035e 100644 --- a/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/DirectoriesRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/DirectoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DirectoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema 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 directories for applications /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to directories for applications"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Contains the collection of directories and all of their objects. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Contains the collection of directories and all of their objects."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DirectoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DirectoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoriesRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public DirectoriesRequestBuilder(string rawUrl) : base("{+baseurl}/applications/ /// /// Contains the collection of directories and all of their objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to directories for applications /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(DirectoryDefinition body, Act public RequestInformation ToPostRequestInformation(DirectoryDefinition 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}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Item/DirectoryDefinitionItemRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Item/DirectoryDefinitionItemRequestBuilder.cs index a51704901d..6667033bae 100644 --- a/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Item/DirectoryDefinitionItemRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Item/DirectoryDefinitionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DirectoryDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property directories for applications /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property directories for applications"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to call the discover method. /// + /// A public Command BuildDiscoverNavCommand() { var command = new Command("discover"); command.Description = "Provides operations to call the discover method."; @@ -83,6 +85,7 @@ public Command BuildDiscoverNavCommand() { /// /// Contains the collection of directories and all of their objects. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the collection of directories and all of their objects."; @@ -145,6 +148,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property directories in applications /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property directories in applications"; @@ -204,13 +208,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DirectoryDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories/{directoryDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories/{directoryDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -218,6 +222,7 @@ public DirectoryDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/a /// /// Delete navigation property directories for applications /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,7 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories/{directoryDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -234,6 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Contains the collection of directories and all of their objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property directories in applications /// + /// 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 @@ -260,7 +267,7 @@ public RequestInformation ToPatchRequestInformation(DirectoryDefinition body, Ac public RequestInformation ToPatchRequestInformation(DirectoryDefinition 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}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories/{directoryDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs index 10a176de29..86aed42b30 100644 --- a/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs @@ -23,6 +23,7 @@ public class DiscoverRequestBuilder : BaseCliRequestBuilder { /// Discover the latest schema definition for provisioning to an application. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Discover the latest schema definition for provisioning to an application. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DiscoverRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DiscoverRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories/{directoryDefinition%2Did}/discover", pathParameters) { } /// - /// Instantiates a new DiscoverRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DiscoverRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories/{directoryDefinition%2Did}/discover", rawUrl) { @@ -83,6 +84,7 @@ public DiscoverRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{ap /// /// Discover the latest schema definition for provisioning to an application. /// + /// 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/Applications/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsGetResponse.cs b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsGetResponse.cs index a9320710a3..7fe4eb6ef4 100644 --- a/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsGetResponse.cs +++ b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsGetResponse.cs @@ -18,6 +18,7 @@ public class FilterOperatorsGetResponse : BaseCollectionPaginationCountResponse, /// /// 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 new FilterOperatorsGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterOperatorsGetResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(FilterOperatorSchema.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs index 5fcea1d48a..7e2421c760 100644 --- a/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterOperatorsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterOperators /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterOperators"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (applicationId is not null) requestInfo.PathParameters.Add("application%2Did", applicationId); if (synchronizationTemplateId is not null) requestInfo.PathParameters.Add("synchronizationTemplate%2Did", synchronizationTemplateId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterOperatorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterOperatorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/filterOperators(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterOperatorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/filterOperators(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterOperatorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterOperatorsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/filterOperators(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterOperatorsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/filterOperators(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterOperators /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class FilterOperatorsRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsGetResponse.cs b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsGetResponse.cs index 4057f5d593..4c1f0c667d 100644 --- a/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsGetResponse.cs +++ b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsGetResponse.cs @@ -18,6 +18,7 @@ public class FunctionsGetResponse : BaseCollectionPaginationCountResponse, IPars /// /// 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 new FunctionsGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FunctionsGetResponse : BaseCollectionPaginationCountResponse, IPars /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AttributeMappingFunctionSchema.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.cs index babb51b1e4..2f34e57edc 100644 --- a/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.cs @@ -21,6 +21,7 @@ public class FunctionsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function functions /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function functions"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (applicationId is not null) requestInfo.PathParameters.Add("application%2Did", applicationId); if (synchronizationTemplateId is not null) requestInfo.PathParameters.Add("synchronizationTemplate%2Did", synchronizationTemplateId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FunctionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FunctionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/functions(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FunctionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/functions(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FunctionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FunctionsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/functions(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FunctionsRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/functions(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function functions /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class FunctionsRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.cs b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.cs index dfa3b3b4bc..a1b288b58f 100644 --- a/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.cs +++ b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.cs @@ -34,7 +34,7 @@ public class ParseExpressionPostRequestBody : IAdditionalDataHolder, IParsable { public ExpressionInputObject TestInputObject { get; set; } #endif /// - /// Instantiates a new parseExpressionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ParseExpressionPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ParseExpressionPostRequestBody() { /// /// 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 ParseExpressionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ParseExpressionPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"expression", n => { Expression = n.GetStringValue(); } }, diff --git a/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs index 0796d0e519..2e7e8f2d8b 100644 --- a/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs @@ -23,6 +23,7 @@ public class ParseExpressionRequestBuilder : BaseCliRequestBuilder { /// Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ParseExpressionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParseExpressionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/parseExpression", pathParameters) { } /// - /// Instantiates a new ParseExpressionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParseExpressionRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/parseExpression", rawUrl) { @@ -90,6 +91,7 @@ public ParseExpressionRequestBuilder(string rawUrl) : base("{+baseurl}/applicati /// /// Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID. /// + /// 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/Applications/Item/Synchronization/Templates/Item/Schema/SchemaRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/SchemaRequestBuilder.cs index f51f803c93..2433b69af9 100644 --- a/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/SchemaRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Templates/Item/Schema/SchemaRequestBuilder.cs @@ -26,6 +26,7 @@ public class SchemaRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property schema for applications /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property schema for applications"; @@ -65,6 +66,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema entity. /// + /// A public Command BuildDirectoriesNavCommand() { var command = new Command("directories"); command.Description = "Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema entity."; @@ -90,6 +92,7 @@ public Command BuildDirectoriesNavCommand() { /// /// Provides operations to call the filterOperators method. /// + /// A public Command BuildFilterOperatorsNavCommand() { var command = new Command("filter-operators"); command.Description = "Provides operations to call the filterOperators method."; @@ -105,6 +108,7 @@ public Command BuildFilterOperatorsNavCommand() { /// /// Provides operations to call the functions method. /// + /// A public Command BuildFunctionsNavCommand() { var command = new Command("functions"); command.Description = "Provides operations to call the functions method."; @@ -120,6 +124,7 @@ public Command BuildFunctionsNavCommand() { /// /// Default synchronization schema for the jobs based on this template. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Default synchronization schema for the jobs based on this template."; @@ -176,6 +181,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the parseExpression method. /// + /// A public Command BuildParseExpressionNavCommand() { var command = new Command("parse-expression"); command.Description = "Provides operations to call the parseExpression method."; @@ -191,6 +197,7 @@ public Command BuildParseExpressionNavCommand() { /// /// Update the navigation property schema in applications /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property schema in applications"; @@ -244,13 +251,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SchemaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SchemaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SchemaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SchemaRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema{?%24expand,%24select}", rawUrl) { @@ -258,6 +265,7 @@ public SchemaRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appl /// /// Delete navigation property schema for applications /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,7 +274,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -274,6 +282,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Default synchronization schema for the jobs based on this template. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -290,6 +299,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property schema in applications /// + /// 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 @@ -300,7 +310,7 @@ public RequestInformation ToPatchRequestInformation(SynchronizationSchema body, public RequestInformation ToPatchRequestInformation(SynchronizationSchema 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}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/Synchronization/Templates/Item/SynchronizationTemplateItemRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Templates/Item/SynchronizationTemplateItemRequestBuilder.cs index 05a519d178..7a80075619 100644 --- a/src/generated/Applications/Item/Synchronization/Templates/Item/SynchronizationTemplateItemRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Templates/Item/SynchronizationTemplateItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class SynchronizationTemplateItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property templates for applications /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property templates for applications"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Preconfigured synchronization settings for a particular application. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Preconfigured synchronization settings for a particular application."; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// Update (override) the synchronization template associated with a given application. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update (override) the synchronization template associated with a given application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-1.0"; @@ -174,6 +177,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the schema property of the microsoft.graph.synchronizationTemplate entity. /// + /// A public Command BuildSchemaNavCommand() { var command = new Command("schema"); command.Description = "Provides operations to manage the schema property of the microsoft.graph.synchronizationTemplate entity."; @@ -198,13 +202,13 @@ public Command BuildSchemaNavCommand() { return command; } /// - /// Instantiates a new SynchronizationTemplateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SynchronizationTemplateItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SynchronizationTemplateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SynchronizationTemplateItemRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}{?%24expand,%24select}", rawUrl) { @@ -212,6 +216,7 @@ public SynchronizationTemplateItemRequestBuilder(string rawUrl) : base("{+baseur /// /// Delete navigation property templates for applications /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -220,7 +225,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -228,6 +233,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Preconfigured synchronization settings for a particular application. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,6 +250,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update (override) the synchronization template associated with a given application. /// + /// 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 @@ -254,7 +261,7 @@ public RequestInformation ToPatchRequestInformation(SynchronizationTemplate body public RequestInformation ToPatchRequestInformation(SynchronizationTemplate 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}/applications/{application%2Did}/synchronization/templates/{synchronizationTemplate%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/Synchronization/Templates/TemplatesRequestBuilder.cs b/src/generated/Applications/Item/Synchronization/Templates/TemplatesRequestBuilder.cs index 1bd8f185a0..0b71e3ec6d 100644 --- a/src/generated/Applications/Item/Synchronization/Templates/TemplatesRequestBuilder.cs +++ b/src/generated/Applications/Item/Synchronization/Templates/TemplatesRequestBuilder.cs @@ -24,6 +24,7 @@ public class TemplatesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the templates property of the microsoft.graph.synchronization 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 templates for applications /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to templates for applications"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// List the synchronization templates associated with a given application or service principal. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List the synchronization templates associated with a given application or service principal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0"; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TemplatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TemplatesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TemplatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TemplatesRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/synchronization/templates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public TemplatesRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{a /// /// List the synchronization templates associated with a given application or service principal. /// + /// 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 templates for applications /// + /// 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(SynchronizationTemplate body, public RequestInformation ToPostRequestInformation(SynchronizationTemplate 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}/applications/{application%2Did}/synchronization/templates", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/TokenIssuancePolicies/Count/CountRequestBuilder.cs b/src/generated/Applications/Item/TokenIssuancePolicies/Count/CountRequestBuilder.cs index d861080f1f..168edadfb5 100644 --- a/src/generated/Applications/Item/TokenIssuancePolicies/Count/CountRequestBuilder.cs +++ b/src/generated/Applications/Item/TokenIssuancePolicies/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}/applications/{application%2Did}/tokenIssuancePolicies/$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}/applications/{application%2Did}/tokenIssuancePolicies/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appli /// /// 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/Applications/Item/TokenIssuancePolicies/Item/Ref/RefRequestBuilder.cs b/src/generated/Applications/Item/TokenIssuancePolicies/Item/Ref/RefRequestBuilder.cs index af88a6e7a5..8a8480d0a7 100644 --- a/src/generated/Applications/Item/TokenIssuancePolicies/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Applications/Item/TokenIssuancePolicies/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a tokenIssuancePolicy from an application. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a tokenIssuancePolicy from an application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/tokenIssuancePolicies/{tokenIssuancePolicy%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/tokenIssuancePolicies/{tokenIssuancePolicy%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{applica /// /// Remove a tokenIssuancePolicy from an application. /// + /// 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/Applications/Item/TokenIssuancePolicies/Item/TokenIssuancePolicyItemRequestBuilder.cs b/src/generated/Applications/Item/TokenIssuancePolicies/Item/TokenIssuancePolicyItemRequestBuilder.cs index 8e32ce0a78..d4702b2759 100644 --- a/src/generated/Applications/Item/TokenIssuancePolicies/Item/TokenIssuancePolicyItemRequestBuilder.cs +++ b/src/generated/Applications/Item/TokenIssuancePolicies/Item/TokenIssuancePolicyItemRequestBuilder.cs @@ -18,6 +18,7 @@ public class TokenIssuancePolicyItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of application entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of application entities."; @@ -31,13 +32,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new TokenIssuancePolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TokenIssuancePolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/tokenIssuancePolicies/{tokenIssuancePolicy%2Did}", pathParameters) { } /// - /// Instantiates a new TokenIssuancePolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TokenIssuancePolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/tokenIssuancePolicies/{tokenIssuancePolicy%2Did}", rawUrl) { diff --git a/src/generated/Applications/Item/TokenIssuancePolicies/Ref/RefRequestBuilder.cs b/src/generated/Applications/Item/TokenIssuancePolicies/Ref/RefRequestBuilder.cs index 484c27e783..ae622c8dd9 100644 --- a/src/generated/Applications/Item/TokenIssuancePolicies/Ref/RefRequestBuilder.cs +++ b/src/generated/Applications/Item/TokenIssuancePolicies/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a tokenIssuancePolicy from an application. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a tokenIssuancePolicy from an application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// List the tokenIssuancePolicy objects that are assigned to an application. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "List the tokenIssuancePolicy objects that are assigned to an application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0"; @@ -148,6 +150,7 @@ public Command BuildGetCommand() { /// Assign a tokenIssuancePolicy to an application. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Assign a tokenIssuancePolicy to an application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-1.0"; @@ -185,20 +188,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/tokenIssuancePolicies/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/tokenIssuancePolicies/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/tokenIssuancePolicies/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/tokenIssuancePolicies/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove a tokenIssuancePolicy from an application. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,7 +211,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/applications/{application%2Did}/tokenIssuancePolicies/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +219,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// List the tokenIssuancePolicy objects that are assigned to an application. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Assign a tokenIssuancePolicy to an application. /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/applications/{application%2Did}/tokenIssuancePolicies/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs b/src/generated/Applications/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs index a4c7add0f8..3e23099cde 100644 --- a/src/generated/Applications/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs +++ b/src/generated/Applications/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs @@ -25,6 +25,7 @@ public class TokenIssuancePoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.applications.item.tokenIssuancePolicies.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new TokenIssuancePolicyItemRequestBuilder(PathParameters); @@ -34,6 +35,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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// List the tokenIssuancePolicy objects that are assigned to an application. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List the tokenIssuancePolicy objects that are assigned to an application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0"; @@ -148,6 +151,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of application entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of application entities."; @@ -163,13 +167,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new TokenIssuancePoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TokenIssuancePoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/tokenIssuancePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TokenIssuancePoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TokenIssuancePoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/tokenIssuancePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -177,6 +181,7 @@ public TokenIssuancePoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/app /// /// List the tokenIssuancePolicy objects that are assigned to an application. /// + /// 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/Applications/Item/TokenLifetimePolicies/Count/CountRequestBuilder.cs b/src/generated/Applications/Item/TokenLifetimePolicies/Count/CountRequestBuilder.cs index 59cc80ba14..9f35f051ce 100644 --- a/src/generated/Applications/Item/TokenLifetimePolicies/Count/CountRequestBuilder.cs +++ b/src/generated/Applications/Item/TokenLifetimePolicies/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}/applications/{application%2Did}/tokenLifetimePolicies/$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}/applications/{application%2Did}/tokenLifetimePolicies/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{appli /// /// 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/Applications/Item/TokenLifetimePolicies/Item/Ref/RefRequestBuilder.cs b/src/generated/Applications/Item/TokenLifetimePolicies/Item/Ref/RefRequestBuilder.cs index ba030b10af..2d1bc79774 100644 --- a/src/generated/Applications/Item/TokenLifetimePolicies/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Applications/Item/TokenLifetimePolicies/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a tokenLifetimePolicy from an application. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a tokenLifetimePolicy from an application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/tokenLifetimePolicies/{tokenLifetimePolicy%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/tokenLifetimePolicies/{tokenLifetimePolicy%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{applica /// /// Remove a tokenLifetimePolicy from an application. /// + /// 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/Applications/Item/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilder.cs b/src/generated/Applications/Item/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilder.cs index b311b86c22..d45cfe3daf 100644 --- a/src/generated/Applications/Item/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilder.cs +++ b/src/generated/Applications/Item/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilder.cs @@ -18,6 +18,7 @@ public class TokenLifetimePolicyItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of application entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of application entities."; @@ -31,13 +32,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new TokenLifetimePolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TokenLifetimePolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/tokenLifetimePolicies/{tokenLifetimePolicy%2Did}", pathParameters) { } /// - /// Instantiates a new TokenLifetimePolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TokenLifetimePolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/tokenLifetimePolicies/{tokenLifetimePolicy%2Did}", rawUrl) { diff --git a/src/generated/Applications/Item/TokenLifetimePolicies/Ref/RefRequestBuilder.cs b/src/generated/Applications/Item/TokenLifetimePolicies/Ref/RefRequestBuilder.cs index c7887beba5..5f80a8dd84 100644 --- a/src/generated/Applications/Item/TokenLifetimePolicies/Ref/RefRequestBuilder.cs +++ b/src/generated/Applications/Item/TokenLifetimePolicies/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a tokenLifetimePolicy from an application. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a tokenLifetimePolicy from an application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0"; @@ -148,6 +150,7 @@ public Command BuildGetCommand() { /// Assign a tokenLifetimePolicy to an application. You can have multiple tokenLifetimePolicy policies in a tenant but can assign only one tokenLifetimePolicy per application. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Assign a tokenLifetimePolicy to an application. You can have multiple tokenLifetimePolicy policies in a tenant but can assign only one tokenLifetimePolicy per application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-1.0"; @@ -185,20 +188,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/tokenLifetimePolicies/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/tokenLifetimePolicies/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/tokenLifetimePolicies/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/tokenLifetimePolicies/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove a tokenLifetimePolicy from an application. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,7 +211,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/applications/{application%2Did}/tokenLifetimePolicies/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +219,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Assign a tokenLifetimePolicy to an application. You can have multiple tokenLifetimePolicy policies in a tenant but can assign only one tokenLifetimePolicy per application. /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/applications/{application%2Did}/tokenLifetimePolicies/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Applications/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs b/src/generated/Applications/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs index 0cbc242bf5..a3559fb27a 100644 --- a/src/generated/Applications/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs +++ b/src/generated/Applications/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs @@ -25,6 +25,7 @@ public class TokenLifetimePoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.applications.item.tokenLifetimePolicies.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new TokenLifetimePolicyItemRequestBuilder(PathParameters); @@ -34,6 +35,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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0"; @@ -148,6 +151,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of application entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of application entities."; @@ -163,13 +167,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new TokenLifetimePoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TokenLifetimePoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/tokenLifetimePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TokenLifetimePoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TokenLifetimePoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/tokenLifetimePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -177,6 +181,7 @@ public TokenLifetimePoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/app /// /// List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. /// + /// 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/Applications/Item/UnsetVerifiedPublisher/UnsetVerifiedPublisherRequestBuilder.cs b/src/generated/Applications/Item/UnsetVerifiedPublisher/UnsetVerifiedPublisherRequestBuilder.cs index 93d045f6ab..79a50cb7d4 100644 --- a/src/generated/Applications/Item/UnsetVerifiedPublisher/UnsetVerifiedPublisherRequestBuilder.cs +++ b/src/generated/Applications/Item/UnsetVerifiedPublisher/UnsetVerifiedPublisherRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnsetVerifiedPublisherRequestBuilder : BaseCliRequestBuilder { /// Unset the verifiedPublisher previously set on an application, removing all verified publisher properties. For more information, see Publisher verification. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Unset the verifiedPublisher previously set on an application, removing all verified publisher properties. For more information, see Publisher verification.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnsetVerifiedPublisherRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnsetVerifiedPublisherRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/{application%2Did}/unsetVerifiedPublisher", pathParameters) { } /// - /// Instantiates a new UnsetVerifiedPublisherRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnsetVerifiedPublisherRequestBuilder(string rawUrl) : base("{+baseurl}/applications/{application%2Did}/unsetVerifiedPublisher", rawUrl) { @@ -60,6 +61,7 @@ public UnsetVerifiedPublisherRequestBuilder(string rawUrl) : base("{+baseurl}/ap /// /// Unset the verifiedPublisher previously set on an application, removing all verified publisher properties. For more information, see Publisher verification. /// + /// 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/Applications/ValidateProperties/ValidatePropertiesPostRequestBody.cs b/src/generated/Applications/ValidateProperties/ValidatePropertiesPostRequestBody.cs index 9bed52b14b..5b81738bf8 100644 --- a/src/generated/Applications/ValidateProperties/ValidatePropertiesPostRequestBody.cs +++ b/src/generated/Applications/ValidateProperties/ValidatePropertiesPostRequestBody.cs @@ -35,7 +35,7 @@ public class ValidatePropertiesPostRequestBody : IAdditionalDataHolder, IParsabl /// The onBehalfOfUserId property public Guid? OnBehalfOfUserId { get; set; } /// - /// Instantiates a new validatePropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValidatePropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public ValidatePropertiesPostRequestBody() { /// /// 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 ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Applications/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/generated/Applications/ValidateProperties/ValidatePropertiesRequestBuilder.cs index 7a52d005b5..e3aed7221f 100644 --- a/src/generated/Applications/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/generated/Applications/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class ValidatePropertiesRequestBuilder : BaseCliRequestBuilder { /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"; @@ -53,13 +54,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValidatePropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications/validateProperties", pathParameters) { } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/applications/validateProperties", rawUrl) { @@ -67,6 +68,7 @@ public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/applic /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// + /// 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/ApplicationsWithAppId/ApplicationsWithAppIdRequestBuilder.cs b/src/generated/ApplicationsWithAppId/ApplicationsWithAppIdRequestBuilder.cs index ca72d844fd..f1357e514f 100644 --- a/src/generated/ApplicationsWithAppId/ApplicationsWithAppIdRequestBuilder.cs +++ b/src/generated/ApplicationsWithAppId/ApplicationsWithAppIdRequestBuilder.cs @@ -23,6 +23,7 @@ public class ApplicationsWithAppIdRequestBuilder : BaseCliRequestBuilder { /// Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Get the properties and relationships of an application object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the properties and relationships of an application object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of an application object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an application object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ApplicationsWithAppIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplicationsWithAppIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications(appId='{appId}'){?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ApplicationsWithAppIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplicationsWithAppIdRequestBuilder(string rawUrl) : base("{+baseurl}/applications(appId='{appId}'){?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public ApplicationsWithAppIdRequestBuilder(string rawUrl) : base("{+baseurl}/app /// /// Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. /// + /// 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}/applications(appId='{appId}')", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the properties and relationships of an application 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 @@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an application 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 @@ -211,7 +217,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Application bo public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Application 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}/applications(appId='{appId}')", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ApplicationsWithUniqueName/ApplicationsWithUniqueNameRequestBuilder.cs b/src/generated/ApplicationsWithUniqueName/ApplicationsWithUniqueNameRequestBuilder.cs new file mode 100644 index 0000000000..9346f7f1ab --- /dev/null +++ b/src/generated/ApplicationsWithUniqueName/ApplicationsWithUniqueNameRequestBuilder.cs @@ -0,0 +1,251 @@ +// +using ApiSdk.Models.ODataErrors; +using ApiSdk.Models; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using Microsoft.Kiota.Cli.Commons.Extensions; +using Microsoft.Kiota.Cli.Commons.IO; +using Microsoft.Kiota.Cli.Commons; +using System.Collections.Generic; +using System.CommandLine; +using System.IO; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace ApiSdk.ApplicationsWithUniqueName { + /// + /// Provides operations to manage the collection of application entities. + /// + public class ApplicationsWithUniqueNameRequestBuilder : BaseCliRequestBuilder { + /// + /// Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. + /// Find more info here + /// + /// A + public Command BuildDeleteCommand() { + var command = new Command("delete"); + command.Description = "Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0"; + var uniqueNameOption = new Option("--unique-name", description: "Alternate key of application") { + }; + uniqueNameOption.IsRequired = true; + command.AddOption(uniqueNameOption); + var ifMatchOption = new Option("--if-match", description: "ETag") { + Arity = ArgumentArity.ZeroOrMore + }; + ifMatchOption.IsRequired = false; + command.AddOption(ifMatchOption); + command.SetHandler(async (invocationContext) => { + var uniqueName = invocationContext.ParseResult.GetValueForOption(uniqueNameOption); + var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); + var cancellationToken = invocationContext.GetCancellationToken(); + var reqAdapter = invocationContext.GetRequestAdapter(); + var requestInfo = ToDeleteRequestInformation(q => { + }); + if (uniqueName is not null) requestInfo.PathParameters.Add("uniqueName", uniqueName); + if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); + var errorMapping = new Dictionary> { + {"4XX", ODataError.CreateFromDiscriminatorValue}, + {"5XX", ODataError.CreateFromDiscriminatorValue}, + }; + await reqAdapter.SendNoContentAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken); + Console.WriteLine("Success"); + }); + return command; + } + /// + /// Get the properties and relationships of an application object. + /// Find more info here + /// + /// A + public Command BuildGetCommand() { + var command = new Command("get"); + command.Description = "Get the properties and relationships of an application object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0"; + var uniqueNameOption = new Option("--unique-name", description: "Alternate key of application") { + }; + uniqueNameOption.IsRequired = true; + command.AddOption(uniqueNameOption); + var selectOption = new Option("--select", description: "Select properties to be returned") { + Arity = ArgumentArity.ZeroOrMore + }; + selectOption.IsRequired = false; + command.AddOption(selectOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); + var outputOption = new Option("--output", () => FormatterType.JSON); + command.AddOption(outputOption); + var queryOption = new Option("--query"); + command.AddOption(queryOption); + command.SetHandler(async (invocationContext) => { + var uniqueName = invocationContext.ParseResult.GetValueForOption(uniqueNameOption); + var select = invocationContext.ParseResult.GetValueForOption(selectOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); + var output = invocationContext.ParseResult.GetValueForOption(outputOption); + var query = invocationContext.ParseResult.GetValueForOption(queryOption); + IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); + IOutputFormatterFactory outputFormatterFactory = invocationContext.BindingContext.GetService(typeof(IOutputFormatterFactory)) as IOutputFormatterFactory ?? throw new ArgumentNullException("outputFormatterFactory"); + var cancellationToken = invocationContext.GetCancellationToken(); + var reqAdapter = invocationContext.GetRequestAdapter(); + var requestInfo = ToGetRequestInformation(q => { + q.QueryParameters.Select = select; + q.QueryParameters.Expand = expand; + }); + if (uniqueName is not null) requestInfo.PathParameters.Add("uniqueName", uniqueName); + var errorMapping = new Dictionary> { + {"4XX", ODataError.CreateFromDiscriminatorValue}, + {"5XX", ODataError.CreateFromDiscriminatorValue}, + }; + var response = await reqAdapter.SendPrimitiveAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken) ?? Stream.Null; + response = (response != Stream.Null) ? await outputFilter.FilterOutputAsync(response, query, cancellationToken) : response; + var formatter = outputFormatterFactory.GetFormatter(output); + await formatter.WriteOutputAsync(response, cancellationToken); + }); + return command; + } + /// + /// Update the properties of an application object. + /// Find more info here + /// + /// A + public Command BuildPatchCommand() { + var command = new Command("patch"); + command.Description = "Update the properties of an application object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-update?view=graph-rest-1.0"; + var uniqueNameOption = new Option("--unique-name", description: "Alternate key of application") { + }; + uniqueNameOption.IsRequired = true; + command.AddOption(uniqueNameOption); + var bodyOption = new Option("--body", description: "The request body") { + }; + bodyOption.IsRequired = true; + command.AddOption(bodyOption); + var outputOption = new Option("--output", () => FormatterType.JSON); + command.AddOption(outputOption); + var queryOption = new Option("--query"); + command.AddOption(queryOption); + command.SetHandler(async (invocationContext) => { + var uniqueName = invocationContext.ParseResult.GetValueForOption(uniqueNameOption); + var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; + var output = invocationContext.ParseResult.GetValueForOption(outputOption); + var query = invocationContext.ParseResult.GetValueForOption(queryOption); + IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); + IOutputFormatterFactory outputFormatterFactory = invocationContext.BindingContext.GetService(typeof(IOutputFormatterFactory)) as IOutputFormatterFactory ?? throw new ArgumentNullException("outputFormatterFactory"); + var cancellationToken = invocationContext.GetCancellationToken(); + var reqAdapter = invocationContext.GetRequestAdapter(); + using var stream = new MemoryStream(Encoding.UTF8.GetBytes(body)); + var parseNode = ParseNodeFactoryRegistry.DefaultInstance.GetRootParseNode("application/json", stream); + var model = parseNode.GetObjectValue(ApiSdk.Models.Application.CreateFromDiscriminatorValue); + if (model is null) { + Console.Error.WriteLine("No model data to send."); + return; + } + var requestInfo = ToPatchRequestInformation(model, q => { + }); + if (uniqueName is not null) requestInfo.PathParameters.Add("uniqueName", uniqueName); + requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); + var errorMapping = new Dictionary> { + {"4XX", ODataError.CreateFromDiscriminatorValue}, + {"5XX", ODataError.CreateFromDiscriminatorValue}, + }; + var response = await reqAdapter.SendPrimitiveAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken) ?? Stream.Null; + response = (response != Stream.Null) ? await outputFilter.FilterOutputAsync(response, query, cancellationToken) : response; + var formatter = outputFormatterFactory.GetFormatter(output); + await formatter.WriteOutputAsync(response, cancellationToken); + }); + return command; + } + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + public ApplicationsWithUniqueNameRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/applications(uniqueName='{uniqueName}'){?%24expand,%24select}", pathParameters) { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + public ApplicationsWithUniqueNameRequestBuilder(string rawUrl) : base("{+baseurl}/applications(uniqueName='{uniqueName}'){?%24expand,%24select}", rawUrl) { + } + /// + /// Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) { +#nullable restore +#else + public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { +#endif + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/applications(uniqueName='{uniqueName}')", PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Get the properties and relationships of an application 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 + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Update the properties of an application 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 +#nullable enable + public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Application body, Action>? requestConfiguration = default) { +#nullable restore +#else + public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Application body, Action> requestConfiguration = default) { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/applications(uniqueName='{uniqueName}')", PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Get the properties and relationships of an application object. + /// + public class ApplicationsWithUniqueNameRequestBuilderGetQueryParameters { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + } +} diff --git a/src/generated/AuditLogs/AuditLogsRequestBuilder.cs b/src/generated/AuditLogs/AuditLogsRequestBuilder.cs index 2f237cbffb..7b6f853b38 100644 --- a/src/generated/AuditLogs/AuditLogsRequestBuilder.cs +++ b/src/generated/AuditLogs/AuditLogsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AuditLogsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the directoryAudits property of the microsoft.graph.auditLogRoot entity. /// + /// A public Command BuildDirectoryAuditsNavCommand() { var command = new Command("directory-audits"); command.Description = "Provides operations to manage the directoryAudits property of the microsoft.graph.auditLogRoot entity."; @@ -50,6 +51,7 @@ public Command BuildDirectoryAuditsNavCommand() { /// /// Get auditLogs /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get auditLogs"; @@ -94,6 +96,7 @@ public Command BuildGetCommand() { /// /// Update auditLogs /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update auditLogs"; @@ -137,6 +140,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the provisioning property of the microsoft.graph.auditLogRoot entity. /// + /// A public Command BuildProvisioningNavCommand() { var command = new Command("provisioning"); command.Description = "Provides operations to manage the provisioning property of the microsoft.graph.auditLogRoot entity."; @@ -162,6 +166,7 @@ public Command BuildProvisioningNavCommand() { /// /// Provides operations to manage the signIns property of the microsoft.graph.auditLogRoot entity. /// + /// A public Command BuildSignInsNavCommand() { var command = new Command("sign-ins"); command.Description = "Provides operations to manage the signIns property of the microsoft.graph.auditLogRoot entity."; @@ -185,13 +190,13 @@ public Command BuildSignInsNavCommand() { return command; } /// - /// Instantiates a new AuditLogsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuditLogsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/auditLogs{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AuditLogsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuditLogsRequestBuilder(string rawUrl) : base("{+baseurl}/auditLogs{?%24expand,%24select}", rawUrl) { @@ -199,6 +204,7 @@ public AuditLogsRequestBuilder(string rawUrl) : base("{+baseurl}/auditLogs{?%24e /// /// Get auditLogs /// + /// 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 auditLogs /// + /// 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(AuditLogRoot 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}/auditLogs", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/AuditLogs/DirectoryAudits/Count/CountRequestBuilder.cs b/src/generated/AuditLogs/DirectoryAudits/Count/CountRequestBuilder.cs index 160d63740f..7aea32f36f 100644 --- a/src/generated/AuditLogs/DirectoryAudits/Count/CountRequestBuilder.cs +++ b/src/generated/AuditLogs/DirectoryAudits/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}/auditLogs/directoryAudits/$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}/auditLogs/directoryAudits/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/auditLogs/directory /// /// 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/AuditLogs/DirectoryAudits/DirectoryAuditsRequestBuilder.cs b/src/generated/AuditLogs/DirectoryAudits/DirectoryAuditsRequestBuilder.cs index b7944c12af..d9fc6bc2f9 100644 --- a/src/generated/AuditLogs/DirectoryAudits/DirectoryAuditsRequestBuilder.cs +++ b/src/generated/AuditLogs/DirectoryAudits/DirectoryAuditsRequestBuilder.cs @@ -24,6 +24,7 @@ public class DirectoryAuditsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the directoryAudits property of the microsoft.graph.auditLogRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DirectoryAuditItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to directoryAudits for auditLogs /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to directoryAudits for auditLogs"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// Get the list of audit logs generated by Microsoft Entra ID. This includes audit logs generated by various services within Microsoft Entra ID, including user, app, device and group Management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), and self- service group management, and so on. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of audit logs generated by Microsoft Entra ID. This includes audit logs generated by various services within Microsoft Entra ID, including user, app, device and group Management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), and self- service group management, and so on.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0"; @@ -184,13 +188,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DirectoryAuditsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryAuditsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/auditLogs/directoryAudits{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DirectoryAuditsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryAuditsRequestBuilder(string rawUrl) : base("{+baseurl}/auditLogs/directoryAudits{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -198,6 +202,7 @@ public DirectoryAuditsRequestBuilder(string rawUrl) : base("{+baseurl}/auditLogs /// /// Get the list of audit logs generated by Microsoft Entra ID. This includes audit logs generated by various services within Microsoft Entra ID, including user, app, device and group Management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), and self- service group management, and so on. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,6 +219,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to directoryAudits for auditLogs /// + /// 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 @@ -224,7 +230,7 @@ public RequestInformation ToPostRequestInformation(DirectoryAudit 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}/auditLogs/directoryAudits", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/AuditLogs/DirectoryAudits/Item/DirectoryAuditItemRequestBuilder.cs b/src/generated/AuditLogs/DirectoryAudits/Item/DirectoryAuditItemRequestBuilder.cs index 48e9ae9c4e..03a53b4ac4 100644 --- a/src/generated/AuditLogs/DirectoryAudits/Item/DirectoryAuditItemRequestBuilder.cs +++ b/src/generated/AuditLogs/DirectoryAudits/Item/DirectoryAuditItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryAuditItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property directoryAudits for auditLogs /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property directoryAudits for auditLogs"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Get a specific Microsoft Entra audit log item. This includes an audit log item generated by various services within Microsoft Entra ID like user, application, device and group management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), self-service group management, and so on. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a specific Microsoft Entra audit log item. This includes an audit log item generated by various services within Microsoft Entra ID like user, application, device and group management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), self-service group management, and so on.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-1.0"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property directoryAudits in auditLogs /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property directoryAudits in auditLogs"; @@ -153,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DirectoryAuditItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryAuditItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/auditLogs/directoryAudits/{directoryAudit%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryAuditItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryAuditItemRequestBuilder(string rawUrl) : base("{+baseurl}/auditLogs/directoryAudits/{directoryAudit%2Did}{?%24expand,%24select}", rawUrl) { @@ -167,6 +170,7 @@ public DirectoryAuditItemRequestBuilder(string rawUrl) : base("{+baseurl}/auditL /// /// Delete navigation property directoryAudits for auditLogs /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -175,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}/auditLogs/directoryAudits/{directoryAudit%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -183,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get a specific Microsoft Entra audit log item. This includes an audit log item generated by various services within Microsoft Entra ID like user, application, device and group management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), self-service group management, and so on. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -199,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property directoryAudits in auditLogs /// + /// 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 @@ -209,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(DirectoryAudit body, Action< public RequestInformation ToPatchRequestInformation(DirectoryAudit 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}/auditLogs/directoryAudits/{directoryAudit%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/AuditLogs/Provisioning/Count/CountRequestBuilder.cs b/src/generated/AuditLogs/Provisioning/Count/CountRequestBuilder.cs index 5fbe2cead6..ff4877bf3b 100644 --- a/src/generated/AuditLogs/Provisioning/Count/CountRequestBuilder.cs +++ b/src/generated/AuditLogs/Provisioning/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}/auditLogs/provisioning/$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}/auditLogs/provisioning/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/auditLogs/provision /// /// 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/AuditLogs/Provisioning/Item/ProvisioningObjectSummaryItemRequestBuilder.cs b/src/generated/AuditLogs/Provisioning/Item/ProvisioningObjectSummaryItemRequestBuilder.cs index b25781b523..e79b345ef9 100644 --- a/src/generated/AuditLogs/Provisioning/Item/ProvisioningObjectSummaryItemRequestBuilder.cs +++ b/src/generated/AuditLogs/Provisioning/Item/ProvisioningObjectSummaryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ProvisioningObjectSummaryItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property provisioning for auditLogs /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property provisioning for auditLogs"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Get provisioning from auditLogs /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get provisioning from auditLogs"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property provisioning in auditLogs /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property provisioning in auditLogs"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ProvisioningObjectSummaryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ProvisioningObjectSummaryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/auditLogs/provisioning/{provisioningObjectSummary%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ProvisioningObjectSummaryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ProvisioningObjectSummaryItemRequestBuilder(string rawUrl) : base("{+baseurl}/auditLogs/provisioning/{provisioningObjectSummary%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public ProvisioningObjectSummaryItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property provisioning for auditLogs /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/auditLogs/provisioning/{provisioningObjectSummary%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get provisioning from auditLogs /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property provisioning in auditLogs /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ProvisioningObjectSummary bo public RequestInformation ToPatchRequestInformation(ProvisioningObjectSummary 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}/auditLogs/provisioning/{provisioningObjectSummary%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/AuditLogs/Provisioning/ProvisioningRequestBuilder.cs b/src/generated/AuditLogs/Provisioning/ProvisioningRequestBuilder.cs index 787905c449..cf2546cd0b 100644 --- a/src/generated/AuditLogs/Provisioning/ProvisioningRequestBuilder.cs +++ b/src/generated/AuditLogs/Provisioning/ProvisioningRequestBuilder.cs @@ -24,6 +24,7 @@ public class ProvisioningRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the provisioning property of the microsoft.graph.auditLogRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ProvisioningObjectSummaryItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to provisioning for auditLogs /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to provisioning for auditLogs"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0"; @@ -184,13 +188,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ProvisioningRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ProvisioningRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/auditLogs/provisioning{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ProvisioningRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ProvisioningRequestBuilder(string rawUrl) : base("{+baseurl}/auditLogs/provisioning{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -198,6 +202,7 @@ public ProvisioningRequestBuilder(string rawUrl) : base("{+baseurl}/auditLogs/pr /// /// Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,6 +219,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to provisioning for auditLogs /// + /// 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 @@ -224,7 +230,7 @@ public RequestInformation ToPostRequestInformation(ProvisioningObjectSummary bod public RequestInformation ToPostRequestInformation(ProvisioningObjectSummary 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}/auditLogs/provisioning", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/AuditLogs/SignIns/Count/CountRequestBuilder.cs b/src/generated/AuditLogs/SignIns/Count/CountRequestBuilder.cs index 507dc96db2..a11a003abd 100644 --- a/src/generated/AuditLogs/SignIns/Count/CountRequestBuilder.cs +++ b/src/generated/AuditLogs/SignIns/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}/auditLogs/signIns/$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}/auditLogs/signIns/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/auditLogs/signIns/$ /// /// 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/AuditLogs/SignIns/Item/SignInItemRequestBuilder.cs b/src/generated/AuditLogs/SignIns/Item/SignInItemRequestBuilder.cs index 333d72c3e2..167317d8e9 100644 --- a/src/generated/AuditLogs/SignIns/Item/SignInItemRequestBuilder.cs +++ b/src/generated/AuditLogs/SignIns/Item/SignInItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class SignInItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property signIns for auditLogs /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property signIns for auditLogs"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Retrieve a specific Microsoft Entra user sign-in event for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a specific Microsoft Entra user sign-in event for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-1.0"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property signIns in auditLogs /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property signIns in auditLogs"; @@ -153,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SignInItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SignInItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/auditLogs/signIns/{signIn%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SignInItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SignInItemRequestBuilder(string rawUrl) : base("{+baseurl}/auditLogs/signIns/{signIn%2Did}{?%24expand,%24select}", rawUrl) { @@ -167,6 +170,7 @@ public SignInItemRequestBuilder(string rawUrl) : base("{+baseurl}/auditLogs/sign /// /// Delete navigation property signIns for auditLogs /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -175,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}/auditLogs/signIns/{signIn%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -183,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a specific Microsoft Entra user sign-in event for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -199,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property signIns in auditLogs /// + /// 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 @@ -209,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(SignIn 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}/auditLogs/signIns/{signIn%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/AuditLogs/SignIns/SignInsRequestBuilder.cs b/src/generated/AuditLogs/SignIns/SignInsRequestBuilder.cs index d2a59f5bfc..3f9653cf31 100644 --- a/src/generated/AuditLogs/SignIns/SignInsRequestBuilder.cs +++ b/src/generated/AuditLogs/SignIns/SignInsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SignInsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the signIns property of the microsoft.graph.auditLogRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new SignInItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to signIns for auditLogs /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to signIns for auditLogs"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// Retrieve the Microsoft Entra user sign-ins for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. The maximum and default page size is 1,000 objects and by default, the most recent sign-ins are returned first. Only sign-in events that occurred within the Microsoft Entra ID default retention period are available. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the Microsoft Entra user sign-ins for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. The maximum and default page size is 1,000 objects and by default, the most recent sign-ins are returned first. Only sign-in events that occurred within the Microsoft Entra ID default retention period are available.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-1.0"; @@ -184,13 +188,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SignInsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SignInsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/auditLogs/signIns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SignInsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SignInsRequestBuilder(string rawUrl) : base("{+baseurl}/auditLogs/signIns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -198,6 +202,7 @@ public SignInsRequestBuilder(string rawUrl) : base("{+baseurl}/auditLogs/signIns /// /// Retrieve the Microsoft Entra user sign-ins for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. The maximum and default page size is 1,000 objects and by default, the most recent sign-ins are returned first. Only sign-in events that occurred within the Microsoft Entra ID default retention period are available. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,6 +219,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to signIns for auditLogs /// + /// 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 @@ -224,7 +230,7 @@ public RequestInformation ToPostRequestInformation(SignIn 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}/auditLogs/signIns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs b/src/generated/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs index c6d47d57ae..f932b6ad68 100644 --- a/src/generated/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs +++ b/src/generated/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AuthenticationMethodConfigurationsRequestBuilder : BaseCliRequestBu /// /// Provides operations to manage the collection of authenticationMethodConfiguration entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AuthenticationMethodConfigurationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Add new entity to authenticationMethodConfigurations /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add new entity to authenticationMethodConfigurations"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// Get entities from authenticationMethodConfigurations /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get entities from authenticationMethodConfigurations"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AuthenticationMethodConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationMethodConfigurationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/authenticationMethodConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AuthenticationMethodConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationMethodConfigurationsRequestBuilder(string rawUrl) : base("{+baseurl}/authenticationMethodConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public AuthenticationMethodConfigurationsRequestBuilder(string rawUrl) : base("{ /// /// Get entities from authenticationMethodConfigurations /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add new entity to authenticationMethodConfigurations /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(AuthenticationMethodConfigura public RequestInformation ToPostRequestInformation(AuthenticationMethodConfiguration 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}/authenticationMethodConfigurations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs b/src/generated/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs index 545c575e79..9f767a7158 100644 --- a/src/generated/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs +++ b/src/generated/AuthenticationMethodConfigurations/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}/authenticationMethodConfigurations/$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}/authenticationMethodConfigurations/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/authenticationMetho /// /// 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/AuthenticationMethodConfigurations/Item/AuthenticationMethodConfigurationItemRequestBuilder.cs b/src/generated/AuthenticationMethodConfigurations/Item/AuthenticationMethodConfigurationItemRequestBuilder.cs index f85c440341..7c45d3f730 100644 --- a/src/generated/AuthenticationMethodConfigurations/Item/AuthenticationMethodConfigurationItemRequestBuilder.cs +++ b/src/generated/AuthenticationMethodConfigurations/Item/AuthenticationMethodConfigurationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AuthenticationMethodConfigurationItemRequestBuilder : BaseCliReques /// /// Delete entity from authenticationMethodConfigurations /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from authenticationMethodConfigurations"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Get entity from authenticationMethodConfigurations by key /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get entity from authenticationMethodConfigurations by key"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update entity in authenticationMethodConfigurations /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in authenticationMethodConfigurations"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AuthenticationMethodConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationMethodConfigurationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/authenticationMethodConfigurations/{authenticationMethodConfiguration%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AuthenticationMethodConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationMethodConfigurationItemRequestBuilder(string rawUrl) : base("{+baseurl}/authenticationMethodConfigurations/{authenticationMethodConfiguration%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public AuthenticationMethodConfigurationItemRequestBuilder(string rawUrl) : base /// /// Delete entity from authenticationMethodConfigurations /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/authenticationMethodConfigurations/{authenticationMethodConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get entity from authenticationMethodConfigurations 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 @@ -198,6 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in authenticationMethodConfigurations /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(AuthenticationMethodConfigur public RequestInformation ToPatchRequestInformation(AuthenticationMethodConfiguration 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}/authenticationMethodConfigurations/{authenticationMethodConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs b/src/generated/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs index ccfb05617d..7bcaabca0f 100644 --- a/src/generated/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs +++ b/src/generated/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AuthenticationMethodConfigurationsRequestBuilder : BaseCliRequestBu /// /// Provides operations to manage the authenticationMethodConfigurations property of the microsoft.graph.authenticationMethodsPolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AuthenticationMethodConfigurationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to authenticationMethodConfigurations for authenticationMethodsPolicy /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to authenticationMethodConfigurations for authenticationMethodsPolicy"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy."; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AuthenticationMethodConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationMethodConfigurationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/authenticationMethodsPolicy/authenticationMethodConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AuthenticationMethodConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationMethodConfigurationsRequestBuilder(string rawUrl) : base("{+baseurl}/authenticationMethodsPolicy/authenticationMethodConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public AuthenticationMethodConfigurationsRequestBuilder(string rawUrl) : base("{ /// /// Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to authenticationMethodConfigurations for authenticationMethodsPolicy /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(AuthenticationMethodConfigura public RequestInformation ToPostRequestInformation(AuthenticationMethodConfiguration 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}/authenticationMethodsPolicy/authenticationMethodConfigurations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs b/src/generated/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs index a5ad350ec7..4221b13476 100644 --- a/src/generated/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs +++ b/src/generated/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/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}/authenticationMethodsPolicy/authenticationMethodConfigurations/$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}/authenticationMethodsPolicy/authenticationMethodConfigurations/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/authenticationMetho /// /// 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/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Item/AuthenticationMethodConfigurationItemRequestBuilder.cs b/src/generated/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Item/AuthenticationMethodConfigurationItemRequestBuilder.cs index 7883eb3f83..836272df6a 100644 --- a/src/generated/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Item/AuthenticationMethodConfigurationItemRequestBuilder.cs +++ b/src/generated/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Item/AuthenticationMethodConfigurationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AuthenticationMethodConfigurationItemRequestBuilder : BaseCliReques /// /// Delete navigation property authenticationMethodConfigurations for authenticationMethodsPolicy /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property authenticationMethodConfigurations for authenticationMethodsPolicy"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy."; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property authenticationMethodConfigurations in authenticationMethodsPolicy /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property authenticationMethodConfigurations in authenticationMethodsPolicy"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AuthenticationMethodConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationMethodConfigurationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AuthenticationMethodConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationMethodConfigurationItemRequestBuilder(string rawUrl) : base("{+baseurl}/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public AuthenticationMethodConfigurationItemRequestBuilder(string rawUrl) : base /// /// Delete navigation property authenticationMethodConfigurations for authenticationMethodsPolicy /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy. /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property authenticationMethodConfigurations in authenticationMethodsPolicy /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(AuthenticationMethodConfigur public RequestInformation ToPatchRequestInformation(AuthenticationMethodConfiguration 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}/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/AuthenticationMethodsPolicy/AuthenticationMethodsPolicyRequestBuilder.cs b/src/generated/AuthenticationMethodsPolicy/AuthenticationMethodsPolicyRequestBuilder.cs index 10a12a9291..ac73fd9e58 100644 --- a/src/generated/AuthenticationMethodsPolicy/AuthenticationMethodsPolicyRequestBuilder.cs +++ b/src/generated/AuthenticationMethodsPolicy/AuthenticationMethodsPolicyRequestBuilder.cs @@ -23,6 +23,7 @@ public class AuthenticationMethodsPolicyRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the authenticationMethodConfigurations property of the microsoft.graph.authenticationMethodsPolicy entity. /// + /// A public Command BuildAuthenticationMethodConfigurationsNavCommand() { var command = new Command("authentication-method-configurations"); command.Description = "Provides operations to manage the authenticationMethodConfigurations property of the microsoft.graph.authenticationMethodsPolicy entity."; @@ -48,6 +49,7 @@ public Command BuildAuthenticationMethodConfigurationsNavCommand() { /// /// Get authenticationMethodsPolicy /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get authenticationMethodsPolicy"; @@ -92,6 +94,7 @@ public Command BuildGetCommand() { /// /// Update authenticationMethodsPolicy /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update authenticationMethodsPolicy"; @@ -133,13 +136,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AuthenticationMethodsPolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationMethodsPolicyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/authenticationMethodsPolicy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AuthenticationMethodsPolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationMethodsPolicyRequestBuilder(string rawUrl) : base("{+baseurl}/authenticationMethodsPolicy{?%24expand,%24select}", rawUrl) { @@ -147,6 +150,7 @@ public AuthenticationMethodsPolicyRequestBuilder(string rawUrl) : base("{+baseur /// /// Get authenticationMethodsPolicy /// + /// 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 /// Update authenticationMethodsPolicy /// + /// 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 ToPatchRequestInformation(ApiSdk.Models.Authentication public RequestInformation ToPatchRequestInformation(ApiSdk.Models.AuthenticationMethodsPolicy 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}/authenticationMethodsPolicy", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.cs b/src/generated/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.cs index 2b1f695aac..b3417bb5f9 100644 --- a/src/generated/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.cs +++ b/src/generated/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.cs @@ -24,6 +24,7 @@ public class CertificateBasedAuthConfigurationRequestBuilder : BaseCliRequestBui /// /// Provides operations to manage the collection of certificateBasedAuthConfiguration entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new CertificateBasedAuthConfigurationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Add new entity to certificateBasedAuthConfiguration /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add new entity to certificateBasedAuthConfiguration"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// Get entities from certificateBasedAuthConfiguration /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get entities from certificateBasedAuthConfiguration"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CertificateBasedAuthConfigurationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CertificateBasedAuthConfigurationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/certificateBasedAuthConfiguration{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CertificateBasedAuthConfigurationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CertificateBasedAuthConfigurationRequestBuilder(string rawUrl) : base("{+baseurl}/certificateBasedAuthConfiguration{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public CertificateBasedAuthConfigurationRequestBuilder(string rawUrl) : base("{+ /// /// Get entities from certificateBasedAuthConfiguration /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add new entity to certificateBasedAuthConfiguration /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.CertificateBase public RequestInformation ToPostRequestInformation(ApiSdk.Models.CertificateBasedAuthConfiguration 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}/certificateBasedAuthConfiguration", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/CertificateBasedAuthConfiguration/Count/CountRequestBuilder.cs b/src/generated/CertificateBasedAuthConfiguration/Count/CountRequestBuilder.cs index 2dc8f675f7..5d9c2a29af 100644 --- a/src/generated/CertificateBasedAuthConfiguration/Count/CountRequestBuilder.cs +++ b/src/generated/CertificateBasedAuthConfiguration/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}/certificateBasedAuthConfiguration/$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}/certificateBasedAuthConfiguration/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/certificateBasedAut /// /// 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/CertificateBasedAuthConfiguration/Item/CertificateBasedAuthConfigurationItemRequestBuilder.cs b/src/generated/CertificateBasedAuthConfiguration/Item/CertificateBasedAuthConfigurationItemRequestBuilder.cs index 1a576563e3..2b2e33805a 100644 --- a/src/generated/CertificateBasedAuthConfiguration/Item/CertificateBasedAuthConfigurationItemRequestBuilder.cs +++ b/src/generated/CertificateBasedAuthConfiguration/Item/CertificateBasedAuthConfigurationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class CertificateBasedAuthConfigurationItemRequestBuilder : BaseCliReques /// /// Delete entity from certificateBasedAuthConfiguration /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from certificateBasedAuthConfiguration"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Get entity from certificateBasedAuthConfiguration by key /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get entity from certificateBasedAuthConfiguration by key"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update entity in certificateBasedAuthConfiguration /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in certificateBasedAuthConfiguration"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new CertificateBasedAuthConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CertificateBasedAuthConfigurationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CertificateBasedAuthConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CertificateBasedAuthConfigurationItemRequestBuilder(string rawUrl) : base("{+baseurl}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public CertificateBasedAuthConfigurationItemRequestBuilder(string rawUrl) : base /// /// Delete entity from certificateBasedAuthConfiguration /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get entity from certificateBasedAuthConfiguration 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 @@ -198,6 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in certificateBasedAuthConfiguration /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.CertificateBas public RequestInformation ToPatchRequestInformation(ApiSdk.Models.CertificateBasedAuthConfiguration 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}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/ChatsRequestBuilder.cs b/src/generated/Chats/ChatsRequestBuilder.cs index 9631997d06..e2de00763c 100644 --- a/src/generated/Chats/ChatsRequestBuilder.cs +++ b/src/generated/Chats/ChatsRequestBuilder.cs @@ -25,6 +25,7 @@ public class ChatsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of chat entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -49,6 +50,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."; @@ -65,6 +67,7 @@ public Command BuildCountNavCommand() { /// Create a new chat object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new chat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-1.0"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the getAllMessages method. /// + /// A public Command BuildGetAllMessagesNavCommand() { var command = new Command("get-all-messages"); command.Description = "Provides operations to call the getAllMessages method."; @@ -124,6 +128,7 @@ public Command BuildGetAllMessagesNavCommand() { /// Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0"; @@ -214,13 +219,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChatsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChatsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChatsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChatsRequestBuilder(string rawUrl) : base("{+baseurl}/chats{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -228,6 +233,7 @@ public ChatsRequestBuilder(string rawUrl) : base("{+baseurl}/chats{?%24count,%24 /// /// Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,6 +250,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new chat 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 @@ -254,7 +261,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.Chat body, Acti public RequestInformation ToPostRequestInformation(ApiSdk.Models.Chat 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}/chats", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Count/CountRequestBuilder.cs b/src/generated/Chats/Count/CountRequestBuilder.cs index e90a4ba1d9..f0c7618a16 100644 --- a/src/generated/Chats/Count/CountRequestBuilder.cs +++ b/src/generated/Chats/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}/chats/$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}/chats/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/chats/$count{?%24fi /// /// 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/Chats/GetAllMessages/GetAllMessagesGetResponse.cs b/src/generated/Chats/GetAllMessages/GetAllMessagesGetResponse.cs index 2c0fda4700..7970ba589f 100644 --- a/src/generated/Chats/GetAllMessages/GetAllMessagesGetResponse.cs +++ b/src/generated/Chats/GetAllMessages/GetAllMessagesGetResponse.cs @@ -18,6 +18,7 @@ public class GetAllMessagesGetResponse : BaseCollectionPaginationCountResponse, /// /// 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 new GetAllMessagesGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAllMessagesGetResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ChatMessage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Chats/GetAllMessages/GetAllMessagesRequestBuilder.cs b/src/generated/Chats/GetAllMessages/GetAllMessagesRequestBuilder.cs index c560619ba7..6b92c717a7 100644 --- a/src/generated/Chats/GetAllMessages/GetAllMessagesRequestBuilder.cs +++ b/src/generated/Chats/GetAllMessages/GetAllMessagesRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetAllMessagesRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function getAllMessages /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getAllMessages"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -90,6 +97,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetAllMessagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetAllMessagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/getAllMessages(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top,model*}", pathParameters) { + public GetAllMessagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/getAllMessages(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top,model*}", pathParameters) { } /// - /// Instantiates a new GetAllMessagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetAllMessagesRequestBuilder(string rawUrl) : base("{+baseurl}/chats/getAllMessages(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top,model*}", rawUrl) { + public GetAllMessagesRequestBuilder(string rawUrl) : base("{+baseurl}/chats/getAllMessages(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top,model*}", rawUrl) { } /// /// Invoke function getAllMessages /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class GetAllMessagesRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Chats/Item/ChatItemRequestBuilder.cs b/src/generated/Chats/Item/ChatItemRequestBuilder.cs index 0bbb8524ae..55b78cc877 100644 --- a/src/generated/Chats/Item/ChatItemRequestBuilder.cs +++ b/src/generated/Chats/Item/ChatItemRequestBuilder.cs @@ -34,6 +34,7 @@ public class ChatItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete entity from chats /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from chats"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the hideForUser method. /// + /// A public Command BuildHideForUserNavCommand() { var command = new Command("hide-for-user"); command.Description = "Provides operations to call the hideForUser method."; @@ -133,6 +136,7 @@ public Command BuildHideForUserNavCommand() { /// /// Provides operations to manage the installedApps property of the microsoft.graph.chat entity. /// + /// A public Command BuildInstalledAppsNavCommand() { var command = new Command("installed-apps"); command.Description = "Provides operations to manage the installedApps property of the microsoft.graph.chat entity."; @@ -158,6 +162,7 @@ public Command BuildInstalledAppsNavCommand() { /// /// Provides operations to manage the lastMessagePreview property of the microsoft.graph.chat entity. /// + /// A public Command BuildLastMessagePreviewNavCommand() { var command = new Command("last-message-preview"); command.Description = "Provides operations to manage the lastMessagePreview property of the microsoft.graph.chat entity."; @@ -175,6 +180,7 @@ public Command BuildLastMessagePreviewNavCommand() { /// /// Provides operations to call the markChatReadForUser method. /// + /// A public Command BuildMarkChatReadForUserNavCommand() { var command = new Command("mark-chat-read-for-user"); command.Description = "Provides operations to call the markChatReadForUser method."; @@ -190,6 +196,7 @@ public Command BuildMarkChatReadForUserNavCommand() { /// /// Provides operations to call the markChatUnreadForUser method. /// + /// A public Command BuildMarkChatUnreadForUserNavCommand() { var command = new Command("mark-chat-unread-for-user"); command.Description = "Provides operations to call the markChatUnreadForUser method."; @@ -205,6 +212,7 @@ public Command BuildMarkChatUnreadForUserNavCommand() { /// /// Provides operations to manage the members property of the microsoft.graph.chat entity. /// + /// A public Command BuildMembersNavCommand() { var command = new Command("members"); command.Description = "Provides operations to manage the members property of the microsoft.graph.chat entity."; @@ -231,6 +239,7 @@ public Command BuildMembersNavCommand() { /// /// Provides operations to manage the messages property of the microsoft.graph.chat entity. /// + /// A public Command BuildMessagesNavCommand() { var command = new Command("messages"); command.Description = "Provides operations to manage the messages property of the microsoft.graph.chat entity."; @@ -258,6 +267,7 @@ public Command BuildMessagesNavCommand() { /// Update the properties of a chat object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a chat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0"; @@ -307,6 +317,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the permissionGrants property of the microsoft.graph.chat entity. /// + /// A public Command BuildPermissionGrantsNavCommand() { var command = new Command("permission-grants"); command.Description = "Provides operations to manage the permissionGrants property of the microsoft.graph.chat entity."; @@ -332,6 +343,7 @@ public Command BuildPermissionGrantsNavCommand() { /// /// Provides operations to manage the pinnedMessages property of the microsoft.graph.chat entity. /// + /// A public Command BuildPinnedMessagesNavCommand() { var command = new Command("pinned-messages"); command.Description = "Provides operations to manage the pinnedMessages property of the microsoft.graph.chat entity."; @@ -357,6 +369,7 @@ public Command BuildPinnedMessagesNavCommand() { /// /// Provides operations to call the sendActivityNotification method. /// + /// A public Command BuildSendActivityNotificationNavCommand() { var command = new Command("send-activity-notification"); command.Description = "Provides operations to call the sendActivityNotification method."; @@ -372,6 +385,7 @@ public Command BuildSendActivityNotificationNavCommand() { /// /// Provides operations to manage the tabs property of the microsoft.graph.chat entity. /// + /// A public Command BuildTabsNavCommand() { var command = new Command("tabs"); command.Description = "Provides operations to manage the tabs property of the microsoft.graph.chat entity."; @@ -397,6 +411,7 @@ public Command BuildTabsNavCommand() { /// /// Provides operations to call the unhideForUser method. /// + /// A public Command BuildUnhideForUserNavCommand() { var command = new Command("unhide-for-user"); command.Description = "Provides operations to call the unhideForUser method."; @@ -410,13 +425,13 @@ public Command BuildUnhideForUserNavCommand() { return command; } /// - /// Instantiates a new ChatItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChatItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ChatItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChatItemRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}{?%24expand,%24select}", rawUrl) { @@ -424,6 +439,7 @@ public ChatItemRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did /// /// Delete entity from chats /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -432,7 +448,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/chats/{chat%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -440,6 +456,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -456,6 +473,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a chat 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 @@ -466,7 +484,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Chat body, Act public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Chat 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}/chats/{chat%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/HideForUser/HideForUserPostRequestBody.cs b/src/generated/Chats/Item/HideForUser/HideForUserPostRequestBody.cs index 805d11b4de..7f194cc5f9 100644 --- a/src/generated/Chats/Item/HideForUser/HideForUserPostRequestBody.cs +++ b/src/generated/Chats/Item/HideForUser/HideForUserPostRequestBody.cs @@ -18,7 +18,7 @@ public class HideForUserPostRequestBody : IAdditionalDataHolder, IParsable { public TeamworkUserIdentity User { get; set; } #endif /// - /// Instantiates a new hideForUserPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public HideForUserPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public HideForUserPostRequestBody() { /// /// 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 HideForUserPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static HideForUserPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"user", n => { User = n.GetObjectValue(TeamworkUserIdentity.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Chats/Item/HideForUser/HideForUserRequestBuilder.cs b/src/generated/Chats/Item/HideForUser/HideForUserRequestBuilder.cs index f985b289a7..2ce119e882 100644 --- a/src/generated/Chats/Item/HideForUser/HideForUserRequestBuilder.cs +++ b/src/generated/Chats/Item/HideForUser/HideForUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class HideForUserRequestBuilder : BaseCliRequestBuilder { /// Hide a chat for a user. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Hide a chat for a user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new HideForUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HideForUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/hideForUser", pathParameters) { } /// - /// Instantiates a new HideForUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HideForUserRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/hideForUser", rawUrl) { @@ -73,6 +74,7 @@ public HideForUserRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2 /// /// Hide a chat for a 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/Chats/Item/InstalledApps/Count/CountRequestBuilder.cs b/src/generated/Chats/Item/InstalledApps/Count/CountRequestBuilder.cs index f7c371aa9c..3fce921f66 100644 --- a/src/generated/Chats/Item/InstalledApps/Count/CountRequestBuilder.cs +++ b/src/generated/Chats/Item/InstalledApps/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}/chats/{chat%2Did}/installedApps/$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}/chats/{chat%2Did}/installedApps/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/i /// /// 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/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.cs b/src/generated/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.cs index 0ab9e0afc6..ae34591b6f 100644 --- a/src/generated/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.cs +++ b/src/generated/Chats/Item/InstalledApps/InstalledAppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class InstalledAppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the installedApps property of the microsoft.graph.chat 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() { /// Install a teamsApp to the specified chat. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Install a teamsApp to the specified chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// List all app installations within a chat. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List all app installations within a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0"; @@ -201,13 +205,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new InstalledAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InstalledAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/installedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new InstalledAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InstalledAppsRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/installedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -215,6 +219,7 @@ public InstalledAppsRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat /// /// List all app installations within a chat. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Install a teamsApp to the specified chat. /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(TeamsAppInstallation body, Ac public RequestInformation ToPostRequestInformation(TeamsAppInstallation 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}/chats/{chat%2Did}/installedApps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/InstalledApps/Item/TeamsApp/TeamsAppRequestBuilder.cs b/src/generated/Chats/Item/InstalledApps/Item/TeamsApp/TeamsAppRequestBuilder.cs index 6da4e7c9f9..09f1cf9922 100644 --- a/src/generated/Chats/Item/InstalledApps/Item/TeamsApp/TeamsAppRequestBuilder.cs +++ b/src/generated/Chats/Item/InstalledApps/Item/TeamsApp/TeamsAppRequestBuilder.cs @@ -22,6 +22,7 @@ public class TeamsAppRequestBuilder : BaseCliRequestBuilder { /// /// The app that is installed. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The app that is installed."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TeamsAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamsAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/installedApps/{teamsAppInstallation%2Did}/teamsApp{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamsAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamsAppRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/installedApps/{teamsAppInstallation%2Did}/teamsApp{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public TeamsAppRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did /// /// The app that is installed. /// + /// 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/Chats/Item/InstalledApps/Item/TeamsAppDefinition/TeamsAppDefinitionRequestBuilder.cs b/src/generated/Chats/Item/InstalledApps/Item/TeamsAppDefinition/TeamsAppDefinitionRequestBuilder.cs index ad5df80ee8..fa7fc9acaa 100644 --- a/src/generated/Chats/Item/InstalledApps/Item/TeamsAppDefinition/TeamsAppDefinitionRequestBuilder.cs +++ b/src/generated/Chats/Item/InstalledApps/Item/TeamsAppDefinition/TeamsAppDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class TeamsAppDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// The details of this version of the app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The details of this version of the app."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TeamsAppDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamsAppDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/installedApps/{teamsAppInstallation%2Did}/teamsAppDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamsAppDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamsAppDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/installedApps/{teamsAppInstallation%2Did}/teamsAppDefinition{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public TeamsAppDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/chats/ /// /// The details of this version of the app. /// + /// 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/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.cs b/src/generated/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.cs index af8c5d014d..2475fdeecb 100644 --- a/src/generated/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.cs +++ b/src/generated/Chats/Item/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class TeamsAppInstallationItemRequestBuilder : BaseCliRequestBuilder { /// Uninstall an app installed within a chat. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Uninstall an app installed within a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-1.0"; @@ -66,6 +67,7 @@ public Command BuildDeleteCommand() { /// Get an app installed in a chat. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get an app installed in a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0"; @@ -122,6 +124,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property installedApps in chats /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property installedApps in chats"; @@ -177,6 +180,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the teamsAppDefinition property of the microsoft.graph.teamsAppInstallation entity. /// + /// A public Command BuildTeamsAppDefinitionNavCommand() { var command = new Command("teams-app-definition"); command.Description = "Provides operations to manage the teamsAppDefinition property of the microsoft.graph.teamsAppInstallation entity."; @@ -192,6 +196,7 @@ public Command BuildTeamsAppDefinitionNavCommand() { /// /// Provides operations to manage the teamsApp property of the microsoft.graph.teamsAppInstallation entity. /// + /// A public Command BuildTeamsAppNavCommand() { var command = new Command("teams-app"); command.Description = "Provides operations to manage the teamsApp property of the microsoft.graph.teamsAppInstallation entity."; @@ -207,6 +212,7 @@ public Command BuildTeamsAppNavCommand() { /// /// Provides operations to call the upgrade method. /// + /// A public Command BuildUpgradeNavCommand() { var command = new Command("upgrade"); command.Description = "Provides operations to call the upgrade method."; @@ -220,13 +226,13 @@ public Command BuildUpgradeNavCommand() { return command; } /// - /// Instantiates a new TeamsAppInstallationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamsAppInstallationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/installedApps/{teamsAppInstallation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamsAppInstallationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamsAppInstallationItemRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/installedApps/{teamsAppInstallation%2Did}{?%24expand,%24select}", rawUrl) { @@ -234,6 +240,7 @@ public TeamsAppInstallationItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Uninstall an app installed within a chat. /// + /// 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,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/chats/{chat%2Did}/installedApps/{teamsAppInstallation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get an app installed in a chat. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property installedApps in chats /// + /// 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 @@ -276,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(TeamsAppInstallation body, A public RequestInformation ToPatchRequestInformation(TeamsAppInstallation 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}/chats/{chat%2Did}/installedApps/{teamsAppInstallation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.cs b/src/generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.cs index 72c8352796..3aa5111e8f 100644 --- a/src/generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.cs +++ b/src/generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradePostRequestBody.cs @@ -18,7 +18,7 @@ public class UpgradePostRequestBody : IAdditionalDataHolder, IParsable { public TeamsAppPermissionSet ConsentedPermissionSet { get; set; } #endif /// - /// Instantiates a new upgradePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UpgradePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public UpgradePostRequestBody() { /// /// 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 UpgradePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static UpgradePostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"consentedPermissionSet", n => { ConsentedPermissionSet = n.GetObjectValue(TeamsAppPermissionSet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs b/src/generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs index 41919e0e80..888cc94376 100644 --- a/src/generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs +++ b/src/generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs @@ -22,6 +22,7 @@ public class UpgradeRequestBuilder : BaseCliRequestBuilder { /// Upgrade an app installation within a chat. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Upgrade an app installation within a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UpgradeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UpgradeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/installedApps/{teamsAppInstallation%2Did}/upgrade", pathParameters) { } /// - /// Instantiates a new UpgradeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UpgradeRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/installedApps/{teamsAppInstallation%2Did}/upgrade", rawUrl) { @@ -79,6 +80,7 @@ public UpgradeRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did} /// /// Upgrade an app installation within a chat. /// + /// 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/Chats/Item/LastMessagePreview/LastMessagePreviewRequestBuilder.cs b/src/generated/Chats/Item/LastMessagePreview/LastMessagePreviewRequestBuilder.cs index c304ddedd5..6965000315 100644 --- a/src/generated/Chats/Item/LastMessagePreview/LastMessagePreviewRequestBuilder.cs +++ b/src/generated/Chats/Item/LastMessagePreview/LastMessagePreviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class LastMessagePreviewRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property lastMessagePreview for chats /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property lastMessagePreview for chats"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Preview of the last message sent in the chat. Null if no messages have been sent in the chat. Currently, only the list chats operation supports this property. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Preview of the last message sent in the chat. Null if no messages have been sent in the chat. Currently, only the list chats operation supports this property."; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property lastMessagePreview in chats /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property lastMessagePreview in chats"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LastMessagePreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastMessagePreviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/lastMessagePreview{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastMessagePreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastMessagePreviewRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/lastMessagePreview{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public LastMessagePreviewRequestBuilder(string rawUrl) : base("{+baseurl}/chats/ /// /// Delete navigation property lastMessagePreview for chats /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/chats/{chat%2Did}/lastMessagePreview", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Preview of the last message sent in the chat. Null if no messages have been sent in the chat. Currently, only the list chats operation supports this 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 @@ -198,6 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property lastMessagePreview in chats /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ChatMessageInfo body, Action public RequestInformation ToPatchRequestInformation(ChatMessageInfo 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}/chats/{chat%2Did}/lastMessagePreview", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserPostRequestBody.cs b/src/generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserPostRequestBody.cs index c581f93d50..a05f25be66 100644 --- a/src/generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserPostRequestBody.cs +++ b/src/generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserPostRequestBody.cs @@ -18,7 +18,7 @@ public class MarkChatReadForUserPostRequestBody : IAdditionalDataHolder, IParsab public TeamworkUserIdentity User { get; set; } #endif /// - /// Instantiates a new markChatReadForUserPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public MarkChatReadForUserPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public MarkChatReadForUserPostRequestBody() { /// /// 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 MarkChatReadForUserPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static MarkChatReadForUserPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"user", n => { User = n.GetObjectValue(TeamworkUserIdentity.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.cs b/src/generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.cs index 9d59a34dce..fc01f749a3 100644 --- a/src/generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.cs +++ b/src/generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class MarkChatReadForUserRequestBuilder : BaseCliRequestBuilder { /// Mark a chat as read for a user. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Mark a chat as read for a user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MarkChatReadForUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MarkChatReadForUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/markChatReadForUser", pathParameters) { } /// - /// Instantiates a new MarkChatReadForUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MarkChatReadForUserRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/markChatReadForUser", rawUrl) { @@ -73,6 +74,7 @@ public MarkChatReadForUserRequestBuilder(string rawUrl) : base("{+baseurl}/chats /// /// Mark a chat as read for a 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/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserPostRequestBody.cs b/src/generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserPostRequestBody.cs index 78045e829c..2b39120d1b 100644 --- a/src/generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserPostRequestBody.cs +++ b/src/generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserPostRequestBody.cs @@ -20,7 +20,7 @@ public class MarkChatUnreadForUserPostRequestBody : IAdditionalDataHolder, IPars public TeamworkUserIdentity User { get; set; } #endif /// - /// Instantiates a new markChatUnreadForUserPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public MarkChatUnreadForUserPostRequestBody() { AdditionalData = new Dictionary(); @@ -28,6 +28,7 @@ public MarkChatUnreadForUserPostRequestBody() { /// /// 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 MarkChatUnreadForUserPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -36,6 +37,7 @@ public static MarkChatUnreadForUserPostRequestBody CreateFromDiscriminatorValue( /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"lastMessageReadDateTime", n => { LastMessageReadDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.cs b/src/generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.cs index e84d733ce2..d86cee1d2b 100644 --- a/src/generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.cs +++ b/src/generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class MarkChatUnreadForUserRequestBuilder : BaseCliRequestBuilder { /// Mark a chat as unread for a user. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Mark a chat as unread for a user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MarkChatUnreadForUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MarkChatUnreadForUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/markChatUnreadForUser", pathParameters) { } /// - /// Instantiates a new MarkChatUnreadForUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MarkChatUnreadForUserRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/markChatUnreadForUser", rawUrl) { @@ -73,6 +74,7 @@ public MarkChatUnreadForUserRequestBuilder(string rawUrl) : base("{+baseurl}/cha /// /// Mark a chat as unread for a 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/Chats/Item/Members/Add/AddPostRequestBody.cs b/src/generated/Chats/Item/Members/Add/AddPostRequestBody.cs index dda450db8f..cf96fa78ae 100644 --- a/src/generated/Chats/Item/Members/Add/AddPostRequestBody.cs +++ b/src/generated/Chats/Item/Members/Add/AddPostRequestBody.cs @@ -18,7 +18,7 @@ public class AddPostRequestBody : IAdditionalDataHolder, IParsable { public List Values { get; set; } #endif /// - /// Instantiates a new addPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AddPostRequestBody() { /// /// 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 AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetCollectionOfObjectValues(ConversationMember.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Chats/Item/Members/Add/AddPostResponse.cs b/src/generated/Chats/Item/Members/Add/AddPostResponse.cs index 1818da387d..a8860dd190 100644 --- a/src/generated/Chats/Item/Members/Add/AddPostResponse.cs +++ b/src/generated/Chats/Item/Members/Add/AddPostResponse.cs @@ -18,6 +18,7 @@ public class AddPostResponse : BaseCollectionPaginationCountResponse, IParsable /// /// 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 new AddPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class AddPostResponse : BaseCollectionPaginationCountResponse, IParsable /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ActionResultPart.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Chats/Item/Members/Add/AddRequestBuilder.cs b/src/generated/Chats/Item/Members/Add/AddRequestBuilder.cs index fd480e1626..0135cfdcd0 100644 --- a/src/generated/Chats/Item/Members/Add/AddRequestBuilder.cs +++ b/src/generated/Chats/Item/Members/Add/AddRequestBuilder.cs @@ -22,6 +22,7 @@ public class AddRequestBuilder : BaseCliRequestBuilder { /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/members/add", pathParameters) { } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/members/add", rawUrl) { @@ -94,6 +95,7 @@ public AddRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/mem /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. /// + /// 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/Chats/Item/Members/Count/CountRequestBuilder.cs b/src/generated/Chats/Item/Members/Count/CountRequestBuilder.cs index 5e3978f252..3e344e405b 100644 --- a/src/generated/Chats/Item/Members/Count/CountRequestBuilder.cs +++ b/src/generated/Chats/Item/Members/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}/chats/{chat%2Did}/members/$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}/chats/{chat%2Did}/members/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/m /// /// 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/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs b/src/generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs index 50c8b458ef..eb676367c9 100644 --- a/src/generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs +++ b/src/generated/Chats/Item/Members/Item/ConversationMemberItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ConversationMemberItemRequestBuilder : BaseCliRequestBuilder { /// Remove a conversationMember from a chat. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a conversationMember from a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Retrieve a conversationMember from a chat. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a conversationMember from a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property members in chats /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property members in chats"; @@ -172,13 +175,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ConversationMemberItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConversationMemberItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/members/{conversationMember%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ConversationMemberItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConversationMemberItemRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/members/{conversationMember%2Did}{?%24expand,%24select}", rawUrl) { @@ -186,6 +189,7 @@ public ConversationMemberItemRequestBuilder(string rawUrl) : base("{+baseurl}/ch /// /// Remove a conversationMember from a chat. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -194,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/chats/{chat%2Did}/members/{conversationMember%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -202,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a conversationMember from a chat. /// + /// 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,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property members in chats /// + /// 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 @@ -228,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(ConversationMember body, Act public RequestInformation ToPatchRequestInformation(ConversationMember 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}/chats/{chat%2Did}/members/{conversationMember%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/Members/MembersRequestBuilder.cs b/src/generated/Chats/Item/Members/MembersRequestBuilder.cs index 0433bc244a..4c17b64621 100644 --- a/src/generated/Chats/Item/Members/MembersRequestBuilder.cs +++ b/src/generated/Chats/Item/Members/MembersRequestBuilder.cs @@ -25,6 +25,7 @@ public class MembersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the add method. /// + /// A public Command BuildAddNavCommand() { var command = new Command("add"); command.Description = "Provides operations to call the add method."; @@ -40,6 +41,7 @@ public Command BuildAddNavCommand() { /// /// Provides operations to manage the members property of the microsoft.graph.chat entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ConversationMemberItemRequestBuilder(PathParameters); @@ -51,6 +53,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."; @@ -67,6 +70,7 @@ public Command BuildCountNavCommand() { /// Add a conversationMember to a chat. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add a conversationMember to a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0"; @@ -117,6 +121,7 @@ public Command BuildCreateCommand() { /// List all conversation members in a chat or channel. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List all conversation members in a chat or channel.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conversationmember-list?view=graph-rest-1.0"; @@ -213,13 +218,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MembersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -227,6 +232,7 @@ public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did} /// /// List all conversation members in a chat or channel. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -243,6 +249,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add a conversationMember to a chat. /// + /// 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 @@ -253,7 +260,7 @@ public RequestInformation ToPostRequestInformation(ConversationMember body, Acti public RequestInformation ToPostRequestInformation(ConversationMember 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}/chats/{chat%2Did}/members", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/Messages/Count/CountRequestBuilder.cs b/src/generated/Chats/Item/Messages/Count/CountRequestBuilder.cs index 3486154666..fe1c8639bc 100644 --- a/src/generated/Chats/Item/Messages/Count/CountRequestBuilder.cs +++ b/src/generated/Chats/Item/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"; @@ -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}/chats/{chat%2Did}/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}/chats/{chat%2Did}/messages/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/m /// /// 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/Chats/Item/Messages/Delta/DeltaGetResponse.cs b/src/generated/Chats/Item/Messages/Delta/DeltaGetResponse.cs index 3e9163f1e4..a8369d511c 100644 --- a/src/generated/Chats/Item/Messages/Delta/DeltaGetResponse.cs +++ b/src/generated/Chats/Item/Messages/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ChatMessage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Chats/Item/Messages/Delta/DeltaRequestBuilder.cs b/src/generated/Chats/Item/Messages/Delta/DeltaRequestBuilder.cs index 74a703db63..153fb00595 100644 --- a/src/generated/Chats/Item/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (chatId is not null) requestInfo.PathParameters.Add("chat%2Did", chatId); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/messages/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/messages/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/messages/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/messages/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Chats/Item/Messages/Item/ChatMessageItemRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/ChatMessageItemRequestBuilder.cs index 6811de4dfb..421b725788 100644 --- a/src/generated/Chats/Item/Messages/Item/ChatMessageItemRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/ChatMessageItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class ChatMessageItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property messages for chats /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property messages for chats"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Retrieve a single message or a message reply in a channel or a chat. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a single message or a message reply in a channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"; @@ -124,6 +126,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. /// + /// A public Command BuildHostedContentsNavCommand() { var command = new Command("hosted-contents"); command.Description = "Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity."; @@ -149,6 +152,7 @@ public Command BuildHostedContentsNavCommand() { /// /// Update the navigation property messages in chats /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property messages in chats"; @@ -204,6 +208,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. /// + /// A public Command BuildRepliesNavCommand() { var command = new Command("replies"); command.Description = "Provides operations to manage the replies property of the microsoft.graph.chatMessage entity."; @@ -230,6 +235,7 @@ public Command BuildRepliesNavCommand() { /// /// Provides operations to call the setReaction method. /// + /// A public Command BuildSetReactionNavCommand() { var command = new Command("set-reaction"); command.Description = "Provides operations to call the setReaction method."; @@ -245,6 +251,7 @@ public Command BuildSetReactionNavCommand() { /// /// Provides operations to call the softDelete method. /// + /// A public Command BuildSoftDeleteNavCommand() { var command = new Command("soft-delete"); command.Description = "Provides operations to call the softDelete method."; @@ -260,6 +267,7 @@ public Command BuildSoftDeleteNavCommand() { /// /// Provides operations to call the undoSoftDelete method. /// + /// A public Command BuildUndoSoftDeleteNavCommand() { var command = new Command("undo-soft-delete"); command.Description = "Provides operations to call the undoSoftDelete method."; @@ -275,6 +283,7 @@ public Command BuildUndoSoftDeleteNavCommand() { /// /// Provides operations to call the unsetReaction method. /// + /// A public Command BuildUnsetReactionNavCommand() { var command = new Command("unset-reaction"); command.Description = "Provides operations to call the unsetReaction method."; @@ -288,13 +297,13 @@ public Command BuildUnsetReactionNavCommand() { return command; } /// - /// Instantiates a new ChatMessageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChatMessageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ChatMessageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChatMessageItemRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}{?%24expand,%24select}", rawUrl) { @@ -302,6 +311,7 @@ public ChatMessageItemRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{ch /// /// Delete navigation property messages for chats /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -310,7 +320,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -318,6 +328,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a single message or a message reply in a channel or a chat. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -334,6 +345,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property messages in chats /// + /// 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 @@ -344,7 +356,7 @@ public RequestInformation ToPatchRequestInformation(ChatMessage 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}/chats/{chat%2Did}/messages/{chatMessage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs index 034404d673..cfac9ef0a7 100644 --- a/src/generated/Chats/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/HostedContents/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"; @@ -65,13 +66,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}/chats/{chat%2Did}/messages/{chatMessage%2Did}/hostedContents/$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}/chats/{chat%2Did}/messages/{chatMessage%2Did}/hostedContents/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/m /// /// 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/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs index ef0c0c2b00..41f80bd76b 100644 --- a/src/generated/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class HostedContentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage 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 hostedContents for chats /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to hostedContents for chats"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HostedContentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostedContentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/hostedContents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HostedContentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostedContentsRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/hostedContents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public HostedContentsRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{cha /// /// Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted 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 @@ -240,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to hostedContents for chats /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(ChatMessageHostedContent body public RequestInformation ToPostRequestInformation(ChatMessageHostedContent 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}/chats/{chat%2Did}/messages/{chatMessage%2Did}/hostedContents", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs index 33ab8f826c..0f99599bf4 100644 --- a/src/generated/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ChatMessageHostedContentItemRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the media for the chat entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the chat entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// Delete navigation property hostedContents for chats /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property hostedContents for chats"; @@ -85,6 +87,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of chatMessageHostedContent object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chatMessageHostedContent object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"; @@ -147,6 +150,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property hostedContents in chats /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property hostedContents in chats"; @@ -206,13 +210,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ChatMessageHostedContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChatMessageHostedContentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ChatMessageHostedContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChatMessageHostedContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}{?%24expand,%24select}", rawUrl) { @@ -220,6 +224,7 @@ public ChatMessageHostedContentItemRequestBuilder(string rawUrl) : base("{+baseu /// /// Delete navigation property hostedContents for chats /// + /// 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,7 +233,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chatMessageHostedContent 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 @@ -252,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property hostedContents in chats /// + /// 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 @@ -262,7 +269,7 @@ public RequestInformation ToPatchRequestInformation(ChatMessageHostedContent bod public RequestInformation ToPatchRequestInformation(ChatMessageHostedContent 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}/chats/{chat%2Did}/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/Messages/Item/HostedContents/Item/Value/ContentRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/HostedContents/Item/Value/ContentRequestBuilder.cs index f2a579bb3c..8f2092fd6f 100644 --- a/src/generated/Chats/Item/Messages/Item/HostedContents/Item/Value/ContentRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/HostedContents/Item/Value/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// Get media content for the navigation property hostedContents from chats /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get media content for the navigation property hostedContents from chats\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// Update media content for the navigation property hostedContents in chats /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update media content for the navigation property hostedContents in chats"; @@ -130,13 +132,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}/chats/{chat%2Did}/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}/$value", 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}/chats/{chat%2Did}/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}/$value", rawUrl) { @@ -144,6 +146,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did} /// /// Get media content for the navigation property hostedContents from chats /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -160,6 +163,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update media content for the navigation property hostedContents in chats /// + /// 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/Chats/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs index c45ca79172..917ea132ca 100644 --- a/src/generated/Chats/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/Replies/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"; @@ -65,13 +66,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}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/$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}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/m /// /// 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/Chats/Item/Messages/Item/Replies/Delta/DeltaGetResponse.cs b/src/generated/Chats/Item/Messages/Item/Replies/Delta/DeltaGetResponse.cs index e402aea8c6..91fb991b83 100644 --- a/src/generated/Chats/Item/Messages/Item/Replies/Delta/DeltaGetResponse.cs +++ b/src/generated/Chats/Item/Messages/Item/Replies/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ChatMessage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs index 506cfd5d25..aff7693eb7 100644 --- a/src/generated/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (chatId is not null) requestInfo.PathParameters.Add("chat%2Did", chatId); if (chatMessageId is not null) requestInfo.PathParameters.Add("chatMessage%2Did", chatMessageId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.cs index 56f7d63c6e..753246ef85 100644 --- a/src/generated/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class ChatMessageItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property replies for chats /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property replies for chats"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// Retrieve a single message or a message reply in a channel or a chat. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a single message or a message reply in a channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"; @@ -135,6 +137,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. /// + /// A public Command BuildHostedContentsNavCommand() { var command = new Command("hosted-contents"); command.Description = "Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity."; @@ -160,6 +163,7 @@ public Command BuildHostedContentsNavCommand() { /// /// Update the navigation property replies in chats /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property replies in chats"; @@ -221,6 +225,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the setReaction method. /// + /// A public Command BuildSetReactionNavCommand() { var command = new Command("set-reaction"); command.Description = "Provides operations to call the setReaction method."; @@ -236,6 +241,7 @@ public Command BuildSetReactionNavCommand() { /// /// Provides operations to call the softDelete method. /// + /// A public Command BuildSoftDeleteNavCommand() { var command = new Command("soft-delete"); command.Description = "Provides operations to call the softDelete method."; @@ -251,6 +257,7 @@ public Command BuildSoftDeleteNavCommand() { /// /// Provides operations to call the undoSoftDelete method. /// + /// A public Command BuildUndoSoftDeleteNavCommand() { var command = new Command("undo-soft-delete"); command.Description = "Provides operations to call the undoSoftDelete method."; @@ -266,6 +273,7 @@ public Command BuildUndoSoftDeleteNavCommand() { /// /// Provides operations to call the unsetReaction method. /// + /// A public Command BuildUnsetReactionNavCommand() { var command = new Command("unset-reaction"); command.Description = "Provides operations to call the unsetReaction method."; @@ -279,13 +287,13 @@ public Command BuildUnsetReactionNavCommand() { return command; } /// - /// Instantiates a new ChatMessageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChatMessageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ChatMessageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChatMessageItemRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}{?%24expand,%24select}", rawUrl) { @@ -293,6 +301,7 @@ public ChatMessageItemRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{ch /// /// Delete navigation property replies for chats /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -301,7 +310,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -309,6 +318,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a single message or a message reply in a channel or a chat. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -325,6 +335,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property replies in chats /// + /// 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 @@ -335,7 +346,7 @@ public RequestInformation ToPatchRequestInformation(ChatMessage 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}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs index 4ab7a2fedf..09267e95db 100644 --- a/src/generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/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"; @@ -71,13 +72,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}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/$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}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/m /// /// 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/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs index b69a84b202..026f8bfdba 100644 --- a/src/generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class HostedContentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage 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 hostedContents for chats /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to hostedContents for chats"; @@ -114,6 +117,7 @@ public Command BuildCreateCommand() { /// Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"; @@ -222,13 +226,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HostedContentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostedContentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HostedContentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostedContentsRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -236,6 +240,7 @@ public HostedContentsRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{cha /// /// Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted 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 @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to hostedContents for chats /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPostRequestInformation(ChatMessageHostedContent body public RequestInformation ToPostRequestInformation(ChatMessageHostedContent 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}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs index 80e6a45c37..3d307e0069 100644 --- a/src/generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ChatMessageHostedContentItemRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the media for the chat entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the chat entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// Delete navigation property hostedContents for chats /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property hostedContents for chats"; @@ -91,6 +93,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of chatMessageHostedContent object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chatMessageHostedContent object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"; @@ -159,6 +162,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property hostedContents in chats /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property hostedContents in chats"; @@ -224,13 +228,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ChatMessageHostedContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChatMessageHostedContentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ChatMessageHostedContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChatMessageHostedContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}{?%24expand,%24select}", rawUrl) { @@ -238,6 +242,7 @@ public ChatMessageHostedContentItemRequestBuilder(string rawUrl) : base("{+baseu /// /// Delete navigation property hostedContents for chats /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,7 +251,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chatMessageHostedContent 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 @@ -270,6 +276,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property hostedContents in chats /// + /// 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 @@ -280,7 +287,7 @@ public RequestInformation ToPatchRequestInformation(ChatMessageHostedContent bod public RequestInformation ToPatchRequestInformation(ChatMessageHostedContent 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}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/Value/ContentRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/Value/ContentRequestBuilder.cs index 63ee64f88e..f802e40def 100644 --- a/src/generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/Value/ContentRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/Replies/Item/HostedContents/Item/Value/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// Get media content for the navigation property hostedContents from chats /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get media content for the navigation property hostedContents from chats\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update media content for the navigation property hostedContents in chats /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update media content for the navigation property hostedContents in chats"; @@ -142,13 +144,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}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}/$value", 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}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}/$value", rawUrl) { @@ -156,6 +158,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did} /// /// Get media content for the navigation property hostedContents from chats /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -172,6 +175,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update media content for the navigation property hostedContents in chats /// + /// 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/Chats/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.cs b/src/generated/Chats/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.cs index 720bfdd5df..252152e5f5 100644 --- a/src/generated/Chats/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.cs +++ b/src/generated/Chats/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.cs @@ -17,7 +17,7 @@ public class SetReactionPostRequestBody : IAdditionalDataHolder, IParsable { public string ReactionType { get; set; } #endif /// - /// Instantiates a new setReactionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetReactionPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public SetReactionPostRequestBody() { /// /// 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 SetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static SetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"reactionType", n => { ReactionType = n.GetStringValue(); } }, diff --git a/src/generated/Chats/Item/Messages/Item/Replies/Item/SetReaction/SetReactionRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/Replies/Item/SetReaction/SetReactionRequestBuilder.cs index fb7250e951..24bab56fe6 100644 --- a/src/generated/Chats/Item/Messages/Item/Replies/Item/SetReaction/SetReactionRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/Replies/Item/SetReaction/SetReactionRequestBuilder.cs @@ -21,6 +21,7 @@ public class SetReactionRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action setReaction /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action setReaction"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetReactionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/setReaction", pathParameters) { } /// - /// Instantiates a new SetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/setReaction", rawUrl) { @@ -84,6 +85,7 @@ public SetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2 /// /// Invoke action setReaction /// + /// 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/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs index 45ccbc8273..1de123fb1a 100644 --- a/src/generated/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -22,6 +22,7 @@ public class SoftDeleteRequestBuilder : BaseCliRequestBuilder { /// Delete a single chatMessage or a chat message reply in a channel or a chat. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Delete a single chatMessage or a chat message reply in a channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SoftDeleteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/softDelete", pathParameters) { } /// - /// Instantiates a new SoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/softDelete", rawUrl) { @@ -72,6 +73,7 @@ public SoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2D /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. /// + /// 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/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index bc7fe86523..bd9fe90381 100644 --- a/src/generated/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -22,6 +22,7 @@ public class UndoSoftDeleteRequestBuilder : BaseCliRequestBuilder { /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UndoSoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UndoSoftDeleteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/undoSoftDelete", pathParameters) { } /// - /// Instantiates a new UndoSoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UndoSoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/undoSoftDelete", rawUrl) { @@ -72,6 +73,7 @@ public UndoSoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{cha /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. /// + /// 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/Chats/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.cs b/src/generated/Chats/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.cs index 373ca84a08..39acbed11d 100644 --- a/src/generated/Chats/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.cs +++ b/src/generated/Chats/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.cs @@ -17,7 +17,7 @@ public class UnsetReactionPostRequestBody : IAdditionalDataHolder, IParsable { public string ReactionType { get; set; } #endif /// - /// Instantiates a new unsetReactionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UnsetReactionPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public UnsetReactionPostRequestBody() { /// /// 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 UnsetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static UnsetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"reactionType", n => { ReactionType = n.GetStringValue(); } }, diff --git a/src/generated/Chats/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionRequestBuilder.cs index 296a468136..f88d2a00d5 100644 --- a/src/generated/Chats/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionRequestBuilder.cs @@ -21,6 +21,7 @@ public class UnsetReactionRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action unsetReaction /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action unsetReaction"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnsetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnsetReactionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/unsetReaction", pathParameters) { } /// - /// Instantiates a new UnsetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnsetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/unsetReaction", rawUrl) { @@ -84,6 +85,7 @@ public UnsetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat /// /// Invoke action unsetReaction /// + /// 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/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.cs index f52eb035de..75021c9268 100644 --- a/src/generated/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/Replies/RepliesRequestBuilder.cs @@ -25,6 +25,7 @@ public class RepliesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new reply to a chatMessage in a specified channel. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new reply to a chatMessage in a specified channel.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -129,6 +133,7 @@ public Command BuildDeltaNavCommand() { /// List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0"; @@ -231,13 +236,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RepliesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RepliesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RepliesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RepliesRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -245,6 +250,7 @@ public RepliesRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did} /// /// List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel 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 @@ -261,6 +267,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new reply to a chatMessage in a specified channel. /// + /// 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 @@ -271,7 +278,7 @@ public RequestInformation ToPostRequestInformation(ChatMessage 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}/chats/{chat%2Did}/messages/{chatMessage%2Did}/replies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.cs b/src/generated/Chats/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.cs index 6a92d9905b..3a215093df 100644 --- a/src/generated/Chats/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.cs +++ b/src/generated/Chats/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.cs @@ -17,7 +17,7 @@ public class SetReactionPostRequestBody : IAdditionalDataHolder, IParsable { public string ReactionType { get; set; } #endif /// - /// Instantiates a new setReactionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetReactionPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public SetReactionPostRequestBody() { /// /// 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 SetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static SetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"reactionType", n => { ReactionType = n.GetStringValue(); } }, diff --git a/src/generated/Chats/Item/Messages/Item/SetReaction/SetReactionRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/SetReaction/SetReactionRequestBuilder.cs index 5c9c2e0b86..d7d70836c2 100644 --- a/src/generated/Chats/Item/Messages/Item/SetReaction/SetReactionRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/SetReaction/SetReactionRequestBuilder.cs @@ -21,6 +21,7 @@ public class SetReactionRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action setReaction /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action setReaction"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetReactionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/setReaction", pathParameters) { } /// - /// Instantiates a new SetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/setReaction", rawUrl) { @@ -78,6 +79,7 @@ public SetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2 /// /// Invoke action setReaction /// + /// 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/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs index 52a89f5f56..a0cef43c6e 100644 --- a/src/generated/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -22,6 +22,7 @@ public class SoftDeleteRequestBuilder : BaseCliRequestBuilder { /// Delete a single chatMessage or a chat message reply in a channel or a chat. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Delete a single chatMessage or a chat message reply in a channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SoftDeleteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/softDelete", pathParameters) { } /// - /// Instantiates a new SoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/softDelete", rawUrl) { @@ -66,6 +67,7 @@ public SoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2D /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. /// + /// 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/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index de9b48c2d0..c92c36329f 100644 --- a/src/generated/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -22,6 +22,7 @@ public class UndoSoftDeleteRequestBuilder : BaseCliRequestBuilder { /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UndoSoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UndoSoftDeleteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/undoSoftDelete", pathParameters) { } /// - /// Instantiates a new UndoSoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UndoSoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/undoSoftDelete", rawUrl) { @@ -66,6 +67,7 @@ public UndoSoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{cha /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. /// + /// 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/Chats/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.cs b/src/generated/Chats/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.cs index 40c3fc4e70..8d72b44a1b 100644 --- a/src/generated/Chats/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.cs +++ b/src/generated/Chats/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.cs @@ -17,7 +17,7 @@ public class UnsetReactionPostRequestBody : IAdditionalDataHolder, IParsable { public string ReactionType { get; set; } #endif /// - /// Instantiates a new unsetReactionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UnsetReactionPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public UnsetReactionPostRequestBody() { /// /// 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 UnsetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static UnsetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"reactionType", n => { ReactionType = n.GetStringValue(); } }, diff --git a/src/generated/Chats/Item/Messages/Item/UnsetReaction/UnsetReactionRequestBuilder.cs b/src/generated/Chats/Item/Messages/Item/UnsetReaction/UnsetReactionRequestBuilder.cs index fbf7842b7e..8483184f51 100644 --- a/src/generated/Chats/Item/Messages/Item/UnsetReaction/UnsetReactionRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/Item/UnsetReaction/UnsetReactionRequestBuilder.cs @@ -21,6 +21,7 @@ public class UnsetReactionRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action unsetReaction /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action unsetReaction"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnsetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnsetReactionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/unsetReaction", pathParameters) { } /// - /// Instantiates a new UnsetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnsetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/messages/{chatMessage%2Did}/unsetReaction", rawUrl) { @@ -78,6 +79,7 @@ public UnsetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat /// /// Invoke action unsetReaction /// + /// 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/Chats/Item/Messages/MessagesRequestBuilder.cs b/src/generated/Chats/Item/Messages/MessagesRequestBuilder.cs index 2e14f4e15e..92ac4d3de9 100644 --- a/src/generated/Chats/Item/Messages/MessagesRequestBuilder.cs +++ b/src/generated/Chats/Item/Messages/MessagesRequestBuilder.cs @@ -25,6 +25,7 @@ public class MessagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the messages property of the microsoft.graph.chat entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -43,6 +44,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."; @@ -59,6 +61,7 @@ public Command BuildCountNavCommand() { /// Send a new chatMessage in the specified channel or a chat. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Send a new chatMessage in the specified channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -124,6 +128,7 @@ public Command BuildDeltaNavCommand() { /// Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel).\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0"; @@ -220,13 +225,13 @@ public Command BuildListCommand() { 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}/chats/{chat%2Did}/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}/chats/{chat%2Did}/messages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -234,6 +239,7 @@ public MessagesRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did /// /// Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Send a new chatMessage in the specified channel or a chat. /// + /// 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 @@ -260,7 +267,7 @@ public RequestInformation ToPostRequestInformation(ChatMessage 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}/chats/{chat%2Did}/messages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/PermissionGrants/Count/CountRequestBuilder.cs b/src/generated/Chats/Item/PermissionGrants/Count/CountRequestBuilder.cs index fd9dd85047..2e90965b7a 100644 --- a/src/generated/Chats/Item/PermissionGrants/Count/CountRequestBuilder.cs +++ b/src/generated/Chats/Item/PermissionGrants/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}/chats/{chat%2Did}/permissionGrants/$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}/chats/{chat%2Did}/permissionGrants/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/p /// /// 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/Chats/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.cs b/src/generated/Chats/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.cs index b1a22c079f..d162bc82a3 100644 --- a/src/generated/Chats/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.cs +++ b/src/generated/Chats/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ResourceSpecificPermissionGrantItemRequestBuilder : BaseCliRequestB /// /// Delete navigation property permissionGrants for chats /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property permissionGrants for chats"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// A collection of permissions granted to apps for the chat. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A collection of permissions granted to apps for the chat."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property permissionGrants in chats /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property permissionGrants in chats"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceSpecificPermissionGrantItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceSpecificPermissionGrantItemRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public ResourceSpecificPermissionGrantItemRequestBuilder(string rawUrl) : base(" /// /// Delete navigation property permissionGrants for chats /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A collection of permissions granted to apps for the chat. /// + /// 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 /// Update the navigation property permissionGrants in chats /// + /// 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 ToPatchRequestInformation(ResourceSpecificPermissionGr public RequestInformation ToPatchRequestInformation(ResourceSpecificPermissionGrant 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}/chats/{chat%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs b/src/generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs index 23788fc34e..8f0f789e40 100644 --- a/src/generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs +++ b/src/generated/Chats/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs @@ -24,6 +24,7 @@ public class PermissionGrantsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the permissionGrants property of the microsoft.graph.chat entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ResourceSpecificPermissionGrantItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to permissionGrants for chats /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to permissionGrants for chats"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// List all resource-specific permission grants on the chat. This list specifies the Microsoft Entra apps that have access to the chat, along with the corresponding resource-specific access that each app has. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List all resource-specific permission grants on the chat. This list specifies the Microsoft Entra apps that have access to the chat, along with the corresponding resource-specific access that each app has.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PermissionGrantsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermissionGrantsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/permissionGrants{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PermissionGrantsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermissionGrantsRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/permissionGrants{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public PermissionGrantsRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{c /// /// List all resource-specific permission grants on the chat. This list specifies the Microsoft Entra apps that have access to the chat, along with the corresponding resource-specific access that each app has. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to permissionGrants for chats /// + /// 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 @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(ResourceSpecificPermissionGra public RequestInformation ToPostRequestInformation(ResourceSpecificPermissionGrant 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}/chats/{chat%2Did}/permissionGrants", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/PinnedMessages/Count/CountRequestBuilder.cs b/src/generated/Chats/Item/PinnedMessages/Count/CountRequestBuilder.cs index d7c489cbed..fa6c77929f 100644 --- a/src/generated/Chats/Item/PinnedMessages/Count/CountRequestBuilder.cs +++ b/src/generated/Chats/Item/PinnedMessages/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}/chats/{chat%2Did}/pinnedMessages/$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}/chats/{chat%2Did}/pinnedMessages/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/p /// /// 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/Chats/Item/PinnedMessages/Item/Message/MessageRequestBuilder.cs b/src/generated/Chats/Item/PinnedMessages/Item/Message/MessageRequestBuilder.cs index 124f75d7dd..688ab8c4d5 100644 --- a/src/generated/Chats/Item/PinnedMessages/Item/Message/MessageRequestBuilder.cs +++ b/src/generated/Chats/Item/PinnedMessages/Item/Message/MessageRequestBuilder.cs @@ -22,6 +22,7 @@ public class MessageRequestBuilder : BaseCliRequestBuilder { /// /// Represents details about the chat message that is pinned. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents details about the chat message that is pinned."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MessageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MessageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/pinnedMessages/{pinnedChatMessageInfo%2Did}/message{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MessageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MessageRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/pinnedMessages/{pinnedChatMessageInfo%2Did}/message{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public MessageRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did} /// /// Represents details about the chat message that is pinned. /// + /// 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/Chats/Item/PinnedMessages/Item/PinnedChatMessageInfoItemRequestBuilder.cs b/src/generated/Chats/Item/PinnedMessages/Item/PinnedChatMessageInfoItemRequestBuilder.cs index f503081c21..f30badb8f4 100644 --- a/src/generated/Chats/Item/PinnedMessages/Item/PinnedChatMessageInfoItemRequestBuilder.cs +++ b/src/generated/Chats/Item/PinnedMessages/Item/PinnedChatMessageInfoItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class PinnedChatMessageInfoItemRequestBuilder : BaseCliRequestBuilder { /// Unpin a message from a chat. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Unpin a message from a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// /// A collection of all the pinned messages in the chat. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A collection of all the pinned messages in the chat. Nullable."; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the message property of the microsoft.graph.pinnedChatMessageInfo entity. /// + /// A public Command BuildMessageNavCommand() { var command = new Command("message"); command.Description = "Provides operations to manage the message property of the microsoft.graph.pinnedChatMessageInfo entity."; @@ -134,6 +137,7 @@ public Command BuildMessageNavCommand() { /// /// Update the navigation property pinnedMessages in chats /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property pinnedMessages in chats"; @@ -187,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PinnedChatMessageInfoItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PinnedChatMessageInfoItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/pinnedMessages/{pinnedChatMessageInfo%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PinnedChatMessageInfoItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PinnedChatMessageInfoItemRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/pinnedMessages/{pinnedChatMessageInfo%2Did}{?%24expand,%24select}", rawUrl) { @@ -201,6 +205,7 @@ public PinnedChatMessageInfoItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Unpin a message from a chat. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -209,7 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/chats/{chat%2Did}/pinnedMessages/{pinnedChatMessageInfo%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -217,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A collection of all the pinned messages in the chat. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -233,6 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property pinnedMessages in chats /// + /// 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 @@ -243,7 +250,7 @@ public RequestInformation ToPatchRequestInformation(PinnedChatMessageInfo body, public RequestInformation ToPatchRequestInformation(PinnedChatMessageInfo 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}/chats/{chat%2Did}/pinnedMessages/{pinnedChatMessageInfo%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.cs b/src/generated/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.cs index 61b4b7dcac..2b54ae6bed 100644 --- a/src/generated/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.cs +++ b/src/generated/Chats/Item/PinnedMessages/PinnedMessagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PinnedMessagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the pinnedMessages property of the microsoft.graph.chat 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Pin a chat message in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can pin a chat message. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Pin a chat message in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can pin a chat message.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// Get a list of pinnedChatMessages in a chat. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of pinnedChatMessages in a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PinnedMessagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PinnedMessagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/pinnedMessages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PinnedMessagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PinnedMessagesRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/pinnedMessages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public PinnedMessagesRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{cha /// /// Get a list of pinnedChatMessages in a chat. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Pin a chat message in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can pin a chat message. /// + /// 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(PinnedChatMessageInfo body, A public RequestInformation ToPostRequestInformation(PinnedChatMessageInfo 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}/chats/{chat%2Did}/pinnedMessages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.cs b/src/generated/Chats/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.cs index 28f01b4172..b989ac5dd6 100644 --- a/src/generated/Chats/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.cs +++ b/src/generated/Chats/Item/SendActivityNotification/SendActivityNotificationPostRequestBody.cs @@ -60,7 +60,7 @@ public class SendActivityNotificationPostRequestBody : IAdditionalDataHolder, IP public TeamworkActivityTopic Topic { get; set; } #endif /// - /// Instantiates a new sendActivityNotificationPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SendActivityNotificationPostRequestBody() { AdditionalData = new Dictionary(); @@ -68,6 +68,7 @@ public SendActivityNotificationPostRequestBody() { /// /// 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 SendActivityNotificationPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -76,6 +77,7 @@ public static SendActivityNotificationPostRequestBody CreateFromDiscriminatorVal /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"activityType", n => { ActivityType = n.GetStringValue(); } }, diff --git a/src/generated/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs b/src/generated/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs index b56abbc759..7be4e3d52d 100644 --- a/src/generated/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs +++ b/src/generated/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.cs @@ -22,6 +22,7 @@ public class SendActivityNotificationRequestBuilder : BaseCliRequestBuilder { /// Send an activity feed notification in scope of a chat. For more information about sending notifications and the requirements for doing so, see sending Teams activity notifications. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Send an activity feed notification in scope of a chat. For more information about sending notifications and the requirements for doing so, see sending Teams activity notifications.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SendActivityNotificationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SendActivityNotificationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/sendActivityNotification", pathParameters) { } /// - /// Instantiates a new SendActivityNotificationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SendActivityNotificationRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/sendActivityNotification", rawUrl) { @@ -73,6 +74,7 @@ public SendActivityNotificationRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Send an activity feed notification in scope of a chat. For more information about sending notifications and the requirements for doing so, see sending Teams activity notifications. /// + /// 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/Chats/Item/Tabs/Count/CountRequestBuilder.cs b/src/generated/Chats/Item/Tabs/Count/CountRequestBuilder.cs index 25b6e0539b..91800acabd 100644 --- a/src/generated/Chats/Item/Tabs/Count/CountRequestBuilder.cs +++ b/src/generated/Chats/Item/Tabs/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}/chats/{chat%2Did}/tabs/$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}/chats/{chat%2Did}/tabs/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/t /// /// 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/Chats/Item/Tabs/Item/TeamsApp/TeamsAppRequestBuilder.cs b/src/generated/Chats/Item/Tabs/Item/TeamsApp/TeamsAppRequestBuilder.cs index e944567eeb..76a89a820e 100644 --- a/src/generated/Chats/Item/Tabs/Item/TeamsApp/TeamsAppRequestBuilder.cs +++ b/src/generated/Chats/Item/Tabs/Item/TeamsApp/TeamsAppRequestBuilder.cs @@ -22,6 +22,7 @@ public class TeamsAppRequestBuilder : BaseCliRequestBuilder { /// /// The application that is linked to the tab. This can't be changed after tab creation. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The application that is linked to the tab. This can't be changed after tab creation."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TeamsAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamsAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/tabs/{teamsTab%2Did}/teamsApp{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamsAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamsAppRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/tabs/{teamsTab%2Did}/teamsApp{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public TeamsAppRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did /// /// The application that is linked to the tab. This can't be changed after tab creation. /// + /// 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/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilder.cs b/src/generated/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilder.cs index 9b61b3e8b6..10a21aaca5 100644 --- a/src/generated/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilder.cs +++ b/src/generated/Chats/Item/Tabs/Item/TeamsTabItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TeamsTabItemRequestBuilder : BaseCliRequestBuilder { /// Remove (unpin) a tab from the specified chat. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove (unpin) a tab from the specified chat. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-1.0"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of the specified tab in a chat. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of the specified tab in a chat. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0"; @@ -121,6 +123,7 @@ public Command BuildGetCommand() { /// Update the properties of the specified tab in a chat. This can be used to configure the content of the tab. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of the specified tab in a chat. This can be used to configure the content of the tab.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-1.0"; @@ -176,6 +179,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the teamsApp property of the microsoft.graph.teamsTab entity. /// + /// A public Command BuildTeamsAppNavCommand() { var command = new Command("teams-app"); command.Description = "Provides operations to manage the teamsApp property of the microsoft.graph.teamsTab entity."; @@ -189,13 +193,13 @@ public Command BuildTeamsAppNavCommand() { return command; } /// - /// Instantiates a new TeamsTabItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamsTabItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/tabs/{teamsTab%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamsTabItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamsTabItemRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/tabs/{teamsTab%2Did}{?%24expand,%24select}", rawUrl) { @@ -203,6 +207,7 @@ public TeamsTabItemRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat% /// /// Remove (unpin) a tab from the specified chat. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,7 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/chats/{chat%2Did}/tabs/{teamsTab%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +224,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of the specified tab in a chat. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of the specified tab in a chat. This can be used to configure the content of the tab. /// + /// 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 @@ -245,7 +252,7 @@ public RequestInformation ToPatchRequestInformation(TeamsTab 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}/chats/{chat%2Did}/tabs/{teamsTab%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/Tabs/TabsRequestBuilder.cs b/src/generated/Chats/Item/Tabs/TabsRequestBuilder.cs index 4b44c2bd93..7bbdeefcb4 100644 --- a/src/generated/Chats/Item/Tabs/TabsRequestBuilder.cs +++ b/src/generated/Chats/Item/Tabs/TabsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TabsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tabs property of the microsoft.graph.chat 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Add (pin) a tab to the specified chat. The corresponding app must already be installed in the chat. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add (pin) a tab to the specified chat. The corresponding app must already be installed in the chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// Retrieve the list of tabs in the specified chat. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of tabs in the specified chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TabsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TabsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/tabs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TabsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TabsRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/tabs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public TabsRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/ta /// /// Retrieve the list of tabs in the specified chat. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add (pin) a tab to the specified chat. The corresponding app must already be installed in the chat. /// + /// 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(TeamsTab 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}/chats/{chat%2Did}/tabs", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Chats/Item/UnhideForUser/UnhideForUserPostRequestBody.cs b/src/generated/Chats/Item/UnhideForUser/UnhideForUserPostRequestBody.cs index 36e271ad51..cc9d6efb14 100644 --- a/src/generated/Chats/Item/UnhideForUser/UnhideForUserPostRequestBody.cs +++ b/src/generated/Chats/Item/UnhideForUser/UnhideForUserPostRequestBody.cs @@ -18,7 +18,7 @@ public class UnhideForUserPostRequestBody : IAdditionalDataHolder, IParsable { public TeamworkUserIdentity User { get; set; } #endif /// - /// Instantiates a new unhideForUserPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UnhideForUserPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public UnhideForUserPostRequestBody() { /// /// 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 UnhideForUserPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static UnhideForUserPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"user", n => { User = n.GetObjectValue(TeamworkUserIdentity.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.cs b/src/generated/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.cs index fcc981aed6..04e8e28e54 100644 --- a/src/generated/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.cs +++ b/src/generated/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnhideForUserRequestBuilder : BaseCliRequestBuilder { /// Unhide a chat for a user. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Unhide a chat for a user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnhideForUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnhideForUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/chats/{chat%2Did}/unhideForUser", pathParameters) { } /// - /// Instantiates a new UnhideForUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnhideForUserRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat%2Did}/unhideForUser", rawUrl) { @@ -73,6 +74,7 @@ public UnhideForUserRequestBuilder(string rawUrl) : base("{+baseurl}/chats/{chat /// /// Unhide a chat for a 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/Communications/CallRecords/CallRecordsRequestBuilder.cs b/src/generated/Communications/CallRecords/CallRecordsRequestBuilder.cs index 249f7be78a..5c73219b5d 100644 --- a/src/generated/Communications/CallRecords/CallRecordsRequestBuilder.cs +++ b/src/generated/Communications/CallRecords/CallRecordsRequestBuilder.cs @@ -26,6 +26,7 @@ public class CallRecordsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the callRecords property of the microsoft.graph.cloudCommunications 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to callRecords for communications /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to callRecords for communications"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// /// Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions."; @@ -189,6 +193,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the getDirectRoutingCalls method. /// + /// A public Command BuildMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRbCommand() { var command = new Command("microsoft-graph-call-records-get-direct-routing-calls-with-from-date-time-with-to-date-time"); command.Description = "Provides operations to call the getDirectRoutingCalls method."; @@ -204,6 +209,7 @@ public Command BuildMicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTi /// /// Provides operations to call the getPstnCalls method. /// + /// A public Command BuildMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRbCommand() { var command = new Command("microsoft-graph-call-records-get-pstn-calls-with-from-date-time-with-to-date-time"); command.Description = "Provides operations to call the getPstnCalls method."; @@ -217,13 +223,13 @@ public Command BuildMicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToD return command; } /// - /// Instantiates a new CallRecordsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CallRecordsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/callRecords{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CallRecordsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CallRecordsRequestBuilder(string rawUrl) : base("{+baseurl}/communications/callRecords{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -231,6 +237,7 @@ public CallRecordsRequestBuilder(string rawUrl) : base("{+baseurl}/communication /// /// Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -247,6 +254,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to callRecords for communications /// + /// 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 @@ -257,7 +265,7 @@ public RequestInformation ToPostRequestInformation(CallRecord 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}/communications/callRecords", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/CallRecords/Count/CountRequestBuilder.cs b/src/generated/Communications/CallRecords/Count/CountRequestBuilder.cs index 9e8f8102ac..208ceaef22 100644 --- a/src/generated/Communications/CallRecords/Count/CountRequestBuilder.cs +++ b/src/generated/Communications/CallRecords/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}/communications/callRecords/$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}/communications/callRecords/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/communications/call /// /// 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/Communications/CallRecords/Item/CallRecordItemRequestBuilder.cs b/src/generated/Communications/CallRecords/Item/CallRecordItemRequestBuilder.cs index 0309d7bb57..243c990402 100644 --- a/src/generated/Communications/CallRecords/Item/CallRecordItemRequestBuilder.cs +++ b/src/generated/Communications/CallRecords/Item/CallRecordItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class CallRecordItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property callRecords for communications /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property callRecords for communications"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property callRecords in communications /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property callRecords in communications"; @@ -156,6 +159,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sessions property of the microsoft.graph.callRecords.callRecord entity. /// + /// A public Command BuildSessionsNavCommand() { var command = new Command("sessions"); command.Description = "Provides operations to manage the sessions property of the microsoft.graph.callRecords.callRecord entity."; @@ -179,13 +183,13 @@ public Command BuildSessionsNavCommand() { return command; } /// - /// Instantiates a new CallRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CallRecordItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/callRecords/{callRecord%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CallRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CallRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/communications/callRecords/{callRecord%2Did}{?%24expand,%24select}", rawUrl) { @@ -193,6 +197,7 @@ public CallRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/communicat /// /// Delete navigation property callRecords for communications /// + /// 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}/communications/callRecords/{callRecord%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 callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions. /// + /// 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 callRecords in communications /// + /// 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(CallRecord 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}/communications/callRecords/{callRecord%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/CallRecords/Item/Sessions/Count/CountRequestBuilder.cs b/src/generated/Communications/CallRecords/Item/Sessions/Count/CountRequestBuilder.cs index 908c8e4b42..884aa78e2d 100644 --- a/src/generated/Communications/CallRecords/Item/Sessions/Count/CountRequestBuilder.cs +++ b/src/generated/Communications/CallRecords/Item/Sessions/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}/communications/callRecords/{callRecord%2Did}/sessions/$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}/communications/callRecords/{callRecord%2Did}/sessions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/communications/call /// /// 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/Communications/CallRecords/Item/Sessions/Item/Segments/Count/CountRequestBuilder.cs b/src/generated/Communications/CallRecords/Item/Sessions/Item/Segments/Count/CountRequestBuilder.cs index 07cac3a46f..64d7db8112 100644 --- a/src/generated/Communications/CallRecords/Item/Sessions/Item/Segments/Count/CountRequestBuilder.cs +++ b/src/generated/Communications/CallRecords/Item/Sessions/Item/Segments/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"; @@ -65,13 +66,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}/communications/callRecords/{callRecord%2Did}/sessions/{session%2Did}/segments/$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}/communications/callRecords/{callRecord%2Did}/sessions/{session%2Did}/segments/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/communications/call /// /// 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/Communications/CallRecords/Item/Sessions/Item/Segments/Item/SegmentItemRequestBuilder.cs b/src/generated/Communications/CallRecords/Item/Sessions/Item/Segments/Item/SegmentItemRequestBuilder.cs index 9b478ced44..4287c55794 100644 --- a/src/generated/Communications/CallRecords/Item/Sessions/Item/Segments/Item/SegmentItemRequestBuilder.cs +++ b/src/generated/Communications/CallRecords/Item/Sessions/Item/Segments/Item/SegmentItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class SegmentItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property segments for communications /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property segments for communications"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// The list of segments involved in the session. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of segments involved in the session. Read-only. Nullable."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property segments in communications /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property segments in communications"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SegmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SegmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/callRecords/{callRecord%2Did}/sessions/{session%2Did}/segments/{segment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SegmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SegmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/communications/callRecords/{callRecord%2Did}/sessions/{session%2Did}/segments/{segment%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public SegmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/communication /// /// Delete navigation property segments for communications /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/communications/callRecords/{callRecord%2Did}/sessions/{session%2Did}/segments/{segment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of segments involved in the session. Read-only. Nullable. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property segments in communications /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(Segment 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}/communications/callRecords/{callRecord%2Did}/sessions/{session%2Did}/segments/{segment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/CallRecords/Item/Sessions/Item/Segments/SegmentsRequestBuilder.cs b/src/generated/Communications/CallRecords/Item/Sessions/Item/Segments/SegmentsRequestBuilder.cs index bd0e53c2e3..a7d369ce6b 100644 --- a/src/generated/Communications/CallRecords/Item/Sessions/Item/Segments/SegmentsRequestBuilder.cs +++ b/src/generated/Communications/CallRecords/Item/Sessions/Item/Segments/SegmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SegmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the segments property of the microsoft.graph.callRecords.session entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new SegmentItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to segments for communications /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to segments for communications"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// The list of segments involved in the session. Read-only. Nullable. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of segments involved in the session. Read-only. Nullable."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SegmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SegmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/callRecords/{callRecord%2Did}/sessions/{session%2Did}/segments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SegmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SegmentsRequestBuilder(string rawUrl) : base("{+baseurl}/communications/callRecords/{callRecord%2Did}/sessions/{session%2Did}/segments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public SegmentsRequestBuilder(string rawUrl) : base("{+baseurl}/communications/c /// /// The list of segments involved in the session. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to segments for communications /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(Segment 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}/communications/callRecords/{callRecord%2Did}/sessions/{session%2Did}/segments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/CallRecords/Item/Sessions/Item/SessionItemRequestBuilder.cs b/src/generated/Communications/CallRecords/Item/Sessions/Item/SessionItemRequestBuilder.cs index 12b3e395b1..07ba98be5f 100644 --- a/src/generated/Communications/CallRecords/Item/Sessions/Item/SessionItemRequestBuilder.cs +++ b/src/generated/Communications/CallRecords/Item/Sessions/Item/SessionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class SessionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property sessions for communications /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sessions for communications"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// List of sessions involved in the call. Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "List of sessions involved in the call. Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. Read-only. Nullable."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property sessions in communications /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sessions in communications"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the segments property of the microsoft.graph.callRecords.session entity. /// + /// A public Command BuildSegmentsNavCommand() { var command = new Command("segments"); command.Description = "Provides operations to manage the segments property of the microsoft.graph.callRecords.session entity."; @@ -196,13 +200,13 @@ public Command BuildSegmentsNavCommand() { return command; } /// - /// Instantiates a new SessionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SessionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/callRecords/{callRecord%2Did}/sessions/{session%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SessionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SessionItemRequestBuilder(string rawUrl) : base("{+baseurl}/communications/callRecords/{callRecord%2Did}/sessions/{session%2Did}{?%24expand,%24select}", rawUrl) { @@ -210,6 +214,7 @@ public SessionItemRequestBuilder(string rawUrl) : base("{+baseurl}/communication /// /// Delete navigation property sessions for communications /// + /// 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 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/communications/callRecords/{callRecord%2Did}/sessions/{session%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -226,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// List of sessions involved in the call. Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. Read-only. Nullable. /// + /// 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 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sessions in communications /// + /// 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 +259,7 @@ public RequestInformation ToPatchRequestInformation(Session 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}/communications/callRecords/{callRecord%2Did}/sessions/{session%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/CallRecords/Item/Sessions/SessionsRequestBuilder.cs b/src/generated/Communications/CallRecords/Item/Sessions/SessionsRequestBuilder.cs index 2ebdc1a8fc..f92cea726d 100644 --- a/src/generated/Communications/CallRecords/Item/Sessions/SessionsRequestBuilder.cs +++ b/src/generated/Communications/CallRecords/Item/Sessions/SessionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SessionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sessions property of the microsoft.graph.callRecords.callRecord 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 sessions for communications /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to sessions for communications"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// Retrieve the list of sessions associated with a callRecord object. If the sessions list is truncated, a sessions@odata.nextLink value will be provided to retrieve the next page of sessions. The maximum page size for sessions is 60 entries. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of sessions associated with a callRecord object. If the sessions list is truncated, a sessions@odata.nextLink value will be provided to retrieve the next page of sessions. The maximum page size for sessions is 60 entries.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-1.0"; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SessionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SessionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/callRecords/{callRecord%2Did}/sessions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SessionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SessionsRequestBuilder(string rawUrl) : base("{+baseurl}/communications/callRecords/{callRecord%2Did}/sessions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public SessionsRequestBuilder(string rawUrl) : base("{+baseurl}/communications/c /// /// Retrieve the list of sessions associated with a callRecord object. If the sessions list is truncated, a sessions@odata.nextLink value will be provided to retrieve the next page of sessions. The maximum page size for sessions is 60 entries. /// + /// 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 sessions for communications /// + /// 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(Session 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}/communications/callRecords/{callRecord%2Did}/sessions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime/GetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponse.cs b/src/generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime/GetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponse.cs index a4e548fe5b..fda8d954cc 100644 --- a/src/generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime/GetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponse.cs +++ b/src/generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime/GetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponse.cs @@ -19,6 +19,7 @@ public class GetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponse : Ba /// /// 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 new GetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class GetDirectRoutingCallsWithFromDateTimeWithToDateTimeGetResponse : Ba /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectRoutingLogRow.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.cs b/src/generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.cs index 1e35f37505..2da060de4c 100644 --- a/src/generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.cs +++ b/src/generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder.cs @@ -21,6 +21,7 @@ public class MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithT /// /// Invoke function getDirectRoutingCalls /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getDirectRoutingCalls"; @@ -102,13 +103,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/callRecords/microsoft.graph.callRecords.getDirectRoutingCalls(fromDateTime={fromDateTime},toDateTime={toDateTime}){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateTimeRequestBuilder(string rawUrl) : base("{+baseurl}/communications/callRecords/microsoft.graph.callRecords.getDirectRoutingCalls(fromDateTime={fromDateTime},toDateTime={toDateTime}){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl) { @@ -116,6 +117,7 @@ public MicrosoftGraphCallRecordsGetDirectRoutingCallsWithFromDateTimeWithToDateT /// /// Invoke function getDirectRoutingCalls /// + /// 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/Communications/CallRecords/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime/GetPstnCallsWithFromDateTimeWithToDateTimeGetResponse.cs b/src/generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime/GetPstnCallsWithFromDateTimeWithToDateTimeGetResponse.cs index b4a063c58d..768cf55348 100644 --- a/src/generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime/GetPstnCallsWithFromDateTimeWithToDateTimeGetResponse.cs +++ b/src/generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime/GetPstnCallsWithFromDateTimeWithToDateTimeGetResponse.cs @@ -19,6 +19,7 @@ public class GetPstnCallsWithFromDateTimeWithToDateTimeGetResponse : BaseCollect /// /// 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 new GetPstnCallsWithFromDateTimeWithToDateTimeGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class GetPstnCallsWithFromDateTimeWithToDateTimeGetResponse : BaseCollect /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PstnCallLogRow.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.cs b/src/generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.cs index 7adf0420c2..006a6a88c8 100644 --- a/src/generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.cs +++ b/src/generated/Communications/CallRecords/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime/MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder.cs @@ -21,6 +21,7 @@ public class MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTime /// /// Invoke function getPstnCalls /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getPstnCalls"; @@ -102,13 +103,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/callRecords/microsoft.graph.callRecords.getPstnCalls(fromDateTime={fromDateTime},toDateTime={toDateTime}){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeRequestBuilder(string rawUrl) : base("{+baseurl}/communications/callRecords/microsoft.graph.callRecords.getPstnCalls(fromDateTime={fromDateTime},toDateTime={toDateTime}){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl) { @@ -116,6 +117,7 @@ public MicrosoftGraphCallRecordsGetPstnCallsWithFromDateTimeWithToDateTimeReques /// /// Invoke function getPstnCalls /// + /// 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/Communications/Calls/CallsRequestBuilder.cs b/src/generated/Communications/Calls/CallsRequestBuilder.cs index ab39dd89b8..7242283483 100644 --- a/src/generated/Communications/Calls/CallsRequestBuilder.cs +++ b/src/generated/Communications/Calls/CallsRequestBuilder.cs @@ -25,6 +25,7 @@ public class CallsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the calls property of the microsoft.graph.cloudCommunications entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -56,6 +57,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."; @@ -72,6 +74,7 @@ public Command BuildCountNavCommand() { /// Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0"; @@ -115,6 +118,7 @@ public Command BuildCreateCommand() { /// /// Retrieve the properties and relationships of a call object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the properties and relationships of a call object."; @@ -207,6 +211,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the logTeleconferenceDeviceQuality method. /// + /// A public Command BuildLogTeleconferenceDeviceQualityNavCommand() { var command = new Command("log-teleconference-device-quality"); command.Description = "Provides operations to call the logTeleconferenceDeviceQuality method."; @@ -220,13 +225,13 @@ public Command BuildLogTeleconferenceDeviceQualityNavCommand() { return command; } /// - /// Instantiates a new CallsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CallsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CallsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CallsRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -234,6 +239,7 @@ public CallsRequestBuilder(string rawUrl) : base("{+baseurl}/communications/call /// /// Retrieve the properties and relationships of a call 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 @@ -250,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below. /// + /// 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 @@ -260,7 +267,7 @@ public RequestInformation ToPostRequestInformation(Call 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}/communications/calls", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/Calls/Count/CountRequestBuilder.cs b/src/generated/Communications/Calls/Count/CountRequestBuilder.cs index a22dd4144a..72596ad526 100644 --- a/src/generated/Communications/Calls/Count/CountRequestBuilder.cs +++ b/src/generated/Communications/Calls/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}/communications/calls/$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}/communications/calls/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/communications/call /// /// 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/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewPostRequestBody.cs b/src/generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewPostRequestBody.cs index ae48cbd75d..9b1504c256 100644 --- a/src/generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewPostRequestBody.cs +++ b/src/generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewPostRequestBody.cs @@ -17,7 +17,7 @@ public class AddLargeGalleryViewPostRequestBody : IAdditionalDataHolder, IParsab public string ClientContext { get; set; } #endif /// - /// Instantiates a new addLargeGalleryViewPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddLargeGalleryViewPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AddLargeGalleryViewPostRequestBody() { /// /// 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 AddLargeGalleryViewPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static AddLargeGalleryViewPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"clientContext", n => { ClientContext = n.GetStringValue(); } }, diff --git a/src/generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.cs b/src/generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.cs index 98d993b522..61d84bec17 100644 --- a/src/generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddLargeGalleryViewRequestBuilder : BaseCliRequestBuilder { /// Add the large gallery view to a call. For details about how to identify a large gallery view participant in a roster so that you can retrieve the relevant data to subscribe to the video feed, see Identify large gallery view participants in a roster. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add the large gallery view to a call. For details about how to identify a large gallery view participant in a roster so that you can retrieve the relevant data to subscribe to the video feed, see Identify large gallery view participants in a roster.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddLargeGalleryViewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddLargeGalleryViewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/addLargeGalleryView", pathParameters) { } /// - /// Instantiates a new AddLargeGalleryViewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddLargeGalleryViewRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/addLargeGalleryView", rawUrl) { @@ -84,6 +85,7 @@ public AddLargeGalleryViewRequestBuilder(string rawUrl) : base("{+baseurl}/commu /// /// Add the large gallery view to a call. For details about how to identify a large gallery view participant in a roster so that you can retrieve the relevant data to subscribe to the video feed, see Identify large gallery view participants in a roster. /// + /// 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/Communications/Calls/Item/Answer/AnswerPostRequestBody.cs b/src/generated/Communications/Calls/Item/Answer/AnswerPostRequestBody.cs index 64cc9fa4d4..f60b672b45 100644 --- a/src/generated/Communications/Calls/Item/Answer/AnswerPostRequestBody.cs +++ b/src/generated/Communications/Calls/Item/Answer/AnswerPostRequestBody.cs @@ -44,7 +44,7 @@ public class AnswerPostRequestBody : IAdditionalDataHolder, IParsable { /// The participantCapacity property public int? ParticipantCapacity { get; set; } /// - /// Instantiates a new answerPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AnswerPostRequestBody() { AdditionalData = new Dictionary(); @@ -52,6 +52,7 @@ public AnswerPostRequestBody() { /// /// 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 AnswerPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -60,6 +61,7 @@ public static AnswerPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"acceptedModalities", n => { AcceptedModalities = n.GetCollectionOfEnumValues()?.ToList(); } }, diff --git a/src/generated/Communications/Calls/Item/Answer/AnswerRequestBuilder.cs b/src/generated/Communications/Calls/Item/Answer/AnswerRequestBuilder.cs index 6b4ce3f592..2571c1fa06 100644 --- a/src/generated/Communications/Calls/Item/Answer/AnswerRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/Answer/AnswerRequestBuilder.cs @@ -22,6 +22,7 @@ public class AnswerRequestBuilder : BaseCliRequestBuilder { /// Enable a bot to answer an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Enable a bot to answer an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AnswerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AnswerRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/answer", pathParameters) { } /// - /// Instantiates a new AnswerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AnswerRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/answer", rawUrl) { @@ -73,6 +74,7 @@ public AnswerRequestBuilder(string rawUrl) : base("{+baseurl}/communications/cal /// /// Enable a bot to answer an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios. /// + /// 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/Communications/Calls/Item/AudioRoutingGroups/AudioRoutingGroupsRequestBuilder.cs b/src/generated/Communications/Calls/Item/AudioRoutingGroups/AudioRoutingGroupsRequestBuilder.cs index c6af01ec5f..95cff41907 100644 --- a/src/generated/Communications/Calls/Item/AudioRoutingGroups/AudioRoutingGroupsRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/AudioRoutingGroups/AudioRoutingGroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AudioRoutingGroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the audioRoutingGroups property of the microsoft.graph.call entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AudioRoutingGroupItemRequestBuilder(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 audioRoutingGroup. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new audioRoutingGroup.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of audioRoutingGroup objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of audioRoutingGroup objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AudioRoutingGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AudioRoutingGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/audioRoutingGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AudioRoutingGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AudioRoutingGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/audioRoutingGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AudioRoutingGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/commun /// /// Retrieve a list of audioRoutingGroup objects. /// + /// 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 audioRoutingGroup. /// + /// 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(AudioRoutingGroup body, Actio public RequestInformation ToPostRequestInformation(AudioRoutingGroup 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}/communications/calls/{call%2Did}/audioRoutingGroups", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/Calls/Item/AudioRoutingGroups/Count/CountRequestBuilder.cs b/src/generated/Communications/Calls/Item/AudioRoutingGroups/Count/CountRequestBuilder.cs index 5c3871a940..ee0652cd8f 100644 --- a/src/generated/Communications/Calls/Item/AudioRoutingGroups/Count/CountRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/AudioRoutingGroups/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}/communications/calls/{call%2Did}/audioRoutingGroups/$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}/communications/calls/{call%2Did}/audioRoutingGroups/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/communications/call /// /// 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/Communications/Calls/Item/AudioRoutingGroups/Item/AudioRoutingGroupItemRequestBuilder.cs b/src/generated/Communications/Calls/Item/AudioRoutingGroups/Item/AudioRoutingGroupItemRequestBuilder.cs index 05cf8f30c3..9cf7713d59 100644 --- a/src/generated/Communications/Calls/Item/AudioRoutingGroups/Item/AudioRoutingGroupItemRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/AudioRoutingGroups/Item/AudioRoutingGroupItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AudioRoutingGroupItemRequestBuilder : BaseCliRequestBuilder { /// Delete the specified audioRoutingGroup. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete the specified audioRoutingGroup.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of an audioRoutingGroup object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of an audioRoutingGroup object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Modify sources and receivers of an audioRoutingGroup. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Modify sources and receivers of an audioRoutingGroup.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AudioRoutingGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AudioRoutingGroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/audioRoutingGroups/{audioRoutingGroup%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AudioRoutingGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AudioRoutingGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/audioRoutingGroups/{audioRoutingGroup%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public AudioRoutingGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/com /// /// Delete the specified audioRoutingGroup. /// + /// 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}/communications/calls/{call%2Did}/audioRoutingGroups/{audioRoutingGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of an audioRoutingGroup 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Modify sources and receivers of an audioRoutingGroup. /// + /// 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(AudioRoutingGroup body, Acti public RequestInformation ToPatchRequestInformation(AudioRoutingGroup 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}/communications/calls/{call%2Did}/audioRoutingGroups/{audioRoutingGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/Calls/Item/CallItemRequestBuilder.cs b/src/generated/Communications/Calls/Item/CallItemRequestBuilder.cs index 6c3492ed03..e4a82d80cc 100644 --- a/src/generated/Communications/Calls/Item/CallItemRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/CallItemRequestBuilder.cs @@ -41,6 +41,7 @@ public class CallItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the addLargeGalleryView method. /// + /// A public Command BuildAddLargeGalleryViewNavCommand() { var command = new Command("add-large-gallery-view"); command.Description = "Provides operations to call the addLargeGalleryView method."; @@ -56,6 +57,7 @@ public Command BuildAddLargeGalleryViewNavCommand() { /// /// Provides operations to call the answer method. /// + /// A public Command BuildAnswerNavCommand() { var command = new Command("answer"); command.Description = "Provides operations to call the answer method."; @@ -71,6 +73,7 @@ public Command BuildAnswerNavCommand() { /// /// Provides operations to manage the audioRoutingGroups property of the microsoft.graph.call entity. /// + /// A public Command BuildAudioRoutingGroupsNavCommand() { var command = new Command("audio-routing-groups"); command.Description = "Provides operations to manage the audioRoutingGroups property of the microsoft.graph.call entity."; @@ -96,6 +99,7 @@ public Command BuildAudioRoutingGroupsNavCommand() { /// /// Provides operations to call the cancelMediaProcessing method. /// + /// A public Command BuildCancelMediaProcessingNavCommand() { var command = new Command("cancel-media-processing"); command.Description = "Provides operations to call the cancelMediaProcessing method."; @@ -111,6 +115,7 @@ public Command BuildCancelMediaProcessingNavCommand() { /// /// Provides operations to call the changeScreenSharingRole method. /// + /// A public Command BuildChangeScreenSharingRoleNavCommand() { var command = new Command("change-screen-sharing-role"); command.Description = "Provides operations to call the changeScreenSharingRole method."; @@ -126,6 +131,7 @@ public Command BuildChangeScreenSharingRoleNavCommand() { /// /// Provides operations to manage the contentSharingSessions property of the microsoft.graph.call entity. /// + /// A public Command BuildContentSharingSessionsNavCommand() { var command = new Command("content-sharing-sessions"); command.Description = "Provides operations to manage the contentSharingSessions property of the microsoft.graph.call entity."; @@ -152,6 +158,7 @@ public Command BuildContentSharingSessionsNavCommand() { /// Delete or hang up an active call. For group calls, this will only delete your call leg and the underlying group call will still continue. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete or hang up an active call. For group calls, this will only delete your call leg and the underlying group call will still continue.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-1.0"; @@ -186,6 +193,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a call object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a call object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-get?view=graph-rest-1.0"; @@ -236,6 +244,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the keepAlive method. /// + /// A public Command BuildKeepAliveNavCommand() { var command = new Command("keep-alive"); command.Description = "Provides operations to call the keepAlive method."; @@ -251,6 +260,7 @@ public Command BuildKeepAliveNavCommand() { /// /// Provides operations to call the mute method. /// + /// A public Command BuildMuteNavCommand() { var command = new Command("mute"); command.Description = "Provides operations to call the mute method."; @@ -266,6 +276,7 @@ public Command BuildMuteNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.call entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.call entity."; @@ -291,6 +302,7 @@ public Command BuildOperationsNavCommand() { /// /// Provides operations to manage the participants property of the microsoft.graph.call entity. /// + /// A public Command BuildParticipantsNavCommand() { var command = new Command("participants"); command.Description = "Provides operations to manage the participants property of the microsoft.graph.call entity."; @@ -317,6 +329,7 @@ public Command BuildParticipantsNavCommand() { /// /// Update the navigation property calls in communications /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property calls in communications"; @@ -366,6 +379,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the playPrompt method. /// + /// A public Command BuildPlayPromptNavCommand() { var command = new Command("play-prompt"); command.Description = "Provides operations to call the playPrompt method."; @@ -381,6 +395,7 @@ public Command BuildPlayPromptNavCommand() { /// /// Provides operations to call the recordResponse method. /// + /// A public Command BuildRecordResponseNavCommand() { var command = new Command("record-response"); command.Description = "Provides operations to call the recordResponse method."; @@ -396,6 +411,7 @@ public Command BuildRecordResponseNavCommand() { /// /// Provides operations to call the redirect method. /// + /// A public Command BuildRedirectNavCommand() { var command = new Command("redirect"); command.Description = "Provides operations to call the redirect method."; @@ -411,6 +427,7 @@ public Command BuildRedirectNavCommand() { /// /// Provides operations to call the reject method. /// + /// A public Command BuildRejectNavCommand() { var command = new Command("reject"); command.Description = "Provides operations to call the reject method."; @@ -426,6 +443,7 @@ public Command BuildRejectNavCommand() { /// /// Provides operations to call the sendDtmfTones method. /// + /// A public Command BuildSendDtmfTonesNavCommand() { var command = new Command("send-dtmf-tones"); command.Description = "Provides operations to call the sendDtmfTones method."; @@ -441,6 +459,7 @@ public Command BuildSendDtmfTonesNavCommand() { /// /// Provides operations to call the subscribeToTone method. /// + /// A public Command BuildSubscribeToToneNavCommand() { var command = new Command("subscribe-to-tone"); command.Description = "Provides operations to call the subscribeToTone method."; @@ -456,6 +475,7 @@ public Command BuildSubscribeToToneNavCommand() { /// /// Provides operations to call the transfer method. /// + /// A public Command BuildTransferNavCommand() { var command = new Command("transfer"); command.Description = "Provides operations to call the transfer method."; @@ -471,6 +491,7 @@ public Command BuildTransferNavCommand() { /// /// Provides operations to call the unmute method. /// + /// A public Command BuildUnmuteNavCommand() { var command = new Command("unmute"); command.Description = "Provides operations to call the unmute method."; @@ -486,6 +507,7 @@ public Command BuildUnmuteNavCommand() { /// /// Provides operations to call the updateRecordingStatus method. /// + /// A public Command BuildUpdateRecordingStatusNavCommand() { var command = new Command("update-recording-status"); command.Description = "Provides operations to call the updateRecordingStatus method."; @@ -499,13 +521,13 @@ public Command BuildUpdateRecordingStatusNavCommand() { return command; } /// - /// Instantiates a new CallItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CallItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CallItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CallItemRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}{?%24expand,%24select}", rawUrl) { @@ -513,6 +535,7 @@ public CallItemRequestBuilder(string rawUrl) : base("{+baseurl}/communications/c /// /// Delete or hang up an active call. For group calls, this will only delete your call leg and the underlying group call will still continue. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -521,7 +544,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/communications/calls/{call%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -529,6 +552,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a call 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 @@ -545,6 +569,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property calls in communications /// + /// 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 @@ -555,7 +580,7 @@ public RequestInformation ToPatchRequestInformation(Call 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}/communications/calls/{call%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingPostRequestBody.cs b/src/generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingPostRequestBody.cs index 9a8e0ed052..5a03314464 100644 --- a/src/generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingPostRequestBody.cs +++ b/src/generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingPostRequestBody.cs @@ -17,7 +17,7 @@ public class CancelMediaProcessingPostRequestBody : IAdditionalDataHolder, IPars public string ClientContext { get; set; } #endif /// - /// Instantiates a new cancelMediaProcessingPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CancelMediaProcessingPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CancelMediaProcessingPostRequestBody() { /// /// 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 CancelMediaProcessingPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CancelMediaProcessingPostRequestBody CreateFromDiscriminatorValue( /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"clientContext", n => { ClientContext = n.GetStringValue(); } }, diff --git a/src/generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.cs b/src/generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.cs index ef31716fa6..32bc790b04 100644 --- a/src/generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.cs @@ -23,6 +23,7 @@ public class CancelMediaProcessingRequestBuilder : BaseCliRequestBuilder { /// Cancels processing for any in-progress media operations. Media operations refer to the IVR operations playPrompt and recordResponse, which are by default queued to process in order. The cancelMediaProcessing method cancels any operation that is in-process as well as operations that are queued. For example, this method can be used to clean up the IVR operation queue for a new media operation. However, it will not cancel a subscribeToTone operation because it operates independent of any operation queue. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Cancels processing for any in-progress media operations. Media operations refer to the IVR operations playPrompt and recordResponse, which are by default queued to process in order. The cancelMediaProcessing method cancels any operation that is in-process as well as operations that are queued. For example, this method can be used to clean up the IVR operation queue for a new media operation. However, it will not cancel a subscribeToTone operation because it operates independent of any operation queue.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CancelMediaProcessingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CancelMediaProcessingRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/cancelMediaProcessing", pathParameters) { } /// - /// Instantiates a new CancelMediaProcessingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CancelMediaProcessingRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/cancelMediaProcessing", rawUrl) { @@ -84,6 +85,7 @@ public CancelMediaProcessingRequestBuilder(string rawUrl) : base("{+baseurl}/com /// /// Cancels processing for any in-progress media operations. Media operations refer to the IVR operations playPrompt and recordResponse, which are by default queued to process in order. The cancelMediaProcessing method cancels any operation that is in-process as well as operations that are queued. For example, this method can be used to clean up the IVR operation queue for a new media operation. However, it will not cancel a subscribeToTone operation because it operates independent of any operation queue. /// + /// 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/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRolePostRequestBody.cs b/src/generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRolePostRequestBody.cs index 3c69d2861f..17e47d2e9b 100644 --- a/src/generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRolePostRequestBody.cs +++ b/src/generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRolePostRequestBody.cs @@ -12,7 +12,7 @@ public class ChangeScreenSharingRolePostRequestBody : IAdditionalDataHolder, IPa /// The role property public ScreenSharingRole? Role { get; set; } /// - /// Instantiates a new changeScreenSharingRolePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ChangeScreenSharingRolePostRequestBody() { AdditionalData = new Dictionary(); @@ -20,6 +20,7 @@ public ChangeScreenSharingRolePostRequestBody() { /// /// 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 ChangeScreenSharingRolePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public static ChangeScreenSharingRolePostRequestBody CreateFromDiscriminatorValu /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"role", n => { Role = n.GetEnumValue(); } }, diff --git a/src/generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.cs b/src/generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.cs index 22dee5bcff..842c6fb9c2 100644 --- a/src/generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.cs @@ -22,6 +22,7 @@ public class ChangeScreenSharingRoleRequestBuilder : BaseCliRequestBuilder { /// Allow applications to share screen content with the participants of a group call. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Allow applications to share screen content with the participants of a group call.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ChangeScreenSharingRoleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChangeScreenSharingRoleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/changeScreenSharingRole", pathParameters) { } /// - /// Instantiates a new ChangeScreenSharingRoleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChangeScreenSharingRoleRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/changeScreenSharingRole", rawUrl) { @@ -73,6 +74,7 @@ public ChangeScreenSharingRoleRequestBuilder(string rawUrl) : base("{+baseurl}/c /// /// Allow applications to share screen content with the participants of a group call. /// + /// 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/Communications/Calls/Item/ContentSharingSessions/ContentSharingSessionsRequestBuilder.cs b/src/generated/Communications/Calls/Item/ContentSharingSessions/ContentSharingSessionsRequestBuilder.cs index c86619c565..c7c63b84db 100644 --- a/src/generated/Communications/Calls/Item/ContentSharingSessions/ContentSharingSessionsRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/ContentSharingSessions/ContentSharingSessionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContentSharingSessionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the contentSharingSessions property of the microsoft.graph.call entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ContentSharingSessionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to contentSharingSessions for communications /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to contentSharingSessions for communications"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of contentSharingSession objects in a call. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of contentSharingSession objects in a call.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContentSharingSessionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentSharingSessionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/contentSharingSessions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentSharingSessionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentSharingSessionsRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/contentSharingSessions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public ContentSharingSessionsRequestBuilder(string rawUrl) : base("{+baseurl}/co /// /// Retrieve a list of contentSharingSession objects in a call. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to contentSharingSessions for communications /// + /// 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 @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(ContentSharingSession body, A public RequestInformation ToPostRequestInformation(ContentSharingSession 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}/communications/calls/{call%2Did}/contentSharingSessions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/Calls/Item/ContentSharingSessions/Count/CountRequestBuilder.cs b/src/generated/Communications/Calls/Item/ContentSharingSessions/Count/CountRequestBuilder.cs index 5ab5fdeb09..5f724dd589 100644 --- a/src/generated/Communications/Calls/Item/ContentSharingSessions/Count/CountRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/ContentSharingSessions/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}/communications/calls/{call%2Did}/contentSharingSessions/$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}/communications/calls/{call%2Did}/contentSharingSessions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/communications/call /// /// 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/Communications/Calls/Item/ContentSharingSessions/Item/ContentSharingSessionItemRequestBuilder.cs b/src/generated/Communications/Calls/Item/ContentSharingSessions/Item/ContentSharingSessionItemRequestBuilder.cs index 1e48b66f71..31844f7b10 100644 --- a/src/generated/Communications/Calls/Item/ContentSharingSessions/Item/ContentSharingSessionItemRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/ContentSharingSessions/Item/ContentSharingSessionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentSharingSessionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property contentSharingSessions for communications /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property contentSharingSessions for communications"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties of a contentSharingSession object in a call. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of a contentSharingSession object in a call.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-1.0"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property contentSharingSessions in communications /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property contentSharingSessions in communications"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ContentSharingSessionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentSharingSessionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/contentSharingSessions/{contentSharingSession%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ContentSharingSessionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentSharingSessionItemRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/contentSharingSessions/{contentSharingSession%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public ContentSharingSessionItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete navigation property contentSharingSessions for communications /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/communications/calls/{call%2Did}/contentSharingSessions/{contentSharingSession%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties of a contentSharingSession object in a call. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property contentSharingSessions in communications /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(ContentSharingSession body, public RequestInformation ToPatchRequestInformation(ContentSharingSession 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}/communications/calls/{call%2Did}/contentSharingSessions/{contentSharingSession%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/Calls/Item/KeepAlive/KeepAliveRequestBuilder.cs b/src/generated/Communications/Calls/Item/KeepAlive/KeepAliveRequestBuilder.cs index 9c9d5c5217..edf7421e08 100644 --- a/src/generated/Communications/Calls/Item/KeepAlive/KeepAliveRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/KeepAlive/KeepAliveRequestBuilder.cs @@ -22,6 +22,7 @@ public class KeepAliveRequestBuilder : BaseCliRequestBuilder { /// Make a request to this API every 15 to 45 minutes to ensure that an ongoing call remains active. A call that does not receive this request within 45 minutes is considered inactive and will subsequently end. At least one successful request must be made within 45 minutes of the previous request, or the start of the call. We recommend that you send a request in shorter time intervals (every 15 minutes). Make sure that these requests are successful to prevent the call from timing out and ending. Attempting to send a request to a call that has already ended will result in a 404 Not-Found error. The resources related to the call should be cleaned up on the application side. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Make a request to this API every 15 to 45 minutes to ensure that an ongoing call remains active. A call that does not receive this request within 45 minutes is considered inactive and will subsequently end. At least one successful request must be made within 45 minutes of the previous request, or the start of the call. We recommend that you send a request in shorter time intervals (every 15 minutes). Make sure that these requests are successful to prevent the call from timing out and ending. Attempting to send a request to a call that has already ended will result in a 404 Not-Found error. The resources related to the call should be cleaned up on the application side.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new KeepAliveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public KeepAliveRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/keepAlive", pathParameters) { } /// - /// Instantiates a new KeepAliveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public KeepAliveRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/keepAlive", rawUrl) { @@ -60,6 +61,7 @@ public KeepAliveRequestBuilder(string rawUrl) : base("{+baseurl}/communications/ /// /// Make a request to this API every 15 to 45 minutes to ensure that an ongoing call remains active. A call that does not receive this request within 45 minutes is considered inactive and will subsequently end. At least one successful request must be made within 45 minutes of the previous request, or the start of the call. We recommend that you send a request in shorter time intervals (every 15 minutes). Make sure that these requests are successful to prevent the call from timing out and ending. Attempting to send a request to a call that has already ended will result in a 404 Not-Found error. The resources related to the call should be cleaned up on the application side. /// + /// 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/Communications/Calls/Item/Mute/MutePostRequestBody.cs b/src/generated/Communications/Calls/Item/Mute/MutePostRequestBody.cs index 566696663f..321488179c 100644 --- a/src/generated/Communications/Calls/Item/Mute/MutePostRequestBody.cs +++ b/src/generated/Communications/Calls/Item/Mute/MutePostRequestBody.cs @@ -17,7 +17,7 @@ public class MutePostRequestBody : IAdditionalDataHolder, IParsable { public string ClientContext { get; set; } #endif /// - /// Instantiates a new mutePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public MutePostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public MutePostRequestBody() { /// /// 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 MutePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static MutePostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"clientContext", n => { ClientContext = n.GetStringValue(); } }, diff --git a/src/generated/Communications/Calls/Item/Mute/MuteRequestBuilder.cs b/src/generated/Communications/Calls/Item/Mute/MuteRequestBuilder.cs index 1cd4083f28..f10a915bcf 100644 --- a/src/generated/Communications/Calls/Item/Mute/MuteRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/Mute/MuteRequestBuilder.cs @@ -23,6 +23,7 @@ public class MuteRequestBuilder : BaseCliRequestBuilder { /// Allows the application to mute itself. This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. For more details about how to handle mute operations, see muteParticipantOperation /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Allows the application to mute itself. This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. For more details about how to handle mute operations, see muteParticipantOperation\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MuteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MuteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/mute", pathParameters) { } /// - /// Instantiates a new MuteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MuteRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/mute", rawUrl) { @@ -84,6 +85,7 @@ public MuteRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls /// /// Allows the application to mute itself. This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. For more details about how to handle mute operations, see muteParticipantOperation /// + /// 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/Communications/Calls/Item/Operations/Count/CountRequestBuilder.cs b/src/generated/Communications/Calls/Item/Operations/Count/CountRequestBuilder.cs index b82a361f04..e38ee9f59c 100644 --- a/src/generated/Communications/Calls/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/Operations/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}/communications/calls/{call%2Did}/operations/$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}/communications/calls/{call%2Did}/operations/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/communications/call /// /// 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/Communications/Calls/Item/Operations/Item/CommsOperationItemRequestBuilder.cs b/src/generated/Communications/Calls/Item/Operations/Item/CommsOperationItemRequestBuilder.cs index 44eb1de71c..bc6c41e5f1 100644 --- a/src/generated/Communications/Calls/Item/Operations/Item/CommsOperationItemRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/Operations/Item/CommsOperationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class CommsOperationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property operations for communications /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property operations for communications"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Get the status of an operation that adds the large gallery view to a call. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the status of an operation that adds the large gallery view to a call.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property operations in communications /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property operations in communications"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new CommsOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CommsOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/operations/{commsOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CommsOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CommsOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/operations/{commsOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public CommsOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/commun /// /// Delete navigation property operations for communications /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/communications/calls/{call%2Did}/operations/{commsOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the status of an operation that adds the large gallery view to a call. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property operations in communications /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(CommsOperation body, Action< public RequestInformation ToPatchRequestInformation(CommsOperation 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}/communications/calls/{call%2Did}/operations/{commsOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/Calls/Item/Operations/OperationsRequestBuilder.cs b/src/generated/Communications/Calls/Item/Operations/OperationsRequestBuilder.cs index d5c45b0733..f72b27abe6 100644 --- a/src/generated/Communications/Calls/Item/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/Operations/OperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the operations property of the microsoft.graph.call entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new CommsOperationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to operations for communications /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to operations for communications"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Get the status of an operation that adds the large gallery view to a call. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the status of an operation that adds the large gallery view to a call."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/communications /// /// Get the status of an operation that adds the large gallery view to a call. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for communications /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(CommsOperation 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}/communications/calls/{call%2Did}/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/Calls/Item/Participants/Count/CountRequestBuilder.cs b/src/generated/Communications/Calls/Item/Participants/Count/CountRequestBuilder.cs index 21e826f27f..613d3bba05 100644 --- a/src/generated/Communications/Calls/Item/Participants/Count/CountRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/Participants/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}/communications/calls/{call%2Did}/participants/$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}/communications/calls/{call%2Did}/participants/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/communications/call /// /// 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/Communications/Calls/Item/Participants/Invite/InvitePostRequestBody.cs b/src/generated/Communications/Calls/Item/Participants/Invite/InvitePostRequestBody.cs index ec0c78ded8..549957bb8f 100644 --- a/src/generated/Communications/Calls/Item/Participants/Invite/InvitePostRequestBody.cs +++ b/src/generated/Communications/Calls/Item/Participants/Invite/InvitePostRequestBody.cs @@ -26,7 +26,7 @@ public class InvitePostRequestBody : IAdditionalDataHolder, IParsable { public List Participants { get; set; } #endif /// - /// Instantiates a new invitePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public InvitePostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public InvitePostRequestBody() { /// /// 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 InvitePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static InvitePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"clientContext", n => { ClientContext = n.GetStringValue(); } }, diff --git a/src/generated/Communications/Calls/Item/Participants/Invite/InviteRequestBuilder.cs b/src/generated/Communications/Calls/Item/Participants/Invite/InviteRequestBuilder.cs index 52c9bdd789..37bb981cbf 100644 --- a/src/generated/Communications/Calls/Item/Participants/Invite/InviteRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/Participants/Invite/InviteRequestBuilder.cs @@ -23,6 +23,7 @@ public class InviteRequestBuilder : BaseCliRequestBuilder { /// Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new InviteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InviteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/participants/invite", pathParameters) { } /// - /// Instantiates a new InviteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InviteRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/participants/invite", rawUrl) { @@ -84,6 +85,7 @@ public InviteRequestBuilder(string rawUrl) : base("{+baseurl}/communications/cal /// /// Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. /// + /// 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/Communications/Calls/Item/Participants/Item/Mute/MutePostRequestBody.cs b/src/generated/Communications/Calls/Item/Participants/Item/Mute/MutePostRequestBody.cs index 57278a8b50..421019b2bf 100644 --- a/src/generated/Communications/Calls/Item/Participants/Item/Mute/MutePostRequestBody.cs +++ b/src/generated/Communications/Calls/Item/Participants/Item/Mute/MutePostRequestBody.cs @@ -17,7 +17,7 @@ public class MutePostRequestBody : IAdditionalDataHolder, IParsable { public string ClientContext { get; set; } #endif /// - /// Instantiates a new mutePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public MutePostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public MutePostRequestBody() { /// /// 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 MutePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static MutePostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"clientContext", n => { ClientContext = n.GetStringValue(); } }, diff --git a/src/generated/Communications/Calls/Item/Participants/Item/Mute/MuteRequestBuilder.cs b/src/generated/Communications/Calls/Item/Participants/Item/Mute/MuteRequestBuilder.cs index 35f99ac92a..4a9d67004a 100644 --- a/src/generated/Communications/Calls/Item/Participants/Item/Mute/MuteRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/Participants/Item/Mute/MuteRequestBuilder.cs @@ -23,6 +23,7 @@ public class MuteRequestBuilder : BaseCliRequestBuilder { /// Mute a specific participant in the call. This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. For more information about how to handle mute operations, see muteParticipantOperation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Mute a specific participant in the call. This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. For more information about how to handle mute operations, see muteParticipantOperation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MuteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MuteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/participants/{participant%2Did}/mute", pathParameters) { } /// - /// Instantiates a new MuteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MuteRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/participants/{participant%2Did}/mute", rawUrl) { @@ -90,6 +91,7 @@ public MuteRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls /// /// Mute a specific participant in the call. This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. For more information about how to handle mute operations, see muteParticipantOperation. /// + /// 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/Communications/Calls/Item/Participants/Item/ParticipantItemRequestBuilder.cs b/src/generated/Communications/Calls/Item/Participants/Item/ParticipantItemRequestBuilder.cs index 2218147ee2..5cea498c00 100644 --- a/src/generated/Communications/Calls/Item/Participants/Item/ParticipantItemRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/Participants/Item/ParticipantItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class ParticipantItemRequestBuilder : BaseCliRequestBuilder { /// Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0"; @@ -66,6 +67,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a participant object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a participant object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-1.0"; @@ -122,6 +124,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the mute method. /// + /// A public Command BuildMuteNavCommand() { var command = new Command("mute"); command.Description = "Provides operations to call the mute method."; @@ -137,6 +140,7 @@ public Command BuildMuteNavCommand() { /// /// Update the navigation property participants in communications /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property participants in communications"; @@ -192,6 +196,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the startHoldMusic method. /// + /// A public Command BuildStartHoldMusicNavCommand() { var command = new Command("start-hold-music"); command.Description = "Provides operations to call the startHoldMusic method."; @@ -207,6 +212,7 @@ public Command BuildStartHoldMusicNavCommand() { /// /// Provides operations to call the stopHoldMusic method. /// + /// A public Command BuildStopHoldMusicNavCommand() { var command = new Command("stop-hold-music"); command.Description = "Provides operations to call the stopHoldMusic method."; @@ -220,13 +226,13 @@ public Command BuildStopHoldMusicNavCommand() { return command; } /// - /// Instantiates a new ParticipantItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParticipantItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/participants/{participant%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParticipantItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParticipantItemRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/participants/{participant%2Did}{?%24expand,%24select}", rawUrl) { @@ -234,6 +240,7 @@ public ParticipantItemRequestBuilder(string rawUrl) : base("{+baseurl}/communica /// /// Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. /// + /// 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,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/communications/calls/{call%2Did}/participants/{participant%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a participant 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 @@ -266,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property participants in communications /// + /// 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 @@ -276,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(Participant 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}/communications/calls/{call%2Did}/participants/{participant%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicPostRequestBody.cs b/src/generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicPostRequestBody.cs index 11bbc316d1..7911f33fc7 100644 --- a/src/generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicPostRequestBody.cs +++ b/src/generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicPostRequestBody.cs @@ -26,7 +26,7 @@ public class StartHoldMusicPostRequestBody : IAdditionalDataHolder, IParsable { public Prompt CustomPrompt { get; set; } #endif /// - /// Instantiates a new startHoldMusicPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public StartHoldMusicPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public StartHoldMusicPostRequestBody() { /// /// 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 StartHoldMusicPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static StartHoldMusicPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"clientContext", n => { ClientContext = n.GetStringValue(); } }, diff --git a/src/generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicRequestBuilder.cs b/src/generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicRequestBuilder.cs index 08d4c7627c..335641e1ce 100644 --- a/src/generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicRequestBuilder.cs @@ -23,6 +23,7 @@ public class StartHoldMusicRequestBuilder : BaseCliRequestBuilder { /// Put a participant on hold and play music in the background. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Put a participant on hold and play music in the background.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new StartHoldMusicRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public StartHoldMusicRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/participants/{participant%2Did}/startHoldMusic", pathParameters) { } /// - /// Instantiates a new StartHoldMusicRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public StartHoldMusicRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/participants/{participant%2Did}/startHoldMusic", rawUrl) { @@ -90,6 +91,7 @@ public StartHoldMusicRequestBuilder(string rawUrl) : base("{+baseurl}/communicat /// /// Put a participant on hold and play music in the background. /// + /// 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/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicPostRequestBody.cs b/src/generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicPostRequestBody.cs index d3f2168fba..7b08a65f8e 100644 --- a/src/generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicPostRequestBody.cs +++ b/src/generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicPostRequestBody.cs @@ -17,7 +17,7 @@ public class StopHoldMusicPostRequestBody : IAdditionalDataHolder, IParsable { public string ClientContext { get; set; } #endif /// - /// Instantiates a new stopHoldMusicPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public StopHoldMusicPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public StopHoldMusicPostRequestBody() { /// /// 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 StopHoldMusicPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static StopHoldMusicPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"clientContext", n => { ClientContext = n.GetStringValue(); } }, diff --git a/src/generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicRequestBuilder.cs b/src/generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicRequestBuilder.cs index 84246df05a..b8e51e09e5 100644 --- a/src/generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicRequestBuilder.cs @@ -23,6 +23,7 @@ public class StopHoldMusicRequestBuilder : BaseCliRequestBuilder { /// Reincorporate a participant previously put on hold to the call. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reincorporate a participant previously put on hold to the call.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new StopHoldMusicRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public StopHoldMusicRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/participants/{participant%2Did}/stopHoldMusic", pathParameters) { } /// - /// Instantiates a new StopHoldMusicRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public StopHoldMusicRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/participants/{participant%2Did}/stopHoldMusic", rawUrl) { @@ -90,6 +91,7 @@ public StopHoldMusicRequestBuilder(string rawUrl) : base("{+baseurl}/communicati /// /// Reincorporate a participant previously put on hold to the call. /// + /// 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/Communications/Calls/Item/Participants/ParticipantsRequestBuilder.cs b/src/generated/Communications/Calls/Item/Participants/ParticipantsRequestBuilder.cs index c3e5a7e768..0912ccc7bc 100644 --- a/src/generated/Communications/Calls/Item/Participants/ParticipantsRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/Participants/ParticipantsRequestBuilder.cs @@ -25,6 +25,7 @@ public class ParticipantsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the participants property of the microsoft.graph.call entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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 new navigation property to participants for communications /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to participants for communications"; @@ -104,6 +107,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the invite method. /// + /// A public Command BuildInviteNavCommand() { var command = new Command("invite"); command.Description = "Provides operations to call the invite method."; @@ -120,6 +124,7 @@ public Command BuildInviteNavCommand() { /// Retrieve a list of participant objects in the call. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of participant objects in the call.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0"; @@ -216,13 +221,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ParticipantsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParticipantsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/participants{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ParticipantsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParticipantsRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/participants{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -230,6 +235,7 @@ public ParticipantsRequestBuilder(string rawUrl) : base("{+baseurl}/communicatio /// /// Retrieve a list of participant objects in the call. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,6 +252,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to participants for communications /// + /// 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 @@ -256,7 +263,7 @@ public RequestInformation ToPostRequestInformation(Participant 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}/communications/calls/{call%2Did}/participants", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/Calls/Item/PlayPrompt/PlayPromptPostRequestBody.cs b/src/generated/Communications/Calls/Item/PlayPrompt/PlayPromptPostRequestBody.cs index e5b1a85892..eefb88a29a 100644 --- a/src/generated/Communications/Calls/Item/PlayPrompt/PlayPromptPostRequestBody.cs +++ b/src/generated/Communications/Calls/Item/PlayPrompt/PlayPromptPostRequestBody.cs @@ -26,7 +26,7 @@ public class PlayPromptPostRequestBody : IAdditionalDataHolder, IParsable { public List Prompts { get; set; } #endif /// - /// Instantiates a new playPromptPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public PlayPromptPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public PlayPromptPostRequestBody() { /// /// 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 PlayPromptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static PlayPromptPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"clientContext", n => { ClientContext = n.GetStringValue(); } }, diff --git a/src/generated/Communications/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.cs b/src/generated/Communications/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.cs index 9f3bcfa9cb..c7d6a45f80 100644 --- a/src/generated/Communications/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.cs @@ -23,6 +23,7 @@ public class PlayPromptRequestBuilder : BaseCliRequestBuilder { /// Play a prompt in the call. For more information about how to handle operations, see commsOperation /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Play a prompt in the call. For more information about how to handle operations, see commsOperation\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PlayPromptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PlayPromptRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/playPrompt", pathParameters) { } /// - /// Instantiates a new PlayPromptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PlayPromptRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/playPrompt", rawUrl) { @@ -84,6 +85,7 @@ public PlayPromptRequestBuilder(string rawUrl) : base("{+baseurl}/communications /// /// Play a prompt in the call. For more information about how to handle operations, see commsOperation /// + /// 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/Communications/Calls/Item/RecordResponse/RecordResponsePostRequestBody.cs b/src/generated/Communications/Calls/Item/RecordResponse/RecordResponsePostRequestBody.cs index ee30533ef7..7db1aa2e70 100644 --- a/src/generated/Communications/Calls/Item/RecordResponse/RecordResponsePostRequestBody.cs +++ b/src/generated/Communications/Calls/Item/RecordResponse/RecordResponsePostRequestBody.cs @@ -44,7 +44,7 @@ public class RecordResponsePostRequestBody : IAdditionalDataHolder, IParsable { public List StopTones { get; set; } #endif /// - /// Instantiates a new recordResponsePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RecordResponsePostRequestBody() { AdditionalData = new Dictionary(); @@ -52,6 +52,7 @@ public RecordResponsePostRequestBody() { /// /// 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 RecordResponsePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -60,6 +61,7 @@ public static RecordResponsePostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"bargeInAllowed", n => { BargeInAllowed = n.GetBoolValue(); } }, diff --git a/src/generated/Communications/Calls/Item/RecordResponse/RecordResponseRequestBuilder.cs b/src/generated/Communications/Calls/Item/RecordResponse/RecordResponseRequestBuilder.cs index 010911b1a8..2a3a6c78c8 100644 --- a/src/generated/Communications/Calls/Item/RecordResponse/RecordResponseRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/RecordResponse/RecordResponseRequestBuilder.cs @@ -23,6 +23,7 @@ public class RecordResponseRequestBuilder : BaseCliRequestBuilder { /// Records a short audio response from the caller.A bot can utilize this to capture a voice response from a caller after they are prompted for a response. For further information on how to handle operations, please review commsOperation This action is not intended to record the entire call. The maximum length of recording is 2 minutes. The recording is not saved permanently by the Cloud Communications Platform and is discarded shortly after the call ends. The bot must download the recording promptly after the recording operation finishes by using the recordingLocation value that's given in the completed notification. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Records a short audio response from the caller.A bot can utilize this to capture a voice response from a caller after they are prompted for a response. For further information on how to handle operations, please review commsOperation This action is not intended to record the entire call. The maximum length of recording is 2 minutes. The recording is not saved permanently by the Cloud Communications Platform and is discarded shortly after the call ends. The bot must download the recording promptly after the recording operation finishes by using the recordingLocation value that's given in the completed notification.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RecordResponseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RecordResponseRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/recordResponse", pathParameters) { } /// - /// Instantiates a new RecordResponseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RecordResponseRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/recordResponse", rawUrl) { @@ -84,6 +85,7 @@ public RecordResponseRequestBuilder(string rawUrl) : base("{+baseurl}/communicat /// /// Records a short audio response from the caller.A bot can utilize this to capture a voice response from a caller after they are prompted for a response. For further information on how to handle operations, please review commsOperation This action is not intended to record the entire call. The maximum length of recording is 2 minutes. The recording is not saved permanently by the Cloud Communications Platform and is discarded shortly after the call ends. The bot must download the recording promptly after the recording operation finishes by using the recordingLocation value that's given in the completed notification. /// + /// 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/Communications/Calls/Item/Redirect/RedirectPostRequestBody.cs b/src/generated/Communications/Calls/Item/Redirect/RedirectPostRequestBody.cs index a91b0dcfdb..8d2e45525a 100644 --- a/src/generated/Communications/Calls/Item/Redirect/RedirectPostRequestBody.cs +++ b/src/generated/Communications/Calls/Item/Redirect/RedirectPostRequestBody.cs @@ -28,7 +28,7 @@ public class RedirectPostRequestBody : IAdditionalDataHolder, IParsable { /// The timeout property public int? Timeout { get; set; } /// - /// Instantiates a new redirectPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RedirectPostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public RedirectPostRequestBody() { /// /// 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 RedirectPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static RedirectPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"callbackUri", n => { CallbackUri = n.GetStringValue(); } }, diff --git a/src/generated/Communications/Calls/Item/Redirect/RedirectRequestBuilder.cs b/src/generated/Communications/Calls/Item/Redirect/RedirectRequestBuilder.cs index 488098d2fd..5777084e5d 100644 --- a/src/generated/Communications/Calls/Item/Redirect/RedirectRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/Redirect/RedirectRequestBuilder.cs @@ -22,6 +22,7 @@ public class RedirectRequestBuilder : BaseCliRequestBuilder { /// Redirect an incoming call that hasn't been answered or rejected yet. The terms 'redirecting' and 'forwarding' a call are used interchangeably. The bot is expected to redirect the call before the call times out. The current timeout value is 15 seconds. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Redirect an incoming call that hasn't been answered or rejected yet. The terms 'redirecting' and 'forwarding' a call are used interchangeably. The bot is expected to redirect the call before the call times out. The current timeout value is 15 seconds.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RedirectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RedirectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/redirect", pathParameters) { } /// - /// Instantiates a new RedirectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RedirectRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/redirect", rawUrl) { @@ -73,6 +74,7 @@ public RedirectRequestBuilder(string rawUrl) : base("{+baseurl}/communications/c /// /// Redirect an incoming call that hasn't been answered or rejected yet. The terms 'redirecting' and 'forwarding' a call are used interchangeably. The bot is expected to redirect the call before the call times out. The current timeout value is 15 seconds. /// + /// 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/Communications/Calls/Item/Reject/RejectPostRequestBody.cs b/src/generated/Communications/Calls/Item/Reject/RejectPostRequestBody.cs index 583059616e..27648fb810 100644 --- a/src/generated/Communications/Calls/Item/Reject/RejectPostRequestBody.cs +++ b/src/generated/Communications/Calls/Item/Reject/RejectPostRequestBody.cs @@ -20,7 +20,7 @@ public class RejectPostRequestBody : IAdditionalDataHolder, IParsable { /// The reason property public RejectReason? Reason { get; set; } /// - /// Instantiates a new rejectPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RejectPostRequestBody() { AdditionalData = new Dictionary(); @@ -28,6 +28,7 @@ public RejectPostRequestBody() { /// /// 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 RejectPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -36,6 +37,7 @@ public static RejectPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"callbackUri", n => { CallbackUri = n.GetStringValue(); } }, diff --git a/src/generated/Communications/Calls/Item/Reject/RejectRequestBuilder.cs b/src/generated/Communications/Calls/Item/Reject/RejectRequestBuilder.cs index e974628423..96ee499d6e 100644 --- a/src/generated/Communications/Calls/Item/Reject/RejectRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/Reject/RejectRequestBuilder.cs @@ -22,6 +22,7 @@ public class RejectRequestBuilder : BaseCliRequestBuilder { /// Enable a bot to reject an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer or reject the call before the call times out. The current timeout value is 15 seconds. This API does not end existing calls that have already been answered. Use delete call to end a call. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Enable a bot to reject an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer or reject the call before the call times out. The current timeout value is 15 seconds. This API does not end existing calls that have already been answered. Use delete call to end a call.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RejectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RejectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/reject", pathParameters) { } /// - /// Instantiates a new RejectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RejectRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/reject", rawUrl) { @@ -73,6 +74,7 @@ public RejectRequestBuilder(string rawUrl) : base("{+baseurl}/communications/cal /// /// Enable a bot to reject an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer or reject the call before the call times out. The current timeout value is 15 seconds. This API does not end existing calls that have already been answered. Use delete call to end a call. /// + /// 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/Communications/Calls/Item/SendDtmfTones/SendDtmfTonesPostRequestBody.cs b/src/generated/Communications/Calls/Item/SendDtmfTones/SendDtmfTonesPostRequestBody.cs index 7fa6f50316..8fa28ae6ff 100644 --- a/src/generated/Communications/Calls/Item/SendDtmfTones/SendDtmfTonesPostRequestBody.cs +++ b/src/generated/Communications/Calls/Item/SendDtmfTones/SendDtmfTonesPostRequestBody.cs @@ -28,7 +28,7 @@ public class SendDtmfTonesPostRequestBody : IAdditionalDataHolder, IParsable { public List Tones { get; set; } #endif /// - /// Instantiates a new sendDtmfTonesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SendDtmfTonesPostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public SendDtmfTonesPostRequestBody() { /// /// 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 SendDtmfTonesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static SendDtmfTonesPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"clientContext", n => { ClientContext = n.GetStringValue(); } }, diff --git a/src/generated/Communications/Calls/Item/SendDtmfTones/SendDtmfTonesRequestBuilder.cs b/src/generated/Communications/Calls/Item/SendDtmfTones/SendDtmfTonesRequestBuilder.cs index 1f225fe4a0..7d5f8b81d4 100644 --- a/src/generated/Communications/Calls/Item/SendDtmfTones/SendDtmfTonesRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/SendDtmfTones/SendDtmfTonesRequestBuilder.cs @@ -22,6 +22,7 @@ public class SendDtmfTonesRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action sendDtmfTones /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action sendDtmfTones"; @@ -69,13 +70,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SendDtmfTonesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SendDtmfTonesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/sendDtmfTones", pathParameters) { } /// - /// Instantiates a new SendDtmfTonesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SendDtmfTonesRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/sendDtmfTones", rawUrl) { @@ -83,6 +84,7 @@ public SendDtmfTonesRequestBuilder(string rawUrl) : base("{+baseurl}/communicati /// /// Invoke action sendDtmfTones /// + /// 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/Communications/Calls/Item/SubscribeToTone/SubscribeToTonePostRequestBody.cs b/src/generated/Communications/Calls/Item/SubscribeToTone/SubscribeToTonePostRequestBody.cs index bc2af1a735..d4f4957e73 100644 --- a/src/generated/Communications/Calls/Item/SubscribeToTone/SubscribeToTonePostRequestBody.cs +++ b/src/generated/Communications/Calls/Item/SubscribeToTone/SubscribeToTonePostRequestBody.cs @@ -17,7 +17,7 @@ public class SubscribeToTonePostRequestBody : IAdditionalDataHolder, IParsable { public string ClientContext { get; set; } #endif /// - /// Instantiates a new subscribeToTonePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SubscribeToTonePostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public SubscribeToTonePostRequestBody() { /// /// 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 SubscribeToTonePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static SubscribeToTonePostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"clientContext", n => { ClientContext = n.GetStringValue(); } }, diff --git a/src/generated/Communications/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.cs b/src/generated/Communications/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.cs index 57c8622125..28c2330fa2 100644 --- a/src/generated/Communications/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.cs @@ -23,6 +23,7 @@ public class SubscribeToToneRequestBuilder : BaseCliRequestBuilder { /// Subscribe to DTMF (dual-tone multi-frequency signaling) which allows you to be notified when the user presses keys on a 'dialpad'. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Subscribe to DTMF (dual-tone multi-frequency signaling) which allows you to be notified when the user presses keys on a 'dialpad'.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SubscribeToToneRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubscribeToToneRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/subscribeToTone", pathParameters) { } /// - /// Instantiates a new SubscribeToToneRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubscribeToToneRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/subscribeToTone", rawUrl) { @@ -84,6 +85,7 @@ public SubscribeToToneRequestBuilder(string rawUrl) : base("{+baseurl}/communica /// /// Subscribe to DTMF (dual-tone multi-frequency signaling) which allows you to be notified when the user presses keys on a 'dialpad'. /// + /// 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/Communications/Calls/Item/Transfer/TransferPostRequestBody.cs b/src/generated/Communications/Calls/Item/Transfer/TransferPostRequestBody.cs index 4d092f9ac0..853cd0635d 100644 --- a/src/generated/Communications/Calls/Item/Transfer/TransferPostRequestBody.cs +++ b/src/generated/Communications/Calls/Item/Transfer/TransferPostRequestBody.cs @@ -26,7 +26,7 @@ public class TransferPostRequestBody : IAdditionalDataHolder, IParsable { public InvitationParticipantInfo TransferTarget { get; set; } #endif /// - /// Instantiates a new transferPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TransferPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public TransferPostRequestBody() { /// /// 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 TransferPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static TransferPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"transferTarget", n => { TransferTarget = n.GetObjectValue(InvitationParticipantInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Communications/Calls/Item/Transfer/TransferRequestBuilder.cs b/src/generated/Communications/Calls/Item/Transfer/TransferRequestBuilder.cs index da0d30296b..4494527883 100644 --- a/src/generated/Communications/Calls/Item/Transfer/TransferRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/Transfer/TransferRequestBuilder.cs @@ -22,6 +22,7 @@ public class TransferRequestBuilder : BaseCliRequestBuilder { /// Transfer an active peer-to-peer call or group call. A consultative transfer means that the transferor can inform the person they want to transfer the call to (the transferee), before the transfer is made. This is opposed to transfering the call directly. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Transfer an active peer-to-peer call or group call. A consultative transfer means that the transferor can inform the person they want to transfer the call to (the transferee), before the transfer is made. This is opposed to transfering the call directly.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TransferRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TransferRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/transfer", pathParameters) { } /// - /// Instantiates a new TransferRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TransferRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/transfer", rawUrl) { @@ -73,6 +74,7 @@ public TransferRequestBuilder(string rawUrl) : base("{+baseurl}/communications/c /// /// Transfer an active peer-to-peer call or group call. A consultative transfer means that the transferor can inform the person they want to transfer the call to (the transferee), before the transfer is made. This is opposed to transfering the call directly. /// + /// 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/Communications/Calls/Item/Unmute/UnmutePostRequestBody.cs b/src/generated/Communications/Calls/Item/Unmute/UnmutePostRequestBody.cs index 077c5ce086..9ad8a96151 100644 --- a/src/generated/Communications/Calls/Item/Unmute/UnmutePostRequestBody.cs +++ b/src/generated/Communications/Calls/Item/Unmute/UnmutePostRequestBody.cs @@ -17,7 +17,7 @@ public class UnmutePostRequestBody : IAdditionalDataHolder, IParsable { public string ClientContext { get; set; } #endif /// - /// Instantiates a new unmutePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UnmutePostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public UnmutePostRequestBody() { /// /// 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 UnmutePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static UnmutePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"clientContext", n => { ClientContext = n.GetStringValue(); } }, diff --git a/src/generated/Communications/Calls/Item/Unmute/UnmuteRequestBuilder.cs b/src/generated/Communications/Calls/Item/Unmute/UnmuteRequestBuilder.cs index 5c2d25710e..a202cb16d0 100644 --- a/src/generated/Communications/Calls/Item/Unmute/UnmuteRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/Unmute/UnmuteRequestBuilder.cs @@ -23,6 +23,7 @@ public class UnmuteRequestBuilder : BaseCliRequestBuilder { /// Allow the application to unmute itself. This is a server unmute, meaning that the server will start sending audio packets for this participant to other participants again. For more information about how to handle unmute operations, see unmuteParticipantOperation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Allow the application to unmute itself. This is a server unmute, meaning that the server will start sending audio packets for this participant to other participants again. For more information about how to handle unmute operations, see unmuteParticipantOperation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnmuteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnmuteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/unmute", pathParameters) { } /// - /// Instantiates a new UnmuteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnmuteRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/unmute", rawUrl) { @@ -84,6 +85,7 @@ public UnmuteRequestBuilder(string rawUrl) : base("{+baseurl}/communications/cal /// /// Allow the application to unmute itself. This is a server unmute, meaning that the server will start sending audio packets for this participant to other participants again. For more information about how to handle unmute operations, see unmuteParticipantOperation. /// + /// 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/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusPostRequestBody.cs b/src/generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusPostRequestBody.cs index 86e7e09f29..9ebd63102e 100644 --- a/src/generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusPostRequestBody.cs +++ b/src/generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusPostRequestBody.cs @@ -20,7 +20,7 @@ public class UpdateRecordingStatusPostRequestBody : IAdditionalDataHolder, IPars /// The status property public RecordingStatus? Status { get; set; } /// - /// Instantiates a new updateRecordingStatusPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UpdateRecordingStatusPostRequestBody() { AdditionalData = new Dictionary(); @@ -28,6 +28,7 @@ public UpdateRecordingStatusPostRequestBody() { /// /// 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 UpdateRecordingStatusPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -36,6 +37,7 @@ public static UpdateRecordingStatusPostRequestBody CreateFromDiscriminatorValue( /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"clientContext", n => { ClientContext = n.GetStringValue(); } }, diff --git a/src/generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.cs b/src/generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.cs index 385ea4c312..ec64fc982d 100644 --- a/src/generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.cs +++ b/src/generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.cs @@ -23,6 +23,7 @@ public class UpdateRecordingStatusRequestBuilder : BaseCliRequestBuilder { /// Update the application's recording status associated with a call. This requires the use of the Teams policy-based recording solution. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Update the application's recording status associated with a call. This requires the use of the Teams policy-based recording solution.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UpdateRecordingStatusRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UpdateRecordingStatusRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/{call%2Did}/updateRecordingStatus", pathParameters) { } /// - /// Instantiates a new UpdateRecordingStatusRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UpdateRecordingStatusRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/{call%2Did}/updateRecordingStatus", rawUrl) { @@ -84,6 +85,7 @@ public UpdateRecordingStatusRequestBuilder(string rawUrl) : base("{+baseurl}/com /// /// Update the application's recording status associated with a call. This requires the use of the Teams policy-based recording solution. /// + /// 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/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityPostRequestBody.cs b/src/generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityPostRequestBody.cs index 52232ada61..43ed3cb637 100644 --- a/src/generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityPostRequestBody.cs +++ b/src/generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityPostRequestBody.cs @@ -18,7 +18,7 @@ public class LogTeleconferenceDeviceQualityPostRequestBody : IAdditionalDataHold public TeleconferenceDeviceQuality Quality { get; set; } #endif /// - /// Instantiates a new logTeleconferenceDeviceQualityPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public LogTeleconferenceDeviceQualityPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public LogTeleconferenceDeviceQualityPostRequestBody() { /// /// 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 LogTeleconferenceDeviceQualityPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static LogTeleconferenceDeviceQualityPostRequestBody CreateFromDiscrimina /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"quality", n => { Quality = n.GetObjectValue(TeleconferenceDeviceQuality.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.cs b/src/generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.cs index 410edbc821..d67cb89486 100644 --- a/src/generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.cs +++ b/src/generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.cs @@ -22,6 +22,7 @@ public class LogTeleconferenceDeviceQualityRequestBuilder : BaseCliRequestBuilde /// Log video teleconferencing device quality data. The Cloud Video Interop (CVI) bot represents video teleconferencing (VTC) devices and acts as a back-to-back agent for a VTC device in a conference call. Because a CVI bot is in the middle of the VTC and Microsoft Teams infrastructure as a VTC proxy, it has two media legs. One media leg is between the CVI bot and Teams infrastructure, such as Teams conference server or a Teams client. The other media leg is between the CVI bot and the VTC device. The third-party partners own the VTC media leg and the Teams infrastructure cannot access the quality data of the third-party call leg. This method is only for the CVI partners to provide their media quality data. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Log video teleconferencing device quality data. The Cloud Video Interop (CVI) bot represents video teleconferencing (VTC) devices and acts as a back-to-back agent for a VTC device in a conference call. Because a CVI bot is in the middle of the VTC and Microsoft Teams infrastructure as a VTC proxy, it has two media legs. One media leg is between the CVI bot and Teams infrastructure, such as Teams conference server or a Teams client. The other media leg is between the CVI bot and the VTC device. The third-party partners own the VTC media leg and the Teams infrastructure cannot access the quality data of the third-party call leg. This method is only for the CVI partners to provide their media quality data.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0"; @@ -53,13 +54,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new LogTeleconferenceDeviceQualityRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LogTeleconferenceDeviceQualityRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/calls/logTeleconferenceDeviceQuality", pathParameters) { } /// - /// Instantiates a new LogTeleconferenceDeviceQualityRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LogTeleconferenceDeviceQualityRequestBuilder(string rawUrl) : base("{+baseurl}/communications/calls/logTeleconferenceDeviceQuality", rawUrl) { @@ -67,6 +68,7 @@ public LogTeleconferenceDeviceQualityRequestBuilder(string rawUrl) : base("{+bas /// /// Log video teleconferencing device quality data. The Cloud Video Interop (CVI) bot represents video teleconferencing (VTC) devices and acts as a back-to-back agent for a VTC device in a conference call. Because a CVI bot is in the middle of the VTC and Microsoft Teams infrastructure as a VTC proxy, it has two media legs. One media leg is between the CVI bot and Teams infrastructure, such as Teams conference server or a Teams client. The other media leg is between the CVI bot and the VTC device. The third-party partners own the VTC media leg and the Teams infrastructure cannot access the quality data of the third-party call leg. This method is only for the CVI partners to provide their media quality data. /// + /// 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/Communications/CommunicationsRequestBuilder.cs b/src/generated/Communications/CommunicationsRequestBuilder.cs index d44d3087d3..155ad2b299 100644 --- a/src/generated/Communications/CommunicationsRequestBuilder.cs +++ b/src/generated/Communications/CommunicationsRequestBuilder.cs @@ -27,6 +27,7 @@ public class CommunicationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the callRecords property of the microsoft.graph.cloudCommunications entity. /// + /// A public Command BuildCallRecordsNavCommand() { var command = new Command("call-records"); command.Description = "Provides operations to manage the callRecords property of the microsoft.graph.cloudCommunications entity."; @@ -54,6 +55,7 @@ public Command BuildCallRecordsNavCommand() { /// /// Provides operations to manage the calls property of the microsoft.graph.cloudCommunications entity. /// + /// A public Command BuildCallsNavCommand() { var command = new Command("calls"); command.Description = "Provides operations to manage the calls property of the microsoft.graph.cloudCommunications entity."; @@ -80,6 +82,7 @@ public Command BuildCallsNavCommand() { /// /// Get communications /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get communications"; @@ -124,6 +127,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getPresencesByUserId method. /// + /// A public Command BuildGetPresencesByUserIdNavCommand() { var command = new Command("get-presences-by-user-id"); command.Description = "Provides operations to call the getPresencesByUserId method."; @@ -139,6 +143,7 @@ public Command BuildGetPresencesByUserIdNavCommand() { /// /// Provides operations to manage the onlineMeetings property of the microsoft.graph.cloudCommunications entity. /// + /// A public Command BuildOnlineMeetingsNavCommand() { var command = new Command("online-meetings"); command.Description = "Provides operations to manage the onlineMeetings property of the microsoft.graph.cloudCommunications entity."; @@ -165,6 +170,7 @@ public Command BuildOnlineMeetingsNavCommand() { /// /// Update communications /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update communications"; @@ -208,6 +214,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the presences property of the microsoft.graph.cloudCommunications entity. /// + /// A public Command BuildPresencesNavCommand() { var command = new Command("presences"); command.Description = "Provides operations to manage the presences property of the microsoft.graph.cloudCommunications entity."; @@ -231,13 +238,13 @@ public Command BuildPresencesNavCommand() { return command; } /// - /// Instantiates a new CommunicationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CommunicationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CommunicationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CommunicationsRequestBuilder(string rawUrl) : base("{+baseurl}/communications{?%24expand,%24select}", rawUrl) { @@ -245,6 +252,7 @@ public CommunicationsRequestBuilder(string rawUrl) : base("{+baseurl}/communicat /// /// Get communications /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -261,6 +269,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update communications /// + /// 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 @@ -271,7 +280,7 @@ public RequestInformation ToPatchRequestInformation(CloudCommunications body, Ac public RequestInformation ToPatchRequestInformation(CloudCommunications 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}/communications", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/GetPresencesByUserId/GetPresencesByUserIdPostRequestBody.cs b/src/generated/Communications/GetPresencesByUserId/GetPresencesByUserIdPostRequestBody.cs index 0658358696..8fb63fbc47 100644 --- a/src/generated/Communications/GetPresencesByUserId/GetPresencesByUserIdPostRequestBody.cs +++ b/src/generated/Communications/GetPresencesByUserId/GetPresencesByUserIdPostRequestBody.cs @@ -17,7 +17,7 @@ public class GetPresencesByUserIdPostRequestBody : IAdditionalDataHolder, IParsa public List Ids { get; set; } #endif /// - /// Instantiates a new getPresencesByUserIdPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetPresencesByUserIdPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public GetPresencesByUserIdPostRequestBody() { /// /// 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 GetPresencesByUserIdPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static GetPresencesByUserIdPostRequestBody CreateFromDiscriminatorValue(I /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Communications/GetPresencesByUserId/GetPresencesByUserIdPostResponse.cs b/src/generated/Communications/GetPresencesByUserId/GetPresencesByUserIdPostResponse.cs index fa180d70a5..2ab9aec223 100644 --- a/src/generated/Communications/GetPresencesByUserId/GetPresencesByUserIdPostResponse.cs +++ b/src/generated/Communications/GetPresencesByUserId/GetPresencesByUserIdPostResponse.cs @@ -18,6 +18,7 @@ public class GetPresencesByUserIdPostResponse : BaseCollectionPaginationCountRes /// /// 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 new GetPresencesByUserIdPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetPresencesByUserIdPostResponse : BaseCollectionPaginationCountRes /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Presence.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Communications/GetPresencesByUserId/GetPresencesByUserIdRequestBuilder.cs b/src/generated/Communications/GetPresencesByUserId/GetPresencesByUserIdRequestBuilder.cs index 0e5f5b0977..86f36b68e3 100644 --- a/src/generated/Communications/GetPresencesByUserId/GetPresencesByUserIdRequestBuilder.cs +++ b/src/generated/Communications/GetPresencesByUserId/GetPresencesByUserIdRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetPresencesByUserIdRequestBuilder : BaseCliRequestBuilder { /// Get the presence information for multiple users. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Get the presence information for multiple users.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetPresencesByUserIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetPresencesByUserIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/getPresencesByUserId", pathParameters) { } /// - /// Instantiates a new GetPresencesByUserIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetPresencesByUserIdRequestBuilder(string rawUrl) : base("{+baseurl}/communications/getPresencesByUserId", rawUrl) { @@ -88,6 +89,7 @@ public GetPresencesByUserIdRequestBuilder(string rawUrl) : base("{+baseurl}/comm /// /// Get the presence information for multiple users. /// + /// 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/Communications/OnlineMeetings/Count/CountRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Count/CountRequestBuilder.cs index e5328c1a3b..cd97f2ddb0 100644 --- a/src/generated/Communications/OnlineMeetings/Count/CountRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/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}/communications/onlineMeetings/$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}/communications/onlineMeetings/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onli /// /// 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/Communications/OnlineMeetings/CreateOrGet/CreateOrGetPostRequestBody.cs b/src/generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetPostRequestBody.cs index f254982946..17147e05b7 100644 --- a/src/generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetPostRequestBody.cs +++ b/src/generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetPostRequestBody.cs @@ -46,7 +46,7 @@ public class CreateOrGetPostRequestBody : IAdditionalDataHolder, IParsable { public string Subject { get; set; } #endif /// - /// Instantiates a new createOrGetPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateOrGetPostRequestBody() { AdditionalData = new Dictionary(); @@ -54,6 +54,7 @@ public CreateOrGetPostRequestBody() { /// /// 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 CreateOrGetPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -62,6 +63,7 @@ public static CreateOrGetPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"chatInfo", n => { ChatInfo = n.GetObjectValue(ApiSdk.Models.ChatInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.cs index fdafd6fb33..d8bbf21386 100644 --- a/src/generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.cs @@ -23,6 +23,7 @@ public class CreateOrGetRequestBuilder : BaseCliRequestBuilder { /// Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateOrGetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateOrGetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/onlineMeetings/createOrGet", pathParameters) { } /// - /// Instantiates a new CreateOrGetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateOrGetRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onlineMeetings/createOrGet", rawUrl) { @@ -78,6 +79,7 @@ public CreateOrGetRequestBuilder(string rawUrl) : base("{+baseurl}/communication /// /// Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. /// + /// 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/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs index 40635447ba..1695398fcf 100644 --- a/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/AttendanceReportsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AttendanceReportsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attendanceReports property of the microsoft.graph.onlineMeetingBase 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 attendanceReports for communications /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to attendanceReports for communications"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// The attendance reports of an online meeting. Read-only. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The attendance reports of an online meeting. Read-only."; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AttendanceReportsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttendanceReportsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/attendanceReports{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AttendanceReportsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttendanceReportsRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/attendanceReports{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AttendanceReportsRequestBuilder(string rawUrl) : base("{+baseurl}/communi /// /// The attendance reports of an online meeting. 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 @@ -227,6 +232,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to attendanceReports for communications /// + /// 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(MeetingAttendanceReport body, public RequestInformation ToPostRequestInformation(MeetingAttendanceReport 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}/communications/onlineMeetings/{onlineMeeting%2Did}/attendanceReports", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Count/CountRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Count/CountRequestBuilder.cs index 98ddca324e..e5c2371f5e 100644 --- a/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Count/CountRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/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}/communications/onlineMeetings/{onlineMeeting%2Did}/attendanceReports/$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}/communications/onlineMeetings/{onlineMeeting%2Did}/attendanceReports/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onli /// /// 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/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs index d5f231ca60..dee7910d2e 100644 --- a/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/AttendanceRecordsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AttendanceRecordsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attendanceRecords property of the microsoft.graph.meetingAttendanceReport entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AttendanceRecordItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to attendanceRecords for communications /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to attendanceRecords for communications"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// Get a list of attendanceRecord objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of attendanceRecord objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0"; @@ -208,13 +212,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AttendanceRecordsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttendanceRecordsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/attendanceReports/{meetingAttendanceReport%2Did}/attendanceRecords{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AttendanceRecordsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttendanceRecordsRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/attendanceReports/{meetingAttendanceReport%2Did}/attendanceRecords{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -222,6 +226,7 @@ public AttendanceRecordsRequestBuilder(string rawUrl) : base("{+baseurl}/communi /// /// Get a list of attendanceRecord 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 @@ -238,6 +243,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to attendanceRecords for communications /// + /// 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 @@ -248,7 +254,7 @@ public RequestInformation ToPostRequestInformation(AttendanceRecord body, Action public RequestInformation ToPostRequestInformation(AttendanceRecord 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}/communications/onlineMeetings/{onlineMeeting%2Did}/attendanceReports/{meetingAttendanceReport%2Did}/attendanceRecords", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs index 36f34aa44a..68bf5a27fa 100644 --- a/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/Count/CountRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/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"; @@ -65,13 +66,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}/communications/onlineMeetings/{onlineMeeting%2Did}/attendanceReports/{meetingAttendanceReport%2Did}/attendanceRecords/$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}/communications/onlineMeetings/{onlineMeeting%2Did}/attendanceReports/{meetingAttendanceReport%2Did}/attendanceRecords/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onli /// /// 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/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/Item/AttendanceRecordItemRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/Item/AttendanceRecordItemRequestBuilder.cs index 8f769bb024..0fb7d8b4b0 100644 --- a/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/Item/AttendanceRecordItemRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/AttendanceRecords/Item/AttendanceRecordItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AttendanceRecordItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property attendanceRecords for communications /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property attendanceRecords for communications"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// List of attendance records of an attendance report. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "List of attendance records of an attendance report. Read-only."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property attendanceRecords in communications /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property attendanceRecords in communications"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AttendanceRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttendanceRecordItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/attendanceReports/{meetingAttendanceReport%2Did}/attendanceRecords/{attendanceRecord%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AttendanceRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttendanceRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/attendanceReports/{meetingAttendanceReport%2Did}/attendanceRecords/{attendanceRecord%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public AttendanceRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/comm /// /// Delete navigation property attendanceRecords for communications /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/attendanceReports/{meetingAttendanceReport%2Did}/attendanceRecords/{attendanceRecord%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// List of attendance records of an attendance report. 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 @@ -234,6 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property attendanceRecords in communications /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(AttendanceRecord body, Actio public RequestInformation ToPatchRequestInformation(AttendanceRecord 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}/communications/onlineMeetings/{onlineMeeting%2Did}/attendanceReports/{meetingAttendanceReport%2Did}/attendanceRecords/{attendanceRecord%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilder.cs index 78e6afb82c..a25ea7256e 100644 --- a/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/AttendanceReports/Item/MeetingAttendanceReportItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MeetingAttendanceReportItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attendanceRecords property of the microsoft.graph.meetingAttendanceReport entity. /// + /// A public Command BuildAttendanceRecordsNavCommand() { var command = new Command("attendance-records"); command.Description = "Provides operations to manage the attendanceRecords property of the microsoft.graph.meetingAttendanceReport entity."; @@ -48,6 +49,7 @@ public Command BuildAttendanceRecordsNavCommand() { /// /// Delete navigation property attendanceReports for communications /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property attendanceReports for communications"; @@ -87,6 +89,7 @@ public Command BuildDeleteCommand() { /// /// The attendance reports of an online meeting. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The attendance reports of an online meeting. Read-only."; @@ -143,6 +146,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property attendanceReports in communications /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property attendanceReports in communications"; @@ -196,13 +200,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MeetingAttendanceReportItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MeetingAttendanceReportItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/attendanceReports/{meetingAttendanceReport%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MeetingAttendanceReportItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MeetingAttendanceReportItemRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/attendanceReports/{meetingAttendanceReport%2Did}{?%24expand,%24select}", rawUrl) { @@ -210,6 +214,7 @@ public MeetingAttendanceReportItemRequestBuilder(string rawUrl) : base("{+baseur /// /// Delete navigation property attendanceReports for communications /// + /// 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 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/attendanceReports/{meetingAttendanceReport%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -226,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The attendance reports of an online meeting. 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 @@ -242,6 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property attendanceReports in communications /// + /// 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 +259,7 @@ public RequestInformation ToPatchRequestInformation(MeetingAttendanceReport body public RequestInformation ToPatchRequestInformation(MeetingAttendanceReport 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}/communications/onlineMeetings/{onlineMeeting%2Did}/attendanceReports/{meetingAttendanceReport%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.cs index 33d8887492..b4512cbdd1 100644 --- a/src/generated/Communications/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/AttendeeReport/AttendeeReportRequestBuilder.cs @@ -22,6 +22,7 @@ public class AttendeeReportRequestBuilder : BaseCliRequestBuilder { /// Get attendeeReport for the navigation property onlineMeetings from communications /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get attendeeReport for the navigation property onlineMeetings from communications\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0"; @@ -60,6 +61,7 @@ public Command BuildGetCommand() { /// /// Update attendeeReport for the navigation property onlineMeetings in communications /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update attendeeReport for the navigation property onlineMeetings in communications"; @@ -106,13 +108,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new AttendeeReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttendeeReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/attendeeReport", pathParameters) { } /// - /// Instantiates a new AttendeeReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttendeeReportRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/attendeeReport", rawUrl) { @@ -120,6 +122,7 @@ public AttendeeReportRequestBuilder(string rawUrl) : base("{+baseurl}/communicat /// /// Get attendeeReport for the navigation property onlineMeetings from communications /// + /// 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 /// Update attendeeReport for the navigation property onlineMeetings in communications /// + /// 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/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlGetResponse.cs b/src/generated/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlGetResponse.cs index 5239b455b1..7724346971 100644 --- a/src/generated/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlGetResponse.cs +++ b/src/generated/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlGetResponse.cs @@ -17,7 +17,7 @@ public class GetVirtualAppointmentJoinWebUrlGetResponse : IAdditionalDataHolder, public string Value { get; set; } #endif /// - /// Instantiates a new getVirtualAppointmentJoinWebUrlGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public GetVirtualAppointmentJoinWebUrlGetResponse() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public GetVirtualAppointmentJoinWebUrlGetResponse() { /// /// 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 GetVirtualAppointmentJoinWebUrlGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static GetVirtualAppointmentJoinWebUrlGetResponse CreateFromDiscriminator /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetStringValue(); } }, diff --git a/src/generated/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.cs index 0fcf6d3945..954d2157a9 100644 --- a/src/generated/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetVirtualAppointmentJoinWebUrlRequestBuilder : BaseCliRequestBuild /// /// Invoke function getVirtualAppointmentJoinWebUrl /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getVirtualAppointmentJoinWebUrl"; @@ -55,13 +56,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetVirtualAppointmentJoinWebUrlRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetVirtualAppointmentJoinWebUrlRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/getVirtualAppointmentJoinWebUrl()", pathParameters) { } /// - /// Instantiates a new GetVirtualAppointmentJoinWebUrlRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetVirtualAppointmentJoinWebUrlRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/getVirtualAppointmentJoinWebUrl()", rawUrl) { @@ -69,6 +70,7 @@ public GetVirtualAppointmentJoinWebUrlRequestBuilder(string rawUrl) : base("{+ba /// /// Invoke function getVirtualAppointmentJoinWebUrl /// + /// 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/Communications/OnlineMeetings/Item/OnlineMeetingItemRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/OnlineMeetingItemRequestBuilder.cs index f199ffe722..aec8836978 100644 --- a/src/generated/Communications/OnlineMeetings/Item/OnlineMeetingItemRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/OnlineMeetingItemRequestBuilder.cs @@ -29,6 +29,7 @@ public class OnlineMeetingItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attendanceReports property of the microsoft.graph.onlineMeetingBase entity. /// + /// A public Command BuildAttendanceReportsNavCommand() { var command = new Command("attendance-reports"); command.Description = "Provides operations to manage the attendanceReports property of the microsoft.graph.onlineMeetingBase entity."; @@ -54,6 +55,7 @@ public Command BuildAttendanceReportsNavCommand() { /// /// Provides operations to manage the media for the cloudCommunications entity. /// + /// A public Command BuildAttendeeReportNavCommand() { var command = new Command("attendee-report"); command.Description = "Provides operations to manage the media for the cloudCommunications entity."; @@ -70,6 +72,7 @@ public Command BuildAttendeeReportNavCommand() { /// /// Delete navigation property onlineMeetings for communications /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property onlineMeetings for communications"; @@ -103,6 +106,7 @@ public Command BuildDeleteCommand() { /// /// Get onlineMeetings from communications /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get onlineMeetings from communications"; @@ -153,6 +157,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getVirtualAppointmentJoinWebUrl method. /// + /// A public Command BuildGetVirtualAppointmentJoinWebUrlNavCommand() { var command = new Command("get-virtual-appointment-join-web-url"); command.Description = "Provides operations to call the getVirtualAppointmentJoinWebUrl method."; @@ -168,6 +173,7 @@ public Command BuildGetVirtualAppointmentJoinWebUrlNavCommand() { /// /// Update the navigation property onlineMeetings in communications /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property onlineMeetings in communications"; @@ -217,6 +223,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the recordings property of the microsoft.graph.onlineMeeting entity. /// + /// A public Command BuildRecordingsNavCommand() { var command = new Command("recordings"); command.Description = "Provides operations to manage the recordings property of the microsoft.graph.onlineMeeting entity."; @@ -242,6 +249,7 @@ public Command BuildRecordingsNavCommand() { /// /// Provides operations to call the sendVirtualAppointmentReminderSms method. /// + /// A public Command BuildSendVirtualAppointmentReminderSmsNavCommand() { var command = new Command("send-virtual-appointment-reminder-sms"); command.Description = "Provides operations to call the sendVirtualAppointmentReminderSms method."; @@ -257,6 +265,7 @@ public Command BuildSendVirtualAppointmentReminderSmsNavCommand() { /// /// Provides operations to call the sendVirtualAppointmentSms method. /// + /// A public Command BuildSendVirtualAppointmentSmsNavCommand() { var command = new Command("send-virtual-appointment-sms"); command.Description = "Provides operations to call the sendVirtualAppointmentSms method."; @@ -272,6 +281,7 @@ public Command BuildSendVirtualAppointmentSmsNavCommand() { /// /// Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. /// + /// A public Command BuildTranscriptsNavCommand() { var command = new Command("transcripts"); command.Description = "Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity."; @@ -295,13 +305,13 @@ public Command BuildTranscriptsNavCommand() { return command; } /// - /// Instantiates a new OnlineMeetingItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnlineMeetingItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnlineMeetingItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnlineMeetingItemRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}{?%24expand,%24select}", rawUrl) { @@ -309,6 +319,7 @@ public OnlineMeetingItemRequestBuilder(string rawUrl) : base("{+baseurl}/communi /// /// Delete navigation property onlineMeetings for communications /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -317,7 +328,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -325,6 +336,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get onlineMeetings from communications /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -341,6 +353,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property onlineMeetings in communications /// + /// 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 @@ -351,7 +364,7 @@ public RequestInformation ToPatchRequestInformation(OnlineMeeting 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}/communications/onlineMeetings/{onlineMeeting%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/OnlineMeetings/Item/Recordings/Count/CountRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/Recordings/Count/CountRequestBuilder.cs index 20a22fb6bb..3906f51afa 100644 --- a/src/generated/Communications/OnlineMeetings/Item/Recordings/Count/CountRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/Recordings/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}/communications/onlineMeetings/{onlineMeeting%2Did}/recordings/$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}/communications/onlineMeetings/{onlineMeeting%2Did}/recordings/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onli /// /// 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/Communications/OnlineMeetings/Item/Recordings/Item/CallRecordingItemRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/Recordings/Item/CallRecordingItemRequestBuilder.cs index a4737c5d66..00345167e2 100644 --- a/src/generated/Communications/OnlineMeetings/Item/Recordings/Item/CallRecordingItemRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/Recordings/Item/CallRecordingItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class CallRecordingItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the cloudCommunications entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the cloudCommunications entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// Delete navigation property recordings for communications /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property recordings for communications"; @@ -79,6 +81,7 @@ public Command BuildDeleteCommand() { /// Get a callRecording object associated with a scheduled onlineMeeting. This API doesn't support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a callRecording object associated with a scheduled onlineMeeting. This API doesn't support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0"; @@ -135,6 +138,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property recordings in communications /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property recordings in communications"; @@ -188,13 +192,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new CallRecordingItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CallRecordingItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/recordings/{callRecording%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CallRecordingItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CallRecordingItemRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/recordings/{callRecording%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +206,7 @@ public CallRecordingItemRequestBuilder(string rawUrl) : base("{+baseurl}/communi /// /// Delete navigation property recordings for communications /// + /// 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}/communications/onlineMeetings/{onlineMeeting%2Did}/recordings/{callRecording%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get a callRecording object associated with a scheduled onlineMeeting. This API doesn't support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording. /// + /// 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 recordings in communications /// + /// 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(CallRecording 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}/communications/onlineMeetings/{onlineMeeting%2Did}/recordings/{callRecording%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/OnlineMeetings/Item/Recordings/Item/Content/ContentRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/Recordings/Item/Content/ContentRequestBuilder.cs index a470d54a39..4bdab6aa9f 100644 --- a/src/generated/Communications/OnlineMeetings/Item/Recordings/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/Recordings/Item/Content/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// The content of the recording. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content of the recording. Read-only."; @@ -66,6 +67,7 @@ public Command BuildGetCommand() { /// /// The content of the recording. Read-only. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content of the recording. Read-only."; @@ -116,13 +118,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}/communications/onlineMeetings/{onlineMeeting%2Did}/recordings/{callRecording%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}/communications/onlineMeetings/{onlineMeeting%2Did}/recordings/{callRecording%2Did}/content", rawUrl) { @@ -130,6 +132,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/communications/on /// /// The content of the recording. 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 @@ -146,6 +149,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content of the recording. Read-only. /// + /// 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/Communications/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs index 3ed47ab629..571c306cfb 100644 --- a/src/generated/Communications/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/Recordings/RecordingsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RecordingsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the recordings property of the microsoft.graph.onlineMeeting 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 recordings for communications /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to recordings for communications"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// Get a callRecording object associated with a scheduled onlineMeeting. This API doesn't support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a callRecording object associated with a scheduled onlineMeeting. This API doesn't support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording."; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RecordingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RecordingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/recordings{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RecordingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RecordingsRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/recordings{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public RecordingsRequestBuilder(string rawUrl) : base("{+baseurl}/communications /// /// Get a callRecording object associated with a scheduled onlineMeeting. This API doesn't support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording. /// + /// 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 recordings for communications /// + /// 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(CallRecording 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}/communications/onlineMeetings/{onlineMeeting%2Did}/recordings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsPostRequestBody.cs b/src/generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsPostRequestBody.cs index bd11317528..c7eebaee46 100644 --- a/src/generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsPostRequestBody.cs +++ b/src/generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsPostRequestBody.cs @@ -20,7 +20,7 @@ public class SendVirtualAppointmentReminderSmsPostRequestBody : IAdditionalDataH /// The remindBeforeTimeInMinutesType property public ApiSdk.Models.RemindBeforeTimeInMinutesType? RemindBeforeTimeInMinutesType { get; set; } /// - /// Instantiates a new sendVirtualAppointmentReminderSmsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SendVirtualAppointmentReminderSmsPostRequestBody() { AdditionalData = new Dictionary(); @@ -28,6 +28,7 @@ public SendVirtualAppointmentReminderSmsPostRequestBody() { /// /// 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 SendVirtualAppointmentReminderSmsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -36,6 +37,7 @@ public static SendVirtualAppointmentReminderSmsPostRequestBody CreateFromDiscrim /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"attendees", n => { Attendees = n.GetCollectionOfObjectValues(AttendeeNotificationInfo.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.cs index 602f553e50..2bff8f2261 100644 --- a/src/generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.cs @@ -21,6 +21,7 @@ public class SendVirtualAppointmentReminderSmsRequestBuilder : BaseCliRequestBui /// /// Invoke action sendVirtualAppointmentReminderSms /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action sendVirtualAppointmentReminderSms"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SendVirtualAppointmentReminderSmsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SendVirtualAppointmentReminderSmsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/sendVirtualAppointmentReminderSms", pathParameters) { } /// - /// Instantiates a new SendVirtualAppointmentReminderSmsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SendVirtualAppointmentReminderSmsRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/sendVirtualAppointmentReminderSms", rawUrl) { @@ -72,6 +73,7 @@ public SendVirtualAppointmentReminderSmsRequestBuilder(string rawUrl) : base("{+ /// /// Invoke action sendVirtualAppointmentReminderSms /// + /// 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/Communications/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsPostRequestBody.cs b/src/generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsPostRequestBody.cs index 79150decda..fc8997d9c7 100644 --- a/src/generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsPostRequestBody.cs +++ b/src/generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsPostRequestBody.cs @@ -20,7 +20,7 @@ public class SendVirtualAppointmentSmsPostRequestBody : IAdditionalDataHolder, I /// The messageType property public VirtualAppointmentMessageType? MessageType { get; set; } /// - /// Instantiates a new sendVirtualAppointmentSmsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SendVirtualAppointmentSmsPostRequestBody() { AdditionalData = new Dictionary(); @@ -28,6 +28,7 @@ public SendVirtualAppointmentSmsPostRequestBody() { /// /// 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 SendVirtualAppointmentSmsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -36,6 +37,7 @@ public static SendVirtualAppointmentSmsPostRequestBody CreateFromDiscriminatorVa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"attendees", n => { Attendees = n.GetCollectionOfObjectValues(AttendeeNotificationInfo.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.cs index ec779bdd50..8e91ddf0b3 100644 --- a/src/generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.cs @@ -21,6 +21,7 @@ public class SendVirtualAppointmentSmsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action sendVirtualAppointmentSms /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action sendVirtualAppointmentSms"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SendVirtualAppointmentSmsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SendVirtualAppointmentSmsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/sendVirtualAppointmentSms", pathParameters) { } /// - /// Instantiates a new SendVirtualAppointmentSmsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SendVirtualAppointmentSmsRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/sendVirtualAppointmentSms", rawUrl) { @@ -72,6 +73,7 @@ public SendVirtualAppointmentSmsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Invoke action sendVirtualAppointmentSms /// + /// 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/Communications/OnlineMeetings/Item/Transcripts/Count/CountRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/Transcripts/Count/CountRequestBuilder.cs index 67eda7cd51..68ac24f903 100644 --- a/src/generated/Communications/OnlineMeetings/Item/Transcripts/Count/CountRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/Transcripts/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}/communications/onlineMeetings/{onlineMeeting%2Did}/transcripts/$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}/communications/onlineMeetings/{onlineMeeting%2Did}/transcripts/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onli /// /// 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/Communications/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.cs index 1f83223a78..ddccd98581 100644 --- a/src/generated/Communications/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/Transcripts/Item/CallTranscriptItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class CallTranscriptItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the cloudCommunications entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the cloudCommunications entity."; @@ -40,6 +41,7 @@ public Command BuildContentNavCommand() { /// /// Delete navigation property transcripts for communications /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property transcripts for communications"; @@ -80,6 +82,7 @@ public Command BuildDeleteCommand() { /// Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0"; @@ -136,6 +139,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the media for the cloudCommunications entity. /// + /// A public Command BuildMetadataContentNavCommand() { var command = new Command("metadata-content"); command.Description = "Provides operations to manage the media for the cloudCommunications entity."; @@ -152,6 +156,7 @@ public Command BuildMetadataContentNavCommand() { /// /// Update the navigation property transcripts in communications /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property transcripts in communications"; @@ -205,13 +210,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new CallTranscriptItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CallTranscriptItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/transcripts/{callTranscript%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CallTranscriptItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CallTranscriptItemRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/transcripts/{callTranscript%2Did}{?%24expand,%24select}", rawUrl) { @@ -219,6 +224,7 @@ public CallTranscriptItemRequestBuilder(string rawUrl) : base("{+baseurl}/commun /// /// Delete navigation property transcripts for communications /// + /// 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,7 +233,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/transcripts/{callTranscript%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -235,6 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -251,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property transcripts in communications /// + /// 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 @@ -261,7 +269,7 @@ public RequestInformation ToPatchRequestInformation(CallTranscript body, Action< public RequestInformation ToPatchRequestInformation(CallTranscript 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}/communications/onlineMeetings/{onlineMeeting%2Did}/transcripts/{callTranscript%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/OnlineMeetings/Item/Transcripts/Item/Content/ContentRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/Transcripts/Item/Content/ContentRequestBuilder.cs index b4163b0843..099ba26f54 100644 --- a/src/generated/Communications/OnlineMeetings/Item/Transcripts/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/Transcripts/Item/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The content of the transcript. Read-only. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content of the transcript. Read-only.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0"; @@ -67,6 +68,7 @@ public Command BuildGetCommand() { /// /// The content of the transcript. Read-only. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content of the transcript. Read-only."; @@ -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}/communications/onlineMeetings/{onlineMeeting%2Did}/transcripts/{callTranscript%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}/communications/onlineMeetings/{onlineMeeting%2Did}/transcripts/{callTranscript%2Did}/content", rawUrl) { @@ -131,6 +133,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/communications/on /// /// The content of the transcript. 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 @@ -147,6 +150,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content of the transcript. Read-only. /// + /// 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/Communications/OnlineMeetings/Item/Transcripts/Item/MetadataContent/MetadataContentRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/Transcripts/Item/MetadataContent/MetadataContentRequestBuilder.cs index 5585042e8e..48192220a8 100644 --- a/src/generated/Communications/OnlineMeetings/Item/Transcripts/Item/MetadataContent/MetadataContentRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/Transcripts/Item/MetadataContent/MetadataContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class MetadataContentRequestBuilder : BaseCliRequestBuilder { /// The time-aligned metadata of the utterances in the transcript. Read-only. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The time-aligned metadata of the utterances in the transcript. Read-only.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0"; @@ -66,6 +67,7 @@ public Command BuildGetCommand() { /// /// The time-aligned metadata of the utterances in the transcript. Read-only. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The time-aligned metadata of the utterances in the transcript. Read-only."; @@ -118,13 +120,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new MetadataContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MetadataContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/transcripts/{callTranscript%2Did}/metadataContent", pathParameters) { } /// - /// Instantiates a new MetadataContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MetadataContentRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/transcripts/{callTranscript%2Did}/metadataContent", rawUrl) { @@ -132,6 +134,7 @@ public MetadataContentRequestBuilder(string rawUrl) : base("{+baseurl}/communica /// /// The time-aligned metadata of the utterances in the transcript. 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 @@ -148,6 +151,7 @@ public RequestInformation ToGetRequestInformation(Action /// The time-aligned metadata of the utterances in the transcript. Read-only. /// + /// 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/Communications/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs index 61b0cede39..3daa0f480f 100644 --- a/src/generated/Communications/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/Item/Transcripts/TranscriptsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TranscriptsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to transcripts for communications /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to transcripts for communications"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TranscriptsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TranscriptsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/transcripts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TranscriptsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TranscriptsRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onlineMeetings/{onlineMeeting%2Did}/transcripts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public TranscriptsRequestBuilder(string rawUrl) : base("{+baseurl}/communication /// /// Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to transcripts for communications /// + /// 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(CallTranscript 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}/communications/onlineMeetings/{onlineMeeting%2Did}/transcripts", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/OnlineMeetings/OnlineMeetingsRequestBuilder.cs b/src/generated/Communications/OnlineMeetings/OnlineMeetingsRequestBuilder.cs index 002e2b41d2..bcb295099b 100644 --- a/src/generated/Communications/OnlineMeetings/OnlineMeetingsRequestBuilder.cs +++ b/src/generated/Communications/OnlineMeetings/OnlineMeetingsRequestBuilder.cs @@ -25,6 +25,7 @@ public class OnlineMeetingsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the onlineMeetings property of the microsoft.graph.cloudCommunications entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -44,6 +45,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."; @@ -59,6 +61,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to onlineMeetings for communications /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to onlineMeetings for communications"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the createOrGet method. /// + /// A public Command BuildCreateOrGetNavCommand() { var command = new Command("create-or-get"); command.Description = "Provides operations to call the createOrGet method."; @@ -118,6 +122,7 @@ public Command BuildCreateOrGetNavCommand() { /// Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0"; @@ -208,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OnlineMeetingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnlineMeetingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/onlineMeetings{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OnlineMeetingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnlineMeetingsRequestBuilder(string rawUrl) : base("{+baseurl}/communications/onlineMeetings{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -222,6 +227,7 @@ public OnlineMeetingsRequestBuilder(string rawUrl) : base("{+baseurl}/communicat /// /// Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -238,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to onlineMeetings for communications /// + /// 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 @@ -248,7 +255,7 @@ public RequestInformation ToPostRequestInformation(OnlineMeeting 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}/communications/onlineMeetings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/Presences/Count/CountRequestBuilder.cs b/src/generated/Communications/Presences/Count/CountRequestBuilder.cs index 53943a233e..41ba2266a7 100644 --- a/src/generated/Communications/Presences/Count/CountRequestBuilder.cs +++ b/src/generated/Communications/Presences/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}/communications/presences/$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}/communications/presences/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/communications/pres /// /// 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/Communications/Presences/Item/ClearPresence/ClearPresencePostRequestBody.cs b/src/generated/Communications/Presences/Item/ClearPresence/ClearPresencePostRequestBody.cs index 1c5e909ad6..8b47d02348 100644 --- a/src/generated/Communications/Presences/Item/ClearPresence/ClearPresencePostRequestBody.cs +++ b/src/generated/Communications/Presences/Item/ClearPresence/ClearPresencePostRequestBody.cs @@ -17,7 +17,7 @@ public class ClearPresencePostRequestBody : IAdditionalDataHolder, IParsable { public string SessionId { get; set; } #endif /// - /// Instantiates a new clearPresencePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ClearPresencePostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ClearPresencePostRequestBody() { /// /// 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 ClearPresencePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ClearPresencePostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"sessionId", n => { SessionId = n.GetStringValue(); } }, diff --git a/src/generated/Communications/Presences/Item/ClearPresence/ClearPresenceRequestBuilder.cs b/src/generated/Communications/Presences/Item/ClearPresence/ClearPresenceRequestBuilder.cs index fe6615b1b4..24fe4dcf0d 100644 --- a/src/generated/Communications/Presences/Item/ClearPresence/ClearPresenceRequestBuilder.cs +++ b/src/generated/Communications/Presences/Item/ClearPresence/ClearPresenceRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearPresenceRequestBuilder : BaseCliRequestBuilder { /// Clear the application's presence session for a user. If it is the user's only presence session, the user's presence will change to Offline/Offline. For details about presences sessions, see presence: setPresence. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the application's presence session for a user. If it is the user's only presence session, the user's presence will change to Offline/Offline. For details about presences sessions, see presence: setPresence.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearPresenceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearPresenceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/presences/{presence%2Did}/clearPresence", pathParameters) { } /// - /// Instantiates a new ClearPresenceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearPresenceRequestBuilder(string rawUrl) : base("{+baseurl}/communications/presences/{presence%2Did}/clearPresence", rawUrl) { @@ -73,6 +74,7 @@ public ClearPresenceRequestBuilder(string rawUrl) : base("{+baseurl}/communicati /// /// Clear the application's presence session for a user. If it is the user's only presence session, the user's presence will change to Offline/Offline. For details about presences sessions, see presence: setPresence. /// + /// 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/Communications/Presences/Item/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.cs b/src/generated/Communications/Presences/Item/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.cs index f039165a84..1f26c69951 100644 --- a/src/generated/Communications/Presences/Item/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.cs +++ b/src/generated/Communications/Presences/Item/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearUserPreferredPresenceRequestBuilder : BaseCliRequestBuilder { /// Clear the preferred availability and activity status for a user. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the preferred availability and activity status for a user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearUserPreferredPresenceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearUserPreferredPresenceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/presences/{presence%2Did}/clearUserPreferredPresence", pathParameters) { } /// - /// Instantiates a new ClearUserPreferredPresenceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearUserPreferredPresenceRequestBuilder(string rawUrl) : base("{+baseurl}/communications/presences/{presence%2Did}/clearUserPreferredPresence", rawUrl) { @@ -60,6 +61,7 @@ public ClearUserPreferredPresenceRequestBuilder(string rawUrl) : base("{+baseurl /// /// Clear the preferred availability and activity status for a user. /// + /// 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/Communications/Presences/Item/PresenceItemRequestBuilder.cs b/src/generated/Communications/Presences/Item/PresenceItemRequestBuilder.cs index dc1935eb97..cdce2ea20b 100644 --- a/src/generated/Communications/Presences/Item/PresenceItemRequestBuilder.cs +++ b/src/generated/Communications/Presences/Item/PresenceItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class PresenceItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clearPresence method. /// + /// A public Command BuildClearPresenceNavCommand() { var command = new Command("clear-presence"); command.Description = "Provides operations to call the clearPresence method."; @@ -42,6 +43,7 @@ public Command BuildClearPresenceNavCommand() { /// /// Provides operations to call the clearUserPreferredPresence method. /// + /// A public Command BuildClearUserPreferredPresenceNavCommand() { var command = new Command("clear-user-preferred-presence"); command.Description = "Provides operations to call the clearUserPreferredPresence method."; @@ -57,6 +59,7 @@ public Command BuildClearUserPreferredPresenceNavCommand() { /// /// Delete navigation property presences for communications /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property presences for communications"; @@ -91,6 +94,7 @@ public Command BuildDeleteCommand() { /// Get a user's presence information. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a user's presence information.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0"; @@ -141,6 +145,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property presences in communications /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property presences in communications"; @@ -190,6 +195,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the setPresence method. /// + /// A public Command BuildSetPresenceNavCommand() { var command = new Command("set-presence"); command.Description = "Provides operations to call the setPresence method."; @@ -205,6 +211,7 @@ public Command BuildSetPresenceNavCommand() { /// /// Provides operations to call the setStatusMessage method. /// + /// A public Command BuildSetStatusMessageNavCommand() { var command = new Command("set-status-message"); command.Description = "Provides operations to call the setStatusMessage method."; @@ -220,6 +227,7 @@ public Command BuildSetStatusMessageNavCommand() { /// /// Provides operations to call the setUserPreferredPresence method. /// + /// A public Command BuildSetUserPreferredPresenceNavCommand() { var command = new Command("set-user-preferred-presence"); command.Description = "Provides operations to call the setUserPreferredPresence method."; @@ -233,13 +241,13 @@ public Command BuildSetUserPreferredPresenceNavCommand() { return command; } /// - /// Instantiates a new PresenceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PresenceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/presences/{presence%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PresenceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PresenceItemRequestBuilder(string rawUrl) : base("{+baseurl}/communications/presences/{presence%2Did}{?%24expand,%24select}", rawUrl) { @@ -247,6 +255,7 @@ public PresenceItemRequestBuilder(string rawUrl) : base("{+baseurl}/communicatio /// /// Delete navigation property presences for communications /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -255,7 +264,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/communications/presences/{presence%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -263,6 +272,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get a user's presence information. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -279,6 +289,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property presences in communications /// + /// 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 @@ -289,7 +300,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Presence body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Presence 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}/communications/presences/{presence%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Communications/Presences/Item/SetPresence/SetPresencePostRequestBody.cs b/src/generated/Communications/Presences/Item/SetPresence/SetPresencePostRequestBody.cs index 314de955a8..90edc6c2f1 100644 --- a/src/generated/Communications/Presences/Item/SetPresence/SetPresencePostRequestBody.cs +++ b/src/generated/Communications/Presences/Item/SetPresence/SetPresencePostRequestBody.cs @@ -35,7 +35,7 @@ public class SetPresencePostRequestBody : IAdditionalDataHolder, IParsable { public string SessionId { get; set; } #endif /// - /// Instantiates a new setPresencePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetPresencePostRequestBody() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public SetPresencePostRequestBody() { /// /// 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 SetPresencePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static SetPresencePostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"activity", n => { Activity = n.GetStringValue(); } }, diff --git a/src/generated/Communications/Presences/Item/SetPresence/SetPresenceRequestBuilder.cs b/src/generated/Communications/Presences/Item/SetPresence/SetPresenceRequestBuilder.cs index 7ba11b9a6c..d35f333b79 100644 --- a/src/generated/Communications/Presences/Item/SetPresence/SetPresenceRequestBuilder.cs +++ b/src/generated/Communications/Presences/Item/SetPresence/SetPresenceRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetPresenceRequestBuilder : BaseCliRequestBuilder { /// Set the state of a user's presence session as an application. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Set the state of a user's presence session as an application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetPresenceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetPresenceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/presences/{presence%2Did}/setPresence", pathParameters) { } /// - /// Instantiates a new SetPresenceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetPresenceRequestBuilder(string rawUrl) : base("{+baseurl}/communications/presences/{presence%2Did}/setPresence", rawUrl) { @@ -73,6 +74,7 @@ public SetPresenceRequestBuilder(string rawUrl) : base("{+baseurl}/communication /// /// Set the state of a user's presence session as an application. /// + /// 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/Communications/Presences/Item/SetStatusMessage/SetStatusMessagePostRequestBody.cs b/src/generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessagePostRequestBody.cs index 53f2606a60..ea0305ca59 100644 --- a/src/generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessagePostRequestBody.cs +++ b/src/generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessagePostRequestBody.cs @@ -18,7 +18,7 @@ public class SetStatusMessagePostRequestBody : IAdditionalDataHolder, IParsable public PresenceStatusMessage StatusMessage { get; set; } #endif /// - /// Instantiates a new setStatusMessagePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetStatusMessagePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SetStatusMessagePostRequestBody() { /// /// 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 SetStatusMessagePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SetStatusMessagePostRequestBody CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"statusMessage", n => { StatusMessage = n.GetObjectValue(PresenceStatusMessage.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessageRequestBuilder.cs b/src/generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessageRequestBuilder.cs index 97a196005d..bda06c8f27 100644 --- a/src/generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessageRequestBuilder.cs +++ b/src/generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessageRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetStatusMessageRequestBuilder : BaseCliRequestBuilder { /// Set a presence status message for a user. An optional expiration date and time can be supplied. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Set a presence status message for a user. An optional expiration date and time can be supplied.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetStatusMessageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetStatusMessageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/presences/{presence%2Did}/setStatusMessage", pathParameters) { } /// - /// Instantiates a new SetStatusMessageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetStatusMessageRequestBuilder(string rawUrl) : base("{+baseurl}/communications/presences/{presence%2Did}/setStatusMessage", rawUrl) { @@ -73,6 +74,7 @@ public SetStatusMessageRequestBuilder(string rawUrl) : base("{+baseurl}/communic /// /// Set a presence status message for a user. An optional expiration date and time can be supplied. /// + /// 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/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresencePostRequestBody.cs b/src/generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresencePostRequestBody.cs index 77f11f1631..722ad90d73 100644 --- a/src/generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresencePostRequestBody.cs +++ b/src/generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresencePostRequestBody.cs @@ -27,7 +27,7 @@ public class SetUserPreferredPresencePostRequestBody : IAdditionalDataHolder, IP /// The expirationDuration property public TimeSpan? ExpirationDuration { get; set; } /// - /// Instantiates a new setUserPreferredPresencePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetUserPreferredPresencePostRequestBody() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public SetUserPreferredPresencePostRequestBody() { /// /// 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 SetUserPreferredPresencePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static SetUserPreferredPresencePostRequestBody CreateFromDiscriminatorVal /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"activity", n => { Activity = n.GetStringValue(); } }, diff --git a/src/generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.cs b/src/generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.cs index 2e5ed7a0d1..81508918ab 100644 --- a/src/generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.cs +++ b/src/generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetUserPreferredPresenceRequestBuilder : BaseCliRequestBuilder { /// Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user's presence shows as the preferred status. Preferred presence takes effect only when at least one presence session exists for the user. Otherwise, the user's presence shows as Offline. A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. For more details, see presence sessions and time-out and expiration. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user's presence shows as the preferred status. Preferred presence takes effect only when at least one presence session exists for the user. Otherwise, the user's presence shows as Offline. A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. For more details, see presence sessions and time-out and expiration.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetUserPreferredPresenceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetUserPreferredPresenceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/presences/{presence%2Did}/setUserPreferredPresence", pathParameters) { } /// - /// Instantiates a new SetUserPreferredPresenceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetUserPreferredPresenceRequestBuilder(string rawUrl) : base("{+baseurl}/communications/presences/{presence%2Did}/setUserPreferredPresence", rawUrl) { @@ -73,6 +74,7 @@ public SetUserPreferredPresenceRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user's presence shows as the preferred status. Preferred presence takes effect only when at least one presence session exists for the user. Otherwise, the user's presence shows as Offline. A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. For more details, see presence sessions and time-out and expiration. /// + /// 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/Communications/Presences/PresencesRequestBuilder.cs b/src/generated/Communications/Presences/PresencesRequestBuilder.cs index 63454d7122..bb199b53f4 100644 --- a/src/generated/Communications/Presences/PresencesRequestBuilder.cs +++ b/src/generated/Communications/Presences/PresencesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PresencesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the presences property of the microsoft.graph.cloudCommunications entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to presences for communications /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to presences for communications"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Get a user's presence information. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a user's presence information."; @@ -189,13 +193,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PresencesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PresencesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/communications/presences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PresencesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PresencesRequestBuilder(string rawUrl) : base("{+baseurl}/communications/presences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -203,6 +207,7 @@ public PresencesRequestBuilder(string rawUrl) : base("{+baseurl}/communications/ /// /// Get a user's presence information. /// + /// 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 new navigation property to presences for communications /// + /// 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(ApiSdk.Models.Presence body, public RequestInformation ToPostRequestInformation(ApiSdk.Models.Presence 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}/communications/presences", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Compliance/ComplianceRequestBuilder.cs b/src/generated/Compliance/ComplianceRequestBuilder.cs index 9d106da452..61ccdb11ab 100644 --- a/src/generated/Compliance/ComplianceRequestBuilder.cs +++ b/src/generated/Compliance/ComplianceRequestBuilder.cs @@ -22,6 +22,7 @@ public class ComplianceRequestBuilder : BaseCliRequestBuilder { /// /// Get compliance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get compliance"; @@ -66,6 +67,7 @@ public Command BuildGetCommand() { /// /// Update compliance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update compliance"; @@ -107,13 +109,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ComplianceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ComplianceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/compliance{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ComplianceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ComplianceRequestBuilder(string rawUrl) : base("{+baseurl}/compliance{?%24expand,%24select}", rawUrl) { @@ -121,6 +123,7 @@ public ComplianceRequestBuilder(string rawUrl) : base("{+baseurl}/compliance{?%2 /// /// Get compliance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -137,6 +140,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update compliance /// + /// 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 @@ -147,7 +151,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Compliance bod public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Compliance 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}/compliance", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Connections/ConnectionsRequestBuilder.cs b/src/generated/Connections/ConnectionsRequestBuilder.cs index bb75978de7..57920a6de9 100644 --- a/src/generated/Connections/ConnectionsRequestBuilder.cs +++ b/src/generated/Connections/ConnectionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ConnectionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of externalConnection entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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() { /// /// Add new entity to connections /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add new entity to connections"; @@ -98,6 +101,7 @@ public Command BuildCreateCommand() { /// /// Get entities from connections /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get entities from connections"; @@ -188,13 +192,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ConnectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConnectionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/connections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ConnectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConnectionsRequestBuilder(string rawUrl) : base("{+baseurl}/connections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -202,6 +206,7 @@ public ConnectionsRequestBuilder(string rawUrl) : base("{+baseurl}/connections{? /// /// Get entities from connections /// + /// 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,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add new entity to connections /// + /// 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 @@ -228,7 +234,7 @@ public RequestInformation ToPostRequestInformation(ExternalConnection body, Acti public RequestInformation ToPostRequestInformation(ExternalConnection 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}/connections", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Connections/Count/CountRequestBuilder.cs b/src/generated/Connections/Count/CountRequestBuilder.cs index ffe207aece..cc20d66e77 100644 --- a/src/generated/Connections/Count/CountRequestBuilder.cs +++ b/src/generated/Connections/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}/connections/$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}/connections/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/connections/$count{ /// /// 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/Connections/Item/ExternalConnectionItemRequestBuilder.cs b/src/generated/Connections/Item/ExternalConnectionItemRequestBuilder.cs index a1bff2fc7f..18d1c1f06e 100644 --- a/src/generated/Connections/Item/ExternalConnectionItemRequestBuilder.cs +++ b/src/generated/Connections/Item/ExternalConnectionItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class ExternalConnectionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete entity from connections /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from connections"; @@ -59,6 +60,7 @@ public Command BuildDeleteCommand() { /// /// Get entity from connections by key /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get entity from connections by key"; @@ -109,6 +111,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the groups property of the microsoft.graph.externalConnectors.externalConnection entity. /// + /// A public Command BuildGroupsNavCommand() { var command = new Command("groups"); command.Description = "Provides operations to manage the groups property of the microsoft.graph.externalConnectors.externalConnection entity."; @@ -134,6 +137,7 @@ public Command BuildGroupsNavCommand() { /// /// Provides operations to manage the items property of the microsoft.graph.externalConnectors.externalConnection entity. /// + /// A public Command BuildItemsNavCommand() { var command = new Command("items"); command.Description = "Provides operations to manage the items property of the microsoft.graph.externalConnectors.externalConnection entity."; @@ -159,6 +163,7 @@ public Command BuildItemsNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.externalConnectors.externalConnection entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.externalConnectors.externalConnection entity."; @@ -184,6 +189,7 @@ public Command BuildOperationsNavCommand() { /// /// Update entity in connections /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in connections"; @@ -233,6 +239,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the schema property of the microsoft.graph.externalConnectors.externalConnection entity. /// + /// A public Command BuildSchemaNavCommand() { var command = new Command("schema"); command.Description = "Provides operations to manage the schema property of the microsoft.graph.externalConnectors.externalConnection entity."; @@ -247,13 +254,13 @@ public Command BuildSchemaNavCommand() { return command; } /// - /// Instantiates a new ExternalConnectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExternalConnectionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/connections/{externalConnection%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExternalConnectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExternalConnectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{externalConnection%2Did}{?%24expand,%24select}", rawUrl) { @@ -261,6 +268,7 @@ public ExternalConnectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/co /// /// Delete entity from connections /// + /// 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,7 +277,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/connections/{externalConnection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -277,6 +285,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get entity from connections 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 @@ -293,6 +302,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in connections /// + /// 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 @@ -303,7 +313,7 @@ public RequestInformation ToPatchRequestInformation(ExternalConnection body, Act public RequestInformation ToPatchRequestInformation(ExternalConnection 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}/connections/{externalConnection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Connections/Item/Groups/Count/CountRequestBuilder.cs b/src/generated/Connections/Item/Groups/Count/CountRequestBuilder.cs index 90dce26d1a..5db27d85e0 100644 --- a/src/generated/Connections/Item/Groups/Count/CountRequestBuilder.cs +++ b/src/generated/Connections/Item/Groups/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}/connections/{externalConnection%2Did}/groups/$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}/connections/{externalConnection%2Did}/groups/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{extern /// /// 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/Connections/Item/Groups/GroupsRequestBuilder.cs b/src/generated/Connections/Item/Groups/GroupsRequestBuilder.cs index 939f7408e4..d27848f669 100644 --- a/src/generated/Connections/Item/Groups/GroupsRequestBuilder.cs +++ b/src/generated/Connections/Item/Groups/GroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class GroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the groups property of the microsoft.graph.externalConnectors.externalConnection 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new externalGroup object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new externalGroup object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// Get an externalGroup object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get an externalGroup object."; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new GroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/connections/{externalConnection%2Did}/groups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupsRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{externalConnection%2Did}/groups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public GroupsRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{exter /// /// Get an externalGroup 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 @@ -228,6 +233,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new externalGroup 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 @@ -238,7 +244,7 @@ public RequestInformation ToPostRequestInformation(ExternalGroup 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}/connections/{externalConnection%2Did}/groups", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilder.cs b/src/generated/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilder.cs index abc2ada3f1..443d2b24cf 100644 --- a/src/generated/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilder.cs +++ b/src/generated/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExternalGroupItemRequestBuilder : BaseCliRequestBuilder { /// Delete an externalGroup object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an externalGroup object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-1.0"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// Get an externalGroup object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get an externalGroup object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the members property of the microsoft.graph.externalConnectors.externalGroup entity. /// + /// A public Command BuildMembersNavCommand() { var command = new Command("members"); command.Description = "Provides operations to manage the members property of the microsoft.graph.externalConnectors.externalGroup entity."; @@ -146,6 +149,7 @@ public Command BuildMembersNavCommand() { /// Update the properties of an externalGroup object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an externalGroup object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-update?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExternalGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExternalGroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExternalGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExternalGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}{?%24expand,%24select}", rawUrl) { @@ -213,6 +217,7 @@ public ExternalGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/connect /// /// Delete an externalGroup 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 @@ -221,7 +226,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -229,6 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get an externalGroup 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,6 +251,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an externalGroup 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 @@ -255,7 +262,7 @@ public RequestInformation ToPatchRequestInformation(ExternalGroup 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}/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Connections/Item/Groups/Item/Members/Count/CountRequestBuilder.cs b/src/generated/Connections/Item/Groups/Item/Members/Count/CountRequestBuilder.cs index 2d5fec7fc3..973609ce3c 100644 --- a/src/generated/Connections/Item/Groups/Item/Members/Count/CountRequestBuilder.cs +++ b/src/generated/Connections/Item/Groups/Item/Members/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"; @@ -65,13 +66,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}/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}/members/$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}/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}/members/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{extern /// /// 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/Connections/Item/Groups/Item/Members/Item/IdentityItemRequestBuilder.cs b/src/generated/Connections/Item/Groups/Item/Members/Item/IdentityItemRequestBuilder.cs index 20d8bc8c99..2384c4ef0f 100644 --- a/src/generated/Connections/Item/Groups/Item/Members/Item/IdentityItemRequestBuilder.cs +++ b/src/generated/Connections/Item/Groups/Item/Members/Item/IdentityItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class IdentityItemRequestBuilder : BaseCliRequestBuilder { /// Delete an identity resource to remove the corresponding member from an externalGroup. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an identity resource to remove the corresponding member from an externalGroup.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property members in connections /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property members in connections"; @@ -189,13 +192,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new IdentityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IdentityItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}/members/{identity%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IdentityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IdentityItemRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}/members/{identity%2Did}{?%24expand,%24select}", rawUrl) { @@ -203,6 +206,7 @@ public IdentityItemRequestBuilder(string rawUrl) : base("{+baseurl}/connections/ /// /// Delete an identity resource to remove the corresponding member from an externalGroup. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,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}/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}/members/{identity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property members in connections /// + /// 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 @@ -245,7 +251,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ExternalConnec public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ExternalConnectors.Identity 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}/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}/members/{identity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Connections/Item/Groups/Item/Members/MembersRequestBuilder.cs b/src/generated/Connections/Item/Groups/Item/Members/MembersRequestBuilder.cs index e3a55e6118..488749e486 100644 --- a/src/generated/Connections/Item/Groups/Item/Members/MembersRequestBuilder.cs +++ b/src/generated/Connections/Item/Groups/Item/Members/MembersRequestBuilder.cs @@ -24,6 +24,7 @@ public class MembersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the members property of the microsoft.graph.externalConnectors.externalGroup entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new IdentityItemRequestBuilder(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 an identity resource for a new member in an externalGroup. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create an identity resource for a new member in an externalGroup.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// /// A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members."; @@ -208,13 +212,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MembersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -222,6 +226,7 @@ public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{exte /// /// A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -238,6 +243,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create an identity resource for a new member in an externalGroup. /// + /// 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 @@ -248,7 +254,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.ExternalConnect public RequestInformation ToPostRequestInformation(ApiSdk.Models.ExternalConnectors.Identity 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}/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}/members", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Connections/Item/Items/Count/CountRequestBuilder.cs b/src/generated/Connections/Item/Items/Count/CountRequestBuilder.cs index 3bc254b8d2..b0751bd4bf 100644 --- a/src/generated/Connections/Item/Items/Count/CountRequestBuilder.cs +++ b/src/generated/Connections/Item/Items/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}/connections/{externalConnection%2Did}/items/$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}/connections/{externalConnection%2Did}/items/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{extern /// /// 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/Connections/Item/Items/Item/Activities/ActivitiesRequestBuilder.cs b/src/generated/Connections/Item/Items/Item/Activities/ActivitiesRequestBuilder.cs index bac1086825..be34a7bc28 100644 --- a/src/generated/Connections/Item/Items/Item/Activities/ActivitiesRequestBuilder.cs +++ b/src/generated/Connections/Item/Items/Item/Activities/ActivitiesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ActivitiesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the activities property of the microsoft.graph.externalConnectors.externalItem 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 activities for connections /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to activities for connections"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Returns a list of activities performed on the item. Write-only. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Returns a list of activities performed on the item. Write-only."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ActivitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ActivitiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ActivitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ActivitiesRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public ActivitiesRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{e /// /// Returns a list of activities performed on the item. Write-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 @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to activities for connections /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(ExternalActivity body, Action public RequestInformation ToPostRequestInformation(ExternalActivity 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}/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Connections/Item/Items/Item/Activities/Count/CountRequestBuilder.cs b/src/generated/Connections/Item/Items/Item/Activities/Count/CountRequestBuilder.cs index 0f438b6739..04b3cb55f4 100644 --- a/src/generated/Connections/Item/Items/Item/Activities/Count/CountRequestBuilder.cs +++ b/src/generated/Connections/Item/Items/Item/Activities/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"; @@ -65,13 +66,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}/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities/$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}/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{extern /// /// 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/Connections/Item/Items/Item/Activities/Item/ExternalActivityItemRequestBuilder.cs b/src/generated/Connections/Item/Items/Item/Activities/Item/ExternalActivityItemRequestBuilder.cs index d3587294c0..12c0076b6d 100644 --- a/src/generated/Connections/Item/Items/Item/Activities/Item/ExternalActivityItemRequestBuilder.cs +++ b/src/generated/Connections/Item/Items/Item/Activities/Item/ExternalActivityItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ExternalActivityItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property activities for connections /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property activities for connections"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Returns a list of activities performed on the item. Write-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Returns a list of activities performed on the item. Write-only."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property activities in connections /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property activities in connections"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the performedBy property of the microsoft.graph.externalConnectors.externalActivity entity. /// + /// A public Command BuildPerformedByNavCommand() { var command = new Command("performed-by"); command.Description = "Provides operations to manage the performedBy property of the microsoft.graph.externalConnectors.externalActivity entity."; @@ -204,13 +208,13 @@ public Command BuildPerformedByNavCommand() { return command; } /// - /// Instantiates a new ExternalActivityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExternalActivityItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities/{externalActivity%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExternalActivityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExternalActivityItemRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities/{externalActivity%2Did}{?%24expand,%24select}", rawUrl) { @@ -218,6 +222,7 @@ public ExternalActivityItemRequestBuilder(string rawUrl) : base("{+baseurl}/conn /// /// Delete navigation property activities for connections /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,7 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities/{externalActivity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -234,6 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Returns a list of activities performed on the item. Write-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 @@ -250,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property activities in connections /// + /// 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 @@ -260,7 +267,7 @@ public RequestInformation ToPatchRequestInformation(ExternalActivity body, Actio public RequestInformation ToPatchRequestInformation(ExternalActivity 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}/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities/{externalActivity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Connections/Item/Items/Item/Activities/Item/PerformedBy/PerformedByRequestBuilder.cs b/src/generated/Connections/Item/Items/Item/Activities/Item/PerformedBy/PerformedByRequestBuilder.cs index 2b0ab941e1..6ece2e4ade 100644 --- a/src/generated/Connections/Item/Items/Item/Activities/Item/PerformedBy/PerformedByRequestBuilder.cs +++ b/src/generated/Connections/Item/Items/Item/Activities/Item/PerformedBy/PerformedByRequestBuilder.cs @@ -22,6 +22,7 @@ public class PerformedByRequestBuilder : BaseCliRequestBuilder { /// /// Represents an identity used to identify who is responsible for the activity. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents an identity used to identify who is responsible for the activity."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PerformedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PerformedByRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities/{externalActivity%2Did}/performedBy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PerformedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PerformedByRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities/{externalActivity%2Did}/performedBy{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public PerformedByRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{ /// /// Represents an identity used to identify who is responsible for the activity. /// + /// 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/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.cs b/src/generated/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.cs index 46a2cc0b2e..b90bb44842 100644 --- a/src/generated/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.cs +++ b/src/generated/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExternalItemItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the activities property of the microsoft.graph.externalConnectors.externalItem entity. /// + /// A public Command BuildActivitiesNavCommand() { var command = new Command("activities"); command.Description = "Provides operations to manage the activities property of the microsoft.graph.externalConnectors.externalItem entity."; @@ -50,6 +51,7 @@ public Command BuildActivitiesNavCommand() { /// Delete an externalItem object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an externalItem object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-1.0"; @@ -90,6 +92,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an externalItem object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an externalItem object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0"; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the addActivities method. /// + /// A public Command BuildMicrosoftGraphExternalConnectorsAddActivitiesNavCommand() { var command = new Command("microsoft-graph-external-connectors-add-activities"); command.Description = "Provides operations to call the addActivities method."; @@ -161,6 +165,7 @@ public Command BuildMicrosoftGraphExternalConnectorsAddActivitiesNavCommand() { /// /// Update the navigation property items in connections /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update the navigation property items in connections"; @@ -214,13 +219,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new ExternalItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExternalItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/connections/{externalConnection%2Did}/items/{externalItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExternalItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExternalItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{externalConnection%2Did}/items/{externalItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -228,6 +233,7 @@ public ExternalItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/connecti /// /// Delete an externalItem 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 @@ -236,7 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/connections/{externalConnection%2Did}/items/{externalItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -244,6 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an externalItem 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 @@ -260,6 +267,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property items in connections /// + /// 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 @@ -270,7 +278,7 @@ public RequestInformation ToPutRequestInformation(ExternalItem body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/connections/{externalConnection%2Did}/items/{externalItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostRequestBody.cs b/src/generated/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostRequestBody.cs index 93f3ac779f..ffa294f05d 100644 --- a/src/generated/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostRequestBody.cs +++ b/src/generated/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostRequestBody.cs @@ -18,7 +18,7 @@ public class AddActivitiesPostRequestBody : IAdditionalDataHolder, IParsable { /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. public IDictionary AdditionalData { get; set; } /// - /// Instantiates a new addActivitiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddActivitiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AddActivitiesPostRequestBody() { /// /// 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 AddActivitiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AddActivitiesPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"activities", n => { Activities = n.GetCollectionOfObjectValues(ExternalActivity.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostResponse.cs b/src/generated/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostResponse.cs index 1a1e32c6cc..e807d9b24b 100644 --- a/src/generated/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostResponse.cs +++ b/src/generated/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostResponse.cs @@ -19,6 +19,7 @@ public class AddActivitiesPostResponse : BaseCollectionPaginationCountResponse, /// /// 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 new AddActivitiesPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class AddActivitiesPostResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExternalActivityResult.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder.cs b/src/generated/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder.cs index 80bef84465..91dd7a6762 100644 --- a/src/generated/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder.cs +++ b/src/generated/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder.cs @@ -21,6 +21,7 @@ public class MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder : BaseC /// /// Invoke action addActivities /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action addActivities"; @@ -85,13 +86,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/connections/{externalConnection%2Did}/items/{externalItem%2Did}/microsoft.graph.externalConnectors.addActivities", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{externalConnection%2Did}/items/{externalItem%2Did}/microsoft.graph.externalConnectors.addActivities", rawUrl) { @@ -99,6 +100,7 @@ public MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder(string rawUrl /// /// Invoke action addActivities /// + /// 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/Connections/Item/Items/ItemsRequestBuilder.cs b/src/generated/Connections/Item/Items/ItemsRequestBuilder.cs index b6ba3e926e..3b632fe679 100644 --- a/src/generated/Connections/Item/Items/ItemsRequestBuilder.cs +++ b/src/generated/Connections/Item/Items/ItemsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ItemsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the items property of the microsoft.graph.externalConnectors.externalConnection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to items for connections /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to items for connections"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of an externalItem object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of an externalItem object."; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/connections/{externalConnection%2Did}/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{externalConnection%2Did}/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{extern /// /// Read the properties and relationships of an externalItem 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 @@ -228,6 +233,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to items for connections /// + /// 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(ExternalItem 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}/connections/{externalConnection%2Did}/items", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Connections/Item/Operations/Count/CountRequestBuilder.cs b/src/generated/Connections/Item/Operations/Count/CountRequestBuilder.cs index 21b914b95a..e73af655ce 100644 --- a/src/generated/Connections/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/generated/Connections/Item/Operations/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}/connections/{externalConnection%2Did}/operations/$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}/connections/{externalConnection%2Did}/operations/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{extern /// /// 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/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilder.cs b/src/generated/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilder.cs index d376edfd6c..6a2f2b81f2 100644 --- a/src/generated/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilder.cs +++ b/src/generated/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ConnectionOperationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property operations for connections /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property operations for connections"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a connectionOperation object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a connectionOperation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property operations in connections /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property operations in connections"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ConnectionOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConnectionOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/connections/{externalConnection%2Did}/operations/{connectionOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ConnectionOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConnectionOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{externalConnection%2Did}/operations/{connectionOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public ConnectionOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/c /// /// Delete navigation property operations for connections /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/connections/{externalConnection%2Did}/operations/{connectionOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a connectionOperation 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 @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property operations in connections /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(ConnectionOperation body, Ac public RequestInformation ToPatchRequestInformation(ConnectionOperation 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}/connections/{externalConnection%2Did}/operations/{connectionOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Connections/Item/Operations/OperationsRequestBuilder.cs b/src/generated/Connections/Item/Operations/OperationsRequestBuilder.cs index 38ab679594..04b5856a11 100644 --- a/src/generated/Connections/Item/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Connections/Item/Operations/OperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the operations property of the microsoft.graph.externalConnectors.externalConnection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ConnectionOperationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to operations for connections /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to operations for connections"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a connectionOperation object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a connectionOperation object."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/connections/{externalConnection%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{externalConnection%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{e /// /// Read the properties and relationships of a connectionOperation 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 @@ -225,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for connections /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(ConnectionOperation body, Act public RequestInformation ToPostRequestInformation(ConnectionOperation 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}/connections/{externalConnection%2Did}/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Connections/Item/Schema/SchemaRequestBuilder.cs b/src/generated/Connections/Item/Schema/SchemaRequestBuilder.cs index 386d8fae0e..584401369f 100644 --- a/src/generated/Connections/Item/Schema/SchemaRequestBuilder.cs +++ b/src/generated/Connections/Item/Schema/SchemaRequestBuilder.cs @@ -23,6 +23,7 @@ public class SchemaRequestBuilder : BaseCliRequestBuilder { /// Read the properties and relationships of a schema object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a schema object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0"; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// Create a new schema object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Create a new schema object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0"; @@ -121,13 +123,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SchemaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SchemaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/connections/{externalConnection%2Did}/schema{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SchemaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SchemaRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{externalConnection%2Did}/schema{?%24expand,%24select}", rawUrl) { @@ -135,6 +137,7 @@ public SchemaRequestBuilder(string rawUrl) : base("{+baseurl}/connections/{exter /// /// Read the properties and relationships of a schema 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 @@ -151,6 +154,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new schema 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 @@ -161,7 +165,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ExternalConnec public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ExternalConnectors.Schema 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}/connections/{externalConnection%2Did}/schema", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Contacts/ContactsRequestBuilder.cs b/src/generated/Contacts/ContactsRequestBuilder.cs index 4b1cc059e4..fb2a3aec3c 100644 --- a/src/generated/Contacts/ContactsRequestBuilder.cs +++ b/src/generated/Contacts/ContactsRequestBuilder.cs @@ -28,6 +28,7 @@ public class ContactsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of orgContact entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -51,6 +52,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."; @@ -66,6 +68,7 @@ public Command BuildCountNavCommand() { /// /// Add new entity to contacts /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add new entity to contacts"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -124,6 +128,7 @@ public Command BuildDeltaNavCommand() { /// /// Provides operations to call the getAvailableExtensionProperties method. /// + /// A public Command BuildGetAvailableExtensionPropertiesNavCommand() { var command = new Command("get-available-extension-properties"); command.Description = "Provides operations to call the getAvailableExtensionProperties method."; @@ -139,6 +144,7 @@ public Command BuildGetAvailableExtensionPropertiesNavCommand() { /// /// Provides operations to call the getByIds method. /// + /// A public Command BuildGetByIdsNavCommand() { var command = new Command("get-by-ids"); command.Description = "Provides operations to call the getByIds method."; @@ -155,6 +161,7 @@ public Command BuildGetByIdsNavCommand() { /// Get the list of organizational contacts for this organization. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of organizational contacts for this organization.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0"; @@ -254,6 +261,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the validateProperties method. /// + /// A public Command BuildValidatePropertiesNavCommand() { var command = new Command("validate-properties"); command.Description = "Provides operations to call the validateProperties method."; @@ -267,13 +275,13 @@ public Command BuildValidatePropertiesNavCommand() { return command; } /// - /// Instantiates a new ContactsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContactsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContactsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContactsRequestBuilder(string rawUrl) : base("{+baseurl}/contacts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -281,6 +289,7 @@ public ContactsRequestBuilder(string rawUrl) : base("{+baseurl}/contacts{?%24cou /// /// Get the list of organizational contacts for this organization. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -297,6 +306,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add new entity to contacts /// + /// 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 @@ -307,7 +317,7 @@ public RequestInformation ToPostRequestInformation(OrgContact 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}/contacts", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Contacts/Count/CountRequestBuilder.cs b/src/generated/Contacts/Count/CountRequestBuilder.cs index 0b99289428..01c3465f8c 100644 --- a/src/generated/Contacts/Count/CountRequestBuilder.cs +++ b/src/generated/Contacts/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"; @@ -60,13 +61,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}/contacts/$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}/contacts/$count{?%24filter,%24search}", rawUrl) { @@ -74,6 +75,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/$count{?%2 /// /// 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/Contacts/Delta/DeltaGetResponse.cs b/src/generated/Contacts/Delta/DeltaGetResponse.cs index 499ee2a425..080c4e5c6d 100644 --- a/src/generated/Contacts/Delta/DeltaGetResponse.cs +++ b/src/generated/Contacts/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(OrgContact.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Contacts/Delta/DeltaRequestBuilder.cs b/src/generated/Contacts/Delta/DeltaRequestBuilder.cs index 67dc7a8a2a..86b7c09a20 100644 --- a/src/generated/Contacts/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Contacts/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs b/src/generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs index cc35463583..a922b9a7cc 100644 --- a/src/generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs +++ b/src/generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetAvailableExtensionPropertiesPostRequestBody : IAdditionalDataHol /// The isSyncedFromOnPremises property public bool? IsSyncedFromOnPremises { get; set; } /// - /// Instantiates a new getAvailableExtensionPropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetAvailableExtensionPropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetAvailableExtensionPropertiesPostRequestBody() { /// /// 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 GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscrimin /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isSyncedFromOnPremises", n => { IsSyncedFromOnPremises = n.GetBoolValue(); } }, diff --git a/src/generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs b/src/generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs index 58d6cd8a2e..8ab9ff4369 100644 --- a/src/generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs +++ b/src/generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs @@ -18,6 +18,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// 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 new GetAvailableExtensionPropertiesPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExtensionProperty.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index b5fe7344b1..5ac0eaeb05 100644 --- a/src/generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/generated/Contacts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetAvailableExtensionPropertiesRequestBuilder : BaseCliRequestBuild /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetAvailableExtensionPropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/getAvailableExtensionProperties", pathParameters) { } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/getAvailableExtensionProperties", rawUrl) { @@ -88,6 +89,7 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+ba /// /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// + /// 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/Contacts/GetByIds/GetByIdsPostRequestBody.cs b/src/generated/Contacts/GetByIds/GetByIdsPostRequestBody.cs index 1d94ed59ff..90dc4b37b8 100644 --- a/src/generated/Contacts/GetByIds/GetByIdsPostRequestBody.cs +++ b/src/generated/Contacts/GetByIds/GetByIdsPostRequestBody.cs @@ -25,7 +25,7 @@ public class GetByIdsPostRequestBody : IAdditionalDataHolder, IParsable { public List Types { get; set; } #endif /// - /// Instantiates a new getByIdsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetByIdsPostRequestBody() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public GetByIdsPostRequestBody() { /// /// 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 GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Contacts/GetByIds/GetByIdsPostResponse.cs b/src/generated/Contacts/GetByIds/GetByIdsPostResponse.cs index 071acbb78d..1ed382f6d3 100644 --- a/src/generated/Contacts/GetByIds/GetByIdsPostResponse.cs +++ b/src/generated/Contacts/GetByIds/GetByIdsPostResponse.cs @@ -18,6 +18,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// 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 new GetByIdsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Contacts/GetByIds/GetByIdsRequestBuilder.cs b/src/generated/Contacts/GetByIds/GetByIdsRequestBuilder.cs index a8aaf5560f..c21916f82c 100644 --- a/src/generated/Contacts/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/generated/Contacts/GetByIds/GetByIdsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetByIdsRequestBuilder : BaseCliRequestBuilder { /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetByIdsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/getByIds", pathParameters) { } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/getByIds", rawUrl) { @@ -88,6 +89,7 @@ public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/getById /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// + /// 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/Contacts/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs b/src/generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs index 08ed1fc24d..20297c5f75 100644 --- a/src/generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs +++ b/src/generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable public List GroupIds { get; set; } #endif /// - /// Instantiates a new checkMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberGroupsPostRequestBody() { /// /// 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 CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupIds", n => { GroupIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs b/src/generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs index 77828ec931..b3870870fc 100644 --- a/src/generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs +++ b/src/generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// 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 new CheckMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index 1921d54b03..86291bc15b 100644 --- a/src/generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class CheckMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/checkMemberGroups", pathParameters) { } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/checkMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/contact /// /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// + /// 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/Contacts/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs b/src/generated/Contacts/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs index f953dba7de..c4b67a6973 100644 --- a/src/generated/Contacts/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs +++ b/src/generated/Contacts/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsabl public List Ids { get; set; } #endif /// - /// Instantiates a new checkMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberObjectsPostRequestBody() { /// /// 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 CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Contacts/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs b/src/generated/Contacts/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs index 03a9504c4d..44305ec252 100644 --- a/src/generated/Contacts/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs +++ b/src/generated/Contacts/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// 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 new CheckMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Contacts/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs b/src/generated/Contacts/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs index d25b68ab5c..3ab1eea419 100644 --- a/src/generated/Contacts/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs +++ b/src/generated/Contacts/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs @@ -21,6 +21,7 @@ public class CheckMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action checkMemberObjects /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action checkMemberObjects"; @@ -79,13 +80,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/checkMemberObjects", pathParameters) { } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/checkMemberObjects", rawUrl) { @@ -93,6 +94,7 @@ public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/contac /// /// Invoke action checkMemberObjects /// + /// 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/Contacts/Item/DirectReports/Count/CountRequestBuilder.cs b/src/generated/Contacts/Item/DirectReports/Count/CountRequestBuilder.cs index 765b8eaaaa..1140d8507a 100644 --- a/src/generated/Contacts/Item/DirectReports/Count/CountRequestBuilder.cs +++ b/src/generated/Contacts/Item/DirectReports/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"; @@ -66,13 +67,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}/contacts/{orgContact%2Did}/directReports/$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}/contacts/{orgContact%2Did}/directReports/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContac /// /// 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/Contacts/Item/DirectReports/DirectReportsRequestBuilder.cs b/src/generated/Contacts/Item/DirectReports/DirectReportsRequestBuilder.cs index af80dd636f..9bd9a2169e 100644 --- a/src/generated/Contacts/Item/DirectReports/DirectReportsRequestBuilder.cs +++ b/src/generated/Contacts/Item/DirectReports/DirectReportsRequestBuilder.cs @@ -26,6 +26,7 @@ public class DirectReportsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the directReports property of the microsoft.graph.orgContact entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Casts the previous resource to orgContact. /// + /// A public Command BuildGraphOrgContactNavCommand() { var command = new Command("graph-org-contact"); command.Description = "Casts the previous resource to orgContact."; @@ -74,6 +77,7 @@ public Command BuildGraphOrgContactNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserNavCommand() { var command = new Command("graph-user"); command.Description = "Casts the previous resource to user."; @@ -96,6 +100,7 @@ public Command BuildGraphUserNavCommand() { /// The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0"; @@ -199,13 +204,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DirectReportsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectReportsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/directReports{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DirectReportsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectReportsRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/directReports{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +218,7 @@ public DirectReportsRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{o /// /// The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand. /// + /// 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/Contacts/Item/DirectReports/GraphOrgContact/Count/CountRequestBuilder.cs b/src/generated/Contacts/Item/DirectReports/GraphOrgContact/Count/CountRequestBuilder.cs index 5b86dfcbed..42a246975e 100644 --- a/src/generated/Contacts/Item/DirectReports/GraphOrgContact/Count/CountRequestBuilder.cs +++ b/src/generated/Contacts/Item/DirectReports/GraphOrgContact/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"; @@ -66,13 +67,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}/contacts/{orgContact%2Did}/directReports/graph.orgContact/$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}/contacts/{orgContact%2Did}/directReports/graph.orgContact/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContac /// /// 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/Contacts/Item/DirectReports/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/generated/Contacts/Item/DirectReports/GraphOrgContact/GraphOrgContactRequestBuilder.cs index afe6286125..32b6017e41 100644 --- a/src/generated/Contacts/Item/DirectReports/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/generated/Contacts/Item/DirectReports/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphOrgContactRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphOrgContactRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/directReports/graph.orgContact{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/directReports/graph.orgContact{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/ /// /// Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection /// + /// 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/Contacts/Item/DirectReports/GraphUser/Count/CountRequestBuilder.cs b/src/generated/Contacts/Item/DirectReports/GraphUser/Count/CountRequestBuilder.cs index bd05b1a121..7cdee84b1a 100644 --- a/src/generated/Contacts/Item/DirectReports/GraphUser/Count/CountRequestBuilder.cs +++ b/src/generated/Contacts/Item/DirectReports/GraphUser/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"; @@ -66,13 +67,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}/contacts/{orgContact%2Did}/directReports/graph.user/$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}/contacts/{orgContact%2Did}/directReports/graph.user/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContac /// /// 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/Contacts/Item/DirectReports/GraphUser/GraphUserRequestBuilder.cs b/src/generated/Contacts/Item/DirectReports/GraphUser/GraphUserRequestBuilder.cs index 651e2220b3..da35d1ead3 100644 --- a/src/generated/Contacts/Item/DirectReports/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/Contacts/Item/DirectReports/GraphUser/GraphUserRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/directReports/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/directReports/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgCo /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// 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/Contacts/Item/DirectReports/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Contacts/Item/DirectReports/Item/DirectoryObjectItemRequestBuilder.cs index db51aebf47..c63993dd25 100644 --- a/src/generated/Contacts/Item/DirectReports/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Contacts/Item/DirectReports/Item/DirectoryObjectItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand."; @@ -87,6 +88,7 @@ public Command BuildGetCommand() { /// /// Casts the previous resource to orgContact. /// + /// A public Command BuildGraphOrgContactByIdNavCommand() { var command = new Command("graph-org-contact-by-id"); command.Description = "Casts the previous resource to orgContact."; @@ -102,6 +104,7 @@ public Command BuildGraphOrgContactByIdNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserByIdNavCommand() { var command = new Command("graph-user-by-id"); command.Description = "Casts the previous resource to user."; @@ -115,13 +118,13 @@ public Command BuildGraphUserByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/directReports/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/directReports/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/conta /// /// The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand. /// + /// 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/Contacts/Item/DirectReports/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/generated/Contacts/Item/DirectReports/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs index 51c7a66497..1084f57cd9 100644 --- a/src/generated/Contacts/Item/DirectReports/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/generated/Contacts/Item/DirectReports/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphOrgContactRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphOrgContactRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/directReports/{directoryObject%2Did}/graph.orgContact{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/directReports/{directoryObject%2Did}/graph.orgContact{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/ /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact /// + /// 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/Contacts/Item/DirectReports/Item/GraphUser/GraphUserRequestBuilder.cs b/src/generated/Contacts/Item/DirectReports/Item/GraphUser/GraphUserRequestBuilder.cs index 7b02877eeb..6660ad8306 100644 --- a/src/generated/Contacts/Item/DirectReports/Item/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/Contacts/Item/DirectReports/Item/GraphUser/GraphUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.user"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/directReports/{directoryObject%2Did}/graph.user{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/directReports/{directoryObject%2Did}/graph.user{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgCo /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// 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/Contacts/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs b/src/generated/Contacts/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs index 5893c05616..abfa05667d 100644 --- a/src/generated/Contacts/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs +++ b/src/generated/Contacts/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable { /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberGroupsPostRequestBody() { /// /// 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 GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/Contacts/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs b/src/generated/Contacts/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs index 1e161929cf..4b59e10d41 100644 --- a/src/generated/Contacts/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs +++ b/src/generated/Contacts/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// 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 new GetMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Contacts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/generated/Contacts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index 9ca2adff8f..4a5a11c113 100644 --- a/src/generated/Contacts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/generated/Contacts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/getMemberGroups", pathParameters) { } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/getMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/ /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf 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 diff --git a/src/generated/Contacts/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs b/src/generated/Contacts/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs index e8fe9a0ffe..ed93c107bf 100644 --- a/src/generated/Contacts/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs +++ b/src/generated/Contacts/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsable /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberObjectsPostRequestBody() { /// /// 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 GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/Contacts/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs b/src/generated/Contacts/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs index a14c2ba2ae..7f92a633ae 100644 --- a/src/generated/Contacts/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs +++ b/src/generated/Contacts/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// 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 new GetMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Contacts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/generated/Contacts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index dbaca615c0..13954e8e4d 100644 --- a/src/generated/Contacts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/generated/Contacts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/getMemberObjects", pathParameters) { } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/getMemberObjects", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/contacts /// /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// + /// 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/Contacts/Item/Manager/ManagerRequestBuilder.cs b/src/generated/Contacts/Item/Manager/ManagerRequestBuilder.cs index b94af7aa8b..30583b8ad6 100644 --- a/src/generated/Contacts/Item/Manager/ManagerRequestBuilder.cs +++ b/src/generated/Contacts/Item/Manager/ManagerRequestBuilder.cs @@ -23,6 +23,7 @@ public class ManagerRequestBuilder : BaseCliRequestBuilder { /// Get this organizational contact's manager. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get this organizational contact's manager.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ManagerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagerRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/manager{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagerRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/manager{?%24expand,%24select}", rawUrl) { @@ -85,6 +86,7 @@ public ManagerRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgCont /// /// Get this organizational contact's manager. /// + /// 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/Contacts/Item/MemberOf/Count/CountRequestBuilder.cs b/src/generated/Contacts/Item/MemberOf/Count/CountRequestBuilder.cs index 1b681a7693..0f7fd6b56e 100644 --- a/src/generated/Contacts/Item/MemberOf/Count/CountRequestBuilder.cs +++ b/src/generated/Contacts/Item/MemberOf/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"; @@ -66,13 +67,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}/contacts/{orgContact%2Did}/memberOf/$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}/contacts/{orgContact%2Did}/memberOf/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContac /// /// 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/Contacts/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/generated/Contacts/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index 01c834c103..b1f0874c90 100644 --- a/src/generated/Contacts/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/generated/Contacts/Item/MemberOf/GraphAdministrativeUnit/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"; @@ -66,13 +67,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}/contacts/{orgContact%2Did}/memberOf/graph.administrativeUnit/$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}/contacts/{orgContact%2Did}/memberOf/graph.administrativeUnit/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContac /// /// 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/Contacts/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/generated/Contacts/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index f8d7f3046d..fea795d585 100644 --- a/src/generated/Contacts/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/generated/Contacts/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphAdministrativeUnitRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAdministrativeUnitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/memberOf/graph.administrativeUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/memberOf/graph.administrativeUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/c /// /// Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection /// + /// 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/Contacts/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/generated/Contacts/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs index fb5f4b6945..64ab858557 100644 --- a/src/generated/Contacts/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/generated/Contacts/Item/MemberOf/GraphGroup/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"; @@ -66,13 +67,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}/contacts/{orgContact%2Did}/memberOf/graph.group/$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}/contacts/{orgContact%2Did}/memberOf/graph.group/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContac /// /// 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/Contacts/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Contacts/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs index 9258c655e7..a2c69a201e 100644 --- a/src/generated/Contacts/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Contacts/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/memberOf/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/memberOf/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgC /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// 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/Contacts/Item/MemberOf/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Contacts/Item/MemberOf/Item/DirectoryObjectItemRequestBuilder.cs index f7bf90bb71..084bfc3175 100644 --- a/src/generated/Contacts/Item/MemberOf/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Contacts/Item/MemberOf/Item/DirectoryObjectItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Groups that this contact is a member of. Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Groups that this contact is a member of. Read-only. Nullable. Supports $expand."; @@ -87,6 +88,7 @@ public Command BuildGetCommand() { /// /// Casts the previous resource to administrativeUnit. /// + /// A public Command BuildGraphAdministrativeUnitByIdNavCommand() { var command = new Command("graph-administrative-unit-by-id"); command.Description = "Casts the previous resource to administrativeUnit."; @@ -102,6 +104,7 @@ public Command BuildGraphAdministrativeUnitByIdNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupByIdNavCommand() { var command = new Command("graph-group-by-id"); command.Description = "Casts the previous resource to group."; @@ -115,13 +118,13 @@ public Command BuildGraphGroupByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/memberOf/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/memberOf/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/conta /// /// Groups that this contact is a member of. Read-only. Nullable. Supports $expand. /// + /// 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/Contacts/Item/MemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/generated/Contacts/Item/MemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index d86bb9ee59..2a36795b5a 100644 --- a/src/generated/Contacts/Item/MemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/generated/Contacts/Item/MemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphAdministrativeUnitRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAdministrativeUnitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/memberOf/{directoryObject%2Did}/graph.administrativeUnit{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/memberOf/{directoryObject%2Did}/graph.administrativeUnit{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/c /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit /// + /// 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/Contacts/Item/MemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Contacts/Item/MemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs index 0655c5bc48..ed1d154d19 100644 --- a/src/generated/Contacts/Item/MemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Contacts/Item/MemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.group"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/memberOf/{directoryObject%2Did}/graph.group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/memberOf/{directoryObject%2Did}/graph.group{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgC /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// 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/Contacts/Item/MemberOf/MemberOfRequestBuilder.cs b/src/generated/Contacts/Item/MemberOf/MemberOfRequestBuilder.cs index 3349e80164..e59e77b21a 100644 --- a/src/generated/Contacts/Item/MemberOf/MemberOfRequestBuilder.cs +++ b/src/generated/Contacts/Item/MemberOf/MemberOfRequestBuilder.cs @@ -26,6 +26,7 @@ public class MemberOfRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the memberOf property of the microsoft.graph.orgContact entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Casts the previous resource to administrativeUnit. /// + /// A public Command BuildGraphAdministrativeUnitNavCommand() { var command = new Command("graph-administrative-unit"); command.Description = "Casts the previous resource to administrativeUnit."; @@ -74,6 +77,7 @@ public Command BuildGraphAdministrativeUnitNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupNavCommand() { var command = new Command("graph-group"); command.Description = "Casts the previous resource to group."; @@ -96,6 +100,7 @@ public Command BuildGraphGroupNavCommand() { /// Groups that this contact is a member of. Read-only. Nullable. Supports $expand. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Groups that this contact is a member of. Read-only. Nullable. Supports $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0"; @@ -199,13 +204,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MemberOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MemberOfRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/memberOf{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MemberOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MemberOfRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/memberOf{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +218,7 @@ public MemberOfRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgCon /// /// Groups that this contact is a member of. Read-only. Nullable. Supports $expand. /// + /// 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/Contacts/Item/OrgContactItemRequestBuilder.cs b/src/generated/Contacts/Item/OrgContactItemRequestBuilder.cs index 37f6af4fce..93e89ec6b9 100644 --- a/src/generated/Contacts/Item/OrgContactItemRequestBuilder.cs +++ b/src/generated/Contacts/Item/OrgContactItemRequestBuilder.cs @@ -33,6 +33,7 @@ public class OrgContactItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the checkMemberGroups method. /// + /// A public Command BuildCheckMemberGroupsNavCommand() { var command = new Command("check-member-groups"); command.Description = "Provides operations to call the checkMemberGroups method."; @@ -48,6 +49,7 @@ public Command BuildCheckMemberGroupsNavCommand() { /// /// Provides operations to call the checkMemberObjects method. /// + /// A public Command BuildCheckMemberObjectsNavCommand() { var command = new Command("check-member-objects"); command.Description = "Provides operations to call the checkMemberObjects method."; @@ -63,6 +65,7 @@ public Command BuildCheckMemberObjectsNavCommand() { /// /// Delete entity from contacts /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from contacts"; @@ -96,6 +99,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the directReports property of the microsoft.graph.orgContact entity. /// + /// A public Command BuildDirectReportsNavCommand() { var command = new Command("direct-reports"); command.Description = "Provides operations to manage the directReports property of the microsoft.graph.orgContact entity."; @@ -123,6 +127,7 @@ public Command BuildDirectReportsNavCommand() { /// Get the properties and relationships of an organizational contact. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the properties and relationships of an organizational contact.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0"; @@ -173,6 +178,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getMemberGroups method. /// + /// A public Command BuildGetMemberGroupsNavCommand() { var command = new Command("get-member-groups"); command.Description = "Provides operations to call the getMemberGroups method."; @@ -188,6 +194,7 @@ public Command BuildGetMemberGroupsNavCommand() { /// /// Provides operations to call the getMemberObjects method. /// + /// A public Command BuildGetMemberObjectsNavCommand() { var command = new Command("get-member-objects"); command.Description = "Provides operations to call the getMemberObjects method."; @@ -203,6 +210,7 @@ public Command BuildGetMemberObjectsNavCommand() { /// /// Provides operations to manage the manager property of the microsoft.graph.orgContact entity. /// + /// A public Command BuildManagerNavCommand() { var command = new Command("manager"); command.Description = "Provides operations to manage the manager property of the microsoft.graph.orgContact entity."; @@ -218,6 +226,7 @@ public Command BuildManagerNavCommand() { /// /// Provides operations to manage the memberOf property of the microsoft.graph.orgContact entity. /// + /// A public Command BuildMemberOfNavCommand() { var command = new Command("member-of"); command.Description = "Provides operations to manage the memberOf property of the microsoft.graph.orgContact entity."; @@ -244,6 +253,7 @@ public Command BuildMemberOfNavCommand() { /// /// Update entity in contacts /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in contacts"; @@ -293,6 +303,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the restore method. /// + /// A public Command BuildRestoreNavCommand() { var command = new Command("restore"); command.Description = "Provides operations to call the restore method."; @@ -308,6 +319,7 @@ public Command BuildRestoreNavCommand() { /// /// Provides operations to call the retryServiceProvisioning method. /// + /// A public Command BuildRetryServiceProvisioningNavCommand() { var command = new Command("retry-service-provisioning"); command.Description = "Provides operations to call the retryServiceProvisioning method."; @@ -323,6 +335,7 @@ public Command BuildRetryServiceProvisioningNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -344,6 +357,7 @@ public Command BuildServiceProvisioningErrorsNavCommand() { /// /// Provides operations to manage the transitiveMemberOf property of the microsoft.graph.orgContact entity. /// + /// A public Command BuildTransitiveMemberOfNavCommand() { var command = new Command("transitive-member-of"); command.Description = "Provides operations to manage the transitiveMemberOf property of the microsoft.graph.orgContact entity."; @@ -368,13 +382,13 @@ public Command BuildTransitiveMemberOfNavCommand() { return command; } /// - /// Instantiates a new OrgContactItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OrgContactItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OrgContactItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OrgContactItemRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}{?%24expand,%24select}", rawUrl) { @@ -382,6 +396,7 @@ public OrgContactItemRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{ /// /// Delete entity from contacts /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -390,7 +405,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/contacts/{orgContact%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -398,6 +413,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the properties and relationships of an organizational contact. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -414,6 +430,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in contacts /// + /// 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 @@ -424,7 +441,7 @@ public RequestInformation ToPatchRequestInformation(OrgContact 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}/contacts/{orgContact%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Contacts/Item/Restore/RestoreRequestBuilder.cs b/src/generated/Contacts/Item/Restore/RestoreRequestBuilder.cs index 5f6c61ef18..3af9d2d0b9 100644 --- a/src/generated/Contacts/Item/Restore/RestoreRequestBuilder.cs +++ b/src/generated/Contacts/Item/Restore/RestoreRequestBuilder.cs @@ -23,6 +23,7 @@ public class RestoreRequestBuilder : BaseCliRequestBuilder { /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/restore", pathParameters) { } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/restore", rawUrl) { @@ -71,6 +72,7 @@ public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgCont /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// + /// 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/Contacts/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs b/src/generated/Contacts/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs index a2fca4801e..dd591156cb 100644 --- a/src/generated/Contacts/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs +++ b/src/generated/Contacts/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs @@ -21,6 +21,7 @@ public class RetryServiceProvisioningRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action retryServiceProvisioning /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action retryServiceProvisioning"; @@ -45,13 +46,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RetryServiceProvisioningRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RetryServiceProvisioningRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/retryServiceProvisioning", pathParameters) { } /// - /// Instantiates a new RetryServiceProvisioningRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RetryServiceProvisioningRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/retryServiceProvisioning", rawUrl) { @@ -59,6 +60,7 @@ public RetryServiceProvisioningRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Invoke action retryServiceProvisioning /// + /// 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/Contacts/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Contacts/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 718908ab20..81b018d61f 100644 --- a/src/generated/Contacts/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Contacts/Item/ServiceProvisioningErrors/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"; @@ -66,13 +67,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}/contacts/{orgContact%2Did}/serviceProvisioningErrors/$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}/contacts/{orgContact%2Did}/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContac /// /// 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/Contacts/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Contacts/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index a2b70f73ab..bfad0e8a99 100644 --- a/src/generated/Contacts/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Contacts/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from an organizational contact object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from an organizational contact object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from an organizational contact object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Contacts/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs b/src/generated/Contacts/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs index f735df5e05..e0eb1fe38e 100644 --- a/src/generated/Contacts/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs +++ b/src/generated/Contacts/Item/TransitiveMemberOf/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"; @@ -66,13 +67,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}/contacts/{orgContact%2Did}/transitiveMemberOf/$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}/contacts/{orgContact%2Did}/transitiveMemberOf/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContac /// /// 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/Contacts/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/generated/Contacts/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index c5125f8e81..12aac2ba06 100644 --- a/src/generated/Contacts/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/generated/Contacts/Item/TransitiveMemberOf/GraphAdministrativeUnit/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"; @@ -66,13 +67,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}/contacts/{orgContact%2Did}/transitiveMemberOf/graph.administrativeUnit/$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}/contacts/{orgContact%2Did}/transitiveMemberOf/graph.administrativeUnit/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContac /// /// 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/Contacts/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/generated/Contacts/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index 3188c9b089..8b5b30b153 100644 --- a/src/generated/Contacts/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/generated/Contacts/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphAdministrativeUnitRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAdministrativeUnitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/transitiveMemberOf/graph.administrativeUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/transitiveMemberOf/graph.administrativeUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/c /// /// Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection /// + /// 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/Contacts/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/generated/Contacts/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs index 5ed594cf5c..d9bfc2451c 100644 --- a/src/generated/Contacts/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/generated/Contacts/Item/TransitiveMemberOf/GraphGroup/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"; @@ -66,13 +67,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}/contacts/{orgContact%2Did}/transitiveMemberOf/graph.group/$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}/contacts/{orgContact%2Did}/transitiveMemberOf/graph.group/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContac /// /// 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/Contacts/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Contacts/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs index a678ac2108..13e6d5d713 100644 --- a/src/generated/Contacts/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Contacts/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/transitiveMemberOf/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/transitiveMemberOf/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgC /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// 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/Contacts/Item/TransitiveMemberOf/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Contacts/Item/TransitiveMemberOf/Item/DirectoryObjectItemRequestBuilder.cs index 8afbfffe7e..44d5d22e64 100644 --- a/src/generated/Contacts/Item/TransitiveMemberOf/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Contacts/Item/TransitiveMemberOf/Item/DirectoryObjectItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable."; @@ -87,6 +88,7 @@ public Command BuildGetCommand() { /// /// Casts the previous resource to administrativeUnit. /// + /// A public Command BuildGraphAdministrativeUnitByIdNavCommand() { var command = new Command("graph-administrative-unit-by-id"); command.Description = "Casts the previous resource to administrativeUnit."; @@ -102,6 +104,7 @@ public Command BuildGraphAdministrativeUnitByIdNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupByIdNavCommand() { var command = new Command("graph-group-by-id"); command.Description = "Casts the previous resource to group."; @@ -115,13 +118,13 @@ public Command BuildGraphGroupByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/transitiveMemberOf/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/transitiveMemberOf/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/conta /// /// Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable. /// + /// 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/Contacts/Item/TransitiveMemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/generated/Contacts/Item/TransitiveMemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index 20617a5da0..33e6933b2d 100644 --- a/src/generated/Contacts/Item/TransitiveMemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/generated/Contacts/Item/TransitiveMemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphAdministrativeUnitRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAdministrativeUnitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/transitiveMemberOf/{directoryObject%2Did}/graph.administrativeUnit{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/transitiveMemberOf/{directoryObject%2Did}/graph.administrativeUnit{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/c /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit /// + /// 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/Contacts/Item/TransitiveMemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Contacts/Item/TransitiveMemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs index 0f706607c0..d7060e0054 100644 --- a/src/generated/Contacts/Item/TransitiveMemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Contacts/Item/TransitiveMemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.group"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/transitiveMemberOf/{directoryObject%2Did}/graph.group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/transitiveMemberOf/{directoryObject%2Did}/graph.group{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgC /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// 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/Contacts/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs b/src/generated/Contacts/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs index 31b17931c0..69d469a95b 100644 --- a/src/generated/Contacts/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs +++ b/src/generated/Contacts/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs @@ -26,6 +26,7 @@ public class TransitiveMemberOfRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the transitiveMemberOf property of the microsoft.graph.orgContact entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Casts the previous resource to administrativeUnit. /// + /// A public Command BuildGraphAdministrativeUnitNavCommand() { var command = new Command("graph-administrative-unit"); command.Description = "Casts the previous resource to administrativeUnit."; @@ -74,6 +77,7 @@ public Command BuildGraphAdministrativeUnitNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupNavCommand() { var command = new Command("graph-group"); command.Description = "Casts the previous resource to group."; @@ -96,6 +100,7 @@ public Command BuildGraphGroupNavCommand() { /// Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-1.0"; @@ -199,13 +204,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TransitiveMemberOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TransitiveMemberOfRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/{orgContact%2Did}/transitiveMemberOf{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TransitiveMemberOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TransitiveMemberOfRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/{orgContact%2Did}/transitiveMemberOf{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +218,7 @@ public TransitiveMemberOfRequestBuilder(string rawUrl) : base("{+baseurl}/contac /// /// Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable. /// + /// 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/Contacts/ValidateProperties/ValidatePropertiesPostRequestBody.cs b/src/generated/Contacts/ValidateProperties/ValidatePropertiesPostRequestBody.cs index 54182aa7e4..f8aa726ae6 100644 --- a/src/generated/Contacts/ValidateProperties/ValidatePropertiesPostRequestBody.cs +++ b/src/generated/Contacts/ValidateProperties/ValidatePropertiesPostRequestBody.cs @@ -35,7 +35,7 @@ public class ValidatePropertiesPostRequestBody : IAdditionalDataHolder, IParsabl /// The onBehalfOfUserId property public Guid? OnBehalfOfUserId { get; set; } /// - /// Instantiates a new validatePropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValidatePropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public ValidatePropertiesPostRequestBody() { /// /// 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 ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Contacts/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/generated/Contacts/ValidateProperties/ValidatePropertiesRequestBuilder.cs index 551b759b22..9159d65ef7 100644 --- a/src/generated/Contacts/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/generated/Contacts/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class ValidatePropertiesRequestBuilder : BaseCliRequestBuilder { /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"; @@ -53,13 +54,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValidatePropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contacts/validateProperties", pathParameters) { } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/contacts/validateProperties", rawUrl) { @@ -67,6 +68,7 @@ public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/contac /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// + /// 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/Contracts/ContractsRequestBuilder.cs b/src/generated/Contracts/ContractsRequestBuilder.cs index 20db7aa825..1a09783e95 100644 --- a/src/generated/Contracts/ContractsRequestBuilder.cs +++ b/src/generated/Contracts/ContractsRequestBuilder.cs @@ -28,6 +28,7 @@ public class ContractsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of contract entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -45,6 +46,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."; @@ -60,6 +62,7 @@ public Command BuildCountNavCommand() { /// /// Add new entity to contracts /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add new entity to contracts"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -118,6 +122,7 @@ public Command BuildDeltaNavCommand() { /// /// Provides operations to call the getAvailableExtensionProperties method. /// + /// A public Command BuildGetAvailableExtensionPropertiesNavCommand() { var command = new Command("get-available-extension-properties"); command.Description = "Provides operations to call the getAvailableExtensionProperties method."; @@ -133,6 +138,7 @@ public Command BuildGetAvailableExtensionPropertiesNavCommand() { /// /// Provides operations to call the getByIds method. /// + /// A public Command BuildGetByIdsNavCommand() { var command = new Command("get-by-ids"); command.Description = "Provides operations to call the getByIds method."; @@ -149,6 +155,7 @@ public Command BuildGetByIdsNavCommand() { /// Retrieve a list of contract objects associated to a partner tenant. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of contract objects associated to a partner tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0"; @@ -241,6 +248,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the validateProperties method. /// + /// A public Command BuildValidatePropertiesNavCommand() { var command = new Command("validate-properties"); command.Description = "Provides operations to call the validateProperties method."; @@ -254,13 +262,13 @@ public Command BuildValidatePropertiesNavCommand() { return command; } /// - /// Instantiates a new ContractsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContractsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contracts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContractsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContractsRequestBuilder(string rawUrl) : base("{+baseurl}/contracts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -268,6 +276,7 @@ public ContractsRequestBuilder(string rawUrl) : base("{+baseurl}/contracts{?%24c /// /// Retrieve a list of contract objects associated to a partner 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 @@ -284,6 +293,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add new entity to contracts /// + /// 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 @@ -294,7 +304,7 @@ public RequestInformation ToPostRequestInformation(Contract 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}/contracts", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Contracts/Count/CountRequestBuilder.cs b/src/generated/Contracts/Count/CountRequestBuilder.cs index aa387f158f..8c90c94a80 100644 --- a/src/generated/Contracts/Count/CountRequestBuilder.cs +++ b/src/generated/Contracts/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}/contracts/$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}/contracts/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/contracts/$count{?% /// /// 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/Contracts/Delta/DeltaGetResponse.cs b/src/generated/Contracts/Delta/DeltaGetResponse.cs index 29ae237241..99585d5e41 100644 --- a/src/generated/Contracts/Delta/DeltaGetResponse.cs +++ b/src/generated/Contracts/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Contracts/Delta/DeltaRequestBuilder.cs b/src/generated/Contracts/Delta/DeltaRequestBuilder.cs index 6d5847cf3d..d21f95b874 100644 --- a/src/generated/Contracts/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Contracts/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contracts/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contracts/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/contracts/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/contracts/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs b/src/generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs index 8ced533ebd..953cb606cb 100644 --- a/src/generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs +++ b/src/generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetAvailableExtensionPropertiesPostRequestBody : IAdditionalDataHol /// The isSyncedFromOnPremises property public bool? IsSyncedFromOnPremises { get; set; } /// - /// Instantiates a new getAvailableExtensionPropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetAvailableExtensionPropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetAvailableExtensionPropertiesPostRequestBody() { /// /// 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 GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscrimin /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isSyncedFromOnPremises", n => { IsSyncedFromOnPremises = n.GetBoolValue(); } }, diff --git a/src/generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs b/src/generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs index 5b490b05be..3ac81cc1cf 100644 --- a/src/generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs +++ b/src/generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs @@ -18,6 +18,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// 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 new GetAvailableExtensionPropertiesPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExtensionProperty.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index 19f76abe1e..4e23856484 100644 --- a/src/generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/generated/Contracts/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetAvailableExtensionPropertiesRequestBuilder : BaseCliRequestBuild /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetAvailableExtensionPropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contracts/getAvailableExtensionProperties", pathParameters) { } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/contracts/getAvailableExtensionProperties", rawUrl) { @@ -88,6 +89,7 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+ba /// /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// + /// 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/Contracts/GetByIds/GetByIdsPostRequestBody.cs b/src/generated/Contracts/GetByIds/GetByIdsPostRequestBody.cs index cdc7d40565..59096336c2 100644 --- a/src/generated/Contracts/GetByIds/GetByIdsPostRequestBody.cs +++ b/src/generated/Contracts/GetByIds/GetByIdsPostRequestBody.cs @@ -25,7 +25,7 @@ public class GetByIdsPostRequestBody : IAdditionalDataHolder, IParsable { public List Types { get; set; } #endif /// - /// Instantiates a new getByIdsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetByIdsPostRequestBody() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public GetByIdsPostRequestBody() { /// /// 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 GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Contracts/GetByIds/GetByIdsPostResponse.cs b/src/generated/Contracts/GetByIds/GetByIdsPostResponse.cs index 42bc4194ff..ff97809309 100644 --- a/src/generated/Contracts/GetByIds/GetByIdsPostResponse.cs +++ b/src/generated/Contracts/GetByIds/GetByIdsPostResponse.cs @@ -18,6 +18,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// 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 new GetByIdsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Contracts/GetByIds/GetByIdsRequestBuilder.cs b/src/generated/Contracts/GetByIds/GetByIdsRequestBuilder.cs index ad0ac1162b..c175332abc 100644 --- a/src/generated/Contracts/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/generated/Contracts/GetByIds/GetByIdsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetByIdsRequestBuilder : BaseCliRequestBuilder { /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetByIdsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contracts/getByIds", pathParameters) { } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/contracts/getByIds", rawUrl) { @@ -88,6 +89,7 @@ public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/contracts/getByI /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// + /// 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/Contracts/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs b/src/generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs index 495f11c89c..6af9611912 100644 --- a/src/generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs +++ b/src/generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable public List GroupIds { get; set; } #endif /// - /// Instantiates a new checkMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberGroupsPostRequestBody() { /// /// 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 CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupIds", n => { GroupIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs b/src/generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs index d6fcaa41c1..3366955f09 100644 --- a/src/generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs +++ b/src/generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// 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 new CheckMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index fe0c01cf20..08426588aa 100644 --- a/src/generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class CheckMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contracts/{contract%2Did}/checkMemberGroups", pathParameters) { } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/contracts/{contract%2Did}/checkMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/contrac /// /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// + /// 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/Contracts/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs b/src/generated/Contracts/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs index cb816c0071..a3cf39f883 100644 --- a/src/generated/Contracts/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs +++ b/src/generated/Contracts/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsabl public List Ids { get; set; } #endif /// - /// Instantiates a new checkMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberObjectsPostRequestBody() { /// /// 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 CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Contracts/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs b/src/generated/Contracts/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs index 46f334d181..b63f65015f 100644 --- a/src/generated/Contracts/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs +++ b/src/generated/Contracts/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// 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 new CheckMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Contracts/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs b/src/generated/Contracts/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs index dc69aacac7..cffd59fbc0 100644 --- a/src/generated/Contracts/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs +++ b/src/generated/Contracts/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs @@ -21,6 +21,7 @@ public class CheckMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action checkMemberObjects /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action checkMemberObjects"; @@ -79,13 +80,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contracts/{contract%2Did}/checkMemberObjects", pathParameters) { } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/contracts/{contract%2Did}/checkMemberObjects", rawUrl) { @@ -93,6 +94,7 @@ public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/contra /// /// Invoke action checkMemberObjects /// + /// 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/Contracts/Item/ContractItemRequestBuilder.cs b/src/generated/Contracts/Item/ContractItemRequestBuilder.cs index 72f7a0acf8..e5eeb3d9a5 100644 --- a/src/generated/Contracts/Item/ContractItemRequestBuilder.cs +++ b/src/generated/Contracts/Item/ContractItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class ContractItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the checkMemberGroups method. /// + /// A public Command BuildCheckMemberGroupsNavCommand() { var command = new Command("check-member-groups"); command.Description = "Provides operations to call the checkMemberGroups method."; @@ -42,6 +43,7 @@ public Command BuildCheckMemberGroupsNavCommand() { /// /// Provides operations to call the checkMemberObjects method. /// + /// A public Command BuildCheckMemberObjectsNavCommand() { var command = new Command("check-member-objects"); command.Description = "Provides operations to call the checkMemberObjects method."; @@ -57,6 +59,7 @@ public Command BuildCheckMemberObjectsNavCommand() { /// /// Delete entity from contracts /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from contracts"; @@ -91,6 +94,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of contract object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of contract object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0"; @@ -141,6 +145,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getMemberGroups method. /// + /// A public Command BuildGetMemberGroupsNavCommand() { var command = new Command("get-member-groups"); command.Description = "Provides operations to call the getMemberGroups method."; @@ -156,6 +161,7 @@ public Command BuildGetMemberGroupsNavCommand() { /// /// Provides operations to call the getMemberObjects method. /// + /// A public Command BuildGetMemberObjectsNavCommand() { var command = new Command("get-member-objects"); command.Description = "Provides operations to call the getMemberObjects method."; @@ -171,6 +177,7 @@ public Command BuildGetMemberObjectsNavCommand() { /// /// Update entity in contracts /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in contracts"; @@ -220,6 +227,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the restore method. /// + /// A public Command BuildRestoreNavCommand() { var command = new Command("restore"); command.Description = "Provides operations to call the restore method."; @@ -233,13 +241,13 @@ public Command BuildRestoreNavCommand() { return command; } /// - /// Instantiates a new ContractItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContractItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contracts/{contract%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ContractItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContractItemRequestBuilder(string rawUrl) : base("{+baseurl}/contracts/{contract%2Did}{?%24expand,%24select}", rawUrl) { @@ -247,6 +255,7 @@ public ContractItemRequestBuilder(string rawUrl) : base("{+baseurl}/contracts/{c /// /// Delete entity from contracts /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -255,7 +264,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/contracts/{contract%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -263,6 +272,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of contract 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 @@ -279,6 +289,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in contracts /// + /// 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 @@ -289,7 +300,7 @@ public RequestInformation ToPatchRequestInformation(Contract 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}/contracts/{contract%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Contracts/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs b/src/generated/Contracts/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs index ddbc229e2f..310db51f99 100644 --- a/src/generated/Contracts/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs +++ b/src/generated/Contracts/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable { /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberGroupsPostRequestBody() { /// /// 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 GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/Contracts/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs b/src/generated/Contracts/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs index bf381e5052..bdc45f6268 100644 --- a/src/generated/Contracts/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs +++ b/src/generated/Contracts/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// 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 new GetMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Contracts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/generated/Contracts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index da3a4c1a88..7590fb03ae 100644 --- a/src/generated/Contracts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/generated/Contracts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contracts/{contract%2Did}/getMemberGroups", pathParameters) { } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/contracts/{contract%2Did}/getMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/contracts /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf 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 diff --git a/src/generated/Contracts/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs b/src/generated/Contracts/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs index 2cea6b611f..df757bd35a 100644 --- a/src/generated/Contracts/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs +++ b/src/generated/Contracts/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsable /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberObjectsPostRequestBody() { /// /// 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 GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/Contracts/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs b/src/generated/Contracts/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs index 6083466a62..72b72e7144 100644 --- a/src/generated/Contracts/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs +++ b/src/generated/Contracts/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// 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 new GetMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Contracts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/generated/Contracts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index 669a63d6f2..b04a2d58f6 100644 --- a/src/generated/Contracts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/generated/Contracts/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contracts/{contract%2Did}/getMemberObjects", pathParameters) { } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/contracts/{contract%2Did}/getMemberObjects", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/contract /// /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// + /// 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/Contracts/Item/Restore/RestoreRequestBuilder.cs b/src/generated/Contracts/Item/Restore/RestoreRequestBuilder.cs index 95d8603470..fc36bc80f4 100644 --- a/src/generated/Contracts/Item/Restore/RestoreRequestBuilder.cs +++ b/src/generated/Contracts/Item/Restore/RestoreRequestBuilder.cs @@ -23,6 +23,7 @@ public class RestoreRequestBuilder : BaseCliRequestBuilder { /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contracts/{contract%2Did}/restore", pathParameters) { } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/contracts/{contract%2Did}/restore", rawUrl) { @@ -71,6 +72,7 @@ public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/contracts/{contra /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// + /// 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/Contracts/ValidateProperties/ValidatePropertiesPostRequestBody.cs b/src/generated/Contracts/ValidateProperties/ValidatePropertiesPostRequestBody.cs index ae3ffca545..a82aa01dda 100644 --- a/src/generated/Contracts/ValidateProperties/ValidatePropertiesPostRequestBody.cs +++ b/src/generated/Contracts/ValidateProperties/ValidatePropertiesPostRequestBody.cs @@ -35,7 +35,7 @@ public class ValidatePropertiesPostRequestBody : IAdditionalDataHolder, IParsabl /// The onBehalfOfUserId property public Guid? OnBehalfOfUserId { get; set; } /// - /// Instantiates a new validatePropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValidatePropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public ValidatePropertiesPostRequestBody() { /// /// 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 ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Contracts/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/generated/Contracts/ValidateProperties/ValidatePropertiesRequestBuilder.cs index 9694975aeb..69995c2cbe 100644 --- a/src/generated/Contracts/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/generated/Contracts/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class ValidatePropertiesRequestBuilder : BaseCliRequestBuilder { /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"; @@ -53,13 +54,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValidatePropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/contracts/validateProperties", pathParameters) { } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/contracts/validateProperties", rawUrl) { @@ -67,6 +68,7 @@ public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/contra /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// + /// 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/DataPolicyOperations/Count/CountRequestBuilder.cs b/src/generated/DataPolicyOperations/Count/CountRequestBuilder.cs index 5919815576..24342c7a81 100644 --- a/src/generated/DataPolicyOperations/Count/CountRequestBuilder.cs +++ b/src/generated/DataPolicyOperations/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}/dataPolicyOperations/$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}/dataPolicyOperations/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/dataPolicyOperation /// /// 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/DataPolicyOperations/DataPolicyOperationsRequestBuilder.cs b/src/generated/DataPolicyOperations/DataPolicyOperationsRequestBuilder.cs index e5e6324a66..4e67200b2e 100644 --- a/src/generated/DataPolicyOperations/DataPolicyOperationsRequestBuilder.cs +++ b/src/generated/DataPolicyOperations/DataPolicyOperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class DataPolicyOperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of dataPolicyOperation entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DataPolicyOperationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Add new entity to dataPolicyOperations /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add new entity to dataPolicyOperations"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// Retrieve the properties of a dataPolicyOperation object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the properties of a dataPolicyOperation object."; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DataPolicyOperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DataPolicyOperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/dataPolicyOperations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DataPolicyOperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DataPolicyOperationsRequestBuilder(string rawUrl) : base("{+baseurl}/dataPolicyOperations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public DataPolicyOperationsRequestBuilder(string rawUrl) : base("{+baseurl}/data /// /// Retrieve the properties of a dataPolicyOperation 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 @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add new entity to dataPolicyOperations /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(DataPolicyOperation body, Act public RequestInformation ToPostRequestInformation(DataPolicyOperation 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}/dataPolicyOperations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DataPolicyOperations/Item/DataPolicyOperationItemRequestBuilder.cs b/src/generated/DataPolicyOperations/Item/DataPolicyOperationItemRequestBuilder.cs index 35ba6263fc..69e630b3a2 100644 --- a/src/generated/DataPolicyOperations/Item/DataPolicyOperationItemRequestBuilder.cs +++ b/src/generated/DataPolicyOperations/Item/DataPolicyOperationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DataPolicyOperationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete entity from dataPolicyOperations /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from dataPolicyOperations"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties of a dataPolicyOperation object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of a dataPolicyOperation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update entity in dataPolicyOperations /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in dataPolicyOperations"; @@ -153,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DataPolicyOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DataPolicyOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/dataPolicyOperations/{dataPolicyOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DataPolicyOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DataPolicyOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/dataPolicyOperations/{dataPolicyOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -167,6 +170,7 @@ public DataPolicyOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Delete entity from dataPolicyOperations /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -175,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}/dataPolicyOperations/{dataPolicyOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -183,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties of a dataPolicyOperation 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 @@ -199,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in dataPolicyOperations /// + /// 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 @@ -209,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(DataPolicyOperation body, Ac public RequestInformation ToPatchRequestInformation(DataPolicyOperation 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}/dataPolicyOperations/{dataPolicyOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/AndroidManagedAppProtections/AndroidManagedAppProtectionsRequestBuilder.cs b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/AndroidManagedAppProtectionsRequestBuilder.cs index e705c78404..ab37cc5909 100644 --- a/src/generated/DeviceAppManagement/AndroidManagedAppProtections/AndroidManagedAppProtectionsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/AndroidManagedAppProtectionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AndroidManagedAppProtectionsRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the androidManagedAppProtections property of the microsoft.graph.deviceAppManagement 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 androidManagedAppProtection object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new androidManagedAppProtection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-create?view=graph-rest-1.0"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the androidManagedAppProtection objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the androidManagedAppProtection objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-list?view=graph-rest-1.0"; @@ -189,13 +193,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AndroidManagedAppProtectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AndroidManagedAppProtectionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/androidManagedAppProtections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AndroidManagedAppProtectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AndroidManagedAppProtectionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/androidManagedAppProtections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -203,6 +207,7 @@ public AndroidManagedAppProtectionsRequestBuilder(string rawUrl) : base("{+baseu /// /// List properties and relationships of the androidManagedAppProtection objects. /// + /// 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 androidManagedAppProtection 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 ToPostRequestInformation(AndroidManagedAppProtection b public RequestInformation ToPostRequestInformation(AndroidManagedAppProtection 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}/deviceAppManagement/androidManagedAppProtections", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Count/CountRequestBuilder.cs index ccbc72fae3..71a8c0d271 100644 --- a/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/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}/deviceAppManagement/androidManagedAppProtections/$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}/deviceAppManagement/androidManagedAppProtections/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/AndroidManagedAppProtections/Item/AndroidManagedAppProtectionItemRequestBuilder.cs b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/AndroidManagedAppProtectionItemRequestBuilder.cs index 76898de636..9daac247bc 100644 --- a/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/AndroidManagedAppProtectionItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/AndroidManagedAppProtectionItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class AndroidManagedAppProtectionItemRequestBuilder : BaseCliRequestBuild /// /// Provides operations to manage the apps property of the microsoft.graph.androidManagedAppProtection entity. /// + /// A public Command BuildAppsNavCommand() { var command = new Command("apps"); command.Description = "Provides operations to manage the apps property of the microsoft.graph.androidManagedAppProtection entity."; @@ -50,6 +51,7 @@ public Command BuildAppsNavCommand() { /// /// Provides operations to manage the assignments property of the microsoft.graph.targetedManagedAppProtection entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.targetedManagedAppProtection entity."; @@ -76,6 +78,7 @@ public Command BuildAssignmentsNavCommand() { /// Deletes a androidManagedAppProtection. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a androidManagedAppProtection.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-delete?view=graph-rest-1.0"; @@ -109,6 +112,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the deploymentSummary property of the microsoft.graph.androidManagedAppProtection entity. /// + /// A public Command BuildDeploymentSummaryNavCommand() { var command = new Command("deployment-summary"); command.Description = "Provides operations to manage the deploymentSummary property of the microsoft.graph.androidManagedAppProtection entity."; @@ -127,6 +131,7 @@ public Command BuildDeploymentSummaryNavCommand() { /// Read properties and relationships of the androidManagedAppProtection object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the androidManagedAppProtection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-get?view=graph-rest-1.0"; @@ -178,6 +183,7 @@ public Command BuildGetCommand() { /// Update the properties of a androidManagedAppProtection object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a androidManagedAppProtection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-update?view=graph-rest-1.0"; @@ -225,13 +231,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AndroidManagedAppProtectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AndroidManagedAppProtectionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AndroidManagedAppProtectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AndroidManagedAppProtectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}{?%24expand,%24select}", rawUrl) { @@ -239,6 +245,7 @@ public AndroidManagedAppProtectionItemRequestBuilder(string rawUrl) : base("{+ba /// /// Deletes a androidManagedAppProtection. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -247,7 +254,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -255,6 +262,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the androidManagedAppProtection 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 @@ -271,6 +279,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a androidManagedAppProtection 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 @@ -281,7 +290,7 @@ public RequestInformation ToPatchRequestInformation(AndroidManagedAppProtection public RequestInformation ToPatchRequestInformation(AndroidManagedAppProtection 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}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/AppsRequestBuilder.cs b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/AppsRequestBuilder.cs index dd8f74718e..72b18b752b 100644 --- a/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/AppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/AppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the apps property of the microsoft.graph.androidManagedAppProtection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ManagedMobileAppItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to apps for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to apps for deviceAppManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// List of apps to which the policy is deployed. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List of apps to which the policy is deployed."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/apps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/apps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public AppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/ /// /// List of apps to which the policy is deployed. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to apps for deviceAppManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(ManagedMobileApp body, Action public RequestInformation ToPostRequestInformation(ManagedMobileApp 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}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/apps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs index 0a62148bd5..feb4701549 100644 --- a/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/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}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/apps/$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}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/apps/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/Item/ManagedMobileAppItemRequestBuilder.cs b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/Item/ManagedMobileAppItemRequestBuilder.cs index 5bfd07bfa5..b81b879eb5 100644 --- a/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/Item/ManagedMobileAppItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Apps/Item/ManagedMobileAppItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ManagedMobileAppItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property apps for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property apps for deviceAppManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// List of apps to which the policy is deployed. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "List of apps to which the policy is deployed."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property apps in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property apps in deviceAppManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ManagedMobileAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedMobileAppItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/apps/{managedMobileApp%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagedMobileAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedMobileAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/apps/{managedMobileApp%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public ManagedMobileAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property apps for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/apps/{managedMobileApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// List of apps to which the policy is deployed. /// + /// 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 /// Update the navigation property apps in deviceAppManagement /// + /// 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 ToPatchRequestInformation(ManagedMobileApp body, Actio public RequestInformation ToPatchRequestInformation(ManagedMobileApp 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}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/apps/{managedMobileApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/AssignmentsRequestBuilder.cs index e074a6f638..6592f37b9b 100644 --- a/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.targetedManagedAppProtection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new TargetedManagedAppPolicyAssignmentItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to assignments for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to assignments for deviceAppManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Navigation property to list of inclusion and exclusion groups to which the policy is deployed. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Navigation property to list of inclusion and exclusion groups to which the policy is deployed."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// Navigation property to list of inclusion and exclusion groups to which the policy is deployed. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to assignments for deviceAppManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(TargetedManagedAppPolicyAssig public RequestInformation ToPostRequestInformation(TargetedManagedAppPolicyAssignment 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}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/Count/CountRequestBuilder.cs index 2a9ddadfa7..a2311cbbdb 100644 --- a/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/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}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/assignments/$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}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs index 96e26bbb8e..ad63639d80 100644 --- a/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class TargetedManagedAppPolicyAssignmentItemRequestBuilder : BaseCliReque /// /// Delete navigation property assignments for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignments for deviceAppManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Navigation property to list of inclusion and exclusion groups to which the policy is deployed. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Navigation property to list of inclusion and exclusion groups to which the policy is deployed."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property assignments in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignments in deviceAppManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TargetedManagedAppPolicyAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetedManagedAppPolicyAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TargetedManagedAppPolicyAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetedManagedAppPolicyAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public TargetedManagedAppPolicyAssignmentItemRequestBuilder(string rawUrl) : bas /// /// Delete navigation property assignments for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Navigation property to list of inclusion and exclusion groups to which the policy is deployed. /// + /// 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 /// Update the navigation property assignments in deviceAppManagement /// + /// 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 ToPatchRequestInformation(TargetedManagedAppPolicyAssi public RequestInformation ToPatchRequestInformation(TargetedManagedAppPolicyAssignment 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}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/DeploymentSummary/DeploymentSummaryRequestBuilder.cs b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/DeploymentSummary/DeploymentSummaryRequestBuilder.cs index 5136a5fcf5..922d97add3 100644 --- a/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/DeploymentSummary/DeploymentSummaryRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/AndroidManagedAppProtections/Item/DeploymentSummary/DeploymentSummaryRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeploymentSummaryRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property deploymentSummary for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property deploymentSummary for deviceAppManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Navigation property to deployment summary of the configuration. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Navigation property to deployment summary of the configuration."; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property deploymentSummary in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property deploymentSummary in deviceAppManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeploymentSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeploymentSummaryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/deploymentSummary{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeploymentSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeploymentSummaryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/deploymentSummary{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public DeploymentSummaryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceA /// /// Delete navigation property deploymentSummary for deviceAppManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/deploymentSummary", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Navigation property to deployment summary of the configuration. /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property deploymentSummary in deviceAppManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ManagedAppPolicyDeploymentSu public RequestInformation ToPatchRequestInformation(ManagedAppPolicyDeploymentSummary 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}/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection%2Did}/deploymentSummary", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Count/CountRequestBuilder.cs index e1e1d8abcb..f9b1910b11 100644 --- a/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/DefaultManagedAppProtections/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}/deviceAppManagement/defaultManagedAppProtections/$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}/deviceAppManagement/defaultManagedAppProtections/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/DefaultManagedAppProtections/DefaultManagedAppProtectionsRequestBuilder.cs b/src/generated/DeviceAppManagement/DefaultManagedAppProtections/DefaultManagedAppProtectionsRequestBuilder.cs index e4309f6cf2..361972f28e 100644 --- a/src/generated/DeviceAppManagement/DefaultManagedAppProtections/DefaultManagedAppProtectionsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/DefaultManagedAppProtections/DefaultManagedAppProtectionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class DefaultManagedAppProtectionsRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the defaultManagedAppProtections property of the microsoft.graph.deviceAppManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Create a new defaultManagedAppProtection object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new defaultManagedAppProtection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-create?view=graph-rest-1.0"; @@ -98,6 +101,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the defaultManagedAppProtection objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the defaultManagedAppProtection objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-list?view=graph-rest-1.0"; @@ -188,13 +192,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DefaultManagedAppProtectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DefaultManagedAppProtectionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/defaultManagedAppProtections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DefaultManagedAppProtectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DefaultManagedAppProtectionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/defaultManagedAppProtections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -202,6 +206,7 @@ public DefaultManagedAppProtectionsRequestBuilder(string rawUrl) : base("{+baseu /// /// List properties and relationships of the defaultManagedAppProtection objects. /// + /// 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,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new defaultManagedAppProtection 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 @@ -228,7 +234,7 @@ public RequestInformation ToPostRequestInformation(DefaultManagedAppProtection b public RequestInformation ToPostRequestInformation(DefaultManagedAppProtection 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}/deviceAppManagement/defaultManagedAppProtections", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/AppsRequestBuilder.cs b/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/AppsRequestBuilder.cs index 47c8e7a448..f055c9b3ac 100644 --- a/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/AppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/AppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the apps property of the microsoft.graph.defaultManagedAppProtection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ManagedMobileAppItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to apps for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to apps for deviceAppManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// List of apps to which the policy is deployed. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List of apps to which the policy is deployed."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection%2Did}/apps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection%2Did}/apps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public AppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/ /// /// List of apps to which the policy is deployed. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to apps for deviceAppManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(ManagedMobileApp body, Action public RequestInformation ToPostRequestInformation(ManagedMobileApp 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}/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection%2Did}/apps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs index 4d545108a9..4d9fc95005 100644 --- a/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/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}/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection%2Did}/apps/$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}/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection%2Did}/apps/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/Item/ManagedMobileAppItemRequestBuilder.cs b/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/Item/ManagedMobileAppItemRequestBuilder.cs index 5fb7dabff9..6d0286276f 100644 --- a/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/Item/ManagedMobileAppItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Item/Apps/Item/ManagedMobileAppItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ManagedMobileAppItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property apps for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property apps for deviceAppManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// List of apps to which the policy is deployed. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "List of apps to which the policy is deployed."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property apps in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property apps in deviceAppManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ManagedMobileAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedMobileAppItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection%2Did}/apps/{managedMobileApp%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagedMobileAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedMobileAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection%2Did}/apps/{managedMobileApp%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public ManagedMobileAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property apps for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection%2Did}/apps/{managedMobileApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// List of apps to which the policy is deployed. /// + /// 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 /// Update the navigation property apps in deviceAppManagement /// + /// 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 ToPatchRequestInformation(ManagedMobileApp body, Actio public RequestInformation ToPatchRequestInformation(ManagedMobileApp 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}/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection%2Did}/apps/{managedMobileApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Item/DefaultManagedAppProtectionItemRequestBuilder.cs b/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Item/DefaultManagedAppProtectionItemRequestBuilder.cs index f62813646b..aacc895d56 100644 --- a/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Item/DefaultManagedAppProtectionItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Item/DefaultManagedAppProtectionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class DefaultManagedAppProtectionItemRequestBuilder : BaseCliRequestBuild /// /// Provides operations to manage the apps property of the microsoft.graph.defaultManagedAppProtection entity. /// + /// A public Command BuildAppsNavCommand() { var command = new Command("apps"); command.Description = "Provides operations to manage the apps property of the microsoft.graph.defaultManagedAppProtection entity."; @@ -50,6 +51,7 @@ public Command BuildAppsNavCommand() { /// Deletes a defaultManagedAppProtection. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a defaultManagedAppProtection.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-delete?view=graph-rest-1.0"; @@ -83,6 +85,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the deploymentSummary property of the microsoft.graph.defaultManagedAppProtection entity. /// + /// A public Command BuildDeploymentSummaryNavCommand() { var command = new Command("deployment-summary"); command.Description = "Provides operations to manage the deploymentSummary property of the microsoft.graph.defaultManagedAppProtection entity."; @@ -101,6 +104,7 @@ public Command BuildDeploymentSummaryNavCommand() { /// Read properties and relationships of the defaultManagedAppProtection object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the defaultManagedAppProtection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-get?view=graph-rest-1.0"; @@ -152,6 +156,7 @@ public Command BuildGetCommand() { /// Update the properties of a defaultManagedAppProtection object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a defaultManagedAppProtection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-update?view=graph-rest-1.0"; @@ -199,13 +204,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DefaultManagedAppProtectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DefaultManagedAppProtectionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DefaultManagedAppProtectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DefaultManagedAppProtectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection%2Did}{?%24expand,%24select}", rawUrl) { @@ -213,6 +218,7 @@ public DefaultManagedAppProtectionItemRequestBuilder(string rawUrl) : base("{+ba /// /// Deletes a defaultManagedAppProtection. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -221,7 +227,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -229,6 +235,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the defaultManagedAppProtection 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,6 +252,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a defaultManagedAppProtection 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 @@ -255,7 +263,7 @@ public RequestInformation ToPatchRequestInformation(DefaultManagedAppProtection public RequestInformation ToPatchRequestInformation(DefaultManagedAppProtection 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}/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Item/DeploymentSummary/DeploymentSummaryRequestBuilder.cs b/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Item/DeploymentSummary/DeploymentSummaryRequestBuilder.cs index 026df01a9f..b87bb5cb63 100644 --- a/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Item/DeploymentSummary/DeploymentSummaryRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/DefaultManagedAppProtections/Item/DeploymentSummary/DeploymentSummaryRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeploymentSummaryRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property deploymentSummary for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property deploymentSummary for deviceAppManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Navigation property to deployment summary of the configuration. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Navigation property to deployment summary of the configuration."; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property deploymentSummary in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property deploymentSummary in deviceAppManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeploymentSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeploymentSummaryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection%2Did}/deploymentSummary{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeploymentSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeploymentSummaryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection%2Did}/deploymentSummary{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public DeploymentSummaryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceA /// /// Delete navigation property deploymentSummary for deviceAppManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection%2Did}/deploymentSummary", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Navigation property to deployment summary of the configuration. /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property deploymentSummary in deviceAppManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ManagedAppPolicyDeploymentSu public RequestInformation ToPatchRequestInformation(ManagedAppPolicyDeploymentSummary 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}/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection%2Did}/deploymentSummary", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs b/src/generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs index 5d265aeda6..cc93601ef7 100644 --- a/src/generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/DeviceAppManagementRequestBuilder.cs @@ -37,6 +37,7 @@ public class DeviceAppManagementRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the androidManagedAppProtections property of the microsoft.graph.deviceAppManagement entity. /// + /// A public Command BuildAndroidManagedAppProtectionsNavCommand() { var command = new Command("android-managed-app-protections"); command.Description = "Provides operations to manage the androidManagedAppProtections property of the microsoft.graph.deviceAppManagement entity."; @@ -62,6 +63,7 @@ public Command BuildAndroidManagedAppProtectionsNavCommand() { /// /// Provides operations to manage the defaultManagedAppProtections property of the microsoft.graph.deviceAppManagement entity. /// + /// A public Command BuildDefaultManagedAppProtectionsNavCommand() { var command = new Command("default-managed-app-protections"); command.Description = "Provides operations to manage the defaultManagedAppProtections property of the microsoft.graph.deviceAppManagement entity."; @@ -86,11 +88,12 @@ public Command BuildDefaultManagedAppProtectionsNavCommand() { } /// /// Read properties and relationships of the deviceAppManagement object. - /// Find more info here + /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); - command.Description = "Read properties and relationships of the deviceAppManagement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-get?view=graph-rest-1.0"; + command.Description = "Read properties and relationships of the deviceAppManagement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0"; var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -132,6 +135,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the iosManagedAppProtections property of the microsoft.graph.deviceAppManagement entity. /// + /// A public Command BuildIosManagedAppProtectionsNavCommand() { var command = new Command("ios-managed-app-protections"); command.Description = "Provides operations to manage the iosManagedAppProtections property of the microsoft.graph.deviceAppManagement entity."; @@ -157,6 +161,7 @@ public Command BuildIosManagedAppProtectionsNavCommand() { /// /// Provides operations to manage the managedAppPolicies property of the microsoft.graph.deviceAppManagement entity. /// + /// A public Command BuildManagedAppPoliciesNavCommand() { var command = new Command("managed-app-policies"); command.Description = "Provides operations to manage the managedAppPolicies property of the microsoft.graph.deviceAppManagement entity."; @@ -182,6 +187,7 @@ public Command BuildManagedAppPoliciesNavCommand() { /// /// Provides operations to manage the managedAppRegistrations property of the microsoft.graph.deviceAppManagement entity. /// + /// A public Command BuildManagedAppRegistrationsNavCommand() { var command = new Command("managed-app-registrations"); command.Description = "Provides operations to manage the managedAppRegistrations property of the microsoft.graph.deviceAppManagement entity."; @@ -208,6 +214,7 @@ public Command BuildManagedAppRegistrationsNavCommand() { /// /// Provides operations to manage the managedAppStatuses property of the microsoft.graph.deviceAppManagement entity. /// + /// A public Command BuildManagedAppStatusesNavCommand() { var command = new Command("managed-app-statuses"); command.Description = "Provides operations to manage the managedAppStatuses property of the microsoft.graph.deviceAppManagement entity."; @@ -233,6 +240,7 @@ public Command BuildManagedAppStatusesNavCommand() { /// /// Provides operations to manage the managedEBooks property of the microsoft.graph.deviceAppManagement entity. /// + /// A public Command BuildManagedEBooksNavCommand() { var command = new Command("managed-e-books"); command.Description = "Provides operations to manage the managedEBooks property of the microsoft.graph.deviceAppManagement entity."; @@ -258,6 +266,7 @@ public Command BuildManagedEBooksNavCommand() { /// /// Provides operations to manage the mdmWindowsInformationProtectionPolicies property of the microsoft.graph.deviceAppManagement entity. /// + /// A public Command BuildMdmWindowsInformationProtectionPoliciesNavCommand() { var command = new Command("mdm-windows-information-protection-policies"); command.Description = "Provides operations to manage the mdmWindowsInformationProtectionPolicies property of the microsoft.graph.deviceAppManagement entity."; @@ -283,6 +292,7 @@ public Command BuildMdmWindowsInformationProtectionPoliciesNavCommand() { /// /// Provides operations to manage the mobileAppCategories property of the microsoft.graph.deviceAppManagement entity. /// + /// A public Command BuildMobileAppCategoriesNavCommand() { var command = new Command("mobile-app-categories"); command.Description = "Provides operations to manage the mobileAppCategories property of the microsoft.graph.deviceAppManagement entity."; @@ -308,6 +318,7 @@ public Command BuildMobileAppCategoriesNavCommand() { /// /// Provides operations to manage the mobileAppConfigurations property of the microsoft.graph.deviceAppManagement entity. /// + /// A public Command BuildMobileAppConfigurationsNavCommand() { var command = new Command("mobile-app-configurations"); command.Description = "Provides operations to manage the mobileAppConfigurations property of the microsoft.graph.deviceAppManagement entity."; @@ -333,6 +344,7 @@ public Command BuildMobileAppConfigurationsNavCommand() { /// /// Provides operations to manage the mobileApps property of the microsoft.graph.deviceAppManagement entity. /// + /// A public Command BuildMobileAppsNavCommand() { var command = new Command("mobile-apps"); command.Description = "Provides operations to manage the mobileApps property of the microsoft.graph.deviceAppManagement entity."; @@ -373,11 +385,12 @@ public Command BuildMobileAppsNavCommand() { } /// /// Update the properties of a deviceAppManagement object. - /// Find more info here + /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); - command.Description = "Update the properties of a deviceAppManagement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0"; + command.Description = "Update the properties of a deviceAppManagement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-update?view=graph-rest-1.0"; var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -418,6 +431,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the syncMicrosoftStoreForBusinessApps method. /// + /// A public Command BuildSyncMicrosoftStoreForBusinessAppsNavCommand() { var command = new Command("sync-microsoft-store-for-business-apps"); command.Description = "Provides operations to call the syncMicrosoftStoreForBusinessApps method."; @@ -433,6 +447,7 @@ public Command BuildSyncMicrosoftStoreForBusinessAppsNavCommand() { /// /// Provides operations to manage the targetedManagedAppConfigurations property of the microsoft.graph.deviceAppManagement entity. /// + /// A public Command BuildTargetedManagedAppConfigurationsNavCommand() { var command = new Command("targeted-managed-app-configurations"); command.Description = "Provides operations to manage the targetedManagedAppConfigurations property of the microsoft.graph.deviceAppManagement entity."; @@ -458,6 +473,7 @@ public Command BuildTargetedManagedAppConfigurationsNavCommand() { /// /// Provides operations to manage the vppTokens property of the microsoft.graph.deviceAppManagement entity. /// + /// A public Command BuildVppTokensNavCommand() { var command = new Command("vpp-tokens"); command.Description = "Provides operations to manage the vppTokens property of the microsoft.graph.deviceAppManagement entity."; @@ -483,6 +499,7 @@ public Command BuildVppTokensNavCommand() { /// /// Provides operations to manage the windowsInformationProtectionPolicies property of the microsoft.graph.deviceAppManagement entity. /// + /// A public Command BuildWindowsInformationProtectionPoliciesNavCommand() { var command = new Command("windows-information-protection-policies"); command.Description = "Provides operations to manage the windowsInformationProtectionPolicies property of the microsoft.graph.deviceAppManagement entity."; @@ -506,13 +523,13 @@ public Command BuildWindowsInformationProtectionPoliciesNavCommand() { return command; } /// - /// Instantiates a new DeviceAppManagementRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceAppManagementRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceAppManagementRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceAppManagementRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement{?%24expand,%24select}", rawUrl) { @@ -520,6 +537,7 @@ public DeviceAppManagementRequestBuilder(string rawUrl) : base("{+baseurl}/devic /// /// Read properties and relationships of the deviceAppManagement 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 @@ -536,6 +554,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceAppManagement 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 @@ -546,7 +565,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.DeviceAppManag public RequestInformation ToPatchRequestInformation(ApiSdk.Models.DeviceAppManagement 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}/deviceAppManagement", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/IosManagedAppProtections/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/IosManagedAppProtections/Count/CountRequestBuilder.cs index 988bbb895b..fa8010d378 100644 --- a/src/generated/DeviceAppManagement/IosManagedAppProtections/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/IosManagedAppProtections/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}/deviceAppManagement/iosManagedAppProtections/$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}/deviceAppManagement/iosManagedAppProtections/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/IosManagedAppProtections/IosManagedAppProtectionsRequestBuilder.cs b/src/generated/DeviceAppManagement/IosManagedAppProtections/IosManagedAppProtectionsRequestBuilder.cs index a39f1584b3..3a9de8332a 100644 --- a/src/generated/DeviceAppManagement/IosManagedAppProtections/IosManagedAppProtectionsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/IosManagedAppProtections/IosManagedAppProtectionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class IosManagedAppProtectionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the iosManagedAppProtections property of the microsoft.graph.deviceAppManagement 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 iosManagedAppProtection object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new iosManagedAppProtection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-create?view=graph-rest-1.0"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the iosManagedAppProtection objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the iosManagedAppProtection objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-list?view=graph-rest-1.0"; @@ -189,13 +193,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new IosManagedAppProtectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IosManagedAppProtectionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/iosManagedAppProtections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new IosManagedAppProtectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IosManagedAppProtectionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/iosManagedAppProtections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -203,6 +207,7 @@ public IosManagedAppProtectionsRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// List properties and relationships of the iosManagedAppProtection objects. /// + /// 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 iosManagedAppProtection 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 ToPostRequestInformation(IosManagedAppProtection body, public RequestInformation ToPostRequestInformation(IosManagedAppProtection 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}/deviceAppManagement/iosManagedAppProtections", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Apps/AppsRequestBuilder.cs b/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Apps/AppsRequestBuilder.cs index d53a1cffa6..2aeb6eb2d3 100644 --- a/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Apps/AppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Apps/AppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the apps property of the microsoft.graph.iosManagedAppProtection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ManagedMobileAppItemRequestBuilder(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 managedMobileApp object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new managedMobileApp object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the managedMobileApp objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the managedMobileApp objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/apps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/apps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/ /// /// List properties and relationships of the managedMobileApp objects. /// + /// 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 managedMobileApp 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(ManagedMobileApp body, Action public RequestInformation ToPostRequestInformation(ManagedMobileApp 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}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/apps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs index 771b353225..64a5329ad1 100644 --- a/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Apps/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Apps/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}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/apps/$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}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/apps/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/IosManagedAppProtections/Item/Apps/Item/ManagedMobileAppItemRequestBuilder.cs b/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Apps/Item/ManagedMobileAppItemRequestBuilder.cs index 1063528e98..85a23659c0 100644 --- a/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Apps/Item/ManagedMobileAppItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Apps/Item/ManagedMobileAppItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ManagedMobileAppItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a managedMobileApp. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a managedMobileApp.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the managedMobileApp object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the managedMobileApp object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a managedMobileApp object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a managedMobileApp object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ManagedMobileAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedMobileAppItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/apps/{managedMobileApp%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagedMobileAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedMobileAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/apps/{managedMobileApp%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public ManagedMobileAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Deletes a managedMobileApp. /// + /// 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}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/apps/{managedMobileApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the managedMobileApp 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a managedMobileApp 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(ManagedMobileApp body, Actio public RequestInformation ToPatchRequestInformation(ManagedMobileApp 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}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/apps/{managedMobileApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/AssignmentsRequestBuilder.cs index 74e23d89da..81ccef25c4 100644 --- a/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.targetedManagedAppProtection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new TargetedManagedAppPolicyAssignmentItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to assignments for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to assignments for deviceAppManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Navigation property to list of inclusion and exclusion groups to which the policy is deployed. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Navigation property to list of inclusion and exclusion groups to which the policy is deployed."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// Navigation property to list of inclusion and exclusion groups to which the policy is deployed. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to assignments for deviceAppManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(TargetedManagedAppPolicyAssig public RequestInformation ToPostRequestInformation(TargetedManagedAppPolicyAssignment 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}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/Count/CountRequestBuilder.cs index af3f23d5ba..c8a463086c 100644 --- a/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/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}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/assignments/$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}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs index f0ac7b89cc..a23a37629b 100644 --- a/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class TargetedManagedAppPolicyAssignmentItemRequestBuilder : BaseCliReque /// /// Delete navigation property assignments for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignments for deviceAppManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Navigation property to list of inclusion and exclusion groups to which the policy is deployed. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Navigation property to list of inclusion and exclusion groups to which the policy is deployed."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property assignments in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignments in deviceAppManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TargetedManagedAppPolicyAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetedManagedAppPolicyAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TargetedManagedAppPolicyAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetedManagedAppPolicyAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public TargetedManagedAppPolicyAssignmentItemRequestBuilder(string rawUrl) : bas /// /// Delete navigation property assignments for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Navigation property to list of inclusion and exclusion groups to which the policy is deployed. /// + /// 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 /// Update the navigation property assignments in deviceAppManagement /// + /// 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 ToPatchRequestInformation(TargetedManagedAppPolicyAssi public RequestInformation ToPatchRequestInformation(TargetedManagedAppPolicyAssignment 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}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/DeploymentSummary/DeploymentSummaryRequestBuilder.cs b/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/DeploymentSummary/DeploymentSummaryRequestBuilder.cs index f9a50454cd..9693f2e450 100644 --- a/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/DeploymentSummary/DeploymentSummaryRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/DeploymentSummary/DeploymentSummaryRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeploymentSummaryRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property deploymentSummary for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property deploymentSummary for deviceAppManagement"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the managedAppPolicyDeploymentSummary object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the managedAppPolicyDeploymentSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedapppolicydeploymentsummary-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// Update the properties of a managedAppPolicyDeploymentSummary object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a managedAppPolicyDeploymentSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedapppolicydeploymentsummary-update?view=graph-rest-1.0"; @@ -154,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeploymentSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeploymentSummaryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/deploymentSummary{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeploymentSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeploymentSummaryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/deploymentSummary{?%24expand,%24select}", rawUrl) { @@ -168,6 +171,7 @@ public DeploymentSummaryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceA /// /// Delete navigation property deploymentSummary for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -176,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/deploymentSummary", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -184,6 +188,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the managedAppPolicyDeploymentSummary 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 @@ -200,6 +205,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a managedAppPolicyDeploymentSummary 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 @@ -210,7 +216,7 @@ public RequestInformation ToPatchRequestInformation(ManagedAppPolicyDeploymentSu public RequestInformation ToPatchRequestInformation(ManagedAppPolicyDeploymentSummary 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}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}/deploymentSummary", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/IosManagedAppProtectionItemRequestBuilder.cs b/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/IosManagedAppProtectionItemRequestBuilder.cs index 70f387b5e8..d495551fe8 100644 --- a/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/IosManagedAppProtectionItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/IosManagedAppProtections/Item/IosManagedAppProtectionItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class IosManagedAppProtectionItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the apps property of the microsoft.graph.iosManagedAppProtection entity. /// + /// A public Command BuildAppsNavCommand() { var command = new Command("apps"); command.Description = "Provides operations to manage the apps property of the microsoft.graph.iosManagedAppProtection entity."; @@ -50,6 +51,7 @@ public Command BuildAppsNavCommand() { /// /// Provides operations to manage the assignments property of the microsoft.graph.targetedManagedAppProtection entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.targetedManagedAppProtection entity."; @@ -76,6 +78,7 @@ public Command BuildAssignmentsNavCommand() { /// Deletes a iosManagedAppProtection. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a iosManagedAppProtection.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-delete?view=graph-rest-1.0"; @@ -109,6 +112,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the deploymentSummary property of the microsoft.graph.iosManagedAppProtection entity. /// + /// A public Command BuildDeploymentSummaryNavCommand() { var command = new Command("deployment-summary"); command.Description = "Provides operations to manage the deploymentSummary property of the microsoft.graph.iosManagedAppProtection entity."; @@ -127,6 +131,7 @@ public Command BuildDeploymentSummaryNavCommand() { /// Read properties and relationships of the iosManagedAppProtection object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the iosManagedAppProtection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-get?view=graph-rest-1.0"; @@ -178,6 +183,7 @@ public Command BuildGetCommand() { /// Update the properties of a iosManagedAppProtection object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a iosManagedAppProtection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-update?view=graph-rest-1.0"; @@ -225,13 +231,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new IosManagedAppProtectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IosManagedAppProtectionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IosManagedAppProtectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IosManagedAppProtectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}{?%24expand,%24select}", rawUrl) { @@ -239,6 +245,7 @@ public IosManagedAppProtectionItemRequestBuilder(string rawUrl) : base("{+baseur /// /// Deletes a iosManagedAppProtection. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -247,7 +254,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -255,6 +262,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the iosManagedAppProtection 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 @@ -271,6 +279,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a iosManagedAppProtection 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 @@ -281,7 +290,7 @@ public RequestInformation ToPatchRequestInformation(IosManagedAppProtection body public RequestInformation ToPatchRequestInformation(IosManagedAppProtection 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}/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/ManagedAppPolicies/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppPolicies/Count/CountRequestBuilder.cs index 8c4af3cfba..fd103f844e 100644 --- a/src/generated/DeviceAppManagement/ManagedAppPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppPolicies/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}/deviceAppManagement/managedAppPolicies/$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}/deviceAppManagement/managedAppPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs index 17fe958f1e..2312c722bf 100644 --- a/src/generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ManagedAppPolicyItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property managedAppPolicies for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property managedAppPolicies for deviceAppManagement"; @@ -54,12 +55,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Read properties and relationships of the managedAppProtection object. - /// Find more info here + /// Read properties and relationships of the managedAppConfiguration object. + /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); - command.Description = "Read properties and relationships of the managedAppProtection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-get?view=graph-rest-1.0"; + command.Description = "Read properties and relationships of the managedAppConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-get?view=graph-rest-1.0"; var managedAppPolicyIdOption = new Option("--managed-app-policy-id", description: "The unique identifier of managedAppPolicy") { }; managedAppPolicyIdOption.IsRequired = true; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property managedAppPolicies in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property managedAppPolicies in deviceAppManagement"; @@ -156,6 +159,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the targetApps method. /// + /// A public Command BuildTargetAppsNavCommand() { var command = new Command("target-apps"); command.Description = "Provides operations to call the targetApps method."; @@ -169,13 +173,13 @@ public Command BuildTargetAppsNavCommand() { return command; } /// - /// Instantiates a new ManagedAppPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedAppPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedAppPolicies/{managedAppPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagedAppPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedAppPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedAppPolicies/{managedAppPolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -183,6 +187,7 @@ public ManagedAppPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property managedAppPolicies for deviceAppManagement /// + /// 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,14 +196,15 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/managedAppPolicies/{managedAppPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Read properties and relationships of the managedAppProtection object. + /// Read properties and relationships of the managedAppConfiguration 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 @@ -215,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property managedAppPolicies in deviceAppManagement /// + /// 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,13 +232,13 @@ public RequestInformation ToPatchRequestInformation(ManagedAppPolicy body, Actio public RequestInformation ToPatchRequestInformation(ManagedAppPolicy 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}/deviceAppManagement/managedAppPolicies/{managedAppPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Read properties and relationships of the managedAppProtection object. + /// Read properties and relationships of the managedAppConfiguration object. /// public class ManagedAppPolicyItemRequestBuilderGetQueryParameters { /// Expand related entities diff --git a/src/generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsPostRequestBody.cs b/src/generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsPostRequestBody.cs index 8b0abe6713..6418dd5a54 100644 --- a/src/generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsPostRequestBody.cs +++ b/src/generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsPostRequestBody.cs @@ -18,7 +18,7 @@ public class TargetAppsPostRequestBody : IAdditionalDataHolder, IParsable { public List Apps { get; set; } #endif /// - /// Instantiates a new targetAppsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TargetAppsPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public TargetAppsPostRequestBody() { /// /// 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 TargetAppsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static TargetAppsPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"apps", n => { Apps = n.GetCollectionOfObjectValues(ManagedMobileApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs index ddce525fd3..0a1f171d34 100644 --- a/src/generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs @@ -22,6 +22,7 @@ public class TargetAppsRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TargetAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedAppPolicies/{managedAppPolicy%2Did}/targetApps", pathParameters) { } /// - /// Instantiates a new TargetAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedAppPolicies/{managedAppPolicy%2Did}/targetApps", rawUrl) { @@ -73,6 +74,7 @@ public TargetAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// Not yet documented /// + /// 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/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs index c108eeeb08..64b9581f02 100644 --- a/src/generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppPolicies/ManagedAppPoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ManagedAppPoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the managedAppPolicies property of the microsoft.graph.deviceAppManagement 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 managedAppPolicies for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to managedAppPolicies for deviceAppManagement"; @@ -93,12 +96,13 @@ public Command BuildCreateCommand() { return command; } /// - /// List properties and relationships of the managedAppProtection objects. - /// Find more info here + /// List properties and relationships of the managedAppConfiguration objects. + /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); - command.Description = "List properties and relationships of the managedAppProtection objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-list?view=graph-rest-1.0"; + command.Description = "List properties and relationships of the managedAppConfiguration objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-list?view=graph-rest-1.0"; var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -186,20 +190,21 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ManagedAppPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedAppPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedAppPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ManagedAppPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedAppPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedAppPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// - /// List properties and relationships of the managedAppProtection objects. + /// List properties and relationships of the managedAppConfiguration objects. /// + /// 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 managedAppPolicies for deviceAppManagement /// + /// 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,13 +232,13 @@ public RequestInformation ToPostRequestInformation(ManagedAppPolicy body, Action public RequestInformation ToPostRequestInformation(ManagedAppPolicy 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}/deviceAppManagement/managedAppPolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// List properties and relationships of the managedAppProtection objects. + /// List properties and relationships of the managedAppConfiguration objects. /// public class ManagedAppPoliciesRequestBuilderGetQueryParameters { /// Include count of items diff --git a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Count/CountRequestBuilder.cs index d0b5856599..4108f582ed 100644 --- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/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}/deviceAppManagement/managedAppRegistrations/$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}/deviceAppManagement/managedAppRegistrations/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/ManagedAppRegistrations/GetUserIdsWithFlaggedAppRegistration/GetUserIdsWithFlaggedAppRegistrationGetResponse.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/GetUserIdsWithFlaggedAppRegistration/GetUserIdsWithFlaggedAppRegistrationGetResponse.cs index 632656f621..dfeecfe6f1 100644 --- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/GetUserIdsWithFlaggedAppRegistration/GetUserIdsWithFlaggedAppRegistrationGetResponse.cs +++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/GetUserIdsWithFlaggedAppRegistration/GetUserIdsWithFlaggedAppRegistrationGetResponse.cs @@ -18,6 +18,7 @@ public class GetUserIdsWithFlaggedAppRegistrationGetResponse : BaseCollectionPag /// /// 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 new GetUserIdsWithFlaggedAppRegistrationGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetUserIdsWithFlaggedAppRegistrationGetResponse : BaseCollectionPag /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DeviceAppManagement/ManagedAppRegistrations/GetUserIdsWithFlaggedAppRegistration/GetUserIdsWithFlaggedAppRegistrationRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/GetUserIdsWithFlaggedAppRegistration/GetUserIdsWithFlaggedAppRegistrationRequestBuilder.cs index 0a1a30bb97..af9aaf7d46 100644 --- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/GetUserIdsWithFlaggedAppRegistration/GetUserIdsWithFlaggedAppRegistrationRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/GetUserIdsWithFlaggedAppRegistration/GetUserIdsWithFlaggedAppRegistrationRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetUserIdsWithFlaggedAppRegistrationRequestBuilder : BaseCliRequest /// /// Invoke function getUserIdsWithFlaggedAppRegistration /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getUserIdsWithFlaggedAppRegistration"; @@ -90,13 +91,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetUserIdsWithFlaggedAppRegistrationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetUserIdsWithFlaggedAppRegistrationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration(){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetUserIdsWithFlaggedAppRegistrationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetUserIdsWithFlaggedAppRegistrationRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration(){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl) { @@ -104,6 +105,7 @@ public GetUserIdsWithFlaggedAppRegistrationRequestBuilder(string rawUrl) : base( /// /// Invoke function getUserIdsWithFlaggedAppRegistration /// + /// 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/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/AppliedPoliciesRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/AppliedPoliciesRequestBuilder.cs index 67d5ac0511..3f9cc9cbc8 100644 --- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/AppliedPoliciesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/AppliedPoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class AppliedPoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appliedPolicies property of the microsoft.graph.managedAppRegistration 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 appliedPolicies for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to appliedPolicies for deviceAppManagement"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// Zero or more policys already applied on the registered app when it last synchronized with managment service. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Zero or more policys already applied on the registered app when it last synchronized with managment service."; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AppliedPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppliedPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/appliedPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppliedPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppliedPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/appliedPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AppliedPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceApp /// /// Zero or more policys already applied on the registered app when it last synchronized with managment service. /// + /// 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 appliedPolicies for deviceAppManagement /// + /// 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(ManagedAppPolicy body, Action public RequestInformation ToPostRequestInformation(ManagedAppPolicy 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}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/appliedPolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Count/CountRequestBuilder.cs index 386799a2db..704b646161 100644 --- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/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}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/appliedPolicies/$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}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/appliedPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs index 8d87746770..1616a75253 100644 --- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ManagedAppPolicyItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property appliedPolicies for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property appliedPolicies for deviceAppManagement"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Zero or more policys already applied on the registered app when it last synchronized with managment service. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Zero or more policys already applied on the registered app when it last synchronized with managment service."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property appliedPolicies in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property appliedPolicies in deviceAppManagement"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the targetApps method. /// + /// A public Command BuildTargetAppsNavCommand() { var command = new Command("target-apps"); command.Description = "Provides operations to call the targetApps method."; @@ -186,13 +190,13 @@ public Command BuildTargetAppsNavCommand() { return command; } /// - /// Instantiates a new ManagedAppPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedAppPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/appliedPolicies/{managedAppPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagedAppPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedAppPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/appliedPolicies/{managedAppPolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -200,6 +204,7 @@ public ManagedAppPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property appliedPolicies for deviceAppManagement /// + /// 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}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/appliedPolicies/{managedAppPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -216,6 +221,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Zero or more policys already applied on the registered app when it last synchronized with managment service. /// + /// 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 appliedPolicies in deviceAppManagement /// + /// 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(ManagedAppPolicy body, Actio public RequestInformation ToPatchRequestInformation(ManagedAppPolicy 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}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/appliedPolicies/{managedAppPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsPostRequestBody.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsPostRequestBody.cs index 657962bc0b..c051d19273 100644 --- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsPostRequestBody.cs +++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsPostRequestBody.cs @@ -18,7 +18,7 @@ public class TargetAppsPostRequestBody : IAdditionalDataHolder, IParsable { public List Apps { get; set; } #endif /// - /// Instantiates a new targetAppsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TargetAppsPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public TargetAppsPostRequestBody() { /// /// 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 TargetAppsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static TargetAppsPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"apps", n => { Apps = n.GetCollectionOfObjectValues(ManagedMobileApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs index 58d638ab88..d384ae1f6e 100644 --- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/AppliedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs @@ -22,6 +22,7 @@ public class TargetAppsRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TargetAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/appliedPolicies/{managedAppPolicy%2Did}/targetApps", pathParameters) { } /// - /// Instantiates a new TargetAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/appliedPolicies/{managedAppPolicy%2Did}/targetApps", rawUrl) { @@ -79,6 +80,7 @@ public TargetAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// Not yet documented /// + /// 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/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Count/CountRequestBuilder.cs index 9e65599d0a..a0069cd320 100644 --- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/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}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/intendedPolicies/$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}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/intendedPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/IntendedPoliciesRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/IntendedPoliciesRequestBuilder.cs index 4ebc0b2e5b..82102bc5d6 100644 --- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/IntendedPoliciesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/IntendedPoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class IntendedPoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the intendedPolicies property of the microsoft.graph.managedAppRegistration 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 intendedPolicies for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to intendedPolicies for deviceAppManagement"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// Zero or more policies admin intended for the app as of now. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Zero or more policies admin intended for the app as of now."; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new IntendedPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IntendedPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/intendedPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new IntendedPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IntendedPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/intendedPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public IntendedPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAp /// /// Zero or more policies admin intended for the app as of now. /// + /// 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 intendedPolicies for deviceAppManagement /// + /// 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(ManagedAppPolicy body, Action public RequestInformation ToPostRequestInformation(ManagedAppPolicy 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}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/intendedPolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs index 1fd0e9f652..a5aa32ba48 100644 --- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/ManagedAppPolicyItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ManagedAppPolicyItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property intendedPolicies for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property intendedPolicies for deviceAppManagement"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Zero or more policies admin intended for the app as of now. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Zero or more policies admin intended for the app as of now."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property intendedPolicies in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property intendedPolicies in deviceAppManagement"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the targetApps method. /// + /// A public Command BuildTargetAppsNavCommand() { var command = new Command("target-apps"); command.Description = "Provides operations to call the targetApps method."; @@ -186,13 +190,13 @@ public Command BuildTargetAppsNavCommand() { return command; } /// - /// Instantiates a new ManagedAppPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedAppPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/intendedPolicies/{managedAppPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagedAppPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedAppPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/intendedPolicies/{managedAppPolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -200,6 +204,7 @@ public ManagedAppPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property intendedPolicies for deviceAppManagement /// + /// 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}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/intendedPolicies/{managedAppPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -216,6 +221,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Zero or more policies admin intended for the app as of now. /// + /// 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 intendedPolicies in deviceAppManagement /// + /// 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(ManagedAppPolicy body, Actio public RequestInformation ToPatchRequestInformation(ManagedAppPolicy 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}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/intendedPolicies/{managedAppPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsPostRequestBody.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsPostRequestBody.cs index 7d38b6612a..fa40dbebed 100644 --- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsPostRequestBody.cs +++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsPostRequestBody.cs @@ -18,7 +18,7 @@ public class TargetAppsPostRequestBody : IAdditionalDataHolder, IParsable { public List Apps { get; set; } #endif /// - /// Instantiates a new targetAppsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TargetAppsPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public TargetAppsPostRequestBody() { /// /// 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 TargetAppsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static TargetAppsPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"apps", n => { Apps = n.GetCollectionOfObjectValues(ManagedMobileApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs index 697db9f989..e5a83302d2 100644 --- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/IntendedPolicies/Item/TargetApps/TargetAppsRequestBuilder.cs @@ -22,6 +22,7 @@ public class TargetAppsRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TargetAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/intendedPolicies/{managedAppPolicy%2Did}/targetApps", pathParameters) { } /// - /// Instantiates a new TargetAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/intendedPolicies/{managedAppPolicy%2Did}/targetApps", rawUrl) { @@ -79,6 +80,7 @@ public TargetAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// Not yet documented /// + /// 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/DeviceAppManagement/ManagedAppRegistrations/Item/ManagedAppRegistrationItemRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/ManagedAppRegistrationItemRequestBuilder.cs index 136c707b43..29e9e99472 100644 --- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/ManagedAppRegistrationItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/ManagedAppRegistrationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class ManagedAppRegistrationItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appliedPolicies property of the microsoft.graph.managedAppRegistration entity. /// + /// A public Command BuildAppliedPoliciesNavCommand() { var command = new Command("applied-policies"); command.Description = "Provides operations to manage the appliedPolicies property of the microsoft.graph.managedAppRegistration entity."; @@ -50,6 +51,7 @@ public Command BuildAppliedPoliciesNavCommand() { /// /// Delete navigation property managedAppRegistrations for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property managedAppRegistrations for deviceAppManagement"; @@ -81,12 +83,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Read properties and relationships of the iosManagedAppRegistration object. - /// Find more info here + /// Read properties and relationships of the androidManagedAppRegistration object. + /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); - command.Description = "Read properties and relationships of the iosManagedAppRegistration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-get?view=graph-rest-1.0"; + command.Description = "Read properties and relationships of the androidManagedAppRegistration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-get?view=graph-rest-1.0"; var managedAppRegistrationIdOption = new Option("--managed-app-registration-id", description: "The unique identifier of managedAppRegistration") { }; managedAppRegistrationIdOption.IsRequired = true; @@ -134,6 +137,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the intendedPolicies property of the microsoft.graph.managedAppRegistration entity. /// + /// A public Command BuildIntendedPoliciesNavCommand() { var command = new Command("intended-policies"); command.Description = "Provides operations to manage the intendedPolicies property of the microsoft.graph.managedAppRegistration entity."; @@ -159,6 +163,7 @@ public Command BuildIntendedPoliciesNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.managedAppRegistration entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.managedAppRegistration entity."; @@ -184,6 +189,7 @@ public Command BuildOperationsNavCommand() { /// /// Update the navigation property managedAppRegistrations in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property managedAppRegistrations in deviceAppManagement"; @@ -231,13 +237,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ManagedAppRegistrationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedAppRegistrationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagedAppRegistrationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedAppRegistrationItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}{?%24expand,%24select}", rawUrl) { @@ -245,6 +251,7 @@ public ManagedAppRegistrationItemRequestBuilder(string rawUrl) : base("{+baseurl /// /// Delete navigation property managedAppRegistrations for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,14 +260,15 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Read properties and relationships of the iosManagedAppRegistration object. + /// Read properties and relationships of the androidManagedAppRegistration 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 @@ -277,6 +285,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property managedAppRegistrations in deviceAppManagement /// + /// 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 @@ -287,13 +296,13 @@ public RequestInformation ToPatchRequestInformation(ManagedAppRegistration body, public RequestInformation ToPatchRequestInformation(ManagedAppRegistration 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}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Read properties and relationships of the iosManagedAppRegistration object. + /// Read properties and relationships of the androidManagedAppRegistration object. /// public class ManagedAppRegistrationItemRequestBuilderGetQueryParameters { /// Expand related entities diff --git a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/Operations/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/Operations/Count/CountRequestBuilder.cs index a9135bde5a..4500f538b1 100644 --- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/Operations/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}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/operations/$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}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/operations/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/ManagedAppRegistrations/Item/Operations/Item/ManagedAppOperationItemRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/Operations/Item/ManagedAppOperationItemRequestBuilder.cs index addcd961d7..f9e8283edd 100644 --- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/Operations/Item/ManagedAppOperationItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/Operations/Item/ManagedAppOperationItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ManagedAppOperationItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a managedAppOperation. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a managedAppOperation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the managedAppOperation object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the managedAppOperation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a managedAppOperation object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a managedAppOperation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ManagedAppOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedAppOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/operations/{managedAppOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagedAppOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedAppOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/operations/{managedAppOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public ManagedAppOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes a managedAppOperation. /// + /// 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}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/operations/{managedAppOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the managedAppOperation 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a managedAppOperation 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(ManagedAppOperation body, Ac public RequestInformation ToPatchRequestInformation(ManagedAppOperation 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}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/operations/{managedAppOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/Operations/OperationsRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/Operations/OperationsRequestBuilder.cs index dc2f9206af..3e9bdc5369 100644 --- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/Operations/OperationsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/Item/Operations/OperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the operations property of the microsoft.graph.managedAppRegistration entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ManagedAppOperationItemRequestBuilder(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 managedAppOperation object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new managedAppOperation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the managedAppOperation objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the managedAppOperation objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// List properties and relationships of the managedAppOperation objects. /// + /// 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 managedAppOperation 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(ManagedAppOperation body, Act public RequestInformation ToPostRequestInformation(ManagedAppOperation 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}/deviceAppManagement/managedAppRegistrations/{managedAppRegistration%2Did}/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs index 8e46b85346..1ca9a9a549 100644 --- a/src/generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppRegistrations/ManagedAppRegistrationsRequestBuilder.cs @@ -25,6 +25,7 @@ public class ManagedAppRegistrationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the managedAppRegistrations property of the microsoft.graph.deviceAppManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// Create a new androidManagedAppRegistration object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new androidManagedAppRegistration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-create?view=graph-rest-1.0"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the getUserIdsWithFlaggedAppRegistration method. /// + /// A public Command BuildGetUserIdsWithFlaggedAppRegistrationNavCommand() { var command = new Command("get-user-ids-with-flagged-app-registration"); command.Description = "Provides operations to call the getUserIdsWithFlaggedAppRegistration method."; @@ -112,12 +116,13 @@ public Command BuildGetUserIdsWithFlaggedAppRegistrationNavCommand() { return command; } /// - /// List properties and relationships of the androidManagedAppRegistration objects. - /// Find more info here + /// List properties and relationships of the managedAppRegistration objects. + /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); - command.Description = "List properties and relationships of the androidManagedAppRegistration objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-list?view=graph-rest-1.0"; + command.Description = "List properties and relationships of the managedAppRegistration objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0"; var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -205,20 +210,21 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ManagedAppRegistrationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedAppRegistrationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ManagedAppRegistrationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedAppRegistrationsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedAppRegistrations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// - /// List properties and relationships of the androidManagedAppRegistration objects. + /// List properties and relationships of the managedAppRegistration objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new androidManagedAppRegistration 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 @@ -245,13 +252,13 @@ public RequestInformation ToPostRequestInformation(ManagedAppRegistration body, public RequestInformation ToPostRequestInformation(ManagedAppRegistration 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}/deviceAppManagement/managedAppRegistrations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// List properties and relationships of the androidManagedAppRegistration objects. + /// List properties and relationships of the managedAppRegistration objects. /// public class ManagedAppRegistrationsRequestBuilderGetQueryParameters { /// Include count of items diff --git a/src/generated/DeviceAppManagement/ManagedAppStatuses/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppStatuses/Count/CountRequestBuilder.cs index f5e42bbc8d..bcacc46bd1 100644 --- a/src/generated/DeviceAppManagement/ManagedAppStatuses/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppStatuses/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}/deviceAppManagement/managedAppStatuses/$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}/deviceAppManagement/managedAppStatuses/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.cs index 3e48bcfa16..dd278e599c 100644 --- a/src/generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppStatuses/Item/ManagedAppStatusItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ManagedAppStatusItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property managedAppStatuses for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property managedAppStatuses for deviceAppManagement"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the managedAppStatusRaw object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the managedAppStatusRaw object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-get?view=graph-rest-1.0"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property managedAppStatuses in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property managedAppStatuses in deviceAppManagement"; @@ -153,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ManagedAppStatusItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedAppStatusItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedAppStatuses/{managedAppStatus%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagedAppStatusItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedAppStatusItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedAppStatuses/{managedAppStatus%2Did}{?%24expand,%24select}", rawUrl) { @@ -167,6 +170,7 @@ public ManagedAppStatusItemRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property managedAppStatuses for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -175,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}/deviceAppManagement/managedAppStatuses/{managedAppStatus%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -183,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the managedAppStatusRaw 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 @@ -199,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property managedAppStatuses in deviceAppManagement /// + /// 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 @@ -209,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(ManagedAppStatus body, Actio public RequestInformation ToPatchRequestInformation(ManagedAppStatus 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}/deviceAppManagement/managedAppStatuses/{managedAppStatus%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/ManagedAppStatuses/ManagedAppStatusesRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedAppStatuses/ManagedAppStatusesRequestBuilder.cs index f27340c84b..3d8017a32a 100644 --- a/src/generated/DeviceAppManagement/ManagedAppStatuses/ManagedAppStatusesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedAppStatuses/ManagedAppStatusesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ManagedAppStatusesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the managedAppStatuses property of the microsoft.graph.deviceAppManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ManagedAppStatusItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to managedAppStatuses for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to managedAppStatuses for deviceAppManagement"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the managedAppStatus objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the managedAppStatus objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-list?view=graph-rest-1.0"; @@ -184,13 +188,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ManagedAppStatusesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedAppStatusesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedAppStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ManagedAppStatusesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedAppStatusesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedAppStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -198,6 +202,7 @@ public ManagedAppStatusesRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// List properties and relationships of the managedAppStatus objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,6 +219,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to managedAppStatuses for deviceAppManagement /// + /// 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 @@ -224,7 +230,7 @@ public RequestInformation ToPostRequestInformation(ManagedAppStatus body, Action public RequestInformation ToPostRequestInformation(ManagedAppStatus 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}/deviceAppManagement/managedAppStatuses", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/ManagedEBooks/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedEBooks/Count/CountRequestBuilder.cs index 12733bced0..4f50a6aac8 100644 --- a/src/generated/DeviceAppManagement/ManagedEBooks/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedEBooks/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}/deviceAppManagement/managedEBooks/$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}/deviceAppManagement/managedEBooks/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/ManagedEBooks/Item/Assign/AssignPostRequestBody.cs b/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assign/AssignPostRequestBody.cs index b8e5e2efbd..13d3c39ac2 100644 --- a/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assign/AssignPostRequestBody.cs +++ b/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assign/AssignPostRequestBody.cs @@ -18,7 +18,7 @@ public class AssignPostRequestBody : IAdditionalDataHolder, IParsable { public List ManagedEBookAssignments { get; set; } #endif /// - /// Instantiates a new assignPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AssignPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AssignPostRequestBody() { /// /// 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 AssignPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AssignPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"managedEBookAssignments", n => { ManagedEBookAssignments = n.GetCollectionOfObjectValues(ManagedEBookAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assign/AssignRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assign/AssignRequestBuilder.cs index f6b2fe2e81..f5fff0bb34 100644 --- a/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assign/AssignRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assign/AssignRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssignRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-managedebook-assign?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AssignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/assign", pathParameters) { } /// - /// Instantiates a new AssignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/assign", rawUrl) { @@ -73,6 +74,7 @@ public AssignRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagemen /// /// Not yet documented /// + /// 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/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.cs index ea379716bf..6dd9c465f7 100644 --- a/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.managedEBook entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ManagedEBookAssignmentItemRequestBuilder(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."; @@ -48,12 +50,13 @@ public Command BuildCountNavCommand() { return command; } /// - /// Create a new managedEBookAssignment object. - /// Find more info here + /// Create a new iosVppEBookAssignment object. + /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); - command.Description = "Create a new managedEBookAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0"; + command.Description = "Create a new iosVppEBookAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0"; var managedEBookIdOption = new Option("--managed-ebook-id", description: "The unique identifier of managedEBook") { }; managedEBookIdOption.IsRequired = true; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the iosVppEBookAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the iosVppEBookAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// List properties and relationships of the iosVppEBookAssignment objects. /// + /// 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,8 +230,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new managedEBookAssignment object. + /// Create a new iosVppEBookAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(ManagedEBookAssignment body, public RequestInformation ToPostRequestInformation(ManagedEBookAssignment 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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Count/CountRequestBuilder.cs index 1c85ad83d5..82563842ac 100644 --- a/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/assignments/$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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs index 2561737347..80044c3266 100644 --- a/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedEBooks/Item/Assignments/Item/ManagedEBookAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ManagedEBookAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a iosVppEBookAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a iosVppEBookAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the iosVppEBookAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the iosVppEBookAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0"; @@ -117,12 +119,13 @@ public Command BuildGetCommand() { return command; } /// - /// Update the properties of a iosVppEBookAssignment object. - /// Find more info here + /// Update the properties of a managedEBookAssignment object. + /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); - command.Description = "Update the properties of a iosVppEBookAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-update?view=graph-rest-1.0"; + command.Description = "Update the properties of a managedEBookAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-update?view=graph-rest-1.0"; var managedEBookIdOption = new Option("--managed-ebook-id", description: "The unique identifier of managedEBook") { }; managedEBookIdOption.IsRequired = true; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ManagedEBookAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedEBookAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/assignments/{managedEBookAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagedEBookAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedEBookAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/assignments/{managedEBookAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public ManagedEBookAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl /// /// Deletes a iosVppEBookAssignment. /// + /// 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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/assignments/{managedEBookAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the iosVppEBookAssignment 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 @@ -217,8 +222,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a iosVppEBookAssignment object. + /// Update the properties of a managedEBookAssignment 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(ManagedEBookAssignment body, public RequestInformation ToPatchRequestInformation(ManagedEBookAssignment 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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/assignments/{managedEBookAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/Count/CountRequestBuilder.cs index cf33138053..4e9e6b6538 100644 --- a/src/generated/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/deviceStates/$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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/deviceStates/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/DeviceStatesRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/DeviceStatesRequestBuilder.cs index 5f2163188a..1243e6f485 100644 --- a/src/generated/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/DeviceStatesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/DeviceStatesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceStatesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the deviceStates property of the microsoft.graph.managedEBook entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DeviceInstallStateItemRequestBuilder(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 deviceInstallState object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new deviceInstallState object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the deviceInstallState objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the deviceInstallState objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DeviceStatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceStatesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/deviceStates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeviceStatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceStatesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/deviceStates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public DeviceStatesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMan /// /// List properties and relationships of the deviceInstallState objects. /// + /// 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 deviceInstallState 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(DeviceInstallState body, Acti public RequestInformation ToPostRequestInformation(DeviceInstallState 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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/deviceStates", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/Item/DeviceInstallStateItemRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/Item/DeviceInstallStateItemRequestBuilder.cs index 82fb2b6052..f0ef05fa87 100644 --- a/src/generated/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/Item/DeviceInstallStateItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedEBooks/Item/DeviceStates/Item/DeviceInstallStateItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DeviceInstallStateItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a deviceInstallState. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a deviceInstallState.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceInstallState object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceInstallState object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceInstallState object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceInstallState object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceInstallStateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceInstallStateItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/deviceStates/{deviceInstallState%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceInstallStateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceInstallStateItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/deviceStates/{deviceInstallState%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public DeviceInstallStateItemRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Deletes a deviceInstallState. /// + /// 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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/deviceStates/{deviceInstallState%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceInstallState 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceInstallState 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(DeviceInstallState body, Act public RequestInformation ToPatchRequestInformation(DeviceInstallState 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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/deviceStates/{deviceInstallState%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/ManagedEBooks/Item/InstallSummary/InstallSummaryRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedEBooks/Item/InstallSummary/InstallSummaryRequestBuilder.cs index fbff0c66f5..369611fd7b 100644 --- a/src/generated/DeviceAppManagement/ManagedEBooks/Item/InstallSummary/InstallSummaryRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedEBooks/Item/InstallSummary/InstallSummaryRequestBuilder.cs @@ -22,6 +22,7 @@ public class InstallSummaryRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property installSummary for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property installSummary for deviceAppManagement"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the eBookInstallSummary object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the eBookInstallSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// Update the properties of a eBookInstallSummary object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a eBookInstallSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-update?view=graph-rest-1.0"; @@ -154,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new InstallSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InstallSummaryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/installSummary{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new InstallSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InstallSummaryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/installSummary{?%24expand,%24select}", rawUrl) { @@ -168,6 +171,7 @@ public InstallSummaryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppM /// /// Delete navigation property installSummary for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -176,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/installSummary", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -184,6 +188,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the eBookInstallSummary 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 @@ -200,6 +205,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a eBookInstallSummary 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 @@ -210,7 +216,7 @@ public RequestInformation ToPatchRequestInformation(EBookInstallSummary body, Ac public RequestInformation ToPatchRequestInformation(EBookInstallSummary 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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/installSummary", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/ManagedEBooks/Item/ManagedEBookItemRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedEBooks/Item/ManagedEBookItemRequestBuilder.cs index 7da788b78b..8946347752 100644 --- a/src/generated/DeviceAppManagement/ManagedEBooks/Item/ManagedEBookItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedEBooks/Item/ManagedEBookItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class ManagedEBookItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.managedEBook entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.managedEBook entity."; @@ -52,6 +53,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to call the assign method. /// + /// A public Command BuildAssignNavCommand() { var command = new Command("assign"); command.Description = "Provides operations to call the assign method."; @@ -68,6 +70,7 @@ public Command BuildAssignNavCommand() { /// Deletes a iosVppEBook. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a iosVppEBook.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-iosvppebook-delete?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the deviceStates property of the microsoft.graph.managedEBook entity. /// + /// A public Command BuildDeviceStatesNavCommand() { var command = new Command("device-states"); command.Description = "Provides operations to manage the deviceStates property of the microsoft.graph.managedEBook entity."; @@ -127,6 +131,7 @@ public Command BuildDeviceStatesNavCommand() { /// Read properties and relationships of the managedEBook object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the managedEBook object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0"; @@ -177,6 +182,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the installSummary property of the microsoft.graph.managedEBook entity. /// + /// A public Command BuildInstallSummaryNavCommand() { var command = new Command("install-summary"); command.Description = "Provides operations to manage the installSummary property of the microsoft.graph.managedEBook entity."; @@ -195,6 +201,7 @@ public Command BuildInstallSummaryNavCommand() { /// Update the properties of a iosVppEBook object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a iosVppEBook object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-iosvppebook-update?view=graph-rest-1.0"; @@ -244,6 +251,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the userStateSummary property of the microsoft.graph.managedEBook entity. /// + /// A public Command BuildUserStateSummaryNavCommand() { var command = new Command("user-state-summary"); command.Description = "Provides operations to manage the userStateSummary property of the microsoft.graph.managedEBook entity."; @@ -267,13 +275,13 @@ public Command BuildUserStateSummaryNavCommand() { return command; } /// - /// Instantiates a new ManagedEBookItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedEBookItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagedEBookItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedEBookItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}{?%24expand,%24select}", rawUrl) { @@ -281,6 +289,7 @@ public ManagedEBookItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAp /// /// Deletes a iosVppEBook. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -289,7 +298,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -297,6 +306,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the managedEBook 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 @@ -313,6 +323,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a iosVppEBook 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 @@ -323,7 +334,7 @@ public RequestInformation ToPatchRequestInformation(ManagedEBook 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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Count/CountRequestBuilder.cs index a0adc9a1b4..a50e00862f 100644 --- a/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary/$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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/Count/CountRequestBuilder.cs index 05c91e2df4..5feda51f62 100644 --- a/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/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"; @@ -65,13 +66,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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary/{userInstallStateSummary%2Did}/deviceStates/$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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary/{userInstallStateSummary%2Did}/deviceStates/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/DeviceStatesRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/DeviceStatesRequestBuilder.cs index e2df26e6a2..a82ec45e0a 100644 --- a/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/DeviceStatesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/DeviceStatesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceStatesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the deviceStates property of the microsoft.graph.userInstallStateSummary entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DeviceInstallStateItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to deviceStates for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to deviceStates for deviceAppManagement"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// The install state of the eBook. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The install state of the eBook."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DeviceStatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceStatesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary/{userInstallStateSummary%2Did}/deviceStates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeviceStatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceStatesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary/{userInstallStateSummary%2Did}/deviceStates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public DeviceStatesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMan /// /// The install state of the eBook. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to deviceStates for deviceAppManagement /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(DeviceInstallState body, Acti public RequestInformation ToPostRequestInformation(DeviceInstallState 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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary/{userInstallStateSummary%2Did}/deviceStates", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/Item/DeviceInstallStateItemRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/Item/DeviceInstallStateItemRequestBuilder.cs index 75ffa2bc74..ebe25bf4de 100644 --- a/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/Item/DeviceInstallStateItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/DeviceStates/Item/DeviceInstallStateItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeviceInstallStateItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property deviceStates for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property deviceStates for deviceAppManagement"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// The install state of the eBook. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The install state of the eBook."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property deviceStates in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property deviceStates in deviceAppManagement"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceInstallStateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceInstallStateItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary/{userInstallStateSummary%2Did}/deviceStates/{deviceInstallState%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceInstallStateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceInstallStateItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary/{userInstallStateSummary%2Did}/deviceStates/{deviceInstallState%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public DeviceInstallStateItemRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Delete navigation property deviceStates for deviceAppManagement /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary/{userInstallStateSummary%2Did}/deviceStates/{deviceInstallState%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The install state of the eBook. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property deviceStates in deviceAppManagement /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(DeviceInstallState body, Act public RequestInformation ToPatchRequestInformation(DeviceInstallState 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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary/{userInstallStateSummary%2Did}/deviceStates/{deviceInstallState%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/UserInstallStateSummaryItemRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/UserInstallStateSummaryItemRequestBuilder.cs index fbae1048d3..20d7a8ee9c 100644 --- a/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/UserInstallStateSummaryItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/Item/UserInstallStateSummaryItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserInstallStateSummaryItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a userInstallStateSummary. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a userInstallStateSummary.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the deviceStates property of the microsoft.graph.userInstallStateSummary entity. /// + /// A public Command BuildDeviceStatesNavCommand() { var command = new Command("device-states"); command.Description = "Provides operations to manage the deviceStates property of the microsoft.graph.userInstallStateSummary entity."; @@ -89,6 +91,7 @@ public Command BuildDeviceStatesNavCommand() { /// Read properties and relationships of the userInstallStateSummary object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the userInstallStateSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-get?view=graph-rest-1.0"; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// Update the properties of a userInstallStateSummary object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a userInstallStateSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-update?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserInstallStateSummaryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserInstallStateSummaryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary/{userInstallStateSummary%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserInstallStateSummaryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserInstallStateSummaryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary/{userInstallStateSummary%2Did}{?%24expand,%24select}", rawUrl) { @@ -213,6 +217,7 @@ public UserInstallStateSummaryItemRequestBuilder(string rawUrl) : base("{+baseur /// /// Deletes a userInstallStateSummary. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -221,7 +226,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary/{userInstallStateSummary%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -229,6 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the userInstallStateSummary 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,6 +251,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a userInstallStateSummary 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 @@ -255,7 +262,7 @@ public RequestInformation ToPatchRequestInformation(UserInstallStateSummary body public RequestInformation ToPatchRequestInformation(UserInstallStateSummary 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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary/{userInstallStateSummary%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/UserStateSummaryRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/UserStateSummaryRequestBuilder.cs index afd3d5706c..bf389e9aa7 100644 --- a/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/UserStateSummaryRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedEBooks/Item/UserStateSummary/UserStateSummaryRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserStateSummaryRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the userStateSummary property of the microsoft.graph.managedEBook 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new userInstallStateSummary object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new userInstallStateSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-create?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the userInstallStateSummary objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the userInstallStateSummary objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-list?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserStateSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserStateSummaryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserStateSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserStateSummaryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public UserStateSummaryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAp /// /// List properties and relationships of the userInstallStateSummary objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new userInstallStateSummary 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(UserInstallStateSummary body, public RequestInformation ToPostRequestInformation(UserInstallStateSummary 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}/deviceAppManagement/managedEBooks/{managedEBook%2Did}/userStateSummary", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.cs b/src/generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.cs index 2b2b868140..32db97d87e 100644 --- a/src/generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/ManagedEBooks/ManagedEBooksRequestBuilder.cs @@ -24,6 +24,7 @@ public class ManagedEBooksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the managedEBooks property of the microsoft.graph.deviceAppManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// Create a new iosVppEBook object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new iosVppEBook object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-iosvppebook-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the iosVppEBook objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the iosVppEBook objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-books-iosvppebook-list?view=graph-rest-1.0"; @@ -191,13 +195,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ManagedEBooksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedEBooksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/managedEBooks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ManagedEBooksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedEBooksRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/managedEBooks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -205,6 +209,7 @@ public ManagedEBooksRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMa /// /// List properties and relationships of the iosVppEBook objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -221,6 +226,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new iosVppEBook 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 @@ -231,7 +237,7 @@ public RequestInformation ToPostRequestInformation(ManagedEBook 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}/deviceAppManagement/managedEBooks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Count/CountRequestBuilder.cs index 6fe6df17af..2ab184de33 100644 --- a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/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}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$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}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/AssignmentsRequestBuilder.cs index 5b24d3c39b..cc0f737b2e 100644 --- a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.windowsInformationProtection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new TargetedManagedAppPolicyAssignmentItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to assignments for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to assignments for deviceAppManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Navigation property to list of security groups targeted for policy. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Navigation property to list of security groups targeted for policy."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// Navigation property to list of security groups targeted for policy. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to assignments for deviceAppManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(TargetedManagedAppPolicyAssig public RequestInformation ToPostRequestInformation(TargetedManagedAppPolicyAssignment 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}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/Count/CountRequestBuilder.cs index 9b05998987..e4c978f0b9 100644 --- a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/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}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/assignments/$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}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs index d7742427f2..c3c1b4b7f1 100644 --- a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class TargetedManagedAppPolicyAssignmentItemRequestBuilder : BaseCliReque /// /// Delete navigation property assignments for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignments for deviceAppManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Navigation property to list of security groups targeted for policy. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Navigation property to list of security groups targeted for policy."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property assignments in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignments in deviceAppManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TargetedManagedAppPolicyAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetedManagedAppPolicyAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TargetedManagedAppPolicyAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetedManagedAppPolicyAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public TargetedManagedAppPolicyAssignmentItemRequestBuilder(string rawUrl) : bas /// /// Delete navigation property assignments for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Navigation property to list of security groups targeted for policy. /// + /// 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 /// Update the navigation property assignments in deviceAppManagement /// + /// 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 ToPatchRequestInformation(TargetedManagedAppPolicyAssi public RequestInformation ToPatchRequestInformation(TargetedManagedAppPolicyAssignment 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}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Count/CountRequestBuilder.cs index 7c9374ca99..6d61a35cd1 100644 --- a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/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}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/exemptAppLockerFiles/$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}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/exemptAppLockerFiles/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/ExemptAppLockerFilesRequestBuilder.cs b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/ExemptAppLockerFilesRequestBuilder.cs index 48ad403c12..aa433a2570 100644 --- a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/ExemptAppLockerFilesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/ExemptAppLockerFilesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExemptAppLockerFilesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the exemptAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new WindowsInformationProtectionAppLockerFileItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to exemptAppLockerFiles for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to exemptAppLockerFiles for deviceAppManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Another way to input exempt apps through xml files /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Another way to input exempt apps through xml files"; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExemptAppLockerFilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExemptAppLockerFilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/exemptAppLockerFiles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExemptAppLockerFilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExemptAppLockerFilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/exemptAppLockerFiles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public ExemptAppLockerFilesRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Another way to input exempt apps through xml files /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to exemptAppLockerFiles for deviceAppManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(WindowsInformationProtectionA public RequestInformation ToPostRequestInformation(WindowsInformationProtectionAppLockerFile 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}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/exemptAppLockerFiles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Item/WindowsInformationProtectionAppLockerFileItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Item/WindowsInformationProtectionAppLockerFileItemRequestBuilder.cs index 8ce3b4fcb9..7e06d85cd7 100644 --- a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Item/WindowsInformationProtectionAppLockerFileItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Item/WindowsInformationProtectionAppLockerFileItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class WindowsInformationProtectionAppLockerFileItemRequestBuilder : BaseC /// /// Delete navigation property exemptAppLockerFiles for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property exemptAppLockerFiles for deviceAppManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Another way to input exempt apps through xml files /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Another way to input exempt apps through xml files"; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property exemptAppLockerFiles in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property exemptAppLockerFiles in deviceAppManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new WindowsInformationProtectionAppLockerFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WindowsInformationProtectionAppLockerFileItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WindowsInformationProtectionAppLockerFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WindowsInformationProtectionAppLockerFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public WindowsInformationProtectionAppLockerFileItemRequestBuilder(string rawUrl /// /// Delete navigation property exemptAppLockerFiles for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Another way to input exempt apps through xml files /// + /// 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 /// Update the navigation property exemptAppLockerFiles in deviceAppManagement /// + /// 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 ToPatchRequestInformation(WindowsInformationProtection public RequestInformation ToPatchRequestInformation(WindowsInformationProtectionAppLockerFile 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}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/MdmWindowsInformationProtectionPolicyItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/MdmWindowsInformationProtectionPolicyItemRequestBuilder.cs index 2b2209b535..44bef33948 100644 --- a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/MdmWindowsInformationProtectionPolicyItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/MdmWindowsInformationProtectionPolicyItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class MdmWindowsInformationProtectionPolicyItemRequestBuilder : BaseCliRe /// /// Provides operations to manage the assignments property of the microsoft.graph.windowsInformationProtection entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.windowsInformationProtection entity."; @@ -51,6 +52,7 @@ public Command BuildAssignmentsNavCommand() { /// Deletes a mdmWindowsInformationProtectionPolicy. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mdmWindowsInformationProtectionPolicy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-delete?view=graph-rest-1.0"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the exemptAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity. /// + /// A public Command BuildExemptAppLockerFilesNavCommand() { var command = new Command("exempt-app-locker-files"); command.Description = "Provides operations to manage the exemptAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity."; @@ -110,6 +113,7 @@ public Command BuildExemptAppLockerFilesNavCommand() { /// Read properties and relationships of the mdmWindowsInformationProtectionPolicy object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mdmWindowsInformationProtectionPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-get?view=graph-rest-1.0"; @@ -161,6 +165,7 @@ public Command BuildGetCommand() { /// Update the properties of a mdmWindowsInformationProtectionPolicy object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mdmWindowsInformationProtectionPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-update?view=graph-rest-1.0"; @@ -210,6 +215,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the protectedAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity. /// + /// A public Command BuildProtectedAppLockerFilesNavCommand() { var command = new Command("protected-app-locker-files"); command.Description = "Provides operations to manage the protectedAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity."; @@ -233,13 +239,13 @@ public Command BuildProtectedAppLockerFilesNavCommand() { return command; } /// - /// Instantiates a new MdmWindowsInformationProtectionPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MdmWindowsInformationProtectionPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MdmWindowsInformationProtectionPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MdmWindowsInformationProtectionPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -247,6 +253,7 @@ public MdmWindowsInformationProtectionPolicyItemRequestBuilder(string rawUrl) : /// /// Deletes a mdmWindowsInformationProtectionPolicy. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -255,7 +262,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -263,6 +270,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mdmWindowsInformationProtectionPolicy 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 @@ -279,6 +287,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mdmWindowsInformationProtectionPolicy 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 @@ -289,7 +298,7 @@ public RequestInformation ToPatchRequestInformation(MdmWindowsInformationProtect public RequestInformation ToPatchRequestInformation(MdmWindowsInformationProtectionPolicy 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}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Count/CountRequestBuilder.cs index d7f1f595dd..f0b4590e8c 100644 --- a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/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}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/protectedAppLockerFiles/$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}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/protectedAppLockerFiles/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Item/WindowsInformationProtectionAppLockerFileItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Item/WindowsInformationProtectionAppLockerFileItemRequestBuilder.cs index 163224cce5..b3f52f759b 100644 --- a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Item/WindowsInformationProtectionAppLockerFileItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Item/WindowsInformationProtectionAppLockerFileItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class WindowsInformationProtectionAppLockerFileItemRequestBuilder : BaseC /// /// Delete navigation property protectedAppLockerFiles for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property protectedAppLockerFiles for deviceAppManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Another way to input protected apps through xml files /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Another way to input protected apps through xml files"; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property protectedAppLockerFiles in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property protectedAppLockerFiles in deviceAppManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new WindowsInformationProtectionAppLockerFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WindowsInformationProtectionAppLockerFileItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WindowsInformationProtectionAppLockerFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WindowsInformationProtectionAppLockerFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public WindowsInformationProtectionAppLockerFileItemRequestBuilder(string rawUrl /// /// Delete navigation property protectedAppLockerFiles for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Another way to input protected apps through xml files /// + /// 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 /// Update the navigation property protectedAppLockerFiles in deviceAppManagement /// + /// 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 ToPatchRequestInformation(WindowsInformationProtection public RequestInformation ToPatchRequestInformation(WindowsInformationProtectionAppLockerFile 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}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/ProtectedAppLockerFilesRequestBuilder.cs b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/ProtectedAppLockerFilesRequestBuilder.cs index 36a69556a9..cb92df84f2 100644 --- a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/ProtectedAppLockerFilesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/ProtectedAppLockerFilesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ProtectedAppLockerFilesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the protectedAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new WindowsInformationProtectionAppLockerFileItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to protectedAppLockerFiles for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to protectedAppLockerFiles for deviceAppManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Another way to input protected apps through xml files /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Another way to input protected apps through xml files"; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ProtectedAppLockerFilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ProtectedAppLockerFilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/protectedAppLockerFiles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ProtectedAppLockerFilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ProtectedAppLockerFilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/protectedAppLockerFiles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public ProtectedAppLockerFilesRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Another way to input protected apps through xml files /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to protectedAppLockerFiles for deviceAppManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(WindowsInformationProtectionA public RequestInformation ToPostRequestInformation(WindowsInformationProtectionAppLockerFile 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}/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy%2Did}/protectedAppLockerFiles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/MdmWindowsInformationProtectionPoliciesRequestBuilder.cs b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/MdmWindowsInformationProtectionPoliciesRequestBuilder.cs index 229156e27d..d833f87cdb 100644 --- a/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/MdmWindowsInformationProtectionPoliciesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MdmWindowsInformationProtectionPolicies/MdmWindowsInformationProtectionPoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class MdmWindowsInformationProtectionPoliciesRequestBuilder : BaseCliRequ /// /// Provides operations to manage the mdmWindowsInformationProtectionPolicies property of the microsoft.graph.deviceAppManagement 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 mdmWindowsInformationProtectionPolicy object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mdmWindowsInformationProtectionPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-create?view=graph-rest-1.0"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mdmWindowsInformationProtectionPolicy objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mdmWindowsInformationProtectionPolicy objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-list?view=graph-rest-1.0"; @@ -189,13 +193,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MdmWindowsInformationProtectionPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MdmWindowsInformationProtectionPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mdmWindowsInformationProtectionPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MdmWindowsInformationProtectionPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MdmWindowsInformationProtectionPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mdmWindowsInformationProtectionPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -203,6 +207,7 @@ public MdmWindowsInformationProtectionPoliciesRequestBuilder(string rawUrl) : ba /// /// List properties and relationships of the mdmWindowsInformationProtectionPolicy objects. /// + /// 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 mdmWindowsInformationProtectionPolicy 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 ToPostRequestInformation(MdmWindowsInformationProtecti public RequestInformation ToPostRequestInformation(MdmWindowsInformationProtectionPolicy 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}/deviceAppManagement/mdmWindowsInformationProtectionPolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileAppCategories/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileAppCategories/Count/CountRequestBuilder.cs index 75be435614..e2427fb688 100644 --- a/src/generated/DeviceAppManagement/MobileAppCategories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileAppCategories/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}/deviceAppManagement/mobileAppCategories/$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}/deviceAppManagement/mobileAppCategories/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileAppCategories/Item/MobileAppCategoryItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileAppCategories/Item/MobileAppCategoryItemRequestBuilder.cs index 56ff129423..9e5a826828 100644 --- a/src/generated/DeviceAppManagement/MobileAppCategories/Item/MobileAppCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileAppCategories/Item/MobileAppCategoryItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileAppCategoryItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a mobileAppCategory. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileAppCategory.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileAppCategory object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileAppCategory object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileAppCategory object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileAppCategory object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileAppCategories/{mobileAppCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileAppCategories/{mobileAppCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// Deletes a mobileAppCategory. /// + /// 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}/deviceAppManagement/mobileAppCategories/{mobileAppCategory%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileAppCategory 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 @@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileAppCategory 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 @@ -211,7 +217,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppCategory body, Acti public RequestInformation ToPatchRequestInformation(MobileAppCategory 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}/deviceAppManagement/mobileAppCategories/{mobileAppCategory%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileAppCategories/MobileAppCategoriesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileAppCategories/MobileAppCategoriesRequestBuilder.cs index ef08884892..c2edc953e1 100644 --- a/src/generated/DeviceAppManagement/MobileAppCategories/MobileAppCategoriesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileAppCategories/MobileAppCategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppCategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the mobileAppCategories property of the microsoft.graph.deviceAppManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppCategoryItemRequestBuilder(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 mobileAppCategory object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileAppCategory object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-create?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileAppCategory objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileAppCategory objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-list?view=graph-rest-1.0"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MobileAppCategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppCategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileAppCategories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MobileAppCategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppCategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileAppCategories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public MobileAppCategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/devic /// /// List properties and relationships of the mobileAppCategory objects. /// + /// 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 mobileAppCategory 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 @@ -225,7 +231,7 @@ public RequestInformation ToPostRequestInformation(MobileAppCategory body, Actio public RequestInformation ToPostRequestInformation(MobileAppCategory 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}/deviceAppManagement/mobileAppCategories", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileAppConfigurations/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileAppConfigurations/Count/CountRequestBuilder.cs index 9af673c328..57e9a9d472 100644 --- a/src/generated/DeviceAppManagement/MobileAppConfigurations/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileAppConfigurations/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}/deviceAppManagement/mobileAppConfigurations/$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}/deviceAppManagement/mobileAppConfigurations/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileAppConfigurations/Item/Assign/AssignPostRequestBody.cs b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/Assign/AssignPostRequestBody.cs index 672df5f7a9..f8613ec781 100644 --- a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/Assign/AssignPostRequestBody.cs +++ b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/Assign/AssignPostRequestBody.cs @@ -18,7 +18,7 @@ public class AssignPostRequestBody : IAdditionalDataHolder, IParsable { public List Assignments { get; set; } #endif /// - /// Instantiates a new assignPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AssignPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AssignPostRequestBody() { /// /// 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 AssignPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AssignPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"assignments", n => { Assignments = n.GetCollectionOfObjectValues(ManagedDeviceMobileAppConfigurationAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/Assign/AssignRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/Assign/AssignRequestBuilder.cs index 42b6c84be3..b137c78560 100644 --- a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/Assign/AssignRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/Assign/AssignRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssignRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-assign?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AssignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/assign", pathParameters) { } /// - /// Instantiates a new AssignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/assign", rawUrl) { @@ -73,6 +74,7 @@ public AssignRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagemen /// /// Not yet documented /// + /// 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/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs index 909e998824..2f0e82b108 100644 --- a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.managedDeviceMobileAppConfiguration entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ManagedDeviceMobileAppConfigurationAssignmentItemRequestBuilder(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 managedDeviceMobileAppConfigurationAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new managedDeviceMobileAppConfigurationAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the managedDeviceMobileAppConfigurationAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the managedDeviceMobileAppConfigurationAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// List properties and relationships of the managedDeviceMobileAppConfigurationAssignment objects. /// + /// 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 managedDeviceMobileAppConfigurationAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(ManagedDeviceMobileAppConfigu public RequestInformation ToPostRequestInformation(ManagedDeviceMobileAppConfigurationAssignment 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}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/Count/CountRequestBuilder.cs index 867aea006a..a9ddd063c7 100644 --- a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/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}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/assignments/$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}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/Item/ManagedDeviceMobileAppConfigurationAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/Item/ManagedDeviceMobileAppConfigurationAssignmentItemRequestBuilder.cs index f5ed476ac0..0bc41f5a59 100644 --- a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/Item/ManagedDeviceMobileAppConfigurationAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/Assignments/Item/ManagedDeviceMobileAppConfigurationAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ManagedDeviceMobileAppConfigurationAssignmentItemRequestBuilder : B /// Deletes a managedDeviceMobileAppConfigurationAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a managedDeviceMobileAppConfigurationAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the managedDeviceMobileAppConfigurationAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the managedDeviceMobileAppConfigurationAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a managedDeviceMobileAppConfigurationAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a managedDeviceMobileAppConfigurationAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ManagedDeviceMobileAppConfigurationAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedDeviceMobileAppConfigurationAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/assignments/{managedDeviceMobileAppConfigurationAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagedDeviceMobileAppConfigurationAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedDeviceMobileAppConfigurationAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/assignments/{managedDeviceMobileAppConfigurationAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public ManagedDeviceMobileAppConfigurationAssignmentItemRequestBuilder(string ra /// /// Deletes a managedDeviceMobileAppConfigurationAssignment. /// + /// 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}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/assignments/{managedDeviceMobileAppConfigurationAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the managedDeviceMobileAppConfigurationAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a managedDeviceMobileAppConfigurationAssignment 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(ManagedDeviceMobileAppConfig public RequestInformation ToPatchRequestInformation(ManagedDeviceMobileAppConfigurationAssignment 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}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/assignments/{managedDeviceMobileAppConfigurationAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatusSummary/DeviceStatusSummaryRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatusSummary/DeviceStatusSummaryRequestBuilder.cs index 7bc421fcdf..1ada081c7f 100644 --- a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatusSummary/DeviceStatusSummaryRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatusSummary/DeviceStatusSummaryRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeviceStatusSummaryRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property deviceStatusSummary for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property deviceStatusSummary for deviceAppManagement"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the managedDeviceMobileAppConfigurationDeviceSummary object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the managedDeviceMobileAppConfigurationDeviceSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// Update the properties of a managedDeviceMobileAppConfigurationDeviceSummary object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a managedDeviceMobileAppConfigurationDeviceSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-update?view=graph-rest-1.0"; @@ -154,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceStatusSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceStatusSummaryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/deviceStatusSummary{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceStatusSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceStatusSummaryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/deviceStatusSummary{?%24expand,%24select}", rawUrl) { @@ -168,6 +171,7 @@ public DeviceStatusSummaryRequestBuilder(string rawUrl) : base("{+baseurl}/devic /// /// Delete navigation property deviceStatusSummary for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -176,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/deviceStatusSummary", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -184,6 +188,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the managedDeviceMobileAppConfigurationDeviceSummary 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 @@ -200,6 +205,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a managedDeviceMobileAppConfigurationDeviceSummary 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 @@ -210,7 +216,7 @@ public RequestInformation ToPatchRequestInformation(ManagedDeviceMobileAppConfig public RequestInformation ToPatchRequestInformation(ManagedDeviceMobileAppConfigurationDeviceSummary 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}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/deviceStatusSummary", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/Count/CountRequestBuilder.cs index 861fba1420..f0cd8df845 100644 --- a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/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}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/deviceStatuses/$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}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/deviceStatuses/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs index b72d272bd4..dd2f596449 100644 --- a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceStatusesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the deviceStatuses property of the microsoft.graph.managedDeviceMobileAppConfiguration entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ManagedDeviceMobileAppConfigurationDeviceStatusItemRequestBuilder(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 managedDeviceMobileAppConfigurationDeviceStatus object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new managedDeviceMobileAppConfigurationDeviceStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the managedDeviceMobileAppConfigurationDeviceStatus objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the managedDeviceMobileAppConfigurationDeviceStatus objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DeviceStatusesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceStatusesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/deviceStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeviceStatusesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceStatusesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/deviceStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public DeviceStatusesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppM /// /// List properties and relationships of the managedDeviceMobileAppConfigurationDeviceStatus objects. /// + /// 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 managedDeviceMobileAppConfigurationDeviceStatus 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(ManagedDeviceMobileAppConfigu public RequestInformation ToPostRequestInformation(ManagedDeviceMobileAppConfigurationDeviceStatus 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}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/deviceStatuses", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/Item/ManagedDeviceMobileAppConfigurationDeviceStatusItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/Item/ManagedDeviceMobileAppConfigurationDeviceStatusItemRequestBuilder.cs index c801639144..7f56c0cffa 100644 --- a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/Item/ManagedDeviceMobileAppConfigurationDeviceStatusItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/DeviceStatuses/Item/ManagedDeviceMobileAppConfigurationDeviceStatusItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ManagedDeviceMobileAppConfigurationDeviceStatusItemRequestBuilder : /// Deletes a managedDeviceMobileAppConfigurationDeviceStatus. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a managedDeviceMobileAppConfigurationDeviceStatus.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the managedDeviceMobileAppConfigurationDeviceStatus object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the managedDeviceMobileAppConfigurationDeviceStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a managedDeviceMobileAppConfigurationDeviceStatus object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a managedDeviceMobileAppConfigurationDeviceStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ManagedDeviceMobileAppConfigurationDeviceStatusItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedDeviceMobileAppConfigurationDeviceStatusItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagedDeviceMobileAppConfigurationDeviceStatusItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedDeviceMobileAppConfigurationDeviceStatusItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public ManagedDeviceMobileAppConfigurationDeviceStatusItemRequestBuilder(string /// /// Deletes a managedDeviceMobileAppConfigurationDeviceStatus. /// + /// 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}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the managedDeviceMobileAppConfigurationDeviceStatus 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a managedDeviceMobileAppConfigurationDeviceStatus 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(ManagedDeviceMobileAppConfig public RequestInformation ToPatchRequestInformation(ManagedDeviceMobileAppConfigurationDeviceStatus 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}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs index e3f5baebd4..194e68699e 100644 --- a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/ManagedDeviceMobileAppConfigurationItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class ManagedDeviceMobileAppConfigurationItemRequestBuilder : BaseCliRequ /// /// Provides operations to manage the assignments property of the microsoft.graph.managedDeviceMobileAppConfiguration entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.managedDeviceMobileAppConfiguration entity."; @@ -53,6 +54,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to call the assign method. /// + /// A public Command BuildAssignNavCommand() { var command = new Command("assign"); command.Description = "Provides operations to call the assign method."; @@ -69,6 +71,7 @@ public Command BuildAssignNavCommand() { /// Deletes a iosMobileAppConfiguration. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a iosMobileAppConfiguration.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-delete?view=graph-rest-1.0"; @@ -102,6 +105,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the deviceStatuses property of the microsoft.graph.managedDeviceMobileAppConfiguration entity. /// + /// A public Command BuildDeviceStatusesNavCommand() { var command = new Command("device-statuses"); command.Description = "Provides operations to manage the deviceStatuses property of the microsoft.graph.managedDeviceMobileAppConfiguration entity."; @@ -127,6 +131,7 @@ public Command BuildDeviceStatusesNavCommand() { /// /// Provides operations to manage the deviceStatusSummary property of the microsoft.graph.managedDeviceMobileAppConfiguration entity. /// + /// A public Command BuildDeviceStatusSummaryNavCommand() { var command = new Command("device-status-summary"); command.Description = "Provides operations to manage the deviceStatusSummary property of the microsoft.graph.managedDeviceMobileAppConfiguration entity."; @@ -142,12 +147,13 @@ public Command BuildDeviceStatusSummaryNavCommand() { return command; } /// - /// Read properties and relationships of the managedDeviceMobileAppConfiguration object. - /// Find more info here + /// Read properties and relationships of the iosMobileAppConfiguration object. + /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); - command.Description = "Read properties and relationships of the managedDeviceMobileAppConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0"; + command.Description = "Read properties and relationships of the iosMobileAppConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0"; var managedDeviceMobileAppConfigurationIdOption = new Option("--managed-device-mobile-app-configuration-id", description: "The unique identifier of managedDeviceMobileAppConfiguration") { }; managedDeviceMobileAppConfigurationIdOption.IsRequired = true; @@ -196,6 +202,7 @@ public Command BuildGetCommand() { /// Update the properties of a iosMobileAppConfiguration object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a iosMobileAppConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-update?view=graph-rest-1.0"; @@ -245,6 +252,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the userStatuses property of the microsoft.graph.managedDeviceMobileAppConfiguration entity. /// + /// A public Command BuildUserStatusesNavCommand() { var command = new Command("user-statuses"); command.Description = "Provides operations to manage the userStatuses property of the microsoft.graph.managedDeviceMobileAppConfiguration entity."; @@ -270,6 +278,7 @@ public Command BuildUserStatusesNavCommand() { /// /// Provides operations to manage the userStatusSummary property of the microsoft.graph.managedDeviceMobileAppConfiguration entity. /// + /// A public Command BuildUserStatusSummaryNavCommand() { var command = new Command("user-status-summary"); command.Description = "Provides operations to manage the userStatusSummary property of the microsoft.graph.managedDeviceMobileAppConfiguration entity."; @@ -285,13 +294,13 @@ public Command BuildUserStatusSummaryNavCommand() { return command; } /// - /// Instantiates a new ManagedDeviceMobileAppConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedDeviceMobileAppConfigurationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagedDeviceMobileAppConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedDeviceMobileAppConfigurationItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}{?%24expand,%24select}", rawUrl) { @@ -299,6 +308,7 @@ public ManagedDeviceMobileAppConfigurationItemRequestBuilder(string rawUrl) : ba /// /// Deletes a iosMobileAppConfiguration. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -307,14 +317,15 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Read properties and relationships of the managedDeviceMobileAppConfiguration object. + /// Read properties and relationships of the iosMobileAppConfiguration object. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -331,6 +342,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a iosMobileAppConfiguration 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 @@ -341,13 +353,13 @@ public RequestInformation ToPatchRequestInformation(ManagedDeviceMobileAppConfig public RequestInformation ToPatchRequestInformation(ManagedDeviceMobileAppConfiguration 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}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Read properties and relationships of the managedDeviceMobileAppConfiguration object. + /// Read properties and relationships of the iosMobileAppConfiguration object. /// public class ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters { /// Expand related entities diff --git a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatusSummary/UserStatusSummaryRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatusSummary/UserStatusSummaryRequestBuilder.cs index 698598e6ee..691801efe3 100644 --- a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatusSummary/UserStatusSummaryRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatusSummary/UserStatusSummaryRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserStatusSummaryRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property userStatusSummary for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userStatusSummary for deviceAppManagement"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the managedDeviceMobileAppConfigurationUserSummary object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the managedDeviceMobileAppConfigurationUserSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// Update the properties of a managedDeviceMobileAppConfigurationUserSummary object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a managedDeviceMobileAppConfigurationUserSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-update?view=graph-rest-1.0"; @@ -154,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserStatusSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserStatusSummaryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/userStatusSummary{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserStatusSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserStatusSummaryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/userStatusSummary{?%24expand,%24select}", rawUrl) { @@ -168,6 +171,7 @@ public UserStatusSummaryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceA /// /// Delete navigation property userStatusSummary for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -176,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/userStatusSummary", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -184,6 +188,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the managedDeviceMobileAppConfigurationUserSummary 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 @@ -200,6 +205,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a managedDeviceMobileAppConfigurationUserSummary 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 @@ -210,7 +216,7 @@ public RequestInformation ToPatchRequestInformation(ManagedDeviceMobileAppConfig public RequestInformation ToPatchRequestInformation(ManagedDeviceMobileAppConfigurationUserSummary 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}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/userStatusSummary", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/Count/CountRequestBuilder.cs index ea4c9068b5..72c9181fba 100644 --- a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/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}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/userStatuses/$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}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/userStatuses/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/Item/ManagedDeviceMobileAppConfigurationUserStatusItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/Item/ManagedDeviceMobileAppConfigurationUserStatusItemRequestBuilder.cs index 4a9240d5f3..a34be2934b 100644 --- a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/Item/ManagedDeviceMobileAppConfigurationUserStatusItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/Item/ManagedDeviceMobileAppConfigurationUserStatusItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ManagedDeviceMobileAppConfigurationUserStatusItemRequestBuilder : B /// Deletes a managedDeviceMobileAppConfigurationUserStatus. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a managedDeviceMobileAppConfigurationUserStatus.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the managedDeviceMobileAppConfigurationUserStatus object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the managedDeviceMobileAppConfigurationUserStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a managedDeviceMobileAppConfigurationUserStatus object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a managedDeviceMobileAppConfigurationUserStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ManagedDeviceMobileAppConfigurationUserStatusItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedDeviceMobileAppConfigurationUserStatusItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagedDeviceMobileAppConfigurationUserStatusItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedDeviceMobileAppConfigurationUserStatusItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public ManagedDeviceMobileAppConfigurationUserStatusItemRequestBuilder(string ra /// /// Deletes a managedDeviceMobileAppConfigurationUserStatus. /// + /// 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}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the managedDeviceMobileAppConfigurationUserStatus 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a managedDeviceMobileAppConfigurationUserStatus 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(ManagedDeviceMobileAppConfig public RequestInformation ToPatchRequestInformation(ManagedDeviceMobileAppConfigurationUserStatus 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}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/UserStatusesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/UserStatusesRequestBuilder.cs index 933050816c..9953504d61 100644 --- a/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/UserStatusesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileAppConfigurations/Item/UserStatuses/UserStatusesRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserStatusesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the userStatuses property of the microsoft.graph.managedDeviceMobileAppConfiguration entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ManagedDeviceMobileAppConfigurationUserStatusItemRequestBuilder(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 managedDeviceMobileAppConfigurationUserStatus object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new managedDeviceMobileAppConfigurationUserStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the managedDeviceMobileAppConfigurationUserStatus objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the managedDeviceMobileAppConfigurationUserStatus objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserStatusesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserStatusesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/userStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserStatusesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserStatusesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/userStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public UserStatusesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMan /// /// List properties and relationships of the managedDeviceMobileAppConfigurationUserStatus objects. /// + /// 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 managedDeviceMobileAppConfigurationUserStatus 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(ManagedDeviceMobileAppConfigu public RequestInformation ToPostRequestInformation(ManagedDeviceMobileAppConfigurationUserStatus 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}/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration%2Did}/userStatuses", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilder.cs index ad3a968ca0..8d2e51448d 100644 --- a/src/generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileAppConfigurations/MobileAppConfigurationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppConfigurationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the mobileAppConfigurations property of the microsoft.graph.deviceAppManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new iosMobileAppConfiguration object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new iosMobileAppConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-create?view=graph-rest-1.0"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the managedDeviceMobileAppConfiguration objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the managedDeviceMobileAppConfiguration objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-list?view=graph-rest-1.0"; @@ -192,13 +196,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MobileAppConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppConfigurationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MobileAppConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppConfigurationsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileAppConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -206,6 +210,7 @@ public MobileAppConfigurationsRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// List properties and relationships of the managedDeviceMobileAppConfiguration objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -222,6 +227,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new iosMobileAppConfiguration 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 @@ -232,7 +238,7 @@ public RequestInformation ToPostRequestInformation(ManagedDeviceMobileAppConfigu public RequestInformation ToPostRequestInformation(ManagedDeviceMobileAppConfiguration 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}/deviceAppManagement/mobileAppConfigurations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Count/CountRequestBuilder.cs index 5bcec73ddb..37fac38a69 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/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}/deviceAppManagement/mobileApps/$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}/deviceAppManagement/mobileApps/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/GraphAndroidLobApp/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphAndroidLobApp/Count/CountRequestBuilder.cs index a8a28e0892..12ee6e89e4 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphAndroidLobApp/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphAndroidLobApp/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}/deviceAppManagement/mobileApps/graph.androidLobApp/$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}/deviceAppManagement/mobileApps/graph.androidLobApp/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/GraphAndroidLobApp/GraphAndroidLobAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphAndroidLobApp/GraphAndroidLobAppRequestBuilder.cs index 06e363189f..c56df4dd89 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphAndroidLobApp/GraphAndroidLobAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphAndroidLobApp/GraphAndroidLobAppRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphAndroidLobAppRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.androidLobApp in the microsoft.graph.mobileApp collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.androidLobApp in the microsoft.graph.mobileApp collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAndroidLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAndroidLobAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.androidLobApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphAndroidLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAndroidLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.androidLobApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphAndroidLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// Get the items of type microsoft.graph.androidLobApp in the microsoft.graph.mobileApp collection /// + /// 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/DeviceAppManagement/MobileApps/GraphAndroidStoreApp/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphAndroidStoreApp/Count/CountRequestBuilder.cs index 1271eb4bf7..9675f6dfd7 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphAndroidStoreApp/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphAndroidStoreApp/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}/deviceAppManagement/mobileApps/graph.androidStoreApp/$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}/deviceAppManagement/mobileApps/graph.androidStoreApp/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/GraphAndroidStoreApp/GraphAndroidStoreAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphAndroidStoreApp/GraphAndroidStoreAppRequestBuilder.cs index b4c89dec2c..1bb776a913 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphAndroidStoreApp/GraphAndroidStoreAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphAndroidStoreApp/GraphAndroidStoreAppRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphAndroidStoreAppRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.androidStoreApp in the microsoft.graph.mobileApp collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.androidStoreApp in the microsoft.graph.mobileApp collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAndroidStoreAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAndroidStoreAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.androidStoreApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphAndroidStoreAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAndroidStoreAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.androidStoreApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphAndroidStoreAppRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Get the items of type microsoft.graph.androidStoreApp in the microsoft.graph.mobileApp collection /// + /// 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/DeviceAppManagement/MobileApps/GraphIosLobApp/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphIosLobApp/Count/CountRequestBuilder.cs index 4b0a562afb..4fb11aefc2 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphIosLobApp/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphIosLobApp/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}/deviceAppManagement/mobileApps/graph.iosLobApp/$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}/deviceAppManagement/mobileApps/graph.iosLobApp/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/GraphIosLobApp/GraphIosLobAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphIosLobApp/GraphIosLobAppRequestBuilder.cs index 693a74801d..ba472ac40a 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphIosLobApp/GraphIosLobAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphIosLobApp/GraphIosLobAppRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphIosLobAppRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.iosLobApp in the microsoft.graph.mobileApp collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.iosLobApp in the microsoft.graph.mobileApp collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphIosLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphIosLobAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.iosLobApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphIosLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphIosLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.iosLobApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphIosLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppM /// /// Get the items of type microsoft.graph.iosLobApp in the microsoft.graph.mobileApp collection /// + /// 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/DeviceAppManagement/MobileApps/GraphIosStoreApp/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphIosStoreApp/Count/CountRequestBuilder.cs index b084564c2b..badad757ae 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphIosStoreApp/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphIosStoreApp/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}/deviceAppManagement/mobileApps/graph.iosStoreApp/$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}/deviceAppManagement/mobileApps/graph.iosStoreApp/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/GraphIosStoreApp/GraphIosStoreAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphIosStoreApp/GraphIosStoreAppRequestBuilder.cs index e90538c283..a68034a608 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphIosStoreApp/GraphIosStoreAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphIosStoreApp/GraphIosStoreAppRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphIosStoreAppRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.iosStoreApp in the microsoft.graph.mobileApp collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.iosStoreApp in the microsoft.graph.mobileApp collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphIosStoreAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphIosStoreAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.iosStoreApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphIosStoreAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphIosStoreAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.iosStoreApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphIosStoreAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAp /// /// Get the items of type microsoft.graph.iosStoreApp in the microsoft.graph.mobileApp collection /// + /// 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/DeviceAppManagement/MobileApps/GraphIosVppApp/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphIosVppApp/Count/CountRequestBuilder.cs index 3ffed2f48a..13ba96136c 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphIosVppApp/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphIosVppApp/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}/deviceAppManagement/mobileApps/graph.iosVppApp/$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}/deviceAppManagement/mobileApps/graph.iosVppApp/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/GraphIosVppApp/GraphIosVppAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphIosVppApp/GraphIosVppAppRequestBuilder.cs index 62106f4cf4..0f4b99651f 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphIosVppApp/GraphIosVppAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphIosVppApp/GraphIosVppAppRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphIosVppAppRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.iosVppApp in the microsoft.graph.mobileApp collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.iosVppApp in the microsoft.graph.mobileApp collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphIosVppAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphIosVppAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.iosVppApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphIosVppAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphIosVppAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.iosVppApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphIosVppAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppM /// /// Get the items of type microsoft.graph.iosVppApp in the microsoft.graph.mobileApp collection /// + /// 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/DeviceAppManagement/MobileApps/GraphMacOSDmgApp/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphMacOSDmgApp/Count/CountRequestBuilder.cs index e9615e3193..ef7d76dbff 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphMacOSDmgApp/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphMacOSDmgApp/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}/deviceAppManagement/mobileApps/graph.macOSDmgApp/$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}/deviceAppManagement/mobileApps/graph.macOSDmgApp/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/GraphMacOSDmgApp/GraphMacOSDmgAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphMacOSDmgApp/GraphMacOSDmgAppRequestBuilder.cs index cf18b59ed0..e02c60bc7f 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphMacOSDmgApp/GraphMacOSDmgAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphMacOSDmgApp/GraphMacOSDmgAppRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphMacOSDmgAppRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.macOSDmgApp in the microsoft.graph.mobileApp collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.macOSDmgApp in the microsoft.graph.mobileApp collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphMacOSDmgAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphMacOSDmgAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.macOSDmgApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphMacOSDmgAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphMacOSDmgAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.macOSDmgApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphMacOSDmgAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAp /// /// Get the items of type microsoft.graph.macOSDmgApp in the microsoft.graph.mobileApp collection /// + /// 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/DeviceAppManagement/MobileApps/GraphMacOSLobApp/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphMacOSLobApp/Count/CountRequestBuilder.cs index 92d879a118..314b969a37 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphMacOSLobApp/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphMacOSLobApp/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}/deviceAppManagement/mobileApps/graph.macOSLobApp/$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}/deviceAppManagement/mobileApps/graph.macOSLobApp/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/GraphMacOSLobApp/GraphMacOSLobAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphMacOSLobApp/GraphMacOSLobAppRequestBuilder.cs index a068630a19..58a0b18ff7 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphMacOSLobApp/GraphMacOSLobAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphMacOSLobApp/GraphMacOSLobAppRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphMacOSLobAppRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.macOSLobApp in the microsoft.graph.mobileApp collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.macOSLobApp in the microsoft.graph.mobileApp collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphMacOSLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphMacOSLobAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.macOSLobApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphMacOSLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphMacOSLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.macOSLobApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphMacOSLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAp /// /// Get the items of type microsoft.graph.macOSLobApp in the microsoft.graph.mobileApp collection /// + /// 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/DeviceAppManagement/MobileApps/GraphManagedAndroidLobApp/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphManagedAndroidLobApp/Count/CountRequestBuilder.cs index 319fd51e72..2e61e15a6c 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphManagedAndroidLobApp/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphManagedAndroidLobApp/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}/deviceAppManagement/mobileApps/graph.managedAndroidLobApp/$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}/deviceAppManagement/mobileApps/graph.managedAndroidLobApp/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/GraphManagedAndroidLobApp/GraphManagedAndroidLobAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphManagedAndroidLobApp/GraphManagedAndroidLobAppRequestBuilder.cs index 9e448008df..8810753c95 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphManagedAndroidLobApp/GraphManagedAndroidLobAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphManagedAndroidLobApp/GraphManagedAndroidLobAppRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphManagedAndroidLobAppRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.managedAndroidLobApp in the microsoft.graph.mobileApp collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.managedAndroidLobApp in the microsoft.graph.mobileApp collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphManagedAndroidLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphManagedAndroidLobAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.managedAndroidLobApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphManagedAndroidLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphManagedAndroidLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.managedAndroidLobApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphManagedAndroidLobAppRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Get the items of type microsoft.graph.managedAndroidLobApp in the microsoft.graph.mobileApp collection /// + /// 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/DeviceAppManagement/MobileApps/GraphManagedIOSLobApp/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphManagedIOSLobApp/Count/CountRequestBuilder.cs index 7f663f5c3b..23151f5a96 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphManagedIOSLobApp/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphManagedIOSLobApp/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}/deviceAppManagement/mobileApps/graph.managedIOSLobApp/$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}/deviceAppManagement/mobileApps/graph.managedIOSLobApp/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/GraphManagedIOSLobApp/GraphManagedIOSLobAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphManagedIOSLobApp/GraphManagedIOSLobAppRequestBuilder.cs index 1a22f1202c..b397e8f657 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphManagedIOSLobApp/GraphManagedIOSLobAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphManagedIOSLobApp/GraphManagedIOSLobAppRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphManagedIOSLobAppRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.managedIOSLobApp in the microsoft.graph.mobileApp collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.managedIOSLobApp in the microsoft.graph.mobileApp collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphManagedIOSLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphManagedIOSLobAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.managedIOSLobApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphManagedIOSLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphManagedIOSLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.managedIOSLobApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphManagedIOSLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// Get the items of type microsoft.graph.managedIOSLobApp in the microsoft.graph.mobileApp collection /// + /// 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/DeviceAppManagement/MobileApps/GraphManagedMobileLobApp/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphManagedMobileLobApp/Count/CountRequestBuilder.cs index 565b9987a3..d408ca76e1 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphManagedMobileLobApp/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphManagedMobileLobApp/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}/deviceAppManagement/mobileApps/graph.managedMobileLobApp/$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}/deviceAppManagement/mobileApps/graph.managedMobileLobApp/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/GraphManagedMobileLobApp/GraphManagedMobileLobAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphManagedMobileLobApp/GraphManagedMobileLobAppRequestBuilder.cs index 36ce9b0ab3..41edf66c4f 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphManagedMobileLobApp/GraphManagedMobileLobAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphManagedMobileLobApp/GraphManagedMobileLobAppRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphManagedMobileLobAppRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.managedMobileLobApp in the microsoft.graph.mobileApp collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.managedMobileLobApp in the microsoft.graph.mobileApp collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphManagedMobileLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphManagedMobileLobAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.managedMobileLobApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphManagedMobileLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphManagedMobileLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.managedMobileLobApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphManagedMobileLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Get the items of type microsoft.graph.managedMobileLobApp in the microsoft.graph.mobileApp collection /// + /// 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/DeviceAppManagement/MobileApps/GraphMicrosoftStoreForBusinessApp/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphMicrosoftStoreForBusinessApp/Count/CountRequestBuilder.cs index 9a77fb29d2..ea28cda492 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphMicrosoftStoreForBusinessApp/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphMicrosoftStoreForBusinessApp/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}/deviceAppManagement/mobileApps/graph.microsoftStoreForBusinessApp/$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}/deviceAppManagement/mobileApps/graph.microsoftStoreForBusinessApp/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/GraphMicrosoftStoreForBusinessApp/GraphMicrosoftStoreForBusinessAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphMicrosoftStoreForBusinessApp/GraphMicrosoftStoreForBusinessAppRequestBuilder.cs index 282bb64e84..828f3333e3 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphMicrosoftStoreForBusinessApp/GraphMicrosoftStoreForBusinessAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphMicrosoftStoreForBusinessApp/GraphMicrosoftStoreForBusinessAppRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphMicrosoftStoreForBusinessAppRequestBuilder : BaseCliRequestBui /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.microsoftStoreForBusinessApp in the microsoft.graph.mobileApp collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.microsoftStoreForBusinessApp in the microsoft.graph.mobileApp collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphMicrosoftStoreForBusinessAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphMicrosoftStoreForBusinessAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.microsoftStoreForBusinessApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphMicrosoftStoreForBusinessAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphMicrosoftStoreForBusinessAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.microsoftStoreForBusinessApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphMicrosoftStoreForBusinessAppRequestBuilder(string rawUrl) : base("{+ /// /// Get the items of type microsoft.graph.microsoftStoreForBusinessApp in the microsoft.graph.mobileApp collection /// + /// 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/DeviceAppManagement/MobileApps/GraphWin32LobApp/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphWin32LobApp/Count/CountRequestBuilder.cs index 2dce453dea..5b22ab0221 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphWin32LobApp/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphWin32LobApp/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}/deviceAppManagement/mobileApps/graph.win32LobApp/$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}/deviceAppManagement/mobileApps/graph.win32LobApp/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/GraphWin32LobApp/GraphWin32LobAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphWin32LobApp/GraphWin32LobAppRequestBuilder.cs index ade819d91f..983a499209 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphWin32LobApp/GraphWin32LobAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphWin32LobApp/GraphWin32LobAppRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphWin32LobAppRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.win32LobApp in the microsoft.graph.mobileApp collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.win32LobApp in the microsoft.graph.mobileApp collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphWin32LobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphWin32LobAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.win32LobApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphWin32LobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphWin32LobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.win32LobApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphWin32LobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAp /// /// Get the items of type microsoft.graph.win32LobApp in the microsoft.graph.mobileApp collection /// + /// 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/DeviceAppManagement/MobileApps/GraphWindowsAppX/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphWindowsAppX/Count/CountRequestBuilder.cs index 429765b02a..48e03cb1e9 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphWindowsAppX/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphWindowsAppX/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}/deviceAppManagement/mobileApps/graph.windowsAppX/$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}/deviceAppManagement/mobileApps/graph.windowsAppX/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/GraphWindowsAppX/GraphWindowsAppXRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphWindowsAppX/GraphWindowsAppXRequestBuilder.cs index 986fdf85fa..cdee3f5999 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphWindowsAppX/GraphWindowsAppXRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphWindowsAppX/GraphWindowsAppXRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphWindowsAppXRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.windowsAppX in the microsoft.graph.mobileApp collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.windowsAppX in the microsoft.graph.mobileApp collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphWindowsAppXRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphWindowsAppXRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.windowsAppX{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphWindowsAppXRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphWindowsAppXRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.windowsAppX{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphWindowsAppXRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAp /// /// Get the items of type microsoft.graph.windowsAppX in the microsoft.graph.mobileApp collection /// + /// 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/DeviceAppManagement/MobileApps/GraphWindowsMobileMSI/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphWindowsMobileMSI/Count/CountRequestBuilder.cs index 95610e9fac..d53463fcb6 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphWindowsMobileMSI/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphWindowsMobileMSI/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}/deviceAppManagement/mobileApps/graph.windowsMobileMSI/$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}/deviceAppManagement/mobileApps/graph.windowsMobileMSI/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/GraphWindowsMobileMSI/GraphWindowsMobileMSIRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphWindowsMobileMSI/GraphWindowsMobileMSIRequestBuilder.cs index 9f484efb25..5eb7cc714d 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphWindowsMobileMSI/GraphWindowsMobileMSIRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphWindowsMobileMSI/GraphWindowsMobileMSIRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphWindowsMobileMSIRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.windowsMobileMSI in the microsoft.graph.mobileApp collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.windowsMobileMSI in the microsoft.graph.mobileApp collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphWindowsMobileMSIRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphWindowsMobileMSIRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.windowsMobileMSI{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphWindowsMobileMSIRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphWindowsMobileMSIRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.windowsMobileMSI{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphWindowsMobileMSIRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// Get the items of type microsoft.graph.windowsMobileMSI in the microsoft.graph.mobileApp collection /// + /// 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/DeviceAppManagement/MobileApps/GraphWindowsUniversalAppX/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphWindowsUniversalAppX/Count/CountRequestBuilder.cs index 2a8e27b898..af246ad935 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphWindowsUniversalAppX/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphWindowsUniversalAppX/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}/deviceAppManagement/mobileApps/graph.windowsUniversalAppX/$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}/deviceAppManagement/mobileApps/graph.windowsUniversalAppX/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/GraphWindowsUniversalAppX/GraphWindowsUniversalAppXRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphWindowsUniversalAppX/GraphWindowsUniversalAppXRequestBuilder.cs index 4f06e1a614..6b495022b0 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphWindowsUniversalAppX/GraphWindowsUniversalAppXRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphWindowsUniversalAppX/GraphWindowsUniversalAppXRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphWindowsUniversalAppXRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.windowsUniversalAppX in the microsoft.graph.mobileApp collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.windowsUniversalAppX in the microsoft.graph.mobileApp collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphWindowsUniversalAppXRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphWindowsUniversalAppXRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.windowsUniversalAppX{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphWindowsUniversalAppXRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphWindowsUniversalAppXRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.windowsUniversalAppX{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphWindowsUniversalAppXRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Get the items of type microsoft.graph.windowsUniversalAppX in the microsoft.graph.mobileApp collection /// + /// 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/DeviceAppManagement/MobileApps/GraphWindowsWebApp/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphWindowsWebApp/Count/CountRequestBuilder.cs index 2d53bcd225..dab7e9cf7b 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphWindowsWebApp/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphWindowsWebApp/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}/deviceAppManagement/mobileApps/graph.windowsWebApp/$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}/deviceAppManagement/mobileApps/graph.windowsWebApp/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/GraphWindowsWebApp/GraphWindowsWebAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/GraphWindowsWebApp/GraphWindowsWebAppRequestBuilder.cs index 898be8bf1c..ac4ef24970 100644 --- a/src/generated/DeviceAppManagement/MobileApps/GraphWindowsWebApp/GraphWindowsWebAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/GraphWindowsWebApp/GraphWindowsWebAppRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphWindowsWebAppRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.windowsWebApp in the microsoft.graph.mobileApp collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.windowsWebApp in the microsoft.graph.mobileApp collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphWindowsWebAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphWindowsWebAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.windowsWebApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphWindowsWebAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphWindowsWebAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/graph.windowsWebApp{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphWindowsWebAppRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// Get the items of type microsoft.graph.windowsWebApp in the microsoft.graph.mobileApp collection /// + /// 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/DeviceAppManagement/MobileApps/Item/Assign/AssignPostRequestBody.cs b/src/generated/DeviceAppManagement/MobileApps/Item/Assign/AssignPostRequestBody.cs index ede284ee9d..87a37b8bc6 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/Assign/AssignPostRequestBody.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/Assign/AssignPostRequestBody.cs @@ -18,7 +18,7 @@ public class AssignPostRequestBody : IAdditionalDataHolder, IParsable { public List MobileAppAssignments { get; set; } #endif /// - /// Instantiates a new assignPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AssignPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AssignPostRequestBody() { /// /// 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 AssignPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AssignPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"mobileAppAssignments", n => { MobileAppAssignments = n.GetCollectionOfObjectValues(MobileAppAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/Assign/AssignRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/Assign/AssignRequestBuilder.cs index 51d40eeffa..b8a21f92fb 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/Assign/AssignRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/Assign/AssignRequestBuilder.cs @@ -19,12 +19,12 @@ namespace ApiSdk.DeviceAppManagement.MobileApps.Item.Assign { /// public class AssignRequestBuilder : BaseCliRequestBuilder { /// - /// Not yet documented - /// Find more info here + /// Invoke action assign /// + /// A public Command BuildPostCommand() { var command = new Command("post"); - command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileapp-assign?view=graph-rest-1.0"; + command.Description = "Invoke action assign"; var mobileAppIdOption = new Option("--mobile-app-id", description: "The unique identifier of mobileApp") { }; mobileAppIdOption.IsRequired = true; @@ -59,20 +59,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AssignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/assign", pathParameters) { } /// - /// Instantiates a new AssignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/assign", rawUrl) { } /// - /// Not yet documented + /// Invoke action assign /// + /// 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/DeviceAppManagement/MobileApps/Item/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/Assignments/AssignmentsRequestBuilder.cs index 824670aea9..cec9977832 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppAssignmentItemRequestBuilder(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 mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileAppAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileAppAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// List properties and relationships of the mobileAppAssignment objects. /// + /// 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 mobileAppAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(MobileAppAssignment body, Act public RequestInformation ToPostRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/Assignments/Count/CountRequestBuilder.cs index 5fb8d45441..b36a4cb72f 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/Assignments/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/assignments/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs index 1e20e602aa..0d874682a9 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileAppAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a mobileAppAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileAppAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes a mobileAppAssignment. /// + /// 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileAppAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileAppAssignment 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(MobileAppAssignment body, Ac public RequestInformation ToPatchRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/Categories/CategoriesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/Categories/CategoriesRequestBuilder.cs index f70d84532c..9317b40582 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/Categories/CategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppCategoryItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The list of categories for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of categories for this app."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/Categories/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/Categories/Count/CountRequestBuilder.cs index 935b56db1e..1be4cbb071 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/Categories/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/categories/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/categories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/Categories/Item/MobileAppCategoryItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/Categories/Item/MobileAppCategoryItemRequestBuilder.cs index 774bf8ce73..161633df98 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/Categories/Item/MobileAppCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/Categories/Item/MobileAppCategoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileAppCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// The list of categories for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of categories for this app."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/AssignmentsRequestBuilder.cs index 5f47e8b727..036142acef 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppAssignmentItemRequestBuilder(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 mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileAppAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileAppAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// List properties and relationships of the mobileAppAssignment objects. /// + /// 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 mobileAppAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(MobileAppAssignment body, Act public RequestInformation ToPostRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/Count/CountRequestBuilder.cs index 56c355af8f..ff06323b52 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/assignments/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs index 9eeb093e47..bf7ddd9c1b 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileAppAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a mobileAppAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileAppAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes a mobileAppAssignment. /// + /// 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileAppAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileAppAssignment 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(MobileAppAssignment body, Ac public RequestInformation ToPatchRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/CategoriesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/CategoriesRequestBuilder.cs index cba3bde68b..29bba99082 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/CategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppCategoryItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The list of categories for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of categories for this app."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/Count/CountRequestBuilder.cs index 2ef7f2243c..ab92f89554 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/categories/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/categories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs index fee3e355a6..07a8179627 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileAppCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// The list of categories for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of categories for this app."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/ContentVersionsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/ContentVersionsRequestBuilder.cs index b46602ffa4..ad382504e2 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/ContentVersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContentVersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to contentVersions for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to contentVersions for deviceAppManagement"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of content versions for this app."; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentVersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceApp /// /// The list of content versions for this app. /// + /// 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 contentVersions for deviceAppManagement /// + /// 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(MobileAppContent body, Action public RequestInformation ToPostRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Count/CountRequestBuilder.cs index 1669d99675..55d7f27c52 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index 30adf5cc8c..421bbba3c6 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContainedAppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileContainedAppItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to containedApps for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to containedApps for deviceAppManagement"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContainedAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMa /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to containedApps for deviceAppManagement /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(MobileContainedApp body, Acti public RequestInformation ToPostRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/containedApps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index b1bf39066d..a0e739cf29 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs index 21862ee556..93a02b3347 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileContainedAppItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property containedApps for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property containedApps for deviceAppManagement"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property containedApps in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property containedApps in deviceAppManagement"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileContainedAppItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Delete navigation property containedApps for deviceAppManagement /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property containedApps in deviceAppManagement /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(MobileContainedApp body, Act public RequestInformation ToPatchRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index d08c1c8985..e71998c661 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/files/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/files/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs index c2722982b4..5348530a8a 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -24,6 +24,7 @@ public class FilesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to files for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to files for deviceAppManagement"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of files for this app content version."; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// The list of files for this app content version. /// + /// 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,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to files for deviceAppManagement /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(MobileAppContentFile body, Ac public RequestInformation ToPostRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/files", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs index 7470f0e5e7..f481ef76a3 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs @@ -18,7 +18,7 @@ public class CommitPostRequestBody : IAdditionalDataHolder, IParsable { public ApiSdk.Models.FileEncryptionInfo FileEncryptionInfo { get; set; } #endif /// - /// Instantiates a new commitPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CommitPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CommitPostRequestBody() { /// /// 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 CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fileEncryptionInfo", n => { FileEncryptionInfo = n.GetObjectValue(ApiSdk.Models.FileEncryptionInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs index 6823884b6c..9a90eabb53 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs @@ -21,6 +21,7 @@ public class CommitRequestBuilder : BaseCliRequestBuilder { /// /// Commits a file of a given app. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Commits a file of a given app."; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CommitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", pathParameters) { } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", rawUrl) { @@ -84,6 +85,7 @@ public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagemen /// /// Commits a file of a given app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs index 4e7f83d121..8e373bd0d6 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentFileItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the commit method. /// + /// A public Command BuildCommitNavCommand() { var command = new Command("commit"); command.Description = "Provides operations to call the commit method."; @@ -39,6 +40,7 @@ public Command BuildCommitNavCommand() { /// /// Delete navigation property files for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property files for deviceAppManagement"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of files for this app content version."; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property files in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property files in deviceAppManagement"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the renewUpload method. /// + /// A public Command BuildRenewUploadNavCommand() { var command = new Command("renew-upload"); command.Description = "Provides operations to call the renewUpload method."; @@ -220,13 +225,13 @@ public Command BuildRenewUploadNavCommand() { return command; } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentFileItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", rawUrl) { @@ -234,6 +239,7 @@ public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property files for deviceAppManagement /// + /// 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,7 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +256,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of files for this app content version. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +273,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property files in deviceAppManagement /// + /// 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 @@ -276,7 +284,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContentFile body, A public RequestInformation ToPatchRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs index bceb2a68c3..a57fc99445 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs @@ -21,6 +21,7 @@ public class RenewUploadRequestBuilder : BaseCliRequestBuilder { /// /// Renews the SAS URI for an application file upload. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Renews the SAS URI for an application file upload."; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RenewUploadRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", pathParameters) { } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", rawUrl) { @@ -71,6 +72,7 @@ public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// Renews the SAS URI for an application file upload. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs index 2d6ad126b2..e7a56027d5 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildContainedAppsNavCommand() { var command = new Command("contained-apps"); command.Description = "Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity."; @@ -49,6 +50,7 @@ public Command BuildContainedAppsNavCommand() { /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property contentVersions for deviceAppManagement"; @@ -88,6 +90,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildFilesNavCommand() { var command = new Command("files"); command.Description = "Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity."; @@ -113,6 +116,7 @@ public Command BuildFilesNavCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of content versions for this app."; @@ -169,6 +173,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property contentVersions in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property contentVersions in deviceAppManagement"; @@ -222,13 +227,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", rawUrl) { @@ -236,6 +241,7 @@ public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of content versions for this app. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property contentVersions in deviceAppManagement /// + /// 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 @@ -278,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContent body, Actio public RequestInformation ToPatchRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/GraphAndroidLobAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/GraphAndroidLobAppRequestBuilder.cs index 5f923c94b6..5feff8688a 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/GraphAndroidLobAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/GraphAndroidLobAppRequestBuilder.cs @@ -25,6 +25,7 @@ public class GraphAndroidLobAppRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity."; @@ -50,6 +51,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.mobileApp entity."; @@ -74,6 +76,7 @@ public Command BuildCategoriesNavCommand() { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. /// + /// A public Command BuildContentVersionsNavCommand() { var command = new Command("content-versions"); command.Description = "Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity."; @@ -99,6 +102,7 @@ public Command BuildContentVersionsNavCommand() { /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.androidLobApp /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.mobileApp as microsoft.graph.androidLobApp"; @@ -147,13 +151,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAndroidLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAndroidLobAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphAndroidLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAndroidLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidLobApp{?%24expand,%24select}", rawUrl) { @@ -161,6 +165,7 @@ public GraphAndroidLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.androidLobApp /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/AssignmentsRequestBuilder.cs index 00c113a1a6..90ccea8cb1 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppAssignmentItemRequestBuilder(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 mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileAppAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileAppAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// List properties and relationships of the mobileAppAssignment objects. /// + /// 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 mobileAppAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(MobileAppAssignment body, Act public RequestInformation ToPostRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/Count/CountRequestBuilder.cs index ff868cb8bf..bd1023b731 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp/assignments/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs index 3d54432022..de49a4f813 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileAppAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a mobileAppAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileAppAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes a mobileAppAssignment. /// + /// 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileAppAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileAppAssignment 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(MobileAppAssignment body, Ac public RequestInformation ToPatchRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/CategoriesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/CategoriesRequestBuilder.cs index b729562bad..ca1a4a3a56 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/CategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppCategoryItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The list of categories for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of categories for this app."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/Count/CountRequestBuilder.cs index 9df47acc8d..7b2ce3e883 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp/categories/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp/categories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs index 184b0129d9..77c628ebed 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileAppCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// The list of categories for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of categories for this app."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/GraphAndroidStoreAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/GraphAndroidStoreAppRequestBuilder.cs index 79cb19656b..6441c7f056 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/GraphAndroidStoreAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/GraphAndroidStoreAppRequestBuilder.cs @@ -24,6 +24,7 @@ public class GraphAndroidStoreAppRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity."; @@ -49,6 +50,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.mobileApp entity."; @@ -73,6 +75,7 @@ public Command BuildCategoriesNavCommand() { /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.androidStoreApp /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.mobileApp as microsoft.graph.androidStoreApp"; @@ -121,13 +124,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAndroidStoreAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAndroidStoreAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphAndroidStoreAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAndroidStoreAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.androidStoreApp{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public GraphAndroidStoreAppRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.androidStoreApp /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/AssignmentsRequestBuilder.cs index 8864f60c97..24ffd7001f 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppAssignmentItemRequestBuilder(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 mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileAppAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileAppAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// List properties and relationships of the mobileAppAssignment objects. /// + /// 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 mobileAppAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(MobileAppAssignment body, Act public RequestInformation ToPostRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/Count/CountRequestBuilder.cs index a8f5ec6e8c..967a54e5bd 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/assignments/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs index 498a1f8e64..de049c9d62 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileAppAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a mobileAppAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileAppAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes a mobileAppAssignment. /// + /// 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileAppAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileAppAssignment 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(MobileAppAssignment body, Ac public RequestInformation ToPatchRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/CategoriesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/CategoriesRequestBuilder.cs index f3990cdd7a..591aba3d6b 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/CategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppCategoryItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The list of categories for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of categories for this app."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/Count/CountRequestBuilder.cs index 078d2d0067..0f3d08c1e0 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/categories/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/categories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs index 4d4446e44b..5b813f4963 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileAppCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// The list of categories for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of categories for this app."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/ContentVersionsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/ContentVersionsRequestBuilder.cs index 65d3b89c57..2a4bc59151 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/ContentVersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContentVersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to contentVersions for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to contentVersions for deviceAppManagement"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of content versions for this app."; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentVersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceApp /// /// The list of content versions for this app. /// + /// 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 contentVersions for deviceAppManagement /// + /// 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(MobileAppContent body, Action public RequestInformation ToPostRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Count/CountRequestBuilder.cs index cac7a7de1c..7a8db8017b 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index f5d2f47d33..d7ce068b5b 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContainedAppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileContainedAppItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to containedApps for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to containedApps for deviceAppManagement"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContainedAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMa /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to containedApps for deviceAppManagement /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(MobileContainedApp body, Acti public RequestInformation ToPostRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/containedApps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index d0c0a3a5c8..13b19dbfbe 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs index 374fa9b470..74b1942bdb 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileContainedAppItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property containedApps for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property containedApps for deviceAppManagement"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property containedApps in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property containedApps in deviceAppManagement"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileContainedAppItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Delete navigation property containedApps for deviceAppManagement /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property containedApps in deviceAppManagement /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(MobileContainedApp body, Act public RequestInformation ToPatchRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index e577901862..0e87f87163 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/files/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/files/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs index ed2fd74fa0..68a0a9da40 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -24,6 +24,7 @@ public class FilesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to files for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to files for deviceAppManagement"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of files for this app content version."; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// The list of files for this app content version. /// + /// 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,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to files for deviceAppManagement /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(MobileAppContentFile body, Ac public RequestInformation ToPostRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/files", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs index a1ee45f747..13a1c753ec 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs @@ -18,7 +18,7 @@ public class CommitPostRequestBody : IAdditionalDataHolder, IParsable { public ApiSdk.Models.FileEncryptionInfo FileEncryptionInfo { get; set; } #endif /// - /// Instantiates a new commitPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CommitPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CommitPostRequestBody() { /// /// 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 CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fileEncryptionInfo", n => { FileEncryptionInfo = n.GetObjectValue(ApiSdk.Models.FileEncryptionInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs index 6a80ae49a5..4b2c4c4ae9 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs @@ -21,6 +21,7 @@ public class CommitRequestBuilder : BaseCliRequestBuilder { /// /// Commits a file of a given app. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Commits a file of a given app."; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CommitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", pathParameters) { } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", rawUrl) { @@ -84,6 +85,7 @@ public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagemen /// /// Commits a file of a given app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs index 5749c7d748..d5ab859bab 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentFileItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the commit method. /// + /// A public Command BuildCommitNavCommand() { var command = new Command("commit"); command.Description = "Provides operations to call the commit method."; @@ -39,6 +40,7 @@ public Command BuildCommitNavCommand() { /// /// Delete navigation property files for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property files for deviceAppManagement"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of files for this app content version."; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property files in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property files in deviceAppManagement"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the renewUpload method. /// + /// A public Command BuildRenewUploadNavCommand() { var command = new Command("renew-upload"); command.Description = "Provides operations to call the renewUpload method."; @@ -220,13 +225,13 @@ public Command BuildRenewUploadNavCommand() { return command; } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentFileItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", rawUrl) { @@ -234,6 +239,7 @@ public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property files for deviceAppManagement /// + /// 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,7 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +256,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of files for this app content version. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +273,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property files in deviceAppManagement /// + /// 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 @@ -276,7 +284,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContentFile body, A public RequestInformation ToPatchRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs index e87e38bf00..9b52e27c6f 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs @@ -21,6 +21,7 @@ public class RenewUploadRequestBuilder : BaseCliRequestBuilder { /// /// Renews the SAS URI for an application file upload. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Renews the SAS URI for an application file upload."; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RenewUploadRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", pathParameters) { } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", rawUrl) { @@ -71,6 +72,7 @@ public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// Renews the SAS URI for an application file upload. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs index e7195a6506..3ce05edc4a 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildContainedAppsNavCommand() { var command = new Command("contained-apps"); command.Description = "Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity."; @@ -49,6 +50,7 @@ public Command BuildContainedAppsNavCommand() { /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property contentVersions for deviceAppManagement"; @@ -88,6 +90,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildFilesNavCommand() { var command = new Command("files"); command.Description = "Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity."; @@ -113,6 +116,7 @@ public Command BuildFilesNavCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of content versions for this app."; @@ -169,6 +173,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property contentVersions in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property contentVersions in deviceAppManagement"; @@ -222,13 +227,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", rawUrl) { @@ -236,6 +241,7 @@ public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of content versions for this app. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property contentVersions in deviceAppManagement /// + /// 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 @@ -278,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContent body, Actio public RequestInformation ToPatchRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/GraphIosLobAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/GraphIosLobAppRequestBuilder.cs index ee1cddded6..cd004e6756 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/GraphIosLobAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/GraphIosLobAppRequestBuilder.cs @@ -25,6 +25,7 @@ public class GraphIosLobAppRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity."; @@ -50,6 +51,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.mobileApp entity."; @@ -74,6 +76,7 @@ public Command BuildCategoriesNavCommand() { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. /// + /// A public Command BuildContentVersionsNavCommand() { var command = new Command("content-versions"); command.Description = "Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity."; @@ -99,6 +102,7 @@ public Command BuildContentVersionsNavCommand() { /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosLobApp /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosLobApp"; @@ -147,13 +151,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphIosLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphIosLobAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphIosLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphIosLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosLobApp{?%24expand,%24select}", rawUrl) { @@ -161,6 +165,7 @@ public GraphIosLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppM /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosLobApp /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/AssignmentsRequestBuilder.cs index cffdc2a147..6b0a6251df 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppAssignmentItemRequestBuilder(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 mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileAppAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileAppAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// List properties and relationships of the mobileAppAssignment objects. /// + /// 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 mobileAppAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(MobileAppAssignment body, Act public RequestInformation ToPostRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/Count/CountRequestBuilder.cs index 8f8aa3a859..f070d45171 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp/assignments/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs index a8c4e3833e..7c776d75a9 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileAppAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a mobileAppAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileAppAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes a mobileAppAssignment. /// + /// 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileAppAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileAppAssignment 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(MobileAppAssignment body, Ac public RequestInformation ToPatchRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/CategoriesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/CategoriesRequestBuilder.cs index 674d82dd3c..78bd29c577 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/CategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppCategoryItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The list of categories for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of categories for this app."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/Count/CountRequestBuilder.cs index 63beed15ee..32e8f3dad0 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp/categories/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp/categories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs index fe989a6c04..46cd2fa224 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileAppCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// The list of categories for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of categories for this app."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/GraphIosStoreAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/GraphIosStoreAppRequestBuilder.cs index 9da2ed11ea..1d81de8848 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/GraphIosStoreAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/GraphIosStoreAppRequestBuilder.cs @@ -24,6 +24,7 @@ public class GraphIosStoreAppRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity."; @@ -49,6 +50,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.mobileApp entity."; @@ -73,6 +75,7 @@ public Command BuildCategoriesNavCommand() { /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosStoreApp /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosStoreApp"; @@ -121,13 +124,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphIosStoreAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphIosStoreAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphIosStoreAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphIosStoreAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosStoreApp{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public GraphIosStoreAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAp /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosStoreApp /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/AssignmentsRequestBuilder.cs index 86883572b5..931e4204fc 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppAssignmentItemRequestBuilder(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 mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileAppAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileAppAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// List properties and relationships of the mobileAppAssignment objects. /// + /// 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 mobileAppAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(MobileAppAssignment body, Act public RequestInformation ToPostRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/Count/CountRequestBuilder.cs index 61fc010487..4c15b79e91 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp/assignments/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs index 19d4083e00..149d87af92 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileAppAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a mobileAppAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileAppAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes a mobileAppAssignment. /// + /// 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileAppAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileAppAssignment 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(MobileAppAssignment body, Ac public RequestInformation ToPatchRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/CategoriesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/CategoriesRequestBuilder.cs index 8b26798453..fc19d19243 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/CategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppCategoryItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The list of categories for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of categories for this app."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/Count/CountRequestBuilder.cs index 845f5e0071..1837b35ee7 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp/categories/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp/categories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs index a402870597..f8f6db9f03 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileAppCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// The list of categories for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of categories for this app."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/GraphIosVppAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/GraphIosVppAppRequestBuilder.cs index e091f8f618..ba79c349bd 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/GraphIosVppAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/GraphIosVppAppRequestBuilder.cs @@ -24,6 +24,7 @@ public class GraphIosVppAppRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity."; @@ -49,6 +50,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.mobileApp entity."; @@ -73,6 +75,7 @@ public Command BuildCategoriesNavCommand() { /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosVppApp /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosVppApp"; @@ -121,13 +124,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphIosVppAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphIosVppAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphIosVppAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphIosVppAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.iosVppApp{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public GraphIosVppAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppM /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosVppApp /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/AssignmentsRequestBuilder.cs index 3c51f8dde7..d602aa7109 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppAssignmentItemRequestBuilder(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 mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileAppAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileAppAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// List properties and relationships of the mobileAppAssignment objects. /// + /// 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 mobileAppAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(MobileAppAssignment body, Act public RequestInformation ToPostRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/Count/CountRequestBuilder.cs index 1e6941189c..232855d13b 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/assignments/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs index 86e7f85824..88a502c508 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileAppAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a mobileAppAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileAppAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes a mobileAppAssignment. /// + /// 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileAppAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileAppAssignment 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(MobileAppAssignment body, Ac public RequestInformation ToPatchRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/CategoriesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/CategoriesRequestBuilder.cs index 67ab2e30bf..59131d5463 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/CategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppCategoryItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The list of categories for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of categories for this app."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/Count/CountRequestBuilder.cs index 0d097ba880..779e149610 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/categories/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/categories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs index c76fbb92ea..1008cbf1eb 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileAppCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// The list of categories for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of categories for this app."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/ContentVersionsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/ContentVersionsRequestBuilder.cs index b7e5a9559c..2f9cef7a86 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/ContentVersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContentVersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to contentVersions for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to contentVersions for deviceAppManagement"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of content versions for this app."; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentVersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceApp /// /// The list of content versions for this app. /// + /// 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 contentVersions for deviceAppManagement /// + /// 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(MobileAppContent body, Action public RequestInformation ToPostRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Count/CountRequestBuilder.cs index f2ea83f142..3c41b7b28c 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index 536488d2fa..29334719fd 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContainedAppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileContainedAppItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to containedApps for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to containedApps for deviceAppManagement"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContainedAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMa /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to containedApps for deviceAppManagement /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(MobileContainedApp body, Acti public RequestInformation ToPostRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/containedApps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index 5fe6851a16..91e0fd80ba 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/containedApps/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/containedApps/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs index f7ff5cd5d5..5a5e3753a0 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileContainedAppItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property containedApps for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property containedApps for deviceAppManagement"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property containedApps in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property containedApps in deviceAppManagement"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileContainedAppItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Delete navigation property containedApps for deviceAppManagement /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property containedApps in deviceAppManagement /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(MobileContainedApp body, Act public RequestInformation ToPatchRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index cfeb9a172d..944f983291 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/files/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/files/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/FilesRequestBuilder.cs index 447b4cebf0..12ad305dac 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -24,6 +24,7 @@ public class FilesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to files for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to files for deviceAppManagement"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of files for this app content version."; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// The list of files for this app content version. /// + /// 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,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to files for deviceAppManagement /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(MobileAppContentFile body, Ac public RequestInformation ToPostRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/files", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs index 6bebab2fee..c61bf9c4bd 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs @@ -18,7 +18,7 @@ public class CommitPostRequestBody : IAdditionalDataHolder, IParsable { public ApiSdk.Models.FileEncryptionInfo FileEncryptionInfo { get; set; } #endif /// - /// Instantiates a new commitPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CommitPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CommitPostRequestBody() { /// /// 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 CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fileEncryptionInfo", n => { FileEncryptionInfo = n.GetObjectValue(ApiSdk.Models.FileEncryptionInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs index 701653f3fa..9cec71841b 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs @@ -21,6 +21,7 @@ public class CommitRequestBuilder : BaseCliRequestBuilder { /// /// Commits a file of a given app. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Commits a file of a given app."; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CommitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", pathParameters) { } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", rawUrl) { @@ -84,6 +85,7 @@ public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagemen /// /// Commits a file of a given app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs index e679493579..25c4bff91b 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentFileItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the commit method. /// + /// A public Command BuildCommitNavCommand() { var command = new Command("commit"); command.Description = "Provides operations to call the commit method."; @@ -39,6 +40,7 @@ public Command BuildCommitNavCommand() { /// /// Delete navigation property files for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property files for deviceAppManagement"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of files for this app content version."; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property files in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property files in deviceAppManagement"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the renewUpload method. /// + /// A public Command BuildRenewUploadNavCommand() { var command = new Command("renew-upload"); command.Description = "Provides operations to call the renewUpload method."; @@ -220,13 +225,13 @@ public Command BuildRenewUploadNavCommand() { return command; } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentFileItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", rawUrl) { @@ -234,6 +239,7 @@ public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property files for deviceAppManagement /// + /// 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,7 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +256,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of files for this app content version. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +273,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property files in deviceAppManagement /// + /// 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 @@ -276,7 +284,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContentFile body, A public RequestInformation ToPatchRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs index ec8dad95e9..607b33f650 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs @@ -21,6 +21,7 @@ public class RenewUploadRequestBuilder : BaseCliRequestBuilder { /// /// Renews the SAS URI for an application file upload. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Renews the SAS URI for an application file upload."; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RenewUploadRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", pathParameters) { } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", rawUrl) { @@ -71,6 +72,7 @@ public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// Renews the SAS URI for an application file upload. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs index 58f5a6f674..fb43e814fe 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildContainedAppsNavCommand() { var command = new Command("contained-apps"); command.Description = "Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity."; @@ -49,6 +50,7 @@ public Command BuildContainedAppsNavCommand() { /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property contentVersions for deviceAppManagement"; @@ -88,6 +90,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildFilesNavCommand() { var command = new Command("files"); command.Description = "Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity."; @@ -113,6 +116,7 @@ public Command BuildFilesNavCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of content versions for this app."; @@ -169,6 +173,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property contentVersions in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property contentVersions in deviceAppManagement"; @@ -222,13 +227,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", rawUrl) { @@ -236,6 +241,7 @@ public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of content versions for this app. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property contentVersions in deviceAppManagement /// + /// 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 @@ -278,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContent body, Actio public RequestInformation ToPatchRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/GraphMacOSDmgAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/GraphMacOSDmgAppRequestBuilder.cs index 4d0bfa0e74..47c95aa373 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/GraphMacOSDmgAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/GraphMacOSDmgAppRequestBuilder.cs @@ -25,6 +25,7 @@ public class GraphMacOSDmgAppRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity."; @@ -50,6 +51,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.mobileApp entity."; @@ -74,6 +76,7 @@ public Command BuildCategoriesNavCommand() { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. /// + /// A public Command BuildContentVersionsNavCommand() { var command = new Command("content-versions"); command.Description = "Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity."; @@ -99,6 +102,7 @@ public Command BuildContentVersionsNavCommand() { /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.macOSDmgApp /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.mobileApp as microsoft.graph.macOSDmgApp"; @@ -147,13 +151,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphMacOSDmgAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphMacOSDmgAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphMacOSDmgAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphMacOSDmgAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSDmgApp{?%24expand,%24select}", rawUrl) { @@ -161,6 +165,7 @@ public GraphMacOSDmgAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAp /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.macOSDmgApp /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/AssignmentsRequestBuilder.cs index dc2085bd20..aeeb4143ed 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppAssignmentItemRequestBuilder(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 mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileAppAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileAppAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// List properties and relationships of the mobileAppAssignment objects. /// + /// 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 mobileAppAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(MobileAppAssignment body, Act public RequestInformation ToPostRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/Count/CountRequestBuilder.cs index f67675a70b..47678b99de 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/assignments/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs index 2455775027..418a5a0f02 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileAppAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a mobileAppAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileAppAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes a mobileAppAssignment. /// + /// 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileAppAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileAppAssignment 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(MobileAppAssignment body, Ac public RequestInformation ToPatchRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/CategoriesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/CategoriesRequestBuilder.cs index 6be899875a..118d2e892b 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/CategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppCategoryItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The list of categories for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of categories for this app."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/Count/CountRequestBuilder.cs index d970f7ed46..e19a91e471 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/categories/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/categories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs index f37f9e357d..5d0f651a99 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileAppCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// The list of categories for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of categories for this app."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/ContentVersionsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/ContentVersionsRequestBuilder.cs index 6fb2c15078..d0e6fd7a81 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/ContentVersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContentVersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to contentVersions for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to contentVersions for deviceAppManagement"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of content versions for this app."; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentVersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceApp /// /// The list of content versions for this app. /// + /// 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 contentVersions for deviceAppManagement /// + /// 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(MobileAppContent body, Action public RequestInformation ToPostRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Count/CountRequestBuilder.cs index 249f791adc..58e8cd23d9 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index eb4276a9ab..ebc0bbb232 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContainedAppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileContainedAppItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to containedApps for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to containedApps for deviceAppManagement"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContainedAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMa /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to containedApps for deviceAppManagement /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(MobileContainedApp body, Acti public RequestInformation ToPostRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/containedApps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index c20d2dcb3d..175898924c 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs index 3309616464..54b69b3418 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileContainedAppItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property containedApps for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property containedApps for deviceAppManagement"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property containedApps in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property containedApps in deviceAppManagement"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileContainedAppItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Delete navigation property containedApps for deviceAppManagement /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property containedApps in deviceAppManagement /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(MobileContainedApp body, Act public RequestInformation ToPatchRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index 23caf05ea0..aaa087e85e 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/files/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/files/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs index 7bc0947404..ddd4e8f34e 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -24,6 +24,7 @@ public class FilesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to files for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to files for deviceAppManagement"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of files for this app content version."; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// The list of files for this app content version. /// + /// 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,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to files for deviceAppManagement /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(MobileAppContentFile body, Ac public RequestInformation ToPostRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/files", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs index c4e8625751..b86c958e38 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs @@ -18,7 +18,7 @@ public class CommitPostRequestBody : IAdditionalDataHolder, IParsable { public ApiSdk.Models.FileEncryptionInfo FileEncryptionInfo { get; set; } #endif /// - /// Instantiates a new commitPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CommitPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CommitPostRequestBody() { /// /// 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 CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fileEncryptionInfo", n => { FileEncryptionInfo = n.GetObjectValue(ApiSdk.Models.FileEncryptionInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs index 8a7edfc9ba..221e95a103 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs @@ -21,6 +21,7 @@ public class CommitRequestBuilder : BaseCliRequestBuilder { /// /// Commits a file of a given app. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Commits a file of a given app."; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CommitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", pathParameters) { } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", rawUrl) { @@ -84,6 +85,7 @@ public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagemen /// /// Commits a file of a given app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs index d0f862b88a..87f47280f2 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentFileItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the commit method. /// + /// A public Command BuildCommitNavCommand() { var command = new Command("commit"); command.Description = "Provides operations to call the commit method."; @@ -39,6 +40,7 @@ public Command BuildCommitNavCommand() { /// /// Delete navigation property files for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property files for deviceAppManagement"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of files for this app content version."; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property files in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property files in deviceAppManagement"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the renewUpload method. /// + /// A public Command BuildRenewUploadNavCommand() { var command = new Command("renew-upload"); command.Description = "Provides operations to call the renewUpload method."; @@ -220,13 +225,13 @@ public Command BuildRenewUploadNavCommand() { return command; } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentFileItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", rawUrl) { @@ -234,6 +239,7 @@ public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property files for deviceAppManagement /// + /// 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,7 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +256,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of files for this app content version. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +273,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property files in deviceAppManagement /// + /// 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 @@ -276,7 +284,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContentFile body, A public RequestInformation ToPatchRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs index 64ca68bd63..dee9b5dc6d 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs @@ -21,6 +21,7 @@ public class RenewUploadRequestBuilder : BaseCliRequestBuilder { /// /// Renews the SAS URI for an application file upload. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Renews the SAS URI for an application file upload."; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RenewUploadRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", pathParameters) { } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", rawUrl) { @@ -71,6 +72,7 @@ public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// Renews the SAS URI for an application file upload. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs index 0c603aefad..a3b77c8844 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildContainedAppsNavCommand() { var command = new Command("contained-apps"); command.Description = "Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity."; @@ -49,6 +50,7 @@ public Command BuildContainedAppsNavCommand() { /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property contentVersions for deviceAppManagement"; @@ -88,6 +90,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildFilesNavCommand() { var command = new Command("files"); command.Description = "Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity."; @@ -113,6 +116,7 @@ public Command BuildFilesNavCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of content versions for this app."; @@ -169,6 +173,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property contentVersions in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property contentVersions in deviceAppManagement"; @@ -222,13 +227,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", rawUrl) { @@ -236,6 +241,7 @@ public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of content versions for this app. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property contentVersions in deviceAppManagement /// + /// 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 @@ -278,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContent body, Actio public RequestInformation ToPatchRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/GraphMacOSLobAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/GraphMacOSLobAppRequestBuilder.cs index 778dfeb250..e88b0383a6 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/GraphMacOSLobAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/GraphMacOSLobAppRequestBuilder.cs @@ -25,6 +25,7 @@ public class GraphMacOSLobAppRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity."; @@ -50,6 +51,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.mobileApp entity."; @@ -74,6 +76,7 @@ public Command BuildCategoriesNavCommand() { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. /// + /// A public Command BuildContentVersionsNavCommand() { var command = new Command("content-versions"); command.Description = "Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity."; @@ -99,6 +102,7 @@ public Command BuildContentVersionsNavCommand() { /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.macOSLobApp /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.mobileApp as microsoft.graph.macOSLobApp"; @@ -147,13 +151,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphMacOSLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphMacOSLobAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphMacOSLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphMacOSLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.macOSLobApp{?%24expand,%24select}", rawUrl) { @@ -161,6 +165,7 @@ public GraphMacOSLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAp /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.macOSLobApp /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/AssignmentsRequestBuilder.cs index 73e49a0582..5be10b538e 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppAssignmentItemRequestBuilder(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 mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileAppAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileAppAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// List properties and relationships of the mobileAppAssignment objects. /// + /// 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 mobileAppAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(MobileAppAssignment body, Act public RequestInformation ToPostRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/Count/CountRequestBuilder.cs index daa5f8bd77..08ab27a01e 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/assignments/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs index 97f3085c67..1f7d341016 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileAppAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a mobileAppAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileAppAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes a mobileAppAssignment. /// + /// 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileAppAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileAppAssignment 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(MobileAppAssignment body, Ac public RequestInformation ToPatchRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/CategoriesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/CategoriesRequestBuilder.cs index a78cc7a14f..7998cb3124 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/CategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppCategoryItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The list of categories for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of categories for this app."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/Count/CountRequestBuilder.cs index 2d339cd738..d218d67c8b 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/categories/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/categories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs index 51dd72c0b6..e9ee46d81e 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileAppCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// The list of categories for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of categories for this app."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/ContentVersionsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/ContentVersionsRequestBuilder.cs index fa7f082466..8422769c3c 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/ContentVersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContentVersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to contentVersions for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to contentVersions for deviceAppManagement"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of content versions for this app."; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentVersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceApp /// /// The list of content versions for this app. /// + /// 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 contentVersions for deviceAppManagement /// + /// 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(MobileAppContent body, Action public RequestInformation ToPostRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Count/CountRequestBuilder.cs index 84b4813756..2cfa6b160e 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index 1a3273838f..3ce8384325 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContainedAppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileContainedAppItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to containedApps for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to containedApps for deviceAppManagement"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContainedAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMa /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to containedApps for deviceAppManagement /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(MobileContainedApp body, Acti public RequestInformation ToPostRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/containedApps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index 12ffc268a8..04a57dddd6 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs index 67f88563e3..5368c928c5 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileContainedAppItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property containedApps for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property containedApps for deviceAppManagement"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property containedApps in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property containedApps in deviceAppManagement"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileContainedAppItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Delete navigation property containedApps for deviceAppManagement /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property containedApps in deviceAppManagement /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(MobileContainedApp body, Act public RequestInformation ToPatchRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index 4a21410cdc..b2f7c39f32 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/files/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/files/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs index 32fc31f74d..093371c710 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -24,6 +24,7 @@ public class FilesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to files for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to files for deviceAppManagement"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of files for this app content version."; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// The list of files for this app content version. /// + /// 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,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to files for deviceAppManagement /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(MobileAppContentFile body, Ac public RequestInformation ToPostRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/files", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs index 0f21d86c68..46e7cca855 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs @@ -18,7 +18,7 @@ public class CommitPostRequestBody : IAdditionalDataHolder, IParsable { public ApiSdk.Models.FileEncryptionInfo FileEncryptionInfo { get; set; } #endif /// - /// Instantiates a new commitPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CommitPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CommitPostRequestBody() { /// /// 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 CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fileEncryptionInfo", n => { FileEncryptionInfo = n.GetObjectValue(ApiSdk.Models.FileEncryptionInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs index 9fe77cbbbd..9de0b91ad9 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs @@ -21,6 +21,7 @@ public class CommitRequestBuilder : BaseCliRequestBuilder { /// /// Commits a file of a given app. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Commits a file of a given app."; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CommitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", pathParameters) { } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", rawUrl) { @@ -84,6 +85,7 @@ public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagemen /// /// Commits a file of a given app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs index 8aa14849b3..9f5913ff91 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentFileItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the commit method. /// + /// A public Command BuildCommitNavCommand() { var command = new Command("commit"); command.Description = "Provides operations to call the commit method."; @@ -39,6 +40,7 @@ public Command BuildCommitNavCommand() { /// /// Delete navigation property files for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property files for deviceAppManagement"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of files for this app content version."; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property files in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property files in deviceAppManagement"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the renewUpload method. /// + /// A public Command BuildRenewUploadNavCommand() { var command = new Command("renew-upload"); command.Description = "Provides operations to call the renewUpload method."; @@ -220,13 +225,13 @@ public Command BuildRenewUploadNavCommand() { return command; } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentFileItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", rawUrl) { @@ -234,6 +239,7 @@ public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property files for deviceAppManagement /// + /// 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,7 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +256,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of files for this app content version. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +273,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property files in deviceAppManagement /// + /// 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 @@ -276,7 +284,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContentFile body, A public RequestInformation ToPatchRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs index 117c0d7ebe..5d97fffa39 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs @@ -21,6 +21,7 @@ public class RenewUploadRequestBuilder : BaseCliRequestBuilder { /// /// Renews the SAS URI for an application file upload. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Renews the SAS URI for an application file upload."; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RenewUploadRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", pathParameters) { } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", rawUrl) { @@ -71,6 +72,7 @@ public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// Renews the SAS URI for an application file upload. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs index b1f00fc807..f76a7dcd7c 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildContainedAppsNavCommand() { var command = new Command("contained-apps"); command.Description = "Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity."; @@ -49,6 +50,7 @@ public Command BuildContainedAppsNavCommand() { /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property contentVersions for deviceAppManagement"; @@ -88,6 +90,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildFilesNavCommand() { var command = new Command("files"); command.Description = "Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity."; @@ -113,6 +116,7 @@ public Command BuildFilesNavCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of content versions for this app."; @@ -169,6 +173,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property contentVersions in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property contentVersions in deviceAppManagement"; @@ -222,13 +227,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", rawUrl) { @@ -236,6 +241,7 @@ public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of content versions for this app. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property contentVersions in deviceAppManagement /// + /// 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 @@ -278,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContent body, Actio public RequestInformation ToPatchRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/GraphManagedAndroidLobAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/GraphManagedAndroidLobAppRequestBuilder.cs index 1e187eeec1..271312ed17 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/GraphManagedAndroidLobAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/GraphManagedAndroidLobAppRequestBuilder.cs @@ -25,6 +25,7 @@ public class GraphManagedAndroidLobAppRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity."; @@ -50,6 +51,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.mobileApp entity."; @@ -74,6 +76,7 @@ public Command BuildCategoriesNavCommand() { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity. /// + /// A public Command BuildContentVersionsNavCommand() { var command = new Command("content-versions"); command.Description = "Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity."; @@ -99,6 +102,7 @@ public Command BuildContentVersionsNavCommand() { /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedAndroidLobApp /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedAndroidLobApp"; @@ -147,13 +151,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphManagedAndroidLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphManagedAndroidLobAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphManagedAndroidLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphManagedAndroidLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedAndroidLobApp{?%24expand,%24select}", rawUrl) { @@ -161,6 +165,7 @@ public GraphManagedAndroidLobAppRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedAndroidLobApp /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/AssignmentsRequestBuilder.cs index 9ffe47e40b..73f532c58d 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppAssignmentItemRequestBuilder(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 mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileAppAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileAppAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// List properties and relationships of the mobileAppAssignment objects. /// + /// 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 mobileAppAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(MobileAppAssignment body, Act public RequestInformation ToPostRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/Count/CountRequestBuilder.cs index 87cb425ea7..e47c62d830 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/assignments/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs index 036cd43183..d7b3bc5664 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileAppAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a mobileAppAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileAppAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes a mobileAppAssignment. /// + /// 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileAppAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileAppAssignment 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(MobileAppAssignment body, Ac public RequestInformation ToPatchRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/CategoriesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/CategoriesRequestBuilder.cs index f309ec437e..1937a84bda 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/CategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppCategoryItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The list of categories for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of categories for this app."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/Count/CountRequestBuilder.cs index cd37c68a95..84fae2d927 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/categories/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/categories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs index 35ef6e3357..3855b872d4 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileAppCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// The list of categories for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of categories for this app."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/ContentVersionsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/ContentVersionsRequestBuilder.cs index 44fcc77201..a9c276276b 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/ContentVersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContentVersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to contentVersions for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to contentVersions for deviceAppManagement"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of content versions for this app."; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentVersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceApp /// /// The list of content versions for this app. /// + /// 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 contentVersions for deviceAppManagement /// + /// 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(MobileAppContent body, Action public RequestInformation ToPostRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Count/CountRequestBuilder.cs index ee06100abd..e3a5309fd5 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index 236857d341..f714a12afd 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContainedAppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileContainedAppItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to containedApps for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to containedApps for deviceAppManagement"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContainedAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMa /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to containedApps for deviceAppManagement /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(MobileContainedApp body, Acti public RequestInformation ToPostRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/containedApps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index 11e6b5c9f4..7636773c08 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs index ca9a3792c4..d89aab8451 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileContainedAppItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property containedApps for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property containedApps for deviceAppManagement"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property containedApps in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property containedApps in deviceAppManagement"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileContainedAppItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Delete navigation property containedApps for deviceAppManagement /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property containedApps in deviceAppManagement /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(MobileContainedApp body, Act public RequestInformation ToPatchRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index 40bd96a54b..3f47f93eac 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/files/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/files/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs index 72f92cafb2..5b63d89ddb 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -24,6 +24,7 @@ public class FilesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to files for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to files for deviceAppManagement"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of files for this app content version."; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// The list of files for this app content version. /// + /// 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,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to files for deviceAppManagement /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(MobileAppContentFile body, Ac public RequestInformation ToPostRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/files", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs index 8657c672b7..cf59cab80f 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs @@ -18,7 +18,7 @@ public class CommitPostRequestBody : IAdditionalDataHolder, IParsable { public ApiSdk.Models.FileEncryptionInfo FileEncryptionInfo { get; set; } #endif /// - /// Instantiates a new commitPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CommitPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CommitPostRequestBody() { /// /// 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 CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fileEncryptionInfo", n => { FileEncryptionInfo = n.GetObjectValue(ApiSdk.Models.FileEncryptionInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs index 020fb4ee98..8fc6b26181 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs @@ -21,6 +21,7 @@ public class CommitRequestBuilder : BaseCliRequestBuilder { /// /// Commits a file of a given app. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Commits a file of a given app."; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CommitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", pathParameters) { } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", rawUrl) { @@ -84,6 +85,7 @@ public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagemen /// /// Commits a file of a given app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs index d8b0193b70..f3fc31c3e8 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentFileItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the commit method. /// + /// A public Command BuildCommitNavCommand() { var command = new Command("commit"); command.Description = "Provides operations to call the commit method."; @@ -39,6 +40,7 @@ public Command BuildCommitNavCommand() { /// /// Delete navigation property files for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property files for deviceAppManagement"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of files for this app content version."; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property files in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property files in deviceAppManagement"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the renewUpload method. /// + /// A public Command BuildRenewUploadNavCommand() { var command = new Command("renew-upload"); command.Description = "Provides operations to call the renewUpload method."; @@ -220,13 +225,13 @@ public Command BuildRenewUploadNavCommand() { return command; } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentFileItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", rawUrl) { @@ -234,6 +239,7 @@ public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property files for deviceAppManagement /// + /// 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,7 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +256,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of files for this app content version. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +273,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property files in deviceAppManagement /// + /// 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 @@ -276,7 +284,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContentFile body, A public RequestInformation ToPatchRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs index 690120eb2c..ec00fbae98 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs @@ -21,6 +21,7 @@ public class RenewUploadRequestBuilder : BaseCliRequestBuilder { /// /// Renews the SAS URI for an application file upload. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Renews the SAS URI for an application file upload."; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RenewUploadRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", pathParameters) { } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", rawUrl) { @@ -71,6 +72,7 @@ public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// Renews the SAS URI for an application file upload. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs index 19d4ab93fe..872eb62c30 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildContainedAppsNavCommand() { var command = new Command("contained-apps"); command.Description = "Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity."; @@ -49,6 +50,7 @@ public Command BuildContainedAppsNavCommand() { /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property contentVersions for deviceAppManagement"; @@ -88,6 +90,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildFilesNavCommand() { var command = new Command("files"); command.Description = "Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity."; @@ -113,6 +116,7 @@ public Command BuildFilesNavCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of content versions for this app."; @@ -169,6 +173,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property contentVersions in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property contentVersions in deviceAppManagement"; @@ -222,13 +227,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", rawUrl) { @@ -236,6 +241,7 @@ public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of content versions for this app. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property contentVersions in deviceAppManagement /// + /// 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 @@ -278,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContent body, Actio public RequestInformation ToPatchRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/GraphManagedIOSLobAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/GraphManagedIOSLobAppRequestBuilder.cs index fe40509949..66a8774795 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/GraphManagedIOSLobAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/GraphManagedIOSLobAppRequestBuilder.cs @@ -25,6 +25,7 @@ public class GraphManagedIOSLobAppRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity."; @@ -50,6 +51,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.mobileApp entity."; @@ -74,6 +76,7 @@ public Command BuildCategoriesNavCommand() { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity. /// + /// A public Command BuildContentVersionsNavCommand() { var command = new Command("content-versions"); command.Description = "Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity."; @@ -99,6 +102,7 @@ public Command BuildContentVersionsNavCommand() { /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedIOSLobApp /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedIOSLobApp"; @@ -147,13 +151,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphManagedIOSLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphManagedIOSLobAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphManagedIOSLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphManagedIOSLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedIOSLobApp{?%24expand,%24select}", rawUrl) { @@ -161,6 +165,7 @@ public GraphManagedIOSLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedIOSLobApp /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/AssignmentsRequestBuilder.cs index fab61b40c5..cde2fb4e38 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppAssignmentItemRequestBuilder(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 mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileAppAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileAppAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// List properties and relationships of the mobileAppAssignment objects. /// + /// 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 mobileAppAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(MobileAppAssignment body, Act public RequestInformation ToPostRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/Count/CountRequestBuilder.cs index c5c9eafd46..f6f12333ed 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/assignments/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs index f4e1a1a9bf..ba7982bf12 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileAppAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a mobileAppAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileAppAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes a mobileAppAssignment. /// + /// 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileAppAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileAppAssignment 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(MobileAppAssignment body, Ac public RequestInformation ToPatchRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/CategoriesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/CategoriesRequestBuilder.cs index eb789c896d..4c96056f01 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/CategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppCategoryItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The list of categories for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of categories for this app."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/Count/CountRequestBuilder.cs index 93beb121a3..f519e688cb 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/categories/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/categories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs index d35d78cf8d..3f8e986bfb 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileAppCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// The list of categories for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of categories for this app."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/ContentVersionsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/ContentVersionsRequestBuilder.cs index 7967ff2f27..206a036c50 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/ContentVersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContentVersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to contentVersions for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to contentVersions for deviceAppManagement"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of content versions for this app."; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentVersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceApp /// /// The list of content versions for this app. /// + /// 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 contentVersions for deviceAppManagement /// + /// 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(MobileAppContent body, Action public RequestInformation ToPostRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Count/CountRequestBuilder.cs index b91c499c4c..6d64f1664c 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index 64b9b8c53b..5d9c41faa8 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContainedAppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileContainedAppItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to containedApps for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to containedApps for deviceAppManagement"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContainedAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMa /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to containedApps for deviceAppManagement /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(MobileContainedApp body, Acti public RequestInformation ToPostRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/containedApps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index bf92a61856..e6587ec3b3 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs index 6c02eb144f..8be6ce733a 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileContainedAppItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property containedApps for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property containedApps for deviceAppManagement"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property containedApps in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property containedApps in deviceAppManagement"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileContainedAppItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Delete navigation property containedApps for deviceAppManagement /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property containedApps in deviceAppManagement /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(MobileContainedApp body, Act public RequestInformation ToPatchRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index 39f9b6e9d9..264d629609 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/files/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/files/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs index 88d19d7683..d143211d3b 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -24,6 +24,7 @@ public class FilesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to files for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to files for deviceAppManagement"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of files for this app content version."; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// The list of files for this app content version. /// + /// 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,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to files for deviceAppManagement /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(MobileAppContentFile body, Ac public RequestInformation ToPostRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/files", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs index c2d71157bd..01b40b58ae 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs @@ -18,7 +18,7 @@ public class CommitPostRequestBody : IAdditionalDataHolder, IParsable { public ApiSdk.Models.FileEncryptionInfo FileEncryptionInfo { get; set; } #endif /// - /// Instantiates a new commitPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CommitPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CommitPostRequestBody() { /// /// 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 CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fileEncryptionInfo", n => { FileEncryptionInfo = n.GetObjectValue(ApiSdk.Models.FileEncryptionInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs index 41a5118fd5..bb57aa7ae6 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs @@ -21,6 +21,7 @@ public class CommitRequestBuilder : BaseCliRequestBuilder { /// /// Commits a file of a given app. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Commits a file of a given app."; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CommitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", pathParameters) { } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", rawUrl) { @@ -84,6 +85,7 @@ public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagemen /// /// Commits a file of a given app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs index 41566d343d..92d8c29482 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentFileItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the commit method. /// + /// A public Command BuildCommitNavCommand() { var command = new Command("commit"); command.Description = "Provides operations to call the commit method."; @@ -39,6 +40,7 @@ public Command BuildCommitNavCommand() { /// /// Delete navigation property files for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property files for deviceAppManagement"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of files for this app content version."; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property files in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property files in deviceAppManagement"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the renewUpload method. /// + /// A public Command BuildRenewUploadNavCommand() { var command = new Command("renew-upload"); command.Description = "Provides operations to call the renewUpload method."; @@ -220,13 +225,13 @@ public Command BuildRenewUploadNavCommand() { return command; } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentFileItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", rawUrl) { @@ -234,6 +239,7 @@ public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property files for deviceAppManagement /// + /// 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,7 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +256,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of files for this app content version. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +273,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property files in deviceAppManagement /// + /// 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 @@ -276,7 +284,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContentFile body, A public RequestInformation ToPatchRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs index 722cc36244..9794b46189 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs @@ -21,6 +21,7 @@ public class RenewUploadRequestBuilder : BaseCliRequestBuilder { /// /// Renews the SAS URI for an application file upload. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Renews the SAS URI for an application file upload."; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RenewUploadRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", pathParameters) { } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", rawUrl) { @@ -71,6 +72,7 @@ public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// Renews the SAS URI for an application file upload. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs index fbaf645725..b924c6111d 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildContainedAppsNavCommand() { var command = new Command("contained-apps"); command.Description = "Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity."; @@ -49,6 +50,7 @@ public Command BuildContainedAppsNavCommand() { /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property contentVersions for deviceAppManagement"; @@ -88,6 +90,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildFilesNavCommand() { var command = new Command("files"); command.Description = "Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity."; @@ -113,6 +116,7 @@ public Command BuildFilesNavCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of content versions for this app."; @@ -169,6 +173,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property contentVersions in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property contentVersions in deviceAppManagement"; @@ -222,13 +227,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", rawUrl) { @@ -236,6 +241,7 @@ public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of content versions for this app. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property contentVersions in deviceAppManagement /// + /// 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 @@ -278,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContent body, Actio public RequestInformation ToPatchRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/GraphManagedMobileLobAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/GraphManagedMobileLobAppRequestBuilder.cs index edee612ef8..01f3b41715 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/GraphManagedMobileLobAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/GraphManagedMobileLobAppRequestBuilder.cs @@ -25,6 +25,7 @@ public class GraphManagedMobileLobAppRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity."; @@ -50,6 +51,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.mobileApp entity."; @@ -74,6 +76,7 @@ public Command BuildCategoriesNavCommand() { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity. /// + /// A public Command BuildContentVersionsNavCommand() { var command = new Command("content-versions"); command.Description = "Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity."; @@ -99,6 +102,7 @@ public Command BuildContentVersionsNavCommand() { /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedMobileLobApp /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedMobileLobApp"; @@ -147,13 +151,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphManagedMobileLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphManagedMobileLobAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphManagedMobileLobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphManagedMobileLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.managedMobileLobApp{?%24expand,%24select}", rawUrl) { @@ -161,6 +165,7 @@ public GraphManagedMobileLobAppRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedMobileLobApp /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/AssignmentsRequestBuilder.cs index cc26d6836b..b2d3df91eb 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppAssignmentItemRequestBuilder(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 mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileAppAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileAppAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// List properties and relationships of the mobileAppAssignment objects. /// + /// 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 mobileAppAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(MobileAppAssignment body, Act public RequestInformation ToPostRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/Count/CountRequestBuilder.cs index 21023d232e..e9d29c0ca0 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp/assignments/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs index 4ebc9ed06b..384fa5b6e6 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileAppAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a mobileAppAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileAppAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes a mobileAppAssignment. /// + /// 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileAppAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileAppAssignment 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(MobileAppAssignment body, Ac public RequestInformation ToPatchRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/CategoriesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/CategoriesRequestBuilder.cs index e2fc08052c..2ff6b78ce0 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/CategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppCategoryItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The list of categories for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of categories for this app."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/Count/CountRequestBuilder.cs index 95b596671c..3df3e10697 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp/categories/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp/categories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs index 67ad919b73..421549baf8 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileAppCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// The list of categories for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of categories for this app."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/GraphMicrosoftStoreForBusinessAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/GraphMicrosoftStoreForBusinessAppRequestBuilder.cs index c8319a68ad..224317382e 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/GraphMicrosoftStoreForBusinessAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/GraphMicrosoftStoreForBusinessAppRequestBuilder.cs @@ -24,6 +24,7 @@ public class GraphMicrosoftStoreForBusinessAppRequestBuilder : BaseCliRequestBui /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity."; @@ -49,6 +50,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.mobileApp entity."; @@ -73,6 +75,7 @@ public Command BuildCategoriesNavCommand() { /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.microsoftStoreForBusinessApp /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.mobileApp as microsoft.graph.microsoftStoreForBusinessApp"; @@ -121,13 +124,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphMicrosoftStoreForBusinessAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphMicrosoftStoreForBusinessAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphMicrosoftStoreForBusinessAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphMicrosoftStoreForBusinessAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.microsoftStoreForBusinessApp{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public GraphMicrosoftStoreForBusinessAppRequestBuilder(string rawUrl) : base("{+ /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.microsoftStoreForBusinessApp /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/AssignmentsRequestBuilder.cs index b1c77c50ce..4e35101a8b 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppAssignmentItemRequestBuilder(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 mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileAppAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileAppAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// List properties and relationships of the mobileAppAssignment objects. /// + /// 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 mobileAppAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(MobileAppAssignment body, Act public RequestInformation ToPostRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/Count/CountRequestBuilder.cs index bb22568641..b42459ffa9 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/assignments/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs index c6f0137653..03c9064b78 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileAppAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a mobileAppAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileAppAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes a mobileAppAssignment. /// + /// 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileAppAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileAppAssignment 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(MobileAppAssignment body, Ac public RequestInformation ToPatchRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/CategoriesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/CategoriesRequestBuilder.cs index 425b34a00f..c9982c9f32 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/CategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppCategoryItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The list of categories for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of categories for this app."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/Count/CountRequestBuilder.cs index 4b905995f0..7d69ab6aec 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/categories/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/categories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs index 1d0a63f9c8..d2049014b9 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileAppCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// The list of categories for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of categories for this app."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/ContentVersionsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/ContentVersionsRequestBuilder.cs index c34ff15b5d..e8758a3cb3 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/ContentVersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContentVersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to contentVersions for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to contentVersions for deviceAppManagement"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of content versions for this app."; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentVersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceApp /// /// The list of content versions for this app. /// + /// 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 contentVersions for deviceAppManagement /// + /// 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(MobileAppContent body, Action public RequestInformation ToPostRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Count/CountRequestBuilder.cs index c2d974487c..ae4205740c 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index fc5eaa4da9..87a20e7647 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContainedAppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileContainedAppItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to containedApps for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to containedApps for deviceAppManagement"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContainedAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMa /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to containedApps for deviceAppManagement /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(MobileContainedApp body, Acti public RequestInformation ToPostRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/containedApps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index 69275fd271..28534bcca2 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/containedApps/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/containedApps/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs index ed4ebe42a7..1cd9bd9c13 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileContainedAppItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property containedApps for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property containedApps for deviceAppManagement"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property containedApps in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property containedApps in deviceAppManagement"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileContainedAppItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Delete navigation property containedApps for deviceAppManagement /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property containedApps in deviceAppManagement /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(MobileContainedApp body, Act public RequestInformation ToPatchRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index a362a92990..4e1e553ea6 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/files/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/files/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs index 68241113ab..db8cf11e85 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -24,6 +24,7 @@ public class FilesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to files for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to files for deviceAppManagement"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of files for this app content version."; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// The list of files for this app content version. /// + /// 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,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to files for deviceAppManagement /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(MobileAppContentFile body, Ac public RequestInformation ToPostRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/files", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs index 1b00daa882..b6433b1564 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs @@ -18,7 +18,7 @@ public class CommitPostRequestBody : IAdditionalDataHolder, IParsable { public ApiSdk.Models.FileEncryptionInfo FileEncryptionInfo { get; set; } #endif /// - /// Instantiates a new commitPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CommitPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CommitPostRequestBody() { /// /// 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 CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fileEncryptionInfo", n => { FileEncryptionInfo = n.GetObjectValue(ApiSdk.Models.FileEncryptionInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs index 47b877fd39..5fa2692124 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs @@ -21,6 +21,7 @@ public class CommitRequestBuilder : BaseCliRequestBuilder { /// /// Commits a file of a given app. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Commits a file of a given app."; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CommitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", pathParameters) { } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", rawUrl) { @@ -84,6 +85,7 @@ public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagemen /// /// Commits a file of a given app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs index 94d3333b33..9b2ef968d2 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentFileItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the commit method. /// + /// A public Command BuildCommitNavCommand() { var command = new Command("commit"); command.Description = "Provides operations to call the commit method."; @@ -39,6 +40,7 @@ public Command BuildCommitNavCommand() { /// /// Delete navigation property files for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property files for deviceAppManagement"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of files for this app content version."; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property files in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property files in deviceAppManagement"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the renewUpload method. /// + /// A public Command BuildRenewUploadNavCommand() { var command = new Command("renew-upload"); command.Description = "Provides operations to call the renewUpload method."; @@ -220,13 +225,13 @@ public Command BuildRenewUploadNavCommand() { return command; } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentFileItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", rawUrl) { @@ -234,6 +239,7 @@ public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property files for deviceAppManagement /// + /// 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,7 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +256,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of files for this app content version. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +273,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property files in deviceAppManagement /// + /// 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 @@ -276,7 +284,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContentFile body, A public RequestInformation ToPatchRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs index ac7c1b1b31..97f655c081 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs @@ -21,6 +21,7 @@ public class RenewUploadRequestBuilder : BaseCliRequestBuilder { /// /// Renews the SAS URI for an application file upload. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Renews the SAS URI for an application file upload."; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RenewUploadRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", pathParameters) { } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", rawUrl) { @@ -71,6 +72,7 @@ public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// Renews the SAS URI for an application file upload. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs index 4a0e6d8736..4f8893ab84 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildContainedAppsNavCommand() { var command = new Command("contained-apps"); command.Description = "Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity."; @@ -49,6 +50,7 @@ public Command BuildContainedAppsNavCommand() { /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property contentVersions for deviceAppManagement"; @@ -88,6 +90,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildFilesNavCommand() { var command = new Command("files"); command.Description = "Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity."; @@ -113,6 +116,7 @@ public Command BuildFilesNavCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of content versions for this app."; @@ -169,6 +173,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property contentVersions in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property contentVersions in deviceAppManagement"; @@ -222,13 +227,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", rawUrl) { @@ -236,6 +241,7 @@ public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of content versions for this app. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property contentVersions in deviceAppManagement /// + /// 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 @@ -278,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContent body, Actio public RequestInformation ToPatchRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/GraphWin32LobAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/GraphWin32LobAppRequestBuilder.cs index 8d87d6f319..19f7cbf492 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/GraphWin32LobAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/GraphWin32LobAppRequestBuilder.cs @@ -25,6 +25,7 @@ public class GraphWin32LobAppRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity."; @@ -50,6 +51,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.mobileApp entity."; @@ -74,6 +76,7 @@ public Command BuildCategoriesNavCommand() { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. /// + /// A public Command BuildContentVersionsNavCommand() { var command = new Command("content-versions"); command.Description = "Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity."; @@ -99,6 +102,7 @@ public Command BuildContentVersionsNavCommand() { /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.win32LobApp /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.mobileApp as microsoft.graph.win32LobApp"; @@ -147,13 +151,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphWin32LobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphWin32LobAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphWin32LobAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphWin32LobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.win32LobApp{?%24expand,%24select}", rawUrl) { @@ -161,6 +165,7 @@ public GraphWin32LobAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAp /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.win32LobApp /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/AssignmentsRequestBuilder.cs index 92d2bc4509..eade10ce4d 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppAssignmentItemRequestBuilder(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 mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileAppAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileAppAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// List properties and relationships of the mobileAppAssignment objects. /// + /// 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 mobileAppAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(MobileAppAssignment body, Act public RequestInformation ToPostRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/Count/CountRequestBuilder.cs index b1101cafef..debefdae15 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/assignments/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs index 28ccaa2c6b..92d1aae3b0 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileAppAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a mobileAppAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileAppAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes a mobileAppAssignment. /// + /// 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileAppAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileAppAssignment 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(MobileAppAssignment body, Ac public RequestInformation ToPatchRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/CategoriesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/CategoriesRequestBuilder.cs index 0ba07f3ad8..394802a0b8 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/CategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppCategoryItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The list of categories for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of categories for this app."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/Count/CountRequestBuilder.cs index 0baa86bbfb..26d54ed794 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/categories/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/categories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/Item/MobileAppCategoryItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/Item/MobileAppCategoryItemRequestBuilder.cs index 8a99fab6ee..17f33d1369 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/Item/MobileAppCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Categories/Item/MobileAppCategoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileAppCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// The list of categories for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of categories for this app."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/ContentVersionsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/ContentVersionsRequestBuilder.cs index 30731e4acb..0064363b60 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/ContentVersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContentVersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to contentVersions for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to contentVersions for deviceAppManagement"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of content versions for this app."; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentVersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceApp /// /// The list of content versions for this app. /// + /// 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 contentVersions for deviceAppManagement /// + /// 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(MobileAppContent body, Action public RequestInformation ToPostRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Count/CountRequestBuilder.cs index 5b7105470e..01bddc1ec1 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index 4e300b4a7b..45e98f4ade 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContainedAppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileContainedAppItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to containedApps for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to containedApps for deviceAppManagement"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContainedAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMa /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to containedApps for deviceAppManagement /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(MobileContainedApp body, Acti public RequestInformation ToPostRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/containedApps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index b45ad209c5..6714c1386f 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/containedApps/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/containedApps/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs index 86140b2164..187e527a84 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileContainedAppItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property containedApps for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property containedApps for deviceAppManagement"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property containedApps in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property containedApps in deviceAppManagement"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileContainedAppItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Delete navigation property containedApps for deviceAppManagement /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property containedApps in deviceAppManagement /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(MobileContainedApp body, Act public RequestInformation ToPatchRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index c7a0f7f572..04fa8bda81 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/files/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/files/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/FilesRequestBuilder.cs index d6a000345b..3110042169 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -24,6 +24,7 @@ public class FilesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to files for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to files for deviceAppManagement"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of files for this app content version."; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// The list of files for this app content version. /// + /// 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,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to files for deviceAppManagement /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(MobileAppContentFile body, Ac public RequestInformation ToPostRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/files", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs index 1d904969d7..971e2cb784 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs @@ -18,7 +18,7 @@ public class CommitPostRequestBody : IAdditionalDataHolder, IParsable { public ApiSdk.Models.FileEncryptionInfo FileEncryptionInfo { get; set; } #endif /// - /// Instantiates a new commitPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CommitPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CommitPostRequestBody() { /// /// 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 CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fileEncryptionInfo", n => { FileEncryptionInfo = n.GetObjectValue(ApiSdk.Models.FileEncryptionInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs index 8eb6ad94f2..18e5dafdf9 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs @@ -21,6 +21,7 @@ public class CommitRequestBuilder : BaseCliRequestBuilder { /// /// Commits a file of a given app. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Commits a file of a given app."; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CommitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", pathParameters) { } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", rawUrl) { @@ -84,6 +85,7 @@ public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagemen /// /// Commits a file of a given app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs index 06d6c1fed9..43bce9ff96 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentFileItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the commit method. /// + /// A public Command BuildCommitNavCommand() { var command = new Command("commit"); command.Description = "Provides operations to call the commit method."; @@ -39,6 +40,7 @@ public Command BuildCommitNavCommand() { /// /// Delete navigation property files for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property files for deviceAppManagement"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of files for this app content version."; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property files in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property files in deviceAppManagement"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the renewUpload method. /// + /// A public Command BuildRenewUploadNavCommand() { var command = new Command("renew-upload"); command.Description = "Provides operations to call the renewUpload method."; @@ -220,13 +225,13 @@ public Command BuildRenewUploadNavCommand() { return command; } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentFileItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", rawUrl) { @@ -234,6 +239,7 @@ public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property files for deviceAppManagement /// + /// 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,7 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +256,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of files for this app content version. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +273,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property files in deviceAppManagement /// + /// 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 @@ -276,7 +284,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContentFile body, A public RequestInformation ToPatchRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs index 2fa344b615..94db8d4731 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs @@ -21,6 +21,7 @@ public class RenewUploadRequestBuilder : BaseCliRequestBuilder { /// /// Renews the SAS URI for an application file upload. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Renews the SAS URI for an application file upload."; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RenewUploadRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", pathParameters) { } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", rawUrl) { @@ -71,6 +72,7 @@ public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// Renews the SAS URI for an application file upload. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs index 79b4a8c9aa..30c5ff0edb 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildContainedAppsNavCommand() { var command = new Command("contained-apps"); command.Description = "Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity."; @@ -49,6 +50,7 @@ public Command BuildContainedAppsNavCommand() { /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property contentVersions for deviceAppManagement"; @@ -88,6 +90,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildFilesNavCommand() { var command = new Command("files"); command.Description = "Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity."; @@ -113,6 +116,7 @@ public Command BuildFilesNavCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of content versions for this app."; @@ -169,6 +173,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property contentVersions in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property contentVersions in deviceAppManagement"; @@ -222,13 +227,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", rawUrl) { @@ -236,6 +241,7 @@ public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of content versions for this app. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property contentVersions in deviceAppManagement /// + /// 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 @@ -278,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContent body, Actio public RequestInformation ToPatchRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/GraphWindowsAppXRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/GraphWindowsAppXRequestBuilder.cs index b0db624ca9..d96452363a 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/GraphWindowsAppXRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/GraphWindowsAppXRequestBuilder.cs @@ -25,6 +25,7 @@ public class GraphWindowsAppXRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity."; @@ -50,6 +51,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.mobileApp entity."; @@ -74,6 +76,7 @@ public Command BuildCategoriesNavCommand() { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. /// + /// A public Command BuildContentVersionsNavCommand() { var command = new Command("content-versions"); command.Description = "Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity."; @@ -99,6 +102,7 @@ public Command BuildContentVersionsNavCommand() { /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsAppX /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsAppX"; @@ -147,13 +151,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphWindowsAppXRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphWindowsAppXRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphWindowsAppXRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphWindowsAppXRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsAppX{?%24expand,%24select}", rawUrl) { @@ -161,6 +165,7 @@ public GraphWindowsAppXRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAp /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsAppX /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/AssignmentsRequestBuilder.cs index c5d94a2c70..50931e5452 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppAssignmentItemRequestBuilder(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 mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileAppAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileAppAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// List properties and relationships of the mobileAppAssignment objects. /// + /// 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 mobileAppAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(MobileAppAssignment body, Act public RequestInformation ToPostRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/Count/CountRequestBuilder.cs index b42b852317..9d6756bd76 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/assignments/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs index c52ed79a8b..fca93e24e5 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileAppAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a mobileAppAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileAppAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes a mobileAppAssignment. /// + /// 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileAppAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileAppAssignment 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(MobileAppAssignment body, Ac public RequestInformation ToPatchRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/CategoriesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/CategoriesRequestBuilder.cs index f3b1bbe46e..7ec79b4ef7 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/CategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppCategoryItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The list of categories for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of categories for this app."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/Count/CountRequestBuilder.cs index 121fb9d4d9..f33d38f37b 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/categories/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/categories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/Item/MobileAppCategoryItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/Item/MobileAppCategoryItemRequestBuilder.cs index 31a469cf90..148d3d6157 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/Item/MobileAppCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Categories/Item/MobileAppCategoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileAppCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// The list of categories for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of categories for this app."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/ContentVersionsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/ContentVersionsRequestBuilder.cs index ad6afbe317..56fa4af363 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/ContentVersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContentVersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to contentVersions for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to contentVersions for deviceAppManagement"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of content versions for this app."; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentVersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceApp /// /// The list of content versions for this app. /// + /// 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 contentVersions for deviceAppManagement /// + /// 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(MobileAppContent body, Action public RequestInformation ToPostRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Count/CountRequestBuilder.cs index 1c29d08a70..37b1a1b1ad 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index 5c6d3f3ced..fe1e777499 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContainedAppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileContainedAppItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to containedApps for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to containedApps for deviceAppManagement"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContainedAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMa /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to containedApps for deviceAppManagement /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(MobileContainedApp body, Acti public RequestInformation ToPostRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/containedApps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index 637313aa88..f92cd015ff 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/containedApps/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/containedApps/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs index 5fd9061dfa..b1127fc107 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileContainedAppItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property containedApps for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property containedApps for deviceAppManagement"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property containedApps in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property containedApps in deviceAppManagement"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileContainedAppItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Delete navigation property containedApps for deviceAppManagement /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property containedApps in deviceAppManagement /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(MobileContainedApp body, Act public RequestInformation ToPatchRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index 7857086178..571ede5583 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/files/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/files/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/FilesRequestBuilder.cs index e5c43ca19d..598a64685e 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -24,6 +24,7 @@ public class FilesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to files for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to files for deviceAppManagement"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of files for this app content version."; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// The list of files for this app content version. /// + /// 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,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to files for deviceAppManagement /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(MobileAppContentFile body, Ac public RequestInformation ToPostRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/files", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs index f0e1ab0c32..f3ef1667a0 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs @@ -18,7 +18,7 @@ public class CommitPostRequestBody : IAdditionalDataHolder, IParsable { public ApiSdk.Models.FileEncryptionInfo FileEncryptionInfo { get; set; } #endif /// - /// Instantiates a new commitPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CommitPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CommitPostRequestBody() { /// /// 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 CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fileEncryptionInfo", n => { FileEncryptionInfo = n.GetObjectValue(ApiSdk.Models.FileEncryptionInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs index 4ea3024788..1b8eaca667 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs @@ -21,6 +21,7 @@ public class CommitRequestBuilder : BaseCliRequestBuilder { /// /// Commits a file of a given app. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Commits a file of a given app."; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CommitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", pathParameters) { } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", rawUrl) { @@ -84,6 +85,7 @@ public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagemen /// /// Commits a file of a given app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs index 4c94e800d8..bce6f6b9d4 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentFileItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the commit method. /// + /// A public Command BuildCommitNavCommand() { var command = new Command("commit"); command.Description = "Provides operations to call the commit method."; @@ -39,6 +40,7 @@ public Command BuildCommitNavCommand() { /// /// Delete navigation property files for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property files for deviceAppManagement"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of files for this app content version."; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property files in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property files in deviceAppManagement"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the renewUpload method. /// + /// A public Command BuildRenewUploadNavCommand() { var command = new Command("renew-upload"); command.Description = "Provides operations to call the renewUpload method."; @@ -220,13 +225,13 @@ public Command BuildRenewUploadNavCommand() { return command; } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentFileItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", rawUrl) { @@ -234,6 +239,7 @@ public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property files for deviceAppManagement /// + /// 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,7 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +256,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of files for this app content version. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +273,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property files in deviceAppManagement /// + /// 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 @@ -276,7 +284,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContentFile body, A public RequestInformation ToPatchRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs index f40a7569ad..a521068bb1 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs @@ -21,6 +21,7 @@ public class RenewUploadRequestBuilder : BaseCliRequestBuilder { /// /// Renews the SAS URI for an application file upload. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Renews the SAS URI for an application file upload."; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RenewUploadRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", pathParameters) { } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", rawUrl) { @@ -71,6 +72,7 @@ public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// Renews the SAS URI for an application file upload. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs index 8d3bb61c65..dc7e9d83d8 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildContainedAppsNavCommand() { var command = new Command("contained-apps"); command.Description = "Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity."; @@ -49,6 +50,7 @@ public Command BuildContainedAppsNavCommand() { /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property contentVersions for deviceAppManagement"; @@ -88,6 +90,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildFilesNavCommand() { var command = new Command("files"); command.Description = "Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity."; @@ -113,6 +116,7 @@ public Command BuildFilesNavCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of content versions for this app."; @@ -169,6 +173,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property contentVersions in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property contentVersions in deviceAppManagement"; @@ -222,13 +227,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", rawUrl) { @@ -236,6 +241,7 @@ public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of content versions for this app. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property contentVersions in deviceAppManagement /// + /// 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 @@ -278,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContent body, Actio public RequestInformation ToPatchRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/GraphWindowsMobileMSIRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/GraphWindowsMobileMSIRequestBuilder.cs index edc7779eff..4fef5b6669 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/GraphWindowsMobileMSIRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/GraphWindowsMobileMSIRequestBuilder.cs @@ -25,6 +25,7 @@ public class GraphWindowsMobileMSIRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity."; @@ -50,6 +51,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.mobileApp entity."; @@ -74,6 +76,7 @@ public Command BuildCategoriesNavCommand() { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. /// + /// A public Command BuildContentVersionsNavCommand() { var command = new Command("content-versions"); command.Description = "Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity."; @@ -99,6 +102,7 @@ public Command BuildContentVersionsNavCommand() { /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsMobileMSI /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsMobileMSI"; @@ -147,13 +151,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphWindowsMobileMSIRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphWindowsMobileMSIRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphWindowsMobileMSIRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphWindowsMobileMSIRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsMobileMSI{?%24expand,%24select}", rawUrl) { @@ -161,6 +165,7 @@ public GraphWindowsMobileMSIRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsMobileMSI /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/AssignmentsRequestBuilder.cs index f94bb74fbe..8599796b31 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppAssignmentItemRequestBuilder(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 mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileAppAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileAppAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// List properties and relationships of the mobileAppAssignment objects. /// + /// 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 mobileAppAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(MobileAppAssignment body, Act public RequestInformation ToPostRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/Count/CountRequestBuilder.cs index 51b724f383..e9b1a7a96d 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/assignments/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs index 5e71d343c6..19bbe740c0 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileAppAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a mobileAppAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileAppAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes a mobileAppAssignment. /// + /// 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileAppAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileAppAssignment 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(MobileAppAssignment body, Ac public RequestInformation ToPatchRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/CategoriesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/CategoriesRequestBuilder.cs index 60129b0574..fbaeb6b08e 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/CategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppCategoryItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The list of categories for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of categories for this app."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/Count/CountRequestBuilder.cs index 998d02c9c3..b65817cb45 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/categories/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/categories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/Item/MobileAppCategoryItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/Item/MobileAppCategoryItemRequestBuilder.cs index 795937c3b1..25e9fac687 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/Item/MobileAppCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Categories/Item/MobileAppCategoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileAppCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// The list of categories for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of categories for this app."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/CommittedContainedAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/CommittedContainedAppsRequestBuilder.cs index bd254e5b96..31c2d7c0f5 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/CommittedContainedAppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/CommittedContainedAppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class CommittedContainedAppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the committedContainedApps property of the microsoft.graph.windowsUniversalAppX entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileContainedAppItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to committedContainedApps for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to committedContainedApps for deviceAppManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// The collection of contained apps in the committed mobileAppContent of a windowsUniversalAppX app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of contained apps in the committed mobileAppContent of a windowsUniversalAppX app."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CommittedContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CommittedContainedAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/committedContainedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CommittedContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CommittedContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/committedContainedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public CommittedContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// The collection of contained apps in the committed mobileAppContent of a windowsUniversalAppX app. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to committedContainedApps for deviceAppManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(MobileContainedApp body, Acti public RequestInformation ToPostRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/committedContainedApps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/Count/CountRequestBuilder.cs index ee36eb56de..8e49ca471d 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/committedContainedApps/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/committedContainedApps/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/Item/MobileContainedAppItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/Item/MobileContainedAppItemRequestBuilder.cs index f0637b9deb..a425dfd7d2 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/Item/MobileContainedAppItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/CommittedContainedApps/Item/MobileContainedAppItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileContainedAppItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property committedContainedApps for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property committedContainedApps for deviceAppManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// The collection of contained apps in the committed mobileAppContent of a windowsUniversalAppX app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of contained apps in the committed mobileAppContent of a windowsUniversalAppX app."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property committedContainedApps in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property committedContainedApps in deviceAppManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileContainedAppItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/committedContainedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/committedContainedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Delete navigation property committedContainedApps for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/committedContainedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of contained apps in the committed mobileAppContent of a windowsUniversalAppX app. /// + /// 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 /// Update the navigation property committedContainedApps in deviceAppManagement /// + /// 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 ToPatchRequestInformation(MobileContainedApp body, Act public RequestInformation ToPatchRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/committedContainedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/ContentVersionsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/ContentVersionsRequestBuilder.cs index a8aee8557f..8b13a3d802 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/ContentVersionsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/ContentVersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContentVersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to contentVersions for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to contentVersions for deviceAppManagement"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of content versions for this app."; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentVersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public ContentVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceApp /// /// The list of content versions for this app. /// + /// 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 contentVersions for deviceAppManagement /// + /// 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(MobileAppContent body, Action public RequestInformation ToPostRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Count/CountRequestBuilder.cs index ce52a899d4..58f48f9bba 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs index 2c3f001a15..c1264461c3 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/ContainedAppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContainedAppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileContainedAppItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to containedApps for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to containedApps for deviceAppManagement"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContainedAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContainedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/containedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public ContainedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMa /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to containedApps for deviceAppManagement /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(MobileContainedApp body, Acti public RequestInformation ToPostRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/containedApps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs index 816d8cefbc..eaed883f29 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/containedApps/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/containedApps/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs index 44ec08d3ed..8297e5c2ef 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/ContainedApps/Item/MobileContainedAppItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileContainedAppItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property containedApps for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property containedApps for deviceAppManagement"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of contained apps in a MobileLobApp acting as a package."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property containedApps in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property containedApps in deviceAppManagement"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileContainedAppItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileContainedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public MobileContainedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Delete navigation property containedApps for deviceAppManagement /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of contained apps in a MobileLobApp acting as a package. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property containedApps in deviceAppManagement /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(MobileContainedApp body, Act public RequestInformation ToPatchRequestInformation(MobileContainedApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/containedApps/{mobileContainedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Count/CountRequestBuilder.cs index 55702547a0..5ffd16bb49 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/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"; @@ -65,13 +66,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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/files/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/files/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/FilesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/FilesRequestBuilder.cs index 682550c861..2c014925e1 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/FilesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/FilesRequestBuilder.cs @@ -24,6 +24,7 @@ public class FilesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to files for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to files for deviceAppManagement"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of files for this app content version."; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// The list of files for this app content version. /// + /// 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,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to files for deviceAppManagement /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(MobileAppContentFile body, Ac public RequestInformation ToPostRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/files", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs index fd21963578..0d3f118dd9 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/Commit/CommitPostRequestBody.cs @@ -18,7 +18,7 @@ public class CommitPostRequestBody : IAdditionalDataHolder, IParsable { public ApiSdk.Models.FileEncryptionInfo FileEncryptionInfo { get; set; } #endif /// - /// Instantiates a new commitPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CommitPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CommitPostRequestBody() { /// /// 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 CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CommitPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fileEncryptionInfo", n => { FileEncryptionInfo = n.GetObjectValue(ApiSdk.Models.FileEncryptionInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs index d69093956e..d186b879ef 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/Commit/CommitRequestBuilder.cs @@ -21,6 +21,7 @@ public class CommitRequestBuilder : BaseCliRequestBuilder { /// /// Commits a file of a given app. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Commits a file of a given app."; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CommitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", pathParameters) { } /// - /// Instantiates a new CommitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/commit", rawUrl) { @@ -84,6 +85,7 @@ public CommitRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagemen /// /// Commits a file of a given app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs index debd77ef4b..aa73017d63 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/MobileAppContentFileItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentFileItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the commit method. /// + /// A public Command BuildCommitNavCommand() { var command = new Command("commit"); command.Description = "Provides operations to call the commit method."; @@ -39,6 +40,7 @@ public Command BuildCommitNavCommand() { /// /// Delete navigation property files for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property files for deviceAppManagement"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// The list of files for this app content version. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of files for this app content version."; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property files in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property files in deviceAppManagement"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the renewUpload method. /// + /// A public Command BuildRenewUploadNavCommand() { var command = new Command("renew-upload"); command.Description = "Provides operations to call the renewUpload method."; @@ -220,13 +225,13 @@ public Command BuildRenewUploadNavCommand() { return command; } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentFileItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}{?%24expand,%24select}", rawUrl) { @@ -234,6 +239,7 @@ public MobileAppContentFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property files for deviceAppManagement /// + /// 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,7 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +256,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of files for this app content version. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +273,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property files in deviceAppManagement /// + /// 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 @@ -276,7 +284,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContentFile body, A public RequestInformation ToPatchRequestInformation(MobileAppContentFile 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs index 28e0621015..aadcdcc199 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/Files/Item/RenewUpload/RenewUploadRequestBuilder.cs @@ -21,6 +21,7 @@ public class RenewUploadRequestBuilder : BaseCliRequestBuilder { /// /// Renews the SAS URI for an application file upload. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Renews the SAS URI for an application file upload."; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RenewUploadRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", pathParameters) { } /// - /// Instantiates a new RenewUploadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}/files/{mobileAppContentFile%2Did}/renewUpload", rawUrl) { @@ -71,6 +72,7 @@ public RenewUploadRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// Renews the SAS URI for an application file upload. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs index de1713da24..0142e3ae32 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/ContentVersions/Item/MobileAppContentItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppContentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildContainedAppsNavCommand() { var command = new Command("contained-apps"); command.Description = "Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity."; @@ -49,6 +50,7 @@ public Command BuildContainedAppsNavCommand() { /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property contentVersions for deviceAppManagement"; @@ -88,6 +90,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. /// + /// A public Command BuildFilesNavCommand() { var command = new Command("files"); command.Description = "Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity."; @@ -113,6 +116,7 @@ public Command BuildFilesNavCommand() { /// /// The list of content versions for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of content versions for this app."; @@ -169,6 +173,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property contentVersions in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property contentVersions in deviceAppManagement"; @@ -222,13 +227,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppContentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}{?%24expand,%24select}", rawUrl) { @@ -236,6 +241,7 @@ public MobileAppContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property contentVersions for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of content versions for this app. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property contentVersions in deviceAppManagement /// + /// 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 @@ -278,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppContent body, Actio public RequestInformation ToPatchRequestInformation(MobileAppContent 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/GraphWindowsUniversalAppXRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/GraphWindowsUniversalAppXRequestBuilder.cs index 553bf138c5..0ec72ae177 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/GraphWindowsUniversalAppXRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/GraphWindowsUniversalAppXRequestBuilder.cs @@ -26,6 +26,7 @@ public class GraphWindowsUniversalAppXRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity."; @@ -51,6 +52,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.mobileApp entity."; @@ -75,6 +77,7 @@ public Command BuildCategoriesNavCommand() { /// /// Provides operations to manage the committedContainedApps property of the microsoft.graph.windowsUniversalAppX entity. /// + /// A public Command BuildCommittedContainedAppsNavCommand() { var command = new Command("committed-contained-apps"); command.Description = "Provides operations to manage the committedContainedApps property of the microsoft.graph.windowsUniversalAppX entity."; @@ -100,6 +103,7 @@ public Command BuildCommittedContainedAppsNavCommand() { /// /// Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. /// + /// A public Command BuildContentVersionsNavCommand() { var command = new Command("content-versions"); command.Description = "Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity."; @@ -125,6 +129,7 @@ public Command BuildContentVersionsNavCommand() { /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsUniversalAppX /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsUniversalAppX"; @@ -173,13 +178,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphWindowsUniversalAppXRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphWindowsUniversalAppXRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphWindowsUniversalAppXRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphWindowsUniversalAppXRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsUniversalAppX{?%24expand,%24select}", rawUrl) { @@ -187,6 +192,7 @@ public GraphWindowsUniversalAppXRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsUniversalAppX /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/AssignmentsRequestBuilder.cs index 5e313aa954..2f5762048c 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppAssignmentItemRequestBuilder(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 mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileAppAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileAppAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// List properties and relationships of the mobileAppAssignment objects. /// + /// 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 mobileAppAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(MobileAppAssignment body, Act public RequestInformation ToPostRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/Count/CountRequestBuilder.cs index 42d6d7eb74..d73d59533c 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp/assignments/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs index 6888cd7225..f8f6faf0d0 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Assignments/Item/MobileAppAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileAppAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a mobileAppAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileAppAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileAppAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileAppAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp/assignments/{mobileAppAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public MobileAppAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes a mobileAppAssignment. /// + /// 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileAppAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileAppAssignment 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(MobileAppAssignment body, Ac public RequestInformation ToPatchRequestInformation(MobileAppAssignment 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp/assignments/{mobileAppAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/CategoriesRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/CategoriesRequestBuilder.cs index 3335709a83..c6cb6e6502 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/CategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileAppCategoryItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The list of categories for this app. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of categories for this app."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/Count/CountRequestBuilder.cs index d97a4909a6..f1b8e4eafb 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp/categories/$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}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp/categories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs index b31b41b416..e1c286cc5d 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Categories/Item/MobileAppCategoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class MobileAppCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// The list of categories for this app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of categories for this app."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp/categories/{mobileAppCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public MobileAppCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// The list of categories for this app. /// + /// 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/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/GraphWindowsWebAppRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/GraphWindowsWebAppRequestBuilder.cs index 73d8ace1d5..154ab840c3 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/GraphWindowsWebAppRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/GraphWindowsWebAppRequestBuilder.cs @@ -24,6 +24,7 @@ public class GraphWindowsWebAppRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity."; @@ -49,6 +50,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.mobileApp entity."; @@ -73,6 +75,7 @@ public Command BuildCategoriesNavCommand() { /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsWebApp /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsWebApp"; @@ -121,13 +124,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphWindowsWebAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphWindowsWebAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphWindowsWebAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphWindowsWebAppRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}/graph.windowsWebApp{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public GraphWindowsWebAppRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsWebApp /// + /// 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/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs index b05774378a..684ee92674 100644 --- a/src/generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/Item/MobileAppItemRequestBuilder.cs @@ -41,6 +41,7 @@ public class MobileAppItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity."; @@ -66,6 +67,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to call the assign method. /// + /// A public Command BuildAssignNavCommand() { var command = new Command("assign"); command.Description = "Provides operations to call the assign method."; @@ -81,6 +83,7 @@ public Command BuildAssignNavCommand() { /// /// Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.mobileApp entity."; @@ -103,12 +106,13 @@ public Command BuildCategoriesNavCommand() { return command; } /// - /// Deletes a microsoftStoreForBusinessApp. - /// Find more info here + /// Deletes a iosLobApp. + /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); - command.Description = "Deletes a microsoftStoreForBusinessApp.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-microsoftstoreforbusinessapp-delete?view=graph-rest-1.0"; + command.Description = "Deletes a iosLobApp.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-ioslobapp-delete?view=graph-rest-1.0"; var mobileAppIdOption = new Option("--mobile-app-id", description: "The unique identifier of mobileApp") { }; mobileAppIdOption.IsRequired = true; @@ -137,12 +141,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Read properties and relationships of the windowsUniversalAppX object. - /// Find more info here + /// Read properties and relationships of the windowsMobileMSI object. + /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); - command.Description = "Read properties and relationships of the windowsUniversalAppX object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-get?view=graph-rest-1.0"; + command.Description = "Read properties and relationships of the windowsMobileMSI object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-windowsmobilemsi-get?view=graph-rest-1.0"; var mobileAppIdOption = new Option("--mobile-app-id", description: "The unique identifier of mobileApp") { }; mobileAppIdOption.IsRequired = true; @@ -190,6 +195,7 @@ public Command BuildGetCommand() { /// /// Casts the previous resource to androidLobApp. /// + /// A public Command BuildGraphAndroidLobAppByIdNavCommand() { var command = new Command("graph-android-lob-app-by-id"); command.Description = "Casts the previous resource to androidLobApp."; @@ -213,6 +219,7 @@ public Command BuildGraphAndroidLobAppByIdNavCommand() { /// /// Casts the previous resource to androidStoreApp. /// + /// A public Command BuildGraphAndroidStoreAppByIdNavCommand() { var command = new Command("graph-android-store-app-by-id"); command.Description = "Casts the previous resource to androidStoreApp."; @@ -235,6 +242,7 @@ public Command BuildGraphAndroidStoreAppByIdNavCommand() { /// /// Casts the previous resource to iosLobApp. /// + /// A public Command BuildGraphIosLobAppByIdNavCommand() { var command = new Command("graph-ios-lob-app-by-id"); command.Description = "Casts the previous resource to iosLobApp."; @@ -258,6 +266,7 @@ public Command BuildGraphIosLobAppByIdNavCommand() { /// /// Casts the previous resource to iosStoreApp. /// + /// A public Command BuildGraphIosStoreAppByIdNavCommand() { var command = new Command("graph-ios-store-app-by-id"); command.Description = "Casts the previous resource to iosStoreApp."; @@ -280,6 +289,7 @@ public Command BuildGraphIosStoreAppByIdNavCommand() { /// /// Casts the previous resource to iosVppApp. /// + /// A public Command BuildGraphIosVppAppByIdNavCommand() { var command = new Command("graph-ios-vpp-app-by-id"); command.Description = "Casts the previous resource to iosVppApp."; @@ -302,6 +312,7 @@ public Command BuildGraphIosVppAppByIdNavCommand() { /// /// Casts the previous resource to macOSDmgApp. /// + /// A public Command BuildGraphMacOSDmgAppByIdNavCommand() { var command = new Command("graph-mac-o-s-dmg-app-by-id"); command.Description = "Casts the previous resource to macOSDmgApp."; @@ -325,6 +336,7 @@ public Command BuildGraphMacOSDmgAppByIdNavCommand() { /// /// Casts the previous resource to macOSLobApp. /// + /// A public Command BuildGraphMacOSLobAppByIdNavCommand() { var command = new Command("graph-mac-o-s-lob-app-by-id"); command.Description = "Casts the previous resource to macOSLobApp."; @@ -348,6 +360,7 @@ public Command BuildGraphMacOSLobAppByIdNavCommand() { /// /// Casts the previous resource to managedAndroidLobApp. /// + /// A public Command BuildGraphManagedAndroidLobAppByIdNavCommand() { var command = new Command("graph-managed-android-lob-app-by-id"); command.Description = "Casts the previous resource to managedAndroidLobApp."; @@ -371,6 +384,7 @@ public Command BuildGraphManagedAndroidLobAppByIdNavCommand() { /// /// Casts the previous resource to managedIOSLobApp. /// + /// A public Command BuildGraphManagedIOSLobAppByIdNavCommand() { var command = new Command("graph-managed-i-o-s-lob-app-by-id"); command.Description = "Casts the previous resource to managedIOSLobApp."; @@ -394,6 +408,7 @@ public Command BuildGraphManagedIOSLobAppByIdNavCommand() { /// /// Casts the previous resource to managedMobileLobApp. /// + /// A public Command BuildGraphManagedMobileLobAppByIdNavCommand() { var command = new Command("graph-managed-mobile-lob-app-by-id"); command.Description = "Casts the previous resource to managedMobileLobApp."; @@ -417,6 +432,7 @@ public Command BuildGraphManagedMobileLobAppByIdNavCommand() { /// /// Casts the previous resource to microsoftStoreForBusinessApp. /// + /// A public Command BuildGraphMicrosoftStoreForBusinessAppByIdNavCommand() { var command = new Command("graph-microsoft-store-for-business-app-by-id"); command.Description = "Casts the previous resource to microsoftStoreForBusinessApp."; @@ -439,6 +455,7 @@ public Command BuildGraphMicrosoftStoreForBusinessAppByIdNavCommand() { /// /// Casts the previous resource to win32LobApp. /// + /// A public Command BuildGraphWin32LobAppByIdNavCommand() { var command = new Command("graph-win32-lob-app-by-id"); command.Description = "Casts the previous resource to win32LobApp."; @@ -462,6 +479,7 @@ public Command BuildGraphWin32LobAppByIdNavCommand() { /// /// Casts the previous resource to windowsAppX. /// + /// A public Command BuildGraphWindowsAppXByIdNavCommand() { var command = new Command("graph-windows-app-x-by-id"); command.Description = "Casts the previous resource to windowsAppX."; @@ -485,6 +503,7 @@ public Command BuildGraphWindowsAppXByIdNavCommand() { /// /// Casts the previous resource to windowsMobileMSI. /// + /// A public Command BuildGraphWindowsMobileMSIByIdNavCommand() { var command = new Command("graph-windows-mobile-m-s-i-by-id"); command.Description = "Casts the previous resource to windowsMobileMSI."; @@ -508,6 +527,7 @@ public Command BuildGraphWindowsMobileMSIByIdNavCommand() { /// /// Casts the previous resource to windowsUniversalAppX. /// + /// A public Command BuildGraphWindowsUniversalAppXByIdNavCommand() { var command = new Command("graph-windows-universal-app-x-by-id"); command.Description = "Casts the previous resource to windowsUniversalAppX."; @@ -532,6 +552,7 @@ public Command BuildGraphWindowsUniversalAppXByIdNavCommand() { /// /// Casts the previous resource to windowsWebApp. /// + /// A public Command BuildGraphWindowsWebAppByIdNavCommand() { var command = new Command("graph-windows-web-app-by-id"); command.Description = "Casts the previous resource to windowsWebApp."; @@ -552,12 +573,13 @@ public Command BuildGraphWindowsWebAppByIdNavCommand() { return command; } /// - /// Update the properties of a androidLobApp object. - /// Find more info here + /// Update the properties of a macOSLobApp object. + /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); - command.Description = "Update the properties of a androidLobApp object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-androidlobapp-update?view=graph-rest-1.0"; + command.Description = "Update the properties of a macOSLobApp object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-macoslobapp-update?view=graph-rest-1.0"; var mobileAppIdOption = new Option("--mobile-app-id", description: "The unique identifier of mobileApp") { }; mobileAppIdOption.IsRequired = true; @@ -602,20 +624,21 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}{?%24expand,%24select}", rawUrl) { } /// - /// Deletes a microsoftStoreForBusinessApp. + /// Deletes a iosLobApp. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -624,14 +647,15 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/mobileApps/{mobileApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Read properties and relationships of the windowsUniversalAppX object. + /// Read properties and relationships of the windowsMobileMSI 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 @@ -646,8 +670,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a androidLobApp object. + /// Update the properties of a macOSLobApp 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 @@ -658,13 +683,13 @@ public RequestInformation ToPatchRequestInformation(MobileApp 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}/deviceAppManagement/mobileApps/{mobileApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Read properties and relationships of the windowsUniversalAppX object. + /// Read properties and relationships of the windowsMobileMSI object. /// public class MobileAppItemRequestBuilderGetQueryParameters { /// Expand related entities diff --git a/src/generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs index 2ede9acb2b..1775c398b3 100644 --- a/src/generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/MobileApps/MobileAppsRequestBuilder.cs @@ -40,6 +40,7 @@ public class MobileAppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the mobileApps property of the microsoft.graph.deviceAppManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -71,6 +72,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."; @@ -84,12 +86,13 @@ public Command BuildCountNavCommand() { return command; } /// - /// Create a new windowsWebApp object. - /// Find more info here + /// Create a new windowsAppX object. + /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); - command.Description = "Create a new windowsWebApp object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-windowswebapp-create?view=graph-rest-1.0"; + command.Description = "Create a new windowsAppX object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-windowsappx-create?view=graph-rest-1.0"; var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -130,6 +133,7 @@ public Command BuildCreateCommand() { /// /// Casts the previous resource to androidLobApp. /// + /// A public Command BuildGraphAndroidLobAppNavCommand() { var command = new Command("graph-android-lob-app"); command.Description = "Casts the previous resource to androidLobApp."; @@ -151,6 +155,7 @@ public Command BuildGraphAndroidLobAppNavCommand() { /// /// Casts the previous resource to androidStoreApp. /// + /// A public Command BuildGraphAndroidStoreAppNavCommand() { var command = new Command("graph-android-store-app"); command.Description = "Casts the previous resource to androidStoreApp."; @@ -172,6 +177,7 @@ public Command BuildGraphAndroidStoreAppNavCommand() { /// /// Casts the previous resource to iosLobApp. /// + /// A public Command BuildGraphIosLobAppNavCommand() { var command = new Command("graph-ios-lob-app"); command.Description = "Casts the previous resource to iosLobApp."; @@ -193,6 +199,7 @@ public Command BuildGraphIosLobAppNavCommand() { /// /// Casts the previous resource to iosStoreApp. /// + /// A public Command BuildGraphIosStoreAppNavCommand() { var command = new Command("graph-ios-store-app"); command.Description = "Casts the previous resource to iosStoreApp."; @@ -214,6 +221,7 @@ public Command BuildGraphIosStoreAppNavCommand() { /// /// Casts the previous resource to iosVppApp. /// + /// A public Command BuildGraphIosVppAppNavCommand() { var command = new Command("graph-ios-vpp-app"); command.Description = "Casts the previous resource to iosVppApp."; @@ -235,6 +243,7 @@ public Command BuildGraphIosVppAppNavCommand() { /// /// Casts the previous resource to macOSDmgApp. /// + /// A public Command BuildGraphMacOSDmgAppNavCommand() { var command = new Command("graph-mac-o-s-dmg-app"); command.Description = "Casts the previous resource to macOSDmgApp."; @@ -256,6 +265,7 @@ public Command BuildGraphMacOSDmgAppNavCommand() { /// /// Casts the previous resource to macOSLobApp. /// + /// A public Command BuildGraphMacOSLobAppNavCommand() { var command = new Command("graph-mac-o-s-lob-app"); command.Description = "Casts the previous resource to macOSLobApp."; @@ -277,6 +287,7 @@ public Command BuildGraphMacOSLobAppNavCommand() { /// /// Casts the previous resource to managedAndroidLobApp. /// + /// A public Command BuildGraphManagedAndroidLobAppNavCommand() { var command = new Command("graph-managed-android-lob-app"); command.Description = "Casts the previous resource to managedAndroidLobApp."; @@ -298,6 +309,7 @@ public Command BuildGraphManagedAndroidLobAppNavCommand() { /// /// Casts the previous resource to managedIOSLobApp. /// + /// A public Command BuildGraphManagedIOSLobAppNavCommand() { var command = new Command("graph-managed-i-o-s-lob-app"); command.Description = "Casts the previous resource to managedIOSLobApp."; @@ -319,6 +331,7 @@ public Command BuildGraphManagedIOSLobAppNavCommand() { /// /// Casts the previous resource to managedMobileLobApp. /// + /// A public Command BuildGraphManagedMobileLobAppNavCommand() { var command = new Command("graph-managed-mobile-lob-app"); command.Description = "Casts the previous resource to managedMobileLobApp."; @@ -340,6 +353,7 @@ public Command BuildGraphManagedMobileLobAppNavCommand() { /// /// Casts the previous resource to microsoftStoreForBusinessApp. /// + /// A public Command BuildGraphMicrosoftStoreForBusinessAppNavCommand() { var command = new Command("graph-microsoft-store-for-business-app"); command.Description = "Casts the previous resource to microsoftStoreForBusinessApp."; @@ -361,6 +375,7 @@ public Command BuildGraphMicrosoftStoreForBusinessAppNavCommand() { /// /// Casts the previous resource to win32LobApp. /// + /// A public Command BuildGraphWin32LobAppNavCommand() { var command = new Command("graph-win32-lob-app"); command.Description = "Casts the previous resource to win32LobApp."; @@ -382,6 +397,7 @@ public Command BuildGraphWin32LobAppNavCommand() { /// /// Casts the previous resource to windowsAppX. /// + /// A public Command BuildGraphWindowsAppXNavCommand() { var command = new Command("graph-windows-app-x"); command.Description = "Casts the previous resource to windowsAppX."; @@ -403,6 +419,7 @@ public Command BuildGraphWindowsAppXNavCommand() { /// /// Casts the previous resource to windowsMobileMSI. /// + /// A public Command BuildGraphWindowsMobileMSINavCommand() { var command = new Command("graph-windows-mobile-m-s-i"); command.Description = "Casts the previous resource to windowsMobileMSI."; @@ -424,6 +441,7 @@ public Command BuildGraphWindowsMobileMSINavCommand() { /// /// Casts the previous resource to windowsUniversalAppX. /// + /// A public Command BuildGraphWindowsUniversalAppXNavCommand() { var command = new Command("graph-windows-universal-app-x"); command.Description = "Casts the previous resource to windowsUniversalAppX."; @@ -445,6 +463,7 @@ public Command BuildGraphWindowsUniversalAppXNavCommand() { /// /// Casts the previous resource to windowsWebApp. /// + /// A public Command BuildGraphWindowsWebAppNavCommand() { var command = new Command("graph-windows-web-app"); command.Description = "Casts the previous resource to windowsWebApp."; @@ -464,12 +483,13 @@ public Command BuildGraphWindowsWebAppNavCommand() { return command; } /// - /// List properties and relationships of the windowsUniversalAppX objects. - /// Find more info here + /// List properties and relationships of the androidStoreApp objects. + /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); - command.Description = "List properties and relationships of the windowsUniversalAppX objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-list?view=graph-rest-1.0"; + command.Description = "List properties and relationships of the androidStoreApp objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-apps-androidstoreapp-list?view=graph-rest-1.0"; var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -557,20 +577,21 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MobileAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/mobileApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MobileAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/mobileApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// - /// List properties and relationships of the windowsUniversalAppX objects. + /// List properties and relationships of the androidStoreApp objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -585,8 +606,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new windowsWebApp object. + /// Create a new windowsAppX 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 @@ -597,13 +619,13 @@ public RequestInformation ToPostRequestInformation(MobileApp 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}/deviceAppManagement/mobileApps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// List properties and relationships of the windowsUniversalAppX objects. + /// List properties and relationships of the androidStoreApp objects. /// public class MobileAppsRequestBuilderGetQueryParameters { /// Include count of items diff --git a/src/generated/DeviceAppManagement/SyncMicrosoftStoreForBusinessApps/SyncMicrosoftStoreForBusinessAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/SyncMicrosoftStoreForBusinessApps/SyncMicrosoftStoreForBusinessAppsRequestBuilder.cs index 9a860c1495..6963af44dc 100644 --- a/src/generated/DeviceAppManagement/SyncMicrosoftStoreForBusinessApps/SyncMicrosoftStoreForBusinessAppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/SyncMicrosoftStoreForBusinessApps/SyncMicrosoftStoreForBusinessAppsRequestBuilder.cs @@ -22,6 +22,7 @@ public class SyncMicrosoftStoreForBusinessAppsRequestBuilder : BaseCliRequestBui /// Syncs Intune account with Microsoft Store For Business /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Syncs Intune account with Microsoft Store For Business\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-syncmicrosoftstoreforbusinessapps?view=graph-rest-1.0"; @@ -40,13 +41,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SyncMicrosoftStoreForBusinessAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SyncMicrosoftStoreForBusinessAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/syncMicrosoftStoreForBusinessApps", pathParameters) { } /// - /// Instantiates a new SyncMicrosoftStoreForBusinessAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SyncMicrosoftStoreForBusinessAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/syncMicrosoftStoreForBusinessApps", rawUrl) { @@ -54,6 +55,7 @@ public SyncMicrosoftStoreForBusinessAppsRequestBuilder(string rawUrl) : base("{+ /// /// Syncs Intune account with Microsoft Store For Business /// + /// 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/DeviceAppManagement/TargetedManagedAppConfigurations/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Count/CountRequestBuilder.cs index 1059b65d07..a6303057cb 100644 --- a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/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}/deviceAppManagement/targetedManagedAppConfigurations/$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}/deviceAppManagement/targetedManagedAppConfigurations/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/AppsRequestBuilder.cs b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/AppsRequestBuilder.cs index 7886d05c03..04160887dc 100644 --- a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/AppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/AppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the apps property of the microsoft.graph.targetedManagedAppConfiguration entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ManagedMobileAppItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to apps for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to apps for deviceAppManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// List of apps to which the policy is deployed. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List of apps to which the policy is deployed."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/apps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/apps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public AppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/ /// /// List of apps to which the policy is deployed. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to apps for deviceAppManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(ManagedMobileApp body, Action public RequestInformation ToPostRequestInformation(ManagedMobileApp 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}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/apps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/Count/CountRequestBuilder.cs index a146d301ea..899638d88c 100644 --- a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/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}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/apps/$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}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/apps/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/Item/ManagedMobileAppItemRequestBuilder.cs b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/Item/ManagedMobileAppItemRequestBuilder.cs index 9d1d322aa5..8f78c38b31 100644 --- a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/Item/ManagedMobileAppItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Apps/Item/ManagedMobileAppItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ManagedMobileAppItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property apps for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property apps for deviceAppManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// List of apps to which the policy is deployed. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "List of apps to which the policy is deployed."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property apps in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property apps in deviceAppManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ManagedMobileAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedMobileAppItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/apps/{managedMobileApp%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagedMobileAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedMobileAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/apps/{managedMobileApp%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public ManagedMobileAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property apps for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/apps/{managedMobileApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// List of apps to which the policy is deployed. /// + /// 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 /// Update the navigation property apps in deviceAppManagement /// + /// 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 ToPatchRequestInformation(ManagedMobileApp body, Actio public RequestInformation ToPatchRequestInformation(ManagedMobileApp 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}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/apps/{managedMobileApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assign/AssignPostRequestBody.cs b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assign/AssignPostRequestBody.cs index 7ce092804e..9befb2928f 100644 --- a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assign/AssignPostRequestBody.cs +++ b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assign/AssignPostRequestBody.cs @@ -18,7 +18,7 @@ public class AssignPostRequestBody : IAdditionalDataHolder, IParsable { public List Assignments { get; set; } #endif /// - /// Instantiates a new assignPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AssignPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AssignPostRequestBody() { /// /// 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 AssignPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AssignPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"assignments", n => { Assignments = n.GetCollectionOfObjectValues(TargetedManagedAppPolicyAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assign/AssignRequestBuilder.cs b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assign/AssignRequestBuilder.cs index bbae9b5e61..36264986db 100644 --- a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assign/AssignRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assign/AssignRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssignRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-assign?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AssignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/assign", pathParameters) { } /// - /// Instantiates a new AssignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/assign", rawUrl) { @@ -73,6 +74,7 @@ public AssignRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagemen /// /// Not yet documented /// + /// 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/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs index 9835cb2377..312fab6b10 100644 --- a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.targetedManagedAppConfiguration entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new TargetedManagedAppPolicyAssignmentItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to assignments for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to assignments for deviceAppManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Navigation property to list of inclusion and exclusion groups to which the policy is deployed. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Navigation property to list of inclusion and exclusion groups to which the policy is deployed."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// Navigation property to list of inclusion and exclusion groups to which the policy is deployed. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to assignments for deviceAppManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(TargetedManagedAppPolicyAssig public RequestInformation ToPostRequestInformation(TargetedManagedAppPolicyAssignment 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}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/Count/CountRequestBuilder.cs index d2c571e78f..93520df6dd 100644 --- a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/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}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/assignments/$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}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs index 10d9f6e1c4..d78516441f 100644 --- a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class TargetedManagedAppPolicyAssignmentItemRequestBuilder : BaseCliReque /// /// Delete navigation property assignments for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignments for deviceAppManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Navigation property to list of inclusion and exclusion groups to which the policy is deployed. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Navigation property to list of inclusion and exclusion groups to which the policy is deployed."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property assignments in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignments in deviceAppManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TargetedManagedAppPolicyAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetedManagedAppPolicyAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TargetedManagedAppPolicyAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetedManagedAppPolicyAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public TargetedManagedAppPolicyAssignmentItemRequestBuilder(string rawUrl) : bas /// /// Delete navigation property assignments for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Navigation property to list of inclusion and exclusion groups to which the policy is deployed. /// + /// 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 /// Update the navigation property assignments in deviceAppManagement /// + /// 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 ToPatchRequestInformation(TargetedManagedAppPolicyAssi public RequestInformation ToPatchRequestInformation(TargetedManagedAppPolicyAssignment 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}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/DeploymentSummary/DeploymentSummaryRequestBuilder.cs b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/DeploymentSummary/DeploymentSummaryRequestBuilder.cs index bf32c72e89..ba382b7d8d 100644 --- a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/DeploymentSummary/DeploymentSummaryRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/DeploymentSummary/DeploymentSummaryRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeploymentSummaryRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property deploymentSummary for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property deploymentSummary for deviceAppManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Navigation property to deployment summary of the configuration. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Navigation property to deployment summary of the configuration."; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property deploymentSummary in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property deploymentSummary in deviceAppManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeploymentSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeploymentSummaryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/deploymentSummary{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeploymentSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeploymentSummaryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/deploymentSummary{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public DeploymentSummaryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceA /// /// Delete navigation property deploymentSummary for deviceAppManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/deploymentSummary", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Navigation property to deployment summary of the configuration. /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property deploymentSummary in deviceAppManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ManagedAppPolicyDeploymentSu public RequestInformation ToPatchRequestInformation(ManagedAppPolicyDeploymentSummary 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}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/deploymentSummary", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetApps/TargetAppsPostRequestBody.cs b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetApps/TargetAppsPostRequestBody.cs index 4589ffa908..8bf041636b 100644 --- a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetApps/TargetAppsPostRequestBody.cs +++ b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetApps/TargetAppsPostRequestBody.cs @@ -20,7 +20,7 @@ public class TargetAppsPostRequestBody : IAdditionalDataHolder, IParsable { public List Apps { get; set; } #endif /// - /// Instantiates a new targetAppsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TargetAppsPostRequestBody() { AdditionalData = new Dictionary(); @@ -28,6 +28,7 @@ public TargetAppsPostRequestBody() { /// /// 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 TargetAppsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -36,6 +37,7 @@ public static TargetAppsPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"appGroupType", n => { AppGroupType = n.GetEnumValue(); } }, diff --git a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetApps/TargetAppsRequestBuilder.cs b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetApps/TargetAppsRequestBuilder.cs index 60fbcf6a16..9efac6a267 100644 --- a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetApps/TargetAppsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetApps/TargetAppsRequestBuilder.cs @@ -22,6 +22,7 @@ public class TargetAppsRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-targetapps?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TargetAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/targetApps", pathParameters) { } /// - /// Instantiates a new TargetAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}/targetApps", rawUrl) { @@ -73,6 +74,7 @@ public TargetAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManag /// /// Not yet documented /// + /// 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/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetedManagedAppConfigurationItemRequestBuilder.cs b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetedManagedAppConfigurationItemRequestBuilder.cs index 5f9df1a7a4..adf7f0e3e2 100644 --- a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetedManagedAppConfigurationItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/Item/TargetedManagedAppConfigurationItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class TargetedManagedAppConfigurationItemRequestBuilder : BaseCliRequestB /// /// Provides operations to manage the apps property of the microsoft.graph.targetedManagedAppConfiguration entity. /// + /// A public Command BuildAppsNavCommand() { var command = new Command("apps"); command.Description = "Provides operations to manage the apps property of the microsoft.graph.targetedManagedAppConfiguration entity."; @@ -52,6 +53,7 @@ public Command BuildAppsNavCommand() { /// /// Provides operations to manage the assignments property of the microsoft.graph.targetedManagedAppConfiguration entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.targetedManagedAppConfiguration entity."; @@ -77,6 +79,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to call the assign method. /// + /// A public Command BuildAssignNavCommand() { var command = new Command("assign"); command.Description = "Provides operations to call the assign method."; @@ -93,6 +96,7 @@ public Command BuildAssignNavCommand() { /// Deletes a targetedManagedAppConfiguration. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a targetedManagedAppConfiguration.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-delete?view=graph-rest-1.0"; @@ -126,6 +130,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the deploymentSummary property of the microsoft.graph.targetedManagedAppConfiguration entity. /// + /// A public Command BuildDeploymentSummaryNavCommand() { var command = new Command("deployment-summary"); command.Description = "Provides operations to manage the deploymentSummary property of the microsoft.graph.targetedManagedAppConfiguration entity."; @@ -144,6 +149,7 @@ public Command BuildDeploymentSummaryNavCommand() { /// Read properties and relationships of the targetedManagedAppConfiguration object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the targetedManagedAppConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-get?view=graph-rest-1.0"; @@ -195,6 +201,7 @@ public Command BuildGetCommand() { /// Update the properties of a targetedManagedAppConfiguration object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a targetedManagedAppConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-update?view=graph-rest-1.0"; @@ -244,6 +251,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the targetApps method. /// + /// A public Command BuildTargetAppsNavCommand() { var command = new Command("target-apps"); command.Description = "Provides operations to call the targetApps method."; @@ -257,13 +265,13 @@ public Command BuildTargetAppsNavCommand() { return command; } /// - /// Instantiates a new TargetedManagedAppConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetedManagedAppConfigurationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TargetedManagedAppConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetedManagedAppConfigurationItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}{?%24expand,%24select}", rawUrl) { @@ -271,6 +279,7 @@ public TargetedManagedAppConfigurationItemRequestBuilder(string rawUrl) : base(" /// /// Deletes a targetedManagedAppConfiguration. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -279,7 +288,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -287,6 +296,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the targetedManagedAppConfiguration 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 @@ -303,6 +313,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a targetedManagedAppConfiguration 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 @@ -313,7 +324,7 @@ public RequestInformation ToPatchRequestInformation(TargetedManagedAppConfigurat public RequestInformation ToPatchRequestInformation(TargetedManagedAppConfiguration 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}/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/TargetedManagedAppConfigurationsRequestBuilder.cs b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/TargetedManagedAppConfigurationsRequestBuilder.cs index e20b28fd5c..1e7b1d0a82 100644 --- a/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/TargetedManagedAppConfigurationsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/TargetedManagedAppConfigurations/TargetedManagedAppConfigurationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TargetedManagedAppConfigurationsRequestBuilder : BaseCliRequestBuil /// /// Provides operations to manage the targetedManagedAppConfigurations property of the microsoft.graph.deviceAppManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// Create a new targetedManagedAppConfiguration object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new targetedManagedAppConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the targetedManagedAppConfiguration objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the targetedManagedAppConfiguration objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-list?view=graph-rest-1.0"; @@ -191,13 +195,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TargetedManagedAppConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetedManagedAppConfigurationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TargetedManagedAppConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetedManagedAppConfigurationsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/targetedManagedAppConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -205,6 +209,7 @@ public TargetedManagedAppConfigurationsRequestBuilder(string rawUrl) : base("{+b /// /// List properties and relationships of the targetedManagedAppConfiguration objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -221,6 +226,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new targetedManagedAppConfiguration 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 @@ -231,7 +237,7 @@ public RequestInformation ToPostRequestInformation(TargetedManagedAppConfigurati public RequestInformation ToPostRequestInformation(TargetedManagedAppConfiguration 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}/deviceAppManagement/targetedManagedAppConfigurations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/VppTokens/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/VppTokens/Count/CountRequestBuilder.cs index dd9d4cf71e..8e8a30ac85 100644 --- a/src/generated/DeviceAppManagement/VppTokens/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/VppTokens/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}/deviceAppManagement/vppTokens/$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}/deviceAppManagement/vppTokens/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/VppTokens/Item/SyncLicenses/SyncLicensesRequestBuilder.cs b/src/generated/DeviceAppManagement/VppTokens/Item/SyncLicenses/SyncLicensesRequestBuilder.cs index b5c2c39f19..aabe2f15ab 100644 --- a/src/generated/DeviceAppManagement/VppTokens/Item/SyncLicenses/SyncLicensesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/VppTokens/Item/SyncLicenses/SyncLicensesRequestBuilder.cs @@ -23,6 +23,7 @@ public class SyncLicensesRequestBuilder : BaseCliRequestBuilder { /// Syncs licenses associated with a specific appleVolumePurchaseProgramToken /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Syncs licenses associated with a specific appleVolumePurchaseProgramToken\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-synclicenses?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SyncLicensesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SyncLicensesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/vppTokens/{vppToken%2Did}/syncLicenses", pathParameters) { } /// - /// Instantiates a new SyncLicensesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SyncLicensesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/vppTokens/{vppToken%2Did}/syncLicenses", rawUrl) { @@ -71,6 +72,7 @@ public SyncLicensesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMan /// /// Syncs licenses associated with a specific appleVolumePurchaseProgramToken /// + /// 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/DeviceAppManagement/VppTokens/Item/VppTokenItemRequestBuilder.cs b/src/generated/DeviceAppManagement/VppTokens/Item/VppTokenItemRequestBuilder.cs index 98f2bb1011..7943651bc0 100644 --- a/src/generated/DeviceAppManagement/VppTokens/Item/VppTokenItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/VppTokens/Item/VppTokenItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class VppTokenItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a vppToken. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a vppToken.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-delete?view=graph-rest-1.0"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the vppToken object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the vppToken object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-get?view=graph-rest-1.0"; @@ -109,6 +111,7 @@ public Command BuildGetCommand() { /// Update the properties of a vppToken object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a vppToken object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-update?view=graph-rest-1.0"; @@ -158,6 +161,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the syncLicenses method. /// + /// A public Command BuildSyncLicensesNavCommand() { var command = new Command("sync-licenses"); command.Description = "Provides operations to call the syncLicenses method."; @@ -171,13 +175,13 @@ public Command BuildSyncLicensesNavCommand() { return command; } /// - /// Instantiates a new VppTokenItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VppTokenItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/vppTokens/{vppToken%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new VppTokenItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VppTokenItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/vppTokens/{vppToken%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +189,7 @@ public VppTokenItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMan /// /// Deletes a vppToken. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/vppTokens/{vppToken%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the vppToken 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 @@ -217,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a vppToken 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 @@ -227,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(VppToken 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}/deviceAppManagement/vppTokens/{vppToken%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/VppTokens/VppTokensRequestBuilder.cs b/src/generated/DeviceAppManagement/VppTokens/VppTokensRequestBuilder.cs index b4a4220749..97980821d1 100644 --- a/src/generated/DeviceAppManagement/VppTokens/VppTokensRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/VppTokens/VppTokensRequestBuilder.cs @@ -24,6 +24,7 @@ public class VppTokensRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the vppTokens property of the microsoft.graph.deviceAppManagement 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new vppToken object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new vppToken object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-create?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the vppToken objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the vppToken objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-list?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new VppTokensRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VppTokensRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/vppTokens{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new VppTokensRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VppTokensRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/vppTokens{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public VppTokensRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManage /// /// List properties and relationships of the vppToken objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new vppToken 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(VppToken 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}/deviceAppManagement/vppTokens", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Count/CountRequestBuilder.cs index 574a9e57b4..bbfe7fa35d 100644 --- a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/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}/deviceAppManagement/windowsInformationProtectionPolicies/$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}/deviceAppManagement/windowsInformationProtectionPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/AssignmentsRequestBuilder.cs index 8a668dc2b7..234280cd31 100644 --- a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.windowsInformationProtection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new TargetedManagedAppPolicyAssignmentItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to assignments for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to assignments for deviceAppManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Navigation property to list of security groups targeted for policy. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Navigation property to list of security groups targeted for policy."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppMana /// /// Navigation property to list of security groups targeted for policy. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to assignments for deviceAppManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(TargetedManagedAppPolicyAssig public RequestInformation ToPostRequestInformation(TargetedManagedAppPolicyAssignment 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}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/Count/CountRequestBuilder.cs index ab814a9564..9cdab48b1f 100644 --- a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/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}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/assignments/$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}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs index c6392568db..09f3970147 100644 --- a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/Assignments/Item/TargetedManagedAppPolicyAssignmentItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class TargetedManagedAppPolicyAssignmentItemRequestBuilder : BaseCliReque /// /// Delete navigation property assignments for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignments for deviceAppManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Navigation property to list of security groups targeted for policy. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Navigation property to list of security groups targeted for policy."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property assignments in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignments in deviceAppManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TargetedManagedAppPolicyAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetedManagedAppPolicyAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TargetedManagedAppPolicyAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetedManagedAppPolicyAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public TargetedManagedAppPolicyAssignmentItemRequestBuilder(string rawUrl) : bas /// /// Delete navigation property assignments for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Navigation property to list of security groups targeted for policy. /// + /// 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 /// Update the navigation property assignments in deviceAppManagement /// + /// 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 ToPatchRequestInformation(TargetedManagedAppPolicyAssi public RequestInformation ToPatchRequestInformation(TargetedManagedAppPolicyAssignment 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}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/assignments/{targetedManagedAppPolicyAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Count/CountRequestBuilder.cs index b89c913998..424dd644ab 100644 --- a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/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}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/exemptAppLockerFiles/$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}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/exemptAppLockerFiles/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/ExemptAppLockerFilesRequestBuilder.cs b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/ExemptAppLockerFilesRequestBuilder.cs index da746db54a..cae8b3d26b 100644 --- a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/ExemptAppLockerFilesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/ExemptAppLockerFilesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExemptAppLockerFilesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the exemptAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new WindowsInformationProtectionAppLockerFileItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to exemptAppLockerFiles for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to exemptAppLockerFiles for deviceAppManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Another way to input exempt apps through xml files /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Another way to input exempt apps through xml files"; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExemptAppLockerFilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExemptAppLockerFilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/exemptAppLockerFiles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExemptAppLockerFilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExemptAppLockerFilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/exemptAppLockerFiles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public ExemptAppLockerFilesRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Another way to input exempt apps through xml files /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to exemptAppLockerFiles for deviceAppManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(WindowsInformationProtectionA public RequestInformation ToPostRequestInformation(WindowsInformationProtectionAppLockerFile 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}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/exemptAppLockerFiles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Item/WindowsInformationProtectionAppLockerFileItemRequestBuilder.cs b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Item/WindowsInformationProtectionAppLockerFileItemRequestBuilder.cs index c8875093ac..1cf3b048cd 100644 --- a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Item/WindowsInformationProtectionAppLockerFileItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ExemptAppLockerFiles/Item/WindowsInformationProtectionAppLockerFileItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class WindowsInformationProtectionAppLockerFileItemRequestBuilder : BaseC /// /// Delete navigation property exemptAppLockerFiles for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property exemptAppLockerFiles for deviceAppManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Another way to input exempt apps through xml files /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Another way to input exempt apps through xml files"; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property exemptAppLockerFiles in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property exemptAppLockerFiles in deviceAppManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new WindowsInformationProtectionAppLockerFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WindowsInformationProtectionAppLockerFileItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WindowsInformationProtectionAppLockerFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WindowsInformationProtectionAppLockerFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public WindowsInformationProtectionAppLockerFileItemRequestBuilder(string rawUrl /// /// Delete navigation property exemptAppLockerFiles for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Another way to input exempt apps through xml files /// + /// 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 /// Update the navigation property exemptAppLockerFiles in deviceAppManagement /// + /// 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 ToPatchRequestInformation(WindowsInformationProtection public RequestInformation ToPatchRequestInformation(WindowsInformationProtectionAppLockerFile 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}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Count/CountRequestBuilder.cs b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Count/CountRequestBuilder.cs index 4b1a214ace..bc092dde37 100644 --- a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/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}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/protectedAppLockerFiles/$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}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/protectedAppLockerFiles/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement /// /// 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/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Item/WindowsInformationProtectionAppLockerFileItemRequestBuilder.cs b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Item/WindowsInformationProtectionAppLockerFileItemRequestBuilder.cs index 2e45fb9dec..2d892ae5ca 100644 --- a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Item/WindowsInformationProtectionAppLockerFileItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/Item/WindowsInformationProtectionAppLockerFileItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class WindowsInformationProtectionAppLockerFileItemRequestBuilder : BaseC /// /// Delete navigation property protectedAppLockerFiles for deviceAppManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property protectedAppLockerFiles for deviceAppManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Another way to input protected apps through xml files /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Another way to input protected apps through xml files"; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property protectedAppLockerFiles in deviceAppManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property protectedAppLockerFiles in deviceAppManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new WindowsInformationProtectionAppLockerFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WindowsInformationProtectionAppLockerFileItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WindowsInformationProtectionAppLockerFileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WindowsInformationProtectionAppLockerFileItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public WindowsInformationProtectionAppLockerFileItemRequestBuilder(string rawUrl /// /// Delete navigation property protectedAppLockerFiles for deviceAppManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Another way to input protected apps through xml files /// + /// 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 /// Update the navigation property protectedAppLockerFiles in deviceAppManagement /// + /// 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 ToPatchRequestInformation(WindowsInformationProtection public RequestInformation ToPatchRequestInformation(WindowsInformationProtectionAppLockerFile 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}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/ProtectedAppLockerFilesRequestBuilder.cs b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/ProtectedAppLockerFilesRequestBuilder.cs index 56b0bbce37..f4a4c9ae48 100644 --- a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/ProtectedAppLockerFilesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/ProtectedAppLockerFiles/ProtectedAppLockerFilesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ProtectedAppLockerFilesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the protectedAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new WindowsInformationProtectionAppLockerFileItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to protectedAppLockerFiles for deviceAppManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to protectedAppLockerFiles for deviceAppManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Another way to input protected apps through xml files /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Another way to input protected apps through xml files"; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ProtectedAppLockerFilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ProtectedAppLockerFilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/protectedAppLockerFiles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ProtectedAppLockerFilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ProtectedAppLockerFilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/protectedAppLockerFiles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public ProtectedAppLockerFilesRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Another way to input protected apps through xml files /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to protectedAppLockerFiles for deviceAppManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(WindowsInformationProtectionA public RequestInformation ToPostRequestInformation(WindowsInformationProtectionAppLockerFile 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}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}/protectedAppLockerFiles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/WindowsInformationProtectionPolicyItemRequestBuilder.cs b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/WindowsInformationProtectionPolicyItemRequestBuilder.cs index 1c64415bb2..45a10efdfa 100644 --- a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/WindowsInformationProtectionPolicyItemRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/Item/WindowsInformationProtectionPolicyItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class WindowsInformationProtectionPolicyItemRequestBuilder : BaseCliReque /// /// Provides operations to manage the assignments property of the microsoft.graph.windowsInformationProtection entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.windowsInformationProtection entity."; @@ -51,6 +52,7 @@ public Command BuildAssignmentsNavCommand() { /// Deletes a windowsInformationProtectionPolicy. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a windowsInformationProtectionPolicy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-delete?view=graph-rest-1.0"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the exemptAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity. /// + /// A public Command BuildExemptAppLockerFilesNavCommand() { var command = new Command("exempt-app-locker-files"); command.Description = "Provides operations to manage the exemptAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity."; @@ -110,6 +113,7 @@ public Command BuildExemptAppLockerFilesNavCommand() { /// Read properties and relationships of the windowsInformationProtectionPolicy object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the windowsInformationProtectionPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-get?view=graph-rest-1.0"; @@ -161,6 +165,7 @@ public Command BuildGetCommand() { /// Update the properties of a windowsInformationProtectionPolicy object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a windowsInformationProtectionPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-update?view=graph-rest-1.0"; @@ -210,6 +215,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the protectedAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity. /// + /// A public Command BuildProtectedAppLockerFilesNavCommand() { var command = new Command("protected-app-locker-files"); command.Description = "Provides operations to manage the protectedAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity."; @@ -233,13 +239,13 @@ public Command BuildProtectedAppLockerFilesNavCommand() { return command; } /// - /// Instantiates a new WindowsInformationProtectionPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WindowsInformationProtectionPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WindowsInformationProtectionPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WindowsInformationProtectionPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -247,6 +253,7 @@ public WindowsInformationProtectionPolicyItemRequestBuilder(string rawUrl) : bas /// /// Deletes a windowsInformationProtectionPolicy. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -255,7 +262,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -263,6 +270,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the windowsInformationProtectionPolicy 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 @@ -279,6 +287,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a windowsInformationProtectionPolicy 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 @@ -289,7 +298,7 @@ public RequestInformation ToPatchRequestInformation(WindowsInformationProtection public RequestInformation ToPatchRequestInformation(WindowsInformationProtectionPolicy 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}/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/WindowsInformationProtectionPoliciesRequestBuilder.cs b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/WindowsInformationProtectionPoliciesRequestBuilder.cs index d6e9bc8851..5b07fd5f53 100644 --- a/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/WindowsInformationProtectionPoliciesRequestBuilder.cs +++ b/src/generated/DeviceAppManagement/WindowsInformationProtectionPolicies/WindowsInformationProtectionPoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class WindowsInformationProtectionPoliciesRequestBuilder : BaseCliRequest /// /// Provides operations to manage the windowsInformationProtectionPolicies property of the microsoft.graph.deviceAppManagement 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 windowsInformationProtectionPolicy object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new windowsInformationProtectionPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-create?view=graph-rest-1.0"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the windowsInformationProtectionPolicy objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the windowsInformationProtectionPolicy objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-list?view=graph-rest-1.0"; @@ -189,13 +193,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new WindowsInformationProtectionPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WindowsInformationProtectionPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceAppManagement/windowsInformationProtectionPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new WindowsInformationProtectionPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WindowsInformationProtectionPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceAppManagement/windowsInformationProtectionPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -203,6 +207,7 @@ public WindowsInformationProtectionPoliciesRequestBuilder(string rawUrl) : base( /// /// List properties and relationships of the windowsInformationProtectionPolicy objects. /// + /// 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 windowsInformationProtectionPolicy 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 ToPostRequestInformation(WindowsInformationProtectionP public RequestInformation ToPostRequestInformation(WindowsInformationProtectionPolicy 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}/deviceAppManagement/windowsInformationProtectionPolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ApplePushNotificationCertificate/ApplePushNotificationCertificateRequestBuilder.cs b/src/generated/DeviceManagement/ApplePushNotificationCertificate/ApplePushNotificationCertificateRequestBuilder.cs index 37c0bd79ad..21d13f592c 100644 --- a/src/generated/DeviceManagement/ApplePushNotificationCertificate/ApplePushNotificationCertificateRequestBuilder.cs +++ b/src/generated/DeviceManagement/ApplePushNotificationCertificate/ApplePushNotificationCertificateRequestBuilder.cs @@ -23,6 +23,7 @@ public class ApplePushNotificationCertificateRequestBuilder : BaseCliRequestBuil /// /// Delete navigation property applePushNotificationCertificate for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property applePushNotificationCertificate for deviceManagement"; @@ -50,6 +51,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to call the downloadApplePushNotificationCertificateSigningRequest method. /// + /// A public Command BuildDownloadApplePushNotificationCertificateSigningRequestNavCommand() { var command = new Command("download-apple-push-notification-certificate-signing-request"); command.Description = "Provides operations to call the downloadApplePushNotificationCertificateSigningRequest method."; @@ -66,6 +68,7 @@ public Command BuildDownloadApplePushNotificationCertificateSigningRequestNavCom /// Read properties and relationships of the applePushNotificationCertificate object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the applePushNotificationCertificate object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-get?view=graph-rest-1.0"; @@ -111,6 +114,7 @@ public Command BuildGetCommand() { /// Update the properties of a applePushNotificationCertificate object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a applePushNotificationCertificate object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-update?view=graph-rest-1.0"; @@ -152,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ApplePushNotificationCertificateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplePushNotificationCertificateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/applePushNotificationCertificate{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ApplePushNotificationCertificateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplePushNotificationCertificateRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/applePushNotificationCertificate{?%24expand,%24select}", rawUrl) { @@ -166,6 +170,7 @@ public ApplePushNotificationCertificateRequestBuilder(string rawUrl) : base("{+b /// /// Delete navigation property applePushNotificationCertificate for deviceManagement /// + /// 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}/deviceManagement/applePushNotificationCertificate", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the applePushNotificationCertificate 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 @@ -198,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a applePushNotificationCertificate 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 @@ -208,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ApplePushNotif public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ApplePushNotificationCertificate 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}/deviceManagement/applePushNotificationCertificate", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ApplePushNotificationCertificate/DownloadApplePushNotificationCertificateSigningRequest/DownloadApplePushNotificationCertificateSigningRequestGetResponse.cs b/src/generated/DeviceManagement/ApplePushNotificationCertificate/DownloadApplePushNotificationCertificateSigningRequest/DownloadApplePushNotificationCertificateSigningRequestGetResponse.cs index 746cbad2c5..23a94f61d2 100644 --- a/src/generated/DeviceManagement/ApplePushNotificationCertificate/DownloadApplePushNotificationCertificateSigningRequest/DownloadApplePushNotificationCertificateSigningRequestGetResponse.cs +++ b/src/generated/DeviceManagement/ApplePushNotificationCertificate/DownloadApplePushNotificationCertificateSigningRequest/DownloadApplePushNotificationCertificateSigningRequestGetResponse.cs @@ -17,7 +17,7 @@ public class DownloadApplePushNotificationCertificateSigningRequestGetResponse : public string Value { get; set; } #endif /// - /// Instantiates a new downloadApplePushNotificationCertificateSigningRequestGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public DownloadApplePushNotificationCertificateSigningRequestGetResponse() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public DownloadApplePushNotificationCertificateSigningRequestGetResponse() { /// /// 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 DownloadApplePushNotificationCertificateSigningRequestGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static DownloadApplePushNotificationCertificateSigningRequestGetResponse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/ApplePushNotificationCertificate/DownloadApplePushNotificationCertificateSigningRequest/DownloadApplePushNotificationCertificateSigningRequestRequestBuilder.cs b/src/generated/DeviceManagement/ApplePushNotificationCertificate/DownloadApplePushNotificationCertificateSigningRequest/DownloadApplePushNotificationCertificateSigningRequestRequestBuilder.cs index 1205c52db9..4760a6e01e 100644 --- a/src/generated/DeviceManagement/ApplePushNotificationCertificate/DownloadApplePushNotificationCertificateSigningRequest/DownloadApplePushNotificationCertificateSigningRequestRequestBuilder.cs +++ b/src/generated/DeviceManagement/ApplePushNotificationCertificate/DownloadApplePushNotificationCertificateSigningRequest/DownloadApplePushNotificationCertificateSigningRequestRequestBuilder.cs @@ -21,6 +21,7 @@ public class DownloadApplePushNotificationCertificateSigningRequestRequestBuilde /// /// Download Apple push notification certificate signing request /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Download Apple push notification certificate signing request"; @@ -49,13 +50,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DownloadApplePushNotificationCertificateSigningRequestRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DownloadApplePushNotificationCertificateSigningRequestRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest()", pathParameters) { } /// - /// Instantiates a new DownloadApplePushNotificationCertificateSigningRequestRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DownloadApplePushNotificationCertificateSigningRequestRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest()", rawUrl) { @@ -63,6 +64,7 @@ public DownloadApplePushNotificationCertificateSigningRequestRequestBuilder(stri /// /// Download Apple push notification certificate signing request /// + /// 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/DeviceManagement/AuditEvents/AuditEventsRequestBuilder.cs b/src/generated/DeviceManagement/AuditEvents/AuditEventsRequestBuilder.cs index d9a8cf71a4..cbf1387c43 100644 --- a/src/generated/DeviceManagement/AuditEvents/AuditEventsRequestBuilder.cs +++ b/src/generated/DeviceManagement/AuditEvents/AuditEventsRequestBuilder.cs @@ -26,6 +26,7 @@ public class AuditEventsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the auditEvents property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AuditEventItemRequestBuilder(PathParameters); @@ -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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new auditEvent object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new auditEvent object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-auditing-auditevent-create?view=graph-rest-1.0"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the getAuditActivityTypes method. /// + /// A public Command BuildGetAuditActivityTypesWithCategoryRbCommand() { var command = new Command("get-audit-activity-types-with-category"); command.Description = "Provides operations to call the getAuditActivityTypes method."; @@ -111,6 +115,7 @@ public Command BuildGetAuditActivityTypesWithCategoryRbCommand() { /// /// Provides operations to call the getAuditCategories method. /// + /// A public Command BuildGetAuditCategoriesNavCommand() { var command = new Command("get-audit-categories"); command.Description = "Provides operations to call the getAuditCategories method."; @@ -127,6 +132,7 @@ public Command BuildGetAuditCategoriesNavCommand() { /// List properties and relationships of the auditEvent objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the auditEvent objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-auditing-auditevent-list?view=graph-rest-1.0"; @@ -217,13 +223,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AuditEventsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuditEventsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/auditEvents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AuditEventsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuditEventsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/auditEvents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -231,6 +237,7 @@ public AuditEventsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagem /// /// List properties and relationships of the auditEvent objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -247,6 +254,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new auditEvent 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 @@ -257,7 +265,7 @@ public RequestInformation ToPostRequestInformation(AuditEvent 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}/deviceManagement/auditEvents", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/AuditEvents/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/AuditEvents/Count/CountRequestBuilder.cs index ee4744cda4..b35719e9ec 100644 --- a/src/generated/DeviceManagement/AuditEvents/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/AuditEvents/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}/deviceManagement/auditEvents/$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}/deviceManagement/auditEvents/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/au /// /// 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/DeviceManagement/AuditEvents/GetAuditActivityTypesWithCategory/GetAuditActivityTypesWithCategoryGetResponse.cs b/src/generated/DeviceManagement/AuditEvents/GetAuditActivityTypesWithCategory/GetAuditActivityTypesWithCategoryGetResponse.cs index c4caee2416..59494a77c8 100644 --- a/src/generated/DeviceManagement/AuditEvents/GetAuditActivityTypesWithCategory/GetAuditActivityTypesWithCategoryGetResponse.cs +++ b/src/generated/DeviceManagement/AuditEvents/GetAuditActivityTypesWithCategory/GetAuditActivityTypesWithCategoryGetResponse.cs @@ -18,6 +18,7 @@ public class GetAuditActivityTypesWithCategoryGetResponse : BaseCollectionPagina /// /// 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 new GetAuditActivityTypesWithCategoryGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAuditActivityTypesWithCategoryGetResponse : BaseCollectionPagina /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DeviceManagement/AuditEvents/GetAuditActivityTypesWithCategory/GetAuditActivityTypesWithCategoryRequestBuilder.cs b/src/generated/DeviceManagement/AuditEvents/GetAuditActivityTypesWithCategory/GetAuditActivityTypesWithCategoryRequestBuilder.cs index 5319592886..c78716d808 100644 --- a/src/generated/DeviceManagement/AuditEvents/GetAuditActivityTypesWithCategory/GetAuditActivityTypesWithCategoryRequestBuilder.cs +++ b/src/generated/DeviceManagement/AuditEvents/GetAuditActivityTypesWithCategory/GetAuditActivityTypesWithCategoryRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetAuditActivityTypesWithCategoryRequestBuilder : BaseCliRequestBui /// /// Invoke function getAuditActivityTypes /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getAuditActivityTypes"; @@ -96,13 +97,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetAuditActivityTypesWithCategoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetAuditActivityTypesWithCategoryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}'){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetAuditActivityTypesWithCategoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetAuditActivityTypesWithCategoryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}'){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl) { @@ -110,6 +111,7 @@ public GetAuditActivityTypesWithCategoryRequestBuilder(string rawUrl) : base("{+ /// /// Invoke function getAuditActivityTypes /// + /// 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/DeviceManagement/AuditEvents/GetAuditCategories/GetAuditCategoriesGetResponse.cs b/src/generated/DeviceManagement/AuditEvents/GetAuditCategories/GetAuditCategoriesGetResponse.cs index 4728c41d63..cdf10bde47 100644 --- a/src/generated/DeviceManagement/AuditEvents/GetAuditCategories/GetAuditCategoriesGetResponse.cs +++ b/src/generated/DeviceManagement/AuditEvents/GetAuditCategories/GetAuditCategoriesGetResponse.cs @@ -18,6 +18,7 @@ public class GetAuditCategoriesGetResponse : BaseCollectionPaginationCountRespon /// /// 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 new GetAuditCategoriesGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAuditCategoriesGetResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DeviceManagement/AuditEvents/GetAuditCategories/GetAuditCategoriesRequestBuilder.cs b/src/generated/DeviceManagement/AuditEvents/GetAuditCategories/GetAuditCategoriesRequestBuilder.cs index 8859cf9e64..94ae73a159 100644 --- a/src/generated/DeviceManagement/AuditEvents/GetAuditCategories/GetAuditCategoriesRequestBuilder.cs +++ b/src/generated/DeviceManagement/AuditEvents/GetAuditCategories/GetAuditCategoriesRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetAuditCategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function getAuditCategories /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getAuditCategories"; @@ -90,13 +91,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetAuditCategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetAuditCategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/auditEvents/getAuditCategories(){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetAuditCategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetAuditCategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/auditEvents/getAuditCategories(){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl) { @@ -104,6 +105,7 @@ public GetAuditCategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// Invoke function getAuditCategories /// + /// 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/DeviceManagement/AuditEvents/Item/AuditEventItemRequestBuilder.cs b/src/generated/DeviceManagement/AuditEvents/Item/AuditEventItemRequestBuilder.cs index 6f35e48f36..9219145399 100644 --- a/src/generated/DeviceManagement/AuditEvents/Item/AuditEventItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/AuditEvents/Item/AuditEventItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AuditEventItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a auditEvent. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a auditEvent.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-auditing-auditevent-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the auditEvent object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the auditEvent object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-auditing-auditevent-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of a auditEvent object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a auditEvent object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-auditing-auditevent-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AuditEventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuditEventItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/auditEvents/{auditEvent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AuditEventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuditEventItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/auditEvents/{auditEvent%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public AuditEventItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMana /// /// Deletes a auditEvent. /// + /// 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}/deviceManagement/auditEvents/{auditEvent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the auditEvent 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 @@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a auditEvent 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 @@ -211,7 +217,7 @@ public RequestInformation ToPatchRequestInformation(AuditEvent 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}/deviceManagement/auditEvents/{auditEvent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ComplianceManagementPartners/ComplianceManagementPartnersRequestBuilder.cs b/src/generated/DeviceManagement/ComplianceManagementPartners/ComplianceManagementPartnersRequestBuilder.cs index 99119e8701..7e8f0fe97a 100644 --- a/src/generated/DeviceManagement/ComplianceManagementPartners/ComplianceManagementPartnersRequestBuilder.cs +++ b/src/generated/DeviceManagement/ComplianceManagementPartners/ComplianceManagementPartnersRequestBuilder.cs @@ -24,6 +24,7 @@ public class ComplianceManagementPartnersRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the complianceManagementPartners property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ComplianceManagementPartnerItemRequestBuilder(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 complianceManagementPartner object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new complianceManagementPartner object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-create?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the complianceManagementPartner objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the complianceManagementPartner objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-list?view=graph-rest-1.0"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ComplianceManagementPartnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ComplianceManagementPartnersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/complianceManagementPartners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ComplianceManagementPartnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ComplianceManagementPartnersRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/complianceManagementPartners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public ComplianceManagementPartnersRequestBuilder(string rawUrl) : base("{+baseu /// /// List properties and relationships of the complianceManagementPartner objects. /// + /// 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 complianceManagementPartner 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 @@ -225,7 +231,7 @@ public RequestInformation ToPostRequestInformation(ComplianceManagementPartner b public RequestInformation ToPostRequestInformation(ComplianceManagementPartner 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}/deviceManagement/complianceManagementPartners", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ComplianceManagementPartners/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/ComplianceManagementPartners/Count/CountRequestBuilder.cs index 3f8976c629..44b5ccfce5 100644 --- a/src/generated/DeviceManagement/ComplianceManagementPartners/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/ComplianceManagementPartners/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}/deviceManagement/complianceManagementPartners/$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}/deviceManagement/complianceManagementPartners/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/co /// /// 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/DeviceManagement/ComplianceManagementPartners/Item/ComplianceManagementPartnerItemRequestBuilder.cs b/src/generated/DeviceManagement/ComplianceManagementPartners/Item/ComplianceManagementPartnerItemRequestBuilder.cs index 702d351f35..833817246c 100644 --- a/src/generated/DeviceManagement/ComplianceManagementPartners/Item/ComplianceManagementPartnerItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/ComplianceManagementPartners/Item/ComplianceManagementPartnerItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ComplianceManagementPartnerItemRequestBuilder : BaseCliRequestBuild /// Deletes a complianceManagementPartner. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a complianceManagementPartner.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the complianceManagementPartner object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the complianceManagementPartner object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of a complianceManagementPartner object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a complianceManagementPartner object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ComplianceManagementPartnerItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ComplianceManagementPartnerItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/complianceManagementPartners/{complianceManagementPartner%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ComplianceManagementPartnerItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ComplianceManagementPartnerItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/complianceManagementPartners/{complianceManagementPartner%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public ComplianceManagementPartnerItemRequestBuilder(string rawUrl) : base("{+ba /// /// Deletes a complianceManagementPartner. /// + /// 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}/deviceManagement/complianceManagementPartners/{complianceManagementPartner%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the complianceManagementPartner 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 @@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a complianceManagementPartner 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 @@ -211,7 +217,7 @@ public RequestInformation ToPatchRequestInformation(ComplianceManagementPartner public RequestInformation ToPatchRequestInformation(ComplianceManagementPartner 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}/deviceManagement/complianceManagementPartners/{complianceManagementPartner%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ConditionalAccessSettings/ConditionalAccessSettingsRequestBuilder.cs b/src/generated/DeviceManagement/ConditionalAccessSettings/ConditionalAccessSettingsRequestBuilder.cs index c6b8d68e86..4c4fbc1fa3 100644 --- a/src/generated/DeviceManagement/ConditionalAccessSettings/ConditionalAccessSettingsRequestBuilder.cs +++ b/src/generated/DeviceManagement/ConditionalAccessSettings/ConditionalAccessSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class ConditionalAccessSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property conditionalAccessSettings for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property conditionalAccessSettings for deviceManagement"; @@ -50,6 +51,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the onPremisesConditionalAccessSettings object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the onPremisesConditionalAccessSettings object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-onpremisesconditionalaccesssettings-get?view=graph-rest-1.0"; @@ -95,6 +97,7 @@ public Command BuildGetCommand() { /// Update the properties of a onPremisesConditionalAccessSettings object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a onPremisesConditionalAccessSettings object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-onpremisesconditionalaccesssettings-update?view=graph-rest-1.0"; @@ -136,13 +139,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ConditionalAccessSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConditionalAccessSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/conditionalAccessSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ConditionalAccessSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConditionalAccessSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/conditionalAccessSettings{?%24expand,%24select}", rawUrl) { @@ -150,6 +153,7 @@ public ConditionalAccessSettingsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete navigation property conditionalAccessSettings for deviceManagement /// + /// 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}/deviceManagement/conditionalAccessSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -166,6 +170,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the onPremisesConditionalAccessSettings 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 @@ -182,6 +187,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a onPremisesConditionalAccessSettings 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 @@ -192,7 +198,7 @@ public RequestInformation ToPatchRequestInformation(OnPremisesConditionalAccessS public RequestInformation ToPatchRequestInformation(OnPremisesConditionalAccessSettings 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}/deviceManagement/conditionalAccessSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DetectedApps/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DetectedApps/Count/CountRequestBuilder.cs index 84a83360c8..e04bd50dfc 100644 --- a/src/generated/DeviceManagement/DetectedApps/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DetectedApps/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}/deviceManagement/detectedApps/$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}/deviceManagement/detectedApps/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DetectedApps/DetectedAppsRequestBuilder.cs b/src/generated/DeviceManagement/DetectedApps/DetectedAppsRequestBuilder.cs index aceb3aa9c5..4708ba57c4 100644 --- a/src/generated/DeviceManagement/DetectedApps/DetectedAppsRequestBuilder.cs +++ b/src/generated/DeviceManagement/DetectedApps/DetectedAppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class DetectedAppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the detectedApps property of the microsoft.graph.deviceManagement 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new detectedApp object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new detectedApp object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-detectedapp-create?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the detectedApp objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the detectedApp objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-detectedapp-list?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DetectedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DetectedAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/detectedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DetectedAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DetectedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/detectedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public DetectedAppsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManage /// /// List properties and relationships of the detectedApp objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new detectedApp 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(DetectedApp 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}/deviceManagement/detectedApps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DetectedApps/Item/DetectedAppItemRequestBuilder.cs b/src/generated/DeviceManagement/DetectedApps/Item/DetectedAppItemRequestBuilder.cs index 60e0214e41..f649a249c6 100644 --- a/src/generated/DeviceManagement/DetectedApps/Item/DetectedAppItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DetectedApps/Item/DetectedAppItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class DetectedAppItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a detectedApp. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a detectedApp.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-detectedapp-delete?view=graph-rest-1.0"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the detectedApp object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the detectedApp object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-detectedapp-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the managedDevices property of the microsoft.graph.detectedApp entity. /// + /// A public Command BuildManagedDevicesNavCommand() { var command = new Command("managed-devices"); command.Description = "Provides operations to manage the managedDevices property of the microsoft.graph.detectedApp entity."; @@ -133,6 +136,7 @@ public Command BuildManagedDevicesNavCommand() { /// Update the properties of a detectedApp object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a detectedApp object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-detectedapp-update?view=graph-rest-1.0"; @@ -180,13 +184,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DetectedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DetectedAppItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/detectedApps/{detectedApp%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DetectedAppItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DetectedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/detectedApps/{detectedApp%2Did}{?%24expand,%24select}", rawUrl) { @@ -194,6 +198,7 @@ public DetectedAppItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMan /// /// Deletes a detectedApp. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -202,7 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/detectedApps/{detectedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -210,6 +215,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the detectedApp 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 @@ -226,6 +232,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a detectedApp 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 @@ -236,7 +243,7 @@ public RequestInformation ToPatchRequestInformation(DetectedApp 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}/deviceManagement/detectedApps/{detectedApp%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DetectedApps/Item/ManagedDevices/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DetectedApps/Item/ManagedDevices/Count/CountRequestBuilder.cs index 77d7d2a01a..96e598037a 100644 --- a/src/generated/DeviceManagement/DetectedApps/Item/ManagedDevices/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DetectedApps/Item/ManagedDevices/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}/deviceManagement/detectedApps/{detectedApp%2Did}/managedDevices/$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}/deviceManagement/detectedApps/{detectedApp%2Did}/managedDevices/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DetectedApps/Item/ManagedDevices/Item/ManagedDeviceItemRequestBuilder.cs b/src/generated/DeviceManagement/DetectedApps/Item/ManagedDevices/Item/ManagedDeviceItemRequestBuilder.cs index 1c70286078..013e10a327 100644 --- a/src/generated/DeviceManagement/DetectedApps/Item/ManagedDevices/Item/ManagedDeviceItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DetectedApps/Item/ManagedDevices/Item/ManagedDeviceItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ManagedDeviceItemRequestBuilder : BaseCliRequestBuilder { /// /// The devices that have the discovered application installed /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The devices that have the discovered application installed"; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ManagedDeviceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedDeviceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/detectedApps/{detectedApp%2Did}/managedDevices/{managedDevice%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagedDeviceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedDeviceItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/detectedApps/{detectedApp%2Did}/managedDevices/{managedDevice%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public ManagedDeviceItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceM /// /// The devices that have the discovered application installed /// + /// 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/DeviceManagement/DetectedApps/Item/ManagedDevices/ManagedDevicesRequestBuilder.cs b/src/generated/DeviceManagement/DetectedApps/Item/ManagedDevices/ManagedDevicesRequestBuilder.cs index 86a5627f7d..1d841076bd 100644 --- a/src/generated/DeviceManagement/DetectedApps/Item/ManagedDevices/ManagedDevicesRequestBuilder.cs +++ b/src/generated/DeviceManagement/DetectedApps/Item/ManagedDevices/ManagedDevicesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ManagedDevicesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the managedDevices property of the microsoft.graph.detectedApp entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ManagedDeviceItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The devices that have the discovered application installed /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The devices that have the discovered application installed"; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ManagedDevicesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedDevicesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/detectedApps/{detectedApp%2Did}/managedDevices{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ManagedDevicesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedDevicesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/detectedApps/{detectedApp%2Did}/managedDevices{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public ManagedDevicesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMana /// /// The devices that have the discovered application installed /// + /// 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/DeviceManagement/DeviceCategories/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCategories/Count/CountRequestBuilder.cs index a791ba9ec4..a3cda2fbea 100644 --- a/src/generated/DeviceManagement/DeviceCategories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCategories/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}/deviceManagement/deviceCategories/$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}/deviceManagement/deviceCategories/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DeviceCategories/DeviceCategoriesRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCategories/DeviceCategoriesRequestBuilder.cs index f127311fb4..cb0a84790b 100644 --- a/src/generated/DeviceManagement/DeviceCategories/DeviceCategoriesRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCategories/DeviceCategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceCategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the deviceCategories property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DeviceCategoryItemRequestBuilder(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 deviceCategory object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new deviceCategory object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-create?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the deviceCategory objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the deviceCategory objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-list?view=graph-rest-1.0"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DeviceCategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceCategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCategories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeviceCategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceCategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCategories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public DeviceCategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMa /// /// List properties and relationships of the deviceCategory objects. /// + /// 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 deviceCategory 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 @@ -225,7 +231,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.DeviceCategory public RequestInformation ToPostRequestInformation(ApiSdk.Models.DeviceCategory 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}/deviceManagement/deviceCategories", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCategories/Item/DeviceCategoryItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCategories/Item/DeviceCategoryItemRequestBuilder.cs index 06512aa88d..19e67575d2 100644 --- a/src/generated/DeviceManagement/DeviceCategories/Item/DeviceCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCategories/Item/DeviceCategoryItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DeviceCategoryItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a deviceCategory. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a deviceCategory.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceCategory object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceCategory object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceCategory object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceCategory object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCategories/{deviceCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCategories/{deviceCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public DeviceCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// Deletes a deviceCategory. /// + /// 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}/deviceManagement/deviceCategories/{deviceCategory%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceCategory 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 @@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceCategory 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 @@ -211,7 +217,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.DeviceCategory public RequestInformation ToPatchRequestInformation(ApiSdk.Models.DeviceCategory 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}/deviceManagement/deviceCategories/{deviceCategory%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Count/CountRequestBuilder.cs index 240f0cc4d6..91e605099d 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/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}/deviceManagement/deviceCompliancePolicies/$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}/deviceManagement/deviceCompliancePolicies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs index 53cd684f77..556b208ad0 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/DeviceCompliancePoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceCompliancePoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the deviceCompliancePolicies property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -45,6 +46,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."; @@ -58,12 +60,13 @@ public Command BuildCountNavCommand() { return command; } /// - /// Create a new iosCompliancePolicy object. - /// Find more info here + /// Create a new windows81CompliancePolicy object. + /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); - command.Description = "Create a new iosCompliancePolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-create?view=graph-rest-1.0"; + command.Description = "Create a new windows81CompliancePolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-create?view=graph-rest-1.0"; var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the macOSCompliancePolicy objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the macOSCompliancePolicy objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-list?view=graph-rest-1.0"; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DeviceCompliancePoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceCompliancePoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeviceCompliancePoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceCompliancePoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public DeviceCompliancePoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// List properties and relationships of the macOSCompliancePolicy objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -223,8 +228,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new iosCompliancePolicy object. + /// Create a new windows81CompliancePolicy 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 @@ -235,7 +241,7 @@ public RequestInformation ToPostRequestInformation(DeviceCompliancePolicy body, public RequestInformation ToPostRequestInformation(DeviceCompliancePolicy 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}/deviceManagement/deviceCompliancePolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignPostRequestBody.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignPostRequestBody.cs index 5b05063e9e..d2f43f81f6 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignPostRequestBody.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignPostRequestBody.cs @@ -18,7 +18,7 @@ public class AssignPostRequestBody : IAdditionalDataHolder, IParsable { public List Assignments { get; set; } #endif /// - /// Instantiates a new assignPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AssignPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AssignPostRequestBody() { /// /// 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 AssignPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AssignPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"assignments", n => { Assignments = n.GetCollectionOfObjectValues(DeviceCompliancePolicyAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignPostResponse.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignPostResponse.cs index 73896b8449..f6da236408 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignPostResponse.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignPostResponse.cs @@ -18,6 +18,7 @@ public class AssignPostResponse : BaseCollectionPaginationCountResponse, IParsab /// /// 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 new AssignPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class AssignPostResponse : BaseCollectionPaginationCountResponse, IParsab /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceCompliancePolicyAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignRequestBuilder.cs index 1e645b4b95..fd4baad22c 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assign/AssignRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssignRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-assign?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AssignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/assign", pathParameters) { } /// - /// Instantiates a new AssignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/assign", rawUrl) { @@ -94,6 +95,7 @@ public AssignRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/d /// /// Not yet documented /// + /// 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/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/AssignmentsRequestBuilder.cs index 1c843a33d5..75bec7f946 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.deviceCompliancePolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DeviceCompliancePolicyAssignmentItemRequestBuilder(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 deviceCompliancePolicyAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new deviceCompliancePolicyAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the deviceCompliancePolicyAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the deviceCompliancePolicyAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagem /// /// List properties and relationships of the deviceCompliancePolicyAssignment objects. /// + /// 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 deviceCompliancePolicyAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(DeviceCompliancePolicyAssignm public RequestInformation ToPostRequestInformation(DeviceCompliancePolicyAssignment 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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/Count/CountRequestBuilder.cs index 4f940eec3b..e1e61d9d41 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/assignments/$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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/Item/DeviceCompliancePolicyAssignmentItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/Item/DeviceCompliancePolicyAssignmentItemRequestBuilder.cs index 1a438747f6..711f3ade91 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/Item/DeviceCompliancePolicyAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/Assignments/Item/DeviceCompliancePolicyAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DeviceCompliancePolicyAssignmentItemRequestBuilder : BaseCliRequest /// Deletes a deviceCompliancePolicyAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a deviceCompliancePolicyAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceCompliancePolicyAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceCompliancePolicyAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceCompliancePolicyAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceCompliancePolicyAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceCompliancePolicyAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceCompliancePolicyAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/assignments/{deviceCompliancePolicyAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceCompliancePolicyAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceCompliancePolicyAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/assignments/{deviceCompliancePolicyAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public DeviceCompliancePolicyAssignmentItemRequestBuilder(string rawUrl) : base( /// /// Deletes a deviceCompliancePolicyAssignment. /// + /// 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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/assignments/{deviceCompliancePolicyAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceCompliancePolicyAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceCompliancePolicyAssignment 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(DeviceCompliancePolicyAssign public RequestInformation ToPatchRequestInformation(DeviceCompliancePolicyAssignment 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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/assignments/{deviceCompliancePolicyAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs index e0950a995d..ebbda171d6 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceCompliancePolicyItemRequestBuilder.cs @@ -31,6 +31,7 @@ public class DeviceCompliancePolicyItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.deviceCompliancePolicy entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.deviceCompliancePolicy entity."; @@ -56,6 +57,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to call the assign method. /// + /// A public Command BuildAssignNavCommand() { var command = new Command("assign"); command.Description = "Provides operations to call the assign method."; @@ -69,12 +71,13 @@ public Command BuildAssignNavCommand() { return command; } /// - /// Deletes a iosCompliancePolicy. - /// Find more info here + /// Deletes a androidCompliancePolicy. + /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); - command.Description = "Deletes a iosCompliancePolicy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-delete?view=graph-rest-1.0"; + command.Description = "Deletes a androidCompliancePolicy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-delete?view=graph-rest-1.0"; var deviceCompliancePolicyIdOption = new Option("--device-compliance-policy-id", description: "The unique identifier of deviceCompliancePolicy") { }; deviceCompliancePolicyIdOption.IsRequired = true; @@ -105,6 +108,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the deviceSettingStateSummaries property of the microsoft.graph.deviceCompliancePolicy entity. /// + /// A public Command BuildDeviceSettingStateSummariesNavCommand() { var command = new Command("device-setting-state-summaries"); command.Description = "Provides operations to manage the deviceSettingStateSummaries property of the microsoft.graph.deviceCompliancePolicy entity."; @@ -130,6 +134,7 @@ public Command BuildDeviceSettingStateSummariesNavCommand() { /// /// Provides operations to manage the deviceStatuses property of the microsoft.graph.deviceCompliancePolicy entity. /// + /// A public Command BuildDeviceStatusesNavCommand() { var command = new Command("device-statuses"); command.Description = "Provides operations to manage the deviceStatuses property of the microsoft.graph.deviceCompliancePolicy entity."; @@ -155,6 +160,7 @@ public Command BuildDeviceStatusesNavCommand() { /// /// Provides operations to manage the deviceStatusOverview property of the microsoft.graph.deviceCompliancePolicy entity. /// + /// A public Command BuildDeviceStatusOverviewNavCommand() { var command = new Command("device-status-overview"); command.Description = "Provides operations to manage the deviceStatusOverview property of the microsoft.graph.deviceCompliancePolicy entity."; @@ -170,12 +176,13 @@ public Command BuildDeviceStatusOverviewNavCommand() { return command; } /// - /// Read properties and relationships of the windows10MobileCompliancePolicy object. - /// Find more info here + /// Read properties and relationships of the macOSCompliancePolicy object. + /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); - command.Description = "Read properties and relationships of the windows10MobileCompliancePolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-get?view=graph-rest-1.0"; + command.Description = "Read properties and relationships of the macOSCompliancePolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-get?view=graph-rest-1.0"; var deviceCompliancePolicyIdOption = new Option("--device-compliance-policy-id", description: "The unique identifier of deviceCompliancePolicy") { }; deviceCompliancePolicyIdOption.IsRequired = true; @@ -221,12 +228,13 @@ public Command BuildGetCommand() { return command; } /// - /// Update the properties of a windows81CompliancePolicy object. - /// Find more info here + /// Update the properties of a androidCompliancePolicy object. + /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); - command.Description = "Update the properties of a windows81CompliancePolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-update?view=graph-rest-1.0"; + command.Description = "Update the properties of a androidCompliancePolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-update?view=graph-rest-1.0"; var deviceCompliancePolicyIdOption = new Option("--device-compliance-policy-id", description: "The unique identifier of deviceCompliancePolicy") { }; deviceCompliancePolicyIdOption.IsRequired = true; @@ -273,6 +281,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the scheduleActionsForRules method. /// + /// A public Command BuildScheduleActionsForRulesNavCommand() { var command = new Command("schedule-actions-for-rules"); command.Description = "Provides operations to call the scheduleActionsForRules method."; @@ -288,6 +297,7 @@ public Command BuildScheduleActionsForRulesNavCommand() { /// /// Provides operations to manage the scheduledActionsForRule property of the microsoft.graph.deviceCompliancePolicy entity. /// + /// A public Command BuildScheduledActionsForRuleNavCommand() { var command = new Command("scheduled-actions-for-rule"); command.Description = "Provides operations to manage the scheduledActionsForRule property of the microsoft.graph.deviceCompliancePolicy entity."; @@ -313,6 +323,7 @@ public Command BuildScheduledActionsForRuleNavCommand() { /// /// Provides operations to manage the userStatuses property of the microsoft.graph.deviceCompliancePolicy entity. /// + /// A public Command BuildUserStatusesNavCommand() { var command = new Command("user-statuses"); command.Description = "Provides operations to manage the userStatuses property of the microsoft.graph.deviceCompliancePolicy entity."; @@ -338,6 +349,7 @@ public Command BuildUserStatusesNavCommand() { /// /// Provides operations to manage the userStatusOverview property of the microsoft.graph.deviceCompliancePolicy entity. /// + /// A public Command BuildUserStatusOverviewNavCommand() { var command = new Command("user-status-overview"); command.Description = "Provides operations to manage the userStatusOverview property of the microsoft.graph.deviceCompliancePolicy entity."; @@ -353,20 +365,21 @@ public Command BuildUserStatusOverviewNavCommand() { return command; } /// - /// Instantiates a new DeviceCompliancePolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceCompliancePolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceCompliancePolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceCompliancePolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}{?%24expand,%24select}", rawUrl) { } /// - /// Deletes a iosCompliancePolicy. + /// Deletes a androidCompliancePolicy. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -375,14 +388,15 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Read properties and relationships of the windows10MobileCompliancePolicy object. + /// Read properties and relationships of the macOSCompliancePolicy 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 @@ -397,8 +411,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a windows81CompliancePolicy object. + /// Update the properties of a androidCompliancePolicy 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 @@ -409,13 +424,13 @@ public RequestInformation ToPatchRequestInformation(DeviceCompliancePolicy body, public RequestInformation ToPatchRequestInformation(DeviceCompliancePolicy 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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Read properties and relationships of the windows10MobileCompliancePolicy object. + /// Read properties and relationships of the macOSCompliancePolicy object. /// public class DeviceCompliancePolicyItemRequestBuilderGetQueryParameters { /// Expand related entities diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/Count/CountRequestBuilder.cs index 408e341477..d1de8b830b 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceSettingStateSummaries/$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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceSettingStateSummaries/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/DeviceSettingStateSummariesRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/DeviceSettingStateSummariesRequestBuilder.cs index d719ee642d..e9074b787a 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/DeviceSettingStateSummariesRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/DeviceSettingStateSummariesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceSettingStateSummariesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the deviceSettingStateSummaries property of the microsoft.graph.deviceCompliancePolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new SettingStateDeviceSummaryItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to deviceSettingStateSummaries for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to deviceSettingStateSummaries for deviceManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Compliance Setting State Device Summary /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Compliance Setting State Device Summary"; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DeviceSettingStateSummariesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceSettingStateSummariesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceSettingStateSummaries{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeviceSettingStateSummariesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceSettingStateSummariesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceSettingStateSummaries{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public DeviceSettingStateSummariesRequestBuilder(string rawUrl) : base("{+baseur /// /// Compliance Setting State Device Summary /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to deviceSettingStateSummaries for deviceManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(SettingStateDeviceSummary bod public RequestInformation ToPostRequestInformation(SettingStateDeviceSummary 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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceSettingStateSummaries", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/Item/SettingStateDeviceSummaryItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/Item/SettingStateDeviceSummaryItemRequestBuilder.cs index 22e1e9c2bf..b9449593ae 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/Item/SettingStateDeviceSummaryItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceSettingStateSummaries/Item/SettingStateDeviceSummaryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class SettingStateDeviceSummaryItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property deviceSettingStateSummaries for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property deviceSettingStateSummaries for deviceManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Compliance Setting State Device Summary /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Compliance Setting State Device Summary"; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property deviceSettingStateSummaries in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property deviceSettingStateSummaries in deviceManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SettingStateDeviceSummaryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SettingStateDeviceSummaryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceSettingStateSummaries/{settingStateDeviceSummary%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SettingStateDeviceSummaryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SettingStateDeviceSummaryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceSettingStateSummaries/{settingStateDeviceSummary%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public SettingStateDeviceSummaryItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property deviceSettingStateSummaries for deviceManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceSettingStateSummaries/{settingStateDeviceSummary%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Compliance Setting State Device Summary /// + /// 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 /// Update the navigation property deviceSettingStateSummaries in deviceManagement /// + /// 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 ToPatchRequestInformation(SettingStateDeviceSummary bo public RequestInformation ToPatchRequestInformation(SettingStateDeviceSummary 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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceSettingStateSummaries/{settingStateDeviceSummary%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatusOverview/DeviceStatusOverviewRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatusOverview/DeviceStatusOverviewRequestBuilder.cs index 1888181643..c4cc71ef45 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatusOverview/DeviceStatusOverviewRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatusOverview/DeviceStatusOverviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeviceStatusOverviewRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property deviceStatusOverview for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property deviceStatusOverview for deviceManagement"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceComplianceDeviceOverview object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceComplianceDeviceOverview object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceComplianceDeviceOverview object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceComplianceDeviceOverview object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-update?view=graph-rest-1.0"; @@ -154,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceStatusOverviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceStatusOverviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceStatusOverview{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceStatusOverviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceStatusOverviewRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceStatusOverview{?%24expand,%24select}", rawUrl) { @@ -168,6 +171,7 @@ public DeviceStatusOverviewRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property deviceStatusOverview for deviceManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -176,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceStatusOverview", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -184,6 +188,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceComplianceDeviceOverview 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 @@ -200,6 +205,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceComplianceDeviceOverview 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 @@ -210,7 +216,7 @@ public RequestInformation ToPatchRequestInformation(DeviceComplianceDeviceOvervi public RequestInformation ToPatchRequestInformation(DeviceComplianceDeviceOverview 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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceStatusOverview", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/Count/CountRequestBuilder.cs index f4b232e230..d5362065c3 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceStatuses/$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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceStatuses/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs index 9f4eec4e6e..d2030dd5c2 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceStatusesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the deviceStatuses property of the microsoft.graph.deviceCompliancePolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DeviceComplianceDeviceStatusItemRequestBuilder(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 deviceComplianceDeviceStatus object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new deviceComplianceDeviceStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the deviceComplianceDeviceStatus objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the deviceComplianceDeviceStatus objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DeviceStatusesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceStatusesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeviceStatusesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceStatusesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public DeviceStatusesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMana /// /// List properties and relationships of the deviceComplianceDeviceStatus objects. /// + /// 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 deviceComplianceDeviceStatus 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(DeviceComplianceDeviceStatus public RequestInformation ToPostRequestInformation(DeviceComplianceDeviceStatus 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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceStatuses", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/Item/DeviceComplianceDeviceStatusItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/Item/DeviceComplianceDeviceStatusItemRequestBuilder.cs index 182c5fd8f2..19b159ff84 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/Item/DeviceComplianceDeviceStatusItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/DeviceStatuses/Item/DeviceComplianceDeviceStatusItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DeviceComplianceDeviceStatusItemRequestBuilder : BaseCliRequestBuil /// Deletes a deviceComplianceDeviceStatus. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a deviceComplianceDeviceStatus.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceComplianceDeviceStatus object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceComplianceDeviceStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceComplianceDeviceStatus object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceComplianceDeviceStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceComplianceDeviceStatusItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceComplianceDeviceStatusItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceStatuses/{deviceComplianceDeviceStatus%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceComplianceDeviceStatusItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceComplianceDeviceStatusItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceStatuses/{deviceComplianceDeviceStatus%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public DeviceComplianceDeviceStatusItemRequestBuilder(string rawUrl) : base("{+b /// /// Deletes a deviceComplianceDeviceStatus. /// + /// 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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceStatuses/{deviceComplianceDeviceStatus%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceComplianceDeviceStatus 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceComplianceDeviceStatus 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(DeviceComplianceDeviceStatus public RequestInformation ToPatchRequestInformation(DeviceComplianceDeviceStatus 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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/deviceStatuses/{deviceComplianceDeviceStatus%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduleActionsForRules/ScheduleActionsForRulesPostRequestBody.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduleActionsForRules/ScheduleActionsForRulesPostRequestBody.cs index e35f66ff97..21b15a7d9e 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduleActionsForRules/ScheduleActionsForRulesPostRequestBody.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduleActionsForRules/ScheduleActionsForRulesPostRequestBody.cs @@ -18,7 +18,7 @@ public class ScheduleActionsForRulesPostRequestBody : IAdditionalDataHolder, IPa public List DeviceComplianceScheduledActionForRules { get; set; } #endif /// - /// Instantiates a new scheduleActionsForRulesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ScheduleActionsForRulesPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ScheduleActionsForRulesPostRequestBody() { /// /// 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 ScheduleActionsForRulesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ScheduleActionsForRulesPostRequestBody CreateFromDiscriminatorValu /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"deviceComplianceScheduledActionForRules", n => { DeviceComplianceScheduledActionForRules = n.GetCollectionOfObjectValues(DeviceComplianceScheduledActionForRule.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduleActionsForRules/ScheduleActionsForRulesRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduleActionsForRules/ScheduleActionsForRulesRequestBuilder.cs index 20c094bec1..f5ddce678b 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduleActionsForRules/ScheduleActionsForRulesRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduleActionsForRules/ScheduleActionsForRulesRequestBuilder.cs @@ -22,6 +22,7 @@ public class ScheduleActionsForRulesRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-scheduleactionsforrules?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ScheduleActionsForRulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScheduleActionsForRulesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduleActionsForRules", pathParameters) { } /// - /// Instantiates a new ScheduleActionsForRulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScheduleActionsForRulesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduleActionsForRules", rawUrl) { @@ -73,6 +74,7 @@ public ScheduleActionsForRulesRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Not yet documented /// + /// 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/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Count/CountRequestBuilder.cs index adecf25e50..f1dc777362 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule/$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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.cs index f7e076ba11..94dffb10ec 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceComplianceScheduledActionForRuleItemRequestBuilder : BaseCliR /// Deletes a deviceComplianceScheduledActionForRule. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a deviceComplianceScheduledActionForRule.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-delete?view=graph-rest-1.0"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceComplianceScheduledActionForRule object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceComplianceScheduledActionForRule object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-get?view=graph-rest-1.0"; @@ -121,6 +123,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceComplianceScheduledActionForRule object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceComplianceScheduledActionForRule object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-update?view=graph-rest-1.0"; @@ -176,6 +179,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the scheduledActionConfigurations property of the microsoft.graph.deviceComplianceScheduledActionForRule entity. /// + /// A public Command BuildScheduledActionConfigurationsNavCommand() { var command = new Command("scheduled-action-configurations"); command.Description = "Provides operations to manage the scheduledActionConfigurations property of the microsoft.graph.deviceComplianceScheduledActionForRule entity."; @@ -199,13 +203,13 @@ public Command BuildScheduledActionConfigurationsNavCommand() { return command; } /// - /// Instantiates a new DeviceComplianceScheduledActionForRuleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceComplianceScheduledActionForRuleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceComplianceScheduledActionForRuleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceComplianceScheduledActionForRuleItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule%2Did}{?%24expand,%24select}", rawUrl) { @@ -213,6 +217,7 @@ public DeviceComplianceScheduledActionForRuleItemRequestBuilder(string rawUrl) : /// /// Deletes a deviceComplianceScheduledActionForRule. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -221,7 +226,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -229,6 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceComplianceScheduledActionForRule 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,6 +251,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceComplianceScheduledActionForRule 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 @@ -255,7 +262,7 @@ public RequestInformation ToPatchRequestInformation(DeviceComplianceScheduledAct public RequestInformation ToPatchRequestInformation(DeviceComplianceScheduledActionForRule 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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/Count/CountRequestBuilder.cs index 7f6ea6c730..3f1b6f6bbe 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/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"; @@ -65,13 +66,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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule%2Did}/scheduledActionConfigurations/$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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule%2Did}/scheduledActionConfigurations/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/Item/DeviceComplianceActionItemItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/Item/DeviceComplianceActionItemItemRequestBuilder.cs index 7f1fabc353..24aed04bb1 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/Item/DeviceComplianceActionItemItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/Item/DeviceComplianceActionItemItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DeviceComplianceActionItemItemRequestBuilder : BaseCliRequestBuilde /// Deletes a deviceComplianceActionItem. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a deviceComplianceActionItem.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-delete?view=graph-rest-1.0"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceComplianceActionItem object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceComplianceActionItem object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-get?view=graph-rest-1.0"; @@ -132,6 +134,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceComplianceActionItem object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceComplianceActionItem object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-update?view=graph-rest-1.0"; @@ -191,13 +194,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceComplianceActionItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceComplianceActionItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule%2Did}/scheduledActionConfigurations/{deviceComplianceActionItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceComplianceActionItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceComplianceActionItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule%2Did}/scheduledActionConfigurations/{deviceComplianceActionItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -205,6 +208,7 @@ public DeviceComplianceActionItemItemRequestBuilder(string rawUrl) : base("{+bas /// /// Deletes a deviceComplianceActionItem. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,7 +217,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule%2Did}/scheduledActionConfigurations/{deviceComplianceActionItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -221,6 +225,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceComplianceActionItem 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 @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceComplianceActionItem 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 @@ -247,7 +253,7 @@ public RequestInformation ToPatchRequestInformation(DeviceComplianceActionItem b public RequestInformation ToPatchRequestInformation(DeviceComplianceActionItem 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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule%2Did}/scheduledActionConfigurations/{deviceComplianceActionItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/ScheduledActionConfigurationsRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/ScheduledActionConfigurationsRequestBuilder.cs index dca314e5ba..ac57bfd77d 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/ScheduledActionConfigurationsRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/ScheduledActionConfigurations/ScheduledActionConfigurationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScheduledActionConfigurationsRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the scheduledActionConfigurations property of the microsoft.graph.deviceComplianceScheduledActionForRule entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DeviceComplianceActionItemItemRequestBuilder(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 deviceComplianceActionItem object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new deviceComplianceActionItem object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-create?view=graph-rest-1.0"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the deviceComplianceActionItem objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the deviceComplianceActionItem objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-list?view=graph-rest-1.0"; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScheduledActionConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScheduledActionConfigurationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule%2Did}/scheduledActionConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScheduledActionConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScheduledActionConfigurationsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule%2Did}/scheduledActionConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public ScheduledActionConfigurationsRequestBuilder(string rawUrl) : base("{+base /// /// List properties and relationships of the deviceComplianceActionItem objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new deviceComplianceActionItem 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(DeviceComplianceActionItem bo public RequestInformation ToPostRequestInformation(DeviceComplianceActionItem 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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule%2Did}/scheduledActionConfigurations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilder.cs index a7b53a46d1..be9191098f 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScheduledActionsForRuleRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scheduledActionsForRule property of the microsoft.graph.deviceCompliancePolicy 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new deviceComplianceScheduledActionForRule object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new deviceComplianceScheduledActionForRule object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-create?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the deviceComplianceScheduledActionForRule objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the deviceComplianceScheduledActionForRule objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-list?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScheduledActionsForRuleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScheduledActionsForRuleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScheduledActionsForRuleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScheduledActionsForRuleRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public ScheduledActionsForRuleRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// List properties and relationships of the deviceComplianceScheduledActionForRule objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new deviceComplianceScheduledActionForRule 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(DeviceComplianceScheduledActi public RequestInformation ToPostRequestInformation(DeviceComplianceScheduledActionForRule 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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/scheduledActionsForRule", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatusOverview/UserStatusOverviewRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatusOverview/UserStatusOverviewRequestBuilder.cs index 809a784c20..947bcdea8e 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatusOverview/UserStatusOverviewRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatusOverview/UserStatusOverviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserStatusOverviewRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property userStatusOverview for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userStatusOverview for deviceManagement"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceComplianceUserOverview object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceComplianceUserOverview object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceComplianceUserOverview object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceComplianceUserOverview object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-update?view=graph-rest-1.0"; @@ -154,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserStatusOverviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserStatusOverviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/userStatusOverview{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserStatusOverviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserStatusOverviewRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/userStatusOverview{?%24expand,%24select}", rawUrl) { @@ -168,6 +171,7 @@ public UserStatusOverviewRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// Delete navigation property userStatusOverview for deviceManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -176,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/userStatusOverview", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -184,6 +188,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceComplianceUserOverview 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 @@ -200,6 +205,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceComplianceUserOverview 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 @@ -210,7 +216,7 @@ public RequestInformation ToPatchRequestInformation(DeviceComplianceUserOverview public RequestInformation ToPatchRequestInformation(DeviceComplianceUserOverview 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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/userStatusOverview", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/Count/CountRequestBuilder.cs index c0191e49ff..de617ee556 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/userStatuses/$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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/userStatuses/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/Item/DeviceComplianceUserStatusItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/Item/DeviceComplianceUserStatusItemRequestBuilder.cs index 53da3f8d1d..9d6956cf3d 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/Item/DeviceComplianceUserStatusItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/Item/DeviceComplianceUserStatusItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DeviceComplianceUserStatusItemRequestBuilder : BaseCliRequestBuilde /// Deletes a deviceComplianceUserStatus. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a deviceComplianceUserStatus.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceComplianceUserStatus object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceComplianceUserStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceComplianceUserStatus object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceComplianceUserStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceComplianceUserStatusItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceComplianceUserStatusItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/userStatuses/{deviceComplianceUserStatus%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceComplianceUserStatusItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceComplianceUserStatusItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/userStatuses/{deviceComplianceUserStatus%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public DeviceComplianceUserStatusItemRequestBuilder(string rawUrl) : base("{+bas /// /// Deletes a deviceComplianceUserStatus. /// + /// 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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/userStatuses/{deviceComplianceUserStatus%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceComplianceUserStatus 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceComplianceUserStatus 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(DeviceComplianceUserStatus b public RequestInformation ToPatchRequestInformation(DeviceComplianceUserStatus 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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/userStatuses/{deviceComplianceUserStatus%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/UserStatusesRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/UserStatusesRequestBuilder.cs index ad420d334e..ce7220ac5e 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/UserStatusesRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicies/Item/UserStatuses/UserStatusesRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserStatusesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the userStatuses property of the microsoft.graph.deviceCompliancePolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DeviceComplianceUserStatusItemRequestBuilder(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 deviceComplianceUserStatus object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new deviceComplianceUserStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the deviceComplianceUserStatus objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the deviceComplianceUserStatus objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserStatusesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserStatusesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/userStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserStatusesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserStatusesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/userStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public UserStatusesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManage /// /// List properties and relationships of the deviceComplianceUserStatus objects. /// + /// 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 deviceComplianceUserStatus 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(DeviceComplianceUserStatus bo public RequestInformation ToPostRequestInformation(DeviceComplianceUserStatus 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}/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy%2Did}/userStatuses", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicyDeviceStateSummary/DeviceCompliancePolicyDeviceStateSummaryRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicyDeviceStateSummary/DeviceCompliancePolicyDeviceStateSummaryRequestBuilder.cs index bd004f02b6..9c282a9fa4 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicyDeviceStateSummary/DeviceCompliancePolicyDeviceStateSummaryRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicyDeviceStateSummary/DeviceCompliancePolicyDeviceStateSummaryRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeviceCompliancePolicyDeviceStateSummaryRequestBuilder : BaseCliReq /// /// Delete navigation property deviceCompliancePolicyDeviceStateSummary for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property deviceCompliancePolicyDeviceStateSummary for deviceManagement"; @@ -50,6 +51,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceCompliancePolicyDeviceStateSummary object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceCompliancePolicyDeviceStateSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-get?view=graph-rest-1.0"; @@ -95,6 +97,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceCompliancePolicyDeviceStateSummary object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceCompliancePolicyDeviceStateSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-update?view=graph-rest-1.0"; @@ -136,13 +139,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceCompliancePolicyDeviceStateSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceCompliancePolicyDeviceStateSummaryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicyDeviceStateSummary{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceCompliancePolicyDeviceStateSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceCompliancePolicyDeviceStateSummaryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicyDeviceStateSummary{?%24expand,%24select}", rawUrl) { @@ -150,6 +153,7 @@ public DeviceCompliancePolicyDeviceStateSummaryRequestBuilder(string rawUrl) : b /// /// Delete navigation property deviceCompliancePolicyDeviceStateSummary for deviceManagement /// + /// 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}/deviceManagement/deviceCompliancePolicyDeviceStateSummary", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -166,6 +170,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceCompliancePolicyDeviceStateSummary 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 @@ -182,6 +187,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceCompliancePolicyDeviceStateSummary 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 @@ -192,7 +198,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.DeviceComplian public RequestInformation ToPatchRequestInformation(ApiSdk.Models.DeviceCompliancePolicyDeviceStateSummary 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}/deviceManagement/deviceCompliancePolicyDeviceStateSummary", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Count/CountRequestBuilder.cs index 5e10ad7b52..2ec4fb0fc6 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/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}/deviceManagement/deviceCompliancePolicySettingStateSummaries/$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}/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/DeviceCompliancePolicySettingStateSummariesRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/DeviceCompliancePolicySettingStateSummariesRequestBuilder.cs index e88e301201..43f388c85b 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/DeviceCompliancePolicySettingStateSummariesRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/DeviceCompliancePolicySettingStateSummariesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceCompliancePolicySettingStateSummariesRequestBuilder : BaseCli /// /// Provides operations to manage the deviceCompliancePolicySettingStateSummaries property of the microsoft.graph.deviceManagement 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new deviceCompliancePolicySettingStateSummary object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new deviceCompliancePolicySettingStateSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-create?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the deviceCompliancePolicySettingStateSummary objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the deviceCompliancePolicySettingStateSummary objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DeviceCompliancePolicySettingStateSummariesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceCompliancePolicySettingStateSummariesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicySettingStateSummaries{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeviceCompliancePolicySettingStateSummariesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceCompliancePolicySettingStateSummariesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicySettingStateSummaries{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public DeviceCompliancePolicySettingStateSummariesRequestBuilder(string rawUrl) /// /// List properties and relationships of the deviceCompliancePolicySettingStateSummary objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new deviceCompliancePolicySettingStateSummary 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(DeviceCompliancePolicySetting public RequestInformation ToPostRequestInformation(DeviceCompliancePolicySettingStateSummary 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}/deviceManagement/deviceCompliancePolicySettingStateSummaries", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceCompliancePolicySettingStateSummaryItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceCompliancePolicySettingStateSummaryItemRequestBuilder.cs index 31d634ca6c..186204495d 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceCompliancePolicySettingStateSummaryItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceCompliancePolicySettingStateSummaryItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceCompliancePolicySettingStateSummaryItemRequestBuilder : BaseC /// Deletes a deviceCompliancePolicySettingStateSummary. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a deviceCompliancePolicySettingStateSummary.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the deviceComplianceSettingStates property of the microsoft.graph.deviceCompliancePolicySettingStateSummary entity. /// + /// A public Command BuildDeviceComplianceSettingStatesNavCommand() { var command = new Command("device-compliance-setting-states"); command.Description = "Provides operations to manage the deviceComplianceSettingStates property of the microsoft.graph.deviceCompliancePolicySettingStateSummary entity."; @@ -83,6 +85,7 @@ public Command BuildDeviceComplianceSettingStatesNavCommand() { /// Read properties and relationships of the deviceCompliancePolicySettingStateSummary object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceCompliancePolicySettingStateSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get?view=graph-rest-1.0"; @@ -134,6 +137,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceCompliancePolicySettingStateSummary object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceCompliancePolicySettingStateSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-update?view=graph-rest-1.0"; @@ -181,13 +185,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceCompliancePolicySettingStateSummaryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceCompliancePolicySettingStateSummaryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceCompliancePolicySettingStateSummaryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceCompliancePolicySettingStateSummaryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary%2Did}{?%24expand,%24select}", rawUrl) { @@ -195,6 +199,7 @@ public DeviceCompliancePolicySettingStateSummaryItemRequestBuilder(string rawUrl /// /// Deletes a deviceCompliancePolicySettingStateSummary. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -203,7 +208,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -211,6 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceCompliancePolicySettingStateSummary 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 @@ -227,6 +233,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceCompliancePolicySettingStateSummary 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 @@ -237,7 +244,7 @@ public RequestInformation ToPatchRequestInformation(DeviceCompliancePolicySettin public RequestInformation ToPatchRequestInformation(DeviceCompliancePolicySettingStateSummary 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}/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/Count/CountRequestBuilder.cs index 7c019aa8ce..6b812b99e7 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/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}/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary%2Did}/deviceComplianceSettingStates/$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}/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary%2Did}/deviceComplianceSettingStates/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/DeviceComplianceSettingStatesRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/DeviceComplianceSettingStatesRequestBuilder.cs index b53ba8464b..914016f0f7 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/DeviceComplianceSettingStatesRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/DeviceComplianceSettingStatesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceComplianceSettingStatesRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the deviceComplianceSettingStates property of the microsoft.graph.deviceCompliancePolicySettingStateSummary entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DeviceComplianceSettingStateItemRequestBuilder(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 deviceComplianceSettingState object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new deviceComplianceSettingState object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the deviceComplianceSettingState objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the deviceComplianceSettingState objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DeviceComplianceSettingStatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceComplianceSettingStatesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary%2Did}/deviceComplianceSettingStates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeviceComplianceSettingStatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceComplianceSettingStatesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary%2Did}/deviceComplianceSettingStates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public DeviceComplianceSettingStatesRequestBuilder(string rawUrl) : base("{+base /// /// List properties and relationships of the deviceComplianceSettingState objects. /// + /// 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 deviceComplianceSettingState 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(DeviceComplianceSettingState public RequestInformation ToPostRequestInformation(DeviceComplianceSettingState 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}/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary%2Did}/deviceComplianceSettingStates", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/Item/DeviceComplianceSettingStateItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/Item/DeviceComplianceSettingStateItemRequestBuilder.cs index 88ac3689b7..c8b622cc10 100644 --- a/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/Item/DeviceComplianceSettingStateItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceCompliancePolicySettingStateSummaries/Item/DeviceComplianceSettingStates/Item/DeviceComplianceSettingStateItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DeviceComplianceSettingStateItemRequestBuilder : BaseCliRequestBuil /// Deletes a deviceComplianceSettingState. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a deviceComplianceSettingState.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceComplianceSettingState object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceComplianceSettingState object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceComplianceSettingState object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceComplianceSettingState object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceComplianceSettingStateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceComplianceSettingStateItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary%2Did}/deviceComplianceSettingStates/{deviceComplianceSettingState%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceComplianceSettingStateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceComplianceSettingStateItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary%2Did}/deviceComplianceSettingStates/{deviceComplianceSettingState%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public DeviceComplianceSettingStateItemRequestBuilder(string rawUrl) : base("{+b /// /// Deletes a deviceComplianceSettingState. /// + /// 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}/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary%2Did}/deviceComplianceSettingStates/{deviceComplianceSettingState%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceComplianceSettingState 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceComplianceSettingState 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(DeviceComplianceSettingState public RequestInformation ToPatchRequestInformation(DeviceComplianceSettingState 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}/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary%2Did}/deviceComplianceSettingStates/{deviceComplianceSettingState%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceConfigurationDeviceStateSummaries/DeviceConfigurationDeviceStateSummariesRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurationDeviceStateSummaries/DeviceConfigurationDeviceStateSummariesRequestBuilder.cs index c9b0db7da4..0c6e8e4dc3 100644 --- a/src/generated/DeviceManagement/DeviceConfigurationDeviceStateSummaries/DeviceConfigurationDeviceStateSummariesRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurationDeviceStateSummaries/DeviceConfigurationDeviceStateSummariesRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeviceConfigurationDeviceStateSummariesRequestBuilder : BaseCliRequ /// /// Delete navigation property deviceConfigurationDeviceStateSummaries for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property deviceConfigurationDeviceStateSummaries for deviceManagement"; @@ -50,6 +51,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceConfigurationDeviceStateSummary object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceConfigurationDeviceStateSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-get?view=graph-rest-1.0"; @@ -95,6 +97,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceConfigurationDeviceStateSummary object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceConfigurationDeviceStateSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-update?view=graph-rest-1.0"; @@ -136,13 +139,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceConfigurationDeviceStateSummariesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceConfigurationDeviceStateSummariesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceConfigurationDeviceStateSummaries{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceConfigurationDeviceStateSummariesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceConfigurationDeviceStateSummariesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceConfigurationDeviceStateSummaries{?%24expand,%24select}", rawUrl) { @@ -150,6 +153,7 @@ public DeviceConfigurationDeviceStateSummariesRequestBuilder(string rawUrl) : ba /// /// Delete navigation property deviceConfigurationDeviceStateSummaries for deviceManagement /// + /// 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}/deviceManagement/deviceConfigurationDeviceStateSummaries", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -166,6 +170,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceConfigurationDeviceStateSummary 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 @@ -182,6 +187,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceConfigurationDeviceStateSummary 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 @@ -192,7 +198,7 @@ public RequestInformation ToPatchRequestInformation(DeviceConfigurationDeviceSta public RequestInformation ToPatchRequestInformation(DeviceConfigurationDeviceStateSummary 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}/deviceManagement/deviceConfigurationDeviceStateSummaries", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceConfigurations/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/Count/CountRequestBuilder.cs index 76860689ab..b91feb305d 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/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}/deviceManagement/deviceConfigurations/$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}/deviceManagement/deviceConfigurations/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs index 227243d859..012bec58ca 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/DeviceConfigurationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceConfigurationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the deviceConfigurations property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -44,6 +45,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."; @@ -57,12 +59,13 @@ public Command BuildCountNavCommand() { return command; } /// - /// Create a new windows10EnterpriseModernAppManagementConfiguration object. - /// Find more info here + /// Create a new editionUpgradeConfiguration object. + /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); - command.Description = "Create a new windows10EnterpriseModernAppManagementConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-create?view=graph-rest-1.0"; + command.Description = "Create a new editionUpgradeConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-editionupgradeconfiguration-create?view=graph-rest-1.0"; var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -101,12 +104,13 @@ public Command BuildCreateCommand() { return command; } /// - /// List properties and relationships of the windowsPhone81CustomConfiguration objects. - /// Find more info here + /// List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects. + /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); - command.Description = "List properties and relationships of the windowsPhone81CustomConfiguration objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81customconfiguration-list?view=graph-rest-1.0"; + command.Description = "List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilegeneraldeviceconfiguration-list?view=graph-rest-1.0"; var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -194,20 +198,21 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DeviceConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceConfigurationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeviceConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceConfigurationsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// - /// List properties and relationships of the windowsPhone81CustomConfiguration objects. + /// List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -222,8 +227,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new windows10EnterpriseModernAppManagementConfiguration object. + /// Create a new editionUpgradeConfiguration 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 @@ -234,13 +240,13 @@ public RequestInformation ToPostRequestInformation(DeviceConfiguration body, Act public RequestInformation ToPostRequestInformation(DeviceConfiguration 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}/deviceManagement/deviceConfigurations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// List properties and relationships of the windowsPhone81CustomConfiguration objects. + /// List properties and relationships of the androidWorkProfileGeneralDeviceConfiguration objects. /// public class DeviceConfigurationsRequestBuilderGetQueryParameters { /// Include count of items diff --git a/src/generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignPostRequestBody.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignPostRequestBody.cs index 1015f9f2dd..3f94494dbb 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignPostRequestBody.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignPostRequestBody.cs @@ -18,7 +18,7 @@ public class AssignPostRequestBody : IAdditionalDataHolder, IParsable { public List Assignments { get; set; } #endif /// - /// Instantiates a new assignPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AssignPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AssignPostRequestBody() { /// /// 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 AssignPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AssignPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"assignments", n => { Assignments = n.GetCollectionOfObjectValues(DeviceConfigurationAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignPostResponse.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignPostResponse.cs index 9d24efbc66..4f1efe3fcb 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignPostResponse.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignPostResponse.cs @@ -18,6 +18,7 @@ public class AssignPostResponse : BaseCollectionPaginationCountResponse, IParsab /// /// 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 new AssignPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class AssignPostResponse : BaseCollectionPaginationCountResponse, IParsab /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceConfigurationAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignRequestBuilder.cs index 36bce2a9eb..a235a154b0 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/Assign/AssignRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssignRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfiguration-assign?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AssignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/assign", pathParameters) { } /// - /// Instantiates a new AssignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/assign", rawUrl) { @@ -94,6 +95,7 @@ public AssignRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/d /// /// Not yet documented /// + /// 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/DeviceManagement/DeviceConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs index 20a1f6a015..d5bb9f68a7 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.deviceConfiguration entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DeviceConfigurationAssignmentItemRequestBuilder(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 deviceConfigurationAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new deviceConfigurationAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the deviceConfigurationAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the deviceConfigurationAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagem /// /// List properties and relationships of the deviceConfigurationAssignment objects. /// + /// 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 deviceConfigurationAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(DeviceConfigurationAssignment public RequestInformation ToPostRequestInformation(DeviceConfigurationAssignment 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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceConfigurations/Item/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/Assignments/Count/CountRequestBuilder.cs index 0539d34110..b654a558c5 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/Assignments/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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/assignments/$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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DeviceConfigurations/Item/Assignments/Item/DeviceConfigurationAssignmentItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/Assignments/Item/DeviceConfigurationAssignmentItemRequestBuilder.cs index 6900ff43a4..81ad61fc4e 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/Assignments/Item/DeviceConfigurationAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/Assignments/Item/DeviceConfigurationAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DeviceConfigurationAssignmentItemRequestBuilder : BaseCliRequestBui /// Deletes a deviceConfigurationAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a deviceConfigurationAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceConfigurationAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceConfigurationAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceConfigurationAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceConfigurationAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceConfigurationAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceConfigurationAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/assignments/{deviceConfigurationAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceConfigurationAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceConfigurationAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/assignments/{deviceConfigurationAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public DeviceConfigurationAssignmentItemRequestBuilder(string rawUrl) : base("{+ /// /// Deletes a deviceConfigurationAssignment. /// + /// 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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/assignments/{deviceConfigurationAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceConfigurationAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceConfigurationAssignment 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(DeviceConfigurationAssignmen public RequestInformation ToPatchRequestInformation(DeviceConfigurationAssignment 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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/assignments/{deviceConfigurationAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs index 9e172dd83c..caf3bc659d 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceConfigurationItemRequestBuilder.cs @@ -30,6 +30,7 @@ public class DeviceConfigurationItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.deviceConfiguration entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.deviceConfiguration entity."; @@ -55,6 +56,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to call the assign method. /// + /// A public Command BuildAssignNavCommand() { var command = new Command("assign"); command.Description = "Provides operations to call the assign method."; @@ -68,12 +70,13 @@ public Command BuildAssignNavCommand() { return command; } /// - /// Deletes a sharedPCConfiguration. - /// Find more info here + /// Deletes a windows10GeneralConfiguration. + /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); - command.Description = "Deletes a sharedPCConfiguration.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-sharedpcconfiguration-delete?view=graph-rest-1.0"; + command.Description = "Deletes a windows10GeneralConfiguration.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10generalconfiguration-delete?view=graph-rest-1.0"; var deviceConfigurationIdOption = new Option("--device-configuration-id", description: "The unique identifier of deviceConfiguration") { }; deviceConfigurationIdOption.IsRequired = true; @@ -104,6 +107,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the deviceSettingStateSummaries property of the microsoft.graph.deviceConfiguration entity. /// + /// A public Command BuildDeviceSettingStateSummariesNavCommand() { var command = new Command("device-setting-state-summaries"); command.Description = "Provides operations to manage the deviceSettingStateSummaries property of the microsoft.graph.deviceConfiguration entity."; @@ -129,6 +133,7 @@ public Command BuildDeviceSettingStateSummariesNavCommand() { /// /// Provides operations to manage the deviceStatuses property of the microsoft.graph.deviceConfiguration entity. /// + /// A public Command BuildDeviceStatusesNavCommand() { var command = new Command("device-statuses"); command.Description = "Provides operations to manage the deviceStatuses property of the microsoft.graph.deviceConfiguration entity."; @@ -154,6 +159,7 @@ public Command BuildDeviceStatusesNavCommand() { /// /// Provides operations to manage the deviceStatusOverview property of the microsoft.graph.deviceConfiguration entity. /// + /// A public Command BuildDeviceStatusOverviewNavCommand() { var command = new Command("device-status-overview"); command.Description = "Provides operations to manage the deviceStatusOverview property of the microsoft.graph.deviceConfiguration entity."; @@ -169,12 +175,13 @@ public Command BuildDeviceStatusOverviewNavCommand() { return command; } /// - /// Read properties and relationships of the windows10EnterpriseModernAppManagementConfiguration object. - /// Find more info here + /// Read properties and relationships of the windows10GeneralConfiguration object. + /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); - command.Description = "Read properties and relationships of the windows10EnterpriseModernAppManagementConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-get?view=graph-rest-1.0"; + command.Description = "Read properties and relationships of the windows10GeneralConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10generalconfiguration-get?view=graph-rest-1.0"; var deviceConfigurationIdOption = new Option("--device-configuration-id", description: "The unique identifier of deviceConfiguration") { }; deviceConfigurationIdOption.IsRequired = true; @@ -222,6 +229,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getOmaSettingPlainTextValue method. /// + /// A public Command BuildGetOmaSettingPlainTextValueWithSecretReferenceValueIdRbCommand() { var command = new Command("get-oma-setting-plain-text-value-with-secret-reference-value-id"); command.Description = "Provides operations to call the getOmaSettingPlainTextValue method."; @@ -235,12 +243,13 @@ public Command BuildGetOmaSettingPlainTextValueWithSecretReferenceValueIdRbComma return command; } /// - /// Update the properties of a iosGeneralDeviceConfiguration object. - /// Find more info here + /// Update the properties of a androidGeneralDeviceConfiguration object. + /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); - command.Description = "Update the properties of a iosGeneralDeviceConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-iosgeneraldeviceconfiguration-update?view=graph-rest-1.0"; + command.Description = "Update the properties of a androidGeneralDeviceConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-androidgeneraldeviceconfiguration-update?view=graph-rest-1.0"; var deviceConfigurationIdOption = new Option("--device-configuration-id", description: "The unique identifier of deviceConfiguration") { }; deviceConfigurationIdOption.IsRequired = true; @@ -287,6 +296,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the userStatuses property of the microsoft.graph.deviceConfiguration entity. /// + /// A public Command BuildUserStatusesNavCommand() { var command = new Command("user-statuses"); command.Description = "Provides operations to manage the userStatuses property of the microsoft.graph.deviceConfiguration entity."; @@ -312,6 +322,7 @@ public Command BuildUserStatusesNavCommand() { /// /// Provides operations to manage the userStatusOverview property of the microsoft.graph.deviceConfiguration entity. /// + /// A public Command BuildUserStatusOverviewNavCommand() { var command = new Command("user-status-overview"); command.Description = "Provides operations to manage the userStatusOverview property of the microsoft.graph.deviceConfiguration entity."; @@ -327,20 +338,21 @@ public Command BuildUserStatusOverviewNavCommand() { return command; } /// - /// Instantiates a new DeviceConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceConfigurationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceConfigurationItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}{?%24expand,%24select}", rawUrl) { } /// - /// Deletes a sharedPCConfiguration. + /// Deletes a windows10GeneralConfiguration. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -349,14 +361,15 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Read properties and relationships of the windows10EnterpriseModernAppManagementConfiguration object. + /// Read properties and relationships of the windows10GeneralConfiguration 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 @@ -371,8 +384,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a iosGeneralDeviceConfiguration object. + /// Update the properties of a androidGeneralDeviceConfiguration 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 @@ -383,13 +397,13 @@ public RequestInformation ToPatchRequestInformation(DeviceConfiguration body, Ac public RequestInformation ToPatchRequestInformation(DeviceConfiguration 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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Read properties and relationships of the windows10EnterpriseModernAppManagementConfiguration object. + /// Read properties and relationships of the windows10GeneralConfiguration object. /// public class DeviceConfigurationItemRequestBuilderGetQueryParameters { /// Expand related entities diff --git a/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/Count/CountRequestBuilder.cs index 6304dcd356..b8ff52090f 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceSettingStateSummaries/$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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceSettingStateSummaries/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/DeviceSettingStateSummariesRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/DeviceSettingStateSummariesRequestBuilder.cs index 69307fb44c..dfc907cb60 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/DeviceSettingStateSummariesRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/DeviceSettingStateSummariesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceSettingStateSummariesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the deviceSettingStateSummaries property of the microsoft.graph.deviceConfiguration entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new SettingStateDeviceSummaryItemRequestBuilder(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 settingStateDeviceSummary object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new settingStateDeviceSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the settingStateDeviceSummary objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the settingStateDeviceSummary objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DeviceSettingStateSummariesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceSettingStateSummariesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceSettingStateSummaries{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeviceSettingStateSummariesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceSettingStateSummariesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceSettingStateSummaries{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public DeviceSettingStateSummariesRequestBuilder(string rawUrl) : base("{+baseur /// /// List properties and relationships of the settingStateDeviceSummary objects. /// + /// 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 settingStateDeviceSummary 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(SettingStateDeviceSummary bod public RequestInformation ToPostRequestInformation(SettingStateDeviceSummary 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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceSettingStateSummaries", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/Item/SettingStateDeviceSummaryItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/Item/SettingStateDeviceSummaryItemRequestBuilder.cs index 7e20b2aca7..4bcc81016c 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/Item/SettingStateDeviceSummaryItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceSettingStateSummaries/Item/SettingStateDeviceSummaryItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class SettingStateDeviceSummaryItemRequestBuilder : BaseCliRequestBuilder /// Deletes a settingStateDeviceSummary. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a settingStateDeviceSummary.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the settingStateDeviceSummary object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the settingStateDeviceSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a settingStateDeviceSummary object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a settingStateDeviceSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SettingStateDeviceSummaryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SettingStateDeviceSummaryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceSettingStateSummaries/{settingStateDeviceSummary%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SettingStateDeviceSummaryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SettingStateDeviceSummaryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceSettingStateSummaries/{settingStateDeviceSummary%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public SettingStateDeviceSummaryItemRequestBuilder(string rawUrl) : base("{+base /// /// Deletes a settingStateDeviceSummary. /// + /// 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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceSettingStateSummaries/{settingStateDeviceSummary%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the settingStateDeviceSummary 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a settingStateDeviceSummary 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(SettingStateDeviceSummary bo public RequestInformation ToPatchRequestInformation(SettingStateDeviceSummary 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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceSettingStateSummaries/{settingStateDeviceSummary%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatusOverview/DeviceStatusOverviewRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatusOverview/DeviceStatusOverviewRequestBuilder.cs index 856f9028df..c98201f27d 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatusOverview/DeviceStatusOverviewRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatusOverview/DeviceStatusOverviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeviceStatusOverviewRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property deviceStatusOverview for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property deviceStatusOverview for deviceManagement"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceConfigurationDeviceOverview object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceConfigurationDeviceOverview object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceConfigurationDeviceOverview object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceConfigurationDeviceOverview object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-update?view=graph-rest-1.0"; @@ -154,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceStatusOverviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceStatusOverviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceStatusOverview{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceStatusOverviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceStatusOverviewRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceStatusOverview{?%24expand,%24select}", rawUrl) { @@ -168,6 +171,7 @@ public DeviceStatusOverviewRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Delete navigation property deviceStatusOverview for deviceManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -176,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceStatusOverview", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -184,6 +188,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceConfigurationDeviceOverview 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 @@ -200,6 +205,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceConfigurationDeviceOverview 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 @@ -210,7 +216,7 @@ public RequestInformation ToPatchRequestInformation(DeviceConfigurationDeviceOve public RequestInformation ToPatchRequestInformation(DeviceConfigurationDeviceOverview 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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceStatusOverview", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/Count/CountRequestBuilder.cs index 8b40820593..b9aa0bac2a 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceStatuses/$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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceStatuses/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs index 5ac5f41dd4..df6cbc2b00 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/DeviceStatusesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceStatusesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the deviceStatuses property of the microsoft.graph.deviceConfiguration entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DeviceConfigurationDeviceStatusItemRequestBuilder(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 deviceConfigurationDeviceStatus object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new deviceConfigurationDeviceStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the deviceConfigurationDeviceStatus objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the deviceConfigurationDeviceStatus objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DeviceStatusesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceStatusesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeviceStatusesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceStatusesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public DeviceStatusesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMana /// /// List properties and relationships of the deviceConfigurationDeviceStatus objects. /// + /// 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 deviceConfigurationDeviceStatus 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(DeviceConfigurationDeviceStat public RequestInformation ToPostRequestInformation(DeviceConfigurationDeviceStatus 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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceStatuses", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/Item/DeviceConfigurationDeviceStatusItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/Item/DeviceConfigurationDeviceStatusItemRequestBuilder.cs index 31ba24b743..bb7b5e662e 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/Item/DeviceConfigurationDeviceStatusItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/DeviceStatuses/Item/DeviceConfigurationDeviceStatusItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DeviceConfigurationDeviceStatusItemRequestBuilder : BaseCliRequestB /// Deletes a deviceConfigurationDeviceStatus. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a deviceConfigurationDeviceStatus.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceConfigurationDeviceStatus object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceConfigurationDeviceStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceConfigurationDeviceStatus object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceConfigurationDeviceStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceConfigurationDeviceStatusItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceConfigurationDeviceStatusItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceStatuses/{deviceConfigurationDeviceStatus%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceConfigurationDeviceStatusItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceConfigurationDeviceStatusItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceStatuses/{deviceConfigurationDeviceStatus%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public DeviceConfigurationDeviceStatusItemRequestBuilder(string rawUrl) : base(" /// /// Deletes a deviceConfigurationDeviceStatus. /// + /// 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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceStatuses/{deviceConfigurationDeviceStatus%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceConfigurationDeviceStatus 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceConfigurationDeviceStatus 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(DeviceConfigurationDeviceSta public RequestInformation ToPatchRequestInformation(DeviceConfigurationDeviceStatus 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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/deviceStatuses/{deviceConfigurationDeviceStatus%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceConfigurations/Item/GetOmaSettingPlainTextValueWithSecretReferenceValueId/GetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/GetOmaSettingPlainTextValueWithSecretReferenceValueId/GetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse.cs index 5ae55de316..8103349634 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/GetOmaSettingPlainTextValueWithSecretReferenceValueId/GetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/GetOmaSettingPlainTextValueWithSecretReferenceValueId/GetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse.cs @@ -17,7 +17,7 @@ public class GetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse : public string Value { get; set; } #endif /// - /// Instantiates a new getOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public GetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public GetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse() { /// /// 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 GetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static GetOmaSettingPlainTextValueWithSecretReferenceValueIdGetResponse C /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/DeviceConfigurations/Item/GetOmaSettingPlainTextValueWithSecretReferenceValueId/GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/GetOmaSettingPlainTextValueWithSecretReferenceValueId/GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder.cs index 95b42e2ae9..abc8d21810 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/GetOmaSettingPlainTextValueWithSecretReferenceValueId/GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/GetOmaSettingPlainTextValueWithSecretReferenceValueId/GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder /// /// Invoke function getOmaSettingPlainTextValue /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOmaSettingPlainTextValue"; @@ -61,13 +62,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", pathParameters) { } /// - /// Instantiates a new GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", rawUrl) { @@ -75,6 +76,7 @@ public GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder(strin /// /// Invoke function getOmaSettingPlainTextValue /// + /// 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/DeviceManagement/DeviceConfigurations/Item/UserStatusOverview/UserStatusOverviewRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/UserStatusOverview/UserStatusOverviewRequestBuilder.cs index 3fcd3137b1..fde23d5b35 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/UserStatusOverview/UserStatusOverviewRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/UserStatusOverview/UserStatusOverviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserStatusOverviewRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property userStatusOverview for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userStatusOverview for deviceManagement"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceConfigurationUserOverview object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceConfigurationUserOverview object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceConfigurationUserOverview object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceConfigurationUserOverview object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-update?view=graph-rest-1.0"; @@ -154,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserStatusOverviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserStatusOverviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/userStatusOverview{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserStatusOverviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserStatusOverviewRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/userStatusOverview{?%24expand,%24select}", rawUrl) { @@ -168,6 +171,7 @@ public UserStatusOverviewRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// Delete navigation property userStatusOverview for deviceManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -176,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/userStatusOverview", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -184,6 +188,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceConfigurationUserOverview 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 @@ -200,6 +205,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceConfigurationUserOverview 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 @@ -210,7 +216,7 @@ public RequestInformation ToPatchRequestInformation(DeviceConfigurationUserOverv public RequestInformation ToPatchRequestInformation(DeviceConfigurationUserOverview 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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/userStatusOverview", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceConfigurations/Item/UserStatuses/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/UserStatuses/Count/CountRequestBuilder.cs index fbd891bf00..bf27392b53 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/UserStatuses/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/UserStatuses/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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/userStatuses/$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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/userStatuses/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DeviceConfigurations/Item/UserStatuses/Item/DeviceConfigurationUserStatusItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/UserStatuses/Item/DeviceConfigurationUserStatusItemRequestBuilder.cs index cf1e5fb8fc..830f02407f 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/UserStatuses/Item/DeviceConfigurationUserStatusItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/UserStatuses/Item/DeviceConfigurationUserStatusItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DeviceConfigurationUserStatusItemRequestBuilder : BaseCliRequestBui /// Deletes a deviceConfigurationUserStatus. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a deviceConfigurationUserStatus.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceConfigurationUserStatus object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceConfigurationUserStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceConfigurationUserStatus object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceConfigurationUserStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceConfigurationUserStatusItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceConfigurationUserStatusItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/userStatuses/{deviceConfigurationUserStatus%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceConfigurationUserStatusItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceConfigurationUserStatusItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/userStatuses/{deviceConfigurationUserStatus%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public DeviceConfigurationUserStatusItemRequestBuilder(string rawUrl) : base("{+ /// /// Deletes a deviceConfigurationUserStatus. /// + /// 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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/userStatuses/{deviceConfigurationUserStatus%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceConfigurationUserStatus 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceConfigurationUserStatus 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(DeviceConfigurationUserStatu public RequestInformation ToPatchRequestInformation(DeviceConfigurationUserStatus 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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/userStatuses/{deviceConfigurationUserStatus%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceConfigurations/Item/UserStatuses/UserStatusesRequestBuilder.cs b/src/generated/DeviceManagement/DeviceConfigurations/Item/UserStatuses/UserStatusesRequestBuilder.cs index 1597234174..d004c31111 100644 --- a/src/generated/DeviceManagement/DeviceConfigurations/Item/UserStatuses/UserStatusesRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceConfigurations/Item/UserStatuses/UserStatusesRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserStatusesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the userStatuses property of the microsoft.graph.deviceConfiguration entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DeviceConfigurationUserStatusItemRequestBuilder(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 deviceConfigurationUserStatus object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new deviceConfigurationUserStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the deviceConfigurationUserStatus objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the deviceConfigurationUserStatus objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserStatusesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserStatusesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/userStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserStatusesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserStatusesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/userStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public UserStatusesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManage /// /// List properties and relationships of the deviceConfigurationUserStatus objects. /// + /// 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 deviceConfigurationUserStatus 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(DeviceConfigurationUserStatus public RequestInformation ToPostRequestInformation(DeviceConfigurationUserStatus 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}/deviceManagement/deviceConfigurations/{deviceConfiguration%2Did}/userStatuses", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Count/CountRequestBuilder.cs index dba74c393a..9293a93118 100644 --- a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/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}/deviceManagement/deviceEnrollmentConfigurations/$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}/deviceManagement/deviceEnrollmentConfigurations/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs index 4ec14ffd92..19d6a88837 100644 --- a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/DeviceEnrollmentConfigurationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceEnrollmentConfigurationsRequestBuilder : BaseCliRequestBuilde /// /// Provides operations to manage the deviceEnrollmentConfigurations property of the microsoft.graph.deviceManagement 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."; @@ -52,12 +54,13 @@ public Command BuildCountNavCommand() { return command; } /// - /// Create a new deviceEnrollmentLimitConfiguration object. - /// Find more info here + /// Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object. + /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); - command.Description = "Create a new deviceEnrollmentLimitConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-create?view=graph-rest-1.0"; + command.Description = "Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create?view=graph-rest-1.0"; var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -96,12 +99,13 @@ public Command BuildCreateCommand() { return command; } /// - /// List properties and relationships of the deviceEnrollmentConfiguration objects. - /// Find more info here + /// List properties and relationships of the deviceEnrollmentLimitConfiguration objects. + /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); - command.Description = "List properties and relationships of the deviceEnrollmentConfiguration objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-list?view=graph-rest-1.0"; + command.Description = "List properties and relationships of the deviceEnrollmentLimitConfiguration objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-list?view=graph-rest-1.0"; var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -189,20 +193,21 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DeviceEnrollmentConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceEnrollmentConfigurationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceEnrollmentConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeviceEnrollmentConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceEnrollmentConfigurationsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceEnrollmentConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// - /// List properties and relationships of the deviceEnrollmentConfiguration objects. + /// List properties and relationships of the deviceEnrollmentLimitConfiguration objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,8 +222,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new deviceEnrollmentLimitConfiguration object. + /// Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration 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,13 +235,13 @@ public RequestInformation ToPostRequestInformation(DeviceEnrollmentConfiguration public RequestInformation ToPostRequestInformation(DeviceEnrollmentConfiguration 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}/deviceManagement/deviceEnrollmentConfigurations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// List properties and relationships of the deviceEnrollmentConfiguration objects. + /// List properties and relationships of the deviceEnrollmentLimitConfiguration objects. /// public class DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters { /// Include count of items diff --git a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assign/AssignPostRequestBody.cs b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assign/AssignPostRequestBody.cs index d3e4e593a9..8c7638c94e 100644 --- a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assign/AssignPostRequestBody.cs +++ b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assign/AssignPostRequestBody.cs @@ -18,7 +18,7 @@ public class AssignPostRequestBody : IAdditionalDataHolder, IParsable { public List EnrollmentConfigurationAssignments { get; set; } #endif /// - /// Instantiates a new assignPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AssignPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AssignPostRequestBody() { /// /// 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 AssignPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AssignPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"enrollmentConfigurationAssignments", n => { EnrollmentConfigurationAssignments = n.GetCollectionOfObjectValues(EnrollmentConfigurationAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assign/AssignRequestBuilder.cs b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assign/AssignRequestBuilder.cs index ac92d61ada..4cad2c0d3a 100644 --- a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assign/AssignRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assign/AssignRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssignRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-assign?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AssignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration%2Did}/assign", pathParameters) { } /// - /// Instantiates a new AssignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration%2Did}/assign", rawUrl) { @@ -73,6 +74,7 @@ public AssignRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/d /// /// Not yet documented /// + /// 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/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs index e94b8bdad6..085f0fca19 100644 --- a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.deviceEnrollmentConfiguration entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EnrollmentConfigurationAssignmentItemRequestBuilder(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 enrollmentConfigurationAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new enrollmentConfigurationAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the enrollmentConfigurationAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the enrollmentConfigurationAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagem /// /// List properties and relationships of the enrollmentConfigurationAssignment objects. /// + /// 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 enrollmentConfigurationAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(EnrollmentConfigurationAssign public RequestInformation ToPostRequestInformation(EnrollmentConfigurationAssignment 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}/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration%2Did}/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/Count/CountRequestBuilder.cs index a53c6aac05..77e3595dc7 100644 --- a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/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}/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration%2Did}/assignments/$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}/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration%2Did}/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/Item/EnrollmentConfigurationAssignmentItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/Item/EnrollmentConfigurationAssignmentItemRequestBuilder.cs index befdadf8aa..0187a240ea 100644 --- a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/Item/EnrollmentConfigurationAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/Assignments/Item/EnrollmentConfigurationAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class EnrollmentConfigurationAssignmentItemRequestBuilder : BaseCliReques /// Deletes a enrollmentConfigurationAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a enrollmentConfigurationAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the enrollmentConfigurationAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the enrollmentConfigurationAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a enrollmentConfigurationAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a enrollmentConfigurationAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EnrollmentConfigurationAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnrollmentConfigurationAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration%2Did}/assignments/{enrollmentConfigurationAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnrollmentConfigurationAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnrollmentConfigurationAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration%2Did}/assignments/{enrollmentConfigurationAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public EnrollmentConfigurationAssignmentItemRequestBuilder(string rawUrl) : base /// /// Deletes a enrollmentConfigurationAssignment. /// + /// 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}/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration%2Did}/assignments/{enrollmentConfigurationAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the enrollmentConfigurationAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a enrollmentConfigurationAssignment 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(EnrollmentConfigurationAssig public RequestInformation ToPatchRequestInformation(EnrollmentConfigurationAssignment 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}/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration%2Did}/assignments/{enrollmentConfigurationAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs index ac5b091ce5..370ba4fb39 100644 --- a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/DeviceEnrollmentConfigurationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class DeviceEnrollmentConfigurationItemRequestBuilder : BaseCliRequestBui /// /// Provides operations to manage the assignments property of the microsoft.graph.deviceEnrollmentConfiguration entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.deviceEnrollmentConfiguration entity."; @@ -50,6 +51,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to call the assign method. /// + /// A public Command BuildAssignNavCommand() { var command = new Command("assign"); command.Description = "Provides operations to call the assign method."; @@ -63,12 +65,13 @@ public Command BuildAssignNavCommand() { return command; } /// - /// Deletes a deviceEnrollmentWindowsHelloForBusinessConfiguration. - /// Find more info here + /// Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. + /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); - command.Description = "Deletes a deviceEnrollmentWindowsHelloForBusinessConfiguration.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-delete?view=graph-rest-1.0"; + command.Description = "Deletes a deviceEnrollmentPlatformRestrictionsConfiguration.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-delete?view=graph-rest-1.0"; var deviceEnrollmentConfigurationIdOption = new Option("--device-enrollment-configuration-id", description: "The unique identifier of deviceEnrollmentConfiguration") { }; deviceEnrollmentConfigurationIdOption.IsRequired = true; @@ -97,12 +100,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Read properties and relationships of the deviceEnrollmentLimitConfiguration object. - /// Find more info here + /// Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object. + /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); - command.Description = "Read properties and relationships of the deviceEnrollmentLimitConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-get?view=graph-rest-1.0"; + command.Description = "Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-get?view=graph-rest-1.0"; var deviceEnrollmentConfigurationIdOption = new Option("--device-enrollment-configuration-id", description: "The unique identifier of deviceEnrollmentConfiguration") { }; deviceEnrollmentConfigurationIdOption.IsRequired = true; @@ -148,12 +152,13 @@ public Command BuildGetCommand() { return command; } /// - /// Update the properties of a deviceEnrollmentWindowsHelloForBusinessConfiguration object. - /// Find more info here + /// Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object. + /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); - command.Description = "Update the properties of a deviceEnrollmentWindowsHelloForBusinessConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-update?view=graph-rest-1.0"; + command.Description = "Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-update?view=graph-rest-1.0"; var deviceEnrollmentConfigurationIdOption = new Option("--device-enrollment-configuration-id", description: "The unique identifier of deviceEnrollmentConfiguration") { }; deviceEnrollmentConfigurationIdOption.IsRequired = true; @@ -200,6 +205,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the setPriority method. /// + /// A public Command BuildSetPriorityNavCommand() { var command = new Command("set-priority"); command.Description = "Provides operations to call the setPriority method."; @@ -213,20 +219,21 @@ public Command BuildSetPriorityNavCommand() { return command; } /// - /// Instantiates a new DeviceEnrollmentConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceEnrollmentConfigurationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceEnrollmentConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceEnrollmentConfigurationItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration%2Did}{?%24expand,%24select}", rawUrl) { } /// - /// Deletes a deviceEnrollmentWindowsHelloForBusinessConfiguration. + /// Deletes a deviceEnrollmentPlatformRestrictionsConfiguration. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,14 +242,15 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Read properties and relationships of the deviceEnrollmentLimitConfiguration object. + /// Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration 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 @@ -257,8 +265,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a deviceEnrollmentWindowsHelloForBusinessConfiguration object. + /// Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration 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 @@ -269,13 +278,13 @@ public RequestInformation ToPatchRequestInformation(DeviceEnrollmentConfiguratio public RequestInformation ToPatchRequestInformation(DeviceEnrollmentConfiguration 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}/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Read properties and relationships of the deviceEnrollmentLimitConfiguration object. + /// Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object. /// public class DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters { /// Expand related entities diff --git a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/SetPriority/SetPriorityPostRequestBody.cs b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/SetPriority/SetPriorityPostRequestBody.cs index 4976c22ec5..4a6719ff18 100644 --- a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/SetPriority/SetPriorityPostRequestBody.cs +++ b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/SetPriority/SetPriorityPostRequestBody.cs @@ -11,7 +11,7 @@ public class SetPriorityPostRequestBody : IAdditionalDataHolder, IParsable { /// The priority property public int? Priority { get; set; } /// - /// Instantiates a new setPriorityPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetPriorityPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public SetPriorityPostRequestBody() { /// /// 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 SetPriorityPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static SetPriorityPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"priority", n => { Priority = n.GetIntValue(); } }, diff --git a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/SetPriority/SetPriorityRequestBuilder.cs b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/SetPriority/SetPriorityRequestBuilder.cs index 94a0369e77..2258b43137 100644 --- a/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/SetPriority/SetPriorityRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceEnrollmentConfigurations/Item/SetPriority/SetPriorityRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetPriorityRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-setpriority?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetPriorityRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetPriorityRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration%2Did}/setPriority", pathParameters) { } /// - /// Instantiates a new SetPriorityRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetPriorityRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration%2Did}/setPriority", rawUrl) { @@ -73,6 +74,7 @@ public SetPriorityRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagem /// /// Not yet documented /// + /// 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/DeviceManagement/DeviceManagementPartners/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/DeviceManagementPartners/Count/CountRequestBuilder.cs index 9762784558..4a5213764f 100644 --- a/src/generated/DeviceManagement/DeviceManagementPartners/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceManagementPartners/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}/deviceManagement/deviceManagementPartners/$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}/deviceManagement/deviceManagementPartners/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/de /// /// 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/DeviceManagement/DeviceManagementPartners/DeviceManagementPartnersRequestBuilder.cs b/src/generated/DeviceManagement/DeviceManagementPartners/DeviceManagementPartnersRequestBuilder.cs index 39ea863be6..4d0a74b14d 100644 --- a/src/generated/DeviceManagement/DeviceManagementPartners/DeviceManagementPartnersRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceManagementPartners/DeviceManagementPartnersRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceManagementPartnersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the deviceManagementPartners property of the microsoft.graph.deviceManagement 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new deviceManagementPartner object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new deviceManagementPartner object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-create?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the deviceManagementPartner objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the deviceManagementPartner objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-list?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DeviceManagementPartnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceManagementPartnersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceManagementPartners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeviceManagementPartnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceManagementPartnersRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceManagementPartners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public DeviceManagementPartnersRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// List properties and relationships of the deviceManagementPartner objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new deviceManagementPartner 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(DeviceManagementPartner body, public RequestInformation ToPostRequestInformation(DeviceManagementPartner 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}/deviceManagement/deviceManagementPartners", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceManagementPartners/Item/DeviceManagementPartnerItemRequestBuilder.cs b/src/generated/DeviceManagement/DeviceManagementPartners/Item/DeviceManagementPartnerItemRequestBuilder.cs index 86a775fb75..b6489ec562 100644 --- a/src/generated/DeviceManagement/DeviceManagementPartners/Item/DeviceManagementPartnerItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceManagementPartners/Item/DeviceManagementPartnerItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceManagementPartnerItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a deviceManagementPartner. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a deviceManagementPartner.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-delete?view=graph-rest-1.0"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceManagementPartner object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceManagementPartner object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-get?view=graph-rest-1.0"; @@ -109,6 +111,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceManagementPartner object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceManagementPartner object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-update?view=graph-rest-1.0"; @@ -158,6 +161,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the terminate method. /// + /// A public Command BuildTerminateNavCommand() { var command = new Command("terminate"); command.Description = "Provides operations to call the terminate method."; @@ -171,13 +175,13 @@ public Command BuildTerminateNavCommand() { return command; } /// - /// Instantiates a new DeviceManagementPartnerItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceManagementPartnerItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceManagementPartners/{deviceManagementPartner%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceManagementPartnerItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceManagementPartnerItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceManagementPartners/{deviceManagementPartner%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +189,7 @@ public DeviceManagementPartnerItemRequestBuilder(string rawUrl) : base("{+baseur /// /// Deletes a deviceManagementPartner. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/deviceManagementPartners/{deviceManagementPartner%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceManagementPartner 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 @@ -217,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceManagementPartner 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 @@ -227,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(DeviceManagementPartner body public RequestInformation ToPatchRequestInformation(DeviceManagementPartner 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}/deviceManagement/deviceManagementPartners/{deviceManagementPartner%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/DeviceManagementPartners/Item/Terminate/TerminateRequestBuilder.cs b/src/generated/DeviceManagement/DeviceManagementPartners/Item/Terminate/TerminateRequestBuilder.cs index c9f2e132fd..9b2d624d80 100644 --- a/src/generated/DeviceManagement/DeviceManagementPartners/Item/Terminate/TerminateRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceManagementPartners/Item/Terminate/TerminateRequestBuilder.cs @@ -22,6 +22,7 @@ public class TerminateRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-terminate?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TerminateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TerminateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/deviceManagementPartners/{deviceManagementPartner%2Did}/terminate", pathParameters) { } /// - /// Instantiates a new TerminateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TerminateRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/deviceManagementPartners/{deviceManagementPartner%2Did}/terminate", rawUrl) { @@ -60,6 +61,7 @@ public TerminateRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagemen /// /// Not yet documented /// + /// 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/DeviceManagement/DeviceManagementRequestBuilder.cs b/src/generated/DeviceManagement/DeviceManagementRequestBuilder.cs index a2e86f6194..349020cfb8 100644 --- a/src/generated/DeviceManagement/DeviceManagementRequestBuilder.cs +++ b/src/generated/DeviceManagement/DeviceManagementRequestBuilder.cs @@ -83,6 +83,7 @@ public class DeviceManagementRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the applePushNotificationCertificate property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildApplePushNotificationCertificateNavCommand() { var command = new Command("apple-push-notification-certificate"); command.Description = "Provides operations to manage the applePushNotificationCertificate property of the microsoft.graph.deviceManagement entity."; @@ -106,6 +107,7 @@ public Command BuildApplePushNotificationCertificateNavCommand() { /// /// Provides operations to manage the auditEvents property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildAuditEventsNavCommand() { var command = new Command("audit-events"); command.Description = "Provides operations to manage the auditEvents property of the microsoft.graph.deviceManagement entity."; @@ -133,6 +135,7 @@ public Command BuildAuditEventsNavCommand() { /// /// Provides operations to manage the complianceManagementPartners property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildComplianceManagementPartnersNavCommand() { var command = new Command("compliance-management-partners"); command.Description = "Provides operations to manage the complianceManagementPartners property of the microsoft.graph.deviceManagement entity."; @@ -158,6 +161,7 @@ public Command BuildComplianceManagementPartnersNavCommand() { /// /// Provides operations to manage the conditionalAccessSettings property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildConditionalAccessSettingsNavCommand() { var command = new Command("conditional-access-settings"); command.Description = "Provides operations to manage the conditionalAccessSettings property of the microsoft.graph.deviceManagement entity."; @@ -175,6 +179,7 @@ public Command BuildConditionalAccessSettingsNavCommand() { /// /// Provides operations to manage the detectedApps property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildDetectedAppsNavCommand() { var command = new Command("detected-apps"); command.Description = "Provides operations to manage the detectedApps property of the microsoft.graph.deviceManagement entity."; @@ -200,6 +205,7 @@ public Command BuildDetectedAppsNavCommand() { /// /// Provides operations to manage the deviceCategories property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildDeviceCategoriesNavCommand() { var command = new Command("device-categories"); command.Description = "Provides operations to manage the deviceCategories property of the microsoft.graph.deviceManagement entity."; @@ -225,6 +231,7 @@ public Command BuildDeviceCategoriesNavCommand() { /// /// Provides operations to manage the deviceCompliancePolicies property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildDeviceCompliancePoliciesNavCommand() { var command = new Command("device-compliance-policies"); command.Description = "Provides operations to manage the deviceCompliancePolicies property of the microsoft.graph.deviceManagement entity."; @@ -250,6 +257,7 @@ public Command BuildDeviceCompliancePoliciesNavCommand() { /// /// Provides operations to manage the deviceCompliancePolicyDeviceStateSummary property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildDeviceCompliancePolicyDeviceStateSummaryNavCommand() { var command = new Command("device-compliance-policy-device-state-summary"); command.Description = "Provides operations to manage the deviceCompliancePolicyDeviceStateSummary property of the microsoft.graph.deviceManagement entity."; @@ -267,6 +275,7 @@ public Command BuildDeviceCompliancePolicyDeviceStateSummaryNavCommand() { /// /// Provides operations to manage the deviceCompliancePolicySettingStateSummaries property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildDeviceCompliancePolicySettingStateSummariesNavCommand() { var command = new Command("device-compliance-policy-setting-state-summaries"); command.Description = "Provides operations to manage the deviceCompliancePolicySettingStateSummaries property of the microsoft.graph.deviceManagement entity."; @@ -292,6 +301,7 @@ public Command BuildDeviceCompliancePolicySettingStateSummariesNavCommand() { /// /// Provides operations to manage the deviceConfigurationDeviceStateSummaries property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildDeviceConfigurationDeviceStateSummariesNavCommand() { var command = new Command("device-configuration-device-state-summaries"); command.Description = "Provides operations to manage the deviceConfigurationDeviceStateSummaries property of the microsoft.graph.deviceManagement entity."; @@ -309,6 +319,7 @@ public Command BuildDeviceConfigurationDeviceStateSummariesNavCommand() { /// /// Provides operations to manage the deviceConfigurations property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildDeviceConfigurationsNavCommand() { var command = new Command("device-configurations"); command.Description = "Provides operations to manage the deviceConfigurations property of the microsoft.graph.deviceManagement entity."; @@ -334,6 +345,7 @@ public Command BuildDeviceConfigurationsNavCommand() { /// /// Provides operations to manage the deviceEnrollmentConfigurations property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildDeviceEnrollmentConfigurationsNavCommand() { var command = new Command("device-enrollment-configurations"); command.Description = "Provides operations to manage the deviceEnrollmentConfigurations property of the microsoft.graph.deviceManagement entity."; @@ -359,6 +371,7 @@ public Command BuildDeviceEnrollmentConfigurationsNavCommand() { /// /// Provides operations to manage the deviceManagementPartners property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildDeviceManagementPartnersNavCommand() { var command = new Command("device-management-partners"); command.Description = "Provides operations to manage the deviceManagementPartners property of the microsoft.graph.deviceManagement entity."; @@ -384,6 +397,7 @@ public Command BuildDeviceManagementPartnersNavCommand() { /// /// Provides operations to manage the exchangeConnectors property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildExchangeConnectorsNavCommand() { var command = new Command("exchange-connectors"); command.Description = "Provides operations to manage the exchangeConnectors property of the microsoft.graph.deviceManagement entity."; @@ -408,11 +422,12 @@ public Command BuildExchangeConnectorsNavCommand() { } /// /// Read properties and relationships of the deviceManagement object. - /// Find more info here + /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); - command.Description = "Read properties and relationships of the deviceManagement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagement-get?view=graph-rest-1.0"; + command.Description = "Read properties and relationships of the deviceManagement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-get?view=graph-rest-1.0"; var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -454,6 +469,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getEffectivePermissions method. /// + /// A public Command BuildGetEffectivePermissionsWithScopeRbCommand() { var command = new Command("get-effective-permissions-with-scope"); command.Description = "Provides operations to call the getEffectivePermissions method."; @@ -469,6 +485,7 @@ public Command BuildGetEffectivePermissionsWithScopeRbCommand() { /// /// Provides operations to manage the importedWindowsAutopilotDeviceIdentities property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildImportedWindowsAutopilotDeviceIdentitiesNavCommand() { var command = new Command("imported-windows-autopilot-device-identities"); command.Description = "Provides operations to manage the importedWindowsAutopilotDeviceIdentities property of the microsoft.graph.deviceManagement entity."; @@ -495,6 +512,7 @@ public Command BuildImportedWindowsAutopilotDeviceIdentitiesNavCommand() { /// /// Provides operations to manage the iosUpdateStatuses property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildIosUpdateStatusesNavCommand() { var command = new Command("ios-update-statuses"); command.Description = "Provides operations to manage the iosUpdateStatuses property of the microsoft.graph.deviceManagement entity."; @@ -520,6 +538,7 @@ public Command BuildIosUpdateStatusesNavCommand() { /// /// Provides operations to manage the managedDeviceOverview property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildManagedDeviceOverviewNavCommand() { var command = new Command("managed-device-overview"); command.Description = "Provides operations to manage the managedDeviceOverview property of the microsoft.graph.deviceManagement entity."; @@ -535,6 +554,7 @@ public Command BuildManagedDeviceOverviewNavCommand() { /// /// Provides operations to manage the managedDevices property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildManagedDevicesNavCommand() { var command = new Command("managed-devices"); command.Description = "Provides operations to manage the managedDevices property of the microsoft.graph.deviceManagement entity."; @@ -560,6 +580,7 @@ public Command BuildManagedDevicesNavCommand() { /// /// Provides operations to manage the mobileAppTroubleshootingEvents property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildMobileAppTroubleshootingEventsNavCommand() { var command = new Command("mobile-app-troubleshooting-events"); command.Description = "Provides operations to manage the mobileAppTroubleshootingEvents property of the microsoft.graph.deviceManagement entity."; @@ -585,6 +606,7 @@ public Command BuildMobileAppTroubleshootingEventsNavCommand() { /// /// Provides operations to manage the mobileThreatDefenseConnectors property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildMobileThreatDefenseConnectorsNavCommand() { var command = new Command("mobile-threat-defense-connectors"); command.Description = "Provides operations to manage the mobileThreatDefenseConnectors property of the microsoft.graph.deviceManagement entity."; @@ -610,6 +632,7 @@ public Command BuildMobileThreatDefenseConnectorsNavCommand() { /// /// Provides operations to manage the notificationMessageTemplates property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildNotificationMessageTemplatesNavCommand() { var command = new Command("notification-message-templates"); command.Description = "Provides operations to manage the notificationMessageTemplates property of the microsoft.graph.deviceManagement entity."; @@ -634,11 +657,12 @@ public Command BuildNotificationMessageTemplatesNavCommand() { } /// /// Update the properties of a deviceManagement object. - /// Find more info here + /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); - command.Description = "Update the properties of a deviceManagement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-notification-devicemanagement-update?view=graph-rest-1.0"; + command.Description = "Update the properties of a deviceManagement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-update?view=graph-rest-1.0"; var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -679,6 +703,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the remoteAssistancePartners property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildRemoteAssistancePartnersNavCommand() { var command = new Command("remote-assistance-partners"); command.Description = "Provides operations to manage the remoteAssistancePartners property of the microsoft.graph.deviceManagement entity."; @@ -704,6 +729,7 @@ public Command BuildRemoteAssistancePartnersNavCommand() { /// /// Provides operations to manage the reports property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildReportsNavCommand() { var command = new Command("reports"); command.Description = "Provides operations to manage the reports property of the microsoft.graph.deviceManagement entity."; @@ -745,6 +771,7 @@ public Command BuildReportsNavCommand() { /// /// Provides operations to manage the resourceOperations property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildResourceOperationsNavCommand() { var command = new Command("resource-operations"); command.Description = "Provides operations to manage the resourceOperations property of the microsoft.graph.deviceManagement entity."; @@ -770,6 +797,7 @@ public Command BuildResourceOperationsNavCommand() { /// /// Provides operations to manage the roleAssignments property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildRoleAssignmentsNavCommand() { var command = new Command("role-assignments"); command.Description = "Provides operations to manage the roleAssignments property of the microsoft.graph.deviceManagement entity."; @@ -795,6 +823,7 @@ public Command BuildRoleAssignmentsNavCommand() { /// /// Provides operations to manage the roleDefinitions property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildRoleDefinitionsNavCommand() { var command = new Command("role-definitions"); command.Description = "Provides operations to manage the roleDefinitions property of the microsoft.graph.deviceManagement entity."; @@ -820,6 +849,7 @@ public Command BuildRoleDefinitionsNavCommand() { /// /// Provides operations to manage the softwareUpdateStatusSummary property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildSoftwareUpdateStatusSummaryNavCommand() { var command = new Command("software-update-status-summary"); command.Description = "Provides operations to manage the softwareUpdateStatusSummary property of the microsoft.graph.deviceManagement entity."; @@ -835,6 +865,7 @@ public Command BuildSoftwareUpdateStatusSummaryNavCommand() { /// /// Provides operations to manage the telecomExpenseManagementPartners property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildTelecomExpenseManagementPartnersNavCommand() { var command = new Command("telecom-expense-management-partners"); command.Description = "Provides operations to manage the telecomExpenseManagementPartners property of the microsoft.graph.deviceManagement entity."; @@ -860,6 +891,7 @@ public Command BuildTelecomExpenseManagementPartnersNavCommand() { /// /// Provides operations to manage the termsAndConditions property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildTermsAndConditionsNavCommand() { var command = new Command("terms-and-conditions"); command.Description = "Provides operations to manage the termsAndConditions property of the microsoft.graph.deviceManagement entity."; @@ -885,6 +917,7 @@ public Command BuildTermsAndConditionsNavCommand() { /// /// Provides operations to manage the troubleshootingEvents property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildTroubleshootingEventsNavCommand() { var command = new Command("troubleshooting-events"); command.Description = "Provides operations to manage the troubleshootingEvents property of the microsoft.graph.deviceManagement entity."; @@ -910,6 +943,7 @@ public Command BuildTroubleshootingEventsNavCommand() { /// /// Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsNavCommand() { var command = new Command("user-experience-analytics-app-health-application-performance-by-app-version-details"); command.Description = "Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails property of the microsoft.graph.deviceManagement entity."; @@ -935,6 +969,7 @@ public Command BuildUserExperienceAnalyticsAppHealthApplicationPerformanceByAppV /// /// Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdNavCommand() { var command = new Command("user-experience-analytics-app-health-application-performance-by-app-version-device-id"); command.Description = "Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId property of the microsoft.graph.deviceManagement entity."; @@ -960,6 +995,7 @@ public Command BuildUserExperienceAnalyticsAppHealthApplicationPerformanceByAppV /// /// Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionNavCommand() { var command = new Command("user-experience-analytics-app-health-application-performance-by-o-s-version"); command.Description = "Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion property of the microsoft.graph.deviceManagement entity."; @@ -985,6 +1021,7 @@ public Command BuildUserExperienceAnalyticsAppHealthApplicationPerformanceByOSVe /// /// Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformance property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsAppHealthApplicationPerformanceNavCommand() { var command = new Command("user-experience-analytics-app-health-application-performance"); command.Description = "Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformance property of the microsoft.graph.deviceManagement entity."; @@ -1010,6 +1047,7 @@ public Command BuildUserExperienceAnalyticsAppHealthApplicationPerformanceNavCom /// /// Provides operations to manage the userExperienceAnalyticsAppHealthDeviceModelPerformance property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsAppHealthDeviceModelPerformanceNavCommand() { var command = new Command("user-experience-analytics-app-health-device-model-performance"); command.Description = "Provides operations to manage the userExperienceAnalyticsAppHealthDeviceModelPerformance property of the microsoft.graph.deviceManagement entity."; @@ -1035,6 +1073,7 @@ public Command BuildUserExperienceAnalyticsAppHealthDeviceModelPerformanceNavCom /// /// Provides operations to manage the userExperienceAnalyticsAppHealthDevicePerformanceDetails property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsAppHealthDevicePerformanceDetailsNavCommand() { var command = new Command("user-experience-analytics-app-health-device-performance-details"); command.Description = "Provides operations to manage the userExperienceAnalyticsAppHealthDevicePerformanceDetails property of the microsoft.graph.deviceManagement entity."; @@ -1060,6 +1099,7 @@ public Command BuildUserExperienceAnalyticsAppHealthDevicePerformanceDetailsNavC /// /// Provides operations to manage the userExperienceAnalyticsAppHealthDevicePerformance property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsAppHealthDevicePerformanceNavCommand() { var command = new Command("user-experience-analytics-app-health-device-performance"); command.Description = "Provides operations to manage the userExperienceAnalyticsAppHealthDevicePerformance property of the microsoft.graph.deviceManagement entity."; @@ -1085,6 +1125,7 @@ public Command BuildUserExperienceAnalyticsAppHealthDevicePerformanceNavCommand( /// /// Provides operations to manage the userExperienceAnalyticsAppHealthOSVersionPerformance property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsAppHealthOSVersionPerformanceNavCommand() { var command = new Command("user-experience-analytics-app-health-o-s-version-performance"); command.Description = "Provides operations to manage the userExperienceAnalyticsAppHealthOSVersionPerformance property of the microsoft.graph.deviceManagement entity."; @@ -1110,6 +1151,7 @@ public Command BuildUserExperienceAnalyticsAppHealthOSVersionPerformanceNavComma /// /// Provides operations to manage the userExperienceAnalyticsAppHealthOverview property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsAppHealthOverviewNavCommand() { var command = new Command("user-experience-analytics-app-health-overview"); command.Description = "Provides operations to manage the userExperienceAnalyticsAppHealthOverview property of the microsoft.graph.deviceManagement entity."; @@ -1133,6 +1175,7 @@ public Command BuildUserExperienceAnalyticsAppHealthOverviewNavCommand() { /// /// Provides operations to manage the userExperienceAnalyticsBaselines property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsBaselinesNavCommand() { var command = new Command("user-experience-analytics-baselines"); command.Description = "Provides operations to manage the userExperienceAnalyticsBaselines property of the microsoft.graph.deviceManagement entity."; @@ -1158,6 +1201,7 @@ public Command BuildUserExperienceAnalyticsBaselinesNavCommand() { /// /// Provides operations to manage the userExperienceAnalyticsCategories property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsCategoriesNavCommand() { var command = new Command("user-experience-analytics-categories"); command.Description = "Provides operations to manage the userExperienceAnalyticsCategories property of the microsoft.graph.deviceManagement entity."; @@ -1183,6 +1227,7 @@ public Command BuildUserExperienceAnalyticsCategoriesNavCommand() { /// /// Provides operations to manage the userExperienceAnalyticsDevicePerformance property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsDevicePerformanceNavCommand() { var command = new Command("user-experience-analytics-device-performance"); command.Description = "Provides operations to manage the userExperienceAnalyticsDevicePerformance property of the microsoft.graph.deviceManagement entity."; @@ -1209,6 +1254,7 @@ public Command BuildUserExperienceAnalyticsDevicePerformanceNavCommand() { /// /// Provides operations to manage the userExperienceAnalyticsDeviceScores property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsDeviceScoresNavCommand() { var command = new Command("user-experience-analytics-device-scores"); command.Description = "Provides operations to manage the userExperienceAnalyticsDeviceScores property of the microsoft.graph.deviceManagement entity."; @@ -1234,6 +1280,7 @@ public Command BuildUserExperienceAnalyticsDeviceScoresNavCommand() { /// /// Provides operations to manage the userExperienceAnalyticsDeviceStartupHistory property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsDeviceStartupHistoryNavCommand() { var command = new Command("user-experience-analytics-device-startup-history"); command.Description = "Provides operations to manage the userExperienceAnalyticsDeviceStartupHistory property of the microsoft.graph.deviceManagement entity."; @@ -1259,6 +1306,7 @@ public Command BuildUserExperienceAnalyticsDeviceStartupHistoryNavCommand() { /// /// Provides operations to manage the userExperienceAnalyticsDeviceStartupProcesses property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsDeviceStartupProcessesNavCommand() { var command = new Command("user-experience-analytics-device-startup-processes"); command.Description = "Provides operations to manage the userExperienceAnalyticsDeviceStartupProcesses property of the microsoft.graph.deviceManagement entity."; @@ -1284,6 +1332,7 @@ public Command BuildUserExperienceAnalyticsDeviceStartupProcessesNavCommand() { /// /// Provides operations to manage the userExperienceAnalyticsDeviceStartupProcessPerformance property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsDeviceStartupProcessPerformanceNavCommand() { var command = new Command("user-experience-analytics-device-startup-process-performance"); command.Description = "Provides operations to manage the userExperienceAnalyticsDeviceStartupProcessPerformance property of the microsoft.graph.deviceManagement entity."; @@ -1309,6 +1358,7 @@ public Command BuildUserExperienceAnalyticsDeviceStartupProcessPerformanceNavCom /// /// Provides operations to manage the userExperienceAnalyticsMetricHistory property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsMetricHistoryNavCommand() { var command = new Command("user-experience-analytics-metric-history"); command.Description = "Provides operations to manage the userExperienceAnalyticsMetricHistory property of the microsoft.graph.deviceManagement entity."; @@ -1334,6 +1384,7 @@ public Command BuildUserExperienceAnalyticsMetricHistoryNavCommand() { /// /// Provides operations to manage the userExperienceAnalyticsModelScores property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsModelScoresNavCommand() { var command = new Command("user-experience-analytics-model-scores"); command.Description = "Provides operations to manage the userExperienceAnalyticsModelScores property of the microsoft.graph.deviceManagement entity."; @@ -1359,6 +1410,7 @@ public Command BuildUserExperienceAnalyticsModelScoresNavCommand() { /// /// Provides operations to manage the userExperienceAnalyticsOverview property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsOverviewNavCommand() { var command = new Command("user-experience-analytics-overview"); command.Description = "Provides operations to manage the userExperienceAnalyticsOverview property of the microsoft.graph.deviceManagement entity."; @@ -1376,6 +1428,7 @@ public Command BuildUserExperienceAnalyticsOverviewNavCommand() { /// /// Provides operations to manage the userExperienceAnalyticsScoreHistory property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsScoreHistoryNavCommand() { var command = new Command("user-experience-analytics-score-history"); command.Description = "Provides operations to manage the userExperienceAnalyticsScoreHistory property of the microsoft.graph.deviceManagement entity."; @@ -1401,6 +1454,7 @@ public Command BuildUserExperienceAnalyticsScoreHistoryNavCommand() { /// /// Provides operations to call the userExperienceAnalyticsSummarizeWorkFromAnywhereDevices method. /// + /// A public Command BuildUserExperienceAnalyticsSummarizeWorkFromAnywhereDevicesNavCommand() { var command = new Command("user-experience-analytics-summarize-work-from-anywhere-devices"); command.Description = "Provides operations to call the userExperienceAnalyticsSummarizeWorkFromAnywhereDevices method."; @@ -1416,6 +1470,7 @@ public Command BuildUserExperienceAnalyticsSummarizeWorkFromAnywhereDevicesNavCo /// /// Provides operations to manage the userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetricNavCommand() { var command = new Command("user-experience-analytics-work-from-anywhere-hardware-readiness-metric"); command.Description = "Provides operations to manage the userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric property of the microsoft.graph.deviceManagement entity."; @@ -1433,6 +1488,7 @@ public Command BuildUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetr /// /// Provides operations to manage the userExperienceAnalyticsWorkFromAnywhereMetrics property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsWorkFromAnywhereMetricsNavCommand() { var command = new Command("user-experience-analytics-work-from-anywhere-metrics"); command.Description = "Provides operations to manage the userExperienceAnalyticsWorkFromAnywhereMetrics property of the microsoft.graph.deviceManagement entity."; @@ -1458,6 +1514,7 @@ public Command BuildUserExperienceAnalyticsWorkFromAnywhereMetricsNavCommand() { /// /// Provides operations to manage the userExperienceAnalyticsWorkFromAnywhereModelPerformance property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildUserExperienceAnalyticsWorkFromAnywhereModelPerformanceNavCommand() { var command = new Command("user-experience-analytics-work-from-anywhere-model-performance"); command.Description = "Provides operations to manage the userExperienceAnalyticsWorkFromAnywhereModelPerformance property of the microsoft.graph.deviceManagement entity."; @@ -1483,6 +1540,7 @@ public Command BuildUserExperienceAnalyticsWorkFromAnywhereModelPerformanceNavCo /// /// Provides operations to call the verifyWindowsEnrollmentAutoDiscovery method. /// + /// A public Command BuildVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRbCommand() { var command = new Command("verify-windows-enrollment-auto-discovery-with-domain-name"); command.Description = "Provides operations to call the verifyWindowsEnrollmentAutoDiscovery method."; @@ -1498,6 +1556,7 @@ public Command BuildVerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRbCommand( /// /// Provides operations to manage the virtualEndpoint property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildVirtualEndpointNavCommand() { var command = new Command("virtual-endpoint"); command.Description = "Provides operations to manage the virtualEndpoint property of the microsoft.graph.deviceManagement entity."; @@ -1515,6 +1574,7 @@ public Command BuildVirtualEndpointNavCommand() { /// /// Provides operations to manage the windowsAutopilotDeviceIdentities property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildWindowsAutopilotDeviceIdentitiesNavCommand() { var command = new Command("windows-autopilot-device-identities"); command.Description = "Provides operations to manage the windowsAutopilotDeviceIdentities property of the microsoft.graph.deviceManagement entity."; @@ -1540,6 +1600,7 @@ public Command BuildWindowsAutopilotDeviceIdentitiesNavCommand() { /// /// Provides operations to manage the windowsInformationProtectionAppLearningSummaries property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildWindowsInformationProtectionAppLearningSummariesNavCommand() { var command = new Command("windows-information-protection-app-learning-summaries"); command.Description = "Provides operations to manage the windowsInformationProtectionAppLearningSummaries property of the microsoft.graph.deviceManagement entity."; @@ -1565,6 +1626,7 @@ public Command BuildWindowsInformationProtectionAppLearningSummariesNavCommand() /// /// Provides operations to manage the windowsInformationProtectionNetworkLearningSummaries property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildWindowsInformationProtectionNetworkLearningSummariesNavCommand() { var command = new Command("windows-information-protection-network-learning-summaries"); command.Description = "Provides operations to manage the windowsInformationProtectionNetworkLearningSummaries property of the microsoft.graph.deviceManagement entity."; @@ -1590,6 +1652,7 @@ public Command BuildWindowsInformationProtectionNetworkLearningSummariesNavComma /// /// Provides operations to manage the windowsMalwareInformation property of the microsoft.graph.deviceManagement entity. /// + /// A public Command BuildWindowsMalwareInformationNavCommand() { var command = new Command("windows-malware-information"); command.Description = "Provides operations to manage the windowsMalwareInformation property of the microsoft.graph.deviceManagement entity."; @@ -1613,13 +1676,13 @@ public Command BuildWindowsMalwareInformationNavCommand() { return command; } /// - /// Instantiates a new DeviceManagementRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceManagementRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceManagementRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceManagementRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement{?%24expand,%24select}", rawUrl) { @@ -1627,6 +1690,7 @@ public DeviceManagementRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMa /// /// Read properties and relationships of the deviceManagement 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 @@ -1643,6 +1707,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceManagement 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 @@ -1653,7 +1718,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.DeviceManageme public RequestInformation ToPatchRequestInformation(ApiSdk.Models.DeviceManagement 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}/deviceManagement", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ExchangeConnectors/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/ExchangeConnectors/Count/CountRequestBuilder.cs index d3fe085630..d39f8f15cc 100644 --- a/src/generated/DeviceManagement/ExchangeConnectors/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/ExchangeConnectors/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}/deviceManagement/exchangeConnectors/$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}/deviceManagement/exchangeConnectors/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/ex /// /// 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/DeviceManagement/ExchangeConnectors/ExchangeConnectorsRequestBuilder.cs b/src/generated/DeviceManagement/ExchangeConnectors/ExchangeConnectorsRequestBuilder.cs index 56358062a7..b7dec87608 100644 --- a/src/generated/DeviceManagement/ExchangeConnectors/ExchangeConnectorsRequestBuilder.cs +++ b/src/generated/DeviceManagement/ExchangeConnectors/ExchangeConnectorsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExchangeConnectorsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the exchangeConnectors property of the microsoft.graph.deviceManagement 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new deviceManagementExchangeConnector object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new deviceManagementExchangeConnector object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-create?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the deviceManagementExchangeConnector objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the deviceManagementExchangeConnector objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-list?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExchangeConnectorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExchangeConnectorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/exchangeConnectors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExchangeConnectorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExchangeConnectorsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/exchangeConnectors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public ExchangeConnectorsRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// List properties and relationships of the deviceManagementExchangeConnector objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new deviceManagementExchangeConnector 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(DeviceManagementExchangeConne public RequestInformation ToPostRequestInformation(DeviceManagementExchangeConnector 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}/deviceManagement/exchangeConnectors", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ExchangeConnectors/Item/DeviceManagementExchangeConnectorItemRequestBuilder.cs b/src/generated/DeviceManagement/ExchangeConnectors/Item/DeviceManagementExchangeConnectorItemRequestBuilder.cs index 969dbffc62..ea181a25f0 100644 --- a/src/generated/DeviceManagement/ExchangeConnectors/Item/DeviceManagementExchangeConnectorItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/ExchangeConnectors/Item/DeviceManagementExchangeConnectorItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceManagementExchangeConnectorItemRequestBuilder : BaseCliReques /// Deletes a deviceManagementExchangeConnector. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a deviceManagementExchangeConnector.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-delete?view=graph-rest-1.0"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceManagementExchangeConnector object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceManagementExchangeConnector object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-get?view=graph-rest-1.0"; @@ -109,6 +111,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceManagementExchangeConnector object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceManagementExchangeConnector object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-update?view=graph-rest-1.0"; @@ -158,6 +161,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the sync method. /// + /// A public Command BuildSyncNavCommand() { var command = new Command("sync"); command.Description = "Provides operations to call the sync method."; @@ -171,13 +175,13 @@ public Command BuildSyncNavCommand() { return command; } /// - /// Instantiates a new DeviceManagementExchangeConnectorItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceManagementExchangeConnectorItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceManagementExchangeConnectorItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceManagementExchangeConnectorItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +189,7 @@ public DeviceManagementExchangeConnectorItemRequestBuilder(string rawUrl) : base /// /// Deletes a deviceManagementExchangeConnector. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceManagementExchangeConnector 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 @@ -217,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceManagementExchangeConnector 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 @@ -227,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(DeviceManagementExchangeConn public RequestInformation ToPatchRequestInformation(DeviceManagementExchangeConnector 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}/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ExchangeConnectors/Item/Sync/SyncPostRequestBody.cs b/src/generated/DeviceManagement/ExchangeConnectors/Item/Sync/SyncPostRequestBody.cs index 9592bc2222..f26a0127a5 100644 --- a/src/generated/DeviceManagement/ExchangeConnectors/Item/Sync/SyncPostRequestBody.cs +++ b/src/generated/DeviceManagement/ExchangeConnectors/Item/Sync/SyncPostRequestBody.cs @@ -12,7 +12,7 @@ public class SyncPostRequestBody : IAdditionalDataHolder, IParsable { /// The type of Exchange Connector sync requested. public DeviceManagementExchangeConnectorSyncType? SyncType { get; set; } /// - /// Instantiates a new syncPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SyncPostRequestBody() { AdditionalData = new Dictionary(); @@ -20,6 +20,7 @@ public SyncPostRequestBody() { /// /// 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 SyncPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public static SyncPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"syncType", n => { SyncType = n.GetEnumValue(); } }, diff --git a/src/generated/DeviceManagement/ExchangeConnectors/Item/Sync/SyncRequestBuilder.cs b/src/generated/DeviceManagement/ExchangeConnectors/Item/Sync/SyncRequestBuilder.cs index 6ea4010651..f5524eabc0 100644 --- a/src/generated/DeviceManagement/ExchangeConnectors/Item/Sync/SyncRequestBuilder.cs +++ b/src/generated/DeviceManagement/ExchangeConnectors/Item/Sync/SyncRequestBuilder.cs @@ -22,6 +22,7 @@ public class SyncRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-sync?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SyncRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SyncRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector%2Did}/sync", pathParameters) { } /// - /// Instantiates a new SyncRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SyncRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector%2Did}/sync", rawUrl) { @@ -73,6 +74,7 @@ public SyncRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/exc /// /// Not yet documented /// + /// 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/DeviceManagement/GetEffectivePermissionsWithScope/GetEffectivePermissionsWithScopeGetResponse.cs b/src/generated/DeviceManagement/GetEffectivePermissionsWithScope/GetEffectivePermissionsWithScopeGetResponse.cs index 0f475d1716..b833cabe5d 100644 --- a/src/generated/DeviceManagement/GetEffectivePermissionsWithScope/GetEffectivePermissionsWithScopeGetResponse.cs +++ b/src/generated/DeviceManagement/GetEffectivePermissionsWithScope/GetEffectivePermissionsWithScopeGetResponse.cs @@ -18,6 +18,7 @@ public class GetEffectivePermissionsWithScopeGetResponse : BaseCollectionPaginat /// /// 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 new GetEffectivePermissionsWithScopeGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetEffectivePermissionsWithScopeGetResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(RolePermission.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DeviceManagement/GetEffectivePermissionsWithScope/GetEffectivePermissionsWithScopeRequestBuilder.cs b/src/generated/DeviceManagement/GetEffectivePermissionsWithScope/GetEffectivePermissionsWithScopeRequestBuilder.cs index 3d82ad3dda..4f3b3beecf 100644 --- a/src/generated/DeviceManagement/GetEffectivePermissionsWithScope/GetEffectivePermissionsWithScopeRequestBuilder.cs +++ b/src/generated/DeviceManagement/GetEffectivePermissionsWithScope/GetEffectivePermissionsWithScopeRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetEffectivePermissionsWithScopeRequestBuilder : BaseCliRequestBuil /// /// Retrieves the effective permissions of the currently authenticated user /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieves the effective permissions of the currently authenticated user"; @@ -96,13 +97,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetEffectivePermissionsWithScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetEffectivePermissionsWithScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/getEffectivePermissions(scope='{scope}'){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetEffectivePermissionsWithScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetEffectivePermissionsWithScopeRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/getEffectivePermissions(scope='{scope}'){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl) { @@ -110,6 +111,7 @@ public GetEffectivePermissionsWithScopeRequestBuilder(string rawUrl) : base("{+b /// /// Retrieves the effective permissions of the currently authenticated user /// + /// 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/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Count/CountRequestBuilder.cs index b728a14486..c56210d6f9 100644 --- a/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/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}/deviceManagement/importedWindowsAutopilotDeviceIdentities/$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}/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/im /// /// 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/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportPostRequestBody.cs b/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportPostRequestBody.cs index f8a276d77a..a785137fe2 100644 --- a/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportPostRequestBody.cs +++ b/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImportPostRequestBody : IAdditionalDataHolder, IParsable { public List ImportedWindowsAutopilotDeviceIdentities { get; set; } #endif /// - /// Instantiates a new importPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImportPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImportPostRequestBody() { /// /// 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 ImportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImportPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"importedWindowsAutopilotDeviceIdentities", n => { ImportedWindowsAutopilotDeviceIdentities = n.GetCollectionOfObjectValues(ImportedWindowsAutopilotDeviceIdentity.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportPostResponse.cs b/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportPostResponse.cs index 674ba02714..8072d7219e 100644 --- a/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportPostResponse.cs +++ b/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportPostResponse.cs @@ -18,6 +18,7 @@ public class ImportPostResponse : BaseCollectionPaginationCountResponse, IParsab /// /// 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 new ImportPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class ImportPostResponse : BaseCollectionPaginationCountResponse, IParsab /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ImportedWindowsAutopilotDeviceIdentity.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportRequestBuilder.cs b/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportRequestBuilder.cs index 414cf10131..18803263c7 100644 --- a/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportRequestBuilder.cs +++ b/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Import/ImportRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImportRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", pathParameters) { } /// - /// Instantiates a new ImportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImportRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", rawUrl) { @@ -88,6 +89,7 @@ public ImportRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/i /// /// Not yet documented /// + /// 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/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/ImportedWindowsAutopilotDeviceIdentitiesRequestBuilder.cs b/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/ImportedWindowsAutopilotDeviceIdentitiesRequestBuilder.cs index b666929dab..08d3b72a19 100644 --- a/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/ImportedWindowsAutopilotDeviceIdentitiesRequestBuilder.cs +++ b/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/ImportedWindowsAutopilotDeviceIdentitiesRequestBuilder.cs @@ -25,6 +25,7 @@ public class ImportedWindowsAutopilotDeviceIdentitiesRequestBuilder : BaseCliReq /// /// Provides operations to manage the importedWindowsAutopilotDeviceIdentities property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder(PathParameters); @@ -36,6 +37,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 a new importedWindowsAutopilotDeviceIdentity object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new importedWindowsAutopilotDeviceIdentity object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-create?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the import method. /// + /// A public Command BuildImportNavCommand() { var command = new Command("import"); command.Description = "Provides operations to call the import method."; @@ -111,6 +115,7 @@ public Command BuildImportNavCommand() { /// List properties and relationships of the importedWindowsAutopilotDeviceIdentity objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the importedWindowsAutopilotDeviceIdentity objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list?view=graph-rest-1.0"; @@ -201,13 +206,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ImportedWindowsAutopilotDeviceIdentitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImportedWindowsAutopilotDeviceIdentitiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/importedWindowsAutopilotDeviceIdentities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ImportedWindowsAutopilotDeviceIdentitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImportedWindowsAutopilotDeviceIdentitiesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/importedWindowsAutopilotDeviceIdentities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -215,6 +220,7 @@ public ImportedWindowsAutopilotDeviceIdentitiesRequestBuilder(string rawUrl) : b /// /// List properties and relationships of the importedWindowsAutopilotDeviceIdentity objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +237,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new importedWindowsAutopilotDeviceIdentity 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 @@ -241,7 +248,7 @@ public RequestInformation ToPostRequestInformation(ImportedWindowsAutopilotDevic public RequestInformation ToPostRequestInformation(ImportedWindowsAutopilotDeviceIdentity 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}/deviceManagement/importedWindowsAutopilotDeviceIdentities", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Item/ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder.cs b/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Item/ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder.cs index af335d062a..267a1c16b0 100644 --- a/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Item/ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/ImportedWindowsAutopilotDeviceIdentities/Item/ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder : BaseCliR /// Deletes a importedWindowsAutopilotDeviceIdentity. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a importedWindowsAutopilotDeviceIdentity.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the importedWindowsAutopilotDeviceIdentity object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the importedWindowsAutopilotDeviceIdentity object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property importedWindowsAutopilotDeviceIdentities in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property importedWindowsAutopilotDeviceIdentities in deviceManagement"; @@ -154,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity%2Did}{?%24expand,%24select}", rawUrl) { @@ -168,6 +171,7 @@ public ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder(string rawUrl) : /// /// Deletes a importedWindowsAutopilotDeviceIdentity. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -176,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -184,6 +188,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the importedWindowsAutopilotDeviceIdentity 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 @@ -200,6 +205,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property importedWindowsAutopilotDeviceIdentities in deviceManagement /// + /// 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 @@ -210,7 +216,7 @@ public RequestInformation ToPatchRequestInformation(ImportedWindowsAutopilotDevi public RequestInformation ToPatchRequestInformation(ImportedWindowsAutopilotDeviceIdentity 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}/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/IosUpdateStatuses/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/IosUpdateStatuses/Count/CountRequestBuilder.cs index 42b201d494..8cff7d1a19 100644 --- a/src/generated/DeviceManagement/IosUpdateStatuses/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/IosUpdateStatuses/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}/deviceManagement/iosUpdateStatuses/$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}/deviceManagement/iosUpdateStatuses/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/io /// /// 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/DeviceManagement/IosUpdateStatuses/IosUpdateStatusesRequestBuilder.cs b/src/generated/DeviceManagement/IosUpdateStatuses/IosUpdateStatusesRequestBuilder.cs index 59a701607e..c410d1b76a 100644 --- a/src/generated/DeviceManagement/IosUpdateStatuses/IosUpdateStatusesRequestBuilder.cs +++ b/src/generated/DeviceManagement/IosUpdateStatuses/IosUpdateStatusesRequestBuilder.cs @@ -24,6 +24,7 @@ public class IosUpdateStatusesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the iosUpdateStatuses property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new IosUpdateDeviceStatusItemRequestBuilder(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 iosUpdateDeviceStatus object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new iosUpdateDeviceStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-create?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the iosUpdateDeviceStatus objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the iosUpdateDeviceStatus objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-list?view=graph-rest-1.0"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new IosUpdateStatusesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IosUpdateStatusesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/iosUpdateStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new IosUpdateStatusesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IosUpdateStatusesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/iosUpdateStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public IosUpdateStatusesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceM /// /// List properties and relationships of the iosUpdateDeviceStatus objects. /// + /// 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 iosUpdateDeviceStatus 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 @@ -225,7 +231,7 @@ public RequestInformation ToPostRequestInformation(IosUpdateDeviceStatus body, A public RequestInformation ToPostRequestInformation(IosUpdateDeviceStatus 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}/deviceManagement/iosUpdateStatuses", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/IosUpdateStatuses/Item/IosUpdateDeviceStatusItemRequestBuilder.cs b/src/generated/DeviceManagement/IosUpdateStatuses/Item/IosUpdateDeviceStatusItemRequestBuilder.cs index 10a08eb4d5..0755e2a436 100644 --- a/src/generated/DeviceManagement/IosUpdateStatuses/Item/IosUpdateDeviceStatusItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/IosUpdateStatuses/Item/IosUpdateDeviceStatusItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class IosUpdateDeviceStatusItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a iosUpdateDeviceStatus. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a iosUpdateDeviceStatus.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the iosUpdateDeviceStatus object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the iosUpdateDeviceStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of a iosUpdateDeviceStatus object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a iosUpdateDeviceStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new IosUpdateDeviceStatusItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IosUpdateDeviceStatusItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IosUpdateDeviceStatusItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IosUpdateDeviceStatusItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public IosUpdateDeviceStatusItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Deletes a iosUpdateDeviceStatus. /// + /// 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}/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the iosUpdateDeviceStatus 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 @@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a iosUpdateDeviceStatus 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 @@ -211,7 +217,7 @@ public RequestInformation ToPatchRequestInformation(IosUpdateDeviceStatus body, public RequestInformation ToPatchRequestInformation(IosUpdateDeviceStatus 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}/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ManagedDeviceOverview/ManagedDeviceOverviewRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDeviceOverview/ManagedDeviceOverviewRequestBuilder.cs index dd19a288cf..6c4e90170d 100644 --- a/src/generated/DeviceManagement/ManagedDeviceOverview/ManagedDeviceOverviewRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDeviceOverview/ManagedDeviceOverviewRequestBuilder.cs @@ -23,6 +23,7 @@ public class ManagedDeviceOverviewRequestBuilder : BaseCliRequestBuilder { /// Read properties and relationships of the managedDeviceOverview object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the managedDeviceOverview object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddeviceoverview-get?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ManagedDeviceOverviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedDeviceOverviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDeviceOverview{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagedDeviceOverviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedDeviceOverviewRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDeviceOverview{?%24expand,%24select}", rawUrl) { @@ -79,6 +80,7 @@ public ManagedDeviceOverviewRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// Read properties and relationships of the managedDeviceOverview 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/DeviceManagement/ManagedDevices/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Count/CountRequestBuilder.cs index 7263fc082a..7f81563024 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/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}/deviceManagement/managedDevices/$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}/deviceManagement/managedDevices/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/ma /// /// 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/DeviceManagement/ManagedDevices/Item/BypassActivationLock/BypassActivationLockRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/BypassActivationLock/BypassActivationLockRequestBuilder.cs index d98d623b42..8500490ca5 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/BypassActivationLock/BypassActivationLockRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/BypassActivationLock/BypassActivationLockRequestBuilder.cs @@ -22,6 +22,7 @@ public class BypassActivationLockRequestBuilder : BaseCliRequestBuilder { /// Bypass activation lock /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Bypass activation lock\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new BypassActivationLockRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BypassActivationLockRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/bypassActivationLock", pathParameters) { } /// - /// Instantiates a new BypassActivationLockRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BypassActivationLockRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/bypassActivationLock", rawUrl) { @@ -60,6 +61,7 @@ public BypassActivationLockRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// Bypass activation lock /// + /// 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/DeviceManagement/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDevicePostRequestBody.cs b/src/generated/DeviceManagement/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDevicePostRequestBody.cs index a5c8a5e63c..0231ba1653 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDevicePostRequestBody.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDevicePostRequestBody.cs @@ -11,7 +11,7 @@ public class CleanWindowsDevicePostRequestBody : IAdditionalDataHolder, IParsabl /// The keepUserData property public bool? KeepUserData { get; set; } /// - /// Instantiates a new cleanWindowsDevicePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CleanWindowsDevicePostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public CleanWindowsDevicePostRequestBody() { /// /// 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 CleanWindowsDevicePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static CleanWindowsDevicePostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"keepUserData", n => { KeepUserData = n.GetBoolValue(); } }, diff --git a/src/generated/DeviceManagement/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDeviceRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDeviceRequestBuilder.cs index 3a03e9b0bd..0d1bb13da4 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDeviceRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/CleanWindowsDevice/CleanWindowsDeviceRequestBuilder.cs @@ -22,6 +22,7 @@ public class CleanWindowsDeviceRequestBuilder : BaseCliRequestBuilder { /// Clean Windows device /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clean Windows device\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CleanWindowsDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CleanWindowsDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/cleanWindowsDevice", pathParameters) { } /// - /// Instantiates a new CleanWindowsDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CleanWindowsDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/cleanWindowsDevice", rawUrl) { @@ -73,6 +74,7 @@ public CleanWindowsDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// Clean Windows device /// + /// 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/DeviceManagement/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDevicePostRequestBody.cs b/src/generated/DeviceManagement/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDevicePostRequestBody.cs index 3a8a6c114c..1219f9cd9a 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDevicePostRequestBody.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDevicePostRequestBody.cs @@ -17,7 +17,7 @@ public class DeleteUserFromSharedAppleDevicePostRequestBody : IAdditionalDataHol public string UserPrincipalName { get; set; } #endif /// - /// Instantiates a new deleteUserFromSharedAppleDevicePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DeleteUserFromSharedAppleDevicePostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public DeleteUserFromSharedAppleDevicePostRequestBody() { /// /// 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 DeleteUserFromSharedAppleDevicePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static DeleteUserFromSharedAppleDevicePostRequestBody CreateFromDiscrimin /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"userPrincipalName", n => { UserPrincipalName = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDeviceRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDeviceRequestBuilder.cs index 7492b37664..3093200644 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDeviceRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/DeleteUserFromSharedAppleDevice/DeleteUserFromSharedAppleDeviceRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeleteUserFromSharedAppleDeviceRequestBuilder : BaseCliRequestBuild /// Delete user from shared Apple device /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Delete user from shared Apple device\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DeleteUserFromSharedAppleDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeleteUserFromSharedAppleDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/deleteUserFromSharedAppleDevice", pathParameters) { } /// - /// Instantiates a new DeleteUserFromSharedAppleDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeleteUserFromSharedAppleDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/deleteUserFromSharedAppleDevice", rawUrl) { @@ -73,6 +74,7 @@ public DeleteUserFromSharedAppleDeviceRequestBuilder(string rawUrl) : base("{+ba /// /// Delete user from shared Apple device /// + /// 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/DeviceManagement/ManagedDevices/Item/DeviceCategory/DeviceCategoryRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/DeviceCategory/DeviceCategoryRequestBuilder.cs index 865177ad3b..bad657757e 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/DeviceCategory/DeviceCategoryRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/DeviceCategory/DeviceCategoryRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeviceCategoryRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property deviceCategory for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property deviceCategory for deviceManagement"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceCategory object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceCategory object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-devicecategory-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceCategory object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceCategory object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-devicecategory-update?view=graph-rest-1.0"; @@ -154,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceCategoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceCategoryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceCategory{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceCategoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceCategoryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceCategory{?%24expand,%24select}", rawUrl) { @@ -168,6 +171,7 @@ public DeviceCategoryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMana /// /// Delete navigation property deviceCategory for deviceManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -176,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceCategory", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -184,6 +188,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceCategory 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 @@ -200,6 +205,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceCategory 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 @@ -210,7 +216,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.DeviceCategory public RequestInformation ToPatchRequestInformation(ApiSdk.Models.DeviceCategory 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}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceCategory", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/Count/CountRequestBuilder.cs index 4242433c57..97a26fd6b7 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/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}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceCompliancePolicyStates/$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}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceCompliancePolicyStates/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/ma /// /// 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/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/DeviceCompliancePolicyStatesRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/DeviceCompliancePolicyStatesRequestBuilder.cs index 794fd0ec66..e7a591f737 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/DeviceCompliancePolicyStatesRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/DeviceCompliancePolicyStatesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceCompliancePolicyStatesRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the deviceCompliancePolicyStates property of the microsoft.graph.managedDevice entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DeviceCompliancePolicyStateItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to deviceCompliancePolicyStates for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to deviceCompliancePolicyStates for deviceManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Device compliance policy states for this device. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Device compliance policy states for this device."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DeviceCompliancePolicyStatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceCompliancePolicyStatesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceCompliancePolicyStates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeviceCompliancePolicyStatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceCompliancePolicyStatesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceCompliancePolicyStates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public DeviceCompliancePolicyStatesRequestBuilder(string rawUrl) : base("{+baseu /// /// Device compliance policy states for this device. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to deviceCompliancePolicyStates for deviceManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(DeviceCompliancePolicyState b public RequestInformation ToPostRequestInformation(DeviceCompliancePolicyState 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}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceCompliancePolicyStates", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/Item/DeviceCompliancePolicyStateItemRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/Item/DeviceCompliancePolicyStateItemRequestBuilder.cs index 6c3f1ac812..cf2bbad22f 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/Item/DeviceCompliancePolicyStateItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/DeviceCompliancePolicyStates/Item/DeviceCompliancePolicyStateItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeviceCompliancePolicyStateItemRequestBuilder : BaseCliRequestBuild /// /// Delete navigation property deviceCompliancePolicyStates for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property deviceCompliancePolicyStates for deviceManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Device compliance policy states for this device. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Device compliance policy states for this device."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property deviceCompliancePolicyStates in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property deviceCompliancePolicyStates in deviceManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceCompliancePolicyStateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceCompliancePolicyStateItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceCompliancePolicyStates/{deviceCompliancePolicyState%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceCompliancePolicyStateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceCompliancePolicyStateItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceCompliancePolicyStates/{deviceCompliancePolicyState%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public DeviceCompliancePolicyStateItemRequestBuilder(string rawUrl) : base("{+ba /// /// Delete navigation property deviceCompliancePolicyStates for deviceManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceCompliancePolicyStates/{deviceCompliancePolicyState%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Device compliance policy states for this device. /// + /// 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 /// Update the navigation property deviceCompliancePolicyStates in deviceManagement /// + /// 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 ToPatchRequestInformation(DeviceCompliancePolicyState public RequestInformation ToPatchRequestInformation(DeviceCompliancePolicyState 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}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceCompliancePolicyStates/{deviceCompliancePolicyState%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/Count/CountRequestBuilder.cs index ad7550ef34..87c3c04854 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/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}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceConfigurationStates/$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}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceConfigurationStates/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/ma /// /// 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/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/DeviceConfigurationStatesRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/DeviceConfigurationStatesRequestBuilder.cs index ccf1ac80ee..bbd4c98a30 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/DeviceConfigurationStatesRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/DeviceConfigurationStatesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceConfigurationStatesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the deviceConfigurationStates property of the microsoft.graph.managedDevice entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DeviceConfigurationStateItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to deviceConfigurationStates for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to deviceConfigurationStates for deviceManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Device configuration states for this device. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Device configuration states for this device."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DeviceConfigurationStatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceConfigurationStatesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceConfigurationStates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeviceConfigurationStatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceConfigurationStatesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceConfigurationStates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public DeviceConfigurationStatesRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Device configuration states for this device. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to deviceConfigurationStates for deviceManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(DeviceConfigurationState body public RequestInformation ToPostRequestInformation(DeviceConfigurationState 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}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceConfigurationStates", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/Item/DeviceConfigurationStateItemRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/Item/DeviceConfigurationStateItemRequestBuilder.cs index 03fa2c15ac..fa81454138 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/Item/DeviceConfigurationStateItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/DeviceConfigurationStates/Item/DeviceConfigurationStateItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeviceConfigurationStateItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property deviceConfigurationStates for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property deviceConfigurationStates for deviceManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Device configuration states for this device. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Device configuration states for this device."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property deviceConfigurationStates in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property deviceConfigurationStates in deviceManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceConfigurationStateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceConfigurationStateItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceConfigurationStates/{deviceConfigurationState%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceConfigurationStateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceConfigurationStateItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceConfigurationStates/{deviceConfigurationState%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public DeviceConfigurationStateItemRequestBuilder(string rawUrl) : base("{+baseu /// /// Delete navigation property deviceConfigurationStates for deviceManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceConfigurationStates/{deviceConfigurationState%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Device configuration states for this device. /// + /// 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 /// Update the navigation property deviceConfigurationStates in deviceManagement /// + /// 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 ToPatchRequestInformation(DeviceConfigurationState bod public RequestInformation ToPatchRequestInformation(DeviceConfigurationState 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}/deviceManagement/managedDevices/{managedDevice%2Did}/deviceConfigurationStates/{deviceConfigurationState%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ManagedDevices/Item/DisableLostMode/DisableLostModeRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/DisableLostMode/DisableLostModeRequestBuilder.cs index 7739c692c0..a116b52252 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/DisableLostMode/DisableLostModeRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/DisableLostMode/DisableLostModeRequestBuilder.cs @@ -22,6 +22,7 @@ public class DisableLostModeRequestBuilder : BaseCliRequestBuilder { /// Disable lost mode /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Disable lost mode\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DisableLostModeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DisableLostModeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/disableLostMode", pathParameters) { } /// - /// Instantiates a new DisableLostModeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DisableLostModeRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/disableLostMode", rawUrl) { @@ -60,6 +61,7 @@ public DisableLostModeRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMan /// /// Disable lost 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 diff --git a/src/generated/DeviceManagement/ManagedDevices/Item/LocateDevice/LocateDeviceRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/LocateDevice/LocateDeviceRequestBuilder.cs index 15b1900448..3248144ca0 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/LocateDevice/LocateDeviceRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/LocateDevice/LocateDeviceRequestBuilder.cs @@ -22,6 +22,7 @@ public class LocateDeviceRequestBuilder : BaseCliRequestBuilder { /// Locate a device /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Locate a device\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new LocateDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LocateDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/locateDevice", pathParameters) { } /// - /// Instantiates a new LocateDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LocateDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/locateDevice", rawUrl) { @@ -60,6 +61,7 @@ public LocateDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManage /// /// Locate a device /// + /// 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/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Count/CountRequestBuilder.cs index 771d323bd7..fc0af95a88 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/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}/deviceManagement/managedDevices/{managedDevice%2Did}/logCollectionRequests/$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}/deviceManagement/managedDevices/{managedDevice%2Did}/logCollectionRequests/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/ma /// /// 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/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlPostResponse.cs b/src/generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlPostResponse.cs index 960acd79d9..e6e78b55d5 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlPostResponse.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlPostResponse.cs @@ -17,7 +17,7 @@ public class CreateDownloadUrlPostResponse : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new createDownloadUrlPostResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateDownloadUrlPostResponse() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CreateDownloadUrlPostResponse() { /// /// 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 CreateDownloadUrlPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CreateDownloadUrlPostResponse CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlRequestBuilder.cs index 239d2ad208..4d3deb8b7b 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlRequestBuilder.cs @@ -21,6 +21,7 @@ public class CreateDownloadUrlRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action createDownloadUrl /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action createDownloadUrl"; @@ -61,13 +62,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateDownloadUrlRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateDownloadUrlRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/logCollectionRequests/{deviceLogCollectionResponse%2Did}/createDownloadUrl", pathParameters) { } /// - /// Instantiates a new CreateDownloadUrlRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateDownloadUrlRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/logCollectionRequests/{deviceLogCollectionResponse%2Did}/createDownloadUrl", rawUrl) { @@ -75,6 +76,7 @@ public CreateDownloadUrlRequestBuilder(string rawUrl) : base("{+baseurl}/deviceM /// /// Invoke action createDownloadUrl /// + /// 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/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Item/DeviceLogCollectionResponseItemRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Item/DeviceLogCollectionResponseItemRequestBuilder.cs index bf39427769..57ee39963d 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Item/DeviceLogCollectionResponseItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/Item/DeviceLogCollectionResponseItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DeviceLogCollectionResponseItemRequestBuilder : BaseCliRequestBuild /// /// Provides operations to call the createDownloadUrl method. /// + /// A public Command BuildCreateDownloadUrlNavCommand() { var command = new Command("create-download-url"); command.Description = "Provides operations to call the createDownloadUrl method."; @@ -38,6 +39,7 @@ public Command BuildCreateDownloadUrlNavCommand() { /// /// Delete navigation property logCollectionRequests for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property logCollectionRequests for deviceManagement"; @@ -77,6 +79,7 @@ public Command BuildDeleteCommand() { /// /// List of log collection requests /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "List of log collection requests"; @@ -133,6 +136,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property logCollectionRequests in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property logCollectionRequests in deviceManagement"; @@ -186,13 +190,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceLogCollectionResponseItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceLogCollectionResponseItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/logCollectionRequests/{deviceLogCollectionResponse%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceLogCollectionResponseItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceLogCollectionResponseItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/logCollectionRequests/{deviceLogCollectionResponse%2Did}{?%24expand,%24select}", rawUrl) { @@ -200,6 +204,7 @@ public DeviceLogCollectionResponseItemRequestBuilder(string rawUrl) : base("{+ba /// /// Delete navigation property logCollectionRequests for deviceManagement /// + /// 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}/deviceManagement/managedDevices/{managedDevice%2Did}/logCollectionRequests/{deviceLogCollectionResponse%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -216,6 +221,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// List of log collection requests /// + /// 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 logCollectionRequests in deviceManagement /// + /// 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(DeviceLogCollectionResponse public RequestInformation ToPatchRequestInformation(DeviceLogCollectionResponse 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}/deviceManagement/managedDevices/{managedDevice%2Did}/logCollectionRequests/{deviceLogCollectionResponse%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/LogCollectionRequestsRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/LogCollectionRequestsRequestBuilder.cs index 11a0bba3e1..7e762c085d 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/LogCollectionRequestsRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/LogCollectionRequests/LogCollectionRequestsRequestBuilder.cs @@ -24,6 +24,7 @@ public class LogCollectionRequestsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the logCollectionRequests property of the microsoft.graph.managedDevice 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 logCollectionRequests for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to logCollectionRequests for deviceManagement"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// List of log collection requests /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List of log collection requests"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new LogCollectionRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LogCollectionRequestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/logCollectionRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new LogCollectionRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LogCollectionRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/logCollectionRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public LogCollectionRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// List of log collection requests /// + /// 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 logCollectionRequests for deviceManagement /// + /// 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(DeviceLogCollectionResponse b public RequestInformation ToPostRequestInformation(DeviceLogCollectionResponse 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}/deviceManagement/managedDevices/{managedDevice%2Did}/logCollectionRequests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ManagedDevices/Item/LogoutSharedAppleDeviceActiveUser/LogoutSharedAppleDeviceActiveUserRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/LogoutSharedAppleDeviceActiveUser/LogoutSharedAppleDeviceActiveUserRequestBuilder.cs index 5759c61ad0..997650d740 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/LogoutSharedAppleDeviceActiveUser/LogoutSharedAppleDeviceActiveUserRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/LogoutSharedAppleDeviceActiveUser/LogoutSharedAppleDeviceActiveUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class LogoutSharedAppleDeviceActiveUserRequestBuilder : BaseCliRequestBui /// Logout shared Apple device active user /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Logout shared Apple device active user\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new LogoutSharedAppleDeviceActiveUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LogoutSharedAppleDeviceActiveUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/logoutSharedAppleDeviceActiveUser", pathParameters) { } /// - /// Instantiates a new LogoutSharedAppleDeviceActiveUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LogoutSharedAppleDeviceActiveUserRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/logoutSharedAppleDeviceActiveUser", rawUrl) { @@ -60,6 +61,7 @@ public LogoutSharedAppleDeviceActiveUserRequestBuilder(string rawUrl) : base("{+ /// /// Logout shared Apple device active user /// + /// 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/DeviceManagement/ManagedDevices/Item/ManagedDeviceItemRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/ManagedDeviceItemRequestBuilder.cs index 12eeedf1e7..507c9f299e 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/ManagedDeviceItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/ManagedDeviceItemRequestBuilder.cs @@ -46,6 +46,7 @@ public class ManagedDeviceItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the bypassActivationLock method. /// + /// A public Command BuildBypassActivationLockNavCommand() { var command = new Command("bypass-activation-lock"); command.Description = "Provides operations to call the bypassActivationLock method."; @@ -61,6 +62,7 @@ public Command BuildBypassActivationLockNavCommand() { /// /// Provides operations to call the cleanWindowsDevice method. /// + /// A public Command BuildCleanWindowsDeviceNavCommand() { var command = new Command("clean-windows-device"); command.Description = "Provides operations to call the cleanWindowsDevice method."; @@ -77,6 +79,7 @@ public Command BuildCleanWindowsDeviceNavCommand() { /// Deletes a managedDevice. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a managedDevice.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-delete?view=graph-rest-1.0"; @@ -110,6 +113,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to call the deleteUserFromSharedAppleDevice method. /// + /// A public Command BuildDeleteUserFromSharedAppleDeviceNavCommand() { var command = new Command("delete-user-from-shared-apple-device"); command.Description = "Provides operations to call the deleteUserFromSharedAppleDevice method."; @@ -125,6 +129,7 @@ public Command BuildDeleteUserFromSharedAppleDeviceNavCommand() { /// /// Provides operations to manage the deviceCategory property of the microsoft.graph.managedDevice entity. /// + /// A public Command BuildDeviceCategoryNavCommand() { var command = new Command("device-category"); command.Description = "Provides operations to manage the deviceCategory property of the microsoft.graph.managedDevice entity."; @@ -142,6 +147,7 @@ public Command BuildDeviceCategoryNavCommand() { /// /// Provides operations to manage the deviceCompliancePolicyStates property of the microsoft.graph.managedDevice entity. /// + /// A public Command BuildDeviceCompliancePolicyStatesNavCommand() { var command = new Command("device-compliance-policy-states"); command.Description = "Provides operations to manage the deviceCompliancePolicyStates property of the microsoft.graph.managedDevice entity."; @@ -167,6 +173,7 @@ public Command BuildDeviceCompliancePolicyStatesNavCommand() { /// /// Provides operations to manage the deviceConfigurationStates property of the microsoft.graph.managedDevice entity. /// + /// A public Command BuildDeviceConfigurationStatesNavCommand() { var command = new Command("device-configuration-states"); command.Description = "Provides operations to manage the deviceConfigurationStates property of the microsoft.graph.managedDevice entity."; @@ -192,6 +199,7 @@ public Command BuildDeviceConfigurationStatesNavCommand() { /// /// Provides operations to call the disableLostMode method. /// + /// A public Command BuildDisableLostModeNavCommand() { var command = new Command("disable-lost-mode"); command.Description = "Provides operations to call the disableLostMode method."; @@ -208,6 +216,7 @@ public Command BuildDisableLostModeNavCommand() { /// Read properties and relationships of the managedDevice object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the managedDevice object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-get?view=graph-rest-1.0"; @@ -258,6 +267,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the locateDevice method. /// + /// A public Command BuildLocateDeviceNavCommand() { var command = new Command("locate-device"); command.Description = "Provides operations to call the locateDevice method."; @@ -273,6 +283,7 @@ public Command BuildLocateDeviceNavCommand() { /// /// Provides operations to manage the logCollectionRequests property of the microsoft.graph.managedDevice entity. /// + /// A public Command BuildLogCollectionRequestsNavCommand() { var command = new Command("log-collection-requests"); command.Description = "Provides operations to manage the logCollectionRequests property of the microsoft.graph.managedDevice entity."; @@ -298,6 +309,7 @@ public Command BuildLogCollectionRequestsNavCommand() { /// /// Provides operations to call the logoutSharedAppleDeviceActiveUser method. /// + /// A public Command BuildLogoutSharedAppleDeviceActiveUserNavCommand() { var command = new Command("logout-shared-apple-device-active-user"); command.Description = "Provides operations to call the logoutSharedAppleDeviceActiveUser method."; @@ -314,6 +326,7 @@ public Command BuildLogoutSharedAppleDeviceActiveUserNavCommand() { /// Update the properties of a managedDevice object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a managedDevice object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-update?view=graph-rest-1.0"; @@ -363,6 +376,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the rebootNow method. /// + /// A public Command BuildRebootNowNavCommand() { var command = new Command("reboot-now"); command.Description = "Provides operations to call the rebootNow method."; @@ -378,6 +392,7 @@ public Command BuildRebootNowNavCommand() { /// /// Provides operations to call the recoverPasscode method. /// + /// A public Command BuildRecoverPasscodeNavCommand() { var command = new Command("recover-passcode"); command.Description = "Provides operations to call the recoverPasscode method."; @@ -393,6 +408,7 @@ public Command BuildRecoverPasscodeNavCommand() { /// /// Provides operations to call the remoteLock method. /// + /// A public Command BuildRemoteLockNavCommand() { var command = new Command("remote-lock"); command.Description = "Provides operations to call the remoteLock method."; @@ -408,6 +424,7 @@ public Command BuildRemoteLockNavCommand() { /// /// Provides operations to call the requestRemoteAssistance method. /// + /// A public Command BuildRequestRemoteAssistanceNavCommand() { var command = new Command("request-remote-assistance"); command.Description = "Provides operations to call the requestRemoteAssistance method."; @@ -423,6 +440,7 @@ public Command BuildRequestRemoteAssistanceNavCommand() { /// /// Provides operations to call the resetPasscode method. /// + /// A public Command BuildResetPasscodeNavCommand() { var command = new Command("reset-passcode"); command.Description = "Provides operations to call the resetPasscode method."; @@ -438,6 +456,7 @@ public Command BuildResetPasscodeNavCommand() { /// /// Provides operations to call the retire method. /// + /// A public Command BuildRetireNavCommand() { var command = new Command("retire"); command.Description = "Provides operations to call the retire method."; @@ -453,6 +472,7 @@ public Command BuildRetireNavCommand() { /// /// Provides operations to call the shutDown method. /// + /// A public Command BuildShutDownNavCommand() { var command = new Command("shut-down"); command.Description = "Provides operations to call the shutDown method."; @@ -468,6 +488,7 @@ public Command BuildShutDownNavCommand() { /// /// Provides operations to call the syncDevice method. /// + /// A public Command BuildSyncDeviceNavCommand() { var command = new Command("sync-device"); command.Description = "Provides operations to call the syncDevice method."; @@ -483,6 +504,7 @@ public Command BuildSyncDeviceNavCommand() { /// /// Provides operations to call the updateWindowsDeviceAccount method. /// + /// A public Command BuildUpdateWindowsDeviceAccountNavCommand() { var command = new Command("update-windows-device-account"); command.Description = "Provides operations to call the updateWindowsDeviceAccount method."; @@ -498,6 +520,7 @@ public Command BuildUpdateWindowsDeviceAccountNavCommand() { /// /// Provides operations to manage the users property of the microsoft.graph.managedDevice entity. /// + /// A public Command BuildUsersNavCommand() { var command = new Command("users"); command.Description = "Provides operations to manage the users property of the microsoft.graph.managedDevice entity."; @@ -513,6 +536,7 @@ public Command BuildUsersNavCommand() { /// /// Provides operations to call the windowsDefenderScan method. /// + /// A public Command BuildWindowsDefenderScanNavCommand() { var command = new Command("windows-defender-scan"); command.Description = "Provides operations to call the windowsDefenderScan method."; @@ -528,6 +552,7 @@ public Command BuildWindowsDefenderScanNavCommand() { /// /// Provides operations to call the windowsDefenderUpdateSignatures method. /// + /// A public Command BuildWindowsDefenderUpdateSignaturesNavCommand() { var command = new Command("windows-defender-update-signatures"); command.Description = "Provides operations to call the windowsDefenderUpdateSignatures method."; @@ -543,6 +568,7 @@ public Command BuildWindowsDefenderUpdateSignaturesNavCommand() { /// /// Provides operations to manage the windowsProtectionState property of the microsoft.graph.managedDevice entity. /// + /// A public Command BuildWindowsProtectionStateNavCommand() { var command = new Command("windows-protection-state"); command.Description = "Provides operations to manage the windowsProtectionState property of the microsoft.graph.managedDevice entity."; @@ -566,6 +592,7 @@ public Command BuildWindowsProtectionStateNavCommand() { /// /// Provides operations to call the wipe method. /// + /// A public Command BuildWipeNavCommand() { var command = new Command("wipe"); command.Description = "Provides operations to call the wipe method."; @@ -579,13 +606,13 @@ public Command BuildWipeNavCommand() { return command; } /// - /// Instantiates a new ManagedDeviceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedDeviceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManagedDeviceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedDeviceItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}{?%24expand,%24select}", rawUrl) { @@ -593,6 +620,7 @@ public ManagedDeviceItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceM /// /// Deletes a managedDevice. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -601,7 +629,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -609,6 +637,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the managedDevice 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 @@ -625,6 +654,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a managedDevice 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 @@ -635,7 +665,7 @@ public RequestInformation ToPatchRequestInformation(ManagedDevice 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}/deviceManagement/managedDevices/{managedDevice%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ManagedDevices/Item/RebootNow/RebootNowRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/RebootNow/RebootNowRequestBuilder.cs index 05a8dfbe2d..8b1b812f6e 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/RebootNow/RebootNowRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/RebootNow/RebootNowRequestBuilder.cs @@ -22,6 +22,7 @@ public class RebootNowRequestBuilder : BaseCliRequestBuilder { /// Reboot device /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reboot device\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RebootNowRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RebootNowRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/rebootNow", pathParameters) { } /// - /// Instantiates a new RebootNowRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RebootNowRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/rebootNow", rawUrl) { @@ -60,6 +61,7 @@ public RebootNowRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagemen /// /// Reboot device /// + /// 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/DeviceManagement/ManagedDevices/Item/RecoverPasscode/RecoverPasscodeRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/RecoverPasscode/RecoverPasscodeRequestBuilder.cs index be8d0b28ed..d4673cf0db 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/RecoverPasscode/RecoverPasscodeRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/RecoverPasscode/RecoverPasscodeRequestBuilder.cs @@ -22,6 +22,7 @@ public class RecoverPasscodeRequestBuilder : BaseCliRequestBuilder { /// Recover passcode /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Recover passcode\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RecoverPasscodeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RecoverPasscodeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/recoverPasscode", pathParameters) { } /// - /// Instantiates a new RecoverPasscodeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RecoverPasscodeRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/recoverPasscode", rawUrl) { @@ -60,6 +61,7 @@ public RecoverPasscodeRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMan /// /// Recover passcode /// + /// 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/DeviceManagement/ManagedDevices/Item/RemoteLock/RemoteLockRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/RemoteLock/RemoteLockRequestBuilder.cs index 625c4ef4f7..c43e6e2e95 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/RemoteLock/RemoteLockRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/RemoteLock/RemoteLockRequestBuilder.cs @@ -22,6 +22,7 @@ public class RemoteLockRequestBuilder : BaseCliRequestBuilder { /// Remote lock /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Remote lock\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RemoteLockRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RemoteLockRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/remoteLock", pathParameters) { } /// - /// Instantiates a new RemoteLockRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RemoteLockRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/remoteLock", rawUrl) { @@ -60,6 +61,7 @@ public RemoteLockRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManageme /// /// Remote lock /// + /// 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/DeviceManagement/ManagedDevices/Item/RequestRemoteAssistance/RequestRemoteAssistanceRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/RequestRemoteAssistance/RequestRemoteAssistanceRequestBuilder.cs index 4ef12ee58e..5493e8f797 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/RequestRemoteAssistance/RequestRemoteAssistanceRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/RequestRemoteAssistance/RequestRemoteAssistanceRequestBuilder.cs @@ -22,6 +22,7 @@ public class RequestRemoteAssistanceRequestBuilder : BaseCliRequestBuilder { /// Request remote assistance /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Request remote assistance\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RequestRemoteAssistanceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RequestRemoteAssistanceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/requestRemoteAssistance", pathParameters) { } /// - /// Instantiates a new RequestRemoteAssistanceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RequestRemoteAssistanceRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/requestRemoteAssistance", rawUrl) { @@ -60,6 +61,7 @@ public RequestRemoteAssistanceRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Request remote assistance /// + /// 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/DeviceManagement/ManagedDevices/Item/ResetPasscode/ResetPasscodeRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/ResetPasscode/ResetPasscodeRequestBuilder.cs index 458ee1cf43..e00145dd9d 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/ResetPasscode/ResetPasscodeRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/ResetPasscode/ResetPasscodeRequestBuilder.cs @@ -22,6 +22,7 @@ public class ResetPasscodeRequestBuilder : BaseCliRequestBuilder { /// Reset passcode /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reset passcode\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ResetPasscodeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResetPasscodeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/resetPasscode", pathParameters) { } /// - /// Instantiates a new ResetPasscodeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResetPasscodeRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/resetPasscode", rawUrl) { @@ -60,6 +61,7 @@ public ResetPasscodeRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManag /// /// Reset passcode /// + /// 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/DeviceManagement/ManagedDevices/Item/Retire/RetireRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/Retire/RetireRequestBuilder.cs index d678a0b53c..1f1a8f4bc9 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/Retire/RetireRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/Retire/RetireRequestBuilder.cs @@ -22,6 +22,7 @@ public class RetireRequestBuilder : BaseCliRequestBuilder { /// Retire a device /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Retire a device\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RetireRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RetireRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/retire", pathParameters) { } /// - /// Instantiates a new RetireRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RetireRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/retire", rawUrl) { @@ -60,6 +61,7 @@ public RetireRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/m /// /// Retire a device /// + /// 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/DeviceManagement/ManagedDevices/Item/ShutDown/ShutDownRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/ShutDown/ShutDownRequestBuilder.cs index 769ce56e5a..09c7e4c5e6 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/ShutDown/ShutDownRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/ShutDown/ShutDownRequestBuilder.cs @@ -22,6 +22,7 @@ public class ShutDownRequestBuilder : BaseCliRequestBuilder { /// Shut down device /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Shut down device\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ShutDownRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ShutDownRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/shutDown", pathParameters) { } /// - /// Instantiates a new ShutDownRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ShutDownRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/shutDown", rawUrl) { @@ -60,6 +61,7 @@ public ShutDownRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement /// /// Shut down device /// + /// 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/DeviceManagement/ManagedDevices/Item/SyncDevice/SyncDeviceRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/SyncDevice/SyncDeviceRequestBuilder.cs index 850002a99f..4b95e1e4d6 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/SyncDevice/SyncDeviceRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/SyncDevice/SyncDeviceRequestBuilder.cs @@ -22,6 +22,7 @@ public class SyncDeviceRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SyncDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SyncDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/syncDevice", pathParameters) { } /// - /// Instantiates a new SyncDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SyncDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/syncDevice", rawUrl) { @@ -60,6 +61,7 @@ public SyncDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManageme /// /// Not yet documented /// + /// 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/DeviceManagement/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountPostRequestBody.cs b/src/generated/DeviceManagement/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountPostRequestBody.cs index 2f404eff0e..8e454d6c58 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountPostRequestBody.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountPostRequestBody.cs @@ -18,7 +18,7 @@ public class UpdateWindowsDeviceAccountPostRequestBody : IAdditionalDataHolder, public ApiSdk.Models.UpdateWindowsDeviceAccountActionParameter UpdateWindowsDeviceAccountActionParameter { get; set; } #endif /// - /// Instantiates a new updateWindowsDeviceAccountPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UpdateWindowsDeviceAccountPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public UpdateWindowsDeviceAccountPostRequestBody() { /// /// 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 UpdateWindowsDeviceAccountPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static UpdateWindowsDeviceAccountPostRequestBody CreateFromDiscriminatorV /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"updateWindowsDeviceAccountActionParameter", n => { UpdateWindowsDeviceAccountActionParameter = n.GetObjectValue(ApiSdk.Models.UpdateWindowsDeviceAccountActionParameter.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/DeviceManagement/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountRequestBuilder.cs index d90b34049e..d4d17fbcf1 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/UpdateWindowsDeviceAccount/UpdateWindowsDeviceAccountRequestBuilder.cs @@ -22,6 +22,7 @@ public class UpdateWindowsDeviceAccountRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UpdateWindowsDeviceAccountRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UpdateWindowsDeviceAccountRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/updateWindowsDeviceAccount", pathParameters) { } /// - /// Instantiates a new UpdateWindowsDeviceAccountRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UpdateWindowsDeviceAccountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/updateWindowsDeviceAccount", rawUrl) { @@ -73,6 +74,7 @@ public UpdateWindowsDeviceAccountRequestBuilder(string rawUrl) : base("{+baseurl /// /// Not yet documented /// + /// 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/DeviceManagement/ManagedDevices/Item/Users/UsersRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/Users/UsersRequestBuilder.cs index fa46a3d1c1..4085f3e964 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/Users/UsersRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/Users/UsersRequestBuilder.cs @@ -23,6 +23,7 @@ public class UsersRequestBuilder : BaseCliRequestBuilder { /// List properties and relationships of the user objects. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "List properties and relationships of the user objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-user-list?view=graph-rest-1.0"; @@ -119,13 +120,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new UsersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UsersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/users{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UsersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UsersRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/users{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -133,6 +134,7 @@ public UsersRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/ma /// /// List properties and relationships of the user objects. /// + /// 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/DeviceManagement/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanPostRequestBody.cs b/src/generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanPostRequestBody.cs index 0aaa0d4646..968e36716a 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanPostRequestBody.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanPostRequestBody.cs @@ -11,7 +11,7 @@ public class WindowsDefenderScanPostRequestBody : IAdditionalDataHolder, IParsab /// The quickScan property public bool? QuickScan { get; set; } /// - /// Instantiates a new windowsDefenderScanPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsDefenderScanPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public WindowsDefenderScanPostRequestBody() { /// /// 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 WindowsDefenderScanPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static WindowsDefenderScanPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"quickScan", n => { QuickScan = n.GetBoolValue(); } }, diff --git a/src/generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanRequestBuilder.cs index a29060fe3d..7048656b55 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderScan/WindowsDefenderScanRequestBuilder.cs @@ -22,6 +22,7 @@ public class WindowsDefenderScanRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new WindowsDefenderScanRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WindowsDefenderScanRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/windowsDefenderScan", pathParameters) { } /// - /// Instantiates a new WindowsDefenderScanRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WindowsDefenderScanRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/windowsDefenderScan", rawUrl) { @@ -73,6 +74,7 @@ public WindowsDefenderScanRequestBuilder(string rawUrl) : base("{+baseurl}/devic /// /// Not yet documented /// + /// 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/DeviceManagement/ManagedDevices/Item/WindowsDefenderUpdateSignatures/WindowsDefenderUpdateSignaturesRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderUpdateSignatures/WindowsDefenderUpdateSignaturesRequestBuilder.cs index bab5164826..c45ea57196 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderUpdateSignatures/WindowsDefenderUpdateSignaturesRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/WindowsDefenderUpdateSignatures/WindowsDefenderUpdateSignaturesRequestBuilder.cs @@ -22,6 +22,7 @@ public class WindowsDefenderUpdateSignaturesRequestBuilder : BaseCliRequestBuild /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new WindowsDefenderUpdateSignaturesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WindowsDefenderUpdateSignaturesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/windowsDefenderUpdateSignatures", pathParameters) { } /// - /// Instantiates a new WindowsDefenderUpdateSignaturesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WindowsDefenderUpdateSignaturesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/windowsDefenderUpdateSignatures", rawUrl) { @@ -60,6 +61,7 @@ public WindowsDefenderUpdateSignaturesRequestBuilder(string rawUrl) : base("{+ba /// /// Not yet documented /// + /// 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/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/Count/CountRequestBuilder.cs index b1860c9170..7f227b0649 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/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}/deviceManagement/managedDevices/{managedDevice%2Did}/windowsProtectionState/detectedMalwareState/$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}/deviceManagement/managedDevices/{managedDevice%2Did}/windowsProtectionState/detectedMalwareState/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/ma /// /// 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/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/DetectedMalwareStateRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/DetectedMalwareStateRequestBuilder.cs index 551a970373..6672842d45 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/DetectedMalwareStateRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/DetectedMalwareStateRequestBuilder.cs @@ -24,6 +24,7 @@ public class DetectedMalwareStateRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the detectedMalwareState property of the microsoft.graph.windowsProtectionState entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new WindowsDeviceMalwareStateItemRequestBuilder(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 windowsDeviceMalwareState object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new windowsDeviceMalwareState object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the windowsDeviceMalwareState objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the windowsDeviceMalwareState objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DetectedMalwareStateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DetectedMalwareStateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/windowsProtectionState/detectedMalwareState{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DetectedMalwareStateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DetectedMalwareStateRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/windowsProtectionState/detectedMalwareState{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public DetectedMalwareStateRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// List properties and relationships of the windowsDeviceMalwareState objects. /// + /// 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 windowsDeviceMalwareState 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(WindowsDeviceMalwareState bod public RequestInformation ToPostRequestInformation(WindowsDeviceMalwareState 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}/deviceManagement/managedDevices/{managedDevice%2Did}/windowsProtectionState/detectedMalwareState", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/Item/WindowsDeviceMalwareStateItemRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/Item/WindowsDeviceMalwareStateItemRequestBuilder.cs index 40a5781760..f383bc7765 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/Item/WindowsDeviceMalwareStateItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/DetectedMalwareState/Item/WindowsDeviceMalwareStateItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class WindowsDeviceMalwareStateItemRequestBuilder : BaseCliRequestBuilder /// Deletes a windowsDeviceMalwareState. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a windowsDeviceMalwareState.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the windowsDeviceMalwareState object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the windowsDeviceMalwareState object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a windowsDeviceMalwareState object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a windowsDeviceMalwareState object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new WindowsDeviceMalwareStateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WindowsDeviceMalwareStateItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WindowsDeviceMalwareStateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WindowsDeviceMalwareStateItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public WindowsDeviceMalwareStateItemRequestBuilder(string rawUrl) : base("{+base /// /// Deletes a windowsDeviceMalwareState. /// + /// 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}/deviceManagement/managedDevices/{managedDevice%2Did}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the windowsDeviceMalwareState 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a windowsDeviceMalwareState 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(WindowsDeviceMalwareState bo public RequestInformation ToPatchRequestInformation(WindowsDeviceMalwareState 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}/deviceManagement/managedDevices/{managedDevice%2Did}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/WindowsProtectionStateRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/WindowsProtectionStateRequestBuilder.cs index 08491d9dfc..b0d3582b38 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/WindowsProtectionStateRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/WindowsProtectionState/WindowsProtectionStateRequestBuilder.cs @@ -23,6 +23,7 @@ public class WindowsProtectionStateRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property windowsProtectionState for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property windowsProtectionState for deviceManagement"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the detectedMalwareState property of the microsoft.graph.windowsProtectionState entity. /// + /// A public Command BuildDetectedMalwareStateNavCommand() { var command = new Command("detected-malware-state"); command.Description = "Provides operations to manage the detectedMalwareState property of the microsoft.graph.windowsProtectionState entity."; @@ -82,6 +84,7 @@ public Command BuildDetectedMalwareStateNavCommand() { /// Read properties and relationships of the windowsProtectionState object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the windowsProtectionState object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-windowsprotectionstate-get?view=graph-rest-1.0"; @@ -133,6 +136,7 @@ public Command BuildGetCommand() { /// Update the properties of a windowsProtectionState object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a windowsProtectionState object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-windowsprotectionstate-update?view=graph-rest-1.0"; @@ -180,13 +184,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new WindowsProtectionStateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WindowsProtectionStateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/windowsProtectionState{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WindowsProtectionStateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WindowsProtectionStateRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/windowsProtectionState{?%24expand,%24select}", rawUrl) { @@ -194,6 +198,7 @@ public WindowsProtectionStateRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Delete navigation property windowsProtectionState for deviceManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -202,7 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/windowsProtectionState", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -210,6 +215,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the windowsProtectionState 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 @@ -226,6 +232,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a windowsProtectionState 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 @@ -236,7 +243,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.WindowsProtect public RequestInformation ToPatchRequestInformation(ApiSdk.Models.WindowsProtectionState 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}/deviceManagement/managedDevices/{managedDevice%2Did}/windowsProtectionState", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ManagedDevices/Item/Wipe/WipePostRequestBody.cs b/src/generated/DeviceManagement/ManagedDevices/Item/Wipe/WipePostRequestBody.cs index 099402bd67..f520b292af 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/Wipe/WipePostRequestBody.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/Wipe/WipePostRequestBody.cs @@ -23,7 +23,7 @@ public class WipePostRequestBody : IAdditionalDataHolder, IParsable { /// The persistEsimDataPlan property public bool? PersistEsimDataPlan { get; set; } /// - /// Instantiates a new wipePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public WipePostRequestBody() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public WipePostRequestBody() { /// /// 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 WipePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static WipePostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"keepEnrollmentData", n => { KeepEnrollmentData = n.GetBoolValue(); } }, diff --git a/src/generated/DeviceManagement/ManagedDevices/Item/Wipe/WipeRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/Item/Wipe/WipeRequestBuilder.cs index ab883ffc99..9a8afefb1f 100644 --- a/src/generated/DeviceManagement/ManagedDevices/Item/Wipe/WipeRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/Item/Wipe/WipeRequestBuilder.cs @@ -22,6 +22,7 @@ public class WipeRequestBuilder : BaseCliRequestBuilder { /// Wipe a device /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Wipe a device\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new WipeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WipeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/wipe", pathParameters) { } /// - /// Instantiates a new WipeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WipeRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices/{managedDevice%2Did}/wipe", rawUrl) { @@ -73,6 +74,7 @@ public WipeRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/man /// /// Wipe a device /// + /// 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/DeviceManagement/ManagedDevices/ManagedDevicesRequestBuilder.cs b/src/generated/DeviceManagement/ManagedDevices/ManagedDevicesRequestBuilder.cs index a4abca60a9..0eb9aee26c 100644 --- a/src/generated/DeviceManagement/ManagedDevices/ManagedDevicesRequestBuilder.cs +++ b/src/generated/DeviceManagement/ManagedDevices/ManagedDevicesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ManagedDevicesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the managedDevices property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -60,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."; @@ -76,6 +78,7 @@ public Command BuildCountNavCommand() { /// Create a new managedDevice object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new managedDevice object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-create?view=graph-rest-1.0"; @@ -120,6 +123,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the managedDevice objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the managedDevice objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-manageddevice-list?view=graph-rest-1.0"; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ManagedDevicesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedDevicesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/managedDevices{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ManagedDevicesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedDevicesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/managedDevices{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public ManagedDevicesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMana /// /// List properties and relationships of the managedDevice objects. /// + /// 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,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new managedDevice 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(ManagedDevice 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}/deviceManagement/managedDevices", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Count/CountRequestBuilder.cs index a17c977132..ff32b306ee 100644 --- a/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/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}/deviceManagement/mobileAppTroubleshootingEvents/$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}/deviceManagement/mobileAppTroubleshootingEvents/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/mo /// /// 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/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/AppLogCollectionRequestsRequestBuilder.cs b/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/AppLogCollectionRequestsRequestBuilder.cs index 7b2b5d7978..426f36867a 100644 --- a/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/AppLogCollectionRequestsRequestBuilder.cs +++ b/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/AppLogCollectionRequestsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AppLogCollectionRequestsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appLogCollectionRequests property of the microsoft.graph.mobileAppTroubleshootingEvent 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new appLogCollectionRequest object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new appLogCollectionRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-create?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the appLogCollectionRequest objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the appLogCollectionRequest objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-list?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AppLogCollectionRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppLogCollectionRequestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent%2Did}/appLogCollectionRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppLogCollectionRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppLogCollectionRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent%2Did}/appLogCollectionRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public AppLogCollectionRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// List properties and relationships of the appLogCollectionRequest objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new appLogCollectionRequest 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(AppLogCollectionRequest body, public RequestInformation ToPostRequestInformation(AppLogCollectionRequest 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}/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent%2Did}/appLogCollectionRequests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Count/CountRequestBuilder.cs index 6d8acbf9a0..44f0a5c9d4 100644 --- a/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/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}/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent%2Did}/appLogCollectionRequests/$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}/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent%2Did}/appLogCollectionRequests/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/mo /// /// 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/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/AppLogCollectionRequestItemRequestBuilder.cs b/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/AppLogCollectionRequestItemRequestBuilder.cs index 520c8f4483..0bc0a90ca9 100644 --- a/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/AppLogCollectionRequestItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/AppLogCollectionRequestItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AppLogCollectionRequestItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the createDownloadUrl method. /// + /// A public Command BuildCreateDownloadUrlNavCommand() { var command = new Command("create-download-url"); command.Description = "Provides operations to call the createDownloadUrl method."; @@ -39,6 +40,7 @@ public Command BuildCreateDownloadUrlNavCommand() { /// Deletes a appLogCollectionRequest. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a appLogCollectionRequest.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-delete?view=graph-rest-1.0"; @@ -79,6 +81,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the appLogCollectionRequest object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the appLogCollectionRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-get?view=graph-rest-1.0"; @@ -136,6 +139,7 @@ public Command BuildGetCommand() { /// Update the properties of a appLogCollectionRequest object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a appLogCollectionRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-update?view=graph-rest-1.0"; @@ -189,13 +193,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AppLogCollectionRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppLogCollectionRequestItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent%2Did}/appLogCollectionRequests/{appLogCollectionRequest%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppLogCollectionRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppLogCollectionRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent%2Did}/appLogCollectionRequests/{appLogCollectionRequest%2Did}{?%24expand,%24select}", rawUrl) { @@ -203,6 +207,7 @@ public AppLogCollectionRequestItemRequestBuilder(string rawUrl) : base("{+baseur /// /// Deletes a appLogCollectionRequest. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,7 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent%2Did}/appLogCollectionRequests/{appLogCollectionRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +224,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the appLogCollectionRequest 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 @@ -235,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a appLogCollectionRequest 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 @@ -245,7 +252,7 @@ public RequestInformation ToPatchRequestInformation(AppLogCollectionRequest body public RequestInformation ToPatchRequestInformation(AppLogCollectionRequest 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}/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent%2Did}/appLogCollectionRequests/{appLogCollectionRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlRequestBuilder.cs b/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlRequestBuilder.cs index d083a02136..e5d79dbc55 100644 --- a/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlRequestBuilder.cs +++ b/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/CreateDownloadUrl/CreateDownloadUrlRequestBuilder.cs @@ -23,6 +23,7 @@ public class CreateDownloadUrlRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-createdownloadurl?view=graph-rest-1.0"; @@ -63,13 +64,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateDownloadUrlRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateDownloadUrlRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent%2Did}/appLogCollectionRequests/{appLogCollectionRequest%2Did}/createDownloadUrl", pathParameters) { } /// - /// Instantiates a new CreateDownloadUrlRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateDownloadUrlRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent%2Did}/appLogCollectionRequests/{appLogCollectionRequest%2Did}/createDownloadUrl", rawUrl) { @@ -77,6 +78,7 @@ public CreateDownloadUrlRequestBuilder(string rawUrl) : base("{+baseurl}/deviceM /// /// Not yet documented /// + /// 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/DeviceManagement/MobileAppTroubleshootingEvents/Item/MobileAppTroubleshootingEventItemRequestBuilder.cs b/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/MobileAppTroubleshootingEventItemRequestBuilder.cs index cc6d4293cc..322d780fd9 100644 --- a/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/MobileAppTroubleshootingEventItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/MobileAppTroubleshootingEventItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileAppTroubleshootingEventItemRequestBuilder : BaseCliRequestBui /// /// Provides operations to manage the appLogCollectionRequests property of the microsoft.graph.mobileAppTroubleshootingEvent entity. /// + /// A public Command BuildAppLogCollectionRequestsNavCommand() { var command = new Command("app-log-collection-requests"); command.Description = "Provides operations to manage the appLogCollectionRequests property of the microsoft.graph.mobileAppTroubleshootingEvent entity."; @@ -49,6 +50,7 @@ public Command BuildAppLogCollectionRequestsNavCommand() { /// Deletes a mobileAppTroubleshootingEvent. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileAppTroubleshootingEvent.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-delete?view=graph-rest-1.0"; @@ -83,6 +85,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileAppTroubleshootingEvent object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileAppTroubleshootingEvent object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-get?view=graph-rest-1.0"; @@ -134,6 +137,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileAppTroubleshootingEvent object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileAppTroubleshootingEvent object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-update?view=graph-rest-1.0"; @@ -181,13 +185,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileAppTroubleshootingEventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppTroubleshootingEventItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileAppTroubleshootingEventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppTroubleshootingEventItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent%2Did}{?%24expand,%24select}", rawUrl) { @@ -195,6 +199,7 @@ public MobileAppTroubleshootingEventItemRequestBuilder(string rawUrl) : base("{+ /// /// Deletes a mobileAppTroubleshootingEvent. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -203,7 +208,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -211,6 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileAppTroubleshootingEvent 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 @@ -227,6 +233,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileAppTroubleshootingEvent 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 @@ -237,7 +244,7 @@ public RequestInformation ToPatchRequestInformation(MobileAppTroubleshootingEven public RequestInformation ToPatchRequestInformation(MobileAppTroubleshootingEvent 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}/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/MobileAppTroubleshootingEventsRequestBuilder.cs b/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/MobileAppTroubleshootingEventsRequestBuilder.cs index 2a74ca7904..b1ed5cfb5b 100644 --- a/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/MobileAppTroubleshootingEventsRequestBuilder.cs +++ b/src/generated/DeviceManagement/MobileAppTroubleshootingEvents/MobileAppTroubleshootingEventsRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileAppTroubleshootingEventsRequestBuilder : BaseCliRequestBuilde /// /// Provides operations to manage the mobileAppTroubleshootingEvents property of the microsoft.graph.deviceManagement 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new mobileAppTroubleshootingEvent object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileAppTroubleshootingEvent object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-create?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileAppTroubleshootingEvent objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileAppTroubleshootingEvent objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-list?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MobileAppTroubleshootingEventsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileAppTroubleshootingEventsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/mobileAppTroubleshootingEvents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MobileAppTroubleshootingEventsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileAppTroubleshootingEventsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/mobileAppTroubleshootingEvents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public MobileAppTroubleshootingEventsRequestBuilder(string rawUrl) : base("{+bas /// /// List properties and relationships of the mobileAppTroubleshootingEvent objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new mobileAppTroubleshootingEvent 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(MobileAppTroubleshootingEvent public RequestInformation ToPostRequestInformation(MobileAppTroubleshootingEvent 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}/deviceManagement/mobileAppTroubleshootingEvents", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/MobileThreatDefenseConnectors/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/MobileThreatDefenseConnectors/Count/CountRequestBuilder.cs index fd69c4521f..22669e15c7 100644 --- a/src/generated/DeviceManagement/MobileThreatDefenseConnectors/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/MobileThreatDefenseConnectors/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}/deviceManagement/mobileThreatDefenseConnectors/$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}/deviceManagement/mobileThreatDefenseConnectors/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/mo /// /// 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/DeviceManagement/MobileThreatDefenseConnectors/Item/MobileThreatDefenseConnectorItemRequestBuilder.cs b/src/generated/DeviceManagement/MobileThreatDefenseConnectors/Item/MobileThreatDefenseConnectorItemRequestBuilder.cs index e819631d83..17bab840e6 100644 --- a/src/generated/DeviceManagement/MobileThreatDefenseConnectors/Item/MobileThreatDefenseConnectorItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/MobileThreatDefenseConnectors/Item/MobileThreatDefenseConnectorItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MobileThreatDefenseConnectorItemRequestBuilder : BaseCliRequestBuil /// Deletes a mobileThreatDefenseConnector. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a mobileThreatDefenseConnector.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the mobileThreatDefenseConnector object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the mobileThreatDefenseConnector object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of a mobileThreatDefenseConnector object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a mobileThreatDefenseConnector object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MobileThreatDefenseConnectorItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileThreatDefenseConnectorItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MobileThreatDefenseConnectorItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileThreatDefenseConnectorItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public MobileThreatDefenseConnectorItemRequestBuilder(string rawUrl) : base("{+b /// /// Deletes a mobileThreatDefenseConnector. /// + /// 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}/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the mobileThreatDefenseConnector 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 @@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a mobileThreatDefenseConnector 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 @@ -211,7 +217,7 @@ public RequestInformation ToPatchRequestInformation(MobileThreatDefenseConnector public RequestInformation ToPatchRequestInformation(MobileThreatDefenseConnector 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}/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/MobileThreatDefenseConnectors/MobileThreatDefenseConnectorsRequestBuilder.cs b/src/generated/DeviceManagement/MobileThreatDefenseConnectors/MobileThreatDefenseConnectorsRequestBuilder.cs index b39c6a93b6..f3c9085806 100644 --- a/src/generated/DeviceManagement/MobileThreatDefenseConnectors/MobileThreatDefenseConnectorsRequestBuilder.cs +++ b/src/generated/DeviceManagement/MobileThreatDefenseConnectors/MobileThreatDefenseConnectorsRequestBuilder.cs @@ -24,6 +24,7 @@ public class MobileThreatDefenseConnectorsRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the mobileThreatDefenseConnectors property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MobileThreatDefenseConnectorItemRequestBuilder(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 mobileThreatDefenseConnector object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new mobileThreatDefenseConnector object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-create?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the mobileThreatDefenseConnector objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the mobileThreatDefenseConnector objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-list?view=graph-rest-1.0"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MobileThreatDefenseConnectorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MobileThreatDefenseConnectorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/mobileThreatDefenseConnectors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MobileThreatDefenseConnectorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MobileThreatDefenseConnectorsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/mobileThreatDefenseConnectors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public MobileThreatDefenseConnectorsRequestBuilder(string rawUrl) : base("{+base /// /// List properties and relationships of the mobileThreatDefenseConnector objects. /// + /// 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 mobileThreatDefenseConnector 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 @@ -225,7 +231,7 @@ public RequestInformation ToPostRequestInformation(MobileThreatDefenseConnector public RequestInformation ToPostRequestInformation(MobileThreatDefenseConnector 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}/deviceManagement/mobileThreatDefenseConnectors", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/NotificationMessageTemplates/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/NotificationMessageTemplates/Count/CountRequestBuilder.cs index 19e357aeaa..ac7c345ad3 100644 --- a/src/generated/DeviceManagement/NotificationMessageTemplates/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/NotificationMessageTemplates/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}/deviceManagement/notificationMessageTemplates/$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}/deviceManagement/notificationMessageTemplates/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/no /// /// 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/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/Count/CountRequestBuilder.cs index baeeaf4237..13e5bcdcf2 100644 --- a/src/generated/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/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}/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate%2Did}/localizedNotificationMessages/$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}/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate%2Did}/localizedNotificationMessages/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/no /// /// 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/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/Item/LocalizedNotificationMessageItemRequestBuilder.cs b/src/generated/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/Item/LocalizedNotificationMessageItemRequestBuilder.cs index 0fddd24c8b..29abd54505 100644 --- a/src/generated/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/Item/LocalizedNotificationMessageItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/Item/LocalizedNotificationMessageItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class LocalizedNotificationMessageItemRequestBuilder : BaseCliRequestBuil /// Deletes a localizedNotificationMessage. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a localizedNotificationMessage.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the localizedNotificationMessage object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the localizedNotificationMessage object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a localizedNotificationMessage object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a localizedNotificationMessage object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LocalizedNotificationMessageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LocalizedNotificationMessageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate%2Did}/localizedNotificationMessages/{localizedNotificationMessage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LocalizedNotificationMessageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LocalizedNotificationMessageItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate%2Did}/localizedNotificationMessages/{localizedNotificationMessage%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public LocalizedNotificationMessageItemRequestBuilder(string rawUrl) : base("{+b /// /// Deletes a localizedNotificationMessage. /// + /// 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}/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate%2Did}/localizedNotificationMessages/{localizedNotificationMessage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the localizedNotificationMessage 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a localizedNotificationMessage 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(LocalizedNotificationMessage public RequestInformation ToPatchRequestInformation(LocalizedNotificationMessage 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}/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate%2Did}/localizedNotificationMessages/{localizedNotificationMessage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/LocalizedNotificationMessagesRequestBuilder.cs b/src/generated/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/LocalizedNotificationMessagesRequestBuilder.cs index a311b3cedd..396241df49 100644 --- a/src/generated/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/LocalizedNotificationMessagesRequestBuilder.cs +++ b/src/generated/DeviceManagement/NotificationMessageTemplates/Item/LocalizedNotificationMessages/LocalizedNotificationMessagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class LocalizedNotificationMessagesRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the localizedNotificationMessages property of the microsoft.graph.notificationMessageTemplate entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new LocalizedNotificationMessageItemRequestBuilder(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 localizedNotificationMessage object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new localizedNotificationMessage object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the localizedNotificationMessage objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the localizedNotificationMessage objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new LocalizedNotificationMessagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LocalizedNotificationMessagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate%2Did}/localizedNotificationMessages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new LocalizedNotificationMessagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LocalizedNotificationMessagesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate%2Did}/localizedNotificationMessages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public LocalizedNotificationMessagesRequestBuilder(string rawUrl) : base("{+base /// /// List properties and relationships of the localizedNotificationMessage objects. /// + /// 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 localizedNotificationMessage 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(LocalizedNotificationMessage public RequestInformation ToPostRequestInformation(LocalizedNotificationMessage 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}/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate%2Did}/localizedNotificationMessages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/NotificationMessageTemplates/Item/NotificationMessageTemplateItemRequestBuilder.cs b/src/generated/DeviceManagement/NotificationMessageTemplates/Item/NotificationMessageTemplateItemRequestBuilder.cs index 6055bf98b9..770dd6c5ac 100644 --- a/src/generated/DeviceManagement/NotificationMessageTemplates/Item/NotificationMessageTemplateItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/NotificationMessageTemplates/Item/NotificationMessageTemplateItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class NotificationMessageTemplateItemRequestBuilder : BaseCliRequestBuild /// Deletes a notificationMessageTemplate. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a notificationMessageTemplate.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-delete?view=graph-rest-1.0"; @@ -59,6 +60,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the notificationMessageTemplate object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the notificationMessageTemplate object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-get?view=graph-rest-1.0"; @@ -109,6 +111,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the localizedNotificationMessages property of the microsoft.graph.notificationMessageTemplate entity. /// + /// A public Command BuildLocalizedNotificationMessagesNavCommand() { var command = new Command("localized-notification-messages"); command.Description = "Provides operations to manage the localizedNotificationMessages property of the microsoft.graph.notificationMessageTemplate entity."; @@ -135,6 +138,7 @@ public Command BuildLocalizedNotificationMessagesNavCommand() { /// Update the properties of a notificationMessageTemplate object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a notificationMessageTemplate object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-update?view=graph-rest-1.0"; @@ -184,6 +188,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the sendTestMessage method. /// + /// A public Command BuildSendTestMessageNavCommand() { var command = new Command("send-test-message"); command.Description = "Provides operations to call the sendTestMessage method."; @@ -197,13 +202,13 @@ public Command BuildSendTestMessageNavCommand() { return command; } /// - /// Instantiates a new NotificationMessageTemplateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NotificationMessageTemplateItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new NotificationMessageTemplateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NotificationMessageTemplateItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate%2Did}{?%24expand,%24select}", rawUrl) { @@ -211,6 +216,7 @@ public NotificationMessageTemplateItemRequestBuilder(string rawUrl) : base("{+ba /// /// Deletes a notificationMessageTemplate. /// + /// 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,7 +225,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -227,6 +233,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the notificationMessageTemplate 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 @@ -243,6 +250,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a notificationMessageTemplate 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 @@ -253,7 +261,7 @@ public RequestInformation ToPatchRequestInformation(NotificationMessageTemplate public RequestInformation ToPatchRequestInformation(NotificationMessageTemplate 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}/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/NotificationMessageTemplates/Item/SendTestMessage/SendTestMessageRequestBuilder.cs b/src/generated/DeviceManagement/NotificationMessageTemplates/Item/SendTestMessage/SendTestMessageRequestBuilder.cs index 29fc57e392..7dbc2e9221 100644 --- a/src/generated/DeviceManagement/NotificationMessageTemplates/Item/SendTestMessage/SendTestMessageRequestBuilder.cs +++ b/src/generated/DeviceManagement/NotificationMessageTemplates/Item/SendTestMessage/SendTestMessageRequestBuilder.cs @@ -22,6 +22,7 @@ public class SendTestMessageRequestBuilder : BaseCliRequestBuilder { /// Sends test message using the specified notificationMessageTemplate in the default locale /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Sends test message using the specified notificationMessageTemplate in the default locale\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-sendtestmessage?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SendTestMessageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SendTestMessageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate%2Did}/sendTestMessage", pathParameters) { } /// - /// Instantiates a new SendTestMessageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SendTestMessageRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate%2Did}/sendTestMessage", rawUrl) { @@ -60,6 +61,7 @@ public SendTestMessageRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMan /// /// Sends test message using the specified notificationMessageTemplate in the default locale /// + /// 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/DeviceManagement/NotificationMessageTemplates/NotificationMessageTemplatesRequestBuilder.cs b/src/generated/DeviceManagement/NotificationMessageTemplates/NotificationMessageTemplatesRequestBuilder.cs index f1eeff8c85..8cce996f8e 100644 --- a/src/generated/DeviceManagement/NotificationMessageTemplates/NotificationMessageTemplatesRequestBuilder.cs +++ b/src/generated/DeviceManagement/NotificationMessageTemplates/NotificationMessageTemplatesRequestBuilder.cs @@ -24,6 +24,7 @@ public class NotificationMessageTemplatesRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the notificationMessageTemplates property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Create a new notificationMessageTemplate object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new notificationMessageTemplate object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-create?view=graph-rest-1.0"; @@ -98,6 +101,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the notificationMessageTemplate objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the notificationMessageTemplate objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-list?view=graph-rest-1.0"; @@ -188,13 +192,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new NotificationMessageTemplatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NotificationMessageTemplatesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/notificationMessageTemplates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new NotificationMessageTemplatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NotificationMessageTemplatesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/notificationMessageTemplates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -202,6 +206,7 @@ public NotificationMessageTemplatesRequestBuilder(string rawUrl) : base("{+baseu /// /// List properties and relationships of the notificationMessageTemplate objects. /// + /// 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,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new notificationMessageTemplate 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 @@ -228,7 +234,7 @@ public RequestInformation ToPostRequestInformation(NotificationMessageTemplate b public RequestInformation ToPostRequestInformation(NotificationMessageTemplate 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}/deviceManagement/notificationMessageTemplates", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/RemoteAssistancePartners/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/RemoteAssistancePartners/Count/CountRequestBuilder.cs index 6959f03122..320fff93dc 100644 --- a/src/generated/DeviceManagement/RemoteAssistancePartners/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/RemoteAssistancePartners/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}/deviceManagement/remoteAssistancePartners/$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}/deviceManagement/remoteAssistancePartners/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/re /// /// 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/DeviceManagement/RemoteAssistancePartners/Item/BeginOnboarding/BeginOnboardingRequestBuilder.cs b/src/generated/DeviceManagement/RemoteAssistancePartners/Item/BeginOnboarding/BeginOnboardingRequestBuilder.cs index 1c286e1d14..d2132fcb70 100644 --- a/src/generated/DeviceManagement/RemoteAssistancePartners/Item/BeginOnboarding/BeginOnboardingRequestBuilder.cs +++ b/src/generated/DeviceManagement/RemoteAssistancePartners/Item/BeginOnboarding/BeginOnboardingRequestBuilder.cs @@ -22,6 +22,7 @@ public class BeginOnboardingRequestBuilder : BaseCliRequestBuilder { /// A request to start onboarding. Must be coupled with the appropriate TeamViewer account information /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "A request to start onboarding. Must be coupled with the appropriate TeamViewer account information\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-beginonboarding?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new BeginOnboardingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BeginOnboardingRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner%2Did}/beginOnboarding", pathParameters) { } /// - /// Instantiates a new BeginOnboardingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BeginOnboardingRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner%2Did}/beginOnboarding", rawUrl) { @@ -60,6 +61,7 @@ public BeginOnboardingRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMan /// /// A request to start onboarding. Must be coupled with the appropriate TeamViewer account information /// + /// 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/DeviceManagement/RemoteAssistancePartners/Item/Disconnect/DisconnectRequestBuilder.cs b/src/generated/DeviceManagement/RemoteAssistancePartners/Item/Disconnect/DisconnectRequestBuilder.cs index 274096acb9..e9b819c854 100644 --- a/src/generated/DeviceManagement/RemoteAssistancePartners/Item/Disconnect/DisconnectRequestBuilder.cs +++ b/src/generated/DeviceManagement/RemoteAssistancePartners/Item/Disconnect/DisconnectRequestBuilder.cs @@ -22,6 +22,7 @@ public class DisconnectRequestBuilder : BaseCliRequestBuilder { /// A request to remove the active TeamViewer connector /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "A request to remove the active TeamViewer connector\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-disconnect?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DisconnectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DisconnectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner%2Did}/disconnect", pathParameters) { } /// - /// Instantiates a new DisconnectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DisconnectRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner%2Did}/disconnect", rawUrl) { @@ -60,6 +61,7 @@ public DisconnectRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManageme /// /// A request to remove the active TeamViewer connector /// + /// 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/DeviceManagement/RemoteAssistancePartners/Item/RemoteAssistancePartnerItemRequestBuilder.cs b/src/generated/DeviceManagement/RemoteAssistancePartners/Item/RemoteAssistancePartnerItemRequestBuilder.cs index 8dbc623d36..8cc57297d5 100644 --- a/src/generated/DeviceManagement/RemoteAssistancePartners/Item/RemoteAssistancePartnerItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/RemoteAssistancePartners/Item/RemoteAssistancePartnerItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class RemoteAssistancePartnerItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the beginOnboarding method. /// + /// A public Command BuildBeginOnboardingNavCommand() { var command = new Command("begin-onboarding"); command.Description = "Provides operations to call the beginOnboarding method."; @@ -40,6 +41,7 @@ public Command BuildBeginOnboardingNavCommand() { /// Deletes a remoteAssistancePartner. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a remoteAssistancePartner.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-delete?view=graph-rest-1.0"; @@ -73,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to call the disconnect method. /// + /// A public Command BuildDisconnectNavCommand() { var command = new Command("disconnect"); command.Description = "Provides operations to call the disconnect method."; @@ -89,6 +92,7 @@ public Command BuildDisconnectNavCommand() { /// Read properties and relationships of the remoteAssistancePartner object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the remoteAssistancePartner object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-get?view=graph-rest-1.0"; @@ -140,6 +144,7 @@ public Command BuildGetCommand() { /// Update the properties of a remoteAssistancePartner object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a remoteAssistancePartner object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-update?view=graph-rest-1.0"; @@ -187,13 +192,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new RemoteAssistancePartnerItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RemoteAssistancePartnerItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RemoteAssistancePartnerItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RemoteAssistancePartnerItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner%2Did}{?%24expand,%24select}", rawUrl) { @@ -201,6 +206,7 @@ public RemoteAssistancePartnerItemRequestBuilder(string rawUrl) : base("{+baseur /// /// Deletes a remoteAssistancePartner. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -209,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}/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -217,6 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the remoteAssistancePartner 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 @@ -233,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a remoteAssistancePartner 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 @@ -243,7 +251,7 @@ public RequestInformation ToPatchRequestInformation(RemoteAssistancePartner body public RequestInformation ToPatchRequestInformation(RemoteAssistancePartner 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}/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/RemoteAssistancePartners/RemoteAssistancePartnersRequestBuilder.cs b/src/generated/DeviceManagement/RemoteAssistancePartners/RemoteAssistancePartnersRequestBuilder.cs index e1fbc6bb02..703f61732b 100644 --- a/src/generated/DeviceManagement/RemoteAssistancePartners/RemoteAssistancePartnersRequestBuilder.cs +++ b/src/generated/DeviceManagement/RemoteAssistancePartners/RemoteAssistancePartnersRequestBuilder.cs @@ -24,6 +24,7 @@ public class RemoteAssistancePartnersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the remoteAssistancePartners property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Create a new remoteAssistancePartner object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new remoteAssistancePartner object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-create?view=graph-rest-1.0"; @@ -98,6 +101,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the remoteAssistancePartner objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the remoteAssistancePartner objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-list?view=graph-rest-1.0"; @@ -188,13 +192,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RemoteAssistancePartnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RemoteAssistancePartnersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/remoteAssistancePartners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RemoteAssistancePartnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RemoteAssistancePartnersRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/remoteAssistancePartners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -202,6 +206,7 @@ public RemoteAssistancePartnersRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// List properties and relationships of the remoteAssistancePartner objects. /// + /// 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,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new remoteAssistancePartner 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 @@ -228,7 +234,7 @@ public RequestInformation ToPostRequestInformation(RemoteAssistancePartner body, public RequestInformation ToPostRequestInformation(RemoteAssistancePartner 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}/deviceManagement/remoteAssistancePartners", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/Reports/ExportJobs/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/Reports/ExportJobs/Count/CountRequestBuilder.cs index 5fd3a5b549..058985a2ef 100644 --- a/src/generated/DeviceManagement/Reports/ExportJobs/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/ExportJobs/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}/deviceManagement/reports/exportJobs/$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}/deviceManagement/reports/exportJobs/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/re /// /// 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/DeviceManagement/Reports/ExportJobs/ExportJobsRequestBuilder.cs b/src/generated/DeviceManagement/Reports/ExportJobs/ExportJobsRequestBuilder.cs index 8bed6089b1..30074131a7 100644 --- a/src/generated/DeviceManagement/Reports/ExportJobs/ExportJobsRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/ExportJobs/ExportJobsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExportJobsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the exportJobs property of the microsoft.graph.deviceManagementReports entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DeviceManagementExportJobItemRequestBuilder(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 deviceManagementExportJob object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new deviceManagementExportJob object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-create?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the deviceManagementExportJob objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the deviceManagementExportJob objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-list?view=graph-rest-1.0"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExportJobsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExportJobsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/exportJobs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExportJobsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExportJobsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/exportJobs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public ExportJobsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManageme /// /// List properties and relationships of the deviceManagementExportJob objects. /// + /// 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 deviceManagementExportJob 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 @@ -225,7 +231,7 @@ public RequestInformation ToPostRequestInformation(DeviceManagementExportJob bod public RequestInformation ToPostRequestInformation(DeviceManagementExportJob 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}/deviceManagement/reports/exportJobs", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/Reports/ExportJobs/Item/DeviceManagementExportJobItemRequestBuilder.cs b/src/generated/DeviceManagement/Reports/ExportJobs/Item/DeviceManagementExportJobItemRequestBuilder.cs index 2a23cd5007..015b0e47a5 100644 --- a/src/generated/DeviceManagement/Reports/ExportJobs/Item/DeviceManagementExportJobItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/ExportJobs/Item/DeviceManagementExportJobItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DeviceManagementExportJobItemRequestBuilder : BaseCliRequestBuilder /// Deletes a deviceManagementExportJob. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a deviceManagementExportJob.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceManagementExportJob object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceManagementExportJob object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceManagementExportJob object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceManagementExportJob object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceManagementExportJobItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceManagementExportJobItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/exportJobs/{deviceManagementExportJob%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceManagementExportJobItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceManagementExportJobItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/exportJobs/{deviceManagementExportJob%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public DeviceManagementExportJobItemRequestBuilder(string rawUrl) : base("{+base /// /// Deletes a deviceManagementExportJob. /// + /// 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}/deviceManagement/reports/exportJobs/{deviceManagementExportJob%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceManagementExportJob 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 @@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceManagementExportJob 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 @@ -211,7 +217,7 @@ public RequestInformation ToPatchRequestInformation(DeviceManagementExportJob bo public RequestInformation ToPatchRequestInformation(DeviceManagementExportJob 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}/deviceManagement/reports/exportJobs/{deviceManagementExportJob%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/Reports/GetCachedReport/GetCachedReportPostRequestBody.cs b/src/generated/DeviceManagement/Reports/GetCachedReport/GetCachedReportPostRequestBody.cs index 49282bfd9e..3632399d0d 100644 --- a/src/generated/DeviceManagement/Reports/GetCachedReport/GetCachedReportPostRequestBody.cs +++ b/src/generated/DeviceManagement/Reports/GetCachedReport/GetCachedReportPostRequestBody.cs @@ -53,7 +53,7 @@ public class GetCachedReportPostRequestBody : IAdditionalDataHolder, IParsable { /// The top property public int? Top { get; set; } /// - /// Instantiates a new getCachedReportPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetCachedReportPostRequestBody() { AdditionalData = new Dictionary(); @@ -61,6 +61,7 @@ public GetCachedReportPostRequestBody() { /// /// 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 GetCachedReportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -69,6 +70,7 @@ public static GetCachedReportPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupBy", n => { GroupBy = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DeviceManagement/Reports/GetCachedReport/GetCachedReportRequestBuilder.cs b/src/generated/DeviceManagement/Reports/GetCachedReport/GetCachedReportRequestBuilder.cs index e91cfd29d7..422f52ecb6 100644 --- a/src/generated/DeviceManagement/Reports/GetCachedReport/GetCachedReportRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/GetCachedReport/GetCachedReportRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetCachedReportRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcachedreport?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetCachedReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetCachedReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/getCachedReport", pathParameters) { } /// - /// Instantiates a new GetCachedReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetCachedReportRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/getCachedReport", rawUrl) { @@ -79,6 +80,7 @@ public GetCachedReportRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMan /// /// Not yet documented /// + /// 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/DeviceManagement/Reports/GetCompliancePolicyNonComplianceReport/GetCompliancePolicyNonComplianceReportPostRequestBody.cs b/src/generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceReport/GetCompliancePolicyNonComplianceReportPostRequestBody.cs index e19df7f2b0..ad556a0449 100644 --- a/src/generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceReport/GetCompliancePolicyNonComplianceReportPostRequestBody.cs +++ b/src/generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceReport/GetCompliancePolicyNonComplianceReportPostRequestBody.cs @@ -69,7 +69,7 @@ public class GetCompliancePolicyNonComplianceReportPostRequestBody : IAdditional /// The top property public int? Top { get; set; } /// - /// Instantiates a new getCompliancePolicyNonComplianceReportPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetCompliancePolicyNonComplianceReportPostRequestBody() { AdditionalData = new Dictionary(); @@ -77,6 +77,7 @@ public GetCompliancePolicyNonComplianceReportPostRequestBody() { /// /// 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 GetCompliancePolicyNonComplianceReportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public static GetCompliancePolicyNonComplianceReportPostRequestBody CreateFromDi /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"filter", n => { Filter = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceReport/GetCompliancePolicyNonComplianceReportRequestBuilder.cs b/src/generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceReport/GetCompliancePolicyNonComplianceReportRequestBuilder.cs index b211665eb2..2cb84eb232 100644 --- a/src/generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceReport/GetCompliancePolicyNonComplianceReportRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceReport/GetCompliancePolicyNonComplianceReportRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetCompliancePolicyNonComplianceReportRequestBuilder : BaseCliReque /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetCompliancePolicyNonComplianceReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetCompliancePolicyNonComplianceReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/getCompliancePolicyNonComplianceReport", pathParameters) { } /// - /// Instantiates a new GetCompliancePolicyNonComplianceReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetCompliancePolicyNonComplianceReportRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/getCompliancePolicyNonComplianceReport", rawUrl) { @@ -79,6 +80,7 @@ public GetCompliancePolicyNonComplianceReportRequestBuilder(string rawUrl) : bas /// /// Not yet documented /// + /// 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/DeviceManagement/Reports/GetCompliancePolicyNonComplianceSummaryReport/GetCompliancePolicyNonComplianceSummaryReportPostRequestBody.cs b/src/generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceSummaryReport/GetCompliancePolicyNonComplianceSummaryReportPostRequestBody.cs index 12af590f72..c767b7a059 100644 --- a/src/generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceSummaryReport/GetCompliancePolicyNonComplianceSummaryReportPostRequestBody.cs +++ b/src/generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceSummaryReport/GetCompliancePolicyNonComplianceSummaryReportPostRequestBody.cs @@ -69,7 +69,7 @@ public class GetCompliancePolicyNonComplianceSummaryReportPostRequestBody : IAdd /// The top property public int? Top { get; set; } /// - /// Instantiates a new getCompliancePolicyNonComplianceSummaryReportPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetCompliancePolicyNonComplianceSummaryReportPostRequestBody() { AdditionalData = new Dictionary(); @@ -77,6 +77,7 @@ public GetCompliancePolicyNonComplianceSummaryReportPostRequestBody() { /// /// 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 GetCompliancePolicyNonComplianceSummaryReportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public static GetCompliancePolicyNonComplianceSummaryReportPostRequestBody Creat /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"filter", n => { Filter = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceSummaryReport/GetCompliancePolicyNonComplianceSummaryReportRequestBuilder.cs b/src/generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceSummaryReport/GetCompliancePolicyNonComplianceSummaryReportRequestBuilder.cs index 38f19570dc..7bb1e94563 100644 --- a/src/generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceSummaryReport/GetCompliancePolicyNonComplianceSummaryReportRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/GetCompliancePolicyNonComplianceSummaryReport/GetCompliancePolicyNonComplianceSummaryReportRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetCompliancePolicyNonComplianceSummaryReportRequestBuilder : BaseC /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetCompliancePolicyNonComplianceSummaryReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetCompliancePolicyNonComplianceSummaryReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", pathParameters) { } /// - /// Instantiates a new GetCompliancePolicyNonComplianceSummaryReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetCompliancePolicyNonComplianceSummaryReportRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", rawUrl) { @@ -79,6 +80,7 @@ public GetCompliancePolicyNonComplianceSummaryReportRequestBuilder(string rawUrl /// /// Not yet documented /// + /// 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/DeviceManagement/Reports/GetComplianceSettingNonComplianceReport/GetComplianceSettingNonComplianceReportPostRequestBody.cs b/src/generated/DeviceManagement/Reports/GetComplianceSettingNonComplianceReport/GetComplianceSettingNonComplianceReportPostRequestBody.cs index 01c64aebef..504a2a3f96 100644 --- a/src/generated/DeviceManagement/Reports/GetComplianceSettingNonComplianceReport/GetComplianceSettingNonComplianceReportPostRequestBody.cs +++ b/src/generated/DeviceManagement/Reports/GetComplianceSettingNonComplianceReport/GetComplianceSettingNonComplianceReportPostRequestBody.cs @@ -69,7 +69,7 @@ public class GetComplianceSettingNonComplianceReportPostRequestBody : IAdditiona /// The top property public int? Top { get; set; } /// - /// Instantiates a new getComplianceSettingNonComplianceReportPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetComplianceSettingNonComplianceReportPostRequestBody() { AdditionalData = new Dictionary(); @@ -77,6 +77,7 @@ public GetComplianceSettingNonComplianceReportPostRequestBody() { /// /// 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 GetComplianceSettingNonComplianceReportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public static GetComplianceSettingNonComplianceReportPostRequestBody CreateFromD /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"filter", n => { Filter = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/Reports/GetComplianceSettingNonComplianceReport/GetComplianceSettingNonComplianceReportRequestBuilder.cs b/src/generated/DeviceManagement/Reports/GetComplianceSettingNonComplianceReport/GetComplianceSettingNonComplianceReportRequestBuilder.cs index f23dca171c..b29cc732fc 100644 --- a/src/generated/DeviceManagement/Reports/GetComplianceSettingNonComplianceReport/GetComplianceSettingNonComplianceReportRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/GetComplianceSettingNonComplianceReport/GetComplianceSettingNonComplianceReportRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetComplianceSettingNonComplianceReportRequestBuilder : BaseCliRequ /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetComplianceSettingNonComplianceReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetComplianceSettingNonComplianceReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/getComplianceSettingNonComplianceReport", pathParameters) { } /// - /// Instantiates a new GetComplianceSettingNonComplianceReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetComplianceSettingNonComplianceReportRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/getComplianceSettingNonComplianceReport", rawUrl) { @@ -79,6 +80,7 @@ public GetComplianceSettingNonComplianceReportRequestBuilder(string rawUrl) : ba /// /// Not yet documented /// + /// 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/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceReport/GetConfigurationPolicyNonComplianceReportPostRequestBody.cs b/src/generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceReport/GetConfigurationPolicyNonComplianceReportPostRequestBody.cs index 5a32e89a4e..53f17d973f 100644 --- a/src/generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceReport/GetConfigurationPolicyNonComplianceReportPostRequestBody.cs +++ b/src/generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceReport/GetConfigurationPolicyNonComplianceReportPostRequestBody.cs @@ -69,7 +69,7 @@ public class GetConfigurationPolicyNonComplianceReportPostRequestBody : IAdditio /// The top property public int? Top { get; set; } /// - /// Instantiates a new getConfigurationPolicyNonComplianceReportPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetConfigurationPolicyNonComplianceReportPostRequestBody() { AdditionalData = new Dictionary(); @@ -77,6 +77,7 @@ public GetConfigurationPolicyNonComplianceReportPostRequestBody() { /// /// 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 GetConfigurationPolicyNonComplianceReportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public static GetConfigurationPolicyNonComplianceReportPostRequestBody CreateFro /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"filter", n => { Filter = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceReport/GetConfigurationPolicyNonComplianceReportRequestBuilder.cs b/src/generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceReport/GetConfigurationPolicyNonComplianceReportRequestBuilder.cs index 76427393d4..797fa98755 100644 --- a/src/generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceReport/GetConfigurationPolicyNonComplianceReportRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceReport/GetConfigurationPolicyNonComplianceReportRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetConfigurationPolicyNonComplianceReportRequestBuilder : BaseCliRe /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetConfigurationPolicyNonComplianceReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetConfigurationPolicyNonComplianceReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", pathParameters) { } /// - /// Instantiates a new GetConfigurationPolicyNonComplianceReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetConfigurationPolicyNonComplianceReportRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", rawUrl) { @@ -79,6 +80,7 @@ public GetConfigurationPolicyNonComplianceReportRequestBuilder(string rawUrl) : /// /// Not yet documented /// + /// 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/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceSummaryReport/GetConfigurationPolicyNonComplianceSummaryReportPostRequestBody.cs b/src/generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceSummaryReport/GetConfigurationPolicyNonComplianceSummaryReportPostRequestBody.cs index 9388dccb6d..ffd4757643 100644 --- a/src/generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceSummaryReport/GetConfigurationPolicyNonComplianceSummaryReportPostRequestBody.cs +++ b/src/generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceSummaryReport/GetConfigurationPolicyNonComplianceSummaryReportPostRequestBody.cs @@ -69,7 +69,7 @@ public class GetConfigurationPolicyNonComplianceSummaryReportPostRequestBody : I /// The top property public int? Top { get; set; } /// - /// Instantiates a new getConfigurationPolicyNonComplianceSummaryReportPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetConfigurationPolicyNonComplianceSummaryReportPostRequestBody() { AdditionalData = new Dictionary(); @@ -77,6 +77,7 @@ public GetConfigurationPolicyNonComplianceSummaryReportPostRequestBody() { /// /// 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 GetConfigurationPolicyNonComplianceSummaryReportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public static GetConfigurationPolicyNonComplianceSummaryReportPostRequestBody Cr /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"filter", n => { Filter = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceSummaryReport/GetConfigurationPolicyNonComplianceSummaryReportRequestBuilder.cs b/src/generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceSummaryReport/GetConfigurationPolicyNonComplianceSummaryReportRequestBuilder.cs index c2110eaaf1..ad80d1bf89 100644 --- a/src/generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceSummaryReport/GetConfigurationPolicyNonComplianceSummaryReportRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/GetConfigurationPolicyNonComplianceSummaryReport/GetConfigurationPolicyNonComplianceSummaryReportRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetConfigurationPolicyNonComplianceSummaryReportRequestBuilder : Ba /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetConfigurationPolicyNonComplianceSummaryReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetConfigurationPolicyNonComplianceSummaryReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", pathParameters) { } /// - /// Instantiates a new GetConfigurationPolicyNonComplianceSummaryReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetConfigurationPolicyNonComplianceSummaryReportRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", rawUrl) { @@ -79,6 +80,7 @@ public GetConfigurationPolicyNonComplianceSummaryReportRequestBuilder(string raw /// /// Not yet documented /// + /// 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/DeviceManagement/Reports/GetConfigurationSettingNonComplianceReport/GetConfigurationSettingNonComplianceReportPostRequestBody.cs b/src/generated/DeviceManagement/Reports/GetConfigurationSettingNonComplianceReport/GetConfigurationSettingNonComplianceReportPostRequestBody.cs index 4cb6602c50..d4a227aac2 100644 --- a/src/generated/DeviceManagement/Reports/GetConfigurationSettingNonComplianceReport/GetConfigurationSettingNonComplianceReportPostRequestBody.cs +++ b/src/generated/DeviceManagement/Reports/GetConfigurationSettingNonComplianceReport/GetConfigurationSettingNonComplianceReportPostRequestBody.cs @@ -69,7 +69,7 @@ public class GetConfigurationSettingNonComplianceReportPostRequestBody : IAdditi /// The top property public int? Top { get; set; } /// - /// Instantiates a new getConfigurationSettingNonComplianceReportPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetConfigurationSettingNonComplianceReportPostRequestBody() { AdditionalData = new Dictionary(); @@ -77,6 +77,7 @@ public GetConfigurationSettingNonComplianceReportPostRequestBody() { /// /// 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 GetConfigurationSettingNonComplianceReportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public static GetConfigurationSettingNonComplianceReportPostRequestBody CreateFr /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"filter", n => { Filter = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/Reports/GetConfigurationSettingNonComplianceReport/GetConfigurationSettingNonComplianceReportRequestBuilder.cs b/src/generated/DeviceManagement/Reports/GetConfigurationSettingNonComplianceReport/GetConfigurationSettingNonComplianceReportRequestBuilder.cs index 3f1f83f266..770d179340 100644 --- a/src/generated/DeviceManagement/Reports/GetConfigurationSettingNonComplianceReport/GetConfigurationSettingNonComplianceReportRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/GetConfigurationSettingNonComplianceReport/GetConfigurationSettingNonComplianceReportRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetConfigurationSettingNonComplianceReportRequestBuilder : BaseCliR /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetConfigurationSettingNonComplianceReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetConfigurationSettingNonComplianceReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/getConfigurationSettingNonComplianceReport", pathParameters) { } /// - /// Instantiates a new GetConfigurationSettingNonComplianceReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetConfigurationSettingNonComplianceReportRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/getConfigurationSettingNonComplianceReport", rawUrl) { @@ -79,6 +80,7 @@ public GetConfigurationSettingNonComplianceReportRequestBuilder(string rawUrl) : /// /// Not yet documented /// + /// 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/DeviceManagement/Reports/GetDeviceManagementIntentPerSettingContributingProfiles/GetDeviceManagementIntentPerSettingContributingProfilesPostRequestBody.cs b/src/generated/DeviceManagement/Reports/GetDeviceManagementIntentPerSettingContributingProfiles/GetDeviceManagementIntentPerSettingContributingProfilesPostRequestBody.cs index 5b62124d8e..16c2856972 100644 --- a/src/generated/DeviceManagement/Reports/GetDeviceManagementIntentPerSettingContributingProfiles/GetDeviceManagementIntentPerSettingContributingProfilesPostRequestBody.cs +++ b/src/generated/DeviceManagement/Reports/GetDeviceManagementIntentPerSettingContributingProfiles/GetDeviceManagementIntentPerSettingContributingProfilesPostRequestBody.cs @@ -69,7 +69,7 @@ public class GetDeviceManagementIntentPerSettingContributingProfilesPostRequestB /// The top property public int? Top { get; set; } /// - /// Instantiates a new getDeviceManagementIntentPerSettingContributingProfilesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetDeviceManagementIntentPerSettingContributingProfilesPostRequestBody() { AdditionalData = new Dictionary(); @@ -77,6 +77,7 @@ public GetDeviceManagementIntentPerSettingContributingProfilesPostRequestBody() /// /// 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 GetDeviceManagementIntentPerSettingContributingProfilesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public static GetDeviceManagementIntentPerSettingContributingProfilesPostRequest /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"filter", n => { Filter = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/Reports/GetDeviceManagementIntentPerSettingContributingProfiles/GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder.cs b/src/generated/DeviceManagement/Reports/GetDeviceManagementIntentPerSettingContributingProfiles/GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder.cs index 3693a0e677..54bc2e7f36 100644 --- a/src/generated/DeviceManagement/Reports/GetDeviceManagementIntentPerSettingContributingProfiles/GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/GetDeviceManagementIntentPerSettingContributingProfiles/GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetDeviceManagementIntentPerSettingContributingProfilesRequestBuild /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", pathParameters) { } /// - /// Instantiates a new GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", rawUrl) { @@ -79,6 +80,7 @@ public GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder(str /// /// Not yet documented /// + /// 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/DeviceManagement/Reports/GetDeviceManagementIntentSettingsReport/GetDeviceManagementIntentSettingsReportPostRequestBody.cs b/src/generated/DeviceManagement/Reports/GetDeviceManagementIntentSettingsReport/GetDeviceManagementIntentSettingsReportPostRequestBody.cs index 2a37730694..d57b48a70d 100644 --- a/src/generated/DeviceManagement/Reports/GetDeviceManagementIntentSettingsReport/GetDeviceManagementIntentSettingsReportPostRequestBody.cs +++ b/src/generated/DeviceManagement/Reports/GetDeviceManagementIntentSettingsReport/GetDeviceManagementIntentSettingsReportPostRequestBody.cs @@ -69,7 +69,7 @@ public class GetDeviceManagementIntentSettingsReportPostRequestBody : IAdditiona /// The top property public int? Top { get; set; } /// - /// Instantiates a new getDeviceManagementIntentSettingsReportPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetDeviceManagementIntentSettingsReportPostRequestBody() { AdditionalData = new Dictionary(); @@ -77,6 +77,7 @@ public GetDeviceManagementIntentSettingsReportPostRequestBody() { /// /// 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 GetDeviceManagementIntentSettingsReportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public static GetDeviceManagementIntentSettingsReportPostRequestBody CreateFromD /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"filter", n => { Filter = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/Reports/GetDeviceManagementIntentSettingsReport/GetDeviceManagementIntentSettingsReportRequestBuilder.cs b/src/generated/DeviceManagement/Reports/GetDeviceManagementIntentSettingsReport/GetDeviceManagementIntentSettingsReportRequestBuilder.cs index df6a4e2d9b..4e9082e364 100644 --- a/src/generated/DeviceManagement/Reports/GetDeviceManagementIntentSettingsReport/GetDeviceManagementIntentSettingsReportRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/GetDeviceManagementIntentSettingsReport/GetDeviceManagementIntentSettingsReportRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetDeviceManagementIntentSettingsReportRequestBuilder : BaseCliRequ /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetDeviceManagementIntentSettingsReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetDeviceManagementIntentSettingsReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/getDeviceManagementIntentSettingsReport", pathParameters) { } /// - /// Instantiates a new GetDeviceManagementIntentSettingsReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetDeviceManagementIntentSettingsReportRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/getDeviceManagementIntentSettingsReport", rawUrl) { @@ -79,6 +80,7 @@ public GetDeviceManagementIntentSettingsReportRequestBuilder(string rawUrl) : ba /// /// Not yet documented /// + /// 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/DeviceManagement/Reports/GetDeviceNonComplianceReport/GetDeviceNonComplianceReportPostRequestBody.cs b/src/generated/DeviceManagement/Reports/GetDeviceNonComplianceReport/GetDeviceNonComplianceReportPostRequestBody.cs index b7fbebefe5..91eaf28160 100644 --- a/src/generated/DeviceManagement/Reports/GetDeviceNonComplianceReport/GetDeviceNonComplianceReportPostRequestBody.cs +++ b/src/generated/DeviceManagement/Reports/GetDeviceNonComplianceReport/GetDeviceNonComplianceReportPostRequestBody.cs @@ -69,7 +69,7 @@ public class GetDeviceNonComplianceReportPostRequestBody : IAdditionalDataHolder /// The top property public int? Top { get; set; } /// - /// Instantiates a new getDeviceNonComplianceReportPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetDeviceNonComplianceReportPostRequestBody() { AdditionalData = new Dictionary(); @@ -77,6 +77,7 @@ public GetDeviceNonComplianceReportPostRequestBody() { /// /// 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 GetDeviceNonComplianceReportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public static GetDeviceNonComplianceReportPostRequestBody CreateFromDiscriminato /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"filter", n => { Filter = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/Reports/GetDeviceNonComplianceReport/GetDeviceNonComplianceReportRequestBuilder.cs b/src/generated/DeviceManagement/Reports/GetDeviceNonComplianceReport/GetDeviceNonComplianceReportRequestBuilder.cs index c8d3076b76..bc5b8349dd 100644 --- a/src/generated/DeviceManagement/Reports/GetDeviceNonComplianceReport/GetDeviceNonComplianceReportRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/GetDeviceNonComplianceReport/GetDeviceNonComplianceReportRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetDeviceNonComplianceReportRequestBuilder : BaseCliRequestBuilder /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetDeviceNonComplianceReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetDeviceNonComplianceReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/getDeviceNonComplianceReport", pathParameters) { } /// - /// Instantiates a new GetDeviceNonComplianceReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetDeviceNonComplianceReportRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/getDeviceNonComplianceReport", rawUrl) { @@ -79,6 +80,7 @@ public GetDeviceNonComplianceReportRequestBuilder(string rawUrl) : base("{+baseu /// /// Not yet documented /// + /// 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/DeviceManagement/Reports/GetDevicesWithoutCompliancePolicyReport/GetDevicesWithoutCompliancePolicyReportPostRequestBody.cs b/src/generated/DeviceManagement/Reports/GetDevicesWithoutCompliancePolicyReport/GetDevicesWithoutCompliancePolicyReportPostRequestBody.cs index 70fa158c3f..2d5ca1e53a 100644 --- a/src/generated/DeviceManagement/Reports/GetDevicesWithoutCompliancePolicyReport/GetDevicesWithoutCompliancePolicyReportPostRequestBody.cs +++ b/src/generated/DeviceManagement/Reports/GetDevicesWithoutCompliancePolicyReport/GetDevicesWithoutCompliancePolicyReportPostRequestBody.cs @@ -69,7 +69,7 @@ public class GetDevicesWithoutCompliancePolicyReportPostRequestBody : IAdditiona /// The top property public int? Top { get; set; } /// - /// Instantiates a new getDevicesWithoutCompliancePolicyReportPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetDevicesWithoutCompliancePolicyReportPostRequestBody() { AdditionalData = new Dictionary(); @@ -77,6 +77,7 @@ public GetDevicesWithoutCompliancePolicyReportPostRequestBody() { /// /// 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 GetDevicesWithoutCompliancePolicyReportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public static GetDevicesWithoutCompliancePolicyReportPostRequestBody CreateFromD /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"filter", n => { Filter = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/Reports/GetDevicesWithoutCompliancePolicyReport/GetDevicesWithoutCompliancePolicyReportRequestBuilder.cs b/src/generated/DeviceManagement/Reports/GetDevicesWithoutCompliancePolicyReport/GetDevicesWithoutCompliancePolicyReportRequestBuilder.cs index 9ecb4d51de..5b3ac3d59b 100644 --- a/src/generated/DeviceManagement/Reports/GetDevicesWithoutCompliancePolicyReport/GetDevicesWithoutCompliancePolicyReportRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/GetDevicesWithoutCompliancePolicyReport/GetDevicesWithoutCompliancePolicyReportRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetDevicesWithoutCompliancePolicyReportRequestBuilder : BaseCliRequ /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetDevicesWithoutCompliancePolicyReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetDevicesWithoutCompliancePolicyReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", pathParameters) { } /// - /// Instantiates a new GetDevicesWithoutCompliancePolicyReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetDevicesWithoutCompliancePolicyReportRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", rawUrl) { @@ -79,6 +80,7 @@ public GetDevicesWithoutCompliancePolicyReportRequestBuilder(string rawUrl) : ba /// /// Not yet documented /// + /// 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/DeviceManagement/Reports/GetHistoricalReport/GetHistoricalReportPostRequestBody.cs b/src/generated/DeviceManagement/Reports/GetHistoricalReport/GetHistoricalReportPostRequestBody.cs index a1fd2e7664..0a0f0dacd3 100644 --- a/src/generated/DeviceManagement/Reports/GetHistoricalReport/GetHistoricalReportPostRequestBody.cs +++ b/src/generated/DeviceManagement/Reports/GetHistoricalReport/GetHistoricalReportPostRequestBody.cs @@ -61,7 +61,7 @@ public class GetHistoricalReportPostRequestBody : IAdditionalDataHolder, IParsab /// The top property public int? Top { get; set; } /// - /// Instantiates a new getHistoricalReportPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetHistoricalReportPostRequestBody() { AdditionalData = new Dictionary(); @@ -69,6 +69,7 @@ public GetHistoricalReportPostRequestBody() { /// /// 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 GetHistoricalReportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -77,6 +78,7 @@ public static GetHistoricalReportPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"filter", n => { Filter = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/Reports/GetHistoricalReport/GetHistoricalReportRequestBuilder.cs b/src/generated/DeviceManagement/Reports/GetHistoricalReport/GetHistoricalReportRequestBuilder.cs index 79f6e445bb..6f09702b35 100644 --- a/src/generated/DeviceManagement/Reports/GetHistoricalReport/GetHistoricalReportRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/GetHistoricalReport/GetHistoricalReportRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetHistoricalReportRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-gethistoricalreport?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetHistoricalReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetHistoricalReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/getHistoricalReport", pathParameters) { } /// - /// Instantiates a new GetHistoricalReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetHistoricalReportRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/getHistoricalReport", rawUrl) { @@ -79,6 +80,7 @@ public GetHistoricalReportRequestBuilder(string rawUrl) : base("{+baseurl}/devic /// /// Not yet documented /// + /// 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/DeviceManagement/Reports/GetNoncompliantDevicesAndSettingsReport/GetNoncompliantDevicesAndSettingsReportPostRequestBody.cs b/src/generated/DeviceManagement/Reports/GetNoncompliantDevicesAndSettingsReport/GetNoncompliantDevicesAndSettingsReportPostRequestBody.cs index 8793f276d4..eaae401c40 100644 --- a/src/generated/DeviceManagement/Reports/GetNoncompliantDevicesAndSettingsReport/GetNoncompliantDevicesAndSettingsReportPostRequestBody.cs +++ b/src/generated/DeviceManagement/Reports/GetNoncompliantDevicesAndSettingsReport/GetNoncompliantDevicesAndSettingsReportPostRequestBody.cs @@ -69,7 +69,7 @@ public class GetNoncompliantDevicesAndSettingsReportPostRequestBody : IAdditiona /// The top property public int? Top { get; set; } /// - /// Instantiates a new getNoncompliantDevicesAndSettingsReportPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetNoncompliantDevicesAndSettingsReportPostRequestBody() { AdditionalData = new Dictionary(); @@ -77,6 +77,7 @@ public GetNoncompliantDevicesAndSettingsReportPostRequestBody() { /// /// 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 GetNoncompliantDevicesAndSettingsReportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public static GetNoncompliantDevicesAndSettingsReportPostRequestBody CreateFromD /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"filter", n => { Filter = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/Reports/GetNoncompliantDevicesAndSettingsReport/GetNoncompliantDevicesAndSettingsReportRequestBuilder.cs b/src/generated/DeviceManagement/Reports/GetNoncompliantDevicesAndSettingsReport/GetNoncompliantDevicesAndSettingsReportRequestBuilder.cs index 6bc7df7f65..2d49e9318e 100644 --- a/src/generated/DeviceManagement/Reports/GetNoncompliantDevicesAndSettingsReport/GetNoncompliantDevicesAndSettingsReportRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/GetNoncompliantDevicesAndSettingsReport/GetNoncompliantDevicesAndSettingsReportRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetNoncompliantDevicesAndSettingsReportRequestBuilder : BaseCliRequ /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetNoncompliantDevicesAndSettingsReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetNoncompliantDevicesAndSettingsReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", pathParameters) { } /// - /// Instantiates a new GetNoncompliantDevicesAndSettingsReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetNoncompliantDevicesAndSettingsReportRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", rawUrl) { @@ -79,6 +80,7 @@ public GetNoncompliantDevicesAndSettingsReportRequestBuilder(string rawUrl) : ba /// /// Not yet documented /// + /// 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/DeviceManagement/Reports/GetPolicyNonComplianceMetadata/GetPolicyNonComplianceMetadataPostRequestBody.cs b/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceMetadata/GetPolicyNonComplianceMetadataPostRequestBody.cs index 0cadddcc95..6fac5c4687 100644 --- a/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceMetadata/GetPolicyNonComplianceMetadataPostRequestBody.cs +++ b/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceMetadata/GetPolicyNonComplianceMetadataPostRequestBody.cs @@ -69,7 +69,7 @@ public class GetPolicyNonComplianceMetadataPostRequestBody : IAdditionalDataHold /// The top property public int? Top { get; set; } /// - /// Instantiates a new getPolicyNonComplianceMetadataPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetPolicyNonComplianceMetadataPostRequestBody() { AdditionalData = new Dictionary(); @@ -77,6 +77,7 @@ public GetPolicyNonComplianceMetadataPostRequestBody() { /// /// 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 GetPolicyNonComplianceMetadataPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public static GetPolicyNonComplianceMetadataPostRequestBody CreateFromDiscrimina /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"filter", n => { Filter = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceMetadata/GetPolicyNonComplianceMetadataRequestBuilder.cs b/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceMetadata/GetPolicyNonComplianceMetadataRequestBuilder.cs index 8a1ff758b9..c9ce5fe94b 100644 --- a/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceMetadata/GetPolicyNonComplianceMetadataRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceMetadata/GetPolicyNonComplianceMetadataRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetPolicyNonComplianceMetadataRequestBuilder : BaseCliRequestBuilde /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetPolicyNonComplianceMetadataRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetPolicyNonComplianceMetadataRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/getPolicyNonComplianceMetadata", pathParameters) { } /// - /// Instantiates a new GetPolicyNonComplianceMetadataRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetPolicyNonComplianceMetadataRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/getPolicyNonComplianceMetadata", rawUrl) { @@ -79,6 +80,7 @@ public GetPolicyNonComplianceMetadataRequestBuilder(string rawUrl) : base("{+bas /// /// Not yet documented /// + /// 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/DeviceManagement/Reports/GetPolicyNonComplianceReport/GetPolicyNonComplianceReportPostRequestBody.cs b/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceReport/GetPolicyNonComplianceReportPostRequestBody.cs index 4af339ee9f..ea9f6c8135 100644 --- a/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceReport/GetPolicyNonComplianceReportPostRequestBody.cs +++ b/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceReport/GetPolicyNonComplianceReportPostRequestBody.cs @@ -69,7 +69,7 @@ public class GetPolicyNonComplianceReportPostRequestBody : IAdditionalDataHolder /// The top property public int? Top { get; set; } /// - /// Instantiates a new getPolicyNonComplianceReportPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetPolicyNonComplianceReportPostRequestBody() { AdditionalData = new Dictionary(); @@ -77,6 +77,7 @@ public GetPolicyNonComplianceReportPostRequestBody() { /// /// 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 GetPolicyNonComplianceReportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public static GetPolicyNonComplianceReportPostRequestBody CreateFromDiscriminato /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"filter", n => { Filter = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceReport/GetPolicyNonComplianceReportRequestBuilder.cs b/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceReport/GetPolicyNonComplianceReportRequestBuilder.cs index 472f0dd9ac..d42cd0287c 100644 --- a/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceReport/GetPolicyNonComplianceReportRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceReport/GetPolicyNonComplianceReportRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetPolicyNonComplianceReportRequestBuilder : BaseCliRequestBuilder /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetPolicyNonComplianceReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetPolicyNonComplianceReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/getPolicyNonComplianceReport", pathParameters) { } /// - /// Instantiates a new GetPolicyNonComplianceReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetPolicyNonComplianceReportRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/getPolicyNonComplianceReport", rawUrl) { @@ -79,6 +80,7 @@ public GetPolicyNonComplianceReportRequestBuilder(string rawUrl) : base("{+baseu /// /// Not yet documented /// + /// 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/DeviceManagement/Reports/GetPolicyNonComplianceSummaryReport/GetPolicyNonComplianceSummaryReportPostRequestBody.cs b/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceSummaryReport/GetPolicyNonComplianceSummaryReportPostRequestBody.cs index 92cde2a2c5..31d9a44753 100644 --- a/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceSummaryReport/GetPolicyNonComplianceSummaryReportPostRequestBody.cs +++ b/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceSummaryReport/GetPolicyNonComplianceSummaryReportPostRequestBody.cs @@ -69,7 +69,7 @@ public class GetPolicyNonComplianceSummaryReportPostRequestBody : IAdditionalDat /// The top property public int? Top { get; set; } /// - /// Instantiates a new getPolicyNonComplianceSummaryReportPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetPolicyNonComplianceSummaryReportPostRequestBody() { AdditionalData = new Dictionary(); @@ -77,6 +77,7 @@ public GetPolicyNonComplianceSummaryReportPostRequestBody() { /// /// 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 GetPolicyNonComplianceSummaryReportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public static GetPolicyNonComplianceSummaryReportPostRequestBody CreateFromDiscr /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"filter", n => { Filter = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceSummaryReport/GetPolicyNonComplianceSummaryReportRequestBuilder.cs b/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceSummaryReport/GetPolicyNonComplianceSummaryReportRequestBuilder.cs index d719f067e1..bb173de2f7 100644 --- a/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceSummaryReport/GetPolicyNonComplianceSummaryReportRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/GetPolicyNonComplianceSummaryReport/GetPolicyNonComplianceSummaryReportRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetPolicyNonComplianceSummaryReportRequestBuilder : BaseCliRequestB /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetPolicyNonComplianceSummaryReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetPolicyNonComplianceSummaryReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/getPolicyNonComplianceSummaryReport", pathParameters) { } /// - /// Instantiates a new GetPolicyNonComplianceSummaryReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetPolicyNonComplianceSummaryReportRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/getPolicyNonComplianceSummaryReport", rawUrl) { @@ -79,6 +80,7 @@ public GetPolicyNonComplianceSummaryReportRequestBuilder(string rawUrl) : base(" /// /// Not yet documented /// + /// 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/DeviceManagement/Reports/GetReportFilters/GetReportFiltersPostRequestBody.cs b/src/generated/DeviceManagement/Reports/GetReportFilters/GetReportFiltersPostRequestBody.cs index c706f1bed1..96bfabdbd5 100644 --- a/src/generated/DeviceManagement/Reports/GetReportFilters/GetReportFiltersPostRequestBody.cs +++ b/src/generated/DeviceManagement/Reports/GetReportFilters/GetReportFiltersPostRequestBody.cs @@ -69,7 +69,7 @@ public class GetReportFiltersPostRequestBody : IAdditionalDataHolder, IParsable /// The top property public int? Top { get; set; } /// - /// Instantiates a new getReportFiltersPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetReportFiltersPostRequestBody() { AdditionalData = new Dictionary(); @@ -77,6 +77,7 @@ public GetReportFiltersPostRequestBody() { /// /// 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 GetReportFiltersPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public static GetReportFiltersPostRequestBody CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"filter", n => { Filter = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/Reports/GetReportFilters/GetReportFiltersRequestBuilder.cs b/src/generated/DeviceManagement/Reports/GetReportFilters/GetReportFiltersRequestBuilder.cs index 2f65373500..4612572c49 100644 --- a/src/generated/DeviceManagement/Reports/GetReportFilters/GetReportFiltersRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/GetReportFilters/GetReportFiltersRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetReportFiltersRequestBuilder : BaseCliRequestBuilder { /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getreportfilters?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetReportFiltersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetReportFiltersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/getReportFilters", pathParameters) { } /// - /// Instantiates a new GetReportFiltersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetReportFiltersRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/getReportFilters", rawUrl) { @@ -79,6 +80,7 @@ public GetReportFiltersRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMa /// /// Not yet documented /// + /// 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/DeviceManagement/Reports/GetSettingNonComplianceReport/GetSettingNonComplianceReportPostRequestBody.cs b/src/generated/DeviceManagement/Reports/GetSettingNonComplianceReport/GetSettingNonComplianceReportPostRequestBody.cs index b86ca234ac..5edb2dc837 100644 --- a/src/generated/DeviceManagement/Reports/GetSettingNonComplianceReport/GetSettingNonComplianceReportPostRequestBody.cs +++ b/src/generated/DeviceManagement/Reports/GetSettingNonComplianceReport/GetSettingNonComplianceReportPostRequestBody.cs @@ -69,7 +69,7 @@ public class GetSettingNonComplianceReportPostRequestBody : IAdditionalDataHolde /// The top property public int? Top { get; set; } /// - /// Instantiates a new getSettingNonComplianceReportPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetSettingNonComplianceReportPostRequestBody() { AdditionalData = new Dictionary(); @@ -77,6 +77,7 @@ public GetSettingNonComplianceReportPostRequestBody() { /// /// 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 GetSettingNonComplianceReportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public static GetSettingNonComplianceReportPostRequestBody CreateFromDiscriminat /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"filter", n => { Filter = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/Reports/GetSettingNonComplianceReport/GetSettingNonComplianceReportRequestBuilder.cs b/src/generated/DeviceManagement/Reports/GetSettingNonComplianceReport/GetSettingNonComplianceReportRequestBuilder.cs index e2161286d4..46c1521eb6 100644 --- a/src/generated/DeviceManagement/Reports/GetSettingNonComplianceReport/GetSettingNonComplianceReportRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/GetSettingNonComplianceReport/GetSettingNonComplianceReportRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetSettingNonComplianceReportRequestBuilder : BaseCliRequestBuilder /// Not yet documented /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Not yet documented\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetSettingNonComplianceReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSettingNonComplianceReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports/getSettingNonComplianceReport", pathParameters) { } /// - /// Instantiates a new GetSettingNonComplianceReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSettingNonComplianceReportRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports/getSettingNonComplianceReport", rawUrl) { @@ -79,6 +80,7 @@ public GetSettingNonComplianceReportRequestBuilder(string rawUrl) : base("{+base /// /// Not yet documented /// + /// 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/DeviceManagement/Reports/ReportsRequestBuilder.cs b/src/generated/DeviceManagement/Reports/ReportsRequestBuilder.cs index 9b78088f81..4ed1e86eba 100644 --- a/src/generated/DeviceManagement/Reports/ReportsRequestBuilder.cs +++ b/src/generated/DeviceManagement/Reports/ReportsRequestBuilder.cs @@ -41,6 +41,7 @@ public class ReportsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property reports for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property reports for deviceManagement"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the exportJobs property of the microsoft.graph.deviceManagementReports entity. /// + /// A public Command BuildExportJobsNavCommand() { var command = new Command("export-jobs"); command.Description = "Provides operations to manage the exportJobs property of the microsoft.graph.deviceManagementReports entity."; @@ -93,6 +95,7 @@ public Command BuildExportJobsNavCommand() { /// /// Provides operations to call the getCachedReport method. /// + /// A public Command BuildGetCachedReportNavCommand() { var command = new Command("get-cached-report"); command.Description = "Provides operations to call the getCachedReport method."; @@ -109,6 +112,7 @@ public Command BuildGetCachedReportNavCommand() { /// Read properties and relationships of the deviceManagementReports object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceManagementReports object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-get?view=graph-rest-1.0"; @@ -153,6 +157,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getCompliancePolicyNonComplianceReport method. /// + /// A public Command BuildGetCompliancePolicyNonComplianceReportNavCommand() { var command = new Command("get-compliance-policy-non-compliance-report"); command.Description = "Provides operations to call the getCompliancePolicyNonComplianceReport method."; @@ -168,6 +173,7 @@ public Command BuildGetCompliancePolicyNonComplianceReportNavCommand() { /// /// Provides operations to call the getCompliancePolicyNonComplianceSummaryReport method. /// + /// A public Command BuildGetCompliancePolicyNonComplianceSummaryReportNavCommand() { var command = new Command("get-compliance-policy-non-compliance-summary-report"); command.Description = "Provides operations to call the getCompliancePolicyNonComplianceSummaryReport method."; @@ -183,6 +189,7 @@ public Command BuildGetCompliancePolicyNonComplianceSummaryReportNavCommand() { /// /// Provides operations to call the getComplianceSettingNonComplianceReport method. /// + /// A public Command BuildGetComplianceSettingNonComplianceReportNavCommand() { var command = new Command("get-compliance-setting-non-compliance-report"); command.Description = "Provides operations to call the getComplianceSettingNonComplianceReport method."; @@ -198,6 +205,7 @@ public Command BuildGetComplianceSettingNonComplianceReportNavCommand() { /// /// Provides operations to call the getConfigurationPolicyNonComplianceReport method. /// + /// A public Command BuildGetConfigurationPolicyNonComplianceReportNavCommand() { var command = new Command("get-configuration-policy-non-compliance-report"); command.Description = "Provides operations to call the getConfigurationPolicyNonComplianceReport method."; @@ -213,6 +221,7 @@ public Command BuildGetConfigurationPolicyNonComplianceReportNavCommand() { /// /// Provides operations to call the getConfigurationPolicyNonComplianceSummaryReport method. /// + /// A public Command BuildGetConfigurationPolicyNonComplianceSummaryReportNavCommand() { var command = new Command("get-configuration-policy-non-compliance-summary-report"); command.Description = "Provides operations to call the getConfigurationPolicyNonComplianceSummaryReport method."; @@ -228,6 +237,7 @@ public Command BuildGetConfigurationPolicyNonComplianceSummaryReportNavCommand() /// /// Provides operations to call the getConfigurationSettingNonComplianceReport method. /// + /// A public Command BuildGetConfigurationSettingNonComplianceReportNavCommand() { var command = new Command("get-configuration-setting-non-compliance-report"); command.Description = "Provides operations to call the getConfigurationSettingNonComplianceReport method."; @@ -243,6 +253,7 @@ public Command BuildGetConfigurationSettingNonComplianceReportNavCommand() { /// /// Provides operations to call the getDeviceManagementIntentPerSettingContributingProfiles method. /// + /// A public Command BuildGetDeviceManagementIntentPerSettingContributingProfilesNavCommand() { var command = new Command("get-device-management-intent-per-setting-contributing-profiles"); command.Description = "Provides operations to call the getDeviceManagementIntentPerSettingContributingProfiles method."; @@ -258,6 +269,7 @@ public Command BuildGetDeviceManagementIntentPerSettingContributingProfilesNavCo /// /// Provides operations to call the getDeviceManagementIntentSettingsReport method. /// + /// A public Command BuildGetDeviceManagementIntentSettingsReportNavCommand() { var command = new Command("get-device-management-intent-settings-report"); command.Description = "Provides operations to call the getDeviceManagementIntentSettingsReport method."; @@ -273,6 +285,7 @@ public Command BuildGetDeviceManagementIntentSettingsReportNavCommand() { /// /// Provides operations to call the getDeviceNonComplianceReport method. /// + /// A public Command BuildGetDeviceNonComplianceReportNavCommand() { var command = new Command("get-device-non-compliance-report"); command.Description = "Provides operations to call the getDeviceNonComplianceReport method."; @@ -288,6 +301,7 @@ public Command BuildGetDeviceNonComplianceReportNavCommand() { /// /// Provides operations to call the getDevicesWithoutCompliancePolicyReport method. /// + /// A public Command BuildGetDevicesWithoutCompliancePolicyReportNavCommand() { var command = new Command("get-devices-without-compliance-policy-report"); command.Description = "Provides operations to call the getDevicesWithoutCompliancePolicyReport method."; @@ -303,6 +317,7 @@ public Command BuildGetDevicesWithoutCompliancePolicyReportNavCommand() { /// /// Provides operations to call the getHistoricalReport method. /// + /// A public Command BuildGetHistoricalReportNavCommand() { var command = new Command("get-historical-report"); command.Description = "Provides operations to call the getHistoricalReport method."; @@ -318,6 +333,7 @@ public Command BuildGetHistoricalReportNavCommand() { /// /// Provides operations to call the getNoncompliantDevicesAndSettingsReport method. /// + /// A public Command BuildGetNoncompliantDevicesAndSettingsReportNavCommand() { var command = new Command("get-noncompliant-devices-and-settings-report"); command.Description = "Provides operations to call the getNoncompliantDevicesAndSettingsReport method."; @@ -333,6 +349,7 @@ public Command BuildGetNoncompliantDevicesAndSettingsReportNavCommand() { /// /// Provides operations to call the getPolicyNonComplianceMetadata method. /// + /// A public Command BuildGetPolicyNonComplianceMetadataNavCommand() { var command = new Command("get-policy-non-compliance-metadata"); command.Description = "Provides operations to call the getPolicyNonComplianceMetadata method."; @@ -348,6 +365,7 @@ public Command BuildGetPolicyNonComplianceMetadataNavCommand() { /// /// Provides operations to call the getPolicyNonComplianceReport method. /// + /// A public Command BuildGetPolicyNonComplianceReportNavCommand() { var command = new Command("get-policy-non-compliance-report"); command.Description = "Provides operations to call the getPolicyNonComplianceReport method."; @@ -363,6 +381,7 @@ public Command BuildGetPolicyNonComplianceReportNavCommand() { /// /// Provides operations to call the getPolicyNonComplianceSummaryReport method. /// + /// A public Command BuildGetPolicyNonComplianceSummaryReportNavCommand() { var command = new Command("get-policy-non-compliance-summary-report"); command.Description = "Provides operations to call the getPolicyNonComplianceSummaryReport method."; @@ -378,6 +397,7 @@ public Command BuildGetPolicyNonComplianceSummaryReportNavCommand() { /// /// Provides operations to call the getReportFilters method. /// + /// A public Command BuildGetReportFiltersNavCommand() { var command = new Command("get-report-filters"); command.Description = "Provides operations to call the getReportFilters method."; @@ -393,6 +413,7 @@ public Command BuildGetReportFiltersNavCommand() { /// /// Provides operations to call the getSettingNonComplianceReport method. /// + /// A public Command BuildGetSettingNonComplianceReportNavCommand() { var command = new Command("get-setting-non-compliance-report"); command.Description = "Provides operations to call the getSettingNonComplianceReport method."; @@ -409,6 +430,7 @@ public Command BuildGetSettingNonComplianceReportNavCommand() { /// Update the properties of a deviceManagementReports object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceManagementReports object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-update?view=graph-rest-1.0"; @@ -450,13 +472,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ReportsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReportsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/reports{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ReportsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReportsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/reports{?%24expand,%24select}", rawUrl) { @@ -464,6 +486,7 @@ public ReportsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/ /// /// Delete navigation property reports for deviceManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -472,7 +495,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/reports", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -480,6 +503,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceManagementReports 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 @@ -496,6 +520,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceManagementReports 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 @@ -506,7 +531,7 @@ public RequestInformation ToPatchRequestInformation(DeviceManagementReports body public RequestInformation ToPatchRequestInformation(DeviceManagementReports 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}/deviceManagement/reports", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ResourceOperations/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/ResourceOperations/Count/CountRequestBuilder.cs index 1a9e90be85..bd3d7ed918 100644 --- a/src/generated/DeviceManagement/ResourceOperations/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/ResourceOperations/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}/deviceManagement/resourceOperations/$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}/deviceManagement/resourceOperations/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/re /// /// 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/DeviceManagement/ResourceOperations/Item/ResourceOperationItemRequestBuilder.cs b/src/generated/DeviceManagement/ResourceOperations/Item/ResourceOperationItemRequestBuilder.cs index 3a5989efb0..a0ad95bfc5 100644 --- a/src/generated/DeviceManagement/ResourceOperations/Item/ResourceOperationItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/ResourceOperations/Item/ResourceOperationItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ResourceOperationItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a resourceOperation. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a resourceOperation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the resourceOperation object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the resourceOperation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of a resourceOperation object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a resourceOperation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ResourceOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/resourceOperations/{resourceOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/resourceOperations/{resourceOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public ResourceOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// Deletes a resourceOperation. /// + /// 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}/deviceManagement/resourceOperations/{resourceOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the resourceOperation 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 @@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a resourceOperation 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 @@ -211,7 +217,7 @@ public RequestInformation ToPatchRequestInformation(ResourceOperation body, Acti public RequestInformation ToPatchRequestInformation(ResourceOperation 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}/deviceManagement/resourceOperations/{resourceOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/ResourceOperations/ResourceOperationsRequestBuilder.cs b/src/generated/DeviceManagement/ResourceOperations/ResourceOperationsRequestBuilder.cs index 4943d783fd..b6f9a3570c 100644 --- a/src/generated/DeviceManagement/ResourceOperations/ResourceOperationsRequestBuilder.cs +++ b/src/generated/DeviceManagement/ResourceOperations/ResourceOperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceOperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resourceOperations property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ResourceOperationItemRequestBuilder(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 resourceOperation object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new resourceOperation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-create?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the resourceOperation objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the resourceOperation objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-list?view=graph-rest-1.0"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourceOperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceOperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/resourceOperations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourceOperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceOperationsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/resourceOperations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public ResourceOperationsRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// List properties and relationships of the resourceOperation objects. /// + /// 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 resourceOperation 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 @@ -225,7 +231,7 @@ public RequestInformation ToPostRequestInformation(ResourceOperation body, Actio public RequestInformation ToPostRequestInformation(ResourceOperation 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}/deviceManagement/resourceOperations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/RoleAssignments/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/RoleAssignments/Count/CountRequestBuilder.cs index f4919a562d..af1dccbbd2 100644 --- a/src/generated/DeviceManagement/RoleAssignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/RoleAssignments/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}/deviceManagement/roleAssignments/$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}/deviceManagement/roleAssignments/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/ro /// /// 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/DeviceManagement/RoleAssignments/Item/DeviceAndAppManagementRoleAssignmentItemRequestBuilder.cs b/src/generated/DeviceManagement/RoleAssignments/Item/DeviceAndAppManagementRoleAssignmentItemRequestBuilder.cs index 34e29a1e04..8753484ab1 100644 --- a/src/generated/DeviceManagement/RoleAssignments/Item/DeviceAndAppManagementRoleAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/RoleAssignments/Item/DeviceAndAppManagementRoleAssignmentItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceAndAppManagementRoleAssignmentItemRequestBuilder : BaseCliReq /// Deletes a deviceAndAppManagementRoleAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a deviceAndAppManagementRoleAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-delete?view=graph-rest-1.0"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceAndAppManagementRoleAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceAndAppManagementRoleAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-get?view=graph-rest-1.0"; @@ -109,6 +111,7 @@ public Command BuildGetCommand() { /// Update the properties of a deviceAndAppManagementRoleAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a deviceAndAppManagementRoleAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-update?view=graph-rest-1.0"; @@ -158,6 +161,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roleDefinition property of the microsoft.graph.roleAssignment entity. /// + /// A public Command BuildRoleDefinitionNavCommand() { var command = new Command("role-definition"); command.Description = "Provides operations to manage the roleDefinition property of the microsoft.graph.roleAssignment entity."; @@ -171,13 +175,13 @@ public Command BuildRoleDefinitionNavCommand() { return command; } /// - /// Instantiates a new DeviceAndAppManagementRoleAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceAndAppManagementRoleAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceAndAppManagementRoleAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceAndAppManagementRoleAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +189,7 @@ public DeviceAndAppManagementRoleAssignmentItemRequestBuilder(string rawUrl) : b /// /// Deletes a deviceAndAppManagementRoleAssignment. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceAndAppManagementRoleAssignment 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 @@ -217,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a deviceAndAppManagementRoleAssignment 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 @@ -227,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(DeviceAndAppManagementRoleAs public RequestInformation ToPatchRequestInformation(DeviceAndAppManagementRoleAssignment 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}/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/RoleAssignments/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs b/src/generated/DeviceManagement/RoleAssignments/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs index f83f9cb217..ffa39af97d 100644 --- a/src/generated/DeviceManagement/RoleAssignments/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs +++ b/src/generated/DeviceManagement/RoleAssignments/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoleDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// Role definition this assignment is part of. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Role definition this assignment is part of."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment%2Did}/roleDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment%2Did}/roleDefinition{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMana /// /// Role definition this assignment is part of. /// + /// 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/DeviceManagement/RoleAssignments/RoleAssignmentsRequestBuilder.cs b/src/generated/DeviceManagement/RoleAssignments/RoleAssignmentsRequestBuilder.cs index c5d2c8132b..1701b4d5ae 100644 --- a/src/generated/DeviceManagement/RoleAssignments/RoleAssignmentsRequestBuilder.cs +++ b/src/generated/DeviceManagement/RoleAssignments/RoleAssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RoleAssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roleAssignments property of the microsoft.graph.deviceManagement 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new deviceAndAppManagementRoleAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new deviceAndAppManagementRoleAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-create?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the deviceAndAppManagementRoleAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the deviceAndAppManagementRoleAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-list?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleAssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleAssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/roleAssignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleAssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleAssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/roleAssignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public RoleAssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMan /// /// List properties and relationships of the deviceAndAppManagementRoleAssignment objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new deviceAndAppManagementRoleAssignment 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(DeviceAndAppManagementRoleAss public RequestInformation ToPostRequestInformation(DeviceAndAppManagementRoleAssignment 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}/deviceManagement/roleAssignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/RoleDefinitions/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/RoleDefinitions/Count/CountRequestBuilder.cs index bce66b6e91..3dade7da12 100644 --- a/src/generated/DeviceManagement/RoleDefinitions/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/RoleDefinitions/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}/deviceManagement/roleDefinitions/$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}/deviceManagement/roleDefinitions/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/ro /// /// 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/DeviceManagement/RoleDefinitions/Item/RoleAssignments/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/Count/CountRequestBuilder.cs index e2f8a3a54a..96099e90b4 100644 --- a/src/generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/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}/deviceManagement/roleDefinitions/{roleDefinition%2Did}/roleAssignments/$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}/deviceManagement/roleDefinitions/{roleDefinition%2Did}/roleAssignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/ro /// /// 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/DeviceManagement/RoleDefinitions/Item/RoleAssignments/Item/RoleAssignmentItemRequestBuilder.cs b/src/generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/Item/RoleAssignmentItemRequestBuilder.cs index afb43e22c9..fa9a816f43 100644 --- a/src/generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/Item/RoleAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/Item/RoleAssignmentItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class RoleAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a roleAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a roleAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-delete?view=graph-rest-1.0"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the roleAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the roleAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-get?view=graph-rest-1.0"; @@ -121,6 +123,7 @@ public Command BuildGetCommand() { /// Update the properties of a roleAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a roleAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-update?view=graph-rest-1.0"; @@ -176,6 +179,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roleDefinition property of the microsoft.graph.roleAssignment entity. /// + /// A public Command BuildRoleDefinitionNavCommand() { var command = new Command("role-definition"); command.Description = "Provides operations to manage the roleDefinition property of the microsoft.graph.roleAssignment entity."; @@ -189,13 +193,13 @@ public Command BuildRoleDefinitionNavCommand() { return command; } /// - /// Instantiates a new RoleAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/roleDefinitions/{roleDefinition%2Did}/roleAssignments/{roleAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/roleDefinitions/{roleDefinition%2Did}/roleAssignments/{roleAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -203,6 +207,7 @@ public RoleAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// Deletes a roleAssignment. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,7 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/roleDefinitions/{roleDefinition%2Did}/roleAssignments/{roleAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +224,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the roleAssignment 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 @@ -235,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a roleAssignment 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 @@ -245,7 +252,7 @@ public RequestInformation ToPatchRequestInformation(RoleAssignment body, Action< public RequestInformation ToPatchRequestInformation(RoleAssignment 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}/deviceManagement/roleDefinitions/{roleDefinition%2Did}/roleAssignments/{roleAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs b/src/generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs index 9bce87db11..8b2463581f 100644 --- a/src/generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs +++ b/src/generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoleDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// Role definition this assignment is part of. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Role definition this assignment is part of."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/roleDefinitions/{roleDefinition%2Did}/roleAssignments/{roleAssignment%2Did}/roleDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/roleDefinitions/{roleDefinition%2Did}/roleAssignments/{roleAssignment%2Did}/roleDefinition{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMana /// /// Role definition this assignment is part of. /// + /// 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/DeviceManagement/RoleDefinitions/Item/RoleAssignments/RoleAssignmentsRequestBuilder.cs b/src/generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/RoleAssignmentsRequestBuilder.cs index 682b17805d..c485a96cef 100644 --- a/src/generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/RoleAssignmentsRequestBuilder.cs +++ b/src/generated/DeviceManagement/RoleDefinitions/Item/RoleAssignments/RoleAssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RoleAssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roleAssignments property of the microsoft.graph.roleDefinition 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new roleAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new roleAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-create?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the roleAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the roleAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-list?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleAssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleAssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/roleDefinitions/{roleDefinition%2Did}/roleAssignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleAssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleAssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/roleDefinitions/{roleDefinition%2Did}/roleAssignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public RoleAssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMan /// /// List properties and relationships of the roleAssignment objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new roleAssignment 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(RoleAssignment 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}/deviceManagement/roleDefinitions/{roleDefinition%2Did}/roleAssignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs b/src/generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs index da002eac79..51c9b30362 100644 --- a/src/generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/RoleDefinitions/Item/RoleDefinitionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class RoleDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a deviceAndAppManagementRoleDefinition. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a deviceAndAppManagementRoleDefinition.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-delete?view=graph-rest-1.0"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the deviceAndAppManagementRoleDefinition object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the deviceAndAppManagementRoleDefinition object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0"; @@ -106,12 +108,13 @@ public Command BuildGetCommand() { return command; } /// - /// Update the properties of a roleDefinition object. - /// Find more info here + /// Update the properties of a deviceAndAppManagementRoleDefinition object. + /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); - command.Description = "Update the properties of a roleDefinition object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-update?view=graph-rest-1.0"; + command.Description = "Update the properties of a deviceAndAppManagementRoleDefinition object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-update?view=graph-rest-1.0"; var roleDefinitionIdOption = new Option("--role-definition-id", description: "The unique identifier of roleDefinition") { }; roleDefinitionIdOption.IsRequired = true; @@ -158,6 +161,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roleAssignments property of the microsoft.graph.roleDefinition entity. /// + /// A public Command BuildRoleAssignmentsNavCommand() { var command = new Command("role-assignments"); command.Description = "Provides operations to manage the roleAssignments property of the microsoft.graph.roleDefinition entity."; @@ -181,13 +185,13 @@ public Command BuildRoleAssignmentsNavCommand() { return command; } /// - /// Instantiates a new RoleDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/roleDefinitions/{roleDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/roleDefinitions/{roleDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -195,6 +199,7 @@ public RoleDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// Deletes a deviceAndAppManagementRoleDefinition. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -203,7 +208,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/roleDefinitions/{roleDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -211,6 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the deviceAndAppManagementRoleDefinition 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 @@ -225,8 +231,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a roleDefinition object. + /// Update the properties of a deviceAndAppManagementRoleDefinition 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 @@ -237,7 +244,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.RoleDefinition public RequestInformation ToPatchRequestInformation(ApiSdk.Models.RoleDefinition 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}/deviceManagement/roleDefinitions/{roleDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs b/src/generated/DeviceManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs index 355ecad506..188f8149f8 100644 --- a/src/generated/DeviceManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs +++ b/src/generated/DeviceManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RoleDefinitionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roleDefinitions property of the microsoft.graph.deviceManagement 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."; @@ -50,12 +52,13 @@ public Command BuildCountNavCommand() { return command; } /// - /// Create a new roleDefinition object. - /// Find more info here + /// Create a new deviceAndAppManagementRoleDefinition object. + /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); - command.Description = "Create a new roleDefinition object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-create?view=graph-rest-1.0"; + command.Description = "Create a new deviceAndAppManagementRoleDefinition object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-create?view=graph-rest-1.0"; var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -94,12 +97,13 @@ public Command BuildCreateCommand() { return command; } /// - /// List properties and relationships of the deviceAndAppManagementRoleDefinition objects. - /// Find more info here + /// List properties and relationships of the roleDefinition objects. + /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); - command.Description = "List properties and relationships of the deviceAndAppManagementRoleDefinition objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-list?view=graph-rest-1.0"; + command.Description = "List properties and relationships of the roleDefinition objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-list?view=graph-rest-1.0"; var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -187,20 +191,21 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleDefinitionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/roleDefinitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/roleDefinitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// - /// List properties and relationships of the deviceAndAppManagementRoleDefinition objects. + /// List properties and relationships of the roleDefinition objects. /// + /// 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,8 +220,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Create a new roleDefinition object. + /// Create a new deviceAndAppManagementRoleDefinition 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 @@ -227,13 +233,13 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.RoleDefinition public RequestInformation ToPostRequestInformation(ApiSdk.Models.RoleDefinition 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}/deviceManagement/roleDefinitions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// List properties and relationships of the deviceAndAppManagementRoleDefinition objects. + /// List properties and relationships of the roleDefinition objects. /// public class RoleDefinitionsRequestBuilderGetQueryParameters { /// Include count of items diff --git a/src/generated/DeviceManagement/SoftwareUpdateStatusSummary/SoftwareUpdateStatusSummaryRequestBuilder.cs b/src/generated/DeviceManagement/SoftwareUpdateStatusSummary/SoftwareUpdateStatusSummaryRequestBuilder.cs index 7a53040772..552b5da42f 100644 --- a/src/generated/DeviceManagement/SoftwareUpdateStatusSummary/SoftwareUpdateStatusSummaryRequestBuilder.cs +++ b/src/generated/DeviceManagement/SoftwareUpdateStatusSummary/SoftwareUpdateStatusSummaryRequestBuilder.cs @@ -23,6 +23,7 @@ public class SoftwareUpdateStatusSummaryRequestBuilder : BaseCliRequestBuilder { /// Read properties and relationships of the softwareUpdateStatusSummary object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the softwareUpdateStatusSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-softwareupdatestatussummary-get?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SoftwareUpdateStatusSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SoftwareUpdateStatusSummaryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/softwareUpdateStatusSummary{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SoftwareUpdateStatusSummaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SoftwareUpdateStatusSummaryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/softwareUpdateStatusSummary{?%24expand,%24select}", rawUrl) { @@ -79,6 +80,7 @@ public SoftwareUpdateStatusSummaryRequestBuilder(string rawUrl) : base("{+baseur /// /// Read properties and relationships of the softwareUpdateStatusSummary 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/DeviceManagement/TelecomExpenseManagementPartners/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/TelecomExpenseManagementPartners/Count/CountRequestBuilder.cs index 747b49de3e..8b13d597ad 100644 --- a/src/generated/DeviceManagement/TelecomExpenseManagementPartners/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/TelecomExpenseManagementPartners/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}/deviceManagement/telecomExpenseManagementPartners/$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}/deviceManagement/telecomExpenseManagementPartners/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/te /// /// 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/DeviceManagement/TelecomExpenseManagementPartners/Item/TelecomExpenseManagementPartnerItemRequestBuilder.cs b/src/generated/DeviceManagement/TelecomExpenseManagementPartners/Item/TelecomExpenseManagementPartnerItemRequestBuilder.cs index 8124df339f..8300a0f0f2 100644 --- a/src/generated/DeviceManagement/TelecomExpenseManagementPartners/Item/TelecomExpenseManagementPartnerItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/TelecomExpenseManagementPartners/Item/TelecomExpenseManagementPartnerItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class TelecomExpenseManagementPartnerItemRequestBuilder : BaseCliRequestB /// Deletes a telecomExpenseManagementPartner. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a telecomExpenseManagementPartner.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the telecomExpenseManagementPartner object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the telecomExpenseManagementPartner object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of a telecomExpenseManagementPartner object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a telecomExpenseManagementPartner object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TelecomExpenseManagementPartnerItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TelecomExpenseManagementPartnerItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TelecomExpenseManagementPartnerItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TelecomExpenseManagementPartnerItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public TelecomExpenseManagementPartnerItemRequestBuilder(string rawUrl) : base(" /// /// Deletes a telecomExpenseManagementPartner. /// + /// 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}/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the telecomExpenseManagementPartner 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 @@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a telecomExpenseManagementPartner 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 @@ -211,7 +217,7 @@ public RequestInformation ToPatchRequestInformation(TelecomExpenseManagementPart public RequestInformation ToPatchRequestInformation(TelecomExpenseManagementPartner 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}/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/TelecomExpenseManagementPartners/TelecomExpenseManagementPartnersRequestBuilder.cs b/src/generated/DeviceManagement/TelecomExpenseManagementPartners/TelecomExpenseManagementPartnersRequestBuilder.cs index 768cd1ba06..d0ee358c63 100644 --- a/src/generated/DeviceManagement/TelecomExpenseManagementPartners/TelecomExpenseManagementPartnersRequestBuilder.cs +++ b/src/generated/DeviceManagement/TelecomExpenseManagementPartners/TelecomExpenseManagementPartnersRequestBuilder.cs @@ -24,6 +24,7 @@ public class TelecomExpenseManagementPartnersRequestBuilder : BaseCliRequestBuil /// /// Provides operations to manage the telecomExpenseManagementPartners property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new TelecomExpenseManagementPartnerItemRequestBuilder(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 telecomExpenseManagementPartner object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new telecomExpenseManagementPartner object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-create?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the telecomExpenseManagementPartner objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the telecomExpenseManagementPartner objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-list?view=graph-rest-1.0"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TelecomExpenseManagementPartnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TelecomExpenseManagementPartnersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/telecomExpenseManagementPartners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TelecomExpenseManagementPartnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TelecomExpenseManagementPartnersRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/telecomExpenseManagementPartners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public TelecomExpenseManagementPartnersRequestBuilder(string rawUrl) : base("{+b /// /// List properties and relationships of the telecomExpenseManagementPartner objects. /// + /// 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 telecomExpenseManagementPartner 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 @@ -225,7 +231,7 @@ public RequestInformation ToPostRequestInformation(TelecomExpenseManagementPartn public RequestInformation ToPostRequestInformation(TelecomExpenseManagementPartner 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}/deviceManagement/telecomExpenseManagementPartners", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/TermsAndConditions/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/TermsAndConditions/Count/CountRequestBuilder.cs index 18b642cb7a..e1ede12422 100644 --- a/src/generated/DeviceManagement/TermsAndConditions/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/TermsAndConditions/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}/deviceManagement/termsAndConditions/$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}/deviceManagement/termsAndConditions/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/te /// /// 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/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/AcceptanceStatusesRequestBuilder.cs b/src/generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/AcceptanceStatusesRequestBuilder.cs index bdf21676ec..3259474d7c 100644 --- a/src/generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/AcceptanceStatusesRequestBuilder.cs +++ b/src/generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/AcceptanceStatusesRequestBuilder.cs @@ -24,6 +24,7 @@ public class AcceptanceStatusesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the acceptanceStatuses property of the microsoft.graph.termsAndConditions 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new termsAndConditionsAcceptanceStatus object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new termsAndConditionsAcceptanceStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-create?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the termsAndConditionsAcceptanceStatus objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the termsAndConditionsAcceptanceStatus objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-list?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AcceptanceStatusesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AcceptanceStatusesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/acceptanceStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AcceptanceStatusesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AcceptanceStatusesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/acceptanceStatuses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public AcceptanceStatusesRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// List properties and relationships of the termsAndConditionsAcceptanceStatus objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new termsAndConditionsAcceptanceStatus 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(TermsAndConditionsAcceptanceS public RequestInformation ToPostRequestInformation(TermsAndConditionsAcceptanceStatus 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}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/acceptanceStatuses", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/Count/CountRequestBuilder.cs index 017bcfdc21..4a327c7100 100644 --- a/src/generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/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}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/acceptanceStatuses/$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}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/acceptanceStatuses/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/te /// /// 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/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/Item/TermsAndConditions/TermsAndConditionsRequestBuilder.cs b/src/generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/Item/TermsAndConditions/TermsAndConditionsRequestBuilder.cs index ff99f7866c..d6b8fb85cc 100644 --- a/src/generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/Item/TermsAndConditions/TermsAndConditionsRequestBuilder.cs +++ b/src/generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/Item/TermsAndConditions/TermsAndConditionsRequestBuilder.cs @@ -22,6 +22,7 @@ public class TermsAndConditionsRequestBuilder : BaseCliRequestBuilder { /// /// Navigation link to the terms and conditions that are assigned. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Navigation link to the terms and conditions that are assigned."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TermsAndConditionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermsAndConditionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus%2Did}/termsAndConditions{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermsAndConditionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermsAndConditionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus%2Did}/termsAndConditions{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public TermsAndConditionsRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// Navigation link to the terms and conditions that are assigned. /// + /// 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/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/Item/TermsAndConditionsAcceptanceStatusItemRequestBuilder.cs b/src/generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/Item/TermsAndConditionsAcceptanceStatusItemRequestBuilder.cs index db6a14be85..a9ba75f055 100644 --- a/src/generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/Item/TermsAndConditionsAcceptanceStatusItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/TermsAndConditions/Item/AcceptanceStatuses/Item/TermsAndConditionsAcceptanceStatusItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermsAndConditionsAcceptanceStatusItemRequestBuilder : BaseCliReque /// Deletes a termsAndConditionsAcceptanceStatus. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a termsAndConditionsAcceptanceStatus.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-delete?view=graph-rest-1.0"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the termsAndConditionsAcceptanceStatus object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the termsAndConditionsAcceptanceStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-get?view=graph-rest-1.0"; @@ -121,6 +123,7 @@ public Command BuildGetCommand() { /// Update the properties of a termsAndConditionsAcceptanceStatus object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a termsAndConditionsAcceptanceStatus object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-update?view=graph-rest-1.0"; @@ -176,6 +179,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the termsAndConditions property of the microsoft.graph.termsAndConditionsAcceptanceStatus entity. /// + /// A public Command BuildTermsAndConditionsNavCommand() { var command = new Command("terms-and-conditions"); command.Description = "Provides operations to manage the termsAndConditions property of the microsoft.graph.termsAndConditionsAcceptanceStatus entity."; @@ -189,13 +193,13 @@ public Command BuildTermsAndConditionsNavCommand() { return command; } /// - /// Instantiates a new TermsAndConditionsAcceptanceStatusItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermsAndConditionsAcceptanceStatusItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermsAndConditionsAcceptanceStatusItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermsAndConditionsAcceptanceStatusItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus%2Did}{?%24expand,%24select}", rawUrl) { @@ -203,6 +207,7 @@ public TermsAndConditionsAcceptanceStatusItemRequestBuilder(string rawUrl) : bas /// /// Deletes a termsAndConditionsAcceptanceStatus. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,7 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +224,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the termsAndConditionsAcceptanceStatus 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 @@ -235,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a termsAndConditionsAcceptanceStatus 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 @@ -245,7 +252,7 @@ public RequestInformation ToPatchRequestInformation(TermsAndConditionsAcceptance public RequestInformation ToPatchRequestInformation(TermsAndConditionsAcceptanceStatus 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}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/TermsAndConditions/Item/Assignments/AssignmentsRequestBuilder.cs b/src/generated/DeviceManagement/TermsAndConditions/Item/Assignments/AssignmentsRequestBuilder.cs index e618076106..c6740532f0 100644 --- a/src/generated/DeviceManagement/TermsAndConditions/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/DeviceManagement/TermsAndConditions/Item/Assignments/AssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.termsAndConditions entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new TermsAndConditionsAssignmentItemRequestBuilder(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 termsAndConditionsAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new termsAndConditionsAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the termsAndConditionsAssignment objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the termsAndConditionsAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagem /// /// List properties and relationships of the termsAndConditionsAssignment objects. /// + /// 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 termsAndConditionsAssignment 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(TermsAndConditionsAssignment public RequestInformation ToPostRequestInformation(TermsAndConditionsAssignment 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}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/TermsAndConditions/Item/Assignments/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/TermsAndConditions/Item/Assignments/Count/CountRequestBuilder.cs index d54acb7659..fde02ca171 100644 --- a/src/generated/DeviceManagement/TermsAndConditions/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/TermsAndConditions/Item/Assignments/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}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/assignments/$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}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/te /// /// 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/DeviceManagement/TermsAndConditions/Item/Assignments/Item/TermsAndConditionsAssignmentItemRequestBuilder.cs b/src/generated/DeviceManagement/TermsAndConditions/Item/Assignments/Item/TermsAndConditionsAssignmentItemRequestBuilder.cs index 973e12ac35..4924257960 100644 --- a/src/generated/DeviceManagement/TermsAndConditions/Item/Assignments/Item/TermsAndConditionsAssignmentItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/TermsAndConditions/Item/Assignments/Item/TermsAndConditionsAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class TermsAndConditionsAssignmentItemRequestBuilder : BaseCliRequestBuil /// Deletes a termsAndConditionsAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a termsAndConditionsAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the termsAndConditionsAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the termsAndConditionsAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a termsAndConditionsAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a termsAndConditionsAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TermsAndConditionsAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermsAndConditionsAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/assignments/{termsAndConditionsAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermsAndConditionsAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermsAndConditionsAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/assignments/{termsAndConditionsAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public TermsAndConditionsAssignmentItemRequestBuilder(string rawUrl) : base("{+b /// /// Deletes a termsAndConditionsAssignment. /// + /// 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}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/assignments/{termsAndConditionsAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the termsAndConditionsAssignment 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a termsAndConditionsAssignment 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(TermsAndConditionsAssignment public RequestInformation ToPatchRequestInformation(TermsAndConditionsAssignment 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}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}/assignments/{termsAndConditionsAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/TermsAndConditions/Item/TermsAndConditionsItemRequestBuilder.cs b/src/generated/DeviceManagement/TermsAndConditions/Item/TermsAndConditionsItemRequestBuilder.cs index 5293c37182..a56d4cb1fb 100644 --- a/src/generated/DeviceManagement/TermsAndConditions/Item/TermsAndConditionsItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/TermsAndConditions/Item/TermsAndConditionsItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermsAndConditionsItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the acceptanceStatuses property of the microsoft.graph.termsAndConditions entity. /// + /// A public Command BuildAcceptanceStatusesNavCommand() { var command = new Command("acceptance-statuses"); command.Description = "Provides operations to manage the acceptanceStatuses property of the microsoft.graph.termsAndConditions entity."; @@ -49,6 +50,7 @@ public Command BuildAcceptanceStatusesNavCommand() { /// /// Provides operations to manage the assignments property of the microsoft.graph.termsAndConditions entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.termsAndConditions entity."; @@ -75,6 +77,7 @@ public Command BuildAssignmentsNavCommand() { /// Deletes a termsAndConditions. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a termsAndConditions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-delete?view=graph-rest-1.0"; @@ -109,6 +112,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the termsAndConditions object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the termsAndConditions object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-get?view=graph-rest-1.0"; @@ -160,6 +164,7 @@ public Command BuildGetCommand() { /// Update the properties of a termsAndConditions object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a termsAndConditions object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-update?view=graph-rest-1.0"; @@ -207,13 +212,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TermsAndConditionsItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermsAndConditionsItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermsAndConditionsItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermsAndConditionsItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}{?%24expand,%24select}", rawUrl) { @@ -221,6 +226,7 @@ public TermsAndConditionsItemRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Deletes a termsAndConditions. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,7 +235,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -237,6 +243,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the termsAndConditions 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 @@ -253,6 +260,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a termsAndConditions 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 @@ -263,7 +271,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermsAndCondit public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermsAndConditions 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}/deviceManagement/termsAndConditions/{termsAndConditions%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/TermsAndConditions/TermsAndConditionsRequestBuilder.cs b/src/generated/DeviceManagement/TermsAndConditions/TermsAndConditionsRequestBuilder.cs index 98df404d60..3536d24f12 100644 --- a/src/generated/DeviceManagement/TermsAndConditions/TermsAndConditionsRequestBuilder.cs +++ b/src/generated/DeviceManagement/TermsAndConditions/TermsAndConditionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermsAndConditionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the termsAndConditions property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Create a new termsAndConditions object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new termsAndConditions object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-create?view=graph-rest-1.0"; @@ -98,6 +101,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the termsAndConditions objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the termsAndConditions objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-list?view=graph-rest-1.0"; @@ -188,13 +192,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TermsAndConditionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermsAndConditionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/termsAndConditions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TermsAndConditionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermsAndConditionsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/termsAndConditions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -202,6 +206,7 @@ public TermsAndConditionsRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// List properties and relationships of the termsAndConditions objects. /// + /// 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,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new termsAndConditions 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 @@ -228,7 +234,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermsAndConditi public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermsAndConditions 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}/deviceManagement/termsAndConditions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/TroubleshootingEvents/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/TroubleshootingEvents/Count/CountRequestBuilder.cs index e814171a76..135d724ac1 100644 --- a/src/generated/DeviceManagement/TroubleshootingEvents/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/TroubleshootingEvents/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}/deviceManagement/troubleshootingEvents/$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}/deviceManagement/troubleshootingEvents/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/tr /// /// 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/DeviceManagement/TroubleshootingEvents/Item/DeviceManagementTroubleshootingEventItemRequestBuilder.cs b/src/generated/DeviceManagement/TroubleshootingEvents/Item/DeviceManagementTroubleshootingEventItemRequestBuilder.cs index 75eceafe53..4cd755ef37 100644 --- a/src/generated/DeviceManagement/TroubleshootingEvents/Item/DeviceManagementTroubleshootingEventItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/TroubleshootingEvents/Item/DeviceManagementTroubleshootingEventItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeviceManagementTroubleshootingEventItemRequestBuilder : BaseCliReq /// /// Delete navigation property troubleshootingEvents for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property troubleshootingEvents for deviceManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// The list of troubleshooting events for the tenant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of troubleshooting events for the tenant."; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property troubleshootingEvents in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property troubleshootingEvents in deviceManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceManagementTroubleshootingEventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceManagementTroubleshootingEventItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceManagementTroubleshootingEventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceManagementTroubleshootingEventItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public DeviceManagementTroubleshootingEventItemRequestBuilder(string rawUrl) : b /// /// Delete navigation property troubleshootingEvents for deviceManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of troubleshooting events 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 @@ -198,6 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property troubleshootingEvents in deviceManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(DeviceManagementTroubleshoot public RequestInformation ToPatchRequestInformation(DeviceManagementTroubleshootingEvent 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}/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/TroubleshootingEvents/TroubleshootingEventsRequestBuilder.cs b/src/generated/DeviceManagement/TroubleshootingEvents/TroubleshootingEventsRequestBuilder.cs index 43bba3ee80..cb09383062 100644 --- a/src/generated/DeviceManagement/TroubleshootingEvents/TroubleshootingEventsRequestBuilder.cs +++ b/src/generated/DeviceManagement/TroubleshootingEvents/TroubleshootingEventsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TroubleshootingEventsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the troubleshootingEvents property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DeviceManagementTroubleshootingEventItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to troubleshootingEvents for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to troubleshootingEvents for deviceManagement"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// The list of troubleshooting events for the tenant. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of troubleshooting events for the tenant."; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TroubleshootingEventsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TroubleshootingEventsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/troubleshootingEvents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TroubleshootingEventsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TroubleshootingEventsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/troubleshootingEvents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public TroubleshootingEventsRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// The list of troubleshooting events 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 @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to troubleshootingEvents for deviceManagement /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(DeviceManagementTroubleshooti public RequestInformation ToPostRequestInformation(DeviceManagementTroubleshootingEvent 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}/deviceManagement/troubleshootingEvents", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/Count/CountRequestBuilder.cs index 20a1582ec2..8680a375f9 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/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}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$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}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/Item/UserExperienceAnalyticsAppHealthApplicationPerformanceItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/Item/UserExperienceAnalyticsAppHealthApplicationPerformanceItemRequestBuilder.cs index 7b6ec88376..224fe500e7 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/Item/UserExperienceAnalyticsAppHealthApplicationPerformanceItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/Item/UserExperienceAnalyticsAppHealthApplicationPerformanceItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsAppHealthApplicationPerformanceItemRequestBu /// /// Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformance for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformance for deviceManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics appHealth Application Performance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics appHealth Application Performance"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformance in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformance in deviceManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthApplicationPerformanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsAppHealthApplicationPerformanceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthApplicationPerformanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsAppHealthApplicationPerformanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public UserExperienceAnalyticsAppHealthApplicationPerformanceItemRequestBuilder( /// /// Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformance for deviceManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics appHealth Application Performance /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformance in deviceManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperience public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperienceAnalyticsAppHealthApplicationPerformance 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}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/UserExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/UserExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder.cs index 29c54773fe..deeed899f6 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/UserExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformance/UserExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilde /// /// Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformance property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsAppHealthApplicationPerformanceItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformance for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformance for deviceManagement"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// User experience analytics appHealth Application Performance /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "User experience analytics appHealth Application Performance"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public UserExperienceAnalyticsAppHealthApplicationPerformanceRequestBuilder(stri /// /// User experience analytics appHealth Application Performance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformance for deviceManagement /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceA public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceAnalyticsAppHealthApplicationPerformance 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}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/Count/CountRequestBuilder.cs index 68de57d2ff..aed1144664 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/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}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$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}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/Item/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/Item/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsItemRequestBuilder.cs index 7d5641678d..4b53bf0288 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/Item/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/Item/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsIt /// /// Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails for deviceManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics appHealth Application Performance by App Version details /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics appHealth Application Performance by App Version details"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails in deviceManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsItemRequ /// /// Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails for deviceManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics appHealth Application Performance by App Version details /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails in deviceManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(UserExperienceAnalyticsAppHe public RequestInformation ToPatchRequestInformation(UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails 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}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder.cs index 916c6988c0..d4afa16f00 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionD /// /// Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails for deviceManagement"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// User experience analytics appHealth Application Performance by App Version details /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "User experience analytics appHealth Application Performance by App Version details"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetailsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails /// /// User experience analytics appHealth Application Performance by App Version details /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails for deviceManagement /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(UserExperienceAnalyticsAppHea public RequestInformation ToPostRequestInformation(UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails 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}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/Count/CountRequestBuilder.cs index 55ea781d40..1454881418 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/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}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$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}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/Item/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/Item/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdItemRequestBuilder.cs index 444b44921e..49fc2fdcd9 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/Item/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/Item/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdI /// /// Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId for deviceManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics appHealth Application Performance by App Version Device Id /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics appHealth Application Performance by App Version Device Id"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId in deviceManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdItemReq /// /// Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId for deviceManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics appHealth Application Performance by App Version Device Id /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId in deviceManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(UserExperienceAnalyticsAppHe public RequestInformation ToPatchRequestInformation(UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId 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}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder.cs index b9ccbc0b91..b2f019aa84 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionD /// /// Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId for deviceManagement"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// User experience analytics appHealth Application Performance by App Version Device Id /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "User experience analytics appHealth Application Performance by App Version Device Id"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceIdRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public UserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceI /// /// User experience analytics appHealth Application Performance by App Version Device Id /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId for deviceManagement /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(UserExperienceAnalyticsAppHea public RequestInformation ToPostRequestInformation(UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId 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}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/Count/CountRequestBuilder.cs index 8fb9c72caf..450e5e96a7 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/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}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$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}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/Item/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/Item/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionItemRequestBuilder.cs index d8bc4cfad6..2de8938424 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/Item/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/Item/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionItemReques /// /// Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion for deviceManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics appHealth Application Performance by OS Version /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics appHealth Application Performance by OS Version"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion in deviceManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionItemRequestBuild /// /// Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion for deviceManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics appHealth Application Performance by OS Version /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion in deviceManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(UserExperienceAnalyticsAppHe public RequestInformation ToPatchRequestInformation(UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion 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}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder.cs index 7b3c9694a4..e5637182c8 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRe /// /// Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion for deviceManagement"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// User experience analytics appHealth Application Performance by OS Version /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "User experience analytics appHealth Application Performance by OS Version"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public UserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersionRequestB /// /// User experience analytics appHealth Application Performance by OS Version /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion for deviceManagement /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(UserExperienceAnalyticsAppHea public RequestInformation ToPostRequestInformation(UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion 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}/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/Count/CountRequestBuilder.cs index 366c7f67d7..4bf3ec845c 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/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}/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$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}/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/Item/UserExperienceAnalyticsAppHealthDeviceModelPerformanceItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/Item/UserExperienceAnalyticsAppHealthDeviceModelPerformanceItemRequestBuilder.cs index 7c214ce0c5..fd61e92de7 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/Item/UserExperienceAnalyticsAppHealthDeviceModelPerformanceItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/Item/UserExperienceAnalyticsAppHealthDeviceModelPerformanceItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsAppHealthDeviceModelPerformanceItemRequestBu /// /// Delete navigation property userExperienceAnalyticsAppHealthDeviceModelPerformance for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsAppHealthDeviceModelPerformance for deviceManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics appHealth Model Performance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics appHealth Model Performance"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsAppHealthDeviceModelPerformance in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsAppHealthDeviceModelPerformance in deviceManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthDeviceModelPerformanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsAppHealthDeviceModelPerformanceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthDeviceModelPerformanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsAppHealthDeviceModelPerformanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public UserExperienceAnalyticsAppHealthDeviceModelPerformanceItemRequestBuilder( /// /// Delete navigation property userExperienceAnalyticsAppHealthDeviceModelPerformance for deviceManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics appHealth Model Performance /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsAppHealthDeviceModelPerformance in deviceManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperience public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperienceAnalyticsAppHealthDeviceModelPerformance 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}/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/UserExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/UserExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder.cs index 39a25dba12..a126baae88 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/UserExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDeviceModelPerformance/UserExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilde /// /// Provides operations to manage the userExperienceAnalyticsAppHealthDeviceModelPerformance property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsAppHealthDeviceModelPerformanceItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to userExperienceAnalyticsAppHealthDeviceModelPerformance for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsAppHealthDeviceModelPerformance for deviceManagement"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// User experience analytics appHealth Model Performance /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "User experience analytics appHealth Model Performance"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public UserExperienceAnalyticsAppHealthDeviceModelPerformanceRequestBuilder(stri /// /// User experience analytics appHealth Model Performance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userExperienceAnalyticsAppHealthDeviceModelPerformance for deviceManagement /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceA public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceAnalyticsAppHealthDeviceModelPerformance 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}/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/Count/CountRequestBuilder.cs index 05736b9e9d..2c47dfbd11 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/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}/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$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}/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/Item/UserExperienceAnalyticsAppHealthDevicePerformanceItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/Item/UserExperienceAnalyticsAppHealthDevicePerformanceItemRequestBuilder.cs index a1f86aa27a..1adf4f6f35 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/Item/UserExperienceAnalyticsAppHealthDevicePerformanceItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/Item/UserExperienceAnalyticsAppHealthDevicePerformanceItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsAppHealthDevicePerformanceItemRequestBuilder /// /// Delete navigation property userExperienceAnalyticsAppHealthDevicePerformance for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsAppHealthDevicePerformance for deviceManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics appHealth Device Performance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics appHealth Device Performance"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsAppHealthDevicePerformance in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsAppHealthDevicePerformance in deviceManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthDevicePerformanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsAppHealthDevicePerformanceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthDevicePerformanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsAppHealthDevicePerformanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public UserExperienceAnalyticsAppHealthDevicePerformanceItemRequestBuilder(strin /// /// Delete navigation property userExperienceAnalyticsAppHealthDevicePerformance for deviceManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics appHealth Device Performance /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsAppHealthDevicePerformance in deviceManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperience public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperienceAnalyticsAppHealthDevicePerformance 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}/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/UserExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/UserExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder.cs index 032b483c31..9bdce1eb47 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/UserExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformance/UserExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder : B /// /// Provides operations to manage the userExperienceAnalyticsAppHealthDevicePerformance property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsAppHealthDevicePerformanceItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to userExperienceAnalyticsAppHealthDevicePerformance for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsAppHealthDevicePerformance for deviceManagement"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// User experience analytics appHealth Device Performance /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "User experience analytics appHealth Device Performance"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public UserExperienceAnalyticsAppHealthDevicePerformanceRequestBuilder(string ra /// /// User experience analytics appHealth Device Performance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userExperienceAnalyticsAppHealthDevicePerformance for deviceManagement /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceA public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceAnalyticsAppHealthDevicePerformance 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}/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/Count/CountRequestBuilder.cs index c07a6f3b58..dfeb86169f 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/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}/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$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}/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/Item/UserExperienceAnalyticsAppHealthDevicePerformanceDetailsItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/Item/UserExperienceAnalyticsAppHealthDevicePerformanceDetailsItemRequestBuilder.cs index a38655a98b..b41ef71711 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/Item/UserExperienceAnalyticsAppHealthDevicePerformanceDetailsItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/Item/UserExperienceAnalyticsAppHealthDevicePerformanceDetailsItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsAppHealthDevicePerformanceDetailsItemRequest /// /// Delete navigation property userExperienceAnalyticsAppHealthDevicePerformanceDetails for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsAppHealthDevicePerformanceDetails for deviceManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics device performance details /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics device performance details"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsAppHealthDevicePerformanceDetails in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsAppHealthDevicePerformanceDetails in deviceManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthDevicePerformanceDetailsItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsAppHealthDevicePerformanceDetailsItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthDevicePerformanceDetailsItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsAppHealthDevicePerformanceDetailsItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public UserExperienceAnalyticsAppHealthDevicePerformanceDetailsItemRequestBuilde /// /// Delete navigation property userExperienceAnalyticsAppHealthDevicePerformanceDetails for deviceManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics device performance details /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsAppHealthDevicePerformanceDetails in deviceManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperience public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperienceAnalyticsAppHealthDevicePerformanceDetails 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}/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/UserExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/UserExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder.cs index 94e8e612e1..71daecc055 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/UserExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthDevicePerformanceDetails/UserExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuil /// /// Provides operations to manage the userExperienceAnalyticsAppHealthDevicePerformanceDetails property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsAppHealthDevicePerformanceDetailsItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to userExperienceAnalyticsAppHealthDevicePerformanceDetails for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsAppHealthDevicePerformanceDetails for deviceManagement"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// User experience analytics device performance details /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "User experience analytics device performance details"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public UserExperienceAnalyticsAppHealthDevicePerformanceDetailsRequestBuilder(st /// /// User experience analytics device performance details /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userExperienceAnalyticsAppHealthDevicePerformanceDetails for deviceManagement /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceA public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceAnalyticsAppHealthDevicePerformanceDetails 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}/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/Count/CountRequestBuilder.cs index 00b5cfd977..e38d4254b3 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/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}/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$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}/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/Item/UserExperienceAnalyticsAppHealthOSVersionPerformanceItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/Item/UserExperienceAnalyticsAppHealthOSVersionPerformanceItemRequestBuilder.cs index 85224bf14c..e2495f2a16 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/Item/UserExperienceAnalyticsAppHealthOSVersionPerformanceItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/Item/UserExperienceAnalyticsAppHealthOSVersionPerformanceItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsAppHealthOSVersionPerformanceItemRequestBuil /// /// Delete navigation property userExperienceAnalyticsAppHealthOSVersionPerformance for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsAppHealthOSVersionPerformance for deviceManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics appHealth OS version Performance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics appHealth OS version Performance"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsAppHealthOSVersionPerformance in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsAppHealthOSVersionPerformance in deviceManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthOSVersionPerformanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsAppHealthOSVersionPerformanceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthOSVersionPerformanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsAppHealthOSVersionPerformanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public UserExperienceAnalyticsAppHealthOSVersionPerformanceItemRequestBuilder(st /// /// Delete navigation property userExperienceAnalyticsAppHealthOSVersionPerformance for deviceManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics appHealth OS version Performance /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsAppHealthOSVersionPerformance in deviceManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperience public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperienceAnalyticsAppHealthOSVersionPerformance 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}/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/UserExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/UserExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder.cs index 806f2dbc1f..efbace719b 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/UserExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOSVersionPerformance/UserExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder /// /// Provides operations to manage the userExperienceAnalyticsAppHealthOSVersionPerformance property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsAppHealthOSVersionPerformanceItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to userExperienceAnalyticsAppHealthOSVersionPerformance for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsAppHealthOSVersionPerformance for deviceManagement"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// User experience analytics appHealth OS version Performance /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "User experience analytics appHealth OS version Performance"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public UserExperienceAnalyticsAppHealthOSVersionPerformanceRequestBuilder(string /// /// User experience analytics appHealth OS version Performance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userExperienceAnalyticsAppHealthOSVersionPerformance for deviceManagement /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceA public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceAnalyticsAppHealthOSVersionPerformance 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}/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/Count/CountRequestBuilder.cs index b1c381b9c8..554127f38c 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/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}/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$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}/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/Item/UserExperienceAnalyticsMetricItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/Item/UserExperienceAnalyticsMetricItemRequestBuilder.cs index c25414cba4..46bc29907f 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/Item/UserExperienceAnalyticsMetricItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/Item/UserExperienceAnalyticsMetricItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsMetricItemRequestBuilder : BaseCliRequestBui /// /// Delete navigation property metricValues for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property metricValues for deviceManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// The metric values for the user experience analytics category. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The metric values for the user experience analytics category. Read-only."; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property metricValues in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property metricValues in deviceManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsMetricItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsMetricItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsMetricItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsMetricItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public UserExperienceAnalyticsMetricItemRequestBuilder(string rawUrl) : base("{+ /// /// Delete navigation property metricValues for deviceManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The metric values for the user experience analytics category. 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 @@ -198,6 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property metricValues in deviceManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(UserExperienceAnalyticsMetri public RequestInformation ToPatchRequestInformation(UserExperienceAnalyticsMetric 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}/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/MetricValuesRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/MetricValuesRequestBuilder.cs index 928d81dca6..62c9604737 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/MetricValuesRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/MetricValues/MetricValuesRequestBuilder.cs @@ -24,6 +24,7 @@ public class MetricValuesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the metricValues property of the microsoft.graph.userExperienceAnalyticsCategory entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsMetricItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to metricValues for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to metricValues for deviceManagement"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// The metric values for the user experience analytics category. Read-only. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The metric values for the user experience analytics category. Read-only."; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MetricValuesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MetricValuesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MetricValuesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MetricValuesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public MetricValuesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManage /// /// The metric values for the user experience analytics category. 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 @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to metricValues for deviceManagement /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(UserExperienceAnalyticsMetric public RequestInformation ToPostRequestInformation(UserExperienceAnalyticsMetric 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}/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/UserExperienceAnalyticsAppHealthOverviewRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/UserExperienceAnalyticsAppHealthOverviewRequestBuilder.cs index 6e81513ffe..9f6edc3465 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/UserExperienceAnalyticsAppHealthOverviewRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsAppHealthOverview/UserExperienceAnalyticsAppHealthOverviewRequestBuilder.cs @@ -23,6 +23,7 @@ public class UserExperienceAnalyticsAppHealthOverviewRequestBuilder : BaseCliReq /// /// Delete navigation property userExperienceAnalyticsAppHealthOverview for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsAppHealthOverview for deviceManagement"; @@ -50,6 +51,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics appHealth overview /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics appHealth overview"; @@ -94,6 +96,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the metricValues property of the microsoft.graph.userExperienceAnalyticsCategory entity. /// + /// A public Command BuildMetricValuesNavCommand() { var command = new Command("metric-values"); command.Description = "Provides operations to manage the metricValues property of the microsoft.graph.userExperienceAnalyticsCategory entity."; @@ -119,6 +122,7 @@ public Command BuildMetricValuesNavCommand() { /// /// Update the navigation property userExperienceAnalyticsAppHealthOverview in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsAppHealthOverview in deviceManagement"; @@ -160,13 +164,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthOverviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsAppHealthOverviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthOverview{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsAppHealthOverviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsAppHealthOverviewRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsAppHealthOverview{?%24expand,%24select}", rawUrl) { @@ -174,6 +178,7 @@ public UserExperienceAnalyticsAppHealthOverviewRequestBuilder(string rawUrl) : b /// /// Delete navigation property userExperienceAnalyticsAppHealthOverview for deviceManagement /// + /// 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}/deviceManagement/userExperienceAnalyticsAppHealthOverview", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -190,6 +195,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics appHealth overview /// + /// 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 userExperienceAnalyticsAppHealthOverview in deviceManagement /// + /// 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(UserExperienceAnalyticsCateg public RequestInformation ToPatchRequestInformation(UserExperienceAnalyticsCategory 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}/deviceManagement/userExperienceAnalyticsAppHealthOverview", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Count/CountRequestBuilder.cs index ff5f818d56..ad24ce07ec 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/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}/deviceManagement/userExperienceAnalyticsBaselines/$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}/deviceManagement/userExperienceAnalyticsBaselines/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsBaselines/Item/AppHealthMetrics/AppHealthMetricsRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/AppHealthMetrics/AppHealthMetricsRequestBuilder.cs index f6c58f1292..f0201e57cd 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/AppHealthMetrics/AppHealthMetricsRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/AppHealthMetrics/AppHealthMetricsRequestBuilder.cs @@ -22,6 +22,7 @@ public class AppHealthMetricsRequestBuilder : BaseCliRequestBuilder { /// /// The scores and insights for the application health metrics. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The scores and insights for the application health metrics."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AppHealthMetricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppHealthMetricsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline%2Did}/appHealthMetrics{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppHealthMetricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppHealthMetricsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline%2Did}/appHealthMetrics{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public AppHealthMetricsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMa /// /// The scores and insights for the application health metrics. /// + /// 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/DeviceManagement/UserExperienceAnalyticsBaselines/Item/BatteryHealthMetrics/BatteryHealthMetricsRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/BatteryHealthMetrics/BatteryHealthMetricsRequestBuilder.cs index f3226ed590..df640f3c0f 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/BatteryHealthMetrics/BatteryHealthMetricsRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/BatteryHealthMetrics/BatteryHealthMetricsRequestBuilder.cs @@ -22,6 +22,7 @@ public class BatteryHealthMetricsRequestBuilder : BaseCliRequestBuilder { /// /// The scores and insights for the battery health metrics. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The scores and insights for the battery health metrics."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new BatteryHealthMetricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BatteryHealthMetricsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline%2Did}/batteryHealthMetrics{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BatteryHealthMetricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BatteryHealthMetricsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline%2Did}/batteryHealthMetrics{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public BatteryHealthMetricsRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// The scores and insights for the battery health metrics. /// + /// 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/DeviceManagement/UserExperienceAnalyticsBaselines/Item/BestPracticesMetrics/BestPracticesMetricsRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/BestPracticesMetrics/BestPracticesMetricsRequestBuilder.cs index a4177eefac..253d8e8654 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/BestPracticesMetrics/BestPracticesMetricsRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/BestPracticesMetrics/BestPracticesMetricsRequestBuilder.cs @@ -22,6 +22,7 @@ public class BestPracticesMetricsRequestBuilder : BaseCliRequestBuilder { /// /// The scores and insights for the best practices metrics. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The scores and insights for the best practices metrics."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new BestPracticesMetricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BestPracticesMetricsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline%2Did}/bestPracticesMetrics{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BestPracticesMetricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BestPracticesMetricsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline%2Did}/bestPracticesMetrics{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public BestPracticesMetricsRequestBuilder(string rawUrl) : base("{+baseurl}/devi /// /// The scores and insights for the best practices metrics. /// + /// 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/DeviceManagement/UserExperienceAnalyticsBaselines/Item/DeviceBootPerformanceMetrics/DeviceBootPerformanceMetricsRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/DeviceBootPerformanceMetrics/DeviceBootPerformanceMetricsRequestBuilder.cs index 0e04049945..3f4f0fe857 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/DeviceBootPerformanceMetrics/DeviceBootPerformanceMetricsRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/DeviceBootPerformanceMetrics/DeviceBootPerformanceMetricsRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeviceBootPerformanceMetricsRequestBuilder : BaseCliRequestBuilder /// /// The scores and insights for the device boot performance metrics. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The scores and insights for the device boot performance metrics."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeviceBootPerformanceMetricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceBootPerformanceMetricsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline%2Did}/deviceBootPerformanceMetrics{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceBootPerformanceMetricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceBootPerformanceMetricsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline%2Did}/deviceBootPerformanceMetrics{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public DeviceBootPerformanceMetricsRequestBuilder(string rawUrl) : base("{+baseu /// /// The scores and insights for the device boot performance metrics. /// + /// 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/DeviceManagement/UserExperienceAnalyticsBaselines/Item/RebootAnalyticsMetrics/RebootAnalyticsMetricsRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/RebootAnalyticsMetrics/RebootAnalyticsMetricsRequestBuilder.cs index 7a063cfee2..e80a5f59a3 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/RebootAnalyticsMetrics/RebootAnalyticsMetricsRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/RebootAnalyticsMetrics/RebootAnalyticsMetricsRequestBuilder.cs @@ -22,6 +22,7 @@ public class RebootAnalyticsMetricsRequestBuilder : BaseCliRequestBuilder { /// /// The scores and insights for the reboot analytics metrics. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The scores and insights for the reboot analytics metrics."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RebootAnalyticsMetricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RebootAnalyticsMetricsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline%2Did}/rebootAnalyticsMetrics{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RebootAnalyticsMetricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RebootAnalyticsMetricsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline%2Did}/rebootAnalyticsMetrics{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public RebootAnalyticsMetricsRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// The scores and insights for the reboot analytics metrics. /// + /// 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/DeviceManagement/UserExperienceAnalyticsBaselines/Item/ResourcePerformanceMetrics/ResourcePerformanceMetricsRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/ResourcePerformanceMetrics/ResourcePerformanceMetricsRequestBuilder.cs index 536fbcbc1f..85ce68c4c5 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/ResourcePerformanceMetrics/ResourcePerformanceMetricsRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/ResourcePerformanceMetrics/ResourcePerformanceMetricsRequestBuilder.cs @@ -22,6 +22,7 @@ public class ResourcePerformanceMetricsRequestBuilder : BaseCliRequestBuilder { /// /// The scores and insights for the resource performance metrics. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The scores and insights for the resource performance metrics."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ResourcePerformanceMetricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourcePerformanceMetricsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline%2Did}/resourcePerformanceMetrics{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourcePerformanceMetricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourcePerformanceMetricsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline%2Did}/resourcePerformanceMetrics{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public ResourcePerformanceMetricsRequestBuilder(string rawUrl) : base("{+baseurl /// /// The scores and insights for the resource performance metrics. /// + /// 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/DeviceManagement/UserExperienceAnalyticsBaselines/Item/UserExperienceAnalyticsBaselineItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/UserExperienceAnalyticsBaselineItemRequestBuilder.cs index 79f2ddf775..4b8cfb21c1 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/UserExperienceAnalyticsBaselineItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/UserExperienceAnalyticsBaselineItemRequestBuilder.cs @@ -29,6 +29,7 @@ public class UserExperienceAnalyticsBaselineItemRequestBuilder : BaseCliRequestB /// /// Provides operations to manage the appHealthMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity. /// + /// A public Command BuildAppHealthMetricsNavCommand() { var command = new Command("app-health-metrics"); command.Description = "Provides operations to manage the appHealthMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity."; @@ -44,6 +45,7 @@ public Command BuildAppHealthMetricsNavCommand() { /// /// Provides operations to manage the batteryHealthMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity. /// + /// A public Command BuildBatteryHealthMetricsNavCommand() { var command = new Command("battery-health-metrics"); command.Description = "Provides operations to manage the batteryHealthMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity."; @@ -59,6 +61,7 @@ public Command BuildBatteryHealthMetricsNavCommand() { /// /// Provides operations to manage the bestPracticesMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity. /// + /// A public Command BuildBestPracticesMetricsNavCommand() { var command = new Command("best-practices-metrics"); command.Description = "Provides operations to manage the bestPracticesMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity."; @@ -74,6 +77,7 @@ public Command BuildBestPracticesMetricsNavCommand() { /// /// Delete navigation property userExperienceAnalyticsBaselines for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsBaselines for deviceManagement"; @@ -107,6 +111,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the deviceBootPerformanceMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity. /// + /// A public Command BuildDeviceBootPerformanceMetricsNavCommand() { var command = new Command("device-boot-performance-metrics"); command.Description = "Provides operations to manage the deviceBootPerformanceMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity."; @@ -122,6 +127,7 @@ public Command BuildDeviceBootPerformanceMetricsNavCommand() { /// /// User experience analytics baselines /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics baselines"; @@ -172,6 +178,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsBaselines in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsBaselines in deviceManagement"; @@ -221,6 +228,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the rebootAnalyticsMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity. /// + /// A public Command BuildRebootAnalyticsMetricsNavCommand() { var command = new Command("reboot-analytics-metrics"); command.Description = "Provides operations to manage the rebootAnalyticsMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity."; @@ -236,6 +244,7 @@ public Command BuildRebootAnalyticsMetricsNavCommand() { /// /// Provides operations to manage the resourcePerformanceMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity. /// + /// A public Command BuildResourcePerformanceMetricsNavCommand() { var command = new Command("resource-performance-metrics"); command.Description = "Provides operations to manage the resourcePerformanceMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity."; @@ -251,6 +260,7 @@ public Command BuildResourcePerformanceMetricsNavCommand() { /// /// Provides operations to manage the workFromAnywhereMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity. /// + /// A public Command BuildWorkFromAnywhereMetricsNavCommand() { var command = new Command("work-from-anywhere-metrics"); command.Description = "Provides operations to manage the workFromAnywhereMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity."; @@ -264,13 +274,13 @@ public Command BuildWorkFromAnywhereMetricsNavCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsBaselineItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsBaselineItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsBaselineItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsBaselineItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline%2Did}{?%24expand,%24select}", rawUrl) { @@ -278,6 +288,7 @@ public UserExperienceAnalyticsBaselineItemRequestBuilder(string rawUrl) : base(" /// /// Delete navigation property userExperienceAnalyticsBaselines for deviceManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -286,7 +297,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -294,6 +305,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics baselines /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -310,6 +322,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsBaselines in deviceManagement /// + /// 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 @@ -320,7 +333,7 @@ public RequestInformation ToPatchRequestInformation(UserExperienceAnalyticsBasel public RequestInformation ToPatchRequestInformation(UserExperienceAnalyticsBaseline 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}/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/WorkFromAnywhereMetrics/WorkFromAnywhereMetricsRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/WorkFromAnywhereMetrics/WorkFromAnywhereMetricsRequestBuilder.cs index be737ffe68..210133ce74 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/WorkFromAnywhereMetrics/WorkFromAnywhereMetricsRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/Item/WorkFromAnywhereMetrics/WorkFromAnywhereMetricsRequestBuilder.cs @@ -22,6 +22,7 @@ public class WorkFromAnywhereMetricsRequestBuilder : BaseCliRequestBuilder { /// /// The scores and insights for the work from anywhere metrics. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The scores and insights for the work from anywhere metrics."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new WorkFromAnywhereMetricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkFromAnywhereMetricsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline%2Did}/workFromAnywhereMetrics{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkFromAnywhereMetricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkFromAnywhereMetricsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline%2Did}/workFromAnywhereMetrics{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public WorkFromAnywhereMetricsRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// The scores and insights for the work from anywhere metrics. /// + /// 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/DeviceManagement/UserExperienceAnalyticsBaselines/UserExperienceAnalyticsBaselinesRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/UserExperienceAnalyticsBaselinesRequestBuilder.cs index fae8cea5ab..bbfa13eac1 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/UserExperienceAnalyticsBaselinesRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsBaselines/UserExperienceAnalyticsBaselinesRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserExperienceAnalyticsBaselinesRequestBuilder : BaseCliRequestBuil /// /// Provides operations to manage the userExperienceAnalyticsBaselines property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -43,6 +44,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to userExperienceAnalyticsBaselines for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsBaselines for deviceManagement"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// User experience analytics baselines /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "User experience analytics baselines"; @@ -191,13 +195,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsBaselinesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsBaselinesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsBaselinesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsBaselinesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsBaselines{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -205,6 +209,7 @@ public UserExperienceAnalyticsBaselinesRequestBuilder(string rawUrl) : base("{+b /// /// User experience analytics baselines /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -221,6 +226,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userExperienceAnalyticsBaselines for deviceManagement /// + /// 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 @@ -231,7 +237,7 @@ public RequestInformation ToPostRequestInformation(UserExperienceAnalyticsBaseli public RequestInformation ToPostRequestInformation(UserExperienceAnalyticsBaseline 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}/deviceManagement/userExperienceAnalyticsBaselines", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/Count/CountRequestBuilder.cs index 44d6bf29b2..ad47071c65 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/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}/deviceManagement/userExperienceAnalyticsCategories/$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}/deviceManagement/userExperienceAnalyticsCategories/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/Count/CountRequestBuilder.cs index 4a886f9f86..c64e002bbf 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/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}/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory%2Did}/metricValues/$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}/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory%2Did}/metricValues/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/Item/UserExperienceAnalyticsMetricItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/Item/UserExperienceAnalyticsMetricItemRequestBuilder.cs index 01ccb546f1..e9face87c6 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/Item/UserExperienceAnalyticsMetricItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/Item/UserExperienceAnalyticsMetricItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsMetricItemRequestBuilder : BaseCliRequestBui /// /// Delete navigation property metricValues for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property metricValues for deviceManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// The metric values for the user experience analytics category. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The metric values for the user experience analytics category. Read-only."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property metricValues in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property metricValues in deviceManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsMetricItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsMetricItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory%2Did}/metricValues/{userExperienceAnalyticsMetric%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsMetricItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsMetricItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory%2Did}/metricValues/{userExperienceAnalyticsMetric%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public UserExperienceAnalyticsMetricItemRequestBuilder(string rawUrl) : base("{+ /// /// Delete navigation property metricValues for deviceManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory%2Did}/metricValues/{userExperienceAnalyticsMetric%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The metric values for the user experience analytics category. 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 @@ -216,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property metricValues in deviceManagement /// + /// 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 ToPatchRequestInformation(UserExperienceAnalyticsMetri public RequestInformation ToPatchRequestInformation(UserExperienceAnalyticsMetric 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}/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory%2Did}/metricValues/{userExperienceAnalyticsMetric%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/MetricValuesRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/MetricValuesRequestBuilder.cs index db22a85d37..78cfadbabb 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/MetricValuesRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/MetricValues/MetricValuesRequestBuilder.cs @@ -24,6 +24,7 @@ public class MetricValuesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the metricValues property of the microsoft.graph.userExperienceAnalyticsCategory entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsMetricItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to metricValues for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to metricValues for deviceManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// The metric values for the user experience analytics category. Read-only. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The metric values for the user experience analytics category. Read-only."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MetricValuesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MetricValuesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory%2Did}/metricValues{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MetricValuesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MetricValuesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory%2Did}/metricValues{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public MetricValuesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManage /// /// The metric values for the user experience analytics category. 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 @@ -225,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to metricValues for deviceManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(UserExperienceAnalyticsMetric public RequestInformation ToPostRequestInformation(UserExperienceAnalyticsMetric 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}/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory%2Did}/metricValues", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/UserExperienceAnalyticsCategoryItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/UserExperienceAnalyticsCategoryItemRequestBuilder.cs index bff66dd469..06ff3468be 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/UserExperienceAnalyticsCategoryItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/Item/UserExperienceAnalyticsCategoryItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class UserExperienceAnalyticsCategoryItemRequestBuilder : BaseCliRequestB /// /// Delete navigation property userExperienceAnalyticsCategories for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsCategories for deviceManagement"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics categories /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics categories"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the metricValues property of the microsoft.graph.userExperienceAnalyticsCategory entity. /// + /// A public Command BuildMetricValuesNavCommand() { var command = new Command("metric-values"); command.Description = "Provides operations to manage the metricValues property of the microsoft.graph.userExperienceAnalyticsCategory entity."; @@ -131,6 +134,7 @@ public Command BuildMetricValuesNavCommand() { /// /// Update the navigation property userExperienceAnalyticsCategories in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsCategories in deviceManagement"; @@ -178,13 +182,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -192,6 +196,7 @@ public UserExperienceAnalyticsCategoryItemRequestBuilder(string rawUrl) : base(" /// /// Delete navigation property userExperienceAnalyticsCategories for deviceManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -200,7 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -208,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics categories /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -224,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsCategories in deviceManagement /// + /// 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 @@ -234,7 +241,7 @@ public RequestInformation ToPatchRequestInformation(UserExperienceAnalyticsCateg public RequestInformation ToPatchRequestInformation(UserExperienceAnalyticsCategory 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}/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/UserExperienceAnalyticsCategoriesRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/UserExperienceAnalyticsCategoriesRequestBuilder.cs index 79e756febb..c4c697cab1 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/UserExperienceAnalyticsCategoriesRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsCategories/UserExperienceAnalyticsCategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserExperienceAnalyticsCategoriesRequestBuilder : BaseCliRequestBui /// /// Provides operations to manage the userExperienceAnalyticsCategories property of the microsoft.graph.deviceManagement 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 userExperienceAnalyticsCategories for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsCategories for deviceManagement"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// /// User experience analytics categories /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "User experience analytics categories"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsCategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsCategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsCategories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsCategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsCategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsCategories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public UserExperienceAnalyticsCategoriesRequestBuilder(string rawUrl) : base("{+ /// /// User experience analytics categories /// + /// 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 new navigation property to userExperienceAnalyticsCategories for deviceManagement /// + /// 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(UserExperienceAnalyticsCatego public RequestInformation ToPostRequestInformation(UserExperienceAnalyticsCategory 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}/deviceManagement/userExperienceAnalyticsCategories", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/Count/CountRequestBuilder.cs index eee8fabf99..0851a7e870 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/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}/deviceManagement/userExperienceAnalyticsDevicePerformance/$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}/deviceManagement/userExperienceAnalyticsDevicePerformance/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsDevicePerformance/Item/UserExperienceAnalyticsDevicePerformanceItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/Item/UserExperienceAnalyticsDevicePerformanceItemRequestBuilder.cs index 2511d316da..cde11371b9 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/Item/UserExperienceAnalyticsDevicePerformanceItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/Item/UserExperienceAnalyticsDevicePerformanceItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsDevicePerformanceItemRequestBuilder : BaseCl /// /// Delete navigation property userExperienceAnalyticsDevicePerformance for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsDevicePerformance for deviceManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics device performance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics device performance"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsDevicePerformance in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsDevicePerformance in deviceManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsDevicePerformanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsDevicePerformanceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsDevicePerformanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsDevicePerformanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public UserExperienceAnalyticsDevicePerformanceItemRequestBuilder(string rawUrl) /// /// Delete navigation property userExperienceAnalyticsDevicePerformance for deviceManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics device performance /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsDevicePerformance in deviceManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperience public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperienceAnalyticsDevicePerformance 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}/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/SummarizeDevicePerformanceDevicesWithSummarizeBy/SummarizeDevicePerformanceDevicesWithSummarizeByGetResponse.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/SummarizeDevicePerformanceDevicesWithSummarizeBy/SummarizeDevicePerformanceDevicesWithSummarizeByGetResponse.cs index ed2ced62e3..ee4e182107 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/SummarizeDevicePerformanceDevicesWithSummarizeBy/SummarizeDevicePerformanceDevicesWithSummarizeByGetResponse.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/SummarizeDevicePerformanceDevicesWithSummarizeBy/SummarizeDevicePerformanceDevicesWithSummarizeByGetResponse.cs @@ -18,6 +18,7 @@ public class SummarizeDevicePerformanceDevicesWithSummarizeByGetResponse : BaseC /// /// 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 new SummarizeDevicePerformanceDevicesWithSummarizeByGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class SummarizeDevicePerformanceDevicesWithSummarizeByGetResponse : BaseC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.UserExperienceAnalyticsDevicePerformance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/SummarizeDevicePerformanceDevicesWithSummarizeBy/SummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/SummarizeDevicePerformanceDevicesWithSummarizeBy/SummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder.cs index fa5c82c15d..df2f37c333 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/SummarizeDevicePerformanceDevicesWithSummarizeBy/SummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/SummarizeDevicePerformanceDevicesWithSummarizeBy/SummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder.cs @@ -21,6 +21,7 @@ public class SummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder : Ba /// /// Invoke function summarizeDevicePerformanceDevices /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function summarizeDevicePerformanceDevices"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (summarizeBy is not null) requestInfo.PathParameters.Add("summarizeBy", summarizeBy); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public SummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public SummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public SummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public SummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function summarizeDevicePerformanceDevices /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class SummarizeDevicePerformanceDevicesWithSummarizeByRequestBuilderGetQu /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/UserExperienceAnalyticsDevicePerformanceRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/UserExperienceAnalyticsDevicePerformanceRequestBuilder.cs index 7ad55e6248..553f86d868 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/UserExperienceAnalyticsDevicePerformanceRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsDevicePerformance/UserExperienceAnalyticsDevicePerformanceRequestBuilder.cs @@ -25,6 +25,7 @@ public class UserExperienceAnalyticsDevicePerformanceRequestBuilder : BaseCliReq /// /// Provides operations to manage the userExperienceAnalyticsDevicePerformance property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsDevicePerformanceItemRequestBuilder(PathParameters); @@ -36,6 +37,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 new navigation property to userExperienceAnalyticsDevicePerformance for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsDevicePerformance for deviceManagement"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// /// User experience analytics device performance /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "User experience analytics device performance"; @@ -186,6 +190,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the summarizeDevicePerformanceDevices method. /// + /// A public Command BuildSummarizeDevicePerformanceDevicesWithSummarizeByRbCommand() { var command = new Command("summarize-device-performance-devices-with-summarize-by"); command.Description = "Provides operations to call the summarizeDevicePerformanceDevices method."; @@ -199,13 +204,13 @@ public Command BuildSummarizeDevicePerformanceDevicesWithSummarizeByRbCommand() return command; } /// - /// Instantiates a new UserExperienceAnalyticsDevicePerformanceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsDevicePerformanceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDevicePerformance{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsDevicePerformanceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsDevicePerformanceRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDevicePerformance{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +218,7 @@ public UserExperienceAnalyticsDevicePerformanceRequestBuilder(string rawUrl) : b /// /// User experience analytics device performance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +235,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userExperienceAnalyticsDevicePerformance for deviceManagement /// + /// 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 @@ -239,7 +246,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceA public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceAnalyticsDevicePerformance 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}/deviceManagement/userExperienceAnalyticsDevicePerformance", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceScores/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceScores/Count/CountRequestBuilder.cs index 7293ca0094..db4eab6261 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceScores/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceScores/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}/deviceManagement/userExperienceAnalyticsDeviceScores/$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}/deviceManagement/userExperienceAnalyticsDeviceScores/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsDeviceScores/Item/UserExperienceAnalyticsDeviceScoresItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceScores/Item/UserExperienceAnalyticsDeviceScoresItemRequestBuilder.cs index 29d83cbc5b..f01a16cffe 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceScores/Item/UserExperienceAnalyticsDeviceScoresItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceScores/Item/UserExperienceAnalyticsDeviceScoresItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsDeviceScoresItemRequestBuilder : BaseCliRequ /// /// Delete navigation property userExperienceAnalyticsDeviceScores for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsDeviceScores for deviceManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics device scores /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics device scores"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsDeviceScores in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsDeviceScores in deviceManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsDeviceScoresItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsDeviceScoresItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsDeviceScoresItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsDeviceScoresItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public UserExperienceAnalyticsDeviceScoresItemRequestBuilder(string rawUrl) : ba /// /// Delete navigation property userExperienceAnalyticsDeviceScores for deviceManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics device scores /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsDeviceScores in deviceManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperience public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperienceAnalyticsDeviceScores 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}/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceScores/UserExperienceAnalyticsDeviceScoresRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceScores/UserExperienceAnalyticsDeviceScoresRequestBuilder.cs index 6d030a42d0..f8a3f06385 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceScores/UserExperienceAnalyticsDeviceScoresRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceScores/UserExperienceAnalyticsDeviceScoresRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserExperienceAnalyticsDeviceScoresRequestBuilder : BaseCliRequestB /// /// Provides operations to manage the userExperienceAnalyticsDeviceScores property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsDeviceScoresItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to userExperienceAnalyticsDeviceScores for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsDeviceScores for deviceManagement"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// User experience analytics device scores /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "User experience analytics device scores"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsDeviceScoresRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsDeviceScoresRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceScores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsDeviceScoresRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsDeviceScoresRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceScores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public UserExperienceAnalyticsDeviceScoresRequestBuilder(string rawUrl) : base(" /// /// User experience analytics device scores /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userExperienceAnalyticsDeviceScores for deviceManagement /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceA public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceAnalyticsDeviceScores 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}/deviceManagement/userExperienceAnalyticsDeviceScores", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/Count/CountRequestBuilder.cs index ee4ec9a18c..01b883784c 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/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}/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$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}/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/Item/UserExperienceAnalyticsDeviceStartupHistoryItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/Item/UserExperienceAnalyticsDeviceStartupHistoryItemRequestBuilder.cs index 4e1af6ce7c..f6ceca08db 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/Item/UserExperienceAnalyticsDeviceStartupHistoryItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/Item/UserExperienceAnalyticsDeviceStartupHistoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsDeviceStartupHistoryItemRequestBuilder : Bas /// /// Delete navigation property userExperienceAnalyticsDeviceStartupHistory for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsDeviceStartupHistory for deviceManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics device Startup History /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics device Startup History"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsDeviceStartupHistory in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsDeviceStartupHistory in deviceManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsDeviceStartupHistoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsDeviceStartupHistoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsDeviceStartupHistoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsDeviceStartupHistoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public UserExperienceAnalyticsDeviceStartupHistoryItemRequestBuilder(string rawU /// /// Delete navigation property userExperienceAnalyticsDeviceStartupHistory for deviceManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics device Startup History /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsDeviceStartupHistory in deviceManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperience public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperienceAnalyticsDeviceStartupHistory 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}/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/UserExperienceAnalyticsDeviceStartupHistoryRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/UserExperienceAnalyticsDeviceStartupHistoryRequestBuilder.cs index a0a64a34e4..9ed90a3c44 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/UserExperienceAnalyticsDeviceStartupHistoryRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupHistory/UserExperienceAnalyticsDeviceStartupHistoryRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserExperienceAnalyticsDeviceStartupHistoryRequestBuilder : BaseCli /// /// Provides operations to manage the userExperienceAnalyticsDeviceStartupHistory property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsDeviceStartupHistoryItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to userExperienceAnalyticsDeviceStartupHistory for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsDeviceStartupHistory for deviceManagement"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// User experience analytics device Startup History /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "User experience analytics device Startup History"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsDeviceStartupHistoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsDeviceStartupHistoryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceStartupHistory{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsDeviceStartupHistoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsDeviceStartupHistoryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceStartupHistory{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public UserExperienceAnalyticsDeviceStartupHistoryRequestBuilder(string rawUrl) /// /// User experience analytics device Startup History /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userExperienceAnalyticsDeviceStartupHistory for deviceManagement /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceA public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceAnalyticsDeviceStartupHistory 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}/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/Count/CountRequestBuilder.cs index e9f0ac2db7..5f36e3f6f5 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/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}/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$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}/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/Item/UserExperienceAnalyticsDeviceStartupProcessPerformanceItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/Item/UserExperienceAnalyticsDeviceStartupProcessPerformanceItemRequestBuilder.cs index a64ccdf9c3..252c5db7db 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/Item/UserExperienceAnalyticsDeviceStartupProcessPerformanceItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/Item/UserExperienceAnalyticsDeviceStartupProcessPerformanceItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsDeviceStartupProcessPerformanceItemRequestBu /// /// Delete navigation property userExperienceAnalyticsDeviceStartupProcessPerformance for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsDeviceStartupProcessPerformance for deviceManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics device Startup Process Performance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics device Startup Process Performance"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsDeviceStartupProcessPerformance in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsDeviceStartupProcessPerformance in deviceManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsDeviceStartupProcessPerformanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsDeviceStartupProcessPerformanceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsDeviceStartupProcessPerformanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsDeviceStartupProcessPerformanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public UserExperienceAnalyticsDeviceStartupProcessPerformanceItemRequestBuilder( /// /// Delete navigation property userExperienceAnalyticsDeviceStartupProcessPerformance for deviceManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics device Startup Process Performance /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsDeviceStartupProcessPerformance in deviceManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperience public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperienceAnalyticsDeviceStartupProcessPerformance 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}/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/UserExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/UserExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder.cs index 46ce35f97c..fb674b9b88 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/UserExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcessPerformance/UserExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilde /// /// Provides operations to manage the userExperienceAnalyticsDeviceStartupProcessPerformance property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsDeviceStartupProcessPerformanceItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to userExperienceAnalyticsDeviceStartupProcessPerformance for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsDeviceStartupProcessPerformance for deviceManagement"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// User experience analytics device Startup Process Performance /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "User experience analytics device Startup Process Performance"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public UserExperienceAnalyticsDeviceStartupProcessPerformanceRequestBuilder(stri /// /// User experience analytics device Startup Process Performance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userExperienceAnalyticsDeviceStartupProcessPerformance for deviceManagement /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceA public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceAnalyticsDeviceStartupProcessPerformance 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}/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/Count/CountRequestBuilder.cs index 65ebb77480..de14ec6f91 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/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}/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$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}/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/Item/UserExperienceAnalyticsDeviceStartupProcessItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/Item/UserExperienceAnalyticsDeviceStartupProcessItemRequestBuilder.cs index d60f96071c..d9ee04d2fe 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/Item/UserExperienceAnalyticsDeviceStartupProcessItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/Item/UserExperienceAnalyticsDeviceStartupProcessItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsDeviceStartupProcessItemRequestBuilder : Bas /// /// Delete navigation property userExperienceAnalyticsDeviceStartupProcesses for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsDeviceStartupProcesses for deviceManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics device Startup Processes /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics device Startup Processes"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsDeviceStartupProcesses in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsDeviceStartupProcesses in deviceManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsDeviceStartupProcessItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsDeviceStartupProcessItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsDeviceStartupProcessItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsDeviceStartupProcessItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public UserExperienceAnalyticsDeviceStartupProcessItemRequestBuilder(string rawU /// /// Delete navigation property userExperienceAnalyticsDeviceStartupProcesses for deviceManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics device Startup Processes /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsDeviceStartupProcesses in deviceManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(UserExperienceAnalyticsDevic public RequestInformation ToPatchRequestInformation(UserExperienceAnalyticsDeviceStartupProcess 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}/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/UserExperienceAnalyticsDeviceStartupProcessesRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/UserExperienceAnalyticsDeviceStartupProcessesRequestBuilder.cs index 0a717f8a12..ecb8648800 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/UserExperienceAnalyticsDeviceStartupProcessesRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsDeviceStartupProcesses/UserExperienceAnalyticsDeviceStartupProcessesRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserExperienceAnalyticsDeviceStartupProcessesRequestBuilder : BaseC /// /// Provides operations to manage the userExperienceAnalyticsDeviceStartupProcesses property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsDeviceStartupProcessItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to userExperienceAnalyticsDeviceStartupProcesses for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsDeviceStartupProcesses for deviceManagement"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// User experience analytics device Startup Processes /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "User experience analytics device Startup Processes"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsDeviceStartupProcessesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsDeviceStartupProcessesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsDeviceStartupProcessesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsDeviceStartupProcessesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public UserExperienceAnalyticsDeviceStartupProcessesRequestBuilder(string rawUrl /// /// User experience analytics device Startup Processes /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userExperienceAnalyticsDeviceStartupProcesses for deviceManagement /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(UserExperienceAnalyticsDevice public RequestInformation ToPostRequestInformation(UserExperienceAnalyticsDeviceStartupProcess 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}/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsMetricHistory/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsMetricHistory/Count/CountRequestBuilder.cs index a67896a620..6d504221d9 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsMetricHistory/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsMetricHistory/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}/deviceManagement/userExperienceAnalyticsMetricHistory/$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}/deviceManagement/userExperienceAnalyticsMetricHistory/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsMetricHistory/Item/UserExperienceAnalyticsMetricHistoryItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsMetricHistory/Item/UserExperienceAnalyticsMetricHistoryItemRequestBuilder.cs index 2db5b8ca54..6690831353 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsMetricHistory/Item/UserExperienceAnalyticsMetricHistoryItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsMetricHistory/Item/UserExperienceAnalyticsMetricHistoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsMetricHistoryItemRequestBuilder : BaseCliReq /// /// Delete navigation property userExperienceAnalyticsMetricHistory for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsMetricHistory for deviceManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics metric history /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics metric history"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsMetricHistory in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsMetricHistory in deviceManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsMetricHistoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsMetricHistoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsMetricHistoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsMetricHistoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public UserExperienceAnalyticsMetricHistoryItemRequestBuilder(string rawUrl) : b /// /// Delete navigation property userExperienceAnalyticsMetricHistory for deviceManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics metric history /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsMetricHistory in deviceManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperience public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperienceAnalyticsMetricHistory 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}/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsMetricHistory/UserExperienceAnalyticsMetricHistoryRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsMetricHistory/UserExperienceAnalyticsMetricHistoryRequestBuilder.cs index a0ff0b73e4..03ab926d0f 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsMetricHistory/UserExperienceAnalyticsMetricHistoryRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsMetricHistory/UserExperienceAnalyticsMetricHistoryRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserExperienceAnalyticsMetricHistoryRequestBuilder : BaseCliRequest /// /// Provides operations to manage the userExperienceAnalyticsMetricHistory property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsMetricHistoryItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to userExperienceAnalyticsMetricHistory for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsMetricHistory for deviceManagement"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// User experience analytics metric history /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "User experience analytics metric history"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsMetricHistoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsMetricHistoryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsMetricHistory{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsMetricHistoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsMetricHistoryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsMetricHistory{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public UserExperienceAnalyticsMetricHistoryRequestBuilder(string rawUrl) : base( /// /// User experience analytics metric history /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userExperienceAnalyticsMetricHistory for deviceManagement /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceA public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceAnalyticsMetricHistory 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}/deviceManagement/userExperienceAnalyticsMetricHistory", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsModelScores/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsModelScores/Count/CountRequestBuilder.cs index 050781ac9f..d0f7b6c2ee 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsModelScores/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsModelScores/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}/deviceManagement/userExperienceAnalyticsModelScores/$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}/deviceManagement/userExperienceAnalyticsModelScores/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsModelScores/Item/UserExperienceAnalyticsModelScoresItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsModelScores/Item/UserExperienceAnalyticsModelScoresItemRequestBuilder.cs index 6d0b6cb1a9..48217a389c 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsModelScores/Item/UserExperienceAnalyticsModelScoresItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsModelScores/Item/UserExperienceAnalyticsModelScoresItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsModelScoresItemRequestBuilder : BaseCliReque /// /// Delete navigation property userExperienceAnalyticsModelScores for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsModelScores for deviceManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics model scores /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics model scores"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsModelScores in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsModelScores in deviceManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsModelScoresItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsModelScoresItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsModelScoresItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsModelScoresItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public UserExperienceAnalyticsModelScoresItemRequestBuilder(string rawUrl) : bas /// /// Delete navigation property userExperienceAnalyticsModelScores for deviceManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics model scores /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsModelScores in deviceManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperience public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperienceAnalyticsModelScores 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}/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsModelScores/UserExperienceAnalyticsModelScoresRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsModelScores/UserExperienceAnalyticsModelScoresRequestBuilder.cs index 615e823f19..1b78b8e723 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsModelScores/UserExperienceAnalyticsModelScoresRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsModelScores/UserExperienceAnalyticsModelScoresRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserExperienceAnalyticsModelScoresRequestBuilder : BaseCliRequestBu /// /// Provides operations to manage the userExperienceAnalyticsModelScores property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsModelScoresItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to userExperienceAnalyticsModelScores for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsModelScores for deviceManagement"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// User experience analytics model scores /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "User experience analytics model scores"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsModelScoresRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsModelScoresRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsModelScores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsModelScoresRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsModelScoresRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsModelScores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public UserExperienceAnalyticsModelScoresRequestBuilder(string rawUrl) : base("{ /// /// User experience analytics model scores /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userExperienceAnalyticsModelScores for deviceManagement /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceA public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceAnalyticsModelScores 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}/deviceManagement/userExperienceAnalyticsModelScores", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsOverview/UserExperienceAnalyticsOverviewRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsOverview/UserExperienceAnalyticsOverviewRequestBuilder.cs index 997b0c4121..f3cca2b943 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsOverview/UserExperienceAnalyticsOverviewRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsOverview/UserExperienceAnalyticsOverviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsOverviewRequestBuilder : BaseCliRequestBuild /// /// Delete navigation property userExperienceAnalyticsOverview for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsOverview for deviceManagement"; @@ -49,6 +50,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics overview /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics overview"; @@ -93,6 +95,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsOverview in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsOverview in deviceManagement"; @@ -134,13 +137,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsOverviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsOverviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsOverview{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsOverviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsOverviewRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsOverview{?%24expand,%24select}", rawUrl) { @@ -148,6 +151,7 @@ public UserExperienceAnalyticsOverviewRequestBuilder(string rawUrl) : base("{+ba /// /// Delete navigation property userExperienceAnalyticsOverview for deviceManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -156,7 +160,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsOverview", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -164,6 +168,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics overview /// + /// 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,6 +185,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsOverview in deviceManagement /// + /// 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 @@ -190,7 +196,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperience public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperienceAnalyticsOverview 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}/deviceManagement/userExperienceAnalyticsOverview", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsScoreHistory/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsScoreHistory/Count/CountRequestBuilder.cs index 43528d9137..2910956cda 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsScoreHistory/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsScoreHistory/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}/deviceManagement/userExperienceAnalyticsScoreHistory/$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}/deviceManagement/userExperienceAnalyticsScoreHistory/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsScoreHistory/Item/UserExperienceAnalyticsScoreHistoryItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsScoreHistory/Item/UserExperienceAnalyticsScoreHistoryItemRequestBuilder.cs index f9eaa8d552..a0c6e0e394 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsScoreHistory/Item/UserExperienceAnalyticsScoreHistoryItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsScoreHistory/Item/UserExperienceAnalyticsScoreHistoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsScoreHistoryItemRequestBuilder : BaseCliRequ /// /// Delete navigation property userExperienceAnalyticsScoreHistory for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsScoreHistory for deviceManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics device Startup Score History /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics device Startup Score History"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsScoreHistory in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsScoreHistory in deviceManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsScoreHistoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsScoreHistoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsScoreHistoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsScoreHistoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public UserExperienceAnalyticsScoreHistoryItemRequestBuilder(string rawUrl) : ba /// /// Delete navigation property userExperienceAnalyticsScoreHistory for deviceManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics device Startup Score History /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsScoreHistory in deviceManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperience public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperienceAnalyticsScoreHistory 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}/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsScoreHistory/UserExperienceAnalyticsScoreHistoryRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsScoreHistory/UserExperienceAnalyticsScoreHistoryRequestBuilder.cs index 13c3f62e5a..c5a7f11090 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsScoreHistory/UserExperienceAnalyticsScoreHistoryRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsScoreHistory/UserExperienceAnalyticsScoreHistoryRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserExperienceAnalyticsScoreHistoryRequestBuilder : BaseCliRequestB /// /// Provides operations to manage the userExperienceAnalyticsScoreHistory property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsScoreHistoryItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to userExperienceAnalyticsScoreHistory for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsScoreHistory for deviceManagement"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// User experience analytics device Startup Score History /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "User experience analytics device Startup Score History"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsScoreHistoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsScoreHistoryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsScoreHistory{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsScoreHistoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsScoreHistoryRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsScoreHistory{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public UserExperienceAnalyticsScoreHistoryRequestBuilder(string rawUrl) : base(" /// /// User experience analytics device Startup Score History /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userExperienceAnalyticsScoreHistory for deviceManagement /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceA public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceAnalyticsScoreHistory 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}/deviceManagement/userExperienceAnalyticsScoreHistory", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsSummarizeWorkFromAnywhereDevices/UserExperienceAnalyticsSummarizeWorkFromAnywhereDevicesRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsSummarizeWorkFromAnywhereDevices/UserExperienceAnalyticsSummarizeWorkFromAnywhereDevicesRequestBuilder.cs index cca133b8c7..ef628acf0e 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsSummarizeWorkFromAnywhereDevices/UserExperienceAnalyticsSummarizeWorkFromAnywhereDevicesRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsSummarizeWorkFromAnywhereDevices/UserExperienceAnalyticsSummarizeWorkFromAnywhereDevicesRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsSummarizeWorkFromAnywhereDevicesRequestBuild /// /// Invoke function userExperienceAnalyticsSummarizeWorkFromAnywhereDevices /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function userExperienceAnalyticsSummarizeWorkFromAnywhereDevices"; @@ -50,13 +51,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsSummarizeWorkFromAnywhereDevicesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsSummarizeWorkFromAnywhereDevicesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsSummarizeWorkFromAnywhereDevices()", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsSummarizeWorkFromAnywhereDevicesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsSummarizeWorkFromAnywhereDevicesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsSummarizeWorkFromAnywhereDevices()", rawUrl) { @@ -64,6 +65,7 @@ public UserExperienceAnalyticsSummarizeWorkFromAnywhereDevicesRequestBuilder(str /// /// Invoke function userExperienceAnalyticsSummarizeWorkFromAnywhereDevices /// + /// 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/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric/UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetricRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric/UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetricRequestBuilder.cs index 75d6a70df4..8992ed42d8 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric/UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetricRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric/UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetricRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetricReque /// /// Delete navigation property userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric for deviceManagement"; @@ -49,6 +50,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics work from anywhere hardware readiness metrics. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics work from anywhere hardware readiness metrics."; @@ -93,6 +95,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric in deviceManagement"; @@ -134,13 +137,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetricRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetricRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetricRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetricRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric{?%24expand,%24select}", rawUrl) { @@ -148,6 +151,7 @@ public UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetricRequestBuil /// /// Delete navigation property userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric for deviceManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -156,7 +160,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -164,6 +168,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics work from anywhere hardware readiness metrics. /// + /// 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,6 +185,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric in deviceManagement /// + /// 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 @@ -190,7 +196,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperience public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric 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}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Count/CountRequestBuilder.cs index 6d71a6b4c3..16503d66c4 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/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}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$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}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/Count/CountRequestBuilder.cs index a7c2d2f500..89293336ea 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/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}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric%2Did}/metricDevices/$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}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric%2Did}/metricDevices/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/Item/UserExperienceAnalyticsWorkFromAnywhereDeviceItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/Item/UserExperienceAnalyticsWorkFromAnywhereDeviceItemRequestBuilder.cs index 79ece48cad..bebf21c824 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/Item/UserExperienceAnalyticsWorkFromAnywhereDeviceItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/Item/UserExperienceAnalyticsWorkFromAnywhereDeviceItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereDeviceItemRequestBuilder : B /// /// Delete navigation property metricDevices for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property metricDevices for deviceManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// The work from anywhere metric devices. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The work from anywhere metric devices. Read-only."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property metricDevices in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property metricDevices in deviceManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsWorkFromAnywhereDeviceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsWorkFromAnywhereDeviceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric%2Did}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsWorkFromAnywhereDeviceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsWorkFromAnywhereDeviceItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric%2Did}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public UserExperienceAnalyticsWorkFromAnywhereDeviceItemRequestBuilder(string ra /// /// Delete navigation property metricDevices for deviceManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric%2Did}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The work from anywhere metric devices. 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 @@ -216,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property metricDevices in deviceManagement /// + /// 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 ToPatchRequestInformation(UserExperienceAnalyticsWorkF public RequestInformation ToPatchRequestInformation(UserExperienceAnalyticsWorkFromAnywhereDevice 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}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric%2Did}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/MetricDevicesRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/MetricDevicesRequestBuilder.cs index e09f2576a8..a504f4fc5c 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/MetricDevicesRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/MetricDevices/MetricDevicesRequestBuilder.cs @@ -24,6 +24,7 @@ public class MetricDevicesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the metricDevices property of the microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsWorkFromAnywhereDeviceItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to metricDevices for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to metricDevices for deviceManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// The work from anywhere metric devices. Read-only. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The work from anywhere metric devices. Read-only."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MetricDevicesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MetricDevicesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric%2Did}/metricDevices{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MetricDevicesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MetricDevicesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric%2Did}/metricDevices{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public MetricDevicesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManag /// /// The work from anywhere metric devices. 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 @@ -225,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to metricDevices for deviceManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(UserExperienceAnalyticsWorkFr public RequestInformation ToPostRequestInformation(UserExperienceAnalyticsWorkFromAnywhereDevice 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}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric%2Did}/metricDevices", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/UserExperienceAnalyticsWorkFromAnywhereMetricItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/UserExperienceAnalyticsWorkFromAnywhereMetricItemRequestBuilder.cs index a463a20c37..b2ca65ce7d 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/UserExperienceAnalyticsWorkFromAnywhereMetricItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/Item/UserExperienceAnalyticsWorkFromAnywhereMetricItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereMetricItemRequestBuilder : B /// /// Delete navigation property userExperienceAnalyticsWorkFromAnywhereMetrics for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsWorkFromAnywhereMetrics for deviceManagement"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// /// User experience analytics work from anywhere metrics. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User experience analytics work from anywhere metrics."; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the metricDevices property of the microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric entity. /// + /// A public Command BuildMetricDevicesNavCommand() { var command = new Command("metric-devices"); command.Description = "Provides operations to manage the metricDevices property of the microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric entity."; @@ -131,6 +134,7 @@ public Command BuildMetricDevicesNavCommand() { /// /// Update the navigation property userExperienceAnalyticsWorkFromAnywhereMetrics in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsWorkFromAnywhereMetrics in deviceManagement"; @@ -178,13 +182,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsWorkFromAnywhereMetricItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsWorkFromAnywhereMetricItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsWorkFromAnywhereMetricItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsWorkFromAnywhereMetricItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric%2Did}{?%24expand,%24select}", rawUrl) { @@ -192,6 +196,7 @@ public UserExperienceAnalyticsWorkFromAnywhereMetricItemRequestBuilder(string ra /// /// Delete navigation property userExperienceAnalyticsWorkFromAnywhereMetrics for deviceManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -200,7 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -208,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User experience analytics work from anywhere metrics. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -224,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsWorkFromAnywhereMetrics in deviceManagement /// + /// 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 @@ -234,7 +241,7 @@ public RequestInformation ToPatchRequestInformation(UserExperienceAnalyticsWorkF public RequestInformation ToPatchRequestInformation(UserExperienceAnalyticsWorkFromAnywhereMetric 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}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/UserExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/UserExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder.cs index 019185872b..93b7f683eb 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/UserExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereMetrics/UserExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder : Base /// /// Provides operations to manage the userExperienceAnalyticsWorkFromAnywhereMetrics property of the microsoft.graph.deviceManagement 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 userExperienceAnalyticsWorkFromAnywhereMetrics for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsWorkFromAnywhereMetrics for deviceManagement"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// /// User experience analytics work from anywhere metrics. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "User experience analytics work from anywhere metrics."; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public UserExperienceAnalyticsWorkFromAnywhereMetricsRequestBuilder(string rawUr /// /// User experience analytics work from anywhere metrics. /// + /// 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 new navigation property to userExperienceAnalyticsWorkFromAnywhereMetrics for deviceManagement /// + /// 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(UserExperienceAnalyticsWorkFr public RequestInformation ToPostRequestInformation(UserExperienceAnalyticsWorkFromAnywhereMetric 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}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/Count/CountRequestBuilder.cs index 2c8a03409b..c73bd42e54 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/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}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$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}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/us /// /// 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/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/Item/UserExperienceAnalyticsWorkFromAnywhereModelPerformanceItemRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/Item/UserExperienceAnalyticsWorkFromAnywhereModelPerformanceItemRequestBuilder.cs index 050ad690b7..327db88e11 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/Item/UserExperienceAnalyticsWorkFromAnywhereModelPerformanceItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/Item/UserExperienceAnalyticsWorkFromAnywhereModelPerformanceItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereModelPerformanceItemRequestB /// /// Delete navigation property userExperienceAnalyticsWorkFromAnywhereModelPerformance for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userExperienceAnalyticsWorkFromAnywhereModelPerformance for deviceManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// The user experience analytics work from anywhere model performance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The user experience analytics work from anywhere model performance"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userExperienceAnalyticsWorkFromAnywhereModelPerformance in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userExperienceAnalyticsWorkFromAnywhereModelPerformance in deviceManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsWorkFromAnywhereModelPerformanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsWorkFromAnywhereModelPerformanceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsWorkFromAnywhereModelPerformanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsWorkFromAnywhereModelPerformanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public UserExperienceAnalyticsWorkFromAnywhereModelPerformanceItemRequestBuilder /// /// Delete navigation property userExperienceAnalyticsWorkFromAnywhereModelPerformance for deviceManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The user experience analytics work from anywhere model performance /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userExperienceAnalyticsWorkFromAnywhereModelPerformance in deviceManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperience public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserExperienceAnalyticsWorkFromAnywhereModelPerformance 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}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/UserExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder.cs b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/UserExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder.cs index 99f3323e6d..470baf1e2a 100644 --- a/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/UserExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder.cs +++ b/src/generated/DeviceManagement/UserExperienceAnalyticsWorkFromAnywhereModelPerformance/UserExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuild /// /// Provides operations to manage the userExperienceAnalyticsWorkFromAnywhereModelPerformance property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserExperienceAnalyticsWorkFromAnywhereModelPerformanceItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to userExperienceAnalyticsWorkFromAnywhereModelPerformance for deviceManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userExperienceAnalyticsWorkFromAnywhereModelPerformance for deviceManagement"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// The user experience analytics work from anywhere model performance /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The user experience analytics work from anywhere model performance"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public UserExperienceAnalyticsWorkFromAnywhereModelPerformanceRequestBuilder(str /// /// The user experience analytics work from anywhere model performance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userExperienceAnalyticsWorkFromAnywhereModelPerformance for deviceManagement /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceA public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserExperienceAnalyticsWorkFromAnywhereModelPerformance 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}/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/VerifyWindowsEnrollmentAutoDiscoveryWithDomainName/VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse.cs b/src/generated/DeviceManagement/VerifyWindowsEnrollmentAutoDiscoveryWithDomainName/VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse.cs index 239f532084..6ac2a2ca77 100644 --- a/src/generated/DeviceManagement/VerifyWindowsEnrollmentAutoDiscoveryWithDomainName/VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse.cs +++ b/src/generated/DeviceManagement/VerifyWindowsEnrollmentAutoDiscoveryWithDomainName/VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse.cs @@ -11,7 +11,7 @@ public class VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse : IAd /// The value property public bool? Value { get; set; } /// - /// Instantiates a new verifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse() { /// /// 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 VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameGetResponse Crea /// /// 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/DeviceManagement/VerifyWindowsEnrollmentAutoDiscoveryWithDomainName/VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder.cs b/src/generated/DeviceManagement/VerifyWindowsEnrollmentAutoDiscoveryWithDomainName/VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder.cs index 9c6913a5ac..7a70aecebb 100644 --- a/src/generated/DeviceManagement/VerifyWindowsEnrollmentAutoDiscoveryWithDomainName/VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder.cs +++ b/src/generated/DeviceManagement/VerifyWindowsEnrollmentAutoDiscoveryWithDomainName/VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder.cs @@ -21,6 +21,7 @@ public class VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder : /// /// Invoke function verifyWindowsEnrollmentAutoDiscovery /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function verifyWindowsEnrollmentAutoDiscovery"; @@ -55,13 +56,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", pathParameters) { } /// - /// Instantiates a new VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", rawUrl) { @@ -69,6 +70,7 @@ public VerifyWindowsEnrollmentAutoDiscoveryWithDomainNameRequestBuilder(string r /// /// Invoke function verifyWindowsEnrollmentAutoDiscovery /// + /// 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/DeviceManagement/VirtualEndpoint/VirtualEndpointRequestBuilder.cs b/src/generated/DeviceManagement/VirtualEndpoint/VirtualEndpointRequestBuilder.cs index 2c9e6ae5e0..332948b6c2 100644 --- a/src/generated/DeviceManagement/VirtualEndpoint/VirtualEndpointRequestBuilder.cs +++ b/src/generated/DeviceManagement/VirtualEndpoint/VirtualEndpointRequestBuilder.cs @@ -22,6 +22,7 @@ public class VirtualEndpointRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property virtualEndpoint for deviceManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property virtualEndpoint for deviceManagement"; @@ -49,6 +50,7 @@ public Command BuildDeleteCommand() { /// /// Get virtualEndpoint from deviceManagement /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get virtualEndpoint from deviceManagement"; @@ -93,6 +95,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property virtualEndpoint in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property virtualEndpoint in deviceManagement"; @@ -134,13 +137,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new VirtualEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VirtualEndpointRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/virtualEndpoint{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new VirtualEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VirtualEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/virtualEndpoint{?%24expand,%24select}", rawUrl) { @@ -148,6 +151,7 @@ public VirtualEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/deviceMan /// /// Delete navigation property virtualEndpoint for deviceManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -156,7 +160,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/virtualEndpoint", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -164,6 +168,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get virtualEndpoint from deviceManagement /// + /// 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,6 +185,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property virtualEndpoint in deviceManagement /// + /// 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 @@ -190,7 +196,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.VirtualEndpoin public RequestInformation ToPatchRequestInformation(ApiSdk.Models.VirtualEndpoint 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}/deviceManagement/virtualEndpoint", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Count/CountRequestBuilder.cs index 8e360d11a2..254bf0f7fc 100644 --- a/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/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}/deviceManagement/windowsAutopilotDeviceIdentities/$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}/deviceManagement/windowsAutopilotDeviceIdentities/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/wi /// /// 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/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/AssignUserToDevice/AssignUserToDevicePostRequestBody.cs b/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/AssignUserToDevice/AssignUserToDevicePostRequestBody.cs index 2997b997c1..92565bf9da 100644 --- a/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/AssignUserToDevice/AssignUserToDevicePostRequestBody.cs +++ b/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/AssignUserToDevice/AssignUserToDevicePostRequestBody.cs @@ -25,7 +25,7 @@ public class AssignUserToDevicePostRequestBody : IAdditionalDataHolder, IParsabl public string UserPrincipalName { get; set; } #endif /// - /// Instantiates a new assignUserToDevicePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AssignUserToDevicePostRequestBody() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public AssignUserToDevicePostRequestBody() { /// /// 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 AssignUserToDevicePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static AssignUserToDevicePostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"addressableUserName", n => { AddressableUserName = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/AssignUserToDevice/AssignUserToDeviceRequestBuilder.cs b/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/AssignUserToDevice/AssignUserToDeviceRequestBuilder.cs index e568ac2700..62671e1c39 100644 --- a/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/AssignUserToDevice/AssignUserToDeviceRequestBuilder.cs +++ b/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/AssignUserToDevice/AssignUserToDeviceRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssignUserToDeviceRequestBuilder : BaseCliRequestBuilder { /// Assigns user to Autopilot devices. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Assigns user to Autopilot devices.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AssignUserToDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignUserToDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity%2Did}/assignUserToDevice", pathParameters) { } /// - /// Instantiates a new AssignUserToDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignUserToDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity%2Did}/assignUserToDevice", rawUrl) { @@ -73,6 +74,7 @@ public AssignUserToDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// Assigns user to Autopilot devices. /// + /// 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/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UnassignUserFromDevice/UnassignUserFromDeviceRequestBuilder.cs b/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UnassignUserFromDevice/UnassignUserFromDeviceRequestBuilder.cs index c056629403..a804676db1 100644 --- a/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UnassignUserFromDevice/UnassignUserFromDeviceRequestBuilder.cs +++ b/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UnassignUserFromDevice/UnassignUserFromDeviceRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnassignUserFromDeviceRequestBuilder : BaseCliRequestBuilder { /// Unassigns the user from an Autopilot device. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Unassigns the user from an Autopilot device.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnassignUserFromDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnassignUserFromDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity%2Did}/unassignUserFromDevice", pathParameters) { } /// - /// Instantiates a new UnassignUserFromDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnassignUserFromDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity%2Did}/unassignUserFromDevice", rawUrl) { @@ -60,6 +61,7 @@ public UnassignUserFromDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Unassigns the user from an Autopilot device. /// + /// 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/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UpdateDeviceProperties/UpdateDevicePropertiesPostRequestBody.cs b/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UpdateDeviceProperties/UpdateDevicePropertiesPostRequestBody.cs index 0cb8d554a4..37048e4599 100644 --- a/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UpdateDeviceProperties/UpdateDevicePropertiesPostRequestBody.cs +++ b/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UpdateDeviceProperties/UpdateDevicePropertiesPostRequestBody.cs @@ -41,7 +41,7 @@ public class UpdateDevicePropertiesPostRequestBody : IAdditionalDataHolder, IPar public string UserPrincipalName { get; set; } #endif /// - /// Instantiates a new updateDevicePropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UpdateDevicePropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public UpdateDevicePropertiesPostRequestBody() { /// /// 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 UpdateDevicePropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static UpdateDevicePropertiesPostRequestBody CreateFromDiscriminatorValue /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"addressableUserName", n => { AddressableUserName = n.GetStringValue(); } }, diff --git a/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UpdateDeviceProperties/UpdateDevicePropertiesRequestBuilder.cs b/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UpdateDeviceProperties/UpdateDevicePropertiesRequestBuilder.cs index ff76c4ec42..b06f1cb423 100644 --- a/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UpdateDeviceProperties/UpdateDevicePropertiesRequestBuilder.cs +++ b/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/UpdateDeviceProperties/UpdateDevicePropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class UpdateDevicePropertiesRequestBuilder : BaseCliRequestBuilder { /// Updates properties on Autopilot devices. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Updates properties on Autopilot devices.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UpdateDevicePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UpdateDevicePropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity%2Did}/updateDeviceProperties", pathParameters) { } /// - /// Instantiates a new UpdateDevicePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UpdateDevicePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity%2Did}/updateDeviceProperties", rawUrl) { @@ -73,6 +74,7 @@ public UpdateDevicePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Updates properties on Autopilot devices. /// + /// 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/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/WindowsAutopilotDeviceIdentityItemRequestBuilder.cs b/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/WindowsAutopilotDeviceIdentityItemRequestBuilder.cs index 1e6f75c054..396ef6f372 100644 --- a/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/WindowsAutopilotDeviceIdentityItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/Item/WindowsAutopilotDeviceIdentityItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class WindowsAutopilotDeviceIdentityItemRequestBuilder : BaseCliRequestBu /// /// Provides operations to call the assignUserToDevice method. /// + /// A public Command BuildAssignUserToDeviceNavCommand() { var command = new Command("assign-user-to-device"); command.Description = "Provides operations to call the assignUserToDevice method."; @@ -41,6 +42,7 @@ public Command BuildAssignUserToDeviceNavCommand() { /// Deletes a windowsAutopilotDeviceIdentity. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a windowsAutopilotDeviceIdentity.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-delete?view=graph-rest-1.0"; @@ -75,6 +77,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the windowsAutopilotDeviceIdentity object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the windowsAutopilotDeviceIdentity object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-get?view=graph-rest-1.0"; @@ -125,6 +128,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property windowsAutopilotDeviceIdentities in deviceManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property windowsAutopilotDeviceIdentities in deviceManagement"; @@ -174,6 +178,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the unassignUserFromDevice method. /// + /// A public Command BuildUnassignUserFromDeviceNavCommand() { var command = new Command("unassign-user-from-device"); command.Description = "Provides operations to call the unassignUserFromDevice method."; @@ -189,6 +194,7 @@ public Command BuildUnassignUserFromDeviceNavCommand() { /// /// Provides operations to call the updateDeviceProperties method. /// + /// A public Command BuildUpdateDevicePropertiesNavCommand() { var command = new Command("update-device-properties"); command.Description = "Provides operations to call the updateDeviceProperties method."; @@ -202,13 +208,13 @@ public Command BuildUpdateDevicePropertiesNavCommand() { return command; } /// - /// Instantiates a new WindowsAutopilotDeviceIdentityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WindowsAutopilotDeviceIdentityItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WindowsAutopilotDeviceIdentityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WindowsAutopilotDeviceIdentityItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity%2Did}{?%24expand,%24select}", rawUrl) { @@ -216,6 +222,7 @@ public WindowsAutopilotDeviceIdentityItemRequestBuilder(string rawUrl) : base("{ /// /// Deletes a windowsAutopilotDeviceIdentity. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -224,7 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -232,6 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the windowsAutopilotDeviceIdentity 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 @@ -248,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property windowsAutopilotDeviceIdentities in deviceManagement /// + /// 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 @@ -258,7 +267,7 @@ public RequestInformation ToPatchRequestInformation(WindowsAutopilotDeviceIdenti public RequestInformation ToPatchRequestInformation(WindowsAutopilotDeviceIdentity 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}/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/WindowsAutopilotDeviceIdentitiesRequestBuilder.cs b/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/WindowsAutopilotDeviceIdentitiesRequestBuilder.cs index 2e8ed780e2..e945f46095 100644 --- a/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/WindowsAutopilotDeviceIdentitiesRequestBuilder.cs +++ b/src/generated/DeviceManagement/WindowsAutopilotDeviceIdentities/WindowsAutopilotDeviceIdentitiesRequestBuilder.cs @@ -24,6 +24,7 @@ public class WindowsAutopilotDeviceIdentitiesRequestBuilder : BaseCliRequestBuil /// /// Provides operations to manage the windowsAutopilotDeviceIdentities property of the microsoft.graph.deviceManagement 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 windowsAutopilotDeviceIdentity object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new windowsAutopilotDeviceIdentity object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-create?view=graph-rest-1.0"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the windowsAutopilotDeviceIdentity objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the windowsAutopilotDeviceIdentity objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-list?view=graph-rest-1.0"; @@ -189,13 +193,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new WindowsAutopilotDeviceIdentitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WindowsAutopilotDeviceIdentitiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/windowsAutopilotDeviceIdentities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new WindowsAutopilotDeviceIdentitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WindowsAutopilotDeviceIdentitiesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/windowsAutopilotDeviceIdentities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -203,6 +207,7 @@ public WindowsAutopilotDeviceIdentitiesRequestBuilder(string rawUrl) : base("{+b /// /// List properties and relationships of the windowsAutopilotDeviceIdentity objects. /// + /// 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 windowsAutopilotDeviceIdentity 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 ToPostRequestInformation(WindowsAutopilotDeviceIdentit public RequestInformation ToPostRequestInformation(WindowsAutopilotDeviceIdentity 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}/deviceManagement/windowsAutopilotDeviceIdentities", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/Count/CountRequestBuilder.cs index 4ff0029620..f67716b7e1 100644 --- a/src/generated/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/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}/deviceManagement/windowsInformationProtectionAppLearningSummaries/$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}/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/wi /// /// 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/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/Item/WindowsInformationProtectionAppLearningSummaryItemRequestBuilder.cs b/src/generated/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/Item/WindowsInformationProtectionAppLearningSummaryItemRequestBuilder.cs index ec751173f3..9f856624c0 100644 --- a/src/generated/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/Item/WindowsInformationProtectionAppLearningSummaryItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/Item/WindowsInformationProtectionAppLearningSummaryItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class WindowsInformationProtectionAppLearningSummaryItemRequestBuilder : /// Deletes a windowsInformationProtectionAppLearningSummary. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a windowsInformationProtectionAppLearningSummary.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the windowsInformationProtectionAppLearningSummary object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the windowsInformationProtectionAppLearningSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of a windowsInformationProtectionAppLearningSummary object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a windowsInformationProtectionAppLearningSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new WindowsInformationProtectionAppLearningSummaryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WindowsInformationProtectionAppLearningSummaryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WindowsInformationProtectionAppLearningSummaryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WindowsInformationProtectionAppLearningSummaryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public WindowsInformationProtectionAppLearningSummaryItemRequestBuilder(string r /// /// Deletes a windowsInformationProtectionAppLearningSummary. /// + /// 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}/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the windowsInformationProtectionAppLearningSummary 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 @@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a windowsInformationProtectionAppLearningSummary 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 @@ -211,7 +217,7 @@ public RequestInformation ToPatchRequestInformation(WindowsInformationProtection public RequestInformation ToPatchRequestInformation(WindowsInformationProtectionAppLearningSummary 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}/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/WindowsInformationProtectionAppLearningSummariesRequestBuilder.cs b/src/generated/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/WindowsInformationProtectionAppLearningSummariesRequestBuilder.cs index 7ae546639e..76df10a3be 100644 --- a/src/generated/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/WindowsInformationProtectionAppLearningSummariesRequestBuilder.cs +++ b/src/generated/DeviceManagement/WindowsInformationProtectionAppLearningSummaries/WindowsInformationProtectionAppLearningSummariesRequestBuilder.cs @@ -24,6 +24,7 @@ public class WindowsInformationProtectionAppLearningSummariesRequestBuilder : Ba /// /// Provides operations to manage the windowsInformationProtectionAppLearningSummaries property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new WindowsInformationProtectionAppLearningSummaryItemRequestBuilder(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 windowsInformationProtectionAppLearningSummary object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new windowsInformationProtectionAppLearningSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-create?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the windowsInformationProtectionAppLearningSummary objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the windowsInformationProtectionAppLearningSummary objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-list?view=graph-rest-1.0"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new WindowsInformationProtectionAppLearningSummariesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WindowsInformationProtectionAppLearningSummariesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/windowsInformationProtectionAppLearningSummaries{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new WindowsInformationProtectionAppLearningSummariesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WindowsInformationProtectionAppLearningSummariesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/windowsInformationProtectionAppLearningSummaries{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public WindowsInformationProtectionAppLearningSummariesRequestBuilder(string raw /// /// List properties and relationships of the windowsInformationProtectionAppLearningSummary objects. /// + /// 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 windowsInformationProtectionAppLearningSummary 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 @@ -225,7 +231,7 @@ public RequestInformation ToPostRequestInformation(WindowsInformationProtectionA public RequestInformation ToPostRequestInformation(WindowsInformationProtectionAppLearningSummary 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}/deviceManagement/windowsInformationProtectionAppLearningSummaries", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/Count/CountRequestBuilder.cs index aedf6217ce..368f4518de 100644 --- a/src/generated/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/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}/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$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}/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/wi /// /// 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/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/Item/WindowsInformationProtectionNetworkLearningSummaryItemRequestBuilder.cs b/src/generated/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/Item/WindowsInformationProtectionNetworkLearningSummaryItemRequestBuilder.cs index 510e1af725..99786f96eb 100644 --- a/src/generated/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/Item/WindowsInformationProtectionNetworkLearningSummaryItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/Item/WindowsInformationProtectionNetworkLearningSummaryItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class WindowsInformationProtectionNetworkLearningSummaryItemRequestBuilde /// Deletes a windowsInformationProtectionNetworkLearningSummary. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a windowsInformationProtectionNetworkLearningSummary.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the windowsInformationProtectionNetworkLearningSummary object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the windowsInformationProtectionNetworkLearningSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of a windowsInformationProtectionNetworkLearningSummary object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a windowsInformationProtectionNetworkLearningSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new WindowsInformationProtectionNetworkLearningSummaryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WindowsInformationProtectionNetworkLearningSummaryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WindowsInformationProtectionNetworkLearningSummaryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WindowsInformationProtectionNetworkLearningSummaryItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public WindowsInformationProtectionNetworkLearningSummaryItemRequestBuilder(stri /// /// Deletes a windowsInformationProtectionNetworkLearningSummary. /// + /// 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}/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the windowsInformationProtectionNetworkLearningSummary 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 @@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a windowsInformationProtectionNetworkLearningSummary 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 @@ -211,7 +217,7 @@ public RequestInformation ToPatchRequestInformation(WindowsInformationProtection public RequestInformation ToPatchRequestInformation(WindowsInformationProtectionNetworkLearningSummary 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}/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/WindowsInformationProtectionNetworkLearningSummariesRequestBuilder.cs b/src/generated/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/WindowsInformationProtectionNetworkLearningSummariesRequestBuilder.cs index a56ac3894e..4d19d59dd9 100644 --- a/src/generated/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/WindowsInformationProtectionNetworkLearningSummariesRequestBuilder.cs +++ b/src/generated/DeviceManagement/WindowsInformationProtectionNetworkLearningSummaries/WindowsInformationProtectionNetworkLearningSummariesRequestBuilder.cs @@ -24,6 +24,7 @@ public class WindowsInformationProtectionNetworkLearningSummariesRequestBuilder /// /// Provides operations to manage the windowsInformationProtectionNetworkLearningSummaries property of the microsoft.graph.deviceManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new WindowsInformationProtectionNetworkLearningSummaryItemRequestBuilder(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 windowsInformationProtectionNetworkLearningSummary object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new windowsInformationProtectionNetworkLearningSummary object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-create?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the windowsInformationProtectionNetworkLearningSummary objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the windowsInformationProtectionNetworkLearningSummary objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-list?view=graph-rest-1.0"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new WindowsInformationProtectionNetworkLearningSummariesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WindowsInformationProtectionNetworkLearningSummariesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/windowsInformationProtectionNetworkLearningSummaries{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new WindowsInformationProtectionNetworkLearningSummariesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WindowsInformationProtectionNetworkLearningSummariesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/windowsInformationProtectionNetworkLearningSummaries{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public WindowsInformationProtectionNetworkLearningSummariesRequestBuilder(string /// /// List properties and relationships of the windowsInformationProtectionNetworkLearningSummary objects. /// + /// 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 windowsInformationProtectionNetworkLearningSummary 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 @@ -225,7 +231,7 @@ public RequestInformation ToPostRequestInformation(WindowsInformationProtectionN public RequestInformation ToPostRequestInformation(WindowsInformationProtectionNetworkLearningSummary 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}/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/WindowsMalwareInformation/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/WindowsMalwareInformation/Count/CountRequestBuilder.cs index 6e37e2607b..d4585ac52e 100644 --- a/src/generated/DeviceManagement/WindowsMalwareInformation/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/WindowsMalwareInformation/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}/deviceManagement/windowsMalwareInformation/$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}/deviceManagement/windowsMalwareInformation/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/wi /// /// 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/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/Count/CountRequestBuilder.cs b/src/generated/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/Count/CountRequestBuilder.cs index 95c8f85155..f4e97e51bb 100644 --- a/src/generated/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/Count/CountRequestBuilder.cs +++ b/src/generated/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/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}/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation%2Did}/deviceMalwareStates/$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}/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation%2Did}/deviceMalwareStates/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/wi /// /// 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/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/DeviceMalwareStatesRequestBuilder.cs b/src/generated/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/DeviceMalwareStatesRequestBuilder.cs index 746da2c531..13fe7c1d01 100644 --- a/src/generated/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/DeviceMalwareStatesRequestBuilder.cs +++ b/src/generated/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/DeviceMalwareStatesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceMalwareStatesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the deviceMalwareStates property of the microsoft.graph.windowsMalwareInformation entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new MalwareStateForWindowsDeviceItemRequestBuilder(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 malwareStateForWindowsDevice object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new malwareStateForWindowsDevice object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-create?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the malwareStateForWindowsDevice objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the malwareStateForWindowsDevice objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DeviceMalwareStatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceMalwareStatesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation%2Did}/deviceMalwareStates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeviceMalwareStatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceMalwareStatesRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation%2Did}/deviceMalwareStates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public DeviceMalwareStatesRequestBuilder(string rawUrl) : base("{+baseurl}/devic /// /// List properties and relationships of the malwareStateForWindowsDevice objects. /// + /// 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 malwareStateForWindowsDevice 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(MalwareStateForWindowsDevice public RequestInformation ToPostRequestInformation(MalwareStateForWindowsDevice 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}/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation%2Did}/deviceMalwareStates", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/Item/MalwareStateForWindowsDeviceItemRequestBuilder.cs b/src/generated/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/Item/MalwareStateForWindowsDeviceItemRequestBuilder.cs index 3976abafee..369e4da1f7 100644 --- a/src/generated/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/Item/MalwareStateForWindowsDeviceItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/WindowsMalwareInformation/Item/DeviceMalwareStates/Item/MalwareStateForWindowsDeviceItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class MalwareStateForWindowsDeviceItemRequestBuilder : BaseCliRequestBuil /// Deletes a malwareStateForWindowsDevice. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a malwareStateForWindowsDevice.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read properties and relationships of the malwareStateForWindowsDevice object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the malwareStateForWindowsDevice object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a malwareStateForWindowsDevice object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a malwareStateForWindowsDevice object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MalwareStateForWindowsDeviceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MalwareStateForWindowsDeviceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation%2Did}/deviceMalwareStates/{malwareStateForWindowsDevice%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MalwareStateForWindowsDeviceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MalwareStateForWindowsDeviceItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation%2Did}/deviceMalwareStates/{malwareStateForWindowsDevice%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public MalwareStateForWindowsDeviceItemRequestBuilder(string rawUrl) : base("{+b /// /// Deletes a malwareStateForWindowsDevice. /// + /// 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}/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation%2Did}/deviceMalwareStates/{malwareStateForWindowsDevice%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the malwareStateForWindowsDevice 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a malwareStateForWindowsDevice 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(MalwareStateForWindowsDevice public RequestInformation ToPatchRequestInformation(MalwareStateForWindowsDevice 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}/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation%2Did}/deviceMalwareStates/{malwareStateForWindowsDevice%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/WindowsMalwareInformation/Item/WindowsMalwareInformationItemRequestBuilder.cs b/src/generated/DeviceManagement/WindowsMalwareInformation/Item/WindowsMalwareInformationItemRequestBuilder.cs index d07ce29534..63ba6ca72b 100644 --- a/src/generated/DeviceManagement/WindowsMalwareInformation/Item/WindowsMalwareInformationItemRequestBuilder.cs +++ b/src/generated/DeviceManagement/WindowsMalwareInformation/Item/WindowsMalwareInformationItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class WindowsMalwareInformationItemRequestBuilder : BaseCliRequestBuilder /// Deletes a windowsMalwareInformation. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a windowsMalwareInformation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the deviceMalwareStates property of the microsoft.graph.windowsMalwareInformation entity. /// + /// A public Command BuildDeviceMalwareStatesNavCommand() { var command = new Command("device-malware-states"); command.Description = "Provides operations to manage the deviceMalwareStates property of the microsoft.graph.windowsMalwareInformation entity."; @@ -83,6 +85,7 @@ public Command BuildDeviceMalwareStatesNavCommand() { /// Read properties and relationships of the windowsMalwareInformation object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the windowsMalwareInformation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-get?view=graph-rest-1.0"; @@ -134,6 +137,7 @@ public Command BuildGetCommand() { /// Update the properties of a windowsMalwareInformation object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a windowsMalwareInformation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-update?view=graph-rest-1.0"; @@ -181,13 +185,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new WindowsMalwareInformationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WindowsMalwareInformationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WindowsMalwareInformationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WindowsMalwareInformationItemRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation%2Did}{?%24expand,%24select}", rawUrl) { @@ -195,6 +199,7 @@ public WindowsMalwareInformationItemRequestBuilder(string rawUrl) : base("{+base /// /// Deletes a windowsMalwareInformation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -203,7 +208,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -211,6 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read properties and relationships of the windowsMalwareInformation 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 @@ -227,6 +233,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a windowsMalwareInformation 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 @@ -237,7 +244,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.WindowsMalware public RequestInformation ToPatchRequestInformation(ApiSdk.Models.WindowsMalwareInformation 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}/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DeviceManagement/WindowsMalwareInformation/WindowsMalwareInformationRequestBuilder.cs b/src/generated/DeviceManagement/WindowsMalwareInformation/WindowsMalwareInformationRequestBuilder.cs index c5addb6eb0..0d5209e6f0 100644 --- a/src/generated/DeviceManagement/WindowsMalwareInformation/WindowsMalwareInformationRequestBuilder.cs +++ b/src/generated/DeviceManagement/WindowsMalwareInformation/WindowsMalwareInformationRequestBuilder.cs @@ -24,6 +24,7 @@ public class WindowsMalwareInformationRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the windowsMalwareInformation property of the microsoft.graph.deviceManagement 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new windowsMalwareInformation object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new windowsMalwareInformation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-create?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// List properties and relationships of the windowsMalwareInformation objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the windowsMalwareInformation objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-list?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new WindowsMalwareInformationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WindowsMalwareInformationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/deviceManagement/windowsMalwareInformation{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new WindowsMalwareInformationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WindowsMalwareInformationRequestBuilder(string rawUrl) : base("{+baseurl}/deviceManagement/windowsMalwareInformation{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public WindowsMalwareInformationRequestBuilder(string rawUrl) : base("{+baseurl} /// /// List properties and relationships of the windowsMalwareInformation objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new windowsMalwareInformation 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.WindowsMalwareI public RequestInformation ToPostRequestInformation(ApiSdk.Models.WindowsMalwareInformation 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}/deviceManagement/windowsMalwareInformation", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Devices/Count/CountRequestBuilder.cs b/src/generated/Devices/Count/CountRequestBuilder.cs index 6d59125389..ab88cebc0c 100644 --- a/src/generated/Devices/Count/CountRequestBuilder.cs +++ b/src/generated/Devices/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"; @@ -60,13 +61,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}/devices/$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}/devices/$count{?%24filter,%24search}", rawUrl) { @@ -74,6 +75,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/devices/$count{?%24 /// /// 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/Devices/Delta/DeltaGetResponse.cs b/src/generated/Devices/Delta/DeltaGetResponse.cs index 6a2123c488..6378c9c032 100644 --- a/src/generated/Devices/Delta/DeltaGetResponse.cs +++ b/src/generated/Devices/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Device.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Devices/Delta/DeltaRequestBuilder.cs b/src/generated/Devices/Delta/DeltaRequestBuilder.cs index 71e56fa4c6..e3bfc1c98a 100644 --- a/src/generated/Devices/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Devices/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/devices/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/devices/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Devices/DevicesRequestBuilder.cs b/src/generated/Devices/DevicesRequestBuilder.cs index ec68e86ee7..029daef76b 100644 --- a/src/generated/Devices/DevicesRequestBuilder.cs +++ b/src/generated/Devices/DevicesRequestBuilder.cs @@ -28,6 +28,7 @@ public class DevicesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of device entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -50,6 +51,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."; @@ -66,6 +68,7 @@ public Command BuildCountNavCommand() { /// Create and register a new device in the organization. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create and register a new device in the organization.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -124,6 +128,7 @@ public Command BuildDeltaNavCommand() { /// /// Provides operations to call the getAvailableExtensionProperties method. /// + /// A public Command BuildGetAvailableExtensionPropertiesNavCommand() { var command = new Command("get-available-extension-properties"); command.Description = "Provides operations to call the getAvailableExtensionProperties method."; @@ -139,6 +144,7 @@ public Command BuildGetAvailableExtensionPropertiesNavCommand() { /// /// Provides operations to call the getByIds method. /// + /// A public Command BuildGetByIdsNavCommand() { var command = new Command("get-by-ids"); command.Description = "Provides operations to call the getByIds method."; @@ -155,6 +161,7 @@ public Command BuildGetByIdsNavCommand() { /// Retrieve a list of device objects registered in the organization. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of device objects registered in the organization.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0"; @@ -254,6 +261,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the validateProperties method. /// + /// A public Command BuildValidatePropertiesNavCommand() { var command = new Command("validate-properties"); command.Description = "Provides operations to call the validateProperties method."; @@ -267,13 +275,13 @@ public Command BuildValidatePropertiesNavCommand() { return command; } /// - /// Instantiates a new DevicesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DevicesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DevicesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DevicesRequestBuilder(string rawUrl) : base("{+baseurl}/devices{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -281,6 +289,7 @@ public DevicesRequestBuilder(string rawUrl) : base("{+baseurl}/devices{?%24count /// /// Retrieve a list of device objects registered in the organization. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -297,6 +306,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create and register a new device in the organization. /// + /// 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 @@ -307,7 +317,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.Device body, Ac public RequestInformation ToPostRequestInformation(ApiSdk.Models.Device 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}/devices", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs b/src/generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs index 7f870cf82c..65069bafab 100644 --- a/src/generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs +++ b/src/generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetAvailableExtensionPropertiesPostRequestBody : IAdditionalDataHol /// The isSyncedFromOnPremises property public bool? IsSyncedFromOnPremises { get; set; } /// - /// Instantiates a new getAvailableExtensionPropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetAvailableExtensionPropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetAvailableExtensionPropertiesPostRequestBody() { /// /// 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 GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscrimin /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isSyncedFromOnPremises", n => { IsSyncedFromOnPremises = n.GetBoolValue(); } }, diff --git a/src/generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs b/src/generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs index e93c372617..2b972b7f9d 100644 --- a/src/generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs +++ b/src/generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs @@ -18,6 +18,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// 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 new GetAvailableExtensionPropertiesPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExtensionProperty.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index b1b484010a..b6994e37b3 100644 --- a/src/generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/generated/Devices/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetAvailableExtensionPropertiesRequestBuilder : BaseCliRequestBuild /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetAvailableExtensionPropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/getAvailableExtensionProperties", pathParameters) { } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/devices/getAvailableExtensionProperties", rawUrl) { @@ -88,6 +89,7 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+ba /// /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// + /// 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/Devices/GetByIds/GetByIdsPostRequestBody.cs b/src/generated/Devices/GetByIds/GetByIdsPostRequestBody.cs index 7dea68e7b1..8f78573679 100644 --- a/src/generated/Devices/GetByIds/GetByIdsPostRequestBody.cs +++ b/src/generated/Devices/GetByIds/GetByIdsPostRequestBody.cs @@ -25,7 +25,7 @@ public class GetByIdsPostRequestBody : IAdditionalDataHolder, IParsable { public List Types { get; set; } #endif /// - /// Instantiates a new getByIdsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetByIdsPostRequestBody() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public GetByIdsPostRequestBody() { /// /// 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 GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Devices/GetByIds/GetByIdsPostResponse.cs b/src/generated/Devices/GetByIds/GetByIdsPostResponse.cs index 01ccddbcd1..cdd17e90f5 100644 --- a/src/generated/Devices/GetByIds/GetByIdsPostResponse.cs +++ b/src/generated/Devices/GetByIds/GetByIdsPostResponse.cs @@ -18,6 +18,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// 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 new GetByIdsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Devices/GetByIds/GetByIdsRequestBuilder.cs b/src/generated/Devices/GetByIds/GetByIdsRequestBuilder.cs index 2c960fb51e..e4c4e2590c 100644 --- a/src/generated/Devices/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/generated/Devices/GetByIds/GetByIdsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetByIdsRequestBuilder : BaseCliRequestBuilder { /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetByIdsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/getByIds", pathParameters) { } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/devices/getByIds", rawUrl) { @@ -88,6 +89,7 @@ public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/devices/getByIds /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// + /// 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/Devices/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs b/src/generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs index 2f7064eb25..ccb0bb3ec7 100644 --- a/src/generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs +++ b/src/generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable public List GroupIds { get; set; } #endif /// - /// Instantiates a new checkMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberGroupsPostRequestBody() { /// /// 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 CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupIds", n => { GroupIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs b/src/generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs index ba79e5f593..cc68a8aa99 100644 --- a/src/generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs +++ b/src/generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// 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 new CheckMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index a5c9a38b90..400eaa82b6 100644 --- a/src/generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class CheckMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/checkMemberGroups", pathParameters) { } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/checkMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/devices /// /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// + /// 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/Devices/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs b/src/generated/Devices/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs index 06eb54c297..34958e122f 100644 --- a/src/generated/Devices/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs +++ b/src/generated/Devices/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsabl public List Ids { get; set; } #endif /// - /// Instantiates a new checkMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberObjectsPostRequestBody() { /// /// 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 CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Devices/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs b/src/generated/Devices/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs index 7b1a70cde6..448bbae435 100644 --- a/src/generated/Devices/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs +++ b/src/generated/Devices/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// 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 new CheckMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Devices/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs b/src/generated/Devices/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs index cf59a5450f..f9322b4076 100644 --- a/src/generated/Devices/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs +++ b/src/generated/Devices/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs @@ -21,6 +21,7 @@ public class CheckMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action checkMemberObjects /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action checkMemberObjects"; @@ -79,13 +80,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/checkMemberObjects", pathParameters) { } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/checkMemberObjects", rawUrl) { @@ -93,6 +94,7 @@ public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// Invoke action checkMemberObjects /// + /// 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/Devices/Item/DeviceItemRequestBuilder.cs b/src/generated/Devices/Item/DeviceItemRequestBuilder.cs index 4a8951a588..234aca8aed 100644 --- a/src/generated/Devices/Item/DeviceItemRequestBuilder.cs +++ b/src/generated/Devices/Item/DeviceItemRequestBuilder.cs @@ -32,6 +32,7 @@ public class DeviceItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the checkMemberGroups method. /// + /// A public Command BuildCheckMemberGroupsNavCommand() { var command = new Command("check-member-groups"); command.Description = "Provides operations to call the checkMemberGroups method."; @@ -47,6 +48,7 @@ public Command BuildCheckMemberGroupsNavCommand() { /// /// Provides operations to call the checkMemberObjects method. /// + /// A public Command BuildCheckMemberObjectsNavCommand() { var command = new Command("check-member-objects"); command.Description = "Provides operations to call the checkMemberObjects method."; @@ -63,6 +65,7 @@ public Command BuildCheckMemberObjectsNavCommand() { /// Delete a registered device. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a registered device.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0"; @@ -96,6 +99,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the extensions property of the microsoft.graph.device entity. /// + /// A public Command BuildExtensionsNavCommand() { var command = new Command("extensions"); command.Description = "Provides operations to manage the extensions property of the microsoft.graph.device entity."; @@ -122,6 +126,7 @@ public Command BuildExtensionsNavCommand() { /// Get the properties and relationships of a device object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the properties and relationships of a device object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0"; @@ -172,6 +177,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getMemberGroups method. /// + /// A public Command BuildGetMemberGroupsNavCommand() { var command = new Command("get-member-groups"); command.Description = "Provides operations to call the getMemberGroups method."; @@ -187,6 +193,7 @@ public Command BuildGetMemberGroupsNavCommand() { /// /// Provides operations to call the getMemberObjects method. /// + /// A public Command BuildGetMemberObjectsNavCommand() { var command = new Command("get-member-objects"); command.Description = "Provides operations to call the getMemberObjects method."; @@ -202,6 +209,7 @@ public Command BuildGetMemberObjectsNavCommand() { /// /// Provides operations to manage the memberOf property of the microsoft.graph.device entity. /// + /// A public Command BuildMemberOfNavCommand() { var command = new Command("member-of"); command.Description = "Provides operations to manage the memberOf property of the microsoft.graph.device entity."; @@ -229,6 +237,7 @@ public Command BuildMemberOfNavCommand() { /// Update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0"; @@ -278,6 +287,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the registeredOwners property of the microsoft.graph.device entity. /// + /// A public Command BuildRegisteredOwnersNavCommand() { var command = new Command("registered-owners"); command.Description = "Provides operations to manage the registeredOwners property of the microsoft.graph.device entity."; @@ -307,6 +317,7 @@ public Command BuildRegisteredOwnersNavCommand() { /// /// Provides operations to manage the registeredUsers property of the microsoft.graph.device entity. /// + /// A public Command BuildRegisteredUsersNavCommand() { var command = new Command("registered-users"); command.Description = "Provides operations to manage the registeredUsers property of the microsoft.graph.device entity."; @@ -336,6 +347,7 @@ public Command BuildRegisteredUsersNavCommand() { /// /// Provides operations to call the restore method. /// + /// A public Command BuildRestoreNavCommand() { var command = new Command("restore"); command.Description = "Provides operations to call the restore method."; @@ -351,6 +363,7 @@ public Command BuildRestoreNavCommand() { /// /// Provides operations to manage the transitiveMemberOf property of the microsoft.graph.device entity. /// + /// A public Command BuildTransitiveMemberOfNavCommand() { var command = new Command("transitive-member-of"); command.Description = "Provides operations to manage the transitiveMemberOf property of the microsoft.graph.device entity."; @@ -375,13 +388,13 @@ public Command BuildTransitiveMemberOfNavCommand() { return command; } /// - /// Instantiates a new DeviceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeviceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceItemRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}{?%24expand,%24select}", rawUrl) { @@ -389,6 +402,7 @@ public DeviceItemRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{devic /// /// Delete a registered device. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -397,7 +411,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/devices/{device%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -405,6 +419,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the properties and relationships of a device 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 @@ -421,6 +436,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps. /// + /// 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 @@ -431,7 +447,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Device body, A public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Device 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}/devices/{device%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Devices/Item/Extensions/Count/CountRequestBuilder.cs b/src/generated/Devices/Item/Extensions/Count/CountRequestBuilder.cs index 3c42dc7713..879243deb4 100644 --- a/src/generated/Devices/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/generated/Devices/Item/Extensions/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}/devices/{device%2Did}/extensions/$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}/devices/{device%2Did}/extensions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Di /// /// 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/Devices/Item/Extensions/ExtensionsRequestBuilder.cs b/src/generated/Devices/Item/Extensions/ExtensionsRequestBuilder.cs index 51cd523940..e3e746bcfc 100644 --- a/src/generated/Devices/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/generated/Devices/Item/Extensions/ExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the extensions property of the microsoft.graph.device entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ExtensionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to extensions for devices /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to extensions for devices"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// The collection of open extensions defined for the device. Read-only. Nullable. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of open extensions defined for the device. Read-only. Nullable."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{devic /// /// The collection of open extensions defined for the device. Read-only. Nullable. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to extensions for devices /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(Extension 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}/devices/{device%2Did}/extensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Devices/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/generated/Devices/Item/Extensions/Item/ExtensionItemRequestBuilder.cs index 3edbcab524..bf52958b1b 100644 --- a/src/generated/Devices/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ b/src/generated/Devices/Item/Extensions/Item/ExtensionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExtensionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property extensions for devices /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property extensions for devices"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// The collection of open extensions defined for the device. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of open extensions defined for the device. Read-only. Nullable."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property extensions in devices /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property extensions in devices"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{de /// /// Delete navigation property extensions for devices /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/devices/{device%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of open extensions defined for the device. Read-only. Nullable. /// + /// 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 /// Update the navigation property extensions in devices /// + /// 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 ToPatchRequestInformation(Extension 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}/devices/{device%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Devices/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs b/src/generated/Devices/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs index 32ce8c9efc..0ae6d6746d 100644 --- a/src/generated/Devices/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs +++ b/src/generated/Devices/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable { /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberGroupsPostRequestBody() { /// /// 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 GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/Devices/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs b/src/generated/Devices/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs index cecf09ed36..e061dd5612 100644 --- a/src/generated/Devices/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs +++ b/src/generated/Devices/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// 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 new GetMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Devices/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/generated/Devices/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index f51946cd32..a9c7d72c1d 100644 --- a/src/generated/Devices/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/generated/Devices/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/getMemberGroups", pathParameters) { } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/getMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{ /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf 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 diff --git a/src/generated/Devices/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs b/src/generated/Devices/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs index 65f428801e..5a7980dacd 100644 --- a/src/generated/Devices/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs +++ b/src/generated/Devices/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsable /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberObjectsPostRequestBody() { /// /// 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 GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/Devices/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs b/src/generated/Devices/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs index c6c815437a..9e7d965ad5 100644 --- a/src/generated/Devices/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs +++ b/src/generated/Devices/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// 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 new GetMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Devices/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/generated/Devices/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index c544ad5c39..0233cc2292 100644 --- a/src/generated/Devices/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/generated/Devices/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/getMemberObjects", pathParameters) { } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/getMemberObjects", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/devices/ /// /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// + /// 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/Devices/Item/MemberOf/Count/CountRequestBuilder.cs b/src/generated/Devices/Item/MemberOf/Count/CountRequestBuilder.cs index 9938bfe0b6..b019cfb223 100644 --- a/src/generated/Devices/Item/MemberOf/Count/CountRequestBuilder.cs +++ b/src/generated/Devices/Item/MemberOf/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"; @@ -66,13 +67,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}/devices/{device%2Did}/memberOf/$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}/devices/{device%2Did}/memberOf/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Di /// /// 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/Devices/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/generated/Devices/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index e66ba23818..3637edbdec 100644 --- a/src/generated/Devices/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/generated/Devices/Item/MemberOf/GraphAdministrativeUnit/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"; @@ -66,13 +67,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}/devices/{device%2Did}/memberOf/graph.administrativeUnit/$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}/devices/{device%2Did}/memberOf/graph.administrativeUnit/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Di /// /// 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/Devices/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/generated/Devices/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index e2c91f3895..4797f68186 100644 --- a/src/generated/Devices/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/generated/Devices/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphAdministrativeUnitRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAdministrativeUnitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/memberOf/graph.administrativeUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/memberOf/graph.administrativeUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection /// + /// 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/Devices/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/generated/Devices/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs index e7d64193c5..edc4812b1f 100644 --- a/src/generated/Devices/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/generated/Devices/Item/MemberOf/GraphGroup/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"; @@ -66,13 +67,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}/devices/{device%2Did}/memberOf/graph.group/$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}/devices/{device%2Did}/memberOf/graph.group/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Di /// /// 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/Devices/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Devices/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs index 745505b180..6e1ccc3df7 100644 --- a/src/generated/Devices/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Devices/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/memberOf/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/memberOf/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{devic /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// 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/Devices/Item/MemberOf/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Devices/Item/MemberOf/Item/DirectoryObjectItemRequestBuilder.cs index 18590fc3b0..6f2ce4d4b8 100644 --- a/src/generated/Devices/Item/MemberOf/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Devices/Item/MemberOf/Item/DirectoryObjectItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand."; @@ -87,6 +88,7 @@ public Command BuildGetCommand() { /// /// Casts the previous resource to administrativeUnit. /// + /// A public Command BuildGraphAdministrativeUnitByIdNavCommand() { var command = new Command("graph-administrative-unit-by-id"); command.Description = "Casts the previous resource to administrativeUnit."; @@ -102,6 +104,7 @@ public Command BuildGraphAdministrativeUnitByIdNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupByIdNavCommand() { var command = new Command("graph-group-by-id"); command.Description = "Casts the previous resource to group."; @@ -115,13 +118,13 @@ public Command BuildGraphGroupByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/memberOf/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/memberOf/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/devic /// /// Groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand. /// + /// 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/Devices/Item/MemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/generated/Devices/Item/MemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index 529120b253..b517825bad 100644 --- a/src/generated/Devices/Item/MemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/generated/Devices/Item/MemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphAdministrativeUnitRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAdministrativeUnitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/memberOf/{directoryObject%2Did}/graph.administrativeUnit{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/memberOf/{directoryObject%2Did}/graph.administrativeUnit{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit /// + /// 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/Devices/Item/MemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Devices/Item/MemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs index df1e0b3a69..c004c13593 100644 --- a/src/generated/Devices/Item/MemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Devices/Item/MemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.group"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/memberOf/{directoryObject%2Did}/graph.group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/memberOf/{directoryObject%2Did}/graph.group{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{devic /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// 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/Devices/Item/MemberOf/MemberOfRequestBuilder.cs b/src/generated/Devices/Item/MemberOf/MemberOfRequestBuilder.cs index 89efba78e5..bf8347fcd3 100644 --- a/src/generated/Devices/Item/MemberOf/MemberOfRequestBuilder.cs +++ b/src/generated/Devices/Item/MemberOf/MemberOfRequestBuilder.cs @@ -26,6 +26,7 @@ public class MemberOfRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the memberOf property of the microsoft.graph.device entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Casts the previous resource to administrativeUnit. /// + /// A public Command BuildGraphAdministrativeUnitNavCommand() { var command = new Command("graph-administrative-unit"); command.Description = "Casts the previous resource to administrativeUnit."; @@ -74,6 +77,7 @@ public Command BuildGraphAdministrativeUnitNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupNavCommand() { var command = new Command("graph-group"); command.Description = "Casts the previous resource to group."; @@ -96,6 +100,7 @@ public Command BuildGraphGroupNavCommand() { /// Groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0"; @@ -199,13 +204,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MemberOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MemberOfRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/memberOf{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MemberOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MemberOfRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/memberOf{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +218,7 @@ public MemberOfRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device% /// /// Groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand. /// + /// 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/Devices/Item/RegisteredOwners/Count/CountRequestBuilder.cs b/src/generated/Devices/Item/RegisteredOwners/Count/CountRequestBuilder.cs index 3d1d0fe03f..c524d278f6 100644 --- a/src/generated/Devices/Item/RegisteredOwners/Count/CountRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredOwners/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"; @@ -66,13 +67,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}/devices/{device%2Did}/registeredOwners/$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}/devices/{device%2Did}/registeredOwners/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Di /// /// 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/Devices/Item/RegisteredOwners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs b/src/generated/Devices/Item/RegisteredOwners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs index dc4625a1bb..39e6d80848 100644 --- a/src/generated/Devices/Item/RegisteredOwners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredOwners/GraphAppRoleAssignment/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"; @@ -66,13 +67,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}/devices/{device%2Did}/registeredOwners/graph.appRoleAssignment/$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}/devices/{device%2Did}/registeredOwners/graph.appRoleAssignment/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Di /// /// 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/Devices/Item/RegisteredOwners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs b/src/generated/Devices/Item/RegisteredOwners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs index 407e773958..a49a11b484 100644 --- a/src/generated/Devices/Item/RegisteredOwners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredOwners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphAppRoleAssignmentRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAppRoleAssignmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/graph.appRoleAssignment{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/graph.appRoleAssignment{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection /// + /// 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/Devices/Item/RegisteredOwners/GraphEndpoint/Count/CountRequestBuilder.cs b/src/generated/Devices/Item/RegisteredOwners/GraphEndpoint/Count/CountRequestBuilder.cs index 9a3864f671..3ca1fcf36a 100644 --- a/src/generated/Devices/Item/RegisteredOwners/GraphEndpoint/Count/CountRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredOwners/GraphEndpoint/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"; @@ -66,13 +67,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}/devices/{device%2Did}/registeredOwners/graph.endpoint/$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}/devices/{device%2Did}/registeredOwners/graph.endpoint/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Di /// /// 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/Devices/Item/RegisteredOwners/GraphEndpoint/GraphEndpointRequestBuilder.cs b/src/generated/Devices/Item/RegisteredOwners/GraphEndpoint/GraphEndpointRequestBuilder.cs index 24ab7b9668..deba52d9a7 100644 --- a/src/generated/Devices/Item/RegisteredOwners/GraphEndpoint/GraphEndpointRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredOwners/GraphEndpoint/GraphEndpointRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphEndpointRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphEndpointRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/graph.endpoint{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/graph.endpoint{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{de /// /// Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection /// + /// 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/Devices/Item/RegisteredOwners/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/generated/Devices/Item/RegisteredOwners/GraphServicePrincipal/Count/CountRequestBuilder.cs index a042d88729..1af00d540f 100644 --- a/src/generated/Devices/Item/RegisteredOwners/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredOwners/GraphServicePrincipal/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"; @@ -66,13 +67,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}/devices/{device%2Did}/registeredOwners/graph.servicePrincipal/$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}/devices/{device%2Did}/registeredOwners/graph.servicePrincipal/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Di /// /// 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/Devices/Item/RegisteredOwners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/Devices/Item/RegisteredOwners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 199a088f58..db4af056b2 100644 --- a/src/generated/Devices/Item/RegisteredOwners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredOwners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// 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/Devices/Item/RegisteredOwners/GraphUser/Count/CountRequestBuilder.cs b/src/generated/Devices/Item/RegisteredOwners/GraphUser/Count/CountRequestBuilder.cs index c15a118ff2..9e837b6480 100644 --- a/src/generated/Devices/Item/RegisteredOwners/GraphUser/Count/CountRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredOwners/GraphUser/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"; @@ -66,13 +67,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}/devices/{device%2Did}/registeredOwners/graph.user/$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}/devices/{device%2Did}/registeredOwners/graph.user/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Di /// /// 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/Devices/Item/RegisteredOwners/GraphUser/GraphUserRequestBuilder.cs b/src/generated/Devices/Item/RegisteredOwners/GraphUser/GraphUserRequestBuilder.cs index 1b34fa9207..b9d694e88b 100644 --- a/src/generated/Devices/Item/RegisteredOwners/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredOwners/GraphUser/GraphUserRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// 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/Devices/Item/RegisteredOwners/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Devices/Item/RegisteredOwners/Item/DirectoryObjectItemRequestBuilder.cs index 4f92cb7164..5ffae50ceb 100644 --- a/src/generated/Devices/Item/RegisteredOwners/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredOwners/Item/DirectoryObjectItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Casts the previous resource to appRoleAssignment. /// + /// A public Command BuildGraphAppRoleAssignmentByIdNavCommand() { var command = new Command("graph-app-role-assignment-by-id"); command.Description = "Casts the previous resource to appRoleAssignment."; @@ -37,6 +38,7 @@ public Command BuildGraphAppRoleAssignmentByIdNavCommand() { /// /// Casts the previous resource to endpoint. /// + /// A public Command BuildGraphEndpointByIdNavCommand() { var command = new Command("graph-endpoint-by-id"); command.Description = "Casts the previous resource to endpoint."; @@ -52,6 +54,7 @@ public Command BuildGraphEndpointByIdNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalByIdNavCommand() { var command = new Command("graph-service-principal-by-id"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -67,6 +70,7 @@ public Command BuildGraphServicePrincipalByIdNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserByIdNavCommand() { var command = new Command("graph-user-by-id"); command.Description = "Casts the previous resource to user."; @@ -82,6 +86,7 @@ public Command BuildGraphUserByIdNavCommand() { /// /// Provides operations to manage the collection of device entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of device entities."; @@ -95,13 +100,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/{directoryObject%2Did}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/{directoryObject%2Did}", rawUrl) { diff --git a/src/generated/Devices/Item/RegisteredOwners/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs b/src/generated/Devices/Item/RegisteredOwners/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs index 05c0a52463..a95b2d463f 100644 --- a/src/generated/Devices/Item/RegisteredOwners/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredOwners/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphAppRoleAssignmentRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAppRoleAssignmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/{directoryObject%2Did}/graph.appRoleAssignment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/{directoryObject%2Did}/graph.appRoleAssignment{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment /// + /// 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/Devices/Item/RegisteredOwners/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs b/src/generated/Devices/Item/RegisteredOwners/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs index 661c261527..a7bb93d73f 100644 --- a/src/generated/Devices/Item/RegisteredOwners/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredOwners/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphEndpointRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphEndpointRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/{directoryObject%2Did}/graph.endpoint{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/{directoryObject%2Did}/graph.endpoint{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{de /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint /// + /// 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/Devices/Item/RegisteredOwners/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/Devices/Item/RegisteredOwners/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index aa5d7a3fdc..57503078b0 100644 --- a/src/generated/Devices/Item/RegisteredOwners/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredOwners/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// 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/Devices/Item/RegisteredOwners/Item/GraphUser/GraphUserRequestBuilder.cs b/src/generated/Devices/Item/RegisteredOwners/Item/GraphUser/GraphUserRequestBuilder.cs index 64d218209d..5e47cbed4d 100644 --- a/src/generated/Devices/Item/RegisteredOwners/Item/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredOwners/Item/GraphUser/GraphUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.user"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/{directoryObject%2Did}/graph.user{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/{directoryObject%2Did}/graph.user{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// 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/Devices/Item/RegisteredOwners/Item/Ref/RefRequestBuilder.cs b/src/generated/Devices/Item/RegisteredOwners/Item/Ref/RefRequestBuilder.cs index d4f1d8917e..314edd978b 100644 --- a/src/generated/Devices/Item/RegisteredOwners/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredOwners/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a user as a registered owner of the device. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a user as a registered owner of the device.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/{directoryObject%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/{directoryObject%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did} /// /// Remove a user as a registered owner of the device. /// + /// 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/Devices/Item/RegisteredOwners/Ref/RefRequestBuilder.cs b/src/generated/Devices/Item/RegisteredOwners/Ref/RefRequestBuilder.cs index 7cdc75edda..911e252e5b 100644 --- a/src/generated/Devices/Item/RegisteredOwners/Ref/RefRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredOwners/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a user as a registered owner of the device. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a user as a registered owner of the device.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Read-only. Nullable. Supports $expand. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Read-only. Nullable. Supports $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0"; @@ -155,6 +157,7 @@ public Command BuildGetCommand() { /// Add a user as a registered owner of the device. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add a user as a registered owner of the device.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-1.0"; @@ -192,20 +195,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredOwners/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove a user as a registered owner of the device. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,7 +218,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/devices/{device%2Did}/registeredOwners/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -222,6 +226,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -238,6 +243,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add a user as a registered owner of the device. /// + /// 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 @@ -248,7 +254,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/devices/{device%2Did}/registeredOwners/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Devices/Item/RegisteredOwners/RegisteredOwnersRequestBuilder.cs b/src/generated/Devices/Item/RegisteredOwners/RegisteredOwnersRequestBuilder.cs index e2e2c061cb..83e43e7ed2 100644 --- a/src/generated/Devices/Item/RegisteredOwners/RegisteredOwnersRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredOwners/RegisteredOwnersRequestBuilder.cs @@ -29,6 +29,7 @@ public class RegisteredOwnersRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.devices.item.registeredOwners.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -42,6 +43,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// /// Casts the previous resource to appRoleAssignment. /// + /// A public Command BuildGraphAppRoleAssignmentNavCommand() { var command = new Command("graph-app-role-assignment"); command.Description = "Casts the previous resource to appRoleAssignment."; @@ -78,6 +81,7 @@ public Command BuildGraphAppRoleAssignmentNavCommand() { /// /// Casts the previous resource to endpoint. /// + /// A public Command BuildGraphEndpointNavCommand() { var command = new Command("graph-endpoint"); command.Description = "Casts the previous resource to endpoint."; @@ -99,6 +103,7 @@ public Command BuildGraphEndpointNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalNavCommand() { var command = new Command("graph-service-principal"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -120,6 +125,7 @@ public Command BuildGraphServicePrincipalNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserNavCommand() { var command = new Command("graph-user"); command.Description = "Casts the previous resource to user."; @@ -142,6 +148,7 @@ public Command BuildGraphUserNavCommand() { /// The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Read-only. Nullable. Supports $expand. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Read-only. Nullable. Supports $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0"; @@ -247,6 +254,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of device entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of device entities."; @@ -262,13 +270,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new RegisteredOwnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RegisteredOwnersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredOwners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RegisteredOwnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RegisteredOwnersRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredOwners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -276,6 +284,7 @@ public RegisteredOwnersRequestBuilder(string rawUrl) : base("{+baseurl}/devices/ /// /// The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Read-only. Nullable. Supports $expand. /// + /// 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/Devices/Item/RegisteredUsers/Count/CountRequestBuilder.cs b/src/generated/Devices/Item/RegisteredUsers/Count/CountRequestBuilder.cs index 8a3cb948f4..9e564166ab 100644 --- a/src/generated/Devices/Item/RegisteredUsers/Count/CountRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredUsers/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"; @@ -66,13 +67,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}/devices/{device%2Did}/registeredUsers/$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}/devices/{device%2Did}/registeredUsers/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Di /// /// 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/Devices/Item/RegisteredUsers/GraphAppRoleAssignment/Count/CountRequestBuilder.cs b/src/generated/Devices/Item/RegisteredUsers/GraphAppRoleAssignment/Count/CountRequestBuilder.cs index 3edd1fc8f5..aae0a5a8a1 100644 --- a/src/generated/Devices/Item/RegisteredUsers/GraphAppRoleAssignment/Count/CountRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredUsers/GraphAppRoleAssignment/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"; @@ -66,13 +67,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}/devices/{device%2Did}/registeredUsers/graph.appRoleAssignment/$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}/devices/{device%2Did}/registeredUsers/graph.appRoleAssignment/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Di /// /// 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/Devices/Item/RegisteredUsers/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs b/src/generated/Devices/Item/RegisteredUsers/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs index 47bd593f7c..c82367d30a 100644 --- a/src/generated/Devices/Item/RegisteredUsers/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredUsers/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphAppRoleAssignmentRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAppRoleAssignmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/graph.appRoleAssignment{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/graph.appRoleAssignment{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection /// + /// 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/Devices/Item/RegisteredUsers/GraphEndpoint/Count/CountRequestBuilder.cs b/src/generated/Devices/Item/RegisteredUsers/GraphEndpoint/Count/CountRequestBuilder.cs index 2d1ce69c2a..c4a2a36a3b 100644 --- a/src/generated/Devices/Item/RegisteredUsers/GraphEndpoint/Count/CountRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredUsers/GraphEndpoint/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"; @@ -66,13 +67,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}/devices/{device%2Did}/registeredUsers/graph.endpoint/$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}/devices/{device%2Did}/registeredUsers/graph.endpoint/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Di /// /// 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/Devices/Item/RegisteredUsers/GraphEndpoint/GraphEndpointRequestBuilder.cs b/src/generated/Devices/Item/RegisteredUsers/GraphEndpoint/GraphEndpointRequestBuilder.cs index 67f90b94b4..c4781c57f6 100644 --- a/src/generated/Devices/Item/RegisteredUsers/GraphEndpoint/GraphEndpointRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredUsers/GraphEndpoint/GraphEndpointRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphEndpointRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphEndpointRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/graph.endpoint{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/graph.endpoint{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{de /// /// Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection /// + /// 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/Devices/Item/RegisteredUsers/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/generated/Devices/Item/RegisteredUsers/GraphServicePrincipal/Count/CountRequestBuilder.cs index 3288a19dec..c861ebeb5e 100644 --- a/src/generated/Devices/Item/RegisteredUsers/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredUsers/GraphServicePrincipal/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"; @@ -66,13 +67,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}/devices/{device%2Did}/registeredUsers/graph.servicePrincipal/$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}/devices/{device%2Did}/registeredUsers/graph.servicePrincipal/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Di /// /// 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/Devices/Item/RegisteredUsers/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/Devices/Item/RegisteredUsers/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index fd72de97ed..dcf5a16d84 100644 --- a/src/generated/Devices/Item/RegisteredUsers/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredUsers/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// 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/Devices/Item/RegisteredUsers/GraphUser/Count/CountRequestBuilder.cs b/src/generated/Devices/Item/RegisteredUsers/GraphUser/Count/CountRequestBuilder.cs index d442bbd6f1..55b12ad012 100644 --- a/src/generated/Devices/Item/RegisteredUsers/GraphUser/Count/CountRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredUsers/GraphUser/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"; @@ -66,13 +67,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}/devices/{device%2Did}/registeredUsers/graph.user/$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}/devices/{device%2Did}/registeredUsers/graph.user/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Di /// /// 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/Devices/Item/RegisteredUsers/GraphUser/GraphUserRequestBuilder.cs b/src/generated/Devices/Item/RegisteredUsers/GraphUser/GraphUserRequestBuilder.cs index 177fee877b..19e6e55ce4 100644 --- a/src/generated/Devices/Item/RegisteredUsers/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredUsers/GraphUser/GraphUserRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// 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/Devices/Item/RegisteredUsers/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Devices/Item/RegisteredUsers/Item/DirectoryObjectItemRequestBuilder.cs index 37983196d9..762c23a13e 100644 --- a/src/generated/Devices/Item/RegisteredUsers/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredUsers/Item/DirectoryObjectItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Casts the previous resource to appRoleAssignment. /// + /// A public Command BuildGraphAppRoleAssignmentByIdNavCommand() { var command = new Command("graph-app-role-assignment-by-id"); command.Description = "Casts the previous resource to appRoleAssignment."; @@ -37,6 +38,7 @@ public Command BuildGraphAppRoleAssignmentByIdNavCommand() { /// /// Casts the previous resource to endpoint. /// + /// A public Command BuildGraphEndpointByIdNavCommand() { var command = new Command("graph-endpoint-by-id"); command.Description = "Casts the previous resource to endpoint."; @@ -52,6 +54,7 @@ public Command BuildGraphEndpointByIdNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalByIdNavCommand() { var command = new Command("graph-service-principal-by-id"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -67,6 +70,7 @@ public Command BuildGraphServicePrincipalByIdNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserByIdNavCommand() { var command = new Command("graph-user-by-id"); command.Description = "Casts the previous resource to user."; @@ -82,6 +86,7 @@ public Command BuildGraphUserByIdNavCommand() { /// /// Provides operations to manage the collection of device entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of device entities."; @@ -95,13 +100,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/{directoryObject%2Did}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/{directoryObject%2Did}", rawUrl) { diff --git a/src/generated/Devices/Item/RegisteredUsers/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs b/src/generated/Devices/Item/RegisteredUsers/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs index 5d91f2fa95..a0f9c0ee61 100644 --- a/src/generated/Devices/Item/RegisteredUsers/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredUsers/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphAppRoleAssignmentRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAppRoleAssignmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/{directoryObject%2Did}/graph.appRoleAssignment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/{directoryObject%2Did}/graph.appRoleAssignment{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/de /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment /// + /// 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/Devices/Item/RegisteredUsers/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs b/src/generated/Devices/Item/RegisteredUsers/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs index 8c29ce6f42..473c000afa 100644 --- a/src/generated/Devices/Item/RegisteredUsers/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredUsers/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphEndpointRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphEndpointRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/{directoryObject%2Did}/graph.endpoint{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/{directoryObject%2Did}/graph.endpoint{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{de /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint /// + /// 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/Devices/Item/RegisteredUsers/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/Devices/Item/RegisteredUsers/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 0845baab54..254782642c 100644 --- a/src/generated/Devices/Item/RegisteredUsers/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredUsers/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/dev /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// 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/Devices/Item/RegisteredUsers/Item/GraphUser/GraphUserRequestBuilder.cs b/src/generated/Devices/Item/RegisteredUsers/Item/GraphUser/GraphUserRequestBuilder.cs index 19b85e86e7..f9ac361bbf 100644 --- a/src/generated/Devices/Item/RegisteredUsers/Item/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredUsers/Item/GraphUser/GraphUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.user"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/{directoryObject%2Did}/graph.user{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/{directoryObject%2Did}/graph.user{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// 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/Devices/Item/RegisteredUsers/Item/Ref/RefRequestBuilder.cs b/src/generated/Devices/Item/RegisteredUsers/Item/Ref/RefRequestBuilder.cs index d10393e152..000767a96d 100644 --- a/src/generated/Devices/Item/RegisteredUsers/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredUsers/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a user as a registered user of the device. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a user as a registered user of the device.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/{directoryObject%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/{directoryObject%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did} /// /// Remove a user as a registered user of the device. /// + /// 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/Devices/Item/RegisteredUsers/Ref/RefRequestBuilder.cs b/src/generated/Devices/Item/RegisteredUsers/Ref/RefRequestBuilder.cs index f0f7064ab5..68d29591ac 100644 --- a/src/generated/Devices/Item/RegisteredUsers/Ref/RefRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredUsers/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a user as a registered user of the device. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a user as a registered user of the device.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. Supports $expand. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. Supports $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0"; @@ -155,6 +157,7 @@ public Command BuildGetCommand() { /// Add a registered user for the device. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add a registered user for the device.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-1.0"; @@ -192,20 +195,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredUsers/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove a user as a registered user of the device. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,7 +218,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/devices/{device%2Did}/registeredUsers/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -222,6 +226,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -238,6 +243,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add a registered user for the device. /// + /// 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 @@ -248,7 +254,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/devices/{device%2Did}/registeredUsers/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Devices/Item/RegisteredUsers/RegisteredUsersRequestBuilder.cs b/src/generated/Devices/Item/RegisteredUsers/RegisteredUsersRequestBuilder.cs index 10e31c406d..6df063dbfe 100644 --- a/src/generated/Devices/Item/RegisteredUsers/RegisteredUsersRequestBuilder.cs +++ b/src/generated/Devices/Item/RegisteredUsers/RegisteredUsersRequestBuilder.cs @@ -29,6 +29,7 @@ public class RegisteredUsersRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.devices.item.registeredUsers.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -42,6 +43,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// /// Casts the previous resource to appRoleAssignment. /// + /// A public Command BuildGraphAppRoleAssignmentNavCommand() { var command = new Command("graph-app-role-assignment"); command.Description = "Casts the previous resource to appRoleAssignment."; @@ -78,6 +81,7 @@ public Command BuildGraphAppRoleAssignmentNavCommand() { /// /// Casts the previous resource to endpoint. /// + /// A public Command BuildGraphEndpointNavCommand() { var command = new Command("graph-endpoint"); command.Description = "Casts the previous resource to endpoint."; @@ -99,6 +103,7 @@ public Command BuildGraphEndpointNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalNavCommand() { var command = new Command("graph-service-principal"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -120,6 +125,7 @@ public Command BuildGraphServicePrincipalNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserNavCommand() { var command = new Command("graph-user"); command.Description = "Casts the previous resource to user."; @@ -142,6 +148,7 @@ public Command BuildGraphUserNavCommand() { /// Collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. Supports $expand. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. Supports $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0"; @@ -247,6 +254,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of device entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of device entities."; @@ -262,13 +270,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new RegisteredUsersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RegisteredUsersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/registeredUsers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RegisteredUsersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RegisteredUsersRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/registeredUsers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -276,6 +284,7 @@ public RegisteredUsersRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{ /// /// Collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. Supports $expand. /// + /// 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/Devices/Item/Restore/RestoreRequestBuilder.cs b/src/generated/Devices/Item/Restore/RestoreRequestBuilder.cs index ec9e8fd6ea..319a010e0b 100644 --- a/src/generated/Devices/Item/Restore/RestoreRequestBuilder.cs +++ b/src/generated/Devices/Item/Restore/RestoreRequestBuilder.cs @@ -23,6 +23,7 @@ public class RestoreRequestBuilder : BaseCliRequestBuilder { /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/restore", pathParameters) { } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/restore", rawUrl) { @@ -71,6 +72,7 @@ public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2 /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// + /// 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/Devices/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs b/src/generated/Devices/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs index b461b4bc72..dcf8b1d785 100644 --- a/src/generated/Devices/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs +++ b/src/generated/Devices/Item/TransitiveMemberOf/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"; @@ -66,13 +67,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}/devices/{device%2Did}/transitiveMemberOf/$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}/devices/{device%2Did}/transitiveMemberOf/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Di /// /// 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/Devices/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/generated/Devices/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index 6ca0326f6a..6dc95df5fd 100644 --- a/src/generated/Devices/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/generated/Devices/Item/TransitiveMemberOf/GraphAdministrativeUnit/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"; @@ -66,13 +67,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}/devices/{device%2Did}/transitiveMemberOf/graph.administrativeUnit/$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}/devices/{device%2Did}/transitiveMemberOf/graph.administrativeUnit/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Di /// /// 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/Devices/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/generated/Devices/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index cc08d785a6..f217d0fef1 100644 --- a/src/generated/Devices/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/generated/Devices/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphAdministrativeUnitRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAdministrativeUnitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/transitiveMemberOf/graph.administrativeUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/transitiveMemberOf/graph.administrativeUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection /// + /// 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/Devices/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/generated/Devices/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs index 44a602ffff..df38e1b5f5 100644 --- a/src/generated/Devices/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/generated/Devices/Item/TransitiveMemberOf/GraphGroup/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"; @@ -66,13 +67,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}/devices/{device%2Did}/transitiveMemberOf/graph.group/$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}/devices/{device%2Did}/transitiveMemberOf/graph.group/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Di /// /// 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/Devices/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Devices/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs index 074a0d85aa..a4dc31d48a 100644 --- a/src/generated/Devices/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Devices/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/transitiveMemberOf/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/transitiveMemberOf/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{devic /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// 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/Devices/Item/TransitiveMemberOf/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Devices/Item/TransitiveMemberOf/Item/DirectoryObjectItemRequestBuilder.cs index 12d9a8eaa9..b001dadee4 100644 --- a/src/generated/Devices/Item/TransitiveMemberOf/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Devices/Item/TransitiveMemberOf/Item/DirectoryObjectItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Groups and administrative units that the device is a member of. This operation is transitive. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Groups and administrative units that the device is a member of. This operation is transitive. Supports $expand."; @@ -87,6 +88,7 @@ public Command BuildGetCommand() { /// /// Casts the previous resource to administrativeUnit. /// + /// A public Command BuildGraphAdministrativeUnitByIdNavCommand() { var command = new Command("graph-administrative-unit-by-id"); command.Description = "Casts the previous resource to administrativeUnit."; @@ -102,6 +104,7 @@ public Command BuildGraphAdministrativeUnitByIdNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupByIdNavCommand() { var command = new Command("graph-group-by-id"); command.Description = "Casts the previous resource to group."; @@ -115,13 +118,13 @@ public Command BuildGraphGroupByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/transitiveMemberOf/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/transitiveMemberOf/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/devic /// /// Groups and administrative units that the device is a member of. This operation is transitive. Supports $expand. /// + /// 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/Devices/Item/TransitiveMemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/generated/Devices/Item/TransitiveMemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index b6e57708f3..a29ae17c8d 100644 --- a/src/generated/Devices/Item/TransitiveMemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/generated/Devices/Item/TransitiveMemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphAdministrativeUnitRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAdministrativeUnitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/transitiveMemberOf/{directoryObject%2Did}/graph.administrativeUnit{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/transitiveMemberOf/{directoryObject%2Did}/graph.administrativeUnit{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit /// + /// 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/Devices/Item/TransitiveMemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Devices/Item/TransitiveMemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs index 9c36c0bd9d..ef05f7d668 100644 --- a/src/generated/Devices/Item/TransitiveMemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Devices/Item/TransitiveMemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.group"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/transitiveMemberOf/{directoryObject%2Did}/graph.group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/transitiveMemberOf/{directoryObject%2Did}/graph.group{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{devic /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// 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/Devices/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs b/src/generated/Devices/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs index 710e775835..dd8554f3e4 100644 --- a/src/generated/Devices/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs +++ b/src/generated/Devices/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs @@ -26,6 +26,7 @@ public class TransitiveMemberOfRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the transitiveMemberOf property of the microsoft.graph.device entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Casts the previous resource to administrativeUnit. /// + /// A public Command BuildGraphAdministrativeUnitNavCommand() { var command = new Command("graph-administrative-unit"); command.Description = "Casts the previous resource to administrativeUnit."; @@ -74,6 +77,7 @@ public Command BuildGraphAdministrativeUnitNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupNavCommand() { var command = new Command("graph-group"); command.Description = "Casts the previous resource to group."; @@ -96,6 +100,7 @@ public Command BuildGraphGroupNavCommand() { /// Groups and administrative units that the device is a member of. This operation is transitive. Supports $expand. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Groups and administrative units that the device is a member of. This operation is transitive. Supports $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0"; @@ -199,13 +204,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TransitiveMemberOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TransitiveMemberOfRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/{device%2Did}/transitiveMemberOf{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TransitiveMemberOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TransitiveMemberOfRequestBuilder(string rawUrl) : base("{+baseurl}/devices/{device%2Did}/transitiveMemberOf{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +218,7 @@ public TransitiveMemberOfRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// Groups and administrative units that the device is a member of. This operation is transitive. Supports $expand. /// + /// 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/Devices/ValidateProperties/ValidatePropertiesPostRequestBody.cs b/src/generated/Devices/ValidateProperties/ValidatePropertiesPostRequestBody.cs index a34a824c5a..eb89b2c3ad 100644 --- a/src/generated/Devices/ValidateProperties/ValidatePropertiesPostRequestBody.cs +++ b/src/generated/Devices/ValidateProperties/ValidatePropertiesPostRequestBody.cs @@ -35,7 +35,7 @@ public class ValidatePropertiesPostRequestBody : IAdditionalDataHolder, IParsabl /// The onBehalfOfUserId property public Guid? OnBehalfOfUserId { get; set; } /// - /// Instantiates a new validatePropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValidatePropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public ValidatePropertiesPostRequestBody() { /// /// 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 ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Devices/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/generated/Devices/ValidateProperties/ValidatePropertiesRequestBuilder.cs index d1a70ad936..6edc075916 100644 --- a/src/generated/Devices/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/generated/Devices/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class ValidatePropertiesRequestBuilder : BaseCliRequestBuilder { /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"; @@ -53,13 +54,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValidatePropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices/validateProperties", pathParameters) { } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/devices/validateProperties", rawUrl) { @@ -67,6 +68,7 @@ public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/device /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// + /// 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/DevicesWithDeviceId/DevicesWithDeviceIdRequestBuilder.cs b/src/generated/DevicesWithDeviceId/DevicesWithDeviceIdRequestBuilder.cs index 65ccb29ee6..45bda7be67 100644 --- a/src/generated/DevicesWithDeviceId/DevicesWithDeviceIdRequestBuilder.cs +++ b/src/generated/DevicesWithDeviceId/DevicesWithDeviceIdRequestBuilder.cs @@ -23,6 +23,7 @@ public class DevicesWithDeviceIdRequestBuilder : BaseCliRequestBuilder { /// Delete a registered device. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a registered device.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Get the properties and relationships of a device object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the properties and relationships of a device object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DevicesWithDeviceIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DevicesWithDeviceIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/devices(deviceId='{deviceId}'){?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DevicesWithDeviceIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DevicesWithDeviceIdRequestBuilder(string rawUrl) : base("{+baseurl}/devices(deviceId='{deviceId}'){?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public DevicesWithDeviceIdRequestBuilder(string rawUrl) : base("{+baseurl}/devic /// /// Delete a registered device. /// + /// 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}/devices(deviceId='{deviceId}')", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the properties and relationships of a device 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 @@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps. /// + /// 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(ApiSdk.Models.Device body, A public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Device 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}/devices(deviceId='{deviceId}')", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/AdministrativeUnits/AdministrativeUnitsRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/AdministrativeUnitsRequestBuilder.cs index fdcb464b7f..65501aeddf 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/AdministrativeUnitsRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/AdministrativeUnitsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AdministrativeUnitsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the administrativeUnits property of the microsoft.graph.directory entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// Use this API to create a new administrativeUnit. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Use this API to create a new administrativeUnit.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-1.0"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -115,6 +119,7 @@ public Command BuildDeltaNavCommand() { /// Retrieve a list of administrativeUnit objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of administrativeUnit objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0"; @@ -205,13 +210,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AdministrativeUnitsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AdministrativeUnitsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AdministrativeUnitsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AdministrativeUnitsRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -219,6 +224,7 @@ public AdministrativeUnitsRequestBuilder(string rawUrl) : base("{+baseurl}/direc /// /// Retrieve a list of administrativeUnit objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Use this API to create a new administrativeUnit. /// + /// 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 @@ -245,7 +252,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.AdministrativeU public RequestInformation ToPostRequestInformation(ApiSdk.Models.AdministrativeUnit 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}/directory/administrativeUnits", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/AdministrativeUnits/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Count/CountRequestBuilder.cs index 5bef4bfe11..fe694deb02 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/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}/directory/administrativeUnits/$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}/directory/administrativeUnits/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administr /// /// 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/DirectoryNamespace/AdministrativeUnits/Delta/DeltaGetResponse.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Delta/DeltaGetResponse.cs index 6889e97a2b..ef00437a36 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Delta/DeltaGetResponse.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.AdministrativeUnit.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DirectoryNamespace/AdministrativeUnits/Delta/DeltaRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Delta/DeltaRequestBuilder.cs index b5b4bf2941..4b0a164951 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Delta/DeltaRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/AdministrativeUnitItemRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/AdministrativeUnitItemRequestBuilder.cs index 21860708d3..4d26d6419a 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/AdministrativeUnitItemRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/AdministrativeUnitItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class AdministrativeUnitItemRequestBuilder : BaseCliRequestBuilder { /// Delete an administrativeUnit. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an administrativeUnit.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-1.0"; @@ -59,6 +60,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the extensions property of the microsoft.graph.administrativeUnit entity. /// + /// A public Command BuildExtensionsNavCommand() { var command = new Command("extensions"); command.Description = "Provides operations to manage the extensions property of the microsoft.graph.administrativeUnit entity."; @@ -85,6 +87,7 @@ public Command BuildExtensionsNavCommand() { /// Retrieve the properties and relationships of an administrativeUnit object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of an administrativeUnit object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0"; @@ -135,6 +138,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the members property of the microsoft.graph.administrativeUnit entity. /// + /// A public Command BuildMembersNavCommand() { var command = new Command("members"); command.Description = "Provides operations to manage the members property of the microsoft.graph.administrativeUnit entity."; @@ -168,6 +172,7 @@ public Command BuildMembersNavCommand() { /// Update the properties of an administrativeUnit object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an administrativeUnit object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-1.0"; @@ -217,6 +222,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the scopedRoleMembers property of the microsoft.graph.administrativeUnit entity. /// + /// A public Command BuildScopedRoleMembersNavCommand() { var command = new Command("scoped-role-members"); command.Description = "Provides operations to manage the scopedRoleMembers property of the microsoft.graph.administrativeUnit entity."; @@ -240,13 +246,13 @@ public Command BuildScopedRoleMembersNavCommand() { return command; } /// - /// Instantiates a new AdministrativeUnitItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AdministrativeUnitItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AdministrativeUnitItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AdministrativeUnitItemRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}{?%24expand,%24select}", rawUrl) { @@ -254,6 +260,7 @@ public AdministrativeUnitItemRequestBuilder(string rawUrl) : base("{+baseurl}/di /// /// Delete an administrativeUnit. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -262,7 +269,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -270,6 +277,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of an administrativeUnit 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 @@ -286,6 +294,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an administrativeUnit 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 @@ -296,7 +305,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Administrative public RequestInformation ToPatchRequestInformation(ApiSdk.Models.AdministrativeUnit 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}/directory/administrativeUnits/{administrativeUnit%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Extensions/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Extensions/Count/CountRequestBuilder.cs index a4650ad7b4..b6777eb37e 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Extensions/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}/directory/administrativeUnits/{administrativeUnit%2Did}/extensions/$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}/directory/administrativeUnits/{administrativeUnit%2Did}/extensions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administr /// /// 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/DirectoryNamespace/AdministrativeUnits/Item/Extensions/ExtensionsRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Extensions/ExtensionsRequestBuilder.cs index 2adb51c6eb..619033b223 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Extensions/ExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the extensions property of the microsoft.graph.administrativeUnit entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ExtensionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to extensions for directory /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to extensions for directory"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// The collection of open extensions defined for this administrative unit. Nullable. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of open extensions defined for this administrative unit. Nullable."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/directory/admi /// /// The collection of open extensions defined for this administrative unit. Nullable. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to extensions for directory /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(Extension 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}/directory/administrativeUnits/{administrativeUnit%2Did}/extensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Extensions/Item/ExtensionItemRequestBuilder.cs index cff7ab2baf..d521264bb7 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Extensions/Item/ExtensionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExtensionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property extensions for directory /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property extensions for directory"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// The collection of open extensions defined for this administrative unit. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of open extensions defined for this administrative unit. Nullable."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property extensions in directory /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property extensions in directory"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/directory/a /// /// Delete navigation property extensions for directory /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/directory/administrativeUnits/{administrativeUnit%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of open extensions defined for this administrative unit. Nullable. /// + /// 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 /// Update the navigation property extensions in directory /// + /// 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 ToPatchRequestInformation(Extension 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}/directory/administrativeUnits/{administrativeUnit%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Count/CountRequestBuilder.cs index b167125ebf..9de0333862 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/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"; @@ -66,13 +67,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}/directory/administrativeUnits/{administrativeUnit%2Did}/members/$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}/directory/administrativeUnits/{administrativeUnit%2Did}/members/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administr /// /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphApplication/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphApplication/Count/CountRequestBuilder.cs index d2a6c49c7c..8fd317515c 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphApplication/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphApplication/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"; @@ -66,13 +67,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}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.application/$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}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.application/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administr /// /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs index f7c448b357..96caa53306 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphApplicationRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphApplicationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.application{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.application{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/director /// /// Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection /// + /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphDevice/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphDevice/Count/CountRequestBuilder.cs index b7c060a3cf..416221d57e 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphDevice/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphDevice/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"; @@ -66,13 +67,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}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.device/$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}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.device/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administr /// /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs index a31bd4e0f3..b4c2c1624d 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphDeviceRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.device{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.device{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/directory/adm /// /// Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection /// + /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphGroup/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphGroup/Count/CountRequestBuilder.cs index c02f2aff2b..297699a8fb 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphGroup/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"; @@ -66,13 +67,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}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.group/$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}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.group/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administr /// /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs index 1b34b78f0a..a188a262ca 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/directory/admi /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs index 7e623a1d11..cd4f5cdaf7 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphOrgContact/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"; @@ -66,13 +67,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}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.orgContact/$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}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.orgContact/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administr /// /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs index 431a5f32dd..a211b81088 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphOrgContactRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphOrgContactRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.orgContact{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.orgContact{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/directory /// /// Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection /// + /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs index ce31ec386b..2f987ebe3e 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphServicePrincipal/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"; @@ -66,13 +67,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}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.servicePrincipal/$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}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.servicePrincipal/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administr /// /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index ada43e4bed..939e4c1c65 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/dir /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphUser/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphUser/Count/CountRequestBuilder.cs index 0b6c3a57ec..5ed2fab7f8 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphUser/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphUser/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"; @@ -66,13 +67,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}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.user/$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}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.user/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administr /// /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphUser/GraphUserRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphUser/GraphUserRequestBuilder.cs index 95a13324b9..8f17e40bfd 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/GraphUser/GraphUserRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/directory/admin /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/DirectoryObjectItemRequestBuilder.cs index e8b3add4d4..f590bc1dbe 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/DirectoryObjectItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Casts the previous resource to application. /// + /// A public Command BuildGraphApplicationByIdNavCommand() { var command = new Command("graph-application-by-id"); command.Description = "Casts the previous resource to application."; @@ -39,6 +40,7 @@ public Command BuildGraphApplicationByIdNavCommand() { /// /// Casts the previous resource to device. /// + /// A public Command BuildGraphDeviceByIdNavCommand() { var command = new Command("graph-device-by-id"); command.Description = "Casts the previous resource to device."; @@ -54,6 +56,7 @@ public Command BuildGraphDeviceByIdNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupByIdNavCommand() { var command = new Command("graph-group-by-id"); command.Description = "Casts the previous resource to group."; @@ -69,6 +72,7 @@ public Command BuildGraphGroupByIdNavCommand() { /// /// Casts the previous resource to orgContact. /// + /// A public Command BuildGraphOrgContactByIdNavCommand() { var command = new Command("graph-org-contact-by-id"); command.Description = "Casts the previous resource to orgContact."; @@ -84,6 +88,7 @@ public Command BuildGraphOrgContactByIdNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalByIdNavCommand() { var command = new Command("graph-service-principal-by-id"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -99,6 +104,7 @@ public Command BuildGraphServicePrincipalByIdNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserByIdNavCommand() { var command = new Command("graph-user-by-id"); command.Description = "Casts the previous resource to user."; @@ -114,6 +120,7 @@ public Command BuildGraphUserByIdNavCommand() { /// /// Provides operations to manage the collection of directory entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of directory entities."; @@ -127,13 +134,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/{directoryObject%2Did}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/{directoryObject%2Did}", rawUrl) { diff --git a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphApplication/GraphApplicationRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphApplication/GraphApplicationRequestBuilder.cs index 7e48d11570..34db3a688b 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphApplication/GraphApplicationRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphApplicationRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.application /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.application"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphApplicationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/{directoryObject%2Did}/graph.application{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/{directoryObject%2Did}/graph.application{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/director /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.application /// + /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphDevice/GraphDeviceRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphDevice/GraphDeviceRequestBuilder.cs index b6b7bd6537..4c7fec9c5b 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphDevice/GraphDeviceRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphDeviceRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.device /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.device"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/{directoryObject%2Did}/graph.device{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/{directoryObject%2Did}/graph.device{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/directory/adm /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.device /// + /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphGroup/GraphGroupRequestBuilder.cs index 1a02cc42de..95a8b6d052 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphGroup/GraphGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.group"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/{directoryObject%2Did}/graph.group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/{directoryObject%2Did}/graph.group{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/directory/admi /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs index 3e368aadf6..92bcf5fe03 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphOrgContactRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphOrgContactRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/{directoryObject%2Did}/graph.orgContact{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/{directoryObject%2Did}/graph.orgContact{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/directory /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact /// + /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 62e14651d2..0542bdf5fa 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/dir /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphUser/GraphUserRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphUser/GraphUserRequestBuilder.cs index 9436bf3179..657b77bf11 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/GraphUser/GraphUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.user"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/{directoryObject%2Did}/graph.user{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/{directoryObject%2Did}/graph.user{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/directory/admin /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/Ref/RefRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/Ref/RefRequestBuilder.cs index 9575be117f..d82296ac1d 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Use this API to remove a member (user, group, or device) from an administrative unit. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Use this API to remove a member (user, group, or device) from an administrative unit.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/administrativeunit-delete-members?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/{directoryObject%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/{directoryObject%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrat /// /// Use this API to remove a member (user, group, or device) from an administrative unit. /// + /// 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/DirectoryNamespace/AdministrativeUnits/Item/Members/MembersRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/MembersRequestBuilder.cs index ccf18cc99f..8b757a52ca 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/MembersRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/MembersRequestBuilder.cs @@ -31,6 +31,7 @@ public class MembersRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.directory.administrativeUnits.item.members.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -46,6 +47,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."; @@ -62,6 +64,7 @@ public Command BuildCountNavCommand() { /// Create new navigation property to members for directory /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to members for directory\n\nFind more info here:\n https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// /// Casts the previous resource to application. /// + /// A public Command BuildGraphApplicationNavCommand() { var command = new Command("graph-application"); command.Description = "Casts the previous resource to application."; @@ -132,6 +136,7 @@ public Command BuildGraphApplicationNavCommand() { /// /// Casts the previous resource to device. /// + /// A public Command BuildGraphDeviceNavCommand() { var command = new Command("graph-device"); command.Description = "Casts the previous resource to device."; @@ -153,6 +158,7 @@ public Command BuildGraphDeviceNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupNavCommand() { var command = new Command("graph-group"); command.Description = "Casts the previous resource to group."; @@ -174,6 +180,7 @@ public Command BuildGraphGroupNavCommand() { /// /// Casts the previous resource to orgContact. /// + /// A public Command BuildGraphOrgContactNavCommand() { var command = new Command("graph-org-contact"); command.Description = "Casts the previous resource to orgContact."; @@ -195,6 +202,7 @@ public Command BuildGraphOrgContactNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalNavCommand() { var command = new Command("graph-service-principal"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -216,6 +224,7 @@ public Command BuildGraphServicePrincipalNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserNavCommand() { var command = new Command("graph-user"); command.Description = "Casts the previous resource to user."; @@ -238,6 +247,7 @@ public Command BuildGraphUserNavCommand() { /// Users and groups that are members of this administrative unit. Supports $expand. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Users and groups that are members of this administrative unit. Supports $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0"; @@ -343,6 +353,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of directory entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of directory entities."; @@ -358,13 +369,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MembersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -372,6 +383,7 @@ public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/directory/adminis /// /// Users and groups that are members of this administrative unit. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -388,6 +400,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to members for directory /// + /// 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 @@ -398,7 +411,7 @@ public RequestInformation ToPostRequestInformation(DirectoryObject body, Action< public RequestInformation ToPostRequestInformation(DirectoryObject 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}/directory/administrativeUnits/{administrativeUnit%2Did}/members", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Ref/RefRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Ref/RefRequestBuilder.cs index 52c2ae1b96..d2c977a614 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Ref/RefRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/Members/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Use this API to remove a member (user, group, or device) from an administrative unit. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Use this API to remove a member (user, group, or device) from an administrative unit.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/administrativeunit-delete-members?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Users and groups that are members of this administrative unit. Supports $expand. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Users and groups that are members of this administrative unit. Supports $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0"; @@ -155,6 +157,7 @@ public Command BuildGetCommand() { /// Create new navigation property ref to members for directory /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create new navigation property ref to members for directory\n\nFind more info here:\n https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0"; @@ -192,20 +195,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Use this API to remove a member (user, group, or device) from an administrative unit. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,7 +218,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/members/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -222,6 +226,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Users and groups that are members of this administrative unit. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -238,6 +243,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property ref to members for directory /// + /// 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 @@ -248,7 +254,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/directory/administrativeUnits/{administrativeUnit%2Did}/members/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/Count/CountRequestBuilder.cs index 26617ab939..28bfd461a0 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/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}/directory/administrativeUnits/{administrativeUnit%2Did}/scopedRoleMembers/$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}/directory/administrativeUnits/{administrativeUnit%2Did}/scopedRoleMembers/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administr /// /// 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/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/Item/ScopedRoleMembershipItemRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/Item/ScopedRoleMembershipItemRequestBuilder.cs index 0fc10f718a..9751ac04ff 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/Item/ScopedRoleMembershipItemRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/Item/ScopedRoleMembershipItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ScopedRoleMembershipItemRequestBuilder : BaseCliRequestBuilder { /// Remove a Microsoft Entra role assignment with administrative unit scope. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a Microsoft Entra role assignment with administrative unit scope.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Get a Microsoft Entra role assignment with administrative unit scope. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a Microsoft Entra role assignment with administrative unit scope.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopedRoleMembers in directory /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopedRoleMembers in directory"; @@ -172,13 +175,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ScopedRoleMembershipItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopedRoleMembershipItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/scopedRoleMembers/{scopedRoleMembership%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ScopedRoleMembershipItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopedRoleMembershipItemRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/scopedRoleMembers/{scopedRoleMembership%2Did}{?%24expand,%24select}", rawUrl) { @@ -186,6 +189,7 @@ public ScopedRoleMembershipItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Remove a Microsoft Entra role assignment with administrative unit scope. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -194,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/scopedRoleMembers/{scopedRoleMembership%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -202,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get a Microsoft Entra role assignment with administrative unit scope. /// + /// 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,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopedRoleMembers in directory /// + /// 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 @@ -228,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(ScopedRoleMembership body, A public RequestInformation ToPatchRequestInformation(ScopedRoleMembership 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}/directory/administrativeUnits/{administrativeUnit%2Did}/scopedRoleMembers/{scopedRoleMembership%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/ScopedRoleMembersRequestBuilder.cs b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/ScopedRoleMembersRequestBuilder.cs index 1bf6acf192..384b262883 100644 --- a/src/generated/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/ScopedRoleMembersRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AdministrativeUnits/Item/ScopedRoleMembers/ScopedRoleMembersRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopedRoleMembersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopedRoleMembers property of the microsoft.graph.administrativeUnit entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ScopedRoleMembershipItemRequestBuilder(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() { /// Assign a Microsoft Entra role with administrative unit scope. For a list of roles that can be assigned with administrative unit scope, see Assign Microsoft Entra roles with administrative unit scope. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Assign a Microsoft Entra role with administrative unit scope. For a list of roles that can be assigned with administrative unit scope, see Assign Microsoft Entra roles with administrative unit scope.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List Microsoft Entra role assignments with administrative unit scope. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List Microsoft Entra role assignments with administrative unit scope.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopedRoleMembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopedRoleMembersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/scopedRoleMembers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopedRoleMembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopedRoleMembersRequestBuilder(string rawUrl) : base("{+baseurl}/directory/administrativeUnits/{administrativeUnit%2Did}/scopedRoleMembers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public ScopedRoleMembersRequestBuilder(string rawUrl) : base("{+baseurl}/directo /// /// List Microsoft Entra role assignments with administrative unit scope. /// + /// 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 /// Assign a Microsoft Entra role with administrative unit scope. For a list of roles that can be assigned with administrative unit scope, see Assign Microsoft Entra roles with administrative unit scope. /// + /// 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(ScopedRoleMembership body, Ac public RequestInformation ToPostRequestInformation(ScopedRoleMembership 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}/directory/administrativeUnits/{administrativeUnit%2Did}/scopedRoleMembers", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/AttributeSets/AttributeSetsRequestBuilder.cs b/src/generated/DirectoryNamespace/AttributeSets/AttributeSetsRequestBuilder.cs index d59980d299..8c285e5e40 100644 --- a/src/generated/DirectoryNamespace/AttributeSets/AttributeSetsRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AttributeSets/AttributeSetsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AttributeSetsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attributeSets property of the microsoft.graph.directory entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AttributeSetItemRequestBuilder(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 attributeSet object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new attributeSet object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// Get a list of the attributeSet objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the attributeSet objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-1.0"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AttributeSetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttributeSetsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/attributeSets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AttributeSetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttributeSetsRequestBuilder(string rawUrl) : base("{+baseurl}/directory/attributeSets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public AttributeSetsRequestBuilder(string rawUrl) : base("{+baseurl}/directory/a /// /// Get a list of the attributeSet 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 @@ -215,6 +220,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new attributeSet 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 @@ -225,7 +231,7 @@ public RequestInformation ToPostRequestInformation(AttributeSet 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}/directory/attributeSets", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/AttributeSets/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/AttributeSets/Count/CountRequestBuilder.cs index cf2162ac7a..c900dfcfd5 100644 --- a/src/generated/DirectoryNamespace/AttributeSets/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AttributeSets/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}/directory/attributeSets/$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}/directory/attributeSets/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/attribute /// /// 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/DirectoryNamespace/AttributeSets/Item/AttributeSetItemRequestBuilder.cs b/src/generated/DirectoryNamespace/AttributeSets/Item/AttributeSetItemRequestBuilder.cs index e78f6512c2..162db713da 100644 --- a/src/generated/DirectoryNamespace/AttributeSets/Item/AttributeSetItemRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/AttributeSets/Item/AttributeSetItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AttributeSetItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property attributeSets for directory /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property attributeSets for directory"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an attributeSet object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an attributeSet object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// Update the properties of an attributeSet object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an attributeSet object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-1.0"; @@ -154,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AttributeSetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttributeSetItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/attributeSets/{attributeSet%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AttributeSetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttributeSetItemRequestBuilder(string rawUrl) : base("{+baseurl}/directory/attributeSets/{attributeSet%2Did}{?%24expand,%24select}", rawUrl) { @@ -168,6 +171,7 @@ public AttributeSetItemRequestBuilder(string rawUrl) : base("{+baseurl}/director /// /// Delete navigation property attributeSets for directory /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -176,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/directory/attributeSets/{attributeSet%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -184,6 +188,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an attributeSet 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 @@ -200,6 +205,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an attributeSet 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 @@ -210,7 +216,7 @@ public RequestInformation ToPatchRequestInformation(AttributeSet 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}/directory/attributeSets/{attributeSet%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Count/CountRequestBuilder.cs index 9acc3d2788..bd12e6e6bf 100644 --- a/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/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}/directory/customSecurityAttributeDefinitions/$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}/directory/customSecurityAttributeDefinitions/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/customSec /// /// 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/DirectoryNamespace/CustomSecurityAttributeDefinitions/CustomSecurityAttributeDefinitionsRequestBuilder.cs b/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/CustomSecurityAttributeDefinitionsRequestBuilder.cs index 3ec360824e..dbd467a4ad 100644 --- a/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/CustomSecurityAttributeDefinitionsRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/CustomSecurityAttributeDefinitionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class CustomSecurityAttributeDefinitionsRequestBuilder : BaseCliRequestBu /// /// Provides operations to manage the customSecurityAttributeDefinitions property of the microsoft.graph.directory 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new customSecurityAttributeDefinition object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new customSecurityAttributeDefinition object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// Get a list of the customSecurityAttributeDefinition objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the customSecurityAttributeDefinition objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CustomSecurityAttributeDefinitionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CustomSecurityAttributeDefinitionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/customSecurityAttributeDefinitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CustomSecurityAttributeDefinitionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CustomSecurityAttributeDefinitionsRequestBuilder(string rawUrl) : base("{+baseurl}/directory/customSecurityAttributeDefinitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public CustomSecurityAttributeDefinitionsRequestBuilder(string rawUrl) : base("{ /// /// Get a list of the customSecurityAttributeDefinition 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 @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new customSecurityAttributeDefinition 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(CustomSecurityAttributeDefini public RequestInformation ToPostRequestInformation(CustomSecurityAttributeDefinition 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}/directory/customSecurityAttributeDefinitions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/AllowedValuesRequestBuilder.cs b/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/AllowedValuesRequestBuilder.cs index 5b76492f66..3a77523bc5 100644 --- a/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/AllowedValuesRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/AllowedValuesRequestBuilder.cs @@ -24,6 +24,7 @@ public class AllowedValuesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the allowedValues property of the microsoft.graph.customSecurityAttributeDefinition entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AllowedValueItemRequestBuilder(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 allowedValue object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new allowedValue object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Get a list of the allowedValue objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the allowedValue objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AllowedValuesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AllowedValuesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition%2Did}/allowedValues{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AllowedValuesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AllowedValuesRequestBuilder(string rawUrl) : base("{+baseurl}/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition%2Did}/allowedValues{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AllowedValuesRequestBuilder(string rawUrl) : base("{+baseurl}/directory/c /// /// Get a list of the allowedValue 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 allowedValue 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(AllowedValue 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}/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition%2Did}/allowedValues", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/Count/CountRequestBuilder.cs index 12cce60c70..ff9622a920 100644 --- a/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/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}/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition%2Did}/allowedValues/$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}/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition%2Did}/allowedValues/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/customSec /// /// 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/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/Item/AllowedValueItemRequestBuilder.cs b/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/Item/AllowedValueItemRequestBuilder.cs index 561b0a49be..6cf24c62cf 100644 --- a/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/Item/AllowedValueItemRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/AllowedValues/Item/AllowedValueItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AllowedValueItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property allowedValues for directory /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property allowedValues for directory"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an allowedValue object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an allowedValue object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// Update the properties of an allowedValue object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an allowedValue object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-1.0"; @@ -172,13 +175,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AllowedValueItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AllowedValueItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition%2Did}/allowedValues/{allowedValue%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AllowedValueItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AllowedValueItemRequestBuilder(string rawUrl) : base("{+baseurl}/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition%2Did}/allowedValues/{allowedValue%2Did}{?%24expand,%24select}", rawUrl) { @@ -186,6 +189,7 @@ public AllowedValueItemRequestBuilder(string rawUrl) : base("{+baseurl}/director /// /// Delete navigation property allowedValues for directory /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -194,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition%2Did}/allowedValues/{allowedValue%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -202,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an allowedValue 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 @@ -218,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an allowedValue 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 @@ -228,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(AllowedValue 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}/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition%2Did}/allowedValues/{allowedValue%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/CustomSecurityAttributeDefinitionItemRequestBuilder.cs b/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/CustomSecurityAttributeDefinitionItemRequestBuilder.cs index fd89298641..9cf9a79b59 100644 --- a/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/CustomSecurityAttributeDefinitionItemRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/CustomSecurityAttributeDefinitions/Item/CustomSecurityAttributeDefinitionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class CustomSecurityAttributeDefinitionItemRequestBuilder : BaseCliReques /// /// Provides operations to manage the allowedValues property of the microsoft.graph.customSecurityAttributeDefinition entity. /// + /// A public Command BuildAllowedValuesNavCommand() { var command = new Command("allowed-values"); command.Description = "Provides operations to manage the allowedValues property of the microsoft.graph.customSecurityAttributeDefinition entity."; @@ -48,6 +49,7 @@ public Command BuildAllowedValuesNavCommand() { /// /// Delete navigation property customSecurityAttributeDefinitions for directory /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property customSecurityAttributeDefinitions for directory"; @@ -82,6 +84,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a customSecurityAttributeDefinition object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a customSecurityAttributeDefinition object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-1.0"; @@ -133,6 +136,7 @@ public Command BuildGetCommand() { /// Update the properties of a customSecurityAttributeDefinition object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a customSecurityAttributeDefinition object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-1.0"; @@ -180,13 +184,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new CustomSecurityAttributeDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CustomSecurityAttributeDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CustomSecurityAttributeDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CustomSecurityAttributeDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -194,6 +198,7 @@ public CustomSecurityAttributeDefinitionItemRequestBuilder(string rawUrl) : base /// /// Delete navigation property customSecurityAttributeDefinitions for directory /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -202,7 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -210,6 +215,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a customSecurityAttributeDefinition 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 @@ -226,6 +232,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a customSecurityAttributeDefinition 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 @@ -236,7 +243,7 @@ public RequestInformation ToPatchRequestInformation(CustomSecurityAttributeDefin public RequestInformation ToPatchRequestInformation(CustomSecurityAttributeDefinition 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}/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/DeletedItems/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/Count/CountRequestBuilder.cs index 67ca34e1fb..032975ab03 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/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}/directory/deletedItems/$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}/directory/deletedItems/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedIt /// /// 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/DirectoryNamespace/DeletedItems/DeletedItemsRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/DeletedItemsRequestBuilder.cs index a2c8d74bf1..70325547b4 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/DeletedItemsRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/DeletedItemsRequestBuilder.cs @@ -33,13 +33,13 @@ public class DeletedItemsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the deletedItems property of the microsoft.graph.directory entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); commands.Add(builder.BuildCheckMemberGroupsNavCommand()); commands.Add(builder.BuildCheckMemberObjectsNavCommand()); - executables.Add(builder.BuildDeleteCommand()); executables.Add(builder.BuildGetCommand()); commands.Add(builder.BuildGetMemberGroupsNavCommand()); commands.Add(builder.BuildGetMemberObjectsNavCommand()); @@ -55,6 +55,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."; @@ -70,6 +71,7 @@ public Command BuildCountNavCommand() { /// /// Provides operations to call the getAvailableExtensionProperties method. /// + /// A public Command BuildGetAvailableExtensionPropertiesNavCommand() { var command = new Command("get-available-extension-properties"); command.Description = "Provides operations to call the getAvailableExtensionProperties method."; @@ -85,6 +87,7 @@ public Command BuildGetAvailableExtensionPropertiesNavCommand() { /// /// Provides operations to call the getByIds method. /// + /// A public Command BuildGetByIdsNavCommand() { var command = new Command("get-by-ids"); command.Description = "Provides operations to call the getByIds method."; @@ -100,6 +103,7 @@ public Command BuildGetByIdsNavCommand() { /// /// Casts the previous resource to administrativeUnit. /// + /// A public Command BuildGraphAdministrativeUnitNavCommand() { var command = new Command("graph-administrative-unit"); command.Description = "Casts the previous resource to administrativeUnit."; @@ -121,6 +125,7 @@ public Command BuildGraphAdministrativeUnitNavCommand() { /// /// Casts the previous resource to application. /// + /// A public Command BuildGraphApplicationNavCommand() { var command = new Command("graph-application"); command.Description = "Casts the previous resource to application."; @@ -142,6 +147,7 @@ public Command BuildGraphApplicationNavCommand() { /// /// Casts the previous resource to device. /// + /// A public Command BuildGraphDeviceNavCommand() { var command = new Command("graph-device"); command.Description = "Casts the previous resource to device."; @@ -163,6 +169,7 @@ public Command BuildGraphDeviceNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupNavCommand() { var command = new Command("graph-group"); command.Description = "Casts the previous resource to group."; @@ -184,6 +191,7 @@ public Command BuildGraphGroupNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalNavCommand() { var command = new Command("graph-service-principal"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -205,6 +213,7 @@ public Command BuildGraphServicePrincipalNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserNavCommand() { var command = new Command("graph-user"); command.Description = "Casts the previous resource to user."; @@ -226,6 +235,7 @@ public Command BuildGraphUserNavCommand() { /// /// Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items."; @@ -318,6 +328,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the validateProperties method. /// + /// A public Command BuildValidatePropertiesNavCommand() { var command = new Command("validate-properties"); command.Description = "Provides operations to call the validateProperties method."; @@ -331,13 +342,13 @@ public Command BuildValidatePropertiesNavCommand() { return command; } /// - /// Instantiates a new DeletedItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeletedItemsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeletedItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeletedItemsRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -345,6 +356,7 @@ public DeletedItemsRequestBuilder(string rawUrl) : base("{+baseurl}/directory/de /// /// Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. /// + /// 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/DirectoryNamespace/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs b/src/generated/DirectoryNamespace/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs index aa0095f0a0..25ed70d16b 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetAvailableExtensionPropertiesPostRequestBody : IAdditionalDataHol /// The isSyncedFromOnPremises property public bool? IsSyncedFromOnPremises { get; set; } /// - /// Instantiates a new getAvailableExtensionPropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetAvailableExtensionPropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetAvailableExtensionPropertiesPostRequestBody() { /// /// 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 GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscrimin /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isSyncedFromOnPremises", n => { IsSyncedFromOnPremises = n.GetBoolValue(); } }, diff --git a/src/generated/DirectoryNamespace/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs b/src/generated/DirectoryNamespace/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs index e78425708e..6d1c72eb46 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs @@ -18,6 +18,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// 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 new GetAvailableExtensionPropertiesPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExtensionProperty.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DirectoryNamespace/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index 45f2ee4127..a59b0b9a91 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetAvailableExtensionPropertiesRequestBuilder : BaseCliRequestBuild /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetAvailableExtensionPropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/getAvailableExtensionProperties", pathParameters) { } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/getAvailableExtensionProperties", rawUrl) { @@ -88,6 +89,7 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+ba /// /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// + /// 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/DirectoryNamespace/DeletedItems/GetByIds/GetByIdsPostRequestBody.cs b/src/generated/DirectoryNamespace/DeletedItems/GetByIds/GetByIdsPostRequestBody.cs index 01203557b8..2fae2da577 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/GetByIds/GetByIdsPostRequestBody.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/GetByIds/GetByIdsPostRequestBody.cs @@ -25,7 +25,7 @@ public class GetByIdsPostRequestBody : IAdditionalDataHolder, IParsable { public List Types { get; set; } #endif /// - /// Instantiates a new getByIdsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetByIdsPostRequestBody() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public GetByIdsPostRequestBody() { /// /// 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 GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryNamespace/DeletedItems/GetByIds/GetByIdsPostResponse.cs b/src/generated/DirectoryNamespace/DeletedItems/GetByIds/GetByIdsPostResponse.cs index 7993d48bb9..8d1bebf3b9 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/GetByIds/GetByIdsPostResponse.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/GetByIds/GetByIdsPostResponse.cs @@ -18,6 +18,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// 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 new GetByIdsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DirectoryNamespace/DeletedItems/GetByIds/GetByIdsRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/GetByIds/GetByIdsRequestBuilder.cs index 4aa1cdc06e..d74c7882f8 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/GetByIds/GetByIdsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetByIdsRequestBuilder : BaseCliRequestBuilder { /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetByIdsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/getByIds", pathParameters) { } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/getByIds", rawUrl) { @@ -88,6 +89,7 @@ public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/directory/delete /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// + /// 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/DirectoryNamespace/DeletedItems/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index bba5cef858..73fdfd760c 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/GraphAdministrativeUnit/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}/directory/deletedItems/graph.administrativeUnit/$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}/directory/deletedItems/graph.administrativeUnit/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedIt /// /// 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/DirectoryNamespace/DeletedItems/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index ba46228237..def6a0ceaa 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphAdministrativeUnitRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAdministrativeUnitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/graph.administrativeUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/graph.administrativeUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection /// + /// 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/DirectoryNamespace/DeletedItems/GraphApplication/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/GraphApplication/Count/CountRequestBuilder.cs index 8902c1aa16..ce4f52a278 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/GraphApplication/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/GraphApplication/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}/directory/deletedItems/graph.application/$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}/directory/deletedItems/graph.application/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedIt /// /// 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/DirectoryNamespace/DeletedItems/GraphApplication/GraphApplicationRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/GraphApplication/GraphApplicationRequestBuilder.cs index 146e6a8e27..e2db0390a9 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/GraphApplication/GraphApplicationRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphApplicationRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphApplicationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/graph.application{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/graph.application{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/director /// /// Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection /// + /// 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/DirectoryNamespace/DeletedItems/GraphDevice/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/GraphDevice/Count/CountRequestBuilder.cs index 19009346dc..2b39a84b19 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/GraphDevice/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/GraphDevice/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}/directory/deletedItems/graph.device/$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}/directory/deletedItems/graph.device/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedIt /// /// 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/DirectoryNamespace/DeletedItems/GraphDevice/GraphDeviceRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/GraphDevice/GraphDeviceRequestBuilder.cs index ff89aa77d3..3e6849e400 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/GraphDevice/GraphDeviceRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphDeviceRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/graph.device{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/graph.device{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/directory/del /// /// Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection /// + /// 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/DirectoryNamespace/DeletedItems/GraphGroup/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/GraphGroup/Count/CountRequestBuilder.cs index 1bed75900a..296fbbae0b 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/GraphGroup/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}/directory/deletedItems/graph.group/$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}/directory/deletedItems/graph.group/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedIt /// /// 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/DirectoryNamespace/DeletedItems/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/GraphGroup/GraphGroupRequestBuilder.cs index ffddb25a00..d50106f95a 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/GraphGroup/GraphGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/directory/dele /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// 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/DirectoryNamespace/DeletedItems/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/GraphServicePrincipal/Count/CountRequestBuilder.cs index 6a1f7e4a50..bfff85efb8 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/GraphServicePrincipal/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}/directory/deletedItems/graph.servicePrincipal/$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}/directory/deletedItems/graph.servicePrincipal/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedIt /// /// 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/DirectoryNamespace/DeletedItems/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 7184e1812e..c3030163c5 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/dir /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// 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/DirectoryNamespace/DeletedItems/GraphUser/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/GraphUser/Count/CountRequestBuilder.cs index 518eaf4bcf..0da0994d3c 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/GraphUser/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/GraphUser/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}/directory/deletedItems/graph.user/$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}/directory/deletedItems/graph.user/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedIt /// /// 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/DirectoryNamespace/DeletedItems/GraphUser/GraphUserRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/GraphUser/GraphUserRequestBuilder.cs index 38acf03dfd..0cd61f5ec2 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/GraphUser/GraphUserRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/directory/delet /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// 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/DirectoryNamespace/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs index 81fab3d93c..3cca891954 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable public List GroupIds { get; set; } #endif /// - /// Instantiates a new checkMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberGroupsPostRequestBody() { /// /// 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 CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupIds", n => { GroupIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs index 679950b944..1231e78056 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// 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 new CheckMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index 94cb725d7c..92da4fc4fe 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class CheckMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/checkMemberGroups", pathParameters) { } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/checkMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/directo /// /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// + /// 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/DirectoryNamespace/DeletedItems/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs index b6d9330c17..0827ff8c2e 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsabl public List Ids { get; set; } #endif /// - /// Instantiates a new checkMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberObjectsPostRequestBody() { /// /// 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 CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs index ecedaee998..53eb28060f 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// 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 new CheckMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs index 816d4f5c9e..bf8f350d56 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs @@ -21,6 +21,7 @@ public class CheckMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action checkMemberObjects /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action checkMemberObjects"; @@ -79,13 +80,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/checkMemberObjects", pathParameters) { } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/checkMemberObjects", rawUrl) { @@ -93,6 +94,7 @@ public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/direct /// /// Invoke action checkMemberObjects /// + /// 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/DirectoryNamespace/DeletedItems/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/DirectoryObjectItemRequestBuilder.cs index b6dea148cc..58ed1c7adb 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/DirectoryObjectItemRequestBuilder.cs @@ -33,6 +33,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the checkMemberGroups method. /// + /// A public Command BuildCheckMemberGroupsNavCommand() { var command = new Command("check-member-groups"); command.Description = "Provides operations to call the checkMemberGroups method."; @@ -48,6 +49,7 @@ public Command BuildCheckMemberGroupsNavCommand() { /// /// Provides operations to call the checkMemberObjects method. /// + /// A public Command BuildCheckMemberObjectsNavCommand() { var command = new Command("check-member-objects"); command.Description = "Provides operations to call the checkMemberObjects method."; @@ -61,43 +63,10 @@ public Command BuildCheckMemberObjectsNavCommand() { return command; } /// - /// Permanently delete a recently deleted application, group, servicePrincipal, or user object from deleted items. After an item is permanently deleted, it cannot be restored. Administrative units cannot be permanently deleted by using the deletedItems API. Soft-deleted administrative units will be permanently deleted 30 days after initial deletion unless they are restored. - /// Find more info here - /// - public Command BuildDeleteCommand() { - var command = new Command("delete"); - command.Description = "Permanently delete a recently deleted application, group, servicePrincipal, or user object from deleted items. After an item is permanently deleted, it cannot be restored. Administrative units cannot be permanently deleted by using the deletedItems API. Soft-deleted administrative units will be permanently deleted 30 days after initial deletion unless they are restored.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-deleteditems-delete?view=graph-rest-1.0"; - var directoryObjectIdOption = new Option("--directory-object-id", description: "The unique identifier of directoryObject") { - }; - directoryObjectIdOption.IsRequired = true; - command.AddOption(directoryObjectIdOption); - var ifMatchOption = new Option("--if-match", description: "ETag") { - Arity = ArgumentArity.ZeroOrMore - }; - ifMatchOption.IsRequired = false; - command.AddOption(ifMatchOption); - command.SetHandler(async (invocationContext) => { - var directoryObjectId = invocationContext.ParseResult.GetValueForOption(directoryObjectIdOption); - var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); - var cancellationToken = invocationContext.GetCancellationToken(); - var reqAdapter = invocationContext.GetRequestAdapter(); - var requestInfo = ToDeleteRequestInformation(q => { - }); - if (directoryObjectId is not null) requestInfo.PathParameters.Add("directoryObject%2Did", directoryObjectId); - if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); - var errorMapping = new Dictionary> { - {"4XX", ODataError.CreateFromDiscriminatorValue}, - {"5XX", ODataError.CreateFromDiscriminatorValue}, - }; - await reqAdapter.SendNoContentAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken); - Console.WriteLine("Success"); - }); - return command; - } - /// /// Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-deleteditems-get?view=graph-rest-1.0"; @@ -148,6 +117,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getMemberGroups method. /// + /// A public Command BuildGetMemberGroupsNavCommand() { var command = new Command("get-member-groups"); command.Description = "Provides operations to call the getMemberGroups method."; @@ -163,6 +133,7 @@ public Command BuildGetMemberGroupsNavCommand() { /// /// Provides operations to call the getMemberObjects method. /// + /// A public Command BuildGetMemberObjectsNavCommand() { var command = new Command("get-member-objects"); command.Description = "Provides operations to call the getMemberObjects method."; @@ -178,6 +149,7 @@ public Command BuildGetMemberObjectsNavCommand() { /// /// Casts the previous resource to administrativeUnit. /// + /// A public Command BuildGraphAdministrativeUnitByIdNavCommand() { var command = new Command("graph-administrative-unit-by-id"); command.Description = "Casts the previous resource to administrativeUnit."; @@ -193,6 +165,7 @@ public Command BuildGraphAdministrativeUnitByIdNavCommand() { /// /// Casts the previous resource to application. /// + /// A public Command BuildGraphApplicationByIdNavCommand() { var command = new Command("graph-application-by-id"); command.Description = "Casts the previous resource to application."; @@ -208,6 +181,7 @@ public Command BuildGraphApplicationByIdNavCommand() { /// /// Casts the previous resource to device. /// + /// A public Command BuildGraphDeviceByIdNavCommand() { var command = new Command("graph-device-by-id"); command.Description = "Casts the previous resource to device."; @@ -223,6 +197,7 @@ public Command BuildGraphDeviceByIdNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupByIdNavCommand() { var command = new Command("graph-group-by-id"); command.Description = "Casts the previous resource to group."; @@ -238,6 +213,7 @@ public Command BuildGraphGroupByIdNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalByIdNavCommand() { var command = new Command("graph-service-principal-by-id"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -253,6 +229,7 @@ public Command BuildGraphServicePrincipalByIdNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserByIdNavCommand() { var command = new Command("graph-user-by-id"); command.Description = "Casts the previous resource to user."; @@ -268,6 +245,7 @@ public Command BuildGraphUserByIdNavCommand() { /// /// Provides operations to call the restore method. /// + /// A public Command BuildRestoreNavCommand() { var command = new Command("restore"); command.Description = "Provides operations to call the restore method."; @@ -281,36 +259,21 @@ public Command BuildRestoreNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { } /// - /// Permanently delete a recently deleted application, group, servicePrincipal, or user object from deleted items. After an item is permanently deleted, it cannot be restored. Administrative units cannot be permanently deleted by using the deletedItems API. Soft-deleted administrative units will be permanently deleted 30 days after initial deletion unless they are restored. - /// - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// /// Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. /// + /// 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/DirectoryNamespace/DeletedItems/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs index 2c3b5bb6dc..6f68318c8e 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable { /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberGroupsPostRequestBody() { /// /// 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 GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs index eb84e72215..57e9623d53 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// 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 new GetMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index d303a052fe..1ef668e9e9 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/getMemberGroups", pathParameters) { } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/getMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/directory /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf 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 diff --git a/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs index b2148311ca..ed5fec4a61 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsable /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberObjectsPostRequestBody() { /// /// 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 GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs index 13f1c1af58..110916a2be 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// 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 new GetMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index ccee7639de..f59e768cb1 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/getMemberObjects", pathParameters) { } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/getMemberObjects", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/director /// /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// + /// 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/DirectoryNamespace/DeletedItems/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index 65be3e67e6..b951f142cb 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphAdministrativeUnitRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit"; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAdministrativeUnitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/graph.administrativeUnit{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/graph.administrativeUnit{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit /// + /// 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/DirectoryNamespace/DeletedItems/Item/GraphApplication/GraphApplicationRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/GraphApplication/GraphApplicationRequestBuilder.cs index 35e80a9d4e..5441e6b9c0 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/GraphApplication/GraphApplicationRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphApplicationRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.application /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.application"; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphApplicationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/graph.application{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/graph.application{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/director /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.application /// + /// 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/DirectoryNamespace/DeletedItems/Item/GraphDevice/GraphDeviceRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/GraphDevice/GraphDeviceRequestBuilder.cs index b53fff636a..452608d58f 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/GraphDevice/GraphDeviceRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphDeviceRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.device /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.device"; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/graph.device{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/graph.device{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/directory/del /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.device /// + /// 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/DirectoryNamespace/DeletedItems/Item/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/GraphGroup/GraphGroupRequestBuilder.cs index 1c59daeb65..5cbc56ac7c 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/GraphGroup/GraphGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.group"; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/graph.group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/graph.group{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/directory/dele /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// 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/DirectoryNamespace/DeletedItems/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 007921a399..d0cc3b8c7d 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal"; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/dir /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// 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/DirectoryNamespace/DeletedItems/Item/GraphUser/GraphUserRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/GraphUser/GraphUserRequestBuilder.cs index db03478894..e8206abe0a 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/GraphUser/GraphUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.user"; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/graph.user{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/graph.user{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/directory/delet /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// 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/DirectoryNamespace/DeletedItems/Item/Restore/RestoreRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/Item/Restore/RestoreRequestBuilder.cs index c59fe962f4..f05e0943e1 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/Item/Restore/RestoreRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/Item/Restore/RestoreRequestBuilder.cs @@ -23,6 +23,7 @@ public class RestoreRequestBuilder : BaseCliRequestBuilder { /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/restore", pathParameters) { } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/{directoryObject%2Did}/restore", rawUrl) { @@ -71,6 +72,7 @@ public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deleted /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// + /// 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/DirectoryNamespace/DeletedItems/ValidateProperties/ValidatePropertiesPostRequestBody.cs b/src/generated/DirectoryNamespace/DeletedItems/ValidateProperties/ValidatePropertiesPostRequestBody.cs index f92ebfb730..ab8ebdde5b 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/ValidateProperties/ValidatePropertiesPostRequestBody.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/ValidateProperties/ValidatePropertiesPostRequestBody.cs @@ -35,7 +35,7 @@ public class ValidatePropertiesPostRequestBody : IAdditionalDataHolder, IParsabl /// The onBehalfOfUserId property public Guid? OnBehalfOfUserId { get; set; } /// - /// Instantiates a new validatePropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValidatePropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public ValidatePropertiesPostRequestBody() { /// /// 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 ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/DirectoryNamespace/DeletedItems/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/generated/DirectoryNamespace/DeletedItems/ValidateProperties/ValidatePropertiesRequestBuilder.cs index bb1eb7bbdb..a6f1d2c32f 100644 --- a/src/generated/DirectoryNamespace/DeletedItems/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeletedItems/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class ValidatePropertiesRequestBuilder : BaseCliRequestBuilder { /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"; @@ -53,13 +54,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValidatePropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deletedItems/validateProperties", pathParameters) { } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deletedItems/validateProperties", rawUrl) { @@ -67,6 +68,7 @@ public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/direct /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// + /// 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/DirectoryNamespace/DeviceLocalCredentials/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/DeviceLocalCredentials/Count/CountRequestBuilder.cs index 2799795c4a..f71eed37a1 100644 --- a/src/generated/DirectoryNamespace/DeviceLocalCredentials/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeviceLocalCredentials/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}/directory/deviceLocalCredentials/$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}/directory/deviceLocalCredentials/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deviceLoc /// /// 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/DirectoryNamespace/DeviceLocalCredentials/DeviceLocalCredentialsRequestBuilder.cs b/src/generated/DirectoryNamespace/DeviceLocalCredentials/DeviceLocalCredentialsRequestBuilder.cs index 007e33efb4..c7e54f5872 100644 --- a/src/generated/DirectoryNamespace/DeviceLocalCredentials/DeviceLocalCredentialsRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeviceLocalCredentials/DeviceLocalCredentialsRequestBuilder.cs @@ -24,6 +24,7 @@ public class DeviceLocalCredentialsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the deviceLocalCredentials property of the microsoft.graph.directory entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DeviceLocalCredentialInfoItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to deviceLocalCredentials for directory /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to deviceLocalCredentials for directory"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// Get a list of the deviceLocalCredentialInfo objects and their properties, excluding the credentials property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the deviceLocalCredentialInfo objects and their properties, excluding the credentials property. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-1.0"; @@ -171,13 +175,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DeviceLocalCredentialsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceLocalCredentialsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deviceLocalCredentials{?%24count,%24filter,%24orderby,%24search,%24select,%24top}", pathParameters) { } /// - /// Instantiates a new DeviceLocalCredentialsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceLocalCredentialsRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deviceLocalCredentials{?%24count,%24filter,%24orderby,%24search,%24select,%24top}", rawUrl) { @@ -185,6 +189,7 @@ public DeviceLocalCredentialsRequestBuilder(string rawUrl) : base("{+baseurl}/di /// /// Get a list of the deviceLocalCredentialInfo objects and their properties, excluding the credentials 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 /// Create new navigation property to deviceLocalCredentials for directory /// + /// 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 ToPostRequestInformation(DeviceLocalCredentialInfo bod public RequestInformation ToPostRequestInformation(DeviceLocalCredentialInfo 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}/directory/deviceLocalCredentials", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/DeviceLocalCredentials/Item/DeviceLocalCredentialInfoItemRequestBuilder.cs b/src/generated/DirectoryNamespace/DeviceLocalCredentials/Item/DeviceLocalCredentialInfoItemRequestBuilder.cs index fc7bcae3bc..23883722ed 100644 --- a/src/generated/DirectoryNamespace/DeviceLocalCredentials/Item/DeviceLocalCredentialInfoItemRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DeviceLocalCredentials/Item/DeviceLocalCredentialInfoItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeviceLocalCredentialInfoItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property deviceLocalCredentials for directory /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property deviceLocalCredentials for directory"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties of a deviceLocalCredentialInfo for a specified device object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of a deviceLocalCredentialInfo for a specified device object. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-1.0"; @@ -99,6 +101,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property deviceLocalCredentials in directory /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property deviceLocalCredentials in directory"; @@ -146,13 +149,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DeviceLocalCredentialInfoItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceLocalCredentialInfoItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/deviceLocalCredentials/{deviceLocalCredentialInfo%2Did}{?%24select}", pathParameters) { } /// - /// Instantiates a new DeviceLocalCredentialInfoItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceLocalCredentialInfoItemRequestBuilder(string rawUrl) : base("{+baseurl}/directory/deviceLocalCredentials/{deviceLocalCredentialInfo%2Did}{?%24select}", rawUrl) { @@ -160,6 +163,7 @@ public DeviceLocalCredentialInfoItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property deviceLocalCredentials for directory /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -168,7 +172,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/directory/deviceLocalCredentials/{deviceLocalCredentialInfo%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -176,6 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties of a deviceLocalCredentialInfo for a specified device 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 @@ -192,6 +197,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property deviceLocalCredentials in directory /// + /// 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 @@ -202,7 +208,7 @@ public RequestInformation ToPatchRequestInformation(DeviceLocalCredentialInfo bo public RequestInformation ToPatchRequestInformation(DeviceLocalCredentialInfo 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}/directory/deviceLocalCredentials/{deviceLocalCredentialInfo%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/DirectoryRequestBuilder.cs b/src/generated/DirectoryNamespace/DirectoryRequestBuilder.cs index d63b99246d..5b3849be72 100644 --- a/src/generated/DirectoryNamespace/DirectoryRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/DirectoryRequestBuilder.cs @@ -29,6 +29,7 @@ public class DirectoryRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the administrativeUnits property of the microsoft.graph.directory entity. /// + /// A public Command BuildAdministrativeUnitsNavCommand() { var command = new Command("administrative-units"); command.Description = "Provides operations to manage the administrativeUnits property of the microsoft.graph.directory entity."; @@ -55,6 +56,7 @@ public Command BuildAdministrativeUnitsNavCommand() { /// /// Provides operations to manage the attributeSets property of the microsoft.graph.directory entity. /// + /// A public Command BuildAttributeSetsNavCommand() { var command = new Command("attribute-sets"); command.Description = "Provides operations to manage the attributeSets property of the microsoft.graph.directory entity."; @@ -80,6 +82,7 @@ public Command BuildAttributeSetsNavCommand() { /// /// Provides operations to manage the customSecurityAttributeDefinitions property of the microsoft.graph.directory entity. /// + /// A public Command BuildCustomSecurityAttributeDefinitionsNavCommand() { var command = new Command("custom-security-attribute-definitions"); command.Description = "Provides operations to manage the customSecurityAttributeDefinitions property of the microsoft.graph.directory entity."; @@ -105,6 +108,7 @@ public Command BuildCustomSecurityAttributeDefinitionsNavCommand() { /// /// Provides operations to manage the deletedItems property of the microsoft.graph.directory entity. /// + /// A public Command BuildDeletedItemsNavCommand() { var command = new Command("deleted-items"); command.Description = "Provides operations to manage the deletedItems property of the microsoft.graph.directory entity."; @@ -138,6 +142,7 @@ public Command BuildDeletedItemsNavCommand() { /// /// Provides operations to manage the deviceLocalCredentials property of the microsoft.graph.directory entity. /// + /// A public Command BuildDeviceLocalCredentialsNavCommand() { var command = new Command("device-local-credentials"); command.Description = "Provides operations to manage the deviceLocalCredentials property of the microsoft.graph.directory entity."; @@ -163,6 +168,7 @@ public Command BuildDeviceLocalCredentialsNavCommand() { /// /// Provides operations to manage the federationConfigurations property of the microsoft.graph.directory entity. /// + /// A public Command BuildFederationConfigurationsNavCommand() { var command = new Command("federation-configurations"); command.Description = "Provides operations to manage the federationConfigurations property of the microsoft.graph.directory entity."; @@ -189,6 +195,7 @@ public Command BuildFederationConfigurationsNavCommand() { /// /// Get directory /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get directory"; @@ -233,6 +240,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the onPremisesSynchronization property of the microsoft.graph.directory entity. /// + /// A public Command BuildOnPremisesSynchronizationNavCommand() { var command = new Command("on-premises-synchronization"); command.Description = "Provides operations to manage the onPremisesSynchronization property of the microsoft.graph.directory entity."; @@ -258,6 +266,7 @@ public Command BuildOnPremisesSynchronizationNavCommand() { /// /// Update directory /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update directory"; @@ -299,13 +308,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DirectoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryRequestBuilder(string rawUrl) : base("{+baseurl}/directory{?%24expand,%24select}", rawUrl) { @@ -313,6 +322,7 @@ public DirectoryRequestBuilder(string rawUrl) : base("{+baseurl}/directory{?%24e /// /// Get directory /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -329,6 +339,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update directory /// + /// 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 @@ -339,7 +350,7 @@ public RequestInformation ToPatchRequestInformation(DirectoryObject1 body, Actio public RequestInformation ToPatchRequestInformation(DirectoryObject1 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}/directory", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/FederationConfigurations/AvailableProviderTypes/AvailableProviderTypesGetResponse.cs b/src/generated/DirectoryNamespace/FederationConfigurations/AvailableProviderTypes/AvailableProviderTypesGetResponse.cs index b36f4fa50f..6dbd31893c 100644 --- a/src/generated/DirectoryNamespace/FederationConfigurations/AvailableProviderTypes/AvailableProviderTypesGetResponse.cs +++ b/src/generated/DirectoryNamespace/FederationConfigurations/AvailableProviderTypes/AvailableProviderTypesGetResponse.cs @@ -18,6 +18,7 @@ public class AvailableProviderTypesGetResponse : BaseCollectionPaginationCountRe /// /// 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 new AvailableProviderTypesGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class AvailableProviderTypesGetResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryNamespace/FederationConfigurations/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs b/src/generated/DirectoryNamespace/FederationConfigurations/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs index 9af10e5768..294c2b74e5 100644 --- a/src/generated/DirectoryNamespace/FederationConfigurations/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/FederationConfigurations/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs @@ -21,6 +21,7 @@ public class AvailableProviderTypesRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function availableProviderTypes /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function availableProviderTypes"; @@ -90,13 +91,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AvailableProviderTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AvailableProviderTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/federationConfigurations/availableProviderTypes(){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AvailableProviderTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AvailableProviderTypesRequestBuilder(string rawUrl) : base("{+baseurl}/directory/federationConfigurations/availableProviderTypes(){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl) { @@ -104,6 +105,7 @@ public AvailableProviderTypesRequestBuilder(string rawUrl) : base("{+baseurl}/di /// /// Invoke function availableProviderTypes /// + /// 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/DirectoryNamespace/FederationConfigurations/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/FederationConfigurations/Count/CountRequestBuilder.cs index 30affb0480..1e35263022 100644 --- a/src/generated/DirectoryNamespace/FederationConfigurations/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/FederationConfigurations/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}/directory/federationConfigurations/$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}/directory/federationConfigurations/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/federatio /// /// 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/DirectoryNamespace/FederationConfigurations/FederationConfigurationsRequestBuilder.cs b/src/generated/DirectoryNamespace/FederationConfigurations/FederationConfigurationsRequestBuilder.cs index 7cd304f1ed..a5fdf77e14 100644 --- a/src/generated/DirectoryNamespace/FederationConfigurations/FederationConfigurationsRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/FederationConfigurations/FederationConfigurationsRequestBuilder.cs @@ -25,6 +25,7 @@ public class FederationConfigurationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the availableProviderTypes method. /// + /// A public Command BuildAvailableProviderTypesNavCommand() { var command = new Command("available-provider-types"); command.Description = "Provides operations to call the availableProviderTypes method."; @@ -40,6 +41,7 @@ public Command BuildAvailableProviderTypesNavCommand() { /// /// Provides operations to manage the federationConfigurations property of the microsoft.graph.directory entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new IdentityProviderBaseItemRequestBuilder(PathParameters); @@ -51,6 +53,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."; @@ -66,6 +69,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to federationConfigurations for directory /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to federationConfigurations for directory"; @@ -109,6 +113,7 @@ public Command BuildCreateCommand() { /// /// Configure domain federation with organizations whose identity provider (IdP) supports either the SAML or WS-Fed protocol. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Configure domain federation with organizations whose identity provider (IdP) supports either the SAML or WS-Fed protocol."; @@ -199,13 +204,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FederationConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FederationConfigurationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/federationConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FederationConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FederationConfigurationsRequestBuilder(string rawUrl) : base("{+baseurl}/directory/federationConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +218,7 @@ public FederationConfigurationsRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Configure domain federation with organizations whose identity provider (IdP) supports either the SAML or WS-Fed protocol. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +235,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to federationConfigurations for directory /// + /// 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 @@ -239,7 +246,7 @@ public RequestInformation ToPostRequestInformation(IdentityProviderBase body, Ac public RequestInformation ToPostRequestInformation(IdentityProviderBase 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}/directory/federationConfigurations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/FederationConfigurations/Item/IdentityProviderBaseItemRequestBuilder.cs b/src/generated/DirectoryNamespace/FederationConfigurations/Item/IdentityProviderBaseItemRequestBuilder.cs index d5fe18aca8..393651ecbe 100644 --- a/src/generated/DirectoryNamespace/FederationConfigurations/Item/IdentityProviderBaseItemRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/FederationConfigurations/Item/IdentityProviderBaseItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class IdentityProviderBaseItemRequestBuilder : BaseCliRequestBuilder { /// Delete a samlOrWsFedExternalDomainFederation object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a samlOrWsFedExternalDomainFederation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-1.0"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// /// Configure domain federation with organizations whose identity provider (IdP) supports either the SAML or WS-Fed protocol. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Configure domain federation with organizations whose identity provider (IdP) supports either the SAML or WS-Fed protocol."; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property federationConfigurations in directory /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property federationConfigurations in directory"; @@ -153,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new IdentityProviderBaseItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IdentityProviderBaseItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/federationConfigurations/{identityProviderBase%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IdentityProviderBaseItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IdentityProviderBaseItemRequestBuilder(string rawUrl) : base("{+baseurl}/directory/federationConfigurations/{identityProviderBase%2Did}{?%24expand,%24select}", rawUrl) { @@ -167,6 +170,7 @@ public IdentityProviderBaseItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete a samlOrWsFedExternalDomainFederation 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 @@ -175,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}/directory/federationConfigurations/{identityProviderBase%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -183,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Configure domain federation with organizations whose identity provider (IdP) supports either the SAML or WS-Fed protocol. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -199,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property federationConfigurations in directory /// + /// 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 @@ -209,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(IdentityProviderBase body, A public RequestInformation ToPatchRequestInformation(IdentityProviderBase 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}/directory/federationConfigurations/{identityProviderBase%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/OnPremisesSynchronization/Count/CountRequestBuilder.cs b/src/generated/DirectoryNamespace/OnPremisesSynchronization/Count/CountRequestBuilder.cs index 0f19391da6..53e70572e2 100644 --- a/src/generated/DirectoryNamespace/OnPremisesSynchronization/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/OnPremisesSynchronization/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}/directory/onPremisesSynchronization/$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}/directory/onPremisesSynchronization/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directory/onPremise /// /// 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/DirectoryNamespace/OnPremisesSynchronization/Item/OnPremisesDirectorySynchronizationItemRequestBuilder.cs b/src/generated/DirectoryNamespace/OnPremisesSynchronization/Item/OnPremisesDirectorySynchronizationItemRequestBuilder.cs index 4265fb061c..58f7b63129 100644 --- a/src/generated/DirectoryNamespace/OnPremisesSynchronization/Item/OnPremisesDirectorySynchronizationItemRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/OnPremisesSynchronization/Item/OnPremisesDirectorySynchronizationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class OnPremisesDirectorySynchronizationItemRequestBuilder : BaseCliReque /// /// Delete navigation property onPremisesSynchronization for directory /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property onPremisesSynchronization for directory"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an onPremisesDirectorySynchronization object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an onPremisesDirectorySynchronization object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// Update the properties of an onPremisesDirectorySynchronization object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an onPremisesDirectorySynchronization object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-1.0"; @@ -154,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnPremisesDirectorySynchronizationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnPremisesDirectorySynchronizationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnPremisesDirectorySynchronizationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnPremisesDirectorySynchronizationItemRequestBuilder(string rawUrl) : base("{+baseurl}/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization%2Did}{?%24expand,%24select}", rawUrl) { @@ -168,6 +171,7 @@ public OnPremisesDirectorySynchronizationItemRequestBuilder(string rawUrl) : bas /// /// Delete navigation property onPremisesSynchronization for directory /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -176,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -184,6 +188,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an onPremisesDirectorySynchronization 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 @@ -200,6 +205,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an onPremisesDirectorySynchronization 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 @@ -210,7 +216,7 @@ public RequestInformation ToPatchRequestInformation(OnPremisesDirectorySynchroni public RequestInformation ToPatchRequestInformation(OnPremisesDirectorySynchronization 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}/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryNamespace/OnPremisesSynchronization/OnPremisesSynchronizationRequestBuilder.cs b/src/generated/DirectoryNamespace/OnPremisesSynchronization/OnPremisesSynchronizationRequestBuilder.cs index 2bae7a43c1..9664163c61 100644 --- a/src/generated/DirectoryNamespace/OnPremisesSynchronization/OnPremisesSynchronizationRequestBuilder.cs +++ b/src/generated/DirectoryNamespace/OnPremisesSynchronization/OnPremisesSynchronizationRequestBuilder.cs @@ -24,6 +24,7 @@ public class OnPremisesSynchronizationRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the onPremisesSynchronization property of the microsoft.graph.directory entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new OnPremisesDirectorySynchronizationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to onPremisesSynchronization for directory /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to onPremisesSynchronization for directory"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of an onPremisesDirectorySynchronization object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of an onPremisesDirectorySynchronization object."; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OnPremisesSynchronizationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnPremisesSynchronizationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directory/onPremisesSynchronization{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OnPremisesSynchronizationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnPremisesSynchronizationRequestBuilder(string rawUrl) : base("{+baseurl}/directory/onPremisesSynchronization{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public OnPremisesSynchronizationRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Read the properties and relationships of an onPremisesDirectorySynchronization 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 @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to onPremisesSynchronization for directory /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(OnPremisesDirectorySynchroniz public RequestInformation ToPostRequestInformation(OnPremisesDirectorySynchronization 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}/directory/onPremisesSynchronization", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryObjects/Count/CountRequestBuilder.cs b/src/generated/DirectoryObjects/Count/CountRequestBuilder.cs index 50523facf0..63a4af54ac 100644 --- a/src/generated/DirectoryObjects/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryObjects/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"; @@ -60,13 +61,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}/directoryObjects/$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}/directoryObjects/$count{?%24filter,%24search}", rawUrl) { @@ -74,6 +75,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directoryObjects/$c /// /// 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/DirectoryObjects/Delta/DeltaGetResponse.cs b/src/generated/DirectoryObjects/Delta/DeltaGetResponse.cs index a4e2ebba33..36471a90bb 100644 --- a/src/generated/DirectoryObjects/Delta/DeltaGetResponse.cs +++ b/src/generated/DirectoryObjects/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DirectoryObjects/Delta/DeltaRequestBuilder.cs b/src/generated/DirectoryObjects/Delta/DeltaRequestBuilder.cs index 262621d1e6..9190002365 100644 --- a/src/generated/DirectoryObjects/Delta/DeltaRequestBuilder.cs +++ b/src/generated/DirectoryObjects/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryObjects/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryObjects/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/directoryObjects/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/directoryObjects/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/DirectoryObjects/DirectoryObjectsRequestBuilder.cs b/src/generated/DirectoryObjects/DirectoryObjectsRequestBuilder.cs index 1e92d0cdc7..a2d68730b0 100644 --- a/src/generated/DirectoryObjects/DirectoryObjectsRequestBuilder.cs +++ b/src/generated/DirectoryObjects/DirectoryObjectsRequestBuilder.cs @@ -28,6 +28,7 @@ public class DirectoryObjectsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of directoryObject entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -45,6 +46,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."; @@ -60,6 +62,7 @@ public Command BuildCountNavCommand() { /// /// Add new entity to directoryObjects /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add new entity to directoryObjects"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -118,6 +122,7 @@ public Command BuildDeltaNavCommand() { /// /// Provides operations to call the getAvailableExtensionProperties method. /// + /// A public Command BuildGetAvailableExtensionPropertiesNavCommand() { var command = new Command("get-available-extension-properties"); command.Description = "Provides operations to call the getAvailableExtensionProperties method."; @@ -133,6 +138,7 @@ public Command BuildGetAvailableExtensionPropertiesNavCommand() { /// /// Provides operations to call the getByIds method. /// + /// A public Command BuildGetByIdsNavCommand() { var command = new Command("get-by-ids"); command.Description = "Provides operations to call the getByIds method."; @@ -148,6 +154,7 @@ public Command BuildGetByIdsNavCommand() { /// /// Get entities from directoryObjects /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get entities from directoryObjects"; @@ -247,6 +254,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the validateProperties method. /// + /// A public Command BuildValidatePropertiesNavCommand() { var command = new Command("validate-properties"); command.Description = "Provides operations to call the validateProperties method."; @@ -260,13 +268,13 @@ public Command BuildValidatePropertiesNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryObjects{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/directoryObjects{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -274,6 +282,7 @@ public DirectoryObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/director /// /// Get entities from directoryObjects /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -290,6 +299,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add new entity to directoryObjects /// + /// 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 @@ -300,7 +310,7 @@ public RequestInformation ToPostRequestInformation(DirectoryObject body, Action< public RequestInformation ToPostRequestInformation(DirectoryObject 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}/directoryObjects", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs b/src/generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs index 5c4518320f..4ce175e62e 100644 --- a/src/generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs +++ b/src/generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetAvailableExtensionPropertiesPostRequestBody : IAdditionalDataHol /// The isSyncedFromOnPremises property public bool? IsSyncedFromOnPremises { get; set; } /// - /// Instantiates a new getAvailableExtensionPropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetAvailableExtensionPropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetAvailableExtensionPropertiesPostRequestBody() { /// /// 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 GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscrimin /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isSyncedFromOnPremises", n => { IsSyncedFromOnPremises = n.GetBoolValue(); } }, diff --git a/src/generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs b/src/generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs index 821435d5e5..da897a6c0e 100644 --- a/src/generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs +++ b/src/generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs @@ -18,6 +18,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// 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 new GetAvailableExtensionPropertiesPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExtensionProperty.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index ec03d7e842..fff4df3364 100644 --- a/src/generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/generated/DirectoryObjects/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetAvailableExtensionPropertiesRequestBuilder : BaseCliRequestBuild /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetAvailableExtensionPropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryObjects/getAvailableExtensionProperties", pathParameters) { } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/directoryObjects/getAvailableExtensionProperties", rawUrl) { @@ -88,6 +89,7 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+ba /// /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// + /// 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/DirectoryObjects/GetByIds/GetByIdsPostRequestBody.cs b/src/generated/DirectoryObjects/GetByIds/GetByIdsPostRequestBody.cs index 5252ccffba..7007927212 100644 --- a/src/generated/DirectoryObjects/GetByIds/GetByIdsPostRequestBody.cs +++ b/src/generated/DirectoryObjects/GetByIds/GetByIdsPostRequestBody.cs @@ -25,7 +25,7 @@ public class GetByIdsPostRequestBody : IAdditionalDataHolder, IParsable { public List Types { get; set; } #endif /// - /// Instantiates a new getByIdsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetByIdsPostRequestBody() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public GetByIdsPostRequestBody() { /// /// 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 GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryObjects/GetByIds/GetByIdsPostResponse.cs b/src/generated/DirectoryObjects/GetByIds/GetByIdsPostResponse.cs index 71b010b74b..30960a3a53 100644 --- a/src/generated/DirectoryObjects/GetByIds/GetByIdsPostResponse.cs +++ b/src/generated/DirectoryObjects/GetByIds/GetByIdsPostResponse.cs @@ -18,6 +18,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// 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 new GetByIdsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DirectoryObjects/GetByIds/GetByIdsRequestBuilder.cs b/src/generated/DirectoryObjects/GetByIds/GetByIdsRequestBuilder.cs index ad6b2be128..becb11fb72 100644 --- a/src/generated/DirectoryObjects/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/generated/DirectoryObjects/GetByIds/GetByIdsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetByIdsRequestBuilder : BaseCliRequestBuilder { /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetByIdsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryObjects/getByIds", pathParameters) { } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/directoryObjects/getByIds", rawUrl) { @@ -88,6 +89,7 @@ public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/directoryObjects /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// + /// 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/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs b/src/generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs index e4142d03e6..1fc3e5414e 100644 --- a/src/generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs +++ b/src/generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable public List GroupIds { get; set; } #endif /// - /// Instantiates a new checkMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberGroupsPostRequestBody() { /// /// 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 CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupIds", n => { GroupIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs b/src/generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs index 729ac40a4d..be22b94ae5 100644 --- a/src/generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs +++ b/src/generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// 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 new CheckMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index f3a22f986e..7f1eea9dd7 100644 --- a/src/generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class CheckMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryObjects/{directoryObject%2Did}/checkMemberGroups", pathParameters) { } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/directoryObjects/{directoryObject%2Did}/checkMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/directo /// /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// + /// 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/DirectoryObjects/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs b/src/generated/DirectoryObjects/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs index 288e3b2849..4cc069a6f0 100644 --- a/src/generated/DirectoryObjects/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs +++ b/src/generated/DirectoryObjects/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsabl public List Ids { get; set; } #endif /// - /// Instantiates a new checkMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberObjectsPostRequestBody() { /// /// 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 CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryObjects/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs b/src/generated/DirectoryObjects/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs index e6b7deb790..da980f2995 100644 --- a/src/generated/DirectoryObjects/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs +++ b/src/generated/DirectoryObjects/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// 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 new CheckMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryObjects/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs b/src/generated/DirectoryObjects/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs index 160fce26d8..62f12676b9 100644 --- a/src/generated/DirectoryObjects/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs +++ b/src/generated/DirectoryObjects/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs @@ -21,6 +21,7 @@ public class CheckMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action checkMemberObjects /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action checkMemberObjects"; @@ -79,13 +80,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryObjects/{directoryObject%2Did}/checkMemberObjects", pathParameters) { } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/directoryObjects/{directoryObject%2Did}/checkMemberObjects", rawUrl) { @@ -93,6 +94,7 @@ public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/direct /// /// Invoke action checkMemberObjects /// + /// 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/DirectoryObjects/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/DirectoryObjects/Item/DirectoryObjectItemRequestBuilder.cs index 510bec9c19..efad55ada2 100644 --- a/src/generated/DirectoryObjects/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/DirectoryObjects/Item/DirectoryObjectItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the checkMemberGroups method. /// + /// A public Command BuildCheckMemberGroupsNavCommand() { var command = new Command("check-member-groups"); command.Description = "Provides operations to call the checkMemberGroups method."; @@ -42,6 +43,7 @@ public Command BuildCheckMemberGroupsNavCommand() { /// /// Provides operations to call the checkMemberObjects method. /// + /// A public Command BuildCheckMemberObjectsNavCommand() { var command = new Command("check-member-objects"); command.Description = "Provides operations to call the checkMemberObjects method."; @@ -58,6 +60,7 @@ public Command BuildCheckMemberObjectsNavCommand() { /// Delete a directory object, for example, a group, user, application, or service principal. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a directory object, for example, a group, user, application, or service principal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0"; @@ -92,6 +95,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a directoryObject object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a directoryObject object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0"; @@ -142,6 +146,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getMemberGroups method. /// + /// A public Command BuildGetMemberGroupsNavCommand() { var command = new Command("get-member-groups"); command.Description = "Provides operations to call the getMemberGroups method."; @@ -157,6 +162,7 @@ public Command BuildGetMemberGroupsNavCommand() { /// /// Provides operations to call the getMemberObjects method. /// + /// A public Command BuildGetMemberObjectsNavCommand() { var command = new Command("get-member-objects"); command.Description = "Provides operations to call the getMemberObjects method."; @@ -172,6 +178,7 @@ public Command BuildGetMemberObjectsNavCommand() { /// /// Update entity in directoryObjects /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in directoryObjects"; @@ -221,6 +228,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the restore method. /// + /// A public Command BuildRestoreNavCommand() { var command = new Command("restore"); command.Description = "Provides operations to call the restore method."; @@ -234,13 +242,13 @@ public Command BuildRestoreNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryObjects/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/directoryObjects/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -248,6 +256,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/direc /// /// Delete a directory object, for example, a group, user, application, or service principal. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -256,7 +265,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/directoryObjects/{directoryObject%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -264,6 +273,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a directoryObject 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 @@ -280,6 +290,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in directoryObjects /// + /// 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 @@ -290,7 +301,7 @@ public RequestInformation ToPatchRequestInformation(DirectoryObject body, Action public RequestInformation ToPatchRequestInformation(DirectoryObject 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}/directoryObjects/{directoryObject%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs b/src/generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs index f15abd50f6..813d02a520 100644 --- a/src/generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs +++ b/src/generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable { /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberGroupsPostRequestBody() { /// /// 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 GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs b/src/generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs index aa242b3e17..cc2ac73255 100644 --- a/src/generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs +++ b/src/generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// 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 new GetMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index ac7d9e8c6b..ca69909cf9 100644 --- a/src/generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryObjects/{directoryObject%2Did}/getMemberGroups", pathParameters) { } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/directoryObjects/{directoryObject%2Did}/getMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/directory /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf 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 diff --git a/src/generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs b/src/generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs index 1a4d11a950..3d4f97275f 100644 --- a/src/generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs +++ b/src/generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsable /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberObjectsPostRequestBody() { /// /// 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 GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs b/src/generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs index 6c89b87ac1..a978e3443d 100644 --- a/src/generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs +++ b/src/generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// 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 new GetMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index 4cffd41620..3d93bcd42c 100644 --- a/src/generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/generated/DirectoryObjects/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryObjects/{directoryObject%2Did}/getMemberObjects", pathParameters) { } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/directoryObjects/{directoryObject%2Did}/getMemberObjects", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/director /// /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// + /// 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/DirectoryObjects/Item/Restore/RestoreRequestBuilder.cs b/src/generated/DirectoryObjects/Item/Restore/RestoreRequestBuilder.cs index 0a1008b49b..7fc0c5be03 100644 --- a/src/generated/DirectoryObjects/Item/Restore/RestoreRequestBuilder.cs +++ b/src/generated/DirectoryObjects/Item/Restore/RestoreRequestBuilder.cs @@ -23,6 +23,7 @@ public class RestoreRequestBuilder : BaseCliRequestBuilder { /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryObjects/{directoryObject%2Did}/restore", pathParameters) { } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/directoryObjects/{directoryObject%2Did}/restore", rawUrl) { @@ -71,6 +72,7 @@ public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/directoryObjects/ /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// + /// 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/DirectoryObjects/ValidateProperties/ValidatePropertiesPostRequestBody.cs b/src/generated/DirectoryObjects/ValidateProperties/ValidatePropertiesPostRequestBody.cs index 80fa584d4d..c3b3cfe8ba 100644 --- a/src/generated/DirectoryObjects/ValidateProperties/ValidatePropertiesPostRequestBody.cs +++ b/src/generated/DirectoryObjects/ValidateProperties/ValidatePropertiesPostRequestBody.cs @@ -35,7 +35,7 @@ public class ValidatePropertiesPostRequestBody : IAdditionalDataHolder, IParsabl /// The onBehalfOfUserId property public Guid? OnBehalfOfUserId { get; set; } /// - /// Instantiates a new validatePropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValidatePropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public ValidatePropertiesPostRequestBody() { /// /// 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 ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/DirectoryObjects/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/generated/DirectoryObjects/ValidateProperties/ValidatePropertiesRequestBuilder.cs index 5ffc3fb213..f034349056 100644 --- a/src/generated/DirectoryObjects/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/generated/DirectoryObjects/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class ValidatePropertiesRequestBuilder : BaseCliRequestBuilder { /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"; @@ -53,13 +54,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValidatePropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryObjects/validateProperties", pathParameters) { } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/directoryObjects/validateProperties", rawUrl) { @@ -67,6 +68,7 @@ public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/direct /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// + /// 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/DirectoryRoleTemplates/Count/CountRequestBuilder.cs b/src/generated/DirectoryRoleTemplates/Count/CountRequestBuilder.cs index c985a99b07..f3d273147e 100644 --- a/src/generated/DirectoryRoleTemplates/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryRoleTemplates/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}/directoryRoleTemplates/$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}/directoryRoleTemplates/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoleTempla /// /// 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/DirectoryRoleTemplates/Delta/DeltaGetResponse.cs b/src/generated/DirectoryRoleTemplates/Delta/DeltaGetResponse.cs index 0a3e1b8d51..2cc1adc714 100644 --- a/src/generated/DirectoryRoleTemplates/Delta/DeltaGetResponse.cs +++ b/src/generated/DirectoryRoleTemplates/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DirectoryRoleTemplates/Delta/DeltaRequestBuilder.cs b/src/generated/DirectoryRoleTemplates/Delta/DeltaRequestBuilder.cs index 3c7a6c4f4e..0ad252ae5a 100644 --- a/src/generated/DirectoryRoleTemplates/Delta/DeltaRequestBuilder.cs +++ b/src/generated/DirectoryRoleTemplates/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoleTemplates/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoleTemplates/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoleTemplates/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoleTemplates/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/DirectoryRoleTemplates/DirectoryRoleTemplatesRequestBuilder.cs b/src/generated/DirectoryRoleTemplates/DirectoryRoleTemplatesRequestBuilder.cs index 05c0544e3f..d16ef8cd14 100644 --- a/src/generated/DirectoryRoleTemplates/DirectoryRoleTemplatesRequestBuilder.cs +++ b/src/generated/DirectoryRoleTemplates/DirectoryRoleTemplatesRequestBuilder.cs @@ -28,6 +28,7 @@ public class DirectoryRoleTemplatesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of directoryRoleTemplate entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -45,6 +46,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."; @@ -60,6 +62,7 @@ public Command BuildCountNavCommand() { /// /// Add new entity to directoryRoleTemplates /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add new entity to directoryRoleTemplates"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -118,6 +122,7 @@ public Command BuildDeltaNavCommand() { /// /// Provides operations to call the getAvailableExtensionProperties method. /// + /// A public Command BuildGetAvailableExtensionPropertiesNavCommand() { var command = new Command("get-available-extension-properties"); command.Description = "Provides operations to call the getAvailableExtensionProperties method."; @@ -133,6 +138,7 @@ public Command BuildGetAvailableExtensionPropertiesNavCommand() { /// /// Provides operations to call the getByIds method. /// + /// A public Command BuildGetByIdsNavCommand() { var command = new Command("get-by-ids"); command.Description = "Provides operations to call the getByIds method."; @@ -149,6 +155,7 @@ public Command BuildGetByIdsNavCommand() { /// Retrieve a list of directoryRoleTemplate objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of directoryRoleTemplate objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0"; @@ -235,6 +242,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the validateProperties method. /// + /// A public Command BuildValidatePropertiesNavCommand() { var command = new Command("validate-properties"); command.Description = "Provides operations to call the validateProperties method."; @@ -248,13 +256,13 @@ public Command BuildValidatePropertiesNavCommand() { return command; } /// - /// Instantiates a new DirectoryRoleTemplatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryRoleTemplatesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoleTemplates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip}", pathParameters) { } /// - /// Instantiates a new DirectoryRoleTemplatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryRoleTemplatesRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoleTemplates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip}", rawUrl) { @@ -262,6 +270,7 @@ public DirectoryRoleTemplatesRequestBuilder(string rawUrl) : base("{+baseurl}/di /// /// Retrieve a list of directoryRoleTemplate objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -278,6 +287,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add new entity to directoryRoleTemplates /// + /// 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 @@ -288,7 +298,7 @@ public RequestInformation ToPostRequestInformation(DirectoryRoleTemplate body, A public RequestInformation ToPostRequestInformation(DirectoryRoleTemplate 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}/directoryRoleTemplates", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs b/src/generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs index 6d8237b3fd..a0b94666d1 100644 --- a/src/generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs +++ b/src/generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetAvailableExtensionPropertiesPostRequestBody : IAdditionalDataHol /// The isSyncedFromOnPremises property public bool? IsSyncedFromOnPremises { get; set; } /// - /// Instantiates a new getAvailableExtensionPropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetAvailableExtensionPropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetAvailableExtensionPropertiesPostRequestBody() { /// /// 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 GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscrimin /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isSyncedFromOnPremises", n => { IsSyncedFromOnPremises = n.GetBoolValue(); } }, diff --git a/src/generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs b/src/generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs index 07b48357e7..a3ae8406e6 100644 --- a/src/generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs +++ b/src/generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs @@ -18,6 +18,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// 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 new GetAvailableExtensionPropertiesPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExtensionProperty.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index 88aef2ebfb..c20c2df0c2 100644 --- a/src/generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/generated/DirectoryRoleTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetAvailableExtensionPropertiesRequestBuilder : BaseCliRequestBuild /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetAvailableExtensionPropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoleTemplates/getAvailableExtensionProperties", pathParameters) { } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoleTemplates/getAvailableExtensionProperties", rawUrl) { @@ -88,6 +89,7 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+ba /// /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// + /// 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/DirectoryRoleTemplates/GetByIds/GetByIdsPostRequestBody.cs b/src/generated/DirectoryRoleTemplates/GetByIds/GetByIdsPostRequestBody.cs index c137cf8643..79482af5f9 100644 --- a/src/generated/DirectoryRoleTemplates/GetByIds/GetByIdsPostRequestBody.cs +++ b/src/generated/DirectoryRoleTemplates/GetByIds/GetByIdsPostRequestBody.cs @@ -25,7 +25,7 @@ public class GetByIdsPostRequestBody : IAdditionalDataHolder, IParsable { public List Types { get; set; } #endif /// - /// Instantiates a new getByIdsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetByIdsPostRequestBody() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public GetByIdsPostRequestBody() { /// /// 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 GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryRoleTemplates/GetByIds/GetByIdsPostResponse.cs b/src/generated/DirectoryRoleTemplates/GetByIds/GetByIdsPostResponse.cs index ffab47e7a2..d68866bb8c 100644 --- a/src/generated/DirectoryRoleTemplates/GetByIds/GetByIdsPostResponse.cs +++ b/src/generated/DirectoryRoleTemplates/GetByIds/GetByIdsPostResponse.cs @@ -18,6 +18,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// 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 new GetByIdsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DirectoryRoleTemplates/GetByIds/GetByIdsRequestBuilder.cs b/src/generated/DirectoryRoleTemplates/GetByIds/GetByIdsRequestBuilder.cs index d2bde334d6..e7af3199a2 100644 --- a/src/generated/DirectoryRoleTemplates/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/generated/DirectoryRoleTemplates/GetByIds/GetByIdsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetByIdsRequestBuilder : BaseCliRequestBuilder { /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetByIdsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoleTemplates/getByIds", pathParameters) { } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoleTemplates/getByIds", rawUrl) { @@ -88,6 +89,7 @@ public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoleTem /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// + /// 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/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs b/src/generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs index 041ac167b7..e99cc200b0 100644 --- a/src/generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs +++ b/src/generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable public List GroupIds { get; set; } #endif /// - /// Instantiates a new checkMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberGroupsPostRequestBody() { /// /// 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 CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupIds", n => { GroupIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs b/src/generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs index 7ffa9e5ec4..b56d93a310 100644 --- a/src/generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs +++ b/src/generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// 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 new CheckMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index e5df8c8454..b5f5b1830b 100644 --- a/src/generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class CheckMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoleTemplates/{directoryRoleTemplate%2Did}/checkMemberGroups", pathParameters) { } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoleTemplates/{directoryRoleTemplate%2Did}/checkMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/directo /// /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// + /// 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/DirectoryRoleTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs b/src/generated/DirectoryRoleTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs index 59b3a561fb..1b9361fc55 100644 --- a/src/generated/DirectoryRoleTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs +++ b/src/generated/DirectoryRoleTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsabl public List Ids { get; set; } #endif /// - /// Instantiates a new checkMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberObjectsPostRequestBody() { /// /// 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 CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryRoleTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs b/src/generated/DirectoryRoleTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs index babbe118d2..d73b914326 100644 --- a/src/generated/DirectoryRoleTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs +++ b/src/generated/DirectoryRoleTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// 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 new CheckMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryRoleTemplates/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs b/src/generated/DirectoryRoleTemplates/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs index 56777650eb..1c39a4d086 100644 --- a/src/generated/DirectoryRoleTemplates/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs +++ b/src/generated/DirectoryRoleTemplates/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs @@ -21,6 +21,7 @@ public class CheckMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action checkMemberObjects /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action checkMemberObjects"; @@ -79,13 +80,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoleTemplates/{directoryRoleTemplate%2Did}/checkMemberObjects", pathParameters) { } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoleTemplates/{directoryRoleTemplate%2Did}/checkMemberObjects", rawUrl) { @@ -93,6 +94,7 @@ public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/direct /// /// Invoke action checkMemberObjects /// + /// 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/DirectoryRoleTemplates/Item/DirectoryRoleTemplateItemRequestBuilder.cs b/src/generated/DirectoryRoleTemplates/Item/DirectoryRoleTemplateItemRequestBuilder.cs index fb7ed25218..bd50576b40 100644 --- a/src/generated/DirectoryRoleTemplates/Item/DirectoryRoleTemplateItemRequestBuilder.cs +++ b/src/generated/DirectoryRoleTemplates/Item/DirectoryRoleTemplateItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class DirectoryRoleTemplateItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the checkMemberGroups method. /// + /// A public Command BuildCheckMemberGroupsNavCommand() { var command = new Command("check-member-groups"); command.Description = "Provides operations to call the checkMemberGroups method."; @@ -42,6 +43,7 @@ public Command BuildCheckMemberGroupsNavCommand() { /// /// Provides operations to call the checkMemberObjects method. /// + /// A public Command BuildCheckMemberObjectsNavCommand() { var command = new Command("check-member-objects"); command.Description = "Provides operations to call the checkMemberObjects method."; @@ -57,6 +59,7 @@ public Command BuildCheckMemberObjectsNavCommand() { /// /// Delete entity from directoryRoleTemplates /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from directoryRoleTemplates"; @@ -91,6 +94,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a directoryroletemplate object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a directoryroletemplate object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0"; @@ -141,6 +145,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getMemberGroups method. /// + /// A public Command BuildGetMemberGroupsNavCommand() { var command = new Command("get-member-groups"); command.Description = "Provides operations to call the getMemberGroups method."; @@ -156,6 +161,7 @@ public Command BuildGetMemberGroupsNavCommand() { /// /// Provides operations to call the getMemberObjects method. /// + /// A public Command BuildGetMemberObjectsNavCommand() { var command = new Command("get-member-objects"); command.Description = "Provides operations to call the getMemberObjects method."; @@ -171,6 +177,7 @@ public Command BuildGetMemberObjectsNavCommand() { /// /// Update entity in directoryRoleTemplates /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in directoryRoleTemplates"; @@ -220,6 +227,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the restore method. /// + /// A public Command BuildRestoreNavCommand() { var command = new Command("restore"); command.Description = "Provides operations to call the restore method."; @@ -233,13 +241,13 @@ public Command BuildRestoreNavCommand() { return command; } /// - /// Instantiates a new DirectoryRoleTemplateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryRoleTemplateItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoleTemplates/{directoryRoleTemplate%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryRoleTemplateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryRoleTemplateItemRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoleTemplates/{directoryRoleTemplate%2Did}{?%24expand,%24select}", rawUrl) { @@ -247,6 +255,7 @@ public DirectoryRoleTemplateItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete entity from directoryRoleTemplates /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -255,7 +264,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/directoryRoleTemplates/{directoryRoleTemplate%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -263,6 +272,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a directoryroletemplate 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 @@ -279,6 +289,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in directoryRoleTemplates /// + /// 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 @@ -289,7 +300,7 @@ public RequestInformation ToPatchRequestInformation(DirectoryRoleTemplate body, public RequestInformation ToPatchRequestInformation(DirectoryRoleTemplate 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}/directoryRoleTemplates/{directoryRoleTemplate%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs b/src/generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs index 803b09b512..3d7895bdf6 100644 --- a/src/generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs +++ b/src/generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable { /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberGroupsPostRequestBody() { /// /// 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 GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs b/src/generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs index 4200935d3b..30900ac273 100644 --- a/src/generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs +++ b/src/generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// 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 new GetMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index 8041fe9b2d..bdc1ea166e 100644 --- a/src/generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoleTemplates/{directoryRoleTemplate%2Did}/getMemberGroups", pathParameters) { } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoleTemplates/{directoryRoleTemplate%2Did}/getMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/directory /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf 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 diff --git a/src/generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs b/src/generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs index 6029e87042..908c97c7c0 100644 --- a/src/generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs +++ b/src/generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsable /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberObjectsPostRequestBody() { /// /// 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 GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs b/src/generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs index 9d4ea5627e..ede6eb4539 100644 --- a/src/generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs +++ b/src/generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// 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 new GetMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index f12f51ec2f..956c3a231b 100644 --- a/src/generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/generated/DirectoryRoleTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoleTemplates/{directoryRoleTemplate%2Did}/getMemberObjects", pathParameters) { } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoleTemplates/{directoryRoleTemplate%2Did}/getMemberObjects", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/director /// /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// + /// 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/DirectoryRoleTemplates/Item/Restore/RestoreRequestBuilder.cs b/src/generated/DirectoryRoleTemplates/Item/Restore/RestoreRequestBuilder.cs index 6577071dc0..750ff1788e 100644 --- a/src/generated/DirectoryRoleTemplates/Item/Restore/RestoreRequestBuilder.cs +++ b/src/generated/DirectoryRoleTemplates/Item/Restore/RestoreRequestBuilder.cs @@ -23,6 +23,7 @@ public class RestoreRequestBuilder : BaseCliRequestBuilder { /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoleTemplates/{directoryRoleTemplate%2Did}/restore", pathParameters) { } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoleTemplates/{directoryRoleTemplate%2Did}/restore", rawUrl) { @@ -71,6 +72,7 @@ public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoleTemp /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// + /// 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/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesPostRequestBody.cs b/src/generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesPostRequestBody.cs index 185afaaf11..8012c1df6b 100644 --- a/src/generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesPostRequestBody.cs +++ b/src/generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesPostRequestBody.cs @@ -35,7 +35,7 @@ public class ValidatePropertiesPostRequestBody : IAdditionalDataHolder, IParsabl /// The onBehalfOfUserId property public Guid? OnBehalfOfUserId { get; set; } /// - /// Instantiates a new validatePropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValidatePropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public ValidatePropertiesPostRequestBody() { /// /// 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 ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.cs index 5f28f148ef..db9f18ecf4 100644 --- a/src/generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class ValidatePropertiesRequestBuilder : BaseCliRequestBuilder { /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"; @@ -53,13 +54,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValidatePropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoleTemplates/validateProperties", pathParameters) { } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoleTemplates/validateProperties", rawUrl) { @@ -67,6 +68,7 @@ public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/direct /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// + /// 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/DirectoryRoles/Count/CountRequestBuilder.cs b/src/generated/DirectoryRoles/Count/CountRequestBuilder.cs index 0e964c2dd8..d42177d416 100644 --- a/src/generated/DirectoryRoles/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryRoles/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}/directoryRoles/$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}/directoryRoles/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/$cou /// /// 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/DirectoryRoles/Delta/DeltaGetResponse.cs b/src/generated/DirectoryRoles/Delta/DeltaGetResponse.cs index 72ba9a84e8..586b361ae3 100644 --- a/src/generated/DirectoryRoles/Delta/DeltaGetResponse.cs +++ b/src/generated/DirectoryRoles/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryRole.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DirectoryRoles/Delta/DeltaRequestBuilder.cs b/src/generated/DirectoryRoles/Delta/DeltaRequestBuilder.cs index 3e86591ac4..f0d57c5061 100644 --- a/src/generated/DirectoryRoles/Delta/DeltaRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/DirectoryRoles/DirectoryRolesRequestBuilder.cs b/src/generated/DirectoryRoles/DirectoryRolesRequestBuilder.cs index f4ab7a2eff..b89bd42c44 100644 --- a/src/generated/DirectoryRoles/DirectoryRolesRequestBuilder.cs +++ b/src/generated/DirectoryRoles/DirectoryRolesRequestBuilder.cs @@ -28,6 +28,7 @@ public class DirectoryRolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of directoryRole entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -47,6 +48,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."; @@ -63,6 +65,7 @@ public Command BuildCountNavCommand() { /// Activate a directory role. To read a directory role or update its members, it must first be activated in the tenant. The Company Administrators and the implicit user directory roles (User, Guest User, and Restricted Guest User roles) are activated by default. To access and assign members to other directory roles, you must first activate it with its corresponding directory role template ID. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Activate a directory role. To read a directory role or update its members, it must first be activated in the tenant. The Company Administrators and the implicit user directory roles (User, Guest User, and Restricted Guest User roles) are activated by default. To access and assign members to other directory roles, you must first activate it with its corresponding directory role template ID.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -121,6 +125,7 @@ public Command BuildDeltaNavCommand() { /// /// Provides operations to call the getAvailableExtensionProperties method. /// + /// A public Command BuildGetAvailableExtensionPropertiesNavCommand() { var command = new Command("get-available-extension-properties"); command.Description = "Provides operations to call the getAvailableExtensionProperties method."; @@ -136,6 +141,7 @@ public Command BuildGetAvailableExtensionPropertiesNavCommand() { /// /// Provides operations to call the getByIds method. /// + /// A public Command BuildGetByIdsNavCommand() { var command = new Command("get-by-ids"); command.Description = "Provides operations to call the getByIds method."; @@ -152,6 +158,7 @@ public Command BuildGetByIdsNavCommand() { /// List the directory roles that are activated in the tenant. This operation only returns roles that have been activated. A role becomes activated when an admin activates the role using the Activate directoryRole API. Not all built-in roles are initially activated. When assigning a role using the Microsoft Entra admin center, the role activation step is implicitly done on the admin's behalf. To get the full list of roles that are available in Microsoft Entra ID, use List directoryRoleTemplates. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List the directory roles that are activated in the tenant. This operation only returns roles that have been activated. A role becomes activated when an admin activates the role using the Activate directoryRole API. Not all built-in roles are initially activated. When assigning a role using the Microsoft Entra admin center, the role activation step is implicitly done on the admin's behalf. To get the full list of roles that are available in Microsoft Entra ID, use List directoryRoleTemplates.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0"; @@ -238,6 +245,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the validateProperties method. /// + /// A public Command BuildValidatePropertiesNavCommand() { var command = new Command("validate-properties"); command.Description = "Provides operations to call the validateProperties method."; @@ -251,13 +259,13 @@ public Command BuildValidatePropertiesNavCommand() { return command; } /// - /// Instantiates a new DirectoryRolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryRolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip}", pathParameters) { } /// - /// Instantiates a new DirectoryRolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryRolesRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip}", rawUrl) { @@ -265,6 +273,7 @@ public DirectoryRolesRequestBuilder(string rawUrl) : base("{+baseurl}/directoryR /// /// List the directory roles that are activated in the tenant. This operation only returns roles that have been activated. A role becomes activated when an admin activates the role using the Activate directoryRole API. Not all built-in roles are initially activated. When assigning a role using the Microsoft Entra admin center, the role activation step is implicitly done on the admin's behalf. To get the full list of roles that are available in Microsoft Entra ID, use List directoryRoleTemplates. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -281,6 +290,7 @@ public RequestInformation ToGetRequestInformation(Action /// Activate a directory role. To read a directory role or update its members, it must first be activated in the tenant. The Company Administrators and the implicit user directory roles (User, Guest User, and Restricted Guest User roles) are activated by default. To access and assign members to other directory roles, you must first activate it with its corresponding directory role template ID. /// + /// 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 @@ -291,7 +301,7 @@ public RequestInformation ToPostRequestInformation(DirectoryRole 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}/directoryRoles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs b/src/generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs index be7040aacd..abe0f3dda5 100644 --- a/src/generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs +++ b/src/generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetAvailableExtensionPropertiesPostRequestBody : IAdditionalDataHol /// The isSyncedFromOnPremises property public bool? IsSyncedFromOnPremises { get; set; } /// - /// Instantiates a new getAvailableExtensionPropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetAvailableExtensionPropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetAvailableExtensionPropertiesPostRequestBody() { /// /// 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 GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscrimin /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isSyncedFromOnPremises", n => { IsSyncedFromOnPremises = n.GetBoolValue(); } }, diff --git a/src/generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs b/src/generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs index 0ce5b67c17..8db3152fba 100644 --- a/src/generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs +++ b/src/generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs @@ -18,6 +18,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// 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 new GetAvailableExtensionPropertiesPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExtensionProperty.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index 74196b336f..60671cc314 100644 --- a/src/generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/generated/DirectoryRoles/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetAvailableExtensionPropertiesRequestBuilder : BaseCliRequestBuild /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetAvailableExtensionPropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/getAvailableExtensionProperties", pathParameters) { } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/getAvailableExtensionProperties", rawUrl) { @@ -88,6 +89,7 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+ba /// /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// + /// 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/DirectoryRoles/GetByIds/GetByIdsPostRequestBody.cs b/src/generated/DirectoryRoles/GetByIds/GetByIdsPostRequestBody.cs index b157584f4e..06f3c143b7 100644 --- a/src/generated/DirectoryRoles/GetByIds/GetByIdsPostRequestBody.cs +++ b/src/generated/DirectoryRoles/GetByIds/GetByIdsPostRequestBody.cs @@ -25,7 +25,7 @@ public class GetByIdsPostRequestBody : IAdditionalDataHolder, IParsable { public List Types { get; set; } #endif /// - /// Instantiates a new getByIdsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetByIdsPostRequestBody() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public GetByIdsPostRequestBody() { /// /// 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 GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryRoles/GetByIds/GetByIdsPostResponse.cs b/src/generated/DirectoryRoles/GetByIds/GetByIdsPostResponse.cs index 5712c000e5..61fcb11128 100644 --- a/src/generated/DirectoryRoles/GetByIds/GetByIdsPostResponse.cs +++ b/src/generated/DirectoryRoles/GetByIds/GetByIdsPostResponse.cs @@ -18,6 +18,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// 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 new GetByIdsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/DirectoryRoles/GetByIds/GetByIdsRequestBuilder.cs b/src/generated/DirectoryRoles/GetByIds/GetByIdsRequestBuilder.cs index b4c36f48ab..bb363f5025 100644 --- a/src/generated/DirectoryRoles/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/generated/DirectoryRoles/GetByIds/GetByIdsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetByIdsRequestBuilder : BaseCliRequestBuilder { /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetByIdsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/getByIds", pathParameters) { } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/getByIds", rawUrl) { @@ -88,6 +89,7 @@ public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/g /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// + /// 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/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs b/src/generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs index e0679e52fe..b53a2f7d9d 100644 --- a/src/generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs +++ b/src/generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable public List GroupIds { get; set; } #endif /// - /// Instantiates a new checkMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberGroupsPostRequestBody() { /// /// 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 CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupIds", n => { GroupIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs b/src/generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs index 16654f6191..51c133e952 100644 --- a/src/generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs +++ b/src/generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// 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 new CheckMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index 718bffb221..12378d1f3b 100644 --- a/src/generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class CheckMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/checkMemberGroups", pathParameters) { } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/checkMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/directo /// /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// + /// 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/DirectoryRoles/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs b/src/generated/DirectoryRoles/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs index 17692f6268..8eb2ce6366 100644 --- a/src/generated/DirectoryRoles/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs +++ b/src/generated/DirectoryRoles/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsabl public List Ids { get; set; } #endif /// - /// Instantiates a new checkMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberObjectsPostRequestBody() { /// /// 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 CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryRoles/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs b/src/generated/DirectoryRoles/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs index 2f9aa41cec..4189413064 100644 --- a/src/generated/DirectoryRoles/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs +++ b/src/generated/DirectoryRoles/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// 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 new CheckMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryRoles/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs b/src/generated/DirectoryRoles/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs index a2759a3a40..0a2626a59e 100644 --- a/src/generated/DirectoryRoles/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs @@ -21,6 +21,7 @@ public class CheckMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action checkMemberObjects /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action checkMemberObjects"; @@ -79,13 +80,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/checkMemberObjects", pathParameters) { } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/checkMemberObjects", rawUrl) { @@ -93,6 +94,7 @@ public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/direct /// /// Invoke action checkMemberObjects /// + /// 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/DirectoryRoles/Item/DirectoryRoleItemRequestBuilder.cs b/src/generated/DirectoryRoles/Item/DirectoryRoleItemRequestBuilder.cs index 3bc4a9001d..c9a8426a25 100644 --- a/src/generated/DirectoryRoles/Item/DirectoryRoleItemRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/DirectoryRoleItemRequestBuilder.cs @@ -29,6 +29,7 @@ public class DirectoryRoleItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the checkMemberGroups method. /// + /// A public Command BuildCheckMemberGroupsNavCommand() { var command = new Command("check-member-groups"); command.Description = "Provides operations to call the checkMemberGroups method."; @@ -44,6 +45,7 @@ public Command BuildCheckMemberGroupsNavCommand() { /// /// Provides operations to call the checkMemberObjects method. /// + /// A public Command BuildCheckMemberObjectsNavCommand() { var command = new Command("check-member-objects"); command.Description = "Provides operations to call the checkMemberObjects method."; @@ -59,6 +61,7 @@ public Command BuildCheckMemberObjectsNavCommand() { /// /// Delete entity from directoryRoles /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from directoryRoles"; @@ -93,6 +96,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0"; @@ -143,6 +147,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getMemberGroups method. /// + /// A public Command BuildGetMemberGroupsNavCommand() { var command = new Command("get-member-groups"); command.Description = "Provides operations to call the getMemberGroups method."; @@ -158,6 +163,7 @@ public Command BuildGetMemberGroupsNavCommand() { /// /// Provides operations to call the getMemberObjects method. /// + /// A public Command BuildGetMemberObjectsNavCommand() { var command = new Command("get-member-objects"); command.Description = "Provides operations to call the getMemberObjects method."; @@ -173,6 +179,7 @@ public Command BuildGetMemberObjectsNavCommand() { /// /// Provides operations to manage the members property of the microsoft.graph.directoryRole entity. /// + /// A public Command BuildMembersNavCommand() { var command = new Command("members"); command.Description = "Provides operations to manage the members property of the microsoft.graph.directoryRole entity."; @@ -204,6 +211,7 @@ public Command BuildMembersNavCommand() { /// /// Update entity in directoryRoles /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in directoryRoles"; @@ -253,6 +261,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the restore method. /// + /// A public Command BuildRestoreNavCommand() { var command = new Command("restore"); command.Description = "Provides operations to call the restore method."; @@ -268,6 +277,7 @@ public Command BuildRestoreNavCommand() { /// /// Provides operations to manage the scopedMembers property of the microsoft.graph.directoryRole entity. /// + /// A public Command BuildScopedMembersNavCommand() { var command = new Command("scoped-members"); command.Description = "Provides operations to manage the scopedMembers property of the microsoft.graph.directoryRole entity."; @@ -291,13 +301,13 @@ public Command BuildScopedMembersNavCommand() { return command; } /// - /// Instantiates a new DirectoryRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -305,6 +315,7 @@ public DirectoryRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/directo /// /// Delete entity from directoryRoles /// + /// 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,7 +324,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/directoryRoles/{directoryRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -321,6 +332,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -337,6 +349,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in directoryRoles /// + /// 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 @@ -347,7 +360,7 @@ public RequestInformation ToPatchRequestInformation(DirectoryRole 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}/directoryRoles/{directoryRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs b/src/generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs index a92ea4e1d8..59d874bbd7 100644 --- a/src/generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs +++ b/src/generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable { /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberGroupsPostRequestBody() { /// /// 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 GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs b/src/generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs index 08bdac4b4f..729ad4d5ee 100644 --- a/src/generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs +++ b/src/generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// 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 new GetMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index 487e547401..2095ee6113 100644 --- a/src/generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/getMemberGroups", pathParameters) { } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/getMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/directory /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf 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 diff --git a/src/generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs b/src/generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs index f649e1ba3a..d76f1f9743 100644 --- a/src/generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs +++ b/src/generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsable /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberObjectsPostRequestBody() { /// /// 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 GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs b/src/generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs index e69a276c09..6d73d95475 100644 --- a/src/generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs +++ b/src/generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// 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 new GetMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index 1aed901415..dc4fe12d16 100644 --- a/src/generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/getMemberObjects", pathParameters) { } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/getMemberObjects", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/director /// /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// + /// 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/DirectoryRoles/Item/Members/Count/CountRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/Count/CountRequestBuilder.cs index d3fab1227c..a7362a6a82 100644 --- a/src/generated/DirectoryRoles/Item/Members/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/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"; @@ -66,13 +67,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}/directoryRoles/{directoryRole%2Did}/members/$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}/directoryRoles/{directoryRole%2Did}/members/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{dir /// /// 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/DirectoryRoles/Item/Members/GraphApplication/Count/CountRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/GraphApplication/Count/CountRequestBuilder.cs index 3736aa5cad..119732a0b8 100644 --- a/src/generated/DirectoryRoles/Item/Members/GraphApplication/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/GraphApplication/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"; @@ -66,13 +67,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}/directoryRoles/{directoryRole%2Did}/members/graph.application/$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}/directoryRoles/{directoryRole%2Did}/members/graph.application/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{dir /// /// 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/DirectoryRoles/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs index 3ae6a284c2..2536e249b7 100644 --- a/src/generated/DirectoryRoles/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphApplicationRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphApplicationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/graph.application{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/graph.application{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/director /// /// Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection /// + /// 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/DirectoryRoles/Item/Members/GraphDevice/Count/CountRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/GraphDevice/Count/CountRequestBuilder.cs index 7120617c5d..62df400fb7 100644 --- a/src/generated/DirectoryRoles/Item/Members/GraphDevice/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/GraphDevice/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"; @@ -66,13 +67,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}/directoryRoles/{directoryRole%2Did}/members/graph.device/$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}/directoryRoles/{directoryRole%2Did}/members/graph.device/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{dir /// /// 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/DirectoryRoles/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs index 9f94948082..be9f5a3435 100644 --- a/src/generated/DirectoryRoles/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphDeviceRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/graph.device{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/graph.device{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRole /// /// Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection /// + /// 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/DirectoryRoles/Item/Members/GraphGroup/Count/CountRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/GraphGroup/Count/CountRequestBuilder.cs index 464c6aa35d..88317bde47 100644 --- a/src/generated/DirectoryRoles/Item/Members/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/GraphGroup/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"; @@ -66,13 +67,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}/directoryRoles/{directoryRole%2Did}/members/graph.group/$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}/directoryRoles/{directoryRole%2Did}/members/graph.group/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{dir /// /// 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/DirectoryRoles/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs index 122d5b32b8..5ecd6dbef0 100644 --- a/src/generated/DirectoryRoles/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// 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/DirectoryRoles/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs index 62bbe1f52d..767d9cbe94 100644 --- a/src/generated/DirectoryRoles/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/GraphOrgContact/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"; @@ -66,13 +67,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}/directoryRoles/{directoryRole%2Did}/members/graph.orgContact/$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}/directoryRoles/{directoryRole%2Did}/members/graph.orgContact/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{dir /// /// 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/DirectoryRoles/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs index a88768da0b..c711ae2dae 100644 --- a/src/generated/DirectoryRoles/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphOrgContactRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphOrgContactRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/graph.orgContact{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/graph.orgContact{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/directory /// /// Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection /// + /// 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/DirectoryRoles/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs index 830d9848da..87c5295681 100644 --- a/src/generated/DirectoryRoles/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/GraphServicePrincipal/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"; @@ -66,13 +67,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}/directoryRoles/{directoryRole%2Did}/members/graph.servicePrincipal/$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}/directoryRoles/{directoryRole%2Did}/members/graph.servicePrincipal/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{dir /// /// 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/DirectoryRoles/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 0a46d0e115..1e6af34553 100644 --- a/src/generated/DirectoryRoles/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/dir /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// 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/DirectoryRoles/Item/Members/GraphUser/Count/CountRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/GraphUser/Count/CountRequestBuilder.cs index 4c809420d7..54ac4688e8 100644 --- a/src/generated/DirectoryRoles/Item/Members/GraphUser/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/GraphUser/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"; @@ -66,13 +67,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}/directoryRoles/{directoryRole%2Did}/members/graph.user/$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}/directoryRoles/{directoryRole%2Did}/members/graph.user/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{dir /// /// 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/DirectoryRoles/Item/Members/GraphUser/GraphUserRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/GraphUser/GraphUserRequestBuilder.cs index 78a20ad89d..0e7be79cff 100644 --- a/src/generated/DirectoryRoles/Item/Members/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/GraphUser/GraphUserRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/ /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// 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/DirectoryRoles/Item/Members/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/Item/DirectoryObjectItemRequestBuilder.cs index eddbbd56db..908e0087cb 100644 --- a/src/generated/DirectoryRoles/Item/Members/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/Item/DirectoryObjectItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Casts the previous resource to application. /// + /// A public Command BuildGraphApplicationByIdNavCommand() { var command = new Command("graph-application-by-id"); command.Description = "Casts the previous resource to application."; @@ -39,6 +40,7 @@ public Command BuildGraphApplicationByIdNavCommand() { /// /// Casts the previous resource to device. /// + /// A public Command BuildGraphDeviceByIdNavCommand() { var command = new Command("graph-device-by-id"); command.Description = "Casts the previous resource to device."; @@ -54,6 +56,7 @@ public Command BuildGraphDeviceByIdNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupByIdNavCommand() { var command = new Command("graph-group-by-id"); command.Description = "Casts the previous resource to group."; @@ -69,6 +72,7 @@ public Command BuildGraphGroupByIdNavCommand() { /// /// Casts the previous resource to orgContact. /// + /// A public Command BuildGraphOrgContactByIdNavCommand() { var command = new Command("graph-org-contact-by-id"); command.Description = "Casts the previous resource to orgContact."; @@ -84,6 +88,7 @@ public Command BuildGraphOrgContactByIdNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalByIdNavCommand() { var command = new Command("graph-service-principal-by-id"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -99,6 +104,7 @@ public Command BuildGraphServicePrincipalByIdNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserByIdNavCommand() { var command = new Command("graph-user-by-id"); command.Description = "Casts the previous resource to user."; @@ -114,6 +120,7 @@ public Command BuildGraphUserByIdNavCommand() { /// /// Provides operations to manage the collection of directoryRole entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of directoryRole entities."; @@ -127,13 +134,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/{directoryObject%2Did}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/{directoryObject%2Did}", rawUrl) { diff --git a/src/generated/DirectoryRoles/Item/Members/Item/GraphApplication/GraphApplicationRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/Item/GraphApplication/GraphApplicationRequestBuilder.cs index cb3bb67e75..c063430941 100644 --- a/src/generated/DirectoryRoles/Item/Members/Item/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/Item/GraphApplication/GraphApplicationRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphApplicationRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.application /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.application"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphApplicationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/{directoryObject%2Did}/graph.application{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/{directoryObject%2Did}/graph.application{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/director /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.application /// + /// 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/DirectoryRoles/Item/Members/Item/GraphDevice/GraphDeviceRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/Item/GraphDevice/GraphDeviceRequestBuilder.cs index aade1433d5..4070292cd4 100644 --- a/src/generated/DirectoryRoles/Item/Members/Item/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/Item/GraphDevice/GraphDeviceRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphDeviceRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.device /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.device"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/{directoryObject%2Did}/graph.device{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/{directoryObject%2Did}/graph.device{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRole /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.device /// + /// 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/DirectoryRoles/Item/Members/Item/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/Item/GraphGroup/GraphGroupRequestBuilder.cs index 34676cd897..2f1d5c6944 100644 --- a/src/generated/DirectoryRoles/Item/Members/Item/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/Item/GraphGroup/GraphGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.group"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/{directoryObject%2Did}/graph.group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/{directoryObject%2Did}/graph.group{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// 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/DirectoryRoles/Item/Members/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs index a3494cf897..f65e17e375 100644 --- a/src/generated/DirectoryRoles/Item/Members/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphOrgContactRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphOrgContactRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/{directoryObject%2Did}/graph.orgContact{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/{directoryObject%2Did}/graph.orgContact{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/directory /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact /// + /// 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/DirectoryRoles/Item/Members/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 725abef351..4063470d72 100644 --- a/src/generated/DirectoryRoles/Item/Members/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/dir /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// 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/DirectoryRoles/Item/Members/Item/GraphUser/GraphUserRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/Item/GraphUser/GraphUserRequestBuilder.cs index 97815f3178..0623d330d6 100644 --- a/src/generated/DirectoryRoles/Item/Members/Item/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/Item/GraphUser/GraphUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.user"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/{directoryObject%2Did}/graph.user{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/{directoryObject%2Did}/graph.user{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/ /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// 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/DirectoryRoles/Item/Members/Item/Ref/RefRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/Item/Ref/RefRequestBuilder.cs index 218b0a2966..5f05a6f827 100644 --- a/src/generated/DirectoryRoles/Item/Members/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a member from a directoryRole. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a member from a directoryRole. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/{directoryObject%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/{directoryObject%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{direc /// /// Remove a member from a directoryRole. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. /// + /// 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/DirectoryRoles/Item/Members/MembersRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/MembersRequestBuilder.cs index 11982b49b1..9d79f544b8 100644 --- a/src/generated/DirectoryRoles/Item/Members/MembersRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/MembersRequestBuilder.cs @@ -31,6 +31,7 @@ public class MembersRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.directoryRoles.item.members.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -46,6 +47,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."; @@ -61,6 +63,7 @@ public Command BuildCountNavCommand() { /// /// Casts the previous resource to application. /// + /// A public Command BuildGraphApplicationNavCommand() { var command = new Command("graph-application"); command.Description = "Casts the previous resource to application."; @@ -82,6 +85,7 @@ public Command BuildGraphApplicationNavCommand() { /// /// Casts the previous resource to device. /// + /// A public Command BuildGraphDeviceNavCommand() { var command = new Command("graph-device"); command.Description = "Casts the previous resource to device."; @@ -103,6 +107,7 @@ public Command BuildGraphDeviceNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupNavCommand() { var command = new Command("graph-group"); command.Description = "Casts the previous resource to group."; @@ -124,6 +129,7 @@ public Command BuildGraphGroupNavCommand() { /// /// Casts the previous resource to orgContact. /// + /// A public Command BuildGraphOrgContactNavCommand() { var command = new Command("graph-org-contact"); command.Description = "Casts the previous resource to orgContact."; @@ -145,6 +151,7 @@ public Command BuildGraphOrgContactNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalNavCommand() { var command = new Command("graph-service-principal"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -166,6 +173,7 @@ public Command BuildGraphServicePrincipalNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserNavCommand() { var command = new Command("graph-user"); command.Description = "Casts the previous resource to user."; @@ -188,6 +196,7 @@ public Command BuildGraphUserNavCommand() { /// Users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable. Supports $expand. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable. Supports $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0"; @@ -293,6 +302,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of directoryRole entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of directoryRole entities."; @@ -308,13 +318,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MembersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -322,6 +332,7 @@ public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{d /// /// Users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable. Supports $expand. /// + /// 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/DirectoryRoles/Item/Members/Ref/RefRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Members/Ref/RefRequestBuilder.cs index 9744f98cfc..2ea2d5b2ed 100644 --- a/src/generated/DirectoryRoles/Item/Members/Ref/RefRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Members/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a member from a directoryRole. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a member from a directoryRole. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable. Supports $expand. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable. Supports $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0"; @@ -155,6 +157,7 @@ public Command BuildGetCommand() { /// Create a new directory role member. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a new directory role member. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-1.0"; @@ -192,20 +195,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/members/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove a member from a directoryRole. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,7 +218,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/directoryRoles/{directoryRole%2Did}/members/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -222,6 +226,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -238,6 +243,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new directory role member. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. /// + /// 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 @@ -248,7 +254,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/directoryRoles/{directoryRole%2Did}/members/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryRoles/Item/Restore/RestoreRequestBuilder.cs b/src/generated/DirectoryRoles/Item/Restore/RestoreRequestBuilder.cs index 79b9fb7e87..6d54429255 100644 --- a/src/generated/DirectoryRoles/Item/Restore/RestoreRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/Restore/RestoreRequestBuilder.cs @@ -23,6 +23,7 @@ public class RestoreRequestBuilder : BaseCliRequestBuilder { /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/restore", pathParameters) { } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/restore", rawUrl) { @@ -71,6 +72,7 @@ public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{d /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// + /// 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/DirectoryRoles/Item/ScopedMembers/Count/CountRequestBuilder.cs b/src/generated/DirectoryRoles/Item/ScopedMembers/Count/CountRequestBuilder.cs index 65aad5c0ed..69b8644e65 100644 --- a/src/generated/DirectoryRoles/Item/ScopedMembers/Count/CountRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/ScopedMembers/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}/directoryRoles/{directoryRole%2Did}/scopedMembers/$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}/directoryRoles/{directoryRole%2Did}/scopedMembers/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{dir /// /// 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/DirectoryRoles/Item/ScopedMembers/Item/ScopedRoleMembershipItemRequestBuilder.cs b/src/generated/DirectoryRoles/Item/ScopedMembers/Item/ScopedRoleMembershipItemRequestBuilder.cs index 5db4f786e5..8f13298614 100644 --- a/src/generated/DirectoryRoles/Item/ScopedMembers/Item/ScopedRoleMembershipItemRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/ScopedMembers/Item/ScopedRoleMembershipItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ScopedRoleMembershipItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property scopedMembers for directoryRoles /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopedMembers for directoryRoles"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Members of this directory role that are scoped to administrative units. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Members of this directory role that are scoped to administrative units. Read-only. Nullable."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopedMembers in directoryRoles /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopedMembers in directoryRoles"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ScopedRoleMembershipItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopedRoleMembershipItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/scopedMembers/{scopedRoleMembership%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ScopedRoleMembershipItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopedRoleMembershipItemRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/scopedMembers/{scopedRoleMembership%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public ScopedRoleMembershipItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property scopedMembers for directoryRoles /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/directoryRoles/{directoryRole%2Did}/scopedMembers/{scopedRoleMembership%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Members of this directory role that are scoped to administrative units. Read-only. Nullable. /// + /// 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 /// Update the navigation property scopedMembers in directoryRoles /// + /// 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 ToPatchRequestInformation(ScopedRoleMembership body, A public RequestInformation ToPatchRequestInformation(ScopedRoleMembership 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}/directoryRoles/{directoryRole%2Did}/scopedMembers/{scopedRoleMembership%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryRoles/Item/ScopedMembers/ScopedMembersRequestBuilder.cs b/src/generated/DirectoryRoles/Item/ScopedMembers/ScopedMembersRequestBuilder.cs index 6959db1a94..9f3afd3bf2 100644 --- a/src/generated/DirectoryRoles/Item/ScopedMembers/ScopedMembersRequestBuilder.cs +++ b/src/generated/DirectoryRoles/Item/ScopedMembers/ScopedMembersRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopedMembersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopedMembers property of the microsoft.graph.directoryRole entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ScopedRoleMembershipItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to scopedMembers for directoryRoles /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopedMembers for directoryRoles"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of scopedRoleMembership objects for a directory role. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of scopedRoleMembership objects for a directory role.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopedMembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopedMembersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/scopedMembers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopedMembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopedMembersRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/{directoryRole%2Did}/scopedMembers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public ScopedMembersRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRo /// /// Retrieve a list of scopedRoleMembership objects for a directory role. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopedMembers for directoryRoles /// + /// 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 @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(ScopedRoleMembership body, Ac public RequestInformation ToPostRequestInformation(ScopedRoleMembership 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}/directoryRoles/{directoryRole%2Did}/scopedMembers", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DirectoryRoles/ValidateProperties/ValidatePropertiesPostRequestBody.cs b/src/generated/DirectoryRoles/ValidateProperties/ValidatePropertiesPostRequestBody.cs index dd093f2fb7..96e4468977 100644 --- a/src/generated/DirectoryRoles/ValidateProperties/ValidatePropertiesPostRequestBody.cs +++ b/src/generated/DirectoryRoles/ValidateProperties/ValidatePropertiesPostRequestBody.cs @@ -35,7 +35,7 @@ public class ValidatePropertiesPostRequestBody : IAdditionalDataHolder, IParsabl /// The onBehalfOfUserId property public Guid? OnBehalfOfUserId { get; set; } /// - /// Instantiates a new validatePropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValidatePropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public ValidatePropertiesPostRequestBody() { /// /// 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 ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/DirectoryRoles/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/generated/DirectoryRoles/ValidateProperties/ValidatePropertiesRequestBuilder.cs index 41293c9cbe..faa61e410f 100644 --- a/src/generated/DirectoryRoles/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/generated/DirectoryRoles/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class ValidatePropertiesRequestBuilder : BaseCliRequestBuilder { /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"; @@ -53,13 +54,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValidatePropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles/validateProperties", pathParameters) { } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles/validateProperties", rawUrl) { @@ -67,6 +68,7 @@ public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/direct /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// + /// 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/DirectoryRolesWithRoleTemplateId/DirectoryRolesWithRoleTemplateIdRequestBuilder.cs b/src/generated/DirectoryRolesWithRoleTemplateId/DirectoryRolesWithRoleTemplateIdRequestBuilder.cs index 7471d77c10..1e9947568c 100644 --- a/src/generated/DirectoryRolesWithRoleTemplateId/DirectoryRolesWithRoleTemplateIdRequestBuilder.cs +++ b/src/generated/DirectoryRolesWithRoleTemplateId/DirectoryRolesWithRoleTemplateIdRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryRolesWithRoleTemplateIdRequestBuilder : BaseCliRequestBuil /// /// Delete entity from directoryRoles by roleTemplateId /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from directoryRoles by roleTemplateId"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update entity in directoryRoles by roleTemplateId /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in directoryRoles by roleTemplateId"; @@ -153,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DirectoryRolesWithRoleTemplateIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryRolesWithRoleTemplateIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/directoryRoles(roleTemplateId='{roleTemplateId}'){?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryRolesWithRoleTemplateIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryRolesWithRoleTemplateIdRequestBuilder(string rawUrl) : base("{+baseurl}/directoryRoles(roleTemplateId='{roleTemplateId}'){?%24expand,%24select}", rawUrl) { @@ -167,6 +170,7 @@ public DirectoryRolesWithRoleTemplateIdRequestBuilder(string rawUrl) : base("{+b /// /// Delete entity from directoryRoles by roleTemplateId /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -175,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}/directoryRoles(roleTemplateId='{roleTemplateId}')", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -183,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -199,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in directoryRoles by roleTemplateId /// + /// 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 @@ -209,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(DirectoryRole 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}/directoryRoles(roleTemplateId='{roleTemplateId}')", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DomainDnsRecords/Count/CountRequestBuilder.cs b/src/generated/DomainDnsRecords/Count/CountRequestBuilder.cs index d601c7a982..2c6f1f8fab 100644 --- a/src/generated/DomainDnsRecords/Count/CountRequestBuilder.cs +++ b/src/generated/DomainDnsRecords/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}/domainDnsRecords/$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}/domainDnsRecords/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/domainDnsRecords/$c /// /// 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/DomainDnsRecords/DomainDnsRecordsRequestBuilder.cs b/src/generated/DomainDnsRecords/DomainDnsRecordsRequestBuilder.cs index 7eb94f1772..dceab3c689 100644 --- a/src/generated/DomainDnsRecords/DomainDnsRecordsRequestBuilder.cs +++ b/src/generated/DomainDnsRecords/DomainDnsRecordsRequestBuilder.cs @@ -24,6 +24,7 @@ public class DomainDnsRecordsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of domainDnsRecord entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DomainDnsRecordItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Add new entity to domainDnsRecords /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add new entity to domainDnsRecords"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// Get entities from domainDnsRecords /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get entities from domainDnsRecords"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DomainDnsRecordsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DomainDnsRecordsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/domainDnsRecords{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DomainDnsRecordsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DomainDnsRecordsRequestBuilder(string rawUrl) : base("{+baseurl}/domainDnsRecords{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public DomainDnsRecordsRequestBuilder(string rawUrl) : base("{+baseurl}/domainDn /// /// Get entities from domainDnsRecords /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add new entity to domainDnsRecords /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(DomainDnsRecord body, Action< public RequestInformation ToPostRequestInformation(DomainDnsRecord 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}/domainDnsRecords", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/DomainDnsRecords/Item/DomainDnsRecordItemRequestBuilder.cs b/src/generated/DomainDnsRecords/Item/DomainDnsRecordItemRequestBuilder.cs index 44d84f8438..fe24e7ce0b 100644 --- a/src/generated/DomainDnsRecords/Item/DomainDnsRecordItemRequestBuilder.cs +++ b/src/generated/DomainDnsRecords/Item/DomainDnsRecordItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DomainDnsRecordItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete entity from domainDnsRecords /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from domainDnsRecords"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Get entity from domainDnsRecords by key /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get entity from domainDnsRecords by key"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update entity in domainDnsRecords /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in domainDnsRecords"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DomainDnsRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DomainDnsRecordItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/domainDnsRecords/{domainDnsRecord%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DomainDnsRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DomainDnsRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/domainDnsRecords/{domainDnsRecord%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public DomainDnsRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/domai /// /// Delete entity from domainDnsRecords /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/domainDnsRecords/{domainDnsRecord%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get entity from domainDnsRecords 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 @@ -198,6 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in domainDnsRecords /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(DomainDnsRecord body, Action public RequestInformation ToPatchRequestInformation(DomainDnsRecord 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}/domainDnsRecords/{domainDnsRecord%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Domains/Count/CountRequestBuilder.cs b/src/generated/Domains/Count/CountRequestBuilder.cs index c63ff28612..2f201c0528 100644 --- a/src/generated/Domains/Count/CountRequestBuilder.cs +++ b/src/generated/Domains/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}/domains/$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}/domains/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/domains/$count{?%24 /// /// 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/Domains/DomainsRequestBuilder.cs b/src/generated/Domains/DomainsRequestBuilder.cs index 29090a563f..05d1f7037f 100644 --- a/src/generated/Domains/DomainsRequestBuilder.cs +++ b/src/generated/Domains/DomainsRequestBuilder.cs @@ -24,6 +24,7 @@ public class DomainsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of domain entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -43,6 +44,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."; @@ -59,6 +61,7 @@ public Command BuildCountNavCommand() { /// Adds a domain to the tenant. Important: You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. See List verificationDnsRecords for details. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Adds a domain to the tenant. Important: You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. See List verificationDnsRecords for details. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of domain objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of domain objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0"; @@ -193,13 +197,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DomainsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DomainsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/domains{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DomainsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DomainsRequestBuilder(string rawUrl) : base("{+baseurl}/domains{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -207,6 +211,7 @@ public DomainsRequestBuilder(string rawUrl) : base("{+baseurl}/domains{?%24count /// /// Retrieve a list of domain objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -223,6 +228,7 @@ public RequestInformation ToGetRequestInformation(Action /// Adds a domain to the tenant. Important: You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. See List verificationDnsRecords for details. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified. /// + /// 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 @@ -233,7 +239,7 @@ public RequestInformation ToPostRequestInformation(Domain 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}/domains", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Domains/Item/DomainItemRequestBuilder.cs b/src/generated/Domains/Item/DomainItemRequestBuilder.cs index f106f8edd4..a313026c24 100644 --- a/src/generated/Domains/Item/DomainItemRequestBuilder.cs +++ b/src/generated/Domains/Item/DomainItemRequestBuilder.cs @@ -30,6 +30,7 @@ public class DomainItemRequestBuilder : BaseCliRequestBuilder { /// Deletes a domain from a tenant. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a domain from a tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the domainNameReferences property of the microsoft.graph.domain entity. /// + /// A public Command BuildDomainNameReferencesNavCommand() { var command = new Command("domain-name-references"); command.Description = "Provides operations to manage the domainNameReferences property of the microsoft.graph.domain entity."; @@ -87,6 +89,7 @@ public Command BuildDomainNameReferencesNavCommand() { /// /// Provides operations to manage the federationConfiguration property of the microsoft.graph.domain entity. /// + /// A public Command BuildFederationConfigurationNavCommand() { var command = new Command("federation-configuration"); command.Description = "Provides operations to manage the federationConfiguration property of the microsoft.graph.domain entity."; @@ -112,6 +115,7 @@ public Command BuildFederationConfigurationNavCommand() { /// /// Provides operations to call the forceDelete method. /// + /// A public Command BuildForceDeleteNavCommand() { var command = new Command("force-delete"); command.Description = "Provides operations to call the forceDelete method."; @@ -128,6 +132,7 @@ public Command BuildForceDeleteNavCommand() { /// Retrieve the properties and relationships of domain object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of domain object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0"; @@ -179,6 +184,7 @@ public Command BuildGetCommand() { /// Update the properties of domain object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of domain object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-1.0"; @@ -228,6 +234,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the promote method. /// + /// A public Command BuildPromoteNavCommand() { var command = new Command("promote"); command.Description = "Provides operations to call the promote method."; @@ -243,6 +250,7 @@ public Command BuildPromoteNavCommand() { /// /// Provides operations to manage the serviceConfigurationRecords property of the microsoft.graph.domain entity. /// + /// A public Command BuildServiceConfigurationRecordsNavCommand() { var command = new Command("service-configuration-records"); command.Description = "Provides operations to manage the serviceConfigurationRecords property of the microsoft.graph.domain entity."; @@ -268,6 +276,7 @@ public Command BuildServiceConfigurationRecordsNavCommand() { /// /// Provides operations to manage the verificationDnsRecords property of the microsoft.graph.domain entity. /// + /// A public Command BuildVerificationDnsRecordsNavCommand() { var command = new Command("verification-dns-records"); command.Description = "Provides operations to manage the verificationDnsRecords property of the microsoft.graph.domain entity."; @@ -293,6 +302,7 @@ public Command BuildVerificationDnsRecordsNavCommand() { /// /// Provides operations to call the verify method. /// + /// A public Command BuildVerifyNavCommand() { var command = new Command("verify"); command.Description = "Provides operations to call the verify method."; @@ -306,13 +316,13 @@ public Command BuildVerifyNavCommand() { return command; } /// - /// Instantiates a new DomainItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DomainItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/domains/{domain%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DomainItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DomainItemRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{domain%2Did}{?%24expand,%24select}", rawUrl) { @@ -320,6 +330,7 @@ public DomainItemRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{domai /// /// Deletes a domain from 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 @@ -328,7 +339,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/domains/{domain%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -336,6 +347,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of domain 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 @@ -352,6 +364,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of domain 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 @@ -362,7 +375,7 @@ public RequestInformation ToPatchRequestInformation(Domain 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}/domains/{domain%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Domains/Item/DomainNameReferences/Count/CountRequestBuilder.cs b/src/generated/Domains/Item/DomainNameReferences/Count/CountRequestBuilder.cs index 03a44bf83f..9f9ce235c8 100644 --- a/src/generated/Domains/Item/DomainNameReferences/Count/CountRequestBuilder.cs +++ b/src/generated/Domains/Item/DomainNameReferences/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}/domains/{domain%2Did}/domainNameReferences/$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}/domains/{domain%2Did}/domainNameReferences/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{domain%2Di /// /// 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/Domains/Item/DomainNameReferences/DomainNameReferencesRequestBuilder.cs b/src/generated/Domains/Item/DomainNameReferences/DomainNameReferencesRequestBuilder.cs index 4719b2e171..54ad009428 100644 --- a/src/generated/Domains/Item/DomainNameReferences/DomainNameReferencesRequestBuilder.cs +++ b/src/generated/Domains/Item/DomainNameReferences/DomainNameReferencesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DomainNameReferencesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the domainNameReferences property of the microsoft.graph.domain entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Retrieve a list of directoryObject with a reference to the domain. The returned list will contain all directory objects that have a dependency on the domain. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of directoryObject with a reference to the domain. The returned list will contain all directory objects that have a dependency on the domain.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DomainNameReferencesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DomainNameReferencesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/domains/{domain%2Did}/domainNameReferences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DomainNameReferencesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DomainNameReferencesRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{domain%2Did}/domainNameReferences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public DomainNameReferencesRequestBuilder(string rawUrl) : base("{+baseurl}/doma /// /// Retrieve a list of directoryObject with a reference to the domain. The returned list will contain all directory objects that have a dependency on the domain. /// + /// 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/Domains/Item/DomainNameReferences/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Domains/Item/DomainNameReferences/Item/DirectoryObjectItemRequestBuilder.cs index 5410237851..b82f3f947c 100644 --- a/src/generated/Domains/Item/DomainNameReferences/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Domains/Item/DomainNameReferences/Item/DirectoryObjectItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// The objects such as users and groups that reference the domain ID. Read-only, Nullable. Supports $expand and $filter by the OData type of objects returned. For example /domains/{domainId}/domainNameReferences/microsoft.graph.user and /domains/{domainId}/domainNameReferences/microsoft.graph.group. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The objects such as users and groups that reference the domain ID. Read-only, Nullable. Supports $expand and $filter by the OData type of objects returned. For example /domains/{domainId}/domainNameReferences/microsoft.graph.user and /domains/{domainId}/domainNameReferences/microsoft.graph.group."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/domains/{domain%2Did}/domainNameReferences/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{domain%2Did}/domainNameReferences/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/domai /// /// The objects such as users and groups that reference the domain ID. Read-only, Nullable. Supports $expand and $filter by the OData type of objects returned. For example /domains/{domainId}/domainNameReferences/microsoft.graph.user and /domains/{domainId}/domainNameReferences/microsoft.graph.group. /// + /// 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/Domains/Item/FederationConfiguration/Count/CountRequestBuilder.cs b/src/generated/Domains/Item/FederationConfiguration/Count/CountRequestBuilder.cs index f1d96db026..5c9081a3a7 100644 --- a/src/generated/Domains/Item/FederationConfiguration/Count/CountRequestBuilder.cs +++ b/src/generated/Domains/Item/FederationConfiguration/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}/domains/{domain%2Did}/federationConfiguration/$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}/domains/{domain%2Did}/federationConfiguration/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{domain%2Di /// /// 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/Domains/Item/FederationConfiguration/FederationConfigurationRequestBuilder.cs b/src/generated/Domains/Item/FederationConfiguration/FederationConfigurationRequestBuilder.cs index c40becf8fd..f2bb8f55d9 100644 --- a/src/generated/Domains/Item/FederationConfiguration/FederationConfigurationRequestBuilder.cs +++ b/src/generated/Domains/Item/FederationConfiguration/FederationConfigurationRequestBuilder.cs @@ -24,6 +24,7 @@ public class FederationConfigurationRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the federationConfiguration property of the microsoft.graph.domain entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new InternalDomainFederationItemRequestBuilder(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 internalDomainFederation object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new internalDomainFederation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Read the properties of the internalDomainFederation objects for the domain. This API returns only one object in the collection. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties of the internalDomainFederation objects for the domain. This API returns only one object in the collection.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FederationConfigurationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FederationConfigurationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/domains/{domain%2Did}/federationConfiguration{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FederationConfigurationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FederationConfigurationRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{domain%2Did}/federationConfiguration{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public FederationConfigurationRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Read the properties of the internalDomainFederation objects for the domain. This API returns only one object in the collection. /// + /// 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 internalDomainFederation 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(InternalDomainFederation body public RequestInformation ToPostRequestInformation(InternalDomainFederation 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}/domains/{domain%2Did}/federationConfiguration", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Domains/Item/FederationConfiguration/Item/InternalDomainFederationItemRequestBuilder.cs b/src/generated/Domains/Item/FederationConfiguration/Item/InternalDomainFederationItemRequestBuilder.cs index 885bbf0c99..f192ecdd7b 100644 --- a/src/generated/Domains/Item/FederationConfiguration/Item/InternalDomainFederationItemRequestBuilder.cs +++ b/src/generated/Domains/Item/FederationConfiguration/Item/InternalDomainFederationItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class InternalDomainFederationItemRequestBuilder : BaseCliRequestBuilder /// Delete an internalDomainFederation object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an internalDomainFederation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an internalDomainFederation object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an internalDomainFederation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of an internalDomainFederation object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an internalDomainFederation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new InternalDomainFederationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InternalDomainFederationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/domains/{domain%2Did}/federationConfiguration/{internalDomainFederation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new InternalDomainFederationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InternalDomainFederationItemRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{domain%2Did}/federationConfiguration/{internalDomainFederation%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public InternalDomainFederationItemRequestBuilder(string rawUrl) : base("{+baseu /// /// Delete an internalDomainFederation 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 @@ -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}/domains/{domain%2Did}/federationConfiguration/{internalDomainFederation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an internalDomainFederation 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an internalDomainFederation 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(InternalDomainFederation bod public RequestInformation ToPatchRequestInformation(InternalDomainFederation 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}/domains/{domain%2Did}/federationConfiguration/{internalDomainFederation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Domains/Item/ForceDelete/ForceDeletePostRequestBody.cs b/src/generated/Domains/Item/ForceDelete/ForceDeletePostRequestBody.cs index c1802e9296..26ddcbf334 100644 --- a/src/generated/Domains/Item/ForceDelete/ForceDeletePostRequestBody.cs +++ b/src/generated/Domains/Item/ForceDelete/ForceDeletePostRequestBody.cs @@ -11,7 +11,7 @@ public class ForceDeletePostRequestBody : IAdditionalDataHolder, IParsable { /// The disableUserAccounts property public bool? DisableUserAccounts { get; set; } /// - /// Instantiates a new forceDeletePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ForceDeletePostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public ForceDeletePostRequestBody() { /// /// 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 ForceDeletePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static ForceDeletePostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"disableUserAccounts", n => { DisableUserAccounts = n.GetBoolValue(); } }, diff --git a/src/generated/Domains/Item/ForceDelete/ForceDeleteRequestBuilder.cs b/src/generated/Domains/Item/ForceDelete/ForceDeleteRequestBuilder.cs index b8c4f1830b..c03746f515 100644 --- a/src/generated/Domains/Item/ForceDelete/ForceDeleteRequestBuilder.cs +++ b/src/generated/Domains/Item/ForceDelete/ForceDeleteRequestBuilder.cs @@ -22,6 +22,7 @@ public class ForceDeleteRequestBuilder : BaseCliRequestBuilder { /// Deletes a domain using an asynchronous long-running operation. Prior to calling forceDelete, you must update or remove any references to Exchange as the provisioning service. The following actions are performed as part of this operation: After the domain deletion completes, API operations for the deleted domain will return an HTTP 404 status code. To verify deletion of a domain, you can perform a get domain operation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Deletes a domain using an asynchronous long-running operation. Prior to calling forceDelete, you must update or remove any references to Exchange as the provisioning service. The following actions are performed as part of this operation: After the domain deletion completes, API operations for the deleted domain will return an HTTP 404 status code. To verify deletion of a domain, you can perform a get domain operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ForceDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ForceDeleteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/domains/{domain%2Did}/forceDelete", pathParameters) { } /// - /// Instantiates a new ForceDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ForceDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{domain%2Did}/forceDelete", rawUrl) { @@ -73,6 +74,7 @@ public ForceDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{doma /// /// Deletes a domain using an asynchronous long-running operation. Prior to calling forceDelete, you must update or remove any references to Exchange as the provisioning service. The following actions are performed as part of this operation: After the domain deletion completes, API operations for the deleted domain will return an HTTP 404 status code. To verify deletion of a domain, you can perform a get domain operation. /// + /// 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/Domains/Item/Promote/PromotePostResponse.cs b/src/generated/Domains/Item/Promote/PromotePostResponse.cs index 5983b77460..f988e673b2 100644 --- a/src/generated/Domains/Item/Promote/PromotePostResponse.cs +++ b/src/generated/Domains/Item/Promote/PromotePostResponse.cs @@ -11,7 +11,7 @@ public class PromotePostResponse : IAdditionalDataHolder, IParsable { /// The value property public bool? Value { get; set; } /// - /// Instantiates a new promotePostResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public PromotePostResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public PromotePostResponse() { /// /// 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 PromotePostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static PromotePostResponse 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/Domains/Item/Promote/PromoteRequestBuilder.cs b/src/generated/Domains/Item/Promote/PromoteRequestBuilder.cs index aace0cb38e..ca54b5000b 100644 --- a/src/generated/Domains/Item/Promote/PromoteRequestBuilder.cs +++ b/src/generated/Domains/Item/Promote/PromoteRequestBuilder.cs @@ -22,6 +22,7 @@ public class PromoteRequestBuilder : BaseCliRequestBuilder { /// Promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0"; @@ -56,13 +57,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PromoteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PromoteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/domains/{domain%2Did}/promote", pathParameters) { } /// - /// Instantiates a new PromoteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PromoteRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{domain%2Did}/promote", rawUrl) { @@ -70,6 +71,7 @@ public PromoteRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{domain%2 /// /// Promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true. /// + /// 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/Domains/Item/ServiceConfigurationRecords/Count/CountRequestBuilder.cs b/src/generated/Domains/Item/ServiceConfigurationRecords/Count/CountRequestBuilder.cs index 56316cd828..db68534c64 100644 --- a/src/generated/Domains/Item/ServiceConfigurationRecords/Count/CountRequestBuilder.cs +++ b/src/generated/Domains/Item/ServiceConfigurationRecords/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}/domains/{domain%2Did}/serviceConfigurationRecords/$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}/domains/{domain%2Did}/serviceConfigurationRecords/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{domain%2Di /// /// 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/Domains/Item/ServiceConfigurationRecords/Item/DomainDnsRecordItemRequestBuilder.cs b/src/generated/Domains/Item/ServiceConfigurationRecords/Item/DomainDnsRecordItemRequestBuilder.cs index f53433442d..7fd3f0ae34 100644 --- a/src/generated/Domains/Item/ServiceConfigurationRecords/Item/DomainDnsRecordItemRequestBuilder.cs +++ b/src/generated/Domains/Item/ServiceConfigurationRecords/Item/DomainDnsRecordItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DomainDnsRecordItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property serviceConfigurationRecords for domains /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property serviceConfigurationRecords for domains"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable. Supports $expand."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property serviceConfigurationRecords in domains /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property serviceConfigurationRecords in domains"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DomainDnsRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DomainDnsRecordItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/domains/{domain%2Did}/serviceConfigurationRecords/{domainDnsRecord%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DomainDnsRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DomainDnsRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{domain%2Did}/serviceConfigurationRecords/{domainDnsRecord%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public DomainDnsRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/domai /// /// Delete navigation property serviceConfigurationRecords for domains /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/domains/{domain%2Did}/serviceConfigurationRecords/{domainDnsRecord%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable. Supports $expand. /// + /// 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 /// Update the navigation property serviceConfigurationRecords in domains /// + /// 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 ToPatchRequestInformation(DomainDnsRecord body, Action public RequestInformation ToPatchRequestInformation(DomainDnsRecord 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}/domains/{domain%2Did}/serviceConfigurationRecords/{domainDnsRecord%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Domains/Item/ServiceConfigurationRecords/ServiceConfigurationRecordsRequestBuilder.cs b/src/generated/Domains/Item/ServiceConfigurationRecords/ServiceConfigurationRecordsRequestBuilder.cs index 79a3ab9c3b..78ab96d8c8 100644 --- a/src/generated/Domains/Item/ServiceConfigurationRecords/ServiceConfigurationRecordsRequestBuilder.cs +++ b/src/generated/Domains/Item/ServiceConfigurationRecords/ServiceConfigurationRecordsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ServiceConfigurationRecordsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the serviceConfigurationRecords property of the microsoft.graph.domain entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DomainDnsRecordItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to serviceConfigurationRecords for domains /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to serviceConfigurationRecords for domains"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ServiceConfigurationRecordsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceConfigurationRecordsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/domains/{domain%2Did}/serviceConfigurationRecords{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceConfigurationRecordsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceConfigurationRecordsRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{domain%2Did}/serviceConfigurationRecords{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public ServiceConfigurationRecordsRequestBuilder(string rawUrl) : base("{+baseur /// /// Retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to serviceConfigurationRecords for domains /// + /// 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 @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(DomainDnsRecord body, Action< public RequestInformation ToPostRequestInformation(DomainDnsRecord 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}/domains/{domain%2Did}/serviceConfigurationRecords", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Domains/Item/VerificationDnsRecords/Count/CountRequestBuilder.cs b/src/generated/Domains/Item/VerificationDnsRecords/Count/CountRequestBuilder.cs index 3c8d928db7..cb02675465 100644 --- a/src/generated/Domains/Item/VerificationDnsRecords/Count/CountRequestBuilder.cs +++ b/src/generated/Domains/Item/VerificationDnsRecords/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}/domains/{domain%2Did}/verificationDnsRecords/$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}/domains/{domain%2Did}/verificationDnsRecords/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{domain%2Di /// /// 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/Domains/Item/VerificationDnsRecords/Item/DomainDnsRecordItemRequestBuilder.cs b/src/generated/Domains/Item/VerificationDnsRecords/Item/DomainDnsRecordItemRequestBuilder.cs index 733701cb95..98ed3b607f 100644 --- a/src/generated/Domains/Item/VerificationDnsRecords/Item/DomainDnsRecordItemRequestBuilder.cs +++ b/src/generated/Domains/Item/VerificationDnsRecords/Item/DomainDnsRecordItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DomainDnsRecordItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property verificationDnsRecords for domains /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property verificationDnsRecords for domains"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Microsoft Entra ID. Read-only, Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Microsoft Entra ID. Read-only, Nullable. Supports $expand."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property verificationDnsRecords in domains /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property verificationDnsRecords in domains"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DomainDnsRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DomainDnsRecordItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/domains/{domain%2Did}/verificationDnsRecords/{domainDnsRecord%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DomainDnsRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DomainDnsRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{domain%2Did}/verificationDnsRecords/{domainDnsRecord%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public DomainDnsRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/domai /// /// Delete navigation property verificationDnsRecords for domains /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/domains/{domain%2Did}/verificationDnsRecords/{domainDnsRecord%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Microsoft Entra ID. Read-only, Nullable. Supports $expand. /// + /// 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 /// Update the navigation property verificationDnsRecords in domains /// + /// 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 ToPatchRequestInformation(DomainDnsRecord body, Action public RequestInformation ToPatchRequestInformation(DomainDnsRecord 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}/domains/{domain%2Did}/verificationDnsRecords/{domainDnsRecord%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Domains/Item/VerificationDnsRecords/VerificationDnsRecordsRequestBuilder.cs b/src/generated/Domains/Item/VerificationDnsRecords/VerificationDnsRecordsRequestBuilder.cs index e179f79d0e..9a45480990 100644 --- a/src/generated/Domains/Item/VerificationDnsRecords/VerificationDnsRecordsRequestBuilder.cs +++ b/src/generated/Domains/Item/VerificationDnsRecords/VerificationDnsRecordsRequestBuilder.cs @@ -24,6 +24,7 @@ public class VerificationDnsRecordsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the verificationDnsRecords property of the microsoft.graph.domain entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DomainDnsRecordItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to verificationDnsRecords for domains /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to verificationDnsRecords for domains"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. To verify the ownership of the domain, retrieve the domain verification records and add the details to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. To verify the ownership of the domain, retrieve the domain verification records and add the details to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new VerificationDnsRecordsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VerificationDnsRecordsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/domains/{domain%2Did}/verificationDnsRecords{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new VerificationDnsRecordsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VerificationDnsRecordsRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{domain%2Did}/verificationDnsRecords{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public VerificationDnsRecordsRequestBuilder(string rawUrl) : base("{+baseurl}/do /// /// Retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. To verify the ownership of the domain, retrieve the domain verification records and add the details to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to verificationDnsRecords for domains /// + /// 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 @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(DomainDnsRecord body, Action< public RequestInformation ToPostRequestInformation(DomainDnsRecord 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}/domains/{domain%2Did}/verificationDnsRecords", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Domains/Item/Verify/VerifyRequestBuilder.cs b/src/generated/Domains/Item/Verify/VerifyRequestBuilder.cs index 8ad2327e57..f35a7f0adf 100644 --- a/src/generated/Domains/Item/Verify/VerifyRequestBuilder.cs +++ b/src/generated/Domains/Item/Verify/VerifyRequestBuilder.cs @@ -23,6 +23,7 @@ public class VerifyRequestBuilder : BaseCliRequestBuilder { /// Validates the ownership of the domain. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Validates the ownership of the domain.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new VerifyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VerifyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/domains/{domain%2Did}/verify", pathParameters) { } /// - /// Instantiates a new VerifyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VerifyRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{domain%2Did}/verify", rawUrl) { @@ -71,6 +72,7 @@ public VerifyRequestBuilder(string rawUrl) : base("{+baseurl}/domains/{domain%2D /// /// Validates the ownership of the domain. /// + /// 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/Drives/DrivesRequestBuilder.cs b/src/generated/Drives/DrivesRequestBuilder.cs index 452a1fe3fb..fe3924f8c0 100644 --- a/src/generated/Drives/DrivesRequestBuilder.cs +++ b/src/generated/Drives/DrivesRequestBuilder.cs @@ -23,6 +23,7 @@ public class DrivesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of drive entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -45,6 +46,7 @@ public Tuple, List> BuildCommand() { /// /// Add new entity to drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add new entity to drives"; @@ -88,6 +90,7 @@ public Command BuildCreateCommand() { /// /// Get entities from drives /// + /// A public Command BuildListCommand() { var driveIndexer = new DriveItemRequestBuilder(PathParameters); var command = driveIndexer.BuildListNavCommand(); @@ -173,13 +176,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DrivesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DrivesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives{?%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DrivesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DrivesRequestBuilder(string rawUrl) : base("{+baseurl}/drives{?%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -187,6 +190,7 @@ public DrivesRequestBuilder(string rawUrl) : base("{+baseurl}/drives{?%24expand, /// /// Get entities from drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -203,6 +207,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add new entity to drives /// + /// 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 @@ -213,7 +218,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.Drive body, Act public RequestInformation ToPostRequestInformation(ApiSdk.Models.Drive 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}/drives", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Bundles/BundlesRequestBuilder.cs b/src/generated/Drives/Item/Bundles/BundlesRequestBuilder.cs index 8e3ed979e1..40da4071f3 100644 --- a/src/generated/Drives/Item/Bundles/BundlesRequestBuilder.cs +++ b/src/generated/Drives/Item/Bundles/BundlesRequestBuilder.cs @@ -24,6 +24,7 @@ public class BundlesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the bundles property of the microsoft.graph.drive entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to bundles for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to bundles for drives"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new BundlesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BundlesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/bundles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new BundlesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BundlesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/bundles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public BundlesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal 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 @@ -225,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to bundles for drives /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.DriveItem body, public RequestInformation ToPostRequestInformation(ApiSdk.Models.DriveItem 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}/drives/{drive%2Did}/bundles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Bundles/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Bundles/Count/CountRequestBuilder.cs index 4d1ea433ff..b224720141 100644 --- a/src/generated/Drives/Item/Bundles/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Bundles/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}/drives/{drive%2Did}/bundles/$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}/drives/{drive%2Did}/bundles/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Bundles/Item/Content/ContentRequestBuilder.cs b/src/generated/Drives/Item/Bundles/Item/Content/ContentRequestBuilder.cs index 172ae89704..64f0f25d97 100644 --- a/src/generated/Drives/Item/Bundles/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Drives/Item/Bundles/Item/Content/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream, if the item represents a file."; @@ -33,15 +34,21 @@ public Command BuildGetCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); @@ -66,6 +73,7 @@ public Command BuildGetCommand() { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream, if the item represents a file."; @@ -116,27 +124,28 @@ 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}/drives/{drive%2Did}/bundles/{driveItem%2Did}/content", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/bundles/{driveItem%2Did}/content{?%24format*}", 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}/drives/{drive%2Did}/bundles/{driveItem%2Did}/content", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/bundles/{driveItem%2Did}/content{?%24format*}", rawUrl) { } /// /// The content stream, if the item represents a file. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -146,6 +155,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream, if the item represents a file. /// + /// 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 @@ -156,11 +166,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/drives/{drive%2Did}/bundles/{driveItem%2Did}/content", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// The content stream, if the item represents a file. + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Drives/Item/Bundles/Item/DriveItemItemRequestBuilder.cs b/src/generated/Drives/Item/Bundles/Item/DriveItemItemRequestBuilder.cs index 453abae0ae..99d211f8af 100644 --- a/src/generated/Drives/Item/Bundles/Item/DriveItemItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Bundles/Item/DriveItemItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DriveItemItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the drive entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the drive entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive."; @@ -93,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/bundles/{driveItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/bundles/{driveItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -107,6 +109,7 @@ public DriveItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal 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 diff --git a/src/generated/Drives/Item/CreatedByUser/CreatedByUserRequestBuilder.cs b/src/generated/Drives/Item/CreatedByUser/CreatedByUserRequestBuilder.cs index e202797efb..6c1128e27a 100644 --- a/src/generated/Drives/Item/CreatedByUser/CreatedByUserRequestBuilder.cs +++ b/src/generated/Drives/Item/CreatedByUser/CreatedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class CreatedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who created the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who created the item. Read-only."; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -90,6 +92,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -109,13 +112,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/createdByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/createdByUser{?%24expand,%24select}", rawUrl) { @@ -123,6 +126,7 @@ public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Identity of the user who created the item. 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 diff --git a/src/generated/Drives/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Drives/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index 77f2984600..edbc581301 100644 --- a/src/generated/Drives/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Drives/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -119,13 +121,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -133,6 +135,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -149,6 +152,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -159,7 +163,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/drives/{drive%2Did}/createdByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 787531d7a1..4284253580 100644 --- a/src/generated/Drives/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/CreatedByUser/ServiceProvisioningErrors/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}/drives/{drive%2Did}/createdByUser/serviceProvisioningErrors/$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}/drives/{drive%2Did}/createdByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Drives/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index e9e1816cea..7fdb41ee14 100644 --- a/src/generated/Drives/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Drives/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Drives/Item/DriveItemRequestBuilder.cs b/src/generated/Drives/Item/DriveItemRequestBuilder.cs index 29201bdafb..cb02c54e44 100644 --- a/src/generated/Drives/Item/DriveItemRequestBuilder.cs +++ b/src/generated/Drives/Item/DriveItemRequestBuilder.cs @@ -33,6 +33,7 @@ public class DriveItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the bundles property of the microsoft.graph.drive entity. /// + /// A public Command BuildBundlesNavCommand() { var command = new Command("bundles"); command.Description = "Provides operations to manage the bundles property of the microsoft.graph.drive entity."; @@ -58,6 +59,7 @@ public Command BuildBundlesNavCommand() { /// /// Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildCreatedByUserNavCommand() { var command = new Command("created-by-user"); command.Description = "Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity."; @@ -80,6 +82,7 @@ public Command BuildCreatedByUserNavCommand() { /// /// Delete entity from drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from drives"; @@ -113,6 +116,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the following property of the microsoft.graph.drive entity. /// + /// A public Command BuildFollowingNavCommand() { var command = new Command("following"); command.Description = "Provides operations to manage the following property of the microsoft.graph.drive entity."; @@ -137,6 +141,7 @@ public Command BuildFollowingNavCommand() { /// /// Get entity from drives by key /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get entity from drives by key"; @@ -187,6 +192,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the items property of the microsoft.graph.drive entity. /// + /// A public Command BuildItemsNavCommand() { var command = new Command("items"); command.Description = "Provides operations to manage the items property of the microsoft.graph.drive entity."; @@ -212,6 +218,7 @@ public Command BuildItemsNavCommand() { /// /// Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildLastModifiedByUserNavCommand() { var command = new Command("last-modified-by-user"); command.Description = "Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity."; @@ -234,6 +241,7 @@ public Command BuildLastModifiedByUserNavCommand() { /// /// Provides operations to manage the list property of the microsoft.graph.drive entity. /// + /// A public Command BuildListNavCommand() { var command = new Command("list"); command.Description = "Provides operations to manage the list property of the microsoft.graph.drive entity."; @@ -264,6 +272,7 @@ public Command BuildListNavCommand() { /// /// Update entity in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in drives"; @@ -313,6 +322,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the recent method. /// + /// A public Command BuildRecentNavCommand() { var command = new Command("recent"); command.Description = "Provides operations to call the recent method."; @@ -328,6 +338,7 @@ public Command BuildRecentNavCommand() { /// /// Provides operations to manage the root property of the microsoft.graph.drive entity. /// + /// A public Command BuildRootNavCommand() { var command = new Command("root"); command.Description = "Provides operations to manage the root property of the microsoft.graph.drive entity."; @@ -349,6 +360,7 @@ public Command BuildRootNavCommand() { /// /// Provides operations to call the search method. /// + /// A public Command BuildSearchWithQRbCommand() { var command = new Command("search-with-q"); command.Description = "Provides operations to call the search method."; @@ -364,6 +376,7 @@ public Command BuildSearchWithQRbCommand() { /// /// Provides operations to call the sharedWithMe method. /// + /// A public Command BuildSharedWithMeNavCommand() { var command = new Command("shared-with-me"); command.Description = "Provides operations to call the sharedWithMe method."; @@ -379,6 +392,7 @@ public Command BuildSharedWithMeNavCommand() { /// /// Provides operations to manage the special property of the microsoft.graph.drive entity. /// + /// A public Command BuildSpecialNavCommand() { var command = new Command("special"); command.Description = "Provides operations to manage the special property of the microsoft.graph.drive entity."; @@ -401,13 +415,13 @@ public Command BuildSpecialNavCommand() { return command; } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}{?%24expand,%24select}", rawUrl) { @@ -415,6 +429,7 @@ public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Delete entity from drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -423,7 +438,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -431,6 +446,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get entity from drives 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 @@ -447,6 +463,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in drives /// + /// 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 @@ -457,7 +474,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Drive body, Ac public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Drive 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}/drives/{drive%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Following/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Following/Count/CountRequestBuilder.cs index 55ce48a106..de0793da4d 100644 --- a/src/generated/Drives/Item/Following/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Following/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}/drives/{drive%2Did}/following/$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}/drives/{drive%2Did}/following/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Following/FollowingRequestBuilder.cs b/src/generated/Drives/Item/Following/FollowingRequestBuilder.cs index c1a4197206..9eb272fe65 100644 --- a/src/generated/Drives/Item/Following/FollowingRequestBuilder.cs +++ b/src/generated/Drives/Item/Following/FollowingRequestBuilder.cs @@ -24,6 +24,7 @@ public class FollowingRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the following property of the microsoft.graph.drive entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -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() { /// List the items that have been followed by the signed in user.This collection includes items that are in the user's drive as well as items they have access to from other drives. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List the items that have been followed by the signed in user.This collection includes items that are in the user's drive as well as items they have access to from other drives.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0"; @@ -147,13 +150,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FollowingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FollowingRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/following{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FollowingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FollowingRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/following{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -161,6 +164,7 @@ public FollowingRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// List the items that have been followed by the signed in user.This collection includes items that are in the user's drive as well as items they have access to from other drives. /// + /// 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/Drives/Item/Following/Item/Content/ContentRequestBuilder.cs b/src/generated/Drives/Item/Following/Item/Content/ContentRequestBuilder.cs index 95bf325e82..9e55682dbc 100644 --- a/src/generated/Drives/Item/Following/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Drives/Item/Following/Item/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The content stream, if the item represents a file. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream, if the item represents a file.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0"; @@ -34,15 +35,21 @@ public Command BuildGetCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); @@ -67,6 +74,7 @@ public Command BuildGetCommand() { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream, if the item represents a file."; @@ -117,27 +125,28 @@ 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}/drives/{drive%2Did}/following/{driveItem%2Did}/content", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/following/{driveItem%2Did}/content{?%24format*}", 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}/drives/{drive%2Did}/following/{driveItem%2Did}/content", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/following/{driveItem%2Did}/content{?%24format*}", rawUrl) { } /// /// The content stream, if the item represents a file. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -147,6 +156,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream, if the item represents a file. /// + /// 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 @@ -157,11 +167,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/drives/{drive%2Did}/following/{driveItem%2Did}/content", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// The content stream, if the item represents a file. + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Drives/Item/Following/Item/DriveItemItemRequestBuilder.cs b/src/generated/Drives/Item/Following/Item/DriveItemItemRequestBuilder.cs index 03bbb50dec..e19f311f3d 100644 --- a/src/generated/Drives/Item/Following/Item/DriveItemItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Following/Item/DriveItemItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DriveItemItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the drive entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the drive entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// The list of items the user is following. Only in OneDrive for Business. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of items the user is following. Only in OneDrive for Business."; @@ -93,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/following/{driveItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/following/{driveItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -107,6 +109,7 @@ public DriveItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// The list of items the user is following. Only in OneDrive for Business. /// + /// 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/Drives/Item/Items/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Count/CountRequestBuilder.cs index 964590094e..a15926dbc7 100644 --- a/src/generated/Drives/Item/Items/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/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}/drives/{drive%2Did}/items/$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}/drives/{drive%2Did}/items/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Items/Item/Analytics/AllTime/AllTimeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Analytics/AllTime/AllTimeRequestBuilder.cs index 18452abb28..3331e9603c 100644 --- a/src/generated/Drives/Item/Items/Item/Analytics/AllTime/AllTimeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Analytics/AllTime/AllTimeRequestBuilder.cs @@ -23,6 +23,7 @@ public class AllTimeRequestBuilder : BaseCliRequestBuilder { /// Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the [getActivitiesByInterval][] API. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the [getActivitiesByInterval][] API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AllTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AllTimeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/allTime{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AllTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AllTimeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/allTime{?%24expand,%24select}", rawUrl) { @@ -91,6 +92,7 @@ public AllTimeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the [getActivitiesByInterval][] 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 diff --git a/src/generated/Drives/Item/Items/Item/Analytics/AnalyticsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Analytics/AnalyticsRequestBuilder.cs index 00349b9b82..95715d947c 100644 --- a/src/generated/Drives/Item/Items/Item/Analytics/AnalyticsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Analytics/AnalyticsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AnalyticsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the allTime property of the microsoft.graph.itemAnalytics entity. /// + /// A public Command BuildAllTimeNavCommand() { var command = new Command("all-time"); command.Description = "Provides operations to manage the allTime property of the microsoft.graph.itemAnalytics entity."; @@ -40,6 +41,7 @@ public Command BuildAllTimeNavCommand() { /// /// Delete navigation property analytics for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property analytics for drives"; @@ -79,6 +81,7 @@ public Command BuildDeleteCommand() { /// /// Analytics about the view activities that took place on this item. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Analytics about the view activities that took place on this item."; @@ -135,6 +138,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the itemActivityStats property of the microsoft.graph.itemAnalytics entity. /// + /// A public Command BuildItemActivityStatsNavCommand() { var command = new Command("item-activity-stats"); command.Description = "Provides operations to manage the itemActivityStats property of the microsoft.graph.itemAnalytics entity."; @@ -160,6 +164,7 @@ public Command BuildItemActivityStatsNavCommand() { /// /// Provides operations to manage the lastSevenDays property of the microsoft.graph.itemAnalytics entity. /// + /// A public Command BuildLastSevenDaysNavCommand() { var command = new Command("last-seven-days"); command.Description = "Provides operations to manage the lastSevenDays property of the microsoft.graph.itemAnalytics entity."; @@ -175,6 +180,7 @@ public Command BuildLastSevenDaysNavCommand() { /// /// Update the navigation property analytics in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property analytics in drives"; @@ -228,13 +234,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AnalyticsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics{?%24expand,%24select}", rawUrl) { @@ -242,6 +248,7 @@ public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Delete navigation property analytics for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,7 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -258,6 +265,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Analytics about the view activities that took place on this item. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -274,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property analytics in drives /// + /// 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 @@ -284,7 +293,7 @@ public RequestInformation ToPatchRequestInformation(ItemAnalytics 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}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs index f645d47d17..fb88289208 100644 --- a/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/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"; @@ -65,13 +66,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}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/$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}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs index 6179b58455..8f7efe53e5 100644 --- a/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ActivitiesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the activities property of the microsoft.graph.itemActivityStat 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 activities for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to activities for drives"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// /// Exposes the itemActivities represented in this itemActivityStat resource. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Exposes the itemActivities represented in this itemActivityStat resource."; @@ -221,13 +225,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ActivitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ActivitiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ActivitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ActivitiesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -235,6 +239,7 @@ public ActivitiesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Exposes the itemActivities represented in this itemActivityStat 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 @@ -251,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to activities for drives /// + /// 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 @@ -261,7 +267,7 @@ public RequestInformation ToPostRequestInformation(ItemActivity 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}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs index 0503032aee..ce35d41b2e 100644 --- a/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/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"; @@ -71,13 +72,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}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/$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}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/Content/ContentRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/Content/ContentRequestBuilder.cs index 69872cf339..5e59bacf99 100644 --- a/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/Content/ContentRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/Content/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream, if the item represents a file."; @@ -41,6 +42,10 @@ public Command BuildGetCommand() { }; itemActivityIdOption.IsRequired = true; command.AddOption(itemActivityIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { @@ -48,10 +53,12 @@ public Command BuildGetCommand() { var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var itemActivityStatId = invocationContext.ParseResult.GetValueForOption(itemActivityStatIdOption); var itemActivityId = invocationContext.ParseResult.GetValueForOption(itemActivityIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); @@ -78,6 +85,7 @@ public Command BuildGetCommand() { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream, if the item represents a file."; @@ -140,27 +148,28 @@ 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}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem/content", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem/content{?%24format*}", 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}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem/content", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem/content{?%24format*}", rawUrl) { } /// /// The content stream, if the item represents a file. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -170,6 +179,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream, if the item represents a file. /// + /// 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 @@ -180,11 +190,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem/content", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// The content stream, if the item represents a file. + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/DriveItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/DriveItemRequestBuilder.cs index 5bdc3c7333..66cb5f9b57 100644 --- a/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/DriveItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/DriveItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DriveItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the drive entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the drive entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// Exposes the driveItem that was the target of this activity. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Exposes the driveItem that was the target of this activity."; @@ -105,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem{?%24expand,%24select}", rawUrl) { @@ -119,6 +121,7 @@ public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Exposes the driveItem that was the target of this activity. /// + /// 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/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/Item/ItemActivityItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/Item/ItemActivityItemRequestBuilder.cs index c1fedb885c..60ab361510 100644 --- a/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/Item/ItemActivityItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/Activities/Item/ItemActivityItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ItemActivityItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property activities for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property activities for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the driveItem property of the microsoft.graph.itemActivity entity. /// + /// A public Command BuildDriveItemNavCommand() { var command = new Command("drive-item"); command.Description = "Provides operations to manage the driveItem property of the microsoft.graph.itemActivity entity."; @@ -95,6 +97,7 @@ public Command BuildDriveItemNavCommand() { /// /// Exposes the itemActivities represented in this itemActivityStat resource. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Exposes the itemActivities represented in this itemActivityStat resource."; @@ -163,6 +166,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property activities in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property activities in drives"; @@ -228,13 +232,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ItemActivityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemActivityItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ItemActivityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemActivityItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}{?%24expand,%24select}", rawUrl) { @@ -242,6 +246,7 @@ public ItemActivityItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{ /// /// Delete navigation property activities for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,7 +255,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -258,6 +263,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Exposes the itemActivities represented in this itemActivityStat 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 @@ -274,6 +280,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property activities in drives /// + /// 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 @@ -284,7 +291,7 @@ public RequestInformation ToPatchRequestInformation(ItemActivity 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}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/ItemActivityStatItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/ItemActivityStatItemRequestBuilder.cs index ef5d9919d6..09531650ec 100644 --- a/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/ItemActivityStatItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/Item/ItemActivityStatItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ItemActivityStatItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the activities property of the microsoft.graph.itemActivityStat entity. /// + /// A public Command BuildActivitiesNavCommand() { var command = new Command("activities"); command.Description = "Provides operations to manage the activities property of the microsoft.graph.itemActivityStat entity."; @@ -48,6 +49,7 @@ public Command BuildActivitiesNavCommand() { /// /// Delete navigation property itemActivityStats for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property itemActivityStats for drives"; @@ -93,6 +95,7 @@ public Command BuildDeleteCommand() { /// /// Get itemActivityStats from drives /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get itemActivityStats from drives"; @@ -155,6 +158,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property itemActivityStats in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property itemActivityStats in drives"; @@ -214,13 +218,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ItemActivityStatItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemActivityStatItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ItemActivityStatItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemActivityStatItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}{?%24expand,%24select}", rawUrl) { @@ -228,6 +232,7 @@ public ItemActivityStatItemRequestBuilder(string rawUrl) : base("{+baseurl}/driv /// /// Delete navigation property itemActivityStats for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -236,7 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -244,6 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get itemActivityStats from drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,6 +266,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property itemActivityStats in drives /// + /// 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 @@ -270,7 +277,7 @@ public RequestInformation ToPatchRequestInformation(ItemActivityStat body, Actio public RequestInformation ToPatchRequestInformation(ItemActivityStat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs index 635ed7d8f6..086337abd4 100644 --- a/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ItemActivityStatsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the itemActivityStats property of the microsoft.graph.itemAnalytics 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 itemActivityStats for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to itemActivityStats for drives"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Get itemActivityStats from drives /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get itemActivityStats from drives"; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ItemActivityStatsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemActivityStatsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ItemActivityStatsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemActivityStatsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public ItemActivityStatsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/ /// /// Get itemActivityStats from drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to itemActivityStats for drives /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(ItemActivityStat body, Action public RequestInformation ToPostRequestInformation(ItemActivityStat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/itemActivityStats", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Analytics/LastSevenDays/LastSevenDaysRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Analytics/LastSevenDays/LastSevenDaysRequestBuilder.cs index 4b610bed37..be9955b27c 100644 --- a/src/generated/Drives/Item/Items/Item/Analytics/LastSevenDays/LastSevenDaysRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Analytics/LastSevenDays/LastSevenDaysRequestBuilder.cs @@ -22,6 +22,7 @@ public class LastSevenDaysRequestBuilder : BaseCliRequestBuilder { /// /// Get lastSevenDays from drives /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get lastSevenDays from drives"; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new LastSevenDaysRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastSevenDaysRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/lastSevenDays{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastSevenDaysRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastSevenDaysRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/analytics/lastSevenDays{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public LastSevenDaysRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Get lastSevenDays from drives /// + /// 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/Drives/Item/Items/Item/AssignSensitivityLabel/AssignSensitivityLabelPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/AssignSensitivityLabel/AssignSensitivityLabelPostRequestBody.cs index 6b8b9456ae..072c912a47 100644 --- a/src/generated/Drives/Item/Items/Item/AssignSensitivityLabel/AssignSensitivityLabelPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/AssignSensitivityLabel/AssignSensitivityLabelPostRequestBody.cs @@ -28,7 +28,7 @@ public class AssignSensitivityLabelPostRequestBody : IAdditionalDataHolder, IPar public string SensitivityLabelId { get; set; } #endif /// - /// Instantiates a new assignSensitivityLabelPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AssignSensitivityLabelPostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public AssignSensitivityLabelPostRequestBody() { /// /// 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 AssignSensitivityLabelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static AssignSensitivityLabelPostRequestBody CreateFromDiscriminatorValue /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"assignmentMethod", n => { AssignmentMethod = n.GetEnumValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/AssignSensitivityLabel/AssignSensitivityLabelRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/AssignSensitivityLabel/AssignSensitivityLabelRequestBuilder.cs index 0e99d0da85..99c4d95436 100644 --- a/src/generated/Drives/Item/Items/Item/AssignSensitivityLabel/AssignSensitivityLabelRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/AssignSensitivityLabel/AssignSensitivityLabelRequestBuilder.cs @@ -21,6 +21,7 @@ public class AssignSensitivityLabelRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action assignSensitivityLabel /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action assignSensitivityLabel"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AssignSensitivityLabelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignSensitivityLabelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/assignSensitivityLabel", pathParameters) { } /// - /// Instantiates a new AssignSensitivityLabelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignSensitivityLabelRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/assignSensitivityLabel", rawUrl) { @@ -78,6 +79,7 @@ public AssignSensitivityLabelRequestBuilder(string rawUrl) : base("{+baseurl}/dr /// /// Invoke action assignSensitivityLabel /// + /// 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/Drives/Item/Items/Item/Checkin/CheckinPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Checkin/CheckinPostRequestBody.cs index 559424d0d6..a16b763cb8 100644 --- a/src/generated/Drives/Item/Items/Item/Checkin/CheckinPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Checkin/CheckinPostRequestBody.cs @@ -25,7 +25,7 @@ public class CheckinPostRequestBody : IAdditionalDataHolder, IParsable { public string Comment { get; set; } #endif /// - /// Instantiates a new checkinPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckinPostRequestBody() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public CheckinPostRequestBody() { /// /// 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 CheckinPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static CheckinPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"checkInAs", n => { CheckInAs = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Checkin/CheckinRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Checkin/CheckinRequestBuilder.cs index 1b2ec3fed6..ba1757f44f 100644 --- a/src/generated/Drives/Item/Items/Item/Checkin/CheckinRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Checkin/CheckinRequestBuilder.cs @@ -22,6 +22,7 @@ public class CheckinRequestBuilder : BaseCliRequestBuilder { /// Check in a checked out driveItem resource, which makes the version of the document available to others. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Check in a checked out driveItem resource, which makes the version of the document available to others.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckinRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/checkin", pathParameters) { } /// - /// Instantiates a new CheckinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckinRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/checkin", rawUrl) { @@ -79,6 +80,7 @@ public CheckinRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Check in a checked out driveItem resource, which makes the version of the document available to others. /// + /// 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/Drives/Item/Items/Item/Checkout/CheckoutRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Checkout/CheckoutRequestBuilder.cs index 8b264ff78e..e752294fcf 100644 --- a/src/generated/Drives/Item/Items/Item/Checkout/CheckoutRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Checkout/CheckoutRequestBuilder.cs @@ -22,6 +22,7 @@ public class CheckoutRequestBuilder : BaseCliRequestBuilder { /// Check out a driveItem resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Check out a driveItem resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckoutRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckoutRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/checkout", pathParameters) { } /// - /// Instantiates a new CheckoutRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckoutRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/checkout", rawUrl) { @@ -66,6 +67,7 @@ public CheckoutRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Check out a driveItem resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in. /// + /// 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/Drives/Item/Items/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Children/ChildrenRequestBuilder.cs index 05335dc481..e08561f353 100644 --- a/src/generated/Drives/Item/Items/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.driveItem entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -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 new navigation property to children for drives /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to children for drives\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-post-children?view=graph-rest-1.0"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// Return a collection of DriveItems in the children relationship of a DriveItem. DriveItems with a non-null folder or package facet can have one or more child DriveItems. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Return a collection of DriveItems in the children relationship of a DriveItem. DriveItems with a non-null folder or package facet can have one or more child DriveItems.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Return a collection of DriveItems in the children relationship of a DriveItem. DriveItems with a non-null folder or package facet can have one or more child DriveItems. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to children for drives /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.DriveItem body, public RequestInformation ToPostRequestInformation(ApiSdk.Models.DriveItem 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}/drives/{drive%2Did}/items/{driveItem%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Children/Count/CountRequestBuilder.cs index cbe2913789..9636a7b8fa 100644 --- a/src/generated/Drives/Item/Items/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Children/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"; @@ -65,13 +66,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}/drives/{drive%2Did}/items/{driveItem%2Did}/children/$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}/drives/{drive%2Did}/items/{driveItem%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Items/Item/Children/Item/Content/ContentRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Children/Item/Content/ContentRequestBuilder.cs index 83282d18c0..750a3b1c26 100644 --- a/src/generated/Drives/Item/Items/Item/Children/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Children/Item/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The content stream, if the item represents a file. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream, if the item represents a file.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"; @@ -38,16 +39,22 @@ public Command BuildGetCommand() { }; driveItemId1Option.IsRequired = true; command.AddOption(driveItemId1Option); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var driveItemId1 = invocationContext.ParseResult.GetValueForOption(driveItemId1Option); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); @@ -73,6 +80,7 @@ public Command BuildGetCommand() { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream, if the item represents a file."; @@ -129,27 +137,28 @@ 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}/drives/{drive%2Did}/items/{driveItem%2Did}/children/{driveItem%2Did1}/content", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/children/{driveItem%2Did1}/content{?%24format*}", 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}/drives/{drive%2Did}/items/{driveItem%2Did}/children/{driveItem%2Did1}/content", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/children/{driveItem%2Did1}/content{?%24format*}", rawUrl) { } /// /// The content stream, if the item represents a file. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -159,6 +168,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream, if the item represents a file. /// + /// 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 @@ -169,11 +179,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/children/{driveItem%2Did1}/content", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// The content stream, if the item represents a file. + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Drives/Item/Items/Item/Children/Item/DriveItemItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Children/Item/DriveItemItemRequestBuilder.cs index 19fb45c8fc..7801223e9b 100644 --- a/src/generated/Drives/Item/Items/Item/Children/Item/DriveItemItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Children/Item/DriveItemItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DriveItemItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the drive entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the drive entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable."; @@ -99,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/children/{driveItem%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/children/{driveItem%2Did1}{?%24expand,%24select}", rawUrl) { @@ -113,6 +115,7 @@ public DriveItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. /// + /// 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/Drives/Item/Items/Item/Content/ContentRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Content/ContentRequestBuilder.cs index 76df37f1bb..38942731e4 100644 --- a/src/generated/Drives/Item/Items/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Content/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream, if the item represents a file."; @@ -33,15 +34,21 @@ public Command BuildGetCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); @@ -66,6 +73,7 @@ public Command BuildGetCommand() { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream, if the item represents a file."; @@ -116,27 +124,28 @@ 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}/drives/{drive%2Did}/items/{driveItem%2Did}/content", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/content{?%24format*}", 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}/drives/{drive%2Did}/items/{driveItem%2Did}/content", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/content{?%24format*}", rawUrl) { } /// /// The content stream, if the item represents a file. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -146,6 +155,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream, if the item represents a file. /// + /// 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 @@ -156,11 +166,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/content", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// The content stream, if the item represents a file. + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Drives/Item/Items/Item/Copy/CopyPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Copy/CopyPostRequestBody.cs index cc82255304..3eca62430d 100644 --- a/src/generated/Drives/Item/Items/Item/Copy/CopyPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Copy/CopyPostRequestBody.cs @@ -26,7 +26,7 @@ public class CopyPostRequestBody : IAdditionalDataHolder, IParsable { public ItemReference ParentReference { get; set; } #endif /// - /// Instantiates a new copyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public CopyPostRequestBody() { /// /// 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 CopyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static CopyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Copy/CopyRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Copy/CopyRequestBuilder.cs index f838efaa97..b1f00b27ed 100644 --- a/src/generated/Drives/Item/Items/Item/Copy/CopyRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Copy/CopyRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyRequestBuilder : BaseCliRequestBuilder { /// Asynchronously creates a copy of an [driveItem][item-resource] (including any children), under a new parent item or with a new name. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Asynchronously creates a copy of an [driveItem][item-resource] (including any children), under a new parent item or with a new name.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/copy", pathParameters) { } /// - /// Instantiates a new CopyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/copy", rawUrl) { @@ -90,6 +91,7 @@ public CopyRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Asynchronously creates a copy of an [driveItem][item-resource] (including any children), under a new parent item or with a new name. /// + /// 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/Drives/Item/Items/Item/CreateLink/CreateLinkPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/CreateLink/CreateLinkPostRequestBody.cs index 02f365f06c..5710752a4b 100644 --- a/src/generated/Drives/Item/Items/Item/CreateLink/CreateLinkPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/CreateLink/CreateLinkPostRequestBody.cs @@ -56,7 +56,7 @@ public class CreateLinkPostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new createLinkPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateLinkPostRequestBody() { AdditionalData = new Dictionary(); @@ -64,6 +64,7 @@ public CreateLinkPostRequestBody() { /// /// 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 CreateLinkPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -72,6 +73,7 @@ public static CreateLinkPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"expirationDateTime", n => { ExpirationDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.cs index 6cbc35dfbf..fbaa60b2af 100644 --- a/src/generated/Drives/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.cs @@ -23,6 +23,7 @@ public class CreateLinkRequestBuilder : BaseCliRequestBuilder { /// You can use createLink action to share a DriveItem via a sharing link. The createLink action will create a new sharing link if the specified link type doesn't already exist for the calling application.If a sharing link of the specified type already exists for the app, the existing sharing link will be returned. DriveItem resources inherit sharing permissions from their ancestors. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "You can use createLink action to share a DriveItem via a sharing link. The createLink action will create a new sharing link if the specified link type doesn't already exist for the calling application.If a sharing link of the specified type already exists for the app, the existing sharing link will be returned. DriveItem resources inherit sharing permissions from their ancestors.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateLinkRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateLinkRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/createLink", pathParameters) { } /// - /// Instantiates a new CreateLinkRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateLinkRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/createLink", rawUrl) { @@ -90,6 +91,7 @@ public CreateLinkRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// You can use createLink action to share a DriveItem via a sharing link. The createLink action will create a new sharing link if the specified link type doesn't already exist for the calling application.If a sharing link of the specified type already exists for the app, the existing sharing link will be returned. DriveItem resources inherit sharing permissions from their ancestors. /// + /// 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/Drives/Item/Items/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.cs index 4fddff6a1e..901d9f72b6 100644 --- a/src/generated/Drives/Item/Items/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.cs @@ -18,7 +18,7 @@ public class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IParsab public DriveItemUploadableProperties Item { get; set; } #endif /// - /// Instantiates a new createUploadSessionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateUploadSessionPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CreateUploadSessionPostRequestBody() { /// /// 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 CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"item", n => { Item = n.GetObjectValue(DriveItemUploadableProperties.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index cc619baa60..d22f5f73dd 100644 --- a/src/generated/Drives/Item/Items/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -22,6 +22,7 @@ public class CreateUploadSessionRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action createUploadSession /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action createUploadSession"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateUploadSessionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/createUploadSession", pathParameters) { } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/createUploadSession", rawUrl) { @@ -89,6 +90,7 @@ public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/drive /// /// Invoke action createUploadSession /// + /// 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/Drives/Item/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs index 80202c9b7c..8c91f2ea3c 100644 --- a/src/generated/Drives/Item/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class CreatedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who created the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who created the item. Read-only."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -96,6 +98,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -115,13 +118,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/createdByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/createdByUser{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Identity of the user who created the item. 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 diff --git a/src/generated/Drives/Item/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index b7ec62c26d..991b29a8a3 100644 --- a/src/generated/Drives/Item/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -131,13 +133,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -145,6 +147,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,6 +164,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -171,7 +175,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/drives/{drive%2Did}/items/{driveItem%2Did}/createdByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 138a489297..fe9bedc117 100644 --- a/src/generated/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/drives/{drive%2Did}/items/{driveItem%2Did}/createdByUser/serviceProvisioningErrors/$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}/drives/{drive%2Did}/items/{driveItem%2Did}/createdByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 17b6d397d1..7b22349052 100644 --- a/src/generated/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Drives/Item/Items/Item/Delta/DeltaGetResponse.cs b/src/generated/Drives/Item/Items/Item/Delta/DeltaGetResponse.cs index 232c9e55ce..ca2407e179 100644 --- a/src/generated/Drives/Item/Items/Item/Delta/DeltaGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.DriveItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Delta/DeltaRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Delta/DeltaRequestBuilder.cs index 6205d49899..35365bfbab 100644 --- a/src/generated/Drives/Item/Items/Item/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Drives/Item/Items/Item/DeltaWithToken/DeltaWithTokenGetResponse.cs b/src/generated/Drives/Item/Items/Item/DeltaWithToken/DeltaWithTokenGetResponse.cs index e83f9955a8..88703c1fed 100644 --- a/src/generated/Drives/Item/Items/Item/DeltaWithToken/DeltaWithTokenGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/DeltaWithToken/DeltaWithTokenGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaWithTokenGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaWithTokenGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaWithTokenGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.DriveItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Drives/Item/Items/Item/DeltaWithToken/DeltaWithTokenRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/DeltaWithToken/DeltaWithTokenRequestBuilder.cs index 2c92501a8d..a02283e090 100644 --- a/src/generated/Drives/Item/Items/Item/DeltaWithToken/DeltaWithTokenRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/DeltaWithToken/DeltaWithTokenRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaWithTokenRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -66,6 +67,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -83,6 +89,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -99,6 +106,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); @@ -122,20 +130,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaWithTokenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaWithTokenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/delta(token='{token}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaWithTokenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/delta(token='{token}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaWithTokenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaWithTokenRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/delta(token='{token}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaWithTokenRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/delta(token='{token}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -156,6 +165,16 @@ public class DeltaWithTokenRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Drives/Item/Items/Item/DriveItemItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/DriveItemItemRequestBuilder.cs index 6a7d072b78..d333f665f9 100644 --- a/src/generated/Drives/Item/Items/Item/DriveItemItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/DriveItemItemRequestBuilder.cs @@ -53,6 +53,7 @@ public class DriveItemItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the analytics property of the microsoft.graph.driveItem entity. /// + /// A public Command BuildAnalyticsNavCommand() { var command = new Command("analytics"); command.Description = "Provides operations to manage the analytics property of the microsoft.graph.driveItem entity."; @@ -78,6 +79,7 @@ public Command BuildAnalyticsNavCommand() { /// /// Provides operations to call the assignSensitivityLabel method. /// + /// A public Command BuildAssignSensitivityLabelNavCommand() { var command = new Command("assign-sensitivity-label"); command.Description = "Provides operations to call the assignSensitivityLabel method."; @@ -93,6 +95,7 @@ public Command BuildAssignSensitivityLabelNavCommand() { /// /// Provides operations to call the checkin method. /// + /// A public Command BuildCheckinNavCommand() { var command = new Command("checkin"); command.Description = "Provides operations to call the checkin method."; @@ -108,6 +111,7 @@ public Command BuildCheckinNavCommand() { /// /// Provides operations to call the checkout method. /// + /// A public Command BuildCheckoutNavCommand() { var command = new Command("checkout"); command.Description = "Provides operations to call the checkout method."; @@ -123,6 +127,7 @@ public Command BuildCheckoutNavCommand() { /// /// Provides operations to manage the children property of the microsoft.graph.driveItem entity. /// + /// A public Command BuildChildrenNavCommand() { var command = new Command("children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.driveItem entity."; @@ -148,6 +153,7 @@ public Command BuildChildrenNavCommand() { /// /// Provides operations to manage the media for the drive entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the drive entity."; @@ -164,6 +170,7 @@ public Command BuildContentNavCommand() { /// /// Provides operations to call the copy method. /// + /// A public Command BuildCopyNavCommand() { var command = new Command("copy"); command.Description = "Provides operations to call the copy method."; @@ -179,6 +186,7 @@ public Command BuildCopyNavCommand() { /// /// Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildCreatedByUserNavCommand() { var command = new Command("created-by-user"); command.Description = "Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity."; @@ -201,6 +209,7 @@ public Command BuildCreatedByUserNavCommand() { /// /// Provides operations to call the createLink method. /// + /// A public Command BuildCreateLinkNavCommand() { var command = new Command("create-link"); command.Description = "Provides operations to call the createLink method."; @@ -216,6 +225,7 @@ public Command BuildCreateLinkNavCommand() { /// /// Provides operations to call the createUploadSession method. /// + /// A public Command BuildCreateUploadSessionNavCommand() { var command = new Command("create-upload-session"); command.Description = "Provides operations to call the createUploadSession method."; @@ -232,6 +242,7 @@ public Command BuildCreateUploadSessionNavCommand() { /// Delete a DriveItem by using its ID or path.Deleting items using this method moves the items to the recycle bin instead of permanently deleting the item. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a DriveItem by using its ID or path.Deleting items using this method moves the items to the recycle bin instead of permanently deleting the item.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-delete?view=graph-rest-1.0"; @@ -271,6 +282,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -286,6 +298,7 @@ public Command BuildDeltaNavCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaWithTokenRbCommand() { var command = new Command("delta-with-token"); command.Description = "Provides operations to call the delta method."; @@ -301,6 +314,7 @@ public Command BuildDeltaWithTokenRbCommand() { /// /// Provides operations to call the extractSensitivityLabels method. /// + /// A public Command BuildExtractSensitivityLabelsNavCommand() { var command = new Command("extract-sensitivity-labels"); command.Description = "Provides operations to call the extractSensitivityLabels method."; @@ -316,6 +330,7 @@ public Command BuildExtractSensitivityLabelsNavCommand() { /// /// Provides operations to call the follow method. /// + /// A public Command BuildFollowNavCommand() { var command = new Command("follow"); command.Description = "Provides operations to call the follow method."; @@ -331,6 +346,7 @@ public Command BuildFollowNavCommand() { /// /// Provides operations to call the getActivitiesByInterval method. /// + /// A public Command BuildGetActivitiesByIntervalNavCommand() { var command = new Command("get-activities-by-interval"); command.Description = "Provides operations to call the getActivitiesByInterval method."; @@ -346,6 +362,7 @@ public Command BuildGetActivitiesByIntervalNavCommand() { /// /// Provides operations to call the getActivitiesByInterval method. /// + /// A public Command BuildGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRbCommand() { var command = new Command("get-activities-by-interval-with-start-date-time-with-end-date-time-with-interval"); command.Description = "Provides operations to call the getActivitiesByInterval method."; @@ -361,6 +378,7 @@ public Command BuildGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithI /// /// All items contained in the drive. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "All items contained in the drive. Read-only. Nullable."; @@ -417,6 +435,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the invite method. /// + /// A public Command BuildInviteNavCommand() { var command = new Command("invite"); command.Description = "Provides operations to call the invite method."; @@ -432,6 +451,7 @@ public Command BuildInviteNavCommand() { /// /// Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildLastModifiedByUserNavCommand() { var command = new Command("last-modified-by-user"); command.Description = "Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity."; @@ -454,6 +474,7 @@ public Command BuildLastModifiedByUserNavCommand() { /// /// Provides operations to manage the listItem property of the microsoft.graph.driveItem entity. /// + /// A public Command BuildListItemNavCommand() { var command = new Command("list-item"); command.Description = "Provides operations to manage the listItem property of the microsoft.graph.driveItem entity."; @@ -470,6 +491,7 @@ public Command BuildListItemNavCommand() { /// Update the metadata for a driveItem by ID or path. You can also use update to move an item to another parent by updating the item's parentReference property. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the metadata for a driveItem by ID or path. You can also use update to move an item to another parent by updating the item's parentReference property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-update?view=graph-rest-1.0"; @@ -525,6 +547,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the permanentDelete method. /// + /// A public Command BuildPermanentDeleteNavCommand() { var command = new Command("permanent-delete"); command.Description = "Provides operations to call the permanentDelete method."; @@ -540,6 +563,7 @@ public Command BuildPermanentDeleteNavCommand() { /// /// Provides operations to manage the permissions property of the microsoft.graph.driveItem entity. /// + /// A public Command BuildPermissionsNavCommand() { var command = new Command("permissions"); command.Description = "Provides operations to manage the permissions property of the microsoft.graph.driveItem entity."; @@ -565,6 +589,7 @@ public Command BuildPermissionsNavCommand() { /// /// Provides operations to call the preview method. /// + /// A public Command BuildPreviewNavCommand() { var command = new Command("preview"); command.Description = "Provides operations to call the preview method."; @@ -580,6 +605,7 @@ public Command BuildPreviewNavCommand() { /// /// Provides operations to call the restore method. /// + /// A public Command BuildRestoreNavCommand() { var command = new Command("restore"); command.Description = "Provides operations to call the restore method."; @@ -595,6 +621,7 @@ public Command BuildRestoreNavCommand() { /// /// Provides operations to manage the retentionLabel property of the microsoft.graph.driveItem entity. /// + /// A public Command BuildRetentionLabelNavCommand() { var command = new Command("retention-label"); command.Description = "Provides operations to manage the retentionLabel property of the microsoft.graph.driveItem entity."; @@ -612,6 +639,7 @@ public Command BuildRetentionLabelNavCommand() { /// /// Provides operations to call the search method. /// + /// A public Command BuildSearchWithQRbCommand() { var command = new Command("search-with-q"); command.Description = "Provides operations to call the search method."; @@ -627,6 +655,7 @@ public Command BuildSearchWithQRbCommand() { /// /// Provides operations to manage the subscriptions property of the microsoft.graph.driveItem entity. /// + /// A public Command BuildSubscriptionsNavCommand() { var command = new Command("subscriptions"); command.Description = "Provides operations to manage the subscriptions property of the microsoft.graph.driveItem entity."; @@ -652,6 +681,7 @@ public Command BuildSubscriptionsNavCommand() { /// /// Provides operations to manage the thumbnails property of the microsoft.graph.driveItem entity. /// + /// A public Command BuildThumbnailsNavCommand() { var command = new Command("thumbnails"); command.Description = "Provides operations to manage the thumbnails property of the microsoft.graph.driveItem entity."; @@ -677,6 +707,7 @@ public Command BuildThumbnailsNavCommand() { /// /// Provides operations to call the unfollow method. /// + /// A public Command BuildUnfollowNavCommand() { var command = new Command("unfollow"); command.Description = "Provides operations to call the unfollow method."; @@ -692,6 +723,7 @@ public Command BuildUnfollowNavCommand() { /// /// Provides operations to call the validatePermission method. /// + /// A public Command BuildValidatePermissionNavCommand() { var command = new Command("validate-permission"); command.Description = "Provides operations to call the validatePermission method."; @@ -707,6 +739,7 @@ public Command BuildValidatePermissionNavCommand() { /// /// Provides operations to manage the versions property of the microsoft.graph.driveItem entity. /// + /// A public Command BuildVersionsNavCommand() { var command = new Command("versions"); command.Description = "Provides operations to manage the versions property of the microsoft.graph.driveItem entity."; @@ -732,6 +765,7 @@ public Command BuildVersionsNavCommand() { /// /// Provides operations to manage the workbook property of the microsoft.graph.driveItem entity. /// + /// A public Command BuildWorkbookNavCommand() { var command = new Command("workbook"); command.Description = "Provides operations to manage the workbook property of the microsoft.graph.driveItem entity."; @@ -764,13 +798,13 @@ public Command BuildWorkbookNavCommand() { return command; } /// - /// Instantiates a new DriveItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -778,6 +812,7 @@ public DriveItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Delete a DriveItem by using its ID or path.Deleting items using this method moves the items to the recycle bin instead of permanently deleting the item. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -786,7 +821,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -794,6 +829,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// All items contained in the drive. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -810,6 +846,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the metadata for a driveItem by ID or path. You can also use update to move an item to another parent by updating the item's parentReference property. /// + /// 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 @@ -820,7 +857,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.DriveItem body public RequestInformation ToPatchRequestInformation(ApiSdk.Models.DriveItem 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}/drives/{drive%2Did}/items/{driveItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/ExtractSensitivityLabels/ExtractSensitivityLabelsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/ExtractSensitivityLabels/ExtractSensitivityLabelsRequestBuilder.cs index c0bfff08a0..f6a7cf5ba9 100644 --- a/src/generated/Drives/Item/Items/Item/ExtractSensitivityLabels/ExtractSensitivityLabelsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/ExtractSensitivityLabels/ExtractSensitivityLabelsRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExtractSensitivityLabelsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action extractSensitivityLabels /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action extractSensitivityLabels"; @@ -62,13 +63,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ExtractSensitivityLabelsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtractSensitivityLabelsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/extractSensitivityLabels", pathParameters) { } /// - /// Instantiates a new ExtractSensitivityLabelsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtractSensitivityLabelsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/extractSensitivityLabels", rawUrl) { @@ -76,6 +77,7 @@ public ExtractSensitivityLabelsRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Invoke action extractSensitivityLabels /// + /// 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/Drives/Item/Items/Item/Follow/FollowRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Follow/FollowRequestBuilder.cs index 22ece489e6..b5a5d3127f 100644 --- a/src/generated/Drives/Item/Items/Item/Follow/FollowRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Follow/FollowRequestBuilder.cs @@ -23,6 +23,7 @@ public class FollowRequestBuilder : BaseCliRequestBuilder { /// Follow a driveItem. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Follow a driveItem.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0"; @@ -63,13 +64,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new FollowRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FollowRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/follow", pathParameters) { } /// - /// Instantiates a new FollowRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FollowRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/follow", rawUrl) { @@ -77,6 +78,7 @@ public FollowRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Follow a driveItem. /// + /// 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/Drives/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs b/src/generated/Drives/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs index eab3ae352e..0abff9f5cf 100644 --- a/src/generated/Drives/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs @@ -18,6 +18,7 @@ public class GetActivitiesByIntervalGetResponse : BaseCollectionPaginationCountR /// /// 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 new GetActivitiesByIntervalGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetActivitiesByIntervalGetResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivityStat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Drives/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs index aa901adec8..924f5b3bc1 100644 --- a/src/generated/Drives/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetActivitiesByIntervalRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function getActivitiesByInterval /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getActivitiesByInterval"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetActivitiesByIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/getActivitiesByInterval(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetActivitiesByIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/getActivitiesByInterval(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetActivitiesByIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/getActivitiesByInterval(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetActivitiesByIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/getActivitiesByInterval(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getActivitiesByInterval /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class GetActivitiesByIntervalRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Drives/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs b/src/generated/Drives/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs index 8ad13b9678..be8632188a 100644 --- a/src/generated/Drives/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs @@ -18,6 +18,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// 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 new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivityStat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Drives/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs index 6950de29ca..4621ee18fc 100644 --- a/src/generated/Drives/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// Invoke function getActivitiesByInterval /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getActivitiesByInterval"; @@ -74,6 +75,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -93,6 +99,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -109,6 +116,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); @@ -134,20 +142,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getActivitiesByInterval /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -168,6 +177,16 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Drives/Item/Items/Item/Invite/InvitePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Invite/InvitePostRequestBody.cs index 34353fb3cb..a9623a6ceb 100644 --- a/src/generated/Drives/Item/Items/Item/Invite/InvitePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Invite/InvitePostRequestBody.cs @@ -56,7 +56,7 @@ public class InvitePostRequestBody : IAdditionalDataHolder, IParsable { /// The sendInvitation property public bool? SendInvitation { get; set; } /// - /// Instantiates a new invitePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public InvitePostRequestBody() { AdditionalData = new Dictionary(); @@ -64,6 +64,7 @@ public InvitePostRequestBody() { /// /// 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 InvitePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -72,6 +73,7 @@ public static InvitePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"expirationDateTime", n => { ExpirationDateTime = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Invite/InvitePostResponse.cs b/src/generated/Drives/Item/Items/Item/Invite/InvitePostResponse.cs index 85ce5c62cf..5acc948155 100644 --- a/src/generated/Drives/Item/Items/Item/Invite/InvitePostResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Invite/InvitePostResponse.cs @@ -18,6 +18,7 @@ public class InvitePostResponse : BaseCollectionPaginationCountResponse, IParsab /// /// 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 new InvitePostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class InvitePostResponse : BaseCollectionPaginationCountResponse, IParsab /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Permission.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Invite/InviteRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Invite/InviteRequestBuilder.cs index 867a1eda1a..93fcc24db2 100644 --- a/src/generated/Drives/Item/Items/Item/Invite/InviteRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Invite/InviteRequestBuilder.cs @@ -22,6 +22,7 @@ public class InviteRequestBuilder : BaseCliRequestBuilder { /// Sends a sharing invitation for a driveItem.A sharing invitation provides permissions to the recipients and optionally sends them an email with a [sharing link][]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Sends a sharing invitation for a driveItem.A sharing invitation provides permissions to the recipients and optionally sends them an email with a [sharing link][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0"; @@ -86,13 +87,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new InviteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InviteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/invite", pathParameters) { } /// - /// Instantiates a new InviteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InviteRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/invite", rawUrl) { @@ -100,6 +101,7 @@ public InviteRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Sends a sharing invitation for a driveItem.A sharing invitation provides permissions to the recipients and optionally sends them an email with a [sharing link][]. /// + /// 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/Drives/Item/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs index 3c60c98ee3..29b5433c7d 100644 --- a/src/generated/Drives/Item/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class LastModifiedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who last modified the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who last modified the item. Read-only."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -96,6 +98,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -115,13 +118,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/lastModifiedByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/lastModifiedByUser{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/drives /// /// Identity of the user who last modified the item. 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 diff --git a/src/generated/Drives/Item/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index f49281177c..c0547accc1 100644 --- a/src/generated/Drives/Item/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -131,13 +133,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -145,6 +147,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,6 +164,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -171,7 +175,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/drives/{drive%2Did}/items/{driveItem%2Did}/lastModifiedByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index a115a1e64a..92d78b1176 100644 --- a/src/generated/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/drives/{drive%2Did}/items/{driveItem%2Did}/lastModifiedByUser/serviceProvisioningErrors/$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}/drives/{drive%2Did}/items/{driveItem%2Did}/lastModifiedByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index c81f43bbaa..ccae43cc9f 100644 --- a/src/generated/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Drives/Item/Items/Item/ListItem/ListItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/ListItem/ListItemRequestBuilder.cs index dd2946c6af..d3be8e5ae8 100644 --- a/src/generated/Drives/Item/Items/Item/ListItem/ListItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/ListItem/ListItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ListItemRequestBuilder : BaseCliRequestBuilder { /// /// For drives in SharePoint, the associated document library list item. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "For drives in SharePoint, the associated document library list item. Read-only. Nullable."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ListItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/listItem{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ListItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/listItem{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public ListItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// For drives in SharePoint, the associated document library list item. Read-only. Nullable. /// + /// 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/Drives/Item/Items/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs index 22385c7b6f..9272a52c78 100644 --- a/src/generated/Drives/Item/Items/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/PermanentDelete/PermanentDeleteRequestBuilder.cs @@ -21,6 +21,7 @@ public class PermanentDeleteRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action permanentDelete /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action permanentDelete"; @@ -51,13 +52,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PermanentDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermanentDeleteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/permanentDelete", pathParameters) { } /// - /// Instantiates a new PermanentDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermanentDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/permanentDelete", rawUrl) { @@ -65,6 +66,7 @@ public PermanentDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Invoke action permanentDelete /// + /// 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/Drives/Item/Items/Item/Permissions/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Permissions/Count/CountRequestBuilder.cs index d4d884f53f..45fea14928 100644 --- a/src/generated/Drives/Item/Items/Item/Permissions/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Permissions/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"; @@ -65,13 +66,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}/drives/{drive%2Did}/items/{driveItem%2Did}/permissions/$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}/drives/{drive%2Did}/items/{driveItem%2Did}/permissions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Items/Item/Permissions/Item/Grant/GrantPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantPostRequestBody.cs index ee77b9cdd6..050b96ce8f 100644 --- a/src/generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantPostRequestBody.cs @@ -26,7 +26,7 @@ public class GrantPostRequestBody : IAdditionalDataHolder, IParsable { public List Roles { get; set; } #endif /// - /// Instantiates a new grantPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GrantPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public GrantPostRequestBody() { /// /// 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 GrantPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static GrantPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"recipients", n => { Recipients = n.GetCollectionOfObjectValues(DriveRecipient.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantPostResponse.cs b/src/generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantPostResponse.cs index 6e3149c92d..0801cdd8d6 100644 --- a/src/generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantPostResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantPostResponse.cs @@ -18,6 +18,7 @@ public class GrantPostResponse : BaseCollectionPaginationCountResponse, IParsabl /// /// 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 new GrantPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GrantPostResponse : BaseCollectionPaginationCountResponse, IParsabl /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Permission.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.cs index c05e1795a9..8843352c2e 100644 --- a/src/generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.cs @@ -22,6 +22,7 @@ public class GrantRequestBuilder : BaseCliRequestBuilder { /// Grant users access to a link represented by a [permission][]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Grant users access to a link represented by a [permission][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0"; @@ -92,13 +93,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GrantRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GrantRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/permissions/{permission%2Did}/grant", pathParameters) { } /// - /// Instantiates a new GrantRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GrantRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/permissions/{permission%2Did}/grant", rawUrl) { @@ -106,6 +107,7 @@ public GrantRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Grant users access to a link represented by a [permission][]. /// + /// 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/Drives/Item/Items/Item/Permissions/Item/PermissionItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Permissions/Item/PermissionItemRequestBuilder.cs index fffb7d3f53..173a912763 100644 --- a/src/generated/Drives/Item/Items/Item/Permissions/Item/PermissionItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Permissions/Item/PermissionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class PermissionItemRequestBuilder : BaseCliRequestBuilder { /// Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted.The inheritedFrom property must be null. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted.The inheritedFrom property must be null.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/permission-delete?view=graph-rest-1.0"; @@ -70,6 +71,7 @@ public Command BuildDeleteCommand() { /// Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.This property is an ItemReference resource referencing the ancestor that the permission is inherited from. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.This property is an ItemReference resource referencing the ancestor that the permission is inherited from.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0"; @@ -132,6 +134,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the grant method. /// + /// A public Command BuildGrantNavCommand() { var command = new Command("grant"); command.Description = "Provides operations to call the grant method."; @@ -148,6 +151,7 @@ public Command BuildGrantNavCommand() { /// Update the properties of a sharing permission by patching the permission resource. Only the roles property can be modified this way. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a sharing permission by patching the permission resource. Only the roles property can be modified this way.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/permission-update?view=graph-rest-1.0"; @@ -207,13 +211,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PermissionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermissionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/permissions/{permission%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PermissionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermissionItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/permissions/{permission%2Did}{?%24expand,%24select}", rawUrl) { @@ -221,6 +225,7 @@ public PermissionItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Remove access to a DriveItem. Only sharing permissions that are not inherited can be deleted.The inheritedFrom property must be null. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/permissions/{permission%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -237,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Return the effective sharing permission for a particular permission resource. Effective permissions of an item can come from two sources: permissions set directly on the item itself or permissions that are inherited from the item's ancestors. Callers can differentiate if the permission is inherited or not by checking the inheritedFrom property.This property is an ItemReference resource referencing the ancestor that the permission is inherited from. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a sharing permission by patching the permission resource. Only the roles property can be modified this way. /// + /// 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 @@ -263,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Permission bod public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Permission 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}/drives/{drive%2Did}/items/{driveItem%2Did}/permissions/{permission%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Permissions/PermissionsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Permissions/PermissionsRequestBuilder.cs index 292cb60f1c..e0f8aa7f92 100644 --- a/src/generated/Drives/Item/Items/Item/Permissions/PermissionsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Permissions/PermissionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class PermissionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the permissions property of the microsoft.graph.driveItem 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 permissions for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to permissions for drives"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// List the effective sharing permissions on a driveItem. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List the effective sharing permissions on a driveItem.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0"; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PermissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermissionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PermissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermissionsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public PermissionsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// List the effective sharing permissions on a driveItem. /// + /// 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,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to permissions for drives /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.Permission body public RequestInformation ToPostRequestInformation(ApiSdk.Models.Permission 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}/drives/{drive%2Did}/items/{driveItem%2Did}/permissions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Preview/PreviewPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Preview/PreviewPostRequestBody.cs index e7de8a9e9c..f9ef03fc30 100644 --- a/src/generated/Drives/Item/Items/Item/Preview/PreviewPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Preview/PreviewPostRequestBody.cs @@ -19,7 +19,7 @@ public class PreviewPostRequestBody : IAdditionalDataHolder, IParsable { /// The zoom property public double? Zoom { get; set; } /// - /// Instantiates a new previewPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public PreviewPostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public PreviewPostRequestBody() { /// /// 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 PreviewPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static PreviewPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"page", n => { Page = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Preview/PreviewRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Preview/PreviewRequestBuilder.cs index bfea34e186..8526a2d3ae 100644 --- a/src/generated/Drives/Item/Items/Item/Preview/PreviewRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Preview/PreviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class PreviewRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action preview /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action preview"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PreviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/preview", pathParameters) { } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/preview", rawUrl) { @@ -89,6 +90,7 @@ public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action preview /// + /// 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/Drives/Item/Items/Item/Restore/RestorePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Restore/RestorePostRequestBody.cs index 0c1d57bcbc..56a08f6cb0 100644 --- a/src/generated/Drives/Item/Items/Item/Restore/RestorePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Restore/RestorePostRequestBody.cs @@ -26,7 +26,7 @@ public class RestorePostRequestBody : IAdditionalDataHolder, IParsable { public ItemReference ParentReference { get; set; } #endif /// - /// Instantiates a new restorePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RestorePostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public RestorePostRequestBody() { /// /// 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 RestorePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static RestorePostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Restore/RestoreRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Restore/RestoreRequestBuilder.cs index fc9236972e..4f1b4632c8 100644 --- a/src/generated/Drives/Item/Items/Item/Restore/RestoreRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Restore/RestoreRequestBuilder.cs @@ -23,6 +23,7 @@ public class RestoreRequestBuilder : BaseCliRequestBuilder { /// Restore a driveItem that has been deleted and is currently in the recycle bin. NOTE: This functionality is currently only available for OneDrive Personal. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a driveItem that has been deleted and is currently in the recycle bin. NOTE: This functionality is currently only available for OneDrive Personal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/restore", pathParameters) { } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/restore", rawUrl) { @@ -90,6 +91,7 @@ public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Restore a driveItem that has been deleted and is currently in the recycle bin. NOTE: This functionality is currently only available for OneDrive Personal. /// + /// 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/Drives/Item/Items/Item/RetentionLabel/RetentionLabelRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/RetentionLabel/RetentionLabelRequestBuilder.cs index 3e483bf0a8..fb091b196c 100644 --- a/src/generated/Drives/Item/Items/Item/RetentionLabel/RetentionLabelRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/RetentionLabel/RetentionLabelRequestBuilder.cs @@ -23,6 +23,7 @@ public class RetentionLabelRequestBuilder : BaseCliRequestBuilder { /// Remove a retention label from a driveItem. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a retention label from a driveItem. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Information about retention label and settings enforced on the driveItem. Read-write. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Information about retention label and settings enforced on the driveItem. Read-write."; @@ -116,12 +118,13 @@ public Command BuildGetCommand() { return command; } /// - /// Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive. - /// Find more info here + /// Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. + /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); - command.Description = "Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0"; + command.Description = "Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-1.0"; var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") { }; driveIdOption.IsRequired = true; @@ -172,13 +175,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new RetentionLabelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RetentionLabelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/retentionLabel{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RetentionLabelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RetentionLabelRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/retentionLabel{?%24expand,%24select}", rawUrl) { @@ -186,6 +189,7 @@ public RetentionLabelRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Remove a retention label from a driveItem. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -194,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/retentionLabel", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -202,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Information about retention label and settings enforced on the driveItem. Read-write. /// + /// 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,8 +221,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive. + /// Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. /// + /// 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 @@ -228,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(ItemRetentionLabel body, Act public RequestInformation ToPatchRequestInformation(ItemRetentionLabel 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}/drives/{drive%2Did}/items/{driveItem%2Did}/retentionLabel", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/SearchWithQ/SearchWithQGetResponse.cs b/src/generated/Drives/Item/Items/Item/SearchWithQ/SearchWithQGetResponse.cs index e64c8ac278..0c73765b13 100644 --- a/src/generated/Drives/Item/Items/Item/SearchWithQ/SearchWithQGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/SearchWithQ/SearchWithQGetResponse.cs @@ -18,6 +18,7 @@ public class SearchWithQGetResponse : BaseCollectionPaginationCountResponse, IPa /// /// 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 new SearchWithQGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class SearchWithQGetResponse : BaseCollectionPaginationCountResponse, IPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.DriveItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Drives/Item/Items/Item/SearchWithQ/SearchWithQRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/SearchWithQ/SearchWithQRequestBuilder.cs index 6d54e8e8d9..d9c806932f 100644 --- a/src/generated/Drives/Item/Items/Item/SearchWithQ/SearchWithQRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/SearchWithQ/SearchWithQRequestBuilder.cs @@ -21,6 +21,7 @@ public class SearchWithQRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function search /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function search"; @@ -66,6 +67,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -83,6 +89,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -99,6 +106,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); @@ -122,20 +130,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SearchWithQRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public SearchWithQRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/search(q='{q}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public SearchWithQRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/search(q='{q}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SearchWithQRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public SearchWithQRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/search(q='{q}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public SearchWithQRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/search(q='{q}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function search /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -156,6 +165,16 @@ public class SearchWithQRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Drives/Item/Items/Item/Subscriptions/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Subscriptions/Count/CountRequestBuilder.cs index c6a1867c78..552232f5a5 100644 --- a/src/generated/Drives/Item/Items/Item/Subscriptions/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Subscriptions/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"; @@ -65,13 +66,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}/drives/{drive%2Did}/items/{driveItem%2Did}/subscriptions/$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}/drives/{drive%2Did}/items/{driveItem%2Did}/subscriptions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Items/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs index c29540c1a8..4d0ad78f44 100644 --- a/src/generated/Drives/Item/Items/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs @@ -22,6 +22,7 @@ public class ReauthorizeRequestBuilder : BaseCliRequestBuilder { /// Reauthorize a subscription when you receive a reauthorizationRequired challenge. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reauthorize a subscription when you receive a reauthorizationRequired challenge.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReauthorizeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReauthorizeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/subscriptions/{subscription%2Did}/reauthorize", pathParameters) { } /// - /// Instantiates a new ReauthorizeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReauthorizeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/subscriptions/{subscription%2Did}/reauthorize", rawUrl) { @@ -72,6 +73,7 @@ public ReauthorizeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Reauthorize a subscription when you receive a reauthorizationRequired challenge. /// + /// 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/Drives/Item/Items/Item/Subscriptions/Item/SubscriptionItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Subscriptions/Item/SubscriptionItemRequestBuilder.cs index 27cf9e4086..5857509dda 100644 --- a/src/generated/Drives/Item/Items/Item/Subscriptions/Item/SubscriptionItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Subscriptions/Item/SubscriptionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class SubscriptionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property subscriptions for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property subscriptions for drives"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// The set of subscriptions on the item. Only supported on the root of a drive. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The set of subscriptions on the item. Only supported on the root of a drive."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property subscriptions in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property subscriptions in drives"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the reauthorize method. /// + /// A public Command BuildReauthorizeNavCommand() { var command = new Command("reauthorize"); command.Description = "Provides operations to call the reauthorize method."; @@ -204,13 +208,13 @@ public Command BuildReauthorizeNavCommand() { return command; } /// - /// Instantiates a new SubscriptionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubscriptionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/subscriptions/{subscription%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubscriptionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubscriptionItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/subscriptions/{subscription%2Did}{?%24expand,%24select}", rawUrl) { @@ -218,6 +222,7 @@ public SubscriptionItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{ /// /// Delete navigation property subscriptions for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,7 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/subscriptions/{subscription%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -234,6 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The set of subscriptions on the item. Only supported on the root of a drive. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property subscriptions in drives /// + /// 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 @@ -260,7 +267,7 @@ public RequestInformation ToPatchRequestInformation(Subscription 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}/drives/{drive%2Did}/items/{driveItem%2Did}/subscriptions/{subscription%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Subscriptions/SubscriptionsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Subscriptions/SubscriptionsRequestBuilder.cs index cd6af4edcf..1dd5050b60 100644 --- a/src/generated/Drives/Item/Items/Item/Subscriptions/SubscriptionsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Subscriptions/SubscriptionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubscriptionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the subscriptions property of the microsoft.graph.driveItem 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 subscriptions for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to subscriptions for drives"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// The set of subscriptions on the item. Only supported on the root of a drive. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The set of subscriptions on the item. Only supported on the root of a drive."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SubscriptionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubscriptionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/subscriptions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SubscriptionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubscriptionsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/subscriptions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public SubscriptionsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// The set of subscriptions on the item. Only supported on the root of a drive. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to subscriptions for drives /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(Subscription 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}/drives/{drive%2Did}/items/{driveItem%2Did}/subscriptions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Thumbnails/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Thumbnails/Count/CountRequestBuilder.cs index d85ba69922..3ef4854d99 100644 --- a/src/generated/Drives/Item/Items/Item/Thumbnails/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Thumbnails/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"; @@ -65,13 +66,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}/drives/{drive%2Did}/items/{driveItem%2Did}/thumbnails/$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}/drives/{drive%2Did}/items/{driveItem%2Did}/thumbnails/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Items/Item/Thumbnails/Item/ThumbnailSetItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Thumbnails/Item/ThumbnailSetItemRequestBuilder.cs index 64a1e8a125..2507a86024 100644 --- a/src/generated/Drives/Item/Items/Item/Thumbnails/Item/ThumbnailSetItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Thumbnails/Item/ThumbnailSetItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ThumbnailSetItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property thumbnails for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property thumbnails for drives"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property thumbnails in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property thumbnails in drives"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ThumbnailSetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ThumbnailSetItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/thumbnails/{thumbnailSet%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ThumbnailSetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ThumbnailSetItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/thumbnails/{thumbnailSet%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public ThumbnailSetItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{ /// /// Delete navigation property thumbnails for drives /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/thumbnails/{thumbnailSet%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Collection of [thumbnailSet][] objects associated with the item. For more information, see [getting thumbnails][]. Read-only. Nullable. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property thumbnails in drives /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(ThumbnailSet 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}/drives/{drive%2Did}/items/{driveItem%2Did}/thumbnails/{thumbnailSet%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Thumbnails/ThumbnailsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Thumbnails/ThumbnailsRequestBuilder.cs index 50bc87f8e4..3883dbc9d5 100644 --- a/src/generated/Drives/Item/Items/Item/Thumbnails/ThumbnailsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Thumbnails/ThumbnailsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ThumbnailsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the thumbnails property of the microsoft.graph.driveItem entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ThumbnailSetItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to thumbnails for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to thumbnails for drives"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// Retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.Each thumbnailSet can have one or more thumbnail objects, which are images that represent the item.For example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There are many ways to work with thumbnails on OneDrive.Here are the most common ones: /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.Each thumbnailSet can have one or more thumbnail objects, which are images that represent the item.For example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There are many ways to work with thumbnails on OneDrive.Here are the most common ones:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0"; @@ -208,13 +212,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ThumbnailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ThumbnailsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/thumbnails{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ThumbnailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ThumbnailsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/thumbnails{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -222,6 +226,7 @@ public ThumbnailsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Retrieve a collection of ThumbnailSet resources for a DriveItem resource. A DriveItem can be represented by zero or more ThumbnailSet resources.Each thumbnailSet can have one or more thumbnail objects, which are images that represent the item.For example, a thumbnailSet may include thumbnail objects, such as common ones including small, medium, or large. There are many ways to work with thumbnails on OneDrive.Here are the most common ones: /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -238,6 +243,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to thumbnails for drives /// + /// 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 @@ -248,7 +254,7 @@ public RequestInformation ToPostRequestInformation(ThumbnailSet 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}/drives/{drive%2Did}/items/{driveItem%2Did}/thumbnails", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Unfollow/UnfollowRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Unfollow/UnfollowRequestBuilder.cs index 65804dcc30..5342d631a9 100644 --- a/src/generated/Drives/Item/Items/Item/Unfollow/UnfollowRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Unfollow/UnfollowRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnfollowRequestBuilder : BaseCliRequestBuilder { /// Unfollow a driveItem. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Unfollow a driveItem.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnfollowRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnfollowRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/unfollow", pathParameters) { } /// - /// Instantiates a new UnfollowRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnfollowRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/unfollow", rawUrl) { @@ -66,6 +67,7 @@ public UnfollowRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Unfollow a driveItem. /// + /// 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/Drives/Item/Items/Item/ValidatePermission/ValidatePermissionPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/ValidatePermission/ValidatePermissionPostRequestBody.cs index 6e13f530eb..ea120a5110 100644 --- a/src/generated/Drives/Item/Items/Item/ValidatePermission/ValidatePermissionPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/ValidatePermission/ValidatePermissionPostRequestBody.cs @@ -25,7 +25,7 @@ public class ValidatePermissionPostRequestBody : IAdditionalDataHolder, IParsabl public string Password { get; set; } #endif /// - /// Instantiates a new validatePermissionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValidatePermissionPostRequestBody() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public ValidatePermissionPostRequestBody() { /// /// 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 ValidatePermissionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static ValidatePermissionPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"challengeToken", n => { ChallengeToken = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/ValidatePermission/ValidatePermissionRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/ValidatePermission/ValidatePermissionRequestBuilder.cs index 0eb70ad481..519b6cd074 100644 --- a/src/generated/Drives/Item/Items/Item/ValidatePermission/ValidatePermissionRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/ValidatePermission/ValidatePermissionRequestBuilder.cs @@ -21,6 +21,7 @@ public class ValidatePermissionRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action validatePermission /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action validatePermission"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValidatePermissionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValidatePermissionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/validatePermission", pathParameters) { } /// - /// Instantiates a new ValidatePermissionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValidatePermissionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/validatePermission", rawUrl) { @@ -78,6 +79,7 @@ public ValidatePermissionRequestBuilder(string rawUrl) : base("{+baseurl}/drives /// /// Invoke action validatePermission /// + /// 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/Drives/Item/Items/Item/Versions/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Versions/Count/CountRequestBuilder.cs index bcc00ac07a..11dbd3cc7d 100644 --- a/src/generated/Drives/Item/Items/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Versions/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"; @@ -65,13 +66,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}/drives/{drive%2Did}/items/{driveItem%2Did}/versions/$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}/drives/{drive%2Did}/items/{driveItem%2Did}/versions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Items/Item/Versions/Item/Content/ContentRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Versions/Item/Content/ContentRequestBuilder.cs index 680a5569a0..520a10acaa 100644 --- a/src/generated/Drives/Item/Items/Item/Versions/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Versions/Item/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The content stream for this version of the item. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream for this version of the item.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"; @@ -73,6 +74,7 @@ public Command BuildGetCommand() { /// /// The content stream for this version of the item. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream for this version of the item."; @@ -129,13 +131,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}/drives/{drive%2Did}/items/{driveItem%2Did}/versions/{driveItemVersion%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}/drives/{drive%2Did}/items/{driveItem%2Did}/versions/{driveItemVersion%2Did}/content", rawUrl) { @@ -143,6 +145,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// The content stream for this version of the item. /// + /// 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 +162,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream for this version of the item. /// + /// 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/Drives/Item/Items/Item/Versions/Item/DriveItemVersionItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Versions/Item/DriveItemVersionItemRequestBuilder.cs index 8b8abfb0b3..1602a72f41 100644 --- a/src/generated/Drives/Item/Items/Item/Versions/Item/DriveItemVersionItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Versions/Item/DriveItemVersionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class DriveItemVersionItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the drive entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the drive entity."; @@ -40,6 +41,7 @@ public Command BuildContentNavCommand() { /// /// Delete navigation property versions for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property versions for drives"; @@ -86,6 +88,7 @@ public Command BuildDeleteCommand() { /// Retrieve the metadata for a specific version of a DriveItem. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the metadata for a specific version of a DriveItem.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0"; @@ -148,6 +151,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property versions in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property versions in drives"; @@ -209,6 +213,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the restoreVersion method. /// + /// A public Command BuildRestoreVersionNavCommand() { var command = new Command("restore-version"); command.Description = "Provides operations to call the restoreVersion method."; @@ -222,13 +227,13 @@ public Command BuildRestoreVersionNavCommand() { return command; } /// - /// Instantiates a new DriveItemVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveItemVersionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/versions/{driveItemVersion%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveItemVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveItemVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/versions/{driveItemVersion%2Did}{?%24expand,%24select}", rawUrl) { @@ -236,6 +241,7 @@ public DriveItemVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/driv /// /// Delete navigation property versions for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/versions/{driveItemVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the metadata for a specific version of a DriveItem. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property versions in drives /// + /// 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 @@ -278,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(DriveItemVersion body, Actio public RequestInformation ToPatchRequestInformation(DriveItemVersion 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}/drives/{drive%2Did}/items/{driveItem%2Did}/versions/{driveItemVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs index 9f285853da..145e889764 100644 --- a/src/generated/Drives/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RestoreVersionRequestBuilder : BaseCliRequestBuilder { /// Restore a previous version of a DriveItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the file. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a previous version of a DriveItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the file.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreVersionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreVersionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/versions/{driveItemVersion%2Did}/restoreVersion", pathParameters) { } /// - /// Instantiates a new RestoreVersionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreVersionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/versions/{driveItemVersion%2Did}/restoreVersion", rawUrl) { @@ -72,6 +73,7 @@ public RestoreVersionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Restore a previous version of a DriveItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the file. /// + /// 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/Drives/Item/Items/Item/Versions/VersionsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Versions/VersionsRequestBuilder.cs index f6747ac736..2071f1f81a 100644 --- a/src/generated/Drives/Item/Items/Item/Versions/VersionsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Versions/VersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class VersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the versions property of the microsoft.graph.driveItem entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to versions for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to versions for drives"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// OneDrive and SharePoint can be configured to retain the history for files.Depending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "OneDrive and SharePoint can be configured to retain the history for files.Depending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"; @@ -211,13 +215,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -225,6 +229,7 @@ public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// OneDrive and SharePoint can be configured to retain the history for files.Depending on the service and configuration, a new version can be created for each edit, each time the file is saved, manually, or never. Previous versions of a document may be retained for a finite period of time depending on admin settings that may be unique per user or location. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +246,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to versions for drives /// + /// 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 @@ -251,7 +257,7 @@ public RequestInformation ToPostRequestInformation(DriveItemVersion body, Action public RequestInformation ToPostRequestInformation(DriveItemVersion 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}/drives/{drive%2Did}/items/{driveItem%2Did}/versions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Application/ApplicationRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Application/ApplicationRequestBuilder.cs index 2f5881d972..e6248410fe 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Application/ApplicationRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Application/ApplicationRequestBuilder.cs @@ -23,6 +23,7 @@ public class ApplicationRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the calculate method. /// + /// A public Command BuildCalculateNavCommand() { var command = new Command("calculate"); command.Description = "Provides operations to call the calculate method."; @@ -38,6 +39,7 @@ public Command BuildCalculateNavCommand() { /// /// Delete navigation property application for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property application for drives"; @@ -78,6 +80,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a workbookApplication object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a workbookApplication object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/workbookapplication-get?view=graph-rest-1.0"; @@ -134,6 +137,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property application in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property application in drives"; @@ -187,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplicationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/application{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/application{?%24expand,%24select}", rawUrl) { @@ -201,6 +205,7 @@ public ApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Delete navigation property application for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -209,7 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/application", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -217,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a workbookApplication 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 @@ -233,6 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property application in drives /// + /// 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 @@ -243,7 +250,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookApplication body, Ac public RequestInformation ToPatchRequestInformation(WorkbookApplication 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/application", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculatePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculatePostRequestBody.cs index 068e16427e..c0c880265a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculatePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculatePostRequestBody.cs @@ -17,7 +17,7 @@ public class CalculatePostRequestBody : IAdditionalDataHolder, IParsable { public string CalculationType { get; set; } #endif /// - /// Instantiates a new calculatePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CalculatePostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CalculatePostRequestBody() { /// /// 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 CalculatePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CalculatePostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"calculationType", n => { CalculationType = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculateRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculateRequestBuilder.cs index 006e264423..2cf9032402 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculateRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculateRequestBuilder.cs @@ -22,6 +22,7 @@ public class CalculateRequestBuilder : BaseCliRequestBuilder { /// Recalculate all currently opened workbooks in Excel. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Recalculate all currently opened workbooks in Excel.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/workbookapplication-calculate?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CalculateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CalculateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/application/calculate", pathParameters) { } /// - /// Instantiates a new CalculateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CalculateRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/application/calculate", rawUrl) { @@ -79,6 +80,7 @@ public CalculateRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Recalculate all currently opened workbooks in Excel. /// + /// 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/Drives/Item/Items/Item/Workbook/CloseSession/CloseSessionRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/CloseSession/CloseSessionRequestBuilder.cs index 0881171f6f..b61c59f3a6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/CloseSession/CloseSessionRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/CloseSession/CloseSessionRequestBuilder.cs @@ -22,6 +22,7 @@ public class CloseSessionRequestBuilder : BaseCliRequestBuilder { /// Use this API to close an existing workbook session. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Use this API to close an existing workbook session.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/workbook-closesession?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CloseSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CloseSessionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/closeSession", pathParameters) { } /// - /// Instantiates a new CloseSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CloseSessionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/closeSession", rawUrl) { @@ -66,6 +67,7 @@ public CloseSessionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Use this API to close an existing workbook session. /// + /// 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/Drives/Item/Items/Item/Workbook/Comments/CommentsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Comments/CommentsRequestBuilder.cs index bbb74ced9f..960b13cb4e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Comments/CommentsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Comments/CommentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class CommentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the comments property of the microsoft.graph.workbook 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 comments for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to comments for drives"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Represents a collection of comments in a workbook. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Represents a collection of comments in a workbook."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CommentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CommentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/comments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CommentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CommentsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/comments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public CommentsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Represents a collection of comments in a workbook. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to comments for drives /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(WorkbookComment body, Action< public RequestInformation ToPostRequestInformation(WorkbookComment 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/comments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Comments/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Comments/Count/CountRequestBuilder.cs index 3c01ac9c4d..12099a09c4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Comments/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Comments/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"; @@ -65,13 +66,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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/comments/$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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/comments/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/Count/CountRequestBuilder.cs index 30f23458b6..f58c1d9937 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/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"; @@ -71,13 +72,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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/comments/{workbookComment%2Did}/replies/$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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/comments/{workbookComment%2Did}/replies/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/Item/WorkbookCommentReplyItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/Item/WorkbookCommentReplyItemRequestBuilder.cs index 7171b06140..4626ceef3e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/Item/WorkbookCommentReplyItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/Item/WorkbookCommentReplyItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class WorkbookCommentReplyItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property replies for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property replies for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of workbookCommentReply object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of workbookCommentReply object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/workbookcommentreply-get?view=graph-rest-1.0"; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property replies in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property replies in drives"; @@ -207,13 +210,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new WorkbookCommentReplyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkbookCommentReplyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/comments/{workbookComment%2Did}/replies/{workbookCommentReply%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkbookCommentReplyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkbookCommentReplyItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/comments/{workbookComment%2Did}/replies/{workbookCommentReply%2Did}{?%24expand,%24select}", rawUrl) { @@ -221,6 +224,7 @@ public WorkbookCommentReplyItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property replies for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,7 +233,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/comments/{workbookComment%2Did}/replies/{workbookCommentReply%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -237,6 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of workbookCommentReply 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 @@ -253,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property replies in drives /// + /// 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 @@ -263,7 +269,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookCommentReply body, A public RequestInformation ToPatchRequestInformation(WorkbookCommentReply 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/comments/{workbookComment%2Did}/replies/{workbookCommentReply%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/RepliesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/RepliesRequestBuilder.cs index b7c32b7344..9e38f4f27e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/RepliesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Comments/Item/Replies/RepliesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RepliesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the replies property of the microsoft.graph.workbookComment entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new WorkbookCommentReplyItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to replies for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to replies for drives"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// /// Retrieve the properties and relationships of workbookCommentReply object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the properties and relationships of workbookCommentReply object."; @@ -219,13 +223,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RepliesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RepliesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/comments/{workbookComment%2Did}/replies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RepliesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RepliesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/comments/{workbookComment%2Did}/replies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -233,6 +237,7 @@ public RepliesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Retrieve the properties and relationships of workbookCommentReply 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 @@ -249,6 +254,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to replies for drives /// + /// 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 @@ -259,7 +265,7 @@ public RequestInformation ToPostRequestInformation(WorkbookCommentReply body, Ac public RequestInformation ToPostRequestInformation(WorkbookCommentReply 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/comments/{workbookComment%2Did}/replies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Comments/Item/WorkbookCommentItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Comments/Item/WorkbookCommentItemRequestBuilder.cs index afbd06a08d..a95a3a7d74 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Comments/Item/WorkbookCommentItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Comments/Item/WorkbookCommentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class WorkbookCommentItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property comments for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property comments for drives"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Represents a collection of comments in a workbook. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents a collection of comments in a workbook."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property comments in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property comments in drives"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the replies property of the microsoft.graph.workbookComment entity. /// + /// A public Command BuildRepliesNavCommand() { var command = new Command("replies"); command.Description = "Provides operations to manage the replies property of the microsoft.graph.workbookComment entity."; @@ -214,13 +218,13 @@ public Command BuildRepliesNavCommand() { return command; } /// - /// Instantiates a new WorkbookCommentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkbookCommentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/comments/{workbookComment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkbookCommentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkbookCommentItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/comments/{workbookComment%2Did}{?%24expand,%24select}", rawUrl) { @@ -228,6 +232,7 @@ public WorkbookCommentItemRequestBuilder(string rawUrl) : base("{+baseurl}/drive /// /// Delete navigation property comments for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -236,7 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/comments/{workbookComment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -244,6 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents a collection of comments in a workbook. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,6 +266,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property comments in drives /// + /// 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 @@ -270,7 +277,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookComment body, Action public RequestInformation ToPatchRequestInformation(WorkbookComment 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/comments/{workbookComment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionPostRequestBody.cs index 38a103a1da..08b91049ae 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionPostRequestBody.cs @@ -11,7 +11,7 @@ public class CreateSessionPostRequestBody : IAdditionalDataHolder, IParsable { /// The persistChanges property public bool? PersistChanges { get; set; } /// - /// Instantiates a new createSessionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateSessionPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public CreateSessionPostRequestBody() { /// /// 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 CreateSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static CreateSessionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"persistChanges", n => { PersistChanges = n.GetBoolValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionRequestBuilder.cs index 2540a5eec9..d4dd764480 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CreateSessionRequestBuilder : BaseCliRequestBuilder { /// Create a new workbook session. Excel APIs can be called in one of two modes: To represent the session in the API, use the workbook-session-id: {session-id} header. In some cases, creating a new session requires an indeterminate time to complete. Microsoft Graph also provides a long running operations pattern. This pattern provides a way to poll for creation status updates, without waiting for the creation to complete. The following are the steps: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a new workbook session. Excel APIs can be called in one of two modes: To represent the session in the API, use the workbook-session-id: {session-id} header. In some cases, creating a new session requires an indeterminate time to complete. Microsoft Graph also provides a long running operations pattern. This pattern provides a way to poll for creation status updates, without waiting for the creation to complete. The following are the steps:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/workbook-createsession?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateSessionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/createSession", pathParameters) { } /// - /// Instantiates a new CreateSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateSessionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/createSession", rawUrl) { @@ -90,6 +91,7 @@ public CreateSessionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Create a new workbook session. Excel APIs can be called in one of two modes: To represent the session in the API, use the workbook-session-id: {session-id} header. In some cases, creating a new session requires an indeterminate time to complete. Microsoft Graph also provides a long running operations pattern. This pattern provides a way to poll for creation status updates, without waiting for the creation to complete. The following are the steps: /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Abs/AbsPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Abs/AbsPostRequestBody.cs index 05d9bbd78b..95ba51011e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Abs/AbsPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Abs/AbsPostRequestBody.cs @@ -18,7 +18,7 @@ public class AbsPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new absPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AbsPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AbsPostRequestBody() { /// /// 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 AbsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AbsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Abs/AbsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Abs/AbsRequestBuilder.cs index 2d506199f0..70b8f00fea 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Abs/AbsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Abs/AbsRequestBuilder.cs @@ -22,6 +22,7 @@ public class AbsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action abs /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action abs"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AbsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AbsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/abs", pathParameters) { } /// - /// Instantiates a new AbsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AbsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/abs", rawUrl) { @@ -89,6 +90,7 @@ public AbsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action abs /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/AccrInt/AccrIntPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AccrInt/AccrIntPostRequestBody.cs index 10693820ea..270a52a956 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AccrInt/AccrIntPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AccrInt/AccrIntPostRequestBody.cs @@ -74,7 +74,7 @@ public class AccrIntPostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new accrIntPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AccrIntPostRequestBody() { AdditionalData = new Dictionary(); @@ -82,6 +82,7 @@ public AccrIntPostRequestBody() { /// /// 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 AccrIntPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -90,6 +91,7 @@ public static AccrIntPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AccrInt/AccrIntRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AccrInt/AccrIntRequestBuilder.cs index cfb8e83ee1..c96b2e4c4c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AccrInt/AccrIntRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AccrInt/AccrIntRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccrIntRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action accrInt /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action accrInt"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AccrIntRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccrIntRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/accrInt", pathParameters) { } /// - /// Instantiates a new AccrIntRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccrIntRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/accrInt", rawUrl) { @@ -89,6 +90,7 @@ public AccrIntRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action accrInt /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/AccrIntM/AccrIntMPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AccrIntM/AccrIntMPostRequestBody.cs index bd977879f0..d03a1f4971 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AccrIntM/AccrIntMPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AccrIntM/AccrIntMPostRequestBody.cs @@ -50,7 +50,7 @@ public class AccrIntMPostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new accrIntMPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AccrIntMPostRequestBody() { AdditionalData = new Dictionary(); @@ -58,6 +58,7 @@ public AccrIntMPostRequestBody() { /// /// 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 AccrIntMPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public static AccrIntMPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AccrIntM/AccrIntMRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AccrIntM/AccrIntMRequestBuilder.cs index f59fc12b25..a29e4108af 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AccrIntM/AccrIntMRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AccrIntM/AccrIntMRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccrIntMRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action accrIntM /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action accrIntM"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AccrIntMRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccrIntMRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/accrIntM", pathParameters) { } /// - /// Instantiates a new AccrIntMRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccrIntMRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/accrIntM", rawUrl) { @@ -89,6 +90,7 @@ public AccrIntMRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action accrIntM /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Acos/AcosPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acos/AcosPostRequestBody.cs index a0c5abf238..b5a389f36d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acos/AcosPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acos/AcosPostRequestBody.cs @@ -18,7 +18,7 @@ public class AcosPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new acosPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AcosPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AcosPostRequestBody() { /// /// 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 AcosPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AcosPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acos/AcosRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acos/AcosRequestBuilder.cs index 6393933579..4e8530ad3e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acos/AcosRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acos/AcosRequestBuilder.cs @@ -22,6 +22,7 @@ public class AcosRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action acos /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action acos"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AcosRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AcosRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/acos", pathParameters) { } /// - /// Instantiates a new AcosRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AcosRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/acos", rawUrl) { @@ -89,6 +90,7 @@ public AcosRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action acos /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Acosh/AcoshPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acosh/AcoshPostRequestBody.cs index f496c57567..97685dd221 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acosh/AcoshPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acosh/AcoshPostRequestBody.cs @@ -18,7 +18,7 @@ public class AcoshPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new acoshPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AcoshPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AcoshPostRequestBody() { /// /// 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 AcoshPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AcoshPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acosh/AcoshRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acosh/AcoshRequestBuilder.cs index 2350a40fa5..577e9790d7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acosh/AcoshRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acosh/AcoshRequestBuilder.cs @@ -22,6 +22,7 @@ public class AcoshRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action acosh /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action acosh"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AcoshRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AcoshRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/acosh", pathParameters) { } /// - /// Instantiates a new AcoshRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AcoshRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/acosh", rawUrl) { @@ -89,6 +90,7 @@ public AcoshRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action acosh /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Acot/AcotPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acot/AcotPostRequestBody.cs index 7b6ce718fd..f7ca8d463e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acot/AcotPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acot/AcotPostRequestBody.cs @@ -18,7 +18,7 @@ public class AcotPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new acotPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AcotPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AcotPostRequestBody() { /// /// 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 AcotPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AcotPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acot/AcotRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acot/AcotRequestBuilder.cs index 41f03c440f..cb15a971dd 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acot/AcotRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acot/AcotRequestBuilder.cs @@ -22,6 +22,7 @@ public class AcotRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action acot /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action acot"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AcotRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AcotRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/acot", pathParameters) { } /// - /// Instantiates a new AcotRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AcotRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/acot", rawUrl) { @@ -89,6 +90,7 @@ public AcotRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action acot /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Acoth/AcothPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acoth/AcothPostRequestBody.cs index 8cd870f2e4..7f23e1dec0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acoth/AcothPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acoth/AcothPostRequestBody.cs @@ -18,7 +18,7 @@ public class AcothPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new acothPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AcothPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AcothPostRequestBody() { /// /// 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 AcothPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AcothPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acoth/AcothRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acoth/AcothRequestBuilder.cs index e196ccb1a4..97a296be04 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acoth/AcothRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Acoth/AcothRequestBuilder.cs @@ -22,6 +22,7 @@ public class AcothRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action acoth /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action acoth"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AcothRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AcothRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/acoth", pathParameters) { } /// - /// Instantiates a new AcothRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AcothRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/acoth", rawUrl) { @@ -89,6 +90,7 @@ public AcothRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action acoth /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/AmorDegrc/AmorDegrcPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AmorDegrc/AmorDegrcPostRequestBody.cs index 1b1e38a9e1..8b486bdbab 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AmorDegrc/AmorDegrcPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AmorDegrc/AmorDegrcPostRequestBody.cs @@ -66,7 +66,7 @@ public class AmorDegrcPostRequestBody : IAdditionalDataHolder, IParsable { public Json Salvage { get; set; } #endif /// - /// Instantiates a new amorDegrcPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AmorDegrcPostRequestBody() { AdditionalData = new Dictionary(); @@ -74,6 +74,7 @@ public AmorDegrcPostRequestBody() { /// /// 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 AmorDegrcPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -82,6 +83,7 @@ public static AmorDegrcPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AmorDegrc/AmorDegrcRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AmorDegrc/AmorDegrcRequestBuilder.cs index f457dcc2e7..330568f77e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AmorDegrc/AmorDegrcRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AmorDegrc/AmorDegrcRequestBuilder.cs @@ -22,6 +22,7 @@ public class AmorDegrcRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action amorDegrc /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action amorDegrc"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AmorDegrcRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AmorDegrcRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/amorDegrc", pathParameters) { } /// - /// Instantiates a new AmorDegrcRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AmorDegrcRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/amorDegrc", rawUrl) { @@ -89,6 +90,7 @@ public AmorDegrcRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action amorDegrc /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/AmorLinc/AmorLincPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AmorLinc/AmorLincPostRequestBody.cs index 3b141561e8..6a3500d3e5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AmorLinc/AmorLincPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AmorLinc/AmorLincPostRequestBody.cs @@ -66,7 +66,7 @@ public class AmorLincPostRequestBody : IAdditionalDataHolder, IParsable { public Json Salvage { get; set; } #endif /// - /// Instantiates a new amorLincPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AmorLincPostRequestBody() { AdditionalData = new Dictionary(); @@ -74,6 +74,7 @@ public AmorLincPostRequestBody() { /// /// 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 AmorLincPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -82,6 +83,7 @@ public static AmorLincPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AmorLinc/AmorLincRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AmorLinc/AmorLincRequestBuilder.cs index 9521d2e642..5a31d01883 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AmorLinc/AmorLincRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AmorLinc/AmorLincRequestBuilder.cs @@ -22,6 +22,7 @@ public class AmorLincRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action amorLinc /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action amorLinc"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AmorLincRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AmorLincRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/amorLinc", pathParameters) { } /// - /// Instantiates a new AmorLincRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AmorLincRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/amorLinc", rawUrl) { @@ -89,6 +90,7 @@ public AmorLincRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action amorLinc /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/And/AndPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/And/AndPostRequestBody.cs index 4ad3a1203e..40ac3ae193 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/And/AndPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/And/AndPostRequestBody.cs @@ -18,7 +18,7 @@ public class AndPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new andPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AndPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AndPostRequestBody() { /// /// 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 AndPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AndPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/And/AndRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/And/AndRequestBuilder.cs index c15fb0bbd3..1d7ccf6358 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/And/AndRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/And/AndRequestBuilder.cs @@ -22,6 +22,7 @@ public class AndRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action and /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action and"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AndRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AndRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/and", pathParameters) { } /// - /// Instantiates a new AndRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AndRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/and", rawUrl) { @@ -89,6 +90,7 @@ public AndRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action and /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Arabic/ArabicPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Arabic/ArabicPostRequestBody.cs index 9ac0988fa3..6a9de7429a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Arabic/ArabicPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Arabic/ArabicPostRequestBody.cs @@ -18,7 +18,7 @@ public class ArabicPostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new arabicPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ArabicPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ArabicPostRequestBody() { /// /// 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 ArabicPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ArabicPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"text", n => { Text = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Arabic/ArabicRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Arabic/ArabicRequestBuilder.cs index e23da0a443..a23f90c73e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Arabic/ArabicRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Arabic/ArabicRequestBuilder.cs @@ -22,6 +22,7 @@ public class ArabicRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action arabic /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action arabic"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ArabicRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ArabicRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/arabic", pathParameters) { } /// - /// Instantiates a new ArabicRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ArabicRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/arabic", rawUrl) { @@ -89,6 +90,7 @@ public ArabicRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action arabic /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Areas/AreasPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Areas/AreasPostRequestBody.cs index 18d12209b4..dcdde40024 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Areas/AreasPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Areas/AreasPostRequestBody.cs @@ -18,7 +18,7 @@ public class AreasPostRequestBody : IAdditionalDataHolder, IParsable { public Json Reference { get; set; } #endif /// - /// Instantiates a new areasPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AreasPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AreasPostRequestBody() { /// /// 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 AreasPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AreasPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"reference", n => { Reference = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Areas/AreasRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Areas/AreasRequestBuilder.cs index 7239ed81dd..36d718f74e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Areas/AreasRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Areas/AreasRequestBuilder.cs @@ -22,6 +22,7 @@ public class AreasRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action areas /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action areas"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AreasRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AreasRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/areas", pathParameters) { } /// - /// Instantiates a new AreasRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AreasRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/areas", rawUrl) { @@ -89,6 +90,7 @@ public AreasRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action areas /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Asc/AscPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asc/AscPostRequestBody.cs index 828d832c5e..3ea53b34cf 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asc/AscPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asc/AscPostRequestBody.cs @@ -18,7 +18,7 @@ public class AscPostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new ascPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AscPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AscPostRequestBody() { /// /// 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 AscPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AscPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"text", n => { Text = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asc/AscRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asc/AscRequestBuilder.cs index e6d1a8c590..d8e98ab764 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asc/AscRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asc/AscRequestBuilder.cs @@ -22,6 +22,7 @@ public class AscRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action asc /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action asc"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AscRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AscRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/asc", pathParameters) { } /// - /// Instantiates a new AscRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AscRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/asc", rawUrl) { @@ -89,6 +90,7 @@ public AscRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action asc /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Asin/AsinPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asin/AsinPostRequestBody.cs index 94f84c1316..3feebb7aa3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asin/AsinPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asin/AsinPostRequestBody.cs @@ -18,7 +18,7 @@ public class AsinPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new asinPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AsinPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AsinPostRequestBody() { /// /// 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 AsinPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AsinPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asin/AsinRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asin/AsinRequestBuilder.cs index ed4bb76333..e027b42765 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asin/AsinRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asin/AsinRequestBuilder.cs @@ -22,6 +22,7 @@ public class AsinRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action asin /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action asin"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AsinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AsinRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/asin", pathParameters) { } /// - /// Instantiates a new AsinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AsinRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/asin", rawUrl) { @@ -89,6 +90,7 @@ public AsinRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action asin /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Asinh/AsinhPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asinh/AsinhPostRequestBody.cs index 94bbaf1568..1f0bd0fc2e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asinh/AsinhPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asinh/AsinhPostRequestBody.cs @@ -18,7 +18,7 @@ public class AsinhPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new asinhPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AsinhPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AsinhPostRequestBody() { /// /// 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 AsinhPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AsinhPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asinh/AsinhRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asinh/AsinhRequestBuilder.cs index 5fa4f4f5d6..bff6234fd6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asinh/AsinhRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Asinh/AsinhRequestBuilder.cs @@ -22,6 +22,7 @@ public class AsinhRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action asinh /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action asinh"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AsinhRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AsinhRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/asinh", pathParameters) { } /// - /// Instantiates a new AsinhRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AsinhRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/asinh", rawUrl) { @@ -89,6 +90,7 @@ public AsinhRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action asinh /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Atan/AtanPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atan/AtanPostRequestBody.cs index e7bd1a9f94..81393338cb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atan/AtanPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atan/AtanPostRequestBody.cs @@ -18,7 +18,7 @@ public class AtanPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new atanPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AtanPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AtanPostRequestBody() { /// /// 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 AtanPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AtanPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atan/AtanRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atan/AtanRequestBuilder.cs index 5e751b4dfc..e400bcd286 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atan/AtanRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atan/AtanRequestBuilder.cs @@ -22,6 +22,7 @@ public class AtanRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action atan /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action atan"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AtanRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AtanRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/atan", pathParameters) { } /// - /// Instantiates a new AtanRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AtanRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/atan", rawUrl) { @@ -89,6 +90,7 @@ public AtanRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action atan /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Atan2/Atan2PostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atan2/Atan2PostRequestBody.cs index e9e8220f29..56b47a12a7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atan2/Atan2PostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atan2/Atan2PostRequestBody.cs @@ -26,7 +26,7 @@ public class Atan2PostRequestBody : IAdditionalDataHolder, IParsable { public Json YNum { get; set; } #endif /// - /// Instantiates a new atan2PostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Atan2PostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Atan2PostRequestBody() { /// /// 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 Atan2PostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Atan2PostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"xNum", n => { XNum = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atan2/Atan2RequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atan2/Atan2RequestBuilder.cs index 4ac38ee3a3..c1ee2d2a2e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atan2/Atan2RequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atan2/Atan2RequestBuilder.cs @@ -22,6 +22,7 @@ public class Atan2RequestBuilder : BaseCliRequestBuilder { /// /// Invoke action atan2 /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action atan2"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Atan2RequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Atan2RequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/atan2", pathParameters) { } /// - /// Instantiates a new Atan2RequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Atan2RequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/atan2", rawUrl) { @@ -89,6 +90,7 @@ public Atan2RequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action atan2 /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Atanh/AtanhPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atanh/AtanhPostRequestBody.cs index e9cfa0b624..d6e3ffa1d5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atanh/AtanhPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atanh/AtanhPostRequestBody.cs @@ -18,7 +18,7 @@ public class AtanhPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new atanhPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AtanhPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AtanhPostRequestBody() { /// /// 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 AtanhPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AtanhPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atanh/AtanhRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atanh/AtanhRequestBuilder.cs index aaf09bb331..bca8097256 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atanh/AtanhRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Atanh/AtanhRequestBuilder.cs @@ -22,6 +22,7 @@ public class AtanhRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action atanh /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action atanh"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AtanhRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AtanhRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/atanh", pathParameters) { } /// - /// Instantiates a new AtanhRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AtanhRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/atanh", rawUrl) { @@ -89,6 +90,7 @@ public AtanhRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action atanh /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/AveDev/AveDevPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AveDev/AveDevPostRequestBody.cs index 32631975ea..f6169cb9e8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AveDev/AveDevPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AveDev/AveDevPostRequestBody.cs @@ -18,7 +18,7 @@ public class AveDevPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new aveDevPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AveDevPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AveDevPostRequestBody() { /// /// 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 AveDevPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AveDevPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AveDev/AveDevRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AveDev/AveDevRequestBuilder.cs index 12633bcb66..ebba6e4ffe 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AveDev/AveDevRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AveDev/AveDevRequestBuilder.cs @@ -22,6 +22,7 @@ public class AveDevRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action aveDev /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action aveDev"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AveDevRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AveDevRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/aveDev", pathParameters) { } /// - /// Instantiates a new AveDevRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AveDevRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/aveDev", rawUrl) { @@ -89,6 +90,7 @@ public AveDevRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action aveDev /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Average/AveragePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Average/AveragePostRequestBody.cs index 4cd384a0d1..0c1331f6f7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Average/AveragePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Average/AveragePostRequestBody.cs @@ -18,7 +18,7 @@ public class AveragePostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new averagePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AveragePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AveragePostRequestBody() { /// /// 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 AveragePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AveragePostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Average/AverageRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Average/AverageRequestBuilder.cs index ea1c690cea..8c66d35fbf 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Average/AverageRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Average/AverageRequestBuilder.cs @@ -22,6 +22,7 @@ public class AverageRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action average /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action average"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AverageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AverageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/average", pathParameters) { } /// - /// Instantiates a new AverageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AverageRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/average", rawUrl) { @@ -89,6 +90,7 @@ public AverageRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action average /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/AverageA/AverageAPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageA/AverageAPostRequestBody.cs index 4aa41bb7ce..4343d214ae 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageA/AverageAPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageA/AverageAPostRequestBody.cs @@ -18,7 +18,7 @@ public class AverageAPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new averageAPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AverageAPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AverageAPostRequestBody() { /// /// 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 AverageAPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AverageAPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageA/AverageARequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageA/AverageARequestBuilder.cs index 488cb0faef..6a57fbe5ba 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageA/AverageARequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageA/AverageARequestBuilder.cs @@ -22,6 +22,7 @@ public class AverageARequestBuilder : BaseCliRequestBuilder { /// /// Invoke action averageA /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action averageA"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AverageARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AverageARequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/averageA", pathParameters) { } /// - /// Instantiates a new AverageARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AverageARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/averageA", rawUrl) { @@ -89,6 +90,7 @@ public AverageARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action averageA /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/AverageIf/AverageIfPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageIf/AverageIfPostRequestBody.cs index 08a3dca240..214c8394b3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageIf/AverageIfPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageIf/AverageIfPostRequestBody.cs @@ -34,7 +34,7 @@ public class AverageIfPostRequestBody : IAdditionalDataHolder, IParsable { public Json Range { get; set; } #endif /// - /// Instantiates a new averageIfPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AverageIfPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public AverageIfPostRequestBody() { /// /// 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 AverageIfPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static AverageIfPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"averageRange", n => { AverageRange = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageIf/AverageIfRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageIf/AverageIfRequestBuilder.cs index d42690ef84..49635f412d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageIf/AverageIfRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageIf/AverageIfRequestBuilder.cs @@ -22,6 +22,7 @@ public class AverageIfRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action averageIf /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action averageIf"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AverageIfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AverageIfRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/averageIf", pathParameters) { } /// - /// Instantiates a new AverageIfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AverageIfRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/averageIf", rawUrl) { @@ -89,6 +90,7 @@ public AverageIfRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action averageIf /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/AverageIfs/AverageIfsPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageIfs/AverageIfsPostRequestBody.cs index 5bd372a9c9..320f367ee3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageIfs/AverageIfsPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageIfs/AverageIfsPostRequestBody.cs @@ -26,7 +26,7 @@ public class AverageIfsPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new averageIfsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AverageIfsPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public AverageIfsPostRequestBody() { /// /// 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 AverageIfsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static AverageIfsPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"averageRange", n => { AverageRange = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageIfs/AverageIfsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageIfs/AverageIfsRequestBuilder.cs index 02e5a4ad10..a33f2e85d4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageIfs/AverageIfsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/AverageIfs/AverageIfsRequestBuilder.cs @@ -22,6 +22,7 @@ public class AverageIfsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action averageIfs /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action averageIfs"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AverageIfsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AverageIfsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/averageIfs", pathParameters) { } /// - /// Instantiates a new AverageIfsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AverageIfsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/averageIfs", rawUrl) { @@ -89,6 +90,7 @@ public AverageIfsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Invoke action averageIfs /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/BahtText/BahtTextPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BahtText/BahtTextPostRequestBody.cs index bbe799ede3..6b8e56d9e2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/BahtText/BahtTextPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BahtText/BahtTextPostRequestBody.cs @@ -18,7 +18,7 @@ public class BahtTextPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new bahtTextPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public BahtTextPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public BahtTextPostRequestBody() { /// /// 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 BahtTextPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static BahtTextPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/BahtText/BahtTextRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BahtText/BahtTextRequestBuilder.cs index 93974d2386..62ca760a64 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/BahtText/BahtTextRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BahtText/BahtTextRequestBuilder.cs @@ -22,6 +22,7 @@ public class BahtTextRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action bahtText /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action bahtText"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new BahtTextRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BahtTextRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/bahtText", pathParameters) { } /// - /// Instantiates a new BahtTextRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BahtTextRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/bahtText", rawUrl) { @@ -89,6 +90,7 @@ public BahtTextRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action bahtText /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Base/BasePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Base/BasePostRequestBody.cs index 87a53a8876..54496e5832 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Base/BasePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Base/BasePostRequestBody.cs @@ -34,7 +34,7 @@ public class BasePostRequestBody : IAdditionalDataHolder, IParsable { public Json Radix { get; set; } #endif /// - /// Instantiates a new basePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public BasePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public BasePostRequestBody() { /// /// 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 BasePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static BasePostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"minLength", n => { MinLength = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Base/BaseRequestBuilderEscaped.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Base/BaseRequestBuilderEscaped.cs index 0cc025bc15..a805960afd 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Base/BaseRequestBuilderEscaped.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Base/BaseRequestBuilderEscaped.cs @@ -22,6 +22,7 @@ public class BaseRequestBuilderEscaped : BaseCliRequestBuilder { /// /// Invoke action base /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action base"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new BaseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BaseRequestBuilderEscaped(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/base", pathParameters) { } /// - /// Instantiates a new BaseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BaseRequestBuilderEscaped(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/base", rawUrl) { @@ -89,6 +90,7 @@ public BaseRequestBuilderEscaped(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Invoke action base /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/BesselI/BesselIPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselI/BesselIPostRequestBody.cs index 242479403d..5036ea8b47 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselI/BesselIPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselI/BesselIPostRequestBody.cs @@ -26,7 +26,7 @@ public class BesselIPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new besselIPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public BesselIPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public BesselIPostRequestBody() { /// /// 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 BesselIPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static BesselIPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"n", n => { N = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselI/BesselIRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselI/BesselIRequestBuilder.cs index 1f10b2aef2..cdb4f70afa 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselI/BesselIRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselI/BesselIRequestBuilder.cs @@ -22,6 +22,7 @@ public class BesselIRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action besselI /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action besselI"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new BesselIRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BesselIRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/besselI", pathParameters) { } /// - /// Instantiates a new BesselIRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BesselIRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/besselI", rawUrl) { @@ -89,6 +90,7 @@ public BesselIRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action besselI /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/BesselJ/BesselJPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselJ/BesselJPostRequestBody.cs index 99887963b4..9853c11783 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselJ/BesselJPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselJ/BesselJPostRequestBody.cs @@ -26,7 +26,7 @@ public class BesselJPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new besselJPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public BesselJPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public BesselJPostRequestBody() { /// /// 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 BesselJPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static BesselJPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"n", n => { N = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselJ/BesselJRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselJ/BesselJRequestBuilder.cs index 607bf09f35..7eaf58956c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselJ/BesselJRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselJ/BesselJRequestBuilder.cs @@ -22,6 +22,7 @@ public class BesselJRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action besselJ /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action besselJ"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new BesselJRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BesselJRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/besselJ", pathParameters) { } /// - /// Instantiates a new BesselJRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BesselJRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/besselJ", rawUrl) { @@ -89,6 +90,7 @@ public BesselJRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action besselJ /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/BesselK/BesselKPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselK/BesselKPostRequestBody.cs index bbc3d3e4e5..06d2c9d941 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselK/BesselKPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselK/BesselKPostRequestBody.cs @@ -26,7 +26,7 @@ public class BesselKPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new besselKPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public BesselKPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public BesselKPostRequestBody() { /// /// 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 BesselKPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static BesselKPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"n", n => { N = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselK/BesselKRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselK/BesselKRequestBuilder.cs index b56060bab5..e95870cb58 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselK/BesselKRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselK/BesselKRequestBuilder.cs @@ -22,6 +22,7 @@ public class BesselKRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action besselK /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action besselK"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new BesselKRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BesselKRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/besselK", pathParameters) { } /// - /// Instantiates a new BesselKRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BesselKRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/besselK", rawUrl) { @@ -89,6 +90,7 @@ public BesselKRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action besselK /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/BesselY/BesselYPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselY/BesselYPostRequestBody.cs index e5a3a283bd..c995b47631 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselY/BesselYPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselY/BesselYPostRequestBody.cs @@ -26,7 +26,7 @@ public class BesselYPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new besselYPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public BesselYPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public BesselYPostRequestBody() { /// /// 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 BesselYPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static BesselYPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"n", n => { N = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselY/BesselYRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselY/BesselYRequestBuilder.cs index 78fdd59757..8d05701369 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselY/BesselYRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/BesselY/BesselYRequestBuilder.cs @@ -22,6 +22,7 @@ public class BesselYRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action besselY /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action besselY"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new BesselYRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BesselYRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/besselY", pathParameters) { } /// - /// Instantiates a new BesselYRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BesselYRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/besselY", rawUrl) { @@ -89,6 +90,7 @@ public BesselYRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action besselY /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Beta_Dist/Beta_DistPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Dist/Beta_DistPostRequestBody.cs index ee3d2e9a8c..8d8fd2d588 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Dist/Beta_DistPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Dist/Beta_DistPostRequestBody.cs @@ -58,7 +58,7 @@ public class Beta_DistPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new beta_DistPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Beta_DistPostRequestBody() { AdditionalData = new Dictionary(); @@ -66,6 +66,7 @@ public Beta_DistPostRequestBody() { /// /// 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 Beta_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -74,6 +75,7 @@ public static Beta_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"A", n => { A = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Dist/Beta_DistRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Dist/Beta_DistRequestBuilder.cs index 680d8dd3b1..51b9e28010 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Dist/Beta_DistRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Dist/Beta_DistRequestBuilder.cs @@ -22,6 +22,7 @@ public class Beta_DistRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action beta_Dist /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action beta_Dist"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Beta_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Beta_DistRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/beta_Dist", pathParameters) { } /// - /// Instantiates a new Beta_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Beta_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/beta_Dist", rawUrl) { @@ -89,6 +90,7 @@ public Beta_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action beta_Dist /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Beta_Inv/Beta_InvPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Inv/Beta_InvPostRequestBody.cs index bb0b457939..0d49ca9bc3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Inv/Beta_InvPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Inv/Beta_InvPostRequestBody.cs @@ -50,7 +50,7 @@ public class Beta_InvPostRequestBody : IAdditionalDataHolder, IParsable { public Json Probability { get; set; } #endif /// - /// Instantiates a new beta_InvPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Beta_InvPostRequestBody() { AdditionalData = new Dictionary(); @@ -58,6 +58,7 @@ public Beta_InvPostRequestBody() { /// /// 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 Beta_InvPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public static Beta_InvPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"A", n => { A = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Inv/Beta_InvRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Inv/Beta_InvRequestBuilder.cs index b8d6c892e2..64abb8499a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Inv/Beta_InvRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Beta_Inv/Beta_InvRequestBuilder.cs @@ -22,6 +22,7 @@ public class Beta_InvRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action beta_Inv /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action beta_Inv"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Beta_InvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Beta_InvRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/beta_Inv", pathParameters) { } /// - /// Instantiates a new Beta_InvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Beta_InvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/beta_Inv", rawUrl) { @@ -89,6 +90,7 @@ public Beta_InvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action beta_Inv /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Bin2Dec/Bin2DecPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Dec/Bin2DecPostRequestBody.cs index 86bf96f911..f05679ce5b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Dec/Bin2DecPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Dec/Bin2DecPostRequestBody.cs @@ -18,7 +18,7 @@ public class Bin2DecPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new bin2DecPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Bin2DecPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public Bin2DecPostRequestBody() { /// /// 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 Bin2DecPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static Bin2DecPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Dec/Bin2DecRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Dec/Bin2DecRequestBuilder.cs index 19e4f9aa47..82b3d119c3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Dec/Bin2DecRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Dec/Bin2DecRequestBuilder.cs @@ -22,6 +22,7 @@ public class Bin2DecRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action bin2Dec /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action bin2Dec"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Bin2DecRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Bin2DecRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/bin2Dec", pathParameters) { } /// - /// Instantiates a new Bin2DecRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Bin2DecRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/bin2Dec", rawUrl) { @@ -89,6 +90,7 @@ public Bin2DecRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action bin2Dec /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Bin2Hex/Bin2HexPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Hex/Bin2HexPostRequestBody.cs index c9c1b39449..8faeef8126 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Hex/Bin2HexPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Hex/Bin2HexPostRequestBody.cs @@ -26,7 +26,7 @@ public class Bin2HexPostRequestBody : IAdditionalDataHolder, IParsable { public Json Places { get; set; } #endif /// - /// Instantiates a new bin2HexPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Bin2HexPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Bin2HexPostRequestBody() { /// /// 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 Bin2HexPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Bin2HexPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Hex/Bin2HexRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Hex/Bin2HexRequestBuilder.cs index 697c730f63..cc02eaa4f5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Hex/Bin2HexRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Hex/Bin2HexRequestBuilder.cs @@ -22,6 +22,7 @@ public class Bin2HexRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action bin2Hex /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action bin2Hex"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Bin2HexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Bin2HexRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/bin2Hex", pathParameters) { } /// - /// Instantiates a new Bin2HexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Bin2HexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/bin2Hex", rawUrl) { @@ -89,6 +90,7 @@ public Bin2HexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action bin2Hex /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Bin2Oct/Bin2OctPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Oct/Bin2OctPostRequestBody.cs index fd5855610d..3a45b57242 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Oct/Bin2OctPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Oct/Bin2OctPostRequestBody.cs @@ -26,7 +26,7 @@ public class Bin2OctPostRequestBody : IAdditionalDataHolder, IParsable { public Json Places { get; set; } #endif /// - /// Instantiates a new bin2OctPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Bin2OctPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Bin2OctPostRequestBody() { /// /// 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 Bin2OctPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Bin2OctPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Oct/Bin2OctRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Oct/Bin2OctRequestBuilder.cs index bf37c58b94..9c5c8a1cdd 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Oct/Bin2OctRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bin2Oct/Bin2OctRequestBuilder.cs @@ -22,6 +22,7 @@ public class Bin2OctRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action bin2Oct /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action bin2Oct"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Bin2OctRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Bin2OctRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/bin2Oct", pathParameters) { } /// - /// Instantiates a new Bin2OctRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Bin2OctRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/bin2Oct", rawUrl) { @@ -89,6 +90,7 @@ public Bin2OctRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action bin2Oct /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist/Binom_DistPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist/Binom_DistPostRequestBody.cs index a822d08472..200f7faa07 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist/Binom_DistPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist/Binom_DistPostRequestBody.cs @@ -42,7 +42,7 @@ public class Binom_DistPostRequestBody : IAdditionalDataHolder, IParsable { public Json Trials { get; set; } #endif /// - /// Instantiates a new binom_DistPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Binom_DistPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public Binom_DistPostRequestBody() { /// /// 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 Binom_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static Binom_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cumulative", n => { Cumulative = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist/Binom_DistRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist/Binom_DistRequestBuilder.cs index ff6dac95aa..fbfad1de33 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist/Binom_DistRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist/Binom_DistRequestBuilder.cs @@ -22,6 +22,7 @@ public class Binom_DistRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action binom_Dist /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action binom_Dist"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Binom_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Binom_DistRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/binom_Dist", pathParameters) { } /// - /// Instantiates a new Binom_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Binom_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/binom_Dist", rawUrl) { @@ -89,6 +90,7 @@ public Binom_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Invoke action binom_Dist /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist_Range/Binom_Dist_RangePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist_Range/Binom_Dist_RangePostRequestBody.cs index 383160abbe..7057cac47e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist_Range/Binom_Dist_RangePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist_Range/Binom_Dist_RangePostRequestBody.cs @@ -42,7 +42,7 @@ public class Binom_Dist_RangePostRequestBody : IAdditionalDataHolder, IParsable public Json Trials { get; set; } #endif /// - /// Instantiates a new binom_Dist_RangePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Binom_Dist_RangePostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public Binom_Dist_RangePostRequestBody() { /// /// 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 Binom_Dist_RangePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static Binom_Dist_RangePostRequestBody CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"numberS", n => { NumberS = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist_Range/Binom_Dist_RangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist_Range/Binom_Dist_RangeRequestBuilder.cs index 955d34b3fb..4a27839239 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist_Range/Binom_Dist_RangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Dist_Range/Binom_Dist_RangeRequestBuilder.cs @@ -22,6 +22,7 @@ public class Binom_Dist_RangeRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action binom_Dist_Range /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action binom_Dist_Range"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Binom_Dist_RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Binom_Dist_RangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/binom_Dist_Range", pathParameters) { } /// - /// Instantiates a new Binom_Dist_RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Binom_Dist_RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/binom_Dist_Range", rawUrl) { @@ -89,6 +90,7 @@ public Binom_Dist_RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{ /// /// Invoke action binom_Dist_Range /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Binom_Inv/Binom_InvPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Inv/Binom_InvPostRequestBody.cs index 8782ba11aa..c4a51c1eb7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Inv/Binom_InvPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Inv/Binom_InvPostRequestBody.cs @@ -34,7 +34,7 @@ public class Binom_InvPostRequestBody : IAdditionalDataHolder, IParsable { public Json Trials { get; set; } #endif /// - /// Instantiates a new binom_InvPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Binom_InvPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public Binom_InvPostRequestBody() { /// /// 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 Binom_InvPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static Binom_InvPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"alpha", n => { Alpha = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Inv/Binom_InvRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Inv/Binom_InvRequestBuilder.cs index 9dec7ec6e0..2b6b800fcb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Inv/Binom_InvRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Binom_Inv/Binom_InvRequestBuilder.cs @@ -22,6 +22,7 @@ public class Binom_InvRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action binom_Inv /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action binom_Inv"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Binom_InvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Binom_InvRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/binom_Inv", pathParameters) { } /// - /// Instantiates a new Binom_InvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Binom_InvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/binom_Inv", rawUrl) { @@ -89,6 +90,7 @@ public Binom_InvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action binom_Inv /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Bitand/BitandPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitand/BitandPostRequestBody.cs index 05bc93c1da..37c2cd75c7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitand/BitandPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitand/BitandPostRequestBody.cs @@ -26,7 +26,7 @@ public class BitandPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number2 { get; set; } #endif /// - /// Instantiates a new bitandPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public BitandPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public BitandPostRequestBody() { /// /// 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 BitandPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static BitandPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number1", n => { Number1 = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitand/BitandRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitand/BitandRequestBuilder.cs index da6e5deaeb..4a6c059d38 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitand/BitandRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitand/BitandRequestBuilder.cs @@ -22,6 +22,7 @@ public class BitandRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action bitand /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action bitand"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new BitandRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BitandRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/bitand", pathParameters) { } /// - /// Instantiates a new BitandRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BitandRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/bitand", rawUrl) { @@ -89,6 +90,7 @@ public BitandRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action bitand /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Bitlshift/BitlshiftPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitlshift/BitlshiftPostRequestBody.cs index a005a61700..c7336ff51f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitlshift/BitlshiftPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitlshift/BitlshiftPostRequestBody.cs @@ -26,7 +26,7 @@ public class BitlshiftPostRequestBody : IAdditionalDataHolder, IParsable { public Json ShiftAmount { get; set; } #endif /// - /// Instantiates a new bitlshiftPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public BitlshiftPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public BitlshiftPostRequestBody() { /// /// 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 BitlshiftPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static BitlshiftPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitlshift/BitlshiftRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitlshift/BitlshiftRequestBuilder.cs index 028d97b4ef..b6962d56c3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitlshift/BitlshiftRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitlshift/BitlshiftRequestBuilder.cs @@ -22,6 +22,7 @@ public class BitlshiftRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action bitlshift /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action bitlshift"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new BitlshiftRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BitlshiftRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/bitlshift", pathParameters) { } /// - /// Instantiates a new BitlshiftRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BitlshiftRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/bitlshift", rawUrl) { @@ -89,6 +90,7 @@ public BitlshiftRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action bitlshift /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Bitor/BitorPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitor/BitorPostRequestBody.cs index f760848627..05482f8b53 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitor/BitorPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitor/BitorPostRequestBody.cs @@ -26,7 +26,7 @@ public class BitorPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number2 { get; set; } #endif /// - /// Instantiates a new bitorPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public BitorPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public BitorPostRequestBody() { /// /// 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 BitorPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static BitorPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number1", n => { Number1 = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitor/BitorRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitor/BitorRequestBuilder.cs index 5bfd078ea3..e1b4abb811 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitor/BitorRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitor/BitorRequestBuilder.cs @@ -22,6 +22,7 @@ public class BitorRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action bitor /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action bitor"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new BitorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BitorRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/bitor", pathParameters) { } /// - /// Instantiates a new BitorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BitorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/bitor", rawUrl) { @@ -89,6 +90,7 @@ public BitorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action bitor /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Bitrshift/BitrshiftPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitrshift/BitrshiftPostRequestBody.cs index c85fcc318c..bc08c56c65 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitrshift/BitrshiftPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitrshift/BitrshiftPostRequestBody.cs @@ -26,7 +26,7 @@ public class BitrshiftPostRequestBody : IAdditionalDataHolder, IParsable { public Json ShiftAmount { get; set; } #endif /// - /// Instantiates a new bitrshiftPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public BitrshiftPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public BitrshiftPostRequestBody() { /// /// 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 BitrshiftPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static BitrshiftPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitrshift/BitrshiftRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitrshift/BitrshiftRequestBuilder.cs index b8601542a2..3da057d1c9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitrshift/BitrshiftRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitrshift/BitrshiftRequestBuilder.cs @@ -22,6 +22,7 @@ public class BitrshiftRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action bitrshift /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action bitrshift"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new BitrshiftRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BitrshiftRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/bitrshift", pathParameters) { } /// - /// Instantiates a new BitrshiftRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BitrshiftRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/bitrshift", rawUrl) { @@ -89,6 +90,7 @@ public BitrshiftRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action bitrshift /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Bitxor/BitxorPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitxor/BitxorPostRequestBody.cs index 10f21cd1b7..3b218ac6f1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitxor/BitxorPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitxor/BitxorPostRequestBody.cs @@ -26,7 +26,7 @@ public class BitxorPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number2 { get; set; } #endif /// - /// Instantiates a new bitxorPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public BitxorPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public BitxorPostRequestBody() { /// /// 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 BitxorPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static BitxorPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number1", n => { Number1 = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitxor/BitxorRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitxor/BitxorRequestBuilder.cs index daea2c82ee..775991dbdb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitxor/BitxorRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Bitxor/BitxorRequestBuilder.cs @@ -22,6 +22,7 @@ public class BitxorRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action bitxor /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action bitxor"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new BitxorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BitxorRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/bitxor", pathParameters) { } /// - /// Instantiates a new BitxorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BitxorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/bitxor", rawUrl) { @@ -89,6 +90,7 @@ public BitxorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action bitxor /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Math/Ceiling_MathPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Math/Ceiling_MathPostRequestBody.cs index 8013564695..cbcd893c35 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Math/Ceiling_MathPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Math/Ceiling_MathPostRequestBody.cs @@ -34,7 +34,7 @@ public class Ceiling_MathPostRequestBody : IAdditionalDataHolder, IParsable { public Json Significance { get; set; } #endif /// - /// Instantiates a new ceiling_MathPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Ceiling_MathPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public Ceiling_MathPostRequestBody() { /// /// 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 Ceiling_MathPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static Ceiling_MathPostRequestBody CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"mode", n => { Mode = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Math/Ceiling_MathRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Math/Ceiling_MathRequestBuilder.cs index fa3c5c1d10..952e61886f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Math/Ceiling_MathRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Math/Ceiling_MathRequestBuilder.cs @@ -22,6 +22,7 @@ public class Ceiling_MathRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action ceiling_Math /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action ceiling_Math"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Ceiling_MathRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Ceiling_MathRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/ceiling_Math", pathParameters) { } /// - /// Instantiates a new Ceiling_MathRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Ceiling_MathRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/ceiling_Math", rawUrl) { @@ -89,6 +90,7 @@ public Ceiling_MathRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Invoke action ceiling_Math /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Precise/Ceiling_PrecisePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Precise/Ceiling_PrecisePostRequestBody.cs index 8ea1090cb3..b50bf17a23 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Precise/Ceiling_PrecisePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Precise/Ceiling_PrecisePostRequestBody.cs @@ -26,7 +26,7 @@ public class Ceiling_PrecisePostRequestBody : IAdditionalDataHolder, IParsable { public Json Significance { get; set; } #endif /// - /// Instantiates a new ceiling_PrecisePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Ceiling_PrecisePostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Ceiling_PrecisePostRequestBody() { /// /// 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 Ceiling_PrecisePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Ceiling_PrecisePostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Precise/Ceiling_PreciseRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Precise/Ceiling_PreciseRequestBuilder.cs index d5dffae1b7..26f504ad64 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Precise/Ceiling_PreciseRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ceiling_Precise/Ceiling_PreciseRequestBuilder.cs @@ -22,6 +22,7 @@ public class Ceiling_PreciseRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action ceiling_Precise /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action ceiling_Precise"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Ceiling_PreciseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Ceiling_PreciseRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/ceiling_Precise", pathParameters) { } /// - /// Instantiates a new Ceiling_PreciseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Ceiling_PreciseRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/ceiling_Precise", rawUrl) { @@ -89,6 +90,7 @@ public Ceiling_PreciseRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Invoke action ceiling_Precise /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/CharNamespace/CharPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CharNamespace/CharPostRequestBody.cs index af0142ef62..dba57d4ade 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CharNamespace/CharPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CharNamespace/CharPostRequestBody.cs @@ -18,7 +18,7 @@ public class CharPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new charPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CharPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CharPostRequestBody() { /// /// 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 CharPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CharPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CharNamespace/CharRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CharNamespace/CharRequestBuilder.cs index 3673f91ab5..c945fcfc8a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CharNamespace/CharRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CharNamespace/CharRequestBuilder.cs @@ -22,6 +22,7 @@ public class CharRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action char /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action char"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CharRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CharRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/char", pathParameters) { } /// - /// Instantiates a new CharRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CharRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/char", rawUrl) { @@ -89,6 +90,7 @@ public CharRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action char /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist/ChiSq_DistPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist/ChiSq_DistPostRequestBody.cs index a6088fddff..31f51b6c76 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist/ChiSq_DistPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist/ChiSq_DistPostRequestBody.cs @@ -34,7 +34,7 @@ public class ChiSq_DistPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new chiSq_DistPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ChiSq_DistPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ChiSq_DistPostRequestBody() { /// /// 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 ChiSq_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ChiSq_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cumulative", n => { Cumulative = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist/ChiSq_DistRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist/ChiSq_DistRequestBuilder.cs index d0ea9ae413..7083408160 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist/ChiSq_DistRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist/ChiSq_DistRequestBuilder.cs @@ -22,6 +22,7 @@ public class ChiSq_DistRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action chiSq_Dist /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action chiSq_Dist"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ChiSq_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChiSq_DistRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/chiSq_Dist", pathParameters) { } /// - /// Instantiates a new ChiSq_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChiSq_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/chiSq_Dist", rawUrl) { @@ -89,6 +90,7 @@ public ChiSq_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Invoke action chiSq_Dist /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist_RT/ChiSq_Dist_RTPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist_RT/ChiSq_Dist_RTPostRequestBody.cs index 6f26f693a3..54249b3293 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist_RT/ChiSq_Dist_RTPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist_RT/ChiSq_Dist_RTPostRequestBody.cs @@ -26,7 +26,7 @@ public class ChiSq_Dist_RTPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new chiSq_Dist_RTPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ChiSq_Dist_RTPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ChiSq_Dist_RTPostRequestBody() { /// /// 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 ChiSq_Dist_RTPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ChiSq_Dist_RTPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"degFreedom", n => { DegFreedom = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist_RT/ChiSq_Dist_RTRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist_RT/ChiSq_Dist_RTRequestBuilder.cs index bac37a60c6..c4f9026c6e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist_RT/ChiSq_Dist_RTRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Dist_RT/ChiSq_Dist_RTRequestBuilder.cs @@ -22,6 +22,7 @@ public class ChiSq_Dist_RTRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action chiSq_Dist_RT /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action chiSq_Dist_RT"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ChiSq_Dist_RTRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChiSq_Dist_RTRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/chiSq_Dist_RT", pathParameters) { } /// - /// Instantiates a new ChiSq_Dist_RTRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChiSq_Dist_RTRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/chiSq_Dist_RT", rawUrl) { @@ -89,6 +90,7 @@ public ChiSq_Dist_RTRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Invoke action chiSq_Dist_RT /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv/ChiSq_InvPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv/ChiSq_InvPostRequestBody.cs index 4833d60bdd..bee182b1af 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv/ChiSq_InvPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv/ChiSq_InvPostRequestBody.cs @@ -26,7 +26,7 @@ public class ChiSq_InvPostRequestBody : IAdditionalDataHolder, IParsable { public Json Probability { get; set; } #endif /// - /// Instantiates a new chiSq_InvPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ChiSq_InvPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ChiSq_InvPostRequestBody() { /// /// 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 ChiSq_InvPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ChiSq_InvPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"degFreedom", n => { DegFreedom = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv/ChiSq_InvRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv/ChiSq_InvRequestBuilder.cs index 7c4bdd670a..3b00bfcec9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv/ChiSq_InvRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv/ChiSq_InvRequestBuilder.cs @@ -22,6 +22,7 @@ public class ChiSq_InvRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action chiSq_Inv /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action chiSq_Inv"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ChiSq_InvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChiSq_InvRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/chiSq_Inv", pathParameters) { } /// - /// Instantiates a new ChiSq_InvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChiSq_InvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/chiSq_Inv", rawUrl) { @@ -89,6 +90,7 @@ public ChiSq_InvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action chiSq_Inv /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv_RT/ChiSq_Inv_RTPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv_RT/ChiSq_Inv_RTPostRequestBody.cs index b2787b44e4..3f98ae51fc 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv_RT/ChiSq_Inv_RTPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv_RT/ChiSq_Inv_RTPostRequestBody.cs @@ -26,7 +26,7 @@ public class ChiSq_Inv_RTPostRequestBody : IAdditionalDataHolder, IParsable { public Json Probability { get; set; } #endif /// - /// Instantiates a new chiSq_Inv_RTPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ChiSq_Inv_RTPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ChiSq_Inv_RTPostRequestBody() { /// /// 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 ChiSq_Inv_RTPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ChiSq_Inv_RTPostRequestBody CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"degFreedom", n => { DegFreedom = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv_RT/ChiSq_Inv_RTRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv_RT/ChiSq_Inv_RTRequestBuilder.cs index e0b99be9d0..6f1e0d3536 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv_RT/ChiSq_Inv_RTRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ChiSq_Inv_RT/ChiSq_Inv_RTRequestBuilder.cs @@ -22,6 +22,7 @@ public class ChiSq_Inv_RTRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action chiSq_Inv_RT /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action chiSq_Inv_RT"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ChiSq_Inv_RTRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChiSq_Inv_RTRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/chiSq_Inv_RT", pathParameters) { } /// - /// Instantiates a new ChiSq_Inv_RTRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChiSq_Inv_RTRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/chiSq_Inv_RT", rawUrl) { @@ -89,6 +90,7 @@ public ChiSq_Inv_RTRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Invoke action chiSq_Inv_RT /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Choose/ChoosePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Choose/ChoosePostRequestBody.cs index 5fbc1c7ba7..df35ba44d6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Choose/ChoosePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Choose/ChoosePostRequestBody.cs @@ -26,7 +26,7 @@ public class ChoosePostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new choosePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ChoosePostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ChoosePostRequestBody() { /// /// 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 ChoosePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ChoosePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"indexNum", n => { IndexNum = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Choose/ChooseRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Choose/ChooseRequestBuilder.cs index 31ded6cbd9..d5d14cafe5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Choose/ChooseRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Choose/ChooseRequestBuilder.cs @@ -22,6 +22,7 @@ public class ChooseRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action choose /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action choose"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ChooseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChooseRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/choose", pathParameters) { } /// - /// Instantiates a new ChooseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChooseRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/choose", rawUrl) { @@ -89,6 +90,7 @@ public ChooseRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action choose /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Clean/CleanPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Clean/CleanPostRequestBody.cs index 7b0d909d1c..5cee7b9238 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Clean/CleanPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Clean/CleanPostRequestBody.cs @@ -18,7 +18,7 @@ public class CleanPostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new cleanPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CleanPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CleanPostRequestBody() { /// /// 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 CleanPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CleanPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"text", n => { Text = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Clean/CleanRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Clean/CleanRequestBuilder.cs index e2a1861d17..1763b0dab4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Clean/CleanRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Clean/CleanRequestBuilder.cs @@ -22,6 +22,7 @@ public class CleanRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action clean /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action clean"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CleanRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CleanRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/clean", pathParameters) { } /// - /// Instantiates a new CleanRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CleanRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/clean", rawUrl) { @@ -89,6 +90,7 @@ public CleanRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action clean /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Code/CodePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Code/CodePostRequestBody.cs index 4af84ccc94..b79d3ae794 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Code/CodePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Code/CodePostRequestBody.cs @@ -18,7 +18,7 @@ public class CodePostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new codePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CodePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CodePostRequestBody() { /// /// 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 CodePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CodePostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"text", n => { Text = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Code/CodeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Code/CodeRequestBuilder.cs index 8d73c8a151..d3e32aa856 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Code/CodeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Code/CodeRequestBuilder.cs @@ -22,6 +22,7 @@ public class CodeRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action code /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action code"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CodeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CodeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/code", pathParameters) { } /// - /// Instantiates a new CodeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CodeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/code", rawUrl) { @@ -89,6 +90,7 @@ public CodeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action code /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Columns/ColumnsPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Columns/ColumnsPostRequestBody.cs index b53226154e..bf69cd9ba2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Columns/ColumnsPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Columns/ColumnsPostRequestBody.cs @@ -18,7 +18,7 @@ public class ColumnsPostRequestBody : IAdditionalDataHolder, IParsable { public Json Array { get; set; } #endif /// - /// Instantiates a new columnsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ColumnsPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ColumnsPostRequestBody() { /// /// 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 ColumnsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ColumnsPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"array", n => { Array = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Columns/ColumnsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Columns/ColumnsRequestBuilder.cs index abf1cffd47..59378faed5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Columns/ColumnsRequestBuilder.cs @@ -22,6 +22,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action columns /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action columns"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/columns", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/columns", rawUrl) { @@ -89,6 +90,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action columns /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Combin/CombinPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Combin/CombinPostRequestBody.cs index 4fe69ce106..b50f36e1fe 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Combin/CombinPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Combin/CombinPostRequestBody.cs @@ -26,7 +26,7 @@ public class CombinPostRequestBody : IAdditionalDataHolder, IParsable { public Json NumberChosen { get; set; } #endif /// - /// Instantiates a new combinPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CombinPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public CombinPostRequestBody() { /// /// 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 CombinPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static CombinPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Combin/CombinRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Combin/CombinRequestBuilder.cs index 24ed64c629..a597a5b835 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Combin/CombinRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Combin/CombinRequestBuilder.cs @@ -22,6 +22,7 @@ public class CombinRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action combin /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action combin"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CombinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CombinRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/combin", pathParameters) { } /// - /// Instantiates a new CombinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CombinRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/combin", rawUrl) { @@ -89,6 +90,7 @@ public CombinRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action combin /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Combina/CombinaPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Combina/CombinaPostRequestBody.cs index 26d2a4853e..e87c93b348 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Combina/CombinaPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Combina/CombinaPostRequestBody.cs @@ -26,7 +26,7 @@ public class CombinaPostRequestBody : IAdditionalDataHolder, IParsable { public Json NumberChosen { get; set; } #endif /// - /// Instantiates a new combinaPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CombinaPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public CombinaPostRequestBody() { /// /// 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 CombinaPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static CombinaPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Combina/CombinaRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Combina/CombinaRequestBuilder.cs index d89a1d7f48..b08818e2f9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Combina/CombinaRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Combina/CombinaRequestBuilder.cs @@ -22,6 +22,7 @@ public class CombinaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action combina /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action combina"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CombinaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CombinaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/combina", pathParameters) { } /// - /// Instantiates a new CombinaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CombinaRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/combina", rawUrl) { @@ -89,6 +90,7 @@ public CombinaRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action combina /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Complex/ComplexPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Complex/ComplexPostRequestBody.cs index caa199562d..2fdf601e16 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Complex/ComplexPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Complex/ComplexPostRequestBody.cs @@ -34,7 +34,7 @@ public class ComplexPostRequestBody : IAdditionalDataHolder, IParsable { public Json Suffix { get; set; } #endif /// - /// Instantiates a new complexPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ComplexPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ComplexPostRequestBody() { /// /// 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 ComplexPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ComplexPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"iNum", n => { INum = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Complex/ComplexRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Complex/ComplexRequestBuilder.cs index 39a79b81f6..d726dfbfaa 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Complex/ComplexRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Complex/ComplexRequestBuilder.cs @@ -22,6 +22,7 @@ public class ComplexRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action complex /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action complex"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ComplexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ComplexRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/complex", pathParameters) { } /// - /// Instantiates a new ComplexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ComplexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/complex", rawUrl) { @@ -89,6 +90,7 @@ public ComplexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action complex /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Concatenate/ConcatenatePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Concatenate/ConcatenatePostRequestBody.cs index 3a6d7e653e..3749fa726d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Concatenate/ConcatenatePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Concatenate/ConcatenatePostRequestBody.cs @@ -18,7 +18,7 @@ public class ConcatenatePostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new concatenatePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ConcatenatePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ConcatenatePostRequestBody() { /// /// 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 ConcatenatePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ConcatenatePostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Concatenate/ConcatenateRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Concatenate/ConcatenateRequestBuilder.cs index cf4a85ecf4..0d46fc46cc 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Concatenate/ConcatenateRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Concatenate/ConcatenateRequestBuilder.cs @@ -22,6 +22,7 @@ public class ConcatenateRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action concatenate /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action concatenate"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ConcatenateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConcatenateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/concatenate", pathParameters) { } /// - /// Instantiates a new ConcatenateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConcatenateRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/concatenate", rawUrl) { @@ -89,6 +90,7 @@ public ConcatenateRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Invoke action concatenate /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Confidence_Norm/Confidence_NormPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_Norm/Confidence_NormPostRequestBody.cs index 8b8d92f878..a0aae51399 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_Norm/Confidence_NormPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_Norm/Confidence_NormPostRequestBody.cs @@ -34,7 +34,7 @@ public class Confidence_NormPostRequestBody : IAdditionalDataHolder, IParsable { public Json StandardDev { get; set; } #endif /// - /// Instantiates a new confidence_NormPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Confidence_NormPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public Confidence_NormPostRequestBody() { /// /// 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 Confidence_NormPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static Confidence_NormPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"alpha", n => { Alpha = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_Norm/Confidence_NormRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_Norm/Confidence_NormRequestBuilder.cs index 26849e222f..2f47afc113 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_Norm/Confidence_NormRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_Norm/Confidence_NormRequestBuilder.cs @@ -22,6 +22,7 @@ public class Confidence_NormRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action confidence_Norm /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action confidence_Norm"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Confidence_NormRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Confidence_NormRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/confidence_Norm", pathParameters) { } /// - /// Instantiates a new Confidence_NormRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Confidence_NormRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/confidence_Norm", rawUrl) { @@ -89,6 +90,7 @@ public Confidence_NormRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Invoke action confidence_Norm /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Confidence_T/Confidence_TPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_T/Confidence_TPostRequestBody.cs index d87ea3986d..8bf1c291f8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_T/Confidence_TPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_T/Confidence_TPostRequestBody.cs @@ -34,7 +34,7 @@ public class Confidence_TPostRequestBody : IAdditionalDataHolder, IParsable { public Json StandardDev { get; set; } #endif /// - /// Instantiates a new confidence_TPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Confidence_TPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public Confidence_TPostRequestBody() { /// /// 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 Confidence_TPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static Confidence_TPostRequestBody CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"alpha", n => { Alpha = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_T/Confidence_TRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_T/Confidence_TRequestBuilder.cs index 40ad22c406..a66cd69472 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_T/Confidence_TRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Confidence_T/Confidence_TRequestBuilder.cs @@ -22,6 +22,7 @@ public class Confidence_TRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action confidence_T /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action confidence_T"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Confidence_TRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Confidence_TRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/confidence_T", pathParameters) { } /// - /// Instantiates a new Confidence_TRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Confidence_TRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/confidence_T", rawUrl) { @@ -89,6 +90,7 @@ public Confidence_TRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Invoke action confidence_T /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ConvertNamespace/ConvertPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ConvertNamespace/ConvertPostRequestBody.cs index b1a2959374..79bc90cc9e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ConvertNamespace/ConvertPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ConvertNamespace/ConvertPostRequestBody.cs @@ -34,7 +34,7 @@ public class ConvertPostRequestBody : IAdditionalDataHolder, IParsable { public Json ToUnit { get; set; } #endif /// - /// Instantiates a new convertPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ConvertPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ConvertPostRequestBody() { /// /// 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 ConvertPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ConvertPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fromUnit", n => { FromUnit = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ConvertNamespace/ConvertRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ConvertNamespace/ConvertRequestBuilder.cs index 5d9c5fda49..87ba932ede 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ConvertNamespace/ConvertRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ConvertNamespace/ConvertRequestBuilder.cs @@ -22,6 +22,7 @@ public class ConvertRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action convert /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action convert"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ConvertRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConvertRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/convert", pathParameters) { } /// - /// Instantiates a new ConvertRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConvertRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/convert", rawUrl) { @@ -89,6 +90,7 @@ public ConvertRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action convert /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Cos/CosPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cos/CosPostRequestBody.cs index 5f50d3e9a8..657d9d13e8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cos/CosPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cos/CosPostRequestBody.cs @@ -18,7 +18,7 @@ public class CosPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new cosPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CosPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CosPostRequestBody() { /// /// 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 CosPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CosPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cos/CosRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cos/CosRequestBuilder.cs index 7216644d85..75cada5e34 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cos/CosRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cos/CosRequestBuilder.cs @@ -22,6 +22,7 @@ public class CosRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action cos /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action cos"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CosRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CosRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/cos", pathParameters) { } /// - /// Instantiates a new CosRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CosRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/cos", rawUrl) { @@ -89,6 +90,7 @@ public CosRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action cos /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Cosh/CoshPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cosh/CoshPostRequestBody.cs index 5514e9bf16..36181fcea0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cosh/CoshPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cosh/CoshPostRequestBody.cs @@ -18,7 +18,7 @@ public class CoshPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new coshPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CoshPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CoshPostRequestBody() { /// /// 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 CoshPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CoshPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cosh/CoshRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cosh/CoshRequestBuilder.cs index 61f169b851..fae20cc425 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cosh/CoshRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cosh/CoshRequestBuilder.cs @@ -22,6 +22,7 @@ public class CoshRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action cosh /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action cosh"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CoshRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CoshRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/cosh", pathParameters) { } /// - /// Instantiates a new CoshRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CoshRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/cosh", rawUrl) { @@ -89,6 +90,7 @@ public CoshRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action cosh /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Cot/CotPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cot/CotPostRequestBody.cs index f513c3e221..6c08b91544 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cot/CotPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cot/CotPostRequestBody.cs @@ -18,7 +18,7 @@ public class CotPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new cotPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CotPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CotPostRequestBody() { /// /// 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 CotPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CotPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cot/CotRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cot/CotRequestBuilder.cs index 5dba51814e..7b7c66e081 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cot/CotRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Cot/CotRequestBuilder.cs @@ -22,6 +22,7 @@ public class CotRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action cot /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action cot"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CotRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CotRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/cot", pathParameters) { } /// - /// Instantiates a new CotRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CotRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/cot", rawUrl) { @@ -89,6 +90,7 @@ public CotRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action cot /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Coth/CothPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Coth/CothPostRequestBody.cs index 72e0dc9247..33534735b4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Coth/CothPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Coth/CothPostRequestBody.cs @@ -18,7 +18,7 @@ public class CothPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new cothPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CothPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CothPostRequestBody() { /// /// 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 CothPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CothPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Coth/CothRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Coth/CothRequestBuilder.cs index 5552fca8af..3caf7b234a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Coth/CothRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Coth/CothRequestBuilder.cs @@ -22,6 +22,7 @@ public class CothRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action coth /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action coth"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CothRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CothRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/coth", pathParameters) { } /// - /// Instantiates a new CothRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CothRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/coth", rawUrl) { @@ -89,6 +90,7 @@ public CothRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action coth /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Count/CountPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Count/CountPostRequestBody.cs index 7943058ae7..63ff059750 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Count/CountPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Count/CountPostRequestBody.cs @@ -18,7 +18,7 @@ public class CountPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new countPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CountPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CountPostRequestBody() { /// /// 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 CountPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CountPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Count/CountRequestBuilder.cs index 8d52964fad..06dfd34958 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Count/CountRequestBuilder.cs @@ -22,6 +22,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action count /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action count"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/count", 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/count", rawUrl) { @@ -89,6 +90,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action count /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/CountA/CountAPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountA/CountAPostRequestBody.cs index 67e0c763ca..fcd0076bac 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountA/CountAPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountA/CountAPostRequestBody.cs @@ -18,7 +18,7 @@ public class CountAPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new countAPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CountAPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CountAPostRequestBody() { /// /// 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 CountAPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CountAPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountA/CountARequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountA/CountARequestBuilder.cs index 1717f11b21..906015897e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountA/CountARequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountA/CountARequestBuilder.cs @@ -22,6 +22,7 @@ public class CountARequestBuilder : BaseCliRequestBuilder { /// /// Invoke action countA /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action countA"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CountARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CountARequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/countA", pathParameters) { } /// - /// Instantiates a new CountARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CountARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/countA", rawUrl) { @@ -89,6 +90,7 @@ public CountARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action countA /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/CountBlank/CountBlankPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountBlank/CountBlankPostRequestBody.cs index 37f344e827..0067263051 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountBlank/CountBlankPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountBlank/CountBlankPostRequestBody.cs @@ -18,7 +18,7 @@ public class CountBlankPostRequestBody : IAdditionalDataHolder, IParsable { public Json Range { get; set; } #endif /// - /// Instantiates a new countBlankPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CountBlankPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CountBlankPostRequestBody() { /// /// 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 CountBlankPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CountBlankPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"range", n => { Range = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountBlank/CountBlankRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountBlank/CountBlankRequestBuilder.cs index 8dccc3239c..1ffa5e3f7f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountBlank/CountBlankRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountBlank/CountBlankRequestBuilder.cs @@ -22,6 +22,7 @@ public class CountBlankRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action countBlank /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action countBlank"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CountBlankRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CountBlankRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/countBlank", pathParameters) { } /// - /// Instantiates a new CountBlankRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CountBlankRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/countBlank", rawUrl) { @@ -89,6 +90,7 @@ public CountBlankRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Invoke action countBlank /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/CountIf/CountIfPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountIf/CountIfPostRequestBody.cs index 7103eb141a..6f1db3d2ee 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountIf/CountIfPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountIf/CountIfPostRequestBody.cs @@ -26,7 +26,7 @@ public class CountIfPostRequestBody : IAdditionalDataHolder, IParsable { public Json Range { get; set; } #endif /// - /// Instantiates a new countIfPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CountIfPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public CountIfPostRequestBody() { /// /// 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 CountIfPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static CountIfPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountIf/CountIfRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountIf/CountIfRequestBuilder.cs index fef64f10b6..48a6e99de3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountIf/CountIfRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountIf/CountIfRequestBuilder.cs @@ -22,6 +22,7 @@ public class CountIfRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action countIf /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action countIf"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CountIfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CountIfRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/countIf", pathParameters) { } /// - /// Instantiates a new CountIfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CountIfRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/countIf", rawUrl) { @@ -89,6 +90,7 @@ public CountIfRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action countIf /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/CountIfs/CountIfsPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountIfs/CountIfsPostRequestBody.cs index 59b626cb2a..5cd55a651a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountIfs/CountIfsPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountIfs/CountIfsPostRequestBody.cs @@ -18,7 +18,7 @@ public class CountIfsPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new countIfsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CountIfsPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CountIfsPostRequestBody() { /// /// 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 CountIfsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CountIfsPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountIfs/CountIfsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountIfs/CountIfsRequestBuilder.cs index 2c87705083..18ca8e7dfc 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountIfs/CountIfsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CountIfs/CountIfsRequestBuilder.cs @@ -22,6 +22,7 @@ public class CountIfsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action countIfs /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action countIfs"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CountIfsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CountIfsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/countIfs", pathParameters) { } /// - /// Instantiates a new CountIfsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CountIfsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/countIfs", rawUrl) { @@ -89,6 +90,7 @@ public CountIfsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action countIfs /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/CoupDayBs/CoupDayBsPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDayBs/CoupDayBsPostRequestBody.cs index 0425dd2698..c7eae1aa35 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDayBs/CoupDayBsPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDayBs/CoupDayBsPostRequestBody.cs @@ -42,7 +42,7 @@ public class CoupDayBsPostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new coupDayBsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CoupDayBsPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public CoupDayBsPostRequestBody() { /// /// 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 CoupDayBsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static CoupDayBsPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDayBs/CoupDayBsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDayBs/CoupDayBsRequestBuilder.cs index 6c531809a8..14f6e5dc3d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDayBs/CoupDayBsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDayBs/CoupDayBsRequestBuilder.cs @@ -22,6 +22,7 @@ public class CoupDayBsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action coupDayBs /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action coupDayBs"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CoupDayBsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CoupDayBsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/coupDayBs", pathParameters) { } /// - /// Instantiates a new CoupDayBsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CoupDayBsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/coupDayBs", rawUrl) { @@ -89,6 +90,7 @@ public CoupDayBsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action coupDayBs /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/CoupDays/CoupDaysPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDays/CoupDaysPostRequestBody.cs index 8a58045b99..429932c97f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDays/CoupDaysPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDays/CoupDaysPostRequestBody.cs @@ -42,7 +42,7 @@ public class CoupDaysPostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new coupDaysPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CoupDaysPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public CoupDaysPostRequestBody() { /// /// 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 CoupDaysPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static CoupDaysPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDays/CoupDaysRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDays/CoupDaysRequestBuilder.cs index 7a3ada0539..a8491b3965 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDays/CoupDaysRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDays/CoupDaysRequestBuilder.cs @@ -22,6 +22,7 @@ public class CoupDaysRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action coupDays /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action coupDays"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CoupDaysRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CoupDaysRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/coupDays", pathParameters) { } /// - /// Instantiates a new CoupDaysRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CoupDaysRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/coupDays", rawUrl) { @@ -89,6 +90,7 @@ public CoupDaysRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action coupDays /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/CoupDaysNc/CoupDaysNcPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDaysNc/CoupDaysNcPostRequestBody.cs index 6a44735503..d317acb2ce 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDaysNc/CoupDaysNcPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDaysNc/CoupDaysNcPostRequestBody.cs @@ -42,7 +42,7 @@ public class CoupDaysNcPostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new coupDaysNcPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CoupDaysNcPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public CoupDaysNcPostRequestBody() { /// /// 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 CoupDaysNcPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static CoupDaysNcPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDaysNc/CoupDaysNcRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDaysNc/CoupDaysNcRequestBuilder.cs index 0dfa909807..3428bdeeb7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDaysNc/CoupDaysNcRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupDaysNc/CoupDaysNcRequestBuilder.cs @@ -22,6 +22,7 @@ public class CoupDaysNcRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action coupDaysNc /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action coupDaysNc"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CoupDaysNcRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CoupDaysNcRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/coupDaysNc", pathParameters) { } /// - /// Instantiates a new CoupDaysNcRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CoupDaysNcRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/coupDaysNc", rawUrl) { @@ -89,6 +90,7 @@ public CoupDaysNcRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Invoke action coupDaysNc /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/CoupNcd/CoupNcdPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupNcd/CoupNcdPostRequestBody.cs index 04d4efc345..71e79e8981 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupNcd/CoupNcdPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupNcd/CoupNcdPostRequestBody.cs @@ -42,7 +42,7 @@ public class CoupNcdPostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new coupNcdPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CoupNcdPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public CoupNcdPostRequestBody() { /// /// 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 CoupNcdPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static CoupNcdPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupNcd/CoupNcdRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupNcd/CoupNcdRequestBuilder.cs index 9e988e39f1..c56edb2d9a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupNcd/CoupNcdRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupNcd/CoupNcdRequestBuilder.cs @@ -22,6 +22,7 @@ public class CoupNcdRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action coupNcd /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action coupNcd"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CoupNcdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CoupNcdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/coupNcd", pathParameters) { } /// - /// Instantiates a new CoupNcdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CoupNcdRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/coupNcd", rawUrl) { @@ -89,6 +90,7 @@ public CoupNcdRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action coupNcd /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/CoupNum/CoupNumPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupNum/CoupNumPostRequestBody.cs index 744bc8f776..0d864e915c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupNum/CoupNumPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupNum/CoupNumPostRequestBody.cs @@ -42,7 +42,7 @@ public class CoupNumPostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new coupNumPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CoupNumPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public CoupNumPostRequestBody() { /// /// 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 CoupNumPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static CoupNumPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupNum/CoupNumRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupNum/CoupNumRequestBuilder.cs index 539c8138aa..27ee493297 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupNum/CoupNumRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupNum/CoupNumRequestBuilder.cs @@ -22,6 +22,7 @@ public class CoupNumRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action coupNum /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action coupNum"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CoupNumRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CoupNumRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/coupNum", pathParameters) { } /// - /// Instantiates a new CoupNumRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CoupNumRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/coupNum", rawUrl) { @@ -89,6 +90,7 @@ public CoupNumRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action coupNum /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/CoupPcd/CoupPcdPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupPcd/CoupPcdPostRequestBody.cs index 5700235115..9ac79d01d3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupPcd/CoupPcdPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupPcd/CoupPcdPostRequestBody.cs @@ -42,7 +42,7 @@ public class CoupPcdPostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new coupPcdPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CoupPcdPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public CoupPcdPostRequestBody() { /// /// 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 CoupPcdPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static CoupPcdPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupPcd/CoupPcdRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupPcd/CoupPcdRequestBuilder.cs index 865c2e8e3b..115f343d7c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupPcd/CoupPcdRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CoupPcd/CoupPcdRequestBuilder.cs @@ -22,6 +22,7 @@ public class CoupPcdRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action coupPcd /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action coupPcd"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CoupPcdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CoupPcdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/coupPcd", pathParameters) { } /// - /// Instantiates a new CoupPcdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CoupPcdRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/coupPcd", rawUrl) { @@ -89,6 +90,7 @@ public CoupPcdRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action coupPcd /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Csc/CscPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Csc/CscPostRequestBody.cs index 2c1d2eee7e..94521c470d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Csc/CscPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Csc/CscPostRequestBody.cs @@ -18,7 +18,7 @@ public class CscPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new cscPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CscPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CscPostRequestBody() { /// /// 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 CscPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CscPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Csc/CscRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Csc/CscRequestBuilder.cs index 100530e996..002c98c1e3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Csc/CscRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Csc/CscRequestBuilder.cs @@ -22,6 +22,7 @@ public class CscRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action csc /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action csc"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CscRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CscRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/csc", pathParameters) { } /// - /// Instantiates a new CscRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CscRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/csc", rawUrl) { @@ -89,6 +90,7 @@ public CscRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action csc /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Csch/CschPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Csch/CschPostRequestBody.cs index 315d443033..c2c9e8808c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Csch/CschPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Csch/CschPostRequestBody.cs @@ -18,7 +18,7 @@ public class CschPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new cschPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CschPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CschPostRequestBody() { /// /// 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 CschPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CschPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Csch/CschRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Csch/CschRequestBuilder.cs index 29eaec1b8d..f841941b09 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Csch/CschRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Csch/CschRequestBuilder.cs @@ -22,6 +22,7 @@ public class CschRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action csch /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action csch"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CschRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CschRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/csch", pathParameters) { } /// - /// Instantiates a new CschRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CschRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/csch", rawUrl) { @@ -89,6 +90,7 @@ public CschRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action csch /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/CumIPmt/CumIPmtPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CumIPmt/CumIPmtPostRequestBody.cs index bb3eeb95c6..7ae9b1e080 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CumIPmt/CumIPmtPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CumIPmt/CumIPmtPostRequestBody.cs @@ -58,7 +58,7 @@ public class CumIPmtPostRequestBody : IAdditionalDataHolder, IParsable { public Json Type { get; set; } #endif /// - /// Instantiates a new cumIPmtPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CumIPmtPostRequestBody() { AdditionalData = new Dictionary(); @@ -66,6 +66,7 @@ public CumIPmtPostRequestBody() { /// /// 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 CumIPmtPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -74,6 +75,7 @@ public static CumIPmtPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"endPeriod", n => { EndPeriod = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CumIPmt/CumIPmtRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CumIPmt/CumIPmtRequestBuilder.cs index 5c9105665e..1eb50c0ca1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CumIPmt/CumIPmtRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CumIPmt/CumIPmtRequestBuilder.cs @@ -22,6 +22,7 @@ public class CumIPmtRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action cumIPmt /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action cumIPmt"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CumIPmtRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CumIPmtRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/cumIPmt", pathParameters) { } /// - /// Instantiates a new CumIPmtRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CumIPmtRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/cumIPmt", rawUrl) { @@ -89,6 +90,7 @@ public CumIPmtRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action cumIPmt /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/CumPrinc/CumPrincPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CumPrinc/CumPrincPostRequestBody.cs index 4028902db4..24643d9b1a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CumPrinc/CumPrincPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CumPrinc/CumPrincPostRequestBody.cs @@ -58,7 +58,7 @@ public class CumPrincPostRequestBody : IAdditionalDataHolder, IParsable { public Json Type { get; set; } #endif /// - /// Instantiates a new cumPrincPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CumPrincPostRequestBody() { AdditionalData = new Dictionary(); @@ -66,6 +66,7 @@ public CumPrincPostRequestBody() { /// /// 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 CumPrincPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -74,6 +75,7 @@ public static CumPrincPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"endPeriod", n => { EndPeriod = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CumPrinc/CumPrincRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CumPrinc/CumPrincRequestBuilder.cs index c70b682908..8f75944aae 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/CumPrinc/CumPrincRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/CumPrinc/CumPrincRequestBuilder.cs @@ -22,6 +22,7 @@ public class CumPrincRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action cumPrinc /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action cumPrinc"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CumPrincRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CumPrincRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/cumPrinc", pathParameters) { } /// - /// Instantiates a new CumPrincRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CumPrincRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/cumPrinc", rawUrl) { @@ -89,6 +90,7 @@ public CumPrincRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action cumPrinc /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/DateNamespace/DatePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DateNamespace/DatePostRequestBody.cs index f6f6716588..d19e9e9c0d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DateNamespace/DatePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DateNamespace/DatePostRequestBody.cs @@ -34,7 +34,7 @@ public class DatePostRequestBody : IAdditionalDataHolder, IParsable { public Json Year { get; set; } #endif /// - /// Instantiates a new datePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DatePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public DatePostRequestBody() { /// /// 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 DatePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static DatePostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"day", n => { Day = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DateNamespace/DateRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DateNamespace/DateRequestBuilder.cs index 206538efe9..b2ac401182 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DateNamespace/DateRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DateNamespace/DateRequestBuilder.cs @@ -22,6 +22,7 @@ public class DateRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action date /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action date"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/date", pathParameters) { } /// - /// Instantiates a new DateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DateRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/date", rawUrl) { @@ -89,6 +90,7 @@ public DateRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action date /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Datevalue/DatevaluePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Datevalue/DatevaluePostRequestBody.cs index 9ae38b7e72..658ed60eb8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Datevalue/DatevaluePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Datevalue/DatevaluePostRequestBody.cs @@ -18,7 +18,7 @@ public class DatevaluePostRequestBody : IAdditionalDataHolder, IParsable { public Json DateText { get; set; } #endif /// - /// Instantiates a new datevaluePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DatevaluePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public DatevaluePostRequestBody() { /// /// 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 DatevaluePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static DatevaluePostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"dateText", n => { DateText = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Datevalue/DatevalueRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Datevalue/DatevalueRequestBuilder.cs index aafb898d98..c4da99f201 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Datevalue/DatevalueRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Datevalue/DatevalueRequestBuilder.cs @@ -22,6 +22,7 @@ public class DatevalueRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action datevalue /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action datevalue"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DatevalueRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DatevalueRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/datevalue", pathParameters) { } /// - /// Instantiates a new DatevalueRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DatevalueRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/datevalue", rawUrl) { @@ -89,6 +90,7 @@ public DatevalueRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action datevalue /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Daverage/DaveragePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Daverage/DaveragePostRequestBody.cs index dbcf12ea50..74e8a397d3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Daverage/DaveragePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Daverage/DaveragePostRequestBody.cs @@ -34,7 +34,7 @@ public class DaveragePostRequestBody : IAdditionalDataHolder, IParsable { public Json Field { get; set; } #endif /// - /// Instantiates a new daveragePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DaveragePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public DaveragePostRequestBody() { /// /// 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 DaveragePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static DaveragePostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Daverage/DaverageRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Daverage/DaverageRequestBuilder.cs index 9786728fe4..570e047e6c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Daverage/DaverageRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Daverage/DaverageRequestBuilder.cs @@ -22,6 +22,7 @@ public class DaverageRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action daverage /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action daverage"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DaverageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DaverageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/daverage", pathParameters) { } /// - /// Instantiates a new DaverageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DaverageRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/daverage", rawUrl) { @@ -89,6 +90,7 @@ public DaverageRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action daverage /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Day/DayPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Day/DayPostRequestBody.cs index 9ddf148a20..939bb6b5ed 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Day/DayPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Day/DayPostRequestBody.cs @@ -18,7 +18,7 @@ public class DayPostRequestBody : IAdditionalDataHolder, IParsable { public Json SerialNumber { get; set; } #endif /// - /// Instantiates a new dayPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DayPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public DayPostRequestBody() { /// /// 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 DayPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static DayPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"serialNumber", n => { SerialNumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Day/DayRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Day/DayRequestBuilder.cs index b0ecc9bc18..a8e38d5368 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Day/DayRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Day/DayRequestBuilder.cs @@ -22,6 +22,7 @@ public class DayRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action day /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action day"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DayRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DayRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/day", pathParameters) { } /// - /// Instantiates a new DayRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DayRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/day", rawUrl) { @@ -89,6 +90,7 @@ public DayRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action day /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Days/DaysPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Days/DaysPostRequestBody.cs index cc902defc3..4ff243cab4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Days/DaysPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Days/DaysPostRequestBody.cs @@ -26,7 +26,7 @@ public class DaysPostRequestBody : IAdditionalDataHolder, IParsable { public Json StartDate { get; set; } #endif /// - /// Instantiates a new daysPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DaysPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public DaysPostRequestBody() { /// /// 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 DaysPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static DaysPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"endDate", n => { EndDate = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Days/DaysRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Days/DaysRequestBuilder.cs index 3dac631969..f691a4faa6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Days/DaysRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Days/DaysRequestBuilder.cs @@ -22,6 +22,7 @@ public class DaysRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action days /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action days"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DaysRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DaysRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/days", pathParameters) { } /// - /// Instantiates a new DaysRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DaysRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/days", rawUrl) { @@ -89,6 +90,7 @@ public DaysRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action days /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Days360/Days360PostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Days360/Days360PostRequestBody.cs index ad09184ebd..e224456083 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Days360/Days360PostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Days360/Days360PostRequestBody.cs @@ -34,7 +34,7 @@ public class Days360PostRequestBody : IAdditionalDataHolder, IParsable { public Json StartDate { get; set; } #endif /// - /// Instantiates a new days360PostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Days360PostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public Days360PostRequestBody() { /// /// 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 Days360PostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static Days360PostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"endDate", n => { EndDate = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Days360/Days360RequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Days360/Days360RequestBuilder.cs index eef7dd5b03..2332d28f55 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Days360/Days360RequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Days360/Days360RequestBuilder.cs @@ -22,6 +22,7 @@ public class Days360RequestBuilder : BaseCliRequestBuilder { /// /// Invoke action days360 /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action days360"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Days360RequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Days360RequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/days360", pathParameters) { } /// - /// Instantiates a new Days360RequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Days360RequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/days360", rawUrl) { @@ -89,6 +90,7 @@ public Days360RequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action days360 /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Db/DbPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Db/DbPostRequestBody.cs index 1edbbdcf3e..b6b2de975a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Db/DbPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Db/DbPostRequestBody.cs @@ -50,7 +50,7 @@ public class DbPostRequestBody : IAdditionalDataHolder, IParsable { public Json Salvage { get; set; } #endif /// - /// Instantiates a new dbPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DbPostRequestBody() { AdditionalData = new Dictionary(); @@ -58,6 +58,7 @@ public DbPostRequestBody() { /// /// 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 DbPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public static DbPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cost", n => { Cost = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Db/DbRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Db/DbRequestBuilder.cs index 7adfb7ba9e..9a10b64edc 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Db/DbRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Db/DbRequestBuilder.cs @@ -22,6 +22,7 @@ public class DbRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action db /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action db"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DbRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DbRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/db", pathParameters) { } /// - /// Instantiates a new DbRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DbRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/db", rawUrl) { @@ -89,6 +90,7 @@ public DbRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/it /// /// Invoke action db /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Dbcs/DbcsPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dbcs/DbcsPostRequestBody.cs index d9d4e8684b..c6a5364efb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dbcs/DbcsPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dbcs/DbcsPostRequestBody.cs @@ -18,7 +18,7 @@ public class DbcsPostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new dbcsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DbcsPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public DbcsPostRequestBody() { /// /// 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 DbcsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static DbcsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"text", n => { Text = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dbcs/DbcsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dbcs/DbcsRequestBuilder.cs index bf6371359a..31c03ffbdf 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dbcs/DbcsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dbcs/DbcsRequestBuilder.cs @@ -22,6 +22,7 @@ public class DbcsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action dbcs /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action dbcs"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DbcsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DbcsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dbcs", pathParameters) { } /// - /// Instantiates a new DbcsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DbcsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dbcs", rawUrl) { @@ -89,6 +90,7 @@ public DbcsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action dbcs /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Dcount/DcountPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dcount/DcountPostRequestBody.cs index 029313304c..73c8596e47 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dcount/DcountPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dcount/DcountPostRequestBody.cs @@ -34,7 +34,7 @@ public class DcountPostRequestBody : IAdditionalDataHolder, IParsable { public Json Field { get; set; } #endif /// - /// Instantiates a new dcountPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DcountPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public DcountPostRequestBody() { /// /// 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 DcountPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static DcountPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dcount/DcountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dcount/DcountRequestBuilder.cs index 9c5d90cf16..38bf41e44a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dcount/DcountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dcount/DcountRequestBuilder.cs @@ -22,6 +22,7 @@ public class DcountRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action dcount /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action dcount"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DcountRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DcountRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dcount", pathParameters) { } /// - /// Instantiates a new DcountRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DcountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dcount", rawUrl) { @@ -89,6 +90,7 @@ public DcountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action dcount /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/DcountA/DcountAPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DcountA/DcountAPostRequestBody.cs index 3a1d58646c..e962c0a19e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DcountA/DcountAPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DcountA/DcountAPostRequestBody.cs @@ -34,7 +34,7 @@ public class DcountAPostRequestBody : IAdditionalDataHolder, IParsable { public Json Field { get; set; } #endif /// - /// Instantiates a new dcountAPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DcountAPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public DcountAPostRequestBody() { /// /// 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 DcountAPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static DcountAPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DcountA/DcountARequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DcountA/DcountARequestBuilder.cs index 5abffbc942..6f27d36771 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DcountA/DcountARequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DcountA/DcountARequestBuilder.cs @@ -22,6 +22,7 @@ public class DcountARequestBuilder : BaseCliRequestBuilder { /// /// Invoke action dcountA /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action dcountA"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DcountARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DcountARequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dcountA", pathParameters) { } /// - /// Instantiates a new DcountARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DcountARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dcountA", rawUrl) { @@ -89,6 +90,7 @@ public DcountARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action dcountA /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Ddb/DdbPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ddb/DdbPostRequestBody.cs index a93ba562f5..eaa809f1d9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ddb/DdbPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ddb/DdbPostRequestBody.cs @@ -50,7 +50,7 @@ public class DdbPostRequestBody : IAdditionalDataHolder, IParsable { public Json Salvage { get; set; } #endif /// - /// Instantiates a new ddbPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DdbPostRequestBody() { AdditionalData = new Dictionary(); @@ -58,6 +58,7 @@ public DdbPostRequestBody() { /// /// 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 DdbPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public static DdbPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cost", n => { Cost = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ddb/DdbRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ddb/DdbRequestBuilder.cs index 3f5a6a3acd..e85fbddb19 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ddb/DdbRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ddb/DdbRequestBuilder.cs @@ -22,6 +22,7 @@ public class DdbRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action ddb /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action ddb"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DdbRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DdbRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/ddb", pathParameters) { } /// - /// Instantiates a new DdbRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DdbRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/ddb", rawUrl) { @@ -89,6 +90,7 @@ public DdbRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action ddb /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Dec2Bin/Dec2BinPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Bin/Dec2BinPostRequestBody.cs index 2b4d2064e7..c54ba6ff85 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Bin/Dec2BinPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Bin/Dec2BinPostRequestBody.cs @@ -26,7 +26,7 @@ public class Dec2BinPostRequestBody : IAdditionalDataHolder, IParsable { public Json Places { get; set; } #endif /// - /// Instantiates a new dec2BinPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Dec2BinPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Dec2BinPostRequestBody() { /// /// 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 Dec2BinPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Dec2BinPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Bin/Dec2BinRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Bin/Dec2BinRequestBuilder.cs index 676608e6d6..0492166e6c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Bin/Dec2BinRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Bin/Dec2BinRequestBuilder.cs @@ -22,6 +22,7 @@ public class Dec2BinRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action dec2Bin /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action dec2Bin"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Dec2BinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Dec2BinRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dec2Bin", pathParameters) { } /// - /// Instantiates a new Dec2BinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Dec2BinRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dec2Bin", rawUrl) { @@ -89,6 +90,7 @@ public Dec2BinRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action dec2Bin /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Dec2Hex/Dec2HexPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Hex/Dec2HexPostRequestBody.cs index cd0ae44acf..b1dd7959bb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Hex/Dec2HexPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Hex/Dec2HexPostRequestBody.cs @@ -26,7 +26,7 @@ public class Dec2HexPostRequestBody : IAdditionalDataHolder, IParsable { public Json Places { get; set; } #endif /// - /// Instantiates a new dec2HexPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Dec2HexPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Dec2HexPostRequestBody() { /// /// 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 Dec2HexPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Dec2HexPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Hex/Dec2HexRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Hex/Dec2HexRequestBuilder.cs index e7d263f120..c423263fd3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Hex/Dec2HexRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Hex/Dec2HexRequestBuilder.cs @@ -22,6 +22,7 @@ public class Dec2HexRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action dec2Hex /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action dec2Hex"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Dec2HexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Dec2HexRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dec2Hex", pathParameters) { } /// - /// Instantiates a new Dec2HexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Dec2HexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dec2Hex", rawUrl) { @@ -89,6 +90,7 @@ public Dec2HexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action dec2Hex /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Dec2Oct/Dec2OctPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Oct/Dec2OctPostRequestBody.cs index 214d27a6e0..57ed834319 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Oct/Dec2OctPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Oct/Dec2OctPostRequestBody.cs @@ -26,7 +26,7 @@ public class Dec2OctPostRequestBody : IAdditionalDataHolder, IParsable { public Json Places { get; set; } #endif /// - /// Instantiates a new dec2OctPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Dec2OctPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Dec2OctPostRequestBody() { /// /// 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 Dec2OctPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Dec2OctPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Oct/Dec2OctRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Oct/Dec2OctRequestBuilder.cs index 789ac152c9..2f2a991913 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Oct/Dec2OctRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dec2Oct/Dec2OctRequestBuilder.cs @@ -22,6 +22,7 @@ public class Dec2OctRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action dec2Oct /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action dec2Oct"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Dec2OctRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Dec2OctRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dec2Oct", pathParameters) { } /// - /// Instantiates a new Dec2OctRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Dec2OctRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dec2Oct", rawUrl) { @@ -89,6 +90,7 @@ public Dec2OctRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action dec2Oct /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/DecimalNamespace/DecimalPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DecimalNamespace/DecimalPostRequestBody.cs index c78c8ecd7e..5d5797192a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DecimalNamespace/DecimalPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DecimalNamespace/DecimalPostRequestBody.cs @@ -26,7 +26,7 @@ public class DecimalPostRequestBody : IAdditionalDataHolder, IParsable { public Json Radix { get; set; } #endif /// - /// Instantiates a new decimalPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DecimalPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public DecimalPostRequestBody() { /// /// 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 DecimalPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static DecimalPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DecimalNamespace/DecimalRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DecimalNamespace/DecimalRequestBuilder.cs index af4aaa5685..c1df2a9d25 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DecimalNamespace/DecimalRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DecimalNamespace/DecimalRequestBuilder.cs @@ -22,6 +22,7 @@ public class DecimalRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action decimal /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action decimal"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DecimalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DecimalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/decimal", pathParameters) { } /// - /// Instantiates a new DecimalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DecimalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/decimal", rawUrl) { @@ -89,6 +90,7 @@ public DecimalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action decimal /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Degrees/DegreesPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Degrees/DegreesPostRequestBody.cs index 4756e3e206..e85ff90580 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Degrees/DegreesPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Degrees/DegreesPostRequestBody.cs @@ -18,7 +18,7 @@ public class DegreesPostRequestBody : IAdditionalDataHolder, IParsable { public Json Angle { get; set; } #endif /// - /// Instantiates a new degreesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DegreesPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public DegreesPostRequestBody() { /// /// 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 DegreesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static DegreesPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"angle", n => { Angle = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Degrees/DegreesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Degrees/DegreesRequestBuilder.cs index e4f5b7d473..7d6dbfaf3e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Degrees/DegreesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Degrees/DegreesRequestBuilder.cs @@ -22,6 +22,7 @@ public class DegreesRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action degrees /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action degrees"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DegreesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DegreesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/degrees", pathParameters) { } /// - /// Instantiates a new DegreesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DegreesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/degrees", rawUrl) { @@ -89,6 +90,7 @@ public DegreesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action degrees /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Delta/DeltaPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Delta/DeltaPostRequestBody.cs index 912c16a3b4..bd6fadce5b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Delta/DeltaPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Delta/DeltaPostRequestBody.cs @@ -26,7 +26,7 @@ public class DeltaPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number2 { get; set; } #endif /// - /// Instantiates a new deltaPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DeltaPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public DeltaPostRequestBody() { /// /// 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 DeltaPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static DeltaPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number1", n => { Number1 = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Delta/DeltaRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Delta/DeltaRequestBuilder.cs index add4f2ff90..50a7c5b31b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Delta/DeltaRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action delta /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action delta"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/delta", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/delta", rawUrl) { @@ -89,6 +90,7 @@ public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action delta /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/DevSq/DevSqPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DevSq/DevSqPostRequestBody.cs index bac9fde3fd..7888118e06 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DevSq/DevSqPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DevSq/DevSqPostRequestBody.cs @@ -18,7 +18,7 @@ public class DevSqPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new devSqPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DevSqPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public DevSqPostRequestBody() { /// /// 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 DevSqPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static DevSqPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DevSq/DevSqRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DevSq/DevSqRequestBuilder.cs index 2e679b260f..7622b40e56 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DevSq/DevSqRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DevSq/DevSqRequestBuilder.cs @@ -22,6 +22,7 @@ public class DevSqRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action devSq /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action devSq"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DevSqRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DevSqRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/devSq", pathParameters) { } /// - /// Instantiates a new DevSqRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DevSqRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/devSq", rawUrl) { @@ -89,6 +90,7 @@ public DevSqRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action devSq /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Dget/DgetPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dget/DgetPostRequestBody.cs index 2fedfb5718..3a165378df 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dget/DgetPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dget/DgetPostRequestBody.cs @@ -34,7 +34,7 @@ public class DgetPostRequestBody : IAdditionalDataHolder, IParsable { public Json Field { get; set; } #endif /// - /// Instantiates a new dgetPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DgetPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public DgetPostRequestBody() { /// /// 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 DgetPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static DgetPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dget/DgetRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dget/DgetRequestBuilder.cs index 16a669e919..73d3c8611b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dget/DgetRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dget/DgetRequestBuilder.cs @@ -22,6 +22,7 @@ public class DgetRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action dget /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action dget"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DgetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DgetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dget", pathParameters) { } /// - /// Instantiates a new DgetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DgetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dget", rawUrl) { @@ -89,6 +90,7 @@ public DgetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action dget /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Disc/DiscPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Disc/DiscPostRequestBody.cs index 905a46fc20..647f712826 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Disc/DiscPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Disc/DiscPostRequestBody.cs @@ -50,7 +50,7 @@ public class DiscPostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new discPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DiscPostRequestBody() { AdditionalData = new Dictionary(); @@ -58,6 +58,7 @@ public DiscPostRequestBody() { /// /// 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 DiscPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public static DiscPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Disc/DiscRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Disc/DiscRequestBuilder.cs index 1100614482..ddd728700f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Disc/DiscRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Disc/DiscRequestBuilder.cs @@ -22,6 +22,7 @@ public class DiscRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action disc /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action disc"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DiscRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DiscRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/disc", pathParameters) { } /// - /// Instantiates a new DiscRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DiscRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/disc", rawUrl) { @@ -89,6 +90,7 @@ public DiscRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action disc /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Dmax/DmaxPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dmax/DmaxPostRequestBody.cs index 3a54734510..07b03e2628 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dmax/DmaxPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dmax/DmaxPostRequestBody.cs @@ -34,7 +34,7 @@ public class DmaxPostRequestBody : IAdditionalDataHolder, IParsable { public Json Field { get; set; } #endif /// - /// Instantiates a new dmaxPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DmaxPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public DmaxPostRequestBody() { /// /// 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 DmaxPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static DmaxPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dmax/DmaxRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dmax/DmaxRequestBuilder.cs index 19742a3dff..7bd41f0b27 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dmax/DmaxRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dmax/DmaxRequestBuilder.cs @@ -22,6 +22,7 @@ public class DmaxRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action dmax /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action dmax"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DmaxRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DmaxRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dmax", pathParameters) { } /// - /// Instantiates a new DmaxRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DmaxRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dmax", rawUrl) { @@ -89,6 +90,7 @@ public DmaxRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action dmax /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Dmin/DminPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dmin/DminPostRequestBody.cs index 828cef36c8..17b3530b97 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dmin/DminPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dmin/DminPostRequestBody.cs @@ -34,7 +34,7 @@ public class DminPostRequestBody : IAdditionalDataHolder, IParsable { public Json Field { get; set; } #endif /// - /// Instantiates a new dminPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DminPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public DminPostRequestBody() { /// /// 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 DminPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static DminPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dmin/DminRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dmin/DminRequestBuilder.cs index 32cb67a9f1..48a20e6560 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dmin/DminRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dmin/DminRequestBuilder.cs @@ -22,6 +22,7 @@ public class DminRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action dmin /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action dmin"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DminRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DminRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dmin", pathParameters) { } /// - /// Instantiates a new DminRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DminRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dmin", rawUrl) { @@ -89,6 +90,7 @@ public DminRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action dmin /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Dollar/DollarPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dollar/DollarPostRequestBody.cs index 91c0be7f69..cc473f8589 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dollar/DollarPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dollar/DollarPostRequestBody.cs @@ -26,7 +26,7 @@ public class DollarPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new dollarPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DollarPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public DollarPostRequestBody() { /// /// 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 DollarPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static DollarPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"decimals", n => { Decimals = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dollar/DollarRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dollar/DollarRequestBuilder.cs index 47861bead0..7110ff2df2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dollar/DollarRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dollar/DollarRequestBuilder.cs @@ -22,6 +22,7 @@ public class DollarRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action dollar /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action dollar"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DollarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DollarRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dollar", pathParameters) { } /// - /// Instantiates a new DollarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DollarRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dollar", rawUrl) { @@ -89,6 +90,7 @@ public DollarRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action dollar /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/DollarDe/DollarDePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DollarDe/DollarDePostRequestBody.cs index 19826380c0..08ccfd57c6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DollarDe/DollarDePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DollarDe/DollarDePostRequestBody.cs @@ -26,7 +26,7 @@ public class DollarDePostRequestBody : IAdditionalDataHolder, IParsable { public Json FractionalDollar { get; set; } #endif /// - /// Instantiates a new dollarDePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DollarDePostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public DollarDePostRequestBody() { /// /// 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 DollarDePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static DollarDePostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fraction", n => { Fraction = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DollarDe/DollarDeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DollarDe/DollarDeRequestBuilder.cs index ef392d48b2..8fecdc1a15 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DollarDe/DollarDeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DollarDe/DollarDeRequestBuilder.cs @@ -22,6 +22,7 @@ public class DollarDeRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action dollarDe /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action dollarDe"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DollarDeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DollarDeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dollarDe", pathParameters) { } /// - /// Instantiates a new DollarDeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DollarDeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dollarDe", rawUrl) { @@ -89,6 +90,7 @@ public DollarDeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action dollarDe /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/DollarFr/DollarFrPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DollarFr/DollarFrPostRequestBody.cs index 4abb916e50..5125346593 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DollarFr/DollarFrPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DollarFr/DollarFrPostRequestBody.cs @@ -26,7 +26,7 @@ public class DollarFrPostRequestBody : IAdditionalDataHolder, IParsable { public Json Fraction { get; set; } #endif /// - /// Instantiates a new dollarFrPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DollarFrPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public DollarFrPostRequestBody() { /// /// 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 DollarFrPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static DollarFrPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"decimalDollar", n => { DecimalDollar = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DollarFr/DollarFrRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DollarFr/DollarFrRequestBuilder.cs index 39eee3c7b6..c3178762b8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DollarFr/DollarFrRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DollarFr/DollarFrRequestBuilder.cs @@ -22,6 +22,7 @@ public class DollarFrRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action dollarFr /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action dollarFr"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DollarFrRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DollarFrRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dollarFr", pathParameters) { } /// - /// Instantiates a new DollarFrRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DollarFrRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dollarFr", rawUrl) { @@ -89,6 +90,7 @@ public DollarFrRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action dollarFr /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Dproduct/DproductPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dproduct/DproductPostRequestBody.cs index b24a05c2c7..f6078aa4e4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dproduct/DproductPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dproduct/DproductPostRequestBody.cs @@ -34,7 +34,7 @@ public class DproductPostRequestBody : IAdditionalDataHolder, IParsable { public Json Field { get; set; } #endif /// - /// Instantiates a new dproductPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DproductPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public DproductPostRequestBody() { /// /// 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 DproductPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static DproductPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dproduct/DproductRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dproduct/DproductRequestBuilder.cs index 6c52feb265..9cfe11efc6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dproduct/DproductRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dproduct/DproductRequestBuilder.cs @@ -22,6 +22,7 @@ public class DproductRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action dproduct /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action dproduct"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DproductRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DproductRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dproduct", pathParameters) { } /// - /// Instantiates a new DproductRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DproductRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dproduct", rawUrl) { @@ -89,6 +90,7 @@ public DproductRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action dproduct /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/DstDev/DstDevPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DstDev/DstDevPostRequestBody.cs index f551c1c5e6..5471dd4e34 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DstDev/DstDevPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DstDev/DstDevPostRequestBody.cs @@ -34,7 +34,7 @@ public class DstDevPostRequestBody : IAdditionalDataHolder, IParsable { public Json Field { get; set; } #endif /// - /// Instantiates a new dstDevPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DstDevPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public DstDevPostRequestBody() { /// /// 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 DstDevPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static DstDevPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DstDev/DstDevRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DstDev/DstDevRequestBuilder.cs index f81907fb50..96a9fb98bc 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DstDev/DstDevRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DstDev/DstDevRequestBuilder.cs @@ -22,6 +22,7 @@ public class DstDevRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action dstDev /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action dstDev"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DstDevRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DstDevRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dstDev", pathParameters) { } /// - /// Instantiates a new DstDevRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DstDevRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dstDev", rawUrl) { @@ -89,6 +90,7 @@ public DstDevRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action dstDev /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/DstDevP/DstDevPPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DstDevP/DstDevPPostRequestBody.cs index 7cea9bb90b..10dcd8f42e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DstDevP/DstDevPPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DstDevP/DstDevPPostRequestBody.cs @@ -34,7 +34,7 @@ public class DstDevPPostRequestBody : IAdditionalDataHolder, IParsable { public Json Field { get; set; } #endif /// - /// Instantiates a new dstDevPPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DstDevPPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public DstDevPPostRequestBody() { /// /// 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 DstDevPPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static DstDevPPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DstDevP/DstDevPRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DstDevP/DstDevPRequestBuilder.cs index 4f6f2a4c55..a57cec187c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DstDevP/DstDevPRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DstDevP/DstDevPRequestBuilder.cs @@ -22,6 +22,7 @@ public class DstDevPRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action dstDevP /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action dstDevP"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DstDevPRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DstDevPRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dstDevP", pathParameters) { } /// - /// Instantiates a new DstDevPRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DstDevPRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dstDevP", rawUrl) { @@ -89,6 +90,7 @@ public DstDevPRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action dstDevP /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Dsum/DsumPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dsum/DsumPostRequestBody.cs index 640cac545a..fca6ec71f5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dsum/DsumPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dsum/DsumPostRequestBody.cs @@ -34,7 +34,7 @@ public class DsumPostRequestBody : IAdditionalDataHolder, IParsable { public Json Field { get; set; } #endif /// - /// Instantiates a new dsumPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DsumPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public DsumPostRequestBody() { /// /// 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 DsumPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static DsumPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dsum/DsumRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dsum/DsumRequestBuilder.cs index c0d2bdd86c..ca97dcc30d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dsum/DsumRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dsum/DsumRequestBuilder.cs @@ -22,6 +22,7 @@ public class DsumRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action dsum /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action dsum"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DsumRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DsumRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dsum", pathParameters) { } /// - /// Instantiates a new DsumRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DsumRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dsum", rawUrl) { @@ -89,6 +90,7 @@ public DsumRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action dsum /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Duration/DurationPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Duration/DurationPostRequestBody.cs index a8e5f86dcb..5d416b6dcd 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Duration/DurationPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Duration/DurationPostRequestBody.cs @@ -58,7 +58,7 @@ public class DurationPostRequestBody : IAdditionalDataHolder, IParsable { public Json Yld { get; set; } #endif /// - /// Instantiates a new durationPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DurationPostRequestBody() { AdditionalData = new Dictionary(); @@ -66,6 +66,7 @@ public DurationPostRequestBody() { /// /// 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 DurationPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -74,6 +75,7 @@ public static DurationPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Duration/DurationRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Duration/DurationRequestBuilder.cs index 01d69bf1c1..4d0ee3df22 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Duration/DurationRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Duration/DurationRequestBuilder.cs @@ -22,6 +22,7 @@ public class DurationRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action duration /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action duration"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DurationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DurationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/duration", pathParameters) { } /// - /// Instantiates a new DurationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DurationRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/duration", rawUrl) { @@ -89,6 +90,7 @@ public DurationRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action duration /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Dvar/DvarPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dvar/DvarPostRequestBody.cs index 967af04f24..2d7827913b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dvar/DvarPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dvar/DvarPostRequestBody.cs @@ -34,7 +34,7 @@ public class DvarPostRequestBody : IAdditionalDataHolder, IParsable { public Json Field { get; set; } #endif /// - /// Instantiates a new dvarPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DvarPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public DvarPostRequestBody() { /// /// 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 DvarPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static DvarPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dvar/DvarRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dvar/DvarRequestBuilder.cs index 0e963d839b..235fa26f67 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dvar/DvarRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Dvar/DvarRequestBuilder.cs @@ -22,6 +22,7 @@ public class DvarRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action dvar /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action dvar"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DvarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DvarRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dvar", pathParameters) { } /// - /// Instantiates a new DvarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DvarRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dvar", rawUrl) { @@ -89,6 +90,7 @@ public DvarRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action dvar /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/DvarP/DvarPPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DvarP/DvarPPostRequestBody.cs index 904d9fa344..405b2edcad 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DvarP/DvarPPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DvarP/DvarPPostRequestBody.cs @@ -34,7 +34,7 @@ public class DvarPPostRequestBody : IAdditionalDataHolder, IParsable { public Json Field { get; set; } #endif /// - /// Instantiates a new dvarPPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DvarPPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public DvarPPostRequestBody() { /// /// 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 DvarPPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static DvarPPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DvarP/DvarPRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DvarP/DvarPRequestBuilder.cs index 4606bd5204..566314d154 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/DvarP/DvarPRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/DvarP/DvarPRequestBuilder.cs @@ -22,6 +22,7 @@ public class DvarPRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action dvarP /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action dvarP"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DvarPRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DvarPRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dvarP", pathParameters) { } /// - /// Instantiates a new DvarPRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DvarPRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/dvarP", rawUrl) { @@ -89,6 +90,7 @@ public DvarPRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action dvarP /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Ecma_Ceiling/Ecma_CeilingPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ecma_Ceiling/Ecma_CeilingPostRequestBody.cs index a124c7aa4b..7c21fea0f6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ecma_Ceiling/Ecma_CeilingPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ecma_Ceiling/Ecma_CeilingPostRequestBody.cs @@ -26,7 +26,7 @@ public class Ecma_CeilingPostRequestBody : IAdditionalDataHolder, IParsable { public Json Significance { get; set; } #endif /// - /// Instantiates a new ecma_CeilingPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Ecma_CeilingPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Ecma_CeilingPostRequestBody() { /// /// 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 Ecma_CeilingPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Ecma_CeilingPostRequestBody CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ecma_Ceiling/Ecma_CeilingRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ecma_Ceiling/Ecma_CeilingRequestBuilder.cs index 5e110b590a..351eda54ef 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ecma_Ceiling/Ecma_CeilingRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ecma_Ceiling/Ecma_CeilingRequestBuilder.cs @@ -22,6 +22,7 @@ public class Ecma_CeilingRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action ecma_Ceiling /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action ecma_Ceiling"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Ecma_CeilingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Ecma_CeilingRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/ecma_Ceiling", pathParameters) { } /// - /// Instantiates a new Ecma_CeilingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Ecma_CeilingRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/ecma_Ceiling", rawUrl) { @@ -89,6 +90,7 @@ public Ecma_CeilingRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Invoke action ecma_Ceiling /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Edate/EdatePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Edate/EdatePostRequestBody.cs index 46e321e872..9d14e9a0b5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Edate/EdatePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Edate/EdatePostRequestBody.cs @@ -26,7 +26,7 @@ public class EdatePostRequestBody : IAdditionalDataHolder, IParsable { public Json StartDate { get; set; } #endif /// - /// Instantiates a new edatePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public EdatePostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public EdatePostRequestBody() { /// /// 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 EdatePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static EdatePostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"months", n => { Months = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Edate/EdateRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Edate/EdateRequestBuilder.cs index 1aae8ef93e..d482b55ef4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Edate/EdateRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Edate/EdateRequestBuilder.cs @@ -22,6 +22,7 @@ public class EdateRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action edate /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action edate"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new EdateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EdateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/edate", pathParameters) { } /// - /// Instantiates a new EdateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EdateRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/edate", rawUrl) { @@ -89,6 +90,7 @@ public EdateRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action edate /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Effect/EffectPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Effect/EffectPostRequestBody.cs index 37f9e1d890..4aa6112fcc 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Effect/EffectPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Effect/EffectPostRequestBody.cs @@ -26,7 +26,7 @@ public class EffectPostRequestBody : IAdditionalDataHolder, IParsable { public Json Npery { get; set; } #endif /// - /// Instantiates a new effectPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public EffectPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public EffectPostRequestBody() { /// /// 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 EffectPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static EffectPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"nominalRate", n => { NominalRate = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Effect/EffectRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Effect/EffectRequestBuilder.cs index 7e3b3e083e..ecaf922af9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Effect/EffectRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Effect/EffectRequestBuilder.cs @@ -22,6 +22,7 @@ public class EffectRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action effect /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action effect"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new EffectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EffectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/effect", pathParameters) { } /// - /// Instantiates a new EffectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EffectRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/effect", rawUrl) { @@ -89,6 +90,7 @@ public EffectRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action effect /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/EoMonth/EoMonthPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/EoMonth/EoMonthPostRequestBody.cs index 3f106274ba..b6822c6870 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/EoMonth/EoMonthPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/EoMonth/EoMonthPostRequestBody.cs @@ -26,7 +26,7 @@ public class EoMonthPostRequestBody : IAdditionalDataHolder, IParsable { public Json StartDate { get; set; } #endif /// - /// Instantiates a new eoMonthPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public EoMonthPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public EoMonthPostRequestBody() { /// /// 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 EoMonthPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static EoMonthPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"months", n => { Months = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/EoMonth/EoMonthRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/EoMonth/EoMonthRequestBuilder.cs index 6447fc5162..3b5d93e318 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/EoMonth/EoMonthRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/EoMonth/EoMonthRequestBuilder.cs @@ -22,6 +22,7 @@ public class EoMonthRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action eoMonth /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action eoMonth"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new EoMonthRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EoMonthRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/eoMonth", pathParameters) { } /// - /// Instantiates a new EoMonthRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EoMonthRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/eoMonth", rawUrl) { @@ -89,6 +90,7 @@ public EoMonthRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action eoMonth /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Erf/ErfPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Erf/ErfPostRequestBody.cs index cafa9002bc..d5db8b54fe 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Erf/ErfPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Erf/ErfPostRequestBody.cs @@ -26,7 +26,7 @@ public class ErfPostRequestBody : IAdditionalDataHolder, IParsable { public Json UpperLimit { get; set; } #endif /// - /// Instantiates a new erfPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ErfPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ErfPostRequestBody() { /// /// 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 ErfPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ErfPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"lowerLimit", n => { LowerLimit = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Erf/ErfRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Erf/ErfRequestBuilder.cs index 69987b607d..4a642a0d97 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Erf/ErfRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Erf/ErfRequestBuilder.cs @@ -22,6 +22,7 @@ public class ErfRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action erf /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action erf"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ErfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ErfRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/erf", pathParameters) { } /// - /// Instantiates a new ErfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ErfRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/erf", rawUrl) { @@ -89,6 +90,7 @@ public ErfRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action erf /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ErfC/ErfCPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ErfC/ErfCPostRequestBody.cs index b586032036..59b31355d5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ErfC/ErfCPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ErfC/ErfCPostRequestBody.cs @@ -18,7 +18,7 @@ public class ErfCPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new erfCPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ErfCPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ErfCPostRequestBody() { /// /// 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 ErfCPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ErfCPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"x", n => { X = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ErfC/ErfCRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ErfC/ErfCRequestBuilder.cs index 4c3f9f6ae3..63b4e247b3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ErfC/ErfCRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ErfC/ErfCRequestBuilder.cs @@ -22,6 +22,7 @@ public class ErfCRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action erfC /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action erfC"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ErfCRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ErfCRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/erfC", pathParameters) { } /// - /// Instantiates a new ErfCRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ErfCRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/erfC", rawUrl) { @@ -89,6 +90,7 @@ public ErfCRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action erfC /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ErfC_Precise/ErfC_PrecisePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ErfC_Precise/ErfC_PrecisePostRequestBody.cs index 121a3750f4..3feb1664e1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ErfC_Precise/ErfC_PrecisePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ErfC_Precise/ErfC_PrecisePostRequestBody.cs @@ -18,7 +18,7 @@ public class ErfC_PrecisePostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new erfC_PrecisePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ErfC_PrecisePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ErfC_PrecisePostRequestBody() { /// /// 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 ErfC_PrecisePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ErfC_PrecisePostRequestBody CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"X", n => { X = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ErfC_Precise/ErfC_PreciseRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ErfC_Precise/ErfC_PreciseRequestBuilder.cs index de0db266a3..07beaa41ff 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ErfC_Precise/ErfC_PreciseRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ErfC_Precise/ErfC_PreciseRequestBuilder.cs @@ -22,6 +22,7 @@ public class ErfC_PreciseRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action erfC_Precise /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action erfC_Precise"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ErfC_PreciseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ErfC_PreciseRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/erfC_Precise", pathParameters) { } /// - /// Instantiates a new ErfC_PreciseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ErfC_PreciseRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/erfC_Precise", rawUrl) { @@ -89,6 +90,7 @@ public ErfC_PreciseRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Invoke action erfC_Precise /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Erf_Precise/Erf_PrecisePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Erf_Precise/Erf_PrecisePostRequestBody.cs index 87f5e7ec08..077693f9a1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Erf_Precise/Erf_PrecisePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Erf_Precise/Erf_PrecisePostRequestBody.cs @@ -18,7 +18,7 @@ public class Erf_PrecisePostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new erf_PrecisePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Erf_PrecisePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public Erf_PrecisePostRequestBody() { /// /// 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 Erf_PrecisePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static Erf_PrecisePostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"X", n => { X = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Erf_Precise/Erf_PreciseRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Erf_Precise/Erf_PreciseRequestBuilder.cs index 0ef1f725ca..5d3a6fe5c0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Erf_Precise/Erf_PreciseRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Erf_Precise/Erf_PreciseRequestBuilder.cs @@ -22,6 +22,7 @@ public class Erf_PreciseRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action erf_Precise /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action erf_Precise"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Erf_PreciseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Erf_PreciseRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/erf_Precise", pathParameters) { } /// - /// Instantiates a new Erf_PreciseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Erf_PreciseRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/erf_Precise", rawUrl) { @@ -89,6 +90,7 @@ public Erf_PreciseRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Invoke action erf_Precise /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Error_Type/Error_TypePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Error_Type/Error_TypePostRequestBody.cs index b4e2404a1b..b14dc61871 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Error_Type/Error_TypePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Error_Type/Error_TypePostRequestBody.cs @@ -18,7 +18,7 @@ public class Error_TypePostRequestBody : IAdditionalDataHolder, IParsable { public Json ErrorVal { get; set; } #endif /// - /// Instantiates a new error_TypePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Error_TypePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public Error_TypePostRequestBody() { /// /// 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 Error_TypePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static Error_TypePostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"errorVal", n => { ErrorVal = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Error_Type/Error_TypeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Error_Type/Error_TypeRequestBuilder.cs index a3c03cbc41..bd46be9882 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Error_Type/Error_TypeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Error_Type/Error_TypeRequestBuilder.cs @@ -22,6 +22,7 @@ public class Error_TypeRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action error_Type /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action error_Type"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Error_TypeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Error_TypeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/error_Type", pathParameters) { } /// - /// Instantiates a new Error_TypeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Error_TypeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/error_Type", rawUrl) { @@ -89,6 +90,7 @@ public Error_TypeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Invoke action error_Type /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Even/EvenPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Even/EvenPostRequestBody.cs index bd8b8196c5..a514860210 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Even/EvenPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Even/EvenPostRequestBody.cs @@ -18,7 +18,7 @@ public class EvenPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new evenPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public EvenPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public EvenPostRequestBody() { /// /// 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 EvenPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static EvenPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Even/EvenRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Even/EvenRequestBuilder.cs index ceef1f9160..fa0022289f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Even/EvenRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Even/EvenRequestBuilder.cs @@ -22,6 +22,7 @@ public class EvenRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action even /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action even"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new EvenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EvenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/even", pathParameters) { } /// - /// Instantiates a new EvenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EvenRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/even", rawUrl) { @@ -89,6 +90,7 @@ public EvenRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action even /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Exact/ExactPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Exact/ExactPostRequestBody.cs index 263c69c71a..f51ca9e5e0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Exact/ExactPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Exact/ExactPostRequestBody.cs @@ -26,7 +26,7 @@ public class ExactPostRequestBody : IAdditionalDataHolder, IParsable { public Json Text2 { get; set; } #endif /// - /// Instantiates a new exactPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ExactPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ExactPostRequestBody() { /// /// 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 ExactPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ExactPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"text1", n => { Text1 = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Exact/ExactRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Exact/ExactRequestBuilder.cs index 210f2777f2..afede4d132 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Exact/ExactRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Exact/ExactRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExactRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action exact /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action exact"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ExactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExactRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/exact", pathParameters) { } /// - /// Instantiates a new ExactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExactRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/exact", rawUrl) { @@ -89,6 +90,7 @@ public ExactRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action exact /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Exp/ExpPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Exp/ExpPostRequestBody.cs index 0851e42801..67b384ccb6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Exp/ExpPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Exp/ExpPostRequestBody.cs @@ -18,7 +18,7 @@ public class ExpPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new expPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ExpPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ExpPostRequestBody() { /// /// 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 ExpPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ExpPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Exp/ExpRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Exp/ExpRequestBuilder.cs index b323f6b922..70682e3d7e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Exp/ExpRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Exp/ExpRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExpRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action exp /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action exp"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ExpRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExpRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/exp", pathParameters) { } /// - /// Instantiates a new ExpRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExpRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/exp", rawUrl) { @@ -89,6 +90,7 @@ public ExpRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action exp /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Expon_Dist/Expon_DistPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Expon_Dist/Expon_DistPostRequestBody.cs index fcf6abcb48..62eb533ff0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Expon_Dist/Expon_DistPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Expon_Dist/Expon_DistPostRequestBody.cs @@ -34,7 +34,7 @@ public class Expon_DistPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new expon_DistPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Expon_DistPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public Expon_DistPostRequestBody() { /// /// 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 Expon_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static Expon_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cumulative", n => { Cumulative = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Expon_Dist/Expon_DistRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Expon_Dist/Expon_DistRequestBuilder.cs index f3de7b7b85..704a6b1bd3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Expon_Dist/Expon_DistRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Expon_Dist/Expon_DistRequestBuilder.cs @@ -22,6 +22,7 @@ public class Expon_DistRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action expon_Dist /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action expon_Dist"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Expon_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Expon_DistRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/expon_Dist", pathParameters) { } /// - /// Instantiates a new Expon_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Expon_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/expon_Dist", rawUrl) { @@ -89,6 +90,7 @@ public Expon_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Invoke action expon_Dist /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/F_Dist/F_DistPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist/F_DistPostRequestBody.cs index 390f9d412d..e64ddf956f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist/F_DistPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist/F_DistPostRequestBody.cs @@ -42,7 +42,7 @@ public class F_DistPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new f_DistPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public F_DistPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public F_DistPostRequestBody() { /// /// 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 F_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static F_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cumulative", n => { Cumulative = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist/F_DistRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist/F_DistRequestBuilder.cs index 28d97c6d04..983a22f8ce 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist/F_DistRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist/F_DistRequestBuilder.cs @@ -22,6 +22,7 @@ public class F_DistRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action f_Dist /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action f_Dist"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new F_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public F_DistRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/f_Dist", pathParameters) { } /// - /// Instantiates a new F_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public F_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/f_Dist", rawUrl) { @@ -89,6 +90,7 @@ public F_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action f_Dist /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/F_Dist_RT/F_Dist_RTPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist_RT/F_Dist_RTPostRequestBody.cs index f5e5de149d..820ff9cdc7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist_RT/F_Dist_RTPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist_RT/F_Dist_RTPostRequestBody.cs @@ -34,7 +34,7 @@ public class F_Dist_RTPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new f_Dist_RTPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public F_Dist_RTPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public F_Dist_RTPostRequestBody() { /// /// 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 F_Dist_RTPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static F_Dist_RTPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"degFreedom1", n => { DegFreedom1 = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist_RT/F_Dist_RTRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist_RT/F_Dist_RTRequestBuilder.cs index e1d2751216..2ba874cb71 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist_RT/F_Dist_RTRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Dist_RT/F_Dist_RTRequestBuilder.cs @@ -22,6 +22,7 @@ public class F_Dist_RTRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action f_Dist_RT /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action f_Dist_RT"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new F_Dist_RTRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public F_Dist_RTRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/f_Dist_RT", pathParameters) { } /// - /// Instantiates a new F_Dist_RTRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public F_Dist_RTRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/f_Dist_RT", rawUrl) { @@ -89,6 +90,7 @@ public F_Dist_RTRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action f_Dist_RT /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/F_Inv/F_InvPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv/F_InvPostRequestBody.cs index 76382be667..a1b7636c0d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv/F_InvPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv/F_InvPostRequestBody.cs @@ -34,7 +34,7 @@ public class F_InvPostRequestBody : IAdditionalDataHolder, IParsable { public Json Probability { get; set; } #endif /// - /// Instantiates a new f_InvPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public F_InvPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public F_InvPostRequestBody() { /// /// 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 F_InvPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static F_InvPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"degFreedom1", n => { DegFreedom1 = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv/F_InvRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv/F_InvRequestBuilder.cs index 2661f6cb9d..0e48917bee 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv/F_InvRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv/F_InvRequestBuilder.cs @@ -22,6 +22,7 @@ public class F_InvRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action f_Inv /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action f_Inv"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new F_InvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public F_InvRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/f_Inv", pathParameters) { } /// - /// Instantiates a new F_InvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public F_InvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/f_Inv", rawUrl) { @@ -89,6 +90,7 @@ public F_InvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action f_Inv /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/F_Inv_RT/F_Inv_RTPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv_RT/F_Inv_RTPostRequestBody.cs index 25333e605d..f48bfe4692 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv_RT/F_Inv_RTPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv_RT/F_Inv_RTPostRequestBody.cs @@ -34,7 +34,7 @@ public class F_Inv_RTPostRequestBody : IAdditionalDataHolder, IParsable { public Json Probability { get; set; } #endif /// - /// Instantiates a new f_Inv_RTPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public F_Inv_RTPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public F_Inv_RTPostRequestBody() { /// /// 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 F_Inv_RTPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static F_Inv_RTPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"degFreedom1", n => { DegFreedom1 = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv_RT/F_Inv_RTRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv_RT/F_Inv_RTRequestBuilder.cs index aa6bd56f9f..6e802c1dc5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv_RT/F_Inv_RTRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/F_Inv_RT/F_Inv_RTRequestBuilder.cs @@ -22,6 +22,7 @@ public class F_Inv_RTRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action f_Inv_RT /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action f_Inv_RT"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new F_Inv_RTRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public F_Inv_RTRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/f_Inv_RT", pathParameters) { } /// - /// Instantiates a new F_Inv_RTRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public F_Inv_RTRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/f_Inv_RT", rawUrl) { @@ -89,6 +90,7 @@ public F_Inv_RTRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action f_Inv_RT /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Fact/FactPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fact/FactPostRequestBody.cs index 47681061b0..6aa1af017d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fact/FactPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fact/FactPostRequestBody.cs @@ -18,7 +18,7 @@ public class FactPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new factPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public FactPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public FactPostRequestBody() { /// /// 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 FactPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static FactPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fact/FactRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fact/FactRequestBuilder.cs index f0a6b4ebb1..0d25c9c814 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fact/FactRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fact/FactRequestBuilder.cs @@ -22,6 +22,7 @@ public class FactRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action fact /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action fact"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new FactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FactRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/fact", pathParameters) { } /// - /// Instantiates a new FactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FactRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/fact", rawUrl) { @@ -89,6 +90,7 @@ public FactRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action fact /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/FactDouble/FactDoublePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/FactDouble/FactDoublePostRequestBody.cs index 16b83d7200..8548de1932 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/FactDouble/FactDoublePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/FactDouble/FactDoublePostRequestBody.cs @@ -18,7 +18,7 @@ public class FactDoublePostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new factDoublePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public FactDoublePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public FactDoublePostRequestBody() { /// /// 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 FactDoublePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static FactDoublePostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/FactDouble/FactDoubleRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/FactDouble/FactDoubleRequestBuilder.cs index c0bf784b7b..7b5aafc9a1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/FactDouble/FactDoubleRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/FactDouble/FactDoubleRequestBuilder.cs @@ -22,6 +22,7 @@ public class FactDoubleRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action factDouble /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action factDouble"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new FactDoubleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FactDoubleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/factDouble", pathParameters) { } /// - /// Instantiates a new FactDoubleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FactDoubleRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/factDouble", rawUrl) { @@ -89,6 +90,7 @@ public FactDoubleRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Invoke action factDouble /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/False/FalseRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/False/FalseRequestBuilder.cs index 6677f7843e..cc679b2d54 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/False/FalseRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/False/FalseRequestBuilder.cs @@ -22,6 +22,7 @@ public class FalseRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action false /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action false"; @@ -62,13 +63,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new FalseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FalseRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/false", pathParameters) { } /// - /// Instantiates a new FalseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FalseRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/false", rawUrl) { @@ -76,6 +77,7 @@ public FalseRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action false /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Find/FindPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Find/FindPostRequestBody.cs index 50a1086670..c13d9273d4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Find/FindPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Find/FindPostRequestBody.cs @@ -34,7 +34,7 @@ public class FindPostRequestBody : IAdditionalDataHolder, IParsable { public Json WithinText { get; set; } #endif /// - /// Instantiates a new findPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public FindPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public FindPostRequestBody() { /// /// 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 FindPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static FindPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"findText", n => { FindText = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Find/FindRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Find/FindRequestBuilder.cs index 07085412b9..e809ae7cfa 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Find/FindRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Find/FindRequestBuilder.cs @@ -22,6 +22,7 @@ public class FindRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action find /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action find"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new FindRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FindRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/find", pathParameters) { } /// - /// Instantiates a new FindRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FindRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/find", rawUrl) { @@ -89,6 +90,7 @@ public FindRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action find /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/FindB/FindBPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/FindB/FindBPostRequestBody.cs index d4b327288b..ae66fa4ca8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/FindB/FindBPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/FindB/FindBPostRequestBody.cs @@ -34,7 +34,7 @@ public class FindBPostRequestBody : IAdditionalDataHolder, IParsable { public Json WithinText { get; set; } #endif /// - /// Instantiates a new findBPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public FindBPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public FindBPostRequestBody() { /// /// 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 FindBPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static FindBPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"findText", n => { FindText = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/FindB/FindBRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/FindB/FindBRequestBuilder.cs index bdc7cb14b5..122402468f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/FindB/FindBRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/FindB/FindBRequestBuilder.cs @@ -22,6 +22,7 @@ public class FindBRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action findB /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action findB"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new FindBRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FindBRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/findB", pathParameters) { } /// - /// Instantiates a new FindBRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FindBRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/findB", rawUrl) { @@ -89,6 +90,7 @@ public FindBRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action findB /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Fisher/FisherPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fisher/FisherPostRequestBody.cs index 5cdbf332a4..49b53ee347 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fisher/FisherPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fisher/FisherPostRequestBody.cs @@ -18,7 +18,7 @@ public class FisherPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new fisherPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public FisherPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public FisherPostRequestBody() { /// /// 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 FisherPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static FisherPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"x", n => { X = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fisher/FisherRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fisher/FisherRequestBuilder.cs index 0791f0aeb7..c20cd1f72c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fisher/FisherRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fisher/FisherRequestBuilder.cs @@ -22,6 +22,7 @@ public class FisherRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action fisher /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action fisher"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new FisherRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FisherRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/fisher", pathParameters) { } /// - /// Instantiates a new FisherRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FisherRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/fisher", rawUrl) { @@ -89,6 +90,7 @@ public FisherRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action fisher /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/FisherInv/FisherInvPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/FisherInv/FisherInvPostRequestBody.cs index 45507351bc..0734299895 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/FisherInv/FisherInvPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/FisherInv/FisherInvPostRequestBody.cs @@ -18,7 +18,7 @@ public class FisherInvPostRequestBody : IAdditionalDataHolder, IParsable { public Json Y { get; set; } #endif /// - /// Instantiates a new fisherInvPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public FisherInvPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public FisherInvPostRequestBody() { /// /// 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 FisherInvPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static FisherInvPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"y", n => { Y = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/FisherInv/FisherInvRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/FisherInv/FisherInvRequestBuilder.cs index c5697288e8..5c96e98709 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/FisherInv/FisherInvRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/FisherInv/FisherInvRequestBuilder.cs @@ -22,6 +22,7 @@ public class FisherInvRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action fisherInv /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action fisherInv"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new FisherInvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FisherInvRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/fisherInv", pathParameters) { } /// - /// Instantiates a new FisherInvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FisherInvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/fisherInv", rawUrl) { @@ -89,6 +90,7 @@ public FisherInvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action fisherInv /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Fixed/FixedPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fixed/FixedPostRequestBody.cs index 698bbabee5..a36d1c8b6e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fixed/FixedPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fixed/FixedPostRequestBody.cs @@ -34,7 +34,7 @@ public class FixedPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new fixedPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public FixedPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public FixedPostRequestBody() { /// /// 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 FixedPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static FixedPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"decimals", n => { Decimals = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fixed/FixedRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fixed/FixedRequestBuilder.cs index 1f35d65403..f1d24b4de9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fixed/FixedRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fixed/FixedRequestBuilder.cs @@ -22,6 +22,7 @@ public class FixedRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action fixed /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action fixed"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new FixedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FixedRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/fixed", pathParameters) { } /// - /// Instantiates a new FixedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FixedRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/fixed", rawUrl) { @@ -89,6 +90,7 @@ public FixedRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action fixed /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Floor_Math/Floor_MathPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Math/Floor_MathPostRequestBody.cs index 110628c8e6..29a497fba8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Math/Floor_MathPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Math/Floor_MathPostRequestBody.cs @@ -34,7 +34,7 @@ public class Floor_MathPostRequestBody : IAdditionalDataHolder, IParsable { public Json Significance { get; set; } #endif /// - /// Instantiates a new floor_MathPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Floor_MathPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public Floor_MathPostRequestBody() { /// /// 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 Floor_MathPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static Floor_MathPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"mode", n => { Mode = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Math/Floor_MathRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Math/Floor_MathRequestBuilder.cs index aaa7018a02..f321b0a548 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Math/Floor_MathRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Math/Floor_MathRequestBuilder.cs @@ -22,6 +22,7 @@ public class Floor_MathRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action floor_Math /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action floor_Math"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Floor_MathRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Floor_MathRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/floor_Math", pathParameters) { } /// - /// Instantiates a new Floor_MathRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Floor_MathRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/floor_Math", rawUrl) { @@ -89,6 +90,7 @@ public Floor_MathRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Invoke action floor_Math /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Floor_Precise/Floor_PrecisePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Precise/Floor_PrecisePostRequestBody.cs index 2bca0e3d76..42d483a50d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Precise/Floor_PrecisePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Precise/Floor_PrecisePostRequestBody.cs @@ -26,7 +26,7 @@ public class Floor_PrecisePostRequestBody : IAdditionalDataHolder, IParsable { public Json Significance { get; set; } #endif /// - /// Instantiates a new floor_PrecisePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Floor_PrecisePostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Floor_PrecisePostRequestBody() { /// /// 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 Floor_PrecisePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Floor_PrecisePostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Precise/Floor_PreciseRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Precise/Floor_PreciseRequestBuilder.cs index 3dc06f3464..b64fd790e6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Precise/Floor_PreciseRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Floor_Precise/Floor_PreciseRequestBuilder.cs @@ -22,6 +22,7 @@ public class Floor_PreciseRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action floor_Precise /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action floor_Precise"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Floor_PreciseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Floor_PreciseRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/floor_Precise", pathParameters) { } /// - /// Instantiates a new Floor_PreciseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Floor_PreciseRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/floor_Precise", rawUrl) { @@ -89,6 +90,7 @@ public Floor_PreciseRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Invoke action floor_Precise /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/FunctionsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/FunctionsRequestBuilder.cs index ef04d54714..8de038a5ce 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/FunctionsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/FunctionsRequestBuilder.cs @@ -388,6 +388,7 @@ public class FunctionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the abs method. /// + /// A public Command BuildAbsNavCommand() { var command = new Command("abs"); command.Description = "Provides operations to call the abs method."; @@ -403,6 +404,7 @@ public Command BuildAbsNavCommand() { /// /// Provides operations to call the accrIntM method. /// + /// A public Command BuildAccrIntMNavCommand() { var command = new Command("accr-int-m"); command.Description = "Provides operations to call the accrIntM method."; @@ -418,6 +420,7 @@ public Command BuildAccrIntMNavCommand() { /// /// Provides operations to call the accrInt method. /// + /// A public Command BuildAccrIntNavCommand() { var command = new Command("accr-int"); command.Description = "Provides operations to call the accrInt method."; @@ -433,6 +436,7 @@ public Command BuildAccrIntNavCommand() { /// /// Provides operations to call the acosh method. /// + /// A public Command BuildAcoshNavCommand() { var command = new Command("acosh"); command.Description = "Provides operations to call the acosh method."; @@ -448,6 +452,7 @@ public Command BuildAcoshNavCommand() { /// /// Provides operations to call the acos method. /// + /// A public Command BuildAcosNavCommand() { var command = new Command("acos"); command.Description = "Provides operations to call the acos method."; @@ -463,6 +468,7 @@ public Command BuildAcosNavCommand() { /// /// Provides operations to call the acoth method. /// + /// A public Command BuildAcothNavCommand() { var command = new Command("acoth"); command.Description = "Provides operations to call the acoth method."; @@ -478,6 +484,7 @@ public Command BuildAcothNavCommand() { /// /// Provides operations to call the acot method. /// + /// A public Command BuildAcotNavCommand() { var command = new Command("acot"); command.Description = "Provides operations to call the acot method."; @@ -493,6 +500,7 @@ public Command BuildAcotNavCommand() { /// /// Provides operations to call the amorDegrc method. /// + /// A public Command BuildAmorDegrcNavCommand() { var command = new Command("amor-degrc"); command.Description = "Provides operations to call the amorDegrc method."; @@ -508,6 +516,7 @@ public Command BuildAmorDegrcNavCommand() { /// /// Provides operations to call the amorLinc method. /// + /// A public Command BuildAmorLincNavCommand() { var command = new Command("amor-linc"); command.Description = "Provides operations to call the amorLinc method."; @@ -523,6 +532,7 @@ public Command BuildAmorLincNavCommand() { /// /// Provides operations to call the and method. /// + /// A public Command BuildAndNavCommand() { var command = new Command("and"); command.Description = "Provides operations to call the and method."; @@ -538,6 +548,7 @@ public Command BuildAndNavCommand() { /// /// Provides operations to call the arabic method. /// + /// A public Command BuildArabicNavCommand() { var command = new Command("arabic"); command.Description = "Provides operations to call the arabic method."; @@ -553,6 +564,7 @@ public Command BuildArabicNavCommand() { /// /// Provides operations to call the areas method. /// + /// A public Command BuildAreasNavCommand() { var command = new Command("areas"); command.Description = "Provides operations to call the areas method."; @@ -568,6 +580,7 @@ public Command BuildAreasNavCommand() { /// /// Provides operations to call the asc method. /// + /// A public Command BuildAscNavCommand() { var command = new Command("asc"); command.Description = "Provides operations to call the asc method."; @@ -583,6 +596,7 @@ public Command BuildAscNavCommand() { /// /// Provides operations to call the asinh method. /// + /// A public Command BuildAsinhNavCommand() { var command = new Command("asinh"); command.Description = "Provides operations to call the asinh method."; @@ -598,6 +612,7 @@ public Command BuildAsinhNavCommand() { /// /// Provides operations to call the asin method. /// + /// A public Command BuildAsinNavCommand() { var command = new Command("asin"); command.Description = "Provides operations to call the asin method."; @@ -613,6 +628,7 @@ public Command BuildAsinNavCommand() { /// /// Provides operations to call the atan2 method. /// + /// A public Command BuildAtan2NavCommand() { var command = new Command("atan2"); command.Description = "Provides operations to call the atan2 method."; @@ -628,6 +644,7 @@ public Command BuildAtan2NavCommand() { /// /// Provides operations to call the atanh method. /// + /// A public Command BuildAtanhNavCommand() { var command = new Command("atanh"); command.Description = "Provides operations to call the atanh method."; @@ -643,6 +660,7 @@ public Command BuildAtanhNavCommand() { /// /// Provides operations to call the atan method. /// + /// A public Command BuildAtanNavCommand() { var command = new Command("atan"); command.Description = "Provides operations to call the atan method."; @@ -658,6 +676,7 @@ public Command BuildAtanNavCommand() { /// /// Provides operations to call the aveDev method. /// + /// A public Command BuildAveDevNavCommand() { var command = new Command("ave-dev"); command.Description = "Provides operations to call the aveDev method."; @@ -673,6 +692,7 @@ public Command BuildAveDevNavCommand() { /// /// Provides operations to call the averageA method. /// + /// A public Command BuildAverageANavCommand() { var command = new Command("average-a"); command.Description = "Provides operations to call the averageA method."; @@ -688,6 +708,7 @@ public Command BuildAverageANavCommand() { /// /// Provides operations to call the averageIf method. /// + /// A public Command BuildAverageIfNavCommand() { var command = new Command("average-if"); command.Description = "Provides operations to call the averageIf method."; @@ -703,6 +724,7 @@ public Command BuildAverageIfNavCommand() { /// /// Provides operations to call the averageIfs method. /// + /// A public Command BuildAverageIfsNavCommand() { var command = new Command("average-ifs"); command.Description = "Provides operations to call the averageIfs method."; @@ -718,6 +740,7 @@ public Command BuildAverageIfsNavCommand() { /// /// Provides operations to call the average method. /// + /// A public Command BuildAverageNavCommand() { var command = new Command("average"); command.Description = "Provides operations to call the average method."; @@ -733,6 +756,7 @@ public Command BuildAverageNavCommand() { /// /// Provides operations to call the bahtText method. /// + /// A public Command BuildBahtTextNavCommand() { var command = new Command("baht-text"); command.Description = "Provides operations to call the bahtText method."; @@ -748,6 +772,7 @@ public Command BuildBahtTextNavCommand() { /// /// Provides operations to call the base method. /// + /// A public Command BuildBaseNavCommand() { var command = new Command("base"); command.Description = "Provides operations to call the base method."; @@ -763,6 +788,7 @@ public Command BuildBaseNavCommand() { /// /// Provides operations to call the besselI method. /// + /// A public Command BuildBesselINavCommand() { var command = new Command("bessel-i"); command.Description = "Provides operations to call the besselI method."; @@ -778,6 +804,7 @@ public Command BuildBesselINavCommand() { /// /// Provides operations to call the besselJ method. /// + /// A public Command BuildBesselJNavCommand() { var command = new Command("bessel-j"); command.Description = "Provides operations to call the besselJ method."; @@ -793,6 +820,7 @@ public Command BuildBesselJNavCommand() { /// /// Provides operations to call the besselK method. /// + /// A public Command BuildBesselKNavCommand() { var command = new Command("bessel-k"); command.Description = "Provides operations to call the besselK method."; @@ -808,6 +836,7 @@ public Command BuildBesselKNavCommand() { /// /// Provides operations to call the besselY method. /// + /// A public Command BuildBesselYNavCommand() { var command = new Command("bessel-y"); command.Description = "Provides operations to call the besselY method."; @@ -823,6 +852,7 @@ public Command BuildBesselYNavCommand() { /// /// Provides operations to call the beta_Dist method. /// + /// A public Command BuildBeta_DistNavCommand() { var command = new Command("beta_-dist"); command.Description = "Provides operations to call the beta_Dist method."; @@ -838,6 +868,7 @@ public Command BuildBeta_DistNavCommand() { /// /// Provides operations to call the beta_Inv method. /// + /// A public Command BuildBeta_InvNavCommand() { var command = new Command("beta_-inv"); command.Description = "Provides operations to call the beta_Inv method."; @@ -853,6 +884,7 @@ public Command BuildBeta_InvNavCommand() { /// /// Provides operations to call the bin2Dec method. /// + /// A public Command BuildBin2DecNavCommand() { var command = new Command("bin2-dec"); command.Description = "Provides operations to call the bin2Dec method."; @@ -868,6 +900,7 @@ public Command BuildBin2DecNavCommand() { /// /// Provides operations to call the bin2Hex method. /// + /// A public Command BuildBin2HexNavCommand() { var command = new Command("bin2-hex"); command.Description = "Provides operations to call the bin2Hex method."; @@ -883,6 +916,7 @@ public Command BuildBin2HexNavCommand() { /// /// Provides operations to call the bin2Oct method. /// + /// A public Command BuildBin2OctNavCommand() { var command = new Command("bin2-oct"); command.Description = "Provides operations to call the bin2Oct method."; @@ -898,6 +932,7 @@ public Command BuildBin2OctNavCommand() { /// /// Provides operations to call the binom_Dist_Range method. /// + /// A public Command BuildBinom_Dist_RangeNavCommand() { var command = new Command("binom_-dist_-range"); command.Description = "Provides operations to call the binom_Dist_Range method."; @@ -913,6 +948,7 @@ public Command BuildBinom_Dist_RangeNavCommand() { /// /// Provides operations to call the binom_Dist method. /// + /// A public Command BuildBinom_DistNavCommand() { var command = new Command("binom_-dist"); command.Description = "Provides operations to call the binom_Dist method."; @@ -928,6 +964,7 @@ public Command BuildBinom_DistNavCommand() { /// /// Provides operations to call the binom_Inv method. /// + /// A public Command BuildBinom_InvNavCommand() { var command = new Command("binom_-inv"); command.Description = "Provides operations to call the binom_Inv method."; @@ -943,6 +980,7 @@ public Command BuildBinom_InvNavCommand() { /// /// Provides operations to call the bitand method. /// + /// A public Command BuildBitandNavCommand() { var command = new Command("bitand"); command.Description = "Provides operations to call the bitand method."; @@ -958,6 +996,7 @@ public Command BuildBitandNavCommand() { /// /// Provides operations to call the bitlshift method. /// + /// A public Command BuildBitlshiftNavCommand() { var command = new Command("bitlshift"); command.Description = "Provides operations to call the bitlshift method."; @@ -973,6 +1012,7 @@ public Command BuildBitlshiftNavCommand() { /// /// Provides operations to call the bitor method. /// + /// A public Command BuildBitorNavCommand() { var command = new Command("bitor"); command.Description = "Provides operations to call the bitor method."; @@ -988,6 +1028,7 @@ public Command BuildBitorNavCommand() { /// /// Provides operations to call the bitrshift method. /// + /// A public Command BuildBitrshiftNavCommand() { var command = new Command("bitrshift"); command.Description = "Provides operations to call the bitrshift method."; @@ -1003,6 +1044,7 @@ public Command BuildBitrshiftNavCommand() { /// /// Provides operations to call the bitxor method. /// + /// A public Command BuildBitxorNavCommand() { var command = new Command("bitxor"); command.Description = "Provides operations to call the bitxor method."; @@ -1018,6 +1060,7 @@ public Command BuildBitxorNavCommand() { /// /// Provides operations to call the ceiling_Math method. /// + /// A public Command BuildCeiling_MathNavCommand() { var command = new Command("ceiling_-math"); command.Description = "Provides operations to call the ceiling_Math method."; @@ -1033,6 +1076,7 @@ public Command BuildCeiling_MathNavCommand() { /// /// Provides operations to call the ceiling_Precise method. /// + /// A public Command BuildCeiling_PreciseNavCommand() { var command = new Command("ceiling_-precise"); command.Description = "Provides operations to call the ceiling_Precise method."; @@ -1048,6 +1092,7 @@ public Command BuildCeiling_PreciseNavCommand() { /// /// Provides operations to call the char method. /// + /// A public Command BuildCharNavCommand() { var command = new Command("char"); command.Description = "Provides operations to call the char method."; @@ -1063,6 +1108,7 @@ public Command BuildCharNavCommand() { /// /// Provides operations to call the chiSq_Dist_RT method. /// + /// A public Command BuildChiSq_Dist_RTNavCommand() { var command = new Command("chi-sq_-dist_-r-t"); command.Description = "Provides operations to call the chiSq_Dist_RT method."; @@ -1078,6 +1124,7 @@ public Command BuildChiSq_Dist_RTNavCommand() { /// /// Provides operations to call the chiSq_Dist method. /// + /// A public Command BuildChiSq_DistNavCommand() { var command = new Command("chi-sq_-dist"); command.Description = "Provides operations to call the chiSq_Dist method."; @@ -1093,6 +1140,7 @@ public Command BuildChiSq_DistNavCommand() { /// /// Provides operations to call the chiSq_Inv_RT method. /// + /// A public Command BuildChiSq_Inv_RTNavCommand() { var command = new Command("chi-sq_-inv_-r-t"); command.Description = "Provides operations to call the chiSq_Inv_RT method."; @@ -1108,6 +1156,7 @@ public Command BuildChiSq_Inv_RTNavCommand() { /// /// Provides operations to call the chiSq_Inv method. /// + /// A public Command BuildChiSq_InvNavCommand() { var command = new Command("chi-sq_-inv"); command.Description = "Provides operations to call the chiSq_Inv method."; @@ -1123,6 +1172,7 @@ public Command BuildChiSq_InvNavCommand() { /// /// Provides operations to call the choose method. /// + /// A public Command BuildChooseNavCommand() { var command = new Command("choose"); command.Description = "Provides operations to call the choose method."; @@ -1138,6 +1188,7 @@ public Command BuildChooseNavCommand() { /// /// Provides operations to call the clean method. /// + /// A public Command BuildCleanNavCommand() { var command = new Command("clean"); command.Description = "Provides operations to call the clean method."; @@ -1153,6 +1204,7 @@ public Command BuildCleanNavCommand() { /// /// Provides operations to call the code method. /// + /// A public Command BuildCodeNavCommand() { var command = new Command("code"); command.Description = "Provides operations to call the code method."; @@ -1168,6 +1220,7 @@ public Command BuildCodeNavCommand() { /// /// Provides operations to call the columns method. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to call the columns method."; @@ -1183,6 +1236,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to call the combina method. /// + /// A public Command BuildCombinaNavCommand() { var command = new Command("combina"); command.Description = "Provides operations to call the combina method."; @@ -1198,6 +1252,7 @@ public Command BuildCombinaNavCommand() { /// /// Provides operations to call the combin method. /// + /// A public Command BuildCombinNavCommand() { var command = new Command("combin"); command.Description = "Provides operations to call the combin method."; @@ -1213,6 +1268,7 @@ public Command BuildCombinNavCommand() { /// /// Provides operations to call the complex method. /// + /// A public Command BuildComplexNavCommand() { var command = new Command("complex"); command.Description = "Provides operations to call the complex method."; @@ -1228,6 +1284,7 @@ public Command BuildComplexNavCommand() { /// /// Provides operations to call the concatenate method. /// + /// A public Command BuildConcatenateNavCommand() { var command = new Command("concatenate"); command.Description = "Provides operations to call the concatenate method."; @@ -1243,6 +1300,7 @@ public Command BuildConcatenateNavCommand() { /// /// Provides operations to call the confidence_Norm method. /// + /// A public Command BuildConfidence_NormNavCommand() { var command = new Command("confidence_-norm"); command.Description = "Provides operations to call the confidence_Norm method."; @@ -1258,6 +1316,7 @@ public Command BuildConfidence_NormNavCommand() { /// /// Provides operations to call the confidence_T method. /// + /// A public Command BuildConfidence_TNavCommand() { var command = new Command("confidence_-t"); command.Description = "Provides operations to call the confidence_T method."; @@ -1273,6 +1332,7 @@ public Command BuildConfidence_TNavCommand() { /// /// Provides operations to call the convert method. /// + /// A public Command BuildConvertNavCommand() { var command = new Command("convert"); command.Description = "Provides operations to call the convert method."; @@ -1288,6 +1348,7 @@ public Command BuildConvertNavCommand() { /// /// Provides operations to call the cosh method. /// + /// A public Command BuildCoshNavCommand() { var command = new Command("cosh"); command.Description = "Provides operations to call the cosh method."; @@ -1303,6 +1364,7 @@ public Command BuildCoshNavCommand() { /// /// Provides operations to call the cos method. /// + /// A public Command BuildCosNavCommand() { var command = new Command("cos"); command.Description = "Provides operations to call the cos method."; @@ -1318,6 +1380,7 @@ public Command BuildCosNavCommand() { /// /// Provides operations to call the coth method. /// + /// A public Command BuildCothNavCommand() { var command = new Command("coth"); command.Description = "Provides operations to call the coth method."; @@ -1333,6 +1396,7 @@ public Command BuildCothNavCommand() { /// /// Provides operations to call the cot method. /// + /// A public Command BuildCotNavCommand() { var command = new Command("cot"); command.Description = "Provides operations to call the cot method."; @@ -1348,6 +1412,7 @@ public Command BuildCotNavCommand() { /// /// Provides operations to call the countA method. /// + /// A public Command BuildCountANavCommand() { var command = new Command("count-a"); command.Description = "Provides operations to call the countA method."; @@ -1363,6 +1428,7 @@ public Command BuildCountANavCommand() { /// /// Provides operations to call the countBlank method. /// + /// A public Command BuildCountBlankNavCommand() { var command = new Command("count-blank"); command.Description = "Provides operations to call the countBlank method."; @@ -1378,6 +1444,7 @@ public Command BuildCountBlankNavCommand() { /// /// Provides operations to call the countIf method. /// + /// A public Command BuildCountIfNavCommand() { var command = new Command("count-if"); command.Description = "Provides operations to call the countIf method."; @@ -1393,6 +1460,7 @@ public Command BuildCountIfNavCommand() { /// /// Provides operations to call the countIfs method. /// + /// A public Command BuildCountIfsNavCommand() { var command = new Command("count-ifs"); command.Description = "Provides operations to call the countIfs method."; @@ -1408,6 +1476,7 @@ public Command BuildCountIfsNavCommand() { /// /// Provides operations to call the count method. /// + /// A public Command BuildCountNavCommand() { var command = new Command("count"); command.Description = "Provides operations to call the count method."; @@ -1423,6 +1492,7 @@ public Command BuildCountNavCommand() { /// /// Provides operations to call the coupDayBs method. /// + /// A public Command BuildCoupDayBsNavCommand() { var command = new Command("coup-day-bs"); command.Description = "Provides operations to call the coupDayBs method."; @@ -1438,6 +1508,7 @@ public Command BuildCoupDayBsNavCommand() { /// /// Provides operations to call the coupDays method. /// + /// A public Command BuildCoupDaysNavCommand() { var command = new Command("coup-days"); command.Description = "Provides operations to call the coupDays method."; @@ -1453,6 +1524,7 @@ public Command BuildCoupDaysNavCommand() { /// /// Provides operations to call the coupDaysNc method. /// + /// A public Command BuildCoupDaysNcNavCommand() { var command = new Command("coup-days-nc"); command.Description = "Provides operations to call the coupDaysNc method."; @@ -1468,6 +1540,7 @@ public Command BuildCoupDaysNcNavCommand() { /// /// Provides operations to call the coupNcd method. /// + /// A public Command BuildCoupNcdNavCommand() { var command = new Command("coup-ncd"); command.Description = "Provides operations to call the coupNcd method."; @@ -1483,6 +1556,7 @@ public Command BuildCoupNcdNavCommand() { /// /// Provides operations to call the coupNum method. /// + /// A public Command BuildCoupNumNavCommand() { var command = new Command("coup-num"); command.Description = "Provides operations to call the coupNum method."; @@ -1498,6 +1572,7 @@ public Command BuildCoupNumNavCommand() { /// /// Provides operations to call the coupPcd method. /// + /// A public Command BuildCoupPcdNavCommand() { var command = new Command("coup-pcd"); command.Description = "Provides operations to call the coupPcd method."; @@ -1513,6 +1588,7 @@ public Command BuildCoupPcdNavCommand() { /// /// Provides operations to call the csch method. /// + /// A public Command BuildCschNavCommand() { var command = new Command("csch"); command.Description = "Provides operations to call the csch method."; @@ -1528,6 +1604,7 @@ public Command BuildCschNavCommand() { /// /// Provides operations to call the csc method. /// + /// A public Command BuildCscNavCommand() { var command = new Command("csc"); command.Description = "Provides operations to call the csc method."; @@ -1543,6 +1620,7 @@ public Command BuildCscNavCommand() { /// /// Provides operations to call the cumIPmt method. /// + /// A public Command BuildCumIPmtNavCommand() { var command = new Command("cum-i-pmt"); command.Description = "Provides operations to call the cumIPmt method."; @@ -1558,6 +1636,7 @@ public Command BuildCumIPmtNavCommand() { /// /// Provides operations to call the cumPrinc method. /// + /// A public Command BuildCumPrincNavCommand() { var command = new Command("cum-princ"); command.Description = "Provides operations to call the cumPrinc method."; @@ -1573,6 +1652,7 @@ public Command BuildCumPrincNavCommand() { /// /// Provides operations to call the date method. /// + /// A public Command BuildDateNavCommand() { var command = new Command("date"); command.Description = "Provides operations to call the date method."; @@ -1588,6 +1668,7 @@ public Command BuildDateNavCommand() { /// /// Provides operations to call the datevalue method. /// + /// A public Command BuildDatevalueNavCommand() { var command = new Command("datevalue"); command.Description = "Provides operations to call the datevalue method."; @@ -1603,6 +1684,7 @@ public Command BuildDatevalueNavCommand() { /// /// Provides operations to call the daverage method. /// + /// A public Command BuildDaverageNavCommand() { var command = new Command("daverage"); command.Description = "Provides operations to call the daverage method."; @@ -1618,6 +1700,7 @@ public Command BuildDaverageNavCommand() { /// /// Provides operations to call the day method. /// + /// A public Command BuildDayNavCommand() { var command = new Command("day"); command.Description = "Provides operations to call the day method."; @@ -1633,6 +1716,7 @@ public Command BuildDayNavCommand() { /// /// Provides operations to call the days360 method. /// + /// A public Command BuildDays360NavCommand() { var command = new Command("days360"); command.Description = "Provides operations to call the days360 method."; @@ -1648,6 +1732,7 @@ public Command BuildDays360NavCommand() { /// /// Provides operations to call the days method. /// + /// A public Command BuildDaysNavCommand() { var command = new Command("days"); command.Description = "Provides operations to call the days method."; @@ -1663,6 +1748,7 @@ public Command BuildDaysNavCommand() { /// /// Provides operations to call the dbcs method. /// + /// A public Command BuildDbcsNavCommand() { var command = new Command("dbcs"); command.Description = "Provides operations to call the dbcs method."; @@ -1678,6 +1764,7 @@ public Command BuildDbcsNavCommand() { /// /// Provides operations to call the db method. /// + /// A public Command BuildDbNavCommand() { var command = new Command("db"); command.Description = "Provides operations to call the db method."; @@ -1693,6 +1780,7 @@ public Command BuildDbNavCommand() { /// /// Provides operations to call the dcountA method. /// + /// A public Command BuildDcountANavCommand() { var command = new Command("dcount-a"); command.Description = "Provides operations to call the dcountA method."; @@ -1708,6 +1796,7 @@ public Command BuildDcountANavCommand() { /// /// Provides operations to call the dcount method. /// + /// A public Command BuildDcountNavCommand() { var command = new Command("dcount"); command.Description = "Provides operations to call the dcount method."; @@ -1723,6 +1812,7 @@ public Command BuildDcountNavCommand() { /// /// Provides operations to call the ddb method. /// + /// A public Command BuildDdbNavCommand() { var command = new Command("ddb"); command.Description = "Provides operations to call the ddb method."; @@ -1738,6 +1828,7 @@ public Command BuildDdbNavCommand() { /// /// Provides operations to call the dec2Bin method. /// + /// A public Command BuildDec2BinNavCommand() { var command = new Command("dec2-bin"); command.Description = "Provides operations to call the dec2Bin method."; @@ -1753,6 +1844,7 @@ public Command BuildDec2BinNavCommand() { /// /// Provides operations to call the dec2Hex method. /// + /// A public Command BuildDec2HexNavCommand() { var command = new Command("dec2-hex"); command.Description = "Provides operations to call the dec2Hex method."; @@ -1768,6 +1860,7 @@ public Command BuildDec2HexNavCommand() { /// /// Provides operations to call the dec2Oct method. /// + /// A public Command BuildDec2OctNavCommand() { var command = new Command("dec2-oct"); command.Description = "Provides operations to call the dec2Oct method."; @@ -1783,6 +1876,7 @@ public Command BuildDec2OctNavCommand() { /// /// Provides operations to call the decimal method. /// + /// A public Command BuildDecimalNavCommand() { var command = new Command("decimal"); command.Description = "Provides operations to call the decimal method."; @@ -1798,6 +1892,7 @@ public Command BuildDecimalNavCommand() { /// /// Provides operations to call the degrees method. /// + /// A public Command BuildDegreesNavCommand() { var command = new Command("degrees"); command.Description = "Provides operations to call the degrees method."; @@ -1813,6 +1908,7 @@ public Command BuildDegreesNavCommand() { /// /// Delete navigation property functions for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property functions for drives"; @@ -1852,6 +1948,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -1867,6 +1964,7 @@ public Command BuildDeltaNavCommand() { /// /// Provides operations to call the devSq method. /// + /// A public Command BuildDevSqNavCommand() { var command = new Command("dev-sq"); command.Description = "Provides operations to call the devSq method."; @@ -1882,6 +1980,7 @@ public Command BuildDevSqNavCommand() { /// /// Provides operations to call the dget method. /// + /// A public Command BuildDgetNavCommand() { var command = new Command("dget"); command.Description = "Provides operations to call the dget method."; @@ -1897,6 +1996,7 @@ public Command BuildDgetNavCommand() { /// /// Provides operations to call the disc method. /// + /// A public Command BuildDiscNavCommand() { var command = new Command("disc"); command.Description = "Provides operations to call the disc method."; @@ -1912,6 +2012,7 @@ public Command BuildDiscNavCommand() { /// /// Provides operations to call the dmax method. /// + /// A public Command BuildDmaxNavCommand() { var command = new Command("dmax"); command.Description = "Provides operations to call the dmax method."; @@ -1927,6 +2028,7 @@ public Command BuildDmaxNavCommand() { /// /// Provides operations to call the dmin method. /// + /// A public Command BuildDminNavCommand() { var command = new Command("dmin"); command.Description = "Provides operations to call the dmin method."; @@ -1942,6 +2044,7 @@ public Command BuildDminNavCommand() { /// /// Provides operations to call the dollarDe method. /// + /// A public Command BuildDollarDeNavCommand() { var command = new Command("dollar-de"); command.Description = "Provides operations to call the dollarDe method."; @@ -1957,6 +2060,7 @@ public Command BuildDollarDeNavCommand() { /// /// Provides operations to call the dollarFr method. /// + /// A public Command BuildDollarFrNavCommand() { var command = new Command("dollar-fr"); command.Description = "Provides operations to call the dollarFr method."; @@ -1972,6 +2076,7 @@ public Command BuildDollarFrNavCommand() { /// /// Provides operations to call the dollar method. /// + /// A public Command BuildDollarNavCommand() { var command = new Command("dollar"); command.Description = "Provides operations to call the dollar method."; @@ -1987,6 +2092,7 @@ public Command BuildDollarNavCommand() { /// /// Provides operations to call the dproduct method. /// + /// A public Command BuildDproductNavCommand() { var command = new Command("dproduct"); command.Description = "Provides operations to call the dproduct method."; @@ -2002,6 +2108,7 @@ public Command BuildDproductNavCommand() { /// /// Provides operations to call the dstDev method. /// + /// A public Command BuildDstDevNavCommand() { var command = new Command("dst-dev"); command.Description = "Provides operations to call the dstDev method."; @@ -2017,6 +2124,7 @@ public Command BuildDstDevNavCommand() { /// /// Provides operations to call the dstDevP method. /// + /// A public Command BuildDstDevPNavCommand() { var command = new Command("dst-dev-p"); command.Description = "Provides operations to call the dstDevP method."; @@ -2032,6 +2140,7 @@ public Command BuildDstDevPNavCommand() { /// /// Provides operations to call the dsum method. /// + /// A public Command BuildDsumNavCommand() { var command = new Command("dsum"); command.Description = "Provides operations to call the dsum method."; @@ -2047,6 +2156,7 @@ public Command BuildDsumNavCommand() { /// /// Provides operations to call the duration method. /// + /// A public Command BuildDurationNavCommand() { var command = new Command("duration"); command.Description = "Provides operations to call the duration method."; @@ -2062,6 +2172,7 @@ public Command BuildDurationNavCommand() { /// /// Provides operations to call the dvar method. /// + /// A public Command BuildDvarNavCommand() { var command = new Command("dvar"); command.Description = "Provides operations to call the dvar method."; @@ -2077,6 +2188,7 @@ public Command BuildDvarNavCommand() { /// /// Provides operations to call the dvarP method. /// + /// A public Command BuildDvarPNavCommand() { var command = new Command("dvar-p"); command.Description = "Provides operations to call the dvarP method."; @@ -2092,6 +2204,7 @@ public Command BuildDvarPNavCommand() { /// /// Provides operations to call the ecma_Ceiling method. /// + /// A public Command BuildEcma_CeilingNavCommand() { var command = new Command("ecma_-ceiling"); command.Description = "Provides operations to call the ecma_Ceiling method."; @@ -2107,6 +2220,7 @@ public Command BuildEcma_CeilingNavCommand() { /// /// Provides operations to call the edate method. /// + /// A public Command BuildEdateNavCommand() { var command = new Command("edate"); command.Description = "Provides operations to call the edate method."; @@ -2122,6 +2236,7 @@ public Command BuildEdateNavCommand() { /// /// Provides operations to call the effect method. /// + /// A public Command BuildEffectNavCommand() { var command = new Command("effect"); command.Description = "Provides operations to call the effect method."; @@ -2137,6 +2252,7 @@ public Command BuildEffectNavCommand() { /// /// Provides operations to call the eoMonth method. /// + /// A public Command BuildEoMonthNavCommand() { var command = new Command("eo-month"); command.Description = "Provides operations to call the eoMonth method."; @@ -2152,6 +2268,7 @@ public Command BuildEoMonthNavCommand() { /// /// Provides operations to call the erf_Precise method. /// + /// A public Command BuildErf_PreciseNavCommand() { var command = new Command("erf_-precise"); command.Description = "Provides operations to call the erf_Precise method."; @@ -2167,6 +2284,7 @@ public Command BuildErf_PreciseNavCommand() { /// /// Provides operations to call the erfC_Precise method. /// + /// A public Command BuildErfC_PreciseNavCommand() { var command = new Command("erf-c_-precise"); command.Description = "Provides operations to call the erfC_Precise method."; @@ -2182,6 +2300,7 @@ public Command BuildErfC_PreciseNavCommand() { /// /// Provides operations to call the erfC method. /// + /// A public Command BuildErfCNavCommand() { var command = new Command("erf-c"); command.Description = "Provides operations to call the erfC method."; @@ -2197,6 +2316,7 @@ public Command BuildErfCNavCommand() { /// /// Provides operations to call the erf method. /// + /// A public Command BuildErfNavCommand() { var command = new Command("erf"); command.Description = "Provides operations to call the erf method."; @@ -2212,6 +2332,7 @@ public Command BuildErfNavCommand() { /// /// Provides operations to call the error_Type method. /// + /// A public Command BuildError_TypeNavCommand() { var command = new Command("error_-type"); command.Description = "Provides operations to call the error_Type method."; @@ -2227,6 +2348,7 @@ public Command BuildError_TypeNavCommand() { /// /// Provides operations to call the even method. /// + /// A public Command BuildEvenNavCommand() { var command = new Command("even"); command.Description = "Provides operations to call the even method."; @@ -2242,6 +2364,7 @@ public Command BuildEvenNavCommand() { /// /// Provides operations to call the exact method. /// + /// A public Command BuildExactNavCommand() { var command = new Command("exact"); command.Description = "Provides operations to call the exact method."; @@ -2257,6 +2380,7 @@ public Command BuildExactNavCommand() { /// /// Provides operations to call the exp method. /// + /// A public Command BuildExpNavCommand() { var command = new Command("exp"); command.Description = "Provides operations to call the exp method."; @@ -2272,6 +2396,7 @@ public Command BuildExpNavCommand() { /// /// Provides operations to call the expon_Dist method. /// + /// A public Command BuildExpon_DistNavCommand() { var command = new Command("expon_-dist"); command.Description = "Provides operations to call the expon_Dist method."; @@ -2287,6 +2412,7 @@ public Command BuildExpon_DistNavCommand() { /// /// Provides operations to call the f_Dist_RT method. /// + /// A public Command BuildF_Dist_RTNavCommand() { var command = new Command("f_-dist_-r-t"); command.Description = "Provides operations to call the f_Dist_RT method."; @@ -2302,6 +2428,7 @@ public Command BuildF_Dist_RTNavCommand() { /// /// Provides operations to call the f_Dist method. /// + /// A public Command BuildF_DistNavCommand() { var command = new Command("f_-dist"); command.Description = "Provides operations to call the f_Dist method."; @@ -2317,6 +2444,7 @@ public Command BuildF_DistNavCommand() { /// /// Provides operations to call the f_Inv_RT method. /// + /// A public Command BuildF_Inv_RTNavCommand() { var command = new Command("f_-inv_-r-t"); command.Description = "Provides operations to call the f_Inv_RT method."; @@ -2332,6 +2460,7 @@ public Command BuildF_Inv_RTNavCommand() { /// /// Provides operations to call the f_Inv method. /// + /// A public Command BuildF_InvNavCommand() { var command = new Command("f_-inv"); command.Description = "Provides operations to call the f_Inv method."; @@ -2347,6 +2476,7 @@ public Command BuildF_InvNavCommand() { /// /// Provides operations to call the factDouble method. /// + /// A public Command BuildFactDoubleNavCommand() { var command = new Command("fact-double"); command.Description = "Provides operations to call the factDouble method."; @@ -2362,6 +2492,7 @@ public Command BuildFactDoubleNavCommand() { /// /// Provides operations to call the fact method. /// + /// A public Command BuildFactNavCommand() { var command = new Command("fact"); command.Description = "Provides operations to call the fact method."; @@ -2377,6 +2508,7 @@ public Command BuildFactNavCommand() { /// /// Provides operations to call the false method. /// + /// A public Command BuildFalseNavCommand() { var command = new Command("false"); command.Description = "Provides operations to call the false method."; @@ -2392,6 +2524,7 @@ public Command BuildFalseNavCommand() { /// /// Provides operations to call the findB method. /// + /// A public Command BuildFindBNavCommand() { var command = new Command("find-b"); command.Description = "Provides operations to call the findB method."; @@ -2407,6 +2540,7 @@ public Command BuildFindBNavCommand() { /// /// Provides operations to call the find method. /// + /// A public Command BuildFindNavCommand() { var command = new Command("find"); command.Description = "Provides operations to call the find method."; @@ -2422,6 +2556,7 @@ public Command BuildFindNavCommand() { /// /// Provides operations to call the fisherInv method. /// + /// A public Command BuildFisherInvNavCommand() { var command = new Command("fisher-inv"); command.Description = "Provides operations to call the fisherInv method."; @@ -2437,6 +2572,7 @@ public Command BuildFisherInvNavCommand() { /// /// Provides operations to call the fisher method. /// + /// A public Command BuildFisherNavCommand() { var command = new Command("fisher"); command.Description = "Provides operations to call the fisher method."; @@ -2452,6 +2588,7 @@ public Command BuildFisherNavCommand() { /// /// Provides operations to call the fixed method. /// + /// A public Command BuildFixedNavCommand() { var command = new Command("fixed"); command.Description = "Provides operations to call the fixed method."; @@ -2467,6 +2604,7 @@ public Command BuildFixedNavCommand() { /// /// Provides operations to call the floor_Math method. /// + /// A public Command BuildFloor_MathNavCommand() { var command = new Command("floor_-math"); command.Description = "Provides operations to call the floor_Math method."; @@ -2482,6 +2620,7 @@ public Command BuildFloor_MathNavCommand() { /// /// Provides operations to call the floor_Precise method. /// + /// A public Command BuildFloor_PreciseNavCommand() { var command = new Command("floor_-precise"); command.Description = "Provides operations to call the floor_Precise method."; @@ -2497,6 +2636,7 @@ public Command BuildFloor_PreciseNavCommand() { /// /// Provides operations to call the fv method. /// + /// A public Command BuildFvNavCommand() { var command = new Command("fv"); command.Description = "Provides operations to call the fv method."; @@ -2512,6 +2652,7 @@ public Command BuildFvNavCommand() { /// /// Provides operations to call the fvschedule method. /// + /// A public Command BuildFvscheduleNavCommand() { var command = new Command("fvschedule"); command.Description = "Provides operations to call the fvschedule method."; @@ -2527,6 +2668,7 @@ public Command BuildFvscheduleNavCommand() { /// /// Provides operations to call the gamma_Dist method. /// + /// A public Command BuildGamma_DistNavCommand() { var command = new Command("gamma_-dist"); command.Description = "Provides operations to call the gamma_Dist method."; @@ -2542,6 +2684,7 @@ public Command BuildGamma_DistNavCommand() { /// /// Provides operations to call the gamma_Inv method. /// + /// A public Command BuildGamma_InvNavCommand() { var command = new Command("gamma_-inv"); command.Description = "Provides operations to call the gamma_Inv method."; @@ -2557,6 +2700,7 @@ public Command BuildGamma_InvNavCommand() { /// /// Provides operations to call the gammaLn_Precise method. /// + /// A public Command BuildGammaLn_PreciseNavCommand() { var command = new Command("gamma-ln_-precise"); command.Description = "Provides operations to call the gammaLn_Precise method."; @@ -2572,6 +2716,7 @@ public Command BuildGammaLn_PreciseNavCommand() { /// /// Provides operations to call the gammaLn method. /// + /// A public Command BuildGammaLnNavCommand() { var command = new Command("gamma-ln"); command.Description = "Provides operations to call the gammaLn method."; @@ -2587,6 +2732,7 @@ public Command BuildGammaLnNavCommand() { /// /// Provides operations to call the gamma method. /// + /// A public Command BuildGammaNavCommand() { var command = new Command("gamma"); command.Description = "Provides operations to call the gamma method."; @@ -2602,6 +2748,7 @@ public Command BuildGammaNavCommand() { /// /// Provides operations to call the gauss method. /// + /// A public Command BuildGaussNavCommand() { var command = new Command("gauss"); command.Description = "Provides operations to call the gauss method."; @@ -2617,6 +2764,7 @@ public Command BuildGaussNavCommand() { /// /// Provides operations to call the gcd method. /// + /// A public Command BuildGcdNavCommand() { var command = new Command("gcd"); command.Description = "Provides operations to call the gcd method."; @@ -2632,6 +2780,7 @@ public Command BuildGcdNavCommand() { /// /// Provides operations to call the geoMean method. /// + /// A public Command BuildGeoMeanNavCommand() { var command = new Command("geo-mean"); command.Description = "Provides operations to call the geoMean method."; @@ -2647,6 +2796,7 @@ public Command BuildGeoMeanNavCommand() { /// /// Provides operations to call the geStep method. /// + /// A public Command BuildGeStepNavCommand() { var command = new Command("ge-step"); command.Description = "Provides operations to call the geStep method."; @@ -2662,6 +2812,7 @@ public Command BuildGeStepNavCommand() { /// /// Get functions from drives /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get functions from drives"; @@ -2718,6 +2869,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the harMean method. /// + /// A public Command BuildHarMeanNavCommand() { var command = new Command("har-mean"); command.Description = "Provides operations to call the harMean method."; @@ -2733,6 +2885,7 @@ public Command BuildHarMeanNavCommand() { /// /// Provides operations to call the hex2Bin method. /// + /// A public Command BuildHex2BinNavCommand() { var command = new Command("hex2-bin"); command.Description = "Provides operations to call the hex2Bin method."; @@ -2748,6 +2901,7 @@ public Command BuildHex2BinNavCommand() { /// /// Provides operations to call the hex2Dec method. /// + /// A public Command BuildHex2DecNavCommand() { var command = new Command("hex2-dec"); command.Description = "Provides operations to call the hex2Dec method."; @@ -2763,6 +2917,7 @@ public Command BuildHex2DecNavCommand() { /// /// Provides operations to call the hex2Oct method. /// + /// A public Command BuildHex2OctNavCommand() { var command = new Command("hex2-oct"); command.Description = "Provides operations to call the hex2Oct method."; @@ -2778,6 +2933,7 @@ public Command BuildHex2OctNavCommand() { /// /// Provides operations to call the hlookup method. /// + /// A public Command BuildHlookupNavCommand() { var command = new Command("hlookup"); command.Description = "Provides operations to call the hlookup method."; @@ -2793,6 +2949,7 @@ public Command BuildHlookupNavCommand() { /// /// Provides operations to call the hour method. /// + /// A public Command BuildHourNavCommand() { var command = new Command("hour"); command.Description = "Provides operations to call the hour method."; @@ -2808,6 +2965,7 @@ public Command BuildHourNavCommand() { /// /// Provides operations to call the hyperlink method. /// + /// A public Command BuildHyperlinkNavCommand() { var command = new Command("hyperlink"); command.Description = "Provides operations to call the hyperlink method."; @@ -2823,6 +2981,7 @@ public Command BuildHyperlinkNavCommand() { /// /// Provides operations to call the hypGeom_Dist method. /// + /// A public Command BuildHypGeom_DistNavCommand() { var command = new Command("hyp-geom_-dist"); command.Description = "Provides operations to call the hypGeom_Dist method."; @@ -2838,6 +2997,7 @@ public Command BuildHypGeom_DistNavCommand() { /// /// Provides operations to call the if method. /// + /// A public Command BuildIfNavCommand() { var command = new Command("if"); command.Description = "Provides operations to call the if method."; @@ -2853,6 +3013,7 @@ public Command BuildIfNavCommand() { /// /// Provides operations to call the imAbs method. /// + /// A public Command BuildImAbsNavCommand() { var command = new Command("im-abs"); command.Description = "Provides operations to call the imAbs method."; @@ -2868,6 +3029,7 @@ public Command BuildImAbsNavCommand() { /// /// Provides operations to call the imaginary method. /// + /// A public Command BuildImaginaryNavCommand() { var command = new Command("imaginary"); command.Description = "Provides operations to call the imaginary method."; @@ -2883,6 +3045,7 @@ public Command BuildImaginaryNavCommand() { /// /// Provides operations to call the imArgument method. /// + /// A public Command BuildImArgumentNavCommand() { var command = new Command("im-argument"); command.Description = "Provides operations to call the imArgument method."; @@ -2898,6 +3061,7 @@ public Command BuildImArgumentNavCommand() { /// /// Provides operations to call the imConjugate method. /// + /// A public Command BuildImConjugateNavCommand() { var command = new Command("im-conjugate"); command.Description = "Provides operations to call the imConjugate method."; @@ -2913,6 +3077,7 @@ public Command BuildImConjugateNavCommand() { /// /// Provides operations to call the imCosh method. /// + /// A public Command BuildImCoshNavCommand() { var command = new Command("im-cosh"); command.Description = "Provides operations to call the imCosh method."; @@ -2928,6 +3093,7 @@ public Command BuildImCoshNavCommand() { /// /// Provides operations to call the imCos method. /// + /// A public Command BuildImCosNavCommand() { var command = new Command("im-cos"); command.Description = "Provides operations to call the imCos method."; @@ -2943,6 +3109,7 @@ public Command BuildImCosNavCommand() { /// /// Provides operations to call the imCot method. /// + /// A public Command BuildImCotNavCommand() { var command = new Command("im-cot"); command.Description = "Provides operations to call the imCot method."; @@ -2958,6 +3125,7 @@ public Command BuildImCotNavCommand() { /// /// Provides operations to call the imCsch method. /// + /// A public Command BuildImCschNavCommand() { var command = new Command("im-csch"); command.Description = "Provides operations to call the imCsch method."; @@ -2973,6 +3141,7 @@ public Command BuildImCschNavCommand() { /// /// Provides operations to call the imCsc method. /// + /// A public Command BuildImCscNavCommand() { var command = new Command("im-csc"); command.Description = "Provides operations to call the imCsc method."; @@ -2988,6 +3157,7 @@ public Command BuildImCscNavCommand() { /// /// Provides operations to call the imDiv method. /// + /// A public Command BuildImDivNavCommand() { var command = new Command("im-div"); command.Description = "Provides operations to call the imDiv method."; @@ -3003,6 +3173,7 @@ public Command BuildImDivNavCommand() { /// /// Provides operations to call the imExp method. /// + /// A public Command BuildImExpNavCommand() { var command = new Command("im-exp"); command.Description = "Provides operations to call the imExp method."; @@ -3018,6 +3189,7 @@ public Command BuildImExpNavCommand() { /// /// Provides operations to call the imLn method. /// + /// A public Command BuildImLnNavCommand() { var command = new Command("im-ln"); command.Description = "Provides operations to call the imLn method."; @@ -3033,6 +3205,7 @@ public Command BuildImLnNavCommand() { /// /// Provides operations to call the imLog10 method. /// + /// A public Command BuildImLog10NavCommand() { var command = new Command("im-log10"); command.Description = "Provides operations to call the imLog10 method."; @@ -3048,6 +3221,7 @@ public Command BuildImLog10NavCommand() { /// /// Provides operations to call the imLog2 method. /// + /// A public Command BuildImLog2NavCommand() { var command = new Command("im-log2"); command.Description = "Provides operations to call the imLog2 method."; @@ -3063,6 +3237,7 @@ public Command BuildImLog2NavCommand() { /// /// Provides operations to call the imPower method. /// + /// A public Command BuildImPowerNavCommand() { var command = new Command("im-power"); command.Description = "Provides operations to call the imPower method."; @@ -3078,6 +3253,7 @@ public Command BuildImPowerNavCommand() { /// /// Provides operations to call the imProduct method. /// + /// A public Command BuildImProductNavCommand() { var command = new Command("im-product"); command.Description = "Provides operations to call the imProduct method."; @@ -3093,6 +3269,7 @@ public Command BuildImProductNavCommand() { /// /// Provides operations to call the imReal method. /// + /// A public Command BuildImRealNavCommand() { var command = new Command("im-real"); command.Description = "Provides operations to call the imReal method."; @@ -3108,6 +3285,7 @@ public Command BuildImRealNavCommand() { /// /// Provides operations to call the imSech method. /// + /// A public Command BuildImSechNavCommand() { var command = new Command("im-sech"); command.Description = "Provides operations to call the imSech method."; @@ -3123,6 +3301,7 @@ public Command BuildImSechNavCommand() { /// /// Provides operations to call the imSec method. /// + /// A public Command BuildImSecNavCommand() { var command = new Command("im-sec"); command.Description = "Provides operations to call the imSec method."; @@ -3138,6 +3317,7 @@ public Command BuildImSecNavCommand() { /// /// Provides operations to call the imSinh method. /// + /// A public Command BuildImSinhNavCommand() { var command = new Command("im-sinh"); command.Description = "Provides operations to call the imSinh method."; @@ -3153,6 +3333,7 @@ public Command BuildImSinhNavCommand() { /// /// Provides operations to call the imSin method. /// + /// A public Command BuildImSinNavCommand() { var command = new Command("im-sin"); command.Description = "Provides operations to call the imSin method."; @@ -3168,6 +3349,7 @@ public Command BuildImSinNavCommand() { /// /// Provides operations to call the imSqrt method. /// + /// A public Command BuildImSqrtNavCommand() { var command = new Command("im-sqrt"); command.Description = "Provides operations to call the imSqrt method."; @@ -3183,6 +3365,7 @@ public Command BuildImSqrtNavCommand() { /// /// Provides operations to call the imSub method. /// + /// A public Command BuildImSubNavCommand() { var command = new Command("im-sub"); command.Description = "Provides operations to call the imSub method."; @@ -3198,6 +3381,7 @@ public Command BuildImSubNavCommand() { /// /// Provides operations to call the imSum method. /// + /// A public Command BuildImSumNavCommand() { var command = new Command("im-sum"); command.Description = "Provides operations to call the imSum method."; @@ -3213,6 +3397,7 @@ public Command BuildImSumNavCommand() { /// /// Provides operations to call the imTan method. /// + /// A public Command BuildImTanNavCommand() { var command = new Command("im-tan"); command.Description = "Provides operations to call the imTan method."; @@ -3228,6 +3413,7 @@ public Command BuildImTanNavCommand() { /// /// Provides operations to call the int method. /// + /// A public Command BuildIntNavCommand() { var command = new Command("int"); command.Description = "Provides operations to call the int method."; @@ -3243,6 +3429,7 @@ public Command BuildIntNavCommand() { /// /// Provides operations to call the intRate method. /// + /// A public Command BuildIntRateNavCommand() { var command = new Command("int-rate"); command.Description = "Provides operations to call the intRate method."; @@ -3258,6 +3445,7 @@ public Command BuildIntRateNavCommand() { /// /// Provides operations to call the ipmt method. /// + /// A public Command BuildIpmtNavCommand() { var command = new Command("ipmt"); command.Description = "Provides operations to call the ipmt method."; @@ -3273,6 +3461,7 @@ public Command BuildIpmtNavCommand() { /// /// Provides operations to call the irr method. /// + /// A public Command BuildIrrNavCommand() { var command = new Command("irr"); command.Description = "Provides operations to call the irr method."; @@ -3288,6 +3477,7 @@ public Command BuildIrrNavCommand() { /// /// Provides operations to call the isErr method. /// + /// A public Command BuildIsErrNavCommand() { var command = new Command("is-err"); command.Description = "Provides operations to call the isErr method."; @@ -3303,6 +3493,7 @@ public Command BuildIsErrNavCommand() { /// /// Provides operations to call the isError method. /// + /// A public Command BuildIsErrorNavCommand() { var command = new Command("is-error"); command.Description = "Provides operations to call the isError method."; @@ -3318,6 +3509,7 @@ public Command BuildIsErrorNavCommand() { /// /// Provides operations to call the isEven method. /// + /// A public Command BuildIsEvenNavCommand() { var command = new Command("is-even"); command.Description = "Provides operations to call the isEven method."; @@ -3333,6 +3525,7 @@ public Command BuildIsEvenNavCommand() { /// /// Provides operations to call the isFormula method. /// + /// A public Command BuildIsFormulaNavCommand() { var command = new Command("is-formula"); command.Description = "Provides operations to call the isFormula method."; @@ -3348,6 +3541,7 @@ public Command BuildIsFormulaNavCommand() { /// /// Provides operations to call the isLogical method. /// + /// A public Command BuildIsLogicalNavCommand() { var command = new Command("is-logical"); command.Description = "Provides operations to call the isLogical method."; @@ -3363,6 +3557,7 @@ public Command BuildIsLogicalNavCommand() { /// /// Provides operations to call the isNA method. /// + /// A public Command BuildIsNANavCommand() { var command = new Command("is-n-a"); command.Description = "Provides operations to call the isNA method."; @@ -3378,6 +3573,7 @@ public Command BuildIsNANavCommand() { /// /// Provides operations to call the isNonText method. /// + /// A public Command BuildIsNonTextNavCommand() { var command = new Command("is-non-text"); command.Description = "Provides operations to call the isNonText method."; @@ -3393,6 +3589,7 @@ public Command BuildIsNonTextNavCommand() { /// /// Provides operations to call the isNumber method. /// + /// A public Command BuildIsNumberNavCommand() { var command = new Command("is-number"); command.Description = "Provides operations to call the isNumber method."; @@ -3408,6 +3605,7 @@ public Command BuildIsNumberNavCommand() { /// /// Provides operations to call the iso_Ceiling method. /// + /// A public Command BuildIso_CeilingNavCommand() { var command = new Command("iso_-ceiling"); command.Description = "Provides operations to call the iso_Ceiling method."; @@ -3423,6 +3621,7 @@ public Command BuildIso_CeilingNavCommand() { /// /// Provides operations to call the isOdd method. /// + /// A public Command BuildIsOddNavCommand() { var command = new Command("is-odd"); command.Description = "Provides operations to call the isOdd method."; @@ -3438,6 +3637,7 @@ public Command BuildIsOddNavCommand() { /// /// Provides operations to call the isoWeekNum method. /// + /// A public Command BuildIsoWeekNumNavCommand() { var command = new Command("iso-week-num"); command.Description = "Provides operations to call the isoWeekNum method."; @@ -3453,6 +3653,7 @@ public Command BuildIsoWeekNumNavCommand() { /// /// Provides operations to call the ispmt method. /// + /// A public Command BuildIspmtNavCommand() { var command = new Command("ispmt"); command.Description = "Provides operations to call the ispmt method."; @@ -3468,6 +3669,7 @@ public Command BuildIspmtNavCommand() { /// /// Provides operations to call the isref method. /// + /// A public Command BuildIsrefNavCommand() { var command = new Command("isref"); command.Description = "Provides operations to call the isref method."; @@ -3483,6 +3685,7 @@ public Command BuildIsrefNavCommand() { /// /// Provides operations to call the isText method. /// + /// A public Command BuildIsTextNavCommand() { var command = new Command("is-text"); command.Description = "Provides operations to call the isText method."; @@ -3498,6 +3701,7 @@ public Command BuildIsTextNavCommand() { /// /// Provides operations to call the kurt method. /// + /// A public Command BuildKurtNavCommand() { var command = new Command("kurt"); command.Description = "Provides operations to call the kurt method."; @@ -3513,6 +3717,7 @@ public Command BuildKurtNavCommand() { /// /// Provides operations to call the large method. /// + /// A public Command BuildLargeNavCommand() { var command = new Command("large"); command.Description = "Provides operations to call the large method."; @@ -3528,6 +3733,7 @@ public Command BuildLargeNavCommand() { /// /// Provides operations to call the lcm method. /// + /// A public Command BuildLcmNavCommand() { var command = new Command("lcm"); command.Description = "Provides operations to call the lcm method."; @@ -3543,6 +3749,7 @@ public Command BuildLcmNavCommand() { /// /// Provides operations to call the leftb method. /// + /// A public Command BuildLeftbNavCommand() { var command = new Command("leftb"); command.Description = "Provides operations to call the leftb method."; @@ -3558,6 +3765,7 @@ public Command BuildLeftbNavCommand() { /// /// Provides operations to call the left method. /// + /// A public Command BuildLeftNavCommand() { var command = new Command("left"); command.Description = "Provides operations to call the left method."; @@ -3573,6 +3781,7 @@ public Command BuildLeftNavCommand() { /// /// Provides operations to call the lenb method. /// + /// A public Command BuildLenbNavCommand() { var command = new Command("lenb"); command.Description = "Provides operations to call the lenb method."; @@ -3588,6 +3797,7 @@ public Command BuildLenbNavCommand() { /// /// Provides operations to call the len method. /// + /// A public Command BuildLenNavCommand() { var command = new Command("len"); command.Description = "Provides operations to call the len method."; @@ -3603,6 +3813,7 @@ public Command BuildLenNavCommand() { /// /// Provides operations to call the ln method. /// + /// A public Command BuildLnNavCommand() { var command = new Command("ln"); command.Description = "Provides operations to call the ln method."; @@ -3618,6 +3829,7 @@ public Command BuildLnNavCommand() { /// /// Provides operations to call the log10 method. /// + /// A public Command BuildLog10NavCommand() { var command = new Command("log10"); command.Description = "Provides operations to call the log10 method."; @@ -3633,6 +3845,7 @@ public Command BuildLog10NavCommand() { /// /// Provides operations to call the log method. /// + /// A public Command BuildLogNavCommand() { var command = new Command("log"); command.Description = "Provides operations to call the log method."; @@ -3648,6 +3861,7 @@ public Command BuildLogNavCommand() { /// /// Provides operations to call the logNorm_Dist method. /// + /// A public Command BuildLogNorm_DistNavCommand() { var command = new Command("log-norm_-dist"); command.Description = "Provides operations to call the logNorm_Dist method."; @@ -3663,6 +3877,7 @@ public Command BuildLogNorm_DistNavCommand() { /// /// Provides operations to call the logNorm_Inv method. /// + /// A public Command BuildLogNorm_InvNavCommand() { var command = new Command("log-norm_-inv"); command.Description = "Provides operations to call the logNorm_Inv method."; @@ -3678,6 +3893,7 @@ public Command BuildLogNorm_InvNavCommand() { /// /// Provides operations to call the lookup method. /// + /// A public Command BuildLookupNavCommand() { var command = new Command("lookup"); command.Description = "Provides operations to call the lookup method."; @@ -3693,6 +3909,7 @@ public Command BuildLookupNavCommand() { /// /// Provides operations to call the lower method. /// + /// A public Command BuildLowerNavCommand() { var command = new Command("lower"); command.Description = "Provides operations to call the lower method."; @@ -3708,6 +3925,7 @@ public Command BuildLowerNavCommand() { /// /// Provides operations to call the match method. /// + /// A public Command BuildMatchNavCommand() { var command = new Command("match"); command.Description = "Provides operations to call the match method."; @@ -3723,6 +3941,7 @@ public Command BuildMatchNavCommand() { /// /// Provides operations to call the maxA method. /// + /// A public Command BuildMaxANavCommand() { var command = new Command("max-a"); command.Description = "Provides operations to call the maxA method."; @@ -3738,6 +3957,7 @@ public Command BuildMaxANavCommand() { /// /// Provides operations to call the max method. /// + /// A public Command BuildMaxNavCommand() { var command = new Command("max"); command.Description = "Provides operations to call the max method."; @@ -3753,6 +3973,7 @@ public Command BuildMaxNavCommand() { /// /// Provides operations to call the mduration method. /// + /// A public Command BuildMdurationNavCommand() { var command = new Command("mduration"); command.Description = "Provides operations to call the mduration method."; @@ -3768,6 +3989,7 @@ public Command BuildMdurationNavCommand() { /// /// Provides operations to call the median method. /// + /// A public Command BuildMedianNavCommand() { var command = new Command("median"); command.Description = "Provides operations to call the median method."; @@ -3783,6 +4005,7 @@ public Command BuildMedianNavCommand() { /// /// Provides operations to call the midb method. /// + /// A public Command BuildMidbNavCommand() { var command = new Command("midb"); command.Description = "Provides operations to call the midb method."; @@ -3798,6 +4021,7 @@ public Command BuildMidbNavCommand() { /// /// Provides operations to call the mid method. /// + /// A public Command BuildMidNavCommand() { var command = new Command("mid"); command.Description = "Provides operations to call the mid method."; @@ -3813,6 +4037,7 @@ public Command BuildMidNavCommand() { /// /// Provides operations to call the minA method. /// + /// A public Command BuildMinANavCommand() { var command = new Command("min-a"); command.Description = "Provides operations to call the minA method."; @@ -3828,6 +4053,7 @@ public Command BuildMinANavCommand() { /// /// Provides operations to call the min method. /// + /// A public Command BuildMinNavCommand() { var command = new Command("min"); command.Description = "Provides operations to call the min method."; @@ -3843,6 +4069,7 @@ public Command BuildMinNavCommand() { /// /// Provides operations to call the minute method. /// + /// A public Command BuildMinuteNavCommand() { var command = new Command("minute"); command.Description = "Provides operations to call the minute method."; @@ -3858,6 +4085,7 @@ public Command BuildMinuteNavCommand() { /// /// Provides operations to call the mirr method. /// + /// A public Command BuildMirrNavCommand() { var command = new Command("mirr"); command.Description = "Provides operations to call the mirr method."; @@ -3873,6 +4101,7 @@ public Command BuildMirrNavCommand() { /// /// Provides operations to call the mod method. /// + /// A public Command BuildModNavCommand() { var command = new Command("mod"); command.Description = "Provides operations to call the mod method."; @@ -3888,6 +4117,7 @@ public Command BuildModNavCommand() { /// /// Provides operations to call the month method. /// + /// A public Command BuildMonthNavCommand() { var command = new Command("month"); command.Description = "Provides operations to call the month method."; @@ -3903,6 +4133,7 @@ public Command BuildMonthNavCommand() { /// /// Provides operations to call the mround method. /// + /// A public Command BuildMroundNavCommand() { var command = new Command("mround"); command.Description = "Provides operations to call the mround method."; @@ -3918,6 +4149,7 @@ public Command BuildMroundNavCommand() { /// /// Provides operations to call the multiNomial method. /// + /// A public Command BuildMultiNomialNavCommand() { var command = new Command("multi-nomial"); command.Description = "Provides operations to call the multiNomial method."; @@ -3933,6 +4165,7 @@ public Command BuildMultiNomialNavCommand() { /// /// Provides operations to call the na method. /// + /// A public Command BuildNaNavCommand() { var command = new Command("na"); command.Description = "Provides operations to call the na method."; @@ -3948,6 +4181,7 @@ public Command BuildNaNavCommand() { /// /// Provides operations to call the negBinom_Dist method. /// + /// A public Command BuildNegBinom_DistNavCommand() { var command = new Command("neg-binom_-dist"); command.Description = "Provides operations to call the negBinom_Dist method."; @@ -3963,6 +4197,7 @@ public Command BuildNegBinom_DistNavCommand() { /// /// Provides operations to call the networkDays_Intl method. /// + /// A public Command BuildNetworkDays_IntlNavCommand() { var command = new Command("network-days_-intl"); command.Description = "Provides operations to call the networkDays_Intl method."; @@ -3978,6 +4213,7 @@ public Command BuildNetworkDays_IntlNavCommand() { /// /// Provides operations to call the networkDays method. /// + /// A public Command BuildNetworkDaysNavCommand() { var command = new Command("network-days"); command.Description = "Provides operations to call the networkDays method."; @@ -3993,6 +4229,7 @@ public Command BuildNetworkDaysNavCommand() { /// /// Provides operations to call the n method. /// + /// A public Command BuildNNavCommand() { var command = new Command("n"); command.Description = "Provides operations to call the n method."; @@ -4008,6 +4245,7 @@ public Command BuildNNavCommand() { /// /// Provides operations to call the nominal method. /// + /// A public Command BuildNominalNavCommand() { var command = new Command("nominal"); command.Description = "Provides operations to call the nominal method."; @@ -4023,6 +4261,7 @@ public Command BuildNominalNavCommand() { /// /// Provides operations to call the norm_Dist method. /// + /// A public Command BuildNorm_DistNavCommand() { var command = new Command("norm_-dist"); command.Description = "Provides operations to call the norm_Dist method."; @@ -4038,6 +4277,7 @@ public Command BuildNorm_DistNavCommand() { /// /// Provides operations to call the norm_Inv method. /// + /// A public Command BuildNorm_InvNavCommand() { var command = new Command("norm_-inv"); command.Description = "Provides operations to call the norm_Inv method."; @@ -4053,6 +4293,7 @@ public Command BuildNorm_InvNavCommand() { /// /// Provides operations to call the norm_S_Dist method. /// + /// A public Command BuildNorm_S_DistNavCommand() { var command = new Command("norm_-s_-dist"); command.Description = "Provides operations to call the norm_S_Dist method."; @@ -4068,6 +4309,7 @@ public Command BuildNorm_S_DistNavCommand() { /// /// Provides operations to call the norm_S_Inv method. /// + /// A public Command BuildNorm_S_InvNavCommand() { var command = new Command("norm_-s_-inv"); command.Description = "Provides operations to call the norm_S_Inv method."; @@ -4083,6 +4325,7 @@ public Command BuildNorm_S_InvNavCommand() { /// /// Provides operations to call the not method. /// + /// A public Command BuildNotNavCommand() { var command = new Command("not"); command.Description = "Provides operations to call the not method."; @@ -4098,6 +4341,7 @@ public Command BuildNotNavCommand() { /// /// Provides operations to call the now method. /// + /// A public Command BuildNowNavCommand() { var command = new Command("now"); command.Description = "Provides operations to call the now method."; @@ -4113,6 +4357,7 @@ public Command BuildNowNavCommand() { /// /// Provides operations to call the nper method. /// + /// A public Command BuildNperNavCommand() { var command = new Command("nper"); command.Description = "Provides operations to call the nper method."; @@ -4128,6 +4373,7 @@ public Command BuildNperNavCommand() { /// /// Provides operations to call the npv method. /// + /// A public Command BuildNpvNavCommand() { var command = new Command("npv"); command.Description = "Provides operations to call the npv method."; @@ -4143,6 +4389,7 @@ public Command BuildNpvNavCommand() { /// /// Provides operations to call the numberValue method. /// + /// A public Command BuildNumberValueNavCommand() { var command = new Command("number-value"); command.Description = "Provides operations to call the numberValue method."; @@ -4158,6 +4405,7 @@ public Command BuildNumberValueNavCommand() { /// /// Provides operations to call the oct2Bin method. /// + /// A public Command BuildOct2BinNavCommand() { var command = new Command("oct2-bin"); command.Description = "Provides operations to call the oct2Bin method."; @@ -4173,6 +4421,7 @@ public Command BuildOct2BinNavCommand() { /// /// Provides operations to call the oct2Dec method. /// + /// A public Command BuildOct2DecNavCommand() { var command = new Command("oct2-dec"); command.Description = "Provides operations to call the oct2Dec method."; @@ -4188,6 +4437,7 @@ public Command BuildOct2DecNavCommand() { /// /// Provides operations to call the oct2Hex method. /// + /// A public Command BuildOct2HexNavCommand() { var command = new Command("oct2-hex"); command.Description = "Provides operations to call the oct2Hex method."; @@ -4203,6 +4453,7 @@ public Command BuildOct2HexNavCommand() { /// /// Provides operations to call the oddFPrice method. /// + /// A public Command BuildOddFPriceNavCommand() { var command = new Command("odd-f-price"); command.Description = "Provides operations to call the oddFPrice method."; @@ -4218,6 +4469,7 @@ public Command BuildOddFPriceNavCommand() { /// /// Provides operations to call the oddFYield method. /// + /// A public Command BuildOddFYieldNavCommand() { var command = new Command("odd-f-yield"); command.Description = "Provides operations to call the oddFYield method."; @@ -4233,6 +4485,7 @@ public Command BuildOddFYieldNavCommand() { /// /// Provides operations to call the oddLPrice method. /// + /// A public Command BuildOddLPriceNavCommand() { var command = new Command("odd-l-price"); command.Description = "Provides operations to call the oddLPrice method."; @@ -4248,6 +4501,7 @@ public Command BuildOddLPriceNavCommand() { /// /// Provides operations to call the oddLYield method. /// + /// A public Command BuildOddLYieldNavCommand() { var command = new Command("odd-l-yield"); command.Description = "Provides operations to call the oddLYield method."; @@ -4263,6 +4517,7 @@ public Command BuildOddLYieldNavCommand() { /// /// Provides operations to call the odd method. /// + /// A public Command BuildOddNavCommand() { var command = new Command("odd"); command.Description = "Provides operations to call the odd method."; @@ -4278,6 +4533,7 @@ public Command BuildOddNavCommand() { /// /// Provides operations to call the or method. /// + /// A public Command BuildOrNavCommand() { var command = new Command("or"); command.Description = "Provides operations to call the or method."; @@ -4293,6 +4549,7 @@ public Command BuildOrNavCommand() { /// /// Update the navigation property functions in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property functions in drives"; @@ -4348,6 +4605,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the pduration method. /// + /// A public Command BuildPdurationNavCommand() { var command = new Command("pduration"); command.Description = "Provides operations to call the pduration method."; @@ -4363,6 +4621,7 @@ public Command BuildPdurationNavCommand() { /// /// Provides operations to call the percentile_Exc method. /// + /// A public Command BuildPercentile_ExcNavCommand() { var command = new Command("percentile_-exc"); command.Description = "Provides operations to call the percentile_Exc method."; @@ -4378,6 +4637,7 @@ public Command BuildPercentile_ExcNavCommand() { /// /// Provides operations to call the percentile_Inc method. /// + /// A public Command BuildPercentile_IncNavCommand() { var command = new Command("percentile_-inc"); command.Description = "Provides operations to call the percentile_Inc method."; @@ -4393,6 +4653,7 @@ public Command BuildPercentile_IncNavCommand() { /// /// Provides operations to call the percentRank_Exc method. /// + /// A public Command BuildPercentRank_ExcNavCommand() { var command = new Command("percent-rank_-exc"); command.Description = "Provides operations to call the percentRank_Exc method."; @@ -4408,6 +4669,7 @@ public Command BuildPercentRank_ExcNavCommand() { /// /// Provides operations to call the percentRank_Inc method. /// + /// A public Command BuildPercentRank_IncNavCommand() { var command = new Command("percent-rank_-inc"); command.Description = "Provides operations to call the percentRank_Inc method."; @@ -4423,6 +4685,7 @@ public Command BuildPercentRank_IncNavCommand() { /// /// Provides operations to call the permutationa method. /// + /// A public Command BuildPermutationaNavCommand() { var command = new Command("permutationa"); command.Description = "Provides operations to call the permutationa method."; @@ -4438,6 +4701,7 @@ public Command BuildPermutationaNavCommand() { /// /// Provides operations to call the permut method. /// + /// A public Command BuildPermutNavCommand() { var command = new Command("permut"); command.Description = "Provides operations to call the permut method."; @@ -4453,6 +4717,7 @@ public Command BuildPermutNavCommand() { /// /// Provides operations to call the phi method. /// + /// A public Command BuildPhiNavCommand() { var command = new Command("phi"); command.Description = "Provides operations to call the phi method."; @@ -4468,6 +4733,7 @@ public Command BuildPhiNavCommand() { /// /// Provides operations to call the pi method. /// + /// A public Command BuildPiNavCommand() { var command = new Command("pi"); command.Description = "Provides operations to call the pi method."; @@ -4483,6 +4749,7 @@ public Command BuildPiNavCommand() { /// /// Provides operations to call the pmt method. /// + /// A public Command BuildPmtNavCommand() { var command = new Command("pmt"); command.Description = "Provides operations to call the pmt method."; @@ -4498,6 +4765,7 @@ public Command BuildPmtNavCommand() { /// /// Provides operations to call the poisson_Dist method. /// + /// A public Command BuildPoisson_DistNavCommand() { var command = new Command("poisson_-dist"); command.Description = "Provides operations to call the poisson_Dist method."; @@ -4513,6 +4781,7 @@ public Command BuildPoisson_DistNavCommand() { /// /// Provides operations to call the power method. /// + /// A public Command BuildPowerNavCommand() { var command = new Command("power"); command.Description = "Provides operations to call the power method."; @@ -4528,6 +4797,7 @@ public Command BuildPowerNavCommand() { /// /// Provides operations to call the ppmt method. /// + /// A public Command BuildPpmtNavCommand() { var command = new Command("ppmt"); command.Description = "Provides operations to call the ppmt method."; @@ -4543,6 +4813,7 @@ public Command BuildPpmtNavCommand() { /// /// Provides operations to call the priceDisc method. /// + /// A public Command BuildPriceDiscNavCommand() { var command = new Command("price-disc"); command.Description = "Provides operations to call the priceDisc method."; @@ -4558,6 +4829,7 @@ public Command BuildPriceDiscNavCommand() { /// /// Provides operations to call the priceMat method. /// + /// A public Command BuildPriceMatNavCommand() { var command = new Command("price-mat"); command.Description = "Provides operations to call the priceMat method."; @@ -4573,6 +4845,7 @@ public Command BuildPriceMatNavCommand() { /// /// Provides operations to call the price method. /// + /// A public Command BuildPriceNavCommand() { var command = new Command("price"); command.Description = "Provides operations to call the price method."; @@ -4588,6 +4861,7 @@ public Command BuildPriceNavCommand() { /// /// Provides operations to call the product method. /// + /// A public Command BuildProductNavCommand() { var command = new Command("product"); command.Description = "Provides operations to call the product method."; @@ -4603,6 +4877,7 @@ public Command BuildProductNavCommand() { /// /// Provides operations to call the proper method. /// + /// A public Command BuildProperNavCommand() { var command = new Command("proper"); command.Description = "Provides operations to call the proper method."; @@ -4618,6 +4893,7 @@ public Command BuildProperNavCommand() { /// /// Provides operations to call the pv method. /// + /// A public Command BuildPvNavCommand() { var command = new Command("pv"); command.Description = "Provides operations to call the pv method."; @@ -4633,6 +4909,7 @@ public Command BuildPvNavCommand() { /// /// Provides operations to call the quartile_Exc method. /// + /// A public Command BuildQuartile_ExcNavCommand() { var command = new Command("quartile_-exc"); command.Description = "Provides operations to call the quartile_Exc method."; @@ -4648,6 +4925,7 @@ public Command BuildQuartile_ExcNavCommand() { /// /// Provides operations to call the quartile_Inc method. /// + /// A public Command BuildQuartile_IncNavCommand() { var command = new Command("quartile_-inc"); command.Description = "Provides operations to call the quartile_Inc method."; @@ -4663,6 +4941,7 @@ public Command BuildQuartile_IncNavCommand() { /// /// Provides operations to call the quotient method. /// + /// A public Command BuildQuotientNavCommand() { var command = new Command("quotient"); command.Description = "Provides operations to call the quotient method."; @@ -4678,6 +4957,7 @@ public Command BuildQuotientNavCommand() { /// /// Provides operations to call the radians method. /// + /// A public Command BuildRadiansNavCommand() { var command = new Command("radians"); command.Description = "Provides operations to call the radians method."; @@ -4693,6 +4973,7 @@ public Command BuildRadiansNavCommand() { /// /// Provides operations to call the randBetween method. /// + /// A public Command BuildRandBetweenNavCommand() { var command = new Command("rand-between"); command.Description = "Provides operations to call the randBetween method."; @@ -4708,6 +4989,7 @@ public Command BuildRandBetweenNavCommand() { /// /// Provides operations to call the rand method. /// + /// A public Command BuildRandNavCommand() { var command = new Command("rand"); command.Description = "Provides operations to call the rand method."; @@ -4723,6 +5005,7 @@ public Command BuildRandNavCommand() { /// /// Provides operations to call the rank_Avg method. /// + /// A public Command BuildRank_AvgNavCommand() { var command = new Command("rank_-avg"); command.Description = "Provides operations to call the rank_Avg method."; @@ -4738,6 +5021,7 @@ public Command BuildRank_AvgNavCommand() { /// /// Provides operations to call the rank_Eq method. /// + /// A public Command BuildRank_EqNavCommand() { var command = new Command("rank_-eq"); command.Description = "Provides operations to call the rank_Eq method."; @@ -4753,6 +5037,7 @@ public Command BuildRank_EqNavCommand() { /// /// Provides operations to call the rate method. /// + /// A public Command BuildRateNavCommand() { var command = new Command("rate"); command.Description = "Provides operations to call the rate method."; @@ -4768,6 +5053,7 @@ public Command BuildRateNavCommand() { /// /// Provides operations to call the received method. /// + /// A public Command BuildReceivedNavCommand() { var command = new Command("received"); command.Description = "Provides operations to call the received method."; @@ -4783,6 +5069,7 @@ public Command BuildReceivedNavCommand() { /// /// Provides operations to call the replaceB method. /// + /// A public Command BuildReplaceBNavCommand() { var command = new Command("replace-b"); command.Description = "Provides operations to call the replaceB method."; @@ -4798,6 +5085,7 @@ public Command BuildReplaceBNavCommand() { /// /// Provides operations to call the replace method. /// + /// A public Command BuildReplaceNavCommand() { var command = new Command("replace"); command.Description = "Provides operations to call the replace method."; @@ -4813,6 +5101,7 @@ public Command BuildReplaceNavCommand() { /// /// Provides operations to call the rept method. /// + /// A public Command BuildReptNavCommand() { var command = new Command("rept"); command.Description = "Provides operations to call the rept method."; @@ -4828,6 +5117,7 @@ public Command BuildReptNavCommand() { /// /// Provides operations to call the rightb method. /// + /// A public Command BuildRightbNavCommand() { var command = new Command("rightb"); command.Description = "Provides operations to call the rightb method."; @@ -4843,6 +5133,7 @@ public Command BuildRightbNavCommand() { /// /// Provides operations to call the right method. /// + /// A public Command BuildRightNavCommand() { var command = new Command("right"); command.Description = "Provides operations to call the right method."; @@ -4858,6 +5149,7 @@ public Command BuildRightNavCommand() { /// /// Provides operations to call the roman method. /// + /// A public Command BuildRomanNavCommand() { var command = new Command("roman"); command.Description = "Provides operations to call the roman method."; @@ -4873,6 +5165,7 @@ public Command BuildRomanNavCommand() { /// /// Provides operations to call the roundDown method. /// + /// A public Command BuildRoundDownNavCommand() { var command = new Command("round-down"); command.Description = "Provides operations to call the roundDown method."; @@ -4888,6 +5181,7 @@ public Command BuildRoundDownNavCommand() { /// /// Provides operations to call the round method. /// + /// A public Command BuildRoundNavCommand() { var command = new Command("round"); command.Description = "Provides operations to call the round method."; @@ -4903,6 +5197,7 @@ public Command BuildRoundNavCommand() { /// /// Provides operations to call the roundUp method. /// + /// A public Command BuildRoundUpNavCommand() { var command = new Command("round-up"); command.Description = "Provides operations to call the roundUp method."; @@ -4918,6 +5213,7 @@ public Command BuildRoundUpNavCommand() { /// /// Provides operations to call the rows method. /// + /// A public Command BuildRowsNavCommand() { var command = new Command("rows"); command.Description = "Provides operations to call the rows method."; @@ -4933,6 +5229,7 @@ public Command BuildRowsNavCommand() { /// /// Provides operations to call the rri method. /// + /// A public Command BuildRriNavCommand() { var command = new Command("rri"); command.Description = "Provides operations to call the rri method."; @@ -4948,6 +5245,7 @@ public Command BuildRriNavCommand() { /// /// Provides operations to call the sech method. /// + /// A public Command BuildSechNavCommand() { var command = new Command("sech"); command.Description = "Provides operations to call the sech method."; @@ -4963,6 +5261,7 @@ public Command BuildSechNavCommand() { /// /// Provides operations to call the sec method. /// + /// A public Command BuildSecNavCommand() { var command = new Command("sec"); command.Description = "Provides operations to call the sec method."; @@ -4978,6 +5277,7 @@ public Command BuildSecNavCommand() { /// /// Provides operations to call the second method. /// + /// A public Command BuildSecondNavCommand() { var command = new Command("second"); command.Description = "Provides operations to call the second method."; @@ -4993,6 +5293,7 @@ public Command BuildSecondNavCommand() { /// /// Provides operations to call the seriesSum method. /// + /// A public Command BuildSeriesSumNavCommand() { var command = new Command("series-sum"); command.Description = "Provides operations to call the seriesSum method."; @@ -5008,6 +5309,7 @@ public Command BuildSeriesSumNavCommand() { /// /// Provides operations to call the sheet method. /// + /// A public Command BuildSheetNavCommand() { var command = new Command("sheet"); command.Description = "Provides operations to call the sheet method."; @@ -5023,6 +5325,7 @@ public Command BuildSheetNavCommand() { /// /// Provides operations to call the sheets method. /// + /// A public Command BuildSheetsNavCommand() { var command = new Command("sheets"); command.Description = "Provides operations to call the sheets method."; @@ -5038,6 +5341,7 @@ public Command BuildSheetsNavCommand() { /// /// Provides operations to call the sign method. /// + /// A public Command BuildSignNavCommand() { var command = new Command("sign"); command.Description = "Provides operations to call the sign method."; @@ -5053,6 +5357,7 @@ public Command BuildSignNavCommand() { /// /// Provides operations to call the sinh method. /// + /// A public Command BuildSinhNavCommand() { var command = new Command("sinh"); command.Description = "Provides operations to call the sinh method."; @@ -5068,6 +5373,7 @@ public Command BuildSinhNavCommand() { /// /// Provides operations to call the sin method. /// + /// A public Command BuildSinNavCommand() { var command = new Command("sin"); command.Description = "Provides operations to call the sin method."; @@ -5083,6 +5389,7 @@ public Command BuildSinNavCommand() { /// /// Provides operations to call the skew_p method. /// + /// A public Command BuildSkew_pNavCommand() { var command = new Command("skew_p"); command.Description = "Provides operations to call the skew_p method."; @@ -5098,6 +5405,7 @@ public Command BuildSkew_pNavCommand() { /// /// Provides operations to call the skew method. /// + /// A public Command BuildSkewNavCommand() { var command = new Command("skew"); command.Description = "Provides operations to call the skew method."; @@ -5113,6 +5421,7 @@ public Command BuildSkewNavCommand() { /// /// Provides operations to call the sln method. /// + /// A public Command BuildSlnNavCommand() { var command = new Command("sln"); command.Description = "Provides operations to call the sln method."; @@ -5128,6 +5437,7 @@ public Command BuildSlnNavCommand() { /// /// Provides operations to call the small method. /// + /// A public Command BuildSmallNavCommand() { var command = new Command("small"); command.Description = "Provides operations to call the small method."; @@ -5143,6 +5453,7 @@ public Command BuildSmallNavCommand() { /// /// Provides operations to call the sqrt method. /// + /// A public Command BuildSqrtNavCommand() { var command = new Command("sqrt"); command.Description = "Provides operations to call the sqrt method."; @@ -5158,6 +5469,7 @@ public Command BuildSqrtNavCommand() { /// /// Provides operations to call the sqrtPi method. /// + /// A public Command BuildSqrtPiNavCommand() { var command = new Command("sqrt-pi"); command.Description = "Provides operations to call the sqrtPi method."; @@ -5173,6 +5485,7 @@ public Command BuildSqrtPiNavCommand() { /// /// Provides operations to call the standardize method. /// + /// A public Command BuildStandardizeNavCommand() { var command = new Command("standardize"); command.Description = "Provides operations to call the standardize method."; @@ -5188,6 +5501,7 @@ public Command BuildStandardizeNavCommand() { /// /// Provides operations to call the stDev_P method. /// + /// A public Command BuildStDev_PNavCommand() { var command = new Command("st-dev_-p"); command.Description = "Provides operations to call the stDev_P method."; @@ -5203,6 +5517,7 @@ public Command BuildStDev_PNavCommand() { /// /// Provides operations to call the stDev_S method. /// + /// A public Command BuildStDev_SNavCommand() { var command = new Command("st-dev_-s"); command.Description = "Provides operations to call the stDev_S method."; @@ -5218,6 +5533,7 @@ public Command BuildStDev_SNavCommand() { /// /// Provides operations to call the stDevA method. /// + /// A public Command BuildStDevANavCommand() { var command = new Command("st-dev-a"); command.Description = "Provides operations to call the stDevA method."; @@ -5233,6 +5549,7 @@ public Command BuildStDevANavCommand() { /// /// Provides operations to call the stDevPA method. /// + /// A public Command BuildStDevPANavCommand() { var command = new Command("st-dev-p-a"); command.Description = "Provides operations to call the stDevPA method."; @@ -5248,6 +5565,7 @@ public Command BuildStDevPANavCommand() { /// /// Provides operations to call the substitute method. /// + /// A public Command BuildSubstituteNavCommand() { var command = new Command("substitute"); command.Description = "Provides operations to call the substitute method."; @@ -5263,6 +5581,7 @@ public Command BuildSubstituteNavCommand() { /// /// Provides operations to call the subtotal method. /// + /// A public Command BuildSubtotalNavCommand() { var command = new Command("subtotal"); command.Description = "Provides operations to call the subtotal method."; @@ -5278,6 +5597,7 @@ public Command BuildSubtotalNavCommand() { /// /// Provides operations to call the sumIf method. /// + /// A public Command BuildSumIfNavCommand() { var command = new Command("sum-if"); command.Description = "Provides operations to call the sumIf method."; @@ -5293,6 +5613,7 @@ public Command BuildSumIfNavCommand() { /// /// Provides operations to call the sumIfs method. /// + /// A public Command BuildSumIfsNavCommand() { var command = new Command("sum-ifs"); command.Description = "Provides operations to call the sumIfs method."; @@ -5308,6 +5629,7 @@ public Command BuildSumIfsNavCommand() { /// /// Provides operations to call the sum method. /// + /// A public Command BuildSumNavCommand() { var command = new Command("sum"); command.Description = "Provides operations to call the sum method."; @@ -5323,6 +5645,7 @@ public Command BuildSumNavCommand() { /// /// Provides operations to call the sumSq method. /// + /// A public Command BuildSumSqNavCommand() { var command = new Command("sum-sq"); command.Description = "Provides operations to call the sumSq method."; @@ -5338,6 +5661,7 @@ public Command BuildSumSqNavCommand() { /// /// Provides operations to call the syd method. /// + /// A public Command BuildSydNavCommand() { var command = new Command("syd"); command.Description = "Provides operations to call the syd method."; @@ -5353,6 +5677,7 @@ public Command BuildSydNavCommand() { /// /// Provides operations to call the t_Dist_2T method. /// + /// A public Command BuildT_Dist_2TNavCommand() { var command = new Command("t_-dist_2-t"); command.Description = "Provides operations to call the t_Dist_2T method."; @@ -5368,6 +5693,7 @@ public Command BuildT_Dist_2TNavCommand() { /// /// Provides operations to call the t_Dist_RT method. /// + /// A public Command BuildT_Dist_RTNavCommand() { var command = new Command("t_-dist_-r-t"); command.Description = "Provides operations to call the t_Dist_RT method."; @@ -5383,6 +5709,7 @@ public Command BuildT_Dist_RTNavCommand() { /// /// Provides operations to call the t_Dist method. /// + /// A public Command BuildT_DistNavCommand() { var command = new Command("t_-dist"); command.Description = "Provides operations to call the t_Dist method."; @@ -5398,6 +5725,7 @@ public Command BuildT_DistNavCommand() { /// /// Provides operations to call the t_Inv_2T method. /// + /// A public Command BuildT_Inv_2TNavCommand() { var command = new Command("t_-inv_2-t"); command.Description = "Provides operations to call the t_Inv_2T method."; @@ -5413,6 +5741,7 @@ public Command BuildT_Inv_2TNavCommand() { /// /// Provides operations to call the t_Inv method. /// + /// A public Command BuildT_InvNavCommand() { var command = new Command("t_-inv"); command.Description = "Provides operations to call the t_Inv method."; @@ -5428,6 +5757,7 @@ public Command BuildT_InvNavCommand() { /// /// Provides operations to call the tanh method. /// + /// A public Command BuildTanhNavCommand() { var command = new Command("tanh"); command.Description = "Provides operations to call the tanh method."; @@ -5443,6 +5773,7 @@ public Command BuildTanhNavCommand() { /// /// Provides operations to call the tan method. /// + /// A public Command BuildTanNavCommand() { var command = new Command("tan"); command.Description = "Provides operations to call the tan method."; @@ -5458,6 +5789,7 @@ public Command BuildTanNavCommand() { /// /// Provides operations to call the tbillEq method. /// + /// A public Command BuildTbillEqNavCommand() { var command = new Command("tbill-eq"); command.Description = "Provides operations to call the tbillEq method."; @@ -5473,6 +5805,7 @@ public Command BuildTbillEqNavCommand() { /// /// Provides operations to call the tbillPrice method. /// + /// A public Command BuildTbillPriceNavCommand() { var command = new Command("tbill-price"); command.Description = "Provides operations to call the tbillPrice method."; @@ -5488,6 +5821,7 @@ public Command BuildTbillPriceNavCommand() { /// /// Provides operations to call the tbillYield method. /// + /// A public Command BuildTbillYieldNavCommand() { var command = new Command("tbill-yield"); command.Description = "Provides operations to call the tbillYield method."; @@ -5503,6 +5837,7 @@ public Command BuildTbillYieldNavCommand() { /// /// Provides operations to call the text method. /// + /// A public Command BuildTextNavCommand() { var command = new Command("text"); command.Description = "Provides operations to call the text method."; @@ -5518,6 +5853,7 @@ public Command BuildTextNavCommand() { /// /// Provides operations to call the time method. /// + /// A public Command BuildTimeNavCommand() { var command = new Command("time"); command.Description = "Provides operations to call the time method."; @@ -5533,6 +5869,7 @@ public Command BuildTimeNavCommand() { /// /// Provides operations to call the timevalue method. /// + /// A public Command BuildTimevalueNavCommand() { var command = new Command("timevalue"); command.Description = "Provides operations to call the timevalue method."; @@ -5548,6 +5885,7 @@ public Command BuildTimevalueNavCommand() { /// /// Provides operations to call the t method. /// + /// A public Command BuildTNavCommand() { var command = new Command("t"); command.Description = "Provides operations to call the t method."; @@ -5563,6 +5901,7 @@ public Command BuildTNavCommand() { /// /// Provides operations to call the today method. /// + /// A public Command BuildTodayNavCommand() { var command = new Command("today"); command.Description = "Provides operations to call the today method."; @@ -5578,6 +5917,7 @@ public Command BuildTodayNavCommand() { /// /// Provides operations to call the trimMean method. /// + /// A public Command BuildTrimMeanNavCommand() { var command = new Command("trim-mean"); command.Description = "Provides operations to call the trimMean method."; @@ -5593,6 +5933,7 @@ public Command BuildTrimMeanNavCommand() { /// /// Provides operations to call the trim method. /// + /// A public Command BuildTrimNavCommand() { var command = new Command("trim"); command.Description = "Provides operations to call the trim method."; @@ -5608,6 +5949,7 @@ public Command BuildTrimNavCommand() { /// /// Provides operations to call the true method. /// + /// A public Command BuildTrueNavCommand() { var command = new Command("true"); command.Description = "Provides operations to call the true method."; @@ -5623,6 +5965,7 @@ public Command BuildTrueNavCommand() { /// /// Provides operations to call the trunc method. /// + /// A public Command BuildTruncNavCommand() { var command = new Command("trunc"); command.Description = "Provides operations to call the trunc method."; @@ -5638,6 +5981,7 @@ public Command BuildTruncNavCommand() { /// /// Provides operations to call the type method. /// + /// A public Command BuildTypeNavCommand() { var command = new Command("type"); command.Description = "Provides operations to call the type method."; @@ -5653,6 +5997,7 @@ public Command BuildTypeNavCommand() { /// /// Provides operations to call the unichar method. /// + /// A public Command BuildUnicharNavCommand() { var command = new Command("unichar"); command.Description = "Provides operations to call the unichar method."; @@ -5668,6 +6013,7 @@ public Command BuildUnicharNavCommand() { /// /// Provides operations to call the unicode method. /// + /// A public Command BuildUnicodeNavCommand() { var command = new Command("unicode"); command.Description = "Provides operations to call the unicode method."; @@ -5683,6 +6029,7 @@ public Command BuildUnicodeNavCommand() { /// /// Provides operations to call the upper method. /// + /// A public Command BuildUpperNavCommand() { var command = new Command("upper"); command.Description = "Provides operations to call the upper method."; @@ -5698,6 +6045,7 @@ public Command BuildUpperNavCommand() { /// /// Provides operations to call the usdollar method. /// + /// A public Command BuildUsdollarNavCommand() { var command = new Command("usdollar"); command.Description = "Provides operations to call the usdollar method."; @@ -5713,6 +6061,7 @@ public Command BuildUsdollarNavCommand() { /// /// Provides operations to call the value method. /// + /// A public Command BuildValueNavCommand() { var command = new Command("value"); command.Description = "Provides operations to call the value method."; @@ -5728,6 +6077,7 @@ public Command BuildValueNavCommand() { /// /// Provides operations to call the var_P method. /// + /// A public Command BuildVar_PNavCommand() { var command = new Command("var_-p"); command.Description = "Provides operations to call the var_P method."; @@ -5743,6 +6093,7 @@ public Command BuildVar_PNavCommand() { /// /// Provides operations to call the var_S method. /// + /// A public Command BuildVar_SNavCommand() { var command = new Command("var_-s"); command.Description = "Provides operations to call the var_S method."; @@ -5758,6 +6109,7 @@ public Command BuildVar_SNavCommand() { /// /// Provides operations to call the varA method. /// + /// A public Command BuildVarANavCommand() { var command = new Command("var-a"); command.Description = "Provides operations to call the varA method."; @@ -5773,6 +6125,7 @@ public Command BuildVarANavCommand() { /// /// Provides operations to call the varPA method. /// + /// A public Command BuildVarPANavCommand() { var command = new Command("var-p-a"); command.Description = "Provides operations to call the varPA method."; @@ -5788,6 +6141,7 @@ public Command BuildVarPANavCommand() { /// /// Provides operations to call the vdb method. /// + /// A public Command BuildVdbNavCommand() { var command = new Command("vdb"); command.Description = "Provides operations to call the vdb method."; @@ -5803,6 +6157,7 @@ public Command BuildVdbNavCommand() { /// /// Provides operations to call the vlookup method. /// + /// A public Command BuildVlookupNavCommand() { var command = new Command("vlookup"); command.Description = "Provides operations to call the vlookup method."; @@ -5818,6 +6173,7 @@ public Command BuildVlookupNavCommand() { /// /// Provides operations to call the weekday method. /// + /// A public Command BuildWeekdayNavCommand() { var command = new Command("weekday"); command.Description = "Provides operations to call the weekday method."; @@ -5833,6 +6189,7 @@ public Command BuildWeekdayNavCommand() { /// /// Provides operations to call the weekNum method. /// + /// A public Command BuildWeekNumNavCommand() { var command = new Command("week-num"); command.Description = "Provides operations to call the weekNum method."; @@ -5848,6 +6205,7 @@ public Command BuildWeekNumNavCommand() { /// /// Provides operations to call the weibull_Dist method. /// + /// A public Command BuildWeibull_DistNavCommand() { var command = new Command("weibull_-dist"); command.Description = "Provides operations to call the weibull_Dist method."; @@ -5863,6 +6221,7 @@ public Command BuildWeibull_DistNavCommand() { /// /// Provides operations to call the workDay_Intl method. /// + /// A public Command BuildWorkDay_IntlNavCommand() { var command = new Command("work-day_-intl"); command.Description = "Provides operations to call the workDay_Intl method."; @@ -5878,6 +6237,7 @@ public Command BuildWorkDay_IntlNavCommand() { /// /// Provides operations to call the workDay method. /// + /// A public Command BuildWorkDayNavCommand() { var command = new Command("work-day"); command.Description = "Provides operations to call the workDay method."; @@ -5893,6 +6253,7 @@ public Command BuildWorkDayNavCommand() { /// /// Provides operations to call the xirr method. /// + /// A public Command BuildXirrNavCommand() { var command = new Command("xirr"); command.Description = "Provides operations to call the xirr method."; @@ -5908,6 +6269,7 @@ public Command BuildXirrNavCommand() { /// /// Provides operations to call the xnpv method. /// + /// A public Command BuildXnpvNavCommand() { var command = new Command("xnpv"); command.Description = "Provides operations to call the xnpv method."; @@ -5923,6 +6285,7 @@ public Command BuildXnpvNavCommand() { /// /// Provides operations to call the xor method. /// + /// A public Command BuildXorNavCommand() { var command = new Command("xor"); command.Description = "Provides operations to call the xor method."; @@ -5938,6 +6301,7 @@ public Command BuildXorNavCommand() { /// /// Provides operations to call the yearFrac method. /// + /// A public Command BuildYearFracNavCommand() { var command = new Command("year-frac"); command.Description = "Provides operations to call the yearFrac method."; @@ -5953,6 +6317,7 @@ public Command BuildYearFracNavCommand() { /// /// Provides operations to call the year method. /// + /// A public Command BuildYearNavCommand() { var command = new Command("year"); command.Description = "Provides operations to call the year method."; @@ -5968,6 +6333,7 @@ public Command BuildYearNavCommand() { /// /// Provides operations to call the yieldDisc method. /// + /// A public Command BuildYieldDiscNavCommand() { var command = new Command("yield-disc"); command.Description = "Provides operations to call the yieldDisc method."; @@ -5983,6 +6349,7 @@ public Command BuildYieldDiscNavCommand() { /// /// Provides operations to call the yieldMat method. /// + /// A public Command BuildYieldMatNavCommand() { var command = new Command("yield-mat"); command.Description = "Provides operations to call the yieldMat method."; @@ -5998,6 +6365,7 @@ public Command BuildYieldMatNavCommand() { /// /// Provides operations to call the yield method. /// + /// A public Command BuildYieldNavCommand() { var command = new Command("yield"); command.Description = "Provides operations to call the yield method."; @@ -6013,6 +6381,7 @@ public Command BuildYieldNavCommand() { /// /// Provides operations to call the z_Test method. /// + /// A public Command BuildZ_TestNavCommand() { var command = new Command("z_-test"); command.Description = "Provides operations to call the z_Test method."; @@ -6026,13 +6395,13 @@ public Command BuildZ_TestNavCommand() { return command; } /// - /// Instantiates a new FunctionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FunctionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FunctionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FunctionsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions{?%24expand,%24select}", rawUrl) { @@ -6040,6 +6409,7 @@ public FunctionsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Delete navigation property functions for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -6048,7 +6418,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -6056,6 +6426,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get functions from drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -6072,6 +6443,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property functions in drives /// + /// 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 @@ -6082,7 +6454,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookFunctions body, Acti public RequestInformation ToPatchRequestInformation(WorkbookFunctions 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fv/FvPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fv/FvPostRequestBody.cs index da18ad5948..19f78908a8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fv/FvPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fv/FvPostRequestBody.cs @@ -50,7 +50,7 @@ public class FvPostRequestBody : IAdditionalDataHolder, IParsable { public Json Type { get; set; } #endif /// - /// Instantiates a new fvPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public FvPostRequestBody() { AdditionalData = new Dictionary(); @@ -58,6 +58,7 @@ public FvPostRequestBody() { /// /// 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 FvPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public static FvPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"nper", n => { Nper = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fv/FvRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fv/FvRequestBuilder.cs index 9475ec4ff0..fa85fdab01 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fv/FvRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fv/FvRequestBuilder.cs @@ -22,6 +22,7 @@ public class FvRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action fv /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action fv"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new FvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FvRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/fv", pathParameters) { } /// - /// Instantiates a new FvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/fv", rawUrl) { @@ -89,6 +90,7 @@ public FvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/it /// /// Invoke action fv /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Fvschedule/FvschedulePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fvschedule/FvschedulePostRequestBody.cs index 4812d9e169..f3af0f549c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fvschedule/FvschedulePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fvschedule/FvschedulePostRequestBody.cs @@ -26,7 +26,7 @@ public class FvschedulePostRequestBody : IAdditionalDataHolder, IParsable { public Json Schedule { get; set; } #endif /// - /// Instantiates a new fvschedulePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public FvschedulePostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public FvschedulePostRequestBody() { /// /// 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 FvschedulePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static FvschedulePostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"principal", n => { Principal = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fvschedule/FvscheduleRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fvschedule/FvscheduleRequestBuilder.cs index feac0f93b8..6bc8cac363 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fvschedule/FvscheduleRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Fvschedule/FvscheduleRequestBuilder.cs @@ -22,6 +22,7 @@ public class FvscheduleRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action fvschedule /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action fvschedule"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new FvscheduleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FvscheduleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/fvschedule", pathParameters) { } /// - /// Instantiates a new FvscheduleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FvscheduleRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/fvschedule", rawUrl) { @@ -89,6 +90,7 @@ public FvscheduleRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Invoke action fvschedule /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Gamma/GammaPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma/GammaPostRequestBody.cs index 50b951ee0c..f1c426f61f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma/GammaPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma/GammaPostRequestBody.cs @@ -18,7 +18,7 @@ public class GammaPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new gammaPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GammaPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public GammaPostRequestBody() { /// /// 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 GammaPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static GammaPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"x", n => { X = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma/GammaRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma/GammaRequestBuilder.cs index a1cec16382..6175171e40 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma/GammaRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma/GammaRequestBuilder.cs @@ -22,6 +22,7 @@ public class GammaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action gamma /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action gamma"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GammaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GammaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/gamma", pathParameters) { } /// - /// Instantiates a new GammaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GammaRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/gamma", rawUrl) { @@ -89,6 +90,7 @@ public GammaRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action gamma /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/GammaLn/GammaLnPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn/GammaLnPostRequestBody.cs index 35215a73ac..3070b9cd3b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn/GammaLnPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn/GammaLnPostRequestBody.cs @@ -18,7 +18,7 @@ public class GammaLnPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new gammaLnPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GammaLnPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public GammaLnPostRequestBody() { /// /// 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 GammaLnPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static GammaLnPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"x", n => { X = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn/GammaLnRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn/GammaLnRequestBuilder.cs index 16a61af192..8bd95f08da 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn/GammaLnRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn/GammaLnRequestBuilder.cs @@ -22,6 +22,7 @@ public class GammaLnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action gammaLn /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action gammaLn"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GammaLnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GammaLnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/gammaLn", pathParameters) { } /// - /// Instantiates a new GammaLnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GammaLnRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/gammaLn", rawUrl) { @@ -89,6 +90,7 @@ public GammaLnRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action gammaLn /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/GammaLn_Precise/GammaLn_PrecisePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn_Precise/GammaLn_PrecisePostRequestBody.cs index 6060c1b8e9..d6f2b6a36d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn_Precise/GammaLn_PrecisePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn_Precise/GammaLn_PrecisePostRequestBody.cs @@ -18,7 +18,7 @@ public class GammaLn_PrecisePostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new gammaLn_PrecisePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GammaLn_PrecisePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public GammaLn_PrecisePostRequestBody() { /// /// 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 GammaLn_PrecisePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static GammaLn_PrecisePostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"x", n => { X = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn_Precise/GammaLn_PreciseRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn_Precise/GammaLn_PreciseRequestBuilder.cs index 7f0bc8065e..d53e0b24fe 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn_Precise/GammaLn_PreciseRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/GammaLn_Precise/GammaLn_PreciseRequestBuilder.cs @@ -22,6 +22,7 @@ public class GammaLn_PreciseRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action gammaLn_Precise /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action gammaLn_Precise"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GammaLn_PreciseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GammaLn_PreciseRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/gammaLn_Precise", pathParameters) { } /// - /// Instantiates a new GammaLn_PreciseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GammaLn_PreciseRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/gammaLn_Precise", rawUrl) { @@ -89,6 +90,7 @@ public GammaLn_PreciseRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Invoke action gammaLn_Precise /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Gamma_Dist/Gamma_DistPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Dist/Gamma_DistPostRequestBody.cs index 246503f80f..fa40c665f8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Dist/Gamma_DistPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Dist/Gamma_DistPostRequestBody.cs @@ -42,7 +42,7 @@ public class Gamma_DistPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new gamma_DistPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Gamma_DistPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public Gamma_DistPostRequestBody() { /// /// 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 Gamma_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static Gamma_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"alpha", n => { Alpha = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Dist/Gamma_DistRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Dist/Gamma_DistRequestBuilder.cs index 501e56bd2f..0c008ce169 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Dist/Gamma_DistRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Dist/Gamma_DistRequestBuilder.cs @@ -22,6 +22,7 @@ public class Gamma_DistRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action gamma_Dist /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action gamma_Dist"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Gamma_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Gamma_DistRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/gamma_Dist", pathParameters) { } /// - /// Instantiates a new Gamma_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Gamma_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/gamma_Dist", rawUrl) { @@ -89,6 +90,7 @@ public Gamma_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Invoke action gamma_Dist /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Gamma_Inv/Gamma_InvPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Inv/Gamma_InvPostRequestBody.cs index dbe9582b27..aa5cdcda66 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Inv/Gamma_InvPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Inv/Gamma_InvPostRequestBody.cs @@ -34,7 +34,7 @@ public class Gamma_InvPostRequestBody : IAdditionalDataHolder, IParsable { public Json Probability { get; set; } #endif /// - /// Instantiates a new gamma_InvPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Gamma_InvPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public Gamma_InvPostRequestBody() { /// /// 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 Gamma_InvPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static Gamma_InvPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"alpha", n => { Alpha = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Inv/Gamma_InvRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Inv/Gamma_InvRequestBuilder.cs index da1520745d..80ea8ded06 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Inv/Gamma_InvRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gamma_Inv/Gamma_InvRequestBuilder.cs @@ -22,6 +22,7 @@ public class Gamma_InvRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action gamma_Inv /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action gamma_Inv"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Gamma_InvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Gamma_InvRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/gamma_Inv", pathParameters) { } /// - /// Instantiates a new Gamma_InvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Gamma_InvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/gamma_Inv", rawUrl) { @@ -89,6 +90,7 @@ public Gamma_InvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action gamma_Inv /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Gauss/GaussPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gauss/GaussPostRequestBody.cs index a9da26df78..642aeb58b0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gauss/GaussPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gauss/GaussPostRequestBody.cs @@ -18,7 +18,7 @@ public class GaussPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new gaussPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GaussPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public GaussPostRequestBody() { /// /// 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 GaussPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static GaussPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"x", n => { X = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gauss/GaussRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gauss/GaussRequestBuilder.cs index 064a1dcc03..f975d11564 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gauss/GaussRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gauss/GaussRequestBuilder.cs @@ -22,6 +22,7 @@ public class GaussRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action gauss /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action gauss"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GaussRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GaussRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/gauss", pathParameters) { } /// - /// Instantiates a new GaussRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GaussRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/gauss", rawUrl) { @@ -89,6 +90,7 @@ public GaussRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action gauss /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Gcd/GcdPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gcd/GcdPostRequestBody.cs index 36f8bd0ab2..a20e5e08d3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gcd/GcdPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gcd/GcdPostRequestBody.cs @@ -18,7 +18,7 @@ public class GcdPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new gcdPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GcdPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public GcdPostRequestBody() { /// /// 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 GcdPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static GcdPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gcd/GcdRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gcd/GcdRequestBuilder.cs index 5eae669ece..801aefea69 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gcd/GcdRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Gcd/GcdRequestBuilder.cs @@ -22,6 +22,7 @@ public class GcdRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action gcd /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action gcd"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GcdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GcdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/gcd", pathParameters) { } /// - /// Instantiates a new GcdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GcdRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/gcd", rawUrl) { @@ -89,6 +90,7 @@ public GcdRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action gcd /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/GeStep/GeStepPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/GeStep/GeStepPostRequestBody.cs index 7e48afeb17..08073d0a2c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/GeStep/GeStepPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/GeStep/GeStepPostRequestBody.cs @@ -26,7 +26,7 @@ public class GeStepPostRequestBody : IAdditionalDataHolder, IParsable { public Json Step { get; set; } #endif /// - /// Instantiates a new geStepPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GeStepPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public GeStepPostRequestBody() { /// /// 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 GeStepPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static GeStepPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/GeStep/GeStepRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/GeStep/GeStepRequestBuilder.cs index 9304d31cb9..63963ecd5c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/GeStep/GeStepRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/GeStep/GeStepRequestBuilder.cs @@ -22,6 +22,7 @@ public class GeStepRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action geStep /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action geStep"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GeStepRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GeStepRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/geStep", pathParameters) { } /// - /// Instantiates a new GeStepRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GeStepRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/geStep", rawUrl) { @@ -89,6 +90,7 @@ public GeStepRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action geStep /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/GeoMean/GeoMeanPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/GeoMean/GeoMeanPostRequestBody.cs index 349236fa24..7b0a5c46df 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/GeoMean/GeoMeanPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/GeoMean/GeoMeanPostRequestBody.cs @@ -18,7 +18,7 @@ public class GeoMeanPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new geoMeanPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GeoMeanPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public GeoMeanPostRequestBody() { /// /// 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 GeoMeanPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static GeoMeanPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/GeoMean/GeoMeanRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/GeoMean/GeoMeanRequestBuilder.cs index 814a2a7c3f..9244865f97 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/GeoMean/GeoMeanRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/GeoMean/GeoMeanRequestBuilder.cs @@ -22,6 +22,7 @@ public class GeoMeanRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action geoMean /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action geoMean"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GeoMeanRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GeoMeanRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/geoMean", pathParameters) { } /// - /// Instantiates a new GeoMeanRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GeoMeanRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/geoMean", rawUrl) { @@ -89,6 +90,7 @@ public GeoMeanRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action geoMean /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/HarMean/HarMeanPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/HarMean/HarMeanPostRequestBody.cs index ce792ad3f6..92e1a28e95 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/HarMean/HarMeanPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/HarMean/HarMeanPostRequestBody.cs @@ -18,7 +18,7 @@ public class HarMeanPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new harMeanPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public HarMeanPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public HarMeanPostRequestBody() { /// /// 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 HarMeanPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static HarMeanPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/HarMean/HarMeanRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/HarMean/HarMeanRequestBuilder.cs index 74d362ad0f..d22c3c3a00 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/HarMean/HarMeanRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/HarMean/HarMeanRequestBuilder.cs @@ -22,6 +22,7 @@ public class HarMeanRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action harMean /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action harMean"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new HarMeanRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HarMeanRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/harMean", pathParameters) { } /// - /// Instantiates a new HarMeanRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HarMeanRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/harMean", rawUrl) { @@ -89,6 +90,7 @@ public HarMeanRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action harMean /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Hex2Bin/Hex2BinPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Bin/Hex2BinPostRequestBody.cs index 931d72254e..96939ba310 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Bin/Hex2BinPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Bin/Hex2BinPostRequestBody.cs @@ -26,7 +26,7 @@ public class Hex2BinPostRequestBody : IAdditionalDataHolder, IParsable { public Json Places { get; set; } #endif /// - /// Instantiates a new hex2BinPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Hex2BinPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Hex2BinPostRequestBody() { /// /// 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 Hex2BinPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Hex2BinPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Bin/Hex2BinRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Bin/Hex2BinRequestBuilder.cs index b7deb92fe7..d90859661f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Bin/Hex2BinRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Bin/Hex2BinRequestBuilder.cs @@ -22,6 +22,7 @@ public class Hex2BinRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action hex2Bin /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action hex2Bin"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Hex2BinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Hex2BinRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/hex2Bin", pathParameters) { } /// - /// Instantiates a new Hex2BinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Hex2BinRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/hex2Bin", rawUrl) { @@ -89,6 +90,7 @@ public Hex2BinRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action hex2Bin /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Hex2Dec/Hex2DecPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Dec/Hex2DecPostRequestBody.cs index 05f3c82b76..cbab8fbb28 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Dec/Hex2DecPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Dec/Hex2DecPostRequestBody.cs @@ -18,7 +18,7 @@ public class Hex2DecPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new hex2DecPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Hex2DecPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public Hex2DecPostRequestBody() { /// /// 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 Hex2DecPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static Hex2DecPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Dec/Hex2DecRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Dec/Hex2DecRequestBuilder.cs index 875ffc03d1..b302a0c747 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Dec/Hex2DecRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Dec/Hex2DecRequestBuilder.cs @@ -22,6 +22,7 @@ public class Hex2DecRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action hex2Dec /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action hex2Dec"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Hex2DecRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Hex2DecRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/hex2Dec", pathParameters) { } /// - /// Instantiates a new Hex2DecRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Hex2DecRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/hex2Dec", rawUrl) { @@ -89,6 +90,7 @@ public Hex2DecRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action hex2Dec /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Hex2Oct/Hex2OctPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Oct/Hex2OctPostRequestBody.cs index e71bc8bb7d..a87315792d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Oct/Hex2OctPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Oct/Hex2OctPostRequestBody.cs @@ -26,7 +26,7 @@ public class Hex2OctPostRequestBody : IAdditionalDataHolder, IParsable { public Json Places { get; set; } #endif /// - /// Instantiates a new hex2OctPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Hex2OctPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Hex2OctPostRequestBody() { /// /// 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 Hex2OctPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Hex2OctPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Oct/Hex2OctRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Oct/Hex2OctRequestBuilder.cs index c1703f5eea..0bf7e4b962 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Oct/Hex2OctRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hex2Oct/Hex2OctRequestBuilder.cs @@ -22,6 +22,7 @@ public class Hex2OctRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action hex2Oct /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action hex2Oct"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Hex2OctRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Hex2OctRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/hex2Oct", pathParameters) { } /// - /// Instantiates a new Hex2OctRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Hex2OctRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/hex2Oct", rawUrl) { @@ -89,6 +90,7 @@ public Hex2OctRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action hex2Oct /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Hlookup/HlookupPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hlookup/HlookupPostRequestBody.cs index 7e1b959d7f..f1e9bac000 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hlookup/HlookupPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hlookup/HlookupPostRequestBody.cs @@ -42,7 +42,7 @@ public class HlookupPostRequestBody : IAdditionalDataHolder, IParsable { public Json TableArray { get; set; } #endif /// - /// Instantiates a new hlookupPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public HlookupPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public HlookupPostRequestBody() { /// /// 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 HlookupPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static HlookupPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"lookupValue", n => { LookupValue = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hlookup/HlookupRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hlookup/HlookupRequestBuilder.cs index f5b24678aa..2410cf6fbe 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hlookup/HlookupRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hlookup/HlookupRequestBuilder.cs @@ -22,6 +22,7 @@ public class HlookupRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action hlookup /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action hlookup"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new HlookupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HlookupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/hlookup", pathParameters) { } /// - /// Instantiates a new HlookupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HlookupRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/hlookup", rawUrl) { @@ -89,6 +90,7 @@ public HlookupRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action hlookup /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Hour/HourPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hour/HourPostRequestBody.cs index 44c87d5dec..288d6f6a6d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hour/HourPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hour/HourPostRequestBody.cs @@ -18,7 +18,7 @@ public class HourPostRequestBody : IAdditionalDataHolder, IParsable { public Json SerialNumber { get; set; } #endif /// - /// Instantiates a new hourPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public HourPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public HourPostRequestBody() { /// /// 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 HourPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static HourPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"serialNumber", n => { SerialNumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hour/HourRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hour/HourRequestBuilder.cs index 11f37de565..eff2ce76a7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hour/HourRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hour/HourRequestBuilder.cs @@ -22,6 +22,7 @@ public class HourRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action hour /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action hour"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new HourRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HourRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/hour", pathParameters) { } /// - /// Instantiates a new HourRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HourRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/hour", rawUrl) { @@ -89,6 +90,7 @@ public HourRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action hour /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/HypGeom_Dist/HypGeom_DistPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/HypGeom_Dist/HypGeom_DistPostRequestBody.cs index 1eb38de61f..04bedd2178 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/HypGeom_Dist/HypGeom_DistPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/HypGeom_Dist/HypGeom_DistPostRequestBody.cs @@ -50,7 +50,7 @@ public class HypGeom_DistPostRequestBody : IAdditionalDataHolder, IParsable { public Json SampleS { get; set; } #endif /// - /// Instantiates a new hypGeom_DistPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public HypGeom_DistPostRequestBody() { AdditionalData = new Dictionary(); @@ -58,6 +58,7 @@ public HypGeom_DistPostRequestBody() { /// /// 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 HypGeom_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public static HypGeom_DistPostRequestBody CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cumulative", n => { Cumulative = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/HypGeom_Dist/HypGeom_DistRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/HypGeom_Dist/HypGeom_DistRequestBuilder.cs index e473fc33c4..52ab43a4e0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/HypGeom_Dist/HypGeom_DistRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/HypGeom_Dist/HypGeom_DistRequestBuilder.cs @@ -22,6 +22,7 @@ public class HypGeom_DistRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action hypGeom_Dist /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action hypGeom_Dist"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new HypGeom_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HypGeom_DistRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/hypGeom_Dist", pathParameters) { } /// - /// Instantiates a new HypGeom_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HypGeom_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/hypGeom_Dist", rawUrl) { @@ -89,6 +90,7 @@ public HypGeom_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Invoke action hypGeom_Dist /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Hyperlink/HyperlinkPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hyperlink/HyperlinkPostRequestBody.cs index b5e1516778..0de8ca1f67 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hyperlink/HyperlinkPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hyperlink/HyperlinkPostRequestBody.cs @@ -26,7 +26,7 @@ public class HyperlinkPostRequestBody : IAdditionalDataHolder, IParsable { public Json LinkLocation { get; set; } #endif /// - /// Instantiates a new hyperlinkPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public HyperlinkPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public HyperlinkPostRequestBody() { /// /// 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 HyperlinkPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static HyperlinkPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"friendlyName", n => { FriendlyName = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hyperlink/HyperlinkRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hyperlink/HyperlinkRequestBuilder.cs index 0d75aef8cb..3b9c068b66 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hyperlink/HyperlinkRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Hyperlink/HyperlinkRequestBuilder.cs @@ -22,6 +22,7 @@ public class HyperlinkRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action hyperlink /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action hyperlink"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new HyperlinkRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HyperlinkRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/hyperlink", pathParameters) { } /// - /// Instantiates a new HyperlinkRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HyperlinkRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/hyperlink", rawUrl) { @@ -89,6 +90,7 @@ public HyperlinkRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action hyperlink /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/If/IfPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/If/IfPostRequestBody.cs index 46cbe07bbe..b856722ecf 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/If/IfPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/If/IfPostRequestBody.cs @@ -34,7 +34,7 @@ public class IfPostRequestBody : IAdditionalDataHolder, IParsable { public Json ValueIfTrue { get; set; } #endif /// - /// Instantiates a new ifPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public IfPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public IfPostRequestBody() { /// /// 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 IfPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static IfPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"logicalTest", n => { LogicalTest = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/If/IfRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/If/IfRequestBuilder.cs index 93357c3d3b..f33e9d9b8e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/If/IfRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/If/IfRequestBuilder.cs @@ -22,6 +22,7 @@ public class IfRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action if /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action if"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new IfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IfRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/if", pathParameters) { } /// - /// Instantiates a new IfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IfRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/if", rawUrl) { @@ -89,6 +90,7 @@ public IfRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/it /// /// Invoke action if /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImAbs/ImAbsPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImAbs/ImAbsPostRequestBody.cs index c46b814e33..7644e06340 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImAbs/ImAbsPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImAbs/ImAbsPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImAbsPostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imAbsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImAbsPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImAbsPostRequestBody() { /// /// 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 ImAbsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImAbsPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImAbs/ImAbsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImAbs/ImAbsRequestBuilder.cs index e9915464a4..155838c172 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImAbs/ImAbsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImAbs/ImAbsRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImAbsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imAbs /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imAbs"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImAbsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImAbsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imAbs", pathParameters) { } /// - /// Instantiates a new ImAbsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImAbsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imAbs", rawUrl) { @@ -89,6 +90,7 @@ public ImAbsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action imAbs /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImArgument/ImArgumentPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImArgument/ImArgumentPostRequestBody.cs index 5fb4ba39f7..daf3db9b10 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImArgument/ImArgumentPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImArgument/ImArgumentPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImArgumentPostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imArgumentPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImArgumentPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImArgumentPostRequestBody() { /// /// 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 ImArgumentPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImArgumentPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImArgument/ImArgumentRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImArgument/ImArgumentRequestBuilder.cs index a0952cf784..9f19765ab3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImArgument/ImArgumentRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImArgument/ImArgumentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImArgumentRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imArgument /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imArgument"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImArgumentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImArgumentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imArgument", pathParameters) { } /// - /// Instantiates a new ImArgumentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImArgumentRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imArgument", rawUrl) { @@ -89,6 +90,7 @@ public ImArgumentRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Invoke action imArgument /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImConjugate/ImConjugatePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImConjugate/ImConjugatePostRequestBody.cs index d5d28ac254..4fbd5b14a8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImConjugate/ImConjugatePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImConjugate/ImConjugatePostRequestBody.cs @@ -18,7 +18,7 @@ public class ImConjugatePostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imConjugatePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImConjugatePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImConjugatePostRequestBody() { /// /// 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 ImConjugatePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImConjugatePostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImConjugate/ImConjugateRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImConjugate/ImConjugateRequestBuilder.cs index 5fc74afd19..9dea95dc0e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImConjugate/ImConjugateRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImConjugate/ImConjugateRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImConjugateRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imConjugate /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imConjugate"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImConjugateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImConjugateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imConjugate", pathParameters) { } /// - /// Instantiates a new ImConjugateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImConjugateRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imConjugate", rawUrl) { @@ -89,6 +90,7 @@ public ImConjugateRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Invoke action imConjugate /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImCos/ImCosPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCos/ImCosPostRequestBody.cs index 61b23f7782..630eaa98c6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCos/ImCosPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCos/ImCosPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImCosPostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imCosPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImCosPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImCosPostRequestBody() { /// /// 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 ImCosPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImCosPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCos/ImCosRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCos/ImCosRequestBuilder.cs index 3bb94224e5..5ec09451b9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCos/ImCosRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCos/ImCosRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImCosRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imCos /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imCos"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImCosRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImCosRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imCos", pathParameters) { } /// - /// Instantiates a new ImCosRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImCosRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imCos", rawUrl) { @@ -89,6 +90,7 @@ public ImCosRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action imCos /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImCosh/ImCoshPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCosh/ImCoshPostRequestBody.cs index 22615d8a9d..4e029c0221 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCosh/ImCoshPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCosh/ImCoshPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImCoshPostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imCoshPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImCoshPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImCoshPostRequestBody() { /// /// 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 ImCoshPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImCoshPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCosh/ImCoshRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCosh/ImCoshRequestBuilder.cs index eeb8841fce..cc7a2f299b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCosh/ImCoshRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCosh/ImCoshRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImCoshRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imCosh /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imCosh"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImCoshRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImCoshRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imCosh", pathParameters) { } /// - /// Instantiates a new ImCoshRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImCoshRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imCosh", rawUrl) { @@ -89,6 +90,7 @@ public ImCoshRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action imCosh /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImCot/ImCotPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCot/ImCotPostRequestBody.cs index 6bec852454..93c1779292 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCot/ImCotPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCot/ImCotPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImCotPostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imCotPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImCotPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImCotPostRequestBody() { /// /// 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 ImCotPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImCotPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCot/ImCotRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCot/ImCotRequestBuilder.cs index 423a3d29f4..438e358ad5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCot/ImCotRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCot/ImCotRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImCotRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imCot /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imCot"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImCotRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImCotRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imCot", pathParameters) { } /// - /// Instantiates a new ImCotRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImCotRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imCot", rawUrl) { @@ -89,6 +90,7 @@ public ImCotRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action imCot /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImCsc/ImCscPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCsc/ImCscPostRequestBody.cs index 0318ad57ee..7ce35f3a9b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCsc/ImCscPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCsc/ImCscPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImCscPostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imCscPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImCscPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImCscPostRequestBody() { /// /// 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 ImCscPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImCscPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCsc/ImCscRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCsc/ImCscRequestBuilder.cs index 5bcae04326..474e302885 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCsc/ImCscRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCsc/ImCscRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImCscRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imCsc /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imCsc"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImCscRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImCscRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imCsc", pathParameters) { } /// - /// Instantiates a new ImCscRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImCscRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imCsc", rawUrl) { @@ -89,6 +90,7 @@ public ImCscRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action imCsc /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImCsch/ImCschPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCsch/ImCschPostRequestBody.cs index 8c3a883849..305e9df9a8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCsch/ImCschPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCsch/ImCschPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImCschPostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imCschPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImCschPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImCschPostRequestBody() { /// /// 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 ImCschPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImCschPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCsch/ImCschRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCsch/ImCschRequestBuilder.cs index f67790a56a..ba6a5b5678 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCsch/ImCschRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImCsch/ImCschRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImCschRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imCsch /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imCsch"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImCschRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImCschRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imCsch", pathParameters) { } /// - /// Instantiates a new ImCschRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImCschRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imCsch", rawUrl) { @@ -89,6 +90,7 @@ public ImCschRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action imCsch /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImDiv/ImDivPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImDiv/ImDivPostRequestBody.cs index f89c3aed3b..43b5040bfd 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImDiv/ImDivPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImDiv/ImDivPostRequestBody.cs @@ -26,7 +26,7 @@ public class ImDivPostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber2 { get; set; } #endif /// - /// Instantiates a new imDivPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImDivPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ImDivPostRequestBody() { /// /// 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 ImDivPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ImDivPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber1", n => { Inumber1 = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImDiv/ImDivRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImDiv/ImDivRequestBuilder.cs index bf59a8255e..df3954739d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImDiv/ImDivRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImDiv/ImDivRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImDivRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imDiv /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imDiv"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImDivRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImDivRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imDiv", pathParameters) { } /// - /// Instantiates a new ImDivRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImDivRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imDiv", rawUrl) { @@ -89,6 +90,7 @@ public ImDivRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action imDiv /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImExp/ImExpPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImExp/ImExpPostRequestBody.cs index b4c8e760d3..130502a284 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImExp/ImExpPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImExp/ImExpPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImExpPostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imExpPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImExpPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImExpPostRequestBody() { /// /// 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 ImExpPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImExpPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImExp/ImExpRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImExp/ImExpRequestBuilder.cs index decd98a4c7..1cffea3bdf 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImExp/ImExpRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImExp/ImExpRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImExpRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imExp /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imExp"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImExpRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImExpRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imExp", pathParameters) { } /// - /// Instantiates a new ImExpRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImExpRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imExp", rawUrl) { @@ -89,6 +90,7 @@ public ImExpRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action imExp /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImLn/ImLnPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLn/ImLnPostRequestBody.cs index b96572902a..d48dd724a5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLn/ImLnPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLn/ImLnPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImLnPostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imLnPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImLnPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImLnPostRequestBody() { /// /// 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 ImLnPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImLnPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLn/ImLnRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLn/ImLnRequestBuilder.cs index 0317efd473..c343112892 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLn/ImLnRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLn/ImLnRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImLnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imLn /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imLn"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImLnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImLnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imLn", pathParameters) { } /// - /// Instantiates a new ImLnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImLnRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imLn", rawUrl) { @@ -89,6 +90,7 @@ public ImLnRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action imLn /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImLog10/ImLog10PostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLog10/ImLog10PostRequestBody.cs index 45dcd37f06..f32fd83366 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLog10/ImLog10PostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLog10/ImLog10PostRequestBody.cs @@ -18,7 +18,7 @@ public class ImLog10PostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imLog10PostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImLog10PostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImLog10PostRequestBody() { /// /// 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 ImLog10PostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImLog10PostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLog10/ImLog10RequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLog10/ImLog10RequestBuilder.cs index 8b4661d7ca..88f8ed2696 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLog10/ImLog10RequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLog10/ImLog10RequestBuilder.cs @@ -22,6 +22,7 @@ public class ImLog10RequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imLog10 /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imLog10"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImLog10RequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImLog10RequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imLog10", pathParameters) { } /// - /// Instantiates a new ImLog10RequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImLog10RequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imLog10", rawUrl) { @@ -89,6 +90,7 @@ public ImLog10RequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action imLog10 /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImLog2/ImLog2PostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLog2/ImLog2PostRequestBody.cs index 8e344d84c7..52dbfd6403 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLog2/ImLog2PostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLog2/ImLog2PostRequestBody.cs @@ -18,7 +18,7 @@ public class ImLog2PostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imLog2PostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImLog2PostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImLog2PostRequestBody() { /// /// 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 ImLog2PostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImLog2PostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLog2/ImLog2RequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLog2/ImLog2RequestBuilder.cs index 63fd8a3019..0b5c51a09d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLog2/ImLog2RequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImLog2/ImLog2RequestBuilder.cs @@ -22,6 +22,7 @@ public class ImLog2RequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imLog2 /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imLog2"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImLog2RequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImLog2RequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imLog2", pathParameters) { } /// - /// Instantiates a new ImLog2RequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImLog2RequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imLog2", rawUrl) { @@ -89,6 +90,7 @@ public ImLog2RequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action imLog2 /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImPower/ImPowerPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImPower/ImPowerPostRequestBody.cs index 7523af805a..8f738fda9d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImPower/ImPowerPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImPower/ImPowerPostRequestBody.cs @@ -26,7 +26,7 @@ public class ImPowerPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new imPowerPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImPowerPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ImPowerPostRequestBody() { /// /// 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 ImPowerPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ImPowerPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImPower/ImPowerRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImPower/ImPowerRequestBuilder.cs index f7a88f0cc9..73af73d4ef 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImPower/ImPowerRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImPower/ImPowerRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImPowerRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imPower /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imPower"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImPowerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImPowerRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imPower", pathParameters) { } /// - /// Instantiates a new ImPowerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImPowerRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imPower", rawUrl) { @@ -89,6 +90,7 @@ public ImPowerRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action imPower /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImProduct/ImProductPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImProduct/ImProductPostRequestBody.cs index 1de70c7092..534f93480e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImProduct/ImProductPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImProduct/ImProductPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImProductPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new imProductPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImProductPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImProductPostRequestBody() { /// /// 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 ImProductPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImProductPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImProduct/ImProductRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImProduct/ImProductRequestBuilder.cs index 8fb4501d1f..4066c17329 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImProduct/ImProductRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImProduct/ImProductRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImProductRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imProduct /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imProduct"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImProductRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImProductRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imProduct", pathParameters) { } /// - /// Instantiates a new ImProductRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImProductRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imProduct", rawUrl) { @@ -89,6 +90,7 @@ public ImProductRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action imProduct /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImReal/ImRealPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImReal/ImRealPostRequestBody.cs index fb554f48f4..bcba34c782 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImReal/ImRealPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImReal/ImRealPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImRealPostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imRealPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImRealPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImRealPostRequestBody() { /// /// 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 ImRealPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImRealPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImReal/ImRealRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImReal/ImRealRequestBuilder.cs index bccc2fd4d7..0aa37d30a5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImReal/ImRealRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImReal/ImRealRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImRealRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imReal /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imReal"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImRealRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImRealRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imReal", pathParameters) { } /// - /// Instantiates a new ImRealRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImRealRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imReal", rawUrl) { @@ -89,6 +90,7 @@ public ImRealRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action imReal /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImSec/ImSecPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSec/ImSecPostRequestBody.cs index 63fb0b677c..db122de1b0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSec/ImSecPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSec/ImSecPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImSecPostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imSecPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImSecPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImSecPostRequestBody() { /// /// 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 ImSecPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImSecPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSec/ImSecRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSec/ImSecRequestBuilder.cs index 33f40b55d7..7bab0f2df6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSec/ImSecRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSec/ImSecRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImSecRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imSec /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imSec"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImSecRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImSecRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imSec", pathParameters) { } /// - /// Instantiates a new ImSecRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImSecRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imSec", rawUrl) { @@ -89,6 +90,7 @@ public ImSecRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action imSec /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImSech/ImSechPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSech/ImSechPostRequestBody.cs index 6898fabd31..11bf74762a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSech/ImSechPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSech/ImSechPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImSechPostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imSechPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImSechPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImSechPostRequestBody() { /// /// 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 ImSechPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImSechPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSech/ImSechRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSech/ImSechRequestBuilder.cs index 58a968d32b..5d58c5d11d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSech/ImSechRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSech/ImSechRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImSechRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imSech /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imSech"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImSechRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImSechRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imSech", pathParameters) { } /// - /// Instantiates a new ImSechRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImSechRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imSech", rawUrl) { @@ -89,6 +90,7 @@ public ImSechRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action imSech /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImSin/ImSinPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSin/ImSinPostRequestBody.cs index 3c367398bb..e11fa49099 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSin/ImSinPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSin/ImSinPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImSinPostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imSinPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImSinPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImSinPostRequestBody() { /// /// 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 ImSinPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImSinPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSin/ImSinRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSin/ImSinRequestBuilder.cs index 02a6a736ef..cebb2dce9a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSin/ImSinRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSin/ImSinRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImSinRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imSin /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imSin"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImSinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImSinRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imSin", pathParameters) { } /// - /// Instantiates a new ImSinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImSinRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imSin", rawUrl) { @@ -89,6 +90,7 @@ public ImSinRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action imSin /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImSinh/ImSinhPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSinh/ImSinhPostRequestBody.cs index 963937c39c..0c52f90cbf 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSinh/ImSinhPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSinh/ImSinhPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImSinhPostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imSinhPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImSinhPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImSinhPostRequestBody() { /// /// 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 ImSinhPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImSinhPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSinh/ImSinhRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSinh/ImSinhRequestBuilder.cs index ccb3999f5f..6a22b36ea2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSinh/ImSinhRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSinh/ImSinhRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImSinhRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imSinh /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imSinh"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImSinhRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImSinhRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imSinh", pathParameters) { } /// - /// Instantiates a new ImSinhRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImSinhRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imSinh", rawUrl) { @@ -89,6 +90,7 @@ public ImSinhRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action imSinh /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImSqrt/ImSqrtPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSqrt/ImSqrtPostRequestBody.cs index 97b0fd7857..a9c1820f7e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSqrt/ImSqrtPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSqrt/ImSqrtPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImSqrtPostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imSqrtPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImSqrtPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImSqrtPostRequestBody() { /// /// 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 ImSqrtPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImSqrtPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSqrt/ImSqrtRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSqrt/ImSqrtRequestBuilder.cs index 03fb53997b..0bbb5a7578 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSqrt/ImSqrtRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSqrt/ImSqrtRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImSqrtRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imSqrt /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imSqrt"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImSqrtRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImSqrtRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imSqrt", pathParameters) { } /// - /// Instantiates a new ImSqrtRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImSqrtRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imSqrt", rawUrl) { @@ -89,6 +90,7 @@ public ImSqrtRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action imSqrt /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImSub/ImSubPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSub/ImSubPostRequestBody.cs index 3c4f3f30e1..7c3dc9c9b6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSub/ImSubPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSub/ImSubPostRequestBody.cs @@ -26,7 +26,7 @@ public class ImSubPostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber2 { get; set; } #endif /// - /// Instantiates a new imSubPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImSubPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ImSubPostRequestBody() { /// /// 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 ImSubPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ImSubPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber1", n => { Inumber1 = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSub/ImSubRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSub/ImSubRequestBuilder.cs index 73bd46f8c4..f372f626d0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSub/ImSubRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSub/ImSubRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImSubRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imSub /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imSub"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImSubRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImSubRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imSub", pathParameters) { } /// - /// Instantiates a new ImSubRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImSubRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imSub", rawUrl) { @@ -89,6 +90,7 @@ public ImSubRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action imSub /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImSum/ImSumPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSum/ImSumPostRequestBody.cs index caf7a0bcf0..d208aee857 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSum/ImSumPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSum/ImSumPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImSumPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new imSumPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImSumPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImSumPostRequestBody() { /// /// 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 ImSumPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImSumPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSum/ImSumRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSum/ImSumRequestBuilder.cs index 8cc018320f..eab733b3b8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSum/ImSumRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImSum/ImSumRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImSumRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imSum /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imSum"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImSumRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImSumRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imSum", pathParameters) { } /// - /// Instantiates a new ImSumRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImSumRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imSum", rawUrl) { @@ -89,6 +90,7 @@ public ImSumRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action imSum /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ImTan/ImTanPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImTan/ImTanPostRequestBody.cs index 1ad4566645..113506a90b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImTan/ImTanPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImTan/ImTanPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImTanPostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imTanPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImTanPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImTanPostRequestBody() { /// /// 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 ImTanPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImTanPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImTan/ImTanRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImTan/ImTanRequestBuilder.cs index e77396a298..adc16524fc 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImTan/ImTanRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ImTan/ImTanRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImTanRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imTan /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imTan"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImTanRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImTanRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imTan", pathParameters) { } /// - /// Instantiates a new ImTanRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImTanRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imTan", rawUrl) { @@ -89,6 +90,7 @@ public ImTanRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action imTan /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Imaginary/ImaginaryPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Imaginary/ImaginaryPostRequestBody.cs index 43ab76c357..9efdfb87d1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Imaginary/ImaginaryPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Imaginary/ImaginaryPostRequestBody.cs @@ -18,7 +18,7 @@ public class ImaginaryPostRequestBody : IAdditionalDataHolder, IParsable { public Json Inumber { get; set; } #endif /// - /// Instantiates a new imaginaryPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ImaginaryPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ImaginaryPostRequestBody() { /// /// 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 ImaginaryPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ImaginaryPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inumber", n => { Inumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Imaginary/ImaginaryRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Imaginary/ImaginaryRequestBuilder.cs index 4d5cefbbb6..bec6c86e69 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Imaginary/ImaginaryRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Imaginary/ImaginaryRequestBuilder.cs @@ -22,6 +22,7 @@ public class ImaginaryRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action imaginary /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action imaginary"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ImaginaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImaginaryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imaginary", pathParameters) { } /// - /// Instantiates a new ImaginaryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImaginaryRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/imaginary", rawUrl) { @@ -89,6 +90,7 @@ public ImaginaryRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action imaginary /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Int/IntPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Int/IntPostRequestBody.cs index 9d44620cd9..0e22d4bf58 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Int/IntPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Int/IntPostRequestBody.cs @@ -18,7 +18,7 @@ public class IntPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new intPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public IntPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public IntPostRequestBody() { /// /// 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 IntPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static IntPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Int/IntRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Int/IntRequestBuilder.cs index bc41fb3f97..95565f1ea8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Int/IntRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Int/IntRequestBuilder.cs @@ -22,6 +22,7 @@ public class IntRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action int /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action int"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new IntRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IntRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/int", pathParameters) { } /// - /// Instantiates a new IntRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IntRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/int", rawUrl) { @@ -89,6 +90,7 @@ public IntRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action int /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/IntRate/IntRatePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IntRate/IntRatePostRequestBody.cs index 0a6da8d02c..bf812ea5da 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IntRate/IntRatePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IntRate/IntRatePostRequestBody.cs @@ -50,7 +50,7 @@ public class IntRatePostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new intRatePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public IntRatePostRequestBody() { AdditionalData = new Dictionary(); @@ -58,6 +58,7 @@ public IntRatePostRequestBody() { /// /// 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 IntRatePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public static IntRatePostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IntRate/IntRateRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IntRate/IntRateRequestBuilder.cs index 3f36aadb12..ee619fb993 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IntRate/IntRateRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IntRate/IntRateRequestBuilder.cs @@ -22,6 +22,7 @@ public class IntRateRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action intRate /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action intRate"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new IntRateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IntRateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/intRate", pathParameters) { } /// - /// Instantiates a new IntRateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IntRateRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/intRate", rawUrl) { @@ -89,6 +90,7 @@ public IntRateRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action intRate /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Ipmt/IpmtPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ipmt/IpmtPostRequestBody.cs index 5c81502dcd..402eb0517a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ipmt/IpmtPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ipmt/IpmtPostRequestBody.cs @@ -58,7 +58,7 @@ public class IpmtPostRequestBody : IAdditionalDataHolder, IParsable { public Json Type { get; set; } #endif /// - /// Instantiates a new ipmtPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public IpmtPostRequestBody() { AdditionalData = new Dictionary(); @@ -66,6 +66,7 @@ public IpmtPostRequestBody() { /// /// 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 IpmtPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -74,6 +75,7 @@ public static IpmtPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fv", n => { Fv = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ipmt/IpmtRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ipmt/IpmtRequestBuilder.cs index fa371acba0..bd39f2f565 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ipmt/IpmtRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ipmt/IpmtRequestBuilder.cs @@ -22,6 +22,7 @@ public class IpmtRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action ipmt /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action ipmt"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new IpmtRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IpmtRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/ipmt", pathParameters) { } /// - /// Instantiates a new IpmtRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IpmtRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/ipmt", rawUrl) { @@ -89,6 +90,7 @@ public IpmtRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action ipmt /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Irr/IrrPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Irr/IrrPostRequestBody.cs index 9eef12d0bb..c64dcab5b8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Irr/IrrPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Irr/IrrPostRequestBody.cs @@ -26,7 +26,7 @@ public class IrrPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new irrPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public IrrPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public IrrPostRequestBody() { /// /// 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 IrrPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static IrrPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"guess", n => { Guess = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Irr/IrrRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Irr/IrrRequestBuilder.cs index 8cd4b7839c..4059eeffa8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Irr/IrrRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Irr/IrrRequestBuilder.cs @@ -22,6 +22,7 @@ public class IrrRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action irr /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action irr"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new IrrRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IrrRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/irr", pathParameters) { } /// - /// Instantiates a new IrrRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IrrRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/irr", rawUrl) { @@ -89,6 +90,7 @@ public IrrRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action irr /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/IsErr/IsErrPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsErr/IsErrPostRequestBody.cs index 86c3f78843..93904fba4a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsErr/IsErrPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsErr/IsErrPostRequestBody.cs @@ -18,7 +18,7 @@ public class IsErrPostRequestBody : IAdditionalDataHolder, IParsable { public Json Value { get; set; } #endif /// - /// Instantiates a new isErrPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public IsErrPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public IsErrPostRequestBody() { /// /// 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 IsErrPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static IsErrPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsErr/IsErrRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsErr/IsErrRequestBuilder.cs index fe59d49f78..86f8623f85 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsErr/IsErrRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsErr/IsErrRequestBuilder.cs @@ -22,6 +22,7 @@ public class IsErrRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action isErr /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action isErr"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new IsErrRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IsErrRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isErr", pathParameters) { } /// - /// Instantiates a new IsErrRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IsErrRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isErr", rawUrl) { @@ -89,6 +90,7 @@ public IsErrRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action isErr /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/IsError/IsErrorPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsError/IsErrorPostRequestBody.cs index 496be6ab06..387b1128a2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsError/IsErrorPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsError/IsErrorPostRequestBody.cs @@ -18,7 +18,7 @@ public class IsErrorPostRequestBody : IAdditionalDataHolder, IParsable { public Json Value { get; set; } #endif /// - /// Instantiates a new isErrorPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public IsErrorPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public IsErrorPostRequestBody() { /// /// 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 IsErrorPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static IsErrorPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsError/IsErrorRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsError/IsErrorRequestBuilder.cs index e54c23fbeb..4825bce8b6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsError/IsErrorRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsError/IsErrorRequestBuilder.cs @@ -22,6 +22,7 @@ public class IsErrorRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action isError /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action isError"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new IsErrorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IsErrorRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isError", pathParameters) { } /// - /// Instantiates a new IsErrorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IsErrorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isError", rawUrl) { @@ -89,6 +90,7 @@ public IsErrorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action isError /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/IsEven/IsEvenPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsEven/IsEvenPostRequestBody.cs index dac1e35c51..198634c61a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsEven/IsEvenPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsEven/IsEvenPostRequestBody.cs @@ -18,7 +18,7 @@ public class IsEvenPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new isEvenPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public IsEvenPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public IsEvenPostRequestBody() { /// /// 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 IsEvenPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static IsEvenPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsEven/IsEvenRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsEven/IsEvenRequestBuilder.cs index 030f134e7d..151df72631 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsEven/IsEvenRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsEven/IsEvenRequestBuilder.cs @@ -22,6 +22,7 @@ public class IsEvenRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action isEven /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action isEven"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new IsEvenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IsEvenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isEven", pathParameters) { } /// - /// Instantiates a new IsEvenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IsEvenRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isEven", rawUrl) { @@ -89,6 +90,7 @@ public IsEvenRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action isEven /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/IsFormula/IsFormulaPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsFormula/IsFormulaPostRequestBody.cs index 9288d61420..29fc2b5f3a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsFormula/IsFormulaPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsFormula/IsFormulaPostRequestBody.cs @@ -18,7 +18,7 @@ public class IsFormulaPostRequestBody : IAdditionalDataHolder, IParsable { public Json Reference { get; set; } #endif /// - /// Instantiates a new isFormulaPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public IsFormulaPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public IsFormulaPostRequestBody() { /// /// 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 IsFormulaPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static IsFormulaPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"reference", n => { Reference = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsFormula/IsFormulaRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsFormula/IsFormulaRequestBuilder.cs index f921251a9c..c96cf0f7d6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsFormula/IsFormulaRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsFormula/IsFormulaRequestBuilder.cs @@ -22,6 +22,7 @@ public class IsFormulaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action isFormula /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action isFormula"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new IsFormulaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IsFormulaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isFormula", pathParameters) { } /// - /// Instantiates a new IsFormulaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IsFormulaRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isFormula", rawUrl) { @@ -89,6 +90,7 @@ public IsFormulaRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action isFormula /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/IsLogical/IsLogicalPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsLogical/IsLogicalPostRequestBody.cs index bdbc722fcc..b96b0b93ac 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsLogical/IsLogicalPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsLogical/IsLogicalPostRequestBody.cs @@ -18,7 +18,7 @@ public class IsLogicalPostRequestBody : IAdditionalDataHolder, IParsable { public Json Value { get; set; } #endif /// - /// Instantiates a new isLogicalPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public IsLogicalPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public IsLogicalPostRequestBody() { /// /// 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 IsLogicalPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static IsLogicalPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsLogical/IsLogicalRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsLogical/IsLogicalRequestBuilder.cs index a78e7aaa9a..a70931032f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsLogical/IsLogicalRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsLogical/IsLogicalRequestBuilder.cs @@ -22,6 +22,7 @@ public class IsLogicalRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action isLogical /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action isLogical"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new IsLogicalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IsLogicalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isLogical", pathParameters) { } /// - /// Instantiates a new IsLogicalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IsLogicalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isLogical", rawUrl) { @@ -89,6 +90,7 @@ public IsLogicalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action isLogical /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/IsNA/IsNAPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNA/IsNAPostRequestBody.cs index 9c05bac533..365a300ad8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNA/IsNAPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNA/IsNAPostRequestBody.cs @@ -18,7 +18,7 @@ public class IsNAPostRequestBody : IAdditionalDataHolder, IParsable { public Json Value { get; set; } #endif /// - /// Instantiates a new isNAPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public IsNAPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public IsNAPostRequestBody() { /// /// 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 IsNAPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static IsNAPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNA/IsNARequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNA/IsNARequestBuilder.cs index 8a3427ba8f..c357d4fbb5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNA/IsNARequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNA/IsNARequestBuilder.cs @@ -22,6 +22,7 @@ public class IsNARequestBuilder : BaseCliRequestBuilder { /// /// Invoke action isNA /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action isNA"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new IsNARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IsNARequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isNA", pathParameters) { } /// - /// Instantiates a new IsNARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IsNARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isNA", rawUrl) { @@ -89,6 +90,7 @@ public IsNARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action isNA /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/IsNonText/IsNonTextPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNonText/IsNonTextPostRequestBody.cs index c5f3c2209f..6640681bac 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNonText/IsNonTextPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNonText/IsNonTextPostRequestBody.cs @@ -18,7 +18,7 @@ public class IsNonTextPostRequestBody : IAdditionalDataHolder, IParsable { public Json Value { get; set; } #endif /// - /// Instantiates a new isNonTextPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public IsNonTextPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public IsNonTextPostRequestBody() { /// /// 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 IsNonTextPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static IsNonTextPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNonText/IsNonTextRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNonText/IsNonTextRequestBuilder.cs index c2b33efe8c..e4ddce3cd1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNonText/IsNonTextRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNonText/IsNonTextRequestBuilder.cs @@ -22,6 +22,7 @@ public class IsNonTextRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action isNonText /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action isNonText"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new IsNonTextRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IsNonTextRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isNonText", pathParameters) { } /// - /// Instantiates a new IsNonTextRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IsNonTextRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isNonText", rawUrl) { @@ -89,6 +90,7 @@ public IsNonTextRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action isNonText /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/IsNumber/IsNumberPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNumber/IsNumberPostRequestBody.cs index c362e3400b..7d9f06f100 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNumber/IsNumberPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNumber/IsNumberPostRequestBody.cs @@ -18,7 +18,7 @@ public class IsNumberPostRequestBody : IAdditionalDataHolder, IParsable { public Json Value { get; set; } #endif /// - /// Instantiates a new isNumberPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public IsNumberPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public IsNumberPostRequestBody() { /// /// 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 IsNumberPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static IsNumberPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNumber/IsNumberRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNumber/IsNumberRequestBuilder.cs index 81170d5790..f0135103d9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNumber/IsNumberRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsNumber/IsNumberRequestBuilder.cs @@ -22,6 +22,7 @@ public class IsNumberRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action isNumber /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action isNumber"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new IsNumberRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IsNumberRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isNumber", pathParameters) { } /// - /// Instantiates a new IsNumberRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IsNumberRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isNumber", rawUrl) { @@ -89,6 +90,7 @@ public IsNumberRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action isNumber /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/IsOdd/IsOddPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsOdd/IsOddPostRequestBody.cs index ab857f5374..90b51cbab9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsOdd/IsOddPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsOdd/IsOddPostRequestBody.cs @@ -18,7 +18,7 @@ public class IsOddPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new isOddPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public IsOddPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public IsOddPostRequestBody() { /// /// 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 IsOddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static IsOddPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsOdd/IsOddRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsOdd/IsOddRequestBuilder.cs index 16d0245cbe..d4688c6944 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsOdd/IsOddRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsOdd/IsOddRequestBuilder.cs @@ -22,6 +22,7 @@ public class IsOddRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action isOdd /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action isOdd"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new IsOddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IsOddRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isOdd", pathParameters) { } /// - /// Instantiates a new IsOddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IsOddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isOdd", rawUrl) { @@ -89,6 +90,7 @@ public IsOddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action isOdd /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/IsText/IsTextPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsText/IsTextPostRequestBody.cs index 7fb3ea7958..49afd28659 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsText/IsTextPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsText/IsTextPostRequestBody.cs @@ -18,7 +18,7 @@ public class IsTextPostRequestBody : IAdditionalDataHolder, IParsable { public Json Value { get; set; } #endif /// - /// Instantiates a new isTextPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public IsTextPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public IsTextPostRequestBody() { /// /// 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 IsTextPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static IsTextPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsText/IsTextRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsText/IsTextRequestBuilder.cs index 65ab804e78..8d3049c624 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsText/IsTextRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsText/IsTextRequestBuilder.cs @@ -22,6 +22,7 @@ public class IsTextRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action isText /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action isText"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new IsTextRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IsTextRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isText", pathParameters) { } /// - /// Instantiates a new IsTextRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IsTextRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isText", rawUrl) { @@ -89,6 +90,7 @@ public IsTextRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action isText /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/IsoWeekNum/IsoWeekNumPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsoWeekNum/IsoWeekNumPostRequestBody.cs index 6b80f9eaa1..d9f9a232e2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsoWeekNum/IsoWeekNumPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsoWeekNum/IsoWeekNumPostRequestBody.cs @@ -18,7 +18,7 @@ public class IsoWeekNumPostRequestBody : IAdditionalDataHolder, IParsable { public Json Date { get; set; } #endif /// - /// Instantiates a new isoWeekNumPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public IsoWeekNumPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public IsoWeekNumPostRequestBody() { /// /// 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 IsoWeekNumPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static IsoWeekNumPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"date", n => { Date = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsoWeekNum/IsoWeekNumRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsoWeekNum/IsoWeekNumRequestBuilder.cs index 04cad2f1e8..5ff2209a09 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsoWeekNum/IsoWeekNumRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/IsoWeekNum/IsoWeekNumRequestBuilder.cs @@ -22,6 +22,7 @@ public class IsoWeekNumRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action isoWeekNum /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action isoWeekNum"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new IsoWeekNumRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IsoWeekNumRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isoWeekNum", pathParameters) { } /// - /// Instantiates a new IsoWeekNumRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IsoWeekNumRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isoWeekNum", rawUrl) { @@ -89,6 +90,7 @@ public IsoWeekNumRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Invoke action isoWeekNum /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Iso_Ceiling/Iso_CeilingPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Iso_Ceiling/Iso_CeilingPostRequestBody.cs index 7b5b25d0b5..b6f9a20d19 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Iso_Ceiling/Iso_CeilingPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Iso_Ceiling/Iso_CeilingPostRequestBody.cs @@ -26,7 +26,7 @@ public class Iso_CeilingPostRequestBody : IAdditionalDataHolder, IParsable { public Json Significance { get; set; } #endif /// - /// Instantiates a new iso_CeilingPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Iso_CeilingPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Iso_CeilingPostRequestBody() { /// /// 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 Iso_CeilingPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Iso_CeilingPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Iso_Ceiling/Iso_CeilingRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Iso_Ceiling/Iso_CeilingRequestBuilder.cs index f78b79df2d..8107e16843 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Iso_Ceiling/Iso_CeilingRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Iso_Ceiling/Iso_CeilingRequestBuilder.cs @@ -22,6 +22,7 @@ public class Iso_CeilingRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action iso_Ceiling /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action iso_Ceiling"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Iso_CeilingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Iso_CeilingRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/iso_Ceiling", pathParameters) { } /// - /// Instantiates a new Iso_CeilingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Iso_CeilingRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/iso_Ceiling", rawUrl) { @@ -89,6 +90,7 @@ public Iso_CeilingRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Invoke action iso_Ceiling /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Ispmt/IspmtPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ispmt/IspmtPostRequestBody.cs index 12100e8691..f4b1c56012 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ispmt/IspmtPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ispmt/IspmtPostRequestBody.cs @@ -42,7 +42,7 @@ public class IspmtPostRequestBody : IAdditionalDataHolder, IParsable { public Json Rate { get; set; } #endif /// - /// Instantiates a new ispmtPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public IspmtPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public IspmtPostRequestBody() { /// /// 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 IspmtPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static IspmtPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"nper", n => { Nper = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ispmt/IspmtRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ispmt/IspmtRequestBuilder.cs index 458188ca67..20984ab7f2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ispmt/IspmtRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ispmt/IspmtRequestBuilder.cs @@ -22,6 +22,7 @@ public class IspmtRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action ispmt /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action ispmt"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new IspmtRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IspmtRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/ispmt", pathParameters) { } /// - /// Instantiates a new IspmtRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IspmtRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/ispmt", rawUrl) { @@ -89,6 +90,7 @@ public IspmtRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action ispmt /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Isref/IsrefPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Isref/IsrefPostRequestBody.cs index a81bd7f596..952f14c4c2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Isref/IsrefPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Isref/IsrefPostRequestBody.cs @@ -18,7 +18,7 @@ public class IsrefPostRequestBody : IAdditionalDataHolder, IParsable { public Json Value { get; set; } #endif /// - /// Instantiates a new isrefPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public IsrefPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public IsrefPostRequestBody() { /// /// 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 IsrefPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static IsrefPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Isref/IsrefRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Isref/IsrefRequestBuilder.cs index fb80803cd8..9cd3588f65 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Isref/IsrefRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Isref/IsrefRequestBuilder.cs @@ -22,6 +22,7 @@ public class IsrefRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action isref /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action isref"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new IsrefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IsrefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isref", pathParameters) { } /// - /// Instantiates a new IsrefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IsrefRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/isref", rawUrl) { @@ -89,6 +90,7 @@ public IsrefRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action isref /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Kurt/KurtPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Kurt/KurtPostRequestBody.cs index d635923db2..9b08227c88 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Kurt/KurtPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Kurt/KurtPostRequestBody.cs @@ -18,7 +18,7 @@ public class KurtPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new kurtPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public KurtPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public KurtPostRequestBody() { /// /// 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 KurtPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static KurtPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Kurt/KurtRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Kurt/KurtRequestBuilder.cs index 7257c9a2fe..a9f54de875 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Kurt/KurtRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Kurt/KurtRequestBuilder.cs @@ -22,6 +22,7 @@ public class KurtRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action kurt /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action kurt"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new KurtRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public KurtRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/kurt", pathParameters) { } /// - /// Instantiates a new KurtRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public KurtRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/kurt", rawUrl) { @@ -89,6 +90,7 @@ public KurtRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action kurt /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Large/LargePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Large/LargePostRequestBody.cs index 157af101e1..542d907a4b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Large/LargePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Large/LargePostRequestBody.cs @@ -26,7 +26,7 @@ public class LargePostRequestBody : IAdditionalDataHolder, IParsable { public Json K { get; set; } #endif /// - /// Instantiates a new largePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public LargePostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public LargePostRequestBody() { /// /// 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 LargePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static LargePostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"array", n => { Array = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Large/LargeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Large/LargeRequestBuilder.cs index f9158437ac..eaabc87926 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Large/LargeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Large/LargeRequestBuilder.cs @@ -22,6 +22,7 @@ public class LargeRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action large /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action large"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new LargeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LargeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/large", pathParameters) { } /// - /// Instantiates a new LargeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LargeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/large", rawUrl) { @@ -89,6 +90,7 @@ public LargeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action large /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Lcm/LcmPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lcm/LcmPostRequestBody.cs index 8c498b5e70..af04abd318 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lcm/LcmPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lcm/LcmPostRequestBody.cs @@ -18,7 +18,7 @@ public class LcmPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new lcmPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public LcmPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public LcmPostRequestBody() { /// /// 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 LcmPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static LcmPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lcm/LcmRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lcm/LcmRequestBuilder.cs index 7bdc70697d..c4aff45331 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lcm/LcmRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lcm/LcmRequestBuilder.cs @@ -22,6 +22,7 @@ public class LcmRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action lcm /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action lcm"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new LcmRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LcmRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/lcm", pathParameters) { } /// - /// Instantiates a new LcmRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LcmRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/lcm", rawUrl) { @@ -89,6 +90,7 @@ public LcmRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action lcm /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Left/LeftPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Left/LeftPostRequestBody.cs index e9961ab6c9..92ef56f8e3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Left/LeftPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Left/LeftPostRequestBody.cs @@ -26,7 +26,7 @@ public class LeftPostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new leftPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public LeftPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public LeftPostRequestBody() { /// /// 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 LeftPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static LeftPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"numChars", n => { NumChars = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Left/LeftRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Left/LeftRequestBuilder.cs index a48e2d5b1c..e2b4758f5c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Left/LeftRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Left/LeftRequestBuilder.cs @@ -22,6 +22,7 @@ public class LeftRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action left /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action left"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new LeftRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LeftRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/left", pathParameters) { } /// - /// Instantiates a new LeftRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LeftRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/left", rawUrl) { @@ -89,6 +90,7 @@ public LeftRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action left /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Leftb/LeftbPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Leftb/LeftbPostRequestBody.cs index 14729cacb4..8a0720abbe 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Leftb/LeftbPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Leftb/LeftbPostRequestBody.cs @@ -26,7 +26,7 @@ public class LeftbPostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new leftbPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public LeftbPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public LeftbPostRequestBody() { /// /// 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 LeftbPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static LeftbPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"numBytes", n => { NumBytes = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Leftb/LeftbRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Leftb/LeftbRequestBuilder.cs index c5c04ee286..e94c274324 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Leftb/LeftbRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Leftb/LeftbRequestBuilder.cs @@ -22,6 +22,7 @@ public class LeftbRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action leftb /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action leftb"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new LeftbRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LeftbRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/leftb", pathParameters) { } /// - /// Instantiates a new LeftbRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LeftbRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/leftb", rawUrl) { @@ -89,6 +90,7 @@ public LeftbRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action leftb /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Len/LenPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Len/LenPostRequestBody.cs index b631026cc1..6cd3124662 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Len/LenPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Len/LenPostRequestBody.cs @@ -18,7 +18,7 @@ public class LenPostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new lenPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public LenPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public LenPostRequestBody() { /// /// 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 LenPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static LenPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"text", n => { Text = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Len/LenRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Len/LenRequestBuilder.cs index ab5ded5661..545a352706 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Len/LenRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Len/LenRequestBuilder.cs @@ -22,6 +22,7 @@ public class LenRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action len /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action len"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new LenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/len", pathParameters) { } /// - /// Instantiates a new LenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LenRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/len", rawUrl) { @@ -89,6 +90,7 @@ public LenRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action len /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Lenb/LenbPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lenb/LenbPostRequestBody.cs index c3cdc242f1..13a9eb34ad 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lenb/LenbPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lenb/LenbPostRequestBody.cs @@ -18,7 +18,7 @@ public class LenbPostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new lenbPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public LenbPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public LenbPostRequestBody() { /// /// 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 LenbPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static LenbPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"text", n => { Text = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lenb/LenbRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lenb/LenbRequestBuilder.cs index 360e9cbab6..3db1280d17 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lenb/LenbRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lenb/LenbRequestBuilder.cs @@ -22,6 +22,7 @@ public class LenbRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action lenb /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action lenb"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new LenbRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LenbRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/lenb", pathParameters) { } /// - /// Instantiates a new LenbRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LenbRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/lenb", rawUrl) { @@ -89,6 +90,7 @@ public LenbRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action lenb /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Ln/LnPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ln/LnPostRequestBody.cs index 5f9ec7b2ff..3b4eb0bb4b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ln/LnPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ln/LnPostRequestBody.cs @@ -18,7 +18,7 @@ public class LnPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new lnPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public LnPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public LnPostRequestBody() { /// /// 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 LnPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static LnPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ln/LnRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ln/LnRequestBuilder.cs index 82c3f56de9..ba4a8666d9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ln/LnRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ln/LnRequestBuilder.cs @@ -22,6 +22,7 @@ public class LnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action ln /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action ln"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new LnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/ln", pathParameters) { } /// - /// Instantiates a new LnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LnRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/ln", rawUrl) { @@ -89,6 +90,7 @@ public LnRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/it /// /// Invoke action ln /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Log/LogPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Log/LogPostRequestBody.cs index faf094ca1b..724ec4f214 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Log/LogPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Log/LogPostRequestBody.cs @@ -26,7 +26,7 @@ public class LogPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new logPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public LogPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public LogPostRequestBody() { /// /// 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 LogPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static LogPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"base", n => { Base = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Log/LogRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Log/LogRequestBuilder.cs index 49280e36ac..4ccde65a1f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Log/LogRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Log/LogRequestBuilder.cs @@ -22,6 +22,7 @@ public class LogRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action log /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action log"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new LogRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LogRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/log", pathParameters) { } /// - /// Instantiates a new LogRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LogRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/log", rawUrl) { @@ -89,6 +90,7 @@ public LogRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action log /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Log10/Log10PostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Log10/Log10PostRequestBody.cs index a5770d3463..c072cbc5bb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Log10/Log10PostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Log10/Log10PostRequestBody.cs @@ -18,7 +18,7 @@ public class Log10PostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new log10PostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Log10PostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public Log10PostRequestBody() { /// /// 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 Log10PostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static Log10PostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Log10/Log10RequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Log10/Log10RequestBuilder.cs index d3c49a5b54..ef26021607 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Log10/Log10RequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Log10/Log10RequestBuilder.cs @@ -22,6 +22,7 @@ public class Log10RequestBuilder : BaseCliRequestBuilder { /// /// Invoke action log10 /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action log10"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Log10RequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Log10RequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/log10", pathParameters) { } /// - /// Instantiates a new Log10RequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Log10RequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/log10", rawUrl) { @@ -89,6 +90,7 @@ public Log10RequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action log10 /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Dist/LogNorm_DistPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Dist/LogNorm_DistPostRequestBody.cs index 68cc274661..d41136f1ca 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Dist/LogNorm_DistPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Dist/LogNorm_DistPostRequestBody.cs @@ -42,7 +42,7 @@ public class LogNorm_DistPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new logNorm_DistPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public LogNorm_DistPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public LogNorm_DistPostRequestBody() { /// /// 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 LogNorm_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static LogNorm_DistPostRequestBody CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cumulative", n => { Cumulative = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Dist/LogNorm_DistRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Dist/LogNorm_DistRequestBuilder.cs index af3239201e..f6cfdabf17 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Dist/LogNorm_DistRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Dist/LogNorm_DistRequestBuilder.cs @@ -22,6 +22,7 @@ public class LogNorm_DistRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action logNorm_Dist /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action logNorm_Dist"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new LogNorm_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LogNorm_DistRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/logNorm_Dist", pathParameters) { } /// - /// Instantiates a new LogNorm_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LogNorm_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/logNorm_Dist", rawUrl) { @@ -89,6 +90,7 @@ public LogNorm_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Invoke action logNorm_Dist /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Inv/LogNorm_InvPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Inv/LogNorm_InvPostRequestBody.cs index 2b0b239ae5..c37703e2c2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Inv/LogNorm_InvPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Inv/LogNorm_InvPostRequestBody.cs @@ -34,7 +34,7 @@ public class LogNorm_InvPostRequestBody : IAdditionalDataHolder, IParsable { public Json StandardDev { get; set; } #endif /// - /// Instantiates a new logNorm_InvPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public LogNorm_InvPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public LogNorm_InvPostRequestBody() { /// /// 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 LogNorm_InvPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static LogNorm_InvPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"mean", n => { Mean = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Inv/LogNorm_InvRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Inv/LogNorm_InvRequestBuilder.cs index 455d2ab23a..051d97b032 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Inv/LogNorm_InvRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/LogNorm_Inv/LogNorm_InvRequestBuilder.cs @@ -22,6 +22,7 @@ public class LogNorm_InvRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action logNorm_Inv /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action logNorm_Inv"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new LogNorm_InvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LogNorm_InvRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/logNorm_Inv", pathParameters) { } /// - /// Instantiates a new LogNorm_InvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LogNorm_InvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/logNorm_Inv", rawUrl) { @@ -89,6 +90,7 @@ public LogNorm_InvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Invoke action logNorm_Inv /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Lookup/LookupPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lookup/LookupPostRequestBody.cs index f6dd871328..56b5fa4bfc 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lookup/LookupPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lookup/LookupPostRequestBody.cs @@ -34,7 +34,7 @@ public class LookupPostRequestBody : IAdditionalDataHolder, IParsable { public Json ResultVector { get; set; } #endif /// - /// Instantiates a new lookupPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public LookupPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public LookupPostRequestBody() { /// /// 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 LookupPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static LookupPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"lookupValue", n => { LookupValue = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lookup/LookupRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lookup/LookupRequestBuilder.cs index 3cab831da3..e837e68525 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lookup/LookupRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lookup/LookupRequestBuilder.cs @@ -22,6 +22,7 @@ public class LookupRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action lookup /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action lookup"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new LookupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LookupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/lookup", pathParameters) { } /// - /// Instantiates a new LookupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LookupRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/lookup", rawUrl) { @@ -89,6 +90,7 @@ public LookupRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action lookup /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Lower/LowerPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lower/LowerPostRequestBody.cs index 65ebba56a4..57549cd532 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lower/LowerPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lower/LowerPostRequestBody.cs @@ -18,7 +18,7 @@ public class LowerPostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new lowerPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public LowerPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public LowerPostRequestBody() { /// /// 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 LowerPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static LowerPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"text", n => { Text = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lower/LowerRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lower/LowerRequestBuilder.cs index 90ee4674f0..ec16373bd1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lower/LowerRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Lower/LowerRequestBuilder.cs @@ -22,6 +22,7 @@ public class LowerRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action lower /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action lower"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new LowerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LowerRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/lower", pathParameters) { } /// - /// Instantiates a new LowerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LowerRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/lower", rawUrl) { @@ -89,6 +90,7 @@ public LowerRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action lower /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Match/MatchPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Match/MatchPostRequestBody.cs index b3dbe7e5df..c8eda52cdb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Match/MatchPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Match/MatchPostRequestBody.cs @@ -34,7 +34,7 @@ public class MatchPostRequestBody : IAdditionalDataHolder, IParsable { public Json MatchType { get; set; } #endif /// - /// Instantiates a new matchPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public MatchPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public MatchPostRequestBody() { /// /// 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 MatchPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static MatchPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"lookupArray", n => { LookupArray = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Match/MatchRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Match/MatchRequestBuilder.cs index 04aa33368d..e8b38be0af 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Match/MatchRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Match/MatchRequestBuilder.cs @@ -22,6 +22,7 @@ public class MatchRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action match /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action match"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MatchRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MatchRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/match", pathParameters) { } /// - /// Instantiates a new MatchRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MatchRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/match", rawUrl) { @@ -89,6 +90,7 @@ public MatchRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action match /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Max/MaxPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Max/MaxPostRequestBody.cs index 6f2a866db3..d18fd9f5fa 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Max/MaxPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Max/MaxPostRequestBody.cs @@ -18,7 +18,7 @@ public class MaxPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new maxPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public MaxPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public MaxPostRequestBody() { /// /// 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 MaxPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static MaxPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Max/MaxRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Max/MaxRequestBuilder.cs index c637f94b92..5c28d2564f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Max/MaxRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Max/MaxRequestBuilder.cs @@ -22,6 +22,7 @@ public class MaxRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action max /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action max"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MaxRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MaxRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/max", pathParameters) { } /// - /// Instantiates a new MaxRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MaxRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/max", rawUrl) { @@ -89,6 +90,7 @@ public MaxRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action max /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/MaxA/MaxAPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/MaxA/MaxAPostRequestBody.cs index 23cba3a2e8..462cba4246 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/MaxA/MaxAPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/MaxA/MaxAPostRequestBody.cs @@ -18,7 +18,7 @@ public class MaxAPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new maxAPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public MaxAPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public MaxAPostRequestBody() { /// /// 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 MaxAPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static MaxAPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/MaxA/MaxARequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/MaxA/MaxARequestBuilder.cs index 70ba2298eb..6a6119e57d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/MaxA/MaxARequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/MaxA/MaxARequestBuilder.cs @@ -22,6 +22,7 @@ public class MaxARequestBuilder : BaseCliRequestBuilder { /// /// Invoke action maxA /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action maxA"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MaxARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MaxARequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/maxA", pathParameters) { } /// - /// Instantiates a new MaxARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MaxARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/maxA", rawUrl) { @@ -89,6 +90,7 @@ public MaxARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action maxA /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Mduration/MdurationPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mduration/MdurationPostRequestBody.cs index 704d21a373..4b11c6a681 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mduration/MdurationPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mduration/MdurationPostRequestBody.cs @@ -58,7 +58,7 @@ public class MdurationPostRequestBody : IAdditionalDataHolder, IParsable { public Json Yld { get; set; } #endif /// - /// Instantiates a new mdurationPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public MdurationPostRequestBody() { AdditionalData = new Dictionary(); @@ -66,6 +66,7 @@ public MdurationPostRequestBody() { /// /// 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 MdurationPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -74,6 +75,7 @@ public static MdurationPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mduration/MdurationRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mduration/MdurationRequestBuilder.cs index 2af0f0209d..cd01f442e6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mduration/MdurationRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mduration/MdurationRequestBuilder.cs @@ -22,6 +22,7 @@ public class MdurationRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action mduration /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action mduration"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MdurationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MdurationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/mduration", pathParameters) { } /// - /// Instantiates a new MdurationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MdurationRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/mduration", rawUrl) { @@ -89,6 +90,7 @@ public MdurationRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action mduration /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Median/MedianPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Median/MedianPostRequestBody.cs index e19795ad67..2639ba12cc 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Median/MedianPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Median/MedianPostRequestBody.cs @@ -18,7 +18,7 @@ public class MedianPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new medianPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public MedianPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public MedianPostRequestBody() { /// /// 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 MedianPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static MedianPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Median/MedianRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Median/MedianRequestBuilder.cs index 0d707c3e99..14c36e0f96 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Median/MedianRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Median/MedianRequestBuilder.cs @@ -22,6 +22,7 @@ public class MedianRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action median /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action median"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MedianRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MedianRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/median", pathParameters) { } /// - /// Instantiates a new MedianRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MedianRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/median", rawUrl) { @@ -89,6 +90,7 @@ public MedianRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action median /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Mid/MidPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mid/MidPostRequestBody.cs index c03ef3e0d2..22ace94f66 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mid/MidPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mid/MidPostRequestBody.cs @@ -34,7 +34,7 @@ public class MidPostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new midPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public MidPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public MidPostRequestBody() { /// /// 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 MidPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static MidPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"numChars", n => { NumChars = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mid/MidRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mid/MidRequestBuilder.cs index 943921503f..667f725d2a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mid/MidRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mid/MidRequestBuilder.cs @@ -22,6 +22,7 @@ public class MidRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action mid /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action mid"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MidRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MidRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/mid", pathParameters) { } /// - /// Instantiates a new MidRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MidRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/mid", rawUrl) { @@ -89,6 +90,7 @@ public MidRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action mid /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Midb/MidbPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Midb/MidbPostRequestBody.cs index 8bac0e2ac7..d5ad86cc36 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Midb/MidbPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Midb/MidbPostRequestBody.cs @@ -34,7 +34,7 @@ public class MidbPostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new midbPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public MidbPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public MidbPostRequestBody() { /// /// 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 MidbPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static MidbPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"numBytes", n => { NumBytes = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Midb/MidbRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Midb/MidbRequestBuilder.cs index e7baae4e7e..0045595730 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Midb/MidbRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Midb/MidbRequestBuilder.cs @@ -22,6 +22,7 @@ public class MidbRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action midb /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action midb"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MidbRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MidbRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/midb", pathParameters) { } /// - /// Instantiates a new MidbRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MidbRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/midb", rawUrl) { @@ -89,6 +90,7 @@ public MidbRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action midb /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Min/MinPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Min/MinPostRequestBody.cs index 717b07e517..f029e6cb3b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Min/MinPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Min/MinPostRequestBody.cs @@ -18,7 +18,7 @@ public class MinPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new minPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public MinPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public MinPostRequestBody() { /// /// 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 MinPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static MinPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Min/MinRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Min/MinRequestBuilder.cs index 5ef420f61f..5ff66973a3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Min/MinRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Min/MinRequestBuilder.cs @@ -22,6 +22,7 @@ public class MinRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action min /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action min"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MinRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/min", pathParameters) { } /// - /// Instantiates a new MinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MinRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/min", rawUrl) { @@ -89,6 +90,7 @@ public MinRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action min /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/MinA/MinAPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/MinA/MinAPostRequestBody.cs index 05f8004916..2c1789168d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/MinA/MinAPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/MinA/MinAPostRequestBody.cs @@ -18,7 +18,7 @@ public class MinAPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new minAPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public MinAPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public MinAPostRequestBody() { /// /// 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 MinAPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static MinAPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/MinA/MinARequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/MinA/MinARequestBuilder.cs index bb66edc640..eda0b5604c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/MinA/MinARequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/MinA/MinARequestBuilder.cs @@ -22,6 +22,7 @@ public class MinARequestBuilder : BaseCliRequestBuilder { /// /// Invoke action minA /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action minA"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MinARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MinARequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/minA", pathParameters) { } /// - /// Instantiates a new MinARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MinARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/minA", rawUrl) { @@ -89,6 +90,7 @@ public MinARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action minA /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Minute/MinutePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Minute/MinutePostRequestBody.cs index 0966d64530..c10a547906 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Minute/MinutePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Minute/MinutePostRequestBody.cs @@ -18,7 +18,7 @@ public class MinutePostRequestBody : IAdditionalDataHolder, IParsable { public Json SerialNumber { get; set; } #endif /// - /// Instantiates a new minutePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public MinutePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public MinutePostRequestBody() { /// /// 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 MinutePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static MinutePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"serialNumber", n => { SerialNumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Minute/MinuteRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Minute/MinuteRequestBuilder.cs index 86fc368864..f20b678bd7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Minute/MinuteRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Minute/MinuteRequestBuilder.cs @@ -22,6 +22,7 @@ public class MinuteRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action minute /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action minute"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MinuteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MinuteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/minute", pathParameters) { } /// - /// Instantiates a new MinuteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MinuteRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/minute", rawUrl) { @@ -89,6 +90,7 @@ public MinuteRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action minute /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Mirr/MirrPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mirr/MirrPostRequestBody.cs index 2824abf6b0..893f3ca3fa 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mirr/MirrPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mirr/MirrPostRequestBody.cs @@ -34,7 +34,7 @@ public class MirrPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new mirrPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public MirrPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public MirrPostRequestBody() { /// /// 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 MirrPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static MirrPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"financeRate", n => { FinanceRate = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mirr/MirrRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mirr/MirrRequestBuilder.cs index 43c401bb46..6fa9f7e223 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mirr/MirrRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mirr/MirrRequestBuilder.cs @@ -22,6 +22,7 @@ public class MirrRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action mirr /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action mirr"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MirrRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MirrRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/mirr", pathParameters) { } /// - /// Instantiates a new MirrRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MirrRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/mirr", rawUrl) { @@ -89,6 +90,7 @@ public MirrRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action mirr /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Mod/ModPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mod/ModPostRequestBody.cs index 22064a4241..0611d35f32 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mod/ModPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mod/ModPostRequestBody.cs @@ -26,7 +26,7 @@ public class ModPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new modPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ModPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ModPostRequestBody() { /// /// 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 ModPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ModPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"divisor", n => { Divisor = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mod/ModRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mod/ModRequestBuilder.cs index d058770318..ef86edb925 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mod/ModRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mod/ModRequestBuilder.cs @@ -22,6 +22,7 @@ public class ModRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action mod /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action mod"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ModRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ModRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/mod", pathParameters) { } /// - /// Instantiates a new ModRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ModRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/mod", rawUrl) { @@ -89,6 +90,7 @@ public ModRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action mod /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Month/MonthPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Month/MonthPostRequestBody.cs index 4355b148a2..c7dab5a37f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Month/MonthPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Month/MonthPostRequestBody.cs @@ -18,7 +18,7 @@ public class MonthPostRequestBody : IAdditionalDataHolder, IParsable { public Json SerialNumber { get; set; } #endif /// - /// Instantiates a new monthPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public MonthPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public MonthPostRequestBody() { /// /// 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 MonthPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static MonthPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"serialNumber", n => { SerialNumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Month/MonthRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Month/MonthRequestBuilder.cs index e5e2a01b52..019cf268ec 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Month/MonthRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Month/MonthRequestBuilder.cs @@ -22,6 +22,7 @@ public class MonthRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action month /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action month"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MonthRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MonthRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/month", pathParameters) { } /// - /// Instantiates a new MonthRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MonthRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/month", rawUrl) { @@ -89,6 +90,7 @@ public MonthRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action month /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Mround/MroundPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mround/MroundPostRequestBody.cs index d38315cc48..e4bbdb7df9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mround/MroundPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mround/MroundPostRequestBody.cs @@ -26,7 +26,7 @@ public class MroundPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new mroundPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public MroundPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public MroundPostRequestBody() { /// /// 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 MroundPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static MroundPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"multiple", n => { Multiple = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mround/MroundRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mround/MroundRequestBuilder.cs index fbcb7ee067..b9e9e3a9db 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mround/MroundRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Mround/MroundRequestBuilder.cs @@ -22,6 +22,7 @@ public class MroundRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action mround /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action mround"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MroundRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MroundRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/mround", pathParameters) { } /// - /// Instantiates a new MroundRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MroundRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/mround", rawUrl) { @@ -89,6 +90,7 @@ public MroundRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action mround /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/MultiNomial/MultiNomialPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/MultiNomial/MultiNomialPostRequestBody.cs index 2f2c682924..c1c24c3a04 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/MultiNomial/MultiNomialPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/MultiNomial/MultiNomialPostRequestBody.cs @@ -18,7 +18,7 @@ public class MultiNomialPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new multiNomialPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public MultiNomialPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public MultiNomialPostRequestBody() { /// /// 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 MultiNomialPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static MultiNomialPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/MultiNomial/MultiNomialRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/MultiNomial/MultiNomialRequestBuilder.cs index 9c318fc448..4bebbad31b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/MultiNomial/MultiNomialRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/MultiNomial/MultiNomialRequestBuilder.cs @@ -22,6 +22,7 @@ public class MultiNomialRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action multiNomial /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action multiNomial"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MultiNomialRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MultiNomialRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/multiNomial", pathParameters) { } /// - /// Instantiates a new MultiNomialRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MultiNomialRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/multiNomial", rawUrl) { @@ -89,6 +90,7 @@ public MultiNomialRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Invoke action multiNomial /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/N/NPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/N/NPostRequestBody.cs index 3ff30e5498..6d7aba1917 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/N/NPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/N/NPostRequestBody.cs @@ -18,7 +18,7 @@ public class NPostRequestBody : IAdditionalDataHolder, IParsable { public Json Value { get; set; } #endif /// - /// Instantiates a new nPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public NPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public NPostRequestBody() { /// /// 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 NPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static NPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/N/NRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/N/NRequestBuilder.cs index edf6a0adeb..b055c9248b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/N/NRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/N/NRequestBuilder.cs @@ -22,6 +22,7 @@ public class NRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action n /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action n"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new NRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/n", pathParameters) { } /// - /// Instantiates a new NRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/n", rawUrl) { @@ -89,6 +90,7 @@ public NRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ite /// /// Invoke action n /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Na/NaRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Na/NaRequestBuilder.cs index 1e1fe2bcf3..07148f519e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Na/NaRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Na/NaRequestBuilder.cs @@ -22,6 +22,7 @@ public class NaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action na /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action na"; @@ -62,13 +63,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new NaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/na", pathParameters) { } /// - /// Instantiates a new NaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NaRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/na", rawUrl) { @@ -76,6 +77,7 @@ public NaRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/it /// /// Invoke action na /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/NegBinom_Dist/NegBinom_DistPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/NegBinom_Dist/NegBinom_DistPostRequestBody.cs index 8958c502b1..4545008ac3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/NegBinom_Dist/NegBinom_DistPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/NegBinom_Dist/NegBinom_DistPostRequestBody.cs @@ -42,7 +42,7 @@ public class NegBinom_DistPostRequestBody : IAdditionalDataHolder, IParsable { public Json ProbabilityS { get; set; } #endif /// - /// Instantiates a new negBinom_DistPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public NegBinom_DistPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public NegBinom_DistPostRequestBody() { /// /// 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 NegBinom_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static NegBinom_DistPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cumulative", n => { Cumulative = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/NegBinom_Dist/NegBinom_DistRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/NegBinom_Dist/NegBinom_DistRequestBuilder.cs index 6e75941157..2100c9f443 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/NegBinom_Dist/NegBinom_DistRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/NegBinom_Dist/NegBinom_DistRequestBuilder.cs @@ -22,6 +22,7 @@ public class NegBinom_DistRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action negBinom_Dist /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action negBinom_Dist"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new NegBinom_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NegBinom_DistRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/negBinom_Dist", pathParameters) { } /// - /// Instantiates a new NegBinom_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NegBinom_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/negBinom_Dist", rawUrl) { @@ -89,6 +90,7 @@ public NegBinom_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Invoke action negBinom_Dist /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/NetworkDays/NetworkDaysPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays/NetworkDaysPostRequestBody.cs index 7b71c3f229..eb2e331a05 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays/NetworkDaysPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays/NetworkDaysPostRequestBody.cs @@ -34,7 +34,7 @@ public class NetworkDaysPostRequestBody : IAdditionalDataHolder, IParsable { public Json StartDate { get; set; } #endif /// - /// Instantiates a new networkDaysPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public NetworkDaysPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public NetworkDaysPostRequestBody() { /// /// 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 NetworkDaysPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static NetworkDaysPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"endDate", n => { EndDate = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays/NetworkDaysRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays/NetworkDaysRequestBuilder.cs index 307e830331..ddc269fe94 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays/NetworkDaysRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays/NetworkDaysRequestBuilder.cs @@ -22,6 +22,7 @@ public class NetworkDaysRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action networkDays /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action networkDays"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new NetworkDaysRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NetworkDaysRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/networkDays", pathParameters) { } /// - /// Instantiates a new NetworkDaysRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NetworkDaysRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/networkDays", rawUrl) { @@ -89,6 +90,7 @@ public NetworkDaysRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Invoke action networkDays /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/NetworkDays_Intl/NetworkDays_IntlPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays_Intl/NetworkDays_IntlPostRequestBody.cs index 50055ad66b..e905b91058 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays_Intl/NetworkDays_IntlPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays_Intl/NetworkDays_IntlPostRequestBody.cs @@ -42,7 +42,7 @@ public class NetworkDays_IntlPostRequestBody : IAdditionalDataHolder, IParsable public Json Weekend { get; set; } #endif /// - /// Instantiates a new networkDays_IntlPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public NetworkDays_IntlPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public NetworkDays_IntlPostRequestBody() { /// /// 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 NetworkDays_IntlPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static NetworkDays_IntlPostRequestBody CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"endDate", n => { EndDate = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays_Intl/NetworkDays_IntlRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays_Intl/NetworkDays_IntlRequestBuilder.cs index 39ab38bc29..2980c23164 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays_Intl/NetworkDays_IntlRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/NetworkDays_Intl/NetworkDays_IntlRequestBuilder.cs @@ -22,6 +22,7 @@ public class NetworkDays_IntlRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action networkDays_Intl /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action networkDays_Intl"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new NetworkDays_IntlRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NetworkDays_IntlRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/networkDays_Intl", pathParameters) { } /// - /// Instantiates a new NetworkDays_IntlRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NetworkDays_IntlRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/networkDays_Intl", rawUrl) { @@ -89,6 +90,7 @@ public NetworkDays_IntlRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{ /// /// Invoke action networkDays_Intl /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Nominal/NominalPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Nominal/NominalPostRequestBody.cs index 83477cac87..616e002d4c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Nominal/NominalPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Nominal/NominalPostRequestBody.cs @@ -26,7 +26,7 @@ public class NominalPostRequestBody : IAdditionalDataHolder, IParsable { public Json Npery { get; set; } #endif /// - /// Instantiates a new nominalPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public NominalPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public NominalPostRequestBody() { /// /// 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 NominalPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static NominalPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"effectRate", n => { EffectRate = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Nominal/NominalRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Nominal/NominalRequestBuilder.cs index d80273544a..9191c5a685 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Nominal/NominalRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Nominal/NominalRequestBuilder.cs @@ -22,6 +22,7 @@ public class NominalRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action nominal /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action nominal"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new NominalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NominalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/nominal", pathParameters) { } /// - /// Instantiates a new NominalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NominalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/nominal", rawUrl) { @@ -89,6 +90,7 @@ public NominalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action nominal /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Norm_Dist/Norm_DistPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Dist/Norm_DistPostRequestBody.cs index 996d5d2543..56bab2271d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Dist/Norm_DistPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Dist/Norm_DistPostRequestBody.cs @@ -42,7 +42,7 @@ public class Norm_DistPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new norm_DistPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Norm_DistPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public Norm_DistPostRequestBody() { /// /// 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 Norm_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static Norm_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cumulative", n => { Cumulative = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Dist/Norm_DistRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Dist/Norm_DistRequestBuilder.cs index 6477088171..2a6b04502b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Dist/Norm_DistRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Dist/Norm_DistRequestBuilder.cs @@ -22,6 +22,7 @@ public class Norm_DistRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action norm_Dist /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action norm_Dist"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Norm_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Norm_DistRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/norm_Dist", pathParameters) { } /// - /// Instantiates a new Norm_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Norm_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/norm_Dist", rawUrl) { @@ -89,6 +90,7 @@ public Norm_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action norm_Dist /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Norm_Inv/Norm_InvPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Inv/Norm_InvPostRequestBody.cs index 9d42b8d484..06584fc460 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Inv/Norm_InvPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Inv/Norm_InvPostRequestBody.cs @@ -34,7 +34,7 @@ public class Norm_InvPostRequestBody : IAdditionalDataHolder, IParsable { public Json StandardDev { get; set; } #endif /// - /// Instantiates a new norm_InvPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Norm_InvPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public Norm_InvPostRequestBody() { /// /// 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 Norm_InvPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static Norm_InvPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"mean", n => { Mean = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Inv/Norm_InvRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Inv/Norm_InvRequestBuilder.cs index 22764c6977..8b3c7e7fcf 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Inv/Norm_InvRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_Inv/Norm_InvRequestBuilder.cs @@ -22,6 +22,7 @@ public class Norm_InvRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action norm_Inv /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action norm_Inv"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Norm_InvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Norm_InvRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/norm_Inv", pathParameters) { } /// - /// Instantiates a new Norm_InvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Norm_InvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/norm_Inv", rawUrl) { @@ -89,6 +90,7 @@ public Norm_InvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action norm_Inv /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Dist/Norm_S_DistPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Dist/Norm_S_DistPostRequestBody.cs index 9f0fb66a03..792083550e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Dist/Norm_S_DistPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Dist/Norm_S_DistPostRequestBody.cs @@ -26,7 +26,7 @@ public class Norm_S_DistPostRequestBody : IAdditionalDataHolder, IParsable { public Json Z { get; set; } #endif /// - /// Instantiates a new norm_S_DistPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Norm_S_DistPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Norm_S_DistPostRequestBody() { /// /// 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 Norm_S_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Norm_S_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cumulative", n => { Cumulative = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Dist/Norm_S_DistRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Dist/Norm_S_DistRequestBuilder.cs index 9848a638b6..6669ad980a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Dist/Norm_S_DistRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Dist/Norm_S_DistRequestBuilder.cs @@ -22,6 +22,7 @@ public class Norm_S_DistRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action norm_S_Dist /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action norm_S_Dist"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Norm_S_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Norm_S_DistRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/norm_S_Dist", pathParameters) { } /// - /// Instantiates a new Norm_S_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Norm_S_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/norm_S_Dist", rawUrl) { @@ -89,6 +90,7 @@ public Norm_S_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Invoke action norm_S_Dist /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Inv/Norm_S_InvPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Inv/Norm_S_InvPostRequestBody.cs index 575e0c1dc6..dd4a2ba13b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Inv/Norm_S_InvPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Inv/Norm_S_InvPostRequestBody.cs @@ -18,7 +18,7 @@ public class Norm_S_InvPostRequestBody : IAdditionalDataHolder, IParsable { public Json Probability { get; set; } #endif /// - /// Instantiates a new norm_S_InvPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Norm_S_InvPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public Norm_S_InvPostRequestBody() { /// /// 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 Norm_S_InvPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static Norm_S_InvPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"probability", n => { Probability = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Inv/Norm_S_InvRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Inv/Norm_S_InvRequestBuilder.cs index 0c3dcf3d6d..083233dabe 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Inv/Norm_S_InvRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Norm_S_Inv/Norm_S_InvRequestBuilder.cs @@ -22,6 +22,7 @@ public class Norm_S_InvRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action norm_S_Inv /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action norm_S_Inv"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Norm_S_InvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Norm_S_InvRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/norm_S_Inv", pathParameters) { } /// - /// Instantiates a new Norm_S_InvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Norm_S_InvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/norm_S_Inv", rawUrl) { @@ -89,6 +90,7 @@ public Norm_S_InvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Invoke action norm_S_Inv /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Not/NotPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Not/NotPostRequestBody.cs index 3b47b84136..e7de1c4e56 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Not/NotPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Not/NotPostRequestBody.cs @@ -18,7 +18,7 @@ public class NotPostRequestBody : IAdditionalDataHolder, IParsable { public Json Logical { get; set; } #endif /// - /// Instantiates a new notPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public NotPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public NotPostRequestBody() { /// /// 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 NotPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static NotPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"logical", n => { Logical = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Not/NotRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Not/NotRequestBuilder.cs index 25ffd34628..c55f118206 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Not/NotRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Not/NotRequestBuilder.cs @@ -22,6 +22,7 @@ public class NotRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action not /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action not"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new NotRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NotRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/not", pathParameters) { } /// - /// Instantiates a new NotRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NotRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/not", rawUrl) { @@ -89,6 +90,7 @@ public NotRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action not /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Now/NowRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Now/NowRequestBuilder.cs index 894d4897e2..1d4789966a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Now/NowRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Now/NowRequestBuilder.cs @@ -22,6 +22,7 @@ public class NowRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action now /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action now"; @@ -62,13 +63,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new NowRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NowRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/now", pathParameters) { } /// - /// Instantiates a new NowRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NowRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/now", rawUrl) { @@ -76,6 +77,7 @@ public NowRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action now /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Nper/NperPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Nper/NperPostRequestBody.cs index 7649f62c5b..369b8f766d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Nper/NperPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Nper/NperPostRequestBody.cs @@ -50,7 +50,7 @@ public class NperPostRequestBody : IAdditionalDataHolder, IParsable { public Json Type { get; set; } #endif /// - /// Instantiates a new nperPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public NperPostRequestBody() { AdditionalData = new Dictionary(); @@ -58,6 +58,7 @@ public NperPostRequestBody() { /// /// 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 NperPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public static NperPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fv", n => { Fv = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Nper/NperRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Nper/NperRequestBuilder.cs index 47e0f6e731..697ea52815 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Nper/NperRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Nper/NperRequestBuilder.cs @@ -22,6 +22,7 @@ public class NperRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action nper /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action nper"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new NperRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NperRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/nper", pathParameters) { } /// - /// Instantiates a new NperRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NperRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/nper", rawUrl) { @@ -89,6 +90,7 @@ public NperRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action nper /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Npv/NpvPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Npv/NpvPostRequestBody.cs index 12049a41af..50bebec3cd 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Npv/NpvPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Npv/NpvPostRequestBody.cs @@ -26,7 +26,7 @@ public class NpvPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new npvPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public NpvPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public NpvPostRequestBody() { /// /// 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 NpvPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static NpvPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"rate", n => { Rate = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Npv/NpvRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Npv/NpvRequestBuilder.cs index ff33cac780..fdb0900f7d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Npv/NpvRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Npv/NpvRequestBuilder.cs @@ -22,6 +22,7 @@ public class NpvRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action npv /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action npv"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new NpvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NpvRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/npv", pathParameters) { } /// - /// Instantiates a new NpvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NpvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/npv", rawUrl) { @@ -89,6 +90,7 @@ public NpvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action npv /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/NumberValue/NumberValuePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/NumberValue/NumberValuePostRequestBody.cs index 07e4d68bdf..ff4e8a2e10 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/NumberValue/NumberValuePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/NumberValue/NumberValuePostRequestBody.cs @@ -34,7 +34,7 @@ public class NumberValuePostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new numberValuePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public NumberValuePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public NumberValuePostRequestBody() { /// /// 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 NumberValuePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static NumberValuePostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"decimalSeparator", n => { DecimalSeparator = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/NumberValue/NumberValueRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/NumberValue/NumberValueRequestBuilder.cs index fef01e715f..ea8373f0a1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/NumberValue/NumberValueRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/NumberValue/NumberValueRequestBuilder.cs @@ -22,6 +22,7 @@ public class NumberValueRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action numberValue /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action numberValue"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new NumberValueRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NumberValueRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/numberValue", pathParameters) { } /// - /// Instantiates a new NumberValueRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NumberValueRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/numberValue", rawUrl) { @@ -89,6 +90,7 @@ public NumberValueRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Invoke action numberValue /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Oct2Bin/Oct2BinPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Bin/Oct2BinPostRequestBody.cs index a39341f2d4..de12cf8952 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Bin/Oct2BinPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Bin/Oct2BinPostRequestBody.cs @@ -26,7 +26,7 @@ public class Oct2BinPostRequestBody : IAdditionalDataHolder, IParsable { public Json Places { get; set; } #endif /// - /// Instantiates a new oct2BinPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Oct2BinPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Oct2BinPostRequestBody() { /// /// 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 Oct2BinPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Oct2BinPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Bin/Oct2BinRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Bin/Oct2BinRequestBuilder.cs index 814ca30c36..b52a9e331a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Bin/Oct2BinRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Bin/Oct2BinRequestBuilder.cs @@ -22,6 +22,7 @@ public class Oct2BinRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action oct2Bin /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action oct2Bin"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Oct2BinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Oct2BinRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/oct2Bin", pathParameters) { } /// - /// Instantiates a new Oct2BinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Oct2BinRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/oct2Bin", rawUrl) { @@ -89,6 +90,7 @@ public Oct2BinRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action oct2Bin /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Oct2Dec/Oct2DecPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Dec/Oct2DecPostRequestBody.cs index 72abaa2233..ddf309373e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Dec/Oct2DecPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Dec/Oct2DecPostRequestBody.cs @@ -18,7 +18,7 @@ public class Oct2DecPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new oct2DecPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Oct2DecPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public Oct2DecPostRequestBody() { /// /// 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 Oct2DecPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static Oct2DecPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Dec/Oct2DecRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Dec/Oct2DecRequestBuilder.cs index e5f4e11049..798ff7c283 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Dec/Oct2DecRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Dec/Oct2DecRequestBuilder.cs @@ -22,6 +22,7 @@ public class Oct2DecRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action oct2Dec /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action oct2Dec"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Oct2DecRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Oct2DecRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/oct2Dec", pathParameters) { } /// - /// Instantiates a new Oct2DecRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Oct2DecRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/oct2Dec", rawUrl) { @@ -89,6 +90,7 @@ public Oct2DecRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action oct2Dec /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Oct2Hex/Oct2HexPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Hex/Oct2HexPostRequestBody.cs index 2ae46bfcb1..8d3407b898 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Hex/Oct2HexPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Hex/Oct2HexPostRequestBody.cs @@ -26,7 +26,7 @@ public class Oct2HexPostRequestBody : IAdditionalDataHolder, IParsable { public Json Places { get; set; } #endif /// - /// Instantiates a new oct2HexPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Oct2HexPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Oct2HexPostRequestBody() { /// /// 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 Oct2HexPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Oct2HexPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Hex/Oct2HexRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Hex/Oct2HexRequestBuilder.cs index 9ae92fb630..bd7a2213ae 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Hex/Oct2HexRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Oct2Hex/Oct2HexRequestBuilder.cs @@ -22,6 +22,7 @@ public class Oct2HexRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action oct2Hex /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action oct2Hex"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Oct2HexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Oct2HexRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/oct2Hex", pathParameters) { } /// - /// Instantiates a new Oct2HexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Oct2HexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/oct2Hex", rawUrl) { @@ -89,6 +90,7 @@ public Oct2HexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action oct2Hex /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Odd/OddPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Odd/OddPostRequestBody.cs index beb57d1536..22678923db 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Odd/OddPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Odd/OddPostRequestBody.cs @@ -18,7 +18,7 @@ public class OddPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new oddPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OddPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public OddPostRequestBody() { /// /// 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 OddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static OddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Odd/OddRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Odd/OddRequestBuilder.cs index 0fe0db8b17..5cc7f6e89d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Odd/OddRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Odd/OddRequestBuilder.cs @@ -22,6 +22,7 @@ public class OddRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action odd /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action odd"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OddRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/odd", pathParameters) { } /// - /// Instantiates a new OddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/odd", rawUrl) { @@ -89,6 +90,7 @@ public OddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action odd /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/OddFPrice/OddFPricePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddFPrice/OddFPricePostRequestBody.cs index 7284717972..89783dd483 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddFPrice/OddFPricePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddFPrice/OddFPricePostRequestBody.cs @@ -82,7 +82,7 @@ public class OddFPricePostRequestBody : IAdditionalDataHolder, IParsable { public Json Yld { get; set; } #endif /// - /// Instantiates a new oddFPricePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OddFPricePostRequestBody() { AdditionalData = new Dictionary(); @@ -90,6 +90,7 @@ public OddFPricePostRequestBody() { /// /// 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 OddFPricePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -98,6 +99,7 @@ public static OddFPricePostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddFPrice/OddFPriceRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddFPrice/OddFPriceRequestBuilder.cs index 1659234f56..975c9c4883 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddFPrice/OddFPriceRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddFPrice/OddFPriceRequestBuilder.cs @@ -22,6 +22,7 @@ public class OddFPriceRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action oddFPrice /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action oddFPrice"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OddFPriceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OddFPriceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/oddFPrice", pathParameters) { } /// - /// Instantiates a new OddFPriceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OddFPriceRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/oddFPrice", rawUrl) { @@ -89,6 +90,7 @@ public OddFPriceRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action oddFPrice /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/OddFYield/OddFYieldPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddFYield/OddFYieldPostRequestBody.cs index f8aa33cb2d..ca70f85eb7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddFYield/OddFYieldPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddFYield/OddFYieldPostRequestBody.cs @@ -82,7 +82,7 @@ public class OddFYieldPostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new oddFYieldPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OddFYieldPostRequestBody() { AdditionalData = new Dictionary(); @@ -90,6 +90,7 @@ public OddFYieldPostRequestBody() { /// /// 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 OddFYieldPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -98,6 +99,7 @@ public static OddFYieldPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddFYield/OddFYieldRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddFYield/OddFYieldRequestBuilder.cs index bb86229592..88381ce477 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddFYield/OddFYieldRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddFYield/OddFYieldRequestBuilder.cs @@ -22,6 +22,7 @@ public class OddFYieldRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action oddFYield /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action oddFYield"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OddFYieldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OddFYieldRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/oddFYield", pathParameters) { } /// - /// Instantiates a new OddFYieldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OddFYieldRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/oddFYield", rawUrl) { @@ -89,6 +90,7 @@ public OddFYieldRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action oddFYield /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/OddLPrice/OddLPricePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddLPrice/OddLPricePostRequestBody.cs index ce045e9c70..5c23fd6552 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddLPrice/OddLPricePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddLPrice/OddLPricePostRequestBody.cs @@ -74,7 +74,7 @@ public class OddLPricePostRequestBody : IAdditionalDataHolder, IParsable { public Json Yld { get; set; } #endif /// - /// Instantiates a new oddLPricePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OddLPricePostRequestBody() { AdditionalData = new Dictionary(); @@ -82,6 +82,7 @@ public OddLPricePostRequestBody() { /// /// 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 OddLPricePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -90,6 +91,7 @@ public static OddLPricePostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddLPrice/OddLPriceRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddLPrice/OddLPriceRequestBuilder.cs index bffa8def6b..1e82e5b665 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddLPrice/OddLPriceRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddLPrice/OddLPriceRequestBuilder.cs @@ -22,6 +22,7 @@ public class OddLPriceRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action oddLPrice /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action oddLPrice"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OddLPriceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OddLPriceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/oddLPrice", pathParameters) { } /// - /// Instantiates a new OddLPriceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OddLPriceRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/oddLPrice", rawUrl) { @@ -89,6 +90,7 @@ public OddLPriceRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action oddLPrice /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/OddLYield/OddLYieldPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddLYield/OddLYieldPostRequestBody.cs index 72e71c2ef7..1778d8935b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddLYield/OddLYieldPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddLYield/OddLYieldPostRequestBody.cs @@ -74,7 +74,7 @@ public class OddLYieldPostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new oddLYieldPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OddLYieldPostRequestBody() { AdditionalData = new Dictionary(); @@ -82,6 +82,7 @@ public OddLYieldPostRequestBody() { /// /// 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 OddLYieldPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -90,6 +91,7 @@ public static OddLYieldPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddLYield/OddLYieldRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddLYield/OddLYieldRequestBuilder.cs index 9cce1efb0e..ed2072761d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddLYield/OddLYieldRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/OddLYield/OddLYieldRequestBuilder.cs @@ -22,6 +22,7 @@ public class OddLYieldRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action oddLYield /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action oddLYield"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OddLYieldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OddLYieldRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/oddLYield", pathParameters) { } /// - /// Instantiates a new OddLYieldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OddLYieldRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/oddLYield", rawUrl) { @@ -89,6 +90,7 @@ public OddLYieldRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action oddLYield /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Or/OrPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Or/OrPostRequestBody.cs index 905a220e30..e51dd45e02 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Or/OrPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Or/OrPostRequestBody.cs @@ -18,7 +18,7 @@ public class OrPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new orPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OrPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public OrPostRequestBody() { /// /// 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 OrPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static OrPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Or/OrRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Or/OrRequestBuilder.cs index 9ed2510ac7..3beb86c266 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Or/OrRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Or/OrRequestBuilder.cs @@ -22,6 +22,7 @@ public class OrRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action or /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action or"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OrRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OrRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/or", pathParameters) { } /// - /// Instantiates a new OrRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OrRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/or", rawUrl) { @@ -89,6 +90,7 @@ public OrRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/it /// /// Invoke action or /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Pduration/PdurationPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pduration/PdurationPostRequestBody.cs index d438666d1f..4812a28802 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pduration/PdurationPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pduration/PdurationPostRequestBody.cs @@ -34,7 +34,7 @@ public class PdurationPostRequestBody : IAdditionalDataHolder, IParsable { public Json Rate { get; set; } #endif /// - /// Instantiates a new pdurationPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public PdurationPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public PdurationPostRequestBody() { /// /// 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 PdurationPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static PdurationPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fv", n => { Fv = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pduration/PdurationRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pduration/PdurationRequestBuilder.cs index 9c7865486a..1373a9c8a5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pduration/PdurationRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pduration/PdurationRequestBuilder.cs @@ -22,6 +22,7 @@ public class PdurationRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action pduration /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action pduration"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PdurationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PdurationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/pduration", pathParameters) { } /// - /// Instantiates a new PdurationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PdurationRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/pduration", rawUrl) { @@ -89,6 +90,7 @@ public PdurationRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action pduration /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Exc/PercentRank_ExcPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Exc/PercentRank_ExcPostRequestBody.cs index 8a110f0d83..b2177f1883 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Exc/PercentRank_ExcPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Exc/PercentRank_ExcPostRequestBody.cs @@ -34,7 +34,7 @@ public class PercentRank_ExcPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new percentRank_ExcPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public PercentRank_ExcPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public PercentRank_ExcPostRequestBody() { /// /// 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 PercentRank_ExcPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static PercentRank_ExcPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"array", n => { Array = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Exc/PercentRank_ExcRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Exc/PercentRank_ExcRequestBuilder.cs index b1e06e84f6..43a481c500 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Exc/PercentRank_ExcRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Exc/PercentRank_ExcRequestBuilder.cs @@ -22,6 +22,7 @@ public class PercentRank_ExcRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action percentRank_Exc /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action percentRank_Exc"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PercentRank_ExcRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PercentRank_ExcRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/percentRank_Exc", pathParameters) { } /// - /// Instantiates a new PercentRank_ExcRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PercentRank_ExcRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/percentRank_Exc", rawUrl) { @@ -89,6 +90,7 @@ public PercentRank_ExcRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Invoke action percentRank_Exc /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Inc/PercentRank_IncPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Inc/PercentRank_IncPostRequestBody.cs index 47f9932fe7..9269b7fa6a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Inc/PercentRank_IncPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Inc/PercentRank_IncPostRequestBody.cs @@ -34,7 +34,7 @@ public class PercentRank_IncPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new percentRank_IncPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public PercentRank_IncPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public PercentRank_IncPostRequestBody() { /// /// 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 PercentRank_IncPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static PercentRank_IncPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"array", n => { Array = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Inc/PercentRank_IncRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Inc/PercentRank_IncRequestBuilder.cs index 3fcfc0516a..76cfafdf94 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Inc/PercentRank_IncRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/PercentRank_Inc/PercentRank_IncRequestBuilder.cs @@ -22,6 +22,7 @@ public class PercentRank_IncRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action percentRank_Inc /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action percentRank_Inc"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PercentRank_IncRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PercentRank_IncRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/percentRank_Inc", pathParameters) { } /// - /// Instantiates a new PercentRank_IncRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PercentRank_IncRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/percentRank_Inc", rawUrl) { @@ -89,6 +90,7 @@ public PercentRank_IncRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Invoke action percentRank_Inc /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Percentile_Exc/Percentile_ExcPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Exc/Percentile_ExcPostRequestBody.cs index 8387b3bf69..de8ee520db 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Exc/Percentile_ExcPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Exc/Percentile_ExcPostRequestBody.cs @@ -26,7 +26,7 @@ public class Percentile_ExcPostRequestBody : IAdditionalDataHolder, IParsable { public Json K { get; set; } #endif /// - /// Instantiates a new percentile_ExcPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Percentile_ExcPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Percentile_ExcPostRequestBody() { /// /// 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 Percentile_ExcPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Percentile_ExcPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"array", n => { Array = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Exc/Percentile_ExcRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Exc/Percentile_ExcRequestBuilder.cs index 59d82620f5..e4ae8cea49 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Exc/Percentile_ExcRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Exc/Percentile_ExcRequestBuilder.cs @@ -22,6 +22,7 @@ public class Percentile_ExcRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action percentile_Exc /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action percentile_Exc"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Percentile_ExcRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Percentile_ExcRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/percentile_Exc", pathParameters) { } /// - /// Instantiates a new Percentile_ExcRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Percentile_ExcRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/percentile_Exc", rawUrl) { @@ -89,6 +90,7 @@ public Percentile_ExcRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Invoke action percentile_Exc /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Percentile_Inc/Percentile_IncPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Inc/Percentile_IncPostRequestBody.cs index a8e6ff22fe..617fa6a187 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Inc/Percentile_IncPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Inc/Percentile_IncPostRequestBody.cs @@ -26,7 +26,7 @@ public class Percentile_IncPostRequestBody : IAdditionalDataHolder, IParsable { public Json K { get; set; } #endif /// - /// Instantiates a new percentile_IncPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Percentile_IncPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Percentile_IncPostRequestBody() { /// /// 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 Percentile_IncPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Percentile_IncPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"array", n => { Array = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Inc/Percentile_IncRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Inc/Percentile_IncRequestBuilder.cs index b2d35933df..1eebff3796 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Inc/Percentile_IncRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Percentile_Inc/Percentile_IncRequestBuilder.cs @@ -22,6 +22,7 @@ public class Percentile_IncRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action percentile_Inc /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action percentile_Inc"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Percentile_IncRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Percentile_IncRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/percentile_Inc", pathParameters) { } /// - /// Instantiates a new Percentile_IncRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Percentile_IncRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/percentile_Inc", rawUrl) { @@ -89,6 +90,7 @@ public Percentile_IncRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Invoke action percentile_Inc /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Permut/PermutPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Permut/PermutPostRequestBody.cs index 628e915a90..1cd6a8d808 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Permut/PermutPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Permut/PermutPostRequestBody.cs @@ -26,7 +26,7 @@ public class PermutPostRequestBody : IAdditionalDataHolder, IParsable { public Json NumberChosen { get; set; } #endif /// - /// Instantiates a new permutPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public PermutPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public PermutPostRequestBody() { /// /// 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 PermutPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static PermutPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Permut/PermutRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Permut/PermutRequestBuilder.cs index 6598d8d42d..ef360b1ae0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Permut/PermutRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Permut/PermutRequestBuilder.cs @@ -22,6 +22,7 @@ public class PermutRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action permut /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action permut"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PermutRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermutRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/permut", pathParameters) { } /// - /// Instantiates a new PermutRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermutRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/permut", rawUrl) { @@ -89,6 +90,7 @@ public PermutRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action permut /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Permutationa/PermutationaPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Permutationa/PermutationaPostRequestBody.cs index f71293b982..d5b172e2af 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Permutationa/PermutationaPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Permutationa/PermutationaPostRequestBody.cs @@ -26,7 +26,7 @@ public class PermutationaPostRequestBody : IAdditionalDataHolder, IParsable { public Json NumberChosen { get; set; } #endif /// - /// Instantiates a new permutationaPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public PermutationaPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public PermutationaPostRequestBody() { /// /// 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 PermutationaPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static PermutationaPostRequestBody CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Permutationa/PermutationaRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Permutationa/PermutationaRequestBuilder.cs index a3ced0e4db..a4cbd5c334 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Permutationa/PermutationaRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Permutationa/PermutationaRequestBuilder.cs @@ -22,6 +22,7 @@ public class PermutationaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action permutationa /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action permutationa"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PermutationaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermutationaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/permutationa", pathParameters) { } /// - /// Instantiates a new PermutationaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermutationaRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/permutationa", rawUrl) { @@ -89,6 +90,7 @@ public PermutationaRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Invoke action permutationa /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Phi/PhiPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Phi/PhiPostRequestBody.cs index d5ddb5bde3..9fc0a13e24 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Phi/PhiPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Phi/PhiPostRequestBody.cs @@ -18,7 +18,7 @@ public class PhiPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new phiPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public PhiPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public PhiPostRequestBody() { /// /// 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 PhiPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static PhiPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"x", n => { X = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Phi/PhiRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Phi/PhiRequestBuilder.cs index bf5b54c92d..679c1eef45 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Phi/PhiRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Phi/PhiRequestBuilder.cs @@ -22,6 +22,7 @@ public class PhiRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action phi /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action phi"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PhiRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PhiRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/phi", pathParameters) { } /// - /// Instantiates a new PhiRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PhiRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/phi", rawUrl) { @@ -89,6 +90,7 @@ public PhiRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action phi /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Pi/PiRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pi/PiRequestBuilder.cs index 306c80c6e1..babbec7397 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pi/PiRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pi/PiRequestBuilder.cs @@ -22,6 +22,7 @@ public class PiRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action pi /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action pi"; @@ -62,13 +63,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PiRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PiRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/pi", pathParameters) { } /// - /// Instantiates a new PiRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PiRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/pi", rawUrl) { @@ -76,6 +77,7 @@ public PiRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/it /// /// Invoke action pi /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Pmt/PmtPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pmt/PmtPostRequestBody.cs index 1d7d3807c8..5e3f87a0a5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pmt/PmtPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pmt/PmtPostRequestBody.cs @@ -50,7 +50,7 @@ public class PmtPostRequestBody : IAdditionalDataHolder, IParsable { public Json Type { get; set; } #endif /// - /// Instantiates a new pmtPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public PmtPostRequestBody() { AdditionalData = new Dictionary(); @@ -58,6 +58,7 @@ public PmtPostRequestBody() { /// /// 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 PmtPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public static PmtPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fv", n => { Fv = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pmt/PmtRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pmt/PmtRequestBuilder.cs index 4a67d44acf..7f3d23cab5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pmt/PmtRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pmt/PmtRequestBuilder.cs @@ -22,6 +22,7 @@ public class PmtRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action pmt /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action pmt"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PmtRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PmtRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/pmt", pathParameters) { } /// - /// Instantiates a new PmtRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PmtRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/pmt", rawUrl) { @@ -89,6 +90,7 @@ public PmtRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action pmt /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Poisson_Dist/Poisson_DistPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Poisson_Dist/Poisson_DistPostRequestBody.cs index 37b1e0b88f..c5edd5b9e3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Poisson_Dist/Poisson_DistPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Poisson_Dist/Poisson_DistPostRequestBody.cs @@ -34,7 +34,7 @@ public class Poisson_DistPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new poisson_DistPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Poisson_DistPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public Poisson_DistPostRequestBody() { /// /// 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 Poisson_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static Poisson_DistPostRequestBody CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cumulative", n => { Cumulative = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Poisson_Dist/Poisson_DistRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Poisson_Dist/Poisson_DistRequestBuilder.cs index 607d893244..4d352ab105 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Poisson_Dist/Poisson_DistRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Poisson_Dist/Poisson_DistRequestBuilder.cs @@ -22,6 +22,7 @@ public class Poisson_DistRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action poisson_Dist /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action poisson_Dist"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Poisson_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Poisson_DistRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/poisson_Dist", pathParameters) { } /// - /// Instantiates a new Poisson_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Poisson_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/poisson_Dist", rawUrl) { @@ -89,6 +90,7 @@ public Poisson_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Invoke action poisson_Dist /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Power/PowerPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Power/PowerPostRequestBody.cs index 19b47b6f63..8004721ad0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Power/PowerPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Power/PowerPostRequestBody.cs @@ -26,7 +26,7 @@ public class PowerPostRequestBody : IAdditionalDataHolder, IParsable { public Json Power { get; set; } #endif /// - /// Instantiates a new powerPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public PowerPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public PowerPostRequestBody() { /// /// 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 PowerPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static PowerPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Power/PowerRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Power/PowerRequestBuilder.cs index 52e67d5456..f2d811bcfd 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Power/PowerRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Power/PowerRequestBuilder.cs @@ -22,6 +22,7 @@ public class PowerRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action power /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action power"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PowerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PowerRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/power", pathParameters) { } /// - /// Instantiates a new PowerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PowerRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/power", rawUrl) { @@ -89,6 +90,7 @@ public PowerRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action power /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Ppmt/PpmtPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ppmt/PpmtPostRequestBody.cs index a7c3569dc1..0dc041aa1f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ppmt/PpmtPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ppmt/PpmtPostRequestBody.cs @@ -58,7 +58,7 @@ public class PpmtPostRequestBody : IAdditionalDataHolder, IParsable { public Json Type { get; set; } #endif /// - /// Instantiates a new ppmtPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public PpmtPostRequestBody() { AdditionalData = new Dictionary(); @@ -66,6 +66,7 @@ public PpmtPostRequestBody() { /// /// 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 PpmtPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -74,6 +75,7 @@ public static PpmtPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fv", n => { Fv = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ppmt/PpmtRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ppmt/PpmtRequestBuilder.cs index 1f10805b3a..0aa4f9b5be 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ppmt/PpmtRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Ppmt/PpmtRequestBuilder.cs @@ -22,6 +22,7 @@ public class PpmtRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action ppmt /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action ppmt"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PpmtRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PpmtRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/ppmt", pathParameters) { } /// - /// Instantiates a new PpmtRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PpmtRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/ppmt", rawUrl) { @@ -89,6 +90,7 @@ public PpmtRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action ppmt /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Price/PricePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Price/PricePostRequestBody.cs index 34b01929b8..61ba39f829 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Price/PricePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Price/PricePostRequestBody.cs @@ -66,7 +66,7 @@ public class PricePostRequestBody : IAdditionalDataHolder, IParsable { public Json Yld { get; set; } #endif /// - /// Instantiates a new pricePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public PricePostRequestBody() { AdditionalData = new Dictionary(); @@ -74,6 +74,7 @@ public PricePostRequestBody() { /// /// 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 PricePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -82,6 +83,7 @@ public static PricePostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Price/PriceRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Price/PriceRequestBuilder.cs index 595871e238..577afd5e19 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Price/PriceRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Price/PriceRequestBuilder.cs @@ -22,6 +22,7 @@ public class PriceRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action price /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action price"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PriceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PriceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/price", pathParameters) { } /// - /// Instantiates a new PriceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PriceRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/price", rawUrl) { @@ -89,6 +90,7 @@ public PriceRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action price /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/PriceDisc/PriceDiscPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/PriceDisc/PriceDiscPostRequestBody.cs index 969a772b1d..f77a6630ea 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/PriceDisc/PriceDiscPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/PriceDisc/PriceDiscPostRequestBody.cs @@ -50,7 +50,7 @@ public class PriceDiscPostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new priceDiscPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public PriceDiscPostRequestBody() { AdditionalData = new Dictionary(); @@ -58,6 +58,7 @@ public PriceDiscPostRequestBody() { /// /// 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 PriceDiscPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public static PriceDiscPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/PriceDisc/PriceDiscRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/PriceDisc/PriceDiscRequestBuilder.cs index d7873ad4e9..6ede076aa5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/PriceDisc/PriceDiscRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/PriceDisc/PriceDiscRequestBuilder.cs @@ -22,6 +22,7 @@ public class PriceDiscRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action priceDisc /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action priceDisc"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PriceDiscRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PriceDiscRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/priceDisc", pathParameters) { } /// - /// Instantiates a new PriceDiscRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PriceDiscRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/priceDisc", rawUrl) { @@ -89,6 +90,7 @@ public PriceDiscRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action priceDisc /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/PriceMat/PriceMatPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/PriceMat/PriceMatPostRequestBody.cs index 1a656961b4..486e6ab08f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/PriceMat/PriceMatPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/PriceMat/PriceMatPostRequestBody.cs @@ -58,7 +58,7 @@ public class PriceMatPostRequestBody : IAdditionalDataHolder, IParsable { public Json Yld { get; set; } #endif /// - /// Instantiates a new priceMatPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public PriceMatPostRequestBody() { AdditionalData = new Dictionary(); @@ -66,6 +66,7 @@ public PriceMatPostRequestBody() { /// /// 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 PriceMatPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -74,6 +75,7 @@ public static PriceMatPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/PriceMat/PriceMatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/PriceMat/PriceMatRequestBuilder.cs index bdc96b248c..66b07bd0c3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/PriceMat/PriceMatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/PriceMat/PriceMatRequestBuilder.cs @@ -22,6 +22,7 @@ public class PriceMatRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action priceMat /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action priceMat"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PriceMatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PriceMatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/priceMat", pathParameters) { } /// - /// Instantiates a new PriceMatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PriceMatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/priceMat", rawUrl) { @@ -89,6 +90,7 @@ public PriceMatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action priceMat /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Product/ProductPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Product/ProductPostRequestBody.cs index 42ea8ac2b7..06ace40450 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Product/ProductPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Product/ProductPostRequestBody.cs @@ -18,7 +18,7 @@ public class ProductPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new productPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ProductPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ProductPostRequestBody() { /// /// 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 ProductPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ProductPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Product/ProductRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Product/ProductRequestBuilder.cs index 7bdf31f02d..4f2ac54438 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Product/ProductRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Product/ProductRequestBuilder.cs @@ -22,6 +22,7 @@ public class ProductRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action product /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action product"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ProductRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ProductRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/product", pathParameters) { } /// - /// Instantiates a new ProductRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ProductRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/product", rawUrl) { @@ -89,6 +90,7 @@ public ProductRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action product /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Proper/ProperPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Proper/ProperPostRequestBody.cs index 7d83624504..1ac9b8c0f6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Proper/ProperPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Proper/ProperPostRequestBody.cs @@ -18,7 +18,7 @@ public class ProperPostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new properPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ProperPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ProperPostRequestBody() { /// /// 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 ProperPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ProperPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"text", n => { Text = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Proper/ProperRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Proper/ProperRequestBuilder.cs index bd17222554..27e8fae79d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Proper/ProperRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Proper/ProperRequestBuilder.cs @@ -22,6 +22,7 @@ public class ProperRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action proper /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action proper"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ProperRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ProperRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/proper", pathParameters) { } /// - /// Instantiates a new ProperRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ProperRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/proper", rawUrl) { @@ -89,6 +90,7 @@ public ProperRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action proper /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Pv/PvPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pv/PvPostRequestBody.cs index 40be4a4483..7f740b369e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pv/PvPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pv/PvPostRequestBody.cs @@ -50,7 +50,7 @@ public class PvPostRequestBody : IAdditionalDataHolder, IParsable { public Json Type { get; set; } #endif /// - /// Instantiates a new pvPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public PvPostRequestBody() { AdditionalData = new Dictionary(); @@ -58,6 +58,7 @@ public PvPostRequestBody() { /// /// 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 PvPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public static PvPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fv", n => { Fv = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pv/PvRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pv/PvRequestBuilder.cs index 41dee420d7..e9f9bdd6f3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pv/PvRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Pv/PvRequestBuilder.cs @@ -22,6 +22,7 @@ public class PvRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action pv /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action pv"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PvRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/pv", pathParameters) { } /// - /// Instantiates a new PvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/pv", rawUrl) { @@ -89,6 +90,7 @@ public PvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/it /// /// Invoke action pv /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Quartile_Exc/Quartile_ExcPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Exc/Quartile_ExcPostRequestBody.cs index 97d9ef2c3a..49c3723181 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Exc/Quartile_ExcPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Exc/Quartile_ExcPostRequestBody.cs @@ -26,7 +26,7 @@ public class Quartile_ExcPostRequestBody : IAdditionalDataHolder, IParsable { public Json Quart { get; set; } #endif /// - /// Instantiates a new quartile_ExcPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Quartile_ExcPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Quartile_ExcPostRequestBody() { /// /// 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 Quartile_ExcPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Quartile_ExcPostRequestBody CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"array", n => { Array = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Exc/Quartile_ExcRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Exc/Quartile_ExcRequestBuilder.cs index ef696c29e0..dfa1b43ede 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Exc/Quartile_ExcRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Exc/Quartile_ExcRequestBuilder.cs @@ -22,6 +22,7 @@ public class Quartile_ExcRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action quartile_Exc /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action quartile_Exc"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Quartile_ExcRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Quartile_ExcRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/quartile_Exc", pathParameters) { } /// - /// Instantiates a new Quartile_ExcRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Quartile_ExcRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/quartile_Exc", rawUrl) { @@ -89,6 +90,7 @@ public Quartile_ExcRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Invoke action quartile_Exc /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Quartile_Inc/Quartile_IncPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Inc/Quartile_IncPostRequestBody.cs index 08ec0b859d..53cc757402 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Inc/Quartile_IncPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Inc/Quartile_IncPostRequestBody.cs @@ -26,7 +26,7 @@ public class Quartile_IncPostRequestBody : IAdditionalDataHolder, IParsable { public Json Quart { get; set; } #endif /// - /// Instantiates a new quartile_IncPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Quartile_IncPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Quartile_IncPostRequestBody() { /// /// 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 Quartile_IncPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Quartile_IncPostRequestBody CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"array", n => { Array = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Inc/Quartile_IncRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Inc/Quartile_IncRequestBuilder.cs index 7ef604d717..5690c5adba 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Inc/Quartile_IncRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quartile_Inc/Quartile_IncRequestBuilder.cs @@ -22,6 +22,7 @@ public class Quartile_IncRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action quartile_Inc /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action quartile_Inc"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Quartile_IncRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Quartile_IncRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/quartile_Inc", pathParameters) { } /// - /// Instantiates a new Quartile_IncRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Quartile_IncRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/quartile_Inc", rawUrl) { @@ -89,6 +90,7 @@ public Quartile_IncRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Invoke action quartile_Inc /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Quotient/QuotientPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quotient/QuotientPostRequestBody.cs index bb797c836a..52aa60f756 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quotient/QuotientPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quotient/QuotientPostRequestBody.cs @@ -26,7 +26,7 @@ public class QuotientPostRequestBody : IAdditionalDataHolder, IParsable { public Json Numerator { get; set; } #endif /// - /// Instantiates a new quotientPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public QuotientPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public QuotientPostRequestBody() { /// /// 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 QuotientPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static QuotientPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"denominator", n => { Denominator = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quotient/QuotientRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quotient/QuotientRequestBuilder.cs index f19f890be9..b9a56693ff 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quotient/QuotientRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Quotient/QuotientRequestBuilder.cs @@ -22,6 +22,7 @@ public class QuotientRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action quotient /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action quotient"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new QuotientRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public QuotientRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/quotient", pathParameters) { } /// - /// Instantiates a new QuotientRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public QuotientRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/quotient", rawUrl) { @@ -89,6 +90,7 @@ public QuotientRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action quotient /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Radians/RadiansPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Radians/RadiansPostRequestBody.cs index 2c13bf451a..a2e9776870 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Radians/RadiansPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Radians/RadiansPostRequestBody.cs @@ -18,7 +18,7 @@ public class RadiansPostRequestBody : IAdditionalDataHolder, IParsable { public Json Angle { get; set; } #endif /// - /// Instantiates a new radiansPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RadiansPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public RadiansPostRequestBody() { /// /// 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 RadiansPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static RadiansPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"angle", n => { Angle = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Radians/RadiansRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Radians/RadiansRequestBuilder.cs index 4a4ba8a2b4..48bfd45cea 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Radians/RadiansRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Radians/RadiansRequestBuilder.cs @@ -22,6 +22,7 @@ public class RadiansRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action radians /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action radians"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RadiansRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RadiansRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/radians", pathParameters) { } /// - /// Instantiates a new RadiansRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RadiansRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/radians", rawUrl) { @@ -89,6 +90,7 @@ public RadiansRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action radians /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Rand/RandRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rand/RandRequestBuilder.cs index 9a82b56522..8baf744ecc 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rand/RandRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rand/RandRequestBuilder.cs @@ -22,6 +22,7 @@ public class RandRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action rand /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action rand"; @@ -62,13 +63,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RandRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RandRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/rand", pathParameters) { } /// - /// Instantiates a new RandRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RandRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/rand", rawUrl) { @@ -76,6 +77,7 @@ public RandRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action rand /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/RandBetween/RandBetweenPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/RandBetween/RandBetweenPostRequestBody.cs index 4ed3de0d22..46c90e92bb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/RandBetween/RandBetweenPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/RandBetween/RandBetweenPostRequestBody.cs @@ -26,7 +26,7 @@ public class RandBetweenPostRequestBody : IAdditionalDataHolder, IParsable { public Json Top { get; set; } #endif /// - /// Instantiates a new randBetweenPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RandBetweenPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public RandBetweenPostRequestBody() { /// /// 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 RandBetweenPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static RandBetweenPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"bottom", n => { Bottom = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/RandBetween/RandBetweenRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/RandBetween/RandBetweenRequestBuilder.cs index 5f6386e2d2..4660f0fd3b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/RandBetween/RandBetweenRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/RandBetween/RandBetweenRequestBuilder.cs @@ -22,6 +22,7 @@ public class RandBetweenRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action randBetween /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action randBetween"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RandBetweenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RandBetweenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/randBetween", pathParameters) { } /// - /// Instantiates a new RandBetweenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RandBetweenRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/randBetween", rawUrl) { @@ -89,6 +90,7 @@ public RandBetweenRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Invoke action randBetween /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Rank_Avg/Rank_AvgPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Avg/Rank_AvgPostRequestBody.cs index 8e657003a7..ea1451b2db 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Avg/Rank_AvgPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Avg/Rank_AvgPostRequestBody.cs @@ -34,7 +34,7 @@ public class Rank_AvgPostRequestBody : IAdditionalDataHolder, IParsable { public Json Ref { get; set; } #endif /// - /// Instantiates a new rank_AvgPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Rank_AvgPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public Rank_AvgPostRequestBody() { /// /// 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 Rank_AvgPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static Rank_AvgPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Avg/Rank_AvgRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Avg/Rank_AvgRequestBuilder.cs index 7ae11a2b9b..b581c90a79 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Avg/Rank_AvgRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Avg/Rank_AvgRequestBuilder.cs @@ -22,6 +22,7 @@ public class Rank_AvgRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action rank_Avg /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action rank_Avg"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Rank_AvgRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Rank_AvgRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/rank_Avg", pathParameters) { } /// - /// Instantiates a new Rank_AvgRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Rank_AvgRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/rank_Avg", rawUrl) { @@ -89,6 +90,7 @@ public Rank_AvgRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action rank_Avg /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Rank_Eq/Rank_EqPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Eq/Rank_EqPostRequestBody.cs index 4633a213eb..5797bb7fbb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Eq/Rank_EqPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Eq/Rank_EqPostRequestBody.cs @@ -34,7 +34,7 @@ public class Rank_EqPostRequestBody : IAdditionalDataHolder, IParsable { public Json Ref { get; set; } #endif /// - /// Instantiates a new rank_EqPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Rank_EqPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public Rank_EqPostRequestBody() { /// /// 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 Rank_EqPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static Rank_EqPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Eq/Rank_EqRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Eq/Rank_EqRequestBuilder.cs index 1a92925b8e..aa73ec6e09 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Eq/Rank_EqRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rank_Eq/Rank_EqRequestBuilder.cs @@ -22,6 +22,7 @@ public class Rank_EqRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action rank_Eq /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action rank_Eq"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Rank_EqRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Rank_EqRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/rank_Eq", pathParameters) { } /// - /// Instantiates a new Rank_EqRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Rank_EqRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/rank_Eq", rawUrl) { @@ -89,6 +90,7 @@ public Rank_EqRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action rank_Eq /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Rate/RatePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rate/RatePostRequestBody.cs index 7282ab7e55..99ea8a62e7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rate/RatePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rate/RatePostRequestBody.cs @@ -58,7 +58,7 @@ public class RatePostRequestBody : IAdditionalDataHolder, IParsable { public Json Type { get; set; } #endif /// - /// Instantiates a new ratePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RatePostRequestBody() { AdditionalData = new Dictionary(); @@ -66,6 +66,7 @@ public RatePostRequestBody() { /// /// 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 RatePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -74,6 +75,7 @@ public static RatePostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fv", n => { Fv = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rate/RateRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rate/RateRequestBuilder.cs index 23bed2f53d..eaf83465b9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rate/RateRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rate/RateRequestBuilder.cs @@ -22,6 +22,7 @@ public class RateRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action rate /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action rate"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/rate", pathParameters) { } /// - /// Instantiates a new RateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RateRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/rate", rawUrl) { @@ -89,6 +90,7 @@ public RateRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action rate /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Received/ReceivedPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Received/ReceivedPostRequestBody.cs index e1d7681dcd..263bd42959 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Received/ReceivedPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Received/ReceivedPostRequestBody.cs @@ -50,7 +50,7 @@ public class ReceivedPostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new receivedPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ReceivedPostRequestBody() { AdditionalData = new Dictionary(); @@ -58,6 +58,7 @@ public ReceivedPostRequestBody() { /// /// 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 ReceivedPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public static ReceivedPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Received/ReceivedRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Received/ReceivedRequestBuilder.cs index f4eec9683a..741060ff29 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Received/ReceivedRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Received/ReceivedRequestBuilder.cs @@ -22,6 +22,7 @@ public class ReceivedRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action received /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action received"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReceivedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReceivedRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/received", pathParameters) { } /// - /// Instantiates a new ReceivedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReceivedRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/received", rawUrl) { @@ -89,6 +90,7 @@ public ReceivedRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action received /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Replace/ReplacePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Replace/ReplacePostRequestBody.cs index 81ea9a162f..35d73f1b87 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Replace/ReplacePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Replace/ReplacePostRequestBody.cs @@ -42,7 +42,7 @@ public class ReplacePostRequestBody : IAdditionalDataHolder, IParsable { public Json StartNum { get; set; } #endif /// - /// Instantiates a new replacePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ReplacePostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public ReplacePostRequestBody() { /// /// 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 ReplacePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static ReplacePostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"newText", n => { NewText = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Replace/ReplaceRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Replace/ReplaceRequestBuilder.cs index cc15420005..0aada01eab 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Replace/ReplaceRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Replace/ReplaceRequestBuilder.cs @@ -22,6 +22,7 @@ public class ReplaceRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action replace /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action replace"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReplaceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReplaceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/replace", pathParameters) { } /// - /// Instantiates a new ReplaceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReplaceRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/replace", rawUrl) { @@ -89,6 +90,7 @@ public ReplaceRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action replace /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/ReplaceB/ReplaceBPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ReplaceB/ReplaceBPostRequestBody.cs index 30452dccdd..e1aa064201 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ReplaceB/ReplaceBPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ReplaceB/ReplaceBPostRequestBody.cs @@ -42,7 +42,7 @@ public class ReplaceBPostRequestBody : IAdditionalDataHolder, IParsable { public Json StartNum { get; set; } #endif /// - /// Instantiates a new replaceBPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ReplaceBPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public ReplaceBPostRequestBody() { /// /// 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 ReplaceBPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static ReplaceBPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"newText", n => { NewText = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ReplaceB/ReplaceBRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ReplaceB/ReplaceBRequestBuilder.cs index a85655b15d..f3ba753651 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/ReplaceB/ReplaceBRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/ReplaceB/ReplaceBRequestBuilder.cs @@ -22,6 +22,7 @@ public class ReplaceBRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action replaceB /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action replaceB"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReplaceBRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReplaceBRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/replaceB", pathParameters) { } /// - /// Instantiates a new ReplaceBRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReplaceBRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/replaceB", rawUrl) { @@ -89,6 +90,7 @@ public ReplaceBRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action replaceB /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Rept/ReptPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rept/ReptPostRequestBody.cs index d1d586e330..58b19ee96a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rept/ReptPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rept/ReptPostRequestBody.cs @@ -26,7 +26,7 @@ public class ReptPostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new reptPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ReptPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ReptPostRequestBody() { /// /// 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 ReptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ReptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"numberTimes", n => { NumberTimes = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rept/ReptRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rept/ReptRequestBuilder.cs index 6dae4d4dd4..04a6966fea 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rept/ReptRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rept/ReptRequestBuilder.cs @@ -22,6 +22,7 @@ public class ReptRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action rept /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action rept"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReptRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/rept", pathParameters) { } /// - /// Instantiates a new ReptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReptRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/rept", rawUrl) { @@ -89,6 +90,7 @@ public ReptRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action rept /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Right/RightPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Right/RightPostRequestBody.cs index 476913e11b..dc14e99de3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Right/RightPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Right/RightPostRequestBody.cs @@ -26,7 +26,7 @@ public class RightPostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new rightPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RightPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public RightPostRequestBody() { /// /// 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 RightPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static RightPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"numChars", n => { NumChars = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Right/RightRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Right/RightRequestBuilder.cs index c79482584d..15788b927e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Right/RightRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Right/RightRequestBuilder.cs @@ -22,6 +22,7 @@ public class RightRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action right /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action right"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RightRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RightRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/right", pathParameters) { } /// - /// Instantiates a new RightRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RightRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/right", rawUrl) { @@ -89,6 +90,7 @@ public RightRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action right /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Rightb/RightbPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rightb/RightbPostRequestBody.cs index a281026005..71a0f256e2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rightb/RightbPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rightb/RightbPostRequestBody.cs @@ -26,7 +26,7 @@ public class RightbPostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new rightbPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RightbPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public RightbPostRequestBody() { /// /// 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 RightbPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static RightbPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"numBytes", n => { NumBytes = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rightb/RightbRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rightb/RightbRequestBuilder.cs index 6c0ce5c346..45a7dca455 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rightb/RightbRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rightb/RightbRequestBuilder.cs @@ -22,6 +22,7 @@ public class RightbRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action rightb /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action rightb"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RightbRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RightbRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/rightb", pathParameters) { } /// - /// Instantiates a new RightbRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RightbRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/rightb", rawUrl) { @@ -89,6 +90,7 @@ public RightbRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action rightb /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Roman/RomanPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Roman/RomanPostRequestBody.cs index 37ec699908..a1a83e46d3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Roman/RomanPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Roman/RomanPostRequestBody.cs @@ -26,7 +26,7 @@ public class RomanPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new romanPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RomanPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public RomanPostRequestBody() { /// /// 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 RomanPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static RomanPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"form", n => { Form = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Roman/RomanRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Roman/RomanRequestBuilder.cs index acc715439d..8d4e571f6f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Roman/RomanRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Roman/RomanRequestBuilder.cs @@ -22,6 +22,7 @@ public class RomanRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action roman /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action roman"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RomanRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RomanRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/roman", pathParameters) { } /// - /// Instantiates a new RomanRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RomanRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/roman", rawUrl) { @@ -89,6 +90,7 @@ public RomanRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action roman /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Round/RoundPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Round/RoundPostRequestBody.cs index a88c7e999a..f523593d02 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Round/RoundPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Round/RoundPostRequestBody.cs @@ -26,7 +26,7 @@ public class RoundPostRequestBody : IAdditionalDataHolder, IParsable { public Json NumDigits { get; set; } #endif /// - /// Instantiates a new roundPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RoundPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public RoundPostRequestBody() { /// /// 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 RoundPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static RoundPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"numDigits", n => { NumDigits = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Round/RoundRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Round/RoundRequestBuilder.cs index d6edca21dd..a0c000fd0b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Round/RoundRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Round/RoundRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoundRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action round /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action round"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RoundRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoundRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/round", pathParameters) { } /// - /// Instantiates a new RoundRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoundRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/round", rawUrl) { @@ -89,6 +90,7 @@ public RoundRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action round /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/RoundDown/RoundDownPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/RoundDown/RoundDownPostRequestBody.cs index 979f5c055b..f4e7f1e4cd 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/RoundDown/RoundDownPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/RoundDown/RoundDownPostRequestBody.cs @@ -26,7 +26,7 @@ public class RoundDownPostRequestBody : IAdditionalDataHolder, IParsable { public Json NumDigits { get; set; } #endif /// - /// Instantiates a new roundDownPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RoundDownPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public RoundDownPostRequestBody() { /// /// 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 RoundDownPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static RoundDownPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"numDigits", n => { NumDigits = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/RoundDown/RoundDownRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/RoundDown/RoundDownRequestBuilder.cs index 7a814e29e4..17f20b431c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/RoundDown/RoundDownRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/RoundDown/RoundDownRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoundDownRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action roundDown /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action roundDown"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RoundDownRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoundDownRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/roundDown", pathParameters) { } /// - /// Instantiates a new RoundDownRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoundDownRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/roundDown", rawUrl) { @@ -89,6 +90,7 @@ public RoundDownRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action roundDown /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/RoundUp/RoundUpPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/RoundUp/RoundUpPostRequestBody.cs index 741a766492..60460d30eb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/RoundUp/RoundUpPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/RoundUp/RoundUpPostRequestBody.cs @@ -26,7 +26,7 @@ public class RoundUpPostRequestBody : IAdditionalDataHolder, IParsable { public Json NumDigits { get; set; } #endif /// - /// Instantiates a new roundUpPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RoundUpPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public RoundUpPostRequestBody() { /// /// 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 RoundUpPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static RoundUpPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"numDigits", n => { NumDigits = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/RoundUp/RoundUpRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/RoundUp/RoundUpRequestBuilder.cs index 860208416c..7860b9c4ce 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/RoundUp/RoundUpRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/RoundUp/RoundUpRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoundUpRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action roundUp /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action roundUp"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RoundUpRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoundUpRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/roundUp", pathParameters) { } /// - /// Instantiates a new RoundUpRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoundUpRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/roundUp", rawUrl) { @@ -89,6 +90,7 @@ public RoundUpRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action roundUp /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Rows/RowsPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rows/RowsPostRequestBody.cs index 06aab7a57d..e146c93ab6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rows/RowsPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rows/RowsPostRequestBody.cs @@ -18,7 +18,7 @@ public class RowsPostRequestBody : IAdditionalDataHolder, IParsable { public Json Array { get; set; } #endif /// - /// Instantiates a new rowsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RowsPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public RowsPostRequestBody() { /// /// 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 RowsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static RowsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"array", n => { Array = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rows/RowsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rows/RowsRequestBuilder.cs index 1616ff25fa..d6ea72b251 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rows/RowsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rows/RowsRequestBuilder.cs @@ -22,6 +22,7 @@ public class RowsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action rows /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action rows"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RowsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RowsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/rows", pathParameters) { } /// - /// Instantiates a new RowsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RowsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/rows", rawUrl) { @@ -89,6 +90,7 @@ public RowsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action rows /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Rri/RriPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rri/RriPostRequestBody.cs index ea9f50bba3..24dd53c204 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rri/RriPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rri/RriPostRequestBody.cs @@ -34,7 +34,7 @@ public class RriPostRequestBody : IAdditionalDataHolder, IParsable { public Json Pv { get; set; } #endif /// - /// Instantiates a new rriPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RriPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public RriPostRequestBody() { /// /// 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 RriPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static RriPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fv", n => { Fv = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rri/RriRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rri/RriRequestBuilder.cs index cd33649fd4..e2b051bd07 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rri/RriRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Rri/RriRequestBuilder.cs @@ -22,6 +22,7 @@ public class RriRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action rri /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action rri"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RriRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RriRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/rri", pathParameters) { } /// - /// Instantiates a new RriRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RriRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/rri", rawUrl) { @@ -89,6 +90,7 @@ public RriRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action rri /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Sec/SecPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sec/SecPostRequestBody.cs index 3c33bdc666..0a1eda2f26 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sec/SecPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sec/SecPostRequestBody.cs @@ -18,7 +18,7 @@ public class SecPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new secPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SecPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SecPostRequestBody() { /// /// 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 SecPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SecPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sec/SecRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sec/SecRequestBuilder.cs index 742f21ffca..ed13910c40 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sec/SecRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sec/SecRequestBuilder.cs @@ -22,6 +22,7 @@ public class SecRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action sec /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action sec"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SecRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SecRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sec", pathParameters) { } /// - /// Instantiates a new SecRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SecRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sec", rawUrl) { @@ -89,6 +90,7 @@ public SecRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action sec /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Sech/SechPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sech/SechPostRequestBody.cs index 46ad779ced..c86b25176c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sech/SechPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sech/SechPostRequestBody.cs @@ -18,7 +18,7 @@ public class SechPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new sechPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SechPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SechPostRequestBody() { /// /// 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 SechPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SechPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sech/SechRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sech/SechRequestBuilder.cs index bc3c62880c..c75806f4a2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sech/SechRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sech/SechRequestBuilder.cs @@ -22,6 +22,7 @@ public class SechRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action sech /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action sech"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SechRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SechRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sech", pathParameters) { } /// - /// Instantiates a new SechRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SechRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sech", rawUrl) { @@ -89,6 +90,7 @@ public SechRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action sech /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Second/SecondPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Second/SecondPostRequestBody.cs index 5ba140c5e8..4a36ce4607 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Second/SecondPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Second/SecondPostRequestBody.cs @@ -18,7 +18,7 @@ public class SecondPostRequestBody : IAdditionalDataHolder, IParsable { public Json SerialNumber { get; set; } #endif /// - /// Instantiates a new secondPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SecondPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SecondPostRequestBody() { /// /// 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 SecondPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SecondPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"serialNumber", n => { SerialNumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Second/SecondRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Second/SecondRequestBuilder.cs index 35cb45f9cb..a9742efbc4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Second/SecondRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Second/SecondRequestBuilder.cs @@ -22,6 +22,7 @@ public class SecondRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action second /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action second"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SecondRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SecondRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/second", pathParameters) { } /// - /// Instantiates a new SecondRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SecondRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/second", rawUrl) { @@ -89,6 +90,7 @@ public SecondRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action second /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/SeriesSum/SeriesSumPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SeriesSum/SeriesSumPostRequestBody.cs index e880fa343c..bd78459169 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/SeriesSum/SeriesSumPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SeriesSum/SeriesSumPostRequestBody.cs @@ -42,7 +42,7 @@ public class SeriesSumPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new seriesSumPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SeriesSumPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public SeriesSumPostRequestBody() { /// /// 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 SeriesSumPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static SeriesSumPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"coefficients", n => { Coefficients = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/SeriesSum/SeriesSumRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SeriesSum/SeriesSumRequestBuilder.cs index 3922ec85d2..fc4d463d14 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/SeriesSum/SeriesSumRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SeriesSum/SeriesSumRequestBuilder.cs @@ -22,6 +22,7 @@ public class SeriesSumRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action seriesSum /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action seriesSum"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SeriesSumRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SeriesSumRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/seriesSum", pathParameters) { } /// - /// Instantiates a new SeriesSumRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SeriesSumRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/seriesSum", rawUrl) { @@ -89,6 +90,7 @@ public SeriesSumRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action seriesSum /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Sheet/SheetPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sheet/SheetPostRequestBody.cs index 79de17209b..3b6f25bf4b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sheet/SheetPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sheet/SheetPostRequestBody.cs @@ -18,7 +18,7 @@ public class SheetPostRequestBody : IAdditionalDataHolder, IParsable { public Json Value { get; set; } #endif /// - /// Instantiates a new sheetPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SheetPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SheetPostRequestBody() { /// /// 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 SheetPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SheetPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sheet/SheetRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sheet/SheetRequestBuilder.cs index 70bed59d40..777f54b6cc 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sheet/SheetRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sheet/SheetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SheetRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action sheet /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action sheet"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SheetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sheet", pathParameters) { } /// - /// Instantiates a new SheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sheet", rawUrl) { @@ -89,6 +90,7 @@ public SheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action sheet /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Sheets/SheetsPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sheets/SheetsPostRequestBody.cs index fdf6a4436e..3c59187098 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sheets/SheetsPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sheets/SheetsPostRequestBody.cs @@ -18,7 +18,7 @@ public class SheetsPostRequestBody : IAdditionalDataHolder, IParsable { public Json Reference { get; set; } #endif /// - /// Instantiates a new sheetsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SheetsPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SheetsPostRequestBody() { /// /// 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 SheetsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SheetsPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"reference", n => { Reference = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sheets/SheetsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sheets/SheetsRequestBuilder.cs index d5f81ddd2b..dfc187f7ca 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sheets/SheetsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sheets/SheetsRequestBuilder.cs @@ -22,6 +22,7 @@ public class SheetsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action sheets /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action sheets"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SheetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SheetsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sheets", pathParameters) { } /// - /// Instantiates a new SheetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SheetsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sheets", rawUrl) { @@ -89,6 +90,7 @@ public SheetsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action sheets /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Sign/SignPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sign/SignPostRequestBody.cs index deef30f3f2..38c37ae74c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sign/SignPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sign/SignPostRequestBody.cs @@ -18,7 +18,7 @@ public class SignPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new signPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SignPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SignPostRequestBody() { /// /// 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 SignPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SignPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sign/SignRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sign/SignRequestBuilder.cs index 464b366acc..b1ca18d60c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sign/SignRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sign/SignRequestBuilder.cs @@ -22,6 +22,7 @@ public class SignRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action sign /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action sign"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SignRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sign", pathParameters) { } /// - /// Instantiates a new SignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SignRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sign", rawUrl) { @@ -89,6 +90,7 @@ public SignRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action sign /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Sin/SinPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sin/SinPostRequestBody.cs index 9c842a0f7d..2f1906e436 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sin/SinPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sin/SinPostRequestBody.cs @@ -18,7 +18,7 @@ public class SinPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new sinPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SinPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SinPostRequestBody() { /// /// 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 SinPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SinPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sin/SinRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sin/SinRequestBuilder.cs index f2696fcf35..52282d0c35 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sin/SinRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sin/SinRequestBuilder.cs @@ -22,6 +22,7 @@ public class SinRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action sin /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action sin"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SinRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sin", pathParameters) { } /// - /// Instantiates a new SinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SinRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sin", rawUrl) { @@ -89,6 +90,7 @@ public SinRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action sin /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Sinh/SinhPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sinh/SinhPostRequestBody.cs index cd7b5f5941..9b28182e76 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sinh/SinhPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sinh/SinhPostRequestBody.cs @@ -18,7 +18,7 @@ public class SinhPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new sinhPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SinhPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SinhPostRequestBody() { /// /// 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 SinhPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SinhPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sinh/SinhRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sinh/SinhRequestBuilder.cs index b98d4f7897..6d477dd467 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sinh/SinhRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sinh/SinhRequestBuilder.cs @@ -22,6 +22,7 @@ public class SinhRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action sinh /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action sinh"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SinhRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SinhRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sinh", pathParameters) { } /// - /// Instantiates a new SinhRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SinhRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sinh", rawUrl) { @@ -89,6 +90,7 @@ public SinhRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action sinh /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Skew/SkewPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Skew/SkewPostRequestBody.cs index c0529c31b9..de91773977 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Skew/SkewPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Skew/SkewPostRequestBody.cs @@ -18,7 +18,7 @@ public class SkewPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new skewPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SkewPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SkewPostRequestBody() { /// /// 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 SkewPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SkewPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Skew/SkewRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Skew/SkewRequestBuilder.cs index d55d839400..5a3ae4530b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Skew/SkewRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Skew/SkewRequestBuilder.cs @@ -22,6 +22,7 @@ public class SkewRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action skew /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action skew"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SkewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SkewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/skew", pathParameters) { } /// - /// Instantiates a new SkewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SkewRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/skew", rawUrl) { @@ -89,6 +90,7 @@ public SkewRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action skew /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Skew_p/Skew_pPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Skew_p/Skew_pPostRequestBody.cs index 81f90686ef..0203d2de27 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Skew_p/Skew_pPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Skew_p/Skew_pPostRequestBody.cs @@ -18,7 +18,7 @@ public class Skew_pPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new skew_pPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Skew_pPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public Skew_pPostRequestBody() { /// /// 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 Skew_pPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static Skew_pPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Skew_p/Skew_pRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Skew_p/Skew_pRequestBuilder.cs index 278a782b70..20faff6a96 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Skew_p/Skew_pRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Skew_p/Skew_pRequestBuilder.cs @@ -22,6 +22,7 @@ public class Skew_pRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action skew_p /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action skew_p"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Skew_pRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Skew_pRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/skew_p", pathParameters) { } /// - /// Instantiates a new Skew_pRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Skew_pRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/skew_p", rawUrl) { @@ -89,6 +90,7 @@ public Skew_pRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action skew_p /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Sln/SlnPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sln/SlnPostRequestBody.cs index 4a2ea1fd91..0a86b24747 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sln/SlnPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sln/SlnPostRequestBody.cs @@ -34,7 +34,7 @@ public class SlnPostRequestBody : IAdditionalDataHolder, IParsable { public Json Salvage { get; set; } #endif /// - /// Instantiates a new slnPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SlnPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public SlnPostRequestBody() { /// /// 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 SlnPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static SlnPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cost", n => { Cost = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sln/SlnRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sln/SlnRequestBuilder.cs index af133e4b73..f5fd160745 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sln/SlnRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sln/SlnRequestBuilder.cs @@ -22,6 +22,7 @@ public class SlnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action sln /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action sln"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SlnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SlnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sln", pathParameters) { } /// - /// Instantiates a new SlnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SlnRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sln", rawUrl) { @@ -89,6 +90,7 @@ public SlnRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action sln /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Small/SmallPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Small/SmallPostRequestBody.cs index 11611d3dbe..7f5e5280c7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Small/SmallPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Small/SmallPostRequestBody.cs @@ -26,7 +26,7 @@ public class SmallPostRequestBody : IAdditionalDataHolder, IParsable { public Json K { get; set; } #endif /// - /// Instantiates a new smallPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SmallPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public SmallPostRequestBody() { /// /// 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 SmallPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static SmallPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"array", n => { Array = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Small/SmallRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Small/SmallRequestBuilder.cs index 57d8892bc7..72e0968ec0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Small/SmallRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Small/SmallRequestBuilder.cs @@ -22,6 +22,7 @@ public class SmallRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action small /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action small"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SmallRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SmallRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/small", pathParameters) { } /// - /// Instantiates a new SmallRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SmallRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/small", rawUrl) { @@ -89,6 +90,7 @@ public SmallRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action small /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Sqrt/SqrtPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sqrt/SqrtPostRequestBody.cs index d935667b62..7091d95ae4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sqrt/SqrtPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sqrt/SqrtPostRequestBody.cs @@ -18,7 +18,7 @@ public class SqrtPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new sqrtPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SqrtPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SqrtPostRequestBody() { /// /// 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 SqrtPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SqrtPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sqrt/SqrtRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sqrt/SqrtRequestBuilder.cs index 2e3f4865b7..4e3704235b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sqrt/SqrtRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sqrt/SqrtRequestBuilder.cs @@ -22,6 +22,7 @@ public class SqrtRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action sqrt /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action sqrt"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SqrtRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SqrtRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sqrt", pathParameters) { } /// - /// Instantiates a new SqrtRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SqrtRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sqrt", rawUrl) { @@ -89,6 +90,7 @@ public SqrtRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action sqrt /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/SqrtPi/SqrtPiPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SqrtPi/SqrtPiPostRequestBody.cs index e7f608fb8c..1ad1866c21 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/SqrtPi/SqrtPiPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SqrtPi/SqrtPiPostRequestBody.cs @@ -18,7 +18,7 @@ public class SqrtPiPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new sqrtPiPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SqrtPiPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SqrtPiPostRequestBody() { /// /// 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 SqrtPiPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SqrtPiPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/SqrtPi/SqrtPiRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SqrtPi/SqrtPiRequestBuilder.cs index 52b4d92dab..d55a6005d6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/SqrtPi/SqrtPiRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SqrtPi/SqrtPiRequestBuilder.cs @@ -22,6 +22,7 @@ public class SqrtPiRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action sqrtPi /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action sqrtPi"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SqrtPiRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SqrtPiRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sqrtPi", pathParameters) { } /// - /// Instantiates a new SqrtPiRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SqrtPiRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sqrtPi", rawUrl) { @@ -89,6 +90,7 @@ public SqrtPiRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action sqrtPi /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/StDevA/StDevAPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDevA/StDevAPostRequestBody.cs index b7039439ca..4ee827188c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDevA/StDevAPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDevA/StDevAPostRequestBody.cs @@ -18,7 +18,7 @@ public class StDevAPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new stDevAPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public StDevAPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public StDevAPostRequestBody() { /// /// 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 StDevAPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static StDevAPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDevA/StDevARequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDevA/StDevARequestBuilder.cs index 13faf0917b..8e02574b5e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDevA/StDevARequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDevA/StDevARequestBuilder.cs @@ -22,6 +22,7 @@ public class StDevARequestBuilder : BaseCliRequestBuilder { /// /// Invoke action stDevA /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action stDevA"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new StDevARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public StDevARequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/stDevA", pathParameters) { } /// - /// Instantiates a new StDevARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public StDevARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/stDevA", rawUrl) { @@ -89,6 +90,7 @@ public StDevARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action stDevA /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/StDevPA/StDevPAPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDevPA/StDevPAPostRequestBody.cs index 52bce046f7..fd9bec2e2b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDevPA/StDevPAPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDevPA/StDevPAPostRequestBody.cs @@ -18,7 +18,7 @@ public class StDevPAPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new stDevPAPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public StDevPAPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public StDevPAPostRequestBody() { /// /// 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 StDevPAPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static StDevPAPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDevPA/StDevPARequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDevPA/StDevPARequestBuilder.cs index e6eb2ac531..95e489fee9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDevPA/StDevPARequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDevPA/StDevPARequestBuilder.cs @@ -22,6 +22,7 @@ public class StDevPARequestBuilder : BaseCliRequestBuilder { /// /// Invoke action stDevPA /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action stDevPA"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new StDevPARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public StDevPARequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/stDevPA", pathParameters) { } /// - /// Instantiates a new StDevPARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public StDevPARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/stDevPA", rawUrl) { @@ -89,6 +90,7 @@ public StDevPARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action stDevPA /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/StDev_P/StDev_PPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDev_P/StDev_PPostRequestBody.cs index da0f9d9b02..25afe4417a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDev_P/StDev_PPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDev_P/StDev_PPostRequestBody.cs @@ -18,7 +18,7 @@ public class StDev_PPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new stDev_PPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public StDev_PPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public StDev_PPostRequestBody() { /// /// 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 StDev_PPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static StDev_PPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDev_P/StDev_PRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDev_P/StDev_PRequestBuilder.cs index b469d39500..82bcd4606e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDev_P/StDev_PRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDev_P/StDev_PRequestBuilder.cs @@ -22,6 +22,7 @@ public class StDev_PRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action stDev_P /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action stDev_P"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new StDev_PRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public StDev_PRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/stDev_P", pathParameters) { } /// - /// Instantiates a new StDev_PRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public StDev_PRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/stDev_P", rawUrl) { @@ -89,6 +90,7 @@ public StDev_PRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action stDev_P /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/StDev_S/StDev_SPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDev_S/StDev_SPostRequestBody.cs index 9b088d8212..631fdfd07d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDev_S/StDev_SPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDev_S/StDev_SPostRequestBody.cs @@ -18,7 +18,7 @@ public class StDev_SPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new stDev_SPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public StDev_SPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public StDev_SPostRequestBody() { /// /// 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 StDev_SPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static StDev_SPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDev_S/StDev_SRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDev_S/StDev_SRequestBuilder.cs index d1351f5522..3cf2b6da60 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDev_S/StDev_SRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/StDev_S/StDev_SRequestBuilder.cs @@ -22,6 +22,7 @@ public class StDev_SRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action stDev_S /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action stDev_S"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new StDev_SRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public StDev_SRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/stDev_S", pathParameters) { } /// - /// Instantiates a new StDev_SRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public StDev_SRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/stDev_S", rawUrl) { @@ -89,6 +90,7 @@ public StDev_SRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action stDev_S /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Standardize/StandardizePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Standardize/StandardizePostRequestBody.cs index 080f682695..831c3a3cc4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Standardize/StandardizePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Standardize/StandardizePostRequestBody.cs @@ -34,7 +34,7 @@ public class StandardizePostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new standardizePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public StandardizePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public StandardizePostRequestBody() { /// /// 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 StandardizePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static StandardizePostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"mean", n => { Mean = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Standardize/StandardizeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Standardize/StandardizeRequestBuilder.cs index 419c41cb7c..a421f4003c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Standardize/StandardizeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Standardize/StandardizeRequestBuilder.cs @@ -22,6 +22,7 @@ public class StandardizeRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action standardize /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action standardize"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new StandardizeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public StandardizeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/standardize", pathParameters) { } /// - /// Instantiates a new StandardizeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public StandardizeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/standardize", rawUrl) { @@ -89,6 +90,7 @@ public StandardizeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Invoke action standardize /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Substitute/SubstitutePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Substitute/SubstitutePostRequestBody.cs index a9bc5a96aa..19ded86fdc 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Substitute/SubstitutePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Substitute/SubstitutePostRequestBody.cs @@ -42,7 +42,7 @@ public class SubstitutePostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new substitutePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SubstitutePostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public SubstitutePostRequestBody() { /// /// 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 SubstitutePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static SubstitutePostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"instanceNum", n => { InstanceNum = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Substitute/SubstituteRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Substitute/SubstituteRequestBuilder.cs index 25d8393f0d..126d548d00 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Substitute/SubstituteRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Substitute/SubstituteRequestBuilder.cs @@ -22,6 +22,7 @@ public class SubstituteRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action substitute /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action substitute"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SubstituteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubstituteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/substitute", pathParameters) { } /// - /// Instantiates a new SubstituteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubstituteRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/substitute", rawUrl) { @@ -89,6 +90,7 @@ public SubstituteRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Invoke action substitute /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Subtotal/SubtotalPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Subtotal/SubtotalPostRequestBody.cs index 4e6322d95d..bd68f38ebe 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Subtotal/SubtotalPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Subtotal/SubtotalPostRequestBody.cs @@ -26,7 +26,7 @@ public class SubtotalPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new subtotalPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SubtotalPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public SubtotalPostRequestBody() { /// /// 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 SubtotalPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static SubtotalPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"functionNum", n => { FunctionNum = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Subtotal/SubtotalRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Subtotal/SubtotalRequestBuilder.cs index 180f20f1f1..71d9a60557 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Subtotal/SubtotalRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Subtotal/SubtotalRequestBuilder.cs @@ -22,6 +22,7 @@ public class SubtotalRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action subtotal /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action subtotal"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SubtotalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubtotalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/subtotal", pathParameters) { } /// - /// Instantiates a new SubtotalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubtotalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/subtotal", rawUrl) { @@ -89,6 +90,7 @@ public SubtotalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action subtotal /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Sum/SumPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sum/SumPostRequestBody.cs index b4bd39dc2a..6a0f941973 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sum/SumPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sum/SumPostRequestBody.cs @@ -18,7 +18,7 @@ public class SumPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new sumPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SumPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SumPostRequestBody() { /// /// 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 SumPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SumPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sum/SumRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sum/SumRequestBuilder.cs index 7ba452e4b1..7e95126d74 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sum/SumRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Sum/SumRequestBuilder.cs @@ -22,6 +22,7 @@ public class SumRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action sum /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action sum"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SumRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SumRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sum", pathParameters) { } /// - /// Instantiates a new SumRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SumRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sum", rawUrl) { @@ -89,6 +90,7 @@ public SumRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action sum /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/SumIf/SumIfPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumIf/SumIfPostRequestBody.cs index 086c1cb154..8807415d52 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumIf/SumIfPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumIf/SumIfPostRequestBody.cs @@ -34,7 +34,7 @@ public class SumIfPostRequestBody : IAdditionalDataHolder, IParsable { public Json SumRange { get; set; } #endif /// - /// Instantiates a new sumIfPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SumIfPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public SumIfPostRequestBody() { /// /// 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 SumIfPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static SumIfPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumIf/SumIfRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumIf/SumIfRequestBuilder.cs index fd89ee180f..027369dccb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumIf/SumIfRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumIf/SumIfRequestBuilder.cs @@ -22,6 +22,7 @@ public class SumIfRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action sumIf /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action sumIf"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SumIfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SumIfRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sumIf", pathParameters) { } /// - /// Instantiates a new SumIfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SumIfRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sumIf", rawUrl) { @@ -89,6 +90,7 @@ public SumIfRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action sumIf /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/SumIfs/SumIfsPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumIfs/SumIfsPostRequestBody.cs index d1a90e4a43..e595411d3f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumIfs/SumIfsPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumIfs/SumIfsPostRequestBody.cs @@ -26,7 +26,7 @@ public class SumIfsPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new sumIfsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SumIfsPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public SumIfsPostRequestBody() { /// /// 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 SumIfsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static SumIfsPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"sumRange", n => { SumRange = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumIfs/SumIfsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumIfs/SumIfsRequestBuilder.cs index 7c15d9a4b6..3c11c402bf 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumIfs/SumIfsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumIfs/SumIfsRequestBuilder.cs @@ -22,6 +22,7 @@ public class SumIfsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action sumIfs /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action sumIfs"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SumIfsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SumIfsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sumIfs", pathParameters) { } /// - /// Instantiates a new SumIfsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SumIfsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sumIfs", rawUrl) { @@ -89,6 +90,7 @@ public SumIfsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action sumIfs /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/SumSq/SumSqPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumSq/SumSqPostRequestBody.cs index 5bd4862f7b..821d0ad279 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumSq/SumSqPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumSq/SumSqPostRequestBody.cs @@ -18,7 +18,7 @@ public class SumSqPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new sumSqPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SumSqPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SumSqPostRequestBody() { /// /// 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 SumSqPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SumSqPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumSq/SumSqRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumSq/SumSqRequestBuilder.cs index 9c2fa09b47..2e06e471b4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumSq/SumSqRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/SumSq/SumSqRequestBuilder.cs @@ -22,6 +22,7 @@ public class SumSqRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action sumSq /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action sumSq"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SumSqRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SumSqRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sumSq", pathParameters) { } /// - /// Instantiates a new SumSqRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SumSqRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/sumSq", rawUrl) { @@ -89,6 +90,7 @@ public SumSqRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action sumSq /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Syd/SydPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Syd/SydPostRequestBody.cs index 98e20a53ac..63d4f3c6ce 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Syd/SydPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Syd/SydPostRequestBody.cs @@ -42,7 +42,7 @@ public class SydPostRequestBody : IAdditionalDataHolder, IParsable { public Json Salvage { get; set; } #endif /// - /// Instantiates a new sydPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SydPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public SydPostRequestBody() { /// /// 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 SydPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static SydPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cost", n => { Cost = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Syd/SydRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Syd/SydRequestBuilder.cs index efc09d0ef3..baa86832d5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Syd/SydRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Syd/SydRequestBuilder.cs @@ -22,6 +22,7 @@ public class SydRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action syd /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action syd"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SydRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SydRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/syd", pathParameters) { } /// - /// Instantiates a new SydRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SydRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/syd", rawUrl) { @@ -89,6 +90,7 @@ public SydRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action syd /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/T/TPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T/TPostRequestBody.cs index 663f116898..ff4dbc13b7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/T/TPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T/TPostRequestBody.cs @@ -18,7 +18,7 @@ public class TPostRequestBody : IAdditionalDataHolder, IParsable { public Json Value { get; set; } #endif /// - /// Instantiates a new tPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public TPostRequestBody() { /// /// 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 TPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static TPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/T/TRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T/TRequestBuilder.cs index 0a4077017f..44b9bcde32 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/T/TRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T/TRequestBuilder.cs @@ -22,6 +22,7 @@ public class TRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action t /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action t"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/t", pathParameters) { } /// - /// Instantiates a new TRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/t", rawUrl) { @@ -89,6 +90,7 @@ public TRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ite /// /// Invoke action t /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/T_Dist/T_DistPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist/T_DistPostRequestBody.cs index 3ca0dc334f..dc684e705a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist/T_DistPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist/T_DistPostRequestBody.cs @@ -34,7 +34,7 @@ public class T_DistPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new t_DistPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public T_DistPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public T_DistPostRequestBody() { /// /// 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 T_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static T_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cumulative", n => { Cumulative = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist/T_DistRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist/T_DistRequestBuilder.cs index e1e2e3cde8..078728e5ec 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist/T_DistRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist/T_DistRequestBuilder.cs @@ -22,6 +22,7 @@ public class T_DistRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action t_Dist /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action t_Dist"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new T_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public T_DistRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/t_Dist", pathParameters) { } /// - /// Instantiates a new T_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public T_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/t_Dist", rawUrl) { @@ -89,6 +90,7 @@ public T_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action t_Dist /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/T_Dist_2T/T_Dist_2TPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_2T/T_Dist_2TPostRequestBody.cs index 8fd0ca087f..e2ecc6929a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_2T/T_Dist_2TPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_2T/T_Dist_2TPostRequestBody.cs @@ -26,7 +26,7 @@ public class T_Dist_2TPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new t_Dist_2TPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public T_Dist_2TPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public T_Dist_2TPostRequestBody() { /// /// 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 T_Dist_2TPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static T_Dist_2TPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"degFreedom", n => { DegFreedom = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_2T/T_Dist_2TRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_2T/T_Dist_2TRequestBuilder.cs index c1cb9be84b..9e10f50fcd 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_2T/T_Dist_2TRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_2T/T_Dist_2TRequestBuilder.cs @@ -22,6 +22,7 @@ public class T_Dist_2TRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action t_Dist_2T /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action t_Dist_2T"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new T_Dist_2TRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public T_Dist_2TRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/t_Dist_2T", pathParameters) { } /// - /// Instantiates a new T_Dist_2TRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public T_Dist_2TRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/t_Dist_2T", rawUrl) { @@ -89,6 +90,7 @@ public T_Dist_2TRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action t_Dist_2T /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/T_Dist_RT/T_Dist_RTPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_RT/T_Dist_RTPostRequestBody.cs index e5d7617f7a..2421b60b0f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_RT/T_Dist_RTPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_RT/T_Dist_RTPostRequestBody.cs @@ -26,7 +26,7 @@ public class T_Dist_RTPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new t_Dist_RTPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public T_Dist_RTPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public T_Dist_RTPostRequestBody() { /// /// 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 T_Dist_RTPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static T_Dist_RTPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"degFreedom", n => { DegFreedom = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_RT/T_Dist_RTRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_RT/T_Dist_RTRequestBuilder.cs index d936a6aad5..360f555387 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_RT/T_Dist_RTRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Dist_RT/T_Dist_RTRequestBuilder.cs @@ -22,6 +22,7 @@ public class T_Dist_RTRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action t_Dist_RT /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action t_Dist_RT"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new T_Dist_RTRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public T_Dist_RTRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/t_Dist_RT", pathParameters) { } /// - /// Instantiates a new T_Dist_RTRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public T_Dist_RTRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/t_Dist_RT", rawUrl) { @@ -89,6 +90,7 @@ public T_Dist_RTRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action t_Dist_RT /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/T_Inv/T_InvPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv/T_InvPostRequestBody.cs index 81cc4504e7..aae8512271 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv/T_InvPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv/T_InvPostRequestBody.cs @@ -26,7 +26,7 @@ public class T_InvPostRequestBody : IAdditionalDataHolder, IParsable { public Json Probability { get; set; } #endif /// - /// Instantiates a new t_InvPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public T_InvPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public T_InvPostRequestBody() { /// /// 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 T_InvPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static T_InvPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"degFreedom", n => { DegFreedom = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv/T_InvRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv/T_InvRequestBuilder.cs index ae483dee3b..8056612c0e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv/T_InvRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv/T_InvRequestBuilder.cs @@ -22,6 +22,7 @@ public class T_InvRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action t_Inv /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action t_Inv"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new T_InvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public T_InvRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/t_Inv", pathParameters) { } /// - /// Instantiates a new T_InvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public T_InvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/t_Inv", rawUrl) { @@ -89,6 +90,7 @@ public T_InvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action t_Inv /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/T_Inv_2T/T_Inv_2TPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv_2T/T_Inv_2TPostRequestBody.cs index 484c238c57..cc062698f5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv_2T/T_Inv_2TPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv_2T/T_Inv_2TPostRequestBody.cs @@ -26,7 +26,7 @@ public class T_Inv_2TPostRequestBody : IAdditionalDataHolder, IParsable { public Json Probability { get; set; } #endif /// - /// Instantiates a new t_Inv_2TPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public T_Inv_2TPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public T_Inv_2TPostRequestBody() { /// /// 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 T_Inv_2TPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static T_Inv_2TPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"degFreedom", n => { DegFreedom = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv_2T/T_Inv_2TRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv_2T/T_Inv_2TRequestBuilder.cs index f7a0664d38..282bbaa192 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv_2T/T_Inv_2TRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/T_Inv_2T/T_Inv_2TRequestBuilder.cs @@ -22,6 +22,7 @@ public class T_Inv_2TRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action t_Inv_2T /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action t_Inv_2T"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new T_Inv_2TRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public T_Inv_2TRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/t_Inv_2T", pathParameters) { } /// - /// Instantiates a new T_Inv_2TRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public T_Inv_2TRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/t_Inv_2T", rawUrl) { @@ -89,6 +90,7 @@ public T_Inv_2TRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action t_Inv_2T /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Tan/TanPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Tan/TanPostRequestBody.cs index 31ac2c0f31..4ec547e9f9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Tan/TanPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Tan/TanPostRequestBody.cs @@ -18,7 +18,7 @@ public class TanPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new tanPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TanPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public TanPostRequestBody() { /// /// 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 TanPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static TanPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Tan/TanRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Tan/TanRequestBuilder.cs index daec4c6367..3a68bcdc3c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Tan/TanRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Tan/TanRequestBuilder.cs @@ -22,6 +22,7 @@ public class TanRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action tan /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action tan"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TanRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TanRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/tan", pathParameters) { } /// - /// Instantiates a new TanRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TanRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/tan", rawUrl) { @@ -89,6 +90,7 @@ public TanRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action tan /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Tanh/TanhPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Tanh/TanhPostRequestBody.cs index 149417fa38..2c54e1c299 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Tanh/TanhPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Tanh/TanhPostRequestBody.cs @@ -18,7 +18,7 @@ public class TanhPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new tanhPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TanhPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public TanhPostRequestBody() { /// /// 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 TanhPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static TanhPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Tanh/TanhRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Tanh/TanhRequestBuilder.cs index c4c389b865..7ea10e8ee2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Tanh/TanhRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Tanh/TanhRequestBuilder.cs @@ -22,6 +22,7 @@ public class TanhRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action tanh /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action tanh"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TanhRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TanhRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/tanh", pathParameters) { } /// - /// Instantiates a new TanhRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TanhRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/tanh", rawUrl) { @@ -89,6 +90,7 @@ public TanhRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action tanh /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/TbillEq/TbillEqPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillEq/TbillEqPostRequestBody.cs index da0c4ab352..877b1b41d9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillEq/TbillEqPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillEq/TbillEqPostRequestBody.cs @@ -34,7 +34,7 @@ public class TbillEqPostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new tbillEqPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TbillEqPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public TbillEqPostRequestBody() { /// /// 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 TbillEqPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static TbillEqPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"discount", n => { Discount = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillEq/TbillEqRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillEq/TbillEqRequestBuilder.cs index 11e15b0426..c1cff8b7a7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillEq/TbillEqRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillEq/TbillEqRequestBuilder.cs @@ -22,6 +22,7 @@ public class TbillEqRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action tbillEq /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action tbillEq"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TbillEqRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TbillEqRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/tbillEq", pathParameters) { } /// - /// Instantiates a new TbillEqRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TbillEqRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/tbillEq", rawUrl) { @@ -89,6 +90,7 @@ public TbillEqRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action tbillEq /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/TbillPrice/TbillPricePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillPrice/TbillPricePostRequestBody.cs index 34a29f2118..b7580bdca8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillPrice/TbillPricePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillPrice/TbillPricePostRequestBody.cs @@ -34,7 +34,7 @@ public class TbillPricePostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new tbillPricePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TbillPricePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public TbillPricePostRequestBody() { /// /// 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 TbillPricePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static TbillPricePostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"discount", n => { Discount = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillPrice/TbillPriceRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillPrice/TbillPriceRequestBuilder.cs index a1967e0443..704b889274 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillPrice/TbillPriceRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillPrice/TbillPriceRequestBuilder.cs @@ -22,6 +22,7 @@ public class TbillPriceRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action tbillPrice /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action tbillPrice"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TbillPriceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TbillPriceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/tbillPrice", pathParameters) { } /// - /// Instantiates a new TbillPriceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TbillPriceRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/tbillPrice", rawUrl) { @@ -89,6 +90,7 @@ public TbillPriceRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Invoke action tbillPrice /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/TbillYield/TbillYieldPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillYield/TbillYieldPostRequestBody.cs index 36a1898e4c..dfc914aa41 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillYield/TbillYieldPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillYield/TbillYieldPostRequestBody.cs @@ -34,7 +34,7 @@ public class TbillYieldPostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new tbillYieldPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TbillYieldPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public TbillYieldPostRequestBody() { /// /// 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 TbillYieldPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static TbillYieldPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"maturity", n => { Maturity = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillYield/TbillYieldRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillYield/TbillYieldRequestBuilder.cs index 972f16f478..503a7b99d4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillYield/TbillYieldRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TbillYield/TbillYieldRequestBuilder.cs @@ -22,6 +22,7 @@ public class TbillYieldRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action tbillYield /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action tbillYield"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TbillYieldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TbillYieldRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/tbillYield", pathParameters) { } /// - /// Instantiates a new TbillYieldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TbillYieldRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/tbillYield", rawUrl) { @@ -89,6 +90,7 @@ public TbillYieldRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Invoke action tbillYield /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Text/TextPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Text/TextPostRequestBody.cs index 98a00a754b..348afb45da 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Text/TextPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Text/TextPostRequestBody.cs @@ -26,7 +26,7 @@ public class TextPostRequestBody : IAdditionalDataHolder, IParsable { public Json Value { get; set; } #endif /// - /// Instantiates a new textPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TextPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public TextPostRequestBody() { /// /// 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 TextPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static TextPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"formatText", n => { FormatText = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Text/TextRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Text/TextRequestBuilder.cs index 345b7e7a56..130495b27c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Text/TextRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Text/TextRequestBuilder.cs @@ -22,6 +22,7 @@ public class TextRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action text /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action text"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TextRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TextRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/text", pathParameters) { } /// - /// Instantiates a new TextRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TextRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/text", rawUrl) { @@ -89,6 +90,7 @@ public TextRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action text /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Time/TimePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Time/TimePostRequestBody.cs index 0a7770ee9e..5a320e54d1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Time/TimePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Time/TimePostRequestBody.cs @@ -34,7 +34,7 @@ public class TimePostRequestBody : IAdditionalDataHolder, IParsable { public Json Second { get; set; } #endif /// - /// Instantiates a new timePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TimePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public TimePostRequestBody() { /// /// 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 TimePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static TimePostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"hour", n => { Hour = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Time/TimeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Time/TimeRequestBuilder.cs index e11498bbd5..036dd53558 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Time/TimeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Time/TimeRequestBuilder.cs @@ -22,6 +22,7 @@ public class TimeRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action time /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action time"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TimeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/time", pathParameters) { } /// - /// Instantiates a new TimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TimeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/time", rawUrl) { @@ -89,6 +90,7 @@ public TimeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action time /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Timevalue/TimevaluePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Timevalue/TimevaluePostRequestBody.cs index d372b3dcd1..b32a1f9258 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Timevalue/TimevaluePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Timevalue/TimevaluePostRequestBody.cs @@ -18,7 +18,7 @@ public class TimevaluePostRequestBody : IAdditionalDataHolder, IParsable { public Json TimeText { get; set; } #endif /// - /// Instantiates a new timevaluePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TimevaluePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public TimevaluePostRequestBody() { /// /// 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 TimevaluePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static TimevaluePostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"timeText", n => { TimeText = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Timevalue/TimevalueRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Timevalue/TimevalueRequestBuilder.cs index 24990ce799..2629f1053d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Timevalue/TimevalueRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Timevalue/TimevalueRequestBuilder.cs @@ -22,6 +22,7 @@ public class TimevalueRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action timevalue /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action timevalue"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TimevalueRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TimevalueRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/timevalue", pathParameters) { } /// - /// Instantiates a new TimevalueRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TimevalueRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/timevalue", rawUrl) { @@ -89,6 +90,7 @@ public TimevalueRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action timevalue /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Today/TodayRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Today/TodayRequestBuilder.cs index 22a5191255..c01e9710b0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Today/TodayRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Today/TodayRequestBuilder.cs @@ -22,6 +22,7 @@ public class TodayRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action today /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action today"; @@ -62,13 +63,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TodayRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TodayRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/today", pathParameters) { } /// - /// Instantiates a new TodayRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TodayRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/today", rawUrl) { @@ -76,6 +77,7 @@ public TodayRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action today /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Trim/TrimPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Trim/TrimPostRequestBody.cs index 5159b83903..74355c5bb2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Trim/TrimPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Trim/TrimPostRequestBody.cs @@ -18,7 +18,7 @@ public class TrimPostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new trimPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TrimPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public TrimPostRequestBody() { /// /// 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 TrimPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static TrimPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"text", n => { Text = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Trim/TrimRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Trim/TrimRequestBuilder.cs index 61b7b2b64e..b890c9a090 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Trim/TrimRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Trim/TrimRequestBuilder.cs @@ -22,6 +22,7 @@ public class TrimRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action trim /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action trim"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TrimRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TrimRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/trim", pathParameters) { } /// - /// Instantiates a new TrimRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TrimRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/trim", rawUrl) { @@ -89,6 +90,7 @@ public TrimRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action trim /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/TrimMean/TrimMeanPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TrimMean/TrimMeanPostRequestBody.cs index 34e969309a..11a96171bf 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/TrimMean/TrimMeanPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TrimMean/TrimMeanPostRequestBody.cs @@ -26,7 +26,7 @@ public class TrimMeanPostRequestBody : IAdditionalDataHolder, IParsable { public Json Percent { get; set; } #endif /// - /// Instantiates a new trimMeanPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TrimMeanPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public TrimMeanPostRequestBody() { /// /// 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 TrimMeanPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static TrimMeanPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"array", n => { Array = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/TrimMean/TrimMeanRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TrimMean/TrimMeanRequestBuilder.cs index 1e88df0cd9..d1ac8ee580 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/TrimMean/TrimMeanRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TrimMean/TrimMeanRequestBuilder.cs @@ -22,6 +22,7 @@ public class TrimMeanRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action trimMean /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action trimMean"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TrimMeanRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TrimMeanRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/trimMean", pathParameters) { } /// - /// Instantiates a new TrimMeanRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TrimMeanRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/trimMean", rawUrl) { @@ -89,6 +90,7 @@ public TrimMeanRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action trimMean /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/True/TrueRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/True/TrueRequestBuilder.cs index 23665f6500..578408226f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/True/TrueRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/True/TrueRequestBuilder.cs @@ -22,6 +22,7 @@ public class TrueRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action true /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action true"; @@ -62,13 +63,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TrueRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TrueRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/true", pathParameters) { } /// - /// Instantiates a new TrueRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TrueRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/true", rawUrl) { @@ -76,6 +77,7 @@ public TrueRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action true /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Trunc/TruncPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Trunc/TruncPostRequestBody.cs index 9d1dd0e6b1..ffccbc834e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Trunc/TruncPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Trunc/TruncPostRequestBody.cs @@ -26,7 +26,7 @@ public class TruncPostRequestBody : IAdditionalDataHolder, IParsable { public Json NumDigits { get; set; } #endif /// - /// Instantiates a new truncPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TruncPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public TruncPostRequestBody() { /// /// 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 TruncPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static TruncPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"numDigits", n => { NumDigits = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Trunc/TruncRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Trunc/TruncRequestBuilder.cs index fef5857545..26bdd75041 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Trunc/TruncRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Trunc/TruncRequestBuilder.cs @@ -22,6 +22,7 @@ public class TruncRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action trunc /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action trunc"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TruncRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TruncRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/trunc", pathParameters) { } /// - /// Instantiates a new TruncRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TruncRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/trunc", rawUrl) { @@ -89,6 +90,7 @@ public TruncRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action trunc /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/TypeNamespace/TypePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TypeNamespace/TypePostRequestBody.cs index 07c1a4e178..bb6f9d85b7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/TypeNamespace/TypePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TypeNamespace/TypePostRequestBody.cs @@ -18,7 +18,7 @@ public class TypePostRequestBody : IAdditionalDataHolder, IParsable { public Json Value { get; set; } #endif /// - /// Instantiates a new typePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TypePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public TypePostRequestBody() { /// /// 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 TypePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static TypePostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/TypeNamespace/TypeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TypeNamespace/TypeRequestBuilder.cs index 2b04c8ce49..b210ab59bf 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/TypeNamespace/TypeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/TypeNamespace/TypeRequestBuilder.cs @@ -22,6 +22,7 @@ public class TypeRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action type /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action type"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TypeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TypeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/type", pathParameters) { } /// - /// Instantiates a new TypeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TypeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/type", rawUrl) { @@ -89,6 +90,7 @@ public TypeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action type /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Unichar/UnicharPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Unichar/UnicharPostRequestBody.cs index bbe17cdaa8..47d3c14eb4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Unichar/UnicharPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Unichar/UnicharPostRequestBody.cs @@ -18,7 +18,7 @@ public class UnicharPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new unicharPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UnicharPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public UnicharPostRequestBody() { /// /// 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 UnicharPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static UnicharPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"number", n => { Number = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Unichar/UnicharRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Unichar/UnicharRequestBuilder.cs index 601c0e56c9..dd04758ad9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Unichar/UnicharRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Unichar/UnicharRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnicharRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action unichar /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action unichar"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnicharRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnicharRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/unichar", pathParameters) { } /// - /// Instantiates a new UnicharRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnicharRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/unichar", rawUrl) { @@ -89,6 +90,7 @@ public UnicharRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action unichar /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Unicode/UnicodePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Unicode/UnicodePostRequestBody.cs index 1016061293..4c568f46e5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Unicode/UnicodePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Unicode/UnicodePostRequestBody.cs @@ -18,7 +18,7 @@ public class UnicodePostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new unicodePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UnicodePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public UnicodePostRequestBody() { /// /// 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 UnicodePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static UnicodePostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"text", n => { Text = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Unicode/UnicodeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Unicode/UnicodeRequestBuilder.cs index f7238867d3..d30e1d1e8a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Unicode/UnicodeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Unicode/UnicodeRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnicodeRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action unicode /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action unicode"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnicodeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnicodeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/unicode", pathParameters) { } /// - /// Instantiates a new UnicodeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnicodeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/unicode", rawUrl) { @@ -89,6 +90,7 @@ public UnicodeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action unicode /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Upper/UpperPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Upper/UpperPostRequestBody.cs index b4e88b4cf5..f4ab17dcc5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Upper/UpperPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Upper/UpperPostRequestBody.cs @@ -18,7 +18,7 @@ public class UpperPostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new upperPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UpperPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public UpperPostRequestBody() { /// /// 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 UpperPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static UpperPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"text", n => { Text = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Upper/UpperRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Upper/UpperRequestBuilder.cs index 0643190d44..af8eab326e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Upper/UpperRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Upper/UpperRequestBuilder.cs @@ -22,6 +22,7 @@ public class UpperRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action upper /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action upper"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UpperRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UpperRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/upper", pathParameters) { } /// - /// Instantiates a new UpperRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UpperRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/upper", rawUrl) { @@ -89,6 +90,7 @@ public UpperRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action upper /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Usdollar/UsdollarPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Usdollar/UsdollarPostRequestBody.cs index 1abe892f5b..0b3ee2f203 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Usdollar/UsdollarPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Usdollar/UsdollarPostRequestBody.cs @@ -26,7 +26,7 @@ public class UsdollarPostRequestBody : IAdditionalDataHolder, IParsable { public Json Number { get; set; } #endif /// - /// Instantiates a new usdollarPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UsdollarPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public UsdollarPostRequestBody() { /// /// 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 UsdollarPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static UsdollarPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"decimals", n => { Decimals = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Usdollar/UsdollarRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Usdollar/UsdollarRequestBuilder.cs index f4b32c8aab..5716d1da28 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Usdollar/UsdollarRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Usdollar/UsdollarRequestBuilder.cs @@ -22,6 +22,7 @@ public class UsdollarRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action usdollar /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action usdollar"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UsdollarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UsdollarRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/usdollar", pathParameters) { } /// - /// Instantiates a new UsdollarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UsdollarRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/usdollar", rawUrl) { @@ -89,6 +90,7 @@ public UsdollarRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action usdollar /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Value/ValuePostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Value/ValuePostRequestBody.cs index 155ca505fd..1b5e7fd13d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Value/ValuePostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Value/ValuePostRequestBody.cs @@ -18,7 +18,7 @@ public class ValuePostRequestBody : IAdditionalDataHolder, IParsable { public Json Text { get; set; } #endif /// - /// Instantiates a new valuePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValuePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ValuePostRequestBody() { /// /// 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 ValuePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ValuePostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"text", n => { Text = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Value/ValueRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Value/ValueRequestBuilder.cs index ad42abfb01..cedb37ba7b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Value/ValueRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Value/ValueRequestBuilder.cs @@ -22,6 +22,7 @@ public class ValueRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action value /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action value"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValueRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValueRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/value", pathParameters) { } /// - /// Instantiates a new ValueRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValueRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/value", rawUrl) { @@ -89,6 +90,7 @@ public ValueRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action value /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/VarA/VarAPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/VarA/VarAPostRequestBody.cs index 7d3a41b71e..4acd584195 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/VarA/VarAPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/VarA/VarAPostRequestBody.cs @@ -18,7 +18,7 @@ public class VarAPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new varAPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public VarAPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public VarAPostRequestBody() { /// /// 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 VarAPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static VarAPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/VarA/VarARequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/VarA/VarARequestBuilder.cs index 211876c28a..71aa8e022b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/VarA/VarARequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/VarA/VarARequestBuilder.cs @@ -22,6 +22,7 @@ public class VarARequestBuilder : BaseCliRequestBuilder { /// /// Invoke action varA /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action varA"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new VarARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VarARequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/varA", pathParameters) { } /// - /// Instantiates a new VarARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VarARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/varA", rawUrl) { @@ -89,6 +90,7 @@ public VarARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action varA /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/VarPA/VarPAPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/VarPA/VarPAPostRequestBody.cs index 34c0ec53ef..22487f1889 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/VarPA/VarPAPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/VarPA/VarPAPostRequestBody.cs @@ -18,7 +18,7 @@ public class VarPAPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new varPAPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public VarPAPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public VarPAPostRequestBody() { /// /// 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 VarPAPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static VarPAPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/VarPA/VarPARequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/VarPA/VarPARequestBuilder.cs index 139e795e10..71da9c19b4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/VarPA/VarPARequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/VarPA/VarPARequestBuilder.cs @@ -22,6 +22,7 @@ public class VarPARequestBuilder : BaseCliRequestBuilder { /// /// Invoke action varPA /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action varPA"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new VarPARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VarPARequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/varPA", pathParameters) { } /// - /// Instantiates a new VarPARequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VarPARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/varPA", rawUrl) { @@ -89,6 +90,7 @@ public VarPARequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action varPA /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Var_P/Var_PPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Var_P/Var_PPostRequestBody.cs index 8c52d68ce6..9871481bbb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Var_P/Var_PPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Var_P/Var_PPostRequestBody.cs @@ -18,7 +18,7 @@ public class Var_PPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new var_PPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Var_PPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public Var_PPostRequestBody() { /// /// 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 Var_PPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static Var_PPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Var_P/Var_PRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Var_P/Var_PRequestBuilder.cs index c27b98352d..c0827c78f4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Var_P/Var_PRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Var_P/Var_PRequestBuilder.cs @@ -22,6 +22,7 @@ public class Var_PRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action var_P /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action var_P"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Var_PRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Var_PRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/var_P", pathParameters) { } /// - /// Instantiates a new Var_PRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Var_PRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/var_P", rawUrl) { @@ -89,6 +90,7 @@ public Var_PRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action var_P /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Var_S/Var_SPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Var_S/Var_SPostRequestBody.cs index a3f7b4d66d..66ee7ad230 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Var_S/Var_SPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Var_S/Var_SPostRequestBody.cs @@ -18,7 +18,7 @@ public class Var_SPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new var_SPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Var_SPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public Var_SPostRequestBody() { /// /// 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 Var_SPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static Var_SPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Var_S/Var_SRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Var_S/Var_SRequestBuilder.cs index 1e37f34fe8..debfceec10 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Var_S/Var_SRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Var_S/Var_SRequestBuilder.cs @@ -22,6 +22,7 @@ public class Var_SRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action var_S /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action var_S"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Var_SRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Var_SRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/var_S", pathParameters) { } /// - /// Instantiates a new Var_SRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Var_SRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/var_S", rawUrl) { @@ -89,6 +90,7 @@ public Var_SRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action var_S /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Vdb/VdbPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Vdb/VdbPostRequestBody.cs index ce2ae11f6a..4b0017da3b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Vdb/VdbPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Vdb/VdbPostRequestBody.cs @@ -66,7 +66,7 @@ public class VdbPostRequestBody : IAdditionalDataHolder, IParsable { public Json StartPeriod { get; set; } #endif /// - /// Instantiates a new vdbPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public VdbPostRequestBody() { AdditionalData = new Dictionary(); @@ -74,6 +74,7 @@ public VdbPostRequestBody() { /// /// 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 VdbPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -82,6 +83,7 @@ public static VdbPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cost", n => { Cost = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Vdb/VdbRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Vdb/VdbRequestBuilder.cs index 09cde07e4d..7da0a4d5fc 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Vdb/VdbRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Vdb/VdbRequestBuilder.cs @@ -22,6 +22,7 @@ public class VdbRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action vdb /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action vdb"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new VdbRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VdbRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/vdb", pathParameters) { } /// - /// Instantiates a new VdbRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VdbRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/vdb", rawUrl) { @@ -89,6 +90,7 @@ public VdbRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action vdb /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Vlookup/VlookupPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Vlookup/VlookupPostRequestBody.cs index aa26dab953..30b395a326 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Vlookup/VlookupPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Vlookup/VlookupPostRequestBody.cs @@ -42,7 +42,7 @@ public class VlookupPostRequestBody : IAdditionalDataHolder, IParsable { public Json TableArray { get; set; } #endif /// - /// Instantiates a new vlookupPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public VlookupPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public VlookupPostRequestBody() { /// /// 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 VlookupPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static VlookupPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"colIndexNum", n => { ColIndexNum = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Vlookup/VlookupRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Vlookup/VlookupRequestBuilder.cs index 0634c03cba..7b6d6714b6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Vlookup/VlookupRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Vlookup/VlookupRequestBuilder.cs @@ -22,6 +22,7 @@ public class VlookupRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action vlookup /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action vlookup"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new VlookupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VlookupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/vlookup", pathParameters) { } /// - /// Instantiates a new VlookupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VlookupRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/vlookup", rawUrl) { @@ -89,6 +90,7 @@ public VlookupRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action vlookup /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/WeekNum/WeekNumPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/WeekNum/WeekNumPostRequestBody.cs index 40c0199ac8..3a8a06095e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/WeekNum/WeekNumPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/WeekNum/WeekNumPostRequestBody.cs @@ -26,7 +26,7 @@ public class WeekNumPostRequestBody : IAdditionalDataHolder, IParsable { public Json SerialNumber { get; set; } #endif /// - /// Instantiates a new weekNumPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public WeekNumPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public WeekNumPostRequestBody() { /// /// 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 WeekNumPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static WeekNumPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"returnType", n => { ReturnType = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/WeekNum/WeekNumRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/WeekNum/WeekNumRequestBuilder.cs index 9607b0911a..385433a7e6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/WeekNum/WeekNumRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/WeekNum/WeekNumRequestBuilder.cs @@ -22,6 +22,7 @@ public class WeekNumRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action weekNum /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action weekNum"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new WeekNumRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WeekNumRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/weekNum", pathParameters) { } /// - /// Instantiates a new WeekNumRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WeekNumRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/weekNum", rawUrl) { @@ -89,6 +90,7 @@ public WeekNumRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action weekNum /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Weekday/WeekdayPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Weekday/WeekdayPostRequestBody.cs index 93d85203de..80c93560df 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Weekday/WeekdayPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Weekday/WeekdayPostRequestBody.cs @@ -26,7 +26,7 @@ public class WeekdayPostRequestBody : IAdditionalDataHolder, IParsable { public Json SerialNumber { get; set; } #endif /// - /// Instantiates a new weekdayPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public WeekdayPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public WeekdayPostRequestBody() { /// /// 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 WeekdayPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static WeekdayPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"returnType", n => { ReturnType = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Weekday/WeekdayRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Weekday/WeekdayRequestBuilder.cs index 8b946cabb7..cd0f8b5f3c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Weekday/WeekdayRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Weekday/WeekdayRequestBuilder.cs @@ -22,6 +22,7 @@ public class WeekdayRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action weekday /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action weekday"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new WeekdayRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WeekdayRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/weekday", pathParameters) { } /// - /// Instantiates a new WeekdayRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WeekdayRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/weekday", rawUrl) { @@ -89,6 +90,7 @@ public WeekdayRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action weekday /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Weibull_Dist/Weibull_DistPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Weibull_Dist/Weibull_DistPostRequestBody.cs index af48e3c47b..40d2c274b2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Weibull_Dist/Weibull_DistPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Weibull_Dist/Weibull_DistPostRequestBody.cs @@ -42,7 +42,7 @@ public class Weibull_DistPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new weibull_DistPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Weibull_DistPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public Weibull_DistPostRequestBody() { /// /// 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 Weibull_DistPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static Weibull_DistPostRequestBody CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"alpha", n => { Alpha = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Weibull_Dist/Weibull_DistRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Weibull_Dist/Weibull_DistRequestBuilder.cs index 0cec347001..b76c2874bf 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Weibull_Dist/Weibull_DistRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Weibull_Dist/Weibull_DistRequestBuilder.cs @@ -22,6 +22,7 @@ public class Weibull_DistRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action weibull_Dist /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action weibull_Dist"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Weibull_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Weibull_DistRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/weibull_Dist", pathParameters) { } /// - /// Instantiates a new Weibull_DistRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Weibull_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/weibull_Dist", rawUrl) { @@ -89,6 +90,7 @@ public Weibull_DistRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Invoke action weibull_Dist /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/WorkDay/WorkDayPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay/WorkDayPostRequestBody.cs index bdc5af13f9..a1dbe81562 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay/WorkDayPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay/WorkDayPostRequestBody.cs @@ -34,7 +34,7 @@ public class WorkDayPostRequestBody : IAdditionalDataHolder, IParsable { public Json StartDate { get; set; } #endif /// - /// Instantiates a new workDayPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public WorkDayPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public WorkDayPostRequestBody() { /// /// 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 WorkDayPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static WorkDayPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"days", n => { Days = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay/WorkDayRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay/WorkDayRequestBuilder.cs index 78aec33598..bcd9aaca8c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay/WorkDayRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay/WorkDayRequestBuilder.cs @@ -22,6 +22,7 @@ public class WorkDayRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action workDay /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action workDay"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new WorkDayRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkDayRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/workDay", pathParameters) { } /// - /// Instantiates a new WorkDayRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkDayRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/workDay", rawUrl) { @@ -89,6 +90,7 @@ public WorkDayRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Invoke action workDay /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/WorkDay_Intl/WorkDay_IntlPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay_Intl/WorkDay_IntlPostRequestBody.cs index 58a8f739ee..000d744354 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay_Intl/WorkDay_IntlPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay_Intl/WorkDay_IntlPostRequestBody.cs @@ -42,7 +42,7 @@ public class WorkDay_IntlPostRequestBody : IAdditionalDataHolder, IParsable { public Json Weekend { get; set; } #endif /// - /// Instantiates a new workDay_IntlPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public WorkDay_IntlPostRequestBody() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public WorkDay_IntlPostRequestBody() { /// /// 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 WorkDay_IntlPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static WorkDay_IntlPostRequestBody CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"days", n => { Days = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay_Intl/WorkDay_IntlRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay_Intl/WorkDay_IntlRequestBuilder.cs index 7a2ddce422..88b02eb270 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay_Intl/WorkDay_IntlRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/WorkDay_Intl/WorkDay_IntlRequestBuilder.cs @@ -22,6 +22,7 @@ public class WorkDay_IntlRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action workDay_Intl /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action workDay_Intl"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new WorkDay_IntlRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkDay_IntlRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/workDay_Intl", pathParameters) { } /// - /// Instantiates a new WorkDay_IntlRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkDay_IntlRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/workDay_Intl", rawUrl) { @@ -89,6 +90,7 @@ public WorkDay_IntlRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Invoke action workDay_Intl /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Xirr/XirrPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xirr/XirrPostRequestBody.cs index bfdbda2f48..1fd5a1f87b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xirr/XirrPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xirr/XirrPostRequestBody.cs @@ -34,7 +34,7 @@ public class XirrPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new xirrPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public XirrPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public XirrPostRequestBody() { /// /// 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 XirrPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static XirrPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"dates", n => { Dates = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xirr/XirrRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xirr/XirrRequestBuilder.cs index 976ed4f88a..4a8b4a7dbb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xirr/XirrRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xirr/XirrRequestBuilder.cs @@ -22,6 +22,7 @@ public class XirrRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action xirr /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action xirr"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new XirrRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public XirrRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/xirr", pathParameters) { } /// - /// Instantiates a new XirrRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public XirrRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/xirr", rawUrl) { @@ -89,6 +90,7 @@ public XirrRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action xirr /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Xnpv/XnpvPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xnpv/XnpvPostRequestBody.cs index fdbc81c7d2..37c597e045 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xnpv/XnpvPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xnpv/XnpvPostRequestBody.cs @@ -34,7 +34,7 @@ public class XnpvPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new xnpvPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public XnpvPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public XnpvPostRequestBody() { /// /// 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 XnpvPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static XnpvPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"dates", n => { Dates = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xnpv/XnpvRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xnpv/XnpvRequestBuilder.cs index acc0c92a21..4a39375d32 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xnpv/XnpvRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xnpv/XnpvRequestBuilder.cs @@ -22,6 +22,7 @@ public class XnpvRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action xnpv /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action xnpv"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new XnpvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public XnpvRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/xnpv", pathParameters) { } /// - /// Instantiates a new XnpvRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public XnpvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/xnpv", rawUrl) { @@ -89,6 +90,7 @@ public XnpvRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action xnpv /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Xor/XorPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xor/XorPostRequestBody.cs index 3803b2b3ef..8bc7a0d7b4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xor/XorPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xor/XorPostRequestBody.cs @@ -18,7 +18,7 @@ public class XorPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new xorPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public XorPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public XorPostRequestBody() { /// /// 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 XorPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static XorPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xor/XorRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xor/XorRequestBuilder.cs index c2b1367f43..0507900f42 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xor/XorRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Xor/XorRequestBuilder.cs @@ -22,6 +22,7 @@ public class XorRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action xor /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action xor"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new XorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public XorRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/xor", pathParameters) { } /// - /// Instantiates a new XorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public XorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/xor", rawUrl) { @@ -89,6 +90,7 @@ public XorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Invoke action xor /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Year/YearPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Year/YearPostRequestBody.cs index c19dcf2048..60dc611ea7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Year/YearPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Year/YearPostRequestBody.cs @@ -18,7 +18,7 @@ public class YearPostRequestBody : IAdditionalDataHolder, IParsable { public Json SerialNumber { get; set; } #endif /// - /// Instantiates a new yearPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public YearPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public YearPostRequestBody() { /// /// 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 YearPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static YearPostRequestBody CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"serialNumber", n => { SerialNumber = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Year/YearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Year/YearRequestBuilder.cs index be16871d7b..ee21a5c750 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Year/YearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Year/YearRequestBuilder.cs @@ -22,6 +22,7 @@ public class YearRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action year /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action year"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new YearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public YearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/year", pathParameters) { } /// - /// Instantiates a new YearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public YearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/year", rawUrl) { @@ -89,6 +90,7 @@ public YearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Invoke action year /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/YearFrac/YearFracPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/YearFrac/YearFracPostRequestBody.cs index a62d5f5e9f..011287e5e8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/YearFrac/YearFracPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/YearFrac/YearFracPostRequestBody.cs @@ -34,7 +34,7 @@ public class YearFracPostRequestBody : IAdditionalDataHolder, IParsable { public Json StartDate { get; set; } #endif /// - /// Instantiates a new yearFracPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public YearFracPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public YearFracPostRequestBody() { /// /// 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 YearFracPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static YearFracPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/YearFrac/YearFracRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/YearFrac/YearFracRequestBuilder.cs index fa8de0d1ef..96e5bf1d2a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/YearFrac/YearFracRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/YearFrac/YearFracRequestBuilder.cs @@ -22,6 +22,7 @@ public class YearFracRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action yearFrac /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action yearFrac"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new YearFracRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public YearFracRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/yearFrac", pathParameters) { } /// - /// Instantiates a new YearFracRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public YearFracRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/yearFrac", rawUrl) { @@ -89,6 +90,7 @@ public YearFracRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action yearFrac /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Yield/YieldPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Yield/YieldPostRequestBody.cs index cd8a7a92d4..b2f74018bd 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Yield/YieldPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Yield/YieldPostRequestBody.cs @@ -66,7 +66,7 @@ public class YieldPostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new yieldPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public YieldPostRequestBody() { AdditionalData = new Dictionary(); @@ -74,6 +74,7 @@ public YieldPostRequestBody() { /// /// 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 YieldPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -82,6 +83,7 @@ public static YieldPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Yield/YieldRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Yield/YieldRequestBuilder.cs index ed743505e4..1bf06c8ed7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Yield/YieldRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Yield/YieldRequestBuilder.cs @@ -22,6 +22,7 @@ public class YieldRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action yield /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action yield"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new YieldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public YieldRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/yield", pathParameters) { } /// - /// Instantiates a new YieldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public YieldRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/yield", rawUrl) { @@ -89,6 +90,7 @@ public YieldRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke action yield /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/YieldDisc/YieldDiscPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/YieldDisc/YieldDiscPostRequestBody.cs index 5525f39dc9..33bfa78988 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/YieldDisc/YieldDiscPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/YieldDisc/YieldDiscPostRequestBody.cs @@ -50,7 +50,7 @@ public class YieldDiscPostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new yieldDiscPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public YieldDiscPostRequestBody() { AdditionalData = new Dictionary(); @@ -58,6 +58,7 @@ public YieldDiscPostRequestBody() { /// /// 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 YieldDiscPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public static YieldDiscPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/YieldDisc/YieldDiscRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/YieldDisc/YieldDiscRequestBuilder.cs index b0a9f00f69..213eef97f1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/YieldDisc/YieldDiscRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/YieldDisc/YieldDiscRequestBuilder.cs @@ -22,6 +22,7 @@ public class YieldDiscRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action yieldDisc /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action yieldDisc"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new YieldDiscRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public YieldDiscRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/yieldDisc", pathParameters) { } /// - /// Instantiates a new YieldDiscRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public YieldDiscRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/yieldDisc", rawUrl) { @@ -89,6 +90,7 @@ public YieldDiscRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke action yieldDisc /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/YieldMat/YieldMatPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/YieldMat/YieldMatPostRequestBody.cs index 5910d5e09f..33beb5a418 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/YieldMat/YieldMatPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/YieldMat/YieldMatPostRequestBody.cs @@ -58,7 +58,7 @@ public class YieldMatPostRequestBody : IAdditionalDataHolder, IParsable { public Json Settlement { get; set; } #endif /// - /// Instantiates a new yieldMatPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public YieldMatPostRequestBody() { AdditionalData = new Dictionary(); @@ -66,6 +66,7 @@ public YieldMatPostRequestBody() { /// /// 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 YieldMatPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -74,6 +75,7 @@ public static YieldMatPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"basis", n => { Basis = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/YieldMat/YieldMatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/YieldMat/YieldMatRequestBuilder.cs index 58fd42de61..9977e586cf 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/YieldMat/YieldMatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/YieldMat/YieldMatRequestBuilder.cs @@ -22,6 +22,7 @@ public class YieldMatRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action yieldMat /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action yieldMat"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new YieldMatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public YieldMatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/yieldMat", pathParameters) { } /// - /// Instantiates a new YieldMatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public YieldMatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/yieldMat", rawUrl) { @@ -89,6 +90,7 @@ public YieldMatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Invoke action yieldMat /// + /// 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/Drives/Item/Items/Item/Workbook/Functions/Z_Test/Z_TestPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Z_Test/Z_TestPostRequestBody.cs index a94dd89fea..a4e11859ef 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Z_Test/Z_TestPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Z_Test/Z_TestPostRequestBody.cs @@ -34,7 +34,7 @@ public class Z_TestPostRequestBody : IAdditionalDataHolder, IParsable { public Json X { get; set; } #endif /// - /// Instantiates a new z_TestPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public Z_TestPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public Z_TestPostRequestBody() { /// /// 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 Z_TestPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static Z_TestPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"array", n => { Array = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Z_Test/Z_TestRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Z_Test/Z_TestRequestBuilder.cs index a4195133b1..5326fe3a40 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Functions/Z_Test/Z_TestRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Functions/Z_Test/Z_TestRequestBuilder.cs @@ -22,6 +22,7 @@ public class Z_TestRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action z_Test /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action z_Test"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new Z_TestRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Z_TestRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/z_Test", pathParameters) { } /// - /// Instantiates a new Z_TestRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Z_TestRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/functions/z_Test", rawUrl) { @@ -89,6 +90,7 @@ public Z_TestRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Invoke action z_Test /// + /// 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/Drives/Item/Items/Item/Workbook/Names/Add/AddPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Names/Add/AddPostRequestBody.cs index 4b0f5e958a..7b34eb9981 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Names/Add/AddPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Names/Add/AddPostRequestBody.cs @@ -34,7 +34,7 @@ public class AddPostRequestBody : IAdditionalDataHolder, IParsable { public Json Reference { get; set; } #endif /// - /// Instantiates a new addPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public AddPostRequestBody() { /// /// 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 AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Names/Add/AddRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Names/Add/AddRequestBuilder.cs index 3c41a04f89..3ad1803ee0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Names/Add/AddRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Names/Add/AddRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddRequestBuilder : BaseCliRequestBuilder { /// Adds a new name to the collection of the given scope using the user's locale for the formula. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Adds a new name to the collection of the given scope using the user's locale for the formula.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/nameditem-add?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names/add", pathParameters) { } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names/add", rawUrl) { @@ -90,6 +91,7 @@ public AddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Adds a new name to the collection of the given scope using the user's locale for the formula. /// + /// 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/Drives/Item/Items/Item/Workbook/Names/AddFormulaLocal/AddFormulaLocalPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Names/AddFormulaLocal/AddFormulaLocalPostRequestBody.cs index ffa6678bc7..e5a357d6df 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Names/AddFormulaLocal/AddFormulaLocalPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Names/AddFormulaLocal/AddFormulaLocalPostRequestBody.cs @@ -33,7 +33,7 @@ public class AddFormulaLocalPostRequestBody : IAdditionalDataHolder, IParsable { public string Name { get; set; } #endif /// - /// Instantiates a new addFormulaLocalPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddFormulaLocalPostRequestBody() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public AddFormulaLocalPostRequestBody() { /// /// 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 AddFormulaLocalPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static AddFormulaLocalPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.cs index 6a76cf5d27..1b5c5558a9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddFormulaLocalRequestBuilder : BaseCliRequestBuilder { /// Adds a new name to the collection of the given scope using the user's locale for the formula. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Adds a new name to the collection of the given scope using the user's locale for the formula.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/nameditem-addformulalocal?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddFormulaLocalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddFormulaLocalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names/addFormulaLocal", pathParameters) { } /// - /// Instantiates a new AddFormulaLocalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddFormulaLocalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names/addFormulaLocal", rawUrl) { @@ -90,6 +91,7 @@ public AddFormulaLocalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Adds a new name to the collection of the given scope using the user's locale for the formula. /// + /// 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/Drives/Item/Items/Item/Workbook/Names/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Names/Count/CountRequestBuilder.cs index f23e21c8e7..5f90fb03d4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Names/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Names/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"; @@ -65,13 +66,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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names/$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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Items/Item/Workbook/Names/Item/RangeNamespace/RangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Names/Item/RangeNamespace/RangeRequestBuilder.cs index 25f6743820..8d0156ae64 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Names/Item/RangeNamespace/RangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Names/Item/RangeNamespace/RangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class RangeRequestBuilder : BaseCliRequestBuilder { /// Retrieve the properties and relationships of range object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of range object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names/{workbookNamedItem%2Did}/range()", pathParameters) { } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names/{workbookNamedItem%2Did}/range()", rawUrl) { @@ -83,6 +84,7 @@ public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Retrieve the properties and relationships of range 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/Drives/Item/Items/Item/Workbook/Names/Item/WorkbookNamedItemItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Names/Item/WorkbookNamedItemItemRequestBuilder.cs index caf2d7fba4..f68439446a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Names/Item/WorkbookNamedItemItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Names/Item/WorkbookNamedItemItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class WorkbookNamedItemItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property names for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property names for drives"; @@ -70,6 +71,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of nameditem object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of nameditem object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/nameditem-get?view=graph-rest-1.0"; @@ -133,6 +135,7 @@ public Command BuildGetCommand() { /// Update the properties of nameditem object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of nameditem object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/nameditem-update?view=graph-rest-1.0"; @@ -194,6 +197,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the range method. /// + /// A public Command BuildRangeNavCommand() { var command = new Command("range"); command.Description = "Provides operations to call the range method."; @@ -209,6 +213,7 @@ public Command BuildRangeNavCommand() { /// /// Provides operations to manage the worksheet property of the microsoft.graph.workbookNamedItem entity. /// + /// A public Command BuildWorksheetNavCommand() { var command = new Command("worksheet"); command.Description = "Provides operations to manage the worksheet property of the microsoft.graph.workbookNamedItem entity."; @@ -222,13 +227,13 @@ public Command BuildWorksheetNavCommand() { return command; } /// - /// Instantiates a new WorkbookNamedItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkbookNamedItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names/{workbookNamedItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkbookNamedItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkbookNamedItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names/{workbookNamedItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -236,6 +241,7 @@ public WorkbookNamedItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/dri /// /// Delete navigation property names for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names/{workbookNamedItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of nameditem 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 @@ -268,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of nameditem 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 @@ -278,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookNamedItem body, Acti public RequestInformation ToPatchRequestInformation(WorkbookNamedItem 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names/{workbookNamedItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Names/Item/Worksheet/WorksheetRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Names/Item/Worksheet/WorksheetRequestBuilder.cs index 2a4458e5fe..630f169c9f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Names/Item/Worksheet/WorksheetRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Names/Item/Worksheet/WorksheetRequestBuilder.cs @@ -22,6 +22,7 @@ public class WorksheetRequestBuilder : BaseCliRequestBuilder { /// /// Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorksheetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names/{workbookNamedItem%2Did}/worksheet{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names/{workbookNamedItem%2Did}/worksheet{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. 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 diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Names/NamesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Names/NamesRequestBuilder.cs index 2cd9f1226e..ce740b91b9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Names/NamesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Names/NamesRequestBuilder.cs @@ -26,6 +26,7 @@ public class NamesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the addFormulaLocal method. /// + /// A public Command BuildAddFormulaLocalNavCommand() { var command = new Command("add-formula-local"); command.Description = "Provides operations to call the addFormulaLocal method."; @@ -41,6 +42,7 @@ public Command BuildAddFormulaLocalNavCommand() { /// /// Provides operations to call the add method. /// + /// A public Command BuildAddNavCommand() { var command = new Command("add"); command.Description = "Provides operations to call the add method."; @@ -56,6 +58,7 @@ public Command BuildAddNavCommand() { /// /// Provides operations to manage the names property of the microsoft.graph.workbook entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -70,6 +73,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."; @@ -85,6 +89,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to names for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to names for drives"; @@ -141,6 +146,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of nameditem objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of nameditem objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/workbook-list-names?view=graph-rest-1.0"; @@ -243,13 +249,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new NamesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NamesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new NamesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NamesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -257,6 +263,7 @@ public NamesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Retrieve a list of nameditem objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -273,6 +280,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to names for drives /// + /// 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 @@ -283,7 +291,7 @@ public RequestInformation ToPostRequestInformation(WorkbookNamedItem body, Actio public RequestInformation ToPostRequestInformation(WorkbookNamedItem 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/names", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Operations/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Operations/Count/CountRequestBuilder.cs index b92ead2034..aa1af9f89e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Operations/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Operations/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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/operations/$count{?%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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/operations/$count{?%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Items/Item/Workbook/Operations/Item/WorkbookOperationItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Operations/Item/WorkbookOperationItemRequestBuilder.cs index d275f08699..74587eb983 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Operations/Item/WorkbookOperationItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Operations/Item/WorkbookOperationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class WorkbookOperationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property operations for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property operations for drives"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Meaningless if this url is called independently. This request is part of all async requests for excel. This is used to retrieve the status of a workbookOperation object. Currently not all requests support async. Take Create session request as an example. Issue an async Create session request, follow the documentation and you may get status code 202 Accepted, async operation starts from here and you can find the url this document required from the response header, from the location part. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Meaningless if this url is called independently. This request is part of all async requests for excel. This is used to retrieve the status of a workbookOperation object. Currently not all requests support async. Take Create session request as an example. Issue an async Create session request, follow the documentation and you may get status code 202 Accepted, async operation starts from here and you can find the url this document required from the response header, from the location part.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/workbookoperation-get?view=graph-rest-1.0"; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property operations in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property operations in drives"; @@ -189,13 +192,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new WorkbookOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkbookOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/operations/{workbookOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkbookOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkbookOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/operations/{workbookOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -203,6 +206,7 @@ public WorkbookOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/dri /// /// Delete navigation property operations for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/operations/{workbookOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Meaningless if this url is called independently. This request is part of all async requests for excel. This is used to retrieve the status of a workbookOperation object. Currently not all requests support async. Take Create session request as an example. Issue an async Create session request, follow the documentation and you may get status code 202 Accepted, async operation starts from here and you can find the url this document required from the response header, from the location part. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property operations in drives /// + /// 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 @@ -245,7 +251,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookOperation body, Acti public RequestInformation ToPatchRequestInformation(WorkbookOperation 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/operations/{workbookOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Operations/OperationsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Operations/OperationsRequestBuilder.cs index a4743bd8ea..3e5182805c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Operations/OperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the operations property of the microsoft.graph.workbook entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new WorkbookOperationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to operations for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to operations for drives"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// Meaningless if this url is called independently. This request is part of all async requests for excel. This is used to retrieve the status of a workbookOperation object. Currently not all requests support async. Take Create session request as an example. Issue an async Create session request, follow the documentation and you may get status code 202 Accepted, async operation starts from here and you can find the url this document required from the response header, from the location part. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Meaningless if this url is called independently. This request is part of all async requests for excel. This is used to retrieve the status of a workbookOperation object. Currently not all requests support async. Take Create session request as an example. Issue an async Create session request, follow the documentation and you may get status code 202 Accepted, async operation starts from here and you can find the url this document required from the response header, from the location part."; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/operations{?%24expand,%24orderby,%24search,%24select}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/operations{?%24expand,%24orderby,%24search,%24select}", rawUrl) { @@ -197,6 +201,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Meaningless if this url is called independently. This request is part of all async requests for excel. This is used to retrieve the status of a workbookOperation object. Currently not all requests support async. Take Create session request as an example. Issue an async Create session request, follow the documentation and you may get status code 202 Accepted, async operation starts from here and you can find the url this document required from the response header, from the location part. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for drives /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(WorkbookOperation body, Actio public RequestInformation ToPostRequestInformation(WorkbookOperation 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/RefreshSession/RefreshSessionRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/RefreshSession/RefreshSessionRequestBuilder.cs index 80fc6d8bd1..54e7fff13c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/RefreshSession/RefreshSessionRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/RefreshSession/RefreshSessionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefreshSessionRequestBuilder : BaseCliRequestBuilder { /// Use this API to refresh an existing workbook session. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Use this API to refresh an existing workbook session.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/workbook-refreshsession?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefreshSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefreshSessionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/refreshSession", pathParameters) { } /// - /// Instantiates a new RefreshSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefreshSessionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/refreshSession", rawUrl) { @@ -66,6 +67,7 @@ public RefreshSessionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Use this API to refresh an existing workbook session. /// + /// 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/Drives/Item/Items/Item/Workbook/SessionInfoResourceWithKey/SessionInfoResourceWithKeyRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/SessionInfoResourceWithKey/SessionInfoResourceWithKeyRequestBuilder.cs index 88941cc762..f0c8b9086e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/SessionInfoResourceWithKey/SessionInfoResourceWithKeyRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/SessionInfoResourceWithKey/SessionInfoResourceWithKeyRequestBuilder.cs @@ -22,6 +22,7 @@ public class SessionInfoResourceWithKeyRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function sessionInfoResource /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function sessionInfoResource"; @@ -68,13 +69,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SessionInfoResourceWithKeyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SessionInfoResourceWithKeyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/sessionInfoResource(key='{key}')", pathParameters) { } /// - /// Instantiates a new SessionInfoResourceWithKeyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SessionInfoResourceWithKeyRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/sessionInfoResource(key='{key}')", rawUrl) { @@ -82,6 +83,7 @@ public SessionInfoResourceWithKeyRequestBuilder(string rawUrl) : base("{+baseurl /// /// Invoke function sessionInfoResource /// + /// 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/Drives/Item/Items/Item/Workbook/TableRowOperationResultWithKey/TableRowOperationResultWithKeyRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/TableRowOperationResultWithKey/TableRowOperationResultWithKeyRequestBuilder.cs index 235ef3d9e2..570db05b8c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/TableRowOperationResultWithKey/TableRowOperationResultWithKeyRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/TableRowOperationResultWithKey/TableRowOperationResultWithKeyRequestBuilder.cs @@ -22,6 +22,7 @@ public class TableRowOperationResultWithKeyRequestBuilder : BaseCliRequestBuilde /// /// Invoke function tableRowOperationResult /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function tableRowOperationResult"; @@ -68,13 +69,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TableRowOperationResultWithKeyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TableRowOperationResultWithKeyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tableRowOperationResult(key='{key}')", pathParameters) { } /// - /// Instantiates a new TableRowOperationResultWithKeyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TableRowOperationResultWithKeyRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tableRowOperationResult(key='{key}')", rawUrl) { @@ -82,6 +83,7 @@ public TableRowOperationResultWithKeyRequestBuilder(string rawUrl) : base("{+bas /// /// Invoke function tableRowOperationResult /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Add/AddPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddPostRequestBody.cs index ec55551a9c..7ce5fd817a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddPostRequestBody.cs @@ -19,7 +19,7 @@ public class AddPostRequestBody : IAdditionalDataHolder, IParsable { /// The hasHeaders property public bool? HasHeaders { get; set; } /// - /// Instantiates a new addPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddPostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public AddPostRequestBody() { /// /// 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 AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"address", n => { Address = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.cs index 011f779922..125e448f89 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.cs @@ -20,12 +20,13 @@ namespace ApiSdk.Drives.Item.Items.Item.Workbook.Tables.Add { /// public class AddRequestBuilder : BaseCliRequestBuilder { /// - /// Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. - /// Find more info here + /// Use this API to create a new Table. + /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); - command.Description = "Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0"; + command.Description = "Use this API to create a new Table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0"; var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") { }; driveIdOption.IsRequired = true; @@ -76,20 +77,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/add", pathParameters) { } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/add", rawUrl) { } /// - /// Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. + /// Use this API to create a new Table. /// + /// A /// The request body /// 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/Drives/Item/Items/Item/Workbook/Tables/Count/CountGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Count/CountGetResponse.cs index cd67260739..d01cd586aa 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Count/CountGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Count/CountGetResponse.cs @@ -11,7 +11,7 @@ public class CountGetResponse : IAdditionalDataHolder, IParsable { /// The value property public int? Value { get; set; } /// - /// Instantiates a new countGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public CountGetResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public CountGetResponse() { /// /// 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 CountGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static CountGetResponse CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Count/CountRequestBuilder.cs index 047fe9de3a..0a546eba17 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Count/CountRequestBuilder.cs @@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function count /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function count"; @@ -61,13 +62,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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/count()", 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/count()", rawUrl) { @@ -75,6 +76,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke function count /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.cs index 25dc355acb..e298f484b1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearFiltersRequestBuilder : BaseCliRequestBuilder { /// Clears all the filters currently applied on the table. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clears all the filters currently applied on the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearFiltersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearFiltersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/clearFilters", pathParameters) { } /// - /// Instantiates a new ClearFiltersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearFiltersRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/clearFilters", rawUrl) { @@ -72,6 +73,7 @@ public ClearFiltersRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Clears all the filters currently applied on the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Add/AddPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Add/AddPostRequestBody.cs index 2d5158af77..3f7c14bca9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Add/AddPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Add/AddPostRequestBody.cs @@ -28,7 +28,7 @@ public class AddPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new addPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddPostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public AddPostRequestBody() { /// /// 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 AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"index", n => { Index = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Add/AddRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Add/AddRequestBuilder.cs index f59b4936a0..7c6c963ffa 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Add/AddRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Add/AddRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddRequestBuilder : BaseCliRequestBuilder { /// Adds a new column to the table. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Adds a new column to the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumncollection-add?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/add", pathParameters) { } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/add", rawUrl) { @@ -96,6 +97,7 @@ public AddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Adds a new column to the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ColumnsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ColumnsRequestBuilder.cs index 39d3ecd01b..e60d832e27 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ColumnsRequestBuilder.cs @@ -26,6 +26,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the add method. /// + /// A public Command BuildAddNavCommand() { var command = new Command("add"); command.Description = "Provides operations to call the add method."; @@ -41,6 +42,7 @@ public Command BuildAddNavCommand() { /// /// Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -58,6 +60,7 @@ public Tuple, List> BuildCommand() { /// /// Provides operations to call the count method. /// + /// A public Command BuildCountNavCommand() { var command = new Command("count"); command.Description = "Provides operations to call the count method."; @@ -74,6 +77,7 @@ public Command BuildCountNavCommand() { /// Use this API to create a new TableColumn. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Use this API to create a new TableColumn.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-post-columns?view=graph-rest-1.0"; @@ -135,6 +139,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the itemAt method. /// + /// A public Command BuildItemAtWithIndexRbCommand() { var command = new Command("item-at-with-index"); command.Description = "Provides operations to call the itemAt method."; @@ -161,6 +166,7 @@ public Command BuildItemAtWithIndexRbCommand() { /// Retrieve a list of tablecolumn objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of tablecolumn objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-list-columns?view=graph-rest-1.0"; @@ -269,13 +275,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -283,6 +289,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Retrieve a list of tablecolumn objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -299,6 +306,7 @@ public RequestInformation ToGetRequestInformation(Action /// Use this API to create a new TableColumn. /// + /// 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 @@ -309,7 +317,7 @@ public RequestInformation ToPostRequestInformation(WorkbookTableColumn body, Act public RequestInformation ToPostRequestInformation(WorkbookTableColumn 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Count/CountGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Count/CountGetResponse.cs index b7bf639ab0..88261110a8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Count/CountGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Count/CountGetResponse.cs @@ -11,7 +11,7 @@ public class CountGetResponse : IAdditionalDataHolder, IParsable { /// The value property public int? Value { get; set; } /// - /// Instantiates a new countGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public CountGetResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public CountGetResponse() { /// /// 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 CountGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static CountGetResponse CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Count/CountRequestBuilder.cs index cd0baf8ddc..de6f6eb0d6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Count/CountRequestBuilder.cs @@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function count /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function count"; @@ -67,13 +68,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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/count()", 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/count()", rawUrl) { @@ -81,6 +82,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke function count /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs index d995845df7..0173d0757a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class DataBodyRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the data body of the column. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the data body of the column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0"; @@ -75,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DataBodyRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DataBodyRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/dataBodyRange()", pathParameters) { } /// - /// Instantiates a new DataBodyRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DataBodyRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/dataBodyRange()", rawUrl) { @@ -89,6 +90,7 @@ public DataBodyRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Gets the range object associated with the data body of the column. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Apply/ApplyPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Apply/ApplyPostRequestBody.cs index 00e0581caa..d07e2f8965 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Apply/ApplyPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Apply/ApplyPostRequestBody.cs @@ -18,7 +18,7 @@ public class ApplyPostRequestBody : IAdditionalDataHolder, IParsable { public WorkbookFilterCriteria Criteria { get; set; } #endif /// - /// Instantiates a new applyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ApplyPostRequestBody() { /// /// 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 ApplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ApplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetObjectValue(WorkbookFilterCriteria.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.cs index 2908430dc9..057dd7f7bb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.cs @@ -22,6 +22,7 @@ public class ApplyRequestBuilder : BaseCliRequestBuilder { /// Apply the given filter criteria on the given column. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Apply the given filter criteria on the given column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/filter-apply?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/apply", pathParameters) { } /// - /// Instantiates a new ApplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/apply", rawUrl) { @@ -91,6 +92,7 @@ public ApplyRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Apply the given filter criteria on the given column. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterPostRequestBody.cs index 46761d5c3d..fdeac85b42 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterPostRequestBody.cs @@ -11,7 +11,7 @@ public class ApplyBottomItemsFilterPostRequestBody : IAdditionalDataHolder, IPar /// The count property public int? Count { get; set; } /// - /// Instantiates a new applyBottomItemsFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyBottomItemsFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public ApplyBottomItemsFilterPostRequestBody() { /// /// 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 ApplyBottomItemsFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static ApplyBottomItemsFilterPostRequestBody CreateFromDiscriminatorValue /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"count", n => { Count = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterRequestBuilder.cs index b1a7717434..37c2b818d9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyBottomItemsFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyBottomItemsFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyBottomItemsFilter"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyBottomItemsFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyBottomItemsFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyBottomItemsFilter", pathParameters) { } /// - /// Instantiates a new ApplyBottomItemsFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyBottomItemsFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyBottomItemsFilter", rawUrl) { @@ -90,6 +91,7 @@ public ApplyBottomItemsFilterRequestBuilder(string rawUrl) : base("{+baseurl}/dr /// /// Invoke action applyBottomItemsFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterPostRequestBody.cs index 052b89c8b6..9beadd6011 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterPostRequestBody.cs @@ -11,7 +11,7 @@ public class ApplyBottomPercentFilterPostRequestBody : IAdditionalDataHolder, IP /// The percent property public int? Percent { get; set; } /// - /// Instantiates a new applyBottomPercentFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyBottomPercentFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public ApplyBottomPercentFilterPostRequestBody() { /// /// 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 ApplyBottomPercentFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static ApplyBottomPercentFilterPostRequestBody CreateFromDiscriminatorVal /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"percent", n => { Percent = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterRequestBuilder.cs index f98780f5c9..0689a3e947 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyBottomPercentFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyBottomPercentFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyBottomPercentFilter"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyBottomPercentFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyBottomPercentFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyBottomPercentFilter", pathParameters) { } /// - /// Instantiates a new ApplyBottomPercentFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyBottomPercentFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyBottomPercentFilter", rawUrl) { @@ -90,6 +91,7 @@ public ApplyBottomPercentFilterRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Invoke action applyBottomPercentFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterPostRequestBody.cs index 7e8fa7b79c..7892a4e4a3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterPostRequestBody.cs @@ -17,7 +17,7 @@ public class ApplyCellColorFilterPostRequestBody : IAdditionalDataHolder, IParsa public string Color { get; set; } #endif /// - /// Instantiates a new applyCellColorFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyCellColorFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ApplyCellColorFilterPostRequestBody() { /// /// 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 ApplyCellColorFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ApplyCellColorFilterPostRequestBody CreateFromDiscriminatorValue(I /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"color", n => { Color = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterRequestBuilder.cs index 06c8bd5ed0..dccc1da518 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyCellColorFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyCellColorFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyCellColorFilter"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyCellColorFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyCellColorFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyCellColorFilter", pathParameters) { } /// - /// Instantiates a new ApplyCellColorFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyCellColorFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyCellColorFilter", rawUrl) { @@ -90,6 +91,7 @@ public ApplyCellColorFilterRequestBuilder(string rawUrl) : base("{+baseurl}/driv /// /// Invoke action applyCellColorFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterPostRequestBody.cs index f3663f5446..d52e4071db 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterPostRequestBody.cs @@ -33,7 +33,7 @@ public class ApplyCustomFilterPostRequestBody : IAdditionalDataHolder, IParsable public string Oper { get; set; } #endif /// - /// Instantiates a new applyCustomFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyCustomFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public ApplyCustomFilterPostRequestBody() { /// /// 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 ApplyCustomFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static ApplyCustomFilterPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria1", n => { Criteria1 = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterRequestBuilder.cs index 311436c6e2..f82db45d61 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyCustomFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyCustomFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyCustomFilter"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyCustomFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyCustomFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyCustomFilter", pathParameters) { } /// - /// Instantiates a new ApplyCustomFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyCustomFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyCustomFilter", rawUrl) { @@ -90,6 +91,7 @@ public ApplyCustomFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/ /// /// Invoke action applyCustomFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterPostRequestBody.cs index a1a23e1f90..08c085aae0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterPostRequestBody.cs @@ -17,7 +17,7 @@ public class ApplyDynamicFilterPostRequestBody : IAdditionalDataHolder, IParsabl public string Criteria { get; set; } #endif /// - /// Instantiates a new applyDynamicFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyDynamicFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ApplyDynamicFilterPostRequestBody() { /// /// 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 ApplyDynamicFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ApplyDynamicFilterPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterRequestBuilder.cs index b798e25489..e2939adb57 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyDynamicFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyDynamicFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyDynamicFilter"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyDynamicFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyDynamicFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyDynamicFilter", pathParameters) { } /// - /// Instantiates a new ApplyDynamicFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyDynamicFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyDynamicFilter", rawUrl) { @@ -90,6 +91,7 @@ public ApplyDynamicFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives /// /// Invoke action applyDynamicFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterPostRequestBody.cs index 25194da58e..b97298d1d8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterPostRequestBody.cs @@ -17,7 +17,7 @@ public class ApplyFontColorFilterPostRequestBody : IAdditionalDataHolder, IParsa public string Color { get; set; } #endif /// - /// Instantiates a new applyFontColorFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyFontColorFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ApplyFontColorFilterPostRequestBody() { /// /// 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 ApplyFontColorFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ApplyFontColorFilterPostRequestBody CreateFromDiscriminatorValue(I /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"color", n => { Color = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterRequestBuilder.cs index ee084fcc08..4762752ece 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyFontColorFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyFontColorFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyFontColorFilter"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyFontColorFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyFontColorFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyFontColorFilter", pathParameters) { } /// - /// Instantiates a new ApplyFontColorFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyFontColorFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyFontColorFilter", rawUrl) { @@ -90,6 +91,7 @@ public ApplyFontColorFilterRequestBuilder(string rawUrl) : base("{+baseurl}/driv /// /// Invoke action applyFontColorFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterPostRequestBody.cs index 39c02a2fe1..5db6bea315 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterPostRequestBody.cs @@ -18,7 +18,7 @@ public class ApplyIconFilterPostRequestBody : IAdditionalDataHolder, IParsable { public WorkbookIcon Icon { get; set; } #endif /// - /// Instantiates a new applyIconFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyIconFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ApplyIconFilterPostRequestBody() { /// /// 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 ApplyIconFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ApplyIconFilterPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"icon", n => { Icon = n.GetObjectValue(WorkbookIcon.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterRequestBuilder.cs index 990d404d16..00514d7951 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyIconFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyIconFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyIconFilter"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyIconFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyIconFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyIconFilter", pathParameters) { } /// - /// Instantiates a new ApplyIconFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyIconFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyIconFilter", rawUrl) { @@ -90,6 +91,7 @@ public ApplyIconFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Invoke action applyIconFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterPostRequestBody.cs index 523ea1c18a..c8d718248b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterPostRequestBody.cs @@ -11,7 +11,7 @@ public class ApplyTopItemsFilterPostRequestBody : IAdditionalDataHolder, IParsab /// The count property public int? Count { get; set; } /// - /// Instantiates a new applyTopItemsFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyTopItemsFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public ApplyTopItemsFilterPostRequestBody() { /// /// 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 ApplyTopItemsFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static ApplyTopItemsFilterPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"count", n => { Count = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterRequestBuilder.cs index 317717480d..62fb266a87 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyTopItemsFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyTopItemsFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyTopItemsFilter"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyTopItemsFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyTopItemsFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyTopItemsFilter", pathParameters) { } /// - /// Instantiates a new ApplyTopItemsFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyTopItemsFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyTopItemsFilter", rawUrl) { @@ -90,6 +91,7 @@ public ApplyTopItemsFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drive /// /// Invoke action applyTopItemsFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterPostRequestBody.cs index 00ae2f0882..33a9ad6da4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterPostRequestBody.cs @@ -11,7 +11,7 @@ public class ApplyTopPercentFilterPostRequestBody : IAdditionalDataHolder, IPars /// The percent property public int? Percent { get; set; } /// - /// Instantiates a new applyTopPercentFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyTopPercentFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public ApplyTopPercentFilterPostRequestBody() { /// /// 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 ApplyTopPercentFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static ApplyTopPercentFilterPostRequestBody CreateFromDiscriminatorValue( /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"percent", n => { Percent = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterRequestBuilder.cs index c1e77d87be..f2c1b7591a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyTopPercentFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyTopPercentFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyTopPercentFilter"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyTopPercentFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyTopPercentFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyTopPercentFilter", pathParameters) { } /// - /// Instantiates a new ApplyTopPercentFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyTopPercentFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyTopPercentFilter", rawUrl) { @@ -90,6 +91,7 @@ public ApplyTopPercentFilterRequestBuilder(string rawUrl) : base("{+baseurl}/dri /// /// Invoke action applyTopPercentFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterPostRequestBody.cs index 82b8866c27..24b863f9e6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterPostRequestBody.cs @@ -18,7 +18,7 @@ public class ApplyValuesFilterPostRequestBody : IAdditionalDataHolder, IParsable public Json Values { get; set; } #endif /// - /// Instantiates a new applyValuesFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyValuesFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ApplyValuesFilterPostRequestBody() { /// /// 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 ApplyValuesFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ApplyValuesFilterPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterRequestBuilder.cs index d8a0f00560..f25966250c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyValuesFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyValuesFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyValuesFilter"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyValuesFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyValuesFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyValuesFilter", pathParameters) { } /// - /// Instantiates a new ApplyValuesFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyValuesFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyValuesFilter", rawUrl) { @@ -90,6 +91,7 @@ public ApplyValuesFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/ /// /// Invoke action applyValuesFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.cs index 43d6ecf6ca..d3161d1e8f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clear the filter on the given column. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the filter on the given column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/filter-clear?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/clear", rawUrl) { @@ -78,6 +79,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clear the filter on the given column. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/FilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/FilterRequestBuilder.cs index 46e701d502..70e40c0a52 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/FilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/FilterRequestBuilder.cs @@ -34,6 +34,7 @@ public class FilterRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the applyBottomItemsFilter method. /// + /// A public Command BuildApplyBottomItemsFilterNavCommand() { var command = new Command("apply-bottom-items-filter"); command.Description = "Provides operations to call the applyBottomItemsFilter method."; @@ -49,6 +50,7 @@ public Command BuildApplyBottomItemsFilterNavCommand() { /// /// Provides operations to call the applyBottomPercentFilter method. /// + /// A public Command BuildApplyBottomPercentFilterNavCommand() { var command = new Command("apply-bottom-percent-filter"); command.Description = "Provides operations to call the applyBottomPercentFilter method."; @@ -64,6 +66,7 @@ public Command BuildApplyBottomPercentFilterNavCommand() { /// /// Provides operations to call the applyCellColorFilter method. /// + /// A public Command BuildApplyCellColorFilterNavCommand() { var command = new Command("apply-cell-color-filter"); command.Description = "Provides operations to call the applyCellColorFilter method."; @@ -79,6 +82,7 @@ public Command BuildApplyCellColorFilterNavCommand() { /// /// Provides operations to call the applyCustomFilter method. /// + /// A public Command BuildApplyCustomFilterNavCommand() { var command = new Command("apply-custom-filter"); command.Description = "Provides operations to call the applyCustomFilter method."; @@ -94,6 +98,7 @@ public Command BuildApplyCustomFilterNavCommand() { /// /// Provides operations to call the applyDynamicFilter method. /// + /// A public Command BuildApplyDynamicFilterNavCommand() { var command = new Command("apply-dynamic-filter"); command.Description = "Provides operations to call the applyDynamicFilter method."; @@ -109,6 +114,7 @@ public Command BuildApplyDynamicFilterNavCommand() { /// /// Provides operations to call the applyFontColorFilter method. /// + /// A public Command BuildApplyFontColorFilterNavCommand() { var command = new Command("apply-font-color-filter"); command.Description = "Provides operations to call the applyFontColorFilter method."; @@ -124,6 +130,7 @@ public Command BuildApplyFontColorFilterNavCommand() { /// /// Provides operations to call the applyIconFilter method. /// + /// A public Command BuildApplyIconFilterNavCommand() { var command = new Command("apply-icon-filter"); command.Description = "Provides operations to call the applyIconFilter method."; @@ -139,6 +146,7 @@ public Command BuildApplyIconFilterNavCommand() { /// /// Provides operations to call the apply method. /// + /// A public Command BuildApplyNavCommand() { var command = new Command("apply"); command.Description = "Provides operations to call the apply method."; @@ -154,6 +162,7 @@ public Command BuildApplyNavCommand() { /// /// Provides operations to call the applyTopItemsFilter method. /// + /// A public Command BuildApplyTopItemsFilterNavCommand() { var command = new Command("apply-top-items-filter"); command.Description = "Provides operations to call the applyTopItemsFilter method."; @@ -169,6 +178,7 @@ public Command BuildApplyTopItemsFilterNavCommand() { /// /// Provides operations to call the applyTopPercentFilter method. /// + /// A public Command BuildApplyTopPercentFilterNavCommand() { var command = new Command("apply-top-percent-filter"); command.Description = "Provides operations to call the applyTopPercentFilter method."; @@ -184,6 +194,7 @@ public Command BuildApplyTopPercentFilterNavCommand() { /// /// Provides operations to call the applyValuesFilter method. /// + /// A public Command BuildApplyValuesFilterNavCommand() { var command = new Command("apply-values-filter"); command.Description = "Provides operations to call the applyValuesFilter method."; @@ -199,6 +210,7 @@ public Command BuildApplyValuesFilterNavCommand() { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -214,6 +226,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property filter for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property filter for drives"; @@ -265,6 +278,7 @@ public Command BuildDeleteCommand() { /// /// Retrieve the filter applied to the column. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the filter applied to the column. Read-only."; @@ -333,6 +347,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property filter in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property filter in drives"; @@ -398,13 +413,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter{?%24expand,%24select}", rawUrl) { @@ -412,6 +427,7 @@ public FilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property filter for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -420,7 +436,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -428,6 +444,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the filter applied to the column. 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 @@ -444,6 +461,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property filter in drives /// + /// 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 @@ -454,7 +472,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookFilter body, Action< public RequestInformation ToPatchRequestInformation(WorkbookFilter 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs index 3d31e1090a..cff4c3df70 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class HeaderRowRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the header row of the column. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the header row of the column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0"; @@ -75,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HeaderRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HeaderRowRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/headerRowRange()", pathParameters) { } /// - /// Instantiates a new HeaderRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HeaderRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/headerRowRange()", rawUrl) { @@ -89,6 +90,7 @@ public HeaderRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Gets the range object associated with the header row of the column. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/RangeNamespace/RangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/RangeNamespace/RangeRequestBuilder.cs index 71a6b41241..bbbcf407e7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/RangeNamespace/RangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/RangeNamespace/RangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class RangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the entire column. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the entire column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0"; @@ -75,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/range()", pathParameters) { } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/range()", rawUrl) { @@ -89,6 +90,7 @@ public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Gets the range object associated with the entire column. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs index 56964fb6e4..91f862577c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class TotalRowRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the totals row of the column. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the totals row of the column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0"; @@ -75,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TotalRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TotalRowRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/totalRowRange()", pathParameters) { } /// - /// Instantiates a new TotalRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TotalRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/totalRowRange()", rawUrl) { @@ -89,6 +90,7 @@ public TotalRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Gets the range object associated with the totals row of the column. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilder.cs index 5d08832b4f..109b5fa8da 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class WorkbookTableColumnItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the dataBodyRange method. /// + /// A public Command BuildDataBodyRangeNavCommand() { var command = new Command("data-body-range"); command.Description = "Provides operations to call the dataBodyRange method."; @@ -43,6 +44,7 @@ public Command BuildDataBodyRangeNavCommand() { /// Deletes the column from the table. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes the column from the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-delete?view=graph-rest-1.0"; @@ -94,6 +96,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity. /// + /// A public Command BuildFilterNavCommand() { var command = new Command("filter"); command.Description = "Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity."; @@ -129,6 +132,7 @@ public Command BuildFilterNavCommand() { /// Retrieve the properties and relationships of tablecolumn object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of tablecolumn object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-get?view=graph-rest-1.0"; @@ -197,6 +201,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the headerRowRange method. /// + /// A public Command BuildHeaderRowRangeNavCommand() { var command = new Command("header-row-range"); command.Description = "Provides operations to call the headerRowRange method."; @@ -213,6 +218,7 @@ public Command BuildHeaderRowRangeNavCommand() { /// Update the properties of tablecolumn object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of tablecolumn object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-update?view=graph-rest-1.0"; @@ -280,6 +286,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the range method. /// + /// A public Command BuildRangeNavCommand() { var command = new Command("range"); command.Description = "Provides operations to call the range method."; @@ -295,6 +302,7 @@ public Command BuildRangeNavCommand() { /// /// Provides operations to call the totalRowRange method. /// + /// A public Command BuildTotalRowRangeNavCommand() { var command = new Command("total-row-range"); command.Description = "Provides operations to call the totalRowRange method."; @@ -308,13 +316,13 @@ public Command BuildTotalRowRangeNavCommand() { return command; } /// - /// Instantiates a new WorkbookTableColumnItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkbookTableColumnItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkbookTableColumnItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkbookTableColumnItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}{?%24expand,%24select}", rawUrl) { @@ -322,6 +330,7 @@ public WorkbookTableColumnItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes the column from the table. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,7 +339,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -338,6 +347,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of tablecolumn 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 @@ -354,6 +364,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of tablecolumn 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 @@ -364,7 +375,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookTableColumn body, Ac public RequestInformation ToPatchRequestInformation(WorkbookTableColumn 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs index c62f100306..06cae07c49 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class DataBodyRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the data body of the column. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the data body of the column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0"; @@ -38,6 +39,10 @@ public Command BuildGetCommand() { }; workbookTableIdOption.IsRequired = true; command.AddOption(workbookTableIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -46,6 +51,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookTableId = invocationContext.ParseResult.GetValueForOption(workbookTableIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -57,6 +63,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookTableId is not null) requestInfo.PathParameters.Add("workbookTable%2Did", workbookTableId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -69,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DataBodyRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DataBodyRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/itemAt(index={index})/dataBodyRange()", pathParameters) { } /// - /// Instantiates a new DataBodyRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DataBodyRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/itemAt(index={index})/dataBodyRange()", rawUrl) { @@ -83,6 +90,7 @@ public DataBodyRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Gets the range object associated with the data body of the column. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/Filter/FilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/Filter/FilterRequestBuilder.cs index 5c1f686ec5..c35b1bc582 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/Filter/FilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/Filter/FilterRequestBuilder.cs @@ -22,6 +22,7 @@ public class FilterRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property filter for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property filter for drives"; @@ -37,6 +38,10 @@ public Command BuildDeleteCommand() { }; workbookTableIdOption.IsRequired = true; command.AddOption(workbookTableIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -46,6 +51,7 @@ public Command BuildDeleteCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookTableId = invocationContext.ParseResult.GetValueForOption(workbookTableIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -54,6 +60,7 @@ public Command BuildDeleteCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookTableId is not null) requestInfo.PathParameters.Add("workbookTable%2Did", workbookTableId); + if (index is not null) requestInfo.PathParameters.Add("index", index); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -67,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Retrieve the filter applied to the column. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the filter applied to the column. Read-only."; @@ -82,6 +90,10 @@ public Command BuildGetCommand() { }; workbookTableIdOption.IsRequired = true; command.AddOption(workbookTableIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -100,6 +112,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookTableId = invocationContext.ParseResult.GetValueForOption(workbookTableIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -115,6 +128,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookTableId is not null) requestInfo.PathParameters.Add("workbookTable%2Did", workbookTableId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -129,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property filter in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property filter in drives"; @@ -144,6 +159,10 @@ public Command BuildPatchCommand() { }; workbookTableIdOption.IsRequired = true; command.AddOption(workbookTableIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -156,6 +175,7 @@ public Command BuildPatchCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookTableId = invocationContext.ParseResult.GetValueForOption(workbookTableIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -175,6 +195,7 @@ public Command BuildPatchCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookTableId is not null) requestInfo.PathParameters.Add("workbookTable%2Did", workbookTableId); + if (index is not null) requestInfo.PathParameters.Add("index", index); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -188,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/itemAt(index={index})/filter{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/itemAt(index={index})/filter{?%24expand,%24select}", rawUrl) { @@ -202,6 +223,7 @@ public FilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property filter for drives /// + /// 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 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/itemAt(index={index})/filter", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the filter applied to the column. 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 @@ -234,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property filter in drives /// + /// 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 +268,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookFilter body, Action< public RequestInformation ToPatchRequestInformation(WorkbookFilter 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/itemAt(index={index})/filter", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs index e4ef2cbab3..85d349172c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class HeaderRowRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the header row of the column. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the header row of the column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0"; @@ -38,6 +39,10 @@ public Command BuildGetCommand() { }; workbookTableIdOption.IsRequired = true; command.AddOption(workbookTableIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -46,6 +51,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookTableId = invocationContext.ParseResult.GetValueForOption(workbookTableIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -57,6 +63,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookTableId is not null) requestInfo.PathParameters.Add("workbookTable%2Did", workbookTableId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -69,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HeaderRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HeaderRowRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/itemAt(index={index})/headerRowRange()", pathParameters) { } /// - /// Instantiates a new HeaderRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HeaderRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/itemAt(index={index})/headerRowRange()", rawUrl) { @@ -83,6 +90,7 @@ public HeaderRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Gets the range object associated with the header row of the column. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs index f3d895ac0d..94d2ac4ed3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs @@ -27,6 +27,7 @@ public class ItemAtWithIndexRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the dataBodyRange method. /// + /// A public Command BuildDataBodyRangeNavCommand() { var command = new Command("data-body-range"); command.Description = "Provides operations to call the dataBodyRange method."; @@ -42,6 +43,7 @@ public Command BuildDataBodyRangeNavCommand() { /// /// Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity. /// + /// A public Command BuildFilterNavCommand() { var command = new Command("filter"); command.Description = "Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity."; @@ -59,6 +61,7 @@ public Command BuildFilterNavCommand() { /// /// Invoke function itemAt /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function itemAt"; @@ -113,6 +116,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the headerRowRange method. /// + /// A public Command BuildHeaderRowRangeNavCommand() { var command = new Command("header-row-range"); command.Description = "Provides operations to call the headerRowRange method."; @@ -128,6 +132,7 @@ public Command BuildHeaderRowRangeNavCommand() { /// /// Provides operations to call the range method. /// + /// A public Command BuildRangeNavCommand() { var command = new Command("range"); command.Description = "Provides operations to call the range method."; @@ -143,6 +148,7 @@ public Command BuildRangeNavCommand() { /// /// Provides operations to call the totalRowRange method. /// + /// A public Command BuildTotalRowRangeNavCommand() { var command = new Command("total-row-range"); command.Description = "Provides operations to call the totalRowRange method."; @@ -156,13 +162,13 @@ public Command BuildTotalRowRangeNavCommand() { return command; } /// - /// Instantiates a new ItemAtWithIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemAtWithIndexRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/itemAt(index={index})", pathParameters) { } /// - /// Instantiates a new ItemAtWithIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemAtWithIndexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/itemAt(index={index})", rawUrl) { @@ -170,6 +176,7 @@ public ItemAtWithIndexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Invoke function itemAt /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs index fa78f0ee85..b134afe765 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class RangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the entire column. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the entire column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0"; @@ -38,6 +39,10 @@ public Command BuildGetCommand() { }; workbookTableIdOption.IsRequired = true; command.AddOption(workbookTableIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -46,6 +51,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookTableId = invocationContext.ParseResult.GetValueForOption(workbookTableIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -57,6 +63,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookTableId is not null) requestInfo.PathParameters.Add("workbookTable%2Did", workbookTableId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -69,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/itemAt(index={index})/range()", pathParameters) { } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/itemAt(index={index})/range()", rawUrl) { @@ -83,6 +90,7 @@ public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Gets the range object associated with the entire column. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs index c5c613d876..14091bf2bb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class TotalRowRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the totals row of the column. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the totals row of the column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0"; @@ -38,6 +39,10 @@ public Command BuildGetCommand() { }; workbookTableIdOption.IsRequired = true; command.AddOption(workbookTableIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -46,6 +51,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookTableId = invocationContext.ParseResult.GetValueForOption(workbookTableIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -57,6 +63,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookTableId is not null) requestInfo.PathParameters.Add("workbookTable%2Did", workbookTableId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -69,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TotalRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TotalRowRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/itemAt(index={index})/totalRowRange()", pathParameters) { } /// - /// Instantiates a new TotalRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TotalRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/columns/itemAt(index={index})/totalRowRange()", rawUrl) { @@ -83,6 +90,7 @@ public TotalRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Gets the range object associated with the totals row of the column. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.cs index 22b1ab8cb2..32b21f8e58 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class ConvertToRangeRequestBuilder : BaseCliRequestBuilder { /// Converts the table into a normal range of cells. All data is preserved. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Converts the table into a normal range of cells. All data is preserved.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ConvertToRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConvertToRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/convertToRange", pathParameters) { } /// - /// Instantiates a new ConvertToRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConvertToRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/convertToRange", rawUrl) { @@ -83,6 +84,7 @@ public ConvertToRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Converts the table into a normal range of cells. All data is preserved. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs index 1a0faa72bd..3d913fa288 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class DataBodyRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the data body of the table. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the data body of the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DataBodyRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DataBodyRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/dataBodyRange()", pathParameters) { } /// - /// Instantiates a new DataBodyRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DataBodyRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/dataBodyRange()", rawUrl) { @@ -83,6 +84,7 @@ public DataBodyRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Gets the range object associated with the data body of the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs index 9317efd621..f0cdb9dae4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class HeaderRowRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with header row of the table. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with header row of the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HeaderRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HeaderRowRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/headerRowRange()", pathParameters) { } /// - /// Instantiates a new HeaderRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HeaderRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/headerRowRange()", rawUrl) { @@ -83,6 +84,7 @@ public HeaderRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Gets the range object associated with header row of the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/RangeNamespace/RangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/RangeNamespace/RangeRequestBuilder.cs index 4200d0ab38..975c7a7edf 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/RangeNamespace/RangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/RangeNamespace/RangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class RangeRequestBuilder : BaseCliRequestBuilder { /// Get the range object associated with the entire table. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the range object associated with the entire table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/range()", pathParameters) { } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/range()", rawUrl) { @@ -83,6 +84,7 @@ public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Get the range object associated with the entire table. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.cs index c747029111..40f0b137de 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.cs @@ -22,6 +22,7 @@ public class ReapplyFiltersRequestBuilder : BaseCliRequestBuilder { /// Reapplies all the filters currently on the table. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reapplies all the filters currently on the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReapplyFiltersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReapplyFiltersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/reapplyFilters", pathParameters) { } /// - /// Instantiates a new ReapplyFiltersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReapplyFiltersRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/reapplyFilters", rawUrl) { @@ -72,6 +73,7 @@ public ReapplyFiltersRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Reapplies all the filters currently on the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Add/AddPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Add/AddPostRequestBody.cs index 3bff41fa9f..481eb49f2d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Add/AddPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Add/AddPostRequestBody.cs @@ -20,7 +20,7 @@ public class AddPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new addPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddPostRequestBody() { AdditionalData = new Dictionary(); @@ -28,6 +28,7 @@ public AddPostRequestBody() { /// /// 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 AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -36,6 +37,7 @@ public static AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"index", n => { Index = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Add/AddRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Add/AddRequestBuilder.cs index dcb3dffe44..dba9533fd0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Add/AddRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Add/AddRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddRequestBuilder : BaseCliRequestBuilder { /// Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablerowcollection-add?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/rows/add", pathParameters) { } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/rows/add", rawUrl) { @@ -96,6 +97,7 @@ public AddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Count/CountGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Count/CountGetResponse.cs index 7f0080bd1d..0e7917801c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Count/CountGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Count/CountGetResponse.cs @@ -11,7 +11,7 @@ public class CountGetResponse : IAdditionalDataHolder, IParsable { /// The value property public int? Value { get; set; } /// - /// Instantiates a new countGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public CountGetResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public CountGetResponse() { /// /// 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 CountGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static CountGetResponse CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Count/CountRequestBuilder.cs index f17f481f5d..f055825168 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Count/CountRequestBuilder.cs @@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function count /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function count"; @@ -67,13 +68,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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/rows/count()", 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/rows/count()", rawUrl) { @@ -81,6 +82,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke function count /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Item/RangeNamespace/RangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Item/RangeNamespace/RangeRequestBuilder.cs index 7eb556ee45..56918c40fc 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Item/RangeNamespace/RangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Item/RangeNamespace/RangeRequestBuilder.cs @@ -22,6 +22,7 @@ public class RangeRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function range /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function range"; @@ -74,13 +75,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/rows/{workbookTableRow%2Did}/range()", pathParameters) { } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/rows/{workbookTableRow%2Did}/range()", rawUrl) { @@ -88,6 +89,7 @@ public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke function range /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilder.cs index ecfdb8a5b3..634cf4afb9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class WorkbookTableRowItemRequestBuilder : BaseCliRequestBuilder { /// Deletes the row from the table. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes the row from the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablerow-delete?view=graph-rest-1.0"; @@ -76,6 +77,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of tablerow object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of tablerow object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablerow-get?view=graph-rest-1.0"; @@ -145,6 +147,7 @@ public Command BuildGetCommand() { /// Update the properties of tablerow object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of tablerow object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablerow-update?view=graph-rest-1.0"; @@ -212,6 +215,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the range method. /// + /// A public Command BuildRangeNavCommand() { var command = new Command("range"); command.Description = "Provides operations to call the range method."; @@ -225,13 +229,13 @@ public Command BuildRangeNavCommand() { return command; } /// - /// Instantiates a new WorkbookTableRowItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkbookTableRowItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/rows/{workbookTableRow%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkbookTableRowItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkbookTableRowItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/rows/{workbookTableRow%2Did}{?%24expand,%24select}", rawUrl) { @@ -239,6 +243,7 @@ public WorkbookTableRowItemRequestBuilder(string rawUrl) : base("{+baseurl}/driv /// /// Deletes the row from the table. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -247,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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/rows/{workbookTableRow%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -255,6 +260,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of tablerow 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 @@ -271,6 +277,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of tablerow 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 @@ -281,7 +288,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookTableRow body, Actio public RequestInformation ToPatchRequestInformation(WorkbookTableRow 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/rows/{workbookTableRow%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs index 3b5fafd9b1..626ed04960 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs @@ -23,6 +23,7 @@ public class ItemAtWithIndexRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function itemAt /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function itemAt"; @@ -77,6 +78,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the range method. /// + /// A public Command BuildRangeNavCommand() { var command = new Command("range"); command.Description = "Provides operations to call the range method."; @@ -90,13 +92,13 @@ public Command BuildRangeNavCommand() { return command; } /// - /// Instantiates a new ItemAtWithIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemAtWithIndexRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/rows/itemAt(index={index})", pathParameters) { } /// - /// Instantiates a new ItemAtWithIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemAtWithIndexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/rows/itemAt(index={index})", rawUrl) { @@ -104,6 +106,7 @@ public ItemAtWithIndexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Invoke function itemAt /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs index 52b0d52fac..48415046d2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs @@ -22,6 +22,7 @@ public class RangeRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function range /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function range"; @@ -37,6 +38,10 @@ public Command BuildGetCommand() { }; workbookTableIdOption.IsRequired = true; command.AddOption(workbookTableIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -45,6 +50,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookTableId = invocationContext.ParseResult.GetValueForOption(workbookTableIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -56,6 +62,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookTableId is not null) requestInfo.PathParameters.Add("workbookTable%2Did", workbookTableId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -68,13 +75,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/rows/itemAt(index={index})/range()", pathParameters) { } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/rows/itemAt(index={index})/range()", rawUrl) { @@ -82,6 +89,7 @@ public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke function range /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/RowsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/RowsRequestBuilder.cs index 71e82b9a59..16246c8d81 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/RowsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/RowsRequestBuilder.cs @@ -26,6 +26,7 @@ public class RowsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the add method. /// + /// A public Command BuildAddNavCommand() { var command = new Command("add"); command.Description = "Provides operations to call the add method."; @@ -41,6 +42,7 @@ public Command BuildAddNavCommand() { /// /// Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -54,6 +56,7 @@ public Tuple, List> BuildCommand() { /// /// Provides operations to call the count method. /// + /// A public Command BuildCountNavCommand() { var command = new Command("count"); command.Description = "Provides operations to call the count method."; @@ -70,6 +73,7 @@ public Command BuildCountNavCommand() { /// Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-post-rows?view=graph-rest-1.0"; @@ -131,6 +135,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the itemAt method. /// + /// A public Command BuildItemAtWithIndexRbCommand() { var command = new Command("item-at-with-index"); command.Description = "Provides operations to call the itemAt method."; @@ -151,11 +156,12 @@ public Command BuildItemAtWithIndexRbCommand() { } /// /// Retrieve a list of tablerow objects. - /// Find more info here + /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); - command.Description = "Retrieve a list of tablerow objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablerow-list?view=graph-rest-1.0"; + command.Description = "Retrieve a list of tablerow objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-list-rows?view=graph-rest-1.0"; var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") { }; driveIdOption.IsRequired = true; @@ -261,13 +267,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RowsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RowsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/rows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RowsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RowsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/rows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -275,6 +281,7 @@ public RowsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Retrieve a list of tablerow objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -291,6 +298,7 @@ public RequestInformation ToGetRequestInformation(Action /// Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request. /// + /// 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 @@ -301,7 +309,7 @@ public RequestInformation ToPostRequestInformation(WorkbookTableRow body, Action public RequestInformation ToPostRequestInformation(WorkbookTableRow 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/rows", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyPostRequestBody.cs index 355afdb9c6..16bb410fb6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyPostRequestBody.cs @@ -28,7 +28,7 @@ public class ApplyPostRequestBody : IAdditionalDataHolder, IParsable { public string Method { get; set; } #endif /// - /// Instantiates a new applyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyPostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public ApplyPostRequestBody() { /// /// 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 ApplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static ApplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fields", n => { Fields = n.GetCollectionOfObjectValues(WorkbookSortField.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyRequestBuilder.cs index 1ec4a4974d..8733e0ac41 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyRequestBuilder.cs @@ -22,6 +22,7 @@ public class ApplyRequestBuilder : BaseCliRequestBuilder { /// Perform a sort operation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Perform a sort operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablesort-apply?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/sort/apply", pathParameters) { } /// - /// Instantiates a new ApplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/sort/apply", rawUrl) { @@ -85,6 +86,7 @@ public ApplyRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Perform a sort operation. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Clear/ClearRequestBuilder.cs index a3bf1bbaf6..f6b68f96b6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablesort-clear?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/sort/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/sort/clear", rawUrl) { @@ -72,6 +73,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.cs index 57fac82e66..e9bf49e2f9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.cs @@ -22,6 +22,7 @@ public class ReapplyRequestBuilder : BaseCliRequestBuilder { /// Reapplies the current sorting parameters to the table. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reapplies the current sorting parameters to the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablesort-reapply?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReapplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReapplyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/sort/reapply", pathParameters) { } /// - /// Instantiates a new ReapplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReapplyRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/sort/reapply", rawUrl) { @@ -72,6 +73,7 @@ public ReapplyRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Reapplies the current sorting parameters to the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/SortRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/SortRequestBuilder.cs index 7ada9d96d3..bfbbfe797c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/SortRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/SortRequestBuilder.cs @@ -25,6 +25,7 @@ public class SortRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the apply method. /// + /// A public Command BuildApplyNavCommand() { var command = new Command("apply"); command.Description = "Provides operations to call the apply method."; @@ -40,6 +41,7 @@ public Command BuildApplyNavCommand() { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -55,6 +57,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property sort for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sort for drives"; @@ -101,6 +104,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of tablesort object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of tablesort object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablesort-get?view=graph-rest-1.0"; @@ -163,6 +167,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property sort in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sort in drives"; @@ -224,6 +229,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the reapply method. /// + /// A public Command BuildReapplyNavCommand() { var command = new Command("reapply"); command.Description = "Provides operations to call the reapply method."; @@ -237,13 +243,13 @@ public Command BuildReapplyNavCommand() { return command; } /// - /// Instantiates a new SortRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SortRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/sort{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SortRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SortRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/sort{?%24expand,%24select}", rawUrl) { @@ -251,6 +257,7 @@ public SortRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property sort for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -259,7 +266,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/sort", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -267,6 +274,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of tablesort 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 @@ -283,6 +291,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sort in drives /// + /// 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 @@ -293,7 +302,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookTableSort body, Acti public RequestInformation ToPatchRequestInformation(WorkbookTableSort 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/sort", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs index d1d5254253..b0f69d39d1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class TotalRowRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with totals row of the table. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with totals row of the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TotalRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TotalRowRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/totalRowRange()", pathParameters) { } /// - /// Instantiates a new TotalRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TotalRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/totalRowRange()", rawUrl) { @@ -83,6 +84,7 @@ public TotalRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Gets the range object associated with totals row of the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/Item/WorkbookTableItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/WorkbookTableItemRequestBuilder.cs index 788f1b9cee..bfbf71a471 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/WorkbookTableItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/WorkbookTableItemRequestBuilder.cs @@ -33,6 +33,7 @@ public class WorkbookTableItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clearFilters method. /// + /// A public Command BuildClearFiltersNavCommand() { var command = new Command("clear-filters"); command.Description = "Provides operations to call the clearFilters method."; @@ -48,6 +49,7 @@ public Command BuildClearFiltersNavCommand() { /// /// Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.workbookTable entity."; @@ -75,6 +77,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to call the convertToRange method. /// + /// A public Command BuildConvertToRangeNavCommand() { var command = new Command("convert-to-range"); command.Description = "Provides operations to call the convertToRange method."; @@ -90,6 +93,7 @@ public Command BuildConvertToRangeNavCommand() { /// /// Provides operations to call the dataBodyRange method. /// + /// A public Command BuildDataBodyRangeNavCommand() { var command = new Command("data-body-range"); command.Description = "Provides operations to call the dataBodyRange method."; @@ -106,6 +110,7 @@ public Command BuildDataBodyRangeNavCommand() { /// Deletes the table. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-delete?view=graph-rest-1.0"; @@ -152,6 +157,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of table object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of table object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-get?view=graph-rest-1.0"; @@ -214,6 +220,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the headerRowRange method. /// + /// A public Command BuildHeaderRowRangeNavCommand() { var command = new Command("header-row-range"); command.Description = "Provides operations to call the headerRowRange method."; @@ -230,6 +237,7 @@ public Command BuildHeaderRowRangeNavCommand() { /// Update the properties of table object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of table object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-update?view=graph-rest-1.0"; @@ -291,6 +299,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the range method. /// + /// A public Command BuildRangeNavCommand() { var command = new Command("range"); command.Description = "Provides operations to call the range method."; @@ -306,6 +315,7 @@ public Command BuildRangeNavCommand() { /// /// Provides operations to call the reapplyFilters method. /// + /// A public Command BuildReapplyFiltersNavCommand() { var command = new Command("reapply-filters"); command.Description = "Provides operations to call the reapplyFilters method."; @@ -321,6 +331,7 @@ public Command BuildReapplyFiltersNavCommand() { /// /// Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. /// + /// A public Command BuildRowsNavCommand() { var command = new Command("rows"); command.Description = "Provides operations to manage the rows property of the microsoft.graph.workbookTable entity."; @@ -348,6 +359,7 @@ public Command BuildRowsNavCommand() { /// /// Provides operations to manage the sort property of the microsoft.graph.workbookTable entity. /// + /// A public Command BuildSortNavCommand() { var command = new Command("sort"); command.Description = "Provides operations to manage the sort property of the microsoft.graph.workbookTable entity."; @@ -373,6 +385,7 @@ public Command BuildSortNavCommand() { /// /// Provides operations to call the totalRowRange method. /// + /// A public Command BuildTotalRowRangeNavCommand() { var command = new Command("total-row-range"); command.Description = "Provides operations to call the totalRowRange method."; @@ -388,6 +401,7 @@ public Command BuildTotalRowRangeNavCommand() { /// /// Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity. /// + /// A public Command BuildWorksheetNavCommand() { var command = new Command("worksheet"); command.Description = "Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity."; @@ -401,13 +415,13 @@ public Command BuildWorksheetNavCommand() { return command; } /// - /// Instantiates a new WorkbookTableItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkbookTableItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkbookTableItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkbookTableItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}{?%24expand,%24select}", rawUrl) { @@ -415,6 +429,7 @@ public WorkbookTableItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/ /// /// Deletes the table. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -423,7 +438,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -431,6 +446,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of table 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 @@ -447,6 +463,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of table 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 @@ -457,7 +474,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookTable 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Worksheet/WorksheetRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Worksheet/WorksheetRequestBuilder.cs index 62c7a316df..1c6b9bc0bd 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Worksheet/WorksheetRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/Item/Worksheet/WorksheetRequestBuilder.cs @@ -22,6 +22,7 @@ public class WorksheetRequestBuilder : BaseCliRequestBuilder { /// /// The worksheet containing the current table. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The worksheet containing the current table. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorksheetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/worksheet{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/{workbookTable%2Did}/worksheet{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// The worksheet containing the current table. 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 diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.cs index 76b6709202..de7d8fa44c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearFiltersRequestBuilder : BaseCliRequestBuilder { /// Clears all the filters currently applied on the table. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clears all the filters currently applied on the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0"; @@ -33,15 +34,21 @@ public Command BuildPostCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToPostRequestInformation(q => { }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -52,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearFiltersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearFiltersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/clearFilters", pathParameters) { } /// - /// Instantiates a new ClearFiltersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearFiltersRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/clearFilters", rawUrl) { @@ -66,6 +73,7 @@ public ClearFiltersRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Clears all the filters currently applied on the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.cs index 1388027003..7827e422ef 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// Retrieve a list of tablecolumn objects. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a list of tablecolumn objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-list-columns?view=graph-rest-1.0"; @@ -34,6 +35,10 @@ public Command BuildGetCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -78,6 +83,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -106,6 +112,7 @@ public Command BuildGetCommand() { }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -128,6 +135,7 @@ public Command BuildGetCommand() { /// Use this API to create a new TableColumn. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Use this API to create a new TableColumn.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-post-columns?view=graph-rest-1.0"; @@ -139,6 +147,10 @@ public Command BuildPostCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -150,6 +162,7 @@ public Command BuildPostCommand() { command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -168,6 +181,7 @@ public Command BuildPostCommand() { }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); + if (index is not null) requestInfo.PathParameters.Add("index", index); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -181,13 +195,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -195,6 +209,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Retrieve a list of tablecolumn objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,6 +226,7 @@ public RequestInformation ToGetRequestInformation(Action /// Use this API to create a new TableColumn. /// + /// 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 @@ -221,7 +237,7 @@ public RequestInformation ToPostRequestInformation(WorkbookTableColumn body, Act public RequestInformation ToPostRequestInformation(WorkbookTableColumn 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.cs index 5d61b3a6be..801e86a0aa 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class ConvertToRangeRequestBuilder : BaseCliRequestBuilder { /// Converts the table into a normal range of cells. All data is preserved. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Converts the table into a normal range of cells. All data is preserved.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0"; @@ -34,6 +35,10 @@ public Command BuildPostCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -41,6 +46,7 @@ public Command BuildPostCommand() { command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -51,6 +57,7 @@ public Command BuildPostCommand() { }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -63,13 +70,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ConvertToRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConvertToRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/convertToRange", pathParameters) { } /// - /// Instantiates a new ConvertToRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConvertToRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/convertToRange", rawUrl) { @@ -77,6 +84,7 @@ public ConvertToRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Converts the table into a normal range of cells. All data is preserved. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs index c4dd8c814e..ef5070146f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class DataBodyRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the data body of the table. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the data body of the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0"; @@ -34,6 +35,10 @@ public Command BuildGetCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -41,6 +46,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -51,6 +57,7 @@ public Command BuildGetCommand() { }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -63,13 +70,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DataBodyRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DataBodyRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/dataBodyRange()", pathParameters) { } /// - /// Instantiates a new DataBodyRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DataBodyRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/dataBodyRange()", rawUrl) { @@ -77,6 +84,7 @@ public DataBodyRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Gets the range object associated with the data body of the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs index 35e2dbf4b8..5cdc2ab409 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class HeaderRowRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with header row of the table. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with header row of the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0"; @@ -34,6 +35,10 @@ public Command BuildGetCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -41,6 +46,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -51,6 +57,7 @@ public Command BuildGetCommand() { }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -63,13 +70,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HeaderRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HeaderRowRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/headerRowRange()", pathParameters) { } /// - /// Instantiates a new HeaderRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HeaderRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/headerRowRange()", rawUrl) { @@ -77,6 +84,7 @@ public HeaderRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Gets the range object associated with header row of the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs index b60344195b..1148fceee1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs @@ -33,6 +33,7 @@ public class ItemAtWithIndexRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clearFilters method. /// + /// A public Command BuildClearFiltersNavCommand() { var command = new Command("clear-filters"); command.Description = "Provides operations to call the clearFilters method."; @@ -48,6 +49,7 @@ public Command BuildClearFiltersNavCommand() { /// /// Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.workbookTable entity."; @@ -64,6 +66,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to call the convertToRange method. /// + /// A public Command BuildConvertToRangeNavCommand() { var command = new Command("convert-to-range"); command.Description = "Provides operations to call the convertToRange method."; @@ -79,6 +82,7 @@ public Command BuildConvertToRangeNavCommand() { /// /// Provides operations to call the dataBodyRange method. /// + /// A public Command BuildDataBodyRangeNavCommand() { var command = new Command("data-body-range"); command.Description = "Provides operations to call the dataBodyRange method."; @@ -94,6 +98,7 @@ public Command BuildDataBodyRangeNavCommand() { /// /// Invoke function itemAt /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function itemAt"; @@ -142,6 +147,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the headerRowRange method. /// + /// A public Command BuildHeaderRowRangeNavCommand() { var command = new Command("header-row-range"); command.Description = "Provides operations to call the headerRowRange method."; @@ -157,6 +163,7 @@ public Command BuildHeaderRowRangeNavCommand() { /// /// Provides operations to call the range method. /// + /// A public Command BuildRangeNavCommand() { var command = new Command("range"); command.Description = "Provides operations to call the range method."; @@ -172,6 +179,7 @@ public Command BuildRangeNavCommand() { /// /// Provides operations to call the reapplyFilters method. /// + /// A public Command BuildReapplyFiltersNavCommand() { var command = new Command("reapply-filters"); command.Description = "Provides operations to call the reapplyFilters method."; @@ -187,6 +195,7 @@ public Command BuildReapplyFiltersNavCommand() { /// /// Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. /// + /// A public Command BuildRowsNavCommand() { var command = new Command("rows"); command.Description = "Provides operations to manage the rows property of the microsoft.graph.workbookTable entity."; @@ -203,6 +212,7 @@ public Command BuildRowsNavCommand() { /// /// Provides operations to manage the sort property of the microsoft.graph.workbookTable entity. /// + /// A public Command BuildSortNavCommand() { var command = new Command("sort"); command.Description = "Provides operations to manage the sort property of the microsoft.graph.workbookTable entity."; @@ -220,6 +230,7 @@ public Command BuildSortNavCommand() { /// /// Provides operations to call the totalRowRange method. /// + /// A public Command BuildTotalRowRangeNavCommand() { var command = new Command("total-row-range"); command.Description = "Provides operations to call the totalRowRange method."; @@ -235,6 +246,7 @@ public Command BuildTotalRowRangeNavCommand() { /// /// Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity. /// + /// A public Command BuildWorksheetNavCommand() { var command = new Command("worksheet"); command.Description = "Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity."; @@ -248,13 +260,13 @@ public Command BuildWorksheetNavCommand() { return command; } /// - /// Instantiates a new ItemAtWithIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemAtWithIndexRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})", pathParameters) { } /// - /// Instantiates a new ItemAtWithIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemAtWithIndexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})", rawUrl) { @@ -262,6 +274,7 @@ public ItemAtWithIndexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Invoke function itemAt /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs index 8275b5ede7..2e7b76ba40 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class RangeRequestBuilder : BaseCliRequestBuilder { /// Get the range object associated with the entire table. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the range object associated with the entire table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0"; @@ -34,6 +35,10 @@ public Command BuildGetCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -41,6 +46,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -51,6 +57,7 @@ public Command BuildGetCommand() { }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -63,13 +70,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/range()", pathParameters) { } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/range()", rawUrl) { @@ -77,6 +84,7 @@ public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Get the range object associated with the entire table. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.cs index dd564d1246..bca7db0cdc 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.cs @@ -22,6 +22,7 @@ public class ReapplyFiltersRequestBuilder : BaseCliRequestBuilder { /// Reapplies all the filters currently on the table. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reapplies all the filters currently on the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0"; @@ -33,15 +34,21 @@ public Command BuildPostCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToPostRequestInformation(q => { }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -52,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReapplyFiltersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReapplyFiltersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/reapplyFilters", pathParameters) { } /// - /// Instantiates a new ReapplyFiltersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReapplyFiltersRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/reapplyFilters", rawUrl) { @@ -66,6 +73,7 @@ public ReapplyFiltersRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Reapplies all the filters currently on the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.cs index 7208ba5a1d..a61ae71e26 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.cs @@ -21,11 +21,12 @@ namespace ApiSdk.Drives.Item.Items.Item.Workbook.Tables.ItemAtWithIndex.Rows { public class RowsRequestBuilder : BaseCliRequestBuilder { /// /// Retrieve a list of tablerow objects. - /// Find more info here + /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); - command.Description = "Retrieve a list of tablerow objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablerow-list?view=graph-rest-1.0"; + command.Description = "Retrieve a list of tablerow objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-list-rows?view=graph-rest-1.0"; var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") { }; driveIdOption.IsRequired = true; @@ -34,6 +35,10 @@ public Command BuildGetCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -78,6 +83,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -106,6 +112,7 @@ public Command BuildGetCommand() { }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -128,6 +135,7 @@ public Command BuildGetCommand() { /// Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-post-rows?view=graph-rest-1.0"; @@ -139,6 +147,10 @@ public Command BuildPostCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -150,6 +162,7 @@ public Command BuildPostCommand() { command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -168,6 +181,7 @@ public Command BuildPostCommand() { }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); + if (index is not null) requestInfo.PathParameters.Add("index", index); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -181,13 +195,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RowsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RowsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/rows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RowsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RowsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/rows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -195,6 +209,7 @@ public RowsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Retrieve a list of tablerow objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,6 +226,7 @@ public RequestInformation ToGetRequestInformation(Action /// Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request. /// + /// 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 @@ -221,7 +237,7 @@ public RequestInformation ToPostRequestInformation(WorkbookTableRow body, Action public RequestInformation ToPostRequestInformation(WorkbookTableRow 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/rows", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Sort/SortRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Sort/SortRequestBuilder.cs index 3946fc6f08..0b70fc4def 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Sort/SortRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Sort/SortRequestBuilder.cs @@ -22,6 +22,7 @@ public class SortRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property sort for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sort for drives"; @@ -33,6 +34,10 @@ public Command BuildDeleteCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -41,6 +46,7 @@ public Command BuildDeleteCommand() { command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -48,6 +54,7 @@ public Command BuildDeleteCommand() { }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); + if (index is not null) requestInfo.PathParameters.Add("index", index); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -62,6 +69,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of tablesort object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of tablesort object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablesort-get?view=graph-rest-1.0"; @@ -73,6 +81,10 @@ public Command BuildGetCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -90,6 +102,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -104,6 +117,7 @@ public Command BuildGetCommand() { }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -118,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property sort in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sort in drives"; @@ -129,6 +144,10 @@ public Command BuildPatchCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -140,6 +159,7 @@ public Command BuildPatchCommand() { command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -158,6 +178,7 @@ public Command BuildPatchCommand() { }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); + if (index is not null) requestInfo.PathParameters.Add("index", index); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -171,13 +192,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SortRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SortRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/sort{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SortRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SortRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/sort{?%24expand,%24select}", rawUrl) { @@ -185,6 +206,7 @@ public SortRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property sort for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/sort", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of tablesort 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 @@ -217,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sort in drives /// + /// 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 @@ -227,7 +251,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookTableSort body, Acti public RequestInformation ToPatchRequestInformation(WorkbookTableSort 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/sort", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs index 3928c01088..7a4612b848 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class TotalRowRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with totals row of the table. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with totals row of the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0"; @@ -34,6 +35,10 @@ public Command BuildGetCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -41,6 +46,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -51,6 +57,7 @@ public Command BuildGetCommand() { }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -63,13 +70,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TotalRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TotalRowRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/totalRowRange()", pathParameters) { } /// - /// Instantiates a new TotalRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TotalRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/totalRowRange()", rawUrl) { @@ -77,6 +84,7 @@ public TotalRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Gets the range object associated with totals row of the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Worksheet/WorksheetRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Worksheet/WorksheetRequestBuilder.cs index e5beb0392a..2edc2629a1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Worksheet/WorksheetRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Worksheet/WorksheetRequestBuilder.cs @@ -22,6 +22,7 @@ public class WorksheetRequestBuilder : BaseCliRequestBuilder { /// /// The worksheet containing the current table. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The worksheet containing the current table. Read-only."; @@ -33,6 +34,10 @@ public Command BuildGetCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -50,6 +55,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -64,6 +70,7 @@ public Command BuildGetCommand() { }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -76,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorksheetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/worksheet{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/worksheet{?%24expand,%24select}", rawUrl) { @@ -90,6 +97,7 @@ public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// The worksheet containing the current table. 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 diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Tables/TablesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Tables/TablesRequestBuilder.cs index d24d58a8e5..a44e1a681f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Tables/TablesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Tables/TablesRequestBuilder.cs @@ -26,6 +26,7 @@ public class TablesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the add method. /// + /// A public Command BuildAddNavCommand() { var command = new Command("add"); command.Description = "Provides operations to call the add method."; @@ -41,6 +42,7 @@ public Command BuildAddNavCommand() { /// /// Provides operations to manage the tables property of the microsoft.graph.workbook entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -64,6 +66,7 @@ public Tuple, List> BuildCommand() { /// /// Provides operations to call the count method. /// + /// A public Command BuildCountNavCommand() { var command = new Command("count"); command.Description = "Provides operations to call the count method."; @@ -79,6 +82,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to tables for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to tables for drives"; @@ -134,6 +138,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the itemAt method. /// + /// A public Command BuildItemAtWithIndexRbCommand() { var command = new Command("item-at-with-index"); command.Description = "Provides operations to call the itemAt method."; @@ -164,11 +169,12 @@ public Command BuildItemAtWithIndexRbCommand() { } /// /// Retrieve a list of table objects. - /// Find more info here + /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); - command.Description = "Retrieve a list of table objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/workbook-list-tables?view=graph-rest-1.0"; + command.Description = "Retrieve a list of table objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-list?view=graph-rest-1.0"; var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") { }; driveIdOption.IsRequired = true; @@ -268,13 +274,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TablesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TablesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TablesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TablesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -282,6 +288,7 @@ public TablesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Retrieve a list of table objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -298,6 +305,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to tables for drives /// + /// 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 @@ -308,7 +316,7 @@ public RequestInformation ToPostRequestInformation(WorkbookTable 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/WorkbookRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/WorkbookRequestBuilder.cs index cae7a7be29..8861aff50f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/WorkbookRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/WorkbookRequestBuilder.cs @@ -34,6 +34,7 @@ public class WorkbookRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the application property of the microsoft.graph.workbook entity. /// + /// A public Command BuildApplicationNavCommand() { var command = new Command("application"); command.Description = "Provides operations to manage the application property of the microsoft.graph.workbook entity."; @@ -57,6 +58,7 @@ public Command BuildApplicationNavCommand() { /// /// Provides operations to call the closeSession method. /// + /// A public Command BuildCloseSessionNavCommand() { var command = new Command("close-session"); command.Description = "Provides operations to call the closeSession method."; @@ -72,6 +74,7 @@ public Command BuildCloseSessionNavCommand() { /// /// Provides operations to manage the comments property of the microsoft.graph.workbook entity. /// + /// A public Command BuildCommentsNavCommand() { var command = new Command("comments"); command.Description = "Provides operations to manage the comments property of the microsoft.graph.workbook entity."; @@ -97,6 +100,7 @@ public Command BuildCommentsNavCommand() { /// /// Provides operations to call the createSession method. /// + /// A public Command BuildCreateSessionNavCommand() { var command = new Command("create-session"); command.Description = "Provides operations to call the createSession method."; @@ -112,6 +116,7 @@ public Command BuildCreateSessionNavCommand() { /// /// Delete navigation property workbook for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property workbook for drives"; @@ -151,6 +156,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the functions property of the microsoft.graph.workbook entity. /// + /// A public Command BuildFunctionsNavCommand() { var command = new Command("functions"); command.Description = "Provides operations to manage the functions property of the microsoft.graph.workbook entity."; @@ -539,6 +545,7 @@ public Command BuildFunctionsNavCommand() { /// /// For files that are Excel spreadsheets, access to the workbook API to work with the spreadsheet's contents. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "For files that are Excel spreadsheets, access to the workbook API to work with the spreadsheet's contents. Nullable."; @@ -595,6 +602,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the names property of the microsoft.graph.workbook entity. /// + /// A public Command BuildNamesNavCommand() { var command = new Command("names"); command.Description = "Provides operations to manage the names property of the microsoft.graph.workbook entity."; @@ -622,6 +630,7 @@ public Command BuildNamesNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.workbook entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.workbook entity."; @@ -647,6 +656,7 @@ public Command BuildOperationsNavCommand() { /// /// Update the navigation property workbook in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property workbook in drives"; @@ -702,6 +712,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the refreshSession method. /// + /// A public Command BuildRefreshSessionNavCommand() { var command = new Command("refresh-session"); command.Description = "Provides operations to call the refreshSession method."; @@ -717,6 +728,7 @@ public Command BuildRefreshSessionNavCommand() { /// /// Provides operations to call the sessionInfoResource method. /// + /// A public Command BuildSessionInfoResourceWithKeyRbCommand() { var command = new Command("session-info-resource-with-key"); command.Description = "Provides operations to call the sessionInfoResource method."; @@ -732,6 +744,7 @@ public Command BuildSessionInfoResourceWithKeyRbCommand() { /// /// Provides operations to call the tableRowOperationResult method. /// + /// A public Command BuildTableRowOperationResultWithKeyRbCommand() { var command = new Command("table-row-operation-result-with-key"); command.Description = "Provides operations to call the tableRowOperationResult method."; @@ -747,6 +760,7 @@ public Command BuildTableRowOperationResultWithKeyRbCommand() { /// /// Provides operations to manage the tables property of the microsoft.graph.workbook entity. /// + /// A public Command BuildTablesNavCommand() { var command = new Command("tables"); command.Description = "Provides operations to manage the tables property of the microsoft.graph.workbook entity."; @@ -774,6 +788,7 @@ public Command BuildTablesNavCommand() { /// /// Provides operations to manage the worksheets property of the microsoft.graph.workbook entity. /// + /// A public Command BuildWorksheetsNavCommand() { var command = new Command("worksheets"); command.Description = "Provides operations to manage the worksheets property of the microsoft.graph.workbook entity."; @@ -798,13 +813,13 @@ public Command BuildWorksheetsNavCommand() { return command; } /// - /// Instantiates a new WorkbookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkbookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkbookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkbookRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook{?%24expand,%24select}", rawUrl) { @@ -812,6 +827,7 @@ public WorkbookRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// Delete navigation property workbook for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -820,7 +836,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -828,6 +844,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// For files that are Excel spreadsheets, access to the workbook API to work with the spreadsheet's contents. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -844,6 +861,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property workbook in drives /// + /// 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 @@ -854,7 +872,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Workbook body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Workbook 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Add/AddPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Add/AddPostRequestBody.cs index 4d00704ea8..9d9d564311 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Add/AddPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Add/AddPostRequestBody.cs @@ -17,7 +17,7 @@ public class AddPostRequestBody : IAdditionalDataHolder, IParsable { public string Name { get; set; } #endif /// - /// Instantiates a new addPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AddPostRequestBody() { /// /// 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 AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Add/AddRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Add/AddRequestBuilder.cs index fe44d66068..958c087d70 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Add/AddRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Add/AddRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddRequestBuilder : BaseCliRequestBuilder { /// Adds a new worksheet to the workbook. The worksheet is added at the end of existing worksheets. If you wish to activate the newly added worksheet, call .activate() on it. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Adds a new worksheet to the workbook. The worksheet is added at the end of existing worksheets. If you wish to activate the newly added worksheet, call .activate() on it.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/worksheetcollection-add?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/add", pathParameters) { } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/add", rawUrl) { @@ -90,6 +91,7 @@ public AddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Adds a new worksheet to the workbook. The worksheet is added at the end of existing worksheets. If you wish to activate the newly added worksheet, call .activate() on it. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Count/CountRequestBuilder.cs index f49eef01ee..d459a132b8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/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"; @@ -65,13 +66,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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/$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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/CellWithRowWithColumn/CellWithRowWithColumnRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/CellWithRowWithColumn/CellWithRowWithColumnRequestBuilder.cs index b32ff3e0ba..e62b7d2e67 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/CellWithRowWithColumn/CellWithRowWithColumnRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/CellWithRowWithColumn/CellWithRowWithColumnRequestBuilder.cs @@ -22,6 +22,7 @@ public class CellWithRowWithColumnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function cell /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function cell"; @@ -80,13 +81,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CellWithRowWithColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CellWithRowWithColumnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/cell(row={row},column={column})", pathParameters) { } /// - /// Instantiates a new CellWithRowWithColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CellWithRowWithColumnRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/cell(row={row},column={column})", rawUrl) { @@ -94,6 +95,7 @@ public CellWithRowWithColumnRequestBuilder(string rawUrl) : base("{+baseurl}/dri /// /// Invoke function cell /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Add/AddPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Add/AddPostRequestBody.cs index df75a09f80..e1ce3b18dd 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Add/AddPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Add/AddPostRequestBody.cs @@ -34,7 +34,7 @@ public class AddPostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new addPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public AddPostRequestBody() { /// /// 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 AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"seriesBy", n => { SeriesBy = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Add/AddRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Add/AddRequestBuilder.cs index 5bcf47e7c6..cfa88f1c52 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Add/AddRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Add/AddRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddRequestBuilder : BaseCliRequestBuilder { /// Creates a new chart. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Creates a new chart.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartcollection-add?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/add", pathParameters) { } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/add", rawUrl) { @@ -96,6 +97,7 @@ public AddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Creates a new chart. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ChartsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ChartsRequestBuilder.cs index 7a92c4ba39..46163f2623 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ChartsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ChartsRequestBuilder.cs @@ -27,6 +27,7 @@ public class ChartsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the add method. /// + /// A public Command BuildAddNavCommand() { var command = new Command("add"); command.Description = "Provides operations to call the add method."; @@ -42,6 +43,7 @@ public Command BuildAddNavCommand() { /// /// Provides operations to manage the charts property of the microsoft.graph.workbookWorksheet entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -67,6 +69,7 @@ public Tuple, List> BuildCommand() { /// /// Provides operations to call the count method. /// + /// A public Command BuildCountNavCommand() { var command = new Command("count"); command.Description = "Provides operations to call the count method."; @@ -83,6 +86,7 @@ public Command BuildCountNavCommand() { /// Use this API to create a new Chart. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Use this API to create a new Chart.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/worksheet-post-charts?view=graph-rest-1.0"; @@ -144,6 +148,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the itemAt method. /// + /// A public Command BuildItemAtWithIndexRbCommand() { var command = new Command("item-at-with-index"); command.Description = "Provides operations to call the itemAt method."; @@ -177,6 +182,7 @@ public Command BuildItemAtWithIndexRbCommand() { /// /// Provides operations to call the item method. /// + /// A public Command BuildItemWithNameRbCommand() { var command = new Command("item-with-name"); command.Description = "Provides operations to call the item method."; @@ -209,11 +215,12 @@ public Command BuildItemWithNameRbCommand() { } /// /// Retrieve a list of chart objects. - /// Find more info here + /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); - command.Description = "Retrieve a list of chart objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chart-list?view=graph-rest-1.0"; + command.Description = "Retrieve a list of chart objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/worksheet-list-charts?view=graph-rest-1.0"; var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") { }; driveIdOption.IsRequired = true; @@ -319,13 +326,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChartsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChartsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChartsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChartsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -333,6 +340,7 @@ public ChartsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Retrieve a list of chart objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -349,6 +357,7 @@ public RequestInformation ToGetRequestInformation(Action /// Use this API to create a new Chart. /// + /// 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 @@ -359,7 +368,7 @@ public RequestInformation ToPostRequestInformation(WorkbookChart 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Count/CountGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Count/CountGetResponse.cs index 2c65aef79e..b429603146 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Count/CountGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Count/CountGetResponse.cs @@ -11,7 +11,7 @@ public class CountGetResponse : IAdditionalDataHolder, IParsable { /// The value property public int? Value { get; set; } /// - /// Instantiates a new countGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public CountGetResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public CountGetResponse() { /// /// 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 CountGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static CountGetResponse CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Count/CountRequestBuilder.cs index 43ed36c4e9..2d5aafaa14 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Count/CountRequestBuilder.cs @@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function count /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function count"; @@ -67,13 +68,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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/count()", 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/count()", rawUrl) { @@ -81,6 +82,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke function count /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/AxesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/AxesRequestBuilder.cs index 8342fc37ee..d43a8d0563 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/AxesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/AxesRequestBuilder.cs @@ -25,6 +25,7 @@ public class AxesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categoryAxis property of the microsoft.graph.workbookChartAxes entity. /// + /// A public Command BuildCategoryAxisNavCommand() { var command = new Command("category-axis"); command.Description = "Provides operations to manage the categoryAxis property of the microsoft.graph.workbookChartAxes entity."; @@ -51,6 +52,7 @@ public Command BuildCategoryAxisNavCommand() { /// /// Delete navigation property axes for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property axes for drives"; @@ -102,6 +104,7 @@ public Command BuildDeleteCommand() { /// /// Represents chart axes. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents chart axes. Read-only."; @@ -170,6 +173,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property axes in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property axes in drives"; @@ -237,6 +241,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the seriesAxis property of the microsoft.graph.workbookChartAxes entity. /// + /// A public Command BuildSeriesAxisNavCommand() { var command = new Command("series-axis"); command.Description = "Provides operations to manage the seriesAxis property of the microsoft.graph.workbookChartAxes entity."; @@ -263,6 +268,7 @@ public Command BuildSeriesAxisNavCommand() { /// /// Provides operations to manage the valueAxis property of the microsoft.graph.workbookChartAxes entity. /// + /// A public Command BuildValueAxisNavCommand() { var command = new Command("value-axis"); command.Description = "Provides operations to manage the valueAxis property of the microsoft.graph.workbookChartAxes entity."; @@ -287,13 +293,13 @@ public Command BuildValueAxisNavCommand() { return command; } /// - /// Instantiates a new AxesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AxesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AxesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AxesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes{?%24expand,%24select}", rawUrl) { @@ -301,6 +307,7 @@ public AxesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property axes for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -309,7 +316,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -317,6 +324,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents chart axes. 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 @@ -333,6 +341,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property axes in drives /// + /// 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 @@ -343,7 +352,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartAxes body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartAxes 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/CategoryAxisRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/CategoryAxisRequestBuilder.cs index 96dbe36fee..bdd8751ee4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/CategoryAxisRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/CategoryAxisRequestBuilder.cs @@ -26,6 +26,7 @@ public class CategoryAxisRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property categoryAxis for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property categoryAxis for drives"; @@ -77,6 +78,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChartAxis entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChartAxis entity."; @@ -101,6 +103,7 @@ public Command BuildFormatNavCommand() { /// /// Represents the category axis in a chart. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the category axis in a chart. Read-only."; @@ -169,6 +172,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the majorGridlines property of the microsoft.graph.workbookChartAxis entity. /// + /// A public Command BuildMajorGridlinesNavCommand() { var command = new Command("major-gridlines"); command.Description = "Provides operations to manage the majorGridlines property of the microsoft.graph.workbookChartAxis entity."; @@ -192,6 +196,7 @@ public Command BuildMajorGridlinesNavCommand() { /// /// Provides operations to manage the minorGridlines property of the microsoft.graph.workbookChartAxis entity. /// + /// A public Command BuildMinorGridlinesNavCommand() { var command = new Command("minor-gridlines"); command.Description = "Provides operations to manage the minorGridlines property of the microsoft.graph.workbookChartAxis entity."; @@ -215,6 +220,7 @@ public Command BuildMinorGridlinesNavCommand() { /// /// Update the navigation property categoryAxis in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property categoryAxis in drives"; @@ -282,6 +288,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the title property of the microsoft.graph.workbookChartAxis entity. /// + /// A public Command BuildTitleNavCommand() { var command = new Command("title"); command.Description = "Provides operations to manage the title property of the microsoft.graph.workbookChartAxis entity."; @@ -303,13 +310,13 @@ public Command BuildTitleNavCommand() { return command; } /// - /// Instantiates a new CategoryAxisRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoryAxisRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CategoryAxisRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoryAxisRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis{?%24expand,%24select}", rawUrl) { @@ -317,6 +324,7 @@ public CategoryAxisRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Delete navigation property categoryAxis for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -325,7 +333,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -333,6 +341,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the category axis in a chart. 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 @@ -349,6 +358,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property categoryAxis in drives /// + /// 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 @@ -359,7 +369,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartAxis body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartAxis 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Font/FontRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Font/FontRequestBuilder.cs index c93b7acfd2..f25c9ade0a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Font/FontRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Font/FontRequestBuilder.cs @@ -22,6 +22,7 @@ public class FontRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property font for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property font for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of chartfont object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartfont object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartfont-get?view=graph-rest-1.0"; @@ -143,6 +145,7 @@ public Command BuildGetCommand() { /// Update the properties of chartfont object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartfont object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartfont-update?view=graph-rest-1.0"; @@ -208,13 +211,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FontRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/format/font{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/format/font{?%24expand,%24select}", rawUrl) { @@ -222,6 +225,7 @@ public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property font for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -230,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -238,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartfont 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 @@ -254,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartfont 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 @@ -264,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartFont body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartFont 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/FormatRequestBuilder.cs index 4ec8ee268e..c0c22a2a78 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/FormatRequestBuilder.cs @@ -24,6 +24,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -75,6 +76,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the font property of the microsoft.graph.workbookChartAxisFormat entity. /// + /// A public Command BuildFontNavCommand() { var command = new Command("font"); command.Description = "Provides operations to manage the font property of the microsoft.graph.workbookChartAxisFormat entity."; @@ -92,6 +94,7 @@ public Command BuildFontNavCommand() { /// /// Represents the formatting of a chart object, which includes line and font formatting. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the formatting of a chart object, which includes line and font formatting. Read-only."; @@ -160,6 +163,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the line property of the microsoft.graph.workbookChartAxisFormat entity. /// + /// A public Command BuildLineNavCommand() { var command = new Command("line"); command.Description = "Provides operations to manage the line property of the microsoft.graph.workbookChartAxisFormat entity."; @@ -183,6 +187,7 @@ public Command BuildLineNavCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -248,13 +253,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/format{?%24expand,%24select}", rawUrl) { @@ -262,6 +267,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -270,7 +276,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -278,6 +284,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the formatting of a chart object, which includes line and font formatting. 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 @@ -294,6 +301,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 @@ -304,7 +312,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartAxisFormat body public RequestInformation ToPatchRequestInformation(WorkbookChartAxisFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/Clear/ClearRequestBuilder.cs index 9609cff00a..4fb3a06b67 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clear the line format of a chart element. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the line format of a chart element.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/format/line/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/format/line/clear", rawUrl) { @@ -78,6 +79,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clear the line format of a chart element. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/LineRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/LineRequestBuilder.cs index fb7e97c450..e315b752de 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/LineRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/LineRequestBuilder.cs @@ -23,6 +23,7 @@ public class LineRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -38,6 +39,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property line for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property line for drives"; @@ -90,6 +92,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of chartlineformat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartlineformat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlineformat-get?view=graph-rest-1.0"; @@ -159,6 +162,7 @@ public Command BuildGetCommand() { /// Update the properties of chartlineformat object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartlineformat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlineformat-update?view=graph-rest-1.0"; @@ -224,13 +228,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LineRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/format/line{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/format/line{?%24expand,%24select}", rawUrl) { @@ -238,6 +242,7 @@ public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property line for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,7 +251,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartlineformat 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 @@ -270,6 +276,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartlineformat 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 @@ -280,7 +287,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat body public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/FormatRequestBuilder.cs index 6334f5539d..70783b7a4b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/FormatRequestBuilder.cs @@ -23,6 +23,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Represents the formatting of chart gridlines. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the formatting of chart gridlines. Read-only."; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. /// + /// A public Command BuildLineNavCommand() { var command = new Command("line"); command.Description = "Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity."; @@ -165,6 +168,7 @@ public Command BuildLineNavCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -230,13 +234,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/majorGridlines/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/majorGridlines/format{?%24expand,%24select}", rawUrl) { @@ -244,6 +248,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/majorGridlines/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +265,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the formatting of chart gridlines. 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 @@ -276,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 @@ -286,7 +293,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartGridlinesFormat public RequestInformation ToPatchRequestInformation(WorkbookChartGridlinesFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/majorGridlines/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs index 51114d712b..f08cbe52e8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clear the line format of a chart element. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the line format of a chart element.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/majorGridlines/format/line/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/majorGridlines/format/line/clear", rawUrl) { @@ -78,6 +79,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clear the line format of a chart element. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/Line/LineRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/Line/LineRequestBuilder.cs index de1098f029..ae3036ecfb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/Line/LineRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/Line/LineRequestBuilder.cs @@ -23,6 +23,7 @@ public class LineRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -38,6 +39,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property line for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property line for drives"; @@ -89,6 +91,7 @@ public Command BuildDeleteCommand() { /// /// Represents chart line formatting. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents chart line formatting. Read-only."; @@ -157,6 +160,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property line in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property line in drives"; @@ -222,13 +226,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LineRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/majorGridlines/format/line{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/majorGridlines/format/line{?%24expand,%24select}", rawUrl) { @@ -236,6 +240,7 @@ public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property line for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/majorGridlines/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents chart line formatting. 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 @@ -268,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property line in drives /// + /// 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 @@ -278,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat body public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/majorGridlines/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/MajorGridlinesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/MajorGridlinesRequestBuilder.cs index 3f8f07c5d6..4371748428 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/MajorGridlinesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/MajorGridlinesRequestBuilder.cs @@ -23,6 +23,7 @@ public class MajorGridlinesRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property majorGridlines for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property majorGridlines for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity."; @@ -97,6 +99,7 @@ public Command BuildFormatNavCommand() { /// /// Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Returns a gridlines object that represents the major gridlines for the specified axis. Read-only."; @@ -165,6 +168,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property majorGridlines in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property majorGridlines in drives"; @@ -230,13 +234,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MajorGridlinesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MajorGridlinesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/majorGridlines{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MajorGridlinesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MajorGridlinesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/majorGridlines{?%24expand,%24select}", rawUrl) { @@ -244,6 +248,7 @@ public MajorGridlinesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Delete navigation property majorGridlines for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/majorGridlines", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +265,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Returns a gridlines object that represents the major gridlines for the specified axis. 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 @@ -276,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property majorGridlines in drives /// + /// 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 @@ -286,7 +293,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartGridlines body, public RequestInformation ToPatchRequestInformation(WorkbookChartGridlines 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/majorGridlines", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/FormatRequestBuilder.cs index c3fcc1c586..9951b13d8b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/FormatRequestBuilder.cs @@ -23,6 +23,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Represents the formatting of chart gridlines. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the formatting of chart gridlines. Read-only."; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. /// + /// A public Command BuildLineNavCommand() { var command = new Command("line"); command.Description = "Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity."; @@ -165,6 +168,7 @@ public Command BuildLineNavCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -230,13 +234,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/minorGridlines/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/minorGridlines/format{?%24expand,%24select}", rawUrl) { @@ -244,6 +248,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/minorGridlines/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +265,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the formatting of chart gridlines. 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 @@ -276,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 @@ -286,7 +293,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartGridlinesFormat public RequestInformation ToPatchRequestInformation(WorkbookChartGridlinesFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/minorGridlines/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs index 13f097579b..47098e0412 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clear the line format of a chart element. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the line format of a chart element.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/minorGridlines/format/line/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/minorGridlines/format/line/clear", rawUrl) { @@ -78,6 +79,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clear the line format of a chart element. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/Line/LineRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/Line/LineRequestBuilder.cs index d26ede6da3..9059387d16 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/Line/LineRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/Line/LineRequestBuilder.cs @@ -23,6 +23,7 @@ public class LineRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -38,6 +39,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property line for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property line for drives"; @@ -89,6 +91,7 @@ public Command BuildDeleteCommand() { /// /// Represents chart line formatting. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents chart line formatting. Read-only."; @@ -157,6 +160,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property line in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property line in drives"; @@ -222,13 +226,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LineRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/minorGridlines/format/line{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/minorGridlines/format/line{?%24expand,%24select}", rawUrl) { @@ -236,6 +240,7 @@ public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property line for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/minorGridlines/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents chart line formatting. 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 @@ -268,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property line in drives /// + /// 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 @@ -278,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat body public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/minorGridlines/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/MinorGridlinesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/MinorGridlinesRequestBuilder.cs index a6a5ae1116..76bf844753 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/MinorGridlinesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/MinorGridlinesRequestBuilder.cs @@ -23,6 +23,7 @@ public class MinorGridlinesRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property minorGridlines for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property minorGridlines for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity."; @@ -98,6 +100,7 @@ public Command BuildFormatNavCommand() { /// Retrieve the properties and relationships of chartgridlines object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartgridlines object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartgridlines-get?view=graph-rest-1.0"; @@ -167,6 +170,7 @@ public Command BuildGetCommand() { /// Update the properties of chartgridlines object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartgridlines object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartgridlines-update?view=graph-rest-1.0"; @@ -232,13 +236,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MinorGridlinesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MinorGridlinesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/minorGridlines{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MinorGridlinesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MinorGridlinesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/minorGridlines{?%24expand,%24select}", rawUrl) { @@ -246,6 +250,7 @@ public MinorGridlinesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Delete navigation property minorGridlines for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -254,7 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/minorGridlines", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -262,6 +267,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartgridlines 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 @@ -278,6 +284,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartgridlines 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 @@ -288,7 +295,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartGridlines body, public RequestInformation ToPatchRequestInformation(WorkbookChartGridlines 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/minorGridlines", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Title/Format/Font/FontRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Title/Format/Font/FontRequestBuilder.cs index 0fab283db8..dea7d1e8ef 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Title/Format/Font/FontRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Title/Format/Font/FontRequestBuilder.cs @@ -22,6 +22,7 @@ public class FontRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property font for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property font for drives"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property font in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property font in drives"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FontRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/title/format/font{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/title/format/font{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property font for drives /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/title/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. 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 @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property font in drives /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartFont body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartFont 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/title/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Title/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Title/Format/FormatRequestBuilder.cs index 44a7a8ea9e..55c3a1eb11 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Title/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Title/Format/FormatRequestBuilder.cs @@ -23,6 +23,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the font property of the microsoft.graph.workbookChartAxisTitleFormat entity. /// + /// A public Command BuildFontNavCommand() { var command = new Command("font"); command.Description = "Provides operations to manage the font property of the microsoft.graph.workbookChartAxisTitleFormat entity."; @@ -91,6 +93,7 @@ public Command BuildFontNavCommand() { /// /// Represents the formatting of chart axis title. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the formatting of chart axis title. Read-only."; @@ -159,6 +162,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -224,13 +228,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/title/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/title/format{?%24expand,%24select}", rawUrl) { @@ -238,6 +242,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,7 +251,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/title/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the formatting of chart axis title. 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 @@ -270,6 +276,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 @@ -280,7 +287,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartAxisTitleFormat public RequestInformation ToPatchRequestInformation(WorkbookChartAxisTitleFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/title/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Title/TitleRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Title/TitleRequestBuilder.cs index 58d5b29f83..28a4619502 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Title/TitleRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Title/TitleRequestBuilder.cs @@ -23,6 +23,7 @@ public class TitleRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property title for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property title for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChartAxisTitle entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChartAxisTitle entity."; @@ -98,6 +100,7 @@ public Command BuildFormatNavCommand() { /// Retrieve the properties and relationships of chartaxistitle object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartaxistitle object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartaxistitle-get?view=graph-rest-1.0"; @@ -167,6 +170,7 @@ public Command BuildGetCommand() { /// Update the properties of chartaxistitle object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartaxistitle object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartaxistitle-update?view=graph-rest-1.0"; @@ -232,13 +236,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TitleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TitleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/title{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TitleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TitleRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/title{?%24expand,%24select}", rawUrl) { @@ -246,6 +250,7 @@ public TitleRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Delete navigation property title for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -254,7 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/title", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -262,6 +267,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartaxistitle 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 @@ -278,6 +284,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartaxistitle 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 @@ -288,7 +295,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartAxisTitle body, public RequestInformation ToPatchRequestInformation(WorkbookChartAxisTitle 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/categoryAxis/title", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Font/FontRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Font/FontRequestBuilder.cs index bb7ce0b6f2..66bbcb91b9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Font/FontRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Font/FontRequestBuilder.cs @@ -22,6 +22,7 @@ public class FontRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property font for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property font for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of chartfont object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartfont object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartfont-get?view=graph-rest-1.0"; @@ -143,6 +145,7 @@ public Command BuildGetCommand() { /// Update the properties of chartfont object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartfont object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartfont-update?view=graph-rest-1.0"; @@ -208,13 +211,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FontRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/format/font{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/format/font{?%24expand,%24select}", rawUrl) { @@ -222,6 +225,7 @@ public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property font for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -230,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -238,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartfont 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 @@ -254,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartfont 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 @@ -264,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartFont body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartFont 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/FormatRequestBuilder.cs index cb1b022ba4..ca404dcf81 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/FormatRequestBuilder.cs @@ -24,6 +24,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -75,6 +76,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the font property of the microsoft.graph.workbookChartAxisFormat entity. /// + /// A public Command BuildFontNavCommand() { var command = new Command("font"); command.Description = "Provides operations to manage the font property of the microsoft.graph.workbookChartAxisFormat entity."; @@ -92,6 +94,7 @@ public Command BuildFontNavCommand() { /// /// Represents the formatting of a chart object, which includes line and font formatting. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the formatting of a chart object, which includes line and font formatting. Read-only."; @@ -160,6 +163,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the line property of the microsoft.graph.workbookChartAxisFormat entity. /// + /// A public Command BuildLineNavCommand() { var command = new Command("line"); command.Description = "Provides operations to manage the line property of the microsoft.graph.workbookChartAxisFormat entity."; @@ -183,6 +187,7 @@ public Command BuildLineNavCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -248,13 +253,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/format{?%24expand,%24select}", rawUrl) { @@ -262,6 +267,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -270,7 +276,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -278,6 +284,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the formatting of a chart object, which includes line and font formatting. 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 @@ -294,6 +301,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 @@ -304,7 +312,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartAxisFormat body public RequestInformation ToPatchRequestInformation(WorkbookChartAxisFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/Clear/ClearRequestBuilder.cs index 7296fd9751..88bc38687d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clear the line format of a chart element. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the line format of a chart element.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/format/line/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/format/line/clear", rawUrl) { @@ -78,6 +79,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clear the line format of a chart element. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/LineRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/LineRequestBuilder.cs index 42e19b6dce..97639712b4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/LineRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/LineRequestBuilder.cs @@ -23,6 +23,7 @@ public class LineRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -38,6 +39,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property line for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property line for drives"; @@ -90,6 +92,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of chartlineformat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartlineformat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlineformat-get?view=graph-rest-1.0"; @@ -159,6 +162,7 @@ public Command BuildGetCommand() { /// Update the properties of chartlineformat object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartlineformat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlineformat-update?view=graph-rest-1.0"; @@ -224,13 +228,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LineRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/format/line{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/format/line{?%24expand,%24select}", rawUrl) { @@ -238,6 +242,7 @@ public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property line for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,7 +251,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartlineformat 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 @@ -270,6 +276,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartlineformat 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 @@ -280,7 +287,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat body public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/FormatRequestBuilder.cs index b6262fcc31..b81098ee7b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/FormatRequestBuilder.cs @@ -23,6 +23,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Represents the formatting of chart gridlines. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the formatting of chart gridlines. Read-only."; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. /// + /// A public Command BuildLineNavCommand() { var command = new Command("line"); command.Description = "Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity."; @@ -165,6 +168,7 @@ public Command BuildLineNavCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -230,13 +234,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/majorGridlines/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/majorGridlines/format{?%24expand,%24select}", rawUrl) { @@ -244,6 +248,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/majorGridlines/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +265,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the formatting of chart gridlines. 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 @@ -276,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 @@ -286,7 +293,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartGridlinesFormat public RequestInformation ToPatchRequestInformation(WorkbookChartGridlinesFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/majorGridlines/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs index 2af0193379..8f405c24b4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clear the line format of a chart element. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the line format of a chart element.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/majorGridlines/format/line/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/majorGridlines/format/line/clear", rawUrl) { @@ -78,6 +79,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clear the line format of a chart element. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/Line/LineRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/Line/LineRequestBuilder.cs index 0f10f5fc33..84cf03a179 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/Line/LineRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/Line/LineRequestBuilder.cs @@ -23,6 +23,7 @@ public class LineRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -38,6 +39,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property line for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property line for drives"; @@ -89,6 +91,7 @@ public Command BuildDeleteCommand() { /// /// Represents chart line formatting. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents chart line formatting. Read-only."; @@ -157,6 +160,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property line in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property line in drives"; @@ -222,13 +226,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LineRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/majorGridlines/format/line{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/majorGridlines/format/line{?%24expand,%24select}", rawUrl) { @@ -236,6 +240,7 @@ public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property line for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/majorGridlines/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents chart line formatting. 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 @@ -268,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property line in drives /// + /// 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 @@ -278,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat body public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/majorGridlines/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/MajorGridlinesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/MajorGridlinesRequestBuilder.cs index 2145fd1ff9..61bfb075a2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/MajorGridlinesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/MajorGridlinesRequestBuilder.cs @@ -23,6 +23,7 @@ public class MajorGridlinesRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property majorGridlines for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property majorGridlines for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity."; @@ -97,6 +99,7 @@ public Command BuildFormatNavCommand() { /// /// Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Returns a gridlines object that represents the major gridlines for the specified axis. Read-only."; @@ -165,6 +168,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property majorGridlines in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property majorGridlines in drives"; @@ -230,13 +234,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MajorGridlinesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MajorGridlinesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/majorGridlines{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MajorGridlinesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MajorGridlinesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/majorGridlines{?%24expand,%24select}", rawUrl) { @@ -244,6 +248,7 @@ public MajorGridlinesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Delete navigation property majorGridlines for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/majorGridlines", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +265,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Returns a gridlines object that represents the major gridlines for the specified axis. 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 @@ -276,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property majorGridlines in drives /// + /// 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 @@ -286,7 +293,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartGridlines body, public RequestInformation ToPatchRequestInformation(WorkbookChartGridlines 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/majorGridlines", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/FormatRequestBuilder.cs index 6343642654..1a654e3363 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/FormatRequestBuilder.cs @@ -23,6 +23,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Represents the formatting of chart gridlines. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the formatting of chart gridlines. Read-only."; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. /// + /// A public Command BuildLineNavCommand() { var command = new Command("line"); command.Description = "Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity."; @@ -165,6 +168,7 @@ public Command BuildLineNavCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -230,13 +234,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/minorGridlines/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/minorGridlines/format{?%24expand,%24select}", rawUrl) { @@ -244,6 +248,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/minorGridlines/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +265,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the formatting of chart gridlines. 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 @@ -276,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 @@ -286,7 +293,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartGridlinesFormat public RequestInformation ToPatchRequestInformation(WorkbookChartGridlinesFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/minorGridlines/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs index 363a5564c0..0e2da1bfd7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clear the line format of a chart element. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the line format of a chart element.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/minorGridlines/format/line/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/minorGridlines/format/line/clear", rawUrl) { @@ -78,6 +79,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clear the line format of a chart element. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/Line/LineRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/Line/LineRequestBuilder.cs index 65fea1af7e..f5fcadb1d4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/Line/LineRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/Line/LineRequestBuilder.cs @@ -23,6 +23,7 @@ public class LineRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -38,6 +39,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property line for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property line for drives"; @@ -89,6 +91,7 @@ public Command BuildDeleteCommand() { /// /// Represents chart line formatting. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents chart line formatting. Read-only."; @@ -157,6 +160,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property line in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property line in drives"; @@ -222,13 +226,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LineRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/minorGridlines/format/line{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/minorGridlines/format/line{?%24expand,%24select}", rawUrl) { @@ -236,6 +240,7 @@ public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property line for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/minorGridlines/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents chart line formatting. 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 @@ -268,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property line in drives /// + /// 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 @@ -278,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat body public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/minorGridlines/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/MinorGridlinesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/MinorGridlinesRequestBuilder.cs index f8a370b284..623507de59 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/MinorGridlinesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/MinorGridlinesRequestBuilder.cs @@ -23,6 +23,7 @@ public class MinorGridlinesRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property minorGridlines for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property minorGridlines for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity."; @@ -98,6 +100,7 @@ public Command BuildFormatNavCommand() { /// Retrieve the properties and relationships of chartgridlines object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartgridlines object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartgridlines-get?view=graph-rest-1.0"; @@ -167,6 +170,7 @@ public Command BuildGetCommand() { /// Update the properties of chartgridlines object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartgridlines object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartgridlines-update?view=graph-rest-1.0"; @@ -232,13 +236,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MinorGridlinesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MinorGridlinesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/minorGridlines{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MinorGridlinesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MinorGridlinesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/minorGridlines{?%24expand,%24select}", rawUrl) { @@ -246,6 +250,7 @@ public MinorGridlinesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Delete navigation property minorGridlines for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -254,7 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/minorGridlines", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -262,6 +267,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartgridlines 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 @@ -278,6 +284,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartgridlines 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 @@ -288,7 +295,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartGridlines body, public RequestInformation ToPatchRequestInformation(WorkbookChartGridlines 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/minorGridlines", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/SeriesAxisRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/SeriesAxisRequestBuilder.cs index dc0af02cbb..ad0fed7705 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/SeriesAxisRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/SeriesAxisRequestBuilder.cs @@ -26,6 +26,7 @@ public class SeriesAxisRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property seriesAxis for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property seriesAxis for drives"; @@ -77,6 +78,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChartAxis entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChartAxis entity."; @@ -101,6 +103,7 @@ public Command BuildFormatNavCommand() { /// /// Represents the series axis of a 3-dimensional chart. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the series axis of a 3-dimensional chart. Read-only."; @@ -169,6 +172,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the majorGridlines property of the microsoft.graph.workbookChartAxis entity. /// + /// A public Command BuildMajorGridlinesNavCommand() { var command = new Command("major-gridlines"); command.Description = "Provides operations to manage the majorGridlines property of the microsoft.graph.workbookChartAxis entity."; @@ -192,6 +196,7 @@ public Command BuildMajorGridlinesNavCommand() { /// /// Provides operations to manage the minorGridlines property of the microsoft.graph.workbookChartAxis entity. /// + /// A public Command BuildMinorGridlinesNavCommand() { var command = new Command("minor-gridlines"); command.Description = "Provides operations to manage the minorGridlines property of the microsoft.graph.workbookChartAxis entity."; @@ -215,6 +220,7 @@ public Command BuildMinorGridlinesNavCommand() { /// /// Update the navigation property seriesAxis in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property seriesAxis in drives"; @@ -282,6 +288,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the title property of the microsoft.graph.workbookChartAxis entity. /// + /// A public Command BuildTitleNavCommand() { var command = new Command("title"); command.Description = "Provides operations to manage the title property of the microsoft.graph.workbookChartAxis entity."; @@ -303,13 +310,13 @@ public Command BuildTitleNavCommand() { return command; } /// - /// Instantiates a new SeriesAxisRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SeriesAxisRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SeriesAxisRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SeriesAxisRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis{?%24expand,%24select}", rawUrl) { @@ -317,6 +324,7 @@ public SeriesAxisRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Delete navigation property seriesAxis for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -325,7 +333,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -333,6 +341,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the series axis of a 3-dimensional chart. 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 @@ -349,6 +358,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property seriesAxis in drives /// + /// 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 @@ -359,7 +369,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartAxis body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartAxis 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Title/Format/Font/FontRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Title/Format/Font/FontRequestBuilder.cs index 175370fb13..3ba9fb9a1f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Title/Format/Font/FontRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Title/Format/Font/FontRequestBuilder.cs @@ -22,6 +22,7 @@ public class FontRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property font for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property font for drives"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property font in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property font in drives"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FontRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/title/format/font{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/title/format/font{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property font for drives /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/title/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. 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 @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property font in drives /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartFont body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartFont 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/title/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Title/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Title/Format/FormatRequestBuilder.cs index 5355ba706e..e916d4ad48 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Title/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Title/Format/FormatRequestBuilder.cs @@ -23,6 +23,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the font property of the microsoft.graph.workbookChartAxisTitleFormat entity. /// + /// A public Command BuildFontNavCommand() { var command = new Command("font"); command.Description = "Provides operations to manage the font property of the microsoft.graph.workbookChartAxisTitleFormat entity."; @@ -91,6 +93,7 @@ public Command BuildFontNavCommand() { /// /// Represents the formatting of chart axis title. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the formatting of chart axis title. Read-only."; @@ -159,6 +162,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -224,13 +228,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/title/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/title/format{?%24expand,%24select}", rawUrl) { @@ -238,6 +242,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,7 +251,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/title/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the formatting of chart axis title. 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 @@ -270,6 +276,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 @@ -280,7 +287,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartAxisTitleFormat public RequestInformation ToPatchRequestInformation(WorkbookChartAxisTitleFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/title/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Title/TitleRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Title/TitleRequestBuilder.cs index 2217c45285..47a9351ef8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Title/TitleRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Title/TitleRequestBuilder.cs @@ -23,6 +23,7 @@ public class TitleRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property title for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property title for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChartAxisTitle entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChartAxisTitle entity."; @@ -98,6 +100,7 @@ public Command BuildFormatNavCommand() { /// Retrieve the properties and relationships of chartaxistitle object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartaxistitle object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartaxistitle-get?view=graph-rest-1.0"; @@ -167,6 +170,7 @@ public Command BuildGetCommand() { /// Update the properties of chartaxistitle object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartaxistitle object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartaxistitle-update?view=graph-rest-1.0"; @@ -232,13 +236,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TitleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TitleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/title{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TitleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TitleRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/title{?%24expand,%24select}", rawUrl) { @@ -246,6 +250,7 @@ public TitleRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Delete navigation property title for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -254,7 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/title", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -262,6 +267,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartaxistitle 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 @@ -278,6 +284,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartaxistitle 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 @@ -288,7 +295,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartAxisTitle body, public RequestInformation ToPatchRequestInformation(WorkbookChartAxisTitle 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/seriesAxis/title", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Font/FontRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Font/FontRequestBuilder.cs index 1de31ede4e..2e3779711c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Font/FontRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Font/FontRequestBuilder.cs @@ -22,6 +22,7 @@ public class FontRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property font for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property font for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of chartfont object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartfont object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartfont-get?view=graph-rest-1.0"; @@ -143,6 +145,7 @@ public Command BuildGetCommand() { /// Update the properties of chartfont object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartfont object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartfont-update?view=graph-rest-1.0"; @@ -208,13 +211,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FontRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/format/font{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/format/font{?%24expand,%24select}", rawUrl) { @@ -222,6 +225,7 @@ public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property font for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -230,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -238,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartfont 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 @@ -254,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartfont 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 @@ -264,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartFont body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartFont 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/FormatRequestBuilder.cs index 2f6041c096..57695c61b9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/FormatRequestBuilder.cs @@ -24,6 +24,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -75,6 +76,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the font property of the microsoft.graph.workbookChartAxisFormat entity. /// + /// A public Command BuildFontNavCommand() { var command = new Command("font"); command.Description = "Provides operations to manage the font property of the microsoft.graph.workbookChartAxisFormat entity."; @@ -92,6 +94,7 @@ public Command BuildFontNavCommand() { /// /// Represents the formatting of a chart object, which includes line and font formatting. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the formatting of a chart object, which includes line and font formatting. Read-only."; @@ -160,6 +163,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the line property of the microsoft.graph.workbookChartAxisFormat entity. /// + /// A public Command BuildLineNavCommand() { var command = new Command("line"); command.Description = "Provides operations to manage the line property of the microsoft.graph.workbookChartAxisFormat entity."; @@ -183,6 +187,7 @@ public Command BuildLineNavCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -248,13 +253,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/format{?%24expand,%24select}", rawUrl) { @@ -262,6 +267,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -270,7 +276,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -278,6 +284,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the formatting of a chart object, which includes line and font formatting. 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 @@ -294,6 +301,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 @@ -304,7 +312,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartAxisFormat body public RequestInformation ToPatchRequestInformation(WorkbookChartAxisFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/Clear/ClearRequestBuilder.cs index 64fd1d2825..fbe47dc8d6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clear the line format of a chart element. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the line format of a chart element.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/format/line/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/format/line/clear", rawUrl) { @@ -78,6 +79,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clear the line format of a chart element. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/LineRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/LineRequestBuilder.cs index 09d671ed81..a0c7a4f5e3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/LineRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/LineRequestBuilder.cs @@ -23,6 +23,7 @@ public class LineRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -38,6 +39,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property line for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property line for drives"; @@ -90,6 +92,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of chartlineformat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartlineformat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlineformat-get?view=graph-rest-1.0"; @@ -159,6 +162,7 @@ public Command BuildGetCommand() { /// Update the properties of chartlineformat object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartlineformat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlineformat-update?view=graph-rest-1.0"; @@ -224,13 +228,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LineRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/format/line{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/format/line{?%24expand,%24select}", rawUrl) { @@ -238,6 +242,7 @@ public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property line for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,7 +251,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartlineformat 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 @@ -270,6 +276,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartlineformat 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 @@ -280,7 +287,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat body public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/FormatRequestBuilder.cs index a6b225003f..814745c478 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/FormatRequestBuilder.cs @@ -23,6 +23,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Represents the formatting of chart gridlines. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the formatting of chart gridlines. Read-only."; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. /// + /// A public Command BuildLineNavCommand() { var command = new Command("line"); command.Description = "Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity."; @@ -165,6 +168,7 @@ public Command BuildLineNavCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -230,13 +234,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/majorGridlines/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/majorGridlines/format{?%24expand,%24select}", rawUrl) { @@ -244,6 +248,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/majorGridlines/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +265,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the formatting of chart gridlines. 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 @@ -276,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 @@ -286,7 +293,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartGridlinesFormat public RequestInformation ToPatchRequestInformation(WorkbookChartGridlinesFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/majorGridlines/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs index e9d00199ef..9f39fac032 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clear the line format of a chart element. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the line format of a chart element.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/majorGridlines/format/line/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/majorGridlines/format/line/clear", rawUrl) { @@ -78,6 +79,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clear the line format of a chart element. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/Line/LineRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/Line/LineRequestBuilder.cs index c5c7d9bfe3..69e8268533 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/Line/LineRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/Line/LineRequestBuilder.cs @@ -23,6 +23,7 @@ public class LineRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -38,6 +39,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property line for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property line for drives"; @@ -89,6 +91,7 @@ public Command BuildDeleteCommand() { /// /// Represents chart line formatting. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents chart line formatting. Read-only."; @@ -157,6 +160,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property line in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property line in drives"; @@ -222,13 +226,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LineRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/majorGridlines/format/line{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/majorGridlines/format/line{?%24expand,%24select}", rawUrl) { @@ -236,6 +240,7 @@ public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property line for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/majorGridlines/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents chart line formatting. 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 @@ -268,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property line in drives /// + /// 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 @@ -278,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat body public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/majorGridlines/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/MajorGridlinesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/MajorGridlinesRequestBuilder.cs index 4a4cb0a1bc..f82420e54f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/MajorGridlinesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/MajorGridlinesRequestBuilder.cs @@ -23,6 +23,7 @@ public class MajorGridlinesRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property majorGridlines for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property majorGridlines for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity."; @@ -97,6 +99,7 @@ public Command BuildFormatNavCommand() { /// /// Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Returns a gridlines object that represents the major gridlines for the specified axis. Read-only."; @@ -165,6 +168,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property majorGridlines in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property majorGridlines in drives"; @@ -230,13 +234,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MajorGridlinesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MajorGridlinesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/majorGridlines{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MajorGridlinesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MajorGridlinesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/majorGridlines{?%24expand,%24select}", rawUrl) { @@ -244,6 +248,7 @@ public MajorGridlinesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Delete navigation property majorGridlines for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/majorGridlines", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +265,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Returns a gridlines object that represents the major gridlines for the specified axis. 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 @@ -276,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property majorGridlines in drives /// + /// 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 @@ -286,7 +293,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartGridlines body, public RequestInformation ToPatchRequestInformation(WorkbookChartGridlines 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/majorGridlines", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/FormatRequestBuilder.cs index 7c5132b0eb..7c1d31e7e3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/FormatRequestBuilder.cs @@ -23,6 +23,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Represents the formatting of chart gridlines. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the formatting of chart gridlines. Read-only."; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. /// + /// A public Command BuildLineNavCommand() { var command = new Command("line"); command.Description = "Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity."; @@ -165,6 +168,7 @@ public Command BuildLineNavCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -230,13 +234,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/minorGridlines/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/minorGridlines/format{?%24expand,%24select}", rawUrl) { @@ -244,6 +248,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/minorGridlines/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +265,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the formatting of chart gridlines. 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 @@ -276,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 @@ -286,7 +293,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartGridlinesFormat public RequestInformation ToPatchRequestInformation(WorkbookChartGridlinesFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/minorGridlines/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs index 44ca88f1eb..80968014e4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clear the line format of a chart element. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the line format of a chart element.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/minorGridlines/format/line/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/minorGridlines/format/line/clear", rawUrl) { @@ -78,6 +79,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clear the line format of a chart element. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/Line/LineRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/Line/LineRequestBuilder.cs index 6aead77c5e..25b2e402d5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/Line/LineRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/Line/LineRequestBuilder.cs @@ -23,6 +23,7 @@ public class LineRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -38,6 +39,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property line for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property line for drives"; @@ -89,6 +91,7 @@ public Command BuildDeleteCommand() { /// /// Represents chart line formatting. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents chart line formatting. Read-only."; @@ -157,6 +160,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property line in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property line in drives"; @@ -222,13 +226,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LineRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/minorGridlines/format/line{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/minorGridlines/format/line{?%24expand,%24select}", rawUrl) { @@ -236,6 +240,7 @@ public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property line for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/minorGridlines/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents chart line formatting. 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 @@ -268,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property line in drives /// + /// 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 @@ -278,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat body public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/minorGridlines/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/MinorGridlinesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/MinorGridlinesRequestBuilder.cs index cd626ac9b0..2fd5799842 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/MinorGridlinesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/MinorGridlinesRequestBuilder.cs @@ -23,6 +23,7 @@ public class MinorGridlinesRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property minorGridlines for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property minorGridlines for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity."; @@ -98,6 +100,7 @@ public Command BuildFormatNavCommand() { /// Retrieve the properties and relationships of chartgridlines object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartgridlines object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartgridlines-get?view=graph-rest-1.0"; @@ -167,6 +170,7 @@ public Command BuildGetCommand() { /// Update the properties of chartgridlines object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartgridlines object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartgridlines-update?view=graph-rest-1.0"; @@ -232,13 +236,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MinorGridlinesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MinorGridlinesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/minorGridlines{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MinorGridlinesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MinorGridlinesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/minorGridlines{?%24expand,%24select}", rawUrl) { @@ -246,6 +250,7 @@ public MinorGridlinesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Delete navigation property minorGridlines for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -254,7 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/minorGridlines", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -262,6 +267,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartgridlines 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 @@ -278,6 +284,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartgridlines 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 @@ -288,7 +295,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartGridlines body, public RequestInformation ToPatchRequestInformation(WorkbookChartGridlines 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/minorGridlines", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Title/Format/Font/FontRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Title/Format/Font/FontRequestBuilder.cs index b639f75f9b..846d58660d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Title/Format/Font/FontRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Title/Format/Font/FontRequestBuilder.cs @@ -22,6 +22,7 @@ public class FontRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property font for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property font for drives"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property font in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property font in drives"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FontRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/title/format/font{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/title/format/font{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property font for drives /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/title/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. 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 @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property font in drives /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartFont body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartFont 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/title/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Title/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Title/Format/FormatRequestBuilder.cs index cc8599cb9d..6b5c1d7e23 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Title/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Title/Format/FormatRequestBuilder.cs @@ -23,6 +23,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the font property of the microsoft.graph.workbookChartAxisTitleFormat entity. /// + /// A public Command BuildFontNavCommand() { var command = new Command("font"); command.Description = "Provides operations to manage the font property of the microsoft.graph.workbookChartAxisTitleFormat entity."; @@ -91,6 +93,7 @@ public Command BuildFontNavCommand() { /// /// Represents the formatting of chart axis title. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the formatting of chart axis title. Read-only."; @@ -159,6 +162,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -224,13 +228,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/title/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/title/format{?%24expand,%24select}", rawUrl) { @@ -238,6 +242,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,7 +251,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/title/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the formatting of chart axis title. 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 @@ -270,6 +276,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 @@ -280,7 +287,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartAxisTitleFormat public RequestInformation ToPatchRequestInformation(WorkbookChartAxisTitleFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/title/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Title/TitleRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Title/TitleRequestBuilder.cs index 16f3e5af59..365f5aa252 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Title/TitleRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Title/TitleRequestBuilder.cs @@ -23,6 +23,7 @@ public class TitleRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property title for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property title for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChartAxisTitle entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChartAxisTitle entity."; @@ -98,6 +100,7 @@ public Command BuildFormatNavCommand() { /// Retrieve the properties and relationships of chartaxistitle object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartaxistitle object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartaxistitle-get?view=graph-rest-1.0"; @@ -167,6 +170,7 @@ public Command BuildGetCommand() { /// Update the properties of chartaxistitle object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartaxistitle object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartaxistitle-update?view=graph-rest-1.0"; @@ -232,13 +236,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TitleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TitleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/title{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TitleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TitleRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/title{?%24expand,%24select}", rawUrl) { @@ -246,6 +250,7 @@ public TitleRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Delete navigation property title for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -254,7 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/title", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -262,6 +267,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartaxistitle 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 @@ -278,6 +284,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartaxistitle 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 @@ -288,7 +295,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartAxisTitle body, public RequestInformation ToPatchRequestInformation(WorkbookChartAxisTitle 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis/title", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/ValueAxisRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/ValueAxisRequestBuilder.cs index 212fffbe86..1412767e9b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/ValueAxisRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/ValueAxisRequestBuilder.cs @@ -26,6 +26,7 @@ public class ValueAxisRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property valueAxis for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property valueAxis for drives"; @@ -77,6 +78,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChartAxis entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChartAxis entity."; @@ -102,6 +104,7 @@ public Command BuildFormatNavCommand() { /// Retrieve the properties and relationships of chartaxis object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartaxis object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartaxis-get?view=graph-rest-1.0"; @@ -170,6 +173,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the majorGridlines property of the microsoft.graph.workbookChartAxis entity. /// + /// A public Command BuildMajorGridlinesNavCommand() { var command = new Command("major-gridlines"); command.Description = "Provides operations to manage the majorGridlines property of the microsoft.graph.workbookChartAxis entity."; @@ -193,6 +197,7 @@ public Command BuildMajorGridlinesNavCommand() { /// /// Provides operations to manage the minorGridlines property of the microsoft.graph.workbookChartAxis entity. /// + /// A public Command BuildMinorGridlinesNavCommand() { var command = new Command("minor-gridlines"); command.Description = "Provides operations to manage the minorGridlines property of the microsoft.graph.workbookChartAxis entity."; @@ -217,6 +222,7 @@ public Command BuildMinorGridlinesNavCommand() { /// Update the properties of chartaxis object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartaxis object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartaxis-update?view=graph-rest-1.0"; @@ -284,6 +290,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the title property of the microsoft.graph.workbookChartAxis entity. /// + /// A public Command BuildTitleNavCommand() { var command = new Command("title"); command.Description = "Provides operations to manage the title property of the microsoft.graph.workbookChartAxis entity."; @@ -305,13 +312,13 @@ public Command BuildTitleNavCommand() { return command; } /// - /// Instantiates a new ValueAxisRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValueAxisRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ValueAxisRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValueAxisRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis{?%24expand,%24select}", rawUrl) { @@ -319,6 +326,7 @@ public ValueAxisRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Delete navigation property valueAxis for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -327,7 +335,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -335,6 +343,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartaxis 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 @@ -351,6 +360,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartaxis 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 @@ -361,7 +371,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartAxis body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartAxis 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/axes/valueAxis", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/DataLabelsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/DataLabelsRequestBuilder.cs index fcb2bd4386..4f656b24c6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/DataLabelsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/DataLabelsRequestBuilder.cs @@ -23,6 +23,7 @@ public class DataLabelsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property dataLabels for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property dataLabels for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChartDataLabels entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChartDataLabels entity."; @@ -99,6 +101,7 @@ public Command BuildFormatNavCommand() { /// Retrieve the properties and relationships of chartdatalabels object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartdatalabels object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartdatalabels-get?view=graph-rest-1.0"; @@ -168,6 +171,7 @@ public Command BuildGetCommand() { /// Update the properties of chartdatalabels object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartdatalabels object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartdatalabels-update?view=graph-rest-1.0"; @@ -233,13 +237,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DataLabelsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DataLabelsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DataLabelsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DataLabelsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels{?%24expand,%24select}", rawUrl) { @@ -247,6 +251,7 @@ public DataLabelsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Delete navigation property dataLabels for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -255,7 +260,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -263,6 +268,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartdatalabels 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 @@ -279,6 +285,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartdatalabels 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 @@ -289,7 +296,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartDataLabels body public RequestInformation ToPatchRequestInformation(WorkbookChartDataLabels 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/Clear/ClearRequestBuilder.cs index 2807c439cc..90f9bb2100 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clear the fill color of a chart element. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the fill color of a chart element.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels/format/fill/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels/format/fill/clear", rawUrl) { @@ -78,6 +79,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clear the fill color of a chart element. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/FillRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/FillRequestBuilder.cs index 3d3f1f0d61..fe8bcba747 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/FillRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/FillRequestBuilder.cs @@ -24,6 +24,7 @@ public class FillRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -39,6 +40,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property fill for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property fill for drives"; @@ -90,6 +92,7 @@ public Command BuildDeleteCommand() { /// /// Represents the fill format of the current chart data label. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the fill format of the current chart data label. Read-only."; @@ -158,6 +161,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property fill in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property fill in drives"; @@ -225,6 +229,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the setSolidColor method. /// + /// A public Command BuildSetSolidColorNavCommand() { var command = new Command("set-solid-color"); command.Description = "Provides operations to call the setSolidColor method."; @@ -238,13 +243,13 @@ public Command BuildSetSolidColorNavCommand() { return command; } /// - /// Instantiates a new FillRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FillRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels/format/fill{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FillRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FillRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels/format/fill{?%24expand,%24select}", rawUrl) { @@ -252,6 +257,7 @@ public FillRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property fill for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,7 +266,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels/format/fill", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -268,6 +274,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the fill format of the current chart data label. 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 @@ -284,6 +291,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property fill in drives /// + /// 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 @@ -294,7 +302,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartFill body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartFill 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels/format/fill", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs index 75ce2794e0..73406a4422 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs @@ -17,7 +17,7 @@ public class SetSolidColorPostRequestBody : IAdditionalDataHolder, IParsable { public string Color { get; set; } #endif /// - /// Instantiates a new setSolidColorPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetSolidColorPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public SetSolidColorPostRequestBody() { /// /// 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 SetSolidColorPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static SetSolidColorPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"color", n => { Color = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs index 8aa415a2f7..b3fd322fd9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetSolidColorRequestBuilder : BaseCliRequestBuilder { /// Sets the fill formatting of a chart element to a uniform color. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Sets the fill formatting of a chart element to a uniform color.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetSolidColorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetSolidColorRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels/format/fill/setSolidColor", pathParameters) { } /// - /// Instantiates a new SetSolidColorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetSolidColorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels/format/fill/setSolidColor", rawUrl) { @@ -91,6 +92,7 @@ public SetSolidColorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Sets the fill formatting of a chart element to a uniform color. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Font/FontRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Font/FontRequestBuilder.cs index 8ac848f4aa..b76f8f6378 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Font/FontRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Font/FontRequestBuilder.cs @@ -22,6 +22,7 @@ public class FontRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property font for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property font for drives"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Represents the font attributes (font name, font size, color, etc.) for a chart data label. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the font attributes (font name, font size, color, etc.) for a chart data label. Read-only."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property font in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property font in drives"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FontRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels/format/font{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels/format/font{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property font for drives /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the font attributes (font name, font size, color, etc.) for a chart data label. 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 @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property font in drives /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartFont body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartFont 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/FormatRequestBuilder.cs index 039b9e1cfe..6407336dcb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/FormatRequestBuilder.cs @@ -24,6 +24,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -75,6 +76,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fill property of the microsoft.graph.workbookChartDataLabelFormat entity. /// + /// A public Command BuildFillNavCommand() { var command = new Command("fill"); command.Description = "Provides operations to manage the fill property of the microsoft.graph.workbookChartDataLabelFormat entity."; @@ -99,6 +101,7 @@ public Command BuildFillNavCommand() { /// /// Provides operations to manage the font property of the microsoft.graph.workbookChartDataLabelFormat entity. /// + /// A public Command BuildFontNavCommand() { var command = new Command("font"); command.Description = "Provides operations to manage the font property of the microsoft.graph.workbookChartDataLabelFormat entity."; @@ -116,6 +119,7 @@ public Command BuildFontNavCommand() { /// /// Represents the format of chart data labels, which includes fill and font formatting. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the format of chart data labels, which includes fill and font formatting. Read-only."; @@ -184,6 +188,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -249,13 +254,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels/format{?%24expand,%24select}", rawUrl) { @@ -263,6 +268,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -271,7 +277,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -279,6 +285,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the format of chart data labels, which includes fill and font formatting. 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 @@ -295,6 +302,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 @@ -305,7 +313,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartDataLabelFormat public RequestInformation ToPatchRequestInformation(WorkbookChartDataLabelFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/dataLabels/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/Clear/ClearRequestBuilder.cs index 86dc58cba9..10ca216158 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clear the fill color of a chart element. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the fill color of a chart element.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/format/fill/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/format/fill/clear", rawUrl) { @@ -78,6 +79,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clear the fill color of a chart element. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/FillRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/FillRequestBuilder.cs index d17986bbc9..3bbb701147 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/FillRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/FillRequestBuilder.cs @@ -24,6 +24,7 @@ public class FillRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -39,6 +40,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property fill for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property fill for drives"; @@ -90,6 +92,7 @@ public Command BuildDeleteCommand() { /// /// Represents the fill format of an object, which includes background formatting information. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the fill format of an object, which includes background formatting information. Read-only."; @@ -158,6 +161,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property fill in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property fill in drives"; @@ -225,6 +229,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the setSolidColor method. /// + /// A public Command BuildSetSolidColorNavCommand() { var command = new Command("set-solid-color"); command.Description = "Provides operations to call the setSolidColor method."; @@ -238,13 +243,13 @@ public Command BuildSetSolidColorNavCommand() { return command; } /// - /// Instantiates a new FillRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FillRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/format/fill{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FillRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FillRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/format/fill{?%24expand,%24select}", rawUrl) { @@ -252,6 +257,7 @@ public FillRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property fill for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,7 +266,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/format/fill", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -268,6 +274,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the fill format of an object, which includes background formatting information. 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 @@ -284,6 +291,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property fill in drives /// + /// 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 @@ -294,7 +302,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartFill body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartFill 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/format/fill", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs index 7e998ec4d9..6fc295373a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs @@ -17,7 +17,7 @@ public class SetSolidColorPostRequestBody : IAdditionalDataHolder, IParsable { public string Color { get; set; } #endif /// - /// Instantiates a new setSolidColorPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetSolidColorPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public SetSolidColorPostRequestBody() { /// /// 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 SetSolidColorPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static SetSolidColorPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"color", n => { Color = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs index 3cdde8b63d..bbc939958c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetSolidColorRequestBuilder : BaseCliRequestBuilder { /// Sets the fill formatting of a chart element to a uniform color. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Sets the fill formatting of a chart element to a uniform color.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetSolidColorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetSolidColorRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/format/fill/setSolidColor", pathParameters) { } /// - /// Instantiates a new SetSolidColorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetSolidColorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/format/fill/setSolidColor", rawUrl) { @@ -91,6 +92,7 @@ public SetSolidColorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Sets the fill formatting of a chart element to a uniform color. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Font/FontRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Font/FontRequestBuilder.cs index 5643438896..47a0f53927 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Font/FontRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Font/FontRequestBuilder.cs @@ -22,6 +22,7 @@ public class FontRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property font for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property font for drives"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property font in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property font in drives"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FontRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/format/font{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/format/font{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property font for drives /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the font attributes (font name, font size, color, etc.) for the current object. 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 @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property font in drives /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartFont body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartFont 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/FormatRequestBuilder.cs index 612875ace8..d29b8b0311 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/FormatRequestBuilder.cs @@ -24,6 +24,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -75,6 +76,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fill property of the microsoft.graph.workbookChartAreaFormat entity. /// + /// A public Command BuildFillNavCommand() { var command = new Command("fill"); command.Description = "Provides operations to manage the fill property of the microsoft.graph.workbookChartAreaFormat entity."; @@ -99,6 +101,7 @@ public Command BuildFillNavCommand() { /// /// Provides operations to manage the font property of the microsoft.graph.workbookChartAreaFormat entity. /// + /// A public Command BuildFontNavCommand() { var command = new Command("font"); command.Description = "Provides operations to manage the font property of the microsoft.graph.workbookChartAreaFormat entity."; @@ -116,6 +119,7 @@ public Command BuildFontNavCommand() { /// /// Encapsulates the format properties for the chart area. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Encapsulates the format properties for the chart area. Read-only."; @@ -184,6 +188,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -249,13 +254,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/format{?%24expand,%24select}", rawUrl) { @@ -263,6 +268,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -271,7 +277,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -279,6 +285,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Encapsulates the format properties for the chart area. 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 @@ -295,6 +302,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 @@ -305,7 +313,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartAreaFormat body public RequestInformation ToPatchRequestInformation(WorkbookChartAreaFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Image/ImageGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Image/ImageGetResponse.cs index d2b4ccfd62..3fec183a7f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Image/ImageGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Image/ImageGetResponse.cs @@ -17,7 +17,7 @@ public class ImageGetResponse : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new imageGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public ImageGetResponse() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ImageGetResponse() { /// /// 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 ImageGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ImageGetResponse CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Image/ImageRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Image/ImageRequestBuilder.cs index 761be2dc2e..87dc21439f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Image/ImageRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Image/ImageRequestBuilder.cs @@ -21,6 +21,7 @@ public class ImageRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function image /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function image"; @@ -73,13 +74,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ImageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/image()", pathParameters) { } /// - /// Instantiates a new ImageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImageRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/image()", rawUrl) { @@ -87,6 +88,7 @@ public ImageRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke function image /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidth/ImageWithWidthGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidth/ImageWithWidthGetResponse.cs index cf6d306bdb..07500edfa4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidth/ImageWithWidthGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidth/ImageWithWidthGetResponse.cs @@ -17,7 +17,7 @@ public class ImageWithWidthGetResponse : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new imageWithWidthGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public ImageWithWidthGetResponse() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ImageWithWidthGetResponse() { /// /// 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 ImageWithWidthGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ImageWithWidthGetResponse CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidth/ImageWithWidthRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidth/ImageWithWidthRequestBuilder.cs index fe5969d435..5e344dcf25 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidth/ImageWithWidthRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidth/ImageWithWidthRequestBuilder.cs @@ -21,6 +21,7 @@ public class ImageWithWidthRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function image /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function image"; @@ -79,13 +80,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ImageWithWidthRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImageWithWidthRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/image(width={width})", pathParameters) { } /// - /// Instantiates a new ImageWithWidthRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImageWithWidthRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/image(width={width})", rawUrl) { @@ -93,6 +94,7 @@ public ImageWithWidthRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Invoke function image /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeight/ImageWithWidthWithHeightGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeight/ImageWithWidthWithHeightGetResponse.cs index 2e88975018..7b313b59c1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeight/ImageWithWidthWithHeightGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeight/ImageWithWidthWithHeightGetResponse.cs @@ -17,7 +17,7 @@ public class ImageWithWidthWithHeightGetResponse : IAdditionalDataHolder, IParsa public string Value { get; set; } #endif /// - /// Instantiates a new imageWithWidthWithHeightGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public ImageWithWidthWithHeightGetResponse() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ImageWithWidthWithHeightGetResponse() { /// /// 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 ImageWithWidthWithHeightGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ImageWithWidthWithHeightGetResponse CreateFromDiscriminatorValue(I /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeight/ImageWithWidthWithHeightRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeight/ImageWithWidthWithHeightRequestBuilder.cs index 69ef513abe..5a106be8b6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeight/ImageWithWidthWithHeightRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeight/ImageWithWidthWithHeightRequestBuilder.cs @@ -21,6 +21,7 @@ public class ImageWithWidthWithHeightRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function image /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function image"; @@ -85,13 +86,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ImageWithWidthWithHeightRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImageWithWidthWithHeightRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/image(width={width},height={height})", pathParameters) { } /// - /// Instantiates a new ImageWithWidthWithHeightRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImageWithWidthWithHeightRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/image(width={width},height={height})", rawUrl) { @@ -99,6 +100,7 @@ public ImageWithWidthWithHeightRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Invoke function image /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeGetResponse.cs index f50e1fbe27..efbd47cba1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeGetResponse.cs @@ -17,7 +17,7 @@ public class ImageWithWidthWithHeightWithFittingModeGetResponse : IAdditionalDat public string Value { get; set; } #endif /// - /// Instantiates a new imageWithWidthWithHeightWithFittingModeGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public ImageWithWidthWithHeightWithFittingModeGetResponse() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ImageWithWidthWithHeightWithFittingModeGetResponse() { /// /// 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 ImageWithWidthWithHeightWithFittingModeGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ImageWithWidthWithHeightWithFittingModeGetResponse CreateFromDiscr /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeRequestBuilder.cs index cb7945ad4d..ce1493d97c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeRequestBuilder.cs @@ -21,6 +21,7 @@ public class ImageWithWidthWithHeightWithFittingModeRequestBuilder : BaseCliRequ /// /// Invoke function image /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function image"; @@ -91,13 +92,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ImageWithWidthWithHeightWithFittingModeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImageWithWidthWithHeightWithFittingModeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/image(width={width},height={height},fittingMode='{fittingMode}')", pathParameters) { } /// - /// Instantiates a new ImageWithWidthWithHeightWithFittingModeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImageWithWidthWithHeightWithFittingModeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/image(width={width},height={height},fittingMode='{fittingMode}')", rawUrl) { @@ -105,6 +106,7 @@ public ImageWithWidthWithHeightWithFittingModeRequestBuilder(string rawUrl) : ba /// /// Invoke function image /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/Clear/ClearRequestBuilder.cs index 5e3b97387e..7fac03cf54 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clear the fill color of a chart element. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the fill color of a chart element.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend/format/fill/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend/format/fill/clear", rawUrl) { @@ -78,6 +79,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clear the fill color of a chart element. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/FillRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/FillRequestBuilder.cs index d7582f878f..bb42a94286 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/FillRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/FillRequestBuilder.cs @@ -24,6 +24,7 @@ public class FillRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -39,6 +40,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property fill for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property fill for drives"; @@ -90,6 +92,7 @@ public Command BuildDeleteCommand() { /// /// Represents the fill format of an object, which includes background formating information. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the fill format of an object, which includes background formating information. Read-only."; @@ -158,6 +161,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property fill in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property fill in drives"; @@ -225,6 +229,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the setSolidColor method. /// + /// A public Command BuildSetSolidColorNavCommand() { var command = new Command("set-solid-color"); command.Description = "Provides operations to call the setSolidColor method."; @@ -238,13 +243,13 @@ public Command BuildSetSolidColorNavCommand() { return command; } /// - /// Instantiates a new FillRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FillRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend/format/fill{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FillRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FillRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend/format/fill{?%24expand,%24select}", rawUrl) { @@ -252,6 +257,7 @@ public FillRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property fill for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,7 +266,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend/format/fill", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -268,6 +274,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the fill format of an object, which includes background formating information. 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 @@ -284,6 +291,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property fill in drives /// + /// 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 @@ -294,7 +302,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartFill body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartFill 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend/format/fill", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs index 3d29e49705..304c64a750 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs @@ -17,7 +17,7 @@ public class SetSolidColorPostRequestBody : IAdditionalDataHolder, IParsable { public string Color { get; set; } #endif /// - /// Instantiates a new setSolidColorPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetSolidColorPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public SetSolidColorPostRequestBody() { /// /// 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 SetSolidColorPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static SetSolidColorPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"color", n => { Color = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs index 252e741bfd..c13ea94953 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetSolidColorRequestBuilder : BaseCliRequestBuilder { /// Sets the fill formatting of a chart element to a uniform color. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Sets the fill formatting of a chart element to a uniform color.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetSolidColorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetSolidColorRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend/format/fill/setSolidColor", pathParameters) { } /// - /// Instantiates a new SetSolidColorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetSolidColorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend/format/fill/setSolidColor", rawUrl) { @@ -91,6 +92,7 @@ public SetSolidColorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Sets the fill formatting of a chart element to a uniform color. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Font/FontRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Font/FontRequestBuilder.cs index 4b17632112..3fbbab1ddc 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Font/FontRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Font/FontRequestBuilder.cs @@ -22,6 +22,7 @@ public class FontRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property font for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property font for drives"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Represents the font attributes such as font name, font size, color, etc. of a chart legend. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the font attributes such as font name, font size, color, etc. of a chart legend. Read-only."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property font in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property font in drives"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FontRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend/format/font{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend/format/font{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property font for drives /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the font attributes such as font name, font size, color, etc. of a chart legend. 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 @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property font in drives /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartFont body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartFont 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/FormatRequestBuilder.cs index e651894315..981c1e3ed5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/FormatRequestBuilder.cs @@ -24,6 +24,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -75,6 +76,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fill property of the microsoft.graph.workbookChartLegendFormat entity. /// + /// A public Command BuildFillNavCommand() { var command = new Command("fill"); command.Description = "Provides operations to manage the fill property of the microsoft.graph.workbookChartLegendFormat entity."; @@ -99,6 +101,7 @@ public Command BuildFillNavCommand() { /// /// Provides operations to manage the font property of the microsoft.graph.workbookChartLegendFormat entity. /// + /// A public Command BuildFontNavCommand() { var command = new Command("font"); command.Description = "Provides operations to manage the font property of the microsoft.graph.workbookChartLegendFormat entity."; @@ -116,6 +119,7 @@ public Command BuildFontNavCommand() { /// /// Represents the formatting of a chart legend, which includes fill and font formatting. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the formatting of a chart legend, which includes fill and font formatting. Read-only."; @@ -184,6 +188,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -249,13 +254,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend/format{?%24expand,%24select}", rawUrl) { @@ -263,6 +268,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -271,7 +277,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -279,6 +285,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the formatting of a chart legend, which includes fill and font formatting. 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 @@ -295,6 +302,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 @@ -305,7 +313,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartLegendFormat bo public RequestInformation ToPatchRequestInformation(WorkbookChartLegendFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/LegendRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/LegendRequestBuilder.cs index 953afb8306..0c5cebce1f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/LegendRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/LegendRequestBuilder.cs @@ -23,6 +23,7 @@ public class LegendRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property legend for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property legend for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChartLegend entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChartLegend entity."; @@ -99,6 +101,7 @@ public Command BuildFormatNavCommand() { /// Retrieve the properties and relationships of chartlegend object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartlegend object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlegend-get?view=graph-rest-1.0"; @@ -168,6 +171,7 @@ public Command BuildGetCommand() { /// Update the properties of chartlegend object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartlegend object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlegend-update?view=graph-rest-1.0"; @@ -233,13 +237,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LegendRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LegendRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LegendRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LegendRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend{?%24expand,%24select}", rawUrl) { @@ -247,6 +251,7 @@ public LegendRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property legend for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -255,7 +260,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -263,6 +268,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartlegend 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 @@ -279,6 +285,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartlegend 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 @@ -289,7 +296,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartLegend body, Ac public RequestInformation ToPatchRequestInformation(WorkbookChartLegend 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/legend", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Count/CountGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Count/CountGetResponse.cs index e64578ea1c..5e1387b838 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Count/CountGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Count/CountGetResponse.cs @@ -11,7 +11,7 @@ public class CountGetResponse : IAdditionalDataHolder, IParsable { /// The value property public int? Value { get; set; } /// - /// Instantiates a new countGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public CountGetResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public CountGetResponse() { /// /// 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 CountGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static CountGetResponse CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Count/CountRequestBuilder.cs index 4b4ea8f39d..9219699770 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Count/CountRequestBuilder.cs @@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function count /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function count"; @@ -73,13 +74,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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/count()", 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/count()", rawUrl) { @@ -87,6 +88,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke function count /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/Clear/ClearRequestBuilder.cs index 7eccd527e8..9c8533a6c5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clear the fill color of a chart element. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the fill color of a chart element.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/format/fill/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/format/fill/clear", rawUrl) { @@ -84,6 +85,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clear the fill color of a chart element. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/FillRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/FillRequestBuilder.cs index 757921c45b..1a4dd0f9ea 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/FillRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/FillRequestBuilder.cs @@ -24,6 +24,7 @@ public class FillRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -39,6 +40,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property fill for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property fill for drives"; @@ -96,6 +98,7 @@ public Command BuildDeleteCommand() { /// /// Represents the fill format of a chart series, which includes background formatting information. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the fill format of a chart series, which includes background formatting information. Read-only."; @@ -170,6 +173,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property fill in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property fill in drives"; @@ -243,6 +247,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the setSolidColor method. /// + /// A public Command BuildSetSolidColorNavCommand() { var command = new Command("set-solid-color"); command.Description = "Provides operations to call the setSolidColor method."; @@ -256,13 +261,13 @@ public Command BuildSetSolidColorNavCommand() { return command; } /// - /// Instantiates a new FillRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FillRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/format/fill{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FillRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FillRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/format/fill{?%24expand,%24select}", rawUrl) { @@ -270,6 +275,7 @@ public FillRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property fill for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -278,7 +284,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/format/fill", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -286,6 +292,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the fill format of a chart series, which includes background formatting information. 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 @@ -302,6 +309,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property fill in drives /// + /// 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 @@ -312,7 +320,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartFill body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartFill 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/format/fill", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs index 8f8f952af0..29f34e56f4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs @@ -17,7 +17,7 @@ public class SetSolidColorPostRequestBody : IAdditionalDataHolder, IParsable { public string Color { get; set; } #endif /// - /// Instantiates a new setSolidColorPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetSolidColorPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public SetSolidColorPostRequestBody() { /// /// 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 SetSolidColorPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static SetSolidColorPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"color", n => { Color = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs index d20607ab0a..d4956f13a4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetSolidColorRequestBuilder : BaseCliRequestBuilder { /// Sets the fill formatting of a chart element to a uniform color. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Sets the fill formatting of a chart element to a uniform color.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0"; @@ -83,13 +84,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetSolidColorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetSolidColorRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/format/fill/setSolidColor", pathParameters) { } /// - /// Instantiates a new SetSolidColorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetSolidColorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/format/fill/setSolidColor", rawUrl) { @@ -97,6 +98,7 @@ public SetSolidColorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Sets the fill formatting of a chart element to a uniform color. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/FormatRequestBuilder.cs index d5eae4cbb6..07428a23ae 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/FormatRequestBuilder.cs @@ -24,6 +24,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -81,6 +82,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fill property of the microsoft.graph.workbookChartSeriesFormat entity. /// + /// A public Command BuildFillNavCommand() { var command = new Command("fill"); command.Description = "Provides operations to manage the fill property of the microsoft.graph.workbookChartSeriesFormat entity."; @@ -105,6 +107,7 @@ public Command BuildFillNavCommand() { /// /// Represents the formatting of a chart series, which includes fill and line formatting. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the formatting of a chart series, which includes fill and line formatting. Read-only."; @@ -179,6 +182,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the line property of the microsoft.graph.workbookChartSeriesFormat entity. /// + /// A public Command BuildLineNavCommand() { var command = new Command("line"); command.Description = "Provides operations to manage the line property of the microsoft.graph.workbookChartSeriesFormat entity."; @@ -202,6 +206,7 @@ public Command BuildLineNavCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -273,13 +278,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/format{?%24expand,%24select}", rawUrl) { @@ -287,6 +292,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -295,7 +301,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -303,6 +309,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the formatting of a chart series, which includes fill and line formatting. 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 @@ -319,6 +326,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 @@ -329,7 +337,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartSeriesFormat bo public RequestInformation ToPatchRequestInformation(WorkbookChartSeriesFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Line/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Line/Clear/ClearRequestBuilder.cs index ff5eb5bd80..9471feec73 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Line/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Line/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clear the line format of a chart element. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the line format of a chart element.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/format/line/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/format/line/clear", rawUrl) { @@ -84,6 +85,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clear the line format of a chart element. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Line/LineRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Line/LineRequestBuilder.cs index fdca50f5cc..f2698c9508 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Line/LineRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Line/LineRequestBuilder.cs @@ -23,6 +23,7 @@ public class LineRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -38,6 +39,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property line for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property line for drives"; @@ -95,6 +97,7 @@ public Command BuildDeleteCommand() { /// /// Represents line formatting. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents line formatting. Read-only."; @@ -169,6 +172,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property line in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property line in drives"; @@ -240,13 +244,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LineRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/format/line{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/format/line{?%24expand,%24select}", rawUrl) { @@ -254,6 +258,7 @@ public LineRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property line for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -262,7 +267,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -270,6 +275,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents line formatting. 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 @@ -286,6 +292,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property line in drives /// + /// 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 @@ -296,7 +303,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat body public RequestInformation ToPatchRequestInformation(WorkbookChartLineFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/format/line", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Count/CountGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Count/CountGetResponse.cs index addfa8919c..447b629627 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Count/CountGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Count/CountGetResponse.cs @@ -11,7 +11,7 @@ public class CountGetResponse : IAdditionalDataHolder, IParsable { /// The value property public int? Value { get; set; } /// - /// Instantiates a new countGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public CountGetResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public CountGetResponse() { /// /// 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 CountGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static CountGetResponse CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Count/CountRequestBuilder.cs index 38fa685275..f2b6a910e5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Count/CountRequestBuilder.cs @@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function count /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function count"; @@ -79,13 +80,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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/count()", 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/count()", rawUrl) { @@ -93,6 +94,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke function count /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/Clear/ClearRequestBuilder.cs index a7f2b0516d..98419bf685 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clear the fill color of a chart element. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the fill color of a chart element.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/{workbookChartPoint%2Did}/format/fill/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/{workbookChartPoint%2Did}/format/fill/clear", rawUrl) { @@ -90,6 +91,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clear the fill color of a chart element. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/FillRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/FillRequestBuilder.cs index 91b277ca25..f83f0e3b3e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/FillRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/FillRequestBuilder.cs @@ -24,6 +24,7 @@ public class FillRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -39,6 +40,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property fill for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property fill for drives"; @@ -102,6 +104,7 @@ public Command BuildDeleteCommand() { /// /// Represents the fill format of a chart, which includes background formatting information. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the fill format of a chart, which includes background formatting information. Read-only."; @@ -182,6 +185,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property fill in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property fill in drives"; @@ -261,6 +265,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the setSolidColor method. /// + /// A public Command BuildSetSolidColorNavCommand() { var command = new Command("set-solid-color"); command.Description = "Provides operations to call the setSolidColor method."; @@ -274,13 +279,13 @@ public Command BuildSetSolidColorNavCommand() { return command; } /// - /// Instantiates a new FillRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FillRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/{workbookChartPoint%2Did}/format/fill{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FillRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FillRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/{workbookChartPoint%2Did}/format/fill{?%24expand,%24select}", rawUrl) { @@ -288,6 +293,7 @@ public FillRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property fill for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -296,7 +302,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/{workbookChartPoint%2Did}/format/fill", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -304,6 +310,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the fill format of a chart, which includes background formatting information. 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 @@ -320,6 +327,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property fill in drives /// + /// 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 @@ -330,7 +338,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartFill body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartFill 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/{workbookChartPoint%2Did}/format/fill", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs index 4cf01c1df7..fa2a648514 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs @@ -17,7 +17,7 @@ public class SetSolidColorPostRequestBody : IAdditionalDataHolder, IParsable { public string Color { get; set; } #endif /// - /// Instantiates a new setSolidColorPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetSolidColorPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public SetSolidColorPostRequestBody() { /// /// 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 SetSolidColorPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static SetSolidColorPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"color", n => { Color = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs index a2c6910d31..f91eb77cf7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetSolidColorRequestBuilder : BaseCliRequestBuilder { /// Sets the fill formatting of a chart element to a uniform color. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Sets the fill formatting of a chart element to a uniform color.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0"; @@ -89,13 +90,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetSolidColorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetSolidColorRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/{workbookChartPoint%2Did}/format/fill/setSolidColor", pathParameters) { } /// - /// Instantiates a new SetSolidColorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetSolidColorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/{workbookChartPoint%2Did}/format/fill/setSolidColor", rawUrl) { @@ -103,6 +104,7 @@ public SetSolidColorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Sets the fill formatting of a chart element to a uniform color. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/FormatRequestBuilder.cs index a893045f85..e0a6c09d3f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/FormatRequestBuilder.cs @@ -23,6 +23,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -86,6 +87,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fill property of the microsoft.graph.workbookChartPointFormat entity. /// + /// A public Command BuildFillNavCommand() { var command = new Command("fill"); command.Description = "Provides operations to manage the fill property of the microsoft.graph.workbookChartPointFormat entity."; @@ -110,6 +112,7 @@ public Command BuildFillNavCommand() { /// /// Encapsulates the format properties chart point. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Encapsulates the format properties chart point. Read-only."; @@ -190,6 +193,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -267,13 +271,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/{workbookChartPoint%2Did}/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/{workbookChartPoint%2Did}/format{?%24expand,%24select}", rawUrl) { @@ -281,6 +285,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -289,7 +294,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/{workbookChartPoint%2Did}/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -297,6 +302,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Encapsulates the format properties chart point. 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 @@ -313,6 +319,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 +330,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartPointFormat bod public RequestInformation ToPatchRequestInformation(WorkbookChartPointFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/{workbookChartPoint%2Did}/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/WorkbookChartPointItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/WorkbookChartPointItemRequestBuilder.cs index 0cef1f827d..0ca16b4c30 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/WorkbookChartPointItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/WorkbookChartPointItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class WorkbookChartPointItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property points for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property points for drives"; @@ -86,6 +87,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChartPoint entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChartPoint entity."; @@ -110,6 +112,7 @@ public Command BuildFormatNavCommand() { /// Retrieve the properties and relationships of chartpoint object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartpoint object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartpoint-get?view=graph-rest-1.0"; @@ -190,6 +193,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property points in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property points in drives"; @@ -267,13 +271,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new WorkbookChartPointItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkbookChartPointItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/{workbookChartPoint%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkbookChartPointItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkbookChartPointItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/{workbookChartPoint%2Did}{?%24expand,%24select}", rawUrl) { @@ -281,6 +285,7 @@ public WorkbookChartPointItemRequestBuilder(string rawUrl) : base("{+baseurl}/dr /// /// Delete navigation property points for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -289,7 +294,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/{workbookChartPoint%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -297,6 +302,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartpoint 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 @@ -313,6 +319,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property points in drives /// + /// 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 +330,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartPoint body, Act public RequestInformation ToPatchRequestInformation(WorkbookChartPoint 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/{workbookChartPoint%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/ItemAtWithIndex/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/ItemAtWithIndex/Format/FormatRequestBuilder.cs index 11cbbac812..c1852151c7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/ItemAtWithIndex/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/ItemAtWithIndex/Format/FormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -45,6 +46,10 @@ public Command BuildDeleteCommand() { }; workbookChartSeriesIdOption.IsRequired = true; command.AddOption(workbookChartSeriesIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -56,6 +61,7 @@ public Command BuildDeleteCommand() { var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); var workbookChartId = invocationContext.ParseResult.GetValueForOption(workbookChartIdOption); var workbookChartSeriesId = invocationContext.ParseResult.GetValueForOption(workbookChartSeriesIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -66,6 +72,7 @@ public Command BuildDeleteCommand() { if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); if (workbookChartId is not null) requestInfo.PathParameters.Add("workbookChart%2Did", workbookChartId); if (workbookChartSeriesId is not null) requestInfo.PathParameters.Add("workbookChartSeries%2Did", workbookChartSeriesId); + if (index is not null) requestInfo.PathParameters.Add("index", index); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -79,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// Encapsulates the format properties chart point. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Encapsulates the format properties chart point. Read-only."; @@ -102,6 +110,10 @@ public Command BuildGetCommand() { }; workbookChartSeriesIdOption.IsRequired = true; command.AddOption(workbookChartSeriesIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -122,6 +134,7 @@ public Command BuildGetCommand() { var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); var workbookChartId = invocationContext.ParseResult.GetValueForOption(workbookChartIdOption); var workbookChartSeriesId = invocationContext.ParseResult.GetValueForOption(workbookChartSeriesIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -139,6 +152,7 @@ public Command BuildGetCommand() { if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); if (workbookChartId is not null) requestInfo.PathParameters.Add("workbookChart%2Did", workbookChartId); if (workbookChartSeriesId is not null) requestInfo.PathParameters.Add("workbookChartSeries%2Did", workbookChartSeriesId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -153,6 +167,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -176,6 +191,10 @@ public Command BuildPatchCommand() { }; workbookChartSeriesIdOption.IsRequired = true; command.AddOption(workbookChartSeriesIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -190,6 +209,7 @@ public Command BuildPatchCommand() { var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); var workbookChartId = invocationContext.ParseResult.GetValueForOption(workbookChartIdOption); var workbookChartSeriesId = invocationContext.ParseResult.GetValueForOption(workbookChartSeriesIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -211,6 +231,7 @@ public Command BuildPatchCommand() { if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); if (workbookChartId is not null) requestInfo.PathParameters.Add("workbookChart%2Did", workbookChartId); if (workbookChartSeriesId is not null) requestInfo.PathParameters.Add("workbookChartSeries%2Did", workbookChartSeriesId); + if (index is not null) requestInfo.PathParameters.Add("index", index); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -224,13 +245,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/itemAt(index={index})/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/itemAt(index={index})/format{?%24expand,%24select}", rawUrl) { @@ -238,6 +259,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,7 +268,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/itemAt(index={index})/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +276,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Encapsulates the format properties chart point. 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 @@ -270,6 +293,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 @@ -280,7 +304,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartPointFormat bod public RequestInformation ToPatchRequestInformation(WorkbookChartPointFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/itemAt(index={index})/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs index 6ec28e6488..348a4f17d8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs @@ -23,6 +23,7 @@ public class ItemAtWithIndexRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChartPoint entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChartPoint entity."; @@ -40,6 +41,7 @@ public Command BuildFormatNavCommand() { /// /// Invoke function itemAt /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function itemAt"; @@ -104,13 +106,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ItemAtWithIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemAtWithIndexRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/itemAt(index={index})", pathParameters) { } /// - /// Instantiates a new ItemAtWithIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemAtWithIndexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points/itemAt(index={index})", rawUrl) { @@ -118,6 +120,7 @@ public ItemAtWithIndexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Invoke function itemAt /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/PointsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/PointsRequestBuilder.cs index a5b976e079..e291723e2a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/PointsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/PointsRequestBuilder.cs @@ -25,6 +25,7 @@ public class PointsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the points property of the microsoft.graph.workbookChartSeries entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,7 @@ public Tuple, List> BuildCommand() { /// /// Provides operations to call the count method. /// + /// A public Command BuildCountNavCommand() { var command = new Command("count"); command.Description = "Provides operations to call the count method."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Use this API to create a new ChartPoints. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Use this API to create a new ChartPoints.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartseries-post-points?view=graph-rest-1.0"; @@ -127,6 +130,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the itemAt method. /// + /// A public Command BuildItemAtWithIndexRbCommand() { var command = new Command("item-at-with-index"); command.Description = "Provides operations to call the itemAt method."; @@ -149,6 +153,7 @@ public Command BuildItemAtWithIndexRbCommand() { /// Retrieve a list of chartpoints objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of chartpoints objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartseries-list-points?view=graph-rest-1.0"; @@ -269,13 +274,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PointsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PointsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PointsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PointsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -283,6 +288,7 @@ public PointsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Retrieve a list of chartpoints objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -299,6 +305,7 @@ public RequestInformation ToGetRequestInformation(Action /// Use this API to create a new ChartPoints. /// + /// 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 @@ -309,7 +316,7 @@ public RequestInformation ToPostRequestInformation(WorkbookChartPoint body, Acti public RequestInformation ToPostRequestInformation(WorkbookChartPoint 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}/points", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/WorkbookChartSeriesItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/WorkbookChartSeriesItemRequestBuilder.cs index dc49c7e4dc..a115b4a774 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/WorkbookChartSeriesItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/WorkbookChartSeriesItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class WorkbookChartSeriesItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property series for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property series for drives"; @@ -81,6 +82,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChartSeries entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChartSeries entity."; @@ -106,6 +108,7 @@ public Command BuildFormatNavCommand() { /// Retrieve the properties and relationships of chartseries object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartseries object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartseries-get?view=graph-rest-1.0"; @@ -181,6 +184,7 @@ public Command BuildGetCommand() { /// Update the properties of chartSeries object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartSeries object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartseries-update?view=graph-rest-1.0"; @@ -254,6 +258,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the points property of the microsoft.graph.workbookChartSeries entity. /// + /// A public Command BuildPointsNavCommand() { var command = new Command("points"); command.Description = "Provides operations to manage the points property of the microsoft.graph.workbookChartSeries entity."; @@ -278,13 +283,13 @@ public Command BuildPointsNavCommand() { return command; } /// - /// Instantiates a new WorkbookChartSeriesItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkbookChartSeriesItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkbookChartSeriesItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkbookChartSeriesItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}{?%24expand,%24select}", rawUrl) { @@ -292,6 +297,7 @@ public WorkbookChartSeriesItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Delete navigation property series for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -300,7 +306,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -308,6 +314,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartseries 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 @@ -324,6 +331,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartSeries 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 @@ -334,7 +342,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartSeries body, Ac public RequestInformation ToPatchRequestInformation(WorkbookChartSeries 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/{workbookChartSeries%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Format/FormatRequestBuilder.cs index c8d17887a8..a7bd4401f4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Format/FormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -41,6 +42,10 @@ public Command BuildDeleteCommand() { }; workbookChartIdOption.IsRequired = true; command.AddOption(workbookChartIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -51,6 +56,7 @@ public Command BuildDeleteCommand() { var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); var workbookChartId = invocationContext.ParseResult.GetValueForOption(workbookChartIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -60,6 +66,7 @@ public Command BuildDeleteCommand() { if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); if (workbookChartId is not null) requestInfo.PathParameters.Add("workbookChart%2Did", workbookChartId); + if (index is not null) requestInfo.PathParameters.Add("index", index); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -73,6 +80,7 @@ public Command BuildDeleteCommand() { /// /// Represents the formatting of a chart series, which includes fill and line formatting. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the formatting of a chart series, which includes fill and line formatting. Read-only."; @@ -92,6 +100,10 @@ public Command BuildGetCommand() { }; workbookChartIdOption.IsRequired = true; command.AddOption(workbookChartIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -111,6 +123,7 @@ public Command BuildGetCommand() { var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); var workbookChartId = invocationContext.ParseResult.GetValueForOption(workbookChartIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -127,6 +140,7 @@ public Command BuildGetCommand() { if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); if (workbookChartId is not null) requestInfo.PathParameters.Add("workbookChart%2Did", workbookChartId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -141,6 +155,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -160,6 +175,10 @@ public Command BuildPatchCommand() { }; workbookChartIdOption.IsRequired = true; command.AddOption(workbookChartIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -173,6 +192,7 @@ public Command BuildPatchCommand() { var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); var workbookChartId = invocationContext.ParseResult.GetValueForOption(workbookChartIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -193,6 +213,7 @@ public Command BuildPatchCommand() { if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); if (workbookChartId is not null) requestInfo.PathParameters.Add("workbookChart%2Did", workbookChartId); + if (index is not null) requestInfo.PathParameters.Add("index", index); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -206,13 +227,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/itemAt(index={index})/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/itemAt(index={index})/format{?%24expand,%24select}", rawUrl) { @@ -220,6 +241,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// 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,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/itemAt(index={index})/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the formatting of a chart series, which includes fill and line formatting. 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 @@ -252,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 @@ -262,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartSeriesFormat bo public RequestInformation ToPatchRequestInformation(WorkbookChartSeriesFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/itemAt(index={index})/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs index 97d6f29b13..be5d951cb9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs @@ -24,6 +24,7 @@ public class ItemAtWithIndexRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChartSeries entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChartSeries entity."; @@ -41,6 +42,7 @@ public Command BuildFormatNavCommand() { /// /// Invoke function itemAt /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function itemAt"; @@ -101,6 +103,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the points property of the microsoft.graph.workbookChartSeries entity. /// + /// A public Command BuildPointsNavCommand() { var command = new Command("points"); command.Description = "Provides operations to manage the points property of the microsoft.graph.workbookChartSeries entity."; @@ -115,13 +118,13 @@ public Command BuildPointsNavCommand() { return command; } /// - /// Instantiates a new ItemAtWithIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemAtWithIndexRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/itemAt(index={index})", pathParameters) { } /// - /// Instantiates a new ItemAtWithIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemAtWithIndexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/itemAt(index={index})", rawUrl) { @@ -129,6 +132,7 @@ public ItemAtWithIndexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Invoke function itemAt /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilder.cs index b3c4bad9eb..0439cec2b1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilder.cs @@ -23,6 +23,7 @@ public class PointsRequestBuilder : BaseCliRequestBuilder { /// Retrieve a list of chartpoints objects. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a list of chartpoints objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartseries-list-points?view=graph-rest-1.0"; @@ -42,6 +43,10 @@ public Command BuildGetCommand() { }; workbookChartIdOption.IsRequired = true; command.AddOption(workbookChartIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -88,6 +93,7 @@ public Command BuildGetCommand() { var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); var workbookChartId = invocationContext.ParseResult.GetValueForOption(workbookChartIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -118,6 +124,7 @@ public Command BuildGetCommand() { if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); if (workbookChartId is not null) requestInfo.PathParameters.Add("workbookChart%2Did", workbookChartId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -140,6 +147,7 @@ public Command BuildGetCommand() { /// Use this API to create a new ChartPoints. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Use this API to create a new ChartPoints.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartseries-post-points?view=graph-rest-1.0"; @@ -159,6 +167,10 @@ public Command BuildPostCommand() { }; workbookChartIdOption.IsRequired = true; command.AddOption(workbookChartIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -172,6 +184,7 @@ public Command BuildPostCommand() { var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); var workbookChartId = invocationContext.ParseResult.GetValueForOption(workbookChartIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -192,6 +205,7 @@ public Command BuildPostCommand() { if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); if (workbookChartId is not null) requestInfo.PathParameters.Add("workbookChart%2Did", workbookChartId); + if (index is not null) requestInfo.PathParameters.Add("index", index); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -205,13 +219,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PointsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PointsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/itemAt(index={index})/points{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PointsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PointsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/itemAt(index={index})/points{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -219,6 +233,7 @@ public PointsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Retrieve a list of chartpoints objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +250,7 @@ public RequestInformation ToGetRequestInformation(Action /// Use this API to create a new ChartPoints. /// + /// 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 @@ -245,7 +261,7 @@ public RequestInformation ToPostRequestInformation(WorkbookChartPoint body, Acti public RequestInformation ToPostRequestInformation(WorkbookChartPoint 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/itemAt(index={index})/points", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/SeriesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/SeriesRequestBuilder.cs index 2922e3e6e0..23153b16d4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/SeriesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/SeriesRequestBuilder.cs @@ -25,6 +25,7 @@ public class SeriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the series property of the microsoft.graph.workbookChart 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 call the count method. /// + /// A public Command BuildCountNavCommand() { var command = new Command("count"); command.Description = "Provides operations to call the count method."; @@ -55,6 +57,7 @@ public Command BuildCountNavCommand() { /// Use this API to create a new ChartSeries. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Use this API to create a new ChartSeries.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chart-post-series?view=graph-rest-1.0"; @@ -122,6 +125,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the itemAt method. /// + /// A public Command BuildItemAtWithIndexRbCommand() { var command = new Command("item-at-with-index"); command.Description = "Provides operations to call the itemAt method."; @@ -145,6 +149,7 @@ public Command BuildItemAtWithIndexRbCommand() { /// Retrieve a list of chartseries objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of chartseries objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chart-list-series?view=graph-rest-1.0"; @@ -259,13 +264,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SeriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SeriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SeriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SeriesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -273,6 +278,7 @@ public SeriesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Retrieve a list of chartseries objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -289,6 +295,7 @@ public RequestInformation ToGetRequestInformation(Action /// Use this API to create a new ChartSeries. /// + /// 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 @@ -299,7 +306,7 @@ public RequestInformation ToPostRequestInformation(WorkbookChartSeries body, Act public RequestInformation ToPostRequestInformation(WorkbookChartSeries 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetData/SetDataPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetData/SetDataPostRequestBody.cs index 0c80e03e6d..a0612ce8da 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetData/SetDataPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetData/SetDataPostRequestBody.cs @@ -26,7 +26,7 @@ public class SetDataPostRequestBody : IAdditionalDataHolder, IParsable { public Json SourceData { get; set; } #endif /// - /// Instantiates a new setDataPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetDataPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public SetDataPostRequestBody() { /// /// 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 SetDataPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static SetDataPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"seriesBy", n => { SeriesBy = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetData/SetDataRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetData/SetDataRequestBuilder.cs index 5a5c4ac04e..62d29d1dcc 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetData/SetDataRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetData/SetDataRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetDataRequestBuilder : BaseCliRequestBuilder { /// Resets the source data for the chart. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Resets the source data for the chart.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chart-setdata?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetDataRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetDataRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/setData", pathParameters) { } /// - /// Instantiates a new SetDataRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetDataRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/setData", rawUrl) { @@ -91,6 +92,7 @@ public SetDataRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Resets the source data for the chart. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetPosition/SetPositionPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetPosition/SetPositionPostRequestBody.cs index 3dc45cd7ec..ce0a5b0765 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetPosition/SetPositionPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetPosition/SetPositionPostRequestBody.cs @@ -26,7 +26,7 @@ public class SetPositionPostRequestBody : IAdditionalDataHolder, IParsable { public Json StartCell { get; set; } #endif /// - /// Instantiates a new setPositionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetPositionPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public SetPositionPostRequestBody() { /// /// 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 SetPositionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static SetPositionPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"endCell", n => { EndCell = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetPosition/SetPositionRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetPosition/SetPositionRequestBuilder.cs index 3b57b2da1c..aafeec4ac5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetPosition/SetPositionRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetPosition/SetPositionRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetPositionRequestBuilder : BaseCliRequestBuilder { /// Positions the chart relative to cells on the worksheet. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Positions the chart relative to cells on the worksheet.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chart-setposition?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetPositionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetPositionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/setPosition", pathParameters) { } /// - /// Instantiates a new SetPositionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetPositionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/setPosition", rawUrl) { @@ -91,6 +92,7 @@ public SetPositionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Positions the chart relative to cells on the worksheet. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/Clear/ClearRequestBuilder.cs index e7f2e6bec0..d6caa050c6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clear the fill color of a chart element. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the fill color of a chart element.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title/format/fill/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title/format/fill/clear", rawUrl) { @@ -78,6 +79,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clear the fill color of a chart element. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/FillRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/FillRequestBuilder.cs index fe7cb55779..891bf35e90 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/FillRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/FillRequestBuilder.cs @@ -24,6 +24,7 @@ public class FillRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -39,6 +40,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property fill for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property fill for drives"; @@ -90,6 +92,7 @@ public Command BuildDeleteCommand() { /// /// Represents the fill format of an object, which includes background formatting information. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the fill format of an object, which includes background formatting information. Read-only."; @@ -158,6 +161,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property fill in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property fill in drives"; @@ -225,6 +229,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the setSolidColor method. /// + /// A public Command BuildSetSolidColorNavCommand() { var command = new Command("set-solid-color"); command.Description = "Provides operations to call the setSolidColor method."; @@ -238,13 +243,13 @@ public Command BuildSetSolidColorNavCommand() { return command; } /// - /// Instantiates a new FillRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FillRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title/format/fill{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FillRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FillRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title/format/fill{?%24expand,%24select}", rawUrl) { @@ -252,6 +257,7 @@ public FillRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property fill for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,7 +266,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title/format/fill", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -268,6 +274,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the fill format of an object, which includes background formatting information. 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 @@ -284,6 +291,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property fill in drives /// + /// 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 @@ -294,7 +302,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartFill body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartFill 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title/format/fill", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs index d2f5d902a0..8882936fef 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorPostRequestBody.cs @@ -17,7 +17,7 @@ public class SetSolidColorPostRequestBody : IAdditionalDataHolder, IParsable { public string Color { get; set; } #endif /// - /// Instantiates a new setSolidColorPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetSolidColorPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public SetSolidColorPostRequestBody() { /// /// 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 SetSolidColorPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static SetSolidColorPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"color", n => { Color = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs index 12d01d313a..24bf3ee397 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetSolidColorRequestBuilder : BaseCliRequestBuilder { /// Sets the fill formatting of a chart element to a uniform color. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Sets the fill formatting of a chart element to a uniform color.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetSolidColorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetSolidColorRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title/format/fill/setSolidColor", pathParameters) { } /// - /// Instantiates a new SetSolidColorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetSolidColorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title/format/fill/setSolidColor", rawUrl) { @@ -91,6 +92,7 @@ public SetSolidColorRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Sets the fill formatting of a chart element to a uniform color. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Font/FontRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Font/FontRequestBuilder.cs index d9b40f0255..6d7a24509a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Font/FontRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Font/FontRequestBuilder.cs @@ -22,6 +22,7 @@ public class FontRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property font for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property font for drives"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property font in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property font in drives"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FontRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title/format/font{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FontRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title/format/font{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public FontRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property font for drives /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the font attributes (font name, font size, color, etc.) for the current object. 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 @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property font in drives /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartFont body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartFont 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title/format/font", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/FormatRequestBuilder.cs index 6f4c1b043a..c609d7abcc 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/FormatRequestBuilder.cs @@ -24,6 +24,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -75,6 +76,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fill property of the microsoft.graph.workbookChartTitleFormat entity. /// + /// A public Command BuildFillNavCommand() { var command = new Command("fill"); command.Description = "Provides operations to manage the fill property of the microsoft.graph.workbookChartTitleFormat entity."; @@ -99,6 +101,7 @@ public Command BuildFillNavCommand() { /// /// Provides operations to manage the font property of the microsoft.graph.workbookChartTitleFormat entity. /// + /// A public Command BuildFontNavCommand() { var command = new Command("font"); command.Description = "Provides operations to manage the font property of the microsoft.graph.workbookChartTitleFormat entity."; @@ -116,6 +119,7 @@ public Command BuildFontNavCommand() { /// /// Represents the formatting of a chart title, which includes fill and font formatting. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the formatting of a chart title, which includes fill and font formatting. Read-only."; @@ -184,6 +188,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -249,13 +254,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title/format{?%24expand,%24select}", rawUrl) { @@ -263,6 +268,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -271,7 +277,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -279,6 +285,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the formatting of a chart title, which includes fill and font formatting. 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 @@ -295,6 +302,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 @@ -305,7 +313,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartTitleFormat bod public RequestInformation ToPatchRequestInformation(WorkbookChartTitleFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/TitleRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/TitleRequestBuilder.cs index 4eba10c3f1..878e3f890e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/TitleRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/TitleRequestBuilder.cs @@ -23,6 +23,7 @@ public class TitleRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property title for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property title for drives"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChartTitle entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChartTitle entity."; @@ -99,6 +101,7 @@ public Command BuildFormatNavCommand() { /// Retrieve the properties and relationships of charttitle object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of charttitle object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/charttitle-get?view=graph-rest-1.0"; @@ -168,6 +171,7 @@ public Command BuildGetCommand() { /// Update the properties of charttitle object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of charttitle object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/charttitle-update?view=graph-rest-1.0"; @@ -233,13 +237,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TitleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TitleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TitleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TitleRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title{?%24expand,%24select}", rawUrl) { @@ -247,6 +251,7 @@ public TitleRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Delete navigation property title for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -255,7 +260,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -263,6 +268,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of charttitle 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 @@ -279,6 +285,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of charttitle 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 @@ -289,7 +296,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartTitle body, Act public RequestInformation ToPatchRequestInformation(WorkbookChartTitle 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/title", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/WorkbookChartItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/WorkbookChartItemRequestBuilder.cs index e29908fab7..6d4cf48afa 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/WorkbookChartItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/WorkbookChartItemRequestBuilder.cs @@ -35,6 +35,7 @@ public class WorkbookChartItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the axes property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildAxesNavCommand() { var command = new Command("axes"); command.Description = "Provides operations to manage the axes property of the microsoft.graph.workbookChart entity."; @@ -60,6 +61,7 @@ public Command BuildAxesNavCommand() { /// /// Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildDataLabelsNavCommand() { var command = new Command("data-labels"); command.Description = "Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity."; @@ -84,6 +86,7 @@ public Command BuildDataLabelsNavCommand() { /// Deletes the chart object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes the chart object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chart-delete?view=graph-rest-1.0"; @@ -135,6 +138,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChart entity."; @@ -160,6 +164,7 @@ public Command BuildFormatNavCommand() { /// Retrieve the properties and relationships of chart object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chart object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chart-get?view=graph-rest-1.0"; @@ -228,6 +233,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the image method. /// + /// A public Command BuildImageNavCommand() { var command = new Command("image"); command.Description = "Provides operations to call the image method."; @@ -243,6 +249,7 @@ public Command BuildImageNavCommand() { /// /// Provides operations to call the image method. /// + /// A public Command BuildImageWithWidthRbCommand() { var command = new Command("image-with-width"); command.Description = "Provides operations to call the image method."; @@ -258,6 +265,7 @@ public Command BuildImageWithWidthRbCommand() { /// /// Provides operations to call the image method. /// + /// A public Command BuildImageWithWidthWithHeightRbCommand() { var command = new Command("image-with-width-with-height"); command.Description = "Provides operations to call the image method."; @@ -273,6 +281,7 @@ public Command BuildImageWithWidthWithHeightRbCommand() { /// /// Provides operations to call the image method. /// + /// A public Command BuildImageWithWidthWithHeightWithFittingModeRbCommand() { var command = new Command("image-with-width-with-height-with-fitting-mode"); command.Description = "Provides operations to call the image method."; @@ -288,6 +297,7 @@ public Command BuildImageWithWidthWithHeightWithFittingModeRbCommand() { /// /// Provides operations to manage the legend property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildLegendNavCommand() { var command = new Command("legend"); command.Description = "Provides operations to manage the legend property of the microsoft.graph.workbookChart entity."; @@ -312,6 +322,7 @@ public Command BuildLegendNavCommand() { /// Update the properties of chart object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chart object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chart-update?view=graph-rest-1.0"; @@ -379,6 +390,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the series property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildSeriesNavCommand() { var command = new Command("series"); command.Description = "Provides operations to manage the series property of the microsoft.graph.workbookChart entity."; @@ -405,6 +417,7 @@ public Command BuildSeriesNavCommand() { /// /// Provides operations to call the setData method. /// + /// A public Command BuildSetDataNavCommand() { var command = new Command("set-data"); command.Description = "Provides operations to call the setData method."; @@ -420,6 +433,7 @@ public Command BuildSetDataNavCommand() { /// /// Provides operations to call the setPosition method. /// + /// A public Command BuildSetPositionNavCommand() { var command = new Command("set-position"); command.Description = "Provides operations to call the setPosition method."; @@ -435,6 +449,7 @@ public Command BuildSetPositionNavCommand() { /// /// Provides operations to manage the title property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildTitleNavCommand() { var command = new Command("title"); command.Description = "Provides operations to manage the title property of the microsoft.graph.workbookChart entity."; @@ -458,6 +473,7 @@ public Command BuildTitleNavCommand() { /// /// Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildWorksheetNavCommand() { var command = new Command("worksheet"); command.Description = "Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity."; @@ -471,13 +487,13 @@ public Command BuildWorksheetNavCommand() { return command; } /// - /// Instantiates a new WorkbookChartItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkbookChartItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkbookChartItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkbookChartItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}{?%24expand,%24select}", rawUrl) { @@ -485,6 +501,7 @@ public WorkbookChartItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/ /// /// Deletes the chart 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 @@ -493,7 +510,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -501,6 +518,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chart 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 @@ -517,6 +535,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chart 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 @@ -527,7 +546,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChart 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Worksheet/WorksheetRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Worksheet/WorksheetRequestBuilder.cs index 4f626ed2d7..6c5680cbde 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Worksheet/WorksheetRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Worksheet/WorksheetRequestBuilder.cs @@ -22,6 +22,7 @@ public class WorksheetRequestBuilder : BaseCliRequestBuilder { /// /// The worksheet containing the current chart. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The worksheet containing the current chart. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorksheetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/worksheet{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/worksheet{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// The worksheet containing the current chart. 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 diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Axes/AxesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Axes/AxesRequestBuilder.cs index bc5aa71c0a..b6643df07e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Axes/AxesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Axes/AxesRequestBuilder.cs @@ -22,6 +22,7 @@ public class AxesRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property axes for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property axes for drives"; @@ -37,6 +38,10 @@ public Command BuildDeleteCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -46,6 +51,7 @@ public Command BuildDeleteCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -54,6 +60,7 @@ public Command BuildDeleteCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -67,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Represents chart axes. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents chart axes. Read-only."; @@ -82,6 +90,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -100,6 +112,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -115,6 +128,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -129,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property axes in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property axes in drives"; @@ -144,6 +159,10 @@ public Command BuildPatchCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -156,6 +175,7 @@ public Command BuildPatchCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -175,6 +195,7 @@ public Command BuildPatchCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -188,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AxesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AxesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/axes{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AxesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AxesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/axes{?%24expand,%24select}", rawUrl) { @@ -202,6 +223,7 @@ public AxesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property axes for drives /// + /// 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 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/axes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents chart axes. 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 @@ -234,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property axes in drives /// + /// 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 +268,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartAxes body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartAxes 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/axes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/DataLabels/DataLabelsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/DataLabels/DataLabelsRequestBuilder.cs index 1bcf36b924..ebe7d0ec12 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/DataLabels/DataLabelsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/DataLabels/DataLabelsRequestBuilder.cs @@ -22,6 +22,7 @@ public class DataLabelsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property dataLabels for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property dataLabels for drives"; @@ -37,6 +38,10 @@ public Command BuildDeleteCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -46,6 +51,7 @@ public Command BuildDeleteCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -54,6 +60,7 @@ public Command BuildDeleteCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -68,6 +75,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of chartdatalabels object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartdatalabels object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartdatalabels-get?view=graph-rest-1.0"; @@ -83,6 +91,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -101,6 +113,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -116,6 +129,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -131,6 +145,7 @@ public Command BuildGetCommand() { /// Update the properties of chartdatalabels object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartdatalabels object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartdatalabels-update?view=graph-rest-1.0"; @@ -146,6 +161,10 @@ public Command BuildPatchCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -158,6 +177,7 @@ public Command BuildPatchCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -177,6 +197,7 @@ public Command BuildPatchCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -190,13 +211,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DataLabelsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DataLabelsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/dataLabels{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DataLabelsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DataLabelsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/dataLabels{?%24expand,%24select}", rawUrl) { @@ -204,6 +225,7 @@ public DataLabelsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Delete navigation property dataLabels for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -212,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/dataLabels", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -220,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartdatalabels 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 @@ -236,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartdatalabels 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 @@ -246,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartDataLabels body public RequestInformation ToPatchRequestInformation(WorkbookChartDataLabels 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/dataLabels", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Format/FormatRequestBuilder.cs index 50075f8c23..450b0ae690 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Format/FormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -37,6 +38,10 @@ public Command BuildDeleteCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -46,6 +51,7 @@ public Command BuildDeleteCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -54,6 +60,7 @@ public Command BuildDeleteCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -67,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Encapsulates the format properties for the chart area. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Encapsulates the format properties for the chart area. Read-only."; @@ -82,6 +90,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -100,6 +112,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -115,6 +128,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -129,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -144,6 +159,10 @@ public Command BuildPatchCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -156,6 +175,7 @@ public Command BuildPatchCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -175,6 +195,7 @@ public Command BuildPatchCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -188,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/format{?%24expand,%24select}", rawUrl) { @@ -202,6 +223,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// 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 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Encapsulates the format properties for the chart area. 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 @@ -234,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 +268,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartAreaFormat body public RequestInformation ToPatchRequestInformation(WorkbookChartAreaFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Image/ImageGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Image/ImageGetResponse.cs index a04f553c76..251ce1b1d9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Image/ImageGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Image/ImageGetResponse.cs @@ -17,7 +17,7 @@ public class ImageGetResponse : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new imageGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public ImageGetResponse() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ImageGetResponse() { /// /// 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 ImageGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ImageGetResponse CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Image/ImageRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Image/ImageRequestBuilder.cs index 3fc0100da6..9940e3e43c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Image/ImageRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Image/ImageRequestBuilder.cs @@ -21,6 +21,7 @@ public class ImageRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function image /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function image"; @@ -36,6 +37,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -44,6 +49,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -55,6 +61,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -67,13 +74,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ImageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/image()", pathParameters) { } /// - /// Instantiates a new ImageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImageRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/image()", rawUrl) { @@ -81,6 +88,7 @@ public ImageRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke function image /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidth/ImageWithWidthGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidth/ImageWithWidthGetResponse.cs index 77b6d9e35e..28c7a11667 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidth/ImageWithWidthGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidth/ImageWithWidthGetResponse.cs @@ -17,7 +17,7 @@ public class ImageWithWidthGetResponse : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new imageWithWidthGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public ImageWithWidthGetResponse() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ImageWithWidthGetResponse() { /// /// 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 ImageWithWidthGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ImageWithWidthGetResponse CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidth/ImageWithWidthRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidth/ImageWithWidthRequestBuilder.cs index d0ddf28775..273a96d87e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidth/ImageWithWidthRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidth/ImageWithWidthRequestBuilder.cs @@ -21,6 +21,7 @@ public class ImageWithWidthRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function image /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function image"; @@ -36,6 +37,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var widthOption = new Option("--width", description: "Usage: width={width}") { }; widthOption.IsRequired = true; @@ -48,6 +53,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var width = invocationContext.ParseResult.GetValueForOption(widthOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -60,6 +66,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); if (width is not null) requestInfo.PathParameters.Add("width", width); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -73,13 +80,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ImageWithWidthRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImageWithWidthRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/image(width={width})", pathParameters) { } /// - /// Instantiates a new ImageWithWidthRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImageWithWidthRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/image(width={width})", rawUrl) { @@ -87,6 +94,7 @@ public ImageWithWidthRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Invoke function image /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidthWithHeight/ImageWithWidthWithHeightGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidthWithHeight/ImageWithWidthWithHeightGetResponse.cs index 2de5c95b62..e9df856250 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidthWithHeight/ImageWithWidthWithHeightGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidthWithHeight/ImageWithWidthWithHeightGetResponse.cs @@ -17,7 +17,7 @@ public class ImageWithWidthWithHeightGetResponse : IAdditionalDataHolder, IParsa public string Value { get; set; } #endif /// - /// Instantiates a new imageWithWidthWithHeightGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public ImageWithWidthWithHeightGetResponse() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ImageWithWidthWithHeightGetResponse() { /// /// 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 ImageWithWidthWithHeightGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ImageWithWidthWithHeightGetResponse CreateFromDiscriminatorValue(I /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidthWithHeight/ImageWithWidthWithHeightRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidthWithHeight/ImageWithWidthWithHeightRequestBuilder.cs index ed6f50cdb9..b77a256de5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidthWithHeight/ImageWithWidthWithHeightRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidthWithHeight/ImageWithWidthWithHeightRequestBuilder.cs @@ -21,6 +21,7 @@ public class ImageWithWidthWithHeightRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function image /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function image"; @@ -36,6 +37,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var widthOption = new Option("--width", description: "Usage: width={width}") { }; widthOption.IsRequired = true; @@ -52,6 +57,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var width = invocationContext.ParseResult.GetValueForOption(widthOption); var height = invocationContext.ParseResult.GetValueForOption(heightOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -65,6 +71,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); if (width is not null) requestInfo.PathParameters.Add("width", width); if (height is not null) requestInfo.PathParameters.Add("height", height); var errorMapping = new Dictionary> { @@ -79,13 +86,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ImageWithWidthWithHeightRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImageWithWidthWithHeightRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/image(width={width},height={height})", pathParameters) { } /// - /// Instantiates a new ImageWithWidthWithHeightRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImageWithWidthWithHeightRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/image(width={width},height={height})", rawUrl) { @@ -93,6 +100,7 @@ public ImageWithWidthWithHeightRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Invoke function image /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeGetResponse.cs index 6d6458c0e6..c0871f208f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeGetResponse.cs @@ -17,7 +17,7 @@ public class ImageWithWidthWithHeightWithFittingModeGetResponse : IAdditionalDat public string Value { get; set; } #endif /// - /// Instantiates a new imageWithWidthWithHeightWithFittingModeGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public ImageWithWidthWithHeightWithFittingModeGetResponse() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ImageWithWidthWithHeightWithFittingModeGetResponse() { /// /// 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 ImageWithWidthWithHeightWithFittingModeGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ImageWithWidthWithHeightWithFittingModeGetResponse CreateFromDiscr /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeRequestBuilder.cs index 3c886a5d68..bf0b4bf8ce 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeRequestBuilder.cs @@ -21,6 +21,7 @@ public class ImageWithWidthWithHeightWithFittingModeRequestBuilder : BaseCliRequ /// /// Invoke function image /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function image"; @@ -36,6 +37,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var widthOption = new Option("--width", description: "Usage: width={width}") { }; widthOption.IsRequired = true; @@ -56,6 +61,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var width = invocationContext.ParseResult.GetValueForOption(widthOption); var height = invocationContext.ParseResult.GetValueForOption(heightOption); var fittingMode = invocationContext.ParseResult.GetValueForOption(fittingModeOption); @@ -70,6 +76,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); if (width is not null) requestInfo.PathParameters.Add("width", width); if (height is not null) requestInfo.PathParameters.Add("height", height); if (fittingMode is not null) requestInfo.PathParameters.Add("fittingMode", fittingMode); @@ -85,13 +92,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ImageWithWidthWithHeightWithFittingModeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImageWithWidthWithHeightWithFittingModeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode='{fittingMode}')", pathParameters) { } /// - /// Instantiates a new ImageWithWidthWithHeightWithFittingModeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImageWithWidthWithHeightWithFittingModeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode='{fittingMode}')", rawUrl) { @@ -99,6 +106,7 @@ public ImageWithWidthWithHeightWithFittingModeRequestBuilder(string rawUrl) : ba /// /// Invoke function image /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs index 50fedf6846..03bdcbe28f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs @@ -35,6 +35,7 @@ public class ItemAtWithIndexRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the axes property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildAxesNavCommand() { var command = new Command("axes"); command.Description = "Provides operations to manage the axes property of the microsoft.graph.workbookChart entity."; @@ -52,6 +53,7 @@ public Command BuildAxesNavCommand() { /// /// Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildDataLabelsNavCommand() { var command = new Command("data-labels"); command.Description = "Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity."; @@ -69,6 +71,7 @@ public Command BuildDataLabelsNavCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChart entity."; @@ -86,6 +89,7 @@ public Command BuildFormatNavCommand() { /// /// Invoke function itemAt /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function itemAt"; @@ -140,6 +144,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the image method. /// + /// A public Command BuildImageNavCommand() { var command = new Command("image"); command.Description = "Provides operations to call the image method."; @@ -155,6 +160,7 @@ public Command BuildImageNavCommand() { /// /// Provides operations to call the image method. /// + /// A public Command BuildImageWithWidthRbCommand() { var command = new Command("image-with-width"); command.Description = "Provides operations to call the image method."; @@ -170,6 +176,7 @@ public Command BuildImageWithWidthRbCommand() { /// /// Provides operations to call the image method. /// + /// A public Command BuildImageWithWidthWithHeightRbCommand() { var command = new Command("image-with-width-with-height"); command.Description = "Provides operations to call the image method."; @@ -185,6 +192,7 @@ public Command BuildImageWithWidthWithHeightRbCommand() { /// /// Provides operations to call the image method. /// + /// A public Command BuildImageWithWidthWithHeightWithFittingModeRbCommand() { var command = new Command("image-with-width-with-height-with-fitting-mode"); command.Description = "Provides operations to call the image method."; @@ -200,6 +208,7 @@ public Command BuildImageWithWidthWithHeightWithFittingModeRbCommand() { /// /// Provides operations to manage the legend property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildLegendNavCommand() { var command = new Command("legend"); command.Description = "Provides operations to manage the legend property of the microsoft.graph.workbookChart entity."; @@ -217,6 +226,7 @@ public Command BuildLegendNavCommand() { /// /// Provides operations to manage the series property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildSeriesNavCommand() { var command = new Command("series"); command.Description = "Provides operations to manage the series property of the microsoft.graph.workbookChart entity."; @@ -233,6 +243,7 @@ public Command BuildSeriesNavCommand() { /// /// Provides operations to call the setData method. /// + /// A public Command BuildSetDataNavCommand() { var command = new Command("set-data"); command.Description = "Provides operations to call the setData method."; @@ -248,6 +259,7 @@ public Command BuildSetDataNavCommand() { /// /// Provides operations to call the setPosition method. /// + /// A public Command BuildSetPositionNavCommand() { var command = new Command("set-position"); command.Description = "Provides operations to call the setPosition method."; @@ -263,6 +275,7 @@ public Command BuildSetPositionNavCommand() { /// /// Provides operations to manage the title property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildTitleNavCommand() { var command = new Command("title"); command.Description = "Provides operations to manage the title property of the microsoft.graph.workbookChart entity."; @@ -280,6 +293,7 @@ public Command BuildTitleNavCommand() { /// /// Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildWorksheetNavCommand() { var command = new Command("worksheet"); command.Description = "Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity."; @@ -293,13 +307,13 @@ public Command BuildWorksheetNavCommand() { return command; } /// - /// Instantiates a new ItemAtWithIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemAtWithIndexRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})", pathParameters) { } /// - /// Instantiates a new ItemAtWithIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemAtWithIndexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})", rawUrl) { @@ -307,6 +321,7 @@ public ItemAtWithIndexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Invoke function itemAt /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Legend/LegendRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Legend/LegendRequestBuilder.cs index 36881ad8bb..0d21a18f06 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Legend/LegendRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Legend/LegendRequestBuilder.cs @@ -22,6 +22,7 @@ public class LegendRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property legend for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property legend for drives"; @@ -37,6 +38,10 @@ public Command BuildDeleteCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -46,6 +51,7 @@ public Command BuildDeleteCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -54,6 +60,7 @@ public Command BuildDeleteCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -68,6 +75,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of chartlegend object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartlegend object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlegend-get?view=graph-rest-1.0"; @@ -83,6 +91,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -101,6 +113,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -116,6 +129,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -131,6 +145,7 @@ public Command BuildGetCommand() { /// Update the properties of chartlegend object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartlegend object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlegend-update?view=graph-rest-1.0"; @@ -146,6 +161,10 @@ public Command BuildPatchCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -158,6 +177,7 @@ public Command BuildPatchCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -177,6 +197,7 @@ public Command BuildPatchCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -190,13 +211,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LegendRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LegendRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/legend{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LegendRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LegendRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/legend{?%24expand,%24select}", rawUrl) { @@ -204,6 +225,7 @@ public LegendRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property legend for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -212,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/legend", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -220,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartlegend 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 @@ -236,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartlegend 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 @@ -246,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartLegend body, Ac public RequestInformation ToPatchRequestInformation(WorkbookChartLegend 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/legend", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilder.cs index a16e42a62f..ff334a1566 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilder.cs @@ -23,6 +23,7 @@ public class SeriesRequestBuilder : BaseCliRequestBuilder { /// Retrieve a list of chartseries objects. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a list of chartseries objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chart-list-series?view=graph-rest-1.0"; @@ -38,6 +39,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -83,6 +88,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -112,6 +118,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -134,6 +141,7 @@ public Command BuildGetCommand() { /// Use this API to create a new ChartSeries. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Use this API to create a new ChartSeries.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chart-post-series?view=graph-rest-1.0"; @@ -149,6 +157,10 @@ public Command BuildPostCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -161,6 +173,7 @@ public Command BuildPostCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -180,6 +193,7 @@ public Command BuildPostCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -193,13 +207,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SeriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SeriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/series{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SeriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SeriesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/series{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -207,6 +221,7 @@ public SeriesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Retrieve a list of chartseries objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -223,6 +238,7 @@ public RequestInformation ToGetRequestInformation(Action /// Use this API to create a new ChartSeries. /// + /// 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 @@ -233,7 +249,7 @@ public RequestInformation ToPostRequestInformation(WorkbookChartSeries body, Act public RequestInformation ToPostRequestInformation(WorkbookChartSeries 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/series", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetData/SetDataPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetData/SetDataPostRequestBody.cs index 554c53d592..a090948ac1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetData/SetDataPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetData/SetDataPostRequestBody.cs @@ -26,7 +26,7 @@ public class SetDataPostRequestBody : IAdditionalDataHolder, IParsable { public Json SourceData { get; set; } #endif /// - /// Instantiates a new setDataPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetDataPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public SetDataPostRequestBody() { /// /// 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 SetDataPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static SetDataPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"seriesBy", n => { SeriesBy = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetData/SetDataRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetData/SetDataRequestBuilder.cs index c87ef288ff..d59a45a115 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetData/SetDataRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetData/SetDataRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetDataRequestBuilder : BaseCliRequestBuilder { /// Resets the source data for the chart. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Resets the source data for the chart.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chart-setdata?view=graph-rest-1.0"; @@ -37,6 +38,10 @@ public Command BuildPostCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -45,6 +50,7 @@ public Command BuildPostCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -60,6 +66,7 @@ public Command BuildPostCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -71,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetDataRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetDataRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/setData", pathParameters) { } /// - /// Instantiates a new SetDataRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetDataRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/setData", rawUrl) { @@ -85,6 +92,7 @@ public SetDataRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Resets the source data for the chart. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetPosition/SetPositionPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetPosition/SetPositionPostRequestBody.cs index db999dd126..64b6f48b35 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetPosition/SetPositionPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetPosition/SetPositionPostRequestBody.cs @@ -26,7 +26,7 @@ public class SetPositionPostRequestBody : IAdditionalDataHolder, IParsable { public Json StartCell { get; set; } #endif /// - /// Instantiates a new setPositionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetPositionPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public SetPositionPostRequestBody() { /// /// 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 SetPositionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static SetPositionPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"endCell", n => { EndCell = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetPosition/SetPositionRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetPosition/SetPositionRequestBuilder.cs index fb48ffebee..2b2a9a3c78 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetPosition/SetPositionRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetPosition/SetPositionRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetPositionRequestBuilder : BaseCliRequestBuilder { /// Positions the chart relative to cells on the worksheet. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Positions the chart relative to cells on the worksheet.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chart-setposition?view=graph-rest-1.0"; @@ -37,6 +38,10 @@ public Command BuildPostCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -45,6 +50,7 @@ public Command BuildPostCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -60,6 +66,7 @@ public Command BuildPostCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -71,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetPositionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetPositionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/setPosition", pathParameters) { } /// - /// Instantiates a new SetPositionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetPositionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/setPosition", rawUrl) { @@ -85,6 +92,7 @@ public SetPositionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Positions the chart relative to cells on the worksheet. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Title/TitleRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Title/TitleRequestBuilder.cs index d7b1df3d83..b0eb089a3f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Title/TitleRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Title/TitleRequestBuilder.cs @@ -22,6 +22,7 @@ public class TitleRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property title for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property title for drives"; @@ -37,6 +38,10 @@ public Command BuildDeleteCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -46,6 +51,7 @@ public Command BuildDeleteCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -54,6 +60,7 @@ public Command BuildDeleteCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -68,6 +75,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of charttitle object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of charttitle object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/charttitle-get?view=graph-rest-1.0"; @@ -83,6 +91,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -101,6 +113,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -116,6 +129,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -131,6 +145,7 @@ public Command BuildGetCommand() { /// Update the properties of charttitle object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of charttitle object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/charttitle-update?view=graph-rest-1.0"; @@ -146,6 +161,10 @@ public Command BuildPatchCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -158,6 +177,7 @@ public Command BuildPatchCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -177,6 +197,7 @@ public Command BuildPatchCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -190,13 +211,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TitleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TitleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/title{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TitleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TitleRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/title{?%24expand,%24select}", rawUrl) { @@ -204,6 +225,7 @@ public TitleRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Delete navigation property title for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -212,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/title", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -220,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of charttitle 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 @@ -236,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of charttitle 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 @@ -246,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartTitle body, Act public RequestInformation ToPatchRequestInformation(WorkbookChartTitle 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/title", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Worksheet/WorksheetRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Worksheet/WorksheetRequestBuilder.cs index 6a0bf9b484..e5a5667d08 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Worksheet/WorksheetRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Worksheet/WorksheetRequestBuilder.cs @@ -22,6 +22,7 @@ public class WorksheetRequestBuilder : BaseCliRequestBuilder { /// /// The worksheet containing the current chart. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The worksheet containing the current chart. Read-only."; @@ -37,6 +38,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -55,6 +60,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -70,6 +76,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -82,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorksheetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/worksheet{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/worksheet{?%24expand,%24select}", rawUrl) { @@ -96,6 +103,7 @@ public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// The worksheet containing the current chart. 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 diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Axes/AxesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Axes/AxesRequestBuilder.cs index 4fa501a86d..00028ca7a5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Axes/AxesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Axes/AxesRequestBuilder.cs @@ -22,6 +22,7 @@ public class AxesRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property axes for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property axes for drives"; @@ -37,6 +38,10 @@ public Command BuildDeleteCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -46,6 +51,7 @@ public Command BuildDeleteCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -54,6 +60,7 @@ public Command BuildDeleteCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -67,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Represents chart axes. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents chart axes. Read-only."; @@ -82,6 +90,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -100,6 +112,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -115,6 +128,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -129,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property axes in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property axes in drives"; @@ -144,6 +159,10 @@ public Command BuildPatchCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -156,6 +175,7 @@ public Command BuildPatchCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -175,6 +195,7 @@ public Command BuildPatchCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -188,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AxesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AxesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/axes{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AxesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AxesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/axes{?%24expand,%24select}", rawUrl) { @@ -202,6 +223,7 @@ public AxesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property axes for drives /// + /// 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 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/axes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents chart axes. 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 @@ -234,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property axes in drives /// + /// 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 +268,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartAxes body, Acti public RequestInformation ToPatchRequestInformation(WorkbookChartAxes 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/axes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/DataLabels/DataLabelsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/DataLabels/DataLabelsRequestBuilder.cs index e1b94b75c2..b269f375f2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/DataLabels/DataLabelsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/DataLabels/DataLabelsRequestBuilder.cs @@ -22,6 +22,7 @@ public class DataLabelsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property dataLabels for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property dataLabels for drives"; @@ -37,6 +38,10 @@ public Command BuildDeleteCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -46,6 +51,7 @@ public Command BuildDeleteCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -54,6 +60,7 @@ public Command BuildDeleteCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -68,6 +75,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of chartdatalabels object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartdatalabels object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartdatalabels-get?view=graph-rest-1.0"; @@ -83,6 +91,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -101,6 +113,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -116,6 +129,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -131,6 +145,7 @@ public Command BuildGetCommand() { /// Update the properties of chartdatalabels object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartdatalabels object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartdatalabels-update?view=graph-rest-1.0"; @@ -146,6 +161,10 @@ public Command BuildPatchCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -158,6 +177,7 @@ public Command BuildPatchCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -177,6 +197,7 @@ public Command BuildPatchCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -190,13 +211,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DataLabelsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DataLabelsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/dataLabels{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DataLabelsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DataLabelsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/dataLabels{?%24expand,%24select}", rawUrl) { @@ -204,6 +225,7 @@ public DataLabelsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Delete navigation property dataLabels for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -212,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/dataLabels", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -220,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartdatalabels 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 @@ -236,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartdatalabels 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 @@ -246,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartDataLabels body public RequestInformation ToPatchRequestInformation(WorkbookChartDataLabels 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/dataLabels", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Format/FormatRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Format/FormatRequestBuilder.cs index 18e86986fe..372300e424 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Format/FormatRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Format/FormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class FormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property format for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property format for drives"; @@ -37,6 +38,10 @@ public Command BuildDeleteCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -46,6 +51,7 @@ public Command BuildDeleteCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -54,6 +60,7 @@ public Command BuildDeleteCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -67,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Encapsulates the format properties for the chart area. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Encapsulates the format properties for the chart area. Read-only."; @@ -82,6 +90,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -100,6 +112,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -115,6 +128,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -129,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property format in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property format in drives"; @@ -144,6 +159,10 @@ public Command BuildPatchCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -156,6 +175,7 @@ public Command BuildPatchCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -175,6 +195,7 @@ public Command BuildPatchCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -188,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/format{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/format{?%24expand,%24select}", rawUrl) { @@ -202,6 +223,7 @@ public FormatRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property format for drives /// + /// 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 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Encapsulates the format properties for the chart area. 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 @@ -234,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property format in drives /// + /// 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 +268,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartAreaFormat body public RequestInformation ToPatchRequestInformation(WorkbookChartAreaFormat 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/format", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Image/ImageGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Image/ImageGetResponse.cs index 31d1722ab8..9652b5f6cd 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Image/ImageGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Image/ImageGetResponse.cs @@ -17,7 +17,7 @@ public class ImageGetResponse : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new imageGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public ImageGetResponse() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ImageGetResponse() { /// /// 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 ImageGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ImageGetResponse CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Image/ImageRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Image/ImageRequestBuilder.cs index c70e08e612..255541275c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Image/ImageRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Image/ImageRequestBuilder.cs @@ -21,6 +21,7 @@ public class ImageRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function image /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function image"; @@ -36,6 +37,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -44,6 +49,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -55,6 +61,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -67,13 +74,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ImageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/image()", pathParameters) { } /// - /// Instantiates a new ImageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImageRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/image()", rawUrl) { @@ -81,6 +88,7 @@ public ImageRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke function image /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidth/ImageWithWidthGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidth/ImageWithWidthGetResponse.cs index 40a5ec1b26..b8ae2c8e6a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidth/ImageWithWidthGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidth/ImageWithWidthGetResponse.cs @@ -17,7 +17,7 @@ public class ImageWithWidthGetResponse : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new imageWithWidthGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public ImageWithWidthGetResponse() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ImageWithWidthGetResponse() { /// /// 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 ImageWithWidthGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ImageWithWidthGetResponse CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidth/ImageWithWidthRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidth/ImageWithWidthRequestBuilder.cs index 75d7abf237..df8b1b6e6c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidth/ImageWithWidthRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidth/ImageWithWidthRequestBuilder.cs @@ -21,6 +21,7 @@ public class ImageWithWidthRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function image /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function image"; @@ -36,6 +37,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var widthOption = new Option("--width", description: "Usage: width={width}") { }; widthOption.IsRequired = true; @@ -48,6 +53,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var width = invocationContext.ParseResult.GetValueForOption(widthOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -60,6 +66,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); if (width is not null) requestInfo.PathParameters.Add("width", width); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -73,13 +80,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ImageWithWidthRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImageWithWidthRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/image(width={width})", pathParameters) { } /// - /// Instantiates a new ImageWithWidthRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImageWithWidthRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/image(width={width})", rawUrl) { @@ -87,6 +94,7 @@ public ImageWithWidthRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Invoke function image /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidthWithHeight/ImageWithWidthWithHeightGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidthWithHeight/ImageWithWidthWithHeightGetResponse.cs index b97a955464..c5b68688fd 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidthWithHeight/ImageWithWidthWithHeightGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidthWithHeight/ImageWithWidthWithHeightGetResponse.cs @@ -17,7 +17,7 @@ public class ImageWithWidthWithHeightGetResponse : IAdditionalDataHolder, IParsa public string Value { get; set; } #endif /// - /// Instantiates a new imageWithWidthWithHeightGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public ImageWithWidthWithHeightGetResponse() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ImageWithWidthWithHeightGetResponse() { /// /// 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 ImageWithWidthWithHeightGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ImageWithWidthWithHeightGetResponse CreateFromDiscriminatorValue(I /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidthWithHeight/ImageWithWidthWithHeightRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidthWithHeight/ImageWithWidthWithHeightRequestBuilder.cs index a3cb81377f..714d11414c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidthWithHeight/ImageWithWidthWithHeightRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidthWithHeight/ImageWithWidthWithHeightRequestBuilder.cs @@ -21,6 +21,7 @@ public class ImageWithWidthWithHeightRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function image /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function image"; @@ -36,6 +37,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var widthOption = new Option("--width", description: "Usage: width={width}") { }; widthOption.IsRequired = true; @@ -52,6 +57,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var width = invocationContext.ParseResult.GetValueForOption(widthOption); var height = invocationContext.ParseResult.GetValueForOption(heightOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -65,6 +71,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); if (width is not null) requestInfo.PathParameters.Add("width", width); if (height is not null) requestInfo.PathParameters.Add("height", height); var errorMapping = new Dictionary> { @@ -79,13 +86,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ImageWithWidthWithHeightRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImageWithWidthWithHeightRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/image(width={width},height={height})", pathParameters) { } /// - /// Instantiates a new ImageWithWidthWithHeightRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImageWithWidthWithHeightRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/image(width={width},height={height})", rawUrl) { @@ -93,6 +100,7 @@ public ImageWithWidthWithHeightRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Invoke function image /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeGetResponse.cs index d970153e9a..5bda1ca431 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeGetResponse.cs @@ -17,7 +17,7 @@ public class ImageWithWidthWithHeightWithFittingModeGetResponse : IAdditionalDat public string Value { get; set; } #endif /// - /// Instantiates a new imageWithWidthWithHeightWithFittingModeGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public ImageWithWidthWithHeightWithFittingModeGetResponse() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ImageWithWidthWithHeightWithFittingModeGetResponse() { /// /// 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 ImageWithWidthWithHeightWithFittingModeGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ImageWithWidthWithHeightWithFittingModeGetResponse CreateFromDiscr /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeRequestBuilder.cs index 48b3749e0d..6034d369ac 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ImageWithWidthWithHeightWithFittingMode/ImageWithWidthWithHeightWithFittingModeRequestBuilder.cs @@ -21,6 +21,7 @@ public class ImageWithWidthWithHeightWithFittingModeRequestBuilder : BaseCliRequ /// /// Invoke function image /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function image"; @@ -36,6 +37,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var widthOption = new Option("--width", description: "Usage: width={width}") { }; widthOption.IsRequired = true; @@ -56,6 +61,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var width = invocationContext.ParseResult.GetValueForOption(widthOption); var height = invocationContext.ParseResult.GetValueForOption(heightOption); var fittingMode = invocationContext.ParseResult.GetValueForOption(fittingModeOption); @@ -70,6 +76,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); if (width is not null) requestInfo.PathParameters.Add("width", width); if (height is not null) requestInfo.PathParameters.Add("height", height); if (fittingMode is not null) requestInfo.PathParameters.Add("fittingMode", fittingMode); @@ -85,13 +92,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ImageWithWidthWithHeightWithFittingModeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ImageWithWidthWithHeightWithFittingModeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/image(width={width},height={height},fittingMode='{fittingMode}')", pathParameters) { } /// - /// Instantiates a new ImageWithWidthWithHeightWithFittingModeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ImageWithWidthWithHeightWithFittingModeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/image(width={width},height={height},fittingMode='{fittingMode}')", rawUrl) { @@ -99,6 +106,7 @@ public ImageWithWidthWithHeightWithFittingModeRequestBuilder(string rawUrl) : ba /// /// Invoke function image /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ItemWithNameRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ItemWithNameRequestBuilder.cs index 4b94ba5280..aab15e7050 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ItemWithNameRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/ItemWithNameRequestBuilder.cs @@ -35,6 +35,7 @@ public class ItemWithNameRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the axes property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildAxesNavCommand() { var command = new Command("axes"); command.Description = "Provides operations to manage the axes property of the microsoft.graph.workbookChart entity."; @@ -52,6 +53,7 @@ public Command BuildAxesNavCommand() { /// /// Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildDataLabelsNavCommand() { var command = new Command("data-labels"); command.Description = "Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity."; @@ -69,6 +71,7 @@ public Command BuildDataLabelsNavCommand() { /// /// Provides operations to manage the format property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildFormatNavCommand() { var command = new Command("format"); command.Description = "Provides operations to manage the format property of the microsoft.graph.workbookChart entity."; @@ -86,6 +89,7 @@ public Command BuildFormatNavCommand() { /// /// Invoke function item /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function item"; @@ -140,6 +144,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the image method. /// + /// A public Command BuildImageNavCommand() { var command = new Command("image"); command.Description = "Provides operations to call the image method."; @@ -155,6 +160,7 @@ public Command BuildImageNavCommand() { /// /// Provides operations to call the image method. /// + /// A public Command BuildImageWithWidthRbCommand() { var command = new Command("image-with-width"); command.Description = "Provides operations to call the image method."; @@ -170,6 +176,7 @@ public Command BuildImageWithWidthRbCommand() { /// /// Provides operations to call the image method. /// + /// A public Command BuildImageWithWidthWithHeightRbCommand() { var command = new Command("image-with-width-with-height"); command.Description = "Provides operations to call the image method."; @@ -185,6 +192,7 @@ public Command BuildImageWithWidthWithHeightRbCommand() { /// /// Provides operations to call the image method. /// + /// A public Command BuildImageWithWidthWithHeightWithFittingModeRbCommand() { var command = new Command("image-with-width-with-height-with-fitting-mode"); command.Description = "Provides operations to call the image method."; @@ -200,6 +208,7 @@ public Command BuildImageWithWidthWithHeightWithFittingModeRbCommand() { /// /// Provides operations to manage the legend property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildLegendNavCommand() { var command = new Command("legend"); command.Description = "Provides operations to manage the legend property of the microsoft.graph.workbookChart entity."; @@ -217,6 +226,7 @@ public Command BuildLegendNavCommand() { /// /// Provides operations to manage the series property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildSeriesNavCommand() { var command = new Command("series"); command.Description = "Provides operations to manage the series property of the microsoft.graph.workbookChart entity."; @@ -233,6 +243,7 @@ public Command BuildSeriesNavCommand() { /// /// Provides operations to call the setData method. /// + /// A public Command BuildSetDataNavCommand() { var command = new Command("set-data"); command.Description = "Provides operations to call the setData method."; @@ -248,6 +259,7 @@ public Command BuildSetDataNavCommand() { /// /// Provides operations to call the setPosition method. /// + /// A public Command BuildSetPositionNavCommand() { var command = new Command("set-position"); command.Description = "Provides operations to call the setPosition method."; @@ -263,6 +275,7 @@ public Command BuildSetPositionNavCommand() { /// /// Provides operations to manage the title property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildTitleNavCommand() { var command = new Command("title"); command.Description = "Provides operations to manage the title property of the microsoft.graph.workbookChart entity."; @@ -280,6 +293,7 @@ public Command BuildTitleNavCommand() { /// /// Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity. /// + /// A public Command BuildWorksheetNavCommand() { var command = new Command("worksheet"); command.Description = "Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity."; @@ -293,13 +307,13 @@ public Command BuildWorksheetNavCommand() { return command; } /// - /// Instantiates a new ItemWithNameRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemWithNameRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')", pathParameters) { } /// - /// Instantiates a new ItemWithNameRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemWithNameRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')", rawUrl) { @@ -307,6 +321,7 @@ public ItemWithNameRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Invoke function item /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Legend/LegendRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Legend/LegendRequestBuilder.cs index 5221be8893..a6646ec82b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Legend/LegendRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Legend/LegendRequestBuilder.cs @@ -22,6 +22,7 @@ public class LegendRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property legend for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property legend for drives"; @@ -37,6 +38,10 @@ public Command BuildDeleteCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -46,6 +51,7 @@ public Command BuildDeleteCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -54,6 +60,7 @@ public Command BuildDeleteCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -68,6 +75,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of chartlegend object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chartlegend object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlegend-get?view=graph-rest-1.0"; @@ -83,6 +91,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -101,6 +113,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -116,6 +129,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -131,6 +145,7 @@ public Command BuildGetCommand() { /// Update the properties of chartlegend object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of chartlegend object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chartlegend-update?view=graph-rest-1.0"; @@ -146,6 +161,10 @@ public Command BuildPatchCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -158,6 +177,7 @@ public Command BuildPatchCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -177,6 +197,7 @@ public Command BuildPatchCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -190,13 +211,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LegendRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LegendRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/legend{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LegendRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LegendRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/legend{?%24expand,%24select}", rawUrl) { @@ -204,6 +225,7 @@ public LegendRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property legend for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -212,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/legend", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -220,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chartlegend 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 @@ -236,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of chartlegend 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 @@ -246,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartLegend body, Ac public RequestInformation ToPatchRequestInformation(WorkbookChartLegend 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/legend", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilder.cs index bd5ea523c2..f5fc3a87a2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilder.cs @@ -23,6 +23,7 @@ public class SeriesRequestBuilder : BaseCliRequestBuilder { /// Retrieve a list of chartseries objects. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a list of chartseries objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chart-list-series?view=graph-rest-1.0"; @@ -38,6 +39,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -83,6 +88,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -112,6 +118,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -134,6 +141,7 @@ public Command BuildGetCommand() { /// Use this API to create a new ChartSeries. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Use this API to create a new ChartSeries.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chart-post-series?view=graph-rest-1.0"; @@ -149,6 +157,10 @@ public Command BuildPostCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -161,6 +173,7 @@ public Command BuildPostCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -180,6 +193,7 @@ public Command BuildPostCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -193,13 +207,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SeriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SeriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/series{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SeriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SeriesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/series{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -207,6 +221,7 @@ public SeriesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Retrieve a list of chartseries objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -223,6 +238,7 @@ public RequestInformation ToGetRequestInformation(Action /// Use this API to create a new ChartSeries. /// + /// 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 @@ -233,7 +249,7 @@ public RequestInformation ToPostRequestInformation(WorkbookChartSeries body, Act public RequestInformation ToPostRequestInformation(WorkbookChartSeries 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/series", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetData/SetDataPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetData/SetDataPostRequestBody.cs index b208cf4667..acd2ee3ae1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetData/SetDataPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetData/SetDataPostRequestBody.cs @@ -26,7 +26,7 @@ public class SetDataPostRequestBody : IAdditionalDataHolder, IParsable { public Json SourceData { get; set; } #endif /// - /// Instantiates a new setDataPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetDataPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public SetDataPostRequestBody() { /// /// 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 SetDataPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static SetDataPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"seriesBy", n => { SeriesBy = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetData/SetDataRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetData/SetDataRequestBuilder.cs index cc7a284c49..e9b0285e88 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetData/SetDataRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetData/SetDataRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetDataRequestBuilder : BaseCliRequestBuilder { /// Resets the source data for the chart. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Resets the source data for the chart.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chart-setdata?view=graph-rest-1.0"; @@ -37,6 +38,10 @@ public Command BuildPostCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -45,6 +50,7 @@ public Command BuildPostCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -60,6 +66,7 @@ public Command BuildPostCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -71,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetDataRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetDataRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/setData", pathParameters) { } /// - /// Instantiates a new SetDataRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetDataRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/setData", rawUrl) { @@ -85,6 +92,7 @@ public SetDataRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Resets the source data for the chart. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetPosition/SetPositionPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetPosition/SetPositionPostRequestBody.cs index 32480c193f..997a0ee024 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetPosition/SetPositionPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetPosition/SetPositionPostRequestBody.cs @@ -26,7 +26,7 @@ public class SetPositionPostRequestBody : IAdditionalDataHolder, IParsable { public Json StartCell { get; set; } #endif /// - /// Instantiates a new setPositionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetPositionPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public SetPositionPostRequestBody() { /// /// 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 SetPositionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static SetPositionPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"endCell", n => { EndCell = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetPosition/SetPositionRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetPosition/SetPositionRequestBuilder.cs index 09bb7bb5fa..1848d098cf 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetPosition/SetPositionRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetPosition/SetPositionRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetPositionRequestBuilder : BaseCliRequestBuilder { /// Positions the chart relative to cells on the worksheet. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Positions the chart relative to cells on the worksheet.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chart-setposition?view=graph-rest-1.0"; @@ -37,6 +38,10 @@ public Command BuildPostCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -45,6 +50,7 @@ public Command BuildPostCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -60,6 +66,7 @@ public Command BuildPostCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -71,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetPositionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetPositionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/setPosition", pathParameters) { } /// - /// Instantiates a new SetPositionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetPositionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/setPosition", rawUrl) { @@ -85,6 +92,7 @@ public SetPositionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Positions the chart relative to cells on the worksheet. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Title/TitleRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Title/TitleRequestBuilder.cs index 64635b9995..3c57eceaa9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Title/TitleRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Title/TitleRequestBuilder.cs @@ -22,6 +22,7 @@ public class TitleRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property title for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property title for drives"; @@ -37,6 +38,10 @@ public Command BuildDeleteCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -46,6 +51,7 @@ public Command BuildDeleteCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -54,6 +60,7 @@ public Command BuildDeleteCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -68,6 +75,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of charttitle object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of charttitle object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/charttitle-get?view=graph-rest-1.0"; @@ -83,6 +91,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -101,6 +113,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -116,6 +129,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -131,6 +145,7 @@ public Command BuildGetCommand() { /// Update the properties of charttitle object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of charttitle object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/charttitle-update?view=graph-rest-1.0"; @@ -146,6 +161,10 @@ public Command BuildPatchCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -158,6 +177,7 @@ public Command BuildPatchCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -177,6 +197,7 @@ public Command BuildPatchCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -190,13 +211,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TitleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TitleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/title{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TitleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TitleRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/title{?%24expand,%24select}", rawUrl) { @@ -204,6 +225,7 @@ public TitleRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Delete navigation property title for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -212,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/title", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -220,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of charttitle 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 @@ -236,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of charttitle 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 @@ -246,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookChartTitle body, Act public RequestInformation ToPatchRequestInformation(WorkbookChartTitle 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/title", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Worksheet/WorksheetRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Worksheet/WorksheetRequestBuilder.cs index afa38c2d7f..48a3aa5c38 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Worksheet/WorksheetRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Worksheet/WorksheetRequestBuilder.cs @@ -22,6 +22,7 @@ public class WorksheetRequestBuilder : BaseCliRequestBuilder { /// /// The worksheet containing the current chart. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The worksheet containing the current chart. Read-only."; @@ -37,6 +38,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var nameOption = new Option("--name", description: "Usage: name='{name}'") { + }; + nameOption.IsRequired = true; + command.AddOption(nameOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -55,6 +60,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var name = invocationContext.ParseResult.GetValueForOption(nameOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -70,6 +76,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (name is not null) requestInfo.PathParameters.Add("name", name); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -82,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorksheetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/worksheet{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name='{name}')/worksheet{?%24expand,%24select}", rawUrl) { @@ -96,6 +103,7 @@ public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// The worksheet containing the current chart. 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 diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddPostRequestBody.cs index be95b58dfc..daa6ee7549 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddPostRequestBody.cs @@ -34,7 +34,7 @@ public class AddPostRequestBody : IAdditionalDataHolder, IParsable { public Json Reference { get; set; } #endif /// - /// Instantiates a new addPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public AddPostRequestBody() { /// /// 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 AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddRequestBuilder.cs index 223aca8840..4e8a1f7210 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddRequestBuilder : BaseCliRequestBuilder { /// Adds a new name to the collection of the given scope using the user's locale for the formula. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Adds a new name to the collection of the given scope using the user's locale for the formula.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/nameditem-add?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names/add", pathParameters) { } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names/add", rawUrl) { @@ -96,6 +97,7 @@ public AddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Adds a new name to the collection of the given scope using the user's locale for the formula. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/AddFormulaLocal/AddFormulaLocalPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/AddFormulaLocal/AddFormulaLocalPostRequestBody.cs index c24e00dbd4..82a346dad8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/AddFormulaLocal/AddFormulaLocalPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/AddFormulaLocal/AddFormulaLocalPostRequestBody.cs @@ -33,7 +33,7 @@ public class AddFormulaLocalPostRequestBody : IAdditionalDataHolder, IParsable { public string Name { get; set; } #endif /// - /// Instantiates a new addFormulaLocalPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddFormulaLocalPostRequestBody() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public AddFormulaLocalPostRequestBody() { /// /// 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 AddFormulaLocalPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static AddFormulaLocalPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.cs index 6976bb6f62..948f7cbb4c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddFormulaLocalRequestBuilder : BaseCliRequestBuilder { /// Adds a new name to the collection of the given scope using the user's locale for the formula. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Adds a new name to the collection of the given scope using the user's locale for the formula.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/nameditem-addformulalocal?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddFormulaLocalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddFormulaLocalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names/addFormulaLocal", pathParameters) { } /// - /// Instantiates a new AddFormulaLocalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddFormulaLocalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names/addFormulaLocal", rawUrl) { @@ -96,6 +97,7 @@ public AddFormulaLocalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Adds a new name to the collection of the given scope using the user's locale for the formula. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Count/CountRequestBuilder.cs index 481dc03373..fcf9442304 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/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"; @@ -71,13 +72,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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names/$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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/RangeNamespace/RangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/RangeNamespace/RangeRequestBuilder.cs index 4c83dca70b..d02fe8cbfa 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/RangeNamespace/RangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/RangeNamespace/RangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class RangeRequestBuilder : BaseCliRequestBuilder { /// Retrieve the properties and relationships of range object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of range object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/range-get?view=graph-rest-1.0"; @@ -75,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names/{workbookNamedItem%2Did}/range()", pathParameters) { } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names/{workbookNamedItem%2Did}/range()", rawUrl) { @@ -89,6 +90,7 @@ public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Retrieve the properties and relationships of range 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/WorkbookNamedItemItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/WorkbookNamedItemItemRequestBuilder.cs index 91e9794544..6e5d2688c8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/WorkbookNamedItemItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/WorkbookNamedItemItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class WorkbookNamedItemItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property names for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property names for drives"; @@ -75,6 +76,7 @@ public Command BuildDeleteCommand() { /// /// Returns collection of names that are associated with the worksheet. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Returns collection of names that are associated with the worksheet. Read-only."; @@ -143,6 +145,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property names in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property names in drives"; @@ -210,6 +213,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the range method. /// + /// A public Command BuildRangeNavCommand() { var command = new Command("range"); command.Description = "Provides operations to call the range method."; @@ -225,6 +229,7 @@ public Command BuildRangeNavCommand() { /// /// Provides operations to manage the worksheet property of the microsoft.graph.workbookNamedItem entity. /// + /// A public Command BuildWorksheetNavCommand() { var command = new Command("worksheet"); command.Description = "Provides operations to manage the worksheet property of the microsoft.graph.workbookNamedItem entity."; @@ -238,13 +243,13 @@ public Command BuildWorksheetNavCommand() { return command; } /// - /// Instantiates a new WorkbookNamedItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkbookNamedItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names/{workbookNamedItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkbookNamedItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkbookNamedItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names/{workbookNamedItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -252,6 +257,7 @@ public WorkbookNamedItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/dri /// /// Delete navigation property names for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,7 +266,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names/{workbookNamedItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -268,6 +274,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Returns collection of names that are associated with the worksheet. 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 @@ -284,6 +291,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property names in drives /// + /// 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 @@ -294,7 +302,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookNamedItem body, Acti public RequestInformation ToPatchRequestInformation(WorkbookNamedItem 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names/{workbookNamedItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/Worksheet/WorksheetRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/Worksheet/WorksheetRequestBuilder.cs index 631bc52bed..3fdbcffed1 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/Worksheet/WorksheetRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/Worksheet/WorksheetRequestBuilder.cs @@ -22,6 +22,7 @@ public class WorksheetRequestBuilder : BaseCliRequestBuilder { /// /// Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorksheetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names/{workbookNamedItem%2Did}/worksheet{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names/{workbookNamedItem%2Did}/worksheet{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. 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 diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/NamesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/NamesRequestBuilder.cs index 5e66ca4a8e..e19af94296 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/NamesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/NamesRequestBuilder.cs @@ -26,6 +26,7 @@ public class NamesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the addFormulaLocal method. /// + /// A public Command BuildAddFormulaLocalNavCommand() { var command = new Command("add-formula-local"); command.Description = "Provides operations to call the addFormulaLocal method."; @@ -41,6 +42,7 @@ public Command BuildAddFormulaLocalNavCommand() { /// /// Provides operations to call the add method. /// + /// A public Command BuildAddNavCommand() { var command = new Command("add"); command.Description = "Provides operations to call the add method."; @@ -56,6 +58,7 @@ public Command BuildAddNavCommand() { /// /// Provides operations to manage the names property of the microsoft.graph.workbookWorksheet entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -70,6 +73,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."; @@ -85,6 +89,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to names for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to names for drives"; @@ -147,6 +152,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of named item associated with the worksheet. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of named item associated with the worksheet. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/worksheet-list-names?view=graph-rest-1.0"; @@ -255,13 +261,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new NamesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NamesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new NamesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NamesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -269,6 +275,7 @@ public NamesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Retrieve a list of named item associated with the worksheet. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -285,6 +292,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to names for drives /// + /// 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 @@ -295,7 +303,7 @@ public RequestInformation ToPostRequestInformation(WorkbookNamedItem body, Actio public RequestInformation ToPostRequestInformation(WorkbookNamedItem 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/names", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Count/CountRequestBuilder.cs index 46aecf4be2..21acbb7441 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/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"; @@ -71,13 +72,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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/pivotTables/$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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/pivotTables/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/Refresh/RefreshRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/Refresh/RefreshRequestBuilder.cs index 24f4d6602a..e6496124ae 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/Refresh/RefreshRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/Refresh/RefreshRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefreshRequestBuilder : BaseCliRequestBuilder { /// Refreshes the PivotTable. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Refreshes the PivotTable.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/workbookpivottable-refresh?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefreshRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefreshRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/pivotTables/{workbookPivotTable%2Did}/refresh", pathParameters) { } /// - /// Instantiates a new RefreshRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefreshRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/pivotTables/{workbookPivotTable%2Did}/refresh", rawUrl) { @@ -78,6 +79,7 @@ public RefreshRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Refreshes the PivotTable. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/WorkbookPivotTableItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/WorkbookPivotTableItemRequestBuilder.cs index aa0d6ef8c3..070d3858c4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/WorkbookPivotTableItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/WorkbookPivotTableItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class WorkbookPivotTableItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property pivotTables for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property pivotTables for drives"; @@ -76,6 +77,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of workbookPivotTable object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of workbookPivotTable object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/workbookpivottable-get?view=graph-rest-1.0"; @@ -144,6 +146,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property pivotTables in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property pivotTables in drives"; @@ -211,6 +214,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the refresh method. /// + /// A public Command BuildRefreshNavCommand() { var command = new Command("refresh"); command.Description = "Provides operations to call the refresh method."; @@ -226,6 +230,7 @@ public Command BuildRefreshNavCommand() { /// /// Provides operations to manage the worksheet property of the microsoft.graph.workbookPivotTable entity. /// + /// A public Command BuildWorksheetNavCommand() { var command = new Command("worksheet"); command.Description = "Provides operations to manage the worksheet property of the microsoft.graph.workbookPivotTable entity."; @@ -239,13 +244,13 @@ public Command BuildWorksheetNavCommand() { return command; } /// - /// Instantiates a new WorkbookPivotTableItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkbookPivotTableItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/pivotTables/{workbookPivotTable%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkbookPivotTableItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkbookPivotTableItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/pivotTables/{workbookPivotTable%2Did}{?%24expand,%24select}", rawUrl) { @@ -253,6 +258,7 @@ public WorkbookPivotTableItemRequestBuilder(string rawUrl) : base("{+baseurl}/dr /// /// Delete navigation property pivotTables for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -261,7 +267,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/pivotTables/{workbookPivotTable%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -269,6 +275,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of workbookPivotTable 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 @@ -285,6 +292,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property pivotTables in drives /// + /// 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 @@ -295,7 +303,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookPivotTable body, Act public RequestInformation ToPatchRequestInformation(WorkbookPivotTable 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/pivotTables/{workbookPivotTable%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/Worksheet/WorksheetRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/Worksheet/WorksheetRequestBuilder.cs index bf0829dc74..1b0b47a8ca 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/Worksheet/WorksheetRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/Item/Worksheet/WorksheetRequestBuilder.cs @@ -22,6 +22,7 @@ public class WorksheetRequestBuilder : BaseCliRequestBuilder { /// /// The worksheet containing the current PivotTable. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The worksheet containing the current PivotTable. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorksheetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/pivotTables/{workbookPivotTable%2Did}/worksheet{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/pivotTables/{workbookPivotTable%2Did}/worksheet{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// The worksheet containing the current PivotTable. 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 diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/PivotTablesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/PivotTablesRequestBuilder.cs index c17ca417da..e0484148ed 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/PivotTablesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/PivotTablesRequestBuilder.cs @@ -25,6 +25,7 @@ public class PivotTablesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the pivotTables property of the microsoft.graph.workbookWorksheet 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to pivotTables for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to pivotTables for drives"; @@ -116,6 +119,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of workbookpivottable objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of workbookpivottable objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/workbookworksheet-list-pivottables?view=graph-rest-1.0"; @@ -226,6 +230,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the refreshAll method. /// + /// A public Command BuildRefreshAllNavCommand() { var command = new Command("refresh-all"); command.Description = "Provides operations to call the refreshAll method."; @@ -239,13 +244,13 @@ public Command BuildRefreshAllNavCommand() { return command; } /// - /// Instantiates a new PivotTablesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PivotTablesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/pivotTables{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PivotTablesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PivotTablesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/pivotTables{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -253,6 +258,7 @@ public PivotTablesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Retrieve a list of workbookpivottable objects. /// + /// 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 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to pivotTables for drives /// + /// 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 +286,7 @@ public RequestInformation ToPostRequestInformation(WorkbookPivotTable body, Acti public RequestInformation ToPostRequestInformation(WorkbookPivotTable 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/pivotTables", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/RefreshAll/RefreshAllRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/RefreshAll/RefreshAllRequestBuilder.cs index 26c4f345de..075dfa1647 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/RefreshAll/RefreshAllRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/PivotTables/RefreshAll/RefreshAllRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefreshAllRequestBuilder : BaseCliRequestBuilder { /// Refreshes the PivotTable within a given worksheet. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Refreshes the PivotTable within a given worksheet.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/workbookpivottable-refreshall?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefreshAllRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefreshAllRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/pivotTables/refreshAll", pathParameters) { } /// - /// Instantiates a new RefreshAllRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefreshAllRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/pivotTables/refreshAll", rawUrl) { @@ -72,6 +73,7 @@ public RefreshAllRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Refreshes the PivotTable within a given worksheet. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Protect/ProtectPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Protect/ProtectPostRequestBody.cs index ff3c2813d6..b5e22c6c4b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Protect/ProtectPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Protect/ProtectPostRequestBody.cs @@ -18,7 +18,7 @@ public class ProtectPostRequestBody : IAdditionalDataHolder, IParsable { public WorkbookWorksheetProtectionOptions Options { get; set; } #endif /// - /// Instantiates a new protectPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ProtectPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ProtectPostRequestBody() { /// /// 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 ProtectPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ProtectPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"options", n => { Options = n.GetObjectValue(WorkbookWorksheetProtectionOptions.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Protect/ProtectRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Protect/ProtectRequestBuilder.cs index eda224410e..412d72d84f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Protect/ProtectRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Protect/ProtectRequestBuilder.cs @@ -22,6 +22,7 @@ public class ProtectRequestBuilder : BaseCliRequestBuilder { /// Protect a worksheet. It throws if the worksheet has been protected. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Protect a worksheet. It throws if the worksheet has been protected.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/worksheetprotection-protect?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ProtectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ProtectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/protection/protect", pathParameters) { } /// - /// Instantiates a new ProtectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ProtectRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/protection/protect", rawUrl) { @@ -85,6 +86,7 @@ public ProtectRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Protect a worksheet. It throws if the worksheet has been protected. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/ProtectionRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/ProtectionRequestBuilder.cs index 8bac0376ee..83ecb65ef4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/ProtectionRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/ProtectionRequestBuilder.cs @@ -24,6 +24,7 @@ public class ProtectionRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property protection for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property protection for drives"; @@ -70,6 +71,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of worksheetprotection object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of worksheetprotection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/worksheetprotection-get?view=graph-rest-1.0"; @@ -132,6 +134,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property protection in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property protection in drives"; @@ -193,6 +196,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the protect method. /// + /// A public Command BuildProtectNavCommand() { var command = new Command("protect"); command.Description = "Provides operations to call the protect method."; @@ -208,6 +212,7 @@ public Command BuildProtectNavCommand() { /// /// Provides operations to call the unprotect method. /// + /// A public Command BuildUnprotectNavCommand() { var command = new Command("unprotect"); command.Description = "Provides operations to call the unprotect method."; @@ -221,13 +226,13 @@ public Command BuildUnprotectNavCommand() { return command; } /// - /// Instantiates a new ProtectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ProtectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/protection{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ProtectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ProtectionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/protection{?%24expand,%24select}", rawUrl) { @@ -235,6 +240,7 @@ public ProtectionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Delete navigation property protection for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -243,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/protection", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -251,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of worksheetprotection 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 @@ -267,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property protection in drives /// + /// 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 @@ -277,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookWorksheetProtection public RequestInformation ToPatchRequestInformation(WorkbookWorksheetProtection 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/protection", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Unprotect/UnprotectRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Unprotect/UnprotectRequestBuilder.cs index 5803511b76..a3767f5faa 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Unprotect/UnprotectRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Unprotect/UnprotectRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnprotectRequestBuilder : BaseCliRequestBuilder { /// Unprotect a worksheet /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Unprotect a worksheet\n\nFind more info here:\n https://learn.microsoft.com/graph/api/worksheetprotection-unprotect?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnprotectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnprotectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/protection/unprotect", pathParameters) { } /// - /// Instantiates a new UnprotectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnprotectRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/protection/unprotect", rawUrl) { @@ -72,6 +73,7 @@ public UnprotectRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Unprotect a worksheet /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/RangeNamespace/RangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/RangeNamespace/RangeRequestBuilder.cs index 9f2ba72416..a8aef199bb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/RangeNamespace/RangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/RangeNamespace/RangeRequestBuilder.cs @@ -22,6 +22,7 @@ public class RangeRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function range /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function range"; @@ -68,13 +69,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/range()", pathParameters) { } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/range()", rawUrl) { @@ -82,6 +83,7 @@ public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke function range /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/RangeWithAddress/RangeWithAddressRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/RangeWithAddress/RangeWithAddressRequestBuilder.cs index 9712c95b0e..d9f6f8c56b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/RangeWithAddress/RangeWithAddressRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/RangeWithAddress/RangeWithAddressRequestBuilder.cs @@ -22,6 +22,7 @@ public class RangeWithAddressRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function range /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function range"; @@ -74,13 +75,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RangeWithAddressRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RangeWithAddressRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/range(address='{address}')", pathParameters) { } /// - /// Instantiates a new RangeWithAddressRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RangeWithAddressRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/range(address='{address}')", rawUrl) { @@ -88,6 +89,7 @@ public RangeWithAddressRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{ /// /// Invoke function range /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddPostRequestBody.cs index 2ae24a3922..90764bba73 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddPostRequestBody.cs @@ -19,7 +19,7 @@ public class AddPostRequestBody : IAdditionalDataHolder, IParsable { /// The hasHeaders property public bool? HasHeaders { get; set; } /// - /// Instantiates a new addPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddPostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public AddPostRequestBody() { /// /// 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 AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"address", n => { Address = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.cs index 485fefab32..063e875ce5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.cs @@ -20,12 +20,13 @@ namespace ApiSdk.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.Add { /// public class AddRequestBuilder : BaseCliRequestBuilder { /// - /// Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. - /// Find more info here + /// Use this API to create a new Table. + /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); - command.Description = "Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0"; + command.Description = "Use this API to create a new Table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0"; var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") { }; driveIdOption.IsRequired = true; @@ -82,20 +83,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/add", pathParameters) { } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/add", rawUrl) { } /// - /// Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. + /// Use this API to create a new Table. /// + /// A /// The request body /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Count/CountGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Count/CountGetResponse.cs index 3a67ffba71..40b6d12eb7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Count/CountGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Count/CountGetResponse.cs @@ -11,7 +11,7 @@ public class CountGetResponse : IAdditionalDataHolder, IParsable { /// The value property public int? Value { get; set; } /// - /// Instantiates a new countGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public CountGetResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public CountGetResponse() { /// /// 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 CountGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static CountGetResponse CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Count/CountRequestBuilder.cs index 0b6160c563..d3833259b9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Count/CountRequestBuilder.cs @@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function count /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function count"; @@ -67,13 +68,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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/count()", 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/count()", rawUrl) { @@ -81,6 +82,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke function count /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.cs index 47c7540317..b78fe1a110 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearFiltersRequestBuilder : BaseCliRequestBuilder { /// Clears all the filters currently applied on the table. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clears all the filters currently applied on the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearFiltersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearFiltersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/clearFilters", pathParameters) { } /// - /// Instantiates a new ClearFiltersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearFiltersRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/clearFilters", rawUrl) { @@ -78,6 +79,7 @@ public ClearFiltersRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Clears all the filters currently applied on the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Add/AddPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Add/AddPostRequestBody.cs index 0feab1d5fb..549a68ff51 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Add/AddPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Add/AddPostRequestBody.cs @@ -28,7 +28,7 @@ public class AddPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new addPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddPostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public AddPostRequestBody() { /// /// 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 AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"index", n => { Index = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Add/AddRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Add/AddRequestBuilder.cs index 1de7d687b7..f3b057a1a6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Add/AddRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Add/AddRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddRequestBuilder : BaseCliRequestBuilder { /// Adds a new column to the table. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Adds a new column to the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumncollection-add?view=graph-rest-1.0"; @@ -88,13 +89,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/add", pathParameters) { } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/add", rawUrl) { @@ -102,6 +103,7 @@ public AddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Adds a new column to the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ColumnsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ColumnsRequestBuilder.cs index 0a772281b2..0f7719ed09 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ColumnsRequestBuilder.cs @@ -26,6 +26,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the add method. /// + /// A public Command BuildAddNavCommand() { var command = new Command("add"); command.Description = "Provides operations to call the add method."; @@ -41,6 +42,7 @@ public Command BuildAddNavCommand() { /// /// Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -58,6 +60,7 @@ public Tuple, List> BuildCommand() { /// /// Provides operations to call the count method. /// + /// A public Command BuildCountNavCommand() { var command = new Command("count"); command.Description = "Provides operations to call the count method."; @@ -74,6 +77,7 @@ public Command BuildCountNavCommand() { /// Use this API to create a new TableColumn. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Use this API to create a new TableColumn.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-post-columns?view=graph-rest-1.0"; @@ -141,6 +145,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the itemAt method. /// + /// A public Command BuildItemAtWithIndexRbCommand() { var command = new Command("item-at-with-index"); command.Description = "Provides operations to call the itemAt method."; @@ -167,6 +172,7 @@ public Command BuildItemAtWithIndexRbCommand() { /// Retrieve a list of tablecolumn objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of tablecolumn objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-list-columns?view=graph-rest-1.0"; @@ -281,13 +287,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -295,6 +301,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Retrieve a list of tablecolumn objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -311,6 +318,7 @@ public RequestInformation ToGetRequestInformation(Action /// Use this API to create a new TableColumn. /// + /// 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 @@ -321,7 +329,7 @@ public RequestInformation ToPostRequestInformation(WorkbookTableColumn body, Act public RequestInformation ToPostRequestInformation(WorkbookTableColumn 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Count/CountGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Count/CountGetResponse.cs index 621f15bc3c..d8aef34bbf 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Count/CountGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Count/CountGetResponse.cs @@ -11,7 +11,7 @@ public class CountGetResponse : IAdditionalDataHolder, IParsable { /// The value property public int? Value { get; set; } /// - /// Instantiates a new countGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public CountGetResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public CountGetResponse() { /// /// 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 CountGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static CountGetResponse CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Count/CountRequestBuilder.cs index 6d303b0bdd..bfd4e77440 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Count/CountRequestBuilder.cs @@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function count /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function count"; @@ -73,13 +74,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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/count()", 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/count()", rawUrl) { @@ -87,6 +88,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke function count /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs index 6dd341289d..5b41210171 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class DataBodyRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the data body of the column. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the data body of the column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0"; @@ -81,13 +82,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DataBodyRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DataBodyRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/dataBodyRange()", pathParameters) { } /// - /// Instantiates a new DataBodyRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DataBodyRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/dataBodyRange()", rawUrl) { @@ -95,6 +96,7 @@ public DataBodyRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Gets the range object associated with the data body of the column. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Apply/ApplyPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Apply/ApplyPostRequestBody.cs index 4dc3fd7dfa..30620ec941 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Apply/ApplyPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Apply/ApplyPostRequestBody.cs @@ -18,7 +18,7 @@ public class ApplyPostRequestBody : IAdditionalDataHolder, IParsable { public WorkbookFilterCriteria Criteria { get; set; } #endif /// - /// Instantiates a new applyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ApplyPostRequestBody() { /// /// 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 ApplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ApplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetObjectValue(WorkbookFilterCriteria.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.cs index 96a23ca2d5..0332ac7d94 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.cs @@ -22,6 +22,7 @@ public class ApplyRequestBuilder : BaseCliRequestBuilder { /// Apply the given filter criteria on the given column. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Apply the given filter criteria on the given column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/filter-apply?view=graph-rest-1.0"; @@ -83,13 +84,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/apply", pathParameters) { } /// - /// Instantiates a new ApplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/apply", rawUrl) { @@ -97,6 +98,7 @@ public ApplyRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Apply the given filter criteria on the given column. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterPostRequestBody.cs index ae6bd069d9..d217f1eee2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterPostRequestBody.cs @@ -11,7 +11,7 @@ public class ApplyBottomItemsFilterPostRequestBody : IAdditionalDataHolder, IPar /// The count property public int? Count { get; set; } /// - /// Instantiates a new applyBottomItemsFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyBottomItemsFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public ApplyBottomItemsFilterPostRequestBody() { /// /// 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 ApplyBottomItemsFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static ApplyBottomItemsFilterPostRequestBody CreateFromDiscriminatorValue /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"count", n => { Count = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterRequestBuilder.cs index 87ef754baa..fbf5352ea9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomItemsFilter/ApplyBottomItemsFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyBottomItemsFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyBottomItemsFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyBottomItemsFilter"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyBottomItemsFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyBottomItemsFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyBottomItemsFilter", pathParameters) { } /// - /// Instantiates a new ApplyBottomItemsFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyBottomItemsFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyBottomItemsFilter", rawUrl) { @@ -96,6 +97,7 @@ public ApplyBottomItemsFilterRequestBuilder(string rawUrl) : base("{+baseurl}/dr /// /// Invoke action applyBottomItemsFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterPostRequestBody.cs index a66ea1ce14..8feee2cdd8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterPostRequestBody.cs @@ -11,7 +11,7 @@ public class ApplyBottomPercentFilterPostRequestBody : IAdditionalDataHolder, IP /// The percent property public int? Percent { get; set; } /// - /// Instantiates a new applyBottomPercentFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyBottomPercentFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public ApplyBottomPercentFilterPostRequestBody() { /// /// 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 ApplyBottomPercentFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static ApplyBottomPercentFilterPostRequestBody CreateFromDiscriminatorVal /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"percent", n => { Percent = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterRequestBuilder.cs index 4b7c6c8cde..1db28fc113 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyBottomPercentFilter/ApplyBottomPercentFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyBottomPercentFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyBottomPercentFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyBottomPercentFilter"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyBottomPercentFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyBottomPercentFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyBottomPercentFilter", pathParameters) { } /// - /// Instantiates a new ApplyBottomPercentFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyBottomPercentFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyBottomPercentFilter", rawUrl) { @@ -96,6 +97,7 @@ public ApplyBottomPercentFilterRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Invoke action applyBottomPercentFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterPostRequestBody.cs index 4ae59856dd..ec194e7b87 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterPostRequestBody.cs @@ -17,7 +17,7 @@ public class ApplyCellColorFilterPostRequestBody : IAdditionalDataHolder, IParsa public string Color { get; set; } #endif /// - /// Instantiates a new applyCellColorFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyCellColorFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ApplyCellColorFilterPostRequestBody() { /// /// 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 ApplyCellColorFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ApplyCellColorFilterPostRequestBody CreateFromDiscriminatorValue(I /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"color", n => { Color = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterRequestBuilder.cs index 4af8035e18..2ab71c6a7a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCellColorFilter/ApplyCellColorFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyCellColorFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyCellColorFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyCellColorFilter"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyCellColorFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyCellColorFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyCellColorFilter", pathParameters) { } /// - /// Instantiates a new ApplyCellColorFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyCellColorFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyCellColorFilter", rawUrl) { @@ -96,6 +97,7 @@ public ApplyCellColorFilterRequestBuilder(string rawUrl) : base("{+baseurl}/driv /// /// Invoke action applyCellColorFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterPostRequestBody.cs index d40332fccb..90d1c5c666 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterPostRequestBody.cs @@ -33,7 +33,7 @@ public class ApplyCustomFilterPostRequestBody : IAdditionalDataHolder, IParsable public string Oper { get; set; } #endif /// - /// Instantiates a new applyCustomFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyCustomFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public ApplyCustomFilterPostRequestBody() { /// /// 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 ApplyCustomFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static ApplyCustomFilterPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria1", n => { Criteria1 = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterRequestBuilder.cs index efc6a530e9..a1beb66b59 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyCustomFilter/ApplyCustomFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyCustomFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyCustomFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyCustomFilter"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyCustomFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyCustomFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyCustomFilter", pathParameters) { } /// - /// Instantiates a new ApplyCustomFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyCustomFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyCustomFilter", rawUrl) { @@ -96,6 +97,7 @@ public ApplyCustomFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/ /// /// Invoke action applyCustomFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterPostRequestBody.cs index 7e4c1a1a22..de0d35f423 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterPostRequestBody.cs @@ -17,7 +17,7 @@ public class ApplyDynamicFilterPostRequestBody : IAdditionalDataHolder, IParsabl public string Criteria { get; set; } #endif /// - /// Instantiates a new applyDynamicFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyDynamicFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ApplyDynamicFilterPostRequestBody() { /// /// 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 ApplyDynamicFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ApplyDynamicFilterPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterRequestBuilder.cs index 2f8cebbaa0..d00c852ef7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyDynamicFilter/ApplyDynamicFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyDynamicFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyDynamicFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyDynamicFilter"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyDynamicFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyDynamicFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyDynamicFilter", pathParameters) { } /// - /// Instantiates a new ApplyDynamicFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyDynamicFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyDynamicFilter", rawUrl) { @@ -96,6 +97,7 @@ public ApplyDynamicFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives /// /// Invoke action applyDynamicFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterPostRequestBody.cs index c868fc27c8..4dbcb3b7f3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterPostRequestBody.cs @@ -17,7 +17,7 @@ public class ApplyFontColorFilterPostRequestBody : IAdditionalDataHolder, IParsa public string Color { get; set; } #endif /// - /// Instantiates a new applyFontColorFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyFontColorFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ApplyFontColorFilterPostRequestBody() { /// /// 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 ApplyFontColorFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ApplyFontColorFilterPostRequestBody CreateFromDiscriminatorValue(I /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"color", n => { Color = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterRequestBuilder.cs index 5adf8c961d..797054e2e0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyFontColorFilter/ApplyFontColorFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyFontColorFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyFontColorFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyFontColorFilter"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyFontColorFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyFontColorFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyFontColorFilter", pathParameters) { } /// - /// Instantiates a new ApplyFontColorFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyFontColorFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyFontColorFilter", rawUrl) { @@ -96,6 +97,7 @@ public ApplyFontColorFilterRequestBuilder(string rawUrl) : base("{+baseurl}/driv /// /// Invoke action applyFontColorFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterPostRequestBody.cs index 128bf6a9ed..e853aa3d01 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterPostRequestBody.cs @@ -18,7 +18,7 @@ public class ApplyIconFilterPostRequestBody : IAdditionalDataHolder, IParsable { public WorkbookIcon Icon { get; set; } #endif /// - /// Instantiates a new applyIconFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyIconFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ApplyIconFilterPostRequestBody() { /// /// 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 ApplyIconFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ApplyIconFilterPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"icon", n => { Icon = n.GetObjectValue(WorkbookIcon.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterRequestBuilder.cs index 4b4fb1ea27..2d6a2d80d5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyIconFilter/ApplyIconFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyIconFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyIconFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyIconFilter"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyIconFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyIconFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyIconFilter", pathParameters) { } /// - /// Instantiates a new ApplyIconFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyIconFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyIconFilter", rawUrl) { @@ -96,6 +97,7 @@ public ApplyIconFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Invoke action applyIconFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterPostRequestBody.cs index c78d7714ce..62091cbb3e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterPostRequestBody.cs @@ -11,7 +11,7 @@ public class ApplyTopItemsFilterPostRequestBody : IAdditionalDataHolder, IParsab /// The count property public int? Count { get; set; } /// - /// Instantiates a new applyTopItemsFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyTopItemsFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public ApplyTopItemsFilterPostRequestBody() { /// /// 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 ApplyTopItemsFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static ApplyTopItemsFilterPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"count", n => { Count = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterRequestBuilder.cs index 1bcd594050..079240ab09 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopItemsFilter/ApplyTopItemsFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyTopItemsFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyTopItemsFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyTopItemsFilter"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyTopItemsFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyTopItemsFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyTopItemsFilter", pathParameters) { } /// - /// Instantiates a new ApplyTopItemsFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyTopItemsFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyTopItemsFilter", rawUrl) { @@ -96,6 +97,7 @@ public ApplyTopItemsFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drive /// /// Invoke action applyTopItemsFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterPostRequestBody.cs index 67395cf70c..137fe7a39c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterPostRequestBody.cs @@ -11,7 +11,7 @@ public class ApplyTopPercentFilterPostRequestBody : IAdditionalDataHolder, IPars /// The percent property public int? Percent { get; set; } /// - /// Instantiates a new applyTopPercentFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyTopPercentFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public ApplyTopPercentFilterPostRequestBody() { /// /// 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 ApplyTopPercentFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static ApplyTopPercentFilterPostRequestBody CreateFromDiscriminatorValue( /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"percent", n => { Percent = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterRequestBuilder.cs index 3493298630..829f6767de 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyTopPercentFilter/ApplyTopPercentFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyTopPercentFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyTopPercentFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyTopPercentFilter"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyTopPercentFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyTopPercentFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyTopPercentFilter", pathParameters) { } /// - /// Instantiates a new ApplyTopPercentFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyTopPercentFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyTopPercentFilter", rawUrl) { @@ -96,6 +97,7 @@ public ApplyTopPercentFilterRequestBuilder(string rawUrl) : base("{+baseurl}/dri /// /// Invoke action applyTopPercentFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterPostRequestBody.cs index 4d186756cd..97329313c2 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterPostRequestBody.cs @@ -18,7 +18,7 @@ public class ApplyValuesFilterPostRequestBody : IAdditionalDataHolder, IParsable public Json Values { get; set; } #endif /// - /// Instantiates a new applyValuesFilterPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyValuesFilterPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ApplyValuesFilterPostRequestBody() { /// /// 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 ApplyValuesFilterPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ApplyValuesFilterPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterRequestBuilder.cs index 501c28ef1f..0bdc400ed4 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/ApplyValuesFilter/ApplyValuesFilterRequestBuilder.cs @@ -21,6 +21,7 @@ public class ApplyValuesFilterRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action applyValuesFilter /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyValuesFilter"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyValuesFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyValuesFilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyValuesFilter", pathParameters) { } /// - /// Instantiates a new ApplyValuesFilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyValuesFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/applyValuesFilter", rawUrl) { @@ -96,6 +97,7 @@ public ApplyValuesFilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/ /// /// Invoke action applyValuesFilter /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.cs index 29a8f3c8f4..3ea37c5df9 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clear the filter on the given column. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clear the filter on the given column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/filter-clear?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter/clear", rawUrl) { @@ -84,6 +85,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clear the filter on the given column. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/FilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/FilterRequestBuilder.cs index b44d9a70bc..6df46ec892 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/FilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/FilterRequestBuilder.cs @@ -34,6 +34,7 @@ public class FilterRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the applyBottomItemsFilter method. /// + /// A public Command BuildApplyBottomItemsFilterNavCommand() { var command = new Command("apply-bottom-items-filter"); command.Description = "Provides operations to call the applyBottomItemsFilter method."; @@ -49,6 +50,7 @@ public Command BuildApplyBottomItemsFilterNavCommand() { /// /// Provides operations to call the applyBottomPercentFilter method. /// + /// A public Command BuildApplyBottomPercentFilterNavCommand() { var command = new Command("apply-bottom-percent-filter"); command.Description = "Provides operations to call the applyBottomPercentFilter method."; @@ -64,6 +66,7 @@ public Command BuildApplyBottomPercentFilterNavCommand() { /// /// Provides operations to call the applyCellColorFilter method. /// + /// A public Command BuildApplyCellColorFilterNavCommand() { var command = new Command("apply-cell-color-filter"); command.Description = "Provides operations to call the applyCellColorFilter method."; @@ -79,6 +82,7 @@ public Command BuildApplyCellColorFilterNavCommand() { /// /// Provides operations to call the applyCustomFilter method. /// + /// A public Command BuildApplyCustomFilterNavCommand() { var command = new Command("apply-custom-filter"); command.Description = "Provides operations to call the applyCustomFilter method."; @@ -94,6 +98,7 @@ public Command BuildApplyCustomFilterNavCommand() { /// /// Provides operations to call the applyDynamicFilter method. /// + /// A public Command BuildApplyDynamicFilterNavCommand() { var command = new Command("apply-dynamic-filter"); command.Description = "Provides operations to call the applyDynamicFilter method."; @@ -109,6 +114,7 @@ public Command BuildApplyDynamicFilterNavCommand() { /// /// Provides operations to call the applyFontColorFilter method. /// + /// A public Command BuildApplyFontColorFilterNavCommand() { var command = new Command("apply-font-color-filter"); command.Description = "Provides operations to call the applyFontColorFilter method."; @@ -124,6 +130,7 @@ public Command BuildApplyFontColorFilterNavCommand() { /// /// Provides operations to call the applyIconFilter method. /// + /// A public Command BuildApplyIconFilterNavCommand() { var command = new Command("apply-icon-filter"); command.Description = "Provides operations to call the applyIconFilter method."; @@ -139,6 +146,7 @@ public Command BuildApplyIconFilterNavCommand() { /// /// Provides operations to call the apply method. /// + /// A public Command BuildApplyNavCommand() { var command = new Command("apply"); command.Description = "Provides operations to call the apply method."; @@ -154,6 +162,7 @@ public Command BuildApplyNavCommand() { /// /// Provides operations to call the applyTopItemsFilter method. /// + /// A public Command BuildApplyTopItemsFilterNavCommand() { var command = new Command("apply-top-items-filter"); command.Description = "Provides operations to call the applyTopItemsFilter method."; @@ -169,6 +178,7 @@ public Command BuildApplyTopItemsFilterNavCommand() { /// /// Provides operations to call the applyTopPercentFilter method. /// + /// A public Command BuildApplyTopPercentFilterNavCommand() { var command = new Command("apply-top-percent-filter"); command.Description = "Provides operations to call the applyTopPercentFilter method."; @@ -184,6 +194,7 @@ public Command BuildApplyTopPercentFilterNavCommand() { /// /// Provides operations to call the applyValuesFilter method. /// + /// A public Command BuildApplyValuesFilterNavCommand() { var command = new Command("apply-values-filter"); command.Description = "Provides operations to call the applyValuesFilter method."; @@ -199,6 +210,7 @@ public Command BuildApplyValuesFilterNavCommand() { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -214,6 +226,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property filter for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property filter for drives"; @@ -271,6 +284,7 @@ public Command BuildDeleteCommand() { /// /// Retrieve the filter applied to the column. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the filter applied to the column. Read-only."; @@ -345,6 +359,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property filter in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property filter in drives"; @@ -416,13 +431,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter{?%24expand,%24select}", rawUrl) { @@ -430,6 +445,7 @@ public FilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property filter for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -438,7 +454,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -446,6 +462,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the filter applied to the column. 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 @@ -462,6 +479,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property filter in drives /// + /// 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 @@ -472,7 +490,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookFilter body, Action< public RequestInformation ToPatchRequestInformation(WorkbookFilter 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/filter", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs index 1b004f8e93..64aca68ddc 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class HeaderRowRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the header row of the column. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the header row of the column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0"; @@ -81,13 +82,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HeaderRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HeaderRowRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/headerRowRange()", pathParameters) { } /// - /// Instantiates a new HeaderRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HeaderRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/headerRowRange()", rawUrl) { @@ -95,6 +96,7 @@ public HeaderRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Gets the range object associated with the header row of the column. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/RangeNamespace/RangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/RangeNamespace/RangeRequestBuilder.cs index dd4df003cf..ffda42a5af 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/RangeNamespace/RangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/RangeNamespace/RangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class RangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the entire column. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the entire column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0"; @@ -81,13 +82,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/range()", pathParameters) { } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/range()", rawUrl) { @@ -95,6 +96,7 @@ public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Gets the range object associated with the entire column. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs index e889b56a02..dbc561db90 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class TotalRowRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the totals row of the column. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the totals row of the column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0"; @@ -81,13 +82,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TotalRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TotalRowRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/totalRowRange()", pathParameters) { } /// - /// Instantiates a new TotalRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TotalRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}/totalRowRange()", rawUrl) { @@ -95,6 +96,7 @@ public TotalRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Gets the range object associated with the totals row of the column. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilder.cs index f7c6f04f18..b8ec556e2b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/WorkbookTableColumnItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class WorkbookTableColumnItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the dataBodyRange method. /// + /// A public Command BuildDataBodyRangeNavCommand() { var command = new Command("data-body-range"); command.Description = "Provides operations to call the dataBodyRange method."; @@ -43,6 +44,7 @@ public Command BuildDataBodyRangeNavCommand() { /// Deletes the column from the table. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes the column from the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-delete?view=graph-rest-1.0"; @@ -100,6 +102,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity. /// + /// A public Command BuildFilterNavCommand() { var command = new Command("filter"); command.Description = "Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity."; @@ -135,6 +138,7 @@ public Command BuildFilterNavCommand() { /// Retrieve the properties and relationships of tablecolumn object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of tablecolumn object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-get?view=graph-rest-1.0"; @@ -209,6 +213,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the headerRowRange method. /// + /// A public Command BuildHeaderRowRangeNavCommand() { var command = new Command("header-row-range"); command.Description = "Provides operations to call the headerRowRange method."; @@ -225,6 +230,7 @@ public Command BuildHeaderRowRangeNavCommand() { /// Update the properties of tablecolumn object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of tablecolumn object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-update?view=graph-rest-1.0"; @@ -298,6 +304,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the range method. /// + /// A public Command BuildRangeNavCommand() { var command = new Command("range"); command.Description = "Provides operations to call the range method."; @@ -313,6 +320,7 @@ public Command BuildRangeNavCommand() { /// /// Provides operations to call the totalRowRange method. /// + /// A public Command BuildTotalRowRangeNavCommand() { var command = new Command("total-row-range"); command.Description = "Provides operations to call the totalRowRange method."; @@ -326,13 +334,13 @@ public Command BuildTotalRowRangeNavCommand() { return command; } /// - /// Instantiates a new WorkbookTableColumnItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkbookTableColumnItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkbookTableColumnItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkbookTableColumnItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}{?%24expand,%24select}", rawUrl) { @@ -340,6 +348,7 @@ public WorkbookTableColumnItemRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Deletes the column from the table. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -348,7 +357,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -356,6 +365,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of tablecolumn 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 @@ -372,6 +382,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of tablecolumn 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 @@ -382,7 +393,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookTableColumn body, Ac public RequestInformation ToPatchRequestInformation(WorkbookTableColumn 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/{workbookTableColumn%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs index 1ae61050df..b96f3baf63 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class DataBodyRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the data body of the column. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the data body of the column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0"; @@ -42,6 +43,10 @@ public Command BuildGetCommand() { }; workbookTableIdOption.IsRequired = true; command.AddOption(workbookTableIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -51,6 +56,7 @@ public Command BuildGetCommand() { var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); var workbookTableId = invocationContext.ParseResult.GetValueForOption(workbookTableIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -63,6 +69,7 @@ public Command BuildGetCommand() { if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); if (workbookTableId is not null) requestInfo.PathParameters.Add("workbookTable%2Did", workbookTableId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -75,13 +82,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DataBodyRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DataBodyRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/itemAt(index={index})/dataBodyRange()", pathParameters) { } /// - /// Instantiates a new DataBodyRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DataBodyRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/itemAt(index={index})/dataBodyRange()", rawUrl) { @@ -89,6 +96,7 @@ public DataBodyRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Gets the range object associated with the data body of the column. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/Filter/FilterRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/Filter/FilterRequestBuilder.cs index c2bf1ea30f..22d596ebec 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/Filter/FilterRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/Filter/FilterRequestBuilder.cs @@ -22,6 +22,7 @@ public class FilterRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property filter for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property filter for drives"; @@ -41,6 +42,10 @@ public Command BuildDeleteCommand() { }; workbookTableIdOption.IsRequired = true; command.AddOption(workbookTableIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -51,6 +56,7 @@ public Command BuildDeleteCommand() { var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); var workbookTableId = invocationContext.ParseResult.GetValueForOption(workbookTableIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -60,6 +66,7 @@ public Command BuildDeleteCommand() { if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); if (workbookTableId is not null) requestInfo.PathParameters.Add("workbookTable%2Did", workbookTableId); + if (index is not null) requestInfo.PathParameters.Add("index", index); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -73,6 +80,7 @@ public Command BuildDeleteCommand() { /// /// Retrieve the filter applied to the column. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the filter applied to the column. Read-only."; @@ -92,6 +100,10 @@ public Command BuildGetCommand() { }; workbookTableIdOption.IsRequired = true; command.AddOption(workbookTableIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -111,6 +123,7 @@ public Command BuildGetCommand() { var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); var workbookTableId = invocationContext.ParseResult.GetValueForOption(workbookTableIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -127,6 +140,7 @@ public Command BuildGetCommand() { if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); if (workbookTableId is not null) requestInfo.PathParameters.Add("workbookTable%2Did", workbookTableId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -141,6 +155,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property filter in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property filter in drives"; @@ -160,6 +175,10 @@ public Command BuildPatchCommand() { }; workbookTableIdOption.IsRequired = true; command.AddOption(workbookTableIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -173,6 +192,7 @@ public Command BuildPatchCommand() { var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); var workbookTableId = invocationContext.ParseResult.GetValueForOption(workbookTableIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -193,6 +213,7 @@ public Command BuildPatchCommand() { if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); if (workbookTableId is not null) requestInfo.PathParameters.Add("workbookTable%2Did", workbookTableId); + if (index is not null) requestInfo.PathParameters.Add("index", index); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -206,13 +227,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/itemAt(index={index})/filter{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FilterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/itemAt(index={index})/filter{?%24expand,%24select}", rawUrl) { @@ -220,6 +241,7 @@ public FilterRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property filter for drives /// + /// 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,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/itemAt(index={index})/filter", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the filter applied to the column. 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 @@ -252,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property filter in drives /// + /// 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 @@ -262,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookFilter body, Action< public RequestInformation ToPatchRequestInformation(WorkbookFilter 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/itemAt(index={index})/filter", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs index df021d3a24..ad1e0fa00b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class HeaderRowRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the header row of the column. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the header row of the column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0"; @@ -42,6 +43,10 @@ public Command BuildGetCommand() { }; workbookTableIdOption.IsRequired = true; command.AddOption(workbookTableIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -51,6 +56,7 @@ public Command BuildGetCommand() { var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); var workbookTableId = invocationContext.ParseResult.GetValueForOption(workbookTableIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -63,6 +69,7 @@ public Command BuildGetCommand() { if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); if (workbookTableId is not null) requestInfo.PathParameters.Add("workbookTable%2Did", workbookTableId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -75,13 +82,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HeaderRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HeaderRowRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/itemAt(index={index})/headerRowRange()", pathParameters) { } /// - /// Instantiates a new HeaderRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HeaderRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/itemAt(index={index})/headerRowRange()", rawUrl) { @@ -89,6 +96,7 @@ public HeaderRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Gets the range object associated with the header row of the column. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs index 5e4cfdfaf8..3cb3ca8a19 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs @@ -27,6 +27,7 @@ public class ItemAtWithIndexRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the dataBodyRange method. /// + /// A public Command BuildDataBodyRangeNavCommand() { var command = new Command("data-body-range"); command.Description = "Provides operations to call the dataBodyRange method."; @@ -42,6 +43,7 @@ public Command BuildDataBodyRangeNavCommand() { /// /// Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity. /// + /// A public Command BuildFilterNavCommand() { var command = new Command("filter"); command.Description = "Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity."; @@ -59,6 +61,7 @@ public Command BuildFilterNavCommand() { /// /// Invoke function itemAt /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function itemAt"; @@ -119,6 +122,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the headerRowRange method. /// + /// A public Command BuildHeaderRowRangeNavCommand() { var command = new Command("header-row-range"); command.Description = "Provides operations to call the headerRowRange method."; @@ -134,6 +138,7 @@ public Command BuildHeaderRowRangeNavCommand() { /// /// Provides operations to call the range method. /// + /// A public Command BuildRangeNavCommand() { var command = new Command("range"); command.Description = "Provides operations to call the range method."; @@ -149,6 +154,7 @@ public Command BuildRangeNavCommand() { /// /// Provides operations to call the totalRowRange method. /// + /// A public Command BuildTotalRowRangeNavCommand() { var command = new Command("total-row-range"); command.Description = "Provides operations to call the totalRowRange method."; @@ -162,13 +168,13 @@ public Command BuildTotalRowRangeNavCommand() { return command; } /// - /// Instantiates a new ItemAtWithIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemAtWithIndexRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/itemAt(index={index})", pathParameters) { } /// - /// Instantiates a new ItemAtWithIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemAtWithIndexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/itemAt(index={index})", rawUrl) { @@ -176,6 +182,7 @@ public ItemAtWithIndexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Invoke function itemAt /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs index ddf38f1d7e..61ff73c90f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class RangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the entire column. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the entire column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0"; @@ -42,6 +43,10 @@ public Command BuildGetCommand() { }; workbookTableIdOption.IsRequired = true; command.AddOption(workbookTableIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -51,6 +56,7 @@ public Command BuildGetCommand() { var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); var workbookTableId = invocationContext.ParseResult.GetValueForOption(workbookTableIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -63,6 +69,7 @@ public Command BuildGetCommand() { if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); if (workbookTableId is not null) requestInfo.PathParameters.Add("workbookTable%2Did", workbookTableId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -75,13 +82,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/itemAt(index={index})/range()", pathParameters) { } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/itemAt(index={index})/range()", rawUrl) { @@ -89,6 +96,7 @@ public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Gets the range object associated with the entire column. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs index c1becdfcb8..7a1c4b1562 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class TotalRowRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the totals row of the column. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the totals row of the column.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0"; @@ -42,6 +43,10 @@ public Command BuildGetCommand() { }; workbookTableIdOption.IsRequired = true; command.AddOption(workbookTableIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -51,6 +56,7 @@ public Command BuildGetCommand() { var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); var workbookTableId = invocationContext.ParseResult.GetValueForOption(workbookTableIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -63,6 +69,7 @@ public Command BuildGetCommand() { if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); if (workbookTableId is not null) requestInfo.PathParameters.Add("workbookTable%2Did", workbookTableId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -75,13 +82,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TotalRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TotalRowRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/itemAt(index={index})/totalRowRange()", pathParameters) { } /// - /// Instantiates a new TotalRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TotalRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/columns/itemAt(index={index})/totalRowRange()", rawUrl) { @@ -89,6 +96,7 @@ public TotalRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Gets the range object associated with the totals row of the column. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.cs index 0954b6610a..71611aac30 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class ConvertToRangeRequestBuilder : BaseCliRequestBuilder { /// Converts the table into a normal range of cells. All data is preserved. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Converts the table into a normal range of cells. All data is preserved.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ConvertToRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConvertToRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/convertToRange", pathParameters) { } /// - /// Instantiates a new ConvertToRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConvertToRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/convertToRange", rawUrl) { @@ -89,6 +90,7 @@ public ConvertToRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Converts the table into a normal range of cells. All data is preserved. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs index 0d90c1a27d..d297f22870 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class DataBodyRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the data body of the table. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the data body of the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0"; @@ -75,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DataBodyRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DataBodyRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/dataBodyRange()", pathParameters) { } /// - /// Instantiates a new DataBodyRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DataBodyRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/dataBodyRange()", rawUrl) { @@ -89,6 +90,7 @@ public DataBodyRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Gets the range object associated with the data body of the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs index 2bebd1d826..884e71a0a7 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class HeaderRowRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with header row of the table. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with header row of the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0"; @@ -75,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HeaderRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HeaderRowRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/headerRowRange()", pathParameters) { } /// - /// Instantiates a new HeaderRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HeaderRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/headerRowRange()", rawUrl) { @@ -89,6 +90,7 @@ public HeaderRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Gets the range object associated with header row of the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/RangeNamespace/RangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/RangeNamespace/RangeRequestBuilder.cs index 8d853b4f5f..c2df9f95e8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/RangeNamespace/RangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/RangeNamespace/RangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class RangeRequestBuilder : BaseCliRequestBuilder { /// Get the range object associated with the entire table. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the range object associated with the entire table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0"; @@ -75,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/range()", pathParameters) { } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/range()", rawUrl) { @@ -89,6 +90,7 @@ public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Get the range object associated with the entire table. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.cs index ee07fb1e5b..2c6ba6dd48 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.cs @@ -22,6 +22,7 @@ public class ReapplyFiltersRequestBuilder : BaseCliRequestBuilder { /// Reapplies all the filters currently on the table. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reapplies all the filters currently on the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReapplyFiltersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReapplyFiltersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/reapplyFilters", pathParameters) { } /// - /// Instantiates a new ReapplyFiltersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReapplyFiltersRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/reapplyFilters", rawUrl) { @@ -78,6 +79,7 @@ public ReapplyFiltersRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Reapplies all the filters currently on the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Add/AddPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Add/AddPostRequestBody.cs index 15bae67929..84e34d9201 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Add/AddPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Add/AddPostRequestBody.cs @@ -20,7 +20,7 @@ public class AddPostRequestBody : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new addPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddPostRequestBody() { AdditionalData = new Dictionary(); @@ -28,6 +28,7 @@ public AddPostRequestBody() { /// /// 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 AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -36,6 +37,7 @@ public static AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"index", n => { Index = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Add/AddRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Add/AddRequestBuilder.cs index 7a4248f8ab..9f256d7851 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Add/AddRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Add/AddRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddRequestBuilder : BaseCliRequestBuilder { /// Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablerowcollection-add?view=graph-rest-1.0"; @@ -88,13 +89,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/rows/add", pathParameters) { } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/rows/add", rawUrl) { @@ -102,6 +103,7 @@ public AddRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/i /// /// Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Count/CountGetResponse.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Count/CountGetResponse.cs index e663a41c9a..3dbad2cb6e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Count/CountGetResponse.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Count/CountGetResponse.cs @@ -11,7 +11,7 @@ public class CountGetResponse : IAdditionalDataHolder, IParsable { /// The value property public int? Value { get; set; } /// - /// Instantiates a new countGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public CountGetResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public CountGetResponse() { /// /// 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 CountGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static CountGetResponse CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetIntValue(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Count/CountRequestBuilder.cs index 97fe1d0faf..d344f6e113 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Count/CountRequestBuilder.cs @@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function count /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function count"; @@ -73,13 +74,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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/rows/count()", 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/rows/count()", rawUrl) { @@ -87,6 +88,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke function count /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Item/RangeNamespace/RangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Item/RangeNamespace/RangeRequestBuilder.cs index a29ffb7c68..5e3fb4ed9f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Item/RangeNamespace/RangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Item/RangeNamespace/RangeRequestBuilder.cs @@ -22,6 +22,7 @@ public class RangeRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function range /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function range"; @@ -80,13 +81,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/rows/{workbookTableRow%2Did}/range()", pathParameters) { } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/rows/{workbookTableRow%2Did}/range()", rawUrl) { @@ -94,6 +95,7 @@ public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke function range /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilder.cs index 7baa448e77..40872900c3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Item/WorkbookTableRowItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class WorkbookTableRowItemRequestBuilder : BaseCliRequestBuilder { /// Deletes the row from the table. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes the row from the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablerow-delete?view=graph-rest-1.0"; @@ -82,6 +83,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of tablerow object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of tablerow object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablerow-get?view=graph-rest-1.0"; @@ -157,6 +159,7 @@ public Command BuildGetCommand() { /// Update the properties of tablerow object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of tablerow object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablerow-update?view=graph-rest-1.0"; @@ -230,6 +233,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the range method. /// + /// A public Command BuildRangeNavCommand() { var command = new Command("range"); command.Description = "Provides operations to call the range method."; @@ -243,13 +247,13 @@ public Command BuildRangeNavCommand() { return command; } /// - /// Instantiates a new WorkbookTableRowItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkbookTableRowItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/rows/{workbookTableRow%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkbookTableRowItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkbookTableRowItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/rows/{workbookTableRow%2Did}{?%24expand,%24select}", rawUrl) { @@ -257,6 +261,7 @@ public WorkbookTableRowItemRequestBuilder(string rawUrl) : base("{+baseurl}/driv /// /// Deletes the row from the table. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -265,7 +270,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/rows/{workbookTableRow%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -273,6 +278,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of tablerow 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 @@ -289,6 +295,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of tablerow 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 @@ -299,7 +306,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookTableRow body, Actio public RequestInformation ToPatchRequestInformation(WorkbookTableRow 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/rows/{workbookTableRow%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs index b81eb88e91..46950b9f4d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs @@ -23,6 +23,7 @@ public class ItemAtWithIndexRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function itemAt /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function itemAt"; @@ -83,6 +84,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the range method. /// + /// A public Command BuildRangeNavCommand() { var command = new Command("range"); command.Description = "Provides operations to call the range method."; @@ -96,13 +98,13 @@ public Command BuildRangeNavCommand() { return command; } /// - /// Instantiates a new ItemAtWithIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemAtWithIndexRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/rows/itemAt(index={index})", pathParameters) { } /// - /// Instantiates a new ItemAtWithIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemAtWithIndexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/rows/itemAt(index={index})", rawUrl) { @@ -110,6 +112,7 @@ public ItemAtWithIndexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Invoke function itemAt /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs index 4e8da623f3..675ddff361 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs @@ -22,6 +22,7 @@ public class RangeRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function range /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function range"; @@ -41,6 +42,10 @@ public Command BuildGetCommand() { }; workbookTableIdOption.IsRequired = true; command.AddOption(workbookTableIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -50,6 +55,7 @@ public Command BuildGetCommand() { var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); var workbookTableId = invocationContext.ParseResult.GetValueForOption(workbookTableIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -62,6 +68,7 @@ public Command BuildGetCommand() { if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); if (workbookTableId is not null) requestInfo.PathParameters.Add("workbookTable%2Did", workbookTableId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -74,13 +81,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/rows/itemAt(index={index})/range()", pathParameters) { } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/rows/itemAt(index={index})/range()", rawUrl) { @@ -88,6 +95,7 @@ public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Invoke function range /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/RowsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/RowsRequestBuilder.cs index dd7135de4a..d57c5f05a0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/RowsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/RowsRequestBuilder.cs @@ -26,6 +26,7 @@ public class RowsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the add method. /// + /// A public Command BuildAddNavCommand() { var command = new Command("add"); command.Description = "Provides operations to call the add method."; @@ -41,6 +42,7 @@ public Command BuildAddNavCommand() { /// /// Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -54,6 +56,7 @@ public Tuple, List> BuildCommand() { /// /// Provides operations to call the count method. /// + /// A public Command BuildCountNavCommand() { var command = new Command("count"); command.Description = "Provides operations to call the count method."; @@ -70,6 +73,7 @@ public Command BuildCountNavCommand() { /// Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-post-rows?view=graph-rest-1.0"; @@ -137,6 +141,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the itemAt method. /// + /// A public Command BuildItemAtWithIndexRbCommand() { var command = new Command("item-at-with-index"); command.Description = "Provides operations to call the itemAt method."; @@ -157,11 +162,12 @@ public Command BuildItemAtWithIndexRbCommand() { } /// /// Retrieve a list of tablerow objects. - /// Find more info here + /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); - command.Description = "Retrieve a list of tablerow objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablerow-list?view=graph-rest-1.0"; + command.Description = "Retrieve a list of tablerow objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-list-rows?view=graph-rest-1.0"; var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") { }; driveIdOption.IsRequired = true; @@ -273,13 +279,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RowsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RowsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/rows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RowsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RowsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/rows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -287,6 +293,7 @@ public RowsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Retrieve a list of tablerow objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -303,6 +310,7 @@ public RequestInformation ToGetRequestInformation(Action /// Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request. /// + /// 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 @@ -313,7 +321,7 @@ public RequestInformation ToPostRequestInformation(WorkbookTableRow body, Action public RequestInformation ToPostRequestInformation(WorkbookTableRow 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/rows", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Apply/ApplyPostRequestBody.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Apply/ApplyPostRequestBody.cs index 45516270fb..7dd5bd84eb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Apply/ApplyPostRequestBody.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Apply/ApplyPostRequestBody.cs @@ -28,7 +28,7 @@ public class ApplyPostRequestBody : IAdditionalDataHolder, IParsable { public string Method { get; set; } #endif /// - /// Instantiates a new applyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyPostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public ApplyPostRequestBody() { /// /// 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 ApplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static ApplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fields", n => { Fields = n.GetCollectionOfObjectValues(WorkbookSortField.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Apply/ApplyRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Apply/ApplyRequestBuilder.cs index 5cb39bacdb..ef7e8c6c21 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Apply/ApplyRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Apply/ApplyRequestBuilder.cs @@ -22,6 +22,7 @@ public class ApplyRequestBuilder : BaseCliRequestBuilder { /// Perform a sort operation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Perform a sort operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablesort-apply?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/sort/apply", pathParameters) { } /// - /// Instantiates a new ApplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/sort/apply", rawUrl) { @@ -91,6 +92,7 @@ public ApplyRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Perform a sort operation. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Clear/ClearRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Clear/ClearRequestBuilder.cs index f0f3cb0229..055cf1512a 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Clear/ClearRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Clear/ClearRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearRequestBuilder : BaseCliRequestBuilder { /// Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablesort-clear?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/sort/clear", pathParameters) { } /// - /// Instantiates a new ClearRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/sort/clear", rawUrl) { @@ -78,6 +79,7 @@ public ClearRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Clears the sorting that is currently on the table. While this doesn't modify the table's ordering, it clears the state of the header buttons. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.cs index b8c932fde7..c3d9fba1b0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.cs @@ -22,6 +22,7 @@ public class ReapplyRequestBuilder : BaseCliRequestBuilder { /// Reapplies the current sorting parameters to the table. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reapplies the current sorting parameters to the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablesort-reapply?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReapplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReapplyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/sort/reapply", pathParameters) { } /// - /// Instantiates a new ReapplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReapplyRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/sort/reapply", rawUrl) { @@ -78,6 +79,7 @@ public ReapplyRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Reapplies the current sorting parameters to the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/SortRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/SortRequestBuilder.cs index 2447e91e05..c0d0a73c6e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/SortRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/SortRequestBuilder.cs @@ -25,6 +25,7 @@ public class SortRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the apply method. /// + /// A public Command BuildApplyNavCommand() { var command = new Command("apply"); command.Description = "Provides operations to call the apply method."; @@ -40,6 +41,7 @@ public Command BuildApplyNavCommand() { /// /// Provides operations to call the clear method. /// + /// A public Command BuildClearNavCommand() { var command = new Command("clear"); command.Description = "Provides operations to call the clear method."; @@ -55,6 +57,7 @@ public Command BuildClearNavCommand() { /// /// Delete navigation property sort for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sort for drives"; @@ -107,6 +110,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of tablesort object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of tablesort object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablesort-get?view=graph-rest-1.0"; @@ -175,6 +179,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property sort in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sort in drives"; @@ -242,6 +247,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the reapply method. /// + /// A public Command BuildReapplyNavCommand() { var command = new Command("reapply"); command.Description = "Provides operations to call the reapply method."; @@ -255,13 +261,13 @@ public Command BuildReapplyNavCommand() { return command; } /// - /// Instantiates a new SortRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SortRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/sort{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SortRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SortRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/sort{?%24expand,%24select}", rawUrl) { @@ -269,6 +275,7 @@ public SortRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property sort for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -277,7 +284,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/sort", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -285,6 +292,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of tablesort 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 @@ -301,6 +309,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sort in drives /// + /// 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 @@ -311,7 +320,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookTableSort body, Acti public RequestInformation ToPatchRequestInformation(WorkbookTableSort 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/sort", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs index d9c5816cc2..e282deb7cb 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class TotalRowRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with totals row of the table. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with totals row of the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0"; @@ -75,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TotalRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TotalRowRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/totalRowRange()", pathParameters) { } /// - /// Instantiates a new TotalRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TotalRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/totalRowRange()", rawUrl) { @@ -89,6 +90,7 @@ public TotalRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Gets the range object associated with totals row of the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/WorkbookTableItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/WorkbookTableItemRequestBuilder.cs index aba2198fa3..0e6a240cb0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/WorkbookTableItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/WorkbookTableItemRequestBuilder.cs @@ -33,6 +33,7 @@ public class WorkbookTableItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clearFilters method. /// + /// A public Command BuildClearFiltersNavCommand() { var command = new Command("clear-filters"); command.Description = "Provides operations to call the clearFilters method."; @@ -48,6 +49,7 @@ public Command BuildClearFiltersNavCommand() { /// /// Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.workbookTable entity."; @@ -75,6 +77,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to call the convertToRange method. /// + /// A public Command BuildConvertToRangeNavCommand() { var command = new Command("convert-to-range"); command.Description = "Provides operations to call the convertToRange method."; @@ -90,6 +93,7 @@ public Command BuildConvertToRangeNavCommand() { /// /// Provides operations to call the dataBodyRange method. /// + /// A public Command BuildDataBodyRangeNavCommand() { var command = new Command("data-body-range"); command.Description = "Provides operations to call the dataBodyRange method."; @@ -105,6 +109,7 @@ public Command BuildDataBodyRangeNavCommand() { /// /// Delete navigation property tables for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property tables for drives"; @@ -156,6 +161,7 @@ public Command BuildDeleteCommand() { /// /// Collection of tables that are part of the worksheet. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Collection of tables that are part of the worksheet. Read-only."; @@ -224,6 +230,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the headerRowRange method. /// + /// A public Command BuildHeaderRowRangeNavCommand() { var command = new Command("header-row-range"); command.Description = "Provides operations to call the headerRowRange method."; @@ -239,6 +246,7 @@ public Command BuildHeaderRowRangeNavCommand() { /// /// Update the navigation property tables in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property tables in drives"; @@ -306,6 +314,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the range method. /// + /// A public Command BuildRangeNavCommand() { var command = new Command("range"); command.Description = "Provides operations to call the range method."; @@ -321,6 +330,7 @@ public Command BuildRangeNavCommand() { /// /// Provides operations to call the reapplyFilters method. /// + /// A public Command BuildReapplyFiltersNavCommand() { var command = new Command("reapply-filters"); command.Description = "Provides operations to call the reapplyFilters method."; @@ -336,6 +346,7 @@ public Command BuildReapplyFiltersNavCommand() { /// /// Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. /// + /// A public Command BuildRowsNavCommand() { var command = new Command("rows"); command.Description = "Provides operations to manage the rows property of the microsoft.graph.workbookTable entity."; @@ -363,6 +374,7 @@ public Command BuildRowsNavCommand() { /// /// Provides operations to manage the sort property of the microsoft.graph.workbookTable entity. /// + /// A public Command BuildSortNavCommand() { var command = new Command("sort"); command.Description = "Provides operations to manage the sort property of the microsoft.graph.workbookTable entity."; @@ -388,6 +400,7 @@ public Command BuildSortNavCommand() { /// /// Provides operations to call the totalRowRange method. /// + /// A public Command BuildTotalRowRangeNavCommand() { var command = new Command("total-row-range"); command.Description = "Provides operations to call the totalRowRange method."; @@ -403,6 +416,7 @@ public Command BuildTotalRowRangeNavCommand() { /// /// Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity. /// + /// A public Command BuildWorksheetNavCommand() { var command = new Command("worksheet"); command.Description = "Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity."; @@ -416,13 +430,13 @@ public Command BuildWorksheetNavCommand() { return command; } /// - /// Instantiates a new WorkbookTableItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkbookTableItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkbookTableItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkbookTableItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}{?%24expand,%24select}", rawUrl) { @@ -430,6 +444,7 @@ public WorkbookTableItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/ /// /// Delete navigation property tables for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -438,7 +453,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -446,6 +461,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Collection of tables that are part of the worksheet. 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 @@ -462,6 +478,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property tables in drives /// + /// 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 @@ -472,7 +489,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookTable 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Worksheet/WorksheetRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Worksheet/WorksheetRequestBuilder.cs index 34cb066e7f..b6b1d3e61d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Worksheet/WorksheetRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Worksheet/WorksheetRequestBuilder.cs @@ -22,6 +22,7 @@ public class WorksheetRequestBuilder : BaseCliRequestBuilder { /// /// The worksheet containing the current table. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The worksheet containing the current table. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorksheetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/worksheet{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/{workbookTable%2Did}/worksheet{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// The worksheet containing the current table. 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 diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.cs index 63170b3372..4b189a43fe 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.cs @@ -22,6 +22,7 @@ public class ClearFiltersRequestBuilder : BaseCliRequestBuilder { /// Clears all the filters currently applied on the table. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Clears all the filters currently applied on the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0"; @@ -37,10 +38,15 @@ public Command BuildPostCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToPostRequestInformation(q => { @@ -48,6 +54,7 @@ public Command BuildPostCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -58,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ClearFiltersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClearFiltersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/clearFilters", pathParameters) { } /// - /// Instantiates a new ClearFiltersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClearFiltersRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/clearFilters", rawUrl) { @@ -72,6 +79,7 @@ public ClearFiltersRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Clears all the filters currently applied on the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.cs index c99d101627..995a3796d3 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// Retrieve a list of tablecolumn objects. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a list of tablecolumn objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-list-columns?view=graph-rest-1.0"; @@ -38,6 +39,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -83,6 +88,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -112,6 +118,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -134,6 +141,7 @@ public Command BuildGetCommand() { /// Use this API to create a new TableColumn. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Use this API to create a new TableColumn.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-post-columns?view=graph-rest-1.0"; @@ -149,6 +157,10 @@ public Command BuildPostCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -161,6 +173,7 @@ public Command BuildPostCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -180,6 +193,7 @@ public Command BuildPostCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -193,13 +207,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -207,6 +221,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Retrieve a list of tablecolumn objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -223,6 +238,7 @@ public RequestInformation ToGetRequestInformation(Action /// Use this API to create a new TableColumn. /// + /// 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 @@ -233,7 +249,7 @@ public RequestInformation ToPostRequestInformation(WorkbookTableColumn body, Act public RequestInformation ToPostRequestInformation(WorkbookTableColumn 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.cs index 4471085c58..00a39115e6 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class ConvertToRangeRequestBuilder : BaseCliRequestBuilder { /// Converts the table into a normal range of cells. All data is preserved. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Converts the table into a normal range of cells. All data is preserved.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0"; @@ -38,6 +39,10 @@ public Command BuildPostCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -46,6 +51,7 @@ public Command BuildPostCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -57,6 +63,7 @@ public Command BuildPostCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -69,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ConvertToRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConvertToRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/convertToRange", pathParameters) { } /// - /// Instantiates a new ConvertToRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConvertToRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/convertToRange", rawUrl) { @@ -83,6 +90,7 @@ public ConvertToRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Converts the table into a normal range of cells. All data is preserved. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs index 9f7952bc94..cdbc6e3dc8 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class DataBodyRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with the data body of the table. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with the data body of the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0"; @@ -38,6 +39,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -46,6 +51,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -57,6 +63,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -69,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DataBodyRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DataBodyRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/dataBodyRange()", pathParameters) { } /// - /// Instantiates a new DataBodyRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DataBodyRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/dataBodyRange()", rawUrl) { @@ -83,6 +90,7 @@ public DataBodyRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Gets the range object associated with the data body of the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs index 9e3733b7a0..7b72c1e4b0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class HeaderRowRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with header row of the table. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with header row of the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0"; @@ -38,6 +39,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -46,6 +51,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -57,6 +63,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -69,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HeaderRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HeaderRowRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/headerRowRange()", pathParameters) { } /// - /// Instantiates a new HeaderRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HeaderRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/headerRowRange()", rawUrl) { @@ -83,6 +90,7 @@ public HeaderRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Gets the range object associated with header row of the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs index 9269848f62..5e5a2a2317 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.cs @@ -33,6 +33,7 @@ public class ItemAtWithIndexRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the clearFilters method. /// + /// A public Command BuildClearFiltersNavCommand() { var command = new Command("clear-filters"); command.Description = "Provides operations to call the clearFilters method."; @@ -48,6 +49,7 @@ public Command BuildClearFiltersNavCommand() { /// /// Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.workbookTable entity."; @@ -64,6 +66,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to call the convertToRange method. /// + /// A public Command BuildConvertToRangeNavCommand() { var command = new Command("convert-to-range"); command.Description = "Provides operations to call the convertToRange method."; @@ -79,6 +82,7 @@ public Command BuildConvertToRangeNavCommand() { /// /// Provides operations to call the dataBodyRange method. /// + /// A public Command BuildDataBodyRangeNavCommand() { var command = new Command("data-body-range"); command.Description = "Provides operations to call the dataBodyRange method."; @@ -94,6 +98,7 @@ public Command BuildDataBodyRangeNavCommand() { /// /// Invoke function itemAt /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function itemAt"; @@ -148,6 +153,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the headerRowRange method. /// + /// A public Command BuildHeaderRowRangeNavCommand() { var command = new Command("header-row-range"); command.Description = "Provides operations to call the headerRowRange method."; @@ -163,6 +169,7 @@ public Command BuildHeaderRowRangeNavCommand() { /// /// Provides operations to call the range method. /// + /// A public Command BuildRangeNavCommand() { var command = new Command("range"); command.Description = "Provides operations to call the range method."; @@ -178,6 +185,7 @@ public Command BuildRangeNavCommand() { /// /// Provides operations to call the reapplyFilters method. /// + /// A public Command BuildReapplyFiltersNavCommand() { var command = new Command("reapply-filters"); command.Description = "Provides operations to call the reapplyFilters method."; @@ -193,6 +201,7 @@ public Command BuildReapplyFiltersNavCommand() { /// /// Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. /// + /// A public Command BuildRowsNavCommand() { var command = new Command("rows"); command.Description = "Provides operations to manage the rows property of the microsoft.graph.workbookTable entity."; @@ -209,6 +218,7 @@ public Command BuildRowsNavCommand() { /// /// Provides operations to manage the sort property of the microsoft.graph.workbookTable entity. /// + /// A public Command BuildSortNavCommand() { var command = new Command("sort"); command.Description = "Provides operations to manage the sort property of the microsoft.graph.workbookTable entity."; @@ -226,6 +236,7 @@ public Command BuildSortNavCommand() { /// /// Provides operations to call the totalRowRange method. /// + /// A public Command BuildTotalRowRangeNavCommand() { var command = new Command("total-row-range"); command.Description = "Provides operations to call the totalRowRange method."; @@ -241,6 +252,7 @@ public Command BuildTotalRowRangeNavCommand() { /// /// Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity. /// + /// A public Command BuildWorksheetNavCommand() { var command = new Command("worksheet"); command.Description = "Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity."; @@ -254,13 +266,13 @@ public Command BuildWorksheetNavCommand() { return command; } /// - /// Instantiates a new ItemAtWithIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemAtWithIndexRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})", pathParameters) { } /// - /// Instantiates a new ItemAtWithIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemAtWithIndexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})", rawUrl) { @@ -268,6 +280,7 @@ public ItemAtWithIndexRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Invoke function itemAt /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs index a6d8b46484..f45f505e2b 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/RangeNamespace/RangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class RangeRequestBuilder : BaseCliRequestBuilder { /// Get the range object associated with the entire table. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the range object associated with the entire table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0"; @@ -38,6 +39,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -46,6 +51,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -57,6 +63,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -69,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/range()", pathParameters) { } /// - /// Instantiates a new RangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/range()", rawUrl) { @@ -83,6 +90,7 @@ public RangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Get the range object associated with the entire table. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.cs index ac41fe814d..6ad31e3d0c 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.cs @@ -22,6 +22,7 @@ public class ReapplyFiltersRequestBuilder : BaseCliRequestBuilder { /// Reapplies all the filters currently on the table. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reapplies all the filters currently on the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0"; @@ -37,10 +38,15 @@ public Command BuildPostCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToPostRequestInformation(q => { @@ -48,6 +54,7 @@ public Command BuildPostCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -58,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReapplyFiltersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReapplyFiltersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/reapplyFilters", pathParameters) { } /// - /// Instantiates a new ReapplyFiltersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReapplyFiltersRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/reapplyFilters", rawUrl) { @@ -72,6 +79,7 @@ public ReapplyFiltersRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Reapplies all the filters currently on the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.cs index ef53ba3dc9..2056aa5a08 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.cs @@ -21,11 +21,12 @@ namespace ApiSdk.Drives.Item.Items.Item.Workbook.Worksheets.Item.Tables.ItemAtWi public class RowsRequestBuilder : BaseCliRequestBuilder { /// /// Retrieve a list of tablerow objects. - /// Find more info here + /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); - command.Description = "Retrieve a list of tablerow objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablerow-list?view=graph-rest-1.0"; + command.Description = "Retrieve a list of tablerow objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-list-rows?view=graph-rest-1.0"; var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") { }; driveIdOption.IsRequired = true; @@ -38,6 +39,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -83,6 +88,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -112,6 +118,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -134,6 +141,7 @@ public Command BuildGetCommand() { /// Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-post-rows?view=graph-rest-1.0"; @@ -149,6 +157,10 @@ public Command BuildPostCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -161,6 +173,7 @@ public Command BuildPostCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -180,6 +193,7 @@ public Command BuildPostCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -193,13 +207,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RowsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RowsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/rows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RowsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RowsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/rows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -207,6 +221,7 @@ public RowsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Retrieve a list of tablerow objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -223,6 +238,7 @@ public RequestInformation ToGetRequestInformation(Action /// Adds rows to the end of a table. Note that this API can accept multiple rows of data. Adding one row at a time can affect performance. The recommended approach is to batch the rows together in a single call rather than inserting single rows. For best results, collect the rows to be inserted on the application side and perform a single row add operation. Experiment with the number of rows to determine the ideal number of rows to use in a single API call. This request might occasionally result in a 504 HTTP error. The appropriate response to this error is to repeat the request. /// + /// 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 @@ -233,7 +249,7 @@ public RequestInformation ToPostRequestInformation(WorkbookTableRow body, Action public RequestInformation ToPostRequestInformation(WorkbookTableRow 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/rows", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Sort/SortRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Sort/SortRequestBuilder.cs index 05315b29db..0e1fdfa3f0 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Sort/SortRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Sort/SortRequestBuilder.cs @@ -22,6 +22,7 @@ public class SortRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property sort for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sort for drives"; @@ -37,6 +38,10 @@ public Command BuildDeleteCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -46,6 +51,7 @@ public Command BuildDeleteCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -54,6 +60,7 @@ public Command BuildDeleteCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -68,6 +75,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of tablesort object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of tablesort object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tablesort-get?view=graph-rest-1.0"; @@ -83,6 +91,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -101,6 +113,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -116,6 +129,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -130,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property sort in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sort in drives"; @@ -145,6 +160,10 @@ public Command BuildPatchCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -157,6 +176,7 @@ public Command BuildPatchCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -176,6 +196,7 @@ public Command BuildPatchCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -189,13 +210,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SortRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SortRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/sort{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SortRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SortRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/sort{?%24expand,%24select}", rawUrl) { @@ -203,6 +224,7 @@ public SortRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property sort for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,7 +233,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/sort", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of tablesort 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 @@ -235,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sort in drives /// + /// 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 @@ -245,7 +269,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookTableSort body, Acti public RequestInformation ToPatchRequestInformation(WorkbookTableSort 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/sort", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs index a1d636af52..57815b7c35 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.cs @@ -23,6 +23,7 @@ public class TotalRowRangeRequestBuilder : BaseCliRequestBuilder { /// Gets the range object associated with totals row of the table. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Gets the range object associated with totals row of the table.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0"; @@ -38,6 +39,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -46,6 +51,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); @@ -57,6 +63,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -69,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TotalRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TotalRowRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/totalRowRange()", pathParameters) { } /// - /// Instantiates a new TotalRowRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TotalRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/totalRowRange()", rawUrl) { @@ -83,6 +90,7 @@ public TotalRowRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Gets the range object associated with totals row of the table. /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Worksheet/WorksheetRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Worksheet/WorksheetRequestBuilder.cs index e738d651bc..acfebf5361 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Worksheet/WorksheetRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Worksheet/WorksheetRequestBuilder.cs @@ -22,6 +22,7 @@ public class WorksheetRequestBuilder : BaseCliRequestBuilder { /// /// The worksheet containing the current table. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The worksheet containing the current table. Read-only."; @@ -37,6 +38,10 @@ public Command BuildGetCommand() { }; workbookWorksheetIdOption.IsRequired = true; command.AddOption(workbookWorksheetIdOption); + var indexOption = new Option("--index", description: "Usage: index={index}") { + }; + indexOption.IsRequired = true; + command.AddOption(indexOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -55,6 +60,7 @@ public Command BuildGetCommand() { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); var workbookWorksheetId = invocationContext.ParseResult.GetValueForOption(workbookWorksheetIdOption); + var index = invocationContext.ParseResult.GetValueForOption(indexOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -70,6 +76,7 @@ public Command BuildGetCommand() { if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); if (workbookWorksheetId is not null) requestInfo.PathParameters.Add("workbookWorksheet%2Did", workbookWorksheetId); + if (index is not null) requestInfo.PathParameters.Add("index", index); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -82,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorksheetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/worksheet{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorksheetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/worksheet{?%24expand,%24select}", rawUrl) { @@ -96,6 +103,7 @@ public WorksheetRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// The worksheet containing the current table. 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 diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/TablesRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/TablesRequestBuilder.cs index e3da229c57..5bc1e1f60d 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/TablesRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/TablesRequestBuilder.cs @@ -26,6 +26,7 @@ public class TablesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the add method. /// + /// A public Command BuildAddNavCommand() { var command = new Command("add"); command.Description = "Provides operations to call the add method."; @@ -41,6 +42,7 @@ public Command BuildAddNavCommand() { /// /// Provides operations to manage the tables property of the microsoft.graph.workbookWorksheet entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -64,6 +66,7 @@ public Tuple, List> BuildCommand() { /// /// Provides operations to call the count method. /// + /// A public Command BuildCountNavCommand() { var command = new Command("count"); command.Description = "Provides operations to call the count method."; @@ -79,6 +82,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to tables for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to tables for drives"; @@ -140,6 +144,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the itemAt method. /// + /// A public Command BuildItemAtWithIndexRbCommand() { var command = new Command("item-at-with-index"); command.Description = "Provides operations to call the itemAt method."; @@ -172,6 +177,7 @@ public Command BuildItemAtWithIndexRbCommand() { /// Retrieve a list of table objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of table objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/worksheet-list-tables?view=graph-rest-1.0"; @@ -280,13 +286,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TablesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TablesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TablesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TablesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -294,6 +300,7 @@ public TablesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Retrieve a list of table objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -310,6 +317,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to tables for drives /// + /// 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 @@ -320,7 +328,7 @@ public RequestInformation ToPostRequestInformation(WorkbookTable 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/UsedRange/UsedRangeRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/UsedRange/UsedRangeRequestBuilder.cs index 0984e9309d..786b4af3d5 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/UsedRange/UsedRangeRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/UsedRange/UsedRangeRequestBuilder.cs @@ -22,6 +22,7 @@ public class UsedRangeRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function usedRange /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function usedRange"; @@ -68,13 +69,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new UsedRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UsedRangeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/usedRange()", pathParameters) { } /// - /// Instantiates a new UsedRangeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UsedRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/usedRange()", rawUrl) { @@ -82,6 +83,7 @@ public UsedRangeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Invoke function usedRange /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/UsedRangeWithValuesOnly/UsedRangeWithValuesOnlyRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/UsedRangeWithValuesOnly/UsedRangeWithValuesOnlyRequestBuilder.cs index 56eb985574..27e48e757f 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/UsedRangeWithValuesOnly/UsedRangeWithValuesOnlyRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/UsedRangeWithValuesOnly/UsedRangeWithValuesOnlyRequestBuilder.cs @@ -22,6 +22,7 @@ public class UsedRangeWithValuesOnlyRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function usedRange /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function usedRange"; @@ -74,13 +75,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new UsedRangeWithValuesOnlyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UsedRangeWithValuesOnlyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/usedRange(valuesOnly={valuesOnly})", pathParameters) { } /// - /// Instantiates a new UsedRangeWithValuesOnlyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UsedRangeWithValuesOnlyRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/usedRange(valuesOnly={valuesOnly})", rawUrl) { @@ -88,6 +89,7 @@ public UsedRangeWithValuesOnlyRequestBuilder(string rawUrl) : base("{+baseurl}/d /// /// Invoke function usedRange /// + /// 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/Drives/Item/Items/Item/Workbook/Worksheets/Item/WorkbookWorksheetItemRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/WorkbookWorksheetItemRequestBuilder.cs index d6cff87f5e..66f3782f0e 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/WorkbookWorksheetItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/WorkbookWorksheetItemRequestBuilder.cs @@ -32,6 +32,7 @@ public class WorkbookWorksheetItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the cell method. /// + /// A public Command BuildCellWithRowWithColumnRbCommand() { var command = new Command("cell-with-row-with-column"); command.Description = "Provides operations to call the cell method."; @@ -47,6 +48,7 @@ public Command BuildCellWithRowWithColumnRbCommand() { /// /// Provides operations to manage the charts property of the microsoft.graph.workbookWorksheet entity. /// + /// A public Command BuildChartsNavCommand() { var command = new Command("charts"); command.Description = "Provides operations to manage the charts property of the microsoft.graph.workbookWorksheet entity."; @@ -76,6 +78,7 @@ public Command BuildChartsNavCommand() { /// Deletes the worksheet from the workbook. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes the worksheet from the workbook.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/worksheet-delete?view=graph-rest-1.0"; @@ -122,6 +125,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of worksheet object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of worksheet object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/worksheet-get?view=graph-rest-1.0"; @@ -184,6 +188,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the names property of the microsoft.graph.workbookWorksheet entity. /// + /// A public Command BuildNamesNavCommand() { var command = new Command("names"); command.Description = "Provides operations to manage the names property of the microsoft.graph.workbookWorksheet entity."; @@ -212,6 +217,7 @@ public Command BuildNamesNavCommand() { /// Update the properties of worksheet object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of worksheet object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/worksheet-update?view=graph-rest-1.0"; @@ -273,6 +279,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the pivotTables property of the microsoft.graph.workbookWorksheet entity. /// + /// A public Command BuildPivotTablesNavCommand() { var command = new Command("pivot-tables"); command.Description = "Provides operations to manage the pivotTables property of the microsoft.graph.workbookWorksheet entity."; @@ -299,6 +306,7 @@ public Command BuildPivotTablesNavCommand() { /// /// Provides operations to manage the protection property of the microsoft.graph.workbookWorksheet entity. /// + /// A public Command BuildProtectionNavCommand() { var command = new Command("protection"); command.Description = "Provides operations to manage the protection property of the microsoft.graph.workbookWorksheet entity."; @@ -323,6 +331,7 @@ public Command BuildProtectionNavCommand() { /// /// Provides operations to call the range method. /// + /// A public Command BuildRangeNavCommand() { var command = new Command("range"); command.Description = "Provides operations to call the range method."; @@ -338,6 +347,7 @@ public Command BuildRangeNavCommand() { /// /// Provides operations to call the range method. /// + /// A public Command BuildRangeWithAddressRbCommand() { var command = new Command("range-with-address"); command.Description = "Provides operations to call the range method."; @@ -353,6 +363,7 @@ public Command BuildRangeWithAddressRbCommand() { /// /// Provides operations to manage the tables property of the microsoft.graph.workbookWorksheet entity. /// + /// A public Command BuildTablesNavCommand() { var command = new Command("tables"); command.Description = "Provides operations to manage the tables property of the microsoft.graph.workbookWorksheet entity."; @@ -380,6 +391,7 @@ public Command BuildTablesNavCommand() { /// /// Provides operations to call the usedRange method. /// + /// A public Command BuildUsedRangeNavCommand() { var command = new Command("used-range"); command.Description = "Provides operations to call the usedRange method."; @@ -395,6 +407,7 @@ public Command BuildUsedRangeNavCommand() { /// /// Provides operations to call the usedRange method. /// + /// A public Command BuildUsedRangeWithValuesOnlyRbCommand() { var command = new Command("used-range-with-values-only"); command.Description = "Provides operations to call the usedRange method."; @@ -408,13 +421,13 @@ public Command BuildUsedRangeWithValuesOnlyRbCommand() { return command; } /// - /// Instantiates a new WorkbookWorksheetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkbookWorksheetItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkbookWorksheetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkbookWorksheetItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}{?%24expand,%24select}", rawUrl) { @@ -422,6 +435,7 @@ public WorkbookWorksheetItemRequestBuilder(string rawUrl) : base("{+baseurl}/dri /// /// Deletes the worksheet from the workbook. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -430,7 +444,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -438,6 +452,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of worksheet 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 @@ -454,6 +469,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of worksheet 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 @@ -464,7 +480,7 @@ public RequestInformation ToPatchRequestInformation(WorkbookWorksheet body, Acti public RequestInformation ToPatchRequestInformation(WorkbookWorksheet 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/WorksheetsRequestBuilder.cs b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/WorksheetsRequestBuilder.cs index 94dfa993bd..9987e3b695 100644 --- a/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/WorksheetsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/Item/Workbook/Worksheets/WorksheetsRequestBuilder.cs @@ -25,6 +25,7 @@ public class WorksheetsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the add method. /// + /// A public Command BuildAddNavCommand() { var command = new Command("add"); command.Description = "Provides operations to call the add method."; @@ -40,6 +41,7 @@ public Command BuildAddNavCommand() { /// /// Provides operations to manage the worksheets property of the microsoft.graph.workbook entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -62,6 +64,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."; @@ -77,6 +80,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to worksheets for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to worksheets for drives"; @@ -131,11 +135,12 @@ public Command BuildCreateCommand() { } /// /// Retrieve a list of worksheet objects. - /// Find more info here + /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); - command.Description = "Retrieve a list of worksheet objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/worksheet-list?view=graph-rest-1.0"; + command.Description = "Retrieve a list of worksheet objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/workbook-list-worksheets?view=graph-rest-1.0"; var driveIdOption = new Option("--drive-id", description: "The unique identifier of drive") { }; driveIdOption.IsRequired = true; @@ -235,13 +240,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new WorksheetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorksheetsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new WorksheetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorksheetsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -249,6 +254,7 @@ public WorksheetsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Retrieve a list of worksheet objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -265,6 +271,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to worksheets for drives /// + /// 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 @@ -275,7 +282,7 @@ public RequestInformation ToPostRequestInformation(WorkbookWorksheet body, Actio public RequestInformation ToPostRequestInformation(WorkbookWorksheet 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}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Items/ItemsRequestBuilder.cs b/src/generated/Drives/Item/Items/ItemsRequestBuilder.cs index 61471b4ae0..10beb423d9 100644 --- a/src/generated/Drives/Item/Items/ItemsRequestBuilder.cs +++ b/src/generated/Drives/Item/Items/ItemsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ItemsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the items property of the microsoft.graph.drive entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -67,6 +68,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."; @@ -82,6 +84,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to items for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to items for drives"; @@ -131,6 +134,7 @@ public Command BuildCreateCommand() { /// /// All items contained in the drive. Read-only. Nullable. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "All items contained in the drive. Read-only. Nullable."; @@ -227,13 +231,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -241,6 +245,7 @@ public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// All items contained in the drive. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -257,6 +262,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to items for drives /// + /// 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 @@ -267,7 +273,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.DriveItem body, public RequestInformation ToPostRequestInformation(ApiSdk.Models.DriveItem 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}/drives/{drive%2Did}/items", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs b/src/generated/Drives/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs index 9a76ea77e2..0cba2b29af 100644 --- a/src/generated/Drives/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs +++ b/src/generated/Drives/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class LastModifiedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who last modified the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who last modified the item. Read-only."; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -90,6 +92,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -109,13 +112,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/lastModifiedByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/lastModifiedByUser{?%24expand,%24select}", rawUrl) { @@ -123,6 +126,7 @@ public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/drives /// /// Identity of the user who last modified the item. 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 diff --git a/src/generated/Drives/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Drives/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index 158e4b90de..d0d45a813b 100644 --- a/src/generated/Drives/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Drives/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -119,13 +121,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -133,6 +135,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -149,6 +152,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -159,7 +163,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/drives/{drive%2Did}/lastModifiedByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 87e8097429..a701323dca 100644 --- a/src/generated/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/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}/drives/{drive%2Did}/lastModifiedByUser/serviceProvisioningErrors/$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}/drives/{drive%2Did}/lastModifiedByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 5d5740ef26..2857a64682 100644 --- a/src/generated/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Drives/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Drives/Item/List/Columns/ColumnsRequestBuilder.cs b/src/generated/Drives/Item/List/Columns/ColumnsRequestBuilder.cs index 3c793d3030..d0d2db4ef3 100644 --- a/src/generated/Drives/Item/List/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Columns/ColumnsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columns property of the microsoft.graph.list 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition]. /// + /// 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(ColumnDefinition body, Action public RequestInformation ToPostRequestInformation(ColumnDefinition 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}/drives/{drive%2Did}/list/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/Columns/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/List/Columns/Count/CountRequestBuilder.cs index 924d1c9a83..ab64d54131 100644 --- a/src/generated/Drives/Item/List/Columns/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Columns/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}/drives/{drive%2Did}/list/columns/$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}/drives/{drive%2Did}/list/columns/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/List/Columns/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Drives/Item/List/Columns/Item/ColumnDefinitionItemRequestBuilder.cs index c7dfcb5751..ac0fdb83a2 100644 --- a/src/generated/Drives/Item/List/Columns/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Columns/Item/ColumnDefinitionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property columns for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property columns for drives"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// The collection of field definitions for this list. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of field definitions for this list."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property columns in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property columns in drives"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. /// + /// A public Command BuildSourceColumnNavCommand() { var command = new Command("source-column"); command.Description = "Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity."; @@ -186,13 +190,13 @@ public Command BuildSourceColumnNavCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/columns/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/columns/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -200,6 +204,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/driv /// /// Delete navigation property columns for drives /// + /// 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}/drives/{drive%2Did}/list/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -216,6 +221,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of field definitions for this list. /// + /// 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 columns in drives /// + /// 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(ColumnDefinition body, Actio public RequestInformation ToPatchRequestInformation(ColumnDefinition 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}/drives/{drive%2Did}/list/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs b/src/generated/Drives/Item/List/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs index bf7b8e29a5..463931aaf6 100644 --- a/src/generated/Drives/Item/List/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs @@ -22,6 +22,7 @@ public class SourceColumnRequestBuilder : BaseCliRequestBuilder { /// /// The source column for the content type column. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The source column for the content type column."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SourceColumnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// The source column for the content type column. /// + /// 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/Drives/Item/List/ContentTypes/AddCopy/AddCopyPostRequestBody.cs b/src/generated/Drives/Item/List/ContentTypes/AddCopy/AddCopyPostRequestBody.cs index e952c34458..8400d5cf27 100644 --- a/src/generated/Drives/Item/List/ContentTypes/AddCopy/AddCopyPostRequestBody.cs +++ b/src/generated/Drives/Item/List/ContentTypes/AddCopy/AddCopyPostRequestBody.cs @@ -17,7 +17,7 @@ public class AddCopyPostRequestBody : IAdditionalDataHolder, IParsable { public string ContentType { get; set; } #endif /// - /// Instantiates a new addCopyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddCopyPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AddCopyPostRequestBody() { /// /// 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 AddCopyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static AddCopyPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contentType", n => { ContentType = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/List/ContentTypes/AddCopy/AddCopyRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/AddCopy/AddCopyRequestBuilder.cs index 617268313e..0c3a420340 100644 --- a/src/generated/Drives/Item/List/ContentTypes/AddCopy/AddCopyRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/AddCopy/AddCopyRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddCopyRequestBuilder : BaseCliRequestBuilder { /// Add a copy of a [content type][contentType] from a [site][site] to a [list][list]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add a copy of a [content type][contentType] from a [site][site] to a [list][list].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddCopyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddCopyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/addCopy", pathParameters) { } /// - /// Instantiates a new AddCopyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddCopyRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/addCopy", rawUrl) { @@ -84,6 +85,7 @@ public AddCopyRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Add a copy of a [content type][contentType] from a [site][site] to a [list][list]. /// + /// 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/Drives/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs b/src/generated/Drives/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs index 7fa7dc1153..e54c9198a0 100644 --- a/src/generated/Drives/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs +++ b/src/generated/Drives/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs @@ -17,7 +17,7 @@ public class AddCopyFromContentTypeHubPostRequestBody : IAdditionalDataHolder, I public string ContentTypeId { get; set; } #endif /// - /// Instantiates a new addCopyFromContentTypeHubPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddCopyFromContentTypeHubPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AddCopyFromContentTypeHubPostRequestBody() { /// /// 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 AddCopyFromContentTypeHubPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static AddCopyFromContentTypeHubPostRequestBody CreateFromDiscriminatorVa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contentTypeId", n => { ContentTypeId = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs index 7b06c0c867..65c2792690 100644 --- a/src/generated/Drives/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddCopyFromContentTypeHubRequestBuilder : BaseCliRequestBuilder { /// Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddCopyFromContentTypeHubRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddCopyFromContentTypeHubRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/addCopyFromContentTypeHub", pathParameters) { } /// - /// Instantiates a new AddCopyFromContentTypeHubRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddCopyFromContentTypeHubRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/addCopyFromContentTypeHub", rawUrl) { @@ -84,6 +85,7 @@ public AddCopyFromContentTypeHubRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. /// + /// 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/Drives/Item/List/ContentTypes/ContentTypesRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/ContentTypesRequestBuilder.cs index a143a90216..93c570ff75 100644 --- a/src/generated/Drives/Item/List/ContentTypes/ContentTypesRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/ContentTypesRequestBuilder.cs @@ -27,6 +27,7 @@ public class ContentTypesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the addCopyFromContentTypeHub method. /// + /// A public Command BuildAddCopyFromContentTypeHubNavCommand() { var command = new Command("add-copy-from-content-type-hub"); command.Description = "Provides operations to call the addCopyFromContentTypeHub method."; @@ -42,6 +43,7 @@ public Command BuildAddCopyFromContentTypeHubNavCommand() { /// /// Provides operations to call the addCopy method. /// + /// A public Command BuildAddCopyNavCommand() { var command = new Command("add-copy"); command.Description = "Provides operations to call the addCopy method."; @@ -57,6 +59,7 @@ public Command BuildAddCopyNavCommand() { /// /// Provides operations to manage the contentTypes property of the microsoft.graph.list entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -79,6 +82,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."; @@ -94,6 +98,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to contentTypes for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to contentTypes for drives"; @@ -143,6 +148,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the getCompatibleHubContentTypes method. /// + /// A public Command BuildGetCompatibleHubContentTypesNavCommand() { var command = new Command("get-compatible-hub-content-types"); command.Description = "Provides operations to call the getCompatibleHubContentTypes method."; @@ -159,6 +165,7 @@ public Command BuildGetCompatibleHubContentTypesNavCommand() { /// Get the collection of [contentType][contentType] resources in a [list][]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of [contentType][contentType] resources in a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0"; @@ -255,13 +262,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -269,6 +276,7 @@ public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Get the collection of [contentType][contentType] resources in a [list][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -285,6 +293,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to contentTypes for drives /// + /// 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 @@ -295,7 +304,7 @@ public RequestInformation ToPostRequestInformation(ContentType 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}/drives/{drive%2Did}/list/contentTypes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/ContentTypes/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Count/CountRequestBuilder.cs index 6b962ae7f2..2fc11fead4 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/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}/drives/{drive%2Did}/list/contentTypes/$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}/drives/{drive%2Did}/list/contentTypes/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs b/src/generated/Drives/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs index 4149bdc992..87931a3b87 100644 --- a/src/generated/Drives/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs +++ b/src/generated/Drives/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs @@ -18,6 +18,7 @@ public class GetCompatibleHubContentTypesGetResponse : BaseCollectionPaginationC /// /// 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 new GetCompatibleHubContentTypesGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetCompatibleHubContentTypesGetResponse : BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ContentType.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Drives/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs index 4e2b2e35d9..40b10d6a06 100644 --- a/src/generated/Drives/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetCompatibleHubContentTypesRequestBuilder : BaseCliRequestBuilder /// /// Invoke function getCompatibleHubContentTypes /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getCompatibleHubContentTypes"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetCompatibleHubContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetCompatibleHubContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/getCompatibleHubContentTypes(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetCompatibleHubContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/getCompatibleHubContentTypes(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetCompatibleHubContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetCompatibleHubContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/getCompatibleHubContentTypes(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetCompatibleHubContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/getCompatibleHubContentTypes(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getCompatibleHubContentTypes /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class GetCompatibleHubContentTypesRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Drives/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs b/src/generated/Drives/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs index 21a80ea975..8a65f681d1 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs @@ -19,7 +19,7 @@ public class AssociateWithHubSitesPostRequestBody : IAdditionalDataHolder, IPars /// The propagateToExistingLists property public bool? PropagateToExistingLists { get; set; } /// - /// Instantiates a new associateWithHubSitesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AssociateWithHubSitesPostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public AssociateWithHubSitesPostRequestBody() { /// /// 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 AssociateWithHubSitesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static AssociateWithHubSitesPostRequestBody CreateFromDiscriminatorValue( /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"hubSiteUrls", n => { HubSiteUrls = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Drives/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs index a7ff9c67d8..d5f306611e 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssociateWithHubSitesRequestBuilder : BaseCliRequestBuilder { /// Associate a published [content type][contentType] present in a content type hub with a list of hub sites. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Associate a published [content type][contentType] present in a content type hub with a list of hub sites.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AssociateWithHubSitesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssociateWithHubSitesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/associateWithHubSites", pathParameters) { } /// - /// Instantiates a new AssociateWithHubSitesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssociateWithHubSitesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/associateWithHubSites", rawUrl) { @@ -79,6 +80,7 @@ public AssociateWithHubSitesRequestBuilder(string rawUrl) : base("{+baseurl}/dri /// /// Associate a published [content type][contentType] present in a content type hub with a list of hub sites. /// + /// 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/Drives/Item/List/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs b/src/generated/Drives/Item/List/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs index d472820049..770b0859f1 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs @@ -22,6 +22,7 @@ public class BaseRequestBuilderEscaped : BaseCliRequestBuilder { /// /// Parent contentType from which this content type is derived. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Parent contentType from which this content type is derived."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new BaseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BaseRequestBuilderEscaped(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/base{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BaseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BaseRequestBuilderEscaped(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/base{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public BaseRequestBuilderEscaped(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Parent contentType from which this content type is derived. /// + /// 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/Drives/Item/List/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs index 34b21abeef..588c221795 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs @@ -24,6 +24,7 @@ public class BaseTypesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.Drives.Item.List.ContentTypes.Item.BaseTypes.Item.ContentTypeItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The collection of content types that are ancestors of this content type. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of content types that are ancestors of this content type."; @@ -150,13 +153,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new BaseTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BaseTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/baseTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new BaseTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BaseTypesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/baseTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -164,6 +167,7 @@ public BaseTypesRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// The collection of content types that are ancestors of this content type. /// + /// 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/Drives/Item/List/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs index f2184a9801..8ccceac112 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/BaseTypes/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"; @@ -65,13 +66,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}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/baseTypes/$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}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/baseTypes/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/List/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs index f32f3ae5da..c5b019e2bb 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentTypeItemRequestBuilder : BaseCliRequestBuilder { /// /// The collection of content types that are ancestors of this content type. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of content types that are ancestors of this content type."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/baseTypes/{contentType%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/baseTypes/{contentType%2Did1}{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// The collection of content types that are ancestors of this content type. /// + /// 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/Drives/Item/List/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs index b3e48ed60d..3e4fb59896 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnLinksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ColumnLinkItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to columnLinks for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to columnLinks for drives"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// The collection of columns that are required by this content type. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of columns that are required by this content type."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnLinksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnLinksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columnLinks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnLinksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnLinksRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columnLinks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public ColumnLinksRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// The collection of columns that are required by this content type. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to columnLinks for drives /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(ColumnLink 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}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columnLinks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs index 046b9ae34e..a2f59d7838 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/ColumnLinks/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"; @@ -65,13 +66,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}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columnLinks/$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}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columnLinks/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/List/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs index 405366d5d3..6a6ceb762e 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ColumnLinkItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property columnLinks for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property columnLinks for drives"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// The collection of columns that are required by this content type. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of columns that are required by this content type."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property columnLinks in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property columnLinks in drives"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ColumnLinkItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnLinkItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnLinkItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnLinkItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public ColumnLinkItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Delete navigation property columnLinks for drives /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of columns that are required by this content type. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property columnLinks in drives /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(ColumnLink 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}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs index 512929a54b..09b702f7dc 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnPositionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ColumnDefinitionItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// Column order information in a content type. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Column order information in a content type."; @@ -150,13 +153,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnPositionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnPositionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columnPositions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnPositionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnPositionsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columnPositions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -164,6 +167,7 @@ public ColumnPositionsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Column order information in a content type. /// + /// 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/Drives/Item/List/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs index 5d647cf8b3..cffd982467 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/ColumnPositions/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"; @@ -65,13 +66,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}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columnPositions/$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}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columnPositions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/List/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs index a2ec851941..d766006fbf 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Column order information in a content type. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Column order information in a content type."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columnPositions/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columnPositions/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/driv /// /// Column order information in a content type. /// + /// 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/Drives/Item/List/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs index fb05804ec7..f25e281de4 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columns property of the microsoft.graph.contentType 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"; @@ -211,13 +215,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -225,6 +229,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +246,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. /// + /// 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 @@ -251,7 +257,7 @@ public RequestInformation ToPostRequestInformation(ColumnDefinition body, Action public RequestInformation ToPostRequestInformation(ColumnDefinition 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}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs index 2abdab8f95..53be3fc093 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/Columns/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"; @@ -65,13 +66,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}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columns/$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}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columns/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/List/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs index a913fc31a6..2fd8d8fbfb 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0"; @@ -70,6 +71,7 @@ public Command BuildDeleteCommand() { /// Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"; @@ -133,6 +135,7 @@ public Command BuildGetCommand() { /// Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition]. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0"; @@ -194,6 +197,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. /// + /// A public Command BuildSourceColumnNavCommand() { var command = new Command("source-column"); command.Description = "Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity."; @@ -207,13 +211,13 @@ public Command BuildSourceColumnNavCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -221,6 +225,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/driv /// /// Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -237,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition]. /// + /// 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 @@ -263,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(ColumnDefinition body, Actio public RequestInformation ToPatchRequestInformation(ColumnDefinition 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}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs index 48f206b173..5ce35b2c3c 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs @@ -22,6 +22,7 @@ public class SourceColumnRequestBuilder : BaseCliRequestBuilder { /// /// The source column for the content type column. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The source column for the content type column."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SourceColumnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// The source column for the content type column. /// + /// 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/Drives/Item/List/ContentTypes/Item/ContentTypeItemRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Item/ContentTypeItemRequestBuilder.cs index 01ac13d67a..b68f0e5505 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/ContentTypeItemRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/ContentTypeItemRequestBuilder.cs @@ -32,6 +32,7 @@ public class ContentTypeItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the associateWithHubSites method. /// + /// A public Command BuildAssociateWithHubSitesNavCommand() { var command = new Command("associate-with-hub-sites"); command.Description = "Provides operations to call the associateWithHubSites method."; @@ -47,6 +48,7 @@ public Command BuildAssociateWithHubSitesNavCommand() { /// /// Provides operations to manage the base property of the microsoft.graph.contentType entity. /// + /// A public Command BuildBaseNavCommand() { var command = new Command("base"); command.Description = "Provides operations to manage the base property of the microsoft.graph.contentType entity."; @@ -62,6 +64,7 @@ public Command BuildBaseNavCommand() { /// /// Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. /// + /// A public Command BuildBaseTypesNavCommand() { var command = new Command("base-types"); command.Description = "Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity."; @@ -86,6 +89,7 @@ public Command BuildBaseTypesNavCommand() { /// /// Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. /// + /// A public Command BuildColumnLinksNavCommand() { var command = new Command("column-links"); command.Description = "Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity."; @@ -111,6 +115,7 @@ public Command BuildColumnLinksNavCommand() { /// /// Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. /// + /// A public Command BuildColumnPositionsNavCommand() { var command = new Command("column-positions"); command.Description = "Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity."; @@ -135,6 +140,7 @@ public Command BuildColumnPositionsNavCommand() { /// /// Provides operations to manage the columns property of the microsoft.graph.contentType entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.contentType entity."; @@ -160,6 +166,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to call the copyToDefaultContentLocation method. /// + /// A public Command BuildCopyToDefaultContentLocationNavCommand() { var command = new Command("copy-to-default-content-location"); command.Description = "Provides operations to call the copyToDefaultContentLocation method."; @@ -175,6 +182,7 @@ public Command BuildCopyToDefaultContentLocationNavCommand() { /// /// Delete navigation property contentTypes for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property contentTypes for drives"; @@ -214,6 +222,7 @@ public Command BuildDeleteCommand() { /// /// The collection of content types present in this list. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of content types present in this list."; @@ -270,6 +279,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the isPublished method. /// + /// A public Command BuildIsPublishedNavCommand() { var command = new Command("is-published"); command.Description = "Provides operations to call the isPublished method."; @@ -285,6 +295,7 @@ public Command BuildIsPublishedNavCommand() { /// /// Update the navigation property contentTypes in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property contentTypes in drives"; @@ -340,6 +351,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."; @@ -355,6 +367,7 @@ public Command BuildPublishNavCommand() { /// /// Provides operations to call the unpublish method. /// + /// A public Command BuildUnpublishNavCommand() { var command = new Command("unpublish"); command.Description = "Provides operations to call the unpublish method."; @@ -368,13 +381,13 @@ public Command BuildUnpublishNavCommand() { return command; } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}{?%24expand,%24select}", rawUrl) { @@ -382,6 +395,7 @@ public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Delete navigation property contentTypes for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -390,7 +404,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -398,6 +412,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of content types present in this list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -414,6 +429,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property contentTypes in drives /// + /// 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 @@ -424,7 +440,7 @@ public RequestInformation ToPatchRequestInformation(ContentType 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}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs b/src/generated/Drives/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs index 6bc2616bb4..3c56357ea5 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs @@ -26,7 +26,7 @@ public class CopyToDefaultContentLocationPostRequestBody : IAdditionalDataHolder public ItemReference SourceFile { get; set; } #endif /// - /// Instantiates a new copyToDefaultContentLocationPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToDefaultContentLocationPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public CopyToDefaultContentLocationPostRequestBody() { /// /// 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 CopyToDefaultContentLocationPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static CopyToDefaultContentLocationPostRequestBody CreateFromDiscriminato /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"destinationFileName", n => { DestinationFileName = n.GetStringValue(); } }, diff --git a/src/generated/Drives/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs index 2d7431cc13..88fb3c2a34 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs @@ -22,6 +22,7 @@ public class CopyToDefaultContentLocationRequestBuilder : BaseCliRequestBuilder /// Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToDefaultContentLocationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToDefaultContentLocationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/copyToDefaultContentLocation", pathParameters) { } /// - /// Instantiates a new CopyToDefaultContentLocationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToDefaultContentLocationRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/copyToDefaultContentLocation", rawUrl) { @@ -79,6 +80,7 @@ public CopyToDefaultContentLocationRequestBuilder(string rawUrl) : base("{+baseu /// /// Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation. /// + /// 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/Drives/Item/List/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs b/src/generated/Drives/Item/List/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs index f3f4cd0206..b5f562cdcc 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs @@ -11,7 +11,7 @@ public class IsPublishedGetResponse : IAdditionalDataHolder, IParsable { /// The value property public bool? Value { get; set; } /// - /// Instantiates a new isPublishedGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public IsPublishedGetResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public IsPublishedGetResponse() { /// /// 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 IsPublishedGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static IsPublishedGetResponse 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/Drives/Item/List/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs index 3982fe5446..c0a7465d46 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs @@ -21,6 +21,7 @@ public class IsPublishedRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function isPublished /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function isPublished"; @@ -61,13 +62,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new IsPublishedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IsPublishedRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/isPublished()", pathParameters) { } /// - /// Instantiates a new IsPublishedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IsPublishedRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/isPublished()", rawUrl) { @@ -75,6 +76,7 @@ public IsPublishedRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Invoke function isPublished /// + /// 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/Drives/Item/List/ContentTypes/Item/Publish/PublishRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Item/Publish/PublishRequestBuilder.cs index f8802898bc..290a03ebdf 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/Publish/PublishRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/Publish/PublishRequestBuilder.cs @@ -22,6 +22,7 @@ public class PublishRequestBuilder : BaseCliRequestBuilder { /// Publishes a [contentType][] present in the content type hub site. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Publishes a [contentType][] present in the content type hub site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0"; @@ -52,13 +53,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}/drives/{drive%2Did}/list/contentTypes/{contentType%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}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/publish", rawUrl) { @@ -66,6 +67,7 @@ public PublishRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Publishes a [contentType][] present in the content type hub site. /// + /// 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/Drives/Item/List/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs b/src/generated/Drives/Item/List/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs index 82974fa58d..26f870e787 100644 --- a/src/generated/Drives/Item/List/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnpublishRequestBuilder : BaseCliRequestBuilder { /// Unpublish a [contentType][] from a content type hub site. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Unpublish a [contentType][] from a content type hub site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnpublishRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnpublishRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/unpublish", pathParameters) { } /// - /// Instantiates a new UnpublishRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnpublishRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/contentTypes/{contentType%2Did}/unpublish", rawUrl) { @@ -66,6 +67,7 @@ public UnpublishRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Unpublish a [contentType][] from a content type hub site. /// + /// 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/Drives/Item/List/CreatedByUser/CreatedByUserRequestBuilder.cs b/src/generated/Drives/Item/List/CreatedByUser/CreatedByUserRequestBuilder.cs index 17a0299d62..d78b69c1ad 100644 --- a/src/generated/Drives/Item/List/CreatedByUser/CreatedByUserRequestBuilder.cs +++ b/src/generated/Drives/Item/List/CreatedByUser/CreatedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class CreatedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who created the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who created the item. Read-only."; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -90,6 +92,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -109,13 +112,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/createdByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/createdByUser{?%24expand,%24select}", rawUrl) { @@ -123,6 +126,7 @@ public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Identity of the user who created the item. 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 diff --git a/src/generated/Drives/Item/List/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Drives/Item/List/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index 1e1c9b70a9..adf485d9e7 100644 --- a/src/generated/Drives/Item/List/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -119,13 +121,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/createdByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/createdByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -133,6 +135,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -149,6 +152,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -159,7 +163,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/drives/{drive%2Did}/list/createdByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index c2b56848b2..4ccf1e7844 100644 --- a/src/generated/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/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}/drives/{drive%2Did}/list/createdByUser/serviceProvisioningErrors/$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}/drives/{drive%2Did}/list/createdByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 645438678f..130dc2e836 100644 --- a/src/generated/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Drives/Item/List/Drive/DriveRequestBuilder.cs b/src/generated/Drives/Item/List/Drive/DriveRequestBuilder.cs index 99c1b37ee0..8abc62b7b6 100644 --- a/src/generated/Drives/Item/List/Drive/DriveRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Drive/DriveRequestBuilder.cs @@ -22,6 +22,7 @@ public class DriveRequestBuilder : BaseCliRequestBuilder { /// /// Allows access to the list as a drive resource with driveItems. Only present on document libraries. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Allows access to the list as a drive resource with driveItems. Only present on document libraries."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/drive{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/drive{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Allows access to the list as a drive resource with driveItems. Only present on document libraries. /// + /// 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/Drives/Item/List/Items/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Count/CountRequestBuilder.cs index b8666c3360..d6a4ace176 100644 --- a/src/generated/Drives/Item/List/Items/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/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}/drives/{drive%2Did}/list/items/$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}/drives/{drive%2Did}/list/items/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/List/Items/Item/Analytics/AnalyticsRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/Analytics/AnalyticsRequestBuilder.cs index 64a7e3eb3c..2312917562 100644 --- a/src/generated/Drives/Item/List/Items/Item/Analytics/AnalyticsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/Analytics/AnalyticsRequestBuilder.cs @@ -22,6 +22,7 @@ public class AnalyticsRequestBuilder : BaseCliRequestBuilder { /// /// Analytics about the view activities that took place on this item. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Analytics about the view activities that took place on this item."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AnalyticsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/analytics{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/analytics{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// Analytics about the view activities that took place on this item. /// + /// 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/Drives/Item/List/Items/Item/CreateLink/CreateLinkPostRequestBody.cs b/src/generated/Drives/Item/List/Items/Item/CreateLink/CreateLinkPostRequestBody.cs index 56a7e874c7..44658e1afc 100644 --- a/src/generated/Drives/Item/List/Items/Item/CreateLink/CreateLinkPostRequestBody.cs +++ b/src/generated/Drives/Item/List/Items/Item/CreateLink/CreateLinkPostRequestBody.cs @@ -56,7 +56,7 @@ public class CreateLinkPostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new createLinkPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateLinkPostRequestBody() { AdditionalData = new Dictionary(); @@ -64,6 +64,7 @@ public CreateLinkPostRequestBody() { /// /// 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 CreateLinkPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -72,6 +73,7 @@ public static CreateLinkPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"expirationDateTime", n => { ExpirationDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Drives/Item/List/Items/Item/CreateLink/CreateLinkRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/CreateLink/CreateLinkRequestBuilder.cs index 4437a26252..3f55f18066 100644 --- a/src/generated/Drives/Item/List/Items/Item/CreateLink/CreateLinkRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/CreateLink/CreateLinkRequestBuilder.cs @@ -22,6 +22,7 @@ public class CreateLinkRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action createLink /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action createLink"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateLinkRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateLinkRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/createLink", pathParameters) { } /// - /// Instantiates a new CreateLinkRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateLinkRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/createLink", rawUrl) { @@ -89,6 +90,7 @@ public CreateLinkRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// Invoke action createLink /// + /// 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/Drives/Item/List/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs index 0c4557841b..8bc70b86ea 100644 --- a/src/generated/Drives/Item/List/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class CreatedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who created the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who created the item. Read-only."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -96,6 +98,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -115,13 +118,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/createdByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/createdByUser{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Identity of the user who created the item. 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 diff --git a/src/generated/Drives/Item/List/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index ad2064b81c..486e1ed025 100644 --- a/src/generated/Drives/Item/List/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -131,13 +133,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -145,6 +147,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,6 +164,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -171,7 +175,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/drives/{drive%2Did}/list/items/{listItem%2Did}/createdByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index be3b8f539a..9fe8e574b1 100644 --- a/src/generated/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/drives/{drive%2Did}/list/items/{listItem%2Did}/createdByUser/serviceProvisioningErrors/$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}/drives/{drive%2Did}/list/items/{listItem%2Did}/createdByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index ff91be6a62..e23859f5a6 100644 --- a/src/generated/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Drives/Item/List/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs index 54cab58591..ceed33f9f0 100644 --- a/src/generated/Drives/Item/List/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/DocumentSetVersions/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"; @@ -65,13 +66,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}/drives/{drive%2Did}/list/items/{listItem%2Did}/documentSetVersions/$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}/drives/{drive%2Did}/list/items/{listItem%2Did}/documentSetVersions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/List/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs index 46f980f0e3..4a0ef7e815 100644 --- a/src/generated/Drives/Item/List/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class DocumentSetVersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Create a new version of a document set item in a list. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new version of a document set item in a list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0"; @@ -110,6 +113,7 @@ public Command BuildCreateCommand() { /// Get a list of the versions of a document set item in a list. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the versions of a document set item in a list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"; @@ -212,13 +216,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DocumentSetVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DocumentSetVersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/documentSetVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DocumentSetVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DocumentSetVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/documentSetVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -226,6 +230,7 @@ public DocumentSetVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/drive /// /// Get a list of the versions of a document set item in a list. /// + /// 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 +247,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new version of a document set item in a list. /// + /// 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 +258,7 @@ public RequestInformation ToPostRequestInformation(DocumentSetVersion body, Acti public RequestInformation ToPostRequestInformation(DocumentSetVersion 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}/drives/{drive%2Did}/list/items/{listItem%2Did}/documentSetVersions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.cs index 9bb8579737..05302cb4ed 100644 --- a/src/generated/Drives/Item/List/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class DocumentSetVersionItemRequestBuilder : BaseCliRequestBuilder { /// Delete a version of a document set in a list. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a version of a document set in a list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0"; @@ -70,6 +71,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity. /// + /// A public Command BuildFieldsNavCommand() { var command = new Command("fields"); command.Description = "Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity."; @@ -88,6 +90,7 @@ public Command BuildFieldsNavCommand() { /// Read the properties and relationships of a documentSetVersion object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a documentSetVersion object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"; @@ -150,6 +153,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property documentSetVersions in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property documentSetVersions in drives"; @@ -211,6 +215,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the restore method. /// + /// A public Command BuildRestoreNavCommand() { var command = new Command("restore"); command.Description = "Provides operations to call the restore method."; @@ -224,13 +229,13 @@ public Command BuildRestoreNavCommand() { return command; } /// - /// Instantiates a new DocumentSetVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DocumentSetVersionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DocumentSetVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DocumentSetVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}{?%24expand,%24select}", rawUrl) { @@ -238,6 +243,7 @@ public DocumentSetVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/dr /// /// Delete a version of a document set in a list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,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}/drives/{drive%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +260,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a documentSetVersion 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 @@ -270,6 +277,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property documentSetVersions in drives /// + /// 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 @@ -280,7 +288,7 @@ public RequestInformation ToPatchRequestInformation(DocumentSetVersion body, Act public RequestInformation ToPatchRequestInformation(DocumentSetVersion 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}/drives/{drive%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/Items/Item/DocumentSetVersions/Item/Fields/FieldsRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/DocumentSetVersions/Item/Fields/FieldsRequestBuilder.cs index 3747bfc9f8..a1c86cb2a3 100644 --- a/src/generated/Drives/Item/List/Items/Item/DocumentSetVersions/Item/Fields/FieldsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/DocumentSetVersions/Item/Fields/FieldsRequestBuilder.cs @@ -22,6 +22,7 @@ public class FieldsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property fields for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property fields for drives"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// A collection of the fields and values for this version of the list item. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A collection of the fields and values for this version of the list item."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property fields in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property fields in drives"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FieldsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/fields{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/fields{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property fields for drives /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A collection of the fields and values for this version of the list item. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property fields in drives /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(FieldValueSet 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}/drives/{drive%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs index f292377af8..fca847db40 100644 --- a/src/generated/Drives/Item/List/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs @@ -22,6 +22,7 @@ public class RestoreRequestBuilder : BaseCliRequestBuilder { /// Restore a document set version. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a document set version.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/restore", pathParameters) { } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/restore", rawUrl) { @@ -72,6 +73,7 @@ public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Restore a document set version. /// + /// 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/Drives/Item/List/Items/Item/DriveItem/Content/ContentRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/DriveItem/Content/ContentRequestBuilder.cs index 45af38e632..f5be09f715 100644 --- a/src/generated/Drives/Item/List/Items/Item/DriveItem/Content/ContentRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/DriveItem/Content/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream, if the item represents a file."; @@ -33,15 +34,21 @@ public Command BuildGetCommand() { }; listItemIdOption.IsRequired = true; command.AddOption(listItemIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var listItemId = invocationContext.ParseResult.GetValueForOption(listItemIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (listItemId is not null) requestInfo.PathParameters.Add("listItem%2Did", listItemId); @@ -66,6 +73,7 @@ public Command BuildGetCommand() { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream, if the item represents a file."; @@ -116,27 +124,28 @@ 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}/drives/{drive%2Did}/list/items/{listItem%2Did}/driveItem/content", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/driveItem/content{?%24format*}", 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}/drives/{drive%2Did}/list/items/{listItem%2Did}/driveItem/content", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/driveItem/content{?%24format*}", rawUrl) { } /// /// The content stream, if the item represents a file. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -146,6 +155,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream, if the item represents a file. /// + /// 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 @@ -156,11 +166,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/driveItem/content", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// The content stream, if the item represents a file. + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Drives/Item/List/Items/Item/DriveItem/DriveItemRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/DriveItem/DriveItemRequestBuilder.cs index cf848b8384..2e61fd14d6 100644 --- a/src/generated/Drives/Item/List/Items/Item/DriveItem/DriveItemRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/DriveItem/DriveItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DriveItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the drive entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the drive entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// For document libraries, the driveItem relationship exposes the listItem as a [driveItem][] /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]"; @@ -93,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/driveItem{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/driveItem{?%24expand,%24select}", rawUrl) { @@ -107,6 +109,7 @@ public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2 /// /// For document libraries, the driveItem relationship exposes the listItem as a [driveItem][] /// + /// 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/Drives/Item/List/Items/Item/Fields/FieldsRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/Fields/FieldsRequestBuilder.cs index 39329c2e2a..2ff073dc5f 100644 --- a/src/generated/Drives/Item/List/Items/Item/Fields/FieldsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/Fields/FieldsRequestBuilder.cs @@ -22,6 +22,7 @@ public class FieldsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property fields for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property fields for drives"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// The values of the columns set on this list item. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The values of the columns set on this list item."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// Update the properties on a [listItem][]. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties on a [listItem][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FieldsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/fields{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/fields{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property fields for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The values of the columns set on this list item. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties on a [listItem][]. /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(FieldValueSet 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}/drives/{drive%2Did}/list/items/{listItem%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs b/src/generated/Drives/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs index dde3757ec8..e841a2df8e 100644 --- a/src/generated/Drives/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs +++ b/src/generated/Drives/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs @@ -18,6 +18,7 @@ public class GetActivitiesByIntervalGetResponse : BaseCollectionPaginationCountR /// /// 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 new GetActivitiesByIntervalGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetActivitiesByIntervalGetResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivityStat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Drives/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs index 49d9bddea6..00af464d47 100644 --- a/src/generated/Drives/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetActivitiesByIntervalRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function getActivitiesByInterval /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getActivitiesByInterval"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (listItemId is not null) requestInfo.PathParameters.Add("listItem%2Did", listItemId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetActivitiesByIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/getActivitiesByInterval(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetActivitiesByIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/getActivitiesByInterval(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetActivitiesByIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/getActivitiesByInterval(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetActivitiesByIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/getActivitiesByInterval(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getActivitiesByInterval /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class GetActivitiesByIntervalRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Drives/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs b/src/generated/Drives/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs index 1f98fccc46..313906f838 100644 --- a/src/generated/Drives/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs +++ b/src/generated/Drives/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs @@ -18,6 +18,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// 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 new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivityStat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Drives/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs index 58f4caf330..d672e7a229 100644 --- a/src/generated/Drives/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// Invoke function getActivitiesByInterval /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getActivitiesByInterval"; @@ -74,6 +75,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -93,6 +99,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -109,6 +116,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (listItemId is not null) requestInfo.PathParameters.Add("listItem%2Did", listItemId); @@ -134,20 +142,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getActivitiesByInterval /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -168,6 +177,16 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs index 6a669a5ab4..54df9ecb63 100644 --- a/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class LastModifiedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who last modified the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who last modified the item. Read-only."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -96,6 +98,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -115,13 +118,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/lastModifiedByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/lastModifiedByUser{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/drives /// /// Identity of the user who last modified the item. 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 diff --git a/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index a463ecfe91..76ed78d628 100644 --- a/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -131,13 +133,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -145,6 +147,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,6 +164,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -171,7 +175,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/drives/{drive%2Did}/list/items/{listItem%2Did}/lastModifiedByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 668945519c..3adc9a8cc8 100644 --- a/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/drives/{drive%2Did}/list/items/{listItem%2Did}/lastModifiedByUser/serviceProvisioningErrors/$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}/drives/{drive%2Did}/list/items/{listItem%2Did}/lastModifiedByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 534915f083..07b3072ad0 100644 --- a/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Drives/Item/List/Items/Item/ListItemItemRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/ListItemItemRequestBuilder.cs index f44d81de07..1dd1c2c601 100644 --- a/src/generated/Drives/Item/List/Items/Item/ListItemItemRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/ListItemItemRequestBuilder.cs @@ -32,6 +32,7 @@ public class ListItemItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the analytics property of the microsoft.graph.listItem entity. /// + /// A public Command BuildAnalyticsNavCommand() { var command = new Command("analytics"); command.Description = "Provides operations to manage the analytics property of the microsoft.graph.listItem entity."; @@ -47,6 +48,7 @@ public Command BuildAnalyticsNavCommand() { /// /// Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildCreatedByUserNavCommand() { var command = new Command("created-by-user"); command.Description = "Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity."; @@ -69,6 +71,7 @@ public Command BuildCreatedByUserNavCommand() { /// /// Provides operations to call the createLink method. /// + /// A public Command BuildCreateLinkNavCommand() { var command = new Command("create-link"); command.Description = "Provides operations to call the createLink method."; @@ -85,6 +88,7 @@ public Command BuildCreateLinkNavCommand() { /// Removes an item from a [list][]. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Removes an item from a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0"; @@ -124,6 +128,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity. /// + /// A public Command BuildDocumentSetVersionsNavCommand() { var command = new Command("document-set-versions"); command.Description = "Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity."; @@ -149,6 +154,7 @@ public Command BuildDocumentSetVersionsNavCommand() { /// /// Provides operations to manage the driveItem property of the microsoft.graph.listItem entity. /// + /// A public Command BuildDriveItemNavCommand() { var command = new Command("drive-item"); command.Description = "Provides operations to manage the driveItem property of the microsoft.graph.listItem entity."; @@ -170,6 +176,7 @@ public Command BuildDriveItemNavCommand() { /// /// Provides operations to manage the fields property of the microsoft.graph.listItem entity. /// + /// A public Command BuildFieldsNavCommand() { var command = new Command("fields"); command.Description = "Provides operations to manage the fields property of the microsoft.graph.listItem entity."; @@ -187,6 +194,7 @@ public Command BuildFieldsNavCommand() { /// /// Provides operations to call the getActivitiesByInterval method. /// + /// A public Command BuildGetActivitiesByIntervalNavCommand() { var command = new Command("get-activities-by-interval"); command.Description = "Provides operations to call the getActivitiesByInterval method."; @@ -202,6 +210,7 @@ public Command BuildGetActivitiesByIntervalNavCommand() { /// /// Provides operations to call the getActivitiesByInterval method. /// + /// A public Command BuildGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRbCommand() { var command = new Command("get-activities-by-interval-with-start-date-time-with-end-date-time-with-interval"); command.Description = "Provides operations to call the getActivitiesByInterval method."; @@ -218,6 +227,7 @@ public Command BuildGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithI /// Returns the metadata for an [item][] in a [list][]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Returns the metadata for an [item][] in a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0"; @@ -274,6 +284,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildLastModifiedByUserNavCommand() { var command = new Command("last-modified-by-user"); command.Description = "Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity."; @@ -296,6 +307,7 @@ public Command BuildLastModifiedByUserNavCommand() { /// /// Update the navigation property items in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property items in drives"; @@ -351,6 +363,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the versions property of the microsoft.graph.listItem entity. /// + /// A public Command BuildVersionsNavCommand() { var command = new Command("versions"); command.Description = "Provides operations to manage the versions property of the microsoft.graph.listItem entity."; @@ -374,13 +387,13 @@ public Command BuildVersionsNavCommand() { return command; } /// - /// Instantiates a new ListItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ListItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -388,6 +401,7 @@ public ListItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{driv /// /// Removes an item from a [list][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -396,7 +410,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -404,6 +418,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Returns the metadata for an [item][] in a [list][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -420,6 +435,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property items in drives /// + /// 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 @@ -430,7 +446,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ListItem body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ListItem 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}/drives/{drive%2Did}/list/items/{listItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/Items/Item/Versions/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/Versions/Count/CountRequestBuilder.cs index 17fbffbfac..1f2d7967a5 100644 --- a/src/generated/Drives/Item/List/Items/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/Versions/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"; @@ -65,13 +66,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}/drives/{drive%2Did}/list/items/{listItem%2Did}/versions/$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}/drives/{drive%2Did}/list/items/{listItem%2Did}/versions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/List/Items/Item/Versions/Item/Fields/FieldsRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/Versions/Item/Fields/FieldsRequestBuilder.cs index 8550370106..3baa786f17 100644 --- a/src/generated/Drives/Item/List/Items/Item/Versions/Item/Fields/FieldsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/Versions/Item/Fields/FieldsRequestBuilder.cs @@ -22,6 +22,7 @@ public class FieldsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property fields for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property fields for drives"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// A collection of the fields and values for this version of the list item. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A collection of the fields and values for this version of the list item."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property fields in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property fields in drives"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FieldsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}/fields{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}/fields{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did /// /// Delete navigation property fields for drives /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A collection of the fields and values for this version of the list item. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property fields in drives /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(FieldValueSet 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}/drives/{drive%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.cs index 93a88139be..a39210836f 100644 --- a/src/generated/Drives/Item/List/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class ListItemVersionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property versions for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property versions for drives"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity. /// + /// A public Command BuildFieldsNavCommand() { var command = new Command("fields"); command.Description = "Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity."; @@ -87,6 +89,7 @@ public Command BuildFieldsNavCommand() { /// Retrieve the metadata for a specific version of a ListItem. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the metadata for a specific version of a ListItem.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0"; @@ -149,6 +152,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property versions in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property versions in drives"; @@ -210,6 +214,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the restoreVersion method. /// + /// A public Command BuildRestoreVersionNavCommand() { var command = new Command("restore-version"); command.Description = "Provides operations to call the restoreVersion method."; @@ -223,13 +228,13 @@ public Command BuildRestoreVersionNavCommand() { return command; } /// - /// Instantiates a new ListItemVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListItemVersionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ListItemVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListItemVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}{?%24expand,%24select}", rawUrl) { @@ -237,6 +242,7 @@ public ListItemVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/drive /// /// Delete navigation property versions for drives /// + /// 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 +251,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -253,6 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the metadata for a specific version of a ListItem. /// + /// 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 +276,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property versions in drives /// + /// 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 +287,7 @@ public RequestInformation ToPatchRequestInformation(ListItemVersion body, Action public RequestInformation ToPatchRequestInformation(ListItemVersion 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}/drives/{drive%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs index 2a0e4bbcab..e11f89a146 100644 --- a/src/generated/Drives/Item/List/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RestoreVersionRequestBuilder : BaseCliRequestBuilder { /// Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreVersionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreVersionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}/restoreVersion", pathParameters) { } /// - /// Instantiates a new RestoreVersionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreVersionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}/restoreVersion", rawUrl) { @@ -72,6 +73,7 @@ public RestoreVersionRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dr /// /// Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. /// + /// 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/Drives/Item/List/Items/Item/Versions/VersionsRequestBuilder.cs b/src/generated/Drives/Item/List/Items/Item/Versions/VersionsRequestBuilder.cs index d212b2fe3f..d00dcfcd0d 100644 --- a/src/generated/Drives/Item/List/Items/Item/Versions/VersionsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/Item/Versions/VersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class VersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the versions property of the microsoft.graph.listItem entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to versions for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to versions for drives"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0"; @@ -211,13 +215,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items/{listItem%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -225,6 +229,7 @@ public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2D /// /// SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +246,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to versions for drives /// + /// 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 @@ -251,7 +257,7 @@ public RequestInformation ToPostRequestInformation(ListItemVersion body, Action< public RequestInformation ToPostRequestInformation(ListItemVersion 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}/drives/{drive%2Did}/list/items/{listItem%2Did}/versions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/Items/ItemsRequestBuilder.cs b/src/generated/Drives/Item/List/Items/ItemsRequestBuilder.cs index 449be922d4..126bd28a96 100644 --- a/src/generated/Drives/Item/List/Items/ItemsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Items/ItemsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ItemsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the items property of the microsoft.graph.list entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -46,6 +47,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."; @@ -62,6 +64,7 @@ public Command BuildCountNavCommand() { /// Create a new [listItem][] in a [list][]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new [listItem][] in a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0"; @@ -112,6 +115,7 @@ public Command BuildCreateCommand() { /// Get the collection of [items][item] in a [list][]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of [items][item] in a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0"; @@ -202,13 +206,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/items{?%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/items{?%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -216,6 +220,7 @@ public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// Get the collection of [items][item] in a [list][]. /// + /// 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 +237,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new [listItem][] in a [list][]. /// + /// 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 +248,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.ListItem body, public RequestInformation ToPostRequestInformation(ApiSdk.Models.ListItem 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}/drives/{drive%2Did}/list/items", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs b/src/generated/Drives/Item/List/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs index afb52e159f..e5831b5fa5 100644 --- a/src/generated/Drives/Item/List/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs +++ b/src/generated/Drives/Item/List/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class LastModifiedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who last modified the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who last modified the item. Read-only."; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -90,6 +92,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -109,13 +112,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/lastModifiedByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/lastModifiedByUser{?%24expand,%24select}", rawUrl) { @@ -123,6 +126,7 @@ public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/drives /// /// Identity of the user who last modified the item. 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 diff --git a/src/generated/Drives/Item/List/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Drives/Item/List/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index b886173dd4..91e6c2fff6 100644 --- a/src/generated/Drives/Item/List/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -119,13 +121,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -133,6 +135,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{d /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -149,6 +152,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -159,7 +163,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/drives/{drive%2Did}/list/lastModifiedByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 69296d0915..54be0aa7a6 100644 --- a/src/generated/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/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}/drives/{drive%2Did}/list/lastModifiedByUser/serviceProvisioningErrors/$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}/drives/{drive%2Did}/list/lastModifiedByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 7a554922ec..de19b4e56b 100644 --- a/src/generated/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Drives/Item/List/ListRequestBuilder.cs b/src/generated/Drives/Item/List/ListRequestBuilder.cs index ef4a19257b..ea2b6512c3 100644 --- a/src/generated/Drives/Item/List/ListRequestBuilder.cs +++ b/src/generated/Drives/Item/List/ListRequestBuilder.cs @@ -30,6 +30,7 @@ public class ListRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columns property of the microsoft.graph.list entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.list entity."; @@ -55,6 +56,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to manage the contentTypes property of the microsoft.graph.list entity. /// + /// A public Command BuildContentTypesNavCommand() { var command = new Command("content-types"); command.Description = "Provides operations to manage the contentTypes property of the microsoft.graph.list entity."; @@ -83,6 +85,7 @@ public Command BuildContentTypesNavCommand() { /// /// Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildCreatedByUserNavCommand() { var command = new Command("created-by-user"); command.Description = "Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity."; @@ -105,6 +108,7 @@ public Command BuildCreatedByUserNavCommand() { /// /// Delete navigation property list for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property list for drives"; @@ -138,6 +142,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the drive property of the microsoft.graph.list entity. /// + /// A public Command BuildDriveNavCommand() { var command = new Command("drive"); command.Description = "Provides operations to manage the drive property of the microsoft.graph.list entity."; @@ -153,6 +158,7 @@ public Command BuildDriveNavCommand() { /// /// For drives in SharePoint, the underlying document library list. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "For drives in SharePoint, the underlying document library list. Read-only. Nullable."; @@ -203,6 +209,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the items property of the microsoft.graph.list entity. /// + /// A public Command BuildItemsNavCommand() { var command = new Command("items"); command.Description = "Provides operations to manage the items property of the microsoft.graph.list entity."; @@ -228,6 +235,7 @@ public Command BuildItemsNavCommand() { /// /// Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildLastModifiedByUserNavCommand() { var command = new Command("last-modified-by-user"); command.Description = "Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity."; @@ -250,6 +258,7 @@ public Command BuildLastModifiedByUserNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.list entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.list entity."; @@ -275,6 +284,7 @@ public Command BuildOperationsNavCommand() { /// /// Update the navigation property list in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property list in drives"; @@ -324,6 +334,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the subscriptions property of the microsoft.graph.list entity. /// + /// A public Command BuildSubscriptionsNavCommand() { var command = new Command("subscriptions"); command.Description = "Provides operations to manage the subscriptions property of the microsoft.graph.list entity."; @@ -347,13 +358,13 @@ public Command BuildSubscriptionsNavCommand() { return command; } /// - /// Instantiates a new ListRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ListRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list{?%24expand,%24select}", rawUrl) { @@ -361,6 +372,7 @@ public ListRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Delete navigation property list for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -369,7 +381,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/drives/{drive%2Did}/list", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -377,6 +389,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// For drives in SharePoint, the underlying document library list. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -393,6 +406,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property list in drives /// + /// 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 @@ -403,7 +417,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.List body, Act public RequestInformation ToPatchRequestInformation(ApiSdk.Models.List 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}/drives/{drive%2Did}/list", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/Operations/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/List/Operations/Count/CountRequestBuilder.cs index 5ec3fef8de..5f97fc56fc 100644 --- a/src/generated/Drives/Item/List/Operations/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Operations/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}/drives/{drive%2Did}/list/operations/$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}/drives/{drive%2Did}/list/operations/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/List/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs b/src/generated/Drives/Item/List/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs index 3e70ed3662..495a52a430 100644 --- a/src/generated/Drives/Item/List/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class RichLongRunningOperationItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property operations for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property operations for drives"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// The collection of long-running operations on the list. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of long-running operations on the list."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property operations in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property operations in drives"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new RichLongRunningOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RichLongRunningOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/operations/{richLongRunningOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RichLongRunningOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RichLongRunningOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/operations/{richLongRunningOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public RichLongRunningOperationItemRequestBuilder(string rawUrl) : base("{+baseu /// /// Delete navigation property operations for drives /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/drives/{drive%2Did}/list/operations/{richLongRunningOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of long-running operations on the list. /// + /// 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 /// Update the navigation property operations in drives /// + /// 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 ToPatchRequestInformation(RichLongRunningOperation bod public RequestInformation ToPatchRequestInformation(RichLongRunningOperation 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}/drives/{drive%2Did}/list/operations/{richLongRunningOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/Operations/OperationsRequestBuilder.cs b/src/generated/Drives/Item/List/Operations/OperationsRequestBuilder.cs index 20a57d5093..62b236bed8 100644 --- a/src/generated/Drives/Item/List/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Operations/OperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the operations property of the microsoft.graph.list entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new RichLongRunningOperationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to operations for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to operations for drives"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// The collection of long-running operations on the list. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of long-running operations on the list."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive% /// /// The collection of long-running operations on the list. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for drives /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(RichLongRunningOperation body public RequestInformation ToPostRequestInformation(RichLongRunningOperation 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}/drives/{drive%2Did}/list/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/Subscriptions/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/List/Subscriptions/Count/CountRequestBuilder.cs index e4998ea9e2..ded5e288ec 100644 --- a/src/generated/Drives/Item/List/Subscriptions/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Subscriptions/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}/drives/{drive%2Did}/list/subscriptions/$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}/drives/{drive%2Did}/list/subscriptions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/List/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs b/src/generated/Drives/Item/List/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs index 778e0faacc..74131bab38 100644 --- a/src/generated/Drives/Item/List/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs @@ -22,6 +22,7 @@ public class ReauthorizeRequestBuilder : BaseCliRequestBuilder { /// Reauthorize a subscription when you receive a reauthorizationRequired challenge. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reauthorize a subscription when you receive a reauthorizationRequired challenge.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReauthorizeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReauthorizeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/subscriptions/{subscription%2Did}/reauthorize", pathParameters) { } /// - /// Instantiates a new ReauthorizeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReauthorizeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/subscriptions/{subscription%2Did}/reauthorize", rawUrl) { @@ -66,6 +67,7 @@ public ReauthorizeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive /// /// Reauthorize a subscription when you receive a reauthorizationRequired challenge. /// + /// 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/Drives/Item/List/Subscriptions/Item/SubscriptionItemRequestBuilder.cs b/src/generated/Drives/Item/List/Subscriptions/Item/SubscriptionItemRequestBuilder.cs index fe18e61090..6523484627 100644 --- a/src/generated/Drives/Item/List/Subscriptions/Item/SubscriptionItemRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Subscriptions/Item/SubscriptionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class SubscriptionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property subscriptions for drives /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property subscriptions for drives"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// The set of subscriptions on the list. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The set of subscriptions on the list."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property subscriptions in drives /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property subscriptions in drives"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the reauthorize method. /// + /// A public Command BuildReauthorizeNavCommand() { var command = new Command("reauthorize"); command.Description = "Provides operations to call the reauthorize method."; @@ -186,13 +190,13 @@ public Command BuildReauthorizeNavCommand() { return command; } /// - /// Instantiates a new SubscriptionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubscriptionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/subscriptions/{subscription%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubscriptionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubscriptionItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/subscriptions/{subscription%2Did}{?%24expand,%24select}", rawUrl) { @@ -200,6 +204,7 @@ public SubscriptionItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{ /// /// Delete navigation property subscriptions for drives /// + /// 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}/drives/{drive%2Did}/list/subscriptions/{subscription%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -216,6 +221,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The set of subscriptions on the list. /// + /// 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 subscriptions in drives /// + /// 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(Subscription 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}/drives/{drive%2Did}/list/subscriptions/{subscription%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/List/Subscriptions/SubscriptionsRequestBuilder.cs b/src/generated/Drives/Item/List/Subscriptions/SubscriptionsRequestBuilder.cs index fef9d5459e..4b53fe203b 100644 --- a/src/generated/Drives/Item/List/Subscriptions/SubscriptionsRequestBuilder.cs +++ b/src/generated/Drives/Item/List/Subscriptions/SubscriptionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubscriptionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the subscriptions property of the microsoft.graph.list 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 subscriptions for drives /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to subscriptions for drives"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// The set of subscriptions on the list. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The set of subscriptions on the list."; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SubscriptionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubscriptionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/list/subscriptions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SubscriptionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubscriptionsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/list/subscriptions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public SubscriptionsRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// The set of subscriptions on the list. /// + /// 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 subscriptions for drives /// + /// 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(Subscription 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}/drives/{drive%2Did}/list/subscriptions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Drives/Item/Recent/RecentGetResponse.cs b/src/generated/Drives/Item/Recent/RecentGetResponse.cs index 677e89f985..66f2387239 100644 --- a/src/generated/Drives/Item/Recent/RecentGetResponse.cs +++ b/src/generated/Drives/Item/Recent/RecentGetResponse.cs @@ -18,6 +18,7 @@ public class RecentGetResponse : BaseCollectionPaginationCountResponse, IParsabl /// /// 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 new RecentGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class RecentGetResponse : BaseCollectionPaginationCountResponse, IParsabl /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.DriveItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Drives/Item/Recent/RecentRequestBuilder.cs b/src/generated/Drives/Item/Recent/RecentRequestBuilder.cs index 38a9b61ac3..fcbf4f97cd 100644 --- a/src/generated/Drives/Item/Recent/RecentRequestBuilder.cs +++ b/src/generated/Drives/Item/Recent/RecentRequestBuilder.cs @@ -21,6 +21,7 @@ public class RecentRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function recent /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function recent"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RecentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RecentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/recent(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public RecentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/recent(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RecentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RecentRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/recent(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public RecentRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/recent(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function recent /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class RecentRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Drives/Item/Root/Content/ContentRequestBuilder.cs b/src/generated/Drives/Item/Root/Content/ContentRequestBuilder.cs index d5a08cb372..86c85c829e 100644 --- a/src/generated/Drives/Item/Root/Content/ContentRequestBuilder.cs +++ b/src/generated/Drives/Item/Root/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The content stream, if the item represents a file. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream, if the item represents a file.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0"; @@ -30,14 +31,20 @@ public Command BuildGetCommand() { }; driveIdOption.IsRequired = true; command.AddOption(driveIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); var errorMapping = new Dictionary> { @@ -61,6 +68,7 @@ public Command BuildGetCommand() { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream, if the item represents a file."; @@ -105,27 +113,28 @@ 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}/drives/{drive%2Did}/root/content", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/root/content{?%24format*}", 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}/drives/{drive%2Did}/root/content", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/root/content{?%24format*}", rawUrl) { } /// /// The content stream, if the item represents a file. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -135,6 +144,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream, if the item represents a file. /// + /// 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 @@ -145,11 +155,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/drives/{drive%2Did}/root/content", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// The content stream, if the item represents a file. + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Drives/Item/Root/RootRequestBuilder.cs b/src/generated/Drives/Item/Root/RootRequestBuilder.cs index bbbed07848..4a305a8e5d 100644 --- a/src/generated/Drives/Item/Root/RootRequestBuilder.cs +++ b/src/generated/Drives/Item/Root/RootRequestBuilder.cs @@ -23,6 +23,7 @@ public class RootRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the drive entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the drive entity."; @@ -40,6 +41,7 @@ public Command BuildContentNavCommand() { /// Retrieve the metadata for a driveItem in a drive by file system path or ID.item-id is the ID of a driveItem. It may also be the unique ID of a SharePoint list item. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the metadata for a driveItem in a drive by file system path or ID.item-id is the ID of a driveItem. It may also be the unique ID of a SharePoint list item.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0"; @@ -88,13 +90,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RootRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RootRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/root{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RootRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RootRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/root{?%24expand,%24select}", rawUrl) { @@ -102,6 +104,7 @@ public RootRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/ /// /// Retrieve the metadata for a driveItem in a drive by file system path or ID.item-id is the ID of a driveItem. It may also be the unique ID of a SharePoint list item. /// + /// 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/Drives/Item/SearchWithQ/SearchWithQGetResponse.cs b/src/generated/Drives/Item/SearchWithQ/SearchWithQGetResponse.cs index 1e6496c703..58bd25c6c6 100644 --- a/src/generated/Drives/Item/SearchWithQ/SearchWithQGetResponse.cs +++ b/src/generated/Drives/Item/SearchWithQ/SearchWithQGetResponse.cs @@ -18,6 +18,7 @@ public class SearchWithQGetResponse : BaseCollectionPaginationCountResponse, IPa /// /// 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 new SearchWithQGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class SearchWithQGetResponse : BaseCollectionPaginationCountResponse, IPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.DriveItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Drives/Item/SearchWithQ/SearchWithQRequestBuilder.cs b/src/generated/Drives/Item/SearchWithQ/SearchWithQRequestBuilder.cs index f559ba80f5..de09712738 100644 --- a/src/generated/Drives/Item/SearchWithQ/SearchWithQRequestBuilder.cs +++ b/src/generated/Drives/Item/SearchWithQ/SearchWithQRequestBuilder.cs @@ -21,6 +21,7 @@ public class SearchWithQRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function search /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function search"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (q is not null) requestInfo.PathParameters.Add("q", q); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SearchWithQRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public SearchWithQRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/search(q='{q}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public SearchWithQRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/search(q='{q}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SearchWithQRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public SearchWithQRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/search(q='{q}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public SearchWithQRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/search(q='{q}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function search /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class SearchWithQRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Drives/Item/SharedWithMe/SharedWithMeGetResponse.cs b/src/generated/Drives/Item/SharedWithMe/SharedWithMeGetResponse.cs index b9ae574e0f..5a85cb7bf0 100644 --- a/src/generated/Drives/Item/SharedWithMe/SharedWithMeGetResponse.cs +++ b/src/generated/Drives/Item/SharedWithMe/SharedWithMeGetResponse.cs @@ -18,6 +18,7 @@ public class SharedWithMeGetResponse : BaseCollectionPaginationCountResponse, IP /// /// 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 new SharedWithMeGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class SharedWithMeGetResponse : BaseCollectionPaginationCountResponse, IP /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.DriveItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Drives/Item/SharedWithMe/SharedWithMeRequestBuilder.cs b/src/generated/Drives/Item/SharedWithMe/SharedWithMeRequestBuilder.cs index 9b4b1d206d..8d8e02659d 100644 --- a/src/generated/Drives/Item/SharedWithMe/SharedWithMeRequestBuilder.cs +++ b/src/generated/Drives/Item/SharedWithMe/SharedWithMeRequestBuilder.cs @@ -21,6 +21,7 @@ public class SharedWithMeRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function sharedWithMe /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function sharedWithMe"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SharedWithMeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public SharedWithMeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/sharedWithMe(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public SharedWithMeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/sharedWithMe(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SharedWithMeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public SharedWithMeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/sharedWithMe(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public SharedWithMeRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/sharedWithMe(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function sharedWithMe /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class SharedWithMeRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Drives/Item/Special/Count/CountRequestBuilder.cs b/src/generated/Drives/Item/Special/Count/CountRequestBuilder.cs index 0320aa36ee..e23318ec5b 100644 --- a/src/generated/Drives/Item/Special/Count/CountRequestBuilder.cs +++ b/src/generated/Drives/Item/Special/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}/drives/{drive%2Did}/special/$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}/drives/{drive%2Did}/special/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did} /// /// 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/Drives/Item/Special/Item/Content/ContentRequestBuilder.cs b/src/generated/Drives/Item/Special/Item/Content/ContentRequestBuilder.cs index d9624d790a..7d07f17b35 100644 --- a/src/generated/Drives/Item/Special/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Drives/Item/Special/Item/Content/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream, if the item represents a file."; @@ -33,15 +34,21 @@ public Command BuildGetCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { var driveId = invocationContext.ParseResult.GetValueForOption(driveIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (driveId is not null) requestInfo.PathParameters.Add("drive%2Did", driveId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); @@ -66,6 +73,7 @@ public Command BuildGetCommand() { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream, if the item represents a file."; @@ -116,27 +124,28 @@ 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}/drives/{drive%2Did}/special/{driveItem%2Did}/content", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/special/{driveItem%2Did}/content{?%24format*}", 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}/drives/{drive%2Did}/special/{driveItem%2Did}/content", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/special/{driveItem%2Did}/content{?%24format*}", rawUrl) { } /// /// The content stream, if the item represents a file. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -146,6 +155,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream, if the item represents a file. /// + /// 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 @@ -156,11 +166,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/drives/{drive%2Did}/special/{driveItem%2Did}/content", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// The content stream, if the item represents a file. + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Drives/Item/Special/Item/DriveItemItemRequestBuilder.cs b/src/generated/Drives/Item/Special/Item/DriveItemItemRequestBuilder.cs index fc36984771..a9188def16 100644 --- a/src/generated/Drives/Item/Special/Item/DriveItemItemRequestBuilder.cs +++ b/src/generated/Drives/Item/Special/Item/DriveItemItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DriveItemItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the drive entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the drive entity."; @@ -40,6 +41,7 @@ public Command BuildContentNavCommand() { /// Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn't already exist. If a user deletes one, it is recreated when written to again. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn't already exist. If a user deletes one, it is recreated when written to again.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0"; @@ -94,13 +96,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/special/{driveItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/special/{driveItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -108,6 +110,7 @@ public DriveItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{dri /// /// Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn't already exist. If a user deletes one, it is recreated when written to again. /// + /// 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/Drives/Item/Special/SpecialRequestBuilder.cs b/src/generated/Drives/Item/Special/SpecialRequestBuilder.cs index 6a98c6cc74..d999ea772d 100644 --- a/src/generated/Drives/Item/Special/SpecialRequestBuilder.cs +++ b/src/generated/Drives/Item/Special/SpecialRequestBuilder.cs @@ -24,6 +24,7 @@ public class SpecialRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the special property of the microsoft.graph.drive entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn't already exist. If a user deletes one, it is recreated when written to again. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn't already exist. If a user deletes one, it is recreated when written to again."; @@ -146,13 +149,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SpecialRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SpecialRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/drives/{drive%2Did}/special{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SpecialRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SpecialRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Did}/special{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +163,7 @@ public SpecialRequestBuilder(string rawUrl) : base("{+baseurl}/drives/{drive%2Di /// /// Use the special collection to access a special folder by name. Special folders provide simple aliases to access well-known folders in OneDrive without the need to look up the folder by path (which would require localization), or reference the folder with an ID. If a special folder is renamed or moved to another location within the drive, this syntax will continue to find that folder. Special folders are automatically created the first time an application attempts to write to one, if it doesn't already exist. If a user deletes one, it is recreated when written to again. /// + /// 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/Education/Classes/ClassesRequestBuilder.cs b/src/generated/Education/Classes/ClassesRequestBuilder.cs index 9a57e25a9e..466086a345 100644 --- a/src/generated/Education/Classes/ClassesRequestBuilder.cs +++ b/src/generated/Education/Classes/ClassesRequestBuilder.cs @@ -25,6 +25,7 @@ public class ClassesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the classes property of the microsoft.graph.educationRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -46,6 +47,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."; @@ -62,6 +64,7 @@ public Command BuildCountNavCommand() { /// Create a new educationClass object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new educationClass object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-post?view=graph-rest-1.0"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -121,6 +125,7 @@ public Command BuildDeltaNavCommand() { /// Get a list of the educationClass objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the educationClass objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-list?view=graph-rest-1.0"; @@ -211,13 +216,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ClassesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClassesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ClassesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClassesRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -225,6 +230,7 @@ public ClassesRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes /// /// Get a list of the educationClass 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 @@ -241,6 +247,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new educationClass 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 @@ -251,7 +258,7 @@ public RequestInformation ToPostRequestInformation(EducationClass 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}/education/classes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Count/CountRequestBuilder.cs b/src/generated/Education/Classes/Count/CountRequestBuilder.cs index e1e42dc688..7e0d5bc4bd 100644 --- a/src/generated/Education/Classes/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Classes/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}/education/classes/$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}/education/classes/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/$ /// /// 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/Education/Classes/Delta/DeltaGetResponse.cs b/src/generated/Education/Classes/Delta/DeltaGetResponse.cs index 4a19945e68..11ee78f212 100644 --- a/src/generated/Education/Classes/Delta/DeltaGetResponse.cs +++ b/src/generated/Education/Classes/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationClass.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Education/Classes/Delta/DeltaRequestBuilder.cs b/src/generated/Education/Classes/Delta/DeltaRequestBuilder.cs index 10f7a4b9d9..da605e0d2b 100644 --- a/src/generated/Education/Classes/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Education/Classes/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Education/Classes/Item/AssignmentCategories/AssignmentCategoriesRequestBuilder.cs b/src/generated/Education/Classes/Item/AssignmentCategories/AssignmentCategoriesRequestBuilder.cs index 01100ec950..19f846a39c 100644 --- a/src/generated/Education/Classes/Item/AssignmentCategories/AssignmentCategoriesRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/AssignmentCategories/AssignmentCategoriesRequestBuilder.cs @@ -25,6 +25,7 @@ public class AssignmentCategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignmentCategories property of the microsoft.graph.educationClass entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationCategoryItemRequestBuilder(PathParameters); @@ -36,6 +37,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 a new educationCategory on an educationClass. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new educationCategory on an educationClass. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -117,6 +121,7 @@ public Command BuildDeltaNavCommand() { /// Retrieve a list of educationCategory objects. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of educationCategory objects. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0"; @@ -213,13 +218,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentCategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentCategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentCategories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentCategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentCategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentCategories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -227,6 +232,7 @@ public AssignmentCategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/educ /// /// Retrieve a list of educationCategory objects. Only teachers can perform this operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -243,6 +249,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new educationCategory on an educationClass. Only teachers can perform this operation. /// + /// 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 @@ -253,7 +260,7 @@ public RequestInformation ToPostRequestInformation(EducationCategory body, Actio public RequestInformation ToPostRequestInformation(EducationCategory 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}/education/classes/{educationClass%2Did}/assignmentCategories", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/AssignmentCategories/Count/CountRequestBuilder.cs b/src/generated/Education/Classes/Item/AssignmentCategories/Count/CountRequestBuilder.cs index 3355fd17da..55b529d5bd 100644 --- a/src/generated/Education/Classes/Item/AssignmentCategories/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/AssignmentCategories/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}/education/classes/{educationClass%2Did}/assignmentCategories/$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}/education/classes/{educationClass%2Did}/assignmentCategories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ /// /// 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/Education/Classes/Item/AssignmentCategories/Delta/DeltaGetResponse.cs b/src/generated/Education/Classes/Item/AssignmentCategories/Delta/DeltaGetResponse.cs index bf4f6729a1..67b23ec85c 100644 --- a/src/generated/Education/Classes/Item/AssignmentCategories/Delta/DeltaGetResponse.cs +++ b/src/generated/Education/Classes/Item/AssignmentCategories/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationCategory.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Education/Classes/Item/AssignmentCategories/Delta/DeltaRequestBuilder.cs b/src/generated/Education/Classes/Item/AssignmentCategories/Delta/DeltaRequestBuilder.cs index c8c958463e..5ebdc40dec 100644 --- a/src/generated/Education/Classes/Item/AssignmentCategories/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/AssignmentCategories/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (educationClassId is not null) requestInfo.PathParameters.Add("educationClass%2Did", educationClassId); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentCategories/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentCategories/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentCategories/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentCategories/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Education/Classes/Item/AssignmentCategories/Item/EducationCategoryItemRequestBuilder.cs b/src/generated/Education/Classes/Item/AssignmentCategories/Item/EducationCategoryItemRequestBuilder.cs index 1b88f1baa9..6ff5e0b0d7 100644 --- a/src/generated/Education/Classes/Item/AssignmentCategories/Item/EducationCategoryItemRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/AssignmentCategories/Item/EducationCategoryItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class EducationCategoryItemRequestBuilder : BaseCliRequestBuilder { /// Delete an existing category. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an existing category. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Retrieve an educationCategory object. Only teachers, students, and applications with application permissions can perform this operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve an educationCategory object. Only teachers, students, and applications with application permissions can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property assignmentCategories in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignmentCategories in education"; @@ -172,13 +175,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EducationCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentCategories/{educationCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentCategories/{educationCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -186,6 +189,7 @@ public EducationCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/edu /// /// Delete an existing category. Only teachers can perform this operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -194,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/classes/{educationClass%2Did}/assignmentCategories/{educationCategory%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -202,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve an educationCategory object. Only teachers, students, and applications with application permissions can perform this operation. /// + /// 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,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property assignmentCategories in education /// + /// 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 @@ -228,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(EducationCategory body, Acti public RequestInformation ToPatchRequestInformation(EducationCategory 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}/education/classes/{educationClass%2Did}/assignmentCategories/{educationCategory%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/AssignmentDefaults/AssignmentDefaultsRequestBuilder.cs b/src/generated/Education/Classes/Item/AssignmentDefaults/AssignmentDefaultsRequestBuilder.cs index d92fb38156..1f65066d3c 100644 --- a/src/generated/Education/Classes/Item/AssignmentDefaults/AssignmentDefaultsRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/AssignmentDefaults/AssignmentDefaultsRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssignmentDefaultsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property assignmentDefaults for education /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignmentDefaults for education"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an educationAssignmentDefaults object. These are the class-level assignment defaults respected by new assignments created in the class. Callers can continue to specify custom values on each assignment creation if they don't want the default behaviors. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an educationAssignmentDefaults object. These are the class-level assignment defaults respected by new assignments created in the class. Callers can continue to specify custom values on each assignment creation if they don't want the default behaviors. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// Update the properties of an educationAssignmentDefaults object. Only teachers can update these settings. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an educationAssignmentDefaults object. Only teachers can update these settings.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-1.0"; @@ -154,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AssignmentDefaultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentDefaultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentDefaults{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AssignmentDefaultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentDefaultsRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentDefaults{?%24expand,%24select}", rawUrl) { @@ -168,6 +171,7 @@ public AssignmentDefaultsRequestBuilder(string rawUrl) : base("{+baseurl}/educat /// /// Delete navigation property assignmentDefaults for education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -176,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/classes/{educationClass%2Did}/assignmentDefaults", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -184,6 +188,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an educationAssignmentDefaults object. These are the class-level assignment defaults respected by new assignments created in the class. Callers can continue to specify custom values on each assignment creation if they don't want the default behaviors. Only teachers can perform this operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -200,6 +205,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an educationAssignmentDefaults object. Only teachers can update these settings. /// + /// 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 @@ -210,7 +216,7 @@ public RequestInformation ToPatchRequestInformation(EducationAssignmentDefaults public RequestInformation ToPatchRequestInformation(EducationAssignmentDefaults 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}/education/classes/{educationClass%2Did}/assignmentDefaults", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/AssignmentSettings/AssignmentSettingsRequestBuilder.cs b/src/generated/Education/Classes/Item/AssignmentSettings/AssignmentSettingsRequestBuilder.cs index d032ff1e1f..f8e690496b 100644 --- a/src/generated/Education/Classes/Item/AssignmentSettings/AssignmentSettingsRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/AssignmentSettings/AssignmentSettingsRequestBuilder.cs @@ -23,6 +23,7 @@ public class AssignmentSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property assignmentSettings for education /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignmentSettings for education"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// /// Specifies class-level assignments settings. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Specifies class-level assignments settings."; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the gradingCategories property of the microsoft.graph.educationAssignmentSettings entity. /// + /// A public Command BuildGradingCategoriesNavCommand() { var command = new Command("grading-categories"); command.Description = "Provides operations to manage the gradingCategories property of the microsoft.graph.educationAssignmentSettings entity."; @@ -132,6 +135,7 @@ public Command BuildGradingCategoriesNavCommand() { /// Update the properties of an educationAssignmentSettings object. Only teachers can update these settings. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an educationAssignmentSettings object. Only teachers can update these settings.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-1.0"; @@ -179,13 +183,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AssignmentSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AssignmentSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentSettings{?%24expand,%24select}", rawUrl) { @@ -193,6 +197,7 @@ public AssignmentSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/educat /// /// Delete navigation property assignmentSettings for education /// + /// 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}/education/classes/{educationClass%2Did}/assignmentSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Specifies class-level assignments settings. /// + /// 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 properties of an educationAssignmentSettings object. Only teachers can update these settings. /// + /// 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(EducationAssignmentSettings public RequestInformation ToPatchRequestInformation(EducationAssignmentSettings 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}/education/classes/{educationClass%2Did}/assignmentSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/Count/CountRequestBuilder.cs b/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/Count/CountRequestBuilder.cs index 4f09068eba..6ba4a8719e 100644 --- a/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/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}/education/classes/{educationClass%2Did}/assignmentSettings/gradingCategories/$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}/education/classes/{educationClass%2Did}/assignmentSettings/gradingCategories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ /// /// 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/Education/Classes/Item/AssignmentSettings/GradingCategories/GradingCategoriesRequestBuilder.cs b/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/GradingCategoriesRequestBuilder.cs index 818be05316..47a4baa066 100644 --- a/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/GradingCategoriesRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/GradingCategoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class GradingCategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the gradingCategories property of the microsoft.graph.educationAssignmentSettings entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationGradingCategoryItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to gradingCategories for education /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to gradingCategories for education"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// When set, enables users to weight assignments differently when computing a class average grade. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "When set, enables users to weight assignments differently when computing a class average grade."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new GradingCategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GradingCategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentSettings/gradingCategories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GradingCategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GradingCategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentSettings/gradingCategories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public GradingCategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/educati /// /// When set, enables users to weight assignments differently when computing a class average grade. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to gradingCategories for education /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(EducationGradingCategory body public RequestInformation ToPostRequestInformation(EducationGradingCategory 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}/education/classes/{educationClass%2Did}/assignmentSettings/gradingCategories", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/Item/EducationGradingCategoryItemRequestBuilder.cs b/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/Item/EducationGradingCategoryItemRequestBuilder.cs index fe839a63b4..d94fb829d0 100644 --- a/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/Item/EducationGradingCategoryItemRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/AssignmentSettings/GradingCategories/Item/EducationGradingCategoryItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class EducationGradingCategoryItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property gradingCategories for education /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property gradingCategories for education"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// When set, enables users to weight assignments differently when computing a class average grade. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "When set, enables users to weight assignments differently when computing a class average grade."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property gradingCategories in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property gradingCategories in education"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EducationGradingCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationGradingCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentSettings/gradingCategories/{educationGradingCategory%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationGradingCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationGradingCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignmentSettings/gradingCategories/{educationGradingCategory%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public EducationGradingCategoryItemRequestBuilder(string rawUrl) : base("{+baseu /// /// Delete navigation property gradingCategories for education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/education/classes/{educationClass%2Did}/assignmentSettings/gradingCategories/{educationGradingCategory%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// When set, enables users to weight assignments differently when computing a class average grade. /// + /// 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 /// Update the navigation property gradingCategories in education /// + /// 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 ToPatchRequestInformation(EducationGradingCategory bod public RequestInformation ToPatchRequestInformation(EducationGradingCategory 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}/education/classes/{educationClass%2Did}/assignmentSettings/gradingCategories/{educationGradingCategory%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.cs index 4857f82083..c7ec4d30a1 100644 --- a/src/generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/AssignmentsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.educationClass entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -45,6 +46,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."; @@ -61,6 +63,7 @@ public Command BuildCountNavCommand() { /// Create a new assignment. Only teachers in a class can create an assignment. Assignments start in the Draft state, which means that students will not see the assignment until publication. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new assignment. Only teachers in a class can create an assignment. Assignments start in the Draft state, which means that students will not see the assignment until publication.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-post-assignment?view=graph-rest-1.0"; @@ -110,6 +113,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -126,6 +130,7 @@ public Command BuildDeltaNavCommand() { /// Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher, or an application running with application permissions, can see all assignment objects for the class. Students can only see assignments that are assigned to them. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher, or an application running with application permissions, can see all assignment objects for the class. Students can only see assignments that are assigned to them.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0"; @@ -222,13 +227,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -236,6 +241,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/education/cla /// /// Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher, or an application running with application permissions, can see all assignment objects for the class. Students can only see assignments that are assigned to them. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new assignment. Only teachers in a class can create an assignment. Assignments start in the Draft state, which means that students will not see the assignment until publication. /// + /// 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 @@ -262,7 +269,7 @@ public RequestInformation ToPostRequestInformation(EducationAssignment body, Act public RequestInformation ToPostRequestInformation(EducationAssignment 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}/education/classes/{educationClass%2Did}/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Assignments/Count/CountRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Count/CountRequestBuilder.cs index ad9455ce19..bb85685453 100644 --- a/src/generated/Education/Classes/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/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}/education/classes/{educationClass%2Did}/assignments/$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}/education/classes/{educationClass%2Did}/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ /// /// 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/Education/Classes/Item/Assignments/Delta/DeltaGetResponse.cs b/src/generated/Education/Classes/Item/Assignments/Delta/DeltaGetResponse.cs index ff571b56ef..804ca06a36 100644 --- a/src/generated/Education/Classes/Item/Assignments/Delta/DeltaGetResponse.cs +++ b/src/generated/Education/Classes/Item/Assignments/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Education/Classes/Item/Assignments/Delta/DeltaRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Delta/DeltaRequestBuilder.cs index 0eacce9136..00f935c3f8 100644 --- a/src/generated/Education/Classes/Item/Assignments/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (educationClassId is not null) requestInfo.PathParameters.Add("educationClass%2Did", educationClassId); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Education/Classes/Item/Assignments/Item/Categories/CategoriesRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Categories/CategoriesRequestBuilder.cs index bf9be932dc..a36e8bb27b 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Categories/CategoriesRequestBuilder.cs @@ -26,6 +26,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.education.classes.item.assignments.item.categories.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new EducationCategoryItemRequestBuilder(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() { /// Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -122,6 +126,7 @@ public Command BuildDeltaNavCommand() { /// List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0"; @@ -226,6 +231,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of educationRoot entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of educationRoot entities."; @@ -241,13 +247,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -255,6 +261,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/education/clas /// /// List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -271,6 +278,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. /// + /// 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 @@ -281,7 +289,7 @@ public RequestInformation ToPostRequestInformation(EducationCategory body, Actio public RequestInformation ToPostRequestInformation(EducationCategory 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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/categories", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Assignments/Item/Categories/Count/CountRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Categories/Count/CountRequestBuilder.cs index daa72b7d6a..a513f869e2 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Categories/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"; @@ -65,13 +66,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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/categories/$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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/categories/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ /// /// 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/Education/Classes/Item/Assignments/Item/Categories/Delta/DeltaGetResponse.cs b/src/generated/Education/Classes/Item/Assignments/Item/Categories/Delta/DeltaGetResponse.cs index 76a2d229ac..06b9e32f96 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Categories/Delta/DeltaGetResponse.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Categories/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationCategory.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Education/Classes/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs index 5cf54052fb..2eca2520a3 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (educationClassId is not null) requestInfo.PathParameters.Add("educationClass%2Did", educationClassId); if (educationAssignmentId is not null) requestInfo.PathParameters.Add("educationAssignment%2Did", educationAssignmentId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/categories/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/categories/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/categories/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/categories/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Education/Classes/Item/Assignments/Item/Categories/Item/EducationCategoryItemRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Categories/Item/EducationCategoryItemRequestBuilder.cs index 80a4ecdbf7..2d776229f5 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Categories/Item/EducationCategoryItemRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Categories/Item/EducationCategoryItemRequestBuilder.cs @@ -18,6 +18,7 @@ public class EducationCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of educationRoot entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of educationRoot entities."; @@ -31,13 +32,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new EducationCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/categories/{educationCategory%2Did}", pathParameters) { } /// - /// Instantiates a new EducationCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/categories/{educationCategory%2Did}", rawUrl) { diff --git a/src/generated/Education/Classes/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.cs index 1e8d922c84..e2b4109e22 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an educationCategory from an educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/categories/{educationCategory%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/categories/{educationCategory%2Did}/$ref", rawUrl) { @@ -79,6 +80,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ed /// /// Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. /// + /// 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/Education/Classes/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.cs index 83c0f2ddac..9f5efb9cf5 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an educationCategory from an educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0"; @@ -160,6 +162,7 @@ public Command BuildGetCommand() { /// Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0"; @@ -203,20 +206,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/categories/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/categories/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/categories/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/categories/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. /// + /// 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,7 +229,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/categories/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -233,6 +237,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -249,6 +254,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. /// + /// 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 @@ -259,7 +265,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/categories/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Assignments/Item/EducationAssignmentItemRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/EducationAssignmentItemRequestBuilder.cs index ea39d347fd..53ceff4cc0 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/EducationAssignmentItemRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/EducationAssignmentItemRequestBuilder.cs @@ -30,6 +30,7 @@ public class EducationAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.educationAssignment entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.educationAssignment entity."; @@ -58,6 +59,7 @@ public Command BuildCategoriesNavCommand() { /// Delete an existing assignment. Only teachers within a class can delete assignments. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an existing assignment. Only teachers within a class can delete assignments.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-1.0"; @@ -98,6 +100,7 @@ public Command BuildDeleteCommand() { /// Get the properties and relationships of an assignment. Only teachers, students, and applications with application permissions can perform this operation. Students can only see assignments assigned to them; teachers and applications with application permissions can see all assignments in a class. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the properties and relationships of an assignment. Only teachers, students, and applications with application permissions can perform this operation. Students can only see assignments assigned to them; teachers and applications with application permissions can see all assignments in a class.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-1.0"; @@ -154,12 +157,12 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the gradingCategory property of the microsoft.graph.educationAssignment entity. /// + /// A public Command BuildGradingCategoryNavCommand() { var command = new Command("grading-category"); command.Description = "Provides operations to manage the gradingCategory property of the microsoft.graph.educationAssignment entity."; var builder = new GradingCategoryRequestBuilder(PathParameters); var execCommands = new List(); - execCommands.Add(builder.BuildDeleteCommand()); execCommands.Add(builder.BuildGetCommand()); foreach (var cmd in execCommands) { @@ -171,6 +174,7 @@ public Command BuildGradingCategoryNavCommand() { /// Update an educationAssignment object. Only teachers can perform this action. Alternatively, request to change the status of an assignment with publish action. Don't use a PATCH operation for this purpose. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update an educationAssignment object. Only teachers can perform this action. Alternatively, request to change the status of an assignment with publish action. Don't use a PATCH operation for this purpose.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-1.0"; @@ -226,6 +230,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."; @@ -241,6 +246,7 @@ public Command BuildPublishNavCommand() { /// /// Provides operations to manage the resources property of the microsoft.graph.educationAssignment entity. /// + /// A public Command BuildResourcesNavCommand() { var command = new Command("resources"); command.Description = "Provides operations to manage the resources property of the microsoft.graph.educationAssignment entity."; @@ -266,6 +272,7 @@ public Command BuildResourcesNavCommand() { /// /// Provides operations to manage the rubric property of the microsoft.graph.educationAssignment entity. /// + /// A public Command BuildRubricNavCommand() { var command = new Command("rubric"); command.Description = "Provides operations to manage the rubric property of the microsoft.graph.educationAssignment entity."; @@ -289,6 +296,7 @@ public Command BuildRubricNavCommand() { /// /// Provides operations to call the setUpFeedbackResourcesFolder method. /// + /// A public Command BuildSetUpFeedbackResourcesFolderNavCommand() { var command = new Command("set-up-feedback-resources-folder"); command.Description = "Provides operations to call the setUpFeedbackResourcesFolder method."; @@ -304,6 +312,7 @@ public Command BuildSetUpFeedbackResourcesFolderNavCommand() { /// /// Provides operations to call the setUpResourcesFolder method. /// + /// A public Command BuildSetUpResourcesFolderNavCommand() { var command = new Command("set-up-resources-folder"); command.Description = "Provides operations to call the setUpResourcesFolder method."; @@ -319,6 +328,7 @@ public Command BuildSetUpResourcesFolderNavCommand() { /// /// Provides operations to manage the submissions property of the microsoft.graph.educationAssignment entity. /// + /// A public Command BuildSubmissionsNavCommand() { var command = new Command("submissions"); command.Description = "Provides operations to manage the submissions property of the microsoft.graph.educationAssignment entity."; @@ -342,13 +352,13 @@ public Command BuildSubmissionsNavCommand() { return command; } /// - /// Instantiates a new EducationAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -356,6 +366,7 @@ public EducationAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/e /// /// Delete an existing assignment. Only teachers within a class can delete assignments. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -364,7 +375,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -372,6 +383,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the properties and relationships of an assignment. Only teachers, students, and applications with application permissions can perform this operation. Students can only see assignments assigned to them; teachers and applications with application permissions can see all assignments in a class. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -388,6 +400,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update an educationAssignment object. Only teachers can perform this action. Alternatively, request to change the status of an assignment with publish action. Don't use a PATCH operation for this purpose. /// + /// 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 @@ -398,7 +411,7 @@ public RequestInformation ToPatchRequestInformation(EducationAssignment body, Ac public RequestInformation ToPatchRequestInformation(EducationAssignment 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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Assignments/Item/GradingCategory/GradingCategoryRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/GradingCategory/GradingCategoryRequestBuilder.cs index 240caffc4e..faa7bd4294 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/GradingCategory/GradingCategoryRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/GradingCategory/GradingCategoryRequestBuilder.cs @@ -19,49 +19,10 @@ namespace ApiSdk.Education.Classes.Item.Assignments.Item.GradingCategory { /// Provides operations to manage the gradingCategory property of the microsoft.graph.educationAssignment entity. /// public class GradingCategoryRequestBuilder : BaseCliRequestBuilder { - /// - /// Remove a gradingCategory from an educationAssignment. Only teachers can perform this operation. - /// Find more info here - /// - public Command BuildDeleteCommand() { - var command = new Command("delete"); - command.Description = "Remove a gradingCategory from an educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-delete-gradingcategory?view=graph-rest-1.0"; - var educationClassIdOption = new Option("--education-class-id", description: "The unique identifier of educationClass") { - }; - educationClassIdOption.IsRequired = true; - command.AddOption(educationClassIdOption); - var educationAssignmentIdOption = new Option("--education-assignment-id", description: "The unique identifier of educationAssignment") { - }; - educationAssignmentIdOption.IsRequired = true; - command.AddOption(educationAssignmentIdOption); - var ifMatchOption = new Option("--if-match", description: "ETag") { - Arity = ArgumentArity.ZeroOrMore - }; - ifMatchOption.IsRequired = false; - command.AddOption(ifMatchOption); - command.SetHandler(async (invocationContext) => { - var educationClassId = invocationContext.ParseResult.GetValueForOption(educationClassIdOption); - var educationAssignmentId = invocationContext.ParseResult.GetValueForOption(educationAssignmentIdOption); - var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); - var cancellationToken = invocationContext.GetCancellationToken(); - var reqAdapter = invocationContext.GetRequestAdapter(); - var requestInfo = ToDeleteRequestInformation(q => { - }); - if (educationClassId is not null) requestInfo.PathParameters.Add("educationClass%2Did", educationClassId); - if (educationAssignmentId is not null) requestInfo.PathParameters.Add("educationAssignment%2Did", educationAssignmentId); - if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); - var errorMapping = new Dictionary> { - {"4XX", ODataError.CreateFromDiscriminatorValue}, - {"5XX", ODataError.CreateFromDiscriminatorValue}, - }; - await reqAdapter.SendNoContentAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken); - Console.WriteLine("Success"); - }); - return command; - } /// /// When set, enables users to weight assignments differently when computing a class average grade. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "When set, enables users to weight assignments differently when computing a class average grade."; @@ -116,36 +77,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GradingCategoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GradingCategoryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/gradingCategory{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GradingCategoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GradingCategoryRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/gradingCategory{?%24expand,%24select}", rawUrl) { } /// - /// Remove a gradingCategory from an educationAssignment. Only teachers can perform this operation. - /// - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// /// When set, enables users to weight assignments differently when computing a class average grade. /// + /// 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/Education/Classes/Item/Assignments/Item/Publish/PublishRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Publish/PublishRequestBuilder.cs index 42d27b8730..f2d095262a 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Publish/PublishRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Publish/PublishRequestBuilder.cs @@ -23,6 +23,7 @@ public class PublishRequestBuilder : BaseCliRequestBuilder { /// Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0"; @@ -63,13 +64,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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/publish", rawUrl) { @@ -77,6 +78,7 @@ public PublishRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes /// /// Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. /// + /// 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/Education/Classes/Item/Assignments/Item/Resources/Count/CountRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Resources/Count/CountRequestBuilder.cs index dda7ff3300..c0523829c5 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Resources/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Resources/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"; @@ -65,13 +66,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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/resources/$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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/resources/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ /// /// 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/Education/Classes/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.cs index afb518860b..2cadb1f59e 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class EducationAssignmentResourceItemRequestBuilder : BaseCliRequestBuild /// Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers can't remove resources marked as 'distributeToStudents', after the assignment has been published to students. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers can't remove resources marked as 'distributeToStudents', after the assignment has been published to students.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0"; @@ -131,6 +133,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resources in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resources in education"; @@ -190,13 +193,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EducationAssignmentResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationAssignmentResourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/resources/{educationAssignmentResource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationAssignmentResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationAssignmentResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/resources/{educationAssignmentResource%2Did}{?%24expand,%24select}", rawUrl) { @@ -204,6 +207,7 @@ public EducationAssignmentResourceItemRequestBuilder(string rawUrl) : base("{+ba /// /// Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers can't remove resources marked as 'distributeToStudents', after the assignment has been published to students. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -212,7 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/resources/{educationAssignmentResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -220,6 +224,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -236,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resources in education /// + /// 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 @@ -246,7 +252,7 @@ public RequestInformation ToPatchRequestInformation(EducationAssignmentResource public RequestInformation ToPatchRequestInformation(EducationAssignmentResource 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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/resources/{educationAssignmentResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilder.cs index cc1fbc785d..8b3d2925d2 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Resources/ResourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resources property of the microsoft.graph.educationAssignment entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationAssignmentResourceItemRequestBuilder(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 an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0"; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/education/class /// /// Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(EducationAssignmentResource b public RequestInformation ToPostRequestInformation(EducationAssignmentResource 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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/resources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Assignments/Item/Rubric/Ref/RefRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Rubric/Ref/RefRequestBuilder.cs index c5fc327356..61acf27759 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Rubric/Ref/RefRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Rubric/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"; @@ -98,6 +100,7 @@ public Command BuildGetCommand() { /// Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0"; @@ -141,13 +144,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/rubric/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/rubric/$ref", rawUrl) { @@ -155,6 +158,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ed /// /// Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -171,6 +175,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -187,6 +192,7 @@ public RequestInformation ToGetRequestInformation(Action /// Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. /// + /// 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/Education/Classes/Item/Assignments/Item/Rubric/RubricRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Rubric/RubricRequestBuilder.cs index 9fb8dd8042..9128f7fa9a 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Rubric/RubricRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Rubric/RubricRequestBuilder.cs @@ -24,6 +24,7 @@ public class RubricRequestBuilder : BaseCliRequestBuilder { /// Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"; @@ -121,6 +123,7 @@ public Command BuildGetCommand() { /// Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0"; @@ -176,6 +179,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the collection of educationRoot entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of educationRoot entities."; @@ -191,13 +195,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new RubricRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RubricRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/rubric{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RubricRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RubricRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/rubric{?%24expand,%24select}", rawUrl) { @@ -205,6 +209,7 @@ public RubricRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/ /// /// Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,7 +218,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/rubric", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -221,6 +226,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +243,7 @@ public RequestInformation ToGetRequestInformation(Action /// Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. /// + /// 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 @@ -247,7 +254,7 @@ public RequestInformation ToPatchRequestInformation(EducationRubric body, Action public RequestInformation ToPatchRequestInformation(EducationRubric 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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/rubric", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs index d361b82c4b..3bdbd850f0 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs @@ -23,6 +23,7 @@ public class SetUpFeedbackResourcesFolderRequestBuilder : BaseCliRequestBuilder /// Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0"; @@ -63,13 +64,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetUpFeedbackResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetUpFeedbackResourcesFolderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/setUpFeedbackResourcesFolder", pathParameters) { } /// - /// Instantiates a new SetUpFeedbackResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetUpFeedbackResourcesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/setUpFeedbackResourcesFolder", rawUrl) { @@ -77,6 +78,7 @@ public SetUpFeedbackResourcesFolderRequestBuilder(string rawUrl) : base("{+baseu /// /// Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. /// + /// 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/Education/Classes/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs index d46c9e33b7..c87c0a4465 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs @@ -23,6 +23,7 @@ public class SetUpResourcesFolderRequestBuilder : BaseCliRequestBuilder { /// Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0"; @@ -63,13 +64,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetUpResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetUpResourcesFolderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/setUpResourcesFolder", pathParameters) { } /// - /// Instantiates a new SetUpResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetUpResourcesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/setUpResourcesFolder", rawUrl) { @@ -77,6 +78,7 @@ public SetUpResourcesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/educ /// /// Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. /// + /// 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/Education/Classes/Item/Assignments/Item/Submissions/Count/CountRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Count/CountRequestBuilder.cs index 9f4573653b..abe1ca52c2 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/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"; @@ -65,13 +66,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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/$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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ /// /// 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/Education/Classes/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.cs index f5258e9d23..0e1af83eae 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.cs @@ -30,6 +30,7 @@ public class EducationSubmissionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property submissions for education /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property submissions for education"; @@ -76,6 +77,7 @@ public Command BuildDeleteCommand() { /// Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0"; @@ -138,6 +140,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the outcomes property of the microsoft.graph.educationSubmission entity. /// + /// A public Command BuildOutcomesNavCommand() { var command = new Command("outcomes"); command.Description = "Provides operations to manage the outcomes property of the microsoft.graph.educationSubmission entity."; @@ -163,6 +166,7 @@ public Command BuildOutcomesNavCommand() { /// /// Update the navigation property submissions in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property submissions in education"; @@ -224,6 +228,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the reassign method. /// + /// A public Command BuildReassignNavCommand() { var command = new Command("reassign"); command.Description = "Provides operations to call the reassign method."; @@ -239,6 +244,7 @@ public Command BuildReassignNavCommand() { /// /// Provides operations to manage the resources property of the microsoft.graph.educationSubmission entity. /// + /// A public Command BuildResourcesNavCommand() { var command = new Command("resources"); command.Description = "Provides operations to manage the resources property of the microsoft.graph.educationSubmission entity."; @@ -264,6 +270,7 @@ public Command BuildResourcesNavCommand() { /// /// Provides operations to call the return method. /// + /// A public Command BuildReturnNavCommand() { var command = new Command("return"); command.Description = "Provides operations to call the return method."; @@ -279,6 +286,7 @@ public Command BuildReturnNavCommand() { /// /// Provides operations to call the setUpResourcesFolder method. /// + /// A public Command BuildSetUpResourcesFolderNavCommand() { var command = new Command("set-up-resources-folder"); command.Description = "Provides operations to call the setUpResourcesFolder method."; @@ -294,6 +302,7 @@ public Command BuildSetUpResourcesFolderNavCommand() { /// /// Provides operations to call the submit method. /// + /// A public Command BuildSubmitNavCommand() { var command = new Command("submit"); command.Description = "Provides operations to call the submit method."; @@ -309,6 +318,7 @@ public Command BuildSubmitNavCommand() { /// /// Provides operations to manage the submittedResources property of the microsoft.graph.educationSubmission entity. /// + /// A public Command BuildSubmittedResourcesNavCommand() { var command = new Command("submitted-resources"); command.Description = "Provides operations to manage the submittedResources property of the microsoft.graph.educationSubmission entity."; @@ -334,6 +344,7 @@ public Command BuildSubmittedResourcesNavCommand() { /// /// Provides operations to call the unsubmit method. /// + /// A public Command BuildUnsubmitNavCommand() { var command = new Command("unsubmit"); command.Description = "Provides operations to call the unsubmit method."; @@ -347,13 +358,13 @@ public Command BuildUnsubmitNavCommand() { return command; } /// - /// Instantiates a new EducationSubmissionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationSubmissionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationSubmissionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationSubmissionItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}{?%24expand,%24select}", rawUrl) { @@ -361,6 +372,7 @@ public EducationSubmissionItemRequestBuilder(string rawUrl) : base("{+baseurl}/e /// /// Delete navigation property submissions for education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -369,7 +381,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -377,6 +389,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -393,6 +406,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property submissions in education /// + /// 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 @@ -403,7 +417,7 @@ public RequestInformation ToPatchRequestInformation(EducationSubmission body, Ac public RequestInformation ToPatchRequestInformation(EducationSubmission 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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs index 871f476ff1..2b522af1e5 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/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"; @@ -71,13 +72,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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/$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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ /// /// 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/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.cs index f9cbda64aa..717473cbf0 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class EducationOutcomeItemRequestBuilder : BaseCliRequestBuilder { /// Delete a feedback resource from a submission. This can only be done by a teacher. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a feedback resource from a submission. This can only be done by a teacher.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Get outcomes from education /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get outcomes from education"; @@ -143,6 +145,7 @@ public Command BuildGetCommand() { /// Update the properties of an educationOutcome object. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an educationOutcome object. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0"; @@ -208,13 +211,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EducationOutcomeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationOutcomeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/{educationOutcome%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationOutcomeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationOutcomeItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/{educationOutcome%2Did}{?%24expand,%24select}", rawUrl) { @@ -222,6 +225,7 @@ public EducationOutcomeItemRequestBuilder(string rawUrl) : base("{+baseurl}/educ /// /// Delete a feedback resource from a submission. This can only be done by a teacher. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -230,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/{educationOutcome%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -238,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get outcomes from education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -254,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an educationOutcome object. Only teachers can perform this operation. /// + /// 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 @@ -264,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(EducationOutcome body, Actio public RequestInformation ToPatchRequestInformation(EducationOutcome 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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/{educationOutcome%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs index 5c81ebccc5..22b8dcd758 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs @@ -24,6 +24,7 @@ public class OutcomesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the outcomes property of the microsoft.graph.educationSubmission entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationOutcomeItemRequestBuilder(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 feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0"; @@ -221,13 +225,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OutcomesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OutcomesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OutcomesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OutcomesRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -235,6 +239,7 @@ public OutcomesRequestBuilder(string rawUrl) : base("{+baseurl}/education/classe /// /// Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -251,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail. /// + /// 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 @@ -261,7 +267,7 @@ public RequestInformation ToPostRequestInformation(EducationOutcome body, Action public RequestInformation ToPostRequestInformation(EducationOutcome 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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs index 5370158a0d..1c6c855b19 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs @@ -23,6 +23,7 @@ public class ReassignRequestBuilder : BaseCliRequestBuilder { /// Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission is treated as a returned submission. This means that the reassigned status is mapped to the returned status, and reassignedDateTime and reassignedBy properties are mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission is treated as a returned submission. This means that the reassigned status is mapped to the returned status, and reassignedDateTime and reassignedBy properties are mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReassignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReassignRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/reassign", pathParameters) { } /// - /// Instantiates a new ReassignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReassignRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/reassign", rawUrl) { @@ -83,6 +84,7 @@ public ReassignRequestBuilder(string rawUrl) : base("{+baseurl}/education/classe /// /// Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission is treated as a returned submission. This means that the reassigned status is mapped to the returned status, and reassignedDateTime and reassignedBy properties are mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. /// + /// 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/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs index 394b85e0a4..4fcd716934 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/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"; @@ -71,13 +72,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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/$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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ /// /// 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/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.cs index e418ba1706..5f96d6d9ce 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class EducationSubmissionResourceItemRequestBuilder : BaseCliRequestBuild /// Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0"; @@ -75,6 +76,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0"; @@ -143,6 +145,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resources in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resources in education"; @@ -208,13 +211,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EducationSubmissionResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationSubmissionResourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/{educationSubmissionResource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationSubmissionResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationSubmissionResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/{educationSubmissionResource%2Did}{?%24expand,%24select}", rawUrl) { @@ -222,6 +225,7 @@ public EducationSubmissionResourceItemRequestBuilder(string rawUrl) : base("{+ba /// /// Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -230,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/{educationSubmissionResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -238,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -254,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resources in education /// + /// 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 @@ -264,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(EducationSubmissionResource public RequestInformation ToPatchRequestInformation(EducationSubmissionResource 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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/{educationSubmissionResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs index 402832a5e6..531238801f 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resources property of the microsoft.graph.educationSubmission entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationSubmissionResourceItemRequestBuilder(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() { /// Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0"; @@ -221,13 +225,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -235,6 +239,7 @@ public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/education/class /// /// List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -251,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail. /// + /// 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 @@ -261,7 +267,7 @@ public RequestInformation ToPostRequestInformation(EducationSubmissionResource b public RequestInformation ToPostRequestInformation(EducationSubmissionResource 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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs index ea38bede18..6cc7495b33 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs @@ -23,6 +23,7 @@ public class ReturnRequestBuilder : BaseCliRequestBuilder { /// Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReturnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReturnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/return", pathParameters) { } /// - /// Instantiates a new ReturnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReturnRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/return", rawUrl) { @@ -83,6 +84,7 @@ public ReturnRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/ /// /// Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. /// + /// 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/Education/Classes/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs index ab2ef83e22..91c558e755 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs @@ -23,6 +23,7 @@ public class SetUpResourcesFolderRequestBuilder : BaseCliRequestBuilder { /// Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetUpResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetUpResourcesFolderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/setUpResourcesFolder", pathParameters) { } /// - /// Instantiates a new SetUpResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetUpResourcesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/setUpResourcesFolder", rawUrl) { @@ -83,6 +84,7 @@ public SetUpResourcesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/educ /// /// Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. /// + /// 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/Education/Classes/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs index ef74bcc47e..59378a165e 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs @@ -23,6 +23,7 @@ public class SubmitRequestBuilder : BaseCliRequestBuilder { /// Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SubmitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubmitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submit", pathParameters) { } /// - /// Instantiates a new SubmitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubmitRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submit", rawUrl) { @@ -83,6 +84,7 @@ public SubmitRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/ /// /// Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. /// + /// 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/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs index 0ef8f5fd30..b5ff1a5c34 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/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"; @@ -71,13 +72,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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources/$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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ /// /// 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/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.cs index 53eb84f566..f2e5ed5bca 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class EducationSubmissionResourceItemRequestBuilder : BaseCliRequestBuild /// /// Delete navigation property submittedResources for education /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property submittedResources for education"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0"; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property submittedResources in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property submittedResources in education"; @@ -207,13 +210,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EducationSubmissionResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationSubmissionResourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources/{educationSubmissionResource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationSubmissionResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationSubmissionResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources/{educationSubmissionResource%2Did}{?%24expand,%24select}", rawUrl) { @@ -221,6 +224,7 @@ public EducationSubmissionResourceItemRequestBuilder(string rawUrl) : base("{+ba /// /// Delete navigation property submittedResources for education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,7 +233,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources/{educationSubmissionResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -237,6 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some 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 @@ -253,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property submittedResources in education /// + /// 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 @@ -263,7 +269,7 @@ public RequestInformation ToPatchRequestInformation(EducationSubmissionResource public RequestInformation ToPatchRequestInformation(EducationSubmissionResource 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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources/{educationSubmissionResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs index 98e1608a78..ec4156d19e 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubmittedResourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the submittedResources property of the microsoft.graph.educationSubmission entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationSubmissionResourceItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to submittedResources for education /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to submittedResources for education"; @@ -112,6 +115,7 @@ public Command BuildCreateCommand() { /// List the educationSubmissionResource objects that were officially submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission can't change the submitted list without resubmitting the assignment. This resource is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List the educationSubmissionResource objects that were officially submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission can't change the submitted list without resubmitting the assignment. This resource is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0"; @@ -220,13 +224,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SubmittedResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubmittedResourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SubmittedResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubmittedResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -234,6 +238,7 @@ public SubmittedResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/educat /// /// List the educationSubmissionResource objects that were officially submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission can't change the submitted list without resubmitting the assignment. This resource is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +255,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to submittedResources for education /// + /// 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 @@ -260,7 +266,7 @@ public RequestInformation ToPostRequestInformation(EducationSubmissionResource b public RequestInformation ToPostRequestInformation(EducationSubmissionResource 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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs index 8b50ac0dc4..024dd0dee0 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs @@ -23,6 +23,7 @@ public class UnsubmitRequestBuilder : BaseCliRequestBuilder { /// Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnsubmitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnsubmitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/unsubmit", pathParameters) { } /// - /// Instantiates a new UnsubmitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnsubmitRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/unsubmit", rawUrl) { @@ -83,6 +84,7 @@ public UnsubmitRequestBuilder(string rawUrl) : base("{+baseurl}/education/classe /// /// Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. /// + /// 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/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs index c083ac7d1a..45ed58b0b3 100644 --- a/src/generated/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubmissionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the submissions property of the microsoft.graph.educationAssignment entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -44,6 +45,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."; @@ -59,6 +61,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to submissions for education /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to submissions for education"; @@ -115,6 +118,7 @@ public Command BuildCreateCommand() { /// List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they're associated with. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they're associated with.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0"; @@ -217,13 +221,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SubmissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubmissionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SubmissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubmissionsRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -231,6 +235,7 @@ public SubmissionsRequestBuilder(string rawUrl) : base("{+baseurl}/education/cla /// /// List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they're associated with. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -247,6 +252,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to submissions for education /// + /// 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 @@ -257,7 +263,7 @@ public RequestInformation ToPostRequestInformation(EducationSubmission body, Act public RequestInformation ToPostRequestInformation(EducationSubmission 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}/education/classes/{educationClass%2Did}/assignments/{educationAssignment%2Did}/submissions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/EducationClassItemRequestBuilder.cs b/src/generated/Education/Classes/Item/EducationClassItemRequestBuilder.cs index b56788c441..518eb2eb7d 100644 --- a/src/generated/Education/Classes/Item/EducationClassItemRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/EducationClassItemRequestBuilder.cs @@ -31,6 +31,7 @@ public class EducationClassItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignmentCategories property of the microsoft.graph.educationClass entity. /// + /// A public Command BuildAssignmentCategoriesNavCommand() { var command = new Command("assignment-categories"); command.Description = "Provides operations to manage the assignmentCategories property of the microsoft.graph.educationClass entity."; @@ -57,6 +58,7 @@ public Command BuildAssignmentCategoriesNavCommand() { /// /// Provides operations to manage the assignmentDefaults property of the microsoft.graph.educationClass entity. /// + /// A public Command BuildAssignmentDefaultsNavCommand() { var command = new Command("assignment-defaults"); command.Description = "Provides operations to manage the assignmentDefaults property of the microsoft.graph.educationClass entity."; @@ -74,6 +76,7 @@ public Command BuildAssignmentDefaultsNavCommand() { /// /// Provides operations to manage the assignmentSettings property of the microsoft.graph.educationClass entity. /// + /// A public Command BuildAssignmentSettingsNavCommand() { var command = new Command("assignment-settings"); command.Description = "Provides operations to manage the assignmentSettings property of the microsoft.graph.educationClass entity."; @@ -97,6 +100,7 @@ public Command BuildAssignmentSettingsNavCommand() { /// /// Provides operations to manage the assignments property of the microsoft.graph.educationClass entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.educationClass entity."; @@ -124,6 +128,7 @@ public Command BuildAssignmentsNavCommand() { /// Delete an educationClass. Because a class is also a universal group, deleting a class deletes the group. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an educationClass. Because a class is also a universal group, deleting a class deletes the group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-1.0"; @@ -158,6 +163,7 @@ public Command BuildDeleteCommand() { /// Retrieve a class from the system. A class is a universal group with a special property that indicates to the system that the group is a class. Group members represent the students; group admins represent the teachers in the class. If you're using the delegated token, the user will only see classes in which they are members. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a class from the system. A class is a universal group with a special property that indicates to the system that the group is a class. Group members represent the students; group admins represent the teachers in the class. If you're using the delegated token, the user will only see classes in which they are members.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-1.0"; @@ -208,6 +214,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the group property of the microsoft.graph.educationClass entity. /// + /// A public Command BuildGroupNavCommand() { var command = new Command("group"); command.Description = "Provides operations to manage the group property of the microsoft.graph.educationClass entity."; @@ -229,6 +236,7 @@ public Command BuildGroupNavCommand() { /// /// Provides operations to manage the members property of the microsoft.graph.educationClass entity. /// + /// A public Command BuildMembersNavCommand() { var command = new Command("members"); command.Description = "Provides operations to manage the members property of the microsoft.graph.educationClass entity."; @@ -254,6 +262,7 @@ public Command BuildMembersNavCommand() { /// /// Provides operations to manage the modules property of the microsoft.graph.educationClass entity. /// + /// A public Command BuildModulesNavCommand() { var command = new Command("modules"); command.Description = "Provides operations to manage the modules property of the microsoft.graph.educationClass entity."; @@ -280,6 +289,7 @@ public Command BuildModulesNavCommand() { /// Update the properties of an educationClass object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an educationClass object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-1.0"; @@ -329,6 +339,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the schools property of the microsoft.graph.educationClass entity. /// + /// A public Command BuildSchoolsNavCommand() { var command = new Command("schools"); command.Description = "Provides operations to manage the schools property of the microsoft.graph.educationClass entity."; @@ -353,6 +364,7 @@ public Command BuildSchoolsNavCommand() { /// /// Provides operations to manage the teachers property of the microsoft.graph.educationClass entity. /// + /// A public Command BuildTeachersNavCommand() { var command = new Command("teachers"); command.Description = "Provides operations to manage the teachers property of the microsoft.graph.educationClass entity."; @@ -376,13 +388,13 @@ public Command BuildTeachersNavCommand() { return command; } /// - /// Instantiates a new EducationClassItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationClassItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationClassItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationClassItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}{?%24expand,%24select}", rawUrl) { @@ -390,6 +402,7 @@ public EducationClassItemRequestBuilder(string rawUrl) : base("{+baseurl}/educat /// /// Delete an educationClass. Because a class is also a universal group, deleting a class deletes the group. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -398,7 +411,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/classes/{educationClass%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -406,6 +419,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a class from the system. A class is a universal group with a special property that indicates to the system that the group is a class. Group members represent the students; group admins represent the teachers in the class. If you're using the delegated token, the user will only see classes in which they are members. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -422,6 +436,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an educationClass 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 @@ -432,7 +447,7 @@ public RequestInformation ToPatchRequestInformation(EducationClass body, Action< public RequestInformation ToPatchRequestInformation(EducationClass 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}/education/classes/{educationClass%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Group/GroupRequestBuilder.cs b/src/generated/Education/Classes/Item/Group/GroupRequestBuilder.cs index 64ef1c08e9..34f2e266c7 100644 --- a/src/generated/Education/Classes/Item/Group/GroupRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Group/GroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GroupRequestBuilder : BaseCliRequestBuilder { /// /// The underlying Microsoft 365 group object. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The underlying Microsoft 365 group object."; @@ -73,6 +74,7 @@ public Command BuildGetCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -92,13 +94,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/group{?%24expand,%24select}", rawUrl) { @@ -106,6 +108,7 @@ public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ /// /// The underlying Microsoft 365 group 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/Education/Classes/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Education/Classes/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 9c2aad2846..a9fe951606 100644 --- a/src/generated/Education/Classes/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Group/ServiceProvisioningErrors/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}/education/classes/{educationClass%2Did}/group/serviceProvisioningErrors/$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}/education/classes/{educationClass%2Did}/group/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ /// /// 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/Education/Classes/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Education/Classes/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 7a8246dc8f..fba9f30018 100644 --- a/src/generated/Education/Classes/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/group/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/group/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Education/Classes/Item/Members/Count/CountRequestBuilder.cs b/src/generated/Education/Classes/Item/Members/Count/CountRequestBuilder.cs index b240f313c5..3236ce2ecd 100644 --- a/src/generated/Education/Classes/Item/Members/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Members/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}/education/classes/{educationClass%2Did}/members/$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}/education/classes/{educationClass%2Did}/members/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ /// /// 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/Education/Classes/Item/Members/Item/EducationUserItemRequestBuilder.cs b/src/generated/Education/Classes/Item/Members/Item/EducationUserItemRequestBuilder.cs index 9f969b7da5..44e66a67ae 100644 --- a/src/generated/Education/Classes/Item/Members/Item/EducationUserItemRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Members/Item/EducationUserItemRequestBuilder.cs @@ -18,6 +18,7 @@ public class EducationUserItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of educationRoot entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of educationRoot entities."; @@ -31,13 +32,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new EducationUserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationUserItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/members/{educationUser%2Did}", pathParameters) { } /// - /// Instantiates a new EducationUserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationUserItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/members/{educationUser%2Did}", rawUrl) { diff --git a/src/generated/Education/Classes/Item/Members/Item/Ref/RefRequestBuilder.cs b/src/generated/Education/Classes/Item/Members/Item/Ref/RefRequestBuilder.cs index 6200fd4262..8c7fb55d76 100644 --- a/src/generated/Education/Classes/Item/Members/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Members/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an educationUser from an educationClass. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an educationUser from an educationClass.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/members/{educationUser%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/members/{educationUser%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ed /// /// Remove an educationUser from an educationClass. /// + /// 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/Education/Classes/Item/Members/MembersRequestBuilder.cs b/src/generated/Education/Classes/Item/Members/MembersRequestBuilder.cs index 25cf448d5f..0c9e25a8be 100644 --- a/src/generated/Education/Classes/Item/Members/MembersRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Members/MembersRequestBuilder.cs @@ -25,6 +25,7 @@ public class MembersRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.education.classes.item.members.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new EducationUserItemRequestBuilder(PathParameters); @@ -34,6 +35,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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// Retrieves the educationUser members of an educationClass. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieves the educationUser members of an educationClass.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0"; @@ -148,6 +151,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of educationRoot entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of educationRoot entities."; @@ -163,13 +167,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MembersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -177,6 +181,7 @@ public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes /// /// Retrieves the educationUser members of an educationClass. /// + /// 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/Education/Classes/Item/Members/Ref/RefRequestBuilder.cs b/src/generated/Education/Classes/Item/Members/Ref/RefRequestBuilder.cs index 11738c2ae8..000e6cdf9b 100644 --- a/src/generated/Education/Classes/Item/Members/Ref/RefRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Members/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an educationUser from an educationClass. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an educationUser from an educationClass.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Retrieves the educationUser members of an educationClass. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieves the educationUser members of an educationClass.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0"; @@ -148,6 +150,7 @@ public Command BuildGetCommand() { /// Add an educationUser member to an educationClass. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add an educationUser member to an educationClass.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-1.0"; @@ -185,20 +188,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/members/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/members/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/members/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/members/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove an educationUser from an educationClass. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,7 +211,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/classes/{educationClass%2Did}/members/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +219,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieves the educationUser members of an educationClass. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add an educationUser member to an educationClass. /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/education/classes/{educationClass%2Did}/members/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Modules/Count/CountRequestBuilder.cs b/src/generated/Education/Classes/Item/Modules/Count/CountRequestBuilder.cs index f259a20cc4..71fb7c8bed 100644 --- a/src/generated/Education/Classes/Item/Modules/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Modules/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}/education/classes/{educationClass%2Did}/modules/$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}/education/classes/{educationClass%2Did}/modules/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ /// /// 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/Education/Classes/Item/Modules/Item/EducationModuleItemRequestBuilder.cs b/src/generated/Education/Classes/Item/Modules/Item/EducationModuleItemRequestBuilder.cs index 360ee66200..ff6b511ce1 100644 --- a/src/generated/Education/Classes/Item/Modules/Item/EducationModuleItemRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Modules/Item/EducationModuleItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class EducationModuleItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property modules for education /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property modules for education"; @@ -66,6 +67,7 @@ public Command BuildDeleteCommand() { /// /// Get modules from education /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get modules from education"; @@ -122,6 +124,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property modules in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property modules in education"; @@ -177,6 +180,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the pin method. /// + /// A public Command BuildPinNavCommand() { var command = new Command("pin"); command.Description = "Provides operations to call the pin method."; @@ -192,6 +196,7 @@ public Command BuildPinNavCommand() { /// /// 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."; @@ -207,6 +212,7 @@ public Command BuildPublishNavCommand() { /// /// Provides operations to manage the resources property of the microsoft.graph.educationModule entity. /// + /// A public Command BuildResourcesNavCommand() { var command = new Command("resources"); command.Description = "Provides operations to manage the resources property of the microsoft.graph.educationModule entity."; @@ -232,6 +238,7 @@ public Command BuildResourcesNavCommand() { /// /// Provides operations to call the setUpResourcesFolder method. /// + /// A public Command BuildSetUpResourcesFolderNavCommand() { var command = new Command("set-up-resources-folder"); command.Description = "Provides operations to call the setUpResourcesFolder method."; @@ -247,6 +254,7 @@ public Command BuildSetUpResourcesFolderNavCommand() { /// /// Provides operations to call the unpin method. /// + /// A public Command BuildUnpinNavCommand() { var command = new Command("unpin"); command.Description = "Provides operations to call the unpin method."; @@ -260,13 +268,13 @@ public Command BuildUnpinNavCommand() { return command; } /// - /// Instantiates a new EducationModuleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationModuleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationModuleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationModuleItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}{?%24expand,%24select}", rawUrl) { @@ -274,6 +282,7 @@ public EducationModuleItemRequestBuilder(string rawUrl) : base("{+baseurl}/educa /// /// Delete navigation property modules for education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -282,7 +291,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -290,6 +299,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get modules from education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -306,6 +316,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property modules in education /// + /// 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 @@ -316,7 +327,7 @@ public RequestInformation ToPatchRequestInformation(EducationModule body, Action public RequestInformation ToPatchRequestInformation(EducationModule 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}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Modules/Item/Pin/PinRequestBuilder.cs b/src/generated/Education/Classes/Item/Modules/Item/Pin/PinRequestBuilder.cs index 62c2d72758..3e0213dba7 100644 --- a/src/generated/Education/Classes/Item/Modules/Item/Pin/PinRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Modules/Item/Pin/PinRequestBuilder.cs @@ -22,6 +22,7 @@ public class PinRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action pin /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action pin"; @@ -62,13 +63,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PinRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}/pin", pathParameters) { } /// - /// Instantiates a new PinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PinRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}/pin", rawUrl) { @@ -76,6 +77,7 @@ public PinRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ed /// /// Invoke action pin /// + /// 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/Education/Classes/Item/Modules/Item/Publish/PublishRequestBuilder.cs b/src/generated/Education/Classes/Item/Modules/Item/Publish/PublishRequestBuilder.cs index 3c668566dc..74a224cc48 100644 --- a/src/generated/Education/Classes/Item/Modules/Item/Publish/PublishRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Modules/Item/Publish/PublishRequestBuilder.cs @@ -22,6 +22,7 @@ public class PublishRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action publish /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action publish"; @@ -62,13 +63,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}/education/classes/{educationClass%2Did}/modules/{educationModule%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}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}/publish", rawUrl) { @@ -76,6 +77,7 @@ public PublishRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes /// /// Invoke action publish /// + /// 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/Education/Classes/Item/Modules/Item/Resources/Count/CountRequestBuilder.cs b/src/generated/Education/Classes/Item/Modules/Item/Resources/Count/CountRequestBuilder.cs index c92c54ef52..46fc7a8c0f 100644 --- a/src/generated/Education/Classes/Item/Modules/Item/Resources/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Modules/Item/Resources/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"; @@ -65,13 +66,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}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}/resources/$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}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}/resources/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ /// /// 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/Education/Classes/Item/Modules/Item/Resources/Item/EducationModuleResourceItemRequestBuilder.cs b/src/generated/Education/Classes/Item/Modules/Item/Resources/Item/EducationModuleResourceItemRequestBuilder.cs index e330049934..106bebcb8c 100644 --- a/src/generated/Education/Classes/Item/Modules/Item/Resources/Item/EducationModuleResourceItemRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Modules/Item/Resources/Item/EducationModuleResourceItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class EducationModuleResourceItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resources for education /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resources for education"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Get resources from education /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resources from education"; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resources in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resources in education"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EducationModuleResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationModuleResourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}/resources/{educationModuleResource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationModuleResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationModuleResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}/resources/{educationModuleResource%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public EducationModuleResourceItemRequestBuilder(string rawUrl) : base("{+baseur /// /// Delete navigation property resources for education /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}/resources/{educationModuleResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resources from education /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resources in education /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(EducationModuleResource body public RequestInformation ToPatchRequestInformation(EducationModuleResource 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}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}/resources/{educationModuleResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Modules/Item/Resources/ResourcesRequestBuilder.cs b/src/generated/Education/Classes/Item/Modules/Item/Resources/ResourcesRequestBuilder.cs index fa4fb82637..fc31281721 100644 --- a/src/generated/Education/Classes/Item/Modules/Item/Resources/ResourcesRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Modules/Item/Resources/ResourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resources property of the microsoft.graph.educationModule entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationModuleResourceItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to resources for education /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to resources for education"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// Get resources from education /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get resources from education"; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/education/class /// /// Get resources from education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to resources for education /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(EducationModuleResource body, public RequestInformation ToPostRequestInformation(EducationModuleResource 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}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}/resources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Modules/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs b/src/generated/Education/Classes/Item/Modules/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs index 93335ba226..5cc59c8dc6 100644 --- a/src/generated/Education/Classes/Item/Modules/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Modules/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetUpResourcesFolderRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action setUpResourcesFolder /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action setUpResourcesFolder"; @@ -62,13 +63,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetUpResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetUpResourcesFolderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}/setUpResourcesFolder", pathParameters) { } /// - /// Instantiates a new SetUpResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetUpResourcesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}/setUpResourcesFolder", rawUrl) { @@ -76,6 +77,7 @@ public SetUpResourcesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/educ /// /// Invoke action setUpResourcesFolder /// + /// 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/Education/Classes/Item/Modules/Item/Unpin/UnpinRequestBuilder.cs b/src/generated/Education/Classes/Item/Modules/Item/Unpin/UnpinRequestBuilder.cs index e34d2dec7f..dc0be8b19d 100644 --- a/src/generated/Education/Classes/Item/Modules/Item/Unpin/UnpinRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Modules/Item/Unpin/UnpinRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnpinRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action unpin /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action unpin"; @@ -62,13 +63,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnpinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnpinRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}/unpin", pathParameters) { } /// - /// Instantiates a new UnpinRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnpinRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/modules/{educationModule%2Did}/unpin", rawUrl) { @@ -76,6 +77,7 @@ public UnpinRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ /// /// Invoke action unpin /// + /// 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/Education/Classes/Item/Modules/ModulesRequestBuilder.cs b/src/generated/Education/Classes/Item/Modules/ModulesRequestBuilder.cs index 668f03b036..995eba49b7 100644 --- a/src/generated/Education/Classes/Item/Modules/ModulesRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Modules/ModulesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ModulesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the modules property of the microsoft.graph.educationClass entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to modules for education /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to modules for education"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// Get modules from education /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get modules from education"; @@ -201,13 +205,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ModulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ModulesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/modules{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ModulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ModulesRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/modules{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -215,6 +219,7 @@ public ModulesRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes /// /// Get modules from education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to modules for education /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(EducationModule body, Action< public RequestInformation ToPostRequestInformation(EducationModule 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}/education/classes/{educationClass%2Did}/modules", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Schools/Count/CountRequestBuilder.cs b/src/generated/Education/Classes/Item/Schools/Count/CountRequestBuilder.cs index 9cb2898eee..1547e5e32b 100644 --- a/src/generated/Education/Classes/Item/Schools/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Schools/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}/education/classes/{educationClass%2Did}/schools/$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}/education/classes/{educationClass%2Did}/schools/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ /// /// 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/Education/Classes/Item/Schools/Item/EducationSchoolItemRequestBuilder.cs b/src/generated/Education/Classes/Item/Schools/Item/EducationSchoolItemRequestBuilder.cs index 9672135a6a..2ff29b4903 100644 --- a/src/generated/Education/Classes/Item/Schools/Item/EducationSchoolItemRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Schools/Item/EducationSchoolItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class EducationSchoolItemRequestBuilder : BaseCliRequestBuilder { /// /// All schools that this class is associated with. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "All schools that this class is associated with. Nullable."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EducationSchoolItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationSchoolItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/schools/{educationSchool%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationSchoolItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationSchoolItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/schools/{educationSchool%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public EducationSchoolItemRequestBuilder(string rawUrl) : base("{+baseurl}/educa /// /// All schools that this class is associated with. Nullable. /// + /// 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/Education/Classes/Item/Schools/SchoolsRequestBuilder.cs b/src/generated/Education/Classes/Item/Schools/SchoolsRequestBuilder.cs index 4c1f1d5898..712f5fce43 100644 --- a/src/generated/Education/Classes/Item/Schools/SchoolsRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Schools/SchoolsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SchoolsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the schools property of the microsoft.graph.educationClass entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationSchoolItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Retrieve a list of schools in which the class is taught. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of schools in which the class is taught.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SchoolsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SchoolsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/schools{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SchoolsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SchoolsRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/schools{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public SchoolsRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes /// /// Retrieve a list of schools in which the class is taught. /// + /// 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/Education/Classes/Item/Teachers/Count/CountRequestBuilder.cs b/src/generated/Education/Classes/Item/Teachers/Count/CountRequestBuilder.cs index 21339ee43d..aaaf8b3dbc 100644 --- a/src/generated/Education/Classes/Item/Teachers/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Teachers/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}/education/classes/{educationClass%2Did}/teachers/$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}/education/classes/{educationClass%2Did}/teachers/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ /// /// 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/Education/Classes/Item/Teachers/Item/EducationUserItemRequestBuilder.cs b/src/generated/Education/Classes/Item/Teachers/Item/EducationUserItemRequestBuilder.cs index ecd482827d..940aa0c84a 100644 --- a/src/generated/Education/Classes/Item/Teachers/Item/EducationUserItemRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Teachers/Item/EducationUserItemRequestBuilder.cs @@ -18,6 +18,7 @@ public class EducationUserItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of educationRoot entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of educationRoot entities."; @@ -31,13 +32,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new EducationUserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationUserItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/teachers/{educationUser%2Did}", pathParameters) { } /// - /// Instantiates a new EducationUserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationUserItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/teachers/{educationUser%2Did}", rawUrl) { diff --git a/src/generated/Education/Classes/Item/Teachers/Item/Ref/RefRequestBuilder.cs b/src/generated/Education/Classes/Item/Teachers/Item/Ref/RefRequestBuilder.cs index 735233b372..0807bfa049 100644 --- a/src/generated/Education/Classes/Item/Teachers/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Teachers/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a teacher from an educationClass. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a teacher from an educationClass.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/teachers/{educationUser%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/teachers/{educationUser%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{ed /// /// Remove a teacher from an educationClass. /// + /// 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/Education/Classes/Item/Teachers/Ref/RefRequestBuilder.cs b/src/generated/Education/Classes/Item/Teachers/Ref/RefRequestBuilder.cs index de9ede586b..5f50d84783 100644 --- a/src/generated/Education/Classes/Item/Teachers/Ref/RefRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Teachers/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a teacher from an educationClass. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a teacher from an educationClass.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0"; @@ -148,6 +150,7 @@ public Command BuildGetCommand() { /// Add a teacher to a class. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add a teacher to a class.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-1.0"; @@ -185,20 +188,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/teachers/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/teachers/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/teachers/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/teachers/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove a teacher from an educationClass. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,7 +211,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/classes/{educationClass%2Did}/teachers/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +219,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add a teacher to a class. /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/education/classes/{educationClass%2Did}/teachers/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Classes/Item/Teachers/TeachersRequestBuilder.cs b/src/generated/Education/Classes/Item/Teachers/TeachersRequestBuilder.cs index 80345ff905..b591983feb 100644 --- a/src/generated/Education/Classes/Item/Teachers/TeachersRequestBuilder.cs +++ b/src/generated/Education/Classes/Item/Teachers/TeachersRequestBuilder.cs @@ -25,6 +25,7 @@ public class TeachersRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.education.classes.item.teachers.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new EducationUserItemRequestBuilder(PathParameters); @@ -34,6 +35,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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0"; @@ -148,6 +151,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of educationRoot entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of educationRoot entities."; @@ -163,13 +167,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new TeachersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeachersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/classes/{educationClass%2Did}/teachers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TeachersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeachersRequestBuilder(string rawUrl) : base("{+baseurl}/education/classes/{educationClass%2Did}/teachers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -177,6 +181,7 @@ public TeachersRequestBuilder(string rawUrl) : base("{+baseurl}/education/classe /// /// Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. /// + /// 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/Education/EducationRequestBuilder.cs b/src/generated/Education/EducationRequestBuilder.cs index a356e7eecb..5145036e4c 100644 --- a/src/generated/Education/EducationRequestBuilder.cs +++ b/src/generated/Education/EducationRequestBuilder.cs @@ -26,6 +26,7 @@ public class EducationRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the classes property of the microsoft.graph.educationRoot entity. /// + /// A public Command BuildClassesNavCommand() { var command = new Command("classes"); command.Description = "Provides operations to manage the classes property of the microsoft.graph.educationRoot entity."; @@ -52,6 +53,7 @@ public Command BuildClassesNavCommand() { /// /// Get education /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get education"; @@ -96,6 +98,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the me property of the microsoft.graph.educationRoot entity. /// + /// A public Command BuildMeNavCommand() { var command = new Command("me"); command.Description = "Provides operations to manage the me property of the microsoft.graph.educationRoot entity."; @@ -124,6 +127,7 @@ public Command BuildMeNavCommand() { /// /// Update education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update education"; @@ -167,6 +171,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the schools property of the microsoft.graph.educationRoot entity. /// + /// A public Command BuildSchoolsNavCommand() { var command = new Command("schools"); command.Description = "Provides operations to manage the schools property of the microsoft.graph.educationRoot entity."; @@ -193,6 +198,7 @@ public Command BuildSchoolsNavCommand() { /// /// Provides operations to manage the users property of the microsoft.graph.educationRoot entity. /// + /// A public Command BuildUsersNavCommand() { var command = new Command("users"); command.Description = "Provides operations to manage the users property of the microsoft.graph.educationRoot entity."; @@ -217,13 +223,13 @@ public Command BuildUsersNavCommand() { return command; } /// - /// Instantiates a new EducationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationRequestBuilder(string rawUrl) : base("{+baseurl}/education{?%24expand,%24select}", rawUrl) { @@ -231,6 +237,7 @@ public EducationRequestBuilder(string rawUrl) : base("{+baseurl}/education{?%24e /// /// Get education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -247,6 +254,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update education /// + /// 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 @@ -257,7 +265,7 @@ public RequestInformation ToPatchRequestInformation(EducationRoot 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}/education", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/Assignments/AssignmentsRequestBuilder.cs b/src/generated/Education/Me/Assignments/AssignmentsRequestBuilder.cs index f08f8c6727..479d9415e9 100644 --- a/src/generated/Education/Me/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/AssignmentsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.educationUser entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -45,6 +46,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."; @@ -60,6 +62,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to assignments for education /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to assignments for education"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -119,6 +123,7 @@ public Command BuildDeltaNavCommand() { /// Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0"; @@ -209,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +228,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/ /// /// Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to assignments for education /// + /// 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 @@ -249,7 +256,7 @@ public RequestInformation ToPostRequestInformation(EducationAssignment body, Act public RequestInformation ToPostRequestInformation(EducationAssignment 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}/education/me/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/Assignments/Count/CountRequestBuilder.cs b/src/generated/Education/Me/Assignments/Count/CountRequestBuilder.cs index 6a32061b50..2dfa7327b5 100644 --- a/src/generated/Education/Me/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/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}/education/me/assignments/$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}/education/me/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assign /// /// 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/Education/Me/Assignments/Delta/DeltaGetResponse.cs b/src/generated/Education/Me/Assignments/Delta/DeltaGetResponse.cs index adc689427b..5826af4ee9 100644 --- a/src/generated/Education/Me/Assignments/Delta/DeltaGetResponse.cs +++ b/src/generated/Education/Me/Assignments/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Education/Me/Assignments/Delta/DeltaRequestBuilder.cs b/src/generated/Education/Me/Assignments/Delta/DeltaRequestBuilder.cs index 52ad0644b9..35181f63d1 100644 --- a/src/generated/Education/Me/Assignments/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Education/Me/Assignments/Item/Categories/CategoriesRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Categories/CategoriesRequestBuilder.cs index 2d007f7551..5bc677aeda 100644 --- a/src/generated/Education/Me/Assignments/Item/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Categories/CategoriesRequestBuilder.cs @@ -26,6 +26,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.education.me.assignments.item.categories.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new EducationCategoryItemRequestBuilder(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() { /// Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -116,6 +120,7 @@ public Command BuildDeltaNavCommand() { /// List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0"; @@ -214,6 +219,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of educationRoot entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of educationRoot entities."; @@ -229,13 +235,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -243,6 +249,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/a /// /// List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -259,6 +266,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. /// + /// 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 @@ -269,7 +277,7 @@ public RequestInformation ToPostRequestInformation(EducationCategory body, Actio public RequestInformation ToPostRequestInformation(EducationCategory 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}/education/me/assignments/{educationAssignment%2Did}/categories", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/Assignments/Item/Categories/Count/CountRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Categories/Count/CountRequestBuilder.cs index 99319da22d..151c910871 100644 --- a/src/generated/Education/Me/Assignments/Item/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Categories/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}/education/me/assignments/{educationAssignment%2Did}/categories/$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}/education/me/assignments/{educationAssignment%2Did}/categories/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assign /// /// 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/Education/Me/Assignments/Item/Categories/Delta/DeltaGetResponse.cs b/src/generated/Education/Me/Assignments/Item/Categories/Delta/DeltaGetResponse.cs index a751a4ede5..3c57c18be3 100644 --- a/src/generated/Education/Me/Assignments/Item/Categories/Delta/DeltaGetResponse.cs +++ b/src/generated/Education/Me/Assignments/Item/Categories/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationCategory.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Education/Me/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs index 5126d94754..d4460255b1 100644 --- a/src/generated/Education/Me/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (educationAssignmentId is not null) requestInfo.PathParameters.Add("educationAssignment%2Did", educationAssignmentId); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/categories/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/categories/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/categories/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/categories/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Education/Me/Assignments/Item/Categories/Item/EducationCategoryItemRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Categories/Item/EducationCategoryItemRequestBuilder.cs index 52c45b4947..25e348cc93 100644 --- a/src/generated/Education/Me/Assignments/Item/Categories/Item/EducationCategoryItemRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Categories/Item/EducationCategoryItemRequestBuilder.cs @@ -18,6 +18,7 @@ public class EducationCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of educationRoot entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of educationRoot entities."; @@ -31,13 +32,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new EducationCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/categories/{educationCategory%2Did}", pathParameters) { } /// - /// Instantiates a new EducationCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/categories/{educationCategory%2Did}", rawUrl) { diff --git a/src/generated/Education/Me/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.cs index 2473bd95c8..7bfcffc0a1 100644 --- a/src/generated/Education/Me/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an educationCategory from an educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/categories/{educationCategory%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/categories/{educationCategory%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignme /// /// Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. /// + /// 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/Education/Me/Assignments/Item/Categories/Ref/RefRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Categories/Ref/RefRequestBuilder.cs index e85866a21a..69f2e3c395 100644 --- a/src/generated/Education/Me/Assignments/Item/Categories/Ref/RefRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Categories/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an educationCategory from an educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0"; @@ -148,6 +150,7 @@ public Command BuildGetCommand() { /// Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0"; @@ -185,20 +188,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/categories/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/categories/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/categories/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/categories/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,7 +211,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/me/assignments/{educationAssignment%2Did}/categories/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +219,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/education/me/assignments/{educationAssignment%2Did}/categories/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/Assignments/Item/EducationAssignmentItemRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/EducationAssignmentItemRequestBuilder.cs index 6e02bbfa21..ee8d48c6d4 100644 --- a/src/generated/Education/Me/Assignments/Item/EducationAssignmentItemRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/EducationAssignmentItemRequestBuilder.cs @@ -30,6 +30,7 @@ public class EducationAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.educationAssignment entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.educationAssignment entity."; @@ -57,6 +58,7 @@ public Command BuildCategoriesNavCommand() { /// /// Delete navigation property assignments for education /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignments for education"; @@ -90,6 +92,7 @@ public Command BuildDeleteCommand() { /// /// Assignments belonging to the user. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Assignments belonging to the user."; @@ -140,12 +143,12 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the gradingCategory property of the microsoft.graph.educationAssignment entity. /// + /// A public Command BuildGradingCategoryNavCommand() { var command = new Command("grading-category"); command.Description = "Provides operations to manage the gradingCategory property of the microsoft.graph.educationAssignment entity."; var builder = new GradingCategoryRequestBuilder(PathParameters); var execCommands = new List(); - execCommands.Add(builder.BuildDeleteCommand()); execCommands.Add(builder.BuildGetCommand()); foreach (var cmd in execCommands) { @@ -156,6 +159,7 @@ public Command BuildGradingCategoryNavCommand() { /// /// Update the navigation property assignments in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignments in education"; @@ -205,6 +209,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."; @@ -220,6 +225,7 @@ public Command BuildPublishNavCommand() { /// /// Provides operations to manage the resources property of the microsoft.graph.educationAssignment entity. /// + /// A public Command BuildResourcesNavCommand() { var command = new Command("resources"); command.Description = "Provides operations to manage the resources property of the microsoft.graph.educationAssignment entity."; @@ -245,6 +251,7 @@ public Command BuildResourcesNavCommand() { /// /// Provides operations to manage the rubric property of the microsoft.graph.educationAssignment entity. /// + /// A public Command BuildRubricNavCommand() { var command = new Command("rubric"); command.Description = "Provides operations to manage the rubric property of the microsoft.graph.educationAssignment entity."; @@ -268,6 +275,7 @@ public Command BuildRubricNavCommand() { /// /// Provides operations to call the setUpFeedbackResourcesFolder method. /// + /// A public Command BuildSetUpFeedbackResourcesFolderNavCommand() { var command = new Command("set-up-feedback-resources-folder"); command.Description = "Provides operations to call the setUpFeedbackResourcesFolder method."; @@ -283,6 +291,7 @@ public Command BuildSetUpFeedbackResourcesFolderNavCommand() { /// /// Provides operations to call the setUpResourcesFolder method. /// + /// A public Command BuildSetUpResourcesFolderNavCommand() { var command = new Command("set-up-resources-folder"); command.Description = "Provides operations to call the setUpResourcesFolder method."; @@ -298,6 +307,7 @@ public Command BuildSetUpResourcesFolderNavCommand() { /// /// Provides operations to manage the submissions property of the microsoft.graph.educationAssignment entity. /// + /// A public Command BuildSubmissionsNavCommand() { var command = new Command("submissions"); command.Description = "Provides operations to manage the submissions property of the microsoft.graph.educationAssignment entity."; @@ -321,13 +331,13 @@ public Command BuildSubmissionsNavCommand() { return command; } /// - /// Instantiates a new EducationAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -335,6 +345,7 @@ public EducationAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/e /// /// Delete navigation property assignments for education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -343,7 +354,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/me/assignments/{educationAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -351,6 +362,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Assignments belonging to the user. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -367,6 +379,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property assignments in education /// + /// 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 @@ -377,7 +390,7 @@ public RequestInformation ToPatchRequestInformation(EducationAssignment body, Ac public RequestInformation ToPatchRequestInformation(EducationAssignment 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}/education/me/assignments/{educationAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/Assignments/Item/GradingCategory/GradingCategoryRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/GradingCategory/GradingCategoryRequestBuilder.cs index 01dbc0cd7a..977117f56c 100644 --- a/src/generated/Education/Me/Assignments/Item/GradingCategory/GradingCategoryRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/GradingCategory/GradingCategoryRequestBuilder.cs @@ -19,43 +19,10 @@ namespace ApiSdk.Education.Me.Assignments.Item.GradingCategory { /// Provides operations to manage the gradingCategory property of the microsoft.graph.educationAssignment entity. /// public class GradingCategoryRequestBuilder : BaseCliRequestBuilder { - /// - /// Remove a gradingCategory from an educationAssignment. Only teachers can perform this operation. - /// Find more info here - /// - public Command BuildDeleteCommand() { - var command = new Command("delete"); - command.Description = "Remove a gradingCategory from an educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-delete-gradingcategory?view=graph-rest-1.0"; - var educationAssignmentIdOption = new Option("--education-assignment-id", description: "The unique identifier of educationAssignment") { - }; - educationAssignmentIdOption.IsRequired = true; - command.AddOption(educationAssignmentIdOption); - var ifMatchOption = new Option("--if-match", description: "ETag") { - Arity = ArgumentArity.ZeroOrMore - }; - ifMatchOption.IsRequired = false; - command.AddOption(ifMatchOption); - command.SetHandler(async (invocationContext) => { - var educationAssignmentId = invocationContext.ParseResult.GetValueForOption(educationAssignmentIdOption); - var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); - var cancellationToken = invocationContext.GetCancellationToken(); - var reqAdapter = invocationContext.GetRequestAdapter(); - var requestInfo = ToDeleteRequestInformation(q => { - }); - if (educationAssignmentId is not null) requestInfo.PathParameters.Add("educationAssignment%2Did", educationAssignmentId); - if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); - var errorMapping = new Dictionary> { - {"4XX", ODataError.CreateFromDiscriminatorValue}, - {"5XX", ODataError.CreateFromDiscriminatorValue}, - }; - await reqAdapter.SendNoContentAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken); - Console.WriteLine("Success"); - }); - return command; - } /// /// When set, enables users to weight assignments differently when computing a class average grade. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "When set, enables users to weight assignments differently when computing a class average grade."; @@ -104,36 +71,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GradingCategoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GradingCategoryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/gradingCategory{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GradingCategoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GradingCategoryRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/gradingCategory{?%24expand,%24select}", rawUrl) { } /// - /// Remove a gradingCategory from an educationAssignment. Only teachers can perform this operation. - /// - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// /// When set, enables users to weight assignments differently when computing a class average grade. /// + /// 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/Education/Me/Assignments/Item/Publish/PublishRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Publish/PublishRequestBuilder.cs index 4ea8071e07..0cde4d4290 100644 --- a/src/generated/Education/Me/Assignments/Item/Publish/PublishRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Publish/PublishRequestBuilder.cs @@ -23,6 +23,7 @@ public class PublishRequestBuilder : BaseCliRequestBuilder { /// Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0"; @@ -57,13 +58,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}/education/me/assignments/{educationAssignment%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}/education/me/assignments/{educationAssignment%2Did}/publish", rawUrl) { @@ -71,6 +72,7 @@ public PublishRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assi /// /// Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. /// + /// 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/Education/Me/Assignments/Item/Resources/Count/CountRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Resources/Count/CountRequestBuilder.cs index 9613d1bf94..18844b8847 100644 --- a/src/generated/Education/Me/Assignments/Item/Resources/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Resources/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}/education/me/assignments/{educationAssignment%2Did}/resources/$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}/education/me/assignments/{educationAssignment%2Did}/resources/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assign /// /// 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/Education/Me/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.cs index 2862250d46..4501958449 100644 --- a/src/generated/Education/Me/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class EducationAssignmentResourceItemRequestBuilder : BaseCliRequestBuild /// Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers can't remove resources marked as 'distributeToStudents', after the assignment has been published to students. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers can't remove resources marked as 'distributeToStudents', after the assignment has been published to students.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resources in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resources in education"; @@ -172,13 +175,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EducationAssignmentResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationAssignmentResourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/resources/{educationAssignmentResource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationAssignmentResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationAssignmentResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/resources/{educationAssignmentResource%2Did}{?%24expand,%24select}", rawUrl) { @@ -186,6 +189,7 @@ public EducationAssignmentResourceItemRequestBuilder(string rawUrl) : base("{+ba /// /// Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers can't remove resources marked as 'distributeToStudents', after the assignment has been published to students. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -194,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/me/assignments/{educationAssignment%2Did}/resources/{educationAssignmentResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -202,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// + /// 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,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resources in education /// + /// 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 @@ -228,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(EducationAssignmentResource public RequestInformation ToPatchRequestInformation(EducationAssignmentResource 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}/education/me/assignments/{educationAssignment%2Did}/resources/{educationAssignmentResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/Assignments/Item/Resources/ResourcesRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Resources/ResourcesRequestBuilder.cs index 616d213bf0..0a77cd73cf 100644 --- a/src/generated/Education/Me/Assignments/Item/Resources/ResourcesRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Resources/ResourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resources property of the microsoft.graph.educationAssignment entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationAssignmentResourceItemRequestBuilder(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 an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/as /// /// Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// + /// 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 an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. /// + /// 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(EducationAssignmentResource b public RequestInformation ToPostRequestInformation(EducationAssignmentResource 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}/education/me/assignments/{educationAssignment%2Did}/resources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/Assignments/Item/Rubric/Ref/RefRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Rubric/Ref/RefRequestBuilder.cs index 7b30d93185..bc5c01b1bf 100644 --- a/src/generated/Education/Me/Assignments/Item/Rubric/Ref/RefRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Rubric/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"; @@ -86,6 +88,7 @@ public Command BuildGetCommand() { /// Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0"; @@ -123,13 +126,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/rubric/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/rubric/$ref", rawUrl) { @@ -137,6 +140,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignme /// /// Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -153,6 +157,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -169,6 +174,7 @@ public RequestInformation ToGetRequestInformation(Action /// Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. /// + /// 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/Education/Me/Assignments/Item/Rubric/RubricRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Rubric/RubricRequestBuilder.cs index 7204a534cb..8b698f02b9 100644 --- a/src/generated/Education/Me/Assignments/Item/Rubric/RubricRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Rubric/RubricRequestBuilder.cs @@ -24,6 +24,7 @@ public class RubricRequestBuilder : BaseCliRequestBuilder { /// Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"; @@ -109,6 +111,7 @@ public Command BuildGetCommand() { /// Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0"; @@ -158,6 +161,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the collection of educationRoot entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of educationRoot entities."; @@ -173,13 +177,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new RubricRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RubricRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/rubric{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RubricRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RubricRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/rubric{?%24expand,%24select}", rawUrl) { @@ -187,6 +191,7 @@ public RubricRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assig /// /// Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. /// + /// 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 +200,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/me/assignments/{educationAssignment%2Did}/rubric", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +208,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. /// + /// 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 +225,7 @@ public RequestInformation ToGetRequestInformation(Action /// Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. /// + /// 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 +236,7 @@ public RequestInformation ToPatchRequestInformation(EducationRubric body, Action public RequestInformation ToPatchRequestInformation(EducationRubric 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}/education/me/assignments/{educationAssignment%2Did}/rubric", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs index 474ce7947b..89558f07d6 100644 --- a/src/generated/Education/Me/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs @@ -23,6 +23,7 @@ public class SetUpFeedbackResourcesFolderRequestBuilder : BaseCliRequestBuilder /// Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetUpFeedbackResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetUpFeedbackResourcesFolderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/setUpFeedbackResourcesFolder", pathParameters) { } /// - /// Instantiates a new SetUpFeedbackResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetUpFeedbackResourcesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/setUpFeedbackResourcesFolder", rawUrl) { @@ -71,6 +72,7 @@ public SetUpFeedbackResourcesFolderRequestBuilder(string rawUrl) : base("{+baseu /// /// Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. /// + /// 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/Education/Me/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs index cf8f1eb512..5e5d47a255 100644 --- a/src/generated/Education/Me/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs @@ -23,6 +23,7 @@ public class SetUpResourcesFolderRequestBuilder : BaseCliRequestBuilder { /// Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetUpResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetUpResourcesFolderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/setUpResourcesFolder", pathParameters) { } /// - /// Instantiates a new SetUpResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetUpResourcesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/setUpResourcesFolder", rawUrl) { @@ -71,6 +72,7 @@ public SetUpResourcesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/educ /// /// Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. /// + /// 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/Education/Me/Assignments/Item/Submissions/Count/CountRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Submissions/Count/CountRequestBuilder.cs index 4863284142..61f8f43117 100644 --- a/src/generated/Education/Me/Assignments/Item/Submissions/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Submissions/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}/education/me/assignments/{educationAssignment%2Did}/submissions/$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}/education/me/assignments/{educationAssignment%2Did}/submissions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assign /// /// 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/Education/Me/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.cs index 5c026b9689..cb64b405ce 100644 --- a/src/generated/Education/Me/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.cs @@ -30,6 +30,7 @@ public class EducationSubmissionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property submissions for education /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property submissions for education"; @@ -70,6 +71,7 @@ public Command BuildDeleteCommand() { /// Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0"; @@ -126,6 +128,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the outcomes property of the microsoft.graph.educationSubmission entity. /// + /// A public Command BuildOutcomesNavCommand() { var command = new Command("outcomes"); command.Description = "Provides operations to manage the outcomes property of the microsoft.graph.educationSubmission entity."; @@ -151,6 +154,7 @@ public Command BuildOutcomesNavCommand() { /// /// Update the navigation property submissions in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property submissions in education"; @@ -206,6 +210,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the reassign method. /// + /// A public Command BuildReassignNavCommand() { var command = new Command("reassign"); command.Description = "Provides operations to call the reassign method."; @@ -221,6 +226,7 @@ public Command BuildReassignNavCommand() { /// /// Provides operations to manage the resources property of the microsoft.graph.educationSubmission entity. /// + /// A public Command BuildResourcesNavCommand() { var command = new Command("resources"); command.Description = "Provides operations to manage the resources property of the microsoft.graph.educationSubmission entity."; @@ -246,6 +252,7 @@ public Command BuildResourcesNavCommand() { /// /// Provides operations to call the return method. /// + /// A public Command BuildReturnNavCommand() { var command = new Command("return"); command.Description = "Provides operations to call the return method."; @@ -261,6 +268,7 @@ public Command BuildReturnNavCommand() { /// /// Provides operations to call the setUpResourcesFolder method. /// + /// A public Command BuildSetUpResourcesFolderNavCommand() { var command = new Command("set-up-resources-folder"); command.Description = "Provides operations to call the setUpResourcesFolder method."; @@ -276,6 +284,7 @@ public Command BuildSetUpResourcesFolderNavCommand() { /// /// Provides operations to call the submit method. /// + /// A public Command BuildSubmitNavCommand() { var command = new Command("submit"); command.Description = "Provides operations to call the submit method."; @@ -291,6 +300,7 @@ public Command BuildSubmitNavCommand() { /// /// Provides operations to manage the submittedResources property of the microsoft.graph.educationSubmission entity. /// + /// A public Command BuildSubmittedResourcesNavCommand() { var command = new Command("submitted-resources"); command.Description = "Provides operations to manage the submittedResources property of the microsoft.graph.educationSubmission entity."; @@ -316,6 +326,7 @@ public Command BuildSubmittedResourcesNavCommand() { /// /// Provides operations to call the unsubmit method. /// + /// A public Command BuildUnsubmitNavCommand() { var command = new Command("unsubmit"); command.Description = "Provides operations to call the unsubmit method."; @@ -329,13 +340,13 @@ public Command BuildUnsubmitNavCommand() { return command; } /// - /// Instantiates a new EducationSubmissionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationSubmissionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationSubmissionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationSubmissionItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}{?%24expand,%24select}", rawUrl) { @@ -343,6 +354,7 @@ public EducationSubmissionItemRequestBuilder(string rawUrl) : base("{+baseurl}/e /// /// Delete navigation property submissions for education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -351,7 +363,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -359,6 +371,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -375,6 +388,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property submissions in education /// + /// 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 @@ -385,7 +399,7 @@ public RequestInformation ToPatchRequestInformation(EducationSubmission body, Ac public RequestInformation ToPatchRequestInformation(EducationSubmission 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}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs index 8542bc94b9..5fa6ceeb08 100644 --- a/src/generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/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"; @@ -65,13 +66,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}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/$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}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assign /// /// 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/Education/Me/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.cs index 97b4a325fd..f6a596c3ac 100644 --- a/src/generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class EducationOutcomeItemRequestBuilder : BaseCliRequestBuilder { /// Delete a feedback resource from a submission. This can only be done by a teacher. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a feedback resource from a submission. This can only be done by a teacher.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Get outcomes from education /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get outcomes from education"; @@ -131,6 +133,7 @@ public Command BuildGetCommand() { /// Update the properties of an educationOutcome object. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an educationOutcome object. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0"; @@ -190,13 +193,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EducationOutcomeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationOutcomeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/{educationOutcome%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationOutcomeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationOutcomeItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/{educationOutcome%2Did}{?%24expand,%24select}", rawUrl) { @@ -204,6 +207,7 @@ public EducationOutcomeItemRequestBuilder(string rawUrl) : base("{+baseurl}/educ /// /// Delete a feedback resource from a submission. This can only be done by a teacher. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -212,7 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/{educationOutcome%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -220,6 +224,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get outcomes from education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -236,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an educationOutcome object. Only teachers can perform this operation. /// + /// 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 @@ -246,7 +252,7 @@ public RequestInformation ToPatchRequestInformation(EducationOutcome body, Actio public RequestInformation ToPatchRequestInformation(EducationOutcome 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}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/{educationOutcome%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs index e6b17a5203..ebbbaa7e80 100644 --- a/src/generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs @@ -24,6 +24,7 @@ public class OutcomesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the outcomes property of the microsoft.graph.educationSubmission entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationOutcomeItemRequestBuilder(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 feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0"; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OutcomesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OutcomesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OutcomesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OutcomesRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public OutcomesRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/ass /// /// Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail. /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(EducationOutcome body, Action public RequestInformation ToPostRequestInformation(EducationOutcome 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}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs index 5a225d855f..c7eaa73bae 100644 --- a/src/generated/Education/Me/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs @@ -23,6 +23,7 @@ public class ReassignRequestBuilder : BaseCliRequestBuilder { /// Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission is treated as a returned submission. This means that the reassigned status is mapped to the returned status, and reassignedDateTime and reassignedBy properties are mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission is treated as a returned submission. This means that the reassigned status is mapped to the returned status, and reassignedDateTime and reassignedBy properties are mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0"; @@ -63,13 +64,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReassignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReassignRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/reassign", pathParameters) { } /// - /// Instantiates a new ReassignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReassignRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/reassign", rawUrl) { @@ -77,6 +78,7 @@ public ReassignRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/ass /// /// Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission is treated as a returned submission. This means that the reassigned status is mapped to the returned status, and reassignedDateTime and reassignedBy properties are mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. /// + /// 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/Education/Me/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs index f89dae127f..3342dac193 100644 --- a/src/generated/Education/Me/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Resources/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"; @@ -65,13 +66,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}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/$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}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assign /// /// 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/Education/Me/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.cs index 60e908393e..53384dbb34 100644 --- a/src/generated/Education/Me/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class EducationSubmissionResourceItemRequestBuilder : BaseCliRequestBuild /// Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0"; @@ -131,6 +133,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resources in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resources in education"; @@ -190,13 +193,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EducationSubmissionResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationSubmissionResourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/{educationSubmissionResource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationSubmissionResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationSubmissionResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/{educationSubmissionResource%2Did}{?%24expand,%24select}", rawUrl) { @@ -204,6 +207,7 @@ public EducationSubmissionResourceItemRequestBuilder(string rawUrl) : base("{+ba /// /// Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -212,7 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/{educationSubmissionResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -220,6 +224,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -236,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resources in education /// + /// 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 @@ -246,7 +252,7 @@ public RequestInformation ToPatchRequestInformation(EducationSubmissionResource public RequestInformation ToPatchRequestInformation(EducationSubmissionResource 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}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/{educationSubmissionResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs index 1765118ad6..a2d0061adc 100644 --- a/src/generated/Education/Me/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resources property of the microsoft.graph.educationSubmission entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationSubmissionResourceItemRequestBuilder(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() { /// Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0"; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/as /// /// List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail. /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(EducationSubmissionResource b public RequestInformation ToPostRequestInformation(EducationSubmissionResource 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}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs index 22af558c78..92e35428f9 100644 --- a/src/generated/Education/Me/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs @@ -23,6 +23,7 @@ public class ReturnRequestBuilder : BaseCliRequestBuilder { /// Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0"; @@ -63,13 +64,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReturnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReturnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/return", pathParameters) { } /// - /// Instantiates a new ReturnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReturnRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/return", rawUrl) { @@ -77,6 +78,7 @@ public ReturnRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assig /// /// Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. /// + /// 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/Education/Me/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs index 7a63b11cff..79c5ccd638 100644 --- a/src/generated/Education/Me/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs @@ -23,6 +23,7 @@ public class SetUpResourcesFolderRequestBuilder : BaseCliRequestBuilder { /// Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0"; @@ -63,13 +64,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetUpResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetUpResourcesFolderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/setUpResourcesFolder", pathParameters) { } /// - /// Instantiates a new SetUpResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetUpResourcesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/setUpResourcesFolder", rawUrl) { @@ -77,6 +78,7 @@ public SetUpResourcesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/educ /// /// Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. /// + /// 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/Education/Me/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs index ad1dce701d..cfd158fa3d 100644 --- a/src/generated/Education/Me/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs @@ -23,6 +23,7 @@ public class SubmitRequestBuilder : BaseCliRequestBuilder { /// Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0"; @@ -63,13 +64,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SubmitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubmitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submit", pathParameters) { } /// - /// Instantiates a new SubmitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubmitRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submit", rawUrl) { @@ -77,6 +78,7 @@ public SubmitRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assig /// /// Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. /// + /// 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/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs index 77ea7632ff..30a0022ed9 100644 --- a/src/generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/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"; @@ -65,13 +66,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}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources/$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}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assign /// /// 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/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.cs index c8572499a2..3c1ddd0cea 100644 --- a/src/generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class EducationSubmissionResourceItemRequestBuilder : BaseCliRequestBuild /// /// Delete navigation property submittedResources for education /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property submittedResources for education"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0"; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property submittedResources in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property submittedResources in education"; @@ -189,13 +192,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EducationSubmissionResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationSubmissionResourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources/{educationSubmissionResource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationSubmissionResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationSubmissionResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources/{educationSubmissionResource%2Did}{?%24expand,%24select}", rawUrl) { @@ -203,6 +206,7 @@ public EducationSubmissionResourceItemRequestBuilder(string rawUrl) : base("{+ba /// /// Delete navigation property submittedResources for education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,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}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources/{educationSubmissionResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some 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 @@ -235,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property submittedResources in education /// + /// 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 @@ -245,7 +251,7 @@ public RequestInformation ToPatchRequestInformation(EducationSubmissionResource public RequestInformation ToPatchRequestInformation(EducationSubmissionResource 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}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources/{educationSubmissionResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs index d110bdf773..f2d228c3b0 100644 --- a/src/generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubmittedResourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the submittedResources property of the microsoft.graph.educationSubmission entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationSubmissionResourceItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to submittedResources for education /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to submittedResources for education"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// List the educationSubmissionResource objects that were officially submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission can't change the submitted list without resubmitting the assignment. This resource is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List the educationSubmissionResource objects that were officially submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission can't change the submitted list without resubmitting the assignment. This resource is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0"; @@ -208,13 +212,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SubmittedResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubmittedResourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SubmittedResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubmittedResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -222,6 +226,7 @@ public SubmittedResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/educat /// /// List the educationSubmissionResource objects that were officially submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission can't change the submitted list without resubmitting the assignment. This resource is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -238,6 +243,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to submittedResources for education /// + /// 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 @@ -248,7 +254,7 @@ public RequestInformation ToPostRequestInformation(EducationSubmissionResource b public RequestInformation ToPostRequestInformation(EducationSubmissionResource 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}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs index 81cbc5932d..e6ba867092 100644 --- a/src/generated/Education/Me/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs @@ -23,6 +23,7 @@ public class UnsubmitRequestBuilder : BaseCliRequestBuilder { /// Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0"; @@ -63,13 +64,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnsubmitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnsubmitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/unsubmit", pathParameters) { } /// - /// Instantiates a new UnsubmitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnsubmitRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/unsubmit", rawUrl) { @@ -77,6 +78,7 @@ public UnsubmitRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/ass /// /// Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. /// + /// 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/Education/Me/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs b/src/generated/Education/Me/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs index 5d95165472..23cd3e1201 100644 --- a/src/generated/Education/Me/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs +++ b/src/generated/Education/Me/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubmissionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the submissions property of the microsoft.graph.educationAssignment entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -44,6 +45,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."; @@ -59,6 +61,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to submissions for education /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to submissions for education"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they're associated with. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they're associated with.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0"; @@ -205,13 +209,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SubmissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubmissionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SubmissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubmissionsRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/assignments/{educationAssignment%2Did}/submissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -219,6 +223,7 @@ public SubmissionsRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/ /// /// List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they're associated with. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to submissions for education /// + /// 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 @@ -245,7 +251,7 @@ public RequestInformation ToPostRequestInformation(EducationSubmission body, Act public RequestInformation ToPostRequestInformation(EducationSubmission 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}/education/me/assignments/{educationAssignment%2Did}/submissions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/Classes/ClassesRequestBuilder.cs b/src/generated/Education/Me/Classes/ClassesRequestBuilder.cs index 2c0ab47510..0a57b9e057 100644 --- a/src/generated/Education/Me/Classes/ClassesRequestBuilder.cs +++ b/src/generated/Education/Me/Classes/ClassesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ClassesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the classes property of the microsoft.graph.educationUser entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationClassItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get the educationClass resources an educationUser is a member of. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the educationClass resources an educationUser is a member of.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0"; @@ -139,13 +142,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ClassesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClassesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/classes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ClassesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClassesRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/classes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -153,6 +156,7 @@ public ClassesRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/clas /// /// Get the educationClass resources an educationUser is a member of. /// + /// 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/Education/Me/Classes/Count/CountRequestBuilder.cs b/src/generated/Education/Me/Classes/Count/CountRequestBuilder.cs index ea72784df9..05c4135df7 100644 --- a/src/generated/Education/Me/Classes/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Me/Classes/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}/education/me/classes/$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}/education/me/classes/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/classe /// /// 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/Education/Me/Classes/Item/EducationClassItemRequestBuilder.cs b/src/generated/Education/Me/Classes/Item/EducationClassItemRequestBuilder.cs index 644ae641ca..b4087b8f86 100644 --- a/src/generated/Education/Me/Classes/Item/EducationClassItemRequestBuilder.cs +++ b/src/generated/Education/Me/Classes/Item/EducationClassItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class EducationClassItemRequestBuilder : BaseCliRequestBuilder { /// /// Classes to which the user belongs. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Classes to which the user belongs. Nullable."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EducationClassItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationClassItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/classes/{educationClass%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationClassItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationClassItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/classes/{educationClass%2Did}{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public EducationClassItemRequestBuilder(string rawUrl) : base("{+baseurl}/educat /// /// Classes to which the user belongs. Nullable. /// + /// 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/Education/Me/MeRequestBuilder.cs b/src/generated/Education/Me/MeRequestBuilder.cs index 9cdfffc38f..6fafbdca1f 100644 --- a/src/generated/Education/Me/MeRequestBuilder.cs +++ b/src/generated/Education/Me/MeRequestBuilder.cs @@ -28,6 +28,7 @@ public class MeRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.educationUser entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.educationUser entity."; @@ -54,6 +55,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to manage the classes property of the microsoft.graph.educationUser entity. /// + /// A public Command BuildClassesNavCommand() { var command = new Command("classes"); command.Description = "Provides operations to manage the classes property of the microsoft.graph.educationUser entity."; @@ -78,6 +80,7 @@ public Command BuildClassesNavCommand() { /// /// Delete navigation property me for education /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property me for education"; @@ -105,6 +108,7 @@ public Command BuildDeleteCommand() { /// /// Get me from education /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get me from education"; @@ -149,6 +153,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property me in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property me in education"; @@ -192,6 +197,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the rubrics property of the microsoft.graph.educationUser entity. /// + /// A public Command BuildRubricsNavCommand() { var command = new Command("rubrics"); command.Description = "Provides operations to manage the rubrics property of the microsoft.graph.educationUser entity."; @@ -217,6 +223,7 @@ public Command BuildRubricsNavCommand() { /// /// Provides operations to manage the schools property of the microsoft.graph.educationUser entity. /// + /// A public Command BuildSchoolsNavCommand() { var command = new Command("schools"); command.Description = "Provides operations to manage the schools property of the microsoft.graph.educationUser entity."; @@ -241,6 +248,7 @@ public Command BuildSchoolsNavCommand() { /// /// Provides operations to manage the taughtClasses property of the microsoft.graph.educationUser entity. /// + /// A public Command BuildTaughtClassesNavCommand() { var command = new Command("taught-classes"); command.Description = "Provides operations to manage the taughtClasses property of the microsoft.graph.educationUser entity."; @@ -265,6 +273,7 @@ public Command BuildTaughtClassesNavCommand() { /// /// Provides operations to manage the user property of the microsoft.graph.educationUser entity. /// + /// A public Command BuildUserNavCommand() { var command = new Command("user"); command.Description = "Provides operations to manage the user property of the microsoft.graph.educationUser entity."; @@ -285,13 +294,13 @@ public Command BuildUserNavCommand() { return command; } /// - /// Instantiates a new MeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MeRequestBuilder(string rawUrl) : base("{+baseurl}/education/me{?%24expand,%24select}", rawUrl) { @@ -299,6 +308,7 @@ public MeRequestBuilder(string rawUrl) : base("{+baseurl}/education/me{?%24expan /// /// Delete navigation property me for education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -307,7 +317,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/me", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -315,6 +325,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get me from education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -331,6 +342,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property me in education /// + /// 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 @@ -341,7 +353,7 @@ public RequestInformation ToPatchRequestInformation(EducationUser 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}/education/me", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/Rubrics/Count/CountRequestBuilder.cs b/src/generated/Education/Me/Rubrics/Count/CountRequestBuilder.cs index 47bbd4654f..3f5bcd595d 100644 --- a/src/generated/Education/Me/Rubrics/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Me/Rubrics/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}/education/me/rubrics/$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}/education/me/rubrics/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/rubric /// /// 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/Education/Me/Rubrics/Item/EducationRubricItemRequestBuilder.cs b/src/generated/Education/Me/Rubrics/Item/EducationRubricItemRequestBuilder.cs index 6f8a5f74e4..8ecec51a98 100644 --- a/src/generated/Education/Me/Rubrics/Item/EducationRubricItemRequestBuilder.cs +++ b/src/generated/Education/Me/Rubrics/Item/EducationRubricItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class EducationRubricItemRequestBuilder : BaseCliRequestBuilder { /// Delete an educationRubric object. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an educationRubric object. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EducationRubricItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationRubricItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/rubrics/{educationRubric%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationRubricItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationRubricItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/rubrics/{educationRubric%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public EducationRubricItemRequestBuilder(string rawUrl) : base("{+baseurl}/educa /// /// Delete an educationRubric object. Only teachers can perform this operation. /// + /// 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}/education/me/rubrics/{educationRubric%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation. /// + /// 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 an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated. /// + /// 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(EducationRubric body, Action public RequestInformation ToPatchRequestInformation(EducationRubric 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}/education/me/rubrics/{educationRubric%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/Rubrics/RubricsRequestBuilder.cs b/src/generated/Education/Me/Rubrics/RubricsRequestBuilder.cs index d4fa161a8c..4c916c1e97 100644 --- a/src/generated/Education/Me/Rubrics/RubricsRequestBuilder.cs +++ b/src/generated/Education/Me/Rubrics/RubricsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RubricsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the rubrics property of the microsoft.graph.educationUser entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationRubricItemRequestBuilder(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 educationRubric object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new educationRubric object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of educationRubric objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of educationRubric objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RubricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RubricsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/rubrics{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RubricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RubricsRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/rubrics{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public RubricsRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/rubr /// /// Retrieve a list of educationRubric objects. /// + /// 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 educationRubric 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 @@ -225,7 +231,7 @@ public RequestInformation ToPostRequestInformation(EducationRubric body, Action< public RequestInformation ToPostRequestInformation(EducationRubric 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}/education/me/rubrics", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/Schools/Count/CountRequestBuilder.cs b/src/generated/Education/Me/Schools/Count/CountRequestBuilder.cs index bfdcaa0ced..cd2a040636 100644 --- a/src/generated/Education/Me/Schools/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Me/Schools/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}/education/me/schools/$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}/education/me/schools/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/school /// /// 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/Education/Me/Schools/Item/EducationSchoolItemRequestBuilder.cs b/src/generated/Education/Me/Schools/Item/EducationSchoolItemRequestBuilder.cs index 80d989cd1f..6eb96fc747 100644 --- a/src/generated/Education/Me/Schools/Item/EducationSchoolItemRequestBuilder.cs +++ b/src/generated/Education/Me/Schools/Item/EducationSchoolItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class EducationSchoolItemRequestBuilder : BaseCliRequestBuilder { /// /// Schools to which the user belongs. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Schools to which the user belongs. Nullable."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EducationSchoolItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationSchoolItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/schools/{educationSchool%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationSchoolItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationSchoolItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/schools/{educationSchool%2Did}{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public EducationSchoolItemRequestBuilder(string rawUrl) : base("{+baseurl}/educa /// /// Schools to which the user belongs. Nullable. /// + /// 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/Education/Me/Schools/SchoolsRequestBuilder.cs b/src/generated/Education/Me/Schools/SchoolsRequestBuilder.cs index 7debdfe3de..4b81fa4c25 100644 --- a/src/generated/Education/Me/Schools/SchoolsRequestBuilder.cs +++ b/src/generated/Education/Me/Schools/SchoolsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SchoolsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the schools property of the microsoft.graph.educationUser entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationSchoolItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Retrieve a list of schools for a user. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of schools for a user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0"; @@ -139,13 +142,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SchoolsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SchoolsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/schools{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SchoolsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SchoolsRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/schools{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -153,6 +156,7 @@ public SchoolsRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/scho /// /// Retrieve a list of schools for a user. /// + /// 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/Education/Me/TaughtClasses/Count/CountRequestBuilder.cs b/src/generated/Education/Me/TaughtClasses/Count/CountRequestBuilder.cs index 04cadf5f40..b3d89f406c 100644 --- a/src/generated/Education/Me/TaughtClasses/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Me/TaughtClasses/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}/education/me/taughtClasses/$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}/education/me/taughtClasses/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/taught /// /// 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/Education/Me/TaughtClasses/Item/EducationClassItemRequestBuilder.cs b/src/generated/Education/Me/TaughtClasses/Item/EducationClassItemRequestBuilder.cs index a30061c2ec..d4cde45970 100644 --- a/src/generated/Education/Me/TaughtClasses/Item/EducationClassItemRequestBuilder.cs +++ b/src/generated/Education/Me/TaughtClasses/Item/EducationClassItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class EducationClassItemRequestBuilder : BaseCliRequestBuilder { /// /// Classes for which the user is a teacher. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Classes for which the user is a teacher."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EducationClassItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationClassItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/taughtClasses/{educationClass%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationClassItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationClassItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/taughtClasses/{educationClass%2Did}{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public EducationClassItemRequestBuilder(string rawUrl) : base("{+baseurl}/educat /// /// Classes for which the user is a teacher. /// + /// 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/Education/Me/TaughtClasses/TaughtClassesRequestBuilder.cs b/src/generated/Education/Me/TaughtClasses/TaughtClassesRequestBuilder.cs index 9ca6fdebf4..68b75e821e 100644 --- a/src/generated/Education/Me/TaughtClasses/TaughtClassesRequestBuilder.cs +++ b/src/generated/Education/Me/TaughtClasses/TaughtClassesRequestBuilder.cs @@ -24,6 +24,7 @@ public class TaughtClassesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taughtClasses property of the microsoft.graph.educationUser entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationClassItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get the educationClass resources owned by an educationUser. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the educationClass resources owned by an educationUser.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0"; @@ -139,13 +142,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TaughtClassesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaughtClassesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/taughtClasses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaughtClassesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaughtClassesRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/taughtClasses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -153,6 +156,7 @@ public TaughtClassesRequestBuilder(string rawUrl) : base("{+baseurl}/education/m /// /// Get the educationClass resources owned by an educationUser. /// + /// 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/Education/Me/User/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Education/Me/User/MailboxSettings/MailboxSettingsRequestBuilder.cs index 1711ea56f7..0d20a8ff18 100644 --- a/src/generated/Education/Me/User/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Education/Me/User/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -66,6 +67,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -107,13 +109,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/user/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/user/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -121,6 +123,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/education /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -137,6 +140,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -147,7 +151,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/education/me/user/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Me/User/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Education/Me/User/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index b4620576e8..35a2f59817 100644 --- a/src/generated/Education/Me/User/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Me/User/ServiceProvisioningErrors/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}/education/me/user/serviceProvisioningErrors/$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}/education/me/user/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/user/s /// /// 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/Education/Me/User/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Education/Me/User/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 86dee2dbbf..a468e488c9 100644 --- a/src/generated/Education/Me/User/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Education/Me/User/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/user/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/user/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Education/Me/User/UserRequestBuilder.cs b/src/generated/Education/Me/User/UserRequestBuilder.cs index 6ff9de39d6..f12d6df3b1 100644 --- a/src/generated/Education/Me/User/UserRequestBuilder.cs +++ b/src/generated/Education/Me/User/UserRequestBuilder.cs @@ -25,6 +25,7 @@ public class UserRequestBuilder : BaseCliRequestBuilder { /// Retrieve the simple directory user that corresponds to this educationUser. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the simple directory user that corresponds to this educationUser.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0"; @@ -69,6 +70,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -85,6 +87,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -104,13 +107,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new UserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/me/user{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/user{?%24expand,%24select}", rawUrl) { @@ -118,6 +121,7 @@ public UserRequestBuilder(string rawUrl) : base("{+baseurl}/education/me/user{?% /// /// Retrieve the simple directory user that corresponds to this educationUser. /// + /// 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/Education/Schools/Count/CountRequestBuilder.cs b/src/generated/Education/Schools/Count/CountRequestBuilder.cs index 1a08b776de..8804ebb59b 100644 --- a/src/generated/Education/Schools/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Schools/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}/education/schools/$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}/education/schools/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/$ /// /// 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/Education/Schools/Delta/DeltaGetResponse.cs b/src/generated/Education/Schools/Delta/DeltaGetResponse.cs index 63bcc7742d..f539a4884b 100644 --- a/src/generated/Education/Schools/Delta/DeltaGetResponse.cs +++ b/src/generated/Education/Schools/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationSchool.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Education/Schools/Delta/DeltaRequestBuilder.cs b/src/generated/Education/Schools/Delta/DeltaRequestBuilder.cs index a750daa09c..f78df947ff 100644 --- a/src/generated/Education/Schools/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Education/Schools/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/schools/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/schools/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Education/Schools/Item/AdministrativeUnit/AdministrativeUnitRequestBuilder.cs b/src/generated/Education/Schools/Item/AdministrativeUnit/AdministrativeUnitRequestBuilder.cs index c5aa6dc05d..b0a63e54e0 100644 --- a/src/generated/Education/Schools/Item/AdministrativeUnit/AdministrativeUnitRequestBuilder.cs +++ b/src/generated/Education/Schools/Item/AdministrativeUnit/AdministrativeUnitRequestBuilder.cs @@ -23,6 +23,7 @@ public class AdministrativeUnitRequestBuilder : BaseCliRequestBuilder { /// Get a list of administrativeUnits associated with an educationSchool object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a list of administrativeUnits associated with an educationSchool object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationschool-list-administrativeunit?view=graph-rest-1.0"; @@ -73,6 +74,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property administrativeUnit in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property administrativeUnit in education"; @@ -120,13 +122,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AdministrativeUnitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/schools/{educationSchool%2Did}/administrativeUnit{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/{educationSchool%2Did}/administrativeUnit{?%24expand,%24select}", rawUrl) { @@ -134,6 +136,7 @@ public AdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/educat /// /// Get a list of administrativeUnits associated with an educationSchool 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 @@ -150,6 +153,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property administrativeUnit in education /// + /// 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 @@ -160,7 +164,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Administrative public RequestInformation ToPatchRequestInformation(ApiSdk.Models.AdministrativeUnit 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}/education/schools/{educationSchool%2Did}/administrativeUnit", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Schools/Item/Classes/ClassesRequestBuilder.cs b/src/generated/Education/Schools/Item/Classes/ClassesRequestBuilder.cs index de477199bd..f94d441a0c 100644 --- a/src/generated/Education/Schools/Item/Classes/ClassesRequestBuilder.cs +++ b/src/generated/Education/Schools/Item/Classes/ClassesRequestBuilder.cs @@ -25,6 +25,7 @@ public class ClassesRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.education.schools.item.classes.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new EducationClassItemRequestBuilder(PathParameters); @@ -34,6 +35,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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// Get the educationClass resources owned by an educationSchool. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the educationClass resources owned by an educationSchool.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0"; @@ -148,6 +151,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of educationRoot entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of educationRoot entities."; @@ -163,13 +167,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new ClassesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClassesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/schools/{educationSchool%2Did}/classes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ClassesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClassesRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/{educationSchool%2Did}/classes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -177,6 +181,7 @@ public ClassesRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools /// /// Get the educationClass resources owned by an educationSchool. /// + /// 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/Education/Schools/Item/Classes/Count/CountRequestBuilder.cs b/src/generated/Education/Schools/Item/Classes/Count/CountRequestBuilder.cs index 8593bfb2e7..72d735fe1d 100644 --- a/src/generated/Education/Schools/Item/Classes/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Schools/Item/Classes/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}/education/schools/{educationSchool%2Did}/classes/$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}/education/schools/{educationSchool%2Did}/classes/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/{ /// /// 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/Education/Schools/Item/Classes/Item/EducationClassItemRequestBuilder.cs b/src/generated/Education/Schools/Item/Classes/Item/EducationClassItemRequestBuilder.cs index 2e6d325e3b..8b5edd38c1 100644 --- a/src/generated/Education/Schools/Item/Classes/Item/EducationClassItemRequestBuilder.cs +++ b/src/generated/Education/Schools/Item/Classes/Item/EducationClassItemRequestBuilder.cs @@ -18,6 +18,7 @@ public class EducationClassItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of educationRoot entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of educationRoot entities."; @@ -31,13 +32,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new EducationClassItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationClassItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/schools/{educationSchool%2Did}/classes/{educationClass%2Did}", pathParameters) { } /// - /// Instantiates a new EducationClassItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationClassItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/{educationSchool%2Did}/classes/{educationClass%2Did}", rawUrl) { diff --git a/src/generated/Education/Schools/Item/Classes/Item/Ref/RefRequestBuilder.cs b/src/generated/Education/Schools/Item/Classes/Item/Ref/RefRequestBuilder.cs index 8310a87f48..261ed1fa99 100644 --- a/src/generated/Education/Schools/Item/Classes/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Education/Schools/Item/Classes/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Delete a class from a school. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a class from a school.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/schools/{educationSchool%2Did}/classes/{educationClass%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/{educationSchool%2Did}/classes/{educationClass%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/{ed /// /// Delete a class from a school. /// + /// 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/Education/Schools/Item/Classes/Ref/RefRequestBuilder.cs b/src/generated/Education/Schools/Item/Classes/Ref/RefRequestBuilder.cs index 62ba1e6d1e..47604b932f 100644 --- a/src/generated/Education/Schools/Item/Classes/Ref/RefRequestBuilder.cs +++ b/src/generated/Education/Schools/Item/Classes/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Delete a class from a school. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a class from a school.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Get the educationClass resources owned by an educationSchool. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the educationClass resources owned by an educationSchool.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0"; @@ -148,6 +150,7 @@ public Command BuildGetCommand() { /// Add a class to a school. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add a class to a school.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-1.0"; @@ -185,20 +188,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/schools/{educationSchool%2Did}/classes/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/schools/{educationSchool%2Did}/classes/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/{educationSchool%2Did}/classes/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/{educationSchool%2Did}/classes/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Delete a class from a school. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,7 +211,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/schools/{educationSchool%2Did}/classes/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +219,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the educationClass resources owned by an educationSchool. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add a class to a school. /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/education/schools/{educationSchool%2Did}/classes/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Schools/Item/EducationSchoolItemRequestBuilder.cs b/src/generated/Education/Schools/Item/EducationSchoolItemRequestBuilder.cs index d411c53889..867096b3bf 100644 --- a/src/generated/Education/Schools/Item/EducationSchoolItemRequestBuilder.cs +++ b/src/generated/Education/Schools/Item/EducationSchoolItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class EducationSchoolItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the administrativeUnit property of the microsoft.graph.educationSchool entity. /// + /// A public Command BuildAdministrativeUnitNavCommand() { var command = new Command("administrative-unit"); command.Description = "Provides operations to manage the administrativeUnit property of the microsoft.graph.educationSchool entity."; @@ -41,6 +42,7 @@ public Command BuildAdministrativeUnitNavCommand() { /// /// Provides operations to manage the classes property of the microsoft.graph.educationSchool entity. /// + /// A public Command BuildClassesNavCommand() { var command = new Command("classes"); command.Description = "Provides operations to manage the classes property of the microsoft.graph.educationSchool entity."; @@ -67,6 +69,7 @@ public Command BuildClassesNavCommand() { /// Delete a school. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a school.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an educationSchool object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an educationSchool object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-1.0"; @@ -152,6 +156,7 @@ public Command BuildGetCommand() { /// Update the properties of an educationSchool object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an educationSchool object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-1.0"; @@ -201,6 +206,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the users property of the microsoft.graph.educationSchool entity. /// + /// A public Command BuildUsersNavCommand() { var command = new Command("users"); command.Description = "Provides operations to manage the users property of the microsoft.graph.educationSchool entity."; @@ -224,13 +230,13 @@ public Command BuildUsersNavCommand() { return command; } /// - /// Instantiates a new EducationSchoolItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationSchoolItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/schools/{educationSchool%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationSchoolItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationSchoolItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/{educationSchool%2Did}{?%24expand,%24select}", rawUrl) { @@ -238,6 +244,7 @@ public EducationSchoolItemRequestBuilder(string rawUrl) : base("{+baseurl}/educa /// /// Delete a school. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,7 +253,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/schools/{educationSchool%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +261,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an educationSchool 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 @@ -270,6 +278,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an educationSchool 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 @@ -280,7 +289,7 @@ public RequestInformation ToPatchRequestInformation(EducationSchool body, Action public RequestInformation ToPatchRequestInformation(EducationSchool 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}/education/schools/{educationSchool%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Schools/Item/Users/Count/CountRequestBuilder.cs b/src/generated/Education/Schools/Item/Users/Count/CountRequestBuilder.cs index ccc5d294ab..fac5269956 100644 --- a/src/generated/Education/Schools/Item/Users/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Schools/Item/Users/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}/education/schools/{educationSchool%2Did}/users/$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}/education/schools/{educationSchool%2Did}/users/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/{ /// /// 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/Education/Schools/Item/Users/Item/EducationUserItemRequestBuilder.cs b/src/generated/Education/Schools/Item/Users/Item/EducationUserItemRequestBuilder.cs index 7f8959f3ce..e997e956e5 100644 --- a/src/generated/Education/Schools/Item/Users/Item/EducationUserItemRequestBuilder.cs +++ b/src/generated/Education/Schools/Item/Users/Item/EducationUserItemRequestBuilder.cs @@ -18,6 +18,7 @@ public class EducationUserItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of educationRoot entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of educationRoot entities."; @@ -31,13 +32,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new EducationUserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationUserItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/schools/{educationSchool%2Did}/users/{educationUser%2Did}", pathParameters) { } /// - /// Instantiates a new EducationUserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationUserItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/{educationSchool%2Did}/users/{educationUser%2Did}", rawUrl) { diff --git a/src/generated/Education/Schools/Item/Users/Item/Ref/RefRequestBuilder.cs b/src/generated/Education/Schools/Item/Users/Item/Ref/RefRequestBuilder.cs index 76d4a6c996..535732387d 100644 --- a/src/generated/Education/Schools/Item/Users/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Education/Schools/Item/Users/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Delete a user from a school. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a user from a school.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/schools/{educationSchool%2Did}/users/{educationUser%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/{educationSchool%2Did}/users/{educationUser%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/{ed /// /// Delete a user from a school. /// + /// 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/Education/Schools/Item/Users/Ref/RefRequestBuilder.cs b/src/generated/Education/Schools/Item/Users/Ref/RefRequestBuilder.cs index fbf06d626b..8acb9f4c2e 100644 --- a/src/generated/Education/Schools/Item/Users/Ref/RefRequestBuilder.cs +++ b/src/generated/Education/Schools/Item/Users/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Delete a user from a school. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a user from a school.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Get the educationUser resources associated with an educationSchool. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the educationUser resources associated with an educationSchool.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0"; @@ -148,6 +150,7 @@ public Command BuildGetCommand() { /// Add a user to a school. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add a user to a school.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-1.0"; @@ -185,20 +188,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/schools/{educationSchool%2Did}/users/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/schools/{educationSchool%2Did}/users/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/{educationSchool%2Did}/users/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/{educationSchool%2Did}/users/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Delete a user from a school. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,7 +211,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/schools/{educationSchool%2Did}/users/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +219,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the educationUser resources associated with an educationSchool. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add a user to a school. /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/education/schools/{educationSchool%2Did}/users/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Schools/Item/Users/UsersRequestBuilder.cs b/src/generated/Education/Schools/Item/Users/UsersRequestBuilder.cs index 401ca86f71..3cb7a7ae1c 100644 --- a/src/generated/Education/Schools/Item/Users/UsersRequestBuilder.cs +++ b/src/generated/Education/Schools/Item/Users/UsersRequestBuilder.cs @@ -25,6 +25,7 @@ public class UsersRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.education.schools.item.users.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new EducationUserItemRequestBuilder(PathParameters); @@ -34,6 +35,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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// Get the educationUser resources associated with an educationSchool. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the educationUser resources associated with an educationSchool.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0"; @@ -148,6 +151,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of educationRoot entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of educationRoot entities."; @@ -163,13 +167,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new UsersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UsersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/schools/{educationSchool%2Did}/users{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UsersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UsersRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/{educationSchool%2Did}/users{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -177,6 +181,7 @@ public UsersRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools/{ /// /// Get the educationUser resources associated with an educationSchool. /// + /// 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/Education/Schools/SchoolsRequestBuilder.cs b/src/generated/Education/Schools/SchoolsRequestBuilder.cs index 4b92486660..d8f1a26cac 100644 --- a/src/generated/Education/Schools/SchoolsRequestBuilder.cs +++ b/src/generated/Education/Schools/SchoolsRequestBuilder.cs @@ -25,6 +25,7 @@ public class SchoolsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the schools property of the microsoft.graph.educationRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// Create a new educationSchool object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new educationSchool object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationschool-post?view=graph-rest-1.0"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -115,6 +119,7 @@ public Command BuildDeltaNavCommand() { /// Get a list of the educationSchool objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the educationSchool objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationschool-list?view=graph-rest-1.0"; @@ -205,13 +210,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SchoolsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SchoolsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/schools{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SchoolsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SchoolsRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -219,6 +224,7 @@ public SchoolsRequestBuilder(string rawUrl) : base("{+baseurl}/education/schools /// /// Get a list of the educationSchool 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 @@ -235,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new educationSchool 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 @@ -245,7 +252,7 @@ public RequestInformation ToPostRequestInformation(EducationSchool body, Action< public RequestInformation ToPostRequestInformation(EducationSchool 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}/education/schools", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Count/CountRequestBuilder.cs b/src/generated/Education/Users/Count/CountRequestBuilder.cs index 71fc87ad8f..2fc95432a3 100644 --- a/src/generated/Education/Users/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Users/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}/education/users/$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}/education/users/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/$co /// /// 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/Education/Users/Delta/DeltaGetResponse.cs b/src/generated/Education/Users/Delta/DeltaGetResponse.cs index 816311fe14..ae47e6ab64 100644 --- a/src/generated/Education/Users/Delta/DeltaGetResponse.cs +++ b/src/generated/Education/Users/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationUser.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Education/Users/Delta/DeltaRequestBuilder.cs b/src/generated/Education/Users/Delta/DeltaRequestBuilder.cs index 5a46f2d334..27db5b469e 100644 --- a/src/generated/Education/Users/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Education/Users/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Education/Users/Item/Assignments/AssignmentsRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/AssignmentsRequestBuilder.cs index 6bf5e2920d..cbeead36f7 100644 --- a/src/generated/Education/Users/Item/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/AssignmentsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.educationUser entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -45,6 +46,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."; @@ -60,6 +62,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to assignments for education /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to assignments for education"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -125,6 +129,7 @@ public Command BuildDeltaNavCommand() { /// Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0"; @@ -221,13 +226,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -235,6 +240,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/education/use /// /// Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -251,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to assignments for education /// + /// 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 @@ -261,7 +268,7 @@ public RequestInformation ToPostRequestInformation(EducationAssignment body, Act public RequestInformation ToPostRequestInformation(EducationAssignment 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}/education/users/{educationUser%2Did}/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Item/Assignments/Count/CountRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Count/CountRequestBuilder.cs index aecdd44c8e..7beb1209b6 100644 --- a/src/generated/Education/Users/Item/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/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}/education/users/{educationUser%2Did}/assignments/$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}/education/users/{educationUser%2Did}/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{ed /// /// 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/Education/Users/Item/Assignments/Delta/DeltaGetResponse.cs b/src/generated/Education/Users/Item/Assignments/Delta/DeltaGetResponse.cs index a99c40f7c4..8cb1ffbbff 100644 --- a/src/generated/Education/Users/Item/Assignments/Delta/DeltaGetResponse.cs +++ b/src/generated/Education/Users/Item/Assignments/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Education/Users/Item/Assignments/Delta/DeltaRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Delta/DeltaRequestBuilder.cs index f952e29963..ac2e669b56 100644 --- a/src/generated/Education/Users/Item/Assignments/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (educationUserId is not null) requestInfo.PathParameters.Add("educationUser%2Did", educationUserId); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Education/Users/Item/Assignments/Item/Categories/CategoriesRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Categories/CategoriesRequestBuilder.cs index 6064f1b61d..97beb196a6 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Categories/CategoriesRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Categories/CategoriesRequestBuilder.cs @@ -26,6 +26,7 @@ public class CategoriesRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.education.users.item.assignments.item.categories.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new EducationCategoryItemRequestBuilder(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() { /// Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -122,6 +126,7 @@ public Command BuildDeltaNavCommand() { /// List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0"; @@ -226,6 +231,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of educationRoot entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of educationRoot entities."; @@ -241,13 +247,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CategoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CategoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/categories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -255,6 +261,7 @@ public CategoriesRequestBuilder(string rawUrl) : base("{+baseurl}/education/user /// /// List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -271,6 +278,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. /// + /// 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 @@ -281,7 +289,7 @@ public RequestInformation ToPostRequestInformation(EducationCategory body, Actio public RequestInformation ToPostRequestInformation(EducationCategory 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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/categories", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Item/Assignments/Item/Categories/Count/CountRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Categories/Count/CountRequestBuilder.cs index 4e3d6a0c1a..ec858f9f07 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Categories/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Categories/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"; @@ -65,13 +66,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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/categories/$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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/categories/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{ed /// /// 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/Education/Users/Item/Assignments/Item/Categories/Delta/DeltaGetResponse.cs b/src/generated/Education/Users/Item/Assignments/Item/Categories/Delta/DeltaGetResponse.cs index b67b630d59..a8b48d24a5 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Categories/Delta/DeltaGetResponse.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Categories/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationCategory.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Education/Users/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs index 5a4c2c0b47..5e9064a9d0 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (educationUserId is not null) requestInfo.PathParameters.Add("educationUser%2Did", educationUserId); if (educationAssignmentId is not null) requestInfo.PathParameters.Add("educationAssignment%2Did", educationAssignmentId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/categories/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/categories/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/categories/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/categories/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Education/Users/Item/Assignments/Item/Categories/Item/EducationCategoryItemRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Categories/Item/EducationCategoryItemRequestBuilder.cs index 8687157b2d..519c9bd236 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Categories/Item/EducationCategoryItemRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Categories/Item/EducationCategoryItemRequestBuilder.cs @@ -18,6 +18,7 @@ public class EducationCategoryItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of educationRoot entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of educationRoot entities."; @@ -31,13 +32,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new EducationCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationCategoryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/categories/{educationCategory%2Did}", pathParameters) { } /// - /// Instantiates a new EducationCategoryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationCategoryItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/categories/{educationCategory%2Did}", rawUrl) { diff --git a/src/generated/Education/Users/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.cs index e5c7c68095..e225d178e6 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Categories/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an educationCategory from an educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/categories/{educationCategory%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/categories/{educationCategory%2Did}/$ref", rawUrl) { @@ -79,6 +80,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educ /// /// Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. /// + /// 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/Education/Users/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.cs index d8b190c60c..31ed7f6cd7 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Categories/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an educationCategory from an educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0"; @@ -160,6 +162,7 @@ public Command BuildGetCommand() { /// Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0"; @@ -203,20 +206,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/categories/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/categories/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/categories/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/categories/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. /// + /// 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,7 +229,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/categories/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -233,6 +237,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -249,6 +254,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. /// + /// 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 @@ -259,7 +265,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/categories/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Item/Assignments/Item/EducationAssignmentItemRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/EducationAssignmentItemRequestBuilder.cs index bd80989de6..8d1643115d 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/EducationAssignmentItemRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/EducationAssignmentItemRequestBuilder.cs @@ -30,6 +30,7 @@ public class EducationAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the categories property of the microsoft.graph.educationAssignment entity. /// + /// A public Command BuildCategoriesNavCommand() { var command = new Command("categories"); command.Description = "Provides operations to manage the categories property of the microsoft.graph.educationAssignment entity."; @@ -57,6 +58,7 @@ public Command BuildCategoriesNavCommand() { /// /// Delete navigation property assignments for education /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignments for education"; @@ -96,6 +98,7 @@ public Command BuildDeleteCommand() { /// /// Assignments belonging to the user. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Assignments belonging to the user."; @@ -152,12 +155,12 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the gradingCategory property of the microsoft.graph.educationAssignment entity. /// + /// A public Command BuildGradingCategoryNavCommand() { var command = new Command("grading-category"); command.Description = "Provides operations to manage the gradingCategory property of the microsoft.graph.educationAssignment entity."; var builder = new GradingCategoryRequestBuilder(PathParameters); var execCommands = new List(); - execCommands.Add(builder.BuildDeleteCommand()); execCommands.Add(builder.BuildGetCommand()); foreach (var cmd in execCommands) { @@ -168,6 +171,7 @@ public Command BuildGradingCategoryNavCommand() { /// /// Update the navigation property assignments in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignments in education"; @@ -223,6 +227,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."; @@ -238,6 +243,7 @@ public Command BuildPublishNavCommand() { /// /// Provides operations to manage the resources property of the microsoft.graph.educationAssignment entity. /// + /// A public Command BuildResourcesNavCommand() { var command = new Command("resources"); command.Description = "Provides operations to manage the resources property of the microsoft.graph.educationAssignment entity."; @@ -263,6 +269,7 @@ public Command BuildResourcesNavCommand() { /// /// Provides operations to manage the rubric property of the microsoft.graph.educationAssignment entity. /// + /// A public Command BuildRubricNavCommand() { var command = new Command("rubric"); command.Description = "Provides operations to manage the rubric property of the microsoft.graph.educationAssignment entity."; @@ -286,6 +293,7 @@ public Command BuildRubricNavCommand() { /// /// Provides operations to call the setUpFeedbackResourcesFolder method. /// + /// A public Command BuildSetUpFeedbackResourcesFolderNavCommand() { var command = new Command("set-up-feedback-resources-folder"); command.Description = "Provides operations to call the setUpFeedbackResourcesFolder method."; @@ -301,6 +309,7 @@ public Command BuildSetUpFeedbackResourcesFolderNavCommand() { /// /// Provides operations to call the setUpResourcesFolder method. /// + /// A public Command BuildSetUpResourcesFolderNavCommand() { var command = new Command("set-up-resources-folder"); command.Description = "Provides operations to call the setUpResourcesFolder method."; @@ -316,6 +325,7 @@ public Command BuildSetUpResourcesFolderNavCommand() { /// /// Provides operations to manage the submissions property of the microsoft.graph.educationAssignment entity. /// + /// A public Command BuildSubmissionsNavCommand() { var command = new Command("submissions"); command.Description = "Provides operations to manage the submissions property of the microsoft.graph.educationAssignment entity."; @@ -339,13 +349,13 @@ public Command BuildSubmissionsNavCommand() { return command; } /// - /// Instantiates a new EducationAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -353,6 +363,7 @@ public EducationAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/e /// /// Delete navigation property assignments for education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -361,7 +372,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -369,6 +380,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Assignments belonging to the user. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -385,6 +397,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property assignments in education /// + /// 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 @@ -395,7 +408,7 @@ public RequestInformation ToPatchRequestInformation(EducationAssignment body, Ac public RequestInformation ToPatchRequestInformation(EducationAssignment 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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Item/Assignments/Item/GradingCategory/GradingCategoryRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/GradingCategory/GradingCategoryRequestBuilder.cs index 7fa17f16a1..022e9948cf 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/GradingCategory/GradingCategoryRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/GradingCategory/GradingCategoryRequestBuilder.cs @@ -19,49 +19,10 @@ namespace ApiSdk.Education.Users.Item.Assignments.Item.GradingCategory { /// Provides operations to manage the gradingCategory property of the microsoft.graph.educationAssignment entity. /// public class GradingCategoryRequestBuilder : BaseCliRequestBuilder { - /// - /// Remove a gradingCategory from an educationAssignment. Only teachers can perform this operation. - /// Find more info here - /// - public Command BuildDeleteCommand() { - var command = new Command("delete"); - command.Description = "Remove a gradingCategory from an educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-delete-gradingcategory?view=graph-rest-1.0"; - var educationUserIdOption = new Option("--education-user-id", description: "The unique identifier of educationUser") { - }; - educationUserIdOption.IsRequired = true; - command.AddOption(educationUserIdOption); - var educationAssignmentIdOption = new Option("--education-assignment-id", description: "The unique identifier of educationAssignment") { - }; - educationAssignmentIdOption.IsRequired = true; - command.AddOption(educationAssignmentIdOption); - var ifMatchOption = new Option("--if-match", description: "ETag") { - Arity = ArgumentArity.ZeroOrMore - }; - ifMatchOption.IsRequired = false; - command.AddOption(ifMatchOption); - command.SetHandler(async (invocationContext) => { - var educationUserId = invocationContext.ParseResult.GetValueForOption(educationUserIdOption); - var educationAssignmentId = invocationContext.ParseResult.GetValueForOption(educationAssignmentIdOption); - var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); - var cancellationToken = invocationContext.GetCancellationToken(); - var reqAdapter = invocationContext.GetRequestAdapter(); - var requestInfo = ToDeleteRequestInformation(q => { - }); - if (educationUserId is not null) requestInfo.PathParameters.Add("educationUser%2Did", educationUserId); - if (educationAssignmentId is not null) requestInfo.PathParameters.Add("educationAssignment%2Did", educationAssignmentId); - if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); - var errorMapping = new Dictionary> { - {"4XX", ODataError.CreateFromDiscriminatorValue}, - {"5XX", ODataError.CreateFromDiscriminatorValue}, - }; - await reqAdapter.SendNoContentAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken); - Console.WriteLine("Success"); - }); - return command; - } /// /// When set, enables users to weight assignments differently when computing a class average grade. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "When set, enables users to weight assignments differently when computing a class average grade."; @@ -116,36 +77,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GradingCategoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GradingCategoryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/gradingCategory{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GradingCategoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GradingCategoryRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/gradingCategory{?%24expand,%24select}", rawUrl) { } /// - /// Remove a gradingCategory from an educationAssignment. Only teachers can perform this operation. - /// - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// /// When set, enables users to weight assignments differently when computing a class average grade. /// + /// 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/Education/Users/Item/Assignments/Item/Publish/PublishRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Publish/PublishRequestBuilder.cs index 963a14ef34..cf7dc58c2c 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Publish/PublishRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Publish/PublishRequestBuilder.cs @@ -23,6 +23,7 @@ public class PublishRequestBuilder : BaseCliRequestBuilder { /// Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0"; @@ -63,13 +64,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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/publish", rawUrl) { @@ -77,6 +78,7 @@ public PublishRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{ /// /// Publish an education assignment. Change the state of an educationAssignment from its original draft status to the published status. You can change the state from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student's list. The state of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment. /// + /// 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/Education/Users/Item/Assignments/Item/Resources/Count/CountRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Resources/Count/CountRequestBuilder.cs index 8e902e2cee..e08d05e593 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Resources/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Resources/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"; @@ -65,13 +66,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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/resources/$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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/resources/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{ed /// /// 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/Education/Users/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.cs index 8cd122ce12..9c41a0a917 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Resources/Item/EducationAssignmentResourceItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class EducationAssignmentResourceItemRequestBuilder : BaseCliRequestBuild /// Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers can't remove resources marked as 'distributeToStudents', after the assignment has been published to students. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers can't remove resources marked as 'distributeToStudents', after the assignment has been published to students.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0"; @@ -131,6 +133,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resources in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resources in education"; @@ -190,13 +193,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EducationAssignmentResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationAssignmentResourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/resources/{educationAssignmentResource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationAssignmentResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationAssignmentResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/resources/{educationAssignmentResource%2Did}{?%24expand,%24select}", rawUrl) { @@ -204,6 +207,7 @@ public EducationAssignmentResourceItemRequestBuilder(string rawUrl) : base("{+ba /// /// Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers can't remove resources marked as 'distributeToStudents', after the assignment has been published to students. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -212,7 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/resources/{educationAssignmentResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -220,6 +224,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -236,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resources in education /// + /// 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 @@ -246,7 +252,7 @@ public RequestInformation ToPatchRequestInformation(EducationAssignmentResource public RequestInformation ToPatchRequestInformation(EducationAssignmentResource 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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/resources/{educationAssignmentResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Item/Assignments/Item/Resources/ResourcesRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Resources/ResourcesRequestBuilder.cs index 59ea52ccbf..97b8d6ce44 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Resources/ResourcesRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Resources/ResourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resources property of the microsoft.graph.educationAssignment entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationAssignmentResourceItemRequestBuilder(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 an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0"; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/education/users /// /// Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created. /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(EducationAssignmentResource b public RequestInformation ToPostRequestInformation(EducationAssignmentResource 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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/resources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Item/Assignments/Item/Rubric/Ref/RefRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Rubric/Ref/RefRequestBuilder.cs index 6edf361f48..406a75cda1 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Rubric/Ref/RefRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Rubric/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"; @@ -98,6 +100,7 @@ public Command BuildGetCommand() { /// Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0"; @@ -141,13 +144,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/rubric/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/rubric/$ref", rawUrl) { @@ -155,6 +158,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educ /// /// Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -171,6 +175,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -187,6 +192,7 @@ public RequestInformation ToGetRequestInformation(Action /// Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. /// + /// 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/Education/Users/Item/Assignments/Item/Rubric/RubricRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Rubric/RubricRequestBuilder.cs index 3dcf01eeee..7a42898fd7 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Rubric/RubricRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Rubric/RubricRequestBuilder.cs @@ -24,6 +24,7 @@ public class RubricRequestBuilder : BaseCliRequestBuilder { /// Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"; @@ -121,6 +123,7 @@ public Command BuildGetCommand() { /// Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0"; @@ -176,6 +179,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the collection of educationRoot entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of educationRoot entities."; @@ -191,13 +195,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new RubricRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RubricRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/rubric{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RubricRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RubricRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/rubric{?%24expand,%24select}", rawUrl) { @@ -205,6 +209,7 @@ public RubricRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{e /// /// Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,7 +218,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/rubric", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -221,6 +226,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +243,7 @@ public RequestInformation ToGetRequestInformation(Action /// Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. /// + /// 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 @@ -247,7 +254,7 @@ public RequestInformation ToPatchRequestInformation(EducationRubric body, Action public RequestInformation ToPatchRequestInformation(EducationRubric 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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/rubric", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs index 69a0b52477..7942918dc5 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.cs @@ -23,6 +23,7 @@ public class SetUpFeedbackResourcesFolderRequestBuilder : BaseCliRequestBuilder /// Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0"; @@ -63,13 +64,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetUpFeedbackResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetUpFeedbackResourcesFolderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/setUpFeedbackResourcesFolder", pathParameters) { } /// - /// Instantiates a new SetUpFeedbackResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetUpFeedbackResourcesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/setUpFeedbackResourcesFolder", rawUrl) { @@ -77,6 +78,7 @@ public SetUpFeedbackResourcesFolderRequestBuilder(string rawUrl) : base("{+baseu /// /// Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. /// + /// 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/Education/Users/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs index 6ef6f1750c..cfceb90ee0 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs @@ -23,6 +23,7 @@ public class SetUpResourcesFolderRequestBuilder : BaseCliRequestBuilder { /// Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0"; @@ -63,13 +64,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetUpResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetUpResourcesFolderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/setUpResourcesFolder", pathParameters) { } /// - /// Instantiates a new SetUpResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetUpResourcesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/setUpResourcesFolder", rawUrl) { @@ -77,6 +78,7 @@ public SetUpResourcesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/educ /// /// Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment's folder. /// + /// 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/Education/Users/Item/Assignments/Item/Submissions/Count/CountRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Count/CountRequestBuilder.cs index 01fa41ffbe..f0c870238a 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Submissions/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"; @@ -65,13 +66,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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/$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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{ed /// /// 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/Education/Users/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.cs index af8885d914..884a7963b2 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/EducationSubmissionItemRequestBuilder.cs @@ -30,6 +30,7 @@ public class EducationSubmissionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property submissions for education /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property submissions for education"; @@ -76,6 +77,7 @@ public Command BuildDeleteCommand() { /// Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0"; @@ -138,6 +140,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the outcomes property of the microsoft.graph.educationSubmission entity. /// + /// A public Command BuildOutcomesNavCommand() { var command = new Command("outcomes"); command.Description = "Provides operations to manage the outcomes property of the microsoft.graph.educationSubmission entity."; @@ -163,6 +166,7 @@ public Command BuildOutcomesNavCommand() { /// /// Update the navigation property submissions in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property submissions in education"; @@ -224,6 +228,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the reassign method. /// + /// A public Command BuildReassignNavCommand() { var command = new Command("reassign"); command.Description = "Provides operations to call the reassign method."; @@ -239,6 +244,7 @@ public Command BuildReassignNavCommand() { /// /// Provides operations to manage the resources property of the microsoft.graph.educationSubmission entity. /// + /// A public Command BuildResourcesNavCommand() { var command = new Command("resources"); command.Description = "Provides operations to manage the resources property of the microsoft.graph.educationSubmission entity."; @@ -264,6 +270,7 @@ public Command BuildResourcesNavCommand() { /// /// Provides operations to call the return method. /// + /// A public Command BuildReturnNavCommand() { var command = new Command("return"); command.Description = "Provides operations to call the return method."; @@ -279,6 +286,7 @@ public Command BuildReturnNavCommand() { /// /// Provides operations to call the setUpResourcesFolder method. /// + /// A public Command BuildSetUpResourcesFolderNavCommand() { var command = new Command("set-up-resources-folder"); command.Description = "Provides operations to call the setUpResourcesFolder method."; @@ -294,6 +302,7 @@ public Command BuildSetUpResourcesFolderNavCommand() { /// /// Provides operations to call the submit method. /// + /// A public Command BuildSubmitNavCommand() { var command = new Command("submit"); command.Description = "Provides operations to call the submit method."; @@ -309,6 +318,7 @@ public Command BuildSubmitNavCommand() { /// /// Provides operations to manage the submittedResources property of the microsoft.graph.educationSubmission entity. /// + /// A public Command BuildSubmittedResourcesNavCommand() { var command = new Command("submitted-resources"); command.Description = "Provides operations to manage the submittedResources property of the microsoft.graph.educationSubmission entity."; @@ -334,6 +344,7 @@ public Command BuildSubmittedResourcesNavCommand() { /// /// Provides operations to call the unsubmit method. /// + /// A public Command BuildUnsubmitNavCommand() { var command = new Command("unsubmit"); command.Description = "Provides operations to call the unsubmit method."; @@ -347,13 +358,13 @@ public Command BuildUnsubmitNavCommand() { return command; } /// - /// Instantiates a new EducationSubmissionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationSubmissionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationSubmissionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationSubmissionItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}{?%24expand,%24select}", rawUrl) { @@ -361,6 +372,7 @@ public EducationSubmissionItemRequestBuilder(string rawUrl) : base("{+baseurl}/e /// /// Delete navigation property submissions for education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -369,7 +381,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -377,6 +389,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student's work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -393,6 +406,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property submissions in education /// + /// 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 @@ -403,7 +417,7 @@ public RequestInformation ToPatchRequestInformation(EducationSubmission body, Ac public RequestInformation ToPatchRequestInformation(EducationSubmission 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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs index 324a1ce39c..41f7189fc9 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/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"; @@ -71,13 +72,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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/$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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{ed /// /// 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/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.cs index 12ae24e58a..6926f9165f 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/Item/EducationOutcomeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class EducationOutcomeItemRequestBuilder : BaseCliRequestBuilder { /// Delete a feedback resource from a submission. This can only be done by a teacher. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a feedback resource from a submission. This can only be done by a teacher.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Get outcomes from education /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get outcomes from education"; @@ -143,6 +145,7 @@ public Command BuildGetCommand() { /// Update the properties of an educationOutcome object. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an educationOutcome object. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0"; @@ -208,13 +211,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EducationOutcomeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationOutcomeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/{educationOutcome%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationOutcomeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationOutcomeItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/{educationOutcome%2Did}{?%24expand,%24select}", rawUrl) { @@ -222,6 +225,7 @@ public EducationOutcomeItemRequestBuilder(string rawUrl) : base("{+baseurl}/educ /// /// Delete a feedback resource from a submission. This can only be done by a teacher. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -230,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/{educationOutcome%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -238,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get outcomes from education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -254,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an educationOutcome object. Only teachers can perform this operation. /// + /// 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 @@ -264,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(EducationOutcome body, Actio public RequestInformation ToPatchRequestInformation(EducationOutcome 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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes/{educationOutcome%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs index 929f0042c7..f28e117996 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Outcomes/OutcomesRequestBuilder.cs @@ -24,6 +24,7 @@ public class OutcomesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the outcomes property of the microsoft.graph.educationSubmission entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationOutcomeItemRequestBuilder(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 feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0"; @@ -221,13 +225,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OutcomesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OutcomesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OutcomesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OutcomesRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -235,6 +239,7 @@ public OutcomesRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/ /// /// Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -251,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn't exist or isn't in that folder, the POST request will fail. /// + /// 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 @@ -261,7 +267,7 @@ public RequestInformation ToPostRequestInformation(EducationOutcome body, Action public RequestInformation ToPostRequestInformation(EducationOutcome 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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/outcomes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs index 3b16248bb3..af12fa923a 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.cs @@ -23,6 +23,7 @@ public class ReassignRequestBuilder : BaseCliRequestBuilder { /// Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission is treated as a returned submission. This means that the reassigned status is mapped to the returned status, and reassignedDateTime and reassignedBy properties are mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission is treated as a returned submission. This means that the reassigned status is mapped to the returned status, and reassignedDateTime and reassignedBy properties are mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReassignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReassignRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/reassign", pathParameters) { } /// - /// Instantiates a new ReassignRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReassignRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/reassign", rawUrl) { @@ -83,6 +84,7 @@ public ReassignRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/ /// /// Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission is treated as a returned submission. This means that the reassigned status is mapped to the returned status, and reassignedDateTime and reassignedBy properties are mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section. /// + /// 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/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs index 74501a3eda..c2ec5a1909 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/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"; @@ -71,13 +72,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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/$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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{ed /// /// 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/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.cs index c7164cb03b..5f18c5d693 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/Item/EducationSubmissionResourceItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class EducationSubmissionResourceItemRequestBuilder : BaseCliRequestBuild /// Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0"; @@ -75,6 +76,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0"; @@ -143,6 +145,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resources in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resources in education"; @@ -208,13 +211,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EducationSubmissionResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationSubmissionResourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/{educationSubmissionResource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationSubmissionResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationSubmissionResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/{educationSubmissionResource%2Did}{?%24expand,%24select}", rawUrl) { @@ -222,6 +225,7 @@ public EducationSubmissionResourceItemRequestBuilder(string rawUrl) : base("{+ba /// /// Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to 'reset' the resource to its original state. If the resource wasn't copied from the assignment but was added from the student, the resource is deleted. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -230,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/{educationSubmissionResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -238,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the 'working' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -254,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resources in education /// + /// 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 @@ -264,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(EducationSubmissionResource public RequestInformation ToPatchRequestInformation(EducationSubmissionResource 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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources/{educationSubmissionResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs index 79325d8f73..75de2aac40 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Resources/ResourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resources property of the microsoft.graph.educationSubmission entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationSubmissionResourceItemRequestBuilder(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() { /// Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0"; @@ -221,13 +225,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -235,6 +239,7 @@ public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/education/users /// /// List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -251,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn't exist or is not in that folder, the POST request will fail. /// + /// 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 @@ -261,7 +267,7 @@ public RequestInformation ToPostRequestInformation(EducationSubmissionResource b public RequestInformation ToPostRequestInformation(EducationSubmissionResource 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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/resources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs index d6ba5d6666..2262118cb2 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Return/ReturnRequestBuilder.cs @@ -23,6 +23,7 @@ public class ReturnRequestBuilder : BaseCliRequestBuilder { /// Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReturnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReturnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/return", pathParameters) { } /// - /// Instantiates a new ReturnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReturnRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/return", rawUrl) { @@ -83,6 +84,7 @@ public ReturnRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{e /// /// Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. /// + /// 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/Education/Users/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs index 9af55d4ab6..58c830de9c 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.cs @@ -23,6 +23,7 @@ public class SetUpResourcesFolderRequestBuilder : BaseCliRequestBuilder { /// Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetUpResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetUpResourcesFolderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/setUpResourcesFolder", pathParameters) { } /// - /// Instantiates a new SetUpResourcesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetUpResourcesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/setUpResourcesFolder", rawUrl) { @@ -83,6 +84,7 @@ public SetUpResourcesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/educ /// /// Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. /// + /// 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/Education/Users/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs index 97d2b550b6..0bd2611ce7 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.cs @@ -23,6 +23,7 @@ public class SubmitRequestBuilder : BaseCliRequestBuilder { /// Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SubmitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubmitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submit", pathParameters) { } /// - /// Instantiates a new SubmitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubmitRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submit", rawUrl) { @@ -83,6 +84,7 @@ public SubmitRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{e /// /// Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student's assignment on their behalf. /// + /// 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/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs index aef46d3f20..695d2e7735 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/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"; @@ -71,13 +72,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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources/$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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{ed /// /// 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/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.cs index bd02c8a979..bcd41a9ea5 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/Item/EducationSubmissionResourceItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class EducationSubmissionResourceItemRequestBuilder : BaseCliRequestBuild /// /// Delete navigation property submittedResources for education /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property submittedResources for education"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0"; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property submittedResources in education /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property submittedResources in education"; @@ -207,13 +210,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EducationSubmissionResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationSubmissionResourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources/{educationSubmissionResource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationSubmissionResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationSubmissionResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources/{educationSubmissionResource%2Did}{?%24expand,%24select}", rawUrl) { @@ -221,6 +224,7 @@ public EducationSubmissionResourceItemRequestBuilder(string rawUrl) : base("{+ba /// /// Delete navigation property submittedResources for education /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,7 +233,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources/{educationSubmissionResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -237,6 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some 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 @@ -253,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property submittedResources in education /// + /// 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 @@ -263,7 +269,7 @@ public RequestInformation ToPatchRequestInformation(EducationSubmissionResource public RequestInformation ToPatchRequestInformation(EducationSubmissionResource 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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources/{educationSubmissionResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs index 293dabaab1..93658c720a 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/SubmittedResources/SubmittedResourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubmittedResourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the submittedResources property of the microsoft.graph.educationSubmission entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationSubmissionResourceItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to submittedResources for education /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to submittedResources for education"; @@ -112,6 +115,7 @@ public Command BuildCreateCommand() { /// List the educationSubmissionResource objects that were officially submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission can't change the submitted list without resubmitting the assignment. This resource is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List the educationSubmissionResource objects that were officially submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission can't change the submitted list without resubmitting the assignment. This resource is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0"; @@ -220,13 +224,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SubmittedResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubmittedResourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SubmittedResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubmittedResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -234,6 +238,7 @@ public SubmittedResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/educat /// /// List the educationSubmissionResource objects that were officially submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission can't change the submitted list without resubmitting the assignment. This resource is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +255,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to submittedResources for education /// + /// 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 @@ -260,7 +266,7 @@ public RequestInformation ToPostRequestInformation(EducationSubmissionResource b public RequestInformation ToPostRequestInformation(EducationSubmissionResource 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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/submittedResources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs index 28fed6a1ec..8eb45ea93d 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.cs @@ -23,6 +23,7 @@ public class UnsubmitRequestBuilder : BaseCliRequestBuilder { /// Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnsubmitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnsubmitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/unsubmit", pathParameters) { } /// - /// Instantiates a new UnsubmitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnsubmitRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions/{educationSubmission%2Did}/unsubmit", rawUrl) { @@ -83,6 +84,7 @@ public UnsubmitRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/ /// /// Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student's assignment on their behalf. /// + /// 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/Education/Users/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs b/src/generated/Education/Users/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs index 4cea147bbf..a57f6181f1 100644 --- a/src/generated/Education/Users/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Assignments/Item/Submissions/SubmissionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubmissionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the submissions property of the microsoft.graph.educationAssignment entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -44,6 +45,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."; @@ -59,6 +61,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to submissions for education /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to submissions for education"; @@ -115,6 +118,7 @@ public Command BuildCreateCommand() { /// List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they're associated with. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they're associated with.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0"; @@ -217,13 +221,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SubmissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubmissionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SubmissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubmissionsRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -231,6 +235,7 @@ public SubmissionsRequestBuilder(string rawUrl) : base("{+baseurl}/education/use /// /// List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they're associated with. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -247,6 +252,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to submissions for education /// + /// 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 @@ -257,7 +263,7 @@ public RequestInformation ToPostRequestInformation(EducationSubmission body, Act public RequestInformation ToPostRequestInformation(EducationSubmission 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}/education/users/{educationUser%2Did}/assignments/{educationAssignment%2Did}/submissions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Item/Classes/ClassesRequestBuilder.cs b/src/generated/Education/Users/Item/Classes/ClassesRequestBuilder.cs index 7dbf5d585c..b819f1a090 100644 --- a/src/generated/Education/Users/Item/Classes/ClassesRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Classes/ClassesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ClassesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the classes property of the microsoft.graph.educationUser entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationClassItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get the educationClass resources an educationUser is a member of. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the educationClass resources an educationUser is a member of.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ClassesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClassesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/classes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ClassesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClassesRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/classes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public ClassesRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{ /// /// Get the educationClass resources an educationUser is a member of. /// + /// 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/Education/Users/Item/Classes/Count/CountRequestBuilder.cs b/src/generated/Education/Users/Item/Classes/Count/CountRequestBuilder.cs index fbf2d949aa..2add2baba8 100644 --- a/src/generated/Education/Users/Item/Classes/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Classes/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}/education/users/{educationUser%2Did}/classes/$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}/education/users/{educationUser%2Did}/classes/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{ed /// /// 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/Education/Users/Item/Classes/Item/EducationClassItemRequestBuilder.cs b/src/generated/Education/Users/Item/Classes/Item/EducationClassItemRequestBuilder.cs index 24cd0a72ec..6b11023b5e 100644 --- a/src/generated/Education/Users/Item/Classes/Item/EducationClassItemRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Classes/Item/EducationClassItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class EducationClassItemRequestBuilder : BaseCliRequestBuilder { /// /// Classes to which the user belongs. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Classes to which the user belongs. Nullable."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EducationClassItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationClassItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/classes/{educationClass%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationClassItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationClassItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/classes/{educationClass%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public EducationClassItemRequestBuilder(string rawUrl) : base("{+baseurl}/educat /// /// Classes to which the user belongs. Nullable. /// + /// 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/Education/Users/Item/EducationUserItemRequestBuilder.cs b/src/generated/Education/Users/Item/EducationUserItemRequestBuilder.cs index 55ffd1ed62..f696a06a75 100644 --- a/src/generated/Education/Users/Item/EducationUserItemRequestBuilder.cs +++ b/src/generated/Education/Users/Item/EducationUserItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class EducationUserItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignments property of the microsoft.graph.educationUser entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.educationUser entity."; @@ -54,6 +55,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to manage the classes property of the microsoft.graph.educationUser entity. /// + /// A public Command BuildClassesNavCommand() { var command = new Command("classes"); command.Description = "Provides operations to manage the classes property of the microsoft.graph.educationUser entity."; @@ -79,6 +81,7 @@ public Command BuildClassesNavCommand() { /// Delete a user. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-1.0"; @@ -113,6 +116,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an educationUser object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an educationUser object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-1.0"; @@ -164,6 +168,7 @@ public Command BuildGetCommand() { /// Update the properties of an educationUser object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an educationUser object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-1.0"; @@ -213,6 +218,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the rubrics property of the microsoft.graph.educationUser entity. /// + /// A public Command BuildRubricsNavCommand() { var command = new Command("rubrics"); command.Description = "Provides operations to manage the rubrics property of the microsoft.graph.educationUser entity."; @@ -238,6 +244,7 @@ public Command BuildRubricsNavCommand() { /// /// Provides operations to manage the schools property of the microsoft.graph.educationUser entity. /// + /// A public Command BuildSchoolsNavCommand() { var command = new Command("schools"); command.Description = "Provides operations to manage the schools property of the microsoft.graph.educationUser entity."; @@ -262,6 +269,7 @@ public Command BuildSchoolsNavCommand() { /// /// Provides operations to manage the taughtClasses property of the microsoft.graph.educationUser entity. /// + /// A public Command BuildTaughtClassesNavCommand() { var command = new Command("taught-classes"); command.Description = "Provides operations to manage the taughtClasses property of the microsoft.graph.educationUser entity."; @@ -286,6 +294,7 @@ public Command BuildTaughtClassesNavCommand() { /// /// Provides operations to manage the user property of the microsoft.graph.educationUser entity. /// + /// A public Command BuildUserNavCommand() { var command = new Command("user"); command.Description = "Provides operations to manage the user property of the microsoft.graph.educationUser entity."; @@ -306,13 +315,13 @@ public Command BuildUserNavCommand() { return command; } /// - /// Instantiates a new EducationUserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationUserItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationUserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationUserItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}{?%24expand,%24select}", rawUrl) { @@ -320,6 +329,7 @@ public EducationUserItemRequestBuilder(string rawUrl) : base("{+baseurl}/educati /// /// Delete a user. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -328,7 +338,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/education/users/{educationUser%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -336,6 +346,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an educationUser 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 @@ -352,6 +363,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an educationUser 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 @@ -362,7 +374,7 @@ public RequestInformation ToPatchRequestInformation(EducationUser 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}/education/users/{educationUser%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Item/Rubrics/Count/CountRequestBuilder.cs b/src/generated/Education/Users/Item/Rubrics/Count/CountRequestBuilder.cs index e41a591dd4..83eed5557b 100644 --- a/src/generated/Education/Users/Item/Rubrics/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Rubrics/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}/education/users/{educationUser%2Did}/rubrics/$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}/education/users/{educationUser%2Did}/rubrics/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{ed /// /// 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/Education/Users/Item/Rubrics/Item/EducationRubricItemRequestBuilder.cs b/src/generated/Education/Users/Item/Rubrics/Item/EducationRubricItemRequestBuilder.cs index 09b0b47061..8a8736879c 100644 --- a/src/generated/Education/Users/Item/Rubrics/Item/EducationRubricItemRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Rubrics/Item/EducationRubricItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class EducationRubricItemRequestBuilder : BaseCliRequestBuilder { /// Delete an educationRubric object. Only teachers can perform this operation. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an educationRubric object. Only teachers can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EducationRubricItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationRubricItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/rubrics/{educationRubric%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationRubricItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationRubricItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/rubrics/{educationRubric%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public EducationRubricItemRequestBuilder(string rawUrl) : base("{+baseurl}/educa /// /// Delete an educationRubric object. Only teachers can perform this operation. /// + /// 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}/education/users/{educationUser%2Did}/rubrics/{educationRubric%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation. /// + /// 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 an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated. /// + /// 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(EducationRubric body, Action public RequestInformation ToPatchRequestInformation(EducationRubric 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}/education/users/{educationUser%2Did}/rubrics/{educationRubric%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Item/Rubrics/RubricsRequestBuilder.cs b/src/generated/Education/Users/Item/Rubrics/RubricsRequestBuilder.cs index fdbacccbc2..251bc0829e 100644 --- a/src/generated/Education/Users/Item/Rubrics/RubricsRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Rubrics/RubricsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RubricsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the rubrics property of the microsoft.graph.educationUser entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationRubricItemRequestBuilder(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 educationRubric object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new educationRubric object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of educationRubric objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of educationRubric objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RubricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RubricsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/rubrics{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RubricsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RubricsRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/rubrics{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public RubricsRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{ /// /// Retrieve a list of educationRubric objects. /// + /// 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 educationRubric 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(EducationRubric body, Action< public RequestInformation ToPostRequestInformation(EducationRubric 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}/education/users/{educationUser%2Did}/rubrics", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Item/Schools/Count/CountRequestBuilder.cs b/src/generated/Education/Users/Item/Schools/Count/CountRequestBuilder.cs index ad1bf3952d..3d58e5ce93 100644 --- a/src/generated/Education/Users/Item/Schools/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Schools/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}/education/users/{educationUser%2Did}/schools/$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}/education/users/{educationUser%2Did}/schools/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{ed /// /// 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/Education/Users/Item/Schools/Item/EducationSchoolItemRequestBuilder.cs b/src/generated/Education/Users/Item/Schools/Item/EducationSchoolItemRequestBuilder.cs index 295e89bb04..5a2917c27b 100644 --- a/src/generated/Education/Users/Item/Schools/Item/EducationSchoolItemRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Schools/Item/EducationSchoolItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class EducationSchoolItemRequestBuilder : BaseCliRequestBuilder { /// /// Schools to which the user belongs. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Schools to which the user belongs. Nullable."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EducationSchoolItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationSchoolItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/schools/{educationSchool%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationSchoolItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationSchoolItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/schools/{educationSchool%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public EducationSchoolItemRequestBuilder(string rawUrl) : base("{+baseurl}/educa /// /// Schools to which the user belongs. Nullable. /// + /// 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/Education/Users/Item/Schools/SchoolsRequestBuilder.cs b/src/generated/Education/Users/Item/Schools/SchoolsRequestBuilder.cs index 3c61682ae1..dd8321b67e 100644 --- a/src/generated/Education/Users/Item/Schools/SchoolsRequestBuilder.cs +++ b/src/generated/Education/Users/Item/Schools/SchoolsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SchoolsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the schools property of the microsoft.graph.educationUser entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationSchoolItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Retrieve a list of schools for a user. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of schools for a user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SchoolsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SchoolsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/schools{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SchoolsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SchoolsRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/schools{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public SchoolsRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{ /// /// Retrieve a list of schools for a user. /// + /// 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/Education/Users/Item/TaughtClasses/Count/CountRequestBuilder.cs b/src/generated/Education/Users/Item/TaughtClasses/Count/CountRequestBuilder.cs index 674fc89dbb..d5042826bf 100644 --- a/src/generated/Education/Users/Item/TaughtClasses/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Users/Item/TaughtClasses/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}/education/users/{educationUser%2Did}/taughtClasses/$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}/education/users/{educationUser%2Did}/taughtClasses/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{ed /// /// 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/Education/Users/Item/TaughtClasses/Item/EducationClassItemRequestBuilder.cs b/src/generated/Education/Users/Item/TaughtClasses/Item/EducationClassItemRequestBuilder.cs index cb2978fca1..ad439b6da8 100644 --- a/src/generated/Education/Users/Item/TaughtClasses/Item/EducationClassItemRequestBuilder.cs +++ b/src/generated/Education/Users/Item/TaughtClasses/Item/EducationClassItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class EducationClassItemRequestBuilder : BaseCliRequestBuilder { /// /// Classes for which the user is a teacher. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Classes for which the user is a teacher."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EducationClassItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EducationClassItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/taughtClasses/{educationClass%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EducationClassItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EducationClassItemRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/taughtClasses/{educationClass%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public EducationClassItemRequestBuilder(string rawUrl) : base("{+baseurl}/educat /// /// Classes for which the user is a teacher. /// + /// 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/Education/Users/Item/TaughtClasses/TaughtClassesRequestBuilder.cs b/src/generated/Education/Users/Item/TaughtClasses/TaughtClassesRequestBuilder.cs index 8cbf86b7b1..7ac8c0f443 100644 --- a/src/generated/Education/Users/Item/TaughtClasses/TaughtClassesRequestBuilder.cs +++ b/src/generated/Education/Users/Item/TaughtClasses/TaughtClassesRequestBuilder.cs @@ -24,6 +24,7 @@ public class TaughtClassesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taughtClasses property of the microsoft.graph.educationUser entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EducationClassItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get the educationClass resources owned by an educationUser. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the educationClass resources owned by an educationUser.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TaughtClassesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaughtClassesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/taughtClasses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaughtClassesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaughtClassesRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/taughtClasses{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public TaughtClassesRequestBuilder(string rawUrl) : base("{+baseurl}/education/u /// /// Get the educationClass resources owned by an educationUser. /// + /// 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/Education/Users/Item/User/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Education/Users/Item/User/MailboxSettings/MailboxSettingsRequestBuilder.cs index c90f30b3bd..55392a7c5c 100644 --- a/src/generated/Education/Users/Item/User/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Education/Users/Item/User/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -119,13 +121,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/user/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/user/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -133,6 +135,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/education /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -149,6 +152,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -159,7 +163,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/education/users/{educationUser%2Did}/user/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Education/Users/Item/User/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Education/Users/Item/User/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index b6ee464e53..d4270ca81c 100644 --- a/src/generated/Education/Users/Item/User/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Education/Users/Item/User/ServiceProvisioningErrors/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}/education/users/{educationUser%2Did}/user/serviceProvisioningErrors/$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}/education/users/{educationUser%2Did}/user/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{ed /// /// 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/Education/Users/Item/User/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Education/Users/Item/User/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 7c76fd4077..114ea7ffd5 100644 --- a/src/generated/Education/Users/Item/User/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Education/Users/Item/User/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/user/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/user/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Education/Users/Item/User/UserRequestBuilder.cs b/src/generated/Education/Users/Item/User/UserRequestBuilder.cs index ff2b605406..e4a5b5edfa 100644 --- a/src/generated/Education/Users/Item/User/UserRequestBuilder.cs +++ b/src/generated/Education/Users/Item/User/UserRequestBuilder.cs @@ -25,6 +25,7 @@ public class UserRequestBuilder : BaseCliRequestBuilder { /// Retrieve the simple directory user that corresponds to this educationUser. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the simple directory user that corresponds to this educationUser.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0"; @@ -75,6 +76,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -91,6 +93,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -110,13 +113,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new UserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users/{educationUser%2Did}/user{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{educationUser%2Did}/user{?%24expand,%24select}", rawUrl) { @@ -124,6 +127,7 @@ public UserRequestBuilder(string rawUrl) : base("{+baseurl}/education/users/{edu /// /// Retrieve the simple directory user that corresponds to this educationUser. /// + /// 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/Education/Users/UsersRequestBuilder.cs b/src/generated/Education/Users/UsersRequestBuilder.cs index 4cc700e90d..7e71289846 100644 --- a/src/generated/Education/Users/UsersRequestBuilder.cs +++ b/src/generated/Education/Users/UsersRequestBuilder.cs @@ -25,6 +25,7 @@ public class UsersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the users property of the microsoft.graph.educationRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -43,6 +44,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."; @@ -59,6 +61,7 @@ public Command BuildCountNavCommand() { /// Create a new educationUser object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new educationUser object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationuser-post?view=graph-rest-1.0"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -118,6 +122,7 @@ public Command BuildDeltaNavCommand() { /// Get a list of the educationUser objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the educationUser objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/educationuser-list?view=graph-rest-1.0"; @@ -208,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UsersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UsersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/education/users{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UsersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UsersRequestBuilder(string rawUrl) : base("{+baseurl}/education/users{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -222,6 +227,7 @@ public UsersRequestBuilder(string rawUrl) : base("{+baseurl}/education/users{?%2 /// /// Get a list of the educationUser 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 @@ -238,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new educationUser 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 @@ -248,7 +255,7 @@ public RequestInformation ToPostRequestInformation(EducationUser 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}/education/users", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/EmployeeExperience/EmployeeExperienceRequestBuilder.cs b/src/generated/EmployeeExperience/EmployeeExperienceRequestBuilder.cs index cc9fd8ca3d..d6d3afa81c 100644 --- a/src/generated/EmployeeExperience/EmployeeExperienceRequestBuilder.cs +++ b/src/generated/EmployeeExperience/EmployeeExperienceRequestBuilder.cs @@ -25,6 +25,7 @@ public class EmployeeExperienceRequestBuilder : BaseCliRequestBuilder { /// /// Get employeeExperience /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get employeeExperience"; @@ -62,6 +63,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity. /// + /// A public Command BuildLearningCourseActivitiesNavCommand() { var command = new Command("learning-course-activities"); command.Description = "Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity."; @@ -87,6 +89,7 @@ public Command BuildLearningCourseActivitiesNavCommand() { /// /// Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity. /// + /// A public Command BuildLearningCourseActivitiesWithExternalcourseActivityIdRbCommand() { var command = new Command("learning-course-activities-with-externalcourse-activity-id"); command.Description = "Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity."; @@ -104,6 +107,7 @@ public Command BuildLearningCourseActivitiesWithExternalcourseActivityIdRbComman /// /// Provides operations to manage the learningProviders property of the microsoft.graph.employeeExperience entity. /// + /// A public Command BuildLearningProvidersNavCommand() { var command = new Command("learning-providers"); command.Description = "Provides operations to manage the learningProviders property of the microsoft.graph.employeeExperience entity."; @@ -129,6 +133,7 @@ public Command BuildLearningProvidersNavCommand() { /// /// Update employeeExperience /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update employeeExperience"; @@ -170,13 +175,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EmployeeExperienceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EmployeeExperienceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/employeeExperience{?%24select}", pathParameters) { } /// - /// Instantiates a new EmployeeExperienceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EmployeeExperienceRequestBuilder(string rawUrl) : base("{+baseurl}/employeeExperience{?%24select}", rawUrl) { @@ -184,6 +189,7 @@ public EmployeeExperienceRequestBuilder(string rawUrl) : base("{+baseurl}/employ /// /// Get employeeExperience /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -200,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update employeeExperience /// + /// 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 @@ -210,7 +217,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.EmployeeExperi public RequestInformation ToPatchRequestInformation(ApiSdk.Models.EmployeeExperience 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}/employeeExperience", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/EmployeeExperience/LearningCourseActivities/Count/CountRequestBuilder.cs b/src/generated/EmployeeExperience/LearningCourseActivities/Count/CountRequestBuilder.cs index ec581c36e1..734bc4af04 100644 --- a/src/generated/EmployeeExperience/LearningCourseActivities/Count/CountRequestBuilder.cs +++ b/src/generated/EmployeeExperience/LearningCourseActivities/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}/employeeExperience/learningCourseActivities/$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}/employeeExperience/learningCourseActivities/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/employeeExperience/ /// /// 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/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.cs b/src/generated/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.cs index 789670f6b9..3b12cf2dff 100644 --- a/src/generated/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.cs +++ b/src/generated/EmployeeExperience/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class LearningCourseActivityItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property learningCourseActivities for employeeExperience /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property learningCourseActivities for employeeExperience"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/learningcourseactivity-get?view=graph-rest-1.0"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property learningCourseActivities in employeeExperience /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property learningCourseActivities in employeeExperience"; @@ -153,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LearningCourseActivityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LearningCourseActivityItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/employeeExperience/learningCourseActivities/{learningCourseActivity%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LearningCourseActivityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LearningCourseActivityItemRequestBuilder(string rawUrl) : base("{+baseurl}/employeeExperience/learningCourseActivities/{learningCourseActivity%2Did}{?%24expand,%24select}", rawUrl) { @@ -167,6 +170,7 @@ public LearningCourseActivityItemRequestBuilder(string rawUrl) : base("{+baseurl /// /// Delete navigation property learningCourseActivities for employeeExperience /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -175,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}/employeeExperience/learningCourseActivities/{learningCourseActivity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -183,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -199,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property learningCourseActivities in employeeExperience /// + /// 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 @@ -209,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(LearningCourseActivity body, public RequestInformation ToPatchRequestInformation(LearningCourseActivity 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}/employeeExperience/learningCourseActivities/{learningCourseActivity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs b/src/generated/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs index 984df15b8c..b2870b1365 100644 --- a/src/generated/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs +++ b/src/generated/EmployeeExperience/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs @@ -24,6 +24,7 @@ public class LearningCourseActivitiesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new LearningCourseActivityItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to learningCourseActivities for employeeExperience /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to learningCourseActivities for employeeExperience"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user."; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new LearningCourseActivitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LearningCourseActivitiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/employeeExperience/learningCourseActivities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new LearningCourseActivitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LearningCourseActivitiesRequestBuilder(string rawUrl) : base("{+baseurl}/employeeExperience/learningCourseActivities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public LearningCourseActivitiesRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to learningCourseActivities for employeeExperience /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(LearningCourseActivity body, public RequestInformation ToPostRequestInformation(LearningCourseActivity 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}/employeeExperience/learningCourseActivities", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/EmployeeExperience/LearningCourseActivitiesWithExternalcourseActivityId/LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder.cs b/src/generated/EmployeeExperience/LearningCourseActivitiesWithExternalcourseActivityId/LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder.cs index b36f52a8a9..fd4e717811 100644 --- a/src/generated/EmployeeExperience/LearningCourseActivitiesWithExternalcourseActivityId/LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder.cs +++ b/src/generated/EmployeeExperience/LearningCourseActivitiesWithExternalcourseActivityId/LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder.cs @@ -22,6 +22,7 @@ public class LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder /// /// Delete navigation property learningCourseActivities for employeeExperience /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property learningCourseActivities for employeeExperience"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/learningcourseactivity-get?view=graph-rest-1.0"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property learningCourseActivities in employeeExperience /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property learningCourseActivities in employeeExperience"; @@ -153,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/employeeExperience/learningCourseActivities(externalcourseActivityId='{externalcourseActivityId}'){?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder(string rawUrl) : base("{+baseurl}/employeeExperience/learningCourseActivities(externalcourseActivityId='{externalcourseActivityId}'){?%24expand,%24select}", rawUrl) { @@ -167,6 +170,7 @@ public LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder(string /// /// Delete navigation property learningCourseActivities for employeeExperience /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -175,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}/employeeExperience/learningCourseActivities(externalcourseActivityId='{externalcourseActivityId}')", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -183,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -199,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property learningCourseActivities in employeeExperience /// + /// 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 @@ -209,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(LearningCourseActivity body, public RequestInformation ToPatchRequestInformation(LearningCourseActivity 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}/employeeExperience/learningCourseActivities(externalcourseActivityId='{externalcourseActivityId}')", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/EmployeeExperience/LearningProviders/Count/CountRequestBuilder.cs b/src/generated/EmployeeExperience/LearningProviders/Count/CountRequestBuilder.cs index e839560e08..46c68a9d15 100644 --- a/src/generated/EmployeeExperience/LearningProviders/Count/CountRequestBuilder.cs +++ b/src/generated/EmployeeExperience/LearningProviders/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}/employeeExperience/learningProviders/$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}/employeeExperience/learningProviders/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/employeeExperience/ /// /// 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/EmployeeExperience/LearningProviders/Item/LearningContents/Count/CountRequestBuilder.cs b/src/generated/EmployeeExperience/LearningProviders/Item/LearningContents/Count/CountRequestBuilder.cs index c1c7db6b4b..c532636a44 100644 --- a/src/generated/EmployeeExperience/LearningProviders/Item/LearningContents/Count/CountRequestBuilder.cs +++ b/src/generated/EmployeeExperience/LearningProviders/Item/LearningContents/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}/employeeExperience/learningProviders/{learningProvider%2Did}/learningContents/$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}/employeeExperience/learningProviders/{learningProvider%2Did}/learningContents/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/employeeExperience/ /// /// 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/EmployeeExperience/LearningProviders/Item/LearningContents/Item/LearningContentItemRequestBuilder.cs b/src/generated/EmployeeExperience/LearningProviders/Item/LearningContents/Item/LearningContentItemRequestBuilder.cs index d27552e6ad..61b7ef5a0f 100644 --- a/src/generated/EmployeeExperience/LearningProviders/Item/LearningContents/Item/LearningContentItemRequestBuilder.cs +++ b/src/generated/EmployeeExperience/LearningProviders/Item/LearningContents/Item/LearningContentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class LearningContentItemRequestBuilder : BaseCliRequestBuilder { /// Delete the specified learningContent resource that represents the metadata of the specified provider's ingested content. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete the specified learningContent resource that represents the metadata of the specified provider's ingested content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/learningprovider-delete-learningcontents?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Get the specified learningContent resource which represents the metadata of the specified provider's ingested content. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the specified learningContent resource which represents the metadata of the specified provider's ingested content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/learningcontent-get?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property learningContents in employeeExperience /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property learningContents in employeeExperience"; @@ -172,13 +175,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LearningContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LearningContentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}/learningContents/{learningContent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LearningContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LearningContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}/learningContents/{learningContent%2Did}{?%24expand,%24select}", rawUrl) { @@ -186,6 +189,7 @@ public LearningContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/emplo /// /// Delete the specified learningContent resource that represents the metadata of the specified provider's ingested 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 @@ -194,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}/learningContents/{learningContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -202,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the specified learningContent resource which represents the metadata of the specified provider's ingested 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 @@ -218,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property learningContents in employeeExperience /// + /// 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 @@ -228,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(LearningContent body, Action public RequestInformation ToPatchRequestInformation(LearningContent 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}/employeeExperience/learningProviders/{learningProvider%2Did}/learningContents/{learningContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/EmployeeExperience/LearningProviders/Item/LearningContents/LearningContentsRequestBuilder.cs b/src/generated/EmployeeExperience/LearningProviders/Item/LearningContents/LearningContentsRequestBuilder.cs index 8d1bf85952..ea5b0e8e89 100644 --- a/src/generated/EmployeeExperience/LearningProviders/Item/LearningContents/LearningContentsRequestBuilder.cs +++ b/src/generated/EmployeeExperience/LearningProviders/Item/LearningContents/LearningContentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class LearningContentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the learningContents property of the microsoft.graph.learningProvider entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new LearningContentItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to learningContents for employeeExperience /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to learningContents for employeeExperience"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Get a list of the learningContent resources and their properties. This list represents the metadata of the specified provider's content in Viva Learning. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the learningContent resources and their properties. This list represents the metadata of the specified provider's content in Viva Learning.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/learningprovider-list-learningcontents?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new LearningContentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LearningContentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}/learningContents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new LearningContentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LearningContentsRequestBuilder(string rawUrl) : base("{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}/learningContents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public LearningContentsRequestBuilder(string rawUrl) : base("{+baseurl}/employee /// /// Get a list of the learningContent resources and their properties. This list represents the metadata of the specified provider's content in Viva Learning. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to learningContents for employeeExperience /// + /// 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 @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(LearningContent body, Action< public RequestInformation ToPostRequestInformation(LearningContent 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}/employeeExperience/learningProviders/{learningProvider%2Did}/learningContents", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/EmployeeExperience/LearningProviders/Item/LearningContentsWithExternalId/LearningContentsWithExternalIdRequestBuilder.cs b/src/generated/EmployeeExperience/LearningProviders/Item/LearningContentsWithExternalId/LearningContentsWithExternalIdRequestBuilder.cs index 902290212c..6041212664 100644 --- a/src/generated/EmployeeExperience/LearningProviders/Item/LearningContentsWithExternalId/LearningContentsWithExternalIdRequestBuilder.cs +++ b/src/generated/EmployeeExperience/LearningProviders/Item/LearningContentsWithExternalId/LearningContentsWithExternalIdRequestBuilder.cs @@ -23,6 +23,7 @@ public class LearningContentsWithExternalIdRequestBuilder : BaseCliRequestBuilde /// Delete the specified learningContent resource that represents the metadata of the specified provider's ingested content. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete the specified learningContent resource that represents the metadata of the specified provider's ingested content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/learningprovider-delete-learningcontents?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Get the specified learningContent resource which represents the metadata of the specified provider's ingested content. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the specified learningContent resource which represents the metadata of the specified provider's ingested content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/learningcontent-get?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property learningContents in employeeExperience /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property learningContents in employeeExperience"; @@ -172,13 +175,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LearningContentsWithExternalIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LearningContentsWithExternalIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}/learningContents(externalId='{externalId}'){?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LearningContentsWithExternalIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LearningContentsWithExternalIdRequestBuilder(string rawUrl) : base("{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}/learningContents(externalId='{externalId}'){?%24expand,%24select}", rawUrl) { @@ -186,6 +189,7 @@ public LearningContentsWithExternalIdRequestBuilder(string rawUrl) : base("{+bas /// /// Delete the specified learningContent resource that represents the metadata of the specified provider's ingested 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 @@ -194,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}/learningContents(externalId='{externalId}')", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -202,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the specified learningContent resource which represents the metadata of the specified provider's ingested 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 @@ -218,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property learningContents in employeeExperience /// + /// 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 @@ -228,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(LearningContent body, Action public RequestInformation ToPatchRequestInformation(LearningContent 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}/employeeExperience/learningProviders/{learningProvider%2Did}/learningContents(externalId='{externalId}')", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/Count/CountRequestBuilder.cs b/src/generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/Count/CountRequestBuilder.cs index 101d933939..6913e8915a 100644 --- a/src/generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/Count/CountRequestBuilder.cs +++ b/src/generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/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}/employeeExperience/learningProviders/{learningProvider%2Did}/learningCourseActivities/$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}/employeeExperience/learningProviders/{learningProvider%2Did}/learningCourseActivities/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/employeeExperience/ /// /// 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/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.cs b/src/generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.cs index 0297282c57..6b1b38b18f 100644 --- a/src/generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.cs +++ b/src/generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/Item/LearningCourseActivityItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class LearningCourseActivityItemRequestBuilder : BaseCliRequestBuilder { /// Delete a learningCourseActivity object using the course activity ID of either an assignment or a self-initiated activity. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a learningCourseActivity object using the course activity ID of either an assignment or a self-initiated activity.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/learningcourseactivity-delete?view=graph-rest-1.0"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Get learningCourseActivities from employeeExperience /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get learningCourseActivities from employeeExperience"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// Update the properties of a learningCourseActivity object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a learningCourseActivity object. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/learningcourseactivity-update?view=graph-rest-1.0"; @@ -172,13 +175,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LearningCourseActivityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LearningCourseActivityItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}/learningCourseActivities/{learningCourseActivity%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LearningCourseActivityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LearningCourseActivityItemRequestBuilder(string rawUrl) : base("{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}/learningCourseActivities/{learningCourseActivity%2Did}{?%24expand,%24select}", rawUrl) { @@ -186,6 +189,7 @@ public LearningCourseActivityItemRequestBuilder(string rawUrl) : base("{+baseurl /// /// Delete a learningCourseActivity object using the course activity ID of either an assignment or a self-initiated activity. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -194,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}/learningCourseActivities/{learningCourseActivity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -202,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get learningCourseActivities from employeeExperience /// + /// 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,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a learningCourseActivity 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 @@ -228,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(LearningCourseActivity body, public RequestInformation ToPatchRequestInformation(LearningCourseActivity 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}/employeeExperience/learningProviders/{learningProvider%2Did}/learningCourseActivities/{learningCourseActivity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs b/src/generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs index 76dd7f5423..c69c282dcc 100644 --- a/src/generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs +++ b/src/generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivities/LearningCourseActivitiesRequestBuilder.cs @@ -24,6 +24,7 @@ public class LearningCourseActivitiesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the learningCourseActivities property of the microsoft.graph.learningProvider entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new LearningCourseActivityItemRequestBuilder(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 learningCourseActivity object. A learning course activity can be one of two types: - Assignment- Self-initiated Use this method to create either type of activity. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new learningCourseActivity object. A learning course activity can be one of two types: - Assignment- Self-initiated Use this method to create either type of activity.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/employeeexperienceuser-post-learningcourseactivities?view=graph-rest-1.0"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// /// Get learningCourseActivities from employeeExperience /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get learningCourseActivities from employeeExperience"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new LearningCourseActivitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LearningCourseActivitiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}/learningCourseActivities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new LearningCourseActivitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LearningCourseActivitiesRequestBuilder(string rawUrl) : base("{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}/learningCourseActivities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public LearningCourseActivitiesRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Get learningCourseActivities from employeeExperience /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new learningCourseActivity object. A learning course activity can be one of two types: - Assignment- Self-initiated Use this method to create either type of activity. /// + /// 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 @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(LearningCourseActivity body, public RequestInformation ToPostRequestInformation(LearningCourseActivity 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}/employeeExperience/learningProviders/{learningProvider%2Did}/learningCourseActivities", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivitiesWithExternalcourseActivityId/LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder.cs b/src/generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivitiesWithExternalcourseActivityId/LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder.cs index 455bf55bd6..4a50d8d83f 100644 --- a/src/generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivitiesWithExternalcourseActivityId/LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder.cs +++ b/src/generated/EmployeeExperience/LearningProviders/Item/LearningCourseActivitiesWithExternalcourseActivityId/LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder.cs @@ -23,6 +23,7 @@ public class LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder /// Delete a learningCourseActivity object using the course activity ID of either an assignment or a self-initiated activity. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a learningCourseActivity object using the course activity ID of either an assignment or a self-initiated activity.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/learningcourseactivity-delete?view=graph-rest-1.0"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Get learningCourseActivities from employeeExperience /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get learningCourseActivities from employeeExperience"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// Update the properties of a learningCourseActivity object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a learningCourseActivity object. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/learningcourseactivity-update?view=graph-rest-1.0"; @@ -172,13 +175,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}/learningCourseActivities(externalcourseActivityId='{externalcourseActivityId}'){?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder(string rawUrl) : base("{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}/learningCourseActivities(externalcourseActivityId='{externalcourseActivityId}'){?%24expand,%24select}", rawUrl) { @@ -186,6 +189,7 @@ public LearningCourseActivitiesWithExternalcourseActivityIdRequestBuilder(string /// /// Delete a learningCourseActivity object using the course activity ID of either an assignment or a self-initiated activity. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -194,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}/learningCourseActivities(externalcourseActivityId='{externalcourseActivityId}')", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -202,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get learningCourseActivities from employeeExperience /// + /// 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,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a learningCourseActivity 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 @@ -228,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(LearningCourseActivity body, public RequestInformation ToPatchRequestInformation(LearningCourseActivity 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}/employeeExperience/learningProviders/{learningProvider%2Did}/learningCourseActivities(externalcourseActivityId='{externalcourseActivityId}')", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/EmployeeExperience/LearningProviders/Item/LearningProviderItemRequestBuilder.cs b/src/generated/EmployeeExperience/LearningProviders/Item/LearningProviderItemRequestBuilder.cs index dd1a55fc91..6d2f6cb5ea 100644 --- a/src/generated/EmployeeExperience/LearningProviders/Item/LearningProviderItemRequestBuilder.cs +++ b/src/generated/EmployeeExperience/LearningProviders/Item/LearningProviderItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class LearningProviderItemRequestBuilder : BaseCliRequestBuilder { /// Delete a learningProvider resource and remove its registration in Viva Learning for a tenant. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a learningProvider resource and remove its registration in Viva Learning for a tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/employeeexperience-delete-learningproviders?view=graph-rest-1.0"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a learningProvider object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a learningProvider object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/learningprovider-get?view=graph-rest-1.0"; @@ -111,6 +113,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the learningContents property of the microsoft.graph.learningProvider entity. /// + /// A public Command BuildLearningContentsNavCommand() { var command = new Command("learning-contents"); command.Description = "Provides operations to manage the learningContents property of the microsoft.graph.learningProvider entity."; @@ -136,6 +139,7 @@ public Command BuildLearningContentsNavCommand() { /// /// Provides operations to manage the learningContents property of the microsoft.graph.learningProvider entity. /// + /// A public Command BuildLearningContentsWithExternalIdRbCommand() { var command = new Command("learning-contents-with-external-id"); command.Description = "Provides operations to manage the learningContents property of the microsoft.graph.learningProvider entity."; @@ -153,6 +157,7 @@ public Command BuildLearningContentsWithExternalIdRbCommand() { /// /// Provides operations to manage the learningCourseActivities property of the microsoft.graph.learningProvider entity. /// + /// A public Command BuildLearningCourseActivitiesNavCommand() { var command = new Command("learning-course-activities"); command.Description = "Provides operations to manage the learningCourseActivities property of the microsoft.graph.learningProvider entity."; @@ -178,6 +183,7 @@ public Command BuildLearningCourseActivitiesNavCommand() { /// /// Provides operations to manage the learningCourseActivities property of the microsoft.graph.learningProvider entity. /// + /// A public Command BuildLearningCourseActivitiesWithExternalcourseActivityIdRbCommand() { var command = new Command("learning-course-activities-with-externalcourse-activity-id"); command.Description = "Provides operations to manage the learningCourseActivities property of the microsoft.graph.learningProvider entity."; @@ -196,6 +202,7 @@ public Command BuildLearningCourseActivitiesWithExternalcourseActivityIdRbComman /// Update the properties of a learningProvider object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a learningProvider object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/learningprovider-update?view=graph-rest-1.0"; @@ -243,13 +250,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LearningProviderItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LearningProviderItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LearningProviderItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LearningProviderItemRequestBuilder(string rawUrl) : base("{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}{?%24expand,%24select}", rawUrl) { @@ -257,6 +264,7 @@ public LearningProviderItemRequestBuilder(string rawUrl) : base("{+baseurl}/empl /// /// Delete a learningProvider resource and remove its registration in Viva Learning 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 @@ -265,7 +273,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/employeeExperience/learningProviders/{learningProvider%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -273,6 +281,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a learningProvider 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 @@ -289,6 +298,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a learningProvider 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 @@ -299,7 +309,7 @@ public RequestInformation ToPatchRequestInformation(LearningProvider body, Actio public RequestInformation ToPatchRequestInformation(LearningProvider 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}/employeeExperience/learningProviders/{learningProvider%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/EmployeeExperience/LearningProviders/LearningProvidersRequestBuilder.cs b/src/generated/EmployeeExperience/LearningProviders/LearningProvidersRequestBuilder.cs index 976087efda..a924108241 100644 --- a/src/generated/EmployeeExperience/LearningProviders/LearningProvidersRequestBuilder.cs +++ b/src/generated/EmployeeExperience/LearningProviders/LearningProvidersRequestBuilder.cs @@ -24,6 +24,7 @@ public class LearningProvidersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the learningProviders property of the microsoft.graph.employeeExperience entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// Create a new learningProvider object and register it with Viva Learning using the specified display name and logos for different themes. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new learningProvider object and register it with Viva Learning using the specified display name and logos for different themes.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/employeeexperience-post-learningproviders?view=graph-rest-1.0"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Get a list of the learningProvider resources registered in Viva Learning for a tenant. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the learningProvider resources registered in Viva Learning for a tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/employeeexperience-list-learningproviders?view=graph-rest-1.0"; @@ -190,13 +194,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new LearningProvidersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LearningProvidersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/employeeExperience/learningProviders{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new LearningProvidersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LearningProvidersRequestBuilder(string rawUrl) : base("{+baseurl}/employeeExperience/learningProviders{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -204,6 +208,7 @@ public LearningProvidersRequestBuilder(string rawUrl) : base("{+baseurl}/employe /// /// Get a list of the learningProvider resources registered in Viva Learning 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 @@ -220,6 +225,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new learningProvider object and register it with Viva Learning using the specified display name and logos for different themes. /// + /// 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 @@ -230,7 +236,7 @@ public RequestInformation ToPostRequestInformation(LearningProvider body, Action public RequestInformation ToPostRequestInformation(LearningProvider 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}/employeeExperience/learningProviders", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/External/Connections/ConnectionsRequestBuilder.cs b/src/generated/External/Connections/ConnectionsRequestBuilder.cs index b04756d4fe..8053bb054b 100644 --- a/src/generated/External/Connections/ConnectionsRequestBuilder.cs +++ b/src/generated/External/Connections/ConnectionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ConnectionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the connections property of the microsoft.graph.externalConnectors.external entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// Create a new externalConnection object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new externalConnection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-1.0"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Get a list of the externalConnection objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the externalConnection objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0"; @@ -190,13 +194,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ConnectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConnectionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/external/connections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ConnectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConnectionsRequestBuilder(string rawUrl) : base("{+baseurl}/external/connections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -204,6 +208,7 @@ public ConnectionsRequestBuilder(string rawUrl) : base("{+baseurl}/external/conn /// /// Get a list of the externalConnection 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 @@ -220,6 +225,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new externalConnection 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 @@ -230,7 +236,7 @@ public RequestInformation ToPostRequestInformation(ExternalConnection body, Acti public RequestInformation ToPostRequestInformation(ExternalConnection 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}/external/connections", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/External/Connections/Count/CountRequestBuilder.cs b/src/generated/External/Connections/Count/CountRequestBuilder.cs index a53a3a374c..a6bdd4c16d 100644 --- a/src/generated/External/Connections/Count/CountRequestBuilder.cs +++ b/src/generated/External/Connections/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}/external/connections/$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}/external/connections/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/external/connection /// /// 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/External/Connections/Item/ExternalConnectionItemRequestBuilder.cs b/src/generated/External/Connections/Item/ExternalConnectionItemRequestBuilder.cs index ee07c6fa3e..2a5d358967 100644 --- a/src/generated/External/Connections/Item/ExternalConnectionItemRequestBuilder.cs +++ b/src/generated/External/Connections/Item/ExternalConnectionItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class ExternalConnectionItemRequestBuilder : BaseCliRequestBuilder { /// Deletes an externalConnection object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes an externalConnection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-1.0"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an externalConnection object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an externalConnection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0"; @@ -111,6 +113,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the groups property of the microsoft.graph.externalConnectors.externalConnection entity. /// + /// A public Command BuildGroupsNavCommand() { var command = new Command("groups"); command.Description = "Provides operations to manage the groups property of the microsoft.graph.externalConnectors.externalConnection entity."; @@ -136,6 +139,7 @@ public Command BuildGroupsNavCommand() { /// /// Provides operations to manage the items property of the microsoft.graph.externalConnectors.externalConnection entity. /// + /// A public Command BuildItemsNavCommand() { var command = new Command("items"); command.Description = "Provides operations to manage the items property of the microsoft.graph.externalConnectors.externalConnection entity."; @@ -161,6 +165,7 @@ public Command BuildItemsNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.externalConnectors.externalConnection entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.externalConnectors.externalConnection entity."; @@ -187,6 +192,7 @@ public Command BuildOperationsNavCommand() { /// Update the properties of an externalConnection object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an externalConnection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-1.0"; @@ -236,6 +242,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the schema property of the microsoft.graph.externalConnectors.externalConnection entity. /// + /// A public Command BuildSchemaNavCommand() { var command = new Command("schema"); command.Description = "Provides operations to manage the schema property of the microsoft.graph.externalConnectors.externalConnection entity."; @@ -250,13 +257,13 @@ public Command BuildSchemaNavCommand() { return command; } /// - /// Instantiates a new ExternalConnectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExternalConnectionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/external/connections/{externalConnection%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExternalConnectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExternalConnectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/external/connections/{externalConnection%2Did}{?%24expand,%24select}", rawUrl) { @@ -264,6 +271,7 @@ public ExternalConnectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/ex /// /// Deletes an externalConnection 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 @@ -272,7 +280,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/external/connections/{externalConnection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -280,6 +288,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an externalConnection 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 @@ -296,6 +305,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an externalConnection 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 @@ -306,7 +316,7 @@ public RequestInformation ToPatchRequestInformation(ExternalConnection body, Act public RequestInformation ToPatchRequestInformation(ExternalConnection 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}/external/connections/{externalConnection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/External/Connections/Item/Groups/Count/CountRequestBuilder.cs b/src/generated/External/Connections/Item/Groups/Count/CountRequestBuilder.cs index eed4a498ef..be079c59d5 100644 --- a/src/generated/External/Connections/Item/Groups/Count/CountRequestBuilder.cs +++ b/src/generated/External/Connections/Item/Groups/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}/external/connections/{externalConnection%2Did}/groups/$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}/external/connections/{externalConnection%2Did}/groups/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/external/connection /// /// 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/External/Connections/Item/Groups/GroupsRequestBuilder.cs b/src/generated/External/Connections/Item/Groups/GroupsRequestBuilder.cs index 20fc880353..735eac3930 100644 --- a/src/generated/External/Connections/Item/Groups/GroupsRequestBuilder.cs +++ b/src/generated/External/Connections/Item/Groups/GroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class GroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the groups property of the microsoft.graph.externalConnectors.externalConnection 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new externalGroup object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new externalGroup object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// Get an externalGroup object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get an externalGroup object."; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new GroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/external/connections/{externalConnection%2Did}/groups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupsRequestBuilder(string rawUrl) : base("{+baseurl}/external/connections/{externalConnection%2Did}/groups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public GroupsRequestBuilder(string rawUrl) : base("{+baseurl}/external/connectio /// /// Get an externalGroup 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 @@ -228,6 +233,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new externalGroup 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 @@ -238,7 +244,7 @@ public RequestInformation ToPostRequestInformation(ExternalGroup 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}/external/connections/{externalConnection%2Did}/groups", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/External/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilder.cs b/src/generated/External/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilder.cs index b5d1a6caf5..78236c78c4 100644 --- a/src/generated/External/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilder.cs +++ b/src/generated/External/Connections/Item/Groups/Item/ExternalGroupItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExternalGroupItemRequestBuilder : BaseCliRequestBuilder { /// Delete an externalGroup object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an externalGroup object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-1.0"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// Get an externalGroup object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get an externalGroup object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the members property of the microsoft.graph.externalConnectors.externalGroup entity. /// + /// A public Command BuildMembersNavCommand() { var command = new Command("members"); command.Description = "Provides operations to manage the members property of the microsoft.graph.externalConnectors.externalGroup entity."; @@ -146,6 +149,7 @@ public Command BuildMembersNavCommand() { /// Update the properties of an externalGroup object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an externalGroup object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-update?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExternalGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExternalGroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/external/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExternalGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExternalGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/external/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}{?%24expand,%24select}", rawUrl) { @@ -213,6 +217,7 @@ public ExternalGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/externa /// /// Delete an externalGroup 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 @@ -221,7 +226,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/external/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -229,6 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get an externalGroup 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,6 +251,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an externalGroup 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 @@ -255,7 +262,7 @@ public RequestInformation ToPatchRequestInformation(ExternalGroup 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}/external/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/External/Connections/Item/Groups/Item/Members/Count/CountRequestBuilder.cs b/src/generated/External/Connections/Item/Groups/Item/Members/Count/CountRequestBuilder.cs index d4fffcd5b7..da7aab9247 100644 --- a/src/generated/External/Connections/Item/Groups/Item/Members/Count/CountRequestBuilder.cs +++ b/src/generated/External/Connections/Item/Groups/Item/Members/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"; @@ -65,13 +66,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}/external/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}/members/$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}/external/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}/members/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/external/connection /// /// 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/External/Connections/Item/Groups/Item/Members/Item/IdentityItemRequestBuilder.cs b/src/generated/External/Connections/Item/Groups/Item/Members/Item/IdentityItemRequestBuilder.cs index b1f2ef3a6a..5e815f7589 100644 --- a/src/generated/External/Connections/Item/Groups/Item/Members/Item/IdentityItemRequestBuilder.cs +++ b/src/generated/External/Connections/Item/Groups/Item/Members/Item/IdentityItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class IdentityItemRequestBuilder : BaseCliRequestBuilder { /// Delete an identity resource to remove the corresponding member from an externalGroup. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an identity resource to remove the corresponding member from an externalGroup.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property members in external /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property members in external"; @@ -189,13 +192,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new IdentityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IdentityItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/external/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}/members/{identity%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IdentityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IdentityItemRequestBuilder(string rawUrl) : base("{+baseurl}/external/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}/members/{identity%2Did}{?%24expand,%24select}", rawUrl) { @@ -203,6 +206,7 @@ public IdentityItemRequestBuilder(string rawUrl) : base("{+baseurl}/external/con /// /// Delete an identity resource to remove the corresponding member from an externalGroup. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,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}/external/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}/members/{identity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property members in external /// + /// 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 @@ -245,7 +251,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ExternalConnec public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ExternalConnectors.Identity 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}/external/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}/members/{identity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/External/Connections/Item/Groups/Item/Members/MembersRequestBuilder.cs b/src/generated/External/Connections/Item/Groups/Item/Members/MembersRequestBuilder.cs index b40ca4183c..00660cf371 100644 --- a/src/generated/External/Connections/Item/Groups/Item/Members/MembersRequestBuilder.cs +++ b/src/generated/External/Connections/Item/Groups/Item/Members/MembersRequestBuilder.cs @@ -24,6 +24,7 @@ public class MembersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the members property of the microsoft.graph.externalConnectors.externalGroup entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new IdentityItemRequestBuilder(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 an identity resource for a new member in an externalGroup. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create an identity resource for a new member in an externalGroup.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// /// A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members."; @@ -208,13 +212,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MembersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/external/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/external/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -222,6 +226,7 @@ public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/external/connecti /// /// A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -238,6 +243,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create an identity resource for a new member in an externalGroup. /// + /// 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 @@ -248,7 +254,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.ExternalConnect public RequestInformation ToPostRequestInformation(ApiSdk.Models.ExternalConnectors.Identity 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}/external/connections/{externalConnection%2Did}/groups/{externalGroup%2Did}/members", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/External/Connections/Item/Items/Count/CountRequestBuilder.cs b/src/generated/External/Connections/Item/Items/Count/CountRequestBuilder.cs index dd7fc03b1e..4a69b7d042 100644 --- a/src/generated/External/Connections/Item/Items/Count/CountRequestBuilder.cs +++ b/src/generated/External/Connections/Item/Items/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}/external/connections/{externalConnection%2Did}/items/$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}/external/connections/{externalConnection%2Did}/items/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/external/connection /// /// 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/External/Connections/Item/Items/Item/Activities/ActivitiesRequestBuilder.cs b/src/generated/External/Connections/Item/Items/Item/Activities/ActivitiesRequestBuilder.cs index 5c6413cd6b..763dcf2640 100644 --- a/src/generated/External/Connections/Item/Items/Item/Activities/ActivitiesRequestBuilder.cs +++ b/src/generated/External/Connections/Item/Items/Item/Activities/ActivitiesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ActivitiesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the activities property of the microsoft.graph.externalConnectors.externalItem 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 activities for external /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to activities for external"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Returns a list of activities performed on the item. Write-only. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Returns a list of activities performed on the item. Write-only."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ActivitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ActivitiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/external/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ActivitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ActivitiesRequestBuilder(string rawUrl) : base("{+baseurl}/external/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public ActivitiesRequestBuilder(string rawUrl) : base("{+baseurl}/external/conne /// /// Returns a list of activities performed on the item. Write-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 @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to activities for external /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(ExternalActivity body, Action public RequestInformation ToPostRequestInformation(ExternalActivity 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}/external/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/External/Connections/Item/Items/Item/Activities/Count/CountRequestBuilder.cs b/src/generated/External/Connections/Item/Items/Item/Activities/Count/CountRequestBuilder.cs index d165c893c9..3cb2d97add 100644 --- a/src/generated/External/Connections/Item/Items/Item/Activities/Count/CountRequestBuilder.cs +++ b/src/generated/External/Connections/Item/Items/Item/Activities/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"; @@ -65,13 +66,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}/external/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities/$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}/external/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/external/connection /// /// 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/External/Connections/Item/Items/Item/Activities/Item/ExternalActivityItemRequestBuilder.cs b/src/generated/External/Connections/Item/Items/Item/Activities/Item/ExternalActivityItemRequestBuilder.cs index 818573aa61..ff943ba83b 100644 --- a/src/generated/External/Connections/Item/Items/Item/Activities/Item/ExternalActivityItemRequestBuilder.cs +++ b/src/generated/External/Connections/Item/Items/Item/Activities/Item/ExternalActivityItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ExternalActivityItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property activities for external /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property activities for external"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Returns a list of activities performed on the item. Write-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Returns a list of activities performed on the item. Write-only."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property activities in external /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property activities in external"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the performedBy property of the microsoft.graph.externalConnectors.externalActivity entity. /// + /// A public Command BuildPerformedByNavCommand() { var command = new Command("performed-by"); command.Description = "Provides operations to manage the performedBy property of the microsoft.graph.externalConnectors.externalActivity entity."; @@ -204,13 +208,13 @@ public Command BuildPerformedByNavCommand() { return command; } /// - /// Instantiates a new ExternalActivityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExternalActivityItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/external/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities/{externalActivity%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExternalActivityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExternalActivityItemRequestBuilder(string rawUrl) : base("{+baseurl}/external/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities/{externalActivity%2Did}{?%24expand,%24select}", rawUrl) { @@ -218,6 +222,7 @@ public ExternalActivityItemRequestBuilder(string rawUrl) : base("{+baseurl}/exte /// /// Delete navigation property activities for external /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,7 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/external/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities/{externalActivity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -234,6 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Returns a list of activities performed on the item. Write-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 @@ -250,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property activities in external /// + /// 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 @@ -260,7 +267,7 @@ public RequestInformation ToPatchRequestInformation(ExternalActivity body, Actio public RequestInformation ToPatchRequestInformation(ExternalActivity 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}/external/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities/{externalActivity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/External/Connections/Item/Items/Item/Activities/Item/PerformedBy/PerformedByRequestBuilder.cs b/src/generated/External/Connections/Item/Items/Item/Activities/Item/PerformedBy/PerformedByRequestBuilder.cs index bc77333e8f..9ef0215f96 100644 --- a/src/generated/External/Connections/Item/Items/Item/Activities/Item/PerformedBy/PerformedByRequestBuilder.cs +++ b/src/generated/External/Connections/Item/Items/Item/Activities/Item/PerformedBy/PerformedByRequestBuilder.cs @@ -22,6 +22,7 @@ public class PerformedByRequestBuilder : BaseCliRequestBuilder { /// /// Represents an identity used to identify who is responsible for the activity. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents an identity used to identify who is responsible for the activity."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PerformedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PerformedByRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/external/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities/{externalActivity%2Did}/performedBy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PerformedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PerformedByRequestBuilder(string rawUrl) : base("{+baseurl}/external/connections/{externalConnection%2Did}/items/{externalItem%2Did}/activities/{externalActivity%2Did}/performedBy{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public PerformedByRequestBuilder(string rawUrl) : base("{+baseurl}/external/conn /// /// Represents an identity used to identify who is responsible for the activity. /// + /// 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/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.cs b/src/generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.cs index ccb34902cf..30445d7668 100644 --- a/src/generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.cs +++ b/src/generated/External/Connections/Item/Items/Item/ExternalItemItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExternalItemItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the activities property of the microsoft.graph.externalConnectors.externalItem entity. /// + /// A public Command BuildActivitiesNavCommand() { var command = new Command("activities"); command.Description = "Provides operations to manage the activities property of the microsoft.graph.externalConnectors.externalItem entity."; @@ -50,6 +51,7 @@ public Command BuildActivitiesNavCommand() { /// Delete an externalItem object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an externalItem object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-1.0"; @@ -90,6 +92,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an externalItem object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an externalItem object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0"; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the addActivities method. /// + /// A public Command BuildMicrosoftGraphExternalConnectorsAddActivitiesNavCommand() { var command = new Command("microsoft-graph-external-connectors-add-activities"); command.Description = "Provides operations to call the addActivities method."; @@ -161,6 +165,7 @@ public Command BuildMicrosoftGraphExternalConnectorsAddActivitiesNavCommand() { /// /// Update the navigation property items in external /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update the navigation property items in external"; @@ -214,13 +219,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new ExternalItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExternalItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/external/connections/{externalConnection%2Did}/items/{externalItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExternalItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExternalItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/external/connections/{externalConnection%2Did}/items/{externalItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -228,6 +233,7 @@ public ExternalItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/external /// /// Delete an externalItem 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 @@ -236,7 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/external/connections/{externalConnection%2Did}/items/{externalItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -244,6 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an externalItem 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 @@ -260,6 +267,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property items in external /// + /// 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 @@ -270,7 +278,7 @@ public RequestInformation ToPutRequestInformation(ExternalItem body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/external/connections/{externalConnection%2Did}/items/{externalItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/External/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostRequestBody.cs b/src/generated/External/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostRequestBody.cs index 695601b124..b0389b90e8 100644 --- a/src/generated/External/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostRequestBody.cs +++ b/src/generated/External/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostRequestBody.cs @@ -18,7 +18,7 @@ public class AddActivitiesPostRequestBody : IAdditionalDataHolder, IParsable { /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. public IDictionary AdditionalData { get; set; } /// - /// Instantiates a new addActivitiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddActivitiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AddActivitiesPostRequestBody() { /// /// 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 AddActivitiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AddActivitiesPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"activities", n => { Activities = n.GetCollectionOfObjectValues(ExternalActivity.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/External/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostResponse.cs b/src/generated/External/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostResponse.cs index b5df8afb19..0cdb29c3ce 100644 --- a/src/generated/External/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostResponse.cs +++ b/src/generated/External/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/AddActivitiesPostResponse.cs @@ -19,6 +19,7 @@ public class AddActivitiesPostResponse : BaseCollectionPaginationCountResponse, /// /// 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 new AddActivitiesPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class AddActivitiesPostResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExternalActivityResult.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/External/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder.cs b/src/generated/External/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder.cs index e9c58a1298..dfaddfdd2e 100644 --- a/src/generated/External/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder.cs +++ b/src/generated/External/Connections/Item/Items/Item/MicrosoftGraphExternalConnectorsAddActivities/MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder.cs @@ -21,6 +21,7 @@ public class MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder : BaseC /// /// Invoke action addActivities /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action addActivities"; @@ -85,13 +86,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/external/connections/{externalConnection%2Did}/items/{externalItem%2Did}/microsoft.graph.externalConnectors.addActivities", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder(string rawUrl) : base("{+baseurl}/external/connections/{externalConnection%2Did}/items/{externalItem%2Did}/microsoft.graph.externalConnectors.addActivities", rawUrl) { @@ -99,6 +100,7 @@ public MicrosoftGraphExternalConnectorsAddActivitiesRequestBuilder(string rawUrl /// /// Invoke action addActivities /// + /// 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/External/Connections/Item/Items/ItemsRequestBuilder.cs b/src/generated/External/Connections/Item/Items/ItemsRequestBuilder.cs index 3168ae80c3..4015d6f654 100644 --- a/src/generated/External/Connections/Item/Items/ItemsRequestBuilder.cs +++ b/src/generated/External/Connections/Item/Items/ItemsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ItemsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the items property of the microsoft.graph.externalConnectors.externalConnection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to items for external /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to items for external"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of an externalItem object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of an externalItem object."; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/external/connections/{externalConnection%2Did}/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/external/connections/{externalConnection%2Did}/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/external/connection /// /// Read the properties and relationships of an externalItem 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 @@ -228,6 +233,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to items for external /// + /// 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(ExternalItem 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}/external/connections/{externalConnection%2Did}/items", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/External/Connections/Item/Operations/Count/CountRequestBuilder.cs b/src/generated/External/Connections/Item/Operations/Count/CountRequestBuilder.cs index 935181e4ae..92a40229dc 100644 --- a/src/generated/External/Connections/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/generated/External/Connections/Item/Operations/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}/external/connections/{externalConnection%2Did}/operations/$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}/external/connections/{externalConnection%2Did}/operations/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/external/connection /// /// 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/External/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilder.cs b/src/generated/External/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilder.cs index 9580b2b168..ab119779e7 100644 --- a/src/generated/External/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilder.cs +++ b/src/generated/External/Connections/Item/Operations/Item/ConnectionOperationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ConnectionOperationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property operations for external /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property operations for external"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a connectionOperation object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a connectionOperation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property operations in external /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property operations in external"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ConnectionOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConnectionOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/external/connections/{externalConnection%2Did}/operations/{connectionOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ConnectionOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConnectionOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/external/connections/{externalConnection%2Did}/operations/{connectionOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public ConnectionOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/e /// /// Delete navigation property operations for external /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/external/connections/{externalConnection%2Did}/operations/{connectionOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a connectionOperation 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 @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property operations in external /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(ConnectionOperation body, Ac public RequestInformation ToPatchRequestInformation(ConnectionOperation 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}/external/connections/{externalConnection%2Did}/operations/{connectionOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/External/Connections/Item/Operations/OperationsRequestBuilder.cs b/src/generated/External/Connections/Item/Operations/OperationsRequestBuilder.cs index e1ae3f1470..98dd5e840d 100644 --- a/src/generated/External/Connections/Item/Operations/OperationsRequestBuilder.cs +++ b/src/generated/External/Connections/Item/Operations/OperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the operations property of the microsoft.graph.externalConnectors.externalConnection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ConnectionOperationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to operations for external /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to operations for external"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a connectionOperation object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a connectionOperation object."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/external/connections/{externalConnection%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/external/connections/{externalConnection%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/external/conne /// /// Read the properties and relationships of a connectionOperation 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 @@ -225,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for external /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(ConnectionOperation body, Act public RequestInformation ToPostRequestInformation(ConnectionOperation 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}/external/connections/{externalConnection%2Did}/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/External/Connections/Item/Schema/SchemaRequestBuilder.cs b/src/generated/External/Connections/Item/Schema/SchemaRequestBuilder.cs index 31f7eff632..f29bdcf6f6 100644 --- a/src/generated/External/Connections/Item/Schema/SchemaRequestBuilder.cs +++ b/src/generated/External/Connections/Item/Schema/SchemaRequestBuilder.cs @@ -23,6 +23,7 @@ public class SchemaRequestBuilder : BaseCliRequestBuilder { /// Read the properties and relationships of a schema object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a schema object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0"; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// Create a new schema object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Create a new schema object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0"; @@ -121,13 +123,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SchemaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SchemaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/external/connections/{externalConnection%2Did}/schema{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SchemaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SchemaRequestBuilder(string rawUrl) : base("{+baseurl}/external/connections/{externalConnection%2Did}/schema{?%24expand,%24select}", rawUrl) { @@ -135,6 +137,7 @@ public SchemaRequestBuilder(string rawUrl) : base("{+baseurl}/external/connectio /// /// Read the properties and relationships of a schema 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 @@ -151,6 +154,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new schema 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 @@ -161,7 +165,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ExternalConnec public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ExternalConnectors.Schema 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}/external/connections/{externalConnection%2Did}/schema", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/External/ExternalRequestBuilder.cs b/src/generated/External/ExternalRequestBuilder.cs index 290ae67005..763b5319ae 100644 --- a/src/generated/External/ExternalRequestBuilder.cs +++ b/src/generated/External/ExternalRequestBuilder.cs @@ -23,6 +23,7 @@ public class ExternalRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the connections property of the microsoft.graph.externalConnectors.external entity. /// + /// A public Command BuildConnectionsNavCommand() { var command = new Command("connections"); command.Description = "Provides operations to manage the connections property of the microsoft.graph.externalConnectors.external entity."; @@ -48,6 +49,7 @@ public Command BuildConnectionsNavCommand() { /// /// Get external /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get external"; @@ -92,6 +94,7 @@ public Command BuildGetCommand() { /// /// Update external /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update external"; @@ -133,13 +136,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExternalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExternalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/external{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExternalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExternalRequestBuilder(string rawUrl) : base("{+baseurl}/external{?%24expand,%24select}", rawUrl) { @@ -147,6 +150,7 @@ public ExternalRequestBuilder(string rawUrl) : base("{+baseurl}/external{?%24exp /// /// Get external /// + /// 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 /// Update external /// + /// 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 ToPatchRequestInformation(ApiSdk.Models.ExternalConnec public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ExternalConnectors.External 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}/external", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/FilterOperators/Count/CountRequestBuilder.cs b/src/generated/FilterOperators/Count/CountRequestBuilder.cs index 600b60a920..c64aef657e 100644 --- a/src/generated/FilterOperators/Count/CountRequestBuilder.cs +++ b/src/generated/FilterOperators/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}/filterOperators/$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}/filterOperators/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/filterOperators/$co /// /// 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/FilterOperators/FilterOperatorsRequestBuilder.cs b/src/generated/FilterOperators/FilterOperatorsRequestBuilder.cs index 946f683855..024bedd1c4 100644 --- a/src/generated/FilterOperators/FilterOperatorsRequestBuilder.cs +++ b/src/generated/FilterOperators/FilterOperatorsRequestBuilder.cs @@ -24,6 +24,7 @@ public class FilterOperatorsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of filterOperatorSchema entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new FilterOperatorSchemaItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Add new entity to filterOperators /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add new entity to filterOperators"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// Get entities from filterOperators /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get entities from filterOperators"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FilterOperatorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilterOperatorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/filterOperators{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterOperatorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilterOperatorsRequestBuilder(string rawUrl) : base("{+baseurl}/filterOperators{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public FilterOperatorsRequestBuilder(string rawUrl) : base("{+baseurl}/filterOpe /// /// Get entities from filterOperators /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add new entity to filterOperators /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(FilterOperatorSchema body, Ac public RequestInformation ToPostRequestInformation(FilterOperatorSchema 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}/filterOperators", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/FilterOperators/Item/FilterOperatorSchemaItemRequestBuilder.cs b/src/generated/FilterOperators/Item/FilterOperatorSchemaItemRequestBuilder.cs index 010d3d4358..d130cba105 100644 --- a/src/generated/FilterOperators/Item/FilterOperatorSchemaItemRequestBuilder.cs +++ b/src/generated/FilterOperators/Item/FilterOperatorSchemaItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class FilterOperatorSchemaItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete entity from filterOperators /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from filterOperators"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Get entity from filterOperators by key /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get entity from filterOperators by key"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update entity in filterOperators /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in filterOperators"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FilterOperatorSchemaItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilterOperatorSchemaItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/filterOperators/{filterOperatorSchema%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FilterOperatorSchemaItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilterOperatorSchemaItemRequestBuilder(string rawUrl) : base("{+baseurl}/filterOperators/{filterOperatorSchema%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public FilterOperatorSchemaItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete entity from filterOperators /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/filterOperators/{filterOperatorSchema%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get entity from filterOperators 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 @@ -198,6 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in filterOperators /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(FilterOperatorSchema body, A public RequestInformation ToPatchRequestInformation(FilterOperatorSchema 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}/filterOperators/{filterOperatorSchema%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Functions/Count/CountRequestBuilder.cs b/src/generated/Functions/Count/CountRequestBuilder.cs index 69d787e4e0..9635937563 100644 --- a/src/generated/Functions/Count/CountRequestBuilder.cs +++ b/src/generated/Functions/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}/functions/$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}/functions/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/functions/$count{?% /// /// 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/Functions/FunctionsRequestBuilder.cs b/src/generated/Functions/FunctionsRequestBuilder.cs index 4379e9d925..2659348e7b 100644 --- a/src/generated/Functions/FunctionsRequestBuilder.cs +++ b/src/generated/Functions/FunctionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class FunctionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of attributeMappingFunctionSchema entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AttributeMappingFunctionSchemaItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Add new entity to functions /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add new entity to functions"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// Get entities from functions /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get entities from functions"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FunctionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FunctionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/functions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FunctionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FunctionsRequestBuilder(string rawUrl) : base("{+baseurl}/functions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public FunctionsRequestBuilder(string rawUrl) : base("{+baseurl}/functions{?%24c /// /// Get entities from functions /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add new entity to functions /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(AttributeMappingFunctionSchem public RequestInformation ToPostRequestInformation(AttributeMappingFunctionSchema 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}/functions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Functions/Item/AttributeMappingFunctionSchemaItemRequestBuilder.cs b/src/generated/Functions/Item/AttributeMappingFunctionSchemaItemRequestBuilder.cs index 3e6821db39..800b356620 100644 --- a/src/generated/Functions/Item/AttributeMappingFunctionSchemaItemRequestBuilder.cs +++ b/src/generated/Functions/Item/AttributeMappingFunctionSchemaItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AttributeMappingFunctionSchemaItemRequestBuilder : BaseCliRequestBu /// /// Delete entity from functions /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from functions"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Get entity from functions by key /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get entity from functions by key"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update entity in functions /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in functions"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AttributeMappingFunctionSchemaItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttributeMappingFunctionSchemaItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/functions/{attributeMappingFunctionSchema%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AttributeMappingFunctionSchemaItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttributeMappingFunctionSchemaItemRequestBuilder(string rawUrl) : base("{+baseurl}/functions/{attributeMappingFunctionSchema%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public AttributeMappingFunctionSchemaItemRequestBuilder(string rawUrl) : base("{ /// /// Delete entity from functions /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/functions/{attributeMappingFunctionSchema%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get entity from functions 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 @@ -198,6 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in functions /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(AttributeMappingFunctionSche public RequestInformation ToPatchRequestInformation(AttributeMappingFunctionSchema 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}/functions/{attributeMappingFunctionSchema%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/GraphClient.cs b/src/generated/GraphClient.cs index d33da18079..a220bd23ec 100644 --- a/src/generated/GraphClient.cs +++ b/src/generated/GraphClient.cs @@ -6,6 +6,7 @@ using ApiSdk.ApplicationTemplates; using ApiSdk.Applications; using ApiSdk.ApplicationsWithAppId; +using ApiSdk.ApplicationsWithUniqueName; using ApiSdk.AuditLogs; using ApiSdk.AuthenticationMethodConfigurations; using ApiSdk.AuthenticationMethodsPolicy; @@ -38,6 +39,7 @@ using ApiSdk.GroupSettingTemplates; using ApiSdk.GroupSettings; using ApiSdk.Groups; +using ApiSdk.GroupsWithUniqueName; using ApiSdk.Identity; using ApiSdk.IdentityGovernance; using ApiSdk.IdentityProtection; @@ -93,6 +95,7 @@ public class GraphClient : BaseCliRequestBuilder { /// /// Provides operations to manage the admin singleton. /// + /// A public Command BuildAdminNavCommand() { var command = new Command("admin"); command.Description = "Provides operations to manage the admin singleton."; @@ -118,6 +121,7 @@ public Command BuildAdminNavCommand() { /// /// Provides operations to manage the collection of agreementAcceptance entities. /// + /// A public Command BuildAgreementAcceptancesNavCommand() { var command = new Command("agreement-acceptances"); command.Description = "Provides operations to manage the collection of agreementAcceptance entities."; @@ -142,6 +146,7 @@ public Command BuildAgreementAcceptancesNavCommand() { /// /// Provides operations to manage the collection of agreement entities. /// + /// A public Command BuildAgreementsNavCommand() { var command = new Command("agreements"); command.Description = "Provides operations to manage the collection of agreement entities."; @@ -166,6 +171,7 @@ public Command BuildAgreementsNavCommand() { /// /// Provides operations to manage the appCatalogs singleton. /// + /// A public Command BuildAppCatalogsNavCommand() { var command = new Command("app-catalogs"); command.Description = "Provides operations to manage the appCatalogs singleton."; @@ -188,6 +194,7 @@ public Command BuildAppCatalogsNavCommand() { /// /// Provides operations to manage the collection of application entities. /// + /// A public Command BuildApplicationsNavCommand() { var command = new Command("applications"); command.Description = "Provides operations to manage the collection of application entities."; @@ -217,6 +224,7 @@ public Command BuildApplicationsNavCommand() { /// /// Provides operations to manage the collection of application entities. /// + /// A public Command BuildApplicationsWithAppIdRbCommand() { var command = new Command("applications-with-app-id"); command.Description = "Provides operations to manage the collection of application entities."; @@ -232,8 +240,27 @@ public Command BuildApplicationsWithAppIdRbCommand() { return command; } /// + /// Provides operations to manage the collection of application entities. + /// + /// A + public Command BuildApplicationsWithUniqueNameRbCommand() { + var command = new Command("applications-with-unique-name"); + command.Description = "Provides operations to manage the collection of application entities."; + var builder = new ApplicationsWithUniqueNameRequestBuilder(PathParameters); + var execCommands = new List(); + execCommands.Add(builder.BuildDeleteCommand()); + execCommands.Add(builder.BuildGetCommand()); + execCommands.Add(builder.BuildPatchCommand()); + foreach (var cmd in execCommands) + { + command.AddCommand(cmd); + } + return command; + } + /// /// Provides operations to manage the collection of applicationTemplate entities. /// + /// A public Command BuildApplicationTemplatesNavCommand() { var command = new Command("application-templates"); command.Description = "Provides operations to manage the collection of applicationTemplate entities."; @@ -258,6 +285,7 @@ public Command BuildApplicationTemplatesNavCommand() { /// /// Provides operations to manage the auditLogRoot singleton. /// + /// A public Command BuildAuditLogsNavCommand() { var command = new Command("audit-logs"); command.Description = "Provides operations to manage the auditLogRoot singleton."; @@ -282,6 +310,7 @@ public Command BuildAuditLogsNavCommand() { /// /// Provides operations to manage the collection of authenticationMethodConfiguration entities. /// + /// A public Command BuildAuthenticationMethodConfigurationsNavCommand() { var command = new Command("authentication-method-configurations"); command.Description = "Provides operations to manage the collection of authenticationMethodConfiguration entities."; @@ -307,6 +336,7 @@ public Command BuildAuthenticationMethodConfigurationsNavCommand() { /// /// Provides operations to manage the authenticationMethodsPolicy singleton. /// + /// A public Command BuildAuthenticationMethodsPolicyNavCommand() { var command = new Command("authentication-methods-policy"); command.Description = "Provides operations to manage the authenticationMethodsPolicy singleton."; @@ -329,6 +359,7 @@ public Command BuildAuthenticationMethodsPolicyNavCommand() { /// /// Provides operations to manage the collection of certificateBasedAuthConfiguration entities. /// + /// A public Command BuildCertificateBasedAuthConfigurationNavCommand() { var command = new Command("certificate-based-auth-configuration"); command.Description = "Provides operations to manage the collection of certificateBasedAuthConfiguration entities."; @@ -354,6 +385,7 @@ public Command BuildCertificateBasedAuthConfigurationNavCommand() { /// /// Provides operations to manage the collection of chat entities. /// + /// A public Command BuildChatsNavCommand() { var command = new Command("chats"); command.Description = "Provides operations to manage the collection of chat entities."; @@ -380,6 +412,7 @@ public Command BuildChatsNavCommand() { /// /// Provides operations to manage the cloudCommunications singleton. /// + /// A public Command BuildCommunicationsNavCommand() { var command = new Command("communications"); command.Description = "Provides operations to manage the cloudCommunications singleton."; @@ -406,6 +439,7 @@ public Command BuildCommunicationsNavCommand() { /// /// Provides operations to manage the compliance singleton. /// + /// A public Command BuildComplianceNavCommand() { var command = new Command("compliance"); command.Description = "Provides operations to manage the compliance singleton."; @@ -422,6 +456,7 @@ public Command BuildComplianceNavCommand() { /// /// Provides operations to manage the collection of externalConnection entities. /// + /// A public Command BuildConnectionsNavCommand() { var command = new Command("connections"); command.Description = "Provides operations to manage the collection of externalConnection entities."; @@ -447,6 +482,7 @@ public Command BuildConnectionsNavCommand() { /// /// Provides operations to manage the collection of orgContact entities. /// + /// A public Command BuildContactsNavCommand() { var command = new Command("contacts"); command.Description = "Provides operations to manage the collection of orgContact entities."; @@ -476,6 +512,7 @@ public Command BuildContactsNavCommand() { /// /// Provides operations to manage the collection of contract entities. /// + /// A public Command BuildContractsNavCommand() { var command = new Command("contracts"); command.Description = "Provides operations to manage the collection of contract entities."; @@ -505,6 +542,7 @@ public Command BuildContractsNavCommand() { /// /// Provides operations to manage the collection of dataPolicyOperation entities. /// + /// A public Command BuildDataPolicyOperationsNavCommand() { var command = new Command("data-policy-operations"); command.Description = "Provides operations to manage the collection of dataPolicyOperation entities."; @@ -530,6 +568,7 @@ public Command BuildDataPolicyOperationsNavCommand() { /// /// Provides operations to manage the deviceAppManagement singleton. /// + /// A public Command BuildDeviceAppManagementNavCommand() { var command = new Command("device-app-management"); command.Description = "Provides operations to manage the deviceAppManagement singleton."; @@ -566,6 +605,7 @@ public Command BuildDeviceAppManagementNavCommand() { /// /// Provides operations to manage the deviceManagement singleton. /// + /// A public Command BuildDeviceManagementNavCommand() { var command = new Command("device-management"); command.Description = "Provides operations to manage the deviceManagement singleton."; @@ -648,6 +688,7 @@ public Command BuildDeviceManagementNavCommand() { /// /// Provides operations to manage the collection of device entities. /// + /// A public Command BuildDevicesNavCommand() { var command = new Command("devices"); command.Description = "Provides operations to manage the collection of device entities."; @@ -677,6 +718,7 @@ public Command BuildDevicesNavCommand() { /// /// Provides operations to manage the collection of device entities. /// + /// A public Command BuildDevicesWithDeviceIdRbCommand() { var command = new Command("devices-with-device-id"); command.Description = "Provides operations to manage the collection of device entities."; @@ -694,6 +736,7 @@ public Command BuildDevicesWithDeviceIdRbCommand() { /// /// Provides operations to manage the directory singleton. /// + /// A public Command BuildDirectoryNavCommand() { var command = new Command("directory"); command.Description = "Provides operations to manage the directory singleton."; @@ -722,6 +765,7 @@ public Command BuildDirectoryNavCommand() { /// /// Provides operations to manage the collection of directoryObject entities. /// + /// A public Command BuildDirectoryObjectsNavCommand() { var command = new Command("directory-objects"); command.Description = "Provides operations to manage the collection of directoryObject entities."; @@ -751,6 +795,7 @@ public Command BuildDirectoryObjectsNavCommand() { /// /// Provides operations to manage the collection of directoryRole entities. /// + /// A public Command BuildDirectoryRolesNavCommand() { var command = new Command("directory-roles"); command.Description = "Provides operations to manage the collection of directoryRole entities."; @@ -780,6 +825,7 @@ public Command BuildDirectoryRolesNavCommand() { /// /// Provides operations to manage the collection of directoryRole entities. /// + /// A public Command BuildDirectoryRolesWithRoleTemplateIdRbCommand() { var command = new Command("directory-roles-with-role-template-id"); command.Description = "Provides operations to manage the collection of directoryRole entities."; @@ -797,6 +843,7 @@ public Command BuildDirectoryRolesWithRoleTemplateIdRbCommand() { /// /// Provides operations to manage the collection of directoryRoleTemplate entities. /// + /// A public Command BuildDirectoryRoleTemplatesNavCommand() { var command = new Command("directory-role-templates"); command.Description = "Provides operations to manage the collection of directoryRoleTemplate entities."; @@ -826,6 +873,7 @@ public Command BuildDirectoryRoleTemplatesNavCommand() { /// /// Provides operations to manage the collection of domainDnsRecord entities. /// + /// A public Command BuildDomainDnsRecordsNavCommand() { var command = new Command("domain-dns-records"); command.Description = "Provides operations to manage the collection of domainDnsRecord entities."; @@ -851,6 +899,7 @@ public Command BuildDomainDnsRecordsNavCommand() { /// /// Provides operations to manage the collection of domain entities. /// + /// A public Command BuildDomainsNavCommand() { var command = new Command("domains"); command.Description = "Provides operations to manage the collection of domain entities."; @@ -876,6 +925,7 @@ public Command BuildDomainsNavCommand() { /// /// Provides operations to manage the collection of drive entities. /// + /// A public Command BuildDrivesNavCommand() { var command = new Command("drives"); command.Description = "Provides operations to manage the collection of drive entities."; @@ -900,6 +950,7 @@ public Command BuildDrivesNavCommand() { /// /// Provides operations to manage the educationRoot singleton. /// + /// A public Command BuildEducationNavCommand() { var command = new Command("education"); command.Description = "Provides operations to manage the educationRoot singleton."; @@ -925,6 +976,7 @@ public Command BuildEducationNavCommand() { /// /// Provides operations to manage the employeeExperience singleton. /// + /// A public Command BuildEmployeeExperienceNavCommand() { var command = new Command("employee-experience"); command.Description = "Provides operations to manage the employeeExperience singleton."; @@ -949,6 +1001,7 @@ public Command BuildEmployeeExperienceNavCommand() { /// /// Provides operations to manage the external singleton. /// + /// A public Command BuildExternalNavCommand() { var command = new Command("external"); command.Description = "Provides operations to manage the external singleton."; @@ -971,6 +1024,7 @@ public Command BuildExternalNavCommand() { /// /// Provides operations to manage the collection of filterOperatorSchema entities. /// + /// A public Command BuildFilterOperatorsNavCommand() { var command = new Command("filter-operators"); command.Description = "Provides operations to manage the collection of filterOperatorSchema entities."; @@ -996,6 +1050,7 @@ public Command BuildFilterOperatorsNavCommand() { /// /// Provides operations to manage the collection of attributeMappingFunctionSchema entities. /// + /// A public Command BuildFunctionsNavCommand() { var command = new Command("functions"); command.Description = "Provides operations to manage the collection of attributeMappingFunctionSchema entities."; @@ -1021,6 +1076,7 @@ public Command BuildFunctionsNavCommand() { /// /// Provides operations to manage the collection of groupLifecyclePolicy entities. /// + /// A public Command BuildGroupLifecyclePoliciesNavCommand() { var command = new Command("group-lifecycle-policies"); command.Description = "Provides operations to manage the collection of groupLifecyclePolicy entities."; @@ -1046,6 +1102,7 @@ public Command BuildGroupLifecyclePoliciesNavCommand() { /// /// Provides operations to manage the collection of groupSetting entities. /// + /// A public Command BuildGroupSettingsNavCommand() { var command = new Command("group-settings"); command.Description = "Provides operations to manage the collection of groupSetting entities."; @@ -1071,6 +1128,7 @@ public Command BuildGroupSettingsNavCommand() { /// /// Provides operations to manage the collection of groupSettingTemplate entities. /// + /// A public Command BuildGroupSettingTemplatesNavCommand() { var command = new Command("group-setting-templates"); command.Description = "Provides operations to manage the collection of groupSettingTemplate entities."; @@ -1100,6 +1158,7 @@ public Command BuildGroupSettingTemplatesNavCommand() { /// /// Provides operations to manage the collection of group entities. /// + /// A public Command BuildGroupsNavCommand() { var command = new Command("groups"); command.Description = "Provides operations to manage the collection of group entities."; @@ -1127,8 +1186,27 @@ public Command BuildGroupsNavCommand() { return command; } /// + /// Provides operations to manage the collection of group entities. + /// + /// A + public Command BuildGroupsWithUniqueNameRbCommand() { + var command = new Command("groups-with-unique-name"); + command.Description = "Provides operations to manage the collection of group entities."; + var builder = new GroupsWithUniqueNameRequestBuilder(PathParameters); + var execCommands = new List(); + execCommands.Add(builder.BuildDeleteCommand()); + execCommands.Add(builder.BuildGetCommand()); + execCommands.Add(builder.BuildPatchCommand()); + foreach (var cmd in execCommands) + { + command.AddCommand(cmd); + } + return command; + } + /// /// Provides operations to manage the identityGovernance singleton. /// + /// A public Command BuildIdentityGovernanceNavCommand() { var command = new Command("identity-governance"); command.Description = "Provides operations to manage the identityGovernance singleton."; @@ -1156,6 +1234,7 @@ public Command BuildIdentityGovernanceNavCommand() { /// /// Provides operations to manage the identityContainer singleton. /// + /// A public Command BuildIdentityNavCommand() { var command = new Command("identity"); command.Description = "Provides operations to manage the identityContainer singleton."; @@ -1182,6 +1261,7 @@ public Command BuildIdentityNavCommand() { /// /// Provides operations to manage the identityProtectionRoot singleton. /// + /// A public Command BuildIdentityProtectionNavCommand() { var command = new Command("identity-protection"); command.Description = "Provides operations to manage the identityProtectionRoot singleton."; @@ -1207,6 +1287,7 @@ public Command BuildIdentityProtectionNavCommand() { /// /// Provides operations to manage the collection of identityProvider entities. /// + /// A public Command BuildIdentityProvidersNavCommand() { var command = new Command("identity-providers"); command.Description = "Provides operations to manage the collection of identityProvider entities."; @@ -1233,6 +1314,7 @@ public Command BuildIdentityProvidersNavCommand() { /// /// Provides operations to manage the informationProtection singleton. /// + /// A public Command BuildInformationProtectionNavCommand() { var command = new Command("information-protection"); command.Description = "Provides operations to manage the informationProtection singleton."; @@ -1256,6 +1338,7 @@ public Command BuildInformationProtectionNavCommand() { /// /// Provides operations to manage the collection of invitation entities. /// + /// A public Command BuildInvitationsNavCommand() { var command = new Command("invitations"); command.Description = "Provides operations to manage the collection of invitation entities."; @@ -1281,6 +1364,7 @@ public Command BuildInvitationsNavCommand() { /// /// Provides operations to manage the collection of oAuth2PermissionGrant entities. /// + /// A public Command BuildOauth2PermissionGrantsNavCommand() { var command = new Command("oauth2-permission-grants"); command.Description = "Provides operations to manage the collection of oAuth2PermissionGrant entities."; @@ -1307,6 +1391,7 @@ public Command BuildOauth2PermissionGrantsNavCommand() { /// /// Provides operations to manage the collection of organization entities. /// + /// A public Command BuildOrganizationNavCommand() { var command = new Command("organization"); command.Description = "Provides operations to manage the collection of organization entities."; @@ -1336,6 +1421,7 @@ public Command BuildOrganizationNavCommand() { /// /// Provides operations to manage the collection of resourceSpecificPermissionGrant entities. /// + /// A public Command BuildPermissionGrantsNavCommand() { var command = new Command("permission-grants"); command.Description = "Provides operations to manage the collection of resourceSpecificPermissionGrant entities."; @@ -1364,6 +1450,7 @@ public Command BuildPermissionGrantsNavCommand() { /// /// The places property /// + /// A public Command BuildPlacesNavCommand() { var command = new Command("places"); command.Description = "The places property"; @@ -1383,6 +1470,7 @@ public Command BuildPlacesNavCommand() { /// /// Provides operations to manage the planner singleton. /// + /// A public Command BuildPlannerNavCommand() { var command = new Command("planner"); command.Description = "Provides operations to manage the planner singleton."; @@ -1407,6 +1495,7 @@ public Command BuildPlannerNavCommand() { /// /// Provides operations to manage the policyRoot singleton. /// + /// A public Command BuildPoliciesNavCommand() { var command = new Command("policies"); command.Description = "Provides operations to manage the policyRoot singleton."; @@ -1447,6 +1536,7 @@ public Command BuildPoliciesNavCommand() { /// /// Provides operations to manage the print singleton. /// + /// A public Command BuildPrintNavCommand() { var command = new Command("print"); command.Description = "Provides operations to manage the print singleton."; @@ -1474,6 +1564,7 @@ public Command BuildPrintNavCommand() { /// /// Provides operations to manage the privacy singleton. /// + /// A public Command BuildPrivacyNavCommand() { var command = new Command("privacy"); command.Description = "Provides operations to manage the privacy singleton."; @@ -1496,6 +1587,7 @@ public Command BuildPrivacyNavCommand() { /// /// Provides operations to manage the reportRoot singleton. /// + /// A public Command BuildReportsNavCommand() { var command = new Command("reports"); command.Description = "Provides operations to manage the reportRoot singleton."; @@ -1625,6 +1717,7 @@ public Command BuildReportsNavCommand() { /// /// Provides operations to manage the roleManagement singleton. /// + /// A public Command BuildRoleManagementNavCommand() { var command = new Command("role-management"); command.Description = "Provides operations to manage the roleManagement singleton."; @@ -1646,8 +1739,9 @@ public Command BuildRoleManagementNavCommand() { return command; } /// - /// Instantiates a new GraphClient and sets the default values. + /// Instantiates a new and sets the default values. /// + /// A public Command BuildRootCommand() { var command = new RootCommand(); command.Description = "Instantiates a new GraphClient and sets the default values."; @@ -1657,6 +1751,7 @@ public Command BuildRootCommand() { command.AddCommand(BuildAppCatalogsNavCommand()); command.AddCommand(BuildApplicationsNavCommand()); command.AddCommand(BuildApplicationsWithAppIdRbCommand()); + command.AddCommand(BuildApplicationsWithUniqueNameRbCommand()); command.AddCommand(BuildApplicationTemplatesNavCommand()); command.AddCommand(BuildAuditLogsNavCommand()); command.AddCommand(BuildAuthenticationMethodConfigurationsNavCommand()); @@ -1690,6 +1785,7 @@ public Command BuildRootCommand() { command.AddCommand(BuildGroupSettingsNavCommand()); command.AddCommand(BuildGroupSettingTemplatesNavCommand()); command.AddCommand(BuildGroupsNavCommand()); + command.AddCommand(BuildGroupsWithUniqueNameRbCommand()); command.AddCommand(BuildIdentityGovernanceNavCommand()); command.AddCommand(BuildIdentityNavCommand()); command.AddCommand(BuildIdentityProtectionNavCommand()); @@ -1727,6 +1823,7 @@ public Command BuildRootCommand() { /// /// Provides operations to manage the collection of schemaExtension entities. /// + /// A public Command BuildSchemaExtensionsNavCommand() { var command = new Command("schema-extensions"); command.Description = "Provides operations to manage the collection of schemaExtension entities."; @@ -1752,6 +1849,7 @@ public Command BuildSchemaExtensionsNavCommand() { /// /// Provides operations to manage the collection of scopedRoleMembership entities. /// + /// A public Command BuildScopedRoleMembershipsNavCommand() { var command = new Command("scoped-role-memberships"); command.Description = "Provides operations to manage the collection of scopedRoleMembership entities."; @@ -1777,6 +1875,7 @@ public Command BuildScopedRoleMembershipsNavCommand() { /// /// Provides operations to manage the searchEntity singleton. /// + /// A public Command BuildSearchNavCommand() { var command = new Command("search"); command.Description = "Provides operations to manage the searchEntity singleton."; @@ -1799,6 +1898,7 @@ public Command BuildSearchNavCommand() { /// /// Provides operations to manage the security singleton. /// + /// A public Command BuildSecurityNavCommand() { var command = new Command("security"); command.Description = "Provides operations to manage the security singleton."; @@ -1832,6 +1932,7 @@ public Command BuildSecurityNavCommand() { /// /// Provides operations to manage the collection of servicePrincipal entities. /// + /// A public Command BuildServicePrincipalsNavCommand() { var command = new Command("service-principals"); command.Description = "Provides operations to manage the collection of servicePrincipal entities."; @@ -1861,6 +1962,7 @@ public Command BuildServicePrincipalsNavCommand() { /// /// Provides operations to manage the collection of servicePrincipal entities. /// + /// A public Command BuildServicePrincipalsWithAppIdRbCommand() { var command = new Command("service-principals-with-app-id"); command.Description = "Provides operations to manage the collection of servicePrincipal entities."; @@ -1878,6 +1980,7 @@ public Command BuildServicePrincipalsWithAppIdRbCommand() { /// /// Provides operations to manage the collection of sharedDriveItem entities. /// + /// A public Command BuildSharesNavCommand() { var command = new Command("shares"); command.Description = "Provides operations to manage the collection of sharedDriveItem entities."; @@ -1903,6 +2006,7 @@ public Command BuildSharesNavCommand() { /// /// Provides operations to manage the collection of site entities. /// + /// A public Command BuildSitesNavCommand() { var command = new Command("sites"); command.Description = "Provides operations to manage the collection of site entities."; @@ -1931,6 +2035,7 @@ public Command BuildSitesNavCommand() { /// /// Provides operations to manage the solutionsRoot singleton. /// + /// A public Command BuildSolutionsNavCommand() { var command = new Command("solutions"); command.Description = "Provides operations to manage the solutionsRoot singleton."; @@ -1955,6 +2060,7 @@ public Command BuildSolutionsNavCommand() { /// /// Provides operations to manage the collection of subscribedSku entities. /// + /// A public Command BuildSubscribedSkusNavCommand() { var command = new Command("subscribed-skus"); command.Description = "Provides operations to manage the collection of subscribedSku entities."; @@ -1979,6 +2085,7 @@ public Command BuildSubscribedSkusNavCommand() { /// /// Provides operations to manage the collection of subscription entities. /// + /// A public Command BuildSubscriptionsNavCommand() { var command = new Command("subscriptions"); command.Description = "Provides operations to manage the collection of subscription entities."; @@ -2003,6 +2110,7 @@ public Command BuildSubscriptionsNavCommand() { /// /// Provides operations to manage the collection of team entities. /// + /// A public Command BuildTeamsNavCommand() { var command = new Command("teams"); command.Description = "Provides operations to manage the collection of team entities."; @@ -2029,6 +2137,7 @@ public Command BuildTeamsNavCommand() { /// /// Provides operations to manage the collection of teamsTemplate entities. /// + /// A public Command BuildTeamsTemplatesNavCommand() { var command = new Command("teams-templates"); command.Description = "Provides operations to manage the collection of teamsTemplate entities."; @@ -2054,6 +2163,7 @@ public Command BuildTeamsTemplatesNavCommand() { /// /// Provides operations to manage the teamwork singleton. /// + /// A public Command BuildTeamworkNavCommand() { var command = new Command("teamwork"); command.Description = "Provides operations to manage the teamwork singleton."; @@ -2079,6 +2189,7 @@ public Command BuildTeamworkNavCommand() { /// /// Provides operations to manage the tenantRelationship singleton. /// + /// A public Command BuildTenantRelationshipsNavCommand() { var command = new Command("tenant-relationships"); command.Description = "Provides operations to manage the tenantRelationship singleton."; @@ -2104,6 +2215,7 @@ public Command BuildTenantRelationshipsNavCommand() { /// /// Provides operations to manage the collection of user entities. /// + /// A public Command BuildUsersNavCommand() { var command = new Command("users"); command.AddAlias("me"); @@ -2132,7 +2244,7 @@ public Command BuildUsersNavCommand() { return command; } /// - /// Instantiates a new GraphClient and sets the default values. + /// Instantiates a new and sets the default values. /// public GraphClient() : base("{+baseurl}", new Dictionary()) { } diff --git a/src/generated/GroupLifecyclePolicies/Count/CountRequestBuilder.cs b/src/generated/GroupLifecyclePolicies/Count/CountRequestBuilder.cs index 87760362b3..02c3e34b77 100644 --- a/src/generated/GroupLifecyclePolicies/Count/CountRequestBuilder.cs +++ b/src/generated/GroupLifecyclePolicies/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}/groupLifecyclePolicies/$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}/groupLifecyclePolicies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groupLifecyclePolic /// /// 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/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.cs b/src/generated/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.cs index 99f4e7a816..06215d5bdb 100644 --- a/src/generated/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.cs +++ b/src/generated/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class GroupLifecyclePoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of groupLifecyclePolicy entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Creates a new groupLifecyclePolicy. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Creates a new groupLifecyclePolicy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0"; @@ -98,6 +101,7 @@ public Command BuildCreateCommand() { /// List all the groupLifecyclePolicies. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List all the groupLifecyclePolicies.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0"; @@ -188,13 +192,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new GroupLifecyclePoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupLifecyclePoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groupLifecyclePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GroupLifecyclePoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupLifecyclePoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/groupLifecyclePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -202,6 +206,7 @@ public GroupLifecyclePoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/gr /// /// List all the groupLifecyclePolicies. /// + /// 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,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Creates a new groupLifecyclePolicy. /// + /// 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 @@ -228,7 +234,7 @@ public RequestInformation ToPostRequestInformation(GroupLifecyclePolicy body, Ac public RequestInformation ToPostRequestInformation(GroupLifecyclePolicy 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}/groupLifecyclePolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostRequestBody.cs b/src/generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostRequestBody.cs index bb4b611b80..ec4959776f 100644 --- a/src/generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostRequestBody.cs +++ b/src/generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostRequestBody.cs @@ -17,7 +17,7 @@ public class AddGroupPostRequestBody : IAdditionalDataHolder, IParsable { public string GroupId { get; set; } #endif /// - /// Instantiates a new addGroupPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddGroupPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AddGroupPostRequestBody() { /// /// 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 AddGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static AddGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostResponse.cs b/src/generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostResponse.cs index 64cb281345..2509940970 100644 --- a/src/generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostResponse.cs +++ b/src/generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostResponse.cs @@ -11,7 +11,7 @@ public class AddGroupPostResponse : IAdditionalDataHolder, IParsable { /// The value property public bool? Value { get; set; } /// - /// Instantiates a new addGroupPostResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public AddGroupPostResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public AddGroupPostResponse() { /// /// 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 AddGroupPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static AddGroupPostResponse 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/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.cs b/src/generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.cs index 1fb06cd125..2a08396b29 100644 --- a/src/generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.cs +++ b/src/generated/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class AddGroupRequestBuilder : BaseCliRequestBuilder { /// Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groupLifecyclePolicies/{groupLifecyclePolicy%2Did}/addGroup", pathParameters) { } /// - /// Instantiates a new AddGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groupLifecyclePolicies/{groupLifecyclePolicy%2Did}/addGroup", rawUrl) { @@ -83,6 +84,7 @@ public AddGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groupLifecyclePo /// /// Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected. /// + /// 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/GroupLifecyclePolicies/Item/GroupLifecyclePolicyItemRequestBuilder.cs b/src/generated/GroupLifecyclePolicies/Item/GroupLifecyclePolicyItemRequestBuilder.cs index c4fb5747cd..7f7e07d06f 100644 --- a/src/generated/GroupLifecyclePolicies/Item/GroupLifecyclePolicyItemRequestBuilder.cs +++ b/src/generated/GroupLifecyclePolicies/Item/GroupLifecyclePolicyItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class GroupLifecyclePolicyItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the addGroup method. /// + /// A public Command BuildAddGroupNavCommand() { var command = new Command("add-group"); command.Description = "Provides operations to call the addGroup method."; @@ -40,6 +41,7 @@ public Command BuildAddGroupNavCommand() { /// Delete a groupLifecyclePolicy. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a groupLifecyclePolicy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0"; @@ -74,6 +76,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a groupLifecyclePolicies object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a groupLifecyclePolicies object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0"; @@ -125,6 +128,7 @@ public Command BuildGetCommand() { /// Update the properties of a groupLifecyclePolicygroupLifecyclePolicy resource type object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a groupLifecyclePolicygroupLifecyclePolicy resource type object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0"; @@ -174,6 +178,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the removeGroup method. /// + /// A public Command BuildRemoveGroupNavCommand() { var command = new Command("remove-group"); command.Description = "Provides operations to call the removeGroup method."; @@ -187,13 +192,13 @@ public Command BuildRemoveGroupNavCommand() { return command; } /// - /// Instantiates a new GroupLifecyclePolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupLifecyclePolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groupLifecyclePolicies/{groupLifecyclePolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GroupLifecyclePolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupLifecyclePolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/groupLifecyclePolicies/{groupLifecyclePolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -201,6 +206,7 @@ public GroupLifecyclePolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete a groupLifecyclePolicy. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -209,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}/groupLifecyclePolicies/{groupLifecyclePolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -217,6 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a groupLifecyclePolicies 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 @@ -233,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a groupLifecyclePolicygroupLifecyclePolicy resource type 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 @@ -243,7 +251,7 @@ public RequestInformation ToPatchRequestInformation(GroupLifecyclePolicy body, A public RequestInformation ToPatchRequestInformation(GroupLifecyclePolicy 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}/groupLifecyclePolicies/{groupLifecyclePolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostRequestBody.cs b/src/generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostRequestBody.cs index e097e02b86..faff2e1cbc 100644 --- a/src/generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostRequestBody.cs +++ b/src/generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostRequestBody.cs @@ -17,7 +17,7 @@ public class RemoveGroupPostRequestBody : IAdditionalDataHolder, IParsable { public string GroupId { get; set; } #endif /// - /// Instantiates a new removeGroupPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RemoveGroupPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public RemoveGroupPostRequestBody() { /// /// 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 RemoveGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static RemoveGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostResponse.cs b/src/generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostResponse.cs index 01737ec9c3..04fef17cf4 100644 --- a/src/generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostResponse.cs +++ b/src/generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostResponse.cs @@ -11,7 +11,7 @@ public class RemoveGroupPostResponse : IAdditionalDataHolder, IParsable { /// The value property public bool? Value { get; set; } /// - /// Instantiates a new removeGroupPostResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public RemoveGroupPostResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public RemoveGroupPostResponse() { /// /// 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 RemoveGroupPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static RemoveGroupPostResponse CreateFromDiscriminatorValue(IParseNode pa /// /// 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/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.cs b/src/generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.cs index 12c76ab7ee..2b560bd0c9 100644 --- a/src/generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.cs +++ b/src/generated/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class RemoveGroupRequestBuilder : BaseCliRequestBuilder { /// Removes a group from a lifecycle policy. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Removes a group from a lifecycle policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RemoveGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RemoveGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groupLifecyclePolicies/{groupLifecyclePolicy%2Did}/removeGroup", pathParameters) { } /// - /// Instantiates a new RemoveGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RemoveGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groupLifecyclePolicies/{groupLifecyclePolicy%2Did}/removeGroup", rawUrl) { @@ -83,6 +84,7 @@ public RemoveGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groupLifecycl /// /// Removes a group from a lifecycle policy. /// + /// 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/GroupSettingTemplates/Count/CountRequestBuilder.cs b/src/generated/GroupSettingTemplates/Count/CountRequestBuilder.cs index 0f220e7e01..e87f9bbb3b 100644 --- a/src/generated/GroupSettingTemplates/Count/CountRequestBuilder.cs +++ b/src/generated/GroupSettingTemplates/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}/groupSettingTemplates/$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}/groupSettingTemplates/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groupSettingTemplat /// /// 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/GroupSettingTemplates/Delta/DeltaGetResponse.cs b/src/generated/GroupSettingTemplates/Delta/DeltaGetResponse.cs index 1564cc1d28..3979a17d6e 100644 --- a/src/generated/GroupSettingTemplates/Delta/DeltaGetResponse.cs +++ b/src/generated/GroupSettingTemplates/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/GroupSettingTemplates/Delta/DeltaRequestBuilder.cs b/src/generated/GroupSettingTemplates/Delta/DeltaRequestBuilder.cs index 6a2801ee2f..e05192deff 100644 --- a/src/generated/GroupSettingTemplates/Delta/DeltaRequestBuilder.cs +++ b/src/generated/GroupSettingTemplates/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groupSettingTemplates/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groupSettingTemplates/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groupSettingTemplates/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groupSettingTemplates/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs b/src/generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs index 0c8a62f03e..8843aef326 100644 --- a/src/generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs +++ b/src/generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetAvailableExtensionPropertiesPostRequestBody : IAdditionalDataHol /// The isSyncedFromOnPremises property public bool? IsSyncedFromOnPremises { get; set; } /// - /// Instantiates a new getAvailableExtensionPropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetAvailableExtensionPropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetAvailableExtensionPropertiesPostRequestBody() { /// /// 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 GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscrimin /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isSyncedFromOnPremises", n => { IsSyncedFromOnPremises = n.GetBoolValue(); } }, diff --git a/src/generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs b/src/generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs index 04c0ca4bbd..2200123120 100644 --- a/src/generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs +++ b/src/generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs @@ -18,6 +18,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// 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 new GetAvailableExtensionPropertiesPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExtensionProperty.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index f1dcd4294f..19943e352f 100644 --- a/src/generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/generated/GroupSettingTemplates/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetAvailableExtensionPropertiesRequestBuilder : BaseCliRequestBuild /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetAvailableExtensionPropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groupSettingTemplates/getAvailableExtensionProperties", pathParameters) { } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/groupSettingTemplates/getAvailableExtensionProperties", rawUrl) { @@ -88,6 +89,7 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+ba /// /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// + /// 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/GroupSettingTemplates/GetByIds/GetByIdsPostRequestBody.cs b/src/generated/GroupSettingTemplates/GetByIds/GetByIdsPostRequestBody.cs index 4161c1051c..934ef39b8a 100644 --- a/src/generated/GroupSettingTemplates/GetByIds/GetByIdsPostRequestBody.cs +++ b/src/generated/GroupSettingTemplates/GetByIds/GetByIdsPostRequestBody.cs @@ -25,7 +25,7 @@ public class GetByIdsPostRequestBody : IAdditionalDataHolder, IParsable { public List Types { get; set; } #endif /// - /// Instantiates a new getByIdsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetByIdsPostRequestBody() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public GetByIdsPostRequestBody() { /// /// 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 GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/GroupSettingTemplates/GetByIds/GetByIdsPostResponse.cs b/src/generated/GroupSettingTemplates/GetByIds/GetByIdsPostResponse.cs index 7523942ab8..ba1ba807fd 100644 --- a/src/generated/GroupSettingTemplates/GetByIds/GetByIdsPostResponse.cs +++ b/src/generated/GroupSettingTemplates/GetByIds/GetByIdsPostResponse.cs @@ -18,6 +18,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// 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 new GetByIdsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/GroupSettingTemplates/GetByIds/GetByIdsRequestBuilder.cs b/src/generated/GroupSettingTemplates/GetByIds/GetByIdsRequestBuilder.cs index 24e0476ce9..66c6e5da95 100644 --- a/src/generated/GroupSettingTemplates/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/generated/GroupSettingTemplates/GetByIds/GetByIdsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetByIdsRequestBuilder : BaseCliRequestBuilder { /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetByIdsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groupSettingTemplates/getByIds", pathParameters) { } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/groupSettingTemplates/getByIds", rawUrl) { @@ -88,6 +89,7 @@ public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/groupSettingTemp /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// + /// 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/GroupSettingTemplates/GroupSettingTemplatesRequestBuilder.cs b/src/generated/GroupSettingTemplates/GroupSettingTemplatesRequestBuilder.cs index 3e5ea59882..06cfd8926b 100644 --- a/src/generated/GroupSettingTemplates/GroupSettingTemplatesRequestBuilder.cs +++ b/src/generated/GroupSettingTemplates/GroupSettingTemplatesRequestBuilder.cs @@ -28,6 +28,7 @@ public class GroupSettingTemplatesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of groupSettingTemplate entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -45,6 +46,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."; @@ -60,6 +62,7 @@ public Command BuildCountNavCommand() { /// /// Add new entity to groupSettingTemplates /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add new entity to groupSettingTemplates"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -118,6 +122,7 @@ public Command BuildDeltaNavCommand() { /// /// Provides operations to call the getAvailableExtensionProperties method. /// + /// A public Command BuildGetAvailableExtensionPropertiesNavCommand() { var command = new Command("get-available-extension-properties"); command.Description = "Provides operations to call the getAvailableExtensionProperties method."; @@ -133,6 +138,7 @@ public Command BuildGetAvailableExtensionPropertiesNavCommand() { /// /// Provides operations to call the getByIds method. /// + /// A public Command BuildGetByIdsNavCommand() { var command = new Command("get-by-ids"); command.Description = "Provides operations to call the getByIds method."; @@ -149,6 +155,7 @@ public Command BuildGetByIdsNavCommand() { /// Group setting templates represents a set of templates from which group settings may be created and used within a tenant. This operation retrieves the list of available groupSettingTemplates objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Group setting templates represents a set of templates from which group settings may be created and used within a tenant. This operation retrieves the list of available groupSettingTemplates objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0"; @@ -241,6 +248,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the validateProperties method. /// + /// A public Command BuildValidatePropertiesNavCommand() { var command = new Command("validate-properties"); command.Description = "Provides operations to call the validateProperties method."; @@ -254,13 +262,13 @@ public Command BuildValidatePropertiesNavCommand() { return command; } /// - /// Instantiates a new GroupSettingTemplatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupSettingTemplatesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groupSettingTemplates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GroupSettingTemplatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupSettingTemplatesRequestBuilder(string rawUrl) : base("{+baseurl}/groupSettingTemplates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -268,6 +276,7 @@ public GroupSettingTemplatesRequestBuilder(string rawUrl) : base("{+baseurl}/gro /// /// Group setting templates represents a set of templates from which group settings may be created and used within a tenant. This operation retrieves the list of available groupSettingTemplates objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -284,6 +293,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add new entity to groupSettingTemplates /// + /// 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 @@ -294,7 +304,7 @@ public RequestInformation ToPostRequestInformation(GroupSettingTemplate body, Ac public RequestInformation ToPostRequestInformation(GroupSettingTemplate 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}/groupSettingTemplates", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs b/src/generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs index 9cf257a10a..57797eecc5 100644 --- a/src/generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs +++ b/src/generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable public List GroupIds { get; set; } #endif /// - /// Instantiates a new checkMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberGroupsPostRequestBody() { /// /// 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 CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupIds", n => { GroupIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs b/src/generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs index e2c26e5ae3..f542cdbb71 100644 --- a/src/generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs +++ b/src/generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// 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 new CheckMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index 09328e35b4..170cfc129b 100644 --- a/src/generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/generated/GroupSettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class CheckMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}/checkMemberGroups", pathParameters) { } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}/checkMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groupSe /// /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// + /// 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/GroupSettingTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs b/src/generated/GroupSettingTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs index a9876bc636..addba9574c 100644 --- a/src/generated/GroupSettingTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs +++ b/src/generated/GroupSettingTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsabl public List Ids { get; set; } #endif /// - /// Instantiates a new checkMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberObjectsPostRequestBody() { /// /// 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 CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/GroupSettingTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs b/src/generated/GroupSettingTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs index a6638537e4..837332f6c0 100644 --- a/src/generated/GroupSettingTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs +++ b/src/generated/GroupSettingTemplates/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// 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 new CheckMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/GroupSettingTemplates/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs b/src/generated/GroupSettingTemplates/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs index a69a86a432..e5c19c21ff 100644 --- a/src/generated/GroupSettingTemplates/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs +++ b/src/generated/GroupSettingTemplates/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs @@ -21,6 +21,7 @@ public class CheckMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action checkMemberObjects /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action checkMemberObjects"; @@ -79,13 +80,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}/checkMemberObjects", pathParameters) { } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}/checkMemberObjects", rawUrl) { @@ -93,6 +94,7 @@ public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/groupS /// /// Invoke action checkMemberObjects /// + /// 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/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs b/src/generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs index c371309a92..256583b07d 100644 --- a/src/generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs +++ b/src/generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable { /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberGroupsPostRequestBody() { /// /// 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 GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs b/src/generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs index 1cb69aec73..ce495e67ad 100644 --- a/src/generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs +++ b/src/generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// 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 new GetMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index 6758318dd5..e80addc202 100644 --- a/src/generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/generated/GroupSettingTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}/getMemberGroups", pathParameters) { } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}/getMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groupSett /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf 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 diff --git a/src/generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs b/src/generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs index 0fc43deb4a..8acc2929f9 100644 --- a/src/generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs +++ b/src/generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsable /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberObjectsPostRequestBody() { /// /// 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 GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs b/src/generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs index 11070b86e0..dfc5b1da36 100644 --- a/src/generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs +++ b/src/generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// 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 new GetMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index 362d38c319..a7d0903551 100644 --- a/src/generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/generated/GroupSettingTemplates/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}/getMemberObjects", pathParameters) { } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}/getMemberObjects", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/groupSet /// /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// + /// 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/GroupSettingTemplates/Item/GroupSettingTemplateItemRequestBuilder.cs b/src/generated/GroupSettingTemplates/Item/GroupSettingTemplateItemRequestBuilder.cs index 25caed192a..76555e01bf 100644 --- a/src/generated/GroupSettingTemplates/Item/GroupSettingTemplateItemRequestBuilder.cs +++ b/src/generated/GroupSettingTemplates/Item/GroupSettingTemplateItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class GroupSettingTemplateItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the checkMemberGroups method. /// + /// A public Command BuildCheckMemberGroupsNavCommand() { var command = new Command("check-member-groups"); command.Description = "Provides operations to call the checkMemberGroups method."; @@ -42,6 +43,7 @@ public Command BuildCheckMemberGroupsNavCommand() { /// /// Provides operations to call the checkMemberObjects method. /// + /// A public Command BuildCheckMemberObjectsNavCommand() { var command = new Command("check-member-objects"); command.Description = "Provides operations to call the checkMemberObjects method."; @@ -57,6 +59,7 @@ public Command BuildCheckMemberObjectsNavCommand() { /// /// Delete entity from groupSettingTemplates /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from groupSettingTemplates"; @@ -91,6 +94,7 @@ public Command BuildDeleteCommand() { /// A group setting template represents a template of settings from which settings may be created within a tenant. This operation allows retrieval of the properties of the groupSettingTemplate object, including the available settings and their defaults. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A group setting template represents a template of settings from which settings may be created within a tenant. This operation allows retrieval of the properties of the groupSettingTemplate object, including the available settings and their defaults.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0"; @@ -141,6 +145,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getMemberGroups method. /// + /// A public Command BuildGetMemberGroupsNavCommand() { var command = new Command("get-member-groups"); command.Description = "Provides operations to call the getMemberGroups method."; @@ -156,6 +161,7 @@ public Command BuildGetMemberGroupsNavCommand() { /// /// Provides operations to call the getMemberObjects method. /// + /// A public Command BuildGetMemberObjectsNavCommand() { var command = new Command("get-member-objects"); command.Description = "Provides operations to call the getMemberObjects method."; @@ -171,6 +177,7 @@ public Command BuildGetMemberObjectsNavCommand() { /// /// Update entity in groupSettingTemplates /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in groupSettingTemplates"; @@ -220,6 +227,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the restore method. /// + /// A public Command BuildRestoreNavCommand() { var command = new Command("restore"); command.Description = "Provides operations to call the restore method."; @@ -233,13 +241,13 @@ public Command BuildRestoreNavCommand() { return command; } /// - /// Instantiates a new GroupSettingTemplateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupSettingTemplateItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GroupSettingTemplateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupSettingTemplateItemRequestBuilder(string rawUrl) : base("{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}{?%24expand,%24select}", rawUrl) { @@ -247,6 +255,7 @@ public GroupSettingTemplateItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete entity from groupSettingTemplates /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -255,7 +264,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -263,6 +272,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A group setting template represents a template of settings from which settings may be created within a tenant. This operation allows retrieval of the properties of the groupSettingTemplate object, including the available settings and their defaults. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -279,6 +289,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in groupSettingTemplates /// + /// 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 @@ -289,7 +300,7 @@ public RequestInformation ToPatchRequestInformation(GroupSettingTemplate body, A public RequestInformation ToPatchRequestInformation(GroupSettingTemplate 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}/groupSettingTemplates/{groupSettingTemplate%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/GroupSettingTemplates/Item/Restore/RestoreRequestBuilder.cs b/src/generated/GroupSettingTemplates/Item/Restore/RestoreRequestBuilder.cs index ca00a68673..fef9f19f8d 100644 --- a/src/generated/GroupSettingTemplates/Item/Restore/RestoreRequestBuilder.cs +++ b/src/generated/GroupSettingTemplates/Item/Restore/RestoreRequestBuilder.cs @@ -23,6 +23,7 @@ public class RestoreRequestBuilder : BaseCliRequestBuilder { /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}/restore", pathParameters) { } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/groupSettingTemplates/{groupSettingTemplate%2Did}/restore", rawUrl) { @@ -71,6 +72,7 @@ public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/groupSettingTempl /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// + /// 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/GroupSettingTemplates/ValidateProperties/ValidatePropertiesPostRequestBody.cs b/src/generated/GroupSettingTemplates/ValidateProperties/ValidatePropertiesPostRequestBody.cs index c8ba3b8cba..7272723e91 100644 --- a/src/generated/GroupSettingTemplates/ValidateProperties/ValidatePropertiesPostRequestBody.cs +++ b/src/generated/GroupSettingTemplates/ValidateProperties/ValidatePropertiesPostRequestBody.cs @@ -35,7 +35,7 @@ public class ValidatePropertiesPostRequestBody : IAdditionalDataHolder, IParsabl /// The onBehalfOfUserId property public Guid? OnBehalfOfUserId { get; set; } /// - /// Instantiates a new validatePropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValidatePropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public ValidatePropertiesPostRequestBody() { /// /// 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 ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/GroupSettingTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/generated/GroupSettingTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.cs index b99a43e3b3..217d4ef6af 100644 --- a/src/generated/GroupSettingTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/generated/GroupSettingTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class ValidatePropertiesRequestBuilder : BaseCliRequestBuilder { /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"; @@ -53,13 +54,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValidatePropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groupSettingTemplates/validateProperties", pathParameters) { } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/groupSettingTemplates/validateProperties", rawUrl) { @@ -67,6 +68,7 @@ public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/groupS /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// + /// 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/GroupSettings/Count/CountRequestBuilder.cs b/src/generated/GroupSettings/Count/CountRequestBuilder.cs index 11ae73035e..7a180e2dcb 100644 --- a/src/generated/GroupSettings/Count/CountRequestBuilder.cs +++ b/src/generated/GroupSettings/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}/groupSettings/$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}/groupSettings/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groupSettings/$coun /// /// 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/GroupSettings/GroupSettingsRequestBuilder.cs b/src/generated/GroupSettings/GroupSettingsRequestBuilder.cs index fa5aa9dd5c..965793f48b 100644 --- a/src/generated/GroupSettings/GroupSettingsRequestBuilder.cs +++ b/src/generated/GroupSettings/GroupSettingsRequestBuilder.cs @@ -24,6 +24,7 @@ public class GroupSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of groupSetting entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new GroupSettingItemRequestBuilder(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 setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of tenant-level or group-specific group settings objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of tenant-level or group-specific group settings objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new GroupSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groupSettings{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GroupSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/groupSettings{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public GroupSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/groupSettin /// /// Retrieve a list of tenant-level or group-specific group settings objects. /// + /// 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 setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings. /// + /// 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(GroupSetting 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}/groupSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/GroupSettings/Item/GroupSettingItemRequestBuilder.cs b/src/generated/GroupSettings/Item/GroupSettingItemRequestBuilder.cs index 45c5737805..4281a97672 100644 --- a/src/generated/GroupSettings/Item/GroupSettingItemRequestBuilder.cs +++ b/src/generated/GroupSettings/Item/GroupSettingItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class GroupSettingItemRequestBuilder : BaseCliRequestBuilder { /// Delete a tenant-level or group-specific groupSetting object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a tenant-level or group-specific groupSetting object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/groupsetting-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of a groupSetting object for tenant-wide group settings or a specific group setting. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a groupSetting object for tenant-wide group settings or a specific group setting.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/groupsetting-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new GroupSettingItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupSettingItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groupSettings/{groupSetting%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GroupSettingItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupSettingItemRequestBuilder(string rawUrl) : base("{+baseurl}/groupSettings/{groupSetting%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public GroupSettingItemRequestBuilder(string rawUrl) : base("{+baseurl}/groupSet /// /// Delete a tenant-level or group-specific groupSetting 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 @@ -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}/groupSettings/{groupSetting%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 specific group setting object. The setting can be a tenant-level or group-specific setting. /// + /// 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 groupSetting object for tenant-wide group settings or a specific group setting. /// + /// 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(GroupSetting 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}/groupSettings/{groupSetting%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Count/CountRequestBuilder.cs b/src/generated/Groups/Count/CountRequestBuilder.cs index 92fbd3e401..bac7c395dd 100644 --- a/src/generated/Groups/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/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"; @@ -60,13 +61,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}/groups/$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}/groups/$count{?%24filter,%24search}", rawUrl) { @@ -74,6 +75,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/$count{?%24f /// /// 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/Groups/Delta/DeltaGetResponse.cs b/src/generated/Groups/Delta/DeltaGetResponse.cs index 85c6ea0796..b706383dc4 100644 --- a/src/generated/Groups/Delta/DeltaGetResponse.cs +++ b/src/generated/Groups/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Group.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Delta/DeltaRequestBuilder.cs b/src/generated/Groups/Delta/DeltaRequestBuilder.cs index cd5164e813..99ec2635ee 100644 --- a/src/generated/Groups/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Groups/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs b/src/generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs index 3ea59e4efc..94749f5936 100644 --- a/src/generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs +++ b/src/generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetAvailableExtensionPropertiesPostRequestBody : IAdditionalDataHol /// The isSyncedFromOnPremises property public bool? IsSyncedFromOnPremises { get; set; } /// - /// Instantiates a new getAvailableExtensionPropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetAvailableExtensionPropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetAvailableExtensionPropertiesPostRequestBody() { /// /// 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 GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscrimin /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isSyncedFromOnPremises", n => { IsSyncedFromOnPremises = n.GetBoolValue(); } }, diff --git a/src/generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs b/src/generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs index aeb6bc81a0..62d549e22b 100644 --- a/src/generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs +++ b/src/generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs @@ -18,6 +18,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// 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 new GetAvailableExtensionPropertiesPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExtensionProperty.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index 13fc103f0b..3d0ff2c2ec 100644 --- a/src/generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/generated/Groups/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetAvailableExtensionPropertiesRequestBuilder : BaseCliRequestBuild /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetAvailableExtensionPropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/getAvailableExtensionProperties", pathParameters) { } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/getAvailableExtensionProperties", rawUrl) { @@ -88,6 +89,7 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+ba /// /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// + /// 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/Groups/GetByIds/GetByIdsPostRequestBody.cs b/src/generated/Groups/GetByIds/GetByIdsPostRequestBody.cs index fd4ffc4c0d..511beb0f7b 100644 --- a/src/generated/Groups/GetByIds/GetByIdsPostRequestBody.cs +++ b/src/generated/Groups/GetByIds/GetByIdsPostRequestBody.cs @@ -25,7 +25,7 @@ public class GetByIdsPostRequestBody : IAdditionalDataHolder, IParsable { public List Types { get; set; } #endif /// - /// Instantiates a new getByIdsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetByIdsPostRequestBody() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public GetByIdsPostRequestBody() { /// /// 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 GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Groups/GetByIds/GetByIdsPostResponse.cs b/src/generated/Groups/GetByIds/GetByIdsPostResponse.cs index 8d129ea3af..015fc03082 100644 --- a/src/generated/Groups/GetByIds/GetByIdsPostResponse.cs +++ b/src/generated/Groups/GetByIds/GetByIdsPostResponse.cs @@ -18,6 +18,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// 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 new GetByIdsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/GetByIds/GetByIdsRequestBuilder.cs b/src/generated/Groups/GetByIds/GetByIdsRequestBuilder.cs index ca9f795f13..22169f87dd 100644 --- a/src/generated/Groups/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/generated/Groups/GetByIds/GetByIdsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetByIdsRequestBuilder : BaseCliRequestBuilder { /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetByIdsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/getByIds", pathParameters) { } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/getByIds", rawUrl) { @@ -88,6 +89,7 @@ public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/getByIds" /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// + /// 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/Groups/GroupsRequestBuilder.cs b/src/generated/Groups/GroupsRequestBuilder.cs index 1b12a114a7..fc0bfc8241 100644 --- a/src/generated/Groups/GroupsRequestBuilder.cs +++ b/src/generated/Groups/GroupsRequestBuilder.cs @@ -28,6 +28,7 @@ public class GroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of group entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -83,6 +84,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."; @@ -99,6 +101,7 @@ public Command BuildCountNavCommand() { /// Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-1.0"; @@ -142,6 +145,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -157,6 +161,7 @@ public Command BuildDeltaNavCommand() { /// /// Provides operations to call the getAvailableExtensionProperties method. /// + /// A public Command BuildGetAvailableExtensionPropertiesNavCommand() { var command = new Command("get-available-extension-properties"); command.Description = "Provides operations to call the getAvailableExtensionProperties method."; @@ -172,6 +177,7 @@ public Command BuildGetAvailableExtensionPropertiesNavCommand() { /// /// Provides operations to call the getByIds method. /// + /// A public Command BuildGetByIdsNavCommand() { var command = new Command("get-by-ids"); command.Description = "Provides operations to call the getByIds method."; @@ -188,6 +194,7 @@ public Command BuildGetByIdsNavCommand() { /// List all the groups available in an organization, excluding dynamic distribution groups. To retrieve dynamic distribution groups, use the Exchange admin center. This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the group and specify the properties in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and are not returned in the $select query. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List all the groups available in an organization, excluding dynamic distribution groups. To retrieve dynamic distribution groups, use the Exchange admin center. This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the group and specify the properties in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and are not returned in the $select query.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0"; @@ -287,6 +294,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the validateProperties method. /// + /// A public Command BuildValidatePropertiesNavCommand() { var command = new Command("validate-properties"); command.Description = "Provides operations to call the validateProperties method."; @@ -300,13 +308,13 @@ public Command BuildValidatePropertiesNavCommand() { return command; } /// - /// Instantiates a new GroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -314,6 +322,7 @@ public GroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups{?%24count,% /// /// List all the groups available in an organization, excluding dynamic distribution groups. To retrieve dynamic distribution groups, use the Exchange admin center. This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the group and specify the properties in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and are not returned in the $select query. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,6 +339,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. /// + /// 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 @@ -340,7 +350,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.Group body, Act public RequestInformation ToPostRequestInformation(ApiSdk.Models.Group 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}/groups", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/AcceptedSenders/AcceptedSendersRequestBuilder.cs b/src/generated/Groups/Item/AcceptedSenders/AcceptedSendersRequestBuilder.cs index 8b9374d0fe..c8b1662dfa 100644 --- a/src/generated/Groups/Item/AcceptedSenders/AcceptedSendersRequestBuilder.cs +++ b/src/generated/Groups/Item/AcceptedSenders/AcceptedSendersRequestBuilder.cs @@ -25,6 +25,7 @@ public class AcceptedSendersRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.groups.item.acceptedSenders.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -34,6 +35,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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0"; @@ -135,6 +138,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of group entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of group entities."; @@ -150,13 +154,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new AcceptedSendersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AcceptedSendersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/acceptedSenders{?%24count,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AcceptedSendersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AcceptedSendersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/acceptedSenders{?%24count,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -164,6 +168,7 @@ public AcceptedSendersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error. /// + /// 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/Groups/Item/AcceptedSenders/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/AcceptedSenders/Count/CountRequestBuilder.cs index 6da44ec858..1f5d42657d 100644 --- a/src/generated/Groups/Item/AcceptedSenders/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/AcceptedSenders/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}/groups/{group%2Did}/acceptedSenders/$count{?%24filter}", 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}/groups/{group%2Did}/acceptedSenders/$count{?%24filter}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/AcceptedSenders/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Groups/Item/AcceptedSenders/Item/DirectoryObjectItemRequestBuilder.cs index 4e3d3c56b4..99847003e9 100644 --- a/src/generated/Groups/Item/AcceptedSenders/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Groups/Item/AcceptedSenders/Item/DirectoryObjectItemRequestBuilder.cs @@ -18,6 +18,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of group entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of group entities."; @@ -31,13 +32,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/acceptedSenders/{directoryObject%2Did}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/acceptedSenders/{directoryObject%2Did}", rawUrl) { diff --git a/src/generated/Groups/Item/AcceptedSenders/Item/Ref/RefRequestBuilder.cs b/src/generated/Groups/Item/AcceptedSenders/Item/Ref/RefRequestBuilder.cs index 92f62c5d15..4f9ec34d9d 100644 --- a/src/generated/Groups/Item/AcceptedSenders/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Groups/Item/AcceptedSenders/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove acceptedSender /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove acceptedSender\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/acceptedSenders/{directoryObject%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/acceptedSenders/{directoryObject%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/a /// /// Remove acceptedSender /// + /// 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/Groups/Item/AcceptedSenders/Ref/RefRequestBuilder.cs b/src/generated/Groups/Item/AcceptedSenders/Ref/RefRequestBuilder.cs index f598978f30..ff1fd09cc2 100644 --- a/src/generated/Groups/Item/AcceptedSenders/Ref/RefRequestBuilder.cs +++ b/src/generated/Groups/Item/AcceptedSenders/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove acceptedSender /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove acceptedSender\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0"; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// Specify the user or group in @odata.id in the request body. Users in the accepted senders list can post to conversations of the group. Make sure you don't specify the same user or group in the accepted senders and rejected senders lists, otherwise you'll get an error. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Specify the user or group in @odata.id in the request body. Users in the accepted senders list can post to conversations of the group. Make sure you don't specify the same user or group in the accepted senders and rejected senders lists, otherwise you'll get an error.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-1.0"; @@ -179,20 +182,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/acceptedSenders/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/acceptedSenders/$ref{?%24count,%24filter,%24orderby,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/acceptedSenders/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/acceptedSenders/$ref{?%24count,%24filter,%24orderby,%24skip,%24top}", rawUrl) { } /// /// Remove acceptedSender /// + /// 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 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/acceptedSenders/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Specify the user or group in @odata.id in the request body. Users in the accepted senders list can post to conversations of the group. Make sure you don't specify the same user or group in the accepted senders and rejected senders lists, otherwise you'll get an error. /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/groups/{group%2Did}/acceptedSenders/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/AddFavorite/AddFavoriteRequestBuilder.cs b/src/generated/Groups/Item/AddFavorite/AddFavoriteRequestBuilder.cs index 9b7de96098..3461994685 100644 --- a/src/generated/Groups/Item/AddFavorite/AddFavoriteRequestBuilder.cs +++ b/src/generated/Groups/Item/AddFavorite/AddFavoriteRequestBuilder.cs @@ -22,6 +22,7 @@ public class AddFavoriteRequestBuilder : BaseCliRequestBuilder { /// Add the group to the list of the current user's favorite groups. Supported for Microsoft 365 groups only. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add the group to the list of the current user's favorite groups. Supported for Microsoft 365 groups only.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddFavoriteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddFavoriteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/addFavorite", pathParameters) { } /// - /// Instantiates a new AddFavoriteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddFavoriteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/addFavorite", rawUrl) { @@ -60,6 +61,7 @@ public AddFavoriteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Add the group to the list of the current user's favorite groups. Supported for Microsoft 365 groups 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 diff --git a/src/generated/Groups/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs b/src/generated/Groups/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs index f3049526bb..646b6b8e6e 100644 --- a/src/generated/Groups/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs +++ b/src/generated/Groups/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AppRoleAssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appRoleAssignments property of the microsoft.graph.group entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AppRoleAssignmentItemRequestBuilder(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() { /// Use this API to assign an app role to a security group. All direct members of the group will be considered assigned. Security groups with dynamic memberships are supported. To grant an app role assignment to a group, you need three identifiers: Additional licenses might be required to use a group to manage access to applications. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Use this API to assign an app role to a security group. All direct members of the group will be considered assigned. Security groups with dynamic memberships are supported. To grant an app role assignment to a group, you need three identifiers: Additional licenses might be required to use a group to manage access to applications.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Represents the app roles a group has been granted for an application. Supports $expand. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Represents the app roles a group has been granted for an application. Supports $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-1.0"; @@ -204,13 +208,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AppRoleAssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppRoleAssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/appRoleAssignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppRoleAssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppRoleAssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/appRoleAssignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -218,6 +222,7 @@ public AppRoleAssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Represents the app roles a group has been granted for an application. Supports $expand. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Use this API to assign an app role to a security group. All direct members of the group will be considered assigned. Security groups with dynamic memberships are supported. To grant an app role assignment to a group, you need three identifiers: Additional licenses might be required to use a group to manage access to applications. /// + /// 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 +250,7 @@ public RequestInformation ToPostRequestInformation(AppRoleAssignment body, Actio public RequestInformation ToPostRequestInformation(AppRoleAssignment 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}/groups/{group%2Did}/appRoleAssignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/AppRoleAssignments/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/AppRoleAssignments/Count/CountRequestBuilder.cs index fdfeead5cc..8ec542c3db 100644 --- a/src/generated/Groups/Item/AppRoleAssignments/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/AppRoleAssignments/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"; @@ -66,13 +67,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}/groups/{group%2Did}/appRoleAssignments/$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}/groups/{group%2Did}/appRoleAssignments/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.cs b/src/generated/Groups/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.cs index f1e3f4fed7..569f4c416b 100644 --- a/src/generated/Groups/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.cs +++ b/src/generated/Groups/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AppRoleAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes an appRoleAssignment that a group has been granted. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes an appRoleAssignment that a group has been granted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-1.0"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Represents the app roles a group has been granted for an application. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the app roles a group has been granted for an application. Supports $expand."; @@ -125,6 +127,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property appRoleAssignments in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property appRoleAssignments in groups"; @@ -178,13 +181,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AppRoleAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppRoleAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/appRoleAssignments/{appRoleAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppRoleAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppRoleAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/appRoleAssignments/{appRoleAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -192,6 +195,7 @@ public AppRoleAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/gro /// /// Deletes an appRoleAssignment that a group has been granted. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -200,7 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/appRoleAssignments/{appRoleAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -208,6 +212,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the app roles a group has been granted for an application. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -224,6 +229,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property appRoleAssignments in groups /// + /// 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 @@ -234,7 +240,7 @@ public RequestInformation ToPatchRequestInformation(AppRoleAssignment body, Acti public RequestInformation ToPatchRequestInformation(AppRoleAssignment 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}/groups/{group%2Did}/appRoleAssignments/{appRoleAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/AssignLicense/AssignLicensePostRequestBody.cs b/src/generated/Groups/Item/AssignLicense/AssignLicensePostRequestBody.cs index dfac3c5845..bb9d1de81a 100644 --- a/src/generated/Groups/Item/AssignLicense/AssignLicensePostRequestBody.cs +++ b/src/generated/Groups/Item/AssignLicense/AssignLicensePostRequestBody.cs @@ -26,7 +26,7 @@ public class AssignLicensePostRequestBody : IAdditionalDataHolder, IParsable { public List RemoveLicenses { get; set; } #endif /// - /// Instantiates a new assignLicensePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AssignLicensePostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public AssignLicensePostRequestBody() { /// /// 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 AssignLicensePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static AssignLicensePostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"addLicenses", n => { AddLicenses = n.GetCollectionOfObjectValues(AssignedLicense.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/AssignLicense/AssignLicenseRequestBuilder.cs b/src/generated/Groups/Item/AssignLicense/AssignLicenseRequestBuilder.cs index b24c8f0b18..206284edcb 100644 --- a/src/generated/Groups/Item/AssignLicense/AssignLicenseRequestBuilder.cs +++ b/src/generated/Groups/Item/AssignLicense/AssignLicenseRequestBuilder.cs @@ -23,6 +23,7 @@ public class AssignLicenseRequestBuilder : BaseCliRequestBuilder { /// Add or remove licenses on the group. Licenses assigned to the group will be assigned to all users in the group. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. To get the subscriptions available in the directory, perform a GET subscribedSkus request. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add or remove licenses on the group. Licenses assigned to the group will be assigned to all users in the group. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. To get the subscriptions available in the directory, perform a GET subscribedSkus request.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AssignLicenseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignLicenseRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/assignLicense", pathParameters) { } /// - /// Instantiates a new AssignLicenseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignLicenseRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/assignLicense", rawUrl) { @@ -84,6 +85,7 @@ public AssignLicenseRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Add or remove licenses on the group. Licenses assigned to the group will be assigned to all users in the group. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. To get the subscriptions available in the directory, perform a GET subscribedSkus request. /// + /// 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/Groups/Item/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserGetResponse.cs b/src/generated/Groups/Item/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserGetResponse.cs index 0c9ab8bbe7..0d386c4e2b 100644 --- a/src/generated/Groups/Item/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserGetResponse.cs +++ b/src/generated/Groups/Item/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserGetResponse.cs @@ -18,6 +18,7 @@ public class AllowedCalendarSharingRolesWithUserGetResponse : BaseCollectionPagi /// /// 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 new AllowedCalendarSharingRolesWithUserGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class AllowedCalendarSharingRolesWithUserGetResponse : BaseCollectionPagi /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfEnumValues()?.ToList(); } }, diff --git a/src/generated/Groups/Item/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs b/src/generated/Groups/Item/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs index 9868d7a4b1..aeebea39d2 100644 --- a/src/generated/Groups/Item/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/AllowedCalendarSharingRolesWithUser/AllowedCalendarSharingRolesWithUserRequestBuilder.cs @@ -21,6 +21,7 @@ public class AllowedCalendarSharingRolesWithUserRequestBuilder : BaseCliRequestB /// /// Invoke function allowedCalendarSharingRoles /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function allowedCalendarSharingRoles"; @@ -102,13 +103,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AllowedCalendarSharingRolesWithUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AllowedCalendarSharingRolesWithUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/allowedCalendarSharingRoles(User='{User}'){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AllowedCalendarSharingRolesWithUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AllowedCalendarSharingRolesWithUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/allowedCalendarSharingRoles(User='{User}'){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl) { @@ -116,6 +117,7 @@ public AllowedCalendarSharingRolesWithUserRequestBuilder(string rawUrl) : base(" /// /// Invoke function allowedCalendarSharingRoles /// + /// 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/Groups/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.cs index a5e57f03a0..5656177b71 100644 --- a/src/generated/Groups/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarPermissions/CalendarPermissionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class CalendarPermissionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the calendarPermissions property of the microsoft.graph.calendar entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new CalendarPermissionItemRequestBuilder(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 calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0"; @@ -184,13 +188,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CalendarPermissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CalendarPermissionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarPermissions{?%24count,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CalendarPermissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CalendarPermissionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarPermissions{?%24count,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -198,6 +202,7 @@ public CalendarPermissionsRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,6 +219,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. /// + /// 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 @@ -224,7 +230,7 @@ public RequestInformation ToPostRequestInformation(CalendarPermission body, Acti public RequestInformation ToPostRequestInformation(CalendarPermission 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}/groups/{group%2Did}/calendar/calendarPermissions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Calendar/CalendarPermissions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarPermissions/Count/CountRequestBuilder.cs index d33e6cbac9..7143811eef 100644 --- a/src/generated/Groups/Item/Calendar/CalendarPermissions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarPermissions/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}/groups/{group%2Did}/calendar/calendarPermissions/$count{?%24filter}", 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}/groups/{group%2Did}/calendar/calendarPermissions/$count{?%24filter}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.cs index dd3a9526cb..b8700daf59 100644 --- a/src/generated/Groups/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarPermissions/Item/CalendarPermissionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class CalendarPermissionItemRequestBuilder : BaseCliRequestBuilder { /// Delete calendarPermission. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete calendarPermission.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Get the specified permissions object of a user or group calendar that has been shared. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the specified permissions object of a user or group calendar that has been shared.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0"; @@ -113,6 +115,7 @@ public Command BuildGetCommand() { /// Update the permissions assigned to an existing share recipient or delegate, through the corresponding <b>calendarPermission</b> object for a calendar. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0"; @@ -166,13 +169,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new CalendarPermissionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CalendarPermissionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarPermissions/{calendarPermission%2Did}{?%24select}", pathParameters) { } /// - /// Instantiates a new CalendarPermissionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CalendarPermissionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarPermissions/{calendarPermission%2Did}{?%24select}", rawUrl) { @@ -180,6 +183,7 @@ public CalendarPermissionItemRequestBuilder(string rawUrl) : base("{+baseurl}/gr /// /// Delete calendarPermission. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -188,7 +192,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/calendar/calendarPermissions/{calendarPermission%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -196,6 +200,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the specified permissions object of a user or group calendar that has been shared. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -212,6 +217,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the permissions assigned to an existing share recipient or delegate, through the corresponding <b>calendarPermission</b> object for a calendar. /// + /// 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 @@ -222,7 +228,7 @@ public RequestInformation ToPatchRequestInformation(CalendarPermission body, Act public RequestInformation ToPatchRequestInformation(CalendarPermission 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}/groups/{group%2Did}/calendar/calendarPermissions/{calendarPermission%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Calendar/CalendarRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarRequestBuilder.cs index b64020b1dc..510b605f8e 100644 --- a/src/generated/Groups/Item/Calendar/CalendarRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarRequestBuilder.cs @@ -27,6 +27,7 @@ public class CalendarRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the allowedCalendarSharingRoles method. /// + /// A public Command BuildAllowedCalendarSharingRolesWithUserRbCommand() { var command = new Command("allowed-calendar-sharing-roles-with-user"); command.Description = "Provides operations to call the allowedCalendarSharingRoles method."; @@ -42,6 +43,7 @@ public Command BuildAllowedCalendarSharingRolesWithUserRbCommand() { /// /// Provides operations to manage the calendarPermissions property of the microsoft.graph.calendar entity. /// + /// A public Command BuildCalendarPermissionsNavCommand() { var command = new Command("calendar-permissions"); command.Description = "Provides operations to manage the calendarPermissions property of the microsoft.graph.calendar entity."; @@ -67,6 +69,7 @@ public Command BuildCalendarPermissionsNavCommand() { /// /// Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. /// + /// A public Command BuildCalendarViewNavCommand() { var command = new Command("calendar-view"); command.Description = "Provides operations to manage the calendarView property of the microsoft.graph.calendar entity."; @@ -92,6 +95,7 @@ public Command BuildCalendarViewNavCommand() { /// /// Provides operations to manage the events property of the microsoft.graph.calendar entity. /// + /// A public Command BuildEventsNavCommand() { var command = new Command("events"); command.Description = "Provides operations to manage the events property of the microsoft.graph.calendar entity."; @@ -118,6 +122,7 @@ public Command BuildEventsNavCommand() { /// /// The group's calendar. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The group's calendar. Read-only."; @@ -161,6 +166,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getSchedule method. /// + /// A public Command BuildGetScheduleNavCommand() { var command = new Command("get-schedule"); command.Description = "Provides operations to call the getSchedule method."; @@ -174,13 +180,13 @@ public Command BuildGetScheduleNavCommand() { return command; } /// - /// Instantiates a new CalendarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CalendarRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar{?%24select}", pathParameters) { } /// - /// Instantiates a new CalendarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CalendarRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar{?%24select}", rawUrl) { @@ -188,6 +194,7 @@ public CalendarRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The group's calendar. 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 diff --git a/src/generated/Groups/Item/Calendar/CalendarView/CalendarViewRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/CalendarViewRequestBuilder.cs index 2f663109f5..01973ef72b 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/CalendarViewRequestBuilder.cs @@ -25,6 +25,7 @@ public class CalendarViewRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -46,6 +47,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."; @@ -61,6 +63,7 @@ public Command BuildCountNavCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -77,6 +80,7 @@ public Command BuildDeltaNavCommand() { /// The calendar view for the calendar. Navigation property. Read-only. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The calendar view for the calendar. Navigation property. Read-only.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0"; @@ -172,13 +176,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CalendarViewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CalendarViewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CalendarViewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CalendarViewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -186,6 +190,7 @@ public CalendarViewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// The calendar view for the calendar. Navigation property. 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 diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Count/CountRequestBuilder.cs index d8986eb93f..f4e0929543 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/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}/groups/{group%2Did}/calendar/calendarView/$count{?%24filter}", 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}/groups/{group%2Did}/calendar/calendarView/$count{?%24filter}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Calendar/CalendarView/Delta/DeltaGetResponse.cs b/src/generated/Groups/Item/Calendar/CalendarView/Delta/DeltaGetResponse.cs index 571d12d951..3d00b33f37 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Delta/DeltaGetResponse.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Event.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.cs index a282757139..985e4c3f4b 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"; @@ -67,6 +68,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -84,6 +90,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -102,6 +109,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); var errorMapping = new Dictionary> { @@ -123,20 +131,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -166,6 +175,16 @@ public class DeltaRequestBuilderGetQueryParameters { #else [QueryParameter("endDateTime")] public string EndDateTime { get; set; } +#endif + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } #endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.cs index e4e17940de..122b130ae6 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptPostRequestBody.cs @@ -19,7 +19,7 @@ public class AcceptPostRequestBody : IAdditionalDataHolder, IParsable { /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new acceptPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AcceptPostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public AcceptPostRequestBody() { /// /// 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 AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.cs index 38e2aa3c18..1faea3bf98 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Accept/AcceptRequestBuilder.cs @@ -22,6 +22,7 @@ public class AcceptRequestBuilder : BaseCliRequestBuilder { /// Accept the specified event in a user calendar. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Accept the specified event in a user calendar.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AcceptRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/accept", pathParameters) { } /// - /// Instantiates a new AcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/accept", rawUrl) { @@ -79,6 +80,7 @@ public AcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// Accept the specified event in a user calendar. /// + /// 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/Groups/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs index 455d111483..9613d2e2d2 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AttachmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attachments property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AttachmentItemRequestBuilder(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."; @@ -48,12 +50,13 @@ public Command BuildCountNavCommand() { return command; } /// - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. - /// Find more info here + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. + /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); - command.Description = "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0"; + command.Description = "Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0"; var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { }; groupIdOption.IsRequired = true; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the createUploadSession method. /// + /// A public Command BuildCreateUploadSessionNavCommand() { var command = new Command("create-upload-session"); command.Description = "Provides operations to call the createUploadSession method."; @@ -122,6 +126,7 @@ public Command BuildCreateUploadSessionNavCommand() { /// Retrieve a list of attachment objects attached to an event. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of attachment objects attached to an event.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"; @@ -218,13 +223,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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -232,6 +237,7 @@ public AttachmentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Retrieve a list of attachment objects attached to an event. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,8 +252,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -258,7 +265,7 @@ public RequestInformation ToPostRequestInformation(Attachment 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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/attachments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs index 0123e12443..2b164c29f6 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/attachments/$count{?%24filter}", 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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/attachments/$count{?%24filter}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs index 5ae0c56aca..c5b5189199 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs @@ -18,7 +18,7 @@ public class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IParsab public ApiSdk.Models.AttachmentItem AttachmentItem { get; set; } #endif /// - /// Instantiates a new createUploadSessionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateUploadSessionPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CreateUploadSessionPostRequestBody() { /// /// 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 CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"AttachmentItem", n => { AttachmentItem = n.GetObjectValue(ApiSdk.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 3aac567116..db927384f5 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CreateUploadSessionRequestBuilder : BaseCliRequestBuilder { /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateUploadSessionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/attachments/createUploadSession", pathParameters) { } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/attachments/createUploadSession", rawUrl) { @@ -90,6 +91,7 @@ public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// + /// 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/Groups/Item/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs index ae07ec6105..be7de3eea3 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AttachmentItemRequestBuilder : BaseCliRequestBuilder { /// Delete an attachment from a user calendar event, mail message, or group post. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an attachment from a user calendar event, mail message, or group post.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable."; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttachmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) { @@ -142,6 +144,7 @@ public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Delete an attachment from a user calendar event, mail message, or group post. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,7 +153,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/attachments/{attachment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -158,6 +161,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. /// + /// 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/Groups/Item/Calendar/CalendarView/Item/Calendar/CalendarRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Calendar/CalendarRequestBuilder.cs index a1c41ee63d..99bc6e8299 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Calendar/CalendarRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Calendar/CalendarRequestBuilder.cs @@ -22,6 +22,7 @@ public class CalendarRequestBuilder : BaseCliRequestBuilder { /// /// The calendar that contains the event. Navigation property. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The calendar that contains the event. Navigation property. Read-only."; @@ -69,13 +70,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CalendarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CalendarRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/calendar{?%24select}", pathParameters) { } /// - /// Instantiates a new CalendarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CalendarRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/calendar{?%24select}", rawUrl) { @@ -83,6 +84,7 @@ public CalendarRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The calendar that contains the event. Navigation property. 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 diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.cs index 44b43bb7fc..596a279dd0 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelPostRequestBody.cs @@ -17,7 +17,7 @@ public class CancelPostRequestBody : IAdditionalDataHolder, IParsable { public string Comment { get; set; } #endif /// - /// Instantiates a new cancelPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CancelPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CancelPostRequestBody() { /// /// 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 CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.cs index b7bbd20135..a1b20f9494 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Cancel/CancelRequestBuilder.cs @@ -22,6 +22,7 @@ public class CancelRequestBuilder : BaseCliRequestBuilder { /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CancelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/cancel", pathParameters) { } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/cancel", rawUrl) { @@ -79,6 +80,7 @@ public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. /// + /// 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/Groups/Item/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.cs index a4733ade32..abcffdb8c7 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclinePostRequestBody.cs @@ -28,7 +28,7 @@ public class DeclinePostRequestBody : IAdditionalDataHolder, IParsable { /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new declinePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DeclinePostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public DeclinePostRequestBody() { /// /// 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 DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.cs index 4840994a22..5136c237ed 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Decline/DeclineRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeclineRequestBuilder : BaseCliRequestBuilder { /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DeclineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeclineRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/decline", pathParameters) { } /// - /// Instantiates a new DeclineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeclineRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/decline", rawUrl) { @@ -79,6 +80,7 @@ public DeclineRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// + /// 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/Groups/Item/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs index 5e50102b0a..06bde9a261 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs @@ -22,6 +22,7 @@ public class DismissReminderRequestBuilder : BaseCliRequestBuilder { /// Dismiss a reminder that has been triggered for an event in a user calendar. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Dismiss a reminder that has been triggered for an event in a user calendar.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DismissReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DismissReminderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/dismissReminder", pathParameters) { } /// - /// Instantiates a new DismissReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DismissReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/dismissReminder", rawUrl) { @@ -66,6 +67,7 @@ public DismissReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Dismiss a reminder that has been triggered for an event in a user calendar. /// + /// 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/Groups/Item/Calendar/CalendarView/Item/EventItemRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/EventItemRequestBuilder.cs index e90ffbfdfa..44f49926cc 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/EventItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/EventItemRequestBuilder.cs @@ -33,6 +33,7 @@ public class EventItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the accept method. /// + /// A public Command BuildAcceptNavCommand() { var command = new Command("accept"); command.Description = "Provides operations to call the accept method."; @@ -48,6 +49,7 @@ public Command BuildAcceptNavCommand() { /// /// Provides operations to manage the attachments property of the microsoft.graph.event entity. /// + /// A public Command BuildAttachmentsNavCommand() { var command = new Command("attachments"); command.Description = "Provides operations to manage the attachments property of the microsoft.graph.event entity."; @@ -74,6 +76,7 @@ public Command BuildAttachmentsNavCommand() { /// /// Provides operations to manage the calendar property of the microsoft.graph.event entity. /// + /// A public Command BuildCalendarNavCommand() { var command = new Command("calendar"); command.Description = "Provides operations to manage the calendar property of the microsoft.graph.event entity."; @@ -89,6 +92,7 @@ public Command BuildCalendarNavCommand() { /// /// Provides operations to call the cancel method. /// + /// A public Command BuildCancelNavCommand() { var command = new Command("cancel"); command.Description = "Provides operations to call the cancel method."; @@ -104,6 +108,7 @@ public Command BuildCancelNavCommand() { /// /// Provides operations to call the decline method. /// + /// A public Command BuildDeclineNavCommand() { var command = new Command("decline"); command.Description = "Provides operations to call the decline method."; @@ -119,6 +124,7 @@ public Command BuildDeclineNavCommand() { /// /// Provides operations to call the dismissReminder method. /// + /// A public Command BuildDismissReminderNavCommand() { var command = new Command("dismiss-reminder"); command.Description = "Provides operations to call the dismissReminder method."; @@ -134,6 +140,7 @@ public Command BuildDismissReminderNavCommand() { /// /// Provides operations to manage the extensions property of the microsoft.graph.event entity. /// + /// A public Command BuildExtensionsNavCommand() { var command = new Command("extensions"); command.Description = "Provides operations to manage the extensions property of the microsoft.graph.event entity."; @@ -159,6 +166,7 @@ public Command BuildExtensionsNavCommand() { /// /// Provides operations to call the forward method. /// + /// A public Command BuildForwardNavCommand() { var command = new Command("forward"); command.Description = "Provides operations to call the forward method."; @@ -174,6 +182,7 @@ public Command BuildForwardNavCommand() { /// /// The calendar view for the calendar. Navigation property. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The calendar view for the calendar. Navigation property. Read-only."; @@ -235,6 +244,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the instances property of the microsoft.graph.event entity. /// + /// A public Command BuildInstancesNavCommand() { var command = new Command("instances"); command.Description = "Provides operations to manage the instances property of the microsoft.graph.event entity."; @@ -260,6 +270,7 @@ public Command BuildInstancesNavCommand() { /// /// Provides operations to call the snoozeReminder method. /// + /// A public Command BuildSnoozeReminderNavCommand() { var command = new Command("snooze-reminder"); command.Description = "Provides operations to call the snoozeReminder method."; @@ -275,6 +286,7 @@ public Command BuildSnoozeReminderNavCommand() { /// /// Provides operations to call the tentativelyAccept method. /// + /// A public Command BuildTentativelyAcceptNavCommand() { var command = new Command("tentatively-accept"); command.Description = "Provides operations to call the tentativelyAccept method."; @@ -288,13 +300,13 @@ public Command BuildTentativelyAcceptNavCommand() { return command; } /// - /// Instantiates a new EventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EventItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24select}", pathParameters) { } /// - /// Instantiates a new EventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EventItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24select}", rawUrl) { @@ -302,6 +314,7 @@ public EventItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// The calendar view for the calendar. Navigation property. 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 diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs index cbe10cbf70..8c52220b95 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Extensions/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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/extensions/$count{?%24filter}", 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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/extensions/$count{?%24filter}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs index dbf92e5722..9200877ce8 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the extensions property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ExtensionItemRequestBuilder(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 an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance."; @@ -202,13 +206,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -216,6 +220,7 @@ public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// 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 +237,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -242,7 +248,7 @@ public RequestInformation ToPostRequestInformation(Extension 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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/extensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs index 0c8a8b39bd..c89b220d49 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExtensionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property extensions for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property extensions for groups"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property extensions in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property extensions in groups"; @@ -189,13 +192,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) { @@ -203,6 +206,7 @@ public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Delete navigation property extensions for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property extensions in groups /// + /// 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 @@ -245,7 +251,7 @@ public RequestInformation ToPatchRequestInformation(Extension 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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.cs index 6cc02c1745..5944548f44 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardPostRequestBody.cs @@ -26,7 +26,7 @@ public class ForwardPostRequestBody : IAdditionalDataHolder, IParsable { public List ToRecipients { get; set; } #endif /// - /// Instantiates a new forwardPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ForwardPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ForwardPostRequestBody() { /// /// 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 ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.cs index 060b5cfcd9..609a4f538a 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Forward/ForwardRequestBuilder.cs @@ -22,6 +22,7 @@ public class ForwardRequestBuilder : BaseCliRequestBuilder { /// This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ForwardRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/forward", pathParameters) { } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/forward", rawUrl) { @@ -79,6 +80,7 @@ public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. /// + /// 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/Groups/Item/Calendar/CalendarView/Item/Instances/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Count/CountRequestBuilder.cs index 64c8f1e23a..f5eaf3b8bb 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/$count{?%24filter}", 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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/$count{?%24filter}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs index 243d4d73cd..26d4c12411 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Event.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs index 4dcc467df6..6bcbdc0c53 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"; @@ -71,6 +72,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -89,6 +95,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -107,6 +114,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (eventId is not null) requestInfo.PathParameters.Add("event%2Did", eventId); @@ -129,20 +137,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -172,6 +181,16 @@ public class DeltaRequestBuilderGetQueryParameters { #else [QueryParameter("endDateTime")] public string EndDateTime { get; set; } +#endif + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } #endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/InstancesRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/InstancesRequestBuilder.cs index a5765f667a..6f33f5760c 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/InstancesRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/InstancesRequestBuilder.cs @@ -25,6 +25,7 @@ public class InstancesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the instances property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -45,6 +46,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."; @@ -60,6 +62,7 @@ public Command BuildCountNavCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -76,6 +79,7 @@ public Command BuildDeltaNavCommand() { /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0"; @@ -177,13 +181,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new InstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InstancesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new InstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InstancesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -191,6 +195,7 @@ public InstancesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. /// + /// 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/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs index 3f685a25a8..6e2f375e73 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs @@ -19,7 +19,7 @@ public class AcceptPostRequestBody : IAdditionalDataHolder, IParsable { /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new acceptPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AcceptPostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public AcceptPostRequestBody() { /// /// 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 AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs index 0c83d3eaf3..460eb22067 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs @@ -22,6 +22,7 @@ public class AcceptRequestBuilder : BaseCliRequestBuilder { /// Accept the specified event in a user calendar. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Accept the specified event in a user calendar.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AcceptRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) { } /// - /// Instantiates a new AcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) { @@ -85,6 +86,7 @@ public AcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// Accept the specified event in a user calendar. /// + /// 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/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs index 20b63b81d8..d27d146991 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AttachmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attachments property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AttachmentItemRequestBuilder(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."; @@ -48,12 +50,13 @@ public Command BuildCountNavCommand() { return command; } /// - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. - /// Find more info here + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. + /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); - command.Description = "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0"; + command.Description = "Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0"; var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { }; groupIdOption.IsRequired = true; @@ -112,6 +115,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the createUploadSession method. /// + /// A public Command BuildCreateUploadSessionNavCommand() { var command = new Command("create-upload-session"); command.Description = "Provides operations to call the createUploadSession method."; @@ -128,6 +132,7 @@ public Command BuildCreateUploadSessionNavCommand() { /// Retrieve a list of attachment objects attached to an event. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of attachment objects attached to an event.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"; @@ -230,13 +235,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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -244,6 +249,7 @@ public AttachmentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Retrieve a list of attachment objects attached to an event. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -258,8 +264,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -270,7 +277,7 @@ public RequestInformation ToPostRequestInformation(Attachment 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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs index 8c3c9a886c..2922582bd5 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/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"; @@ -65,13 +66,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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter}", 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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs index adcb3177ba..0f82b13b22 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs @@ -18,7 +18,7 @@ public class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IParsab public ApiSdk.Models.AttachmentItem AttachmentItem { get; set; } #endif /// - /// Instantiates a new createUploadSessionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateUploadSessionPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CreateUploadSessionPostRequestBody() { /// /// 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 CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"AttachmentItem", n => { AttachmentItem = n.GetObjectValue(ApiSdk.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 25071e4f83..2e180d1e80 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CreateUploadSessionRequestBuilder : BaseCliRequestBuilder { /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateUploadSessionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) { } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) { @@ -96,6 +97,7 @@ public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// + /// 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/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs index 9df6bb6571..26a8b092a6 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AttachmentItemRequestBuilder : BaseCliRequestBuilder { /// Delete an attachment from a user calendar event, mail message, or group post. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an attachment from a user calendar event, mail message, or group post.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttachmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) { @@ -154,6 +156,7 @@ public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Delete an attachment from a user calendar event, mail message, or group post. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -162,7 +165,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -170,6 +173,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. /// + /// 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/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs index 02a224e968..aa13536a87 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs @@ -22,6 +22,7 @@ public class CalendarRequestBuilder : BaseCliRequestBuilder { /// /// The calendar that contains the event. Navigation property. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The calendar that contains the event. Navigation property. Read-only."; @@ -75,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CalendarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CalendarRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24select}", pathParameters) { } /// - /// Instantiates a new CalendarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CalendarRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24select}", rawUrl) { @@ -89,6 +90,7 @@ public CalendarRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The calendar that contains the event. Navigation property. 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 diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs index b999937d33..ee02897f64 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs @@ -17,7 +17,7 @@ public class CancelPostRequestBody : IAdditionalDataHolder, IParsable { public string Comment { get; set; } #endif /// - /// Instantiates a new cancelPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CancelPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CancelPostRequestBody() { /// /// 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 CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs index c52625bf85..d1d28d5a05 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs @@ -22,6 +22,7 @@ public class CancelRequestBuilder : BaseCliRequestBuilder { /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CancelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) { } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) { @@ -85,6 +86,7 @@ public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. /// + /// 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/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs index e86e0b1fe1..5a7d17ec9f 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs @@ -28,7 +28,7 @@ public class DeclinePostRequestBody : IAdditionalDataHolder, IParsable { /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new declinePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DeclinePostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public DeclinePostRequestBody() { /// /// 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 DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs index 84d5b0a0cf..77a4452aad 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeclineRequestBuilder : BaseCliRequestBuilder { /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DeclineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeclineRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) { } /// - /// Instantiates a new DeclineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeclineRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) { @@ -85,6 +86,7 @@ public DeclineRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// + /// 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/Groups/Item/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs index daa57fdc07..7dcbb252d0 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs @@ -22,6 +22,7 @@ public class DismissReminderRequestBuilder : BaseCliRequestBuilder { /// Dismiss a reminder that has been triggered for an event in a user calendar. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Dismiss a reminder that has been triggered for an event in a user calendar.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DismissReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DismissReminderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) { } /// - /// Instantiates a new DismissReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DismissReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) { @@ -72,6 +73,7 @@ public DismissReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Dismiss a reminder that has been triggered for an event in a user calendar. /// + /// 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/Groups/Item/Calendar/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs index 0668fb2efe..be1f904bba 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs @@ -32,6 +32,7 @@ public class EventItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the accept method. /// + /// A public Command BuildAcceptNavCommand() { var command = new Command("accept"); command.Description = "Provides operations to call the accept method."; @@ -47,6 +48,7 @@ public Command BuildAcceptNavCommand() { /// /// Provides operations to manage the attachments property of the microsoft.graph.event entity. /// + /// A public Command BuildAttachmentsNavCommand() { var command = new Command("attachments"); command.Description = "Provides operations to manage the attachments property of the microsoft.graph.event entity."; @@ -73,6 +75,7 @@ public Command BuildAttachmentsNavCommand() { /// /// Provides operations to manage the calendar property of the microsoft.graph.event entity. /// + /// A public Command BuildCalendarNavCommand() { var command = new Command("calendar"); command.Description = "Provides operations to manage the calendar property of the microsoft.graph.event entity."; @@ -88,6 +91,7 @@ public Command BuildCalendarNavCommand() { /// /// Provides operations to call the cancel method. /// + /// A public Command BuildCancelNavCommand() { var command = new Command("cancel"); command.Description = "Provides operations to call the cancel method."; @@ -103,6 +107,7 @@ public Command BuildCancelNavCommand() { /// /// Provides operations to call the decline method. /// + /// A public Command BuildDeclineNavCommand() { var command = new Command("decline"); command.Description = "Provides operations to call the decline method."; @@ -118,6 +123,7 @@ public Command BuildDeclineNavCommand() { /// /// Provides operations to call the dismissReminder method. /// + /// A public Command BuildDismissReminderNavCommand() { var command = new Command("dismiss-reminder"); command.Description = "Provides operations to call the dismissReminder method."; @@ -133,6 +139,7 @@ public Command BuildDismissReminderNavCommand() { /// /// Provides operations to manage the extensions property of the microsoft.graph.event entity. /// + /// A public Command BuildExtensionsNavCommand() { var command = new Command("extensions"); command.Description = "Provides operations to manage the extensions property of the microsoft.graph.event entity."; @@ -158,6 +165,7 @@ public Command BuildExtensionsNavCommand() { /// /// Provides operations to call the forward method. /// + /// A public Command BuildForwardNavCommand() { var command = new Command("forward"); command.Description = "Provides operations to call the forward method."; @@ -173,6 +181,7 @@ public Command BuildForwardNavCommand() { /// /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable."; @@ -240,6 +249,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the snoozeReminder method. /// + /// A public Command BuildSnoozeReminderNavCommand() { var command = new Command("snooze-reminder"); command.Description = "Provides operations to call the snoozeReminder method."; @@ -255,6 +265,7 @@ public Command BuildSnoozeReminderNavCommand() { /// /// Provides operations to call the tentativelyAccept method. /// + /// A public Command BuildTentativelyAcceptNavCommand() { var command = new Command("tentatively-accept"); command.Description = "Provides operations to call the tentativelyAccept method."; @@ -268,13 +279,13 @@ public Command BuildTentativelyAcceptNavCommand() { return command; } /// - /// Instantiates a new EventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EventItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24select}", pathParameters) { } /// - /// Instantiates a new EventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EventItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24select}", rawUrl) { @@ -282,6 +293,7 @@ public EventItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. /// + /// 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/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs index c6750dcaf2..64cc4957c6 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/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"; @@ -65,13 +66,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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter}", 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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs index 0451002b73..e0a53a5ac4 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the extensions property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ExtensionItemRequestBuilder(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 an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0"; @@ -112,6 +115,7 @@ public Command BuildCreateCommand() { /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance."; @@ -214,13 +218,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -228,6 +232,7 @@ public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,6 +249,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -254,7 +260,7 @@ public RequestInformation ToPostRequestInformation(Extension 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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs index b4e6c83882..aea3c38373 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExtensionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property extensions for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property extensions for groups"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property extensions in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property extensions in groups"; @@ -207,13 +210,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) { @@ -221,6 +224,7 @@ public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Delete navigation property extensions for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,7 +233,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -237,6 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property extensions in groups /// + /// 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 @@ -263,7 +269,7 @@ public RequestInformation ToPatchRequestInformation(Extension 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}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs index 190ea3c841..7693eade2e 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs @@ -26,7 +26,7 @@ public class ForwardPostRequestBody : IAdditionalDataHolder, IParsable { public List ToRecipients { get; set; } #endif /// - /// Instantiates a new forwardPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ForwardPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ForwardPostRequestBody() { /// /// 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 ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs index ebfb4a3444..9a1294cbea 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs @@ -22,6 +22,7 @@ public class ForwardRequestBuilder : BaseCliRequestBuilder { /// This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ForwardRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) { } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) { @@ -85,6 +86,7 @@ public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. /// + /// 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/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs index d024675bf6..1d2ecfd6db 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs @@ -18,7 +18,7 @@ public class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IParsable { public DateTimeTimeZone NewReminderTime { get; set; } #endif /// - /// Instantiates a new snoozeReminderPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SnoozeReminderPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SnoozeReminderPostRequestBody() { /// /// 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 SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"NewReminderTime", n => { NewReminderTime = n.GetObjectValue(DateTimeTimeZone.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs index 74c3385536..38caa435fc 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs @@ -22,6 +22,7 @@ public class SnoozeReminderRequestBuilder : BaseCliRequestBuilder { /// Postpone a reminder for an event in a user calendar until a new time. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Postpone a reminder for an event in a user calendar until a new time.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SnoozeReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SnoozeReminderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) { } /// - /// Instantiates a new SnoozeReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SnoozeReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) { @@ -85,6 +86,7 @@ public SnoozeReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Postpone a reminder for an event in a user calendar until a new time. /// + /// 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/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs index fdb8e2893e..4d15c9562a 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs @@ -28,7 +28,7 @@ public class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IParsable /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new tentativelyAcceptPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TentativelyAcceptPostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public TentativelyAcceptPostRequestBody() { /// /// 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 TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs index 2633dcf31a..8ae8d8f96a 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs @@ -22,6 +22,7 @@ public class TentativelyAcceptRequestBuilder : BaseCliRequestBuilder { /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TentativelyAcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TentativelyAcceptRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) { } /// - /// Instantiates a new TentativelyAcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TentativelyAcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) { @@ -85,6 +86,7 @@ public TentativelyAcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/ /// /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// + /// 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/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs index c43289a192..0fc16015be 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs @@ -18,7 +18,7 @@ public class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IParsable { public DateTimeTimeZone NewReminderTime { get; set; } #endif /// - /// Instantiates a new snoozeReminderPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SnoozeReminderPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SnoozeReminderPostRequestBody() { /// /// 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 SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"NewReminderTime", n => { NewReminderTime = n.GetObjectValue(DateTimeTimeZone.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs index 51b84adaa5..4b9708c226 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs @@ -22,6 +22,7 @@ public class SnoozeReminderRequestBuilder : BaseCliRequestBuilder { /// Postpone a reminder for an event in a user calendar until a new time. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Postpone a reminder for an event in a user calendar until a new time.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SnoozeReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SnoozeReminderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/snoozeReminder", pathParameters) { } /// - /// Instantiates a new SnoozeReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SnoozeReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/snoozeReminder", rawUrl) { @@ -79,6 +80,7 @@ public SnoozeReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Postpone a reminder for an event in a user calendar until a new time. /// + /// 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/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs index a72d937ae8..f3861b0667 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs @@ -28,7 +28,7 @@ public class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IParsable /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new tentativelyAcceptPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TentativelyAcceptPostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public TentativelyAcceptPostRequestBody() { /// /// 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 TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs index 6080958642..e6e53c64e2 100644 --- a/src/generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs @@ -22,6 +22,7 @@ public class TentativelyAcceptRequestBuilder : BaseCliRequestBuilder { /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TentativelyAcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TentativelyAcceptRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/tentativelyAccept", pathParameters) { } /// - /// Instantiates a new TentativelyAcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TentativelyAcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/calendarView/{event%2Did}/tentativelyAccept", rawUrl) { @@ -79,6 +80,7 @@ public TentativelyAcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/ /// /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// + /// 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/Groups/Item/Calendar/Events/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Count/CountRequestBuilder.cs index a8de02dfef..649e937bab 100644 --- a/src/generated/Groups/Item/Calendar/Events/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/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}/groups/{group%2Did}/calendar/events/$count{?%24filter}", 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}/groups/{group%2Did}/calendar/events/$count{?%24filter}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Calendar/Events/Delta/DeltaGetResponse.cs b/src/generated/Groups/Item/Calendar/Events/Delta/DeltaGetResponse.cs index 26d24143b0..634f930d3e 100644 --- a/src/generated/Groups/Item/Calendar/Events/Delta/DeltaGetResponse.cs +++ b/src/generated/Groups/Item/Calendar/Events/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Event.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilder.cs index 3e470b4206..0acb4d9697 100644 --- a/src/generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"; @@ -67,6 +68,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -84,6 +90,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -102,6 +109,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); var errorMapping = new Dictionary> { @@ -123,20 +131,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -166,6 +175,16 @@ public class DeltaRequestBuilderGetQueryParameters { #else [QueryParameter("endDateTime")] public string EndDateTime { get; set; } +#endif + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } #endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Groups/Item/Calendar/Events/EventsRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/EventsRequestBuilder.cs index ebe418e72a..e0332c50d6 100644 --- a/src/generated/Groups/Item/Calendar/Events/EventsRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/EventsRequestBuilder.cs @@ -25,6 +25,7 @@ public class EventsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the events property of the microsoft.graph.calendar entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -48,6 +49,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."; @@ -64,6 +66,7 @@ public Command BuildCountNavCommand() { /// Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -129,6 +133,7 @@ public Command BuildDeltaNavCommand() { /// Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0"; @@ -219,13 +224,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new EventsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EventsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new EventsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EventsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -233,6 +238,7 @@ public EventsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or get the instances of an event. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -249,6 +255,7 @@ public RequestInformation ToGetRequestInformation(Action /// Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. /// + /// 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 @@ -259,7 +266,7 @@ public RequestInformation ToPostRequestInformation(Event 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}/groups/{group%2Did}/calendar/events", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Accept/AcceptPostRequestBody.cs b/src/generated/Groups/Item/Calendar/Events/Item/Accept/AcceptPostRequestBody.cs index 2d08d38b93..f4102a6528 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Accept/AcceptPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Accept/AcceptPostRequestBody.cs @@ -19,7 +19,7 @@ public class AcceptPostRequestBody : IAdditionalDataHolder, IParsable { /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new acceptPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AcceptPostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public AcceptPostRequestBody() { /// /// 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 AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.cs index 50611d97c6..a8cd947774 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.cs @@ -22,6 +22,7 @@ public class AcceptRequestBuilder : BaseCliRequestBuilder { /// Accept the specified event in a user calendar. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Accept the specified event in a user calendar.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AcceptRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/accept", pathParameters) { } /// - /// Instantiates a new AcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/accept", rawUrl) { @@ -79,6 +80,7 @@ public AcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// Accept the specified event in a user calendar. /// + /// 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/Groups/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.cs index af57e34422..e2e3b57214 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Attachments/AttachmentsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AttachmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attachments property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AttachmentItemRequestBuilder(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."; @@ -48,12 +50,13 @@ public Command BuildCountNavCommand() { return command; } /// - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. - /// Find more info here + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. + /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); - command.Description = "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0"; + command.Description = "Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0"; var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { }; groupIdOption.IsRequired = true; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the createUploadSession method. /// + /// A public Command BuildCreateUploadSessionNavCommand() { var command = new Command("create-upload-session"); command.Description = "Provides operations to call the createUploadSession method."; @@ -122,6 +126,7 @@ public Command BuildCreateUploadSessionNavCommand() { /// Retrieve a list of attachment objects attached to an event. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of attachment objects attached to an event.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"; @@ -218,13 +223,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}/groups/{group%2Did}/calendar/events/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%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}/groups/{group%2Did}/calendar/events/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -232,6 +237,7 @@ public AttachmentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Retrieve a list of attachment objects attached to an event. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,8 +252,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -258,7 +265,7 @@ public RequestInformation ToPostRequestInformation(Attachment 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}/groups/{group%2Did}/calendar/events/{event%2Did}/attachments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Attachments/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Attachments/Count/CountRequestBuilder.cs index 360feabc17..f7d9407fc2 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/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}/groups/{group%2Did}/calendar/events/{event%2Did}/attachments/$count{?%24filter}", 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}/groups/{group%2Did}/calendar/events/{event%2Did}/attachments/$count{?%24filter}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/generated/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs index d5c10214fc..1ab6ce7ca9 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs @@ -18,7 +18,7 @@ public class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IParsab public ApiSdk.Models.AttachmentItem AttachmentItem { get; set; } #endif /// - /// Instantiates a new createUploadSessionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateUploadSessionPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CreateUploadSessionPostRequestBody() { /// /// 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 CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"AttachmentItem", n => { AttachmentItem = n.GetObjectValue(ApiSdk.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 19c94b515b..6ccc4f47fd 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CreateUploadSessionRequestBuilder : BaseCliRequestBuilder { /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateUploadSessionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/attachments/createUploadSession", pathParameters) { } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/attachments/createUploadSession", rawUrl) { @@ -90,6 +91,7 @@ public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// + /// 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/Groups/Item/Calendar/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.cs index 468eced676..ea0ec91a3a 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AttachmentItemRequestBuilder : BaseCliRequestBuilder { /// Delete an attachment from a user calendar event, mail message, or group post. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an attachment from a user calendar event, mail message, or group post.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable."; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttachmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) { @@ -142,6 +144,7 @@ public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Delete an attachment from a user calendar event, mail message, or group post. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,7 +153,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/attachments/{attachment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -158,6 +161,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. /// + /// 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/Groups/Item/Calendar/Events/Item/Calendar/CalendarRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Calendar/CalendarRequestBuilder.cs index 25b2c83c27..12fd8b56a0 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Calendar/CalendarRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Calendar/CalendarRequestBuilder.cs @@ -22,6 +22,7 @@ public class CalendarRequestBuilder : BaseCliRequestBuilder { /// /// The calendar that contains the event. Navigation property. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The calendar that contains the event. Navigation property. Read-only."; @@ -69,13 +70,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CalendarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CalendarRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/calendar{?%24select}", pathParameters) { } /// - /// Instantiates a new CalendarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CalendarRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/calendar{?%24select}", rawUrl) { @@ -83,6 +84,7 @@ public CalendarRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The calendar that contains the event. Navigation property. 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 diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Cancel/CancelPostRequestBody.cs b/src/generated/Groups/Item/Calendar/Events/Item/Cancel/CancelPostRequestBody.cs index ae7e4b0f3b..eefb0f3adb 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Cancel/CancelPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Cancel/CancelPostRequestBody.cs @@ -17,7 +17,7 @@ public class CancelPostRequestBody : IAdditionalDataHolder, IParsable { public string Comment { get; set; } #endif /// - /// Instantiates a new cancelPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CancelPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CancelPostRequestBody() { /// /// 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 CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.cs index 9383bae22f..95d9d3d02b 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.cs @@ -22,6 +22,7 @@ public class CancelRequestBuilder : BaseCliRequestBuilder { /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CancelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/cancel", pathParameters) { } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/cancel", rawUrl) { @@ -79,6 +80,7 @@ public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. /// + /// 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/Groups/Item/Calendar/Events/Item/Decline/DeclinePostRequestBody.cs b/src/generated/Groups/Item/Calendar/Events/Item/Decline/DeclinePostRequestBody.cs index 42f5b3f130..3e8c92bf0a 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Decline/DeclinePostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Decline/DeclinePostRequestBody.cs @@ -28,7 +28,7 @@ public class DeclinePostRequestBody : IAdditionalDataHolder, IParsable { /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new declinePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DeclinePostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public DeclinePostRequestBody() { /// /// 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 DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.cs index efba4123f2..a005ad085d 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeclineRequestBuilder : BaseCliRequestBuilder { /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DeclineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeclineRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/decline", pathParameters) { } /// - /// Instantiates a new DeclineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeclineRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/decline", rawUrl) { @@ -79,6 +80,7 @@ public DeclineRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// + /// 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/Groups/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs index 8195ffa193..84ede6c883 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs @@ -22,6 +22,7 @@ public class DismissReminderRequestBuilder : BaseCliRequestBuilder { /// Dismiss a reminder that has been triggered for an event in a user calendar. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Dismiss a reminder that has been triggered for an event in a user calendar.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DismissReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DismissReminderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/dismissReminder", pathParameters) { } /// - /// Instantiates a new DismissReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DismissReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/dismissReminder", rawUrl) { @@ -66,6 +67,7 @@ public DismissReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Dismiss a reminder that has been triggered for an event in a user calendar. /// + /// 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/Groups/Item/Calendar/Events/Item/EventItemRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/EventItemRequestBuilder.cs index 1eb9714e82..5e69f9f820 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/EventItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/EventItemRequestBuilder.cs @@ -33,6 +33,7 @@ public class EventItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the accept method. /// + /// A public Command BuildAcceptNavCommand() { var command = new Command("accept"); command.Description = "Provides operations to call the accept method."; @@ -48,6 +49,7 @@ public Command BuildAcceptNavCommand() { /// /// Provides operations to manage the attachments property of the microsoft.graph.event entity. /// + /// A public Command BuildAttachmentsNavCommand() { var command = new Command("attachments"); command.Description = "Provides operations to manage the attachments property of the microsoft.graph.event entity."; @@ -74,6 +76,7 @@ public Command BuildAttachmentsNavCommand() { /// /// Provides operations to manage the calendar property of the microsoft.graph.event entity. /// + /// A public Command BuildCalendarNavCommand() { var command = new Command("calendar"); command.Description = "Provides operations to manage the calendar property of the microsoft.graph.event entity."; @@ -89,6 +92,7 @@ public Command BuildCalendarNavCommand() { /// /// Provides operations to call the cancel method. /// + /// A public Command BuildCancelNavCommand() { var command = new Command("cancel"); command.Description = "Provides operations to call the cancel method."; @@ -104,6 +108,7 @@ public Command BuildCancelNavCommand() { /// /// Provides operations to call the decline method. /// + /// A public Command BuildDeclineNavCommand() { var command = new Command("decline"); command.Description = "Provides operations to call the decline method."; @@ -119,6 +124,7 @@ public Command BuildDeclineNavCommand() { /// /// Delete navigation property events for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property events for groups"; @@ -158,6 +164,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to call the dismissReminder method. /// + /// A public Command BuildDismissReminderNavCommand() { var command = new Command("dismiss-reminder"); command.Description = "Provides operations to call the dismissReminder method."; @@ -173,6 +180,7 @@ public Command BuildDismissReminderNavCommand() { /// /// Provides operations to manage the extensions property of the microsoft.graph.event entity. /// + /// A public Command BuildExtensionsNavCommand() { var command = new Command("extensions"); command.Description = "Provides operations to manage the extensions property of the microsoft.graph.event entity."; @@ -198,6 +206,7 @@ public Command BuildExtensionsNavCommand() { /// /// Provides operations to call the forward method. /// + /// A public Command BuildForwardNavCommand() { var command = new Command("forward"); command.Description = "Provides operations to call the forward method."; @@ -213,6 +222,7 @@ public Command BuildForwardNavCommand() { /// /// The events in the calendar. Navigation property. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The events in the calendar. Navigation property. Read-only."; @@ -269,6 +279,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the instances property of the microsoft.graph.event entity. /// + /// A public Command BuildInstancesNavCommand() { var command = new Command("instances"); command.Description = "Provides operations to manage the instances property of the microsoft.graph.event entity."; @@ -295,6 +306,7 @@ public Command BuildInstancesNavCommand() { /// Update an event object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update an event object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-1.0"; @@ -350,6 +362,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the snoozeReminder method. /// + /// A public Command BuildSnoozeReminderNavCommand() { var command = new Command("snooze-reminder"); command.Description = "Provides operations to call the snoozeReminder method."; @@ -365,6 +378,7 @@ public Command BuildSnoozeReminderNavCommand() { /// /// Provides operations to call the tentativelyAccept method. /// + /// A public Command BuildTentativelyAcceptNavCommand() { var command = new Command("tentatively-accept"); command.Description = "Provides operations to call the tentativelyAccept method."; @@ -378,13 +392,13 @@ public Command BuildTentativelyAcceptNavCommand() { return command; } /// - /// Instantiates a new EventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EventItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EventItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}{?%24expand,%24select}", rawUrl) { @@ -392,6 +406,7 @@ public EventItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Delete navigation property events for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -400,7 +415,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -408,6 +423,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The events in the calendar. Navigation property. 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 @@ -424,6 +440,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update an event 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 @@ -434,7 +451,7 @@ public RequestInformation ToPatchRequestInformation(Event 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}/groups/{group%2Did}/calendar/events/{event%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Extensions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Extensions/Count/CountRequestBuilder.cs index b802c95699..0f673f1a4f 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Extensions/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}/groups/{group%2Did}/calendar/events/{event%2Did}/extensions/$count{?%24filter}", 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}/groups/{group%2Did}/calendar/events/{event%2Did}/extensions/$count{?%24filter}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.cs index bd4ed1c0c9..53bf6dcc67 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Extensions/ExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the extensions property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ExtensionItemRequestBuilder(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 an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance."; @@ -202,13 +206,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -216,6 +220,7 @@ public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// 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 +237,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -242,7 +248,7 @@ public RequestInformation ToPostRequestInformation(Extension 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}/groups/{group%2Did}/calendar/events/{event%2Did}/extensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.cs index 599f3c08cd..6751165d97 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExtensionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property extensions for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property extensions for groups"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property extensions in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property extensions in groups"; @@ -189,13 +192,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) { @@ -203,6 +206,7 @@ public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Delete navigation property extensions for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,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}/groups/{group%2Did}/calendar/events/{event%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property extensions in groups /// + /// 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 @@ -245,7 +251,7 @@ public RequestInformation ToPatchRequestInformation(Extension 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}/groups/{group%2Did}/calendar/events/{event%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Forward/ForwardPostRequestBody.cs b/src/generated/Groups/Item/Calendar/Events/Item/Forward/ForwardPostRequestBody.cs index 8d1d5cc9e2..13856ee1bc 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Forward/ForwardPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Forward/ForwardPostRequestBody.cs @@ -26,7 +26,7 @@ public class ForwardPostRequestBody : IAdditionalDataHolder, IParsable { public List ToRecipients { get; set; } #endif /// - /// Instantiates a new forwardPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ForwardPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ForwardPostRequestBody() { /// /// 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 ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.cs index 251287ae5e..85655944e5 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.cs @@ -22,6 +22,7 @@ public class ForwardRequestBuilder : BaseCliRequestBuilder { /// This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ForwardRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/forward", pathParameters) { } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/forward", rawUrl) { @@ -79,6 +80,7 @@ public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. /// + /// 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/Groups/Item/Calendar/Events/Item/Instances/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Count/CountRequestBuilder.cs index 394f417f45..2bd66940ed 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/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}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/$count{?%24filter}", 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}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/$count{?%24filter}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaGetResponse.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaGetResponse.cs index 8bb34e5491..08f9102b00 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaGetResponse.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Event.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.cs index 50166588ef..52cbc66347 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"; @@ -71,6 +72,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -89,6 +95,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -107,6 +114,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (eventId is not null) requestInfo.PathParameters.Add("event%2Did", eventId); @@ -129,20 +137,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -172,6 +181,16 @@ public class DeltaRequestBuilderGetQueryParameters { #else [QueryParameter("endDateTime")] public string EndDateTime { get; set; } +#endif + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } #endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Instances/InstancesRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/InstancesRequestBuilder.cs index 3c4a36eba5..bf1e01299c 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/InstancesRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/InstancesRequestBuilder.cs @@ -25,6 +25,7 @@ public class InstancesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the instances property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -45,6 +46,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."; @@ -60,6 +62,7 @@ public Command BuildCountNavCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -76,6 +79,7 @@ public Command BuildDeltaNavCommand() { /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0"; @@ -177,13 +181,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new InstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InstancesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new InstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InstancesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -191,6 +195,7 @@ public InstancesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. /// + /// 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/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs index 5a4627f051..fbfbde7a60 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs @@ -19,7 +19,7 @@ public class AcceptPostRequestBody : IAdditionalDataHolder, IParsable { /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new acceptPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AcceptPostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public AcceptPostRequestBody() { /// /// 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 AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs index 27112e464f..b765c8469e 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs @@ -22,6 +22,7 @@ public class AcceptRequestBuilder : BaseCliRequestBuilder { /// Accept the specified event in a user calendar. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Accept the specified event in a user calendar.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AcceptRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) { } /// - /// Instantiates a new AcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) { @@ -85,6 +86,7 @@ public AcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// Accept the specified event in a user calendar. /// + /// 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/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs index e390efe40d..7cfa4db240 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AttachmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attachments property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AttachmentItemRequestBuilder(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."; @@ -48,12 +50,13 @@ public Command BuildCountNavCommand() { return command; } /// - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. - /// Find more info here + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. + /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); - command.Description = "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0"; + command.Description = "Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0"; var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { }; groupIdOption.IsRequired = true; @@ -112,6 +115,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the createUploadSession method. /// + /// A public Command BuildCreateUploadSessionNavCommand() { var command = new Command("create-upload-session"); command.Description = "Provides operations to call the createUploadSession method."; @@ -128,6 +132,7 @@ public Command BuildCreateUploadSessionNavCommand() { /// Retrieve a list of attachment objects attached to an event. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of attachment objects attached to an event.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"; @@ -230,13 +235,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}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%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}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -244,6 +249,7 @@ public AttachmentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Retrieve a list of attachment objects attached to an event. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -258,8 +264,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -270,7 +277,7 @@ public RequestInformation ToPostRequestInformation(Attachment 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}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs index 5e45db8eb2..e57bc8c0fc 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/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"; @@ -65,13 +66,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}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter}", 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}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs index d583243175..dd2c0f7a3a 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs @@ -18,7 +18,7 @@ public class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IParsab public ApiSdk.Models.AttachmentItem AttachmentItem { get; set; } #endif /// - /// Instantiates a new createUploadSessionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateUploadSessionPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CreateUploadSessionPostRequestBody() { /// /// 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 CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"AttachmentItem", n => { AttachmentItem = n.GetObjectValue(ApiSdk.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 9d1431cee4..453ee81ee4 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CreateUploadSessionRequestBuilder : BaseCliRequestBuilder { /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateUploadSessionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) { } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) { @@ -96,6 +97,7 @@ public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// + /// 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/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs index ea1abc5e36..230ce4e4a0 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AttachmentItemRequestBuilder : BaseCliRequestBuilder { /// Delete an attachment from a user calendar event, mail message, or group post. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an attachment from a user calendar event, mail message, or group post.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttachmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) { @@ -154,6 +156,7 @@ public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Delete an attachment from a user calendar event, mail message, or group post. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -162,7 +165,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -170,6 +173,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. /// + /// 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/Groups/Item/Calendar/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs index 7af0b5979d..8412d8b1eb 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs @@ -22,6 +22,7 @@ public class CalendarRequestBuilder : BaseCliRequestBuilder { /// /// The calendar that contains the event. Navigation property. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The calendar that contains the event. Navigation property. Read-only."; @@ -75,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CalendarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CalendarRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24select}", pathParameters) { } /// - /// Instantiates a new CalendarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CalendarRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24select}", rawUrl) { @@ -89,6 +90,7 @@ public CalendarRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The calendar that contains the event. Navigation property. 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 diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs index f044a78446..b4aecbc2ed 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs @@ -17,7 +17,7 @@ public class CancelPostRequestBody : IAdditionalDataHolder, IParsable { public string Comment { get; set; } #endif /// - /// Instantiates a new cancelPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CancelPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CancelPostRequestBody() { /// /// 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 CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs index 161f522bb6..379ba0d381 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs @@ -22,6 +22,7 @@ public class CancelRequestBuilder : BaseCliRequestBuilder { /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CancelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) { } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) { @@ -85,6 +86,7 @@ public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. /// + /// 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/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs index 7696417c93..5bd108d676 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs @@ -28,7 +28,7 @@ public class DeclinePostRequestBody : IAdditionalDataHolder, IParsable { /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new declinePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DeclinePostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public DeclinePostRequestBody() { /// /// 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 DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs index c48be6cf5c..788301bd51 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeclineRequestBuilder : BaseCliRequestBuilder { /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DeclineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeclineRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) { } /// - /// Instantiates a new DeclineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeclineRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) { @@ -85,6 +86,7 @@ public DeclineRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// + /// 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/Groups/Item/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs index 2f9e2faba4..c652069003 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs @@ -22,6 +22,7 @@ public class DismissReminderRequestBuilder : BaseCliRequestBuilder { /// Dismiss a reminder that has been triggered for an event in a user calendar. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Dismiss a reminder that has been triggered for an event in a user calendar.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DismissReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DismissReminderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) { } /// - /// Instantiates a new DismissReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DismissReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) { @@ -72,6 +73,7 @@ public DismissReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Dismiss a reminder that has been triggered for an event in a user calendar. /// + /// 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/Groups/Item/Calendar/Events/Item/Instances/Item/EventItemRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/EventItemRequestBuilder.cs index 3f35b65a17..6105a25a46 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/EventItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/EventItemRequestBuilder.cs @@ -32,6 +32,7 @@ public class EventItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the accept method. /// + /// A public Command BuildAcceptNavCommand() { var command = new Command("accept"); command.Description = "Provides operations to call the accept method."; @@ -47,6 +48,7 @@ public Command BuildAcceptNavCommand() { /// /// Provides operations to manage the attachments property of the microsoft.graph.event entity. /// + /// A public Command BuildAttachmentsNavCommand() { var command = new Command("attachments"); command.Description = "Provides operations to manage the attachments property of the microsoft.graph.event entity."; @@ -73,6 +75,7 @@ public Command BuildAttachmentsNavCommand() { /// /// Provides operations to manage the calendar property of the microsoft.graph.event entity. /// + /// A public Command BuildCalendarNavCommand() { var command = new Command("calendar"); command.Description = "Provides operations to manage the calendar property of the microsoft.graph.event entity."; @@ -88,6 +91,7 @@ public Command BuildCalendarNavCommand() { /// /// Provides operations to call the cancel method. /// + /// A public Command BuildCancelNavCommand() { var command = new Command("cancel"); command.Description = "Provides operations to call the cancel method."; @@ -103,6 +107,7 @@ public Command BuildCancelNavCommand() { /// /// Provides operations to call the decline method. /// + /// A public Command BuildDeclineNavCommand() { var command = new Command("decline"); command.Description = "Provides operations to call the decline method."; @@ -118,6 +123,7 @@ public Command BuildDeclineNavCommand() { /// /// Provides operations to call the dismissReminder method. /// + /// A public Command BuildDismissReminderNavCommand() { var command = new Command("dismiss-reminder"); command.Description = "Provides operations to call the dismissReminder method."; @@ -133,6 +139,7 @@ public Command BuildDismissReminderNavCommand() { /// /// Provides operations to manage the extensions property of the microsoft.graph.event entity. /// + /// A public Command BuildExtensionsNavCommand() { var command = new Command("extensions"); command.Description = "Provides operations to manage the extensions property of the microsoft.graph.event entity."; @@ -158,6 +165,7 @@ public Command BuildExtensionsNavCommand() { /// /// Provides operations to call the forward method. /// + /// A public Command BuildForwardNavCommand() { var command = new Command("forward"); command.Description = "Provides operations to call the forward method."; @@ -173,6 +181,7 @@ public Command BuildForwardNavCommand() { /// /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable."; @@ -240,6 +249,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the snoozeReminder method. /// + /// A public Command BuildSnoozeReminderNavCommand() { var command = new Command("snooze-reminder"); command.Description = "Provides operations to call the snoozeReminder method."; @@ -255,6 +265,7 @@ public Command BuildSnoozeReminderNavCommand() { /// /// Provides operations to call the tentativelyAccept method. /// + /// A public Command BuildTentativelyAcceptNavCommand() { var command = new Command("tentatively-accept"); command.Description = "Provides operations to call the tentativelyAccept method."; @@ -268,13 +279,13 @@ public Command BuildTentativelyAcceptNavCommand() { return command; } /// - /// Instantiates a new EventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EventItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24select}", pathParameters) { } /// - /// Instantiates a new EventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EventItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24select}", rawUrl) { @@ -282,6 +293,7 @@ public EventItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. /// + /// 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/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs index 76ef591718..5dfebb942f 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/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"; @@ -65,13 +66,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}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter}", 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}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs index 3b5f7fc75e..f3812f23c4 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the extensions property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ExtensionItemRequestBuilder(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 an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0"; @@ -112,6 +115,7 @@ public Command BuildCreateCommand() { /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance."; @@ -214,13 +218,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -228,6 +232,7 @@ public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,6 +249,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -254,7 +260,7 @@ public RequestInformation ToPostRequestInformation(Extension 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}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs index a8b6598471..dd3e050ca2 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExtensionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property extensions for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property extensions for groups"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property extensions in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property extensions in groups"; @@ -207,13 +210,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) { @@ -221,6 +224,7 @@ public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Delete navigation property extensions for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,7 +233,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -237,6 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property extensions in groups /// + /// 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 @@ -263,7 +269,7 @@ public RequestInformation ToPatchRequestInformation(Extension 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}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs index 5da670d4a1..ece126b5c3 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs @@ -26,7 +26,7 @@ public class ForwardPostRequestBody : IAdditionalDataHolder, IParsable { public List ToRecipients { get; set; } #endif /// - /// Instantiates a new forwardPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ForwardPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ForwardPostRequestBody() { /// /// 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 ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs index 3351876e10..43f00dbaf4 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs @@ -22,6 +22,7 @@ public class ForwardRequestBuilder : BaseCliRequestBuilder { /// This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ForwardRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) { } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) { @@ -85,6 +86,7 @@ public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. /// + /// 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/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs index b543cd55f5..deb4acbb62 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs @@ -18,7 +18,7 @@ public class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IParsable { public DateTimeTimeZone NewReminderTime { get; set; } #endif /// - /// Instantiates a new snoozeReminderPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SnoozeReminderPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SnoozeReminderPostRequestBody() { /// /// 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 SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"NewReminderTime", n => { NewReminderTime = n.GetObjectValue(DateTimeTimeZone.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs index 94f0ecc867..4749d1f751 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs @@ -22,6 +22,7 @@ public class SnoozeReminderRequestBuilder : BaseCliRequestBuilder { /// Postpone a reminder for an event in a user calendar until a new time. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Postpone a reminder for an event in a user calendar until a new time.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SnoozeReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SnoozeReminderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) { } /// - /// Instantiates a new SnoozeReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SnoozeReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) { @@ -85,6 +86,7 @@ public SnoozeReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Postpone a reminder for an event in a user calendar until a new time. /// + /// 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/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs index a033c3ebf3..7ee065c60f 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs @@ -28,7 +28,7 @@ public class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IParsable /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new tentativelyAcceptPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TentativelyAcceptPostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public TentativelyAcceptPostRequestBody() { /// /// 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 TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs index eb3d60714c..c1929d917d 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs @@ -22,6 +22,7 @@ public class TentativelyAcceptRequestBuilder : BaseCliRequestBuilder { /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TentativelyAcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TentativelyAcceptRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) { } /// - /// Instantiates a new TentativelyAcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TentativelyAcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) { @@ -85,6 +86,7 @@ public TentativelyAcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/ /// /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// + /// 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/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs index f03befd2de..b7c3942a9d 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs @@ -18,7 +18,7 @@ public class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IParsable { public DateTimeTimeZone NewReminderTime { get; set; } #endif /// - /// Instantiates a new snoozeReminderPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SnoozeReminderPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SnoozeReminderPostRequestBody() { /// /// 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 SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"NewReminderTime", n => { NewReminderTime = n.GetObjectValue(DateTimeTimeZone.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs index d263911233..a336c1e003 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs @@ -22,6 +22,7 @@ public class SnoozeReminderRequestBuilder : BaseCliRequestBuilder { /// Postpone a reminder for an event in a user calendar until a new time. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Postpone a reminder for an event in a user calendar until a new time.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SnoozeReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SnoozeReminderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/snoozeReminder", pathParameters) { } /// - /// Instantiates a new SnoozeReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SnoozeReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/snoozeReminder", rawUrl) { @@ -79,6 +80,7 @@ public SnoozeReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Postpone a reminder for an event in a user calendar until a new time. /// + /// 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/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs index e62983f58a..09963642ab 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs @@ -28,7 +28,7 @@ public class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IParsable /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new tentativelyAcceptPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TentativelyAcceptPostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public TentativelyAcceptPostRequestBody() { /// /// 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 TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs index 2816d15ebb..887deb6c1f 100644 --- a/src/generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs @@ -22,6 +22,7 @@ public class TentativelyAcceptRequestBuilder : BaseCliRequestBuilder { /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TentativelyAcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TentativelyAcceptRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/tentativelyAccept", pathParameters) { } /// - /// Instantiates a new TentativelyAcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TentativelyAcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/events/{event%2Did}/tentativelyAccept", rawUrl) { @@ -79,6 +80,7 @@ public TentativelyAcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/ /// /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// + /// 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/Groups/Item/Calendar/GetSchedule/GetSchedulePostRequestBody.cs b/src/generated/Groups/Item/Calendar/GetSchedule/GetSchedulePostRequestBody.cs index 186a25b2d7..9a471b795a 100644 --- a/src/generated/Groups/Item/Calendar/GetSchedule/GetSchedulePostRequestBody.cs +++ b/src/generated/Groups/Item/Calendar/GetSchedule/GetSchedulePostRequestBody.cs @@ -36,7 +36,7 @@ public class GetSchedulePostRequestBody : IAdditionalDataHolder, IParsable { public DateTimeTimeZone StartTime { get; set; } #endif /// - /// Instantiates a new getSchedulePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetSchedulePostRequestBody() { AdditionalData = new Dictionary(); @@ -44,6 +44,7 @@ public GetSchedulePostRequestBody() { /// /// 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 GetSchedulePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public static GetSchedulePostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"AvailabilityViewInterval", n => { AvailabilityViewInterval = n.GetIntValue(); } }, diff --git a/src/generated/Groups/Item/Calendar/GetSchedule/GetSchedulePostResponse.cs b/src/generated/Groups/Item/Calendar/GetSchedule/GetSchedulePostResponse.cs index d541861bd8..2de1a3ee1b 100644 --- a/src/generated/Groups/Item/Calendar/GetSchedule/GetSchedulePostResponse.cs +++ b/src/generated/Groups/Item/Calendar/GetSchedule/GetSchedulePostResponse.cs @@ -18,6 +18,7 @@ public class GetSchedulePostResponse : BaseCollectionPaginationCountResponse, IP /// /// 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 new GetSchedulePostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetSchedulePostResponse : BaseCollectionPaginationCountResponse, IP /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ScheduleInformation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.cs b/src/generated/Groups/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.cs index dd7f88e612..bb70247141 100644 --- a/src/generated/Groups/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.cs +++ b/src/generated/Groups/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetScheduleRequestBuilder : BaseCliRequestBuilder { /// Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetScheduleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetScheduleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendar/getSchedule", pathParameters) { } /// - /// Instantiates a new GetScheduleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetScheduleRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendar/getSchedule", rawUrl) { @@ -94,6 +95,7 @@ public GetScheduleRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. /// + /// 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/Groups/Item/CalendarView/CalendarViewRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/CalendarViewRequestBuilder.cs index e2289265b9..aa579449e4 100644 --- a/src/generated/Groups/Item/CalendarView/CalendarViewRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/CalendarViewRequestBuilder.cs @@ -25,6 +25,7 @@ public class CalendarViewRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the calendarView property of the microsoft.graph.group entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -46,6 +47,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."; @@ -61,6 +63,7 @@ public Command BuildCountNavCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -77,6 +80,7 @@ public Command BuildDeltaNavCommand() { /// The calendar view for the calendar. Read-only. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The calendar view for the calendar. Read-only.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-calendarview?view=graph-rest-1.0"; @@ -172,13 +176,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CalendarViewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CalendarViewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CalendarViewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CalendarViewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -186,6 +190,7 @@ public CalendarViewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// The calendar view for the calendar. 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 diff --git a/src/generated/Groups/Item/CalendarView/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Count/CountRequestBuilder.cs index 73f301af7b..d826e3be4f 100644 --- a/src/generated/Groups/Item/CalendarView/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/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}/groups/{group%2Did}/calendarView/$count{?%24filter}", 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}/groups/{group%2Did}/calendarView/$count{?%24filter}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/CalendarView/Delta/DeltaGetResponse.cs b/src/generated/Groups/Item/CalendarView/Delta/DeltaGetResponse.cs index debfd9a533..08220c1d34 100644 --- a/src/generated/Groups/Item/CalendarView/Delta/DeltaGetResponse.cs +++ b/src/generated/Groups/Item/CalendarView/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Event.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilder.cs index 061da7f5f0..f30fb632c4 100644 --- a/src/generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"; @@ -67,6 +68,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -84,6 +90,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -102,6 +109,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); var errorMapping = new Dictionary> { @@ -123,20 +131,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -166,6 +175,16 @@ public class DeltaRequestBuilderGetQueryParameters { #else [QueryParameter("endDateTime")] public string EndDateTime { get; set; } +#endif + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } #endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Groups/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs b/src/generated/Groups/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs index bd61cc20e8..c6ca135d89 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Accept/AcceptPostRequestBody.cs @@ -19,7 +19,7 @@ public class AcceptPostRequestBody : IAdditionalDataHolder, IParsable { /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new acceptPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AcceptPostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public AcceptPostRequestBody() { /// /// 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 AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs index a6c43e357b..d89d51e69d 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Accept/AcceptRequestBuilder.cs @@ -22,6 +22,7 @@ public class AcceptRequestBuilder : BaseCliRequestBuilder { /// Accept the specified event in a user calendar. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Accept the specified event in a user calendar.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AcceptRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/accept", pathParameters) { } /// - /// Instantiates a new AcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/accept", rawUrl) { @@ -79,6 +80,7 @@ public AcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// Accept the specified event in a user calendar. /// + /// 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/Groups/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs index 60b95acf26..da35ece63a 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Attachments/AttachmentsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AttachmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attachments property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AttachmentItemRequestBuilder(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."; @@ -48,12 +50,13 @@ public Command BuildCountNavCommand() { return command; } /// - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. - /// Find more info here + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. + /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); - command.Description = "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0"; + command.Description = "Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0"; var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { }; groupIdOption.IsRequired = true; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the createUploadSession method. /// + /// A public Command BuildCreateUploadSessionNavCommand() { var command = new Command("create-upload-session"); command.Description = "Provides operations to call the createUploadSession method."; @@ -122,6 +126,7 @@ public Command BuildCreateUploadSessionNavCommand() { /// Retrieve a list of attachment objects attached to an event. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of attachment objects attached to an event.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"; @@ -218,13 +223,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}/groups/{group%2Did}/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%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}/groups/{group%2Did}/calendarView/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -232,6 +237,7 @@ public AttachmentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Retrieve a list of attachment objects attached to an event. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,8 +252,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -258,7 +265,7 @@ public RequestInformation ToPostRequestInformation(Attachment 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}/groups/{group%2Did}/calendarView/{event%2Did}/attachments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs index 02757e9b09..5781af9463 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/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}/groups/{group%2Did}/calendarView/{event%2Did}/attachments/$count{?%24filter}", 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}/groups/{group%2Did}/calendarView/{event%2Did}/attachments/$count{?%24filter}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs index ce7b060646..d1c48c4285 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs @@ -18,7 +18,7 @@ public class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IParsab public ApiSdk.Models.AttachmentItem AttachmentItem { get; set; } #endif /// - /// Instantiates a new createUploadSessionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateUploadSessionPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CreateUploadSessionPostRequestBody() { /// /// 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 CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"AttachmentItem", n => { AttachmentItem = n.GetObjectValue(ApiSdk.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 7da04ead29..3bbdc7316c 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CreateUploadSessionRequestBuilder : BaseCliRequestBuilder { /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateUploadSessionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/attachments/createUploadSession", pathParameters) { } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/attachments/createUploadSession", rawUrl) { @@ -90,6 +91,7 @@ public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// + /// 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/Groups/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs index 459563c5a8..23e3c775ec 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Attachments/Item/AttachmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AttachmentItemRequestBuilder : BaseCliRequestBuilder { /// Delete an attachment from a user calendar event, mail message, or group post. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an attachment from a user calendar event, mail message, or group post.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable."; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttachmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) { @@ -142,6 +144,7 @@ public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Delete an attachment from a user calendar event, mail message, or group post. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,7 +153,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/attachments/{attachment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -158,6 +161,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. /// + /// 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/Groups/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs index 137001cc89..1ad1214c92 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Calendar/CalendarRequestBuilder.cs @@ -22,6 +22,7 @@ public class CalendarRequestBuilder : BaseCliRequestBuilder { /// /// The calendar that contains the event. Navigation property. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The calendar that contains the event. Navigation property. Read-only."; @@ -69,13 +70,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CalendarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CalendarRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/calendar{?%24select}", pathParameters) { } /// - /// Instantiates a new CalendarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CalendarRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/calendar{?%24select}", rawUrl) { @@ -83,6 +84,7 @@ public CalendarRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The calendar that contains the event. Navigation property. 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 diff --git a/src/generated/Groups/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs b/src/generated/Groups/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs index bf153e58ee..2d4be5a8b9 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Cancel/CancelPostRequestBody.cs @@ -17,7 +17,7 @@ public class CancelPostRequestBody : IAdditionalDataHolder, IParsable { public string Comment { get; set; } #endif /// - /// Instantiates a new cancelPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CancelPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CancelPostRequestBody() { /// /// 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 CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs index 5b2bc30bc1..cff1c11312 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Cancel/CancelRequestBuilder.cs @@ -22,6 +22,7 @@ public class CancelRequestBuilder : BaseCliRequestBuilder { /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CancelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/cancel", pathParameters) { } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/cancel", rawUrl) { @@ -79,6 +80,7 @@ public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. /// + /// 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/Groups/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs b/src/generated/Groups/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs index d338b0f65c..828cb21af1 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Decline/DeclinePostRequestBody.cs @@ -28,7 +28,7 @@ public class DeclinePostRequestBody : IAdditionalDataHolder, IParsable { /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new declinePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DeclinePostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public DeclinePostRequestBody() { /// /// 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 DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs index 4ac2f5af7b..f9dfd9cb6a 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Decline/DeclineRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeclineRequestBuilder : BaseCliRequestBuilder { /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DeclineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeclineRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/decline", pathParameters) { } /// - /// Instantiates a new DeclineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeclineRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/decline", rawUrl) { @@ -79,6 +80,7 @@ public DeclineRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// + /// 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/Groups/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs index da21ad5ccb..380dccb2ba 100644 --- a/src/generated/Groups/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/DismissReminder/DismissReminderRequestBuilder.cs @@ -22,6 +22,7 @@ public class DismissReminderRequestBuilder : BaseCliRequestBuilder { /// Dismiss a reminder that has been triggered for an event in a user calendar. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Dismiss a reminder that has been triggered for an event in a user calendar.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DismissReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DismissReminderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/dismissReminder", pathParameters) { } /// - /// Instantiates a new DismissReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DismissReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/dismissReminder", rawUrl) { @@ -66,6 +67,7 @@ public DismissReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Dismiss a reminder that has been triggered for an event in a user calendar. /// + /// 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/Groups/Item/CalendarView/Item/EventItemRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/EventItemRequestBuilder.cs index 1e9bb2a7f9..4590a2e4f3 100644 --- a/src/generated/Groups/Item/CalendarView/Item/EventItemRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/EventItemRequestBuilder.cs @@ -33,6 +33,7 @@ public class EventItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the accept method. /// + /// A public Command BuildAcceptNavCommand() { var command = new Command("accept"); command.Description = "Provides operations to call the accept method."; @@ -48,6 +49,7 @@ public Command BuildAcceptNavCommand() { /// /// Provides operations to manage the attachments property of the microsoft.graph.event entity. /// + /// A public Command BuildAttachmentsNavCommand() { var command = new Command("attachments"); command.Description = "Provides operations to manage the attachments property of the microsoft.graph.event entity."; @@ -74,6 +76,7 @@ public Command BuildAttachmentsNavCommand() { /// /// Provides operations to manage the calendar property of the microsoft.graph.event entity. /// + /// A public Command BuildCalendarNavCommand() { var command = new Command("calendar"); command.Description = "Provides operations to manage the calendar property of the microsoft.graph.event entity."; @@ -89,6 +92,7 @@ public Command BuildCalendarNavCommand() { /// /// Provides operations to call the cancel method. /// + /// A public Command BuildCancelNavCommand() { var command = new Command("cancel"); command.Description = "Provides operations to call the cancel method."; @@ -104,6 +108,7 @@ public Command BuildCancelNavCommand() { /// /// Provides operations to call the decline method. /// + /// A public Command BuildDeclineNavCommand() { var command = new Command("decline"); command.Description = "Provides operations to call the decline method."; @@ -119,6 +124,7 @@ public Command BuildDeclineNavCommand() { /// /// Provides operations to call the dismissReminder method. /// + /// A public Command BuildDismissReminderNavCommand() { var command = new Command("dismiss-reminder"); command.Description = "Provides operations to call the dismissReminder method."; @@ -134,6 +140,7 @@ public Command BuildDismissReminderNavCommand() { /// /// Provides operations to manage the extensions property of the microsoft.graph.event entity. /// + /// A public Command BuildExtensionsNavCommand() { var command = new Command("extensions"); command.Description = "Provides operations to manage the extensions property of the microsoft.graph.event entity."; @@ -159,6 +166,7 @@ public Command BuildExtensionsNavCommand() { /// /// Provides operations to call the forward method. /// + /// A public Command BuildForwardNavCommand() { var command = new Command("forward"); command.Description = "Provides operations to call the forward method."; @@ -174,6 +182,7 @@ public Command BuildForwardNavCommand() { /// /// The calendar view for the calendar. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The calendar view for the calendar. Read-only."; @@ -235,6 +244,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the instances property of the microsoft.graph.event entity. /// + /// A public Command BuildInstancesNavCommand() { var command = new Command("instances"); command.Description = "Provides operations to manage the instances property of the microsoft.graph.event entity."; @@ -260,6 +270,7 @@ public Command BuildInstancesNavCommand() { /// /// Provides operations to call the snoozeReminder method. /// + /// A public Command BuildSnoozeReminderNavCommand() { var command = new Command("snooze-reminder"); command.Description = "Provides operations to call the snoozeReminder method."; @@ -275,6 +286,7 @@ public Command BuildSnoozeReminderNavCommand() { /// /// Provides operations to call the tentativelyAccept method. /// + /// A public Command BuildTentativelyAcceptNavCommand() { var command = new Command("tentatively-accept"); command.Description = "Provides operations to call the tentativelyAccept method."; @@ -288,13 +300,13 @@ public Command BuildTentativelyAcceptNavCommand() { return command; } /// - /// Instantiates a new EventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EventItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24select}", pathParameters) { } /// - /// Instantiates a new EventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EventItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24select}", rawUrl) { @@ -302,6 +314,7 @@ public EventItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// The calendar view for the calendar. 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 diff --git a/src/generated/Groups/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs index 013293fdc3..5251b04d1a 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Extensions/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}/groups/{group%2Did}/calendarView/{event%2Did}/extensions/$count{?%24filter}", 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}/groups/{group%2Did}/calendarView/{event%2Did}/extensions/$count{?%24filter}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs index 637e375f26..6ebb4a9def 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Extensions/ExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the extensions property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ExtensionItemRequestBuilder(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 an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance."; @@ -202,13 +206,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -216,6 +220,7 @@ public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// 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 +237,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -242,7 +248,7 @@ public RequestInformation ToPostRequestInformation(Extension 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}/groups/{group%2Did}/calendarView/{event%2Did}/extensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs index 0d50b02b18..35f0361ab1 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Extensions/Item/ExtensionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExtensionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property extensions for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property extensions for groups"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property extensions in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property extensions in groups"; @@ -189,13 +192,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) { @@ -203,6 +206,7 @@ public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Delete navigation property extensions for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,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}/groups/{group%2Did}/calendarView/{event%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property extensions in groups /// + /// 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 @@ -245,7 +251,7 @@ public RequestInformation ToPatchRequestInformation(Extension 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}/groups/{group%2Did}/calendarView/{event%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs b/src/generated/Groups/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs index ce583ce7dd..854a62cf5c 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Forward/ForwardPostRequestBody.cs @@ -26,7 +26,7 @@ public class ForwardPostRequestBody : IAdditionalDataHolder, IParsable { public List ToRecipients { get; set; } #endif /// - /// Instantiates a new forwardPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ForwardPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ForwardPostRequestBody() { /// /// 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 ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs index afbb3eafe3..8b72ad77fe 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Forward/ForwardRequestBuilder.cs @@ -22,6 +22,7 @@ public class ForwardRequestBuilder : BaseCliRequestBuilder { /// This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ForwardRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/forward", pathParameters) { } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/forward", rawUrl) { @@ -79,6 +80,7 @@ public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. /// + /// 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/Groups/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs index 32f64e1fef..4386715548 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/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}/groups/{group%2Did}/calendarView/{event%2Did}/instances/$count{?%24filter}", 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}/groups/{group%2Did}/calendarView/{event%2Did}/instances/$count{?%24filter}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs index 12191974d2..56b4b3626e 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Event.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs index 85f87966b2..10dcf96473 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Delta/DeltaRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"; @@ -71,6 +72,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -89,6 +95,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -107,6 +114,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (eventId is not null) requestInfo.PathParameters.Add("event%2Did", eventId); @@ -129,20 +137,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -172,6 +181,16 @@ public class DeltaRequestBuilderGetQueryParameters { #else [QueryParameter("endDateTime")] public string EndDateTime { get; set; } +#endif + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } #endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Groups/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs index 25920ecd65..d74418d073 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/InstancesRequestBuilder.cs @@ -25,6 +25,7 @@ public class InstancesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the instances property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -45,6 +46,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."; @@ -60,6 +62,7 @@ public Command BuildCountNavCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -76,6 +79,7 @@ public Command BuildDeltaNavCommand() { /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0"; @@ -177,13 +181,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new InstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InstancesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new InstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InstancesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -191,6 +195,7 @@ public InstancesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. /// + /// 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/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs index dda4c057b4..71e5ca3789 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptPostRequestBody.cs @@ -19,7 +19,7 @@ public class AcceptPostRequestBody : IAdditionalDataHolder, IParsable { /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new acceptPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AcceptPostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public AcceptPostRequestBody() { /// /// 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 AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs index 8e866471c0..1810e4ef3d 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Accept/AcceptRequestBuilder.cs @@ -22,6 +22,7 @@ public class AcceptRequestBuilder : BaseCliRequestBuilder { /// Accept the specified event in a user calendar. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Accept the specified event in a user calendar.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AcceptRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) { } /// - /// Instantiates a new AcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) { @@ -85,6 +86,7 @@ public AcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// Accept the specified event in a user calendar. /// + /// 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/Groups/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs index 0d6ca74ec1..5f2dc283eb 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AttachmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attachments property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AttachmentItemRequestBuilder(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."; @@ -48,12 +50,13 @@ public Command BuildCountNavCommand() { return command; } /// - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. - /// Find more info here + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. + /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); - command.Description = "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0"; + command.Description = "Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0"; var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { }; groupIdOption.IsRequired = true; @@ -112,6 +115,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the createUploadSession method. /// + /// A public Command BuildCreateUploadSessionNavCommand() { var command = new Command("create-upload-session"); command.Description = "Provides operations to call the createUploadSession method."; @@ -128,6 +132,7 @@ public Command BuildCreateUploadSessionNavCommand() { /// Retrieve a list of attachment objects attached to an event. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of attachment objects attached to an event.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"; @@ -230,13 +235,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}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%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}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -244,6 +249,7 @@ public AttachmentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Retrieve a list of attachment objects attached to an event. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -258,8 +264,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -270,7 +277,7 @@ public RequestInformation ToPostRequestInformation(Attachment 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}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs index b3239a6d80..dc1944267c 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/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"; @@ -65,13 +66,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}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter}", 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}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs index 66c480c910..260901942f 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs @@ -18,7 +18,7 @@ public class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IParsab public ApiSdk.Models.AttachmentItem AttachmentItem { get; set; } #endif /// - /// Instantiates a new createUploadSessionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateUploadSessionPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CreateUploadSessionPostRequestBody() { /// /// 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 CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"AttachmentItem", n => { AttachmentItem = n.GetObjectValue(ApiSdk.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index a8d21da5d5..9c0955f7d0 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CreateUploadSessionRequestBuilder : BaseCliRequestBuilder { /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateUploadSessionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) { } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) { @@ -96,6 +97,7 @@ public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// + /// 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/Groups/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs index 04ea37e9f5..499850e5ed 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AttachmentItemRequestBuilder : BaseCliRequestBuilder { /// Delete an attachment from a user calendar event, mail message, or group post. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an attachment from a user calendar event, mail message, or group post.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttachmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) { @@ -154,6 +156,7 @@ public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Delete an attachment from a user calendar event, mail message, or group post. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -162,7 +165,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -170,6 +173,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. /// + /// 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/Groups/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs index 6d72ce2a80..d619016ba1 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs @@ -22,6 +22,7 @@ public class CalendarRequestBuilder : BaseCliRequestBuilder { /// /// The calendar that contains the event. Navigation property. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The calendar that contains the event. Navigation property. Read-only."; @@ -75,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CalendarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CalendarRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24select}", pathParameters) { } /// - /// Instantiates a new CalendarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CalendarRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/calendar{?%24select}", rawUrl) { @@ -89,6 +90,7 @@ public CalendarRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The calendar that contains the event. Navigation property. 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 diff --git a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs index ac35f087b6..047b359b7b 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelPostRequestBody.cs @@ -17,7 +17,7 @@ public class CancelPostRequestBody : IAdditionalDataHolder, IParsable { public string Comment { get; set; } #endif /// - /// Instantiates a new cancelPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CancelPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CancelPostRequestBody() { /// /// 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 CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs index fde1d78cef..8861f03e15 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Cancel/CancelRequestBuilder.cs @@ -22,6 +22,7 @@ public class CancelRequestBuilder : BaseCliRequestBuilder { /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CancelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) { } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) { @@ -85,6 +86,7 @@ public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. /// + /// 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/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs index 9ed50a76bb..f92c8587fd 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclinePostRequestBody.cs @@ -28,7 +28,7 @@ public class DeclinePostRequestBody : IAdditionalDataHolder, IParsable { /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new declinePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DeclinePostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public DeclinePostRequestBody() { /// /// 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 DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs index 7a001f7842..a63baf2021 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Decline/DeclineRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeclineRequestBuilder : BaseCliRequestBuilder { /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DeclineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeclineRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) { } /// - /// Instantiates a new DeclineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeclineRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) { @@ -85,6 +86,7 @@ public DeclineRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// + /// 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/Groups/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs index 059c05331a..e8553cf655 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs @@ -22,6 +22,7 @@ public class DismissReminderRequestBuilder : BaseCliRequestBuilder { /// Dismiss a reminder that has been triggered for an event in a user calendar. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Dismiss a reminder that has been triggered for an event in a user calendar.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DismissReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DismissReminderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) { } /// - /// Instantiates a new DismissReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DismissReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) { @@ -72,6 +73,7 @@ public DismissReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Dismiss a reminder that has been triggered for an event in a user calendar. /// + /// 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/Groups/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs index d389ad099a..fdc84817ff 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/EventItemRequestBuilder.cs @@ -32,6 +32,7 @@ public class EventItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the accept method. /// + /// A public Command BuildAcceptNavCommand() { var command = new Command("accept"); command.Description = "Provides operations to call the accept method."; @@ -47,6 +48,7 @@ public Command BuildAcceptNavCommand() { /// /// Provides operations to manage the attachments property of the microsoft.graph.event entity. /// + /// A public Command BuildAttachmentsNavCommand() { var command = new Command("attachments"); command.Description = "Provides operations to manage the attachments property of the microsoft.graph.event entity."; @@ -73,6 +75,7 @@ public Command BuildAttachmentsNavCommand() { /// /// Provides operations to manage the calendar property of the microsoft.graph.event entity. /// + /// A public Command BuildCalendarNavCommand() { var command = new Command("calendar"); command.Description = "Provides operations to manage the calendar property of the microsoft.graph.event entity."; @@ -88,6 +91,7 @@ public Command BuildCalendarNavCommand() { /// /// Provides operations to call the cancel method. /// + /// A public Command BuildCancelNavCommand() { var command = new Command("cancel"); command.Description = "Provides operations to call the cancel method."; @@ -103,6 +107,7 @@ public Command BuildCancelNavCommand() { /// /// Provides operations to call the decline method. /// + /// A public Command BuildDeclineNavCommand() { var command = new Command("decline"); command.Description = "Provides operations to call the decline method."; @@ -118,6 +123,7 @@ public Command BuildDeclineNavCommand() { /// /// Provides operations to call the dismissReminder method. /// + /// A public Command BuildDismissReminderNavCommand() { var command = new Command("dismiss-reminder"); command.Description = "Provides operations to call the dismissReminder method."; @@ -133,6 +139,7 @@ public Command BuildDismissReminderNavCommand() { /// /// Provides operations to manage the extensions property of the microsoft.graph.event entity. /// + /// A public Command BuildExtensionsNavCommand() { var command = new Command("extensions"); command.Description = "Provides operations to manage the extensions property of the microsoft.graph.event entity."; @@ -158,6 +165,7 @@ public Command BuildExtensionsNavCommand() { /// /// Provides operations to call the forward method. /// + /// A public Command BuildForwardNavCommand() { var command = new Command("forward"); command.Description = "Provides operations to call the forward method."; @@ -173,6 +181,7 @@ public Command BuildForwardNavCommand() { /// /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable."; @@ -240,6 +249,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the snoozeReminder method. /// + /// A public Command BuildSnoozeReminderNavCommand() { var command = new Command("snooze-reminder"); command.Description = "Provides operations to call the snoozeReminder method."; @@ -255,6 +265,7 @@ public Command BuildSnoozeReminderNavCommand() { /// /// Provides operations to call the tentativelyAccept method. /// + /// A public Command BuildTentativelyAcceptNavCommand() { var command = new Command("tentatively-accept"); command.Description = "Provides operations to call the tentativelyAccept method."; @@ -268,13 +279,13 @@ public Command BuildTentativelyAcceptNavCommand() { return command; } /// - /// Instantiates a new EventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EventItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24select}", pathParameters) { } /// - /// Instantiates a new EventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EventItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24select}", rawUrl) { @@ -282,6 +293,7 @@ public EventItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. /// + /// 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/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs index 4651c624d6..b83260b1c5 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/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"; @@ -65,13 +66,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}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter}", 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}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs index 0391b5b9de..ab5f1778a0 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the extensions property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ExtensionItemRequestBuilder(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 an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0"; @@ -112,6 +115,7 @@ public Command BuildCreateCommand() { /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance."; @@ -214,13 +218,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -228,6 +232,7 @@ public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,6 +249,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -254,7 +260,7 @@ public RequestInformation ToPostRequestInformation(Extension 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}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs index e5d308bbb3..8a0969203c 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExtensionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property extensions for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property extensions for groups"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property extensions in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property extensions in groups"; @@ -207,13 +210,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) { @@ -221,6 +224,7 @@ public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Delete navigation property extensions for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,7 +233,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -237,6 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property extensions in groups /// + /// 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 @@ -263,7 +269,7 @@ public RequestInformation ToPatchRequestInformation(Extension 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}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs index 85625e816a..78211b7554 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardPostRequestBody.cs @@ -26,7 +26,7 @@ public class ForwardPostRequestBody : IAdditionalDataHolder, IParsable { public List ToRecipients { get; set; } #endif /// - /// Instantiates a new forwardPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ForwardPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ForwardPostRequestBody() { /// /// 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 ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs index 4778c166b1..56f247cefe 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/Forward/ForwardRequestBuilder.cs @@ -22,6 +22,7 @@ public class ForwardRequestBuilder : BaseCliRequestBuilder { /// This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ForwardRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) { } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) { @@ -85,6 +86,7 @@ public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. /// + /// 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/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs index 498acf13da..7027adfbe8 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs @@ -18,7 +18,7 @@ public class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IParsable { public DateTimeTimeZone NewReminderTime { get; set; } #endif /// - /// Instantiates a new snoozeReminderPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SnoozeReminderPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SnoozeReminderPostRequestBody() { /// /// 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 SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"NewReminderTime", n => { NewReminderTime = n.GetObjectValue(DateTimeTimeZone.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs index 8de977c126..ff49847c5a 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs @@ -22,6 +22,7 @@ public class SnoozeReminderRequestBuilder : BaseCliRequestBuilder { /// Postpone a reminder for an event in a user calendar until a new time. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Postpone a reminder for an event in a user calendar until a new time.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SnoozeReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SnoozeReminderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) { } /// - /// Instantiates a new SnoozeReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SnoozeReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) { @@ -85,6 +86,7 @@ public SnoozeReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Postpone a reminder for an event in a user calendar until a new time. /// + /// 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/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs index 3a22d07065..1abe78743f 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs @@ -28,7 +28,7 @@ public class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IParsable /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new tentativelyAcceptPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TentativelyAcceptPostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public TentativelyAcceptPostRequestBody() { /// /// 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 TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs index 8efa669775..43d5298a71 100644 --- a/src/generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs @@ -22,6 +22,7 @@ public class TentativelyAcceptRequestBuilder : BaseCliRequestBuilder { /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TentativelyAcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TentativelyAcceptRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) { } /// - /// Instantiates a new TentativelyAcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TentativelyAcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) { @@ -85,6 +86,7 @@ public TentativelyAcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/ /// /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// + /// 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/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs index 2879dc1ecd..ce10991e7d 100644 --- a/src/generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ b/src/generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs @@ -18,7 +18,7 @@ public class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IParsable { public DateTimeTimeZone NewReminderTime { get; set; } #endif /// - /// Instantiates a new snoozeReminderPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SnoozeReminderPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SnoozeReminderPostRequestBody() { /// /// 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 SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"NewReminderTime", n => { NewReminderTime = n.GetObjectValue(DateTimeTimeZone.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs index e6c4156e28..40e1ca211e 100644 --- a/src/generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs @@ -22,6 +22,7 @@ public class SnoozeReminderRequestBuilder : BaseCliRequestBuilder { /// Postpone a reminder for an event in a user calendar until a new time. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Postpone a reminder for an event in a user calendar until a new time.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SnoozeReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SnoozeReminderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/snoozeReminder", pathParameters) { } /// - /// Instantiates a new SnoozeReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SnoozeReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/snoozeReminder", rawUrl) { @@ -79,6 +80,7 @@ public SnoozeReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Postpone a reminder for an event in a user calendar until a new time. /// + /// 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/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs index f7b89945de..aa4bd1afaf 100644 --- a/src/generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ b/src/generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs @@ -28,7 +28,7 @@ public class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IParsable /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new tentativelyAcceptPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TentativelyAcceptPostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public TentativelyAcceptPostRequestBody() { /// /// 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 TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs index d9824dc3fb..81c3a58812 100644 --- a/src/generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ b/src/generated/Groups/Item/CalendarView/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs @@ -22,6 +22,7 @@ public class TentativelyAcceptRequestBuilder : BaseCliRequestBuilder { /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TentativelyAcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TentativelyAcceptRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/tentativelyAccept", pathParameters) { } /// - /// Instantiates a new TentativelyAcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TentativelyAcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/calendarView/{event%2Did}/tentativelyAccept", rawUrl) { @@ -79,6 +80,7 @@ public TentativelyAcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/ /// /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// + /// 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/Groups/Item/CheckGrantedPermissionsForApp/CheckGrantedPermissionsForAppPostResponse.cs b/src/generated/Groups/Item/CheckGrantedPermissionsForApp/CheckGrantedPermissionsForAppPostResponse.cs index a3b8400ba8..bc8c5e9866 100644 --- a/src/generated/Groups/Item/CheckGrantedPermissionsForApp/CheckGrantedPermissionsForAppPostResponse.cs +++ b/src/generated/Groups/Item/CheckGrantedPermissionsForApp/CheckGrantedPermissionsForAppPostResponse.cs @@ -18,6 +18,7 @@ public class CheckGrantedPermissionsForAppPostResponse : BaseCollectionPaginatio /// /// 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 new CheckGrantedPermissionsForAppPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckGrantedPermissionsForAppPostResponse : BaseCollectionPaginatio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ResourceSpecificPermissionGrant.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/CheckGrantedPermissionsForApp/CheckGrantedPermissionsForAppRequestBuilder.cs b/src/generated/Groups/Item/CheckGrantedPermissionsForApp/CheckGrantedPermissionsForAppRequestBuilder.cs index b8d31ff419..e067c2cb83 100644 --- a/src/generated/Groups/Item/CheckGrantedPermissionsForApp/CheckGrantedPermissionsForAppRequestBuilder.cs +++ b/src/generated/Groups/Item/CheckGrantedPermissionsForApp/CheckGrantedPermissionsForAppRequestBuilder.cs @@ -21,6 +21,7 @@ public class CheckGrantedPermissionsForAppRequestBuilder : BaseCliRequestBuilder /// /// Invoke action checkGrantedPermissionsForApp /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action checkGrantedPermissionsForApp"; @@ -66,13 +67,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckGrantedPermissionsForAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckGrantedPermissionsForAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/checkGrantedPermissionsForApp", pathParameters) { } /// - /// Instantiates a new CheckGrantedPermissionsForAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckGrantedPermissionsForAppRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/checkGrantedPermissionsForApp", rawUrl) { @@ -80,6 +81,7 @@ public CheckGrantedPermissionsForAppRequestBuilder(string rawUrl) : base("{+base /// /// Invoke action checkGrantedPermissionsForApp /// + /// 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/Groups/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs b/src/generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs index f9cd352fab..a2143bbe3a 100644 --- a/src/generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs +++ b/src/generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable public List GroupIds { get; set; } #endif /// - /// Instantiates a new checkMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberGroupsPostRequestBody() { /// /// 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 CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupIds", n => { GroupIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs b/src/generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs index 190314d687..efd44b88e7 100644 --- a/src/generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs +++ b/src/generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// 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 new CheckMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index 9f8b28b4d6..f843325f70 100644 --- a/src/generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class CheckMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/checkMemberGroups", pathParameters) { } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/checkMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/ /// /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// + /// 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/Groups/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs b/src/generated/Groups/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs index 2ade61e09f..e0951c991d 100644 --- a/src/generated/Groups/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs +++ b/src/generated/Groups/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsabl public List Ids { get; set; } #endif /// - /// Instantiates a new checkMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberObjectsPostRequestBody() { /// /// 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 CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Groups/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs b/src/generated/Groups/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs index fc0d912fcb..5cf15e668d 100644 --- a/src/generated/Groups/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs +++ b/src/generated/Groups/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// 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 new CheckMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Groups/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs b/src/generated/Groups/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs index 6aa5246a3f..b2b763ffd0 100644 --- a/src/generated/Groups/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs +++ b/src/generated/Groups/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs @@ -21,6 +21,7 @@ public class CheckMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action checkMemberObjects /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action checkMemberObjects"; @@ -79,13 +80,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/checkMemberObjects", pathParameters) { } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/checkMemberObjects", rawUrl) { @@ -93,6 +94,7 @@ public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Invoke action checkMemberObjects /// + /// 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/Groups/Item/Conversations/ConversationsRequestBuilder.cs b/src/generated/Groups/Item/Conversations/ConversationsRequestBuilder.cs index 58750d59c1..14d059f9c3 100644 --- a/src/generated/Groups/Item/Conversations/ConversationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/ConversationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ConversationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the conversations property of the microsoft.graph.group entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -36,6 +37,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."; @@ -49,12 +51,13 @@ public Command BuildCountNavCommand() { return command; } /// - /// Use reply thread or reply post to further post to that conversation. - /// Find more info here + /// Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. + /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); - command.Description = "Use reply thread or reply post to further post to that conversation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-1.0"; + command.Description = "Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0"; var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { }; groupIdOption.IsRequired = true; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// Retrieve the list of conversations in this group. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of conversations in this group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0"; @@ -191,13 +195,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ConversationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConversationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations{?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ConversationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConversationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations{?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -205,6 +209,7 @@ public ConversationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Retrieve the list of conversations in this group. /// + /// 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,8 +224,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Use reply thread or reply post to further post to that conversation. + /// Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -231,7 +237,7 @@ public RequestInformation ToPostRequestInformation(Conversation 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}/groups/{group%2Did}/conversations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Conversations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Count/CountRequestBuilder.cs index 6b9f2dab70..22116ef843 100644 --- a/src/generated/Groups/Item/Conversations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/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}/groups/{group%2Did}/conversations/$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}/groups/{group%2Did}/conversations/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.cs index 8dceedf338..8296496e36 100644 --- a/src/generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class ConversationItemRequestBuilder : BaseCliRequestBuilder { /// Delete conversation. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete conversation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-1.0"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// The group's conversations. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The group's conversations.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-1.0"; @@ -113,6 +115,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the threads property of the microsoft.graph.conversation entity. /// + /// A public Command BuildThreadsNavCommand() { var command = new Command("threads"); command.Description = "Provides operations to manage the threads property of the microsoft.graph.conversation entity."; @@ -136,13 +139,13 @@ public Command BuildThreadsNavCommand() { return command; } /// - /// Instantiates a new ConversationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConversationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}{?%24select}", pathParameters) { } /// - /// Instantiates a new ConversationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConversationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}{?%24select}", rawUrl) { @@ -150,6 +153,7 @@ public ConversationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Delete conversation. /// + /// 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}/groups/{group%2Did}/conversations/{conversation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -166,6 +170,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The group's conversations. /// + /// 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/Groups/Item/Conversations/Item/Threads/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Count/CountRequestBuilder.cs index db7354d498..ca09c0d647 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/$count{?%24filter}", 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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/$count{?%24filter}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Conversations/Item/Threads/Item/ConversationThreadItemRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/ConversationThreadItemRequestBuilder.cs index f1b049b576..a881e641a7 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/ConversationThreadItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/ConversationThreadItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class ConversationThreadItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property threads for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property threads for groups"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// /// A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable."; @@ -131,6 +133,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property threads in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property threads in groups"; @@ -192,6 +195,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the posts property of the microsoft.graph.conversationThread entity. /// + /// A public Command BuildPostsNavCommand() { var command = new Command("posts"); command.Description = "Provides operations to manage the posts property of the microsoft.graph.conversationThread entity."; @@ -216,6 +220,7 @@ public Command BuildPostsNavCommand() { /// /// Provides operations to call the reply method. /// + /// A public Command BuildReplyNavCommand() { var command = new Command("reply"); command.Description = "Provides operations to call the reply method."; @@ -229,13 +234,13 @@ public Command BuildReplyNavCommand() { return command; } /// - /// Instantiates a new ConversationThreadItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConversationThreadItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ConversationThreadItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConversationThreadItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}{?%24expand,%24select}", rawUrl) { @@ -243,6 +248,7 @@ public ConversationThreadItemRequestBuilder(string rawUrl) : base("{+baseurl}/gr /// /// Delete navigation property threads for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -251,7 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -259,6 +265,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -275,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property threads in groups /// + /// 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 @@ -285,7 +293,7 @@ public RequestInformation ToPatchRequestInformation(ConversationThread body, Act public RequestInformation ToPatchRequestInformation(ConversationThread 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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Count/CountRequestBuilder.cs index f4d018c679..269c25213f 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/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"; @@ -65,13 +66,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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/$count{?%24filter}", 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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/$count{?%24filter}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.cs index 4dca0124d7..bf142d9fe6 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AttachmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attachments property of the microsoft.graph.post entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AttachmentItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to attachments for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to attachments for groups"; @@ -117,6 +120,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the createUploadSession method. /// + /// A public Command BuildCreateUploadSessionNavCommand() { var command = new Command("create-upload-session"); command.Description = "Provides operations to call the createUploadSession method."; @@ -133,6 +137,7 @@ public Command BuildCreateUploadSessionNavCommand() { /// Retrieve a list of attachment objects attached to a post. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of attachment objects attached to a post.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0"; @@ -241,13 +246,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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -255,6 +260,7 @@ public AttachmentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Retrieve a list of attachment objects attached to a post. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -271,6 +277,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to attachments for groups /// + /// 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 @@ -281,7 +288,7 @@ public RequestInformation ToPostRequestInformation(Attachment 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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/Count/CountRequestBuilder.cs index a12541cdb2..08f6f26348 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/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"; @@ -71,13 +72,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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments/$count{?%24filter}", 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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments/$count{?%24filter}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs index 46755e2ccf..3a80716b26 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs @@ -18,7 +18,7 @@ public class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IParsab public ApiSdk.Models.AttachmentItem AttachmentItem { get; set; } #endif /// - /// Instantiates a new createUploadSessionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateUploadSessionPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CreateUploadSessionPostRequestBody() { /// /// 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 CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"AttachmentItem", n => { AttachmentItem = n.GetObjectValue(ApiSdk.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 88933ff28a..a517341d50 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CreateUploadSessionRequestBuilder : BaseCliRequestBuilder { /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"; @@ -88,13 +89,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateUploadSessionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments/createUploadSession", pathParameters) { } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments/createUploadSession", rawUrl) { @@ -102,6 +103,7 @@ public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// + /// 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/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/Item/AttachmentItemRequestBuilder.cs index dac6e10df4..74cfa45df6 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/Item/AttachmentItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AttachmentItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property attachments for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property attachments for groups"; @@ -79,6 +80,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -151,13 +153,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttachmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) { @@ -165,6 +167,7 @@ public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Delete navigation property attachments for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -173,7 +176,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments/{attachment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -181,6 +184,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// 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/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/Count/CountRequestBuilder.cs index 577b1cb9d8..95c96b5be6 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/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"; @@ -71,13 +72,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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/extensions/$count{?%24filter}", 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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/extensions/$count{?%24filter}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.cs index 27b55f6b95..9ca7f2287d 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the extensions property of the microsoft.graph.post entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ExtensionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to extensions for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to extensions for groups"; @@ -117,6 +120,7 @@ public Command BuildCreateCommand() { /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance."; @@ -225,13 +229,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -239,6 +243,7 @@ public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -255,6 +260,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to extensions for groups /// + /// 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 @@ -265,7 +271,7 @@ public RequestInformation ToPostRequestInformation(Extension 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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/extensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilder.cs index ddc8e129f0..509cf79527 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExtensionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property extensions for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property extensions for groups"; @@ -80,6 +81,7 @@ public Command BuildDeleteCommand() { /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"; @@ -155,6 +157,7 @@ public Command BuildGetCommand() { /// Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0"; @@ -226,13 +229,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) { @@ -240,6 +243,7 @@ public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Delete navigation property extensions for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -248,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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -256,6 +260,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -272,6 +277,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. /// + /// 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 @@ -282,7 +288,7 @@ public RequestInformation ToPatchRequestInformation(Extension 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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardPostRequestBody.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardPostRequestBody.cs index f514bdd2e2..26706a9add 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardPostRequestBody.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardPostRequestBody.cs @@ -26,7 +26,7 @@ public class ForwardPostRequestBody : IAdditionalDataHolder, IParsable { public List ToRecipients { get; set; } #endif /// - /// Instantiates a new forwardPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ForwardPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ForwardPostRequestBody() { /// /// 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 ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.cs index 9f677f5be5..b78b0cc14b 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.cs @@ -22,6 +22,7 @@ public class ForwardRequestBuilder : BaseCliRequestBuilder { /// Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ForwardRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/forward", pathParameters) { } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/forward", rawUrl) { @@ -91,6 +92,7 @@ public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. /// + /// 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/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.cs index b58de7548f..947f8df7ce 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AttachmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attachments property of the microsoft.graph.post entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AttachmentItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to attachments for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to attachments for groups"; @@ -117,6 +120,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the createUploadSession method. /// + /// A public Command BuildCreateUploadSessionNavCommand() { var command = new Command("create-upload-session"); command.Description = "Provides operations to call the createUploadSession method."; @@ -133,6 +137,7 @@ public Command BuildCreateUploadSessionNavCommand() { /// Retrieve a list of attachment objects attached to a post. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of attachment objects attached to a post.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0"; @@ -241,13 +246,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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments{?%24count,%24expand,%24filter,%24orderby,%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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -255,6 +260,7 @@ public AttachmentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Retrieve a list of attachment objects attached to a post. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -271,6 +277,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to attachments for groups /// + /// 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 @@ -281,7 +288,7 @@ public RequestInformation ToPostRequestInformation(Attachment 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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Count/CountRequestBuilder.cs index c13a33a30b..5519a59ea8 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/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"; @@ -71,13 +72,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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments/$count{?%24filter}", 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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments/$count{?%24filter}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs index 8d7b237142..a97b71e402 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs @@ -18,7 +18,7 @@ public class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IParsab public ApiSdk.Models.AttachmentItem AttachmentItem { get; set; } #endif /// - /// Instantiates a new createUploadSessionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateUploadSessionPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CreateUploadSessionPostRequestBody() { /// /// 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 CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"AttachmentItem", n => { AttachmentItem = n.GetObjectValue(ApiSdk.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 58ae688822..2d8ee1b124 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CreateUploadSessionRequestBuilder : BaseCliRequestBuilder { /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"; @@ -88,13 +89,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateUploadSessionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments/createUploadSession", pathParameters) { } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments/createUploadSession", rawUrl) { @@ -102,6 +103,7 @@ public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// + /// 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/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Item/AttachmentItemRequestBuilder.cs index 07ea1ba672..6c6c440980 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Item/AttachmentItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Item/AttachmentItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AttachmentItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property attachments for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property attachments for groups"; @@ -79,6 +80,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -151,13 +153,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttachmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) { @@ -165,6 +167,7 @@ public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Delete navigation property attachments for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -173,7 +176,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments/{attachment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -181,6 +184,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// 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/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Count/CountRequestBuilder.cs index a51621836f..e64bc2789e 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/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"; @@ -71,13 +72,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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/extensions/$count{?%24filter}", 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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/extensions/$count{?%24filter}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.cs index cae6b08a1f..5b76b06f51 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the extensions property of the microsoft.graph.post entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ExtensionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to extensions for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to extensions for groups"; @@ -117,6 +120,7 @@ public Command BuildCreateCommand() { /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance."; @@ -225,13 +229,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -239,6 +243,7 @@ public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -255,6 +260,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to extensions for groups /// + /// 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 @@ -265,7 +271,7 @@ public RequestInformation ToPostRequestInformation(Extension 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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/extensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilder.cs index 4a1ff9bd92..0268ed28df 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExtensionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property extensions for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property extensions for groups"; @@ -80,6 +81,7 @@ public Command BuildDeleteCommand() { /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"; @@ -155,6 +157,7 @@ public Command BuildGetCommand() { /// Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0"; @@ -226,13 +229,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) { @@ -240,6 +243,7 @@ public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Delete navigation property extensions for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -248,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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -256,6 +260,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -272,6 +277,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. /// + /// 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 @@ -282,7 +288,7 @@ public RequestInformation ToPatchRequestInformation(Extension 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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardPostRequestBody.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardPostRequestBody.cs index 1a6a4e350c..bf38ce5f22 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardPostRequestBody.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardPostRequestBody.cs @@ -26,7 +26,7 @@ public class ForwardPostRequestBody : IAdditionalDataHolder, IParsable { public List ToRecipients { get; set; } #endif /// - /// Instantiates a new forwardPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ForwardPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ForwardPostRequestBody() { /// /// 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 ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.cs index e5ae1079bb..a7ee17cb2f 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.cs @@ -22,6 +22,7 @@ public class ForwardRequestBuilder : BaseCliRequestBuilder { /// Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ForwardRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/forward", pathParameters) { } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/forward", rawUrl) { @@ -91,6 +92,7 @@ public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. /// + /// 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/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/InReplyToRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/InReplyToRequestBuilder.cs index 378b82eae3..314d958260 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/InReplyToRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/InReplyToRequestBuilder.cs @@ -26,6 +26,7 @@ public class InReplyToRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attachments property of the microsoft.graph.post entity. /// + /// A public Command BuildAttachmentsNavCommand() { var command = new Command("attachments"); command.Description = "Provides operations to manage the attachments property of the microsoft.graph.post entity."; @@ -52,6 +53,7 @@ public Command BuildAttachmentsNavCommand() { /// /// Provides operations to manage the extensions property of the microsoft.graph.post entity. /// + /// A public Command BuildExtensionsNavCommand() { var command = new Command("extensions"); command.Description = "Provides operations to manage the extensions property of the microsoft.graph.post entity."; @@ -77,6 +79,7 @@ public Command BuildExtensionsNavCommand() { /// /// Provides operations to call the forward method. /// + /// A public Command BuildForwardNavCommand() { var command = new Command("forward"); command.Description = "Provides operations to call the forward method."; @@ -92,6 +95,7 @@ public Command BuildForwardNavCommand() { /// /// Read-only. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Supports $expand."; @@ -160,6 +164,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the reply method. /// + /// A public Command BuildReplyNavCommand() { var command = new Command("reply"); command.Description = "Provides operations to call the reply method."; @@ -173,13 +178,13 @@ public Command BuildReplyNavCommand() { return command; } /// - /// Instantiates a new InReplyToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InReplyToRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new InReplyToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InReplyToRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo{?%24expand,%24select}", rawUrl) { @@ -187,6 +192,7 @@ public InReplyToRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Read-only. Supports $expand. /// + /// 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/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyPostRequestBody.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyPostRequestBody.cs index 56bd754b36..788d5e721b 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyPostRequestBody.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyPostRequestBody.cs @@ -18,7 +18,7 @@ public class ReplyPostRequestBody : IAdditionalDataHolder, IParsable { public ApiSdk.Models.Post Post { get; set; } #endif /// - /// Instantiates a new replyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ReplyPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ReplyPostRequestBody() { /// /// 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 ReplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ReplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Post", n => { Post = n.GetObjectValue(ApiSdk.Models.Post.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyRequestBuilder.cs index 42d6dceb82..72b85cb19d 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyRequestBuilder.cs @@ -21,6 +21,7 @@ public class ReplyRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action reply /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action reply"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReplyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/reply", pathParameters) { } /// - /// Instantiates a new ReplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReplyRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/reply", rawUrl) { @@ -90,6 +91,7 @@ public ReplyRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Invoke action reply /// + /// 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/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/PostItemRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/PostItemRequestBuilder.cs index 77dd9e9960..db30722784 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/PostItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/PostItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class PostItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attachments property of the microsoft.graph.post entity. /// + /// A public Command BuildAttachmentsNavCommand() { var command = new Command("attachments"); command.Description = "Provides operations to manage the attachments property of the microsoft.graph.post entity."; @@ -53,6 +54,7 @@ public Command BuildAttachmentsNavCommand() { /// /// Provides operations to manage the extensions property of the microsoft.graph.post entity. /// + /// A public Command BuildExtensionsNavCommand() { var command = new Command("extensions"); command.Description = "Provides operations to manage the extensions property of the microsoft.graph.post entity."; @@ -78,6 +80,7 @@ public Command BuildExtensionsNavCommand() { /// /// Provides operations to call the forward method. /// + /// A public Command BuildForwardNavCommand() { var command = new Command("forward"); command.Description = "Provides operations to call the forward method."; @@ -93,6 +96,7 @@ public Command BuildForwardNavCommand() { /// /// Get posts from groups /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get posts from groups"; @@ -161,6 +165,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the inReplyTo property of the microsoft.graph.post entity. /// + /// A public Command BuildInReplyToNavCommand() { var command = new Command("in-reply-to"); command.Description = "Provides operations to manage the inReplyTo property of the microsoft.graph.post entity."; @@ -185,6 +190,7 @@ public Command BuildInReplyToNavCommand() { /// /// Provides operations to call the reply method. /// + /// A public Command BuildReplyNavCommand() { var command = new Command("reply"); command.Description = "Provides operations to call the reply method."; @@ -198,13 +204,13 @@ public Command BuildReplyNavCommand() { return command; } /// - /// Instantiates a new PostItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PostItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PostItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PostItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}{?%24expand,%24select}", rawUrl) { @@ -212,6 +218,7 @@ public PostItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Get posts from groups /// + /// 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/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Reply/ReplyPostRequestBody.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Reply/ReplyPostRequestBody.cs index 0674221d30..e106e57a05 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Reply/ReplyPostRequestBody.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Reply/ReplyPostRequestBody.cs @@ -18,7 +18,7 @@ public class ReplyPostRequestBody : IAdditionalDataHolder, IParsable { public ApiSdk.Models.Post Post { get; set; } #endif /// - /// Instantiates a new replyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ReplyPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ReplyPostRequestBody() { /// /// 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 ReplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ReplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Post", n => { Post = n.GetObjectValue(ApiSdk.Models.Post.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Reply/ReplyRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Reply/ReplyRequestBuilder.cs index 2e642c9757..3e391f5c9f 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Reply/ReplyRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Reply/ReplyRequestBuilder.cs @@ -21,6 +21,7 @@ public class ReplyRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action reply /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action reply"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReplyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/reply", pathParameters) { } /// - /// Instantiates a new ReplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReplyRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/reply", rawUrl) { @@ -90,6 +91,7 @@ public ReplyRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Invoke action reply /// + /// 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/Groups/Item/Conversations/Item/Threads/Item/Posts/PostsRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/PostsRequestBuilder.cs index bc5c4c37f8..8f85f0f3bc 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/PostsRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Posts/PostsRequestBuilder.cs @@ -24,6 +24,7 @@ public class PostsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the posts property of the microsoft.graph.conversationThread 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() { /// Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0"; @@ -157,13 +160,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PostsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PostsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PostsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PostsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/posts{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -171,6 +174,7 @@ public PostsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance. /// + /// 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/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyPostRequestBody.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyPostRequestBody.cs index b417231f3c..3a0b61ace2 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyPostRequestBody.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyPostRequestBody.cs @@ -18,7 +18,7 @@ public class ReplyPostRequestBody : IAdditionalDataHolder, IParsable { public ApiSdk.Models.Post Post { get; set; } #endif /// - /// Instantiates a new replyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ReplyPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ReplyPostRequestBody() { /// /// 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 ReplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ReplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Post", n => { Post = n.GetObjectValue(ApiSdk.Models.Post.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.cs index 2a95843cd4..710f554e30 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.cs @@ -19,12 +19,13 @@ namespace ApiSdk.Groups.Item.Conversations.Item.Threads.Item.Reply { /// public class ReplyRequestBuilder : BaseCliRequestBuilder { /// - /// Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. - /// Find more info here + /// Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. + /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); - command.Description = "Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0"; + command.Description = "Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0"; var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { }; groupIdOption.IsRequired = true; @@ -71,20 +72,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReplyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/reply", pathParameters) { } /// - /// Instantiates a new ReplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReplyRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads/{conversationThread%2Did}/reply", rawUrl) { } /// - /// Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. + /// Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// + /// A /// The request body /// 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/Groups/Item/Conversations/Item/Threads/ThreadsRequestBuilder.cs b/src/generated/Groups/Item/Conversations/Item/Threads/ThreadsRequestBuilder.cs index a7bc2986ea..7bb53c4e65 100644 --- a/src/generated/Groups/Item/Conversations/Item/Threads/ThreadsRequestBuilder.cs +++ b/src/generated/Groups/Item/Conversations/Item/Threads/ThreadsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ThreadsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the threads property of the microsoft.graph.conversation entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Create a new thread in the specified conversation. A thread and post are created as specified. Use reply thread to further post to that thread. Or, if you get the post ID, you can also reply to that post in that thread. Note: You can also start a new conversation by first creating a thread. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new thread in the specified conversation. A thread and post are created as specified. Use reply thread to further post to that thread. Or, if you get the post ID, you can also reply to that post in that thread. Note: You can also start a new conversation by first creating a thread.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-1.0"; @@ -110,6 +113,7 @@ public Command BuildCreateCommand() { /// Get all the threads in a group conversation. Note: You can also get all the threads of a group. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get all the threads in a group conversation. Note: You can also get all the threads of a group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0"; @@ -206,13 +210,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ThreadsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ThreadsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ThreadsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ThreadsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/conversations/{conversation%2Did}/threads{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -220,6 +224,7 @@ public ThreadsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Get all the threads in a group conversation. Note: You can also get all the threads of a group. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -236,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new thread in the specified conversation. A thread and post are created as specified. Use reply thread to further post to that thread. Or, if you get the post ID, you can also reply to that post in that thread. Note: You can also start a new conversation by first creating a thread. /// + /// 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 @@ -246,7 +252,7 @@ public RequestInformation ToPostRequestInformation(ConversationThread body, Acti public RequestInformation ToPostRequestInformation(ConversationThread 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}/groups/{group%2Did}/conversations/{conversation%2Did}/threads", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/CreatedOnBehalfOf/CreatedOnBehalfOfRequestBuilder.cs b/src/generated/Groups/Item/CreatedOnBehalfOf/CreatedOnBehalfOfRequestBuilder.cs index 08e09fd181..61e61f0e9a 100644 --- a/src/generated/Groups/Item/CreatedOnBehalfOf/CreatedOnBehalfOfRequestBuilder.cs +++ b/src/generated/Groups/Item/CreatedOnBehalfOf/CreatedOnBehalfOfRequestBuilder.cs @@ -22,6 +22,7 @@ public class CreatedOnBehalfOfRequestBuilder : BaseCliRequestBuilder { /// /// The user (or application) that created the group. NOTE: This is not set if the user is an administrator. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The user (or application) that created the group. NOTE: This is not set if the user is an administrator. Read-only."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CreatedOnBehalfOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedOnBehalfOfRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/createdOnBehalfOf{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedOnBehalfOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedOnBehalfOfRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/createdOnBehalfOf{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public CreatedOnBehalfOfRequestBuilder(string rawUrl) : base("{+baseurl}/groups/ /// /// The user (or application) that created the group. NOTE: This is not set if the user is an administrator. 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 diff --git a/src/generated/Groups/Item/Drive/DriveRequestBuilder.cs b/src/generated/Groups/Item/Drive/DriveRequestBuilder.cs index a56d0d7569..3445fd3847 100644 --- a/src/generated/Groups/Item/Drive/DriveRequestBuilder.cs +++ b/src/generated/Groups/Item/Drive/DriveRequestBuilder.cs @@ -22,6 +22,7 @@ public class DriveRequestBuilder : BaseCliRequestBuilder { /// /// The group's default drive. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The group's default drive. Read-only."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/drive{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/drive{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// The group's default drive. 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 diff --git a/src/generated/Groups/Item/Drives/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Drives/Count/CountRequestBuilder.cs index a9c6b41d61..91d445e001 100644 --- a/src/generated/Groups/Item/Drives/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Drives/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}/groups/{group%2Did}/drives/$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}/groups/{group%2Did}/drives/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Drives/DrivesRequestBuilder.cs b/src/generated/Groups/Item/Drives/DrivesRequestBuilder.cs index d4a9afadeb..8339bcaa70 100644 --- a/src/generated/Groups/Item/Drives/DrivesRequestBuilder.cs +++ b/src/generated/Groups/Item/Drives/DrivesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DrivesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the drives property of the microsoft.graph.group entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DriveItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The group's drives. Read-only. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The group's drives. Read-only."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DrivesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DrivesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DrivesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DrivesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public DrivesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The group's drives. 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 diff --git a/src/generated/Groups/Item/Drives/Item/DriveItemRequestBuilder.cs b/src/generated/Groups/Item/Drives/Item/DriveItemRequestBuilder.cs index 4f654dbf46..7d0be7225c 100644 --- a/src/generated/Groups/Item/Drives/Item/DriveItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Drives/Item/DriveItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DriveItemRequestBuilder : BaseCliRequestBuilder { /// /// The group's drives. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The group's drives. Read-only."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/drives/{drive%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/drives/{drive%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// The group's drives. 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 diff --git a/src/generated/Groups/Item/Events/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Events/Count/CountRequestBuilder.cs index 50636927fc..7f62f3627f 100644 --- a/src/generated/Groups/Item/Events/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/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}/groups/{group%2Did}/events/$count{?%24filter}", 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}/groups/{group%2Did}/events/$count{?%24filter}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Events/Delta/DeltaGetResponse.cs b/src/generated/Groups/Item/Events/Delta/DeltaGetResponse.cs index db8688f08c..899d8d29c4 100644 --- a/src/generated/Groups/Item/Events/Delta/DeltaGetResponse.cs +++ b/src/generated/Groups/Item/Events/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Event.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Events/Delta/DeltaRequestBuilder.cs b/src/generated/Groups/Item/Events/Delta/DeltaRequestBuilder.cs index 2a1dc3f644..fd03f56dfc 100644 --- a/src/generated/Groups/Item/Events/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Delta/DeltaRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"; @@ -67,6 +68,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -84,6 +90,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -102,6 +109,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); var errorMapping = new Dictionary> { @@ -123,20 +131,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -166,6 +175,16 @@ public class DeltaRequestBuilderGetQueryParameters { #else [QueryParameter("endDateTime")] public string EndDateTime { get; set; } +#endif + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } #endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Groups/Item/Events/EventsRequestBuilder.cs b/src/generated/Groups/Item/Events/EventsRequestBuilder.cs index 316f3bbf31..f204a19478 100644 --- a/src/generated/Groups/Item/Events/EventsRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/EventsRequestBuilder.cs @@ -25,6 +25,7 @@ public class EventsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the events property of the microsoft.graph.group entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -48,6 +49,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."; @@ -64,6 +66,7 @@ public Command BuildCountNavCommand() { /// Use this API to create a new event. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Use this API to create a new event.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-1.0"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -129,6 +133,7 @@ public Command BuildDeltaNavCommand() { /// Retrieve a list of event objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of event objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0"; @@ -212,13 +217,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new EventsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EventsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events{?%24count,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new EventsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EventsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events{?%24count,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -226,6 +231,7 @@ public EventsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// Retrieve a list of event objects. /// + /// 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 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Use this API to create a new event. /// + /// 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 +259,7 @@ public RequestInformation ToPostRequestInformation(Event 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}/groups/{group%2Did}/events", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Events/Item/Accept/AcceptPostRequestBody.cs b/src/generated/Groups/Item/Events/Item/Accept/AcceptPostRequestBody.cs index 0be487aa2e..98894dd865 100644 --- a/src/generated/Groups/Item/Events/Item/Accept/AcceptPostRequestBody.cs +++ b/src/generated/Groups/Item/Events/Item/Accept/AcceptPostRequestBody.cs @@ -19,7 +19,7 @@ public class AcceptPostRequestBody : IAdditionalDataHolder, IParsable { /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new acceptPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AcceptPostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public AcceptPostRequestBody() { /// /// 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 AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Events/Item/Accept/AcceptRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Accept/AcceptRequestBuilder.cs index c1cc20afdd..99d19ba753 100644 --- a/src/generated/Groups/Item/Events/Item/Accept/AcceptRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Accept/AcceptRequestBuilder.cs @@ -22,6 +22,7 @@ public class AcceptRequestBuilder : BaseCliRequestBuilder { /// Accept the specified event in a user calendar. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Accept the specified event in a user calendar.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AcceptRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/accept", pathParameters) { } /// - /// Instantiates a new AcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/accept", rawUrl) { @@ -79,6 +80,7 @@ public AcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// Accept the specified event in a user calendar. /// + /// 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/Groups/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs index 00eda42239..c034a3cbae 100644 --- a/src/generated/Groups/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Attachments/AttachmentsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AttachmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attachments property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AttachmentItemRequestBuilder(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."; @@ -48,12 +50,13 @@ public Command BuildCountNavCommand() { return command; } /// - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. - /// Find more info here + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. + /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); - command.Description = "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0"; + command.Description = "Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0"; var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { }; groupIdOption.IsRequired = true; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the createUploadSession method. /// + /// A public Command BuildCreateUploadSessionNavCommand() { var command = new Command("create-upload-session"); command.Description = "Provides operations to call the createUploadSession method."; @@ -122,6 +126,7 @@ public Command BuildCreateUploadSessionNavCommand() { /// Retrieve a list of attachment objects attached to an event. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of attachment objects attached to an event.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"; @@ -218,13 +223,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}/groups/{group%2Did}/events/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%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}/groups/{group%2Did}/events/{event%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -232,6 +237,7 @@ public AttachmentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Retrieve a list of attachment objects attached to an event. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,8 +252,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -258,7 +265,7 @@ public RequestInformation ToPostRequestInformation(Attachment 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}/groups/{group%2Did}/events/{event%2Did}/attachments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs index 1d1bd57036..6548a267e3 100644 --- a/src/generated/Groups/Item/Events/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/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}/groups/{group%2Did}/events/{event%2Did}/attachments/$count{?%24filter}", 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}/groups/{group%2Did}/events/{event%2Did}/attachments/$count{?%24filter}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs index 70440e3714..3cd13ae7ff 100644 --- a/src/generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ b/src/generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs @@ -18,7 +18,7 @@ public class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IParsab public ApiSdk.Models.AttachmentItem AttachmentItem { get; set; } #endif /// - /// Instantiates a new createUploadSessionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateUploadSessionPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CreateUploadSessionPostRequestBody() { /// /// 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 CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"AttachmentItem", n => { AttachmentItem = n.GetObjectValue(ApiSdk.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 5b3ef7f408..8ad5bc4cc6 100644 --- a/src/generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CreateUploadSessionRequestBuilder : BaseCliRequestBuilder { /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateUploadSessionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/attachments/createUploadSession", pathParameters) { } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/attachments/createUploadSession", rawUrl) { @@ -90,6 +91,7 @@ public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// + /// 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/Groups/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.cs index b409194ed2..1be983b16d 100644 --- a/src/generated/Groups/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Attachments/Item/AttachmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AttachmentItemRequestBuilder : BaseCliRequestBuilder { /// Delete an attachment from a user calendar event, mail message, or group post. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an attachment from a user calendar event, mail message, or group post.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable."; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttachmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) { @@ -142,6 +144,7 @@ public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Delete an attachment from a user calendar event, mail message, or group post. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,7 +153,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/attachments/{attachment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -158,6 +161,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. /// + /// 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/Groups/Item/Events/Item/Calendar/CalendarRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Calendar/CalendarRequestBuilder.cs index d9d1321a09..e343d3a884 100644 --- a/src/generated/Groups/Item/Events/Item/Calendar/CalendarRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Calendar/CalendarRequestBuilder.cs @@ -22,6 +22,7 @@ public class CalendarRequestBuilder : BaseCliRequestBuilder { /// /// The calendar that contains the event. Navigation property. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The calendar that contains the event. Navigation property. Read-only."; @@ -69,13 +70,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CalendarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CalendarRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/calendar{?%24select}", pathParameters) { } /// - /// Instantiates a new CalendarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CalendarRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/calendar{?%24select}", rawUrl) { @@ -83,6 +84,7 @@ public CalendarRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The calendar that contains the event. Navigation property. 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 diff --git a/src/generated/Groups/Item/Events/Item/Cancel/CancelPostRequestBody.cs b/src/generated/Groups/Item/Events/Item/Cancel/CancelPostRequestBody.cs index 3faf31a64f..8a4dbc3a36 100644 --- a/src/generated/Groups/Item/Events/Item/Cancel/CancelPostRequestBody.cs +++ b/src/generated/Groups/Item/Events/Item/Cancel/CancelPostRequestBody.cs @@ -17,7 +17,7 @@ public class CancelPostRequestBody : IAdditionalDataHolder, IParsable { public string Comment { get; set; } #endif /// - /// Instantiates a new cancelPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CancelPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CancelPostRequestBody() { /// /// 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 CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Events/Item/Cancel/CancelRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Cancel/CancelRequestBuilder.cs index aaf16db917..8411c50be0 100644 --- a/src/generated/Groups/Item/Events/Item/Cancel/CancelRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Cancel/CancelRequestBuilder.cs @@ -22,6 +22,7 @@ public class CancelRequestBuilder : BaseCliRequestBuilder { /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CancelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/cancel", pathParameters) { } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/cancel", rawUrl) { @@ -79,6 +80,7 @@ public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. /// + /// 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/Groups/Item/Events/Item/Decline/DeclinePostRequestBody.cs b/src/generated/Groups/Item/Events/Item/Decline/DeclinePostRequestBody.cs index b17e1d1589..82935c3386 100644 --- a/src/generated/Groups/Item/Events/Item/Decline/DeclinePostRequestBody.cs +++ b/src/generated/Groups/Item/Events/Item/Decline/DeclinePostRequestBody.cs @@ -28,7 +28,7 @@ public class DeclinePostRequestBody : IAdditionalDataHolder, IParsable { /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new declinePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DeclinePostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public DeclinePostRequestBody() { /// /// 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 DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Events/Item/Decline/DeclineRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Decline/DeclineRequestBuilder.cs index 3c649b7742..6636e6457f 100644 --- a/src/generated/Groups/Item/Events/Item/Decline/DeclineRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Decline/DeclineRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeclineRequestBuilder : BaseCliRequestBuilder { /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DeclineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeclineRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/decline", pathParameters) { } /// - /// Instantiates a new DeclineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeclineRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/decline", rawUrl) { @@ -79,6 +80,7 @@ public DeclineRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// + /// 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/Groups/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs index cf3db84e11..140995ae3e 100644 --- a/src/generated/Groups/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.cs @@ -22,6 +22,7 @@ public class DismissReminderRequestBuilder : BaseCliRequestBuilder { /// Dismiss a reminder that has been triggered for an event in a user calendar. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Dismiss a reminder that has been triggered for an event in a user calendar.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DismissReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DismissReminderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/dismissReminder", pathParameters) { } /// - /// Instantiates a new DismissReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DismissReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/dismissReminder", rawUrl) { @@ -66,6 +67,7 @@ public DismissReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Dismiss a reminder that has been triggered for an event in a user calendar. /// + /// 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/Groups/Item/Events/Item/EventItemRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/EventItemRequestBuilder.cs index b675d2f04d..7be7992920 100644 --- a/src/generated/Groups/Item/Events/Item/EventItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/EventItemRequestBuilder.cs @@ -33,6 +33,7 @@ public class EventItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the accept method. /// + /// A public Command BuildAcceptNavCommand() { var command = new Command("accept"); command.Description = "Provides operations to call the accept method."; @@ -48,6 +49,7 @@ public Command BuildAcceptNavCommand() { /// /// Provides operations to manage the attachments property of the microsoft.graph.event entity. /// + /// A public Command BuildAttachmentsNavCommand() { var command = new Command("attachments"); command.Description = "Provides operations to manage the attachments property of the microsoft.graph.event entity."; @@ -74,6 +76,7 @@ public Command BuildAttachmentsNavCommand() { /// /// Provides operations to manage the calendar property of the microsoft.graph.event entity. /// + /// A public Command BuildCalendarNavCommand() { var command = new Command("calendar"); command.Description = "Provides operations to manage the calendar property of the microsoft.graph.event entity."; @@ -89,6 +92,7 @@ public Command BuildCalendarNavCommand() { /// /// Provides operations to call the cancel method. /// + /// A public Command BuildCancelNavCommand() { var command = new Command("cancel"); command.Description = "Provides operations to call the cancel method."; @@ -104,6 +108,7 @@ public Command BuildCancelNavCommand() { /// /// Provides operations to call the decline method. /// + /// A public Command BuildDeclineNavCommand() { var command = new Command("decline"); command.Description = "Provides operations to call the decline method."; @@ -120,6 +125,7 @@ public Command BuildDeclineNavCommand() { /// Delete an event object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an event object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-1.0"; @@ -159,6 +165,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to call the dismissReminder method. /// + /// A public Command BuildDismissReminderNavCommand() { var command = new Command("dismiss-reminder"); command.Description = "Provides operations to call the dismissReminder method."; @@ -174,6 +181,7 @@ public Command BuildDismissReminderNavCommand() { /// /// Provides operations to manage the extensions property of the microsoft.graph.event entity. /// + /// A public Command BuildExtensionsNavCommand() { var command = new Command("extensions"); command.Description = "Provides operations to manage the extensions property of the microsoft.graph.event entity."; @@ -199,6 +207,7 @@ public Command BuildExtensionsNavCommand() { /// /// Provides operations to call the forward method. /// + /// A public Command BuildForwardNavCommand() { var command = new Command("forward"); command.Description = "Provides operations to call the forward method."; @@ -215,6 +224,7 @@ public Command BuildForwardNavCommand() { /// Get an event object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get an event object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-1.0"; @@ -264,6 +274,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the instances property of the microsoft.graph.event entity. /// + /// A public Command BuildInstancesNavCommand() { var command = new Command("instances"); command.Description = "Provides operations to manage the instances property of the microsoft.graph.event entity."; @@ -289,6 +300,7 @@ public Command BuildInstancesNavCommand() { /// /// Update the navigation property events in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property events in groups"; @@ -344,6 +356,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the snoozeReminder method. /// + /// A public Command BuildSnoozeReminderNavCommand() { var command = new Command("snooze-reminder"); command.Description = "Provides operations to call the snoozeReminder method."; @@ -359,6 +372,7 @@ public Command BuildSnoozeReminderNavCommand() { /// /// Provides operations to call the tentativelyAccept method. /// + /// A public Command BuildTentativelyAcceptNavCommand() { var command = new Command("tentatively-accept"); command.Description = "Provides operations to call the tentativelyAccept method."; @@ -372,13 +386,13 @@ public Command BuildTentativelyAcceptNavCommand() { return command; } /// - /// Instantiates a new EventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EventItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}{?%24select}", pathParameters) { } /// - /// Instantiates a new EventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EventItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}{?%24select}", rawUrl) { @@ -386,6 +400,7 @@ public EventItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Delete an event 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 @@ -394,7 +409,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -402,6 +417,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get an event 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 @@ -418,6 +434,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property events in groups /// + /// 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 @@ -428,7 +445,7 @@ public RequestInformation ToPatchRequestInformation(Event 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}/groups/{group%2Did}/events/{event%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs index 2ca7b8494d..efd1f16ab1 100644 --- a/src/generated/Groups/Item/Events/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Extensions/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}/groups/{group%2Did}/events/{event%2Did}/extensions/$count{?%24filter}", 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}/groups/{group%2Did}/events/{event%2Did}/extensions/$count{?%24filter}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs index 2c6f47f881..c93d1dac01 100644 --- a/src/generated/Groups/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Extensions/ExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the extensions property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ExtensionItemRequestBuilder(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 an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance."; @@ -202,13 +206,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -216,6 +220,7 @@ public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// 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 +237,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -242,7 +248,7 @@ public RequestInformation ToPostRequestInformation(Extension 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}/groups/{group%2Did}/events/{event%2Did}/extensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.cs index bc2e99b83c..777a3b9e1b 100644 --- a/src/generated/Groups/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Extensions/Item/ExtensionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExtensionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property extensions for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property extensions for groups"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property extensions in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property extensions in groups"; @@ -189,13 +192,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) { @@ -203,6 +206,7 @@ public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Delete navigation property extensions for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,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}/groups/{group%2Did}/events/{event%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property extensions in groups /// + /// 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 @@ -245,7 +251,7 @@ public RequestInformation ToPatchRequestInformation(Extension 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}/groups/{group%2Did}/events/{event%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Events/Item/Forward/ForwardPostRequestBody.cs b/src/generated/Groups/Item/Events/Item/Forward/ForwardPostRequestBody.cs index e87d287ceb..286043130a 100644 --- a/src/generated/Groups/Item/Events/Item/Forward/ForwardPostRequestBody.cs +++ b/src/generated/Groups/Item/Events/Item/Forward/ForwardPostRequestBody.cs @@ -26,7 +26,7 @@ public class ForwardPostRequestBody : IAdditionalDataHolder, IParsable { public List ToRecipients { get; set; } #endif /// - /// Instantiates a new forwardPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ForwardPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ForwardPostRequestBody() { /// /// 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 ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Events/Item/Forward/ForwardRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Forward/ForwardRequestBuilder.cs index cafbdc9e33..88649ab3c9 100644 --- a/src/generated/Groups/Item/Events/Item/Forward/ForwardRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Forward/ForwardRequestBuilder.cs @@ -22,6 +22,7 @@ public class ForwardRequestBuilder : BaseCliRequestBuilder { /// This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ForwardRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/forward", pathParameters) { } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/forward", rawUrl) { @@ -79,6 +80,7 @@ public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. /// + /// 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/Groups/Item/Events/Item/Instances/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Instances/Count/CountRequestBuilder.cs index 4d921451a5..48b64276ec 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/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}/groups/{group%2Did}/events/{event%2Did}/instances/$count{?%24filter}", 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}/groups/{group%2Did}/events/{event%2Did}/instances/$count{?%24filter}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Events/Item/Instances/Delta/DeltaGetResponse.cs b/src/generated/Groups/Item/Events/Item/Instances/Delta/DeltaGetResponse.cs index b40ee92824..4467a99010 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Delta/DeltaGetResponse.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Event.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs index 48a5b54921..1d28b4f072 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"; @@ -71,6 +72,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -89,6 +95,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -107,6 +114,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (eventId is not null) requestInfo.PathParameters.Add("event%2Did", eventId); @@ -129,20 +137,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/delta()?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user's primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -172,6 +181,16 @@ public class DeltaRequestBuilderGetQueryParameters { #else [QueryParameter("endDateTime")] public string EndDateTime { get; set; } +#endif + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } #endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Groups/Item/Events/Item/Instances/InstancesRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Instances/InstancesRequestBuilder.cs index 71b2270ca2..384223ec32 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/InstancesRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/InstancesRequestBuilder.cs @@ -25,6 +25,7 @@ public class InstancesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the instances property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -45,6 +46,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."; @@ -60,6 +62,7 @@ public Command BuildCountNavCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -76,6 +79,7 @@ public Command BuildDeltaNavCommand() { /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0"; @@ -177,13 +181,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new InstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InstancesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new InstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InstancesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24count,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -191,6 +195,7 @@ public InstancesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. /// + /// 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/Groups/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs index 8c15de4a77..9e41b09c6a 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptPostRequestBody.cs @@ -19,7 +19,7 @@ public class AcceptPostRequestBody : IAdditionalDataHolder, IParsable { /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new acceptPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AcceptPostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public AcceptPostRequestBody() { /// /// 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 AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static AcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs index 1223170361..5328648b85 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/Accept/AcceptRequestBuilder.cs @@ -22,6 +22,7 @@ public class AcceptRequestBuilder : BaseCliRequestBuilder { /// Accept the specified event in a user calendar. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Accept the specified event in a user calendar.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AcceptRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/accept", pathParameters) { } /// - /// Instantiates a new AcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/accept", rawUrl) { @@ -85,6 +86,7 @@ public AcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// Accept the specified event in a user calendar. /// + /// 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/Groups/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs index 10c2499e60..22e279992e 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/Attachments/AttachmentsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AttachmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attachments property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AttachmentItemRequestBuilder(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."; @@ -48,12 +50,13 @@ public Command BuildCountNavCommand() { return command; } /// - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. - /// Find more info here + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. + /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); - command.Description = "Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/eventmessage-post-attachments?view=graph-rest-1.0"; + command.Description = "Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0"; var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { }; groupIdOption.IsRequired = true; @@ -112,6 +115,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the createUploadSession method. /// + /// A public Command BuildCreateUploadSessionNavCommand() { var command = new Command("create-upload-session"); command.Description = "Provides operations to call the createUploadSession method."; @@ -128,6 +132,7 @@ public Command BuildCreateUploadSessionNavCommand() { /// Retrieve a list of attachment objects attached to an event. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of attachment objects attached to an event.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"; @@ -230,13 +235,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}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%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}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -244,6 +249,7 @@ public AttachmentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Retrieve a list of attachment objects attached to an event. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -258,8 +264,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Use this API to create a new Attachment. An attachment can be one of the following types: All these types of attachment resources are derived from the attachmentresource. + /// Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -270,7 +277,7 @@ public RequestInformation ToPostRequestInformation(Attachment 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}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs index 1fe70102a0..957c503b56 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/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"; @@ -65,13 +66,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}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter}", 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}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/$count{?%24filter}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs index c7437c17b1..3de96365aa 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs @@ -18,7 +18,7 @@ public class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IParsab public ApiSdk.Models.AttachmentItem AttachmentItem { get; set; } #endif /// - /// Instantiates a new createUploadSessionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateUploadSessionPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CreateUploadSessionPostRequestBody() { /// /// 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 CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"AttachmentItem", n => { AttachmentItem = n.GetObjectValue(ApiSdk.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 8aef0e8cdf..9ac7b35db6 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CreateUploadSessionRequestBuilder : BaseCliRequestBuilder { /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateUploadSessionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", pathParameters) { } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/createUploadSession", rawUrl) { @@ -96,6 +97,7 @@ public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// + /// 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/Groups/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs index 05c11b7965..45e410fc39 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/Attachments/Item/AttachmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AttachmentItemRequestBuilder : BaseCliRequestBuilder { /// Delete an attachment from a user calendar event, mail message, or group post. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an attachment from a user calendar event, mail message, or group post.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttachmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) { @@ -154,6 +156,7 @@ public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Delete an attachment from a user calendar event, mail message, or group post. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -162,7 +165,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/attachments/{attachment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -170,6 +173,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. /// + /// 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/Groups/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs index f13c71bf07..c2cccda058 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/Calendar/CalendarRequestBuilder.cs @@ -22,6 +22,7 @@ public class CalendarRequestBuilder : BaseCliRequestBuilder { /// /// The calendar that contains the event. Navigation property. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The calendar that contains the event. Navigation property. Read-only."; @@ -75,13 +76,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CalendarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CalendarRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24select}", pathParameters) { } /// - /// Instantiates a new CalendarRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CalendarRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/calendar{?%24select}", rawUrl) { @@ -89,6 +90,7 @@ public CalendarRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The calendar that contains the event. Navigation property. 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 diff --git a/src/generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs index 44c0e91118..35101dd212 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelPostRequestBody.cs @@ -17,7 +17,7 @@ public class CancelPostRequestBody : IAdditionalDataHolder, IParsable { public string Comment { get; set; } #endif /// - /// Instantiates a new cancelPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CancelPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CancelPostRequestBody() { /// /// 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 CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CancelPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs index 69aebe8ca7..d23d676ddf 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/Cancel/CancelRequestBuilder.cs @@ -22,6 +22,7 @@ public class CancelRequestBuilder : BaseCliRequestBuilder { /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CancelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/cancel", pathParameters) { } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/cancel", rawUrl) { @@ -85,6 +86,7 @@ public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation. /// + /// 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/Groups/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs index 37187c6f89..2edf1466a2 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclinePostRequestBody.cs @@ -28,7 +28,7 @@ public class DeclinePostRequestBody : IAdditionalDataHolder, IParsable { /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new declinePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DeclinePostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public DeclinePostRequestBody() { /// /// 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 DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static DeclinePostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs index 373a02af58..deb5a1ea96 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/Decline/DeclineRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeclineRequestBuilder : BaseCliRequestBuilder { /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DeclineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeclineRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/decline", pathParameters) { } /// - /// Instantiates a new DeclineRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeclineRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/decline", rawUrl) { @@ -85,6 +86,7 @@ public DeclineRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// + /// 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/Groups/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs index 2293e41936..96dfc9c350 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/DismissReminder/DismissReminderRequestBuilder.cs @@ -22,6 +22,7 @@ public class DismissReminderRequestBuilder : BaseCliRequestBuilder { /// Dismiss a reminder that has been triggered for an event in a user calendar. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Dismiss a reminder that has been triggered for an event in a user calendar.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DismissReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DismissReminderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", pathParameters) { } /// - /// Instantiates a new DismissReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DismissReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/dismissReminder", rawUrl) { @@ -72,6 +73,7 @@ public DismissReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Dismiss a reminder that has been triggered for an event in a user calendar. /// + /// 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/Groups/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs index b465c5e9e5..c0e49d39e3 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/EventItemRequestBuilder.cs @@ -32,6 +32,7 @@ public class EventItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the accept method. /// + /// A public Command BuildAcceptNavCommand() { var command = new Command("accept"); command.Description = "Provides operations to call the accept method."; @@ -47,6 +48,7 @@ public Command BuildAcceptNavCommand() { /// /// Provides operations to manage the attachments property of the microsoft.graph.event entity. /// + /// A public Command BuildAttachmentsNavCommand() { var command = new Command("attachments"); command.Description = "Provides operations to manage the attachments property of the microsoft.graph.event entity."; @@ -73,6 +75,7 @@ public Command BuildAttachmentsNavCommand() { /// /// Provides operations to manage the calendar property of the microsoft.graph.event entity. /// + /// A public Command BuildCalendarNavCommand() { var command = new Command("calendar"); command.Description = "Provides operations to manage the calendar property of the microsoft.graph.event entity."; @@ -88,6 +91,7 @@ public Command BuildCalendarNavCommand() { /// /// Provides operations to call the cancel method. /// + /// A public Command BuildCancelNavCommand() { var command = new Command("cancel"); command.Description = "Provides operations to call the cancel method."; @@ -103,6 +107,7 @@ public Command BuildCancelNavCommand() { /// /// Provides operations to call the decline method. /// + /// A public Command BuildDeclineNavCommand() { var command = new Command("decline"); command.Description = "Provides operations to call the decline method."; @@ -118,6 +123,7 @@ public Command BuildDeclineNavCommand() { /// /// Provides operations to call the dismissReminder method. /// + /// A public Command BuildDismissReminderNavCommand() { var command = new Command("dismiss-reminder"); command.Description = "Provides operations to call the dismissReminder method."; @@ -133,6 +139,7 @@ public Command BuildDismissReminderNavCommand() { /// /// Provides operations to manage the extensions property of the microsoft.graph.event entity. /// + /// A public Command BuildExtensionsNavCommand() { var command = new Command("extensions"); command.Description = "Provides operations to manage the extensions property of the microsoft.graph.event entity."; @@ -158,6 +165,7 @@ public Command BuildExtensionsNavCommand() { /// /// Provides operations to call the forward method. /// + /// A public Command BuildForwardNavCommand() { var command = new Command("forward"); command.Description = "Provides operations to call the forward method."; @@ -173,6 +181,7 @@ public Command BuildForwardNavCommand() { /// /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable."; @@ -240,6 +249,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the snoozeReminder method. /// + /// A public Command BuildSnoozeReminderNavCommand() { var command = new Command("snooze-reminder"); command.Description = "Provides operations to call the snoozeReminder method."; @@ -255,6 +265,7 @@ public Command BuildSnoozeReminderNavCommand() { /// /// Provides operations to call the tentativelyAccept method. /// + /// A public Command BuildTentativelyAcceptNavCommand() { var command = new Command("tentatively-accept"); command.Description = "Provides operations to call the tentativelyAccept method."; @@ -268,13 +279,13 @@ public Command BuildTentativelyAcceptNavCommand() { return command; } /// - /// Instantiates a new EventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EventItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24select}", pathParameters) { } /// - /// Instantiates a new EventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EventItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}?endDateTime={endDateTime}&startDateTime={startDateTime}{&%24select}", rawUrl) { @@ -282,6 +293,7 @@ public EventItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. /// + /// 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/Groups/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs index 57aa920791..0cb3477db0 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/Extensions/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"; @@ -65,13 +66,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}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter}", 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}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/$count{?%24filter}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs index a852f1fbdd..83acd31f3a 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/Extensions/ExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the extensions property of the microsoft.graph.event entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ExtensionItemRequestBuilder(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 an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0"; @@ -112,6 +115,7 @@ public Command BuildCreateCommand() { /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance."; @@ -214,13 +218,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -228,6 +232,7 @@ public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,6 +249,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -254,7 +260,7 @@ public RequestInformation ToPostRequestInformation(Extension 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}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs index 4c46c1017b..99a30f64e0 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/Extensions/Item/ExtensionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExtensionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property extensions for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property extensions for groups"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property extensions in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property extensions in groups"; @@ -207,13 +210,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) { @@ -221,6 +224,7 @@ public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Delete navigation property extensions for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,7 +233,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -237,6 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property extensions in groups /// + /// 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 @@ -263,7 +269,7 @@ public RequestInformation ToPatchRequestInformation(Extension 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}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs index f602f95701..8c496e007b 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardPostRequestBody.cs @@ -26,7 +26,7 @@ public class ForwardPostRequestBody : IAdditionalDataHolder, IParsable { public List ToRecipients { get; set; } #endif /// - /// Instantiates a new forwardPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ForwardPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ForwardPostRequestBody() { /// /// 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 ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs index 3051b1f130..c69630e150 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/Forward/ForwardRequestBuilder.cs @@ -22,6 +22,7 @@ public class ForwardRequestBuilder : BaseCliRequestBuilder { /// This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ForwardRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/forward", pathParameters) { } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/forward", rawUrl) { @@ -85,6 +86,7 @@ public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// This action allows the organizer or attendee of a meeting event to forward the meeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action also sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's copy of the meeting event. This convenience is not available when forwarding from an Outlook.com account. /// + /// 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/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs index bb1d316bca..82858df695 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs @@ -18,7 +18,7 @@ public class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IParsable { public DateTimeTimeZone NewReminderTime { get; set; } #endif /// - /// Instantiates a new snoozeReminderPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SnoozeReminderPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SnoozeReminderPostRequestBody() { /// /// 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 SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"NewReminderTime", n => { NewReminderTime = n.GetObjectValue(DateTimeTimeZone.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs index 80af75ea4a..f9f22202e8 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs @@ -22,6 +22,7 @@ public class SnoozeReminderRequestBuilder : BaseCliRequestBuilder { /// Postpone a reminder for an event in a user calendar until a new time. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Postpone a reminder for an event in a user calendar until a new time.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SnoozeReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SnoozeReminderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", pathParameters) { } /// - /// Instantiates a new SnoozeReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SnoozeReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/snoozeReminder", rawUrl) { @@ -85,6 +86,7 @@ public SnoozeReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Postpone a reminder for an event in a user calendar until a new time. /// + /// 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/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs index c421a5a1d7..26e0574cde 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs @@ -28,7 +28,7 @@ public class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IParsable /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new tentativelyAcceptPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TentativelyAcceptPostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public TentativelyAcceptPostRequestBody() { /// /// 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 TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs index ce849b2ca8..6e76459f65 100644 --- a/src/generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/Instances/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs @@ -22,6 +22,7 @@ public class TentativelyAcceptRequestBuilder : BaseCliRequestBuilder { /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TentativelyAcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TentativelyAcceptRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", pathParameters) { } /// - /// Instantiates a new TentativelyAcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TentativelyAcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/instances/{event%2Did1}/tentativelyAccept", rawUrl) { @@ -85,6 +86,7 @@ public TentativelyAcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/ /// /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// + /// 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/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs b/src/generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs index c822f4e51b..69ee3638cd 100644 --- a/src/generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs +++ b/src/generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderPostRequestBody.cs @@ -18,7 +18,7 @@ public class SnoozeReminderPostRequestBody : IAdditionalDataHolder, IParsable { public DateTimeTimeZone NewReminderTime { get; set; } #endif /// - /// Instantiates a new snoozeReminderPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SnoozeReminderPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SnoozeReminderPostRequestBody() { /// /// 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 SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SnoozeReminderPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"NewReminderTime", n => { NewReminderTime = n.GetObjectValue(DateTimeTimeZone.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs index 6142032980..7b695c23e9 100644 --- a/src/generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.cs @@ -22,6 +22,7 @@ public class SnoozeReminderRequestBuilder : BaseCliRequestBuilder { /// Postpone a reminder for an event in a user calendar until a new time. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Postpone a reminder for an event in a user calendar until a new time.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SnoozeReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SnoozeReminderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/snoozeReminder", pathParameters) { } /// - /// Instantiates a new SnoozeReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SnoozeReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/snoozeReminder", rawUrl) { @@ -79,6 +80,7 @@ public SnoozeReminderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Postpone a reminder for an event in a user calendar until a new time. /// + /// 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/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs b/src/generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs index 909b232870..e922a967c2 100644 --- a/src/generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs +++ b/src/generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptPostRequestBody.cs @@ -28,7 +28,7 @@ public class TentativelyAcceptPostRequestBody : IAdditionalDataHolder, IParsable /// The SendResponse property public bool? SendResponse { get; set; } /// - /// Instantiates a new tentativelyAcceptPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public TentativelyAcceptPostRequestBody() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public TentativelyAcceptPostRequestBody() { /// /// 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 TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static TentativelyAcceptPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs b/src/generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs index 61b78f0815..c87f7ebf5d 100644 --- a/src/generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs +++ b/src/generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.cs @@ -22,6 +22,7 @@ public class TentativelyAcceptRequestBuilder : BaseCliRequestBuilder { /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TentativelyAcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TentativelyAcceptRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/tentativelyAccept", pathParameters) { } /// - /// Instantiates a new TentativelyAcceptRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TentativelyAcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/events/{event%2Did}/tentativelyAccept", rawUrl) { @@ -79,6 +80,7 @@ public TentativelyAcceptRequestBuilder(string rawUrl) : base("{+baseurl}/groups/ /// /// Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times. /// + /// 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/Groups/Item/Extensions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Extensions/Count/CountRequestBuilder.cs index c4c2381147..3a9b2bb188 100644 --- a/src/generated/Groups/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Extensions/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}/groups/{group%2Did}/extensions/$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}/groups/{group%2Did}/extensions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Extensions/ExtensionsRequestBuilder.cs b/src/generated/Groups/Item/Extensions/ExtensionsRequestBuilder.cs index 27afb89a1c..3f59b3fc93 100644 --- a/src/generated/Groups/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Extensions/ExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the extensions property of the microsoft.graph.group entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ExtensionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to extensions for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to extensions for groups"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// The collection of open extensions defined for the group. Read-only. Nullable. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of open extensions defined for the group. Read-only. Nullable."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// The collection of open extensions defined for the group. Read-only. Nullable. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to extensions for groups /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(Extension 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}/groups/{group%2Did}/extensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/generated/Groups/Item/Extensions/Item/ExtensionItemRequestBuilder.cs index 0fceea89fa..bc331810bf 100644 --- a/src/generated/Groups/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Extensions/Item/ExtensionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExtensionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property extensions for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property extensions for groups"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// The collection of open extensions defined for the group. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of open extensions defined for the group. Read-only. Nullable."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property extensions in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property extensions in groups"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Delete navigation property extensions for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/groups/{group%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of open extensions defined for the group. Read-only. Nullable. /// + /// 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 /// Update the navigation property extensions in groups /// + /// 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 ToPatchRequestInformation(Extension 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}/groups/{group%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs b/src/generated/Groups/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs index 8d620371bd..480cf9afcb 100644 --- a/src/generated/Groups/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs +++ b/src/generated/Groups/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable { /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberGroupsPostRequestBody() { /// /// 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 GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/Groups/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs b/src/generated/Groups/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs index 6d005ea9e0..8df59279b3 100644 --- a/src/generated/Groups/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs +++ b/src/generated/Groups/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// 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 new GetMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Groups/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/generated/Groups/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index a6f86c6ed4..73e6dfe02e 100644 --- a/src/generated/Groups/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/generated/Groups/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/getMemberGroups", pathParameters) { } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/getMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf 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 diff --git a/src/generated/Groups/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs b/src/generated/Groups/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs index 25b9d6fe09..8800c7f008 100644 --- a/src/generated/Groups/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs +++ b/src/generated/Groups/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsable /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberObjectsPostRequestBody() { /// /// 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 GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/Groups/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs b/src/generated/Groups/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs index b38e77e53d..a747862aa4 100644 --- a/src/generated/Groups/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs +++ b/src/generated/Groups/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// 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 new GetMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Groups/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/generated/Groups/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index 1dbede771b..d250fc0fb6 100644 --- a/src/generated/Groups/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/generated/Groups/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/getMemberObjects", pathParameters) { } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/getMemberObjects", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// + /// 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/Groups/Item/GroupItemRequestBuilder.cs b/src/generated/Groups/Item/GroupItemRequestBuilder.cs index fbe1b98181..af9859d325 100644 --- a/src/generated/Groups/Item/GroupItemRequestBuilder.cs +++ b/src/generated/Groups/Item/GroupItemRequestBuilder.cs @@ -65,6 +65,7 @@ public class GroupItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the acceptedSenders property of the microsoft.graph.group entity. /// + /// A public Command BuildAcceptedSendersNavCommand() { var command = new Command("accepted-senders"); command.Description = "Provides operations to manage the acceptedSenders property of the microsoft.graph.group entity."; @@ -90,6 +91,7 @@ public Command BuildAcceptedSendersNavCommand() { /// /// Provides operations to call the addFavorite method. /// + /// A public Command BuildAddFavoriteNavCommand() { var command = new Command("add-favorite"); command.Description = "Provides operations to call the addFavorite method."; @@ -105,6 +107,7 @@ public Command BuildAddFavoriteNavCommand() { /// /// Provides operations to manage the appRoleAssignments property of the microsoft.graph.group entity. /// + /// A public Command BuildAppRoleAssignmentsNavCommand() { var command = new Command("app-role-assignments"); command.Description = "Provides operations to manage the appRoleAssignments property of the microsoft.graph.group entity."; @@ -130,6 +133,7 @@ public Command BuildAppRoleAssignmentsNavCommand() { /// /// Provides operations to call the assignLicense method. /// + /// A public Command BuildAssignLicenseNavCommand() { var command = new Command("assign-license"); command.Description = "Provides operations to call the assignLicense method."; @@ -145,6 +149,7 @@ public Command BuildAssignLicenseNavCommand() { /// /// Provides operations to manage the calendar property of the microsoft.graph.group entity. /// + /// A public Command BuildCalendarNavCommand() { var command = new Command("calendar"); command.Description = "Provides operations to manage the calendar property of the microsoft.graph.group entity."; @@ -170,6 +175,7 @@ public Command BuildCalendarNavCommand() { /// /// Provides operations to manage the calendarView property of the microsoft.graph.group entity. /// + /// A public Command BuildCalendarViewNavCommand() { var command = new Command("calendar-view"); command.Description = "Provides operations to manage the calendarView property of the microsoft.graph.group entity."; @@ -195,6 +201,7 @@ public Command BuildCalendarViewNavCommand() { /// /// Provides operations to call the checkGrantedPermissionsForApp method. /// + /// A public Command BuildCheckGrantedPermissionsForAppNavCommand() { var command = new Command("check-granted-permissions-for-app"); command.Description = "Provides operations to call the checkGrantedPermissionsForApp method."; @@ -210,6 +217,7 @@ public Command BuildCheckGrantedPermissionsForAppNavCommand() { /// /// Provides operations to call the checkMemberGroups method. /// + /// A public Command BuildCheckMemberGroupsNavCommand() { var command = new Command("check-member-groups"); command.Description = "Provides operations to call the checkMemberGroups method."; @@ -225,6 +233,7 @@ public Command BuildCheckMemberGroupsNavCommand() { /// /// Provides operations to call the checkMemberObjects method. /// + /// A public Command BuildCheckMemberObjectsNavCommand() { var command = new Command("check-member-objects"); command.Description = "Provides operations to call the checkMemberObjects method."; @@ -240,6 +249,7 @@ public Command BuildCheckMemberObjectsNavCommand() { /// /// Provides operations to manage the conversations property of the microsoft.graph.group entity. /// + /// A public Command BuildConversationsNavCommand() { var command = new Command("conversations"); command.Description = "Provides operations to manage the conversations property of the microsoft.graph.group entity."; @@ -265,6 +275,7 @@ public Command BuildConversationsNavCommand() { /// /// Provides operations to manage the createdOnBehalfOf property of the microsoft.graph.group entity. /// + /// A public Command BuildCreatedOnBehalfOfNavCommand() { var command = new Command("created-on-behalf-of"); command.Description = "Provides operations to manage the createdOnBehalfOf property of the microsoft.graph.group entity."; @@ -281,6 +292,7 @@ public Command BuildCreatedOnBehalfOfNavCommand() { /// Delete group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they're permanently deleted. This isn't applicable to Security groups and Distribution groups which are permanently deleted immediately. To learn more, see deletedItems. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they're permanently deleted. This isn't applicable to Security groups and Distribution groups which are permanently deleted immediately. To learn more, see deletedItems.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0"; @@ -314,6 +326,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the drive property of the microsoft.graph.group entity. /// + /// A public Command BuildDriveNavCommand() { var command = new Command("drive"); command.Description = "Provides operations to manage the drive property of the microsoft.graph.group entity."; @@ -329,6 +342,7 @@ public Command BuildDriveNavCommand() { /// /// Provides operations to manage the drives property of the microsoft.graph.group entity. /// + /// A public Command BuildDrivesNavCommand() { var command = new Command("drives"); command.Description = "Provides operations to manage the drives property of the microsoft.graph.group entity."; @@ -353,6 +367,7 @@ public Command BuildDrivesNavCommand() { /// /// Provides operations to manage the events property of the microsoft.graph.group entity. /// + /// A public Command BuildEventsNavCommand() { var command = new Command("events"); command.Description = "Provides operations to manage the events property of the microsoft.graph.group entity."; @@ -379,6 +394,7 @@ public Command BuildEventsNavCommand() { /// /// Provides operations to manage the extensions property of the microsoft.graph.group entity. /// + /// A public Command BuildExtensionsNavCommand() { var command = new Command("extensions"); command.Description = "Provides operations to manage the extensions property of the microsoft.graph.group entity."; @@ -405,6 +421,7 @@ public Command BuildExtensionsNavCommand() { /// Get the properties and relationships of a group object. This operation returns by default only a subset of all the available properties, as noted in the Properties section. To get properties that aren't_ returned by default, specify them in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and aren't returned in the $select query. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the properties and relationships of a group object. This operation returns by default only a subset of all the available properties, as noted in the Properties section. To get properties that aren't_ returned by default, specify them in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and aren't returned in the $select query.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0"; @@ -455,6 +472,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getMemberGroups method. /// + /// A public Command BuildGetMemberGroupsNavCommand() { var command = new Command("get-member-groups"); command.Description = "Provides operations to call the getMemberGroups method."; @@ -470,6 +488,7 @@ public Command BuildGetMemberGroupsNavCommand() { /// /// Provides operations to call the getMemberObjects method. /// + /// A public Command BuildGetMemberObjectsNavCommand() { var command = new Command("get-member-objects"); command.Description = "Provides operations to call the getMemberObjects method."; @@ -485,6 +504,7 @@ public Command BuildGetMemberObjectsNavCommand() { /// /// Provides operations to manage the groupLifecyclePolicies property of the microsoft.graph.group entity. /// + /// A public Command BuildGroupLifecyclePoliciesNavCommand() { var command = new Command("group-lifecycle-policies"); command.Description = "Provides operations to manage the groupLifecyclePolicies property of the microsoft.graph.group entity."; @@ -510,6 +530,7 @@ public Command BuildGroupLifecyclePoliciesNavCommand() { /// /// Provides operations to manage the memberOf property of the microsoft.graph.group entity. /// + /// A public Command BuildMemberOfNavCommand() { var command = new Command("member-of"); command.Description = "Provides operations to manage the memberOf property of the microsoft.graph.group entity."; @@ -536,6 +557,7 @@ public Command BuildMemberOfNavCommand() { /// /// Provides operations to manage the members property of the microsoft.graph.group entity. /// + /// A public Command BuildMembersNavCommand() { var command = new Command("members"); command.Description = "Provides operations to manage the members property of the microsoft.graph.group entity."; @@ -567,6 +589,7 @@ public Command BuildMembersNavCommand() { /// /// Provides operations to manage the membersWithLicenseErrors property of the microsoft.graph.group entity. /// + /// A public Command BuildMembersWithLicenseErrorsNavCommand() { var command = new Command("members-with-license-errors"); command.Description = "Provides operations to manage the membersWithLicenseErrors property of the microsoft.graph.group entity."; @@ -597,6 +620,7 @@ public Command BuildMembersWithLicenseErrorsNavCommand() { /// /// Provides operations to manage the onenote property of the microsoft.graph.group entity. /// + /// A public Command BuildOnenoteNavCommand() { var command = new Command("onenote"); command.Description = "Provides operations to manage the onenote property of the microsoft.graph.group entity."; @@ -625,6 +649,7 @@ public Command BuildOnenoteNavCommand() { /// /// Provides operations to manage the owners property of the microsoft.graph.group entity. /// + /// A public Command BuildOwnersNavCommand() { var command = new Command("owners"); command.Description = "Provides operations to manage the owners property of the microsoft.graph.group entity."; @@ -657,6 +682,7 @@ public Command BuildOwnersNavCommand() { /// Add a member to a security or Microsoft 365 group through the members navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Add a member to a security or Microsoft 365 group through the members navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0"; @@ -706,6 +732,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the permissionGrants property of the microsoft.graph.group entity. /// + /// A public Command BuildPermissionGrantsNavCommand() { var command = new Command("permission-grants"); command.Description = "Provides operations to manage the permissionGrants property of the microsoft.graph.group entity."; @@ -731,6 +758,7 @@ public Command BuildPermissionGrantsNavCommand() { /// /// Provides operations to manage the photo property of the microsoft.graph.group entity. /// + /// A public Command BuildPhotoNavCommand() { var command = new Command("photo"); command.Description = "Provides operations to manage the photo property of the microsoft.graph.group entity."; @@ -753,6 +781,7 @@ public Command BuildPhotoNavCommand() { /// /// Provides operations to manage the photos property of the microsoft.graph.group entity. /// + /// A public Command BuildPhotosNavCommand() { var command = new Command("photos"); command.Description = "Provides operations to manage the photos property of the microsoft.graph.group entity."; @@ -776,6 +805,7 @@ public Command BuildPhotosNavCommand() { /// /// Provides operations to manage the planner property of the microsoft.graph.group entity. /// + /// A public Command BuildPlannerNavCommand() { var command = new Command("planner"); command.Description = "Provides operations to manage the planner property of the microsoft.graph.group entity."; @@ -799,6 +829,7 @@ public Command BuildPlannerNavCommand() { /// /// Provides operations to manage the rejectedSenders property of the microsoft.graph.group entity. /// + /// A public Command BuildRejectedSendersNavCommand() { var command = new Command("rejected-senders"); command.Description = "Provides operations to manage the rejectedSenders property of the microsoft.graph.group entity."; @@ -824,6 +855,7 @@ public Command BuildRejectedSendersNavCommand() { /// /// Provides operations to call the removeFavorite method. /// + /// A public Command BuildRemoveFavoriteNavCommand() { var command = new Command("remove-favorite"); command.Description = "Provides operations to call the removeFavorite method."; @@ -839,6 +871,7 @@ public Command BuildRemoveFavoriteNavCommand() { /// /// Provides operations to call the renew method. /// + /// A public Command BuildRenewNavCommand() { var command = new Command("renew"); command.Description = "Provides operations to call the renew method."; @@ -854,6 +887,7 @@ public Command BuildRenewNavCommand() { /// /// Provides operations to call the resetUnseenCount method. /// + /// A public Command BuildResetUnseenCountNavCommand() { var command = new Command("reset-unseen-count"); command.Description = "Provides operations to call the resetUnseenCount method."; @@ -869,6 +903,7 @@ public Command BuildResetUnseenCountNavCommand() { /// /// Provides operations to call the restore method. /// + /// A public Command BuildRestoreNavCommand() { var command = new Command("restore"); command.Description = "Provides operations to call the restore method."; @@ -884,6 +919,7 @@ public Command BuildRestoreNavCommand() { /// /// Provides operations to call the retryServiceProvisioning method. /// + /// A public Command BuildRetryServiceProvisioningNavCommand() { var command = new Command("retry-service-provisioning"); command.Description = "Provides operations to call the retryServiceProvisioning method."; @@ -899,6 +935,7 @@ public Command BuildRetryServiceProvisioningNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -920,6 +957,7 @@ public Command BuildServiceProvisioningErrorsNavCommand() { /// /// Provides operations to manage the settings property of the microsoft.graph.group entity. /// + /// A public Command BuildSettingsNavCommand() { var command = new Command("settings"); command.Description = "Provides operations to manage the settings property of the microsoft.graph.group entity."; @@ -945,6 +983,7 @@ public Command BuildSettingsNavCommand() { /// /// Provides operations to manage the sites property of the microsoft.graph.group entity. /// + /// A public Command BuildSitesNavCommand() { var command = new Command("sites"); command.Description = "Provides operations to manage the sites property of the microsoft.graph.group entity."; @@ -973,6 +1012,7 @@ public Command BuildSitesNavCommand() { /// /// Provides operations to call the subscribeByMail method. /// + /// A public Command BuildSubscribeByMailNavCommand() { var command = new Command("subscribe-by-mail"); command.Description = "Provides operations to call the subscribeByMail method."; @@ -988,6 +1028,7 @@ public Command BuildSubscribeByMailNavCommand() { /// /// Provides operations to manage the team property of the microsoft.graph.group entity. /// + /// A public Command BuildTeamNavCommand() { var command = new Command("team"); command.Description = "Provides operations to manage the team property of the microsoft.graph.group entity."; @@ -1028,6 +1069,7 @@ public Command BuildTeamNavCommand() { /// /// Provides operations to manage the threads property of the microsoft.graph.group entity. /// + /// A public Command BuildThreadsNavCommand() { var command = new Command("threads"); command.Description = "Provides operations to manage the threads property of the microsoft.graph.group entity."; @@ -1053,6 +1095,7 @@ public Command BuildThreadsNavCommand() { /// /// Provides operations to manage the transitiveMemberOf property of the microsoft.graph.group entity. /// + /// A public Command BuildTransitiveMemberOfNavCommand() { var command = new Command("transitive-member-of"); command.Description = "Provides operations to manage the transitiveMemberOf property of the microsoft.graph.group entity."; @@ -1079,6 +1122,7 @@ public Command BuildTransitiveMemberOfNavCommand() { /// /// Provides operations to manage the transitiveMembers property of the microsoft.graph.group entity. /// + /// A public Command BuildTransitiveMembersNavCommand() { var command = new Command("transitive-members"); command.Description = "Provides operations to manage the transitiveMembers property of the microsoft.graph.group entity."; @@ -1109,6 +1153,7 @@ public Command BuildTransitiveMembersNavCommand() { /// /// Provides operations to call the unsubscribeByMail method. /// + /// A public Command BuildUnsubscribeByMailNavCommand() { var command = new Command("unsubscribe-by-mail"); command.Description = "Provides operations to call the unsubscribeByMail method."; @@ -1124,6 +1169,7 @@ public Command BuildUnsubscribeByMailNavCommand() { /// /// Provides operations to call the validateProperties method. /// + /// A public Command BuildValidatePropertiesByIdNavCommand() { var command = new Command("validate-properties-by-id"); command.Description = "Provides operations to call the validateProperties method."; @@ -1137,13 +1183,13 @@ public Command BuildValidatePropertiesByIdNavCommand() { return command; } /// - /// Instantiates a new GroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}{?%24expand,%24select}", rawUrl) { @@ -1151,6 +1197,7 @@ public GroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Delete group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they're permanently deleted. This isn't applicable to Security groups and Distribution groups which are permanently deleted immediately. To learn more, see deletedItems. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -1159,7 +1206,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -1167,6 +1214,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the properties and relationships of a group object. This operation returns by default only a subset of all the available properties, as noted in the Properties section. To get properties that aren't_ returned by default, specify them in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and aren't returned in the $select query. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -1183,6 +1231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add a member to a security or Microsoft 365 group through the members navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups. /// + /// 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 @@ -1193,7 +1242,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Group body, Ac public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Group 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}/groups/{group%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/GroupLifecyclePolicies/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/GroupLifecyclePolicies/Count/CountRequestBuilder.cs index f1cee87c1e..117c28cda4 100644 --- a/src/generated/Groups/Item/GroupLifecyclePolicies/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/GroupLifecyclePolicies/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}/groups/{group%2Did}/groupLifecyclePolicies/$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}/groups/{group%2Did}/groupLifecyclePolicies/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.cs b/src/generated/Groups/Item/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.cs index fab77a1d8d..1d0938de6c 100644 --- a/src/generated/Groups/Item/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.cs +++ b/src/generated/Groups/Item/GroupLifecyclePolicies/GroupLifecyclePoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class GroupLifecyclePoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the groupLifecyclePolicies property of the microsoft.graph.group entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to groupLifecyclePolicies for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to groupLifecyclePolicies for groups"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// Retrieves a list of groupLifecyclePolicy objects to which a group belongs. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieves a list of groupLifecyclePolicy objects to which a group belongs.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new GroupLifecyclePoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupLifecyclePoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/groupLifecyclePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GroupLifecyclePoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupLifecyclePoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/groupLifecyclePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public GroupLifecyclePoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/gr /// /// Retrieves a list of groupLifecyclePolicy objects to which a group belongs. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to groupLifecyclePolicies for groups /// + /// 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(GroupLifecyclePolicy body, Ac public RequestInformation ToPostRequestInformation(GroupLifecyclePolicy 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}/groups/{group%2Did}/groupLifecyclePolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostRequestBody.cs b/src/generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostRequestBody.cs index 1c64a9e83d..b5437e6ce4 100644 --- a/src/generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostRequestBody.cs +++ b/src/generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostRequestBody.cs @@ -17,7 +17,7 @@ public class AddGroupPostRequestBody : IAdditionalDataHolder, IParsable { public string GroupId { get; set; } #endif /// - /// Instantiates a new addGroupPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddGroupPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AddGroupPostRequestBody() { /// /// 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 AddGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static AddGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostResponse.cs b/src/generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostResponse.cs index fa64018159..c824dc0d2b 100644 --- a/src/generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostResponse.cs +++ b/src/generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupPostResponse.cs @@ -11,7 +11,7 @@ public class AddGroupPostResponse : IAdditionalDataHolder, IParsable { /// The value property public bool? Value { get; set; } /// - /// Instantiates a new addGroupPostResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public AddGroupPostResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public AddGroupPostResponse() { /// /// 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 AddGroupPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static AddGroupPostResponse 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/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.cs b/src/generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.cs index 8fcc28c302..4ae09fa5e5 100644 --- a/src/generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/GroupLifecyclePolicies/Item/AddGroup/AddGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class AddGroupRequestBuilder : BaseCliRequestBuilder { /// Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/groupLifecyclePolicies/{groupLifecyclePolicy%2Did}/addGroup", pathParameters) { } /// - /// Instantiates a new AddGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/groupLifecyclePolicies/{groupLifecyclePolicy%2Did}/addGroup", rawUrl) { @@ -89,6 +90,7 @@ public AddGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected. /// + /// 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/Groups/Item/GroupLifecyclePolicies/Item/GroupLifecyclePolicyItemRequestBuilder.cs b/src/generated/Groups/Item/GroupLifecyclePolicies/Item/GroupLifecyclePolicyItemRequestBuilder.cs index 1e938e829f..871403564a 100644 --- a/src/generated/Groups/Item/GroupLifecyclePolicies/Item/GroupLifecyclePolicyItemRequestBuilder.cs +++ b/src/generated/Groups/Item/GroupLifecyclePolicies/Item/GroupLifecyclePolicyItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class GroupLifecyclePolicyItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the addGroup method. /// + /// A public Command BuildAddGroupNavCommand() { var command = new Command("add-group"); command.Description = "Provides operations to call the addGroup method."; @@ -39,6 +40,7 @@ public Command BuildAddGroupNavCommand() { /// /// Delete navigation property groupLifecyclePolicies for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property groupLifecyclePolicies for groups"; @@ -78,6 +80,7 @@ public Command BuildDeleteCommand() { /// /// The collection of lifecycle policies for this group. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of lifecycle policies for this group. Read-only. Nullable."; @@ -134,6 +137,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property groupLifecyclePolicies in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property groupLifecyclePolicies in groups"; @@ -189,6 +193,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the removeGroup method. /// + /// A public Command BuildRemoveGroupNavCommand() { var command = new Command("remove-group"); command.Description = "Provides operations to call the removeGroup method."; @@ -202,13 +207,13 @@ public Command BuildRemoveGroupNavCommand() { return command; } /// - /// Instantiates a new GroupLifecyclePolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupLifecyclePolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/groupLifecyclePolicies/{groupLifecyclePolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GroupLifecyclePolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupLifecyclePolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/groupLifecyclePolicies/{groupLifecyclePolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -216,6 +221,7 @@ public GroupLifecyclePolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property groupLifecyclePolicies for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -224,7 +230,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/groupLifecyclePolicies/{groupLifecyclePolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -232,6 +238,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of lifecycle policies for this group. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -248,6 +255,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property groupLifecyclePolicies in groups /// + /// 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 @@ -258,7 +266,7 @@ public RequestInformation ToPatchRequestInformation(GroupLifecyclePolicy body, A public RequestInformation ToPatchRequestInformation(GroupLifecyclePolicy 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}/groups/{group%2Did}/groupLifecyclePolicies/{groupLifecyclePolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostRequestBody.cs b/src/generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostRequestBody.cs index 11b674667c..dd43f28624 100644 --- a/src/generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostRequestBody.cs +++ b/src/generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostRequestBody.cs @@ -17,7 +17,7 @@ public class RemoveGroupPostRequestBody : IAdditionalDataHolder, IParsable { public string GroupId { get; set; } #endif /// - /// Instantiates a new removeGroupPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RemoveGroupPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public RemoveGroupPostRequestBody() { /// /// 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 RemoveGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static RemoveGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostResponse.cs b/src/generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostResponse.cs index 2b357e0692..8628fffb85 100644 --- a/src/generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostResponse.cs +++ b/src/generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupPostResponse.cs @@ -11,7 +11,7 @@ public class RemoveGroupPostResponse : IAdditionalDataHolder, IParsable { /// The value property public bool? Value { get; set; } /// - /// Instantiates a new removeGroupPostResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public RemoveGroupPostResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public RemoveGroupPostResponse() { /// /// 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 RemoveGroupPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static RemoveGroupPostResponse CreateFromDiscriminatorValue(IParseNode pa /// /// 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/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.cs b/src/generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.cs index b9d5b27828..afe4499055 100644 --- a/src/generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/GroupLifecyclePolicies/Item/RemoveGroup/RemoveGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class RemoveGroupRequestBuilder : BaseCliRequestBuilder { /// Removes a group from a lifecycle policy. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Removes a group from a lifecycle policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RemoveGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RemoveGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/groupLifecyclePolicies/{groupLifecyclePolicy%2Did}/removeGroup", pathParameters) { } /// - /// Instantiates a new RemoveGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RemoveGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/groupLifecyclePolicies/{groupLifecyclePolicy%2Did}/removeGroup", rawUrl) { @@ -89,6 +90,7 @@ public RemoveGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Removes a group from a lifecycle policy. /// + /// 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/Groups/Item/MemberOf/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/MemberOf/Count/CountRequestBuilder.cs index c1e6261c12..39430d85dd 100644 --- a/src/generated/Groups/Item/MemberOf/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/MemberOf/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"; @@ -66,13 +67,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}/groups/{group%2Did}/memberOf/$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}/groups/{group%2Did}/memberOf/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index 44c80cca10..c3ce572e27 100644 --- a/src/generated/Groups/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/MemberOf/GraphAdministrativeUnit/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"; @@ -66,13 +67,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}/groups/{group%2Did}/memberOf/graph.administrativeUnit/$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}/groups/{group%2Did}/memberOf/graph.administrativeUnit/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/generated/Groups/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index d34e89a02c..d8e572797e 100644 --- a/src/generated/Groups/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/generated/Groups/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphAdministrativeUnitRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAdministrativeUnitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/memberOf/graph.administrativeUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/memberOf/graph.administrativeUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/g /// /// Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs index a53ec84802..1ed96c427b 100644 --- a/src/generated/Groups/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/MemberOf/GraphGroup/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"; @@ -66,13 +67,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}/groups/{group%2Did}/memberOf/graph.group/$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}/groups/{group%2Did}/memberOf/graph.group/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Groups/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs index feb788c74a..9349cfbaff 100644 --- a/src/generated/Groups/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/memberOf/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/memberOf/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/MemberOf/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Groups/Item/MemberOf/Item/DirectoryObjectItemRequestBuilder.cs index 7f31b45619..bb38468b3f 100644 --- a/src/generated/Groups/Item/MemberOf/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Groups/Item/MemberOf/Item/DirectoryObjectItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. Supports $expand."; @@ -87,6 +88,7 @@ public Command BuildGetCommand() { /// /// Casts the previous resource to administrativeUnit. /// + /// A public Command BuildGraphAdministrativeUnitByIdNavCommand() { var command = new Command("graph-administrative-unit-by-id"); command.Description = "Casts the previous resource to administrativeUnit."; @@ -102,6 +104,7 @@ public Command BuildGraphAdministrativeUnitByIdNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupByIdNavCommand() { var command = new Command("graph-group-by-id"); command.Description = "Casts the previous resource to group."; @@ -115,13 +118,13 @@ public Command BuildGraphGroupByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/memberOf/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/memberOf/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. Supports $expand. /// + /// 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/Groups/Item/MemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/generated/Groups/Item/MemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index b599df8d67..6556b11c3b 100644 --- a/src/generated/Groups/Item/MemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/generated/Groups/Item/MemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphAdministrativeUnitRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAdministrativeUnitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/memberOf/{directoryObject%2Did}/graph.administrativeUnit{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/memberOf/{directoryObject%2Did}/graph.administrativeUnit{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/g /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit /// + /// 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/Groups/Item/MemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Groups/Item/MemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs index fff6aa75e8..59712448a4 100644 --- a/src/generated/Groups/Item/MemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/MemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.group"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/memberOf/{directoryObject%2Did}/graph.group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/memberOf/{directoryObject%2Did}/graph.group{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// 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/Groups/Item/MemberOf/MemberOfRequestBuilder.cs b/src/generated/Groups/Item/MemberOf/MemberOfRequestBuilder.cs index b33c9232f7..d7ba8b1155 100644 --- a/src/generated/Groups/Item/MemberOf/MemberOfRequestBuilder.cs +++ b/src/generated/Groups/Item/MemberOf/MemberOfRequestBuilder.cs @@ -26,6 +26,7 @@ public class MemberOfRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the memberOf property of the microsoft.graph.group entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Casts the previous resource to administrativeUnit. /// + /// A public Command BuildGraphAdministrativeUnitNavCommand() { var command = new Command("graph-administrative-unit"); command.Description = "Casts the previous resource to administrativeUnit."; @@ -74,6 +77,7 @@ public Command BuildGraphAdministrativeUnitNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupNavCommand() { var command = new Command("graph-group"); command.Description = "Casts the previous resource to group."; @@ -96,6 +100,7 @@ public Command BuildGraphGroupNavCommand() { /// Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. Supports $expand. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. Supports $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0"; @@ -199,13 +204,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MemberOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MemberOfRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/memberOf{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MemberOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MemberOfRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/memberOf{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +218,7 @@ public MemberOfRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. Supports $expand. /// + /// 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/Groups/Item/Members/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Members/Count/CountRequestBuilder.cs index e512b6d52d..0aec19cb89 100644 --- a/src/generated/Groups/Item/Members/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/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"; @@ -66,13 +67,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}/groups/{group%2Did}/members/$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}/groups/{group%2Did}/members/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Members/GraphApplication/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Members/GraphApplication/Count/CountRequestBuilder.cs index a37044cd7e..1c5a449612 100644 --- a/src/generated/Groups/Item/Members/GraphApplication/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/GraphApplication/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"; @@ -66,13 +67,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}/groups/{group%2Did}/members/graph.application/$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}/groups/{group%2Did}/members/graph.application/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs b/src/generated/Groups/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs index 3d483ccfd1..b52b4d709f 100644 --- a/src/generated/Groups/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/GraphApplication/GraphApplicationRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphApplicationRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphApplicationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/members/graph.application{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/members/graph.application{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/Members/GraphDevice/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Members/GraphDevice/Count/CountRequestBuilder.cs index b6c896262c..69fabd294c 100644 --- a/src/generated/Groups/Item/Members/GraphDevice/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/GraphDevice/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"; @@ -66,13 +67,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}/groups/{group%2Did}/members/graph.device/$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}/groups/{group%2Did}/members/graph.device/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs b/src/generated/Groups/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs index f1540d6121..6c0e37ae29 100644 --- a/src/generated/Groups/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/GraphDevice/GraphDeviceRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphDeviceRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/members/graph.device{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/members/graph.device{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/Members/GraphGroup/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Members/GraphGroup/Count/CountRequestBuilder.cs index 6e35b9913a..96149649a1 100644 --- a/src/generated/Groups/Item/Members/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/GraphGroup/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"; @@ -66,13 +67,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}/groups/{group%2Did}/members/graph.group/$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}/groups/{group%2Did}/members/graph.group/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Groups/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs index c2fc4fc091..94bb851940 100644 --- a/src/generated/Groups/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/GraphGroup/GraphGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/members/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/members/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs index a55c6d8f10..d472514bf3 100644 --- a/src/generated/Groups/Item/Members/GraphOrgContact/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/GraphOrgContact/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"; @@ -66,13 +67,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}/groups/{group%2Did}/members/graph.orgContact/$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}/groups/{group%2Did}/members/graph.orgContact/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/generated/Groups/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs index fac98c3d87..90cdefb1d2 100644 --- a/src/generated/Groups/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphOrgContactRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphOrgContactRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/members/graph.orgContact{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/members/graph.orgContact{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs index ce041d9635..922dce521f 100644 --- a/src/generated/Groups/Item/Members/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/GraphServicePrincipal/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"; @@ -66,13 +67,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}/groups/{group%2Did}/members/graph.servicePrincipal/$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}/groups/{group%2Did}/members/graph.servicePrincipal/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/Groups/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 2780c5ea74..93d7a2cec9 100644 --- a/src/generated/Groups/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/members/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/members/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/gro /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/Members/GraphUser/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Members/GraphUser/Count/CountRequestBuilder.cs index 24e315efa2..48b33b93d6 100644 --- a/src/generated/Groups/Item/Members/GraphUser/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/GraphUser/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"; @@ -66,13 +67,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}/groups/{group%2Did}/members/graph.user/$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}/groups/{group%2Did}/members/graph.user/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Members/GraphUser/GraphUserRequestBuilder.cs b/src/generated/Groups/Item/Members/GraphUser/GraphUserRequestBuilder.cs index db727a6970..c6ca6cccb5 100644 --- a/src/generated/Groups/Item/Members/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/GraphUser/GraphUserRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/members/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/members/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/Members/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Groups/Item/Members/Item/DirectoryObjectItemRequestBuilder.cs index 4e8a2285ad..0144c11649 100644 --- a/src/generated/Groups/Item/Members/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/Item/DirectoryObjectItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Casts the previous resource to application. /// + /// A public Command BuildGraphApplicationByIdNavCommand() { var command = new Command("graph-application-by-id"); command.Description = "Casts the previous resource to application."; @@ -39,6 +40,7 @@ public Command BuildGraphApplicationByIdNavCommand() { /// /// Casts the previous resource to device. /// + /// A public Command BuildGraphDeviceByIdNavCommand() { var command = new Command("graph-device-by-id"); command.Description = "Casts the previous resource to device."; @@ -54,6 +56,7 @@ public Command BuildGraphDeviceByIdNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupByIdNavCommand() { var command = new Command("graph-group-by-id"); command.Description = "Casts the previous resource to group."; @@ -69,6 +72,7 @@ public Command BuildGraphGroupByIdNavCommand() { /// /// Casts the previous resource to orgContact. /// + /// A public Command BuildGraphOrgContactByIdNavCommand() { var command = new Command("graph-org-contact-by-id"); command.Description = "Casts the previous resource to orgContact."; @@ -84,6 +88,7 @@ public Command BuildGraphOrgContactByIdNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalByIdNavCommand() { var command = new Command("graph-service-principal-by-id"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -99,6 +104,7 @@ public Command BuildGraphServicePrincipalByIdNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserByIdNavCommand() { var command = new Command("graph-user-by-id"); command.Description = "Casts the previous resource to user."; @@ -114,6 +120,7 @@ public Command BuildGraphUserByIdNavCommand() { /// /// Provides operations to manage the collection of group entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of group entities."; @@ -127,13 +134,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/members/{directoryObject%2Did}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/members/{directoryObject%2Did}", rawUrl) { diff --git a/src/generated/Groups/Item/Members/Item/GraphApplication/GraphApplicationRequestBuilder.cs b/src/generated/Groups/Item/Members/Item/GraphApplication/GraphApplicationRequestBuilder.cs index dd4865e4c4..5b41100f8f 100644 --- a/src/generated/Groups/Item/Members/Item/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/Item/GraphApplication/GraphApplicationRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphApplicationRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.application /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.application"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphApplicationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/members/{directoryObject%2Did}/graph.application{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/members/{directoryObject%2Did}/graph.application{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.application /// + /// 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/Groups/Item/Members/Item/GraphDevice/GraphDeviceRequestBuilder.cs b/src/generated/Groups/Item/Members/Item/GraphDevice/GraphDeviceRequestBuilder.cs index 77d420f257..aed5c8bc86 100644 --- a/src/generated/Groups/Item/Members/Item/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/Item/GraphDevice/GraphDeviceRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphDeviceRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.device /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.device"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/members/{directoryObject%2Did}/graph.device{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/members/{directoryObject%2Did}/graph.device{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.device /// + /// 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/Groups/Item/Members/Item/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Groups/Item/Members/Item/GraphGroup/GraphGroupRequestBuilder.cs index 03120e66e0..f21bdaec83 100644 --- a/src/generated/Groups/Item/Members/Item/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/Item/GraphGroup/GraphGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.group"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/members/{directoryObject%2Did}/graph.group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/members/{directoryObject%2Did}/graph.group{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// 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/Groups/Item/Members/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/generated/Groups/Item/Members/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs index 34b1e4f77a..4843da1518 100644 --- a/src/generated/Groups/Item/Members/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphOrgContactRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphOrgContactRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/members/{directoryObject%2Did}/graph.orgContact{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/members/{directoryObject%2Did}/graph.orgContact{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact /// + /// 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/Groups/Item/Members/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/Groups/Item/Members/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index b94284f643..87586902c6 100644 --- a/src/generated/Groups/Item/Members/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/members/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/members/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/gro /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// 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/Groups/Item/Members/Item/GraphUser/GraphUserRequestBuilder.cs b/src/generated/Groups/Item/Members/Item/GraphUser/GraphUserRequestBuilder.cs index 27eada4ec3..79bf1f66a1 100644 --- a/src/generated/Groups/Item/Members/Item/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/Item/GraphUser/GraphUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.user"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/members/{directoryObject%2Did}/graph.user{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/members/{directoryObject%2Did}/graph.user{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// 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/Groups/Item/Members/Item/Ref/RefRequestBuilder.cs b/src/generated/Groups/Item/Members/Item/Ref/RefRequestBuilder.cs index 55b4065d08..d44f82fbe2 100644 --- a/src/generated/Groups/Item/Members/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a member from a group via the members navigation property. You can't remove a member from groups with dynamic memberships. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a member from a group via the members navigation property. You can't remove a member from groups with dynamic memberships.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/members/{directoryObject%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/members/{directoryObject%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/m /// /// Remove a member from a group via the members navigation property. You can't remove a member from groups with dynamic memberships. /// + /// 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/Groups/Item/Members/MembersRequestBuilder.cs b/src/generated/Groups/Item/Members/MembersRequestBuilder.cs index 552662c008..0e98ece57e 100644 --- a/src/generated/Groups/Item/Members/MembersRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/MembersRequestBuilder.cs @@ -31,6 +31,7 @@ public class MembersRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.groups.item.members.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -46,6 +47,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."; @@ -61,6 +63,7 @@ public Command BuildCountNavCommand() { /// /// Casts the previous resource to application. /// + /// A public Command BuildGraphApplicationNavCommand() { var command = new Command("graph-application"); command.Description = "Casts the previous resource to application."; @@ -82,6 +85,7 @@ public Command BuildGraphApplicationNavCommand() { /// /// Casts the previous resource to device. /// + /// A public Command BuildGraphDeviceNavCommand() { var command = new Command("graph-device"); command.Description = "Casts the previous resource to device."; @@ -103,6 +107,7 @@ public Command BuildGraphDeviceNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupNavCommand() { var command = new Command("graph-group"); command.Description = "Casts the previous resource to group."; @@ -124,6 +129,7 @@ public Command BuildGraphGroupNavCommand() { /// /// Casts the previous resource to orgContact. /// + /// A public Command BuildGraphOrgContactNavCommand() { var command = new Command("graph-org-contact"); command.Description = "Casts the previous resource to orgContact."; @@ -145,6 +151,7 @@ public Command BuildGraphOrgContactNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalNavCommand() { var command = new Command("graph-service-principal"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -166,6 +173,7 @@ public Command BuildGraphServicePrincipalNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserNavCommand() { var command = new Command("graph-user"); command.Description = "Casts the previous resource to user."; @@ -188,6 +196,7 @@ public Command BuildGraphUserNavCommand() { /// The members of this group, who can be users, devices, other groups, or service principals. Supports the List members, Add member, and Remove member operations. Nullable. Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=members($select=id,userPrincipalName,displayName). /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The members of this group, who can be users, devices, other groups, or service principals. Supports the List members, Add member, and Remove member operations. Nullable. Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=members($select=id,userPrincipalName,displayName).\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0"; @@ -293,6 +302,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of group entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of group entities."; @@ -308,13 +318,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MembersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -322,6 +332,7 @@ public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// The members of this group, who can be users, devices, other groups, or service principals. Supports the List members, Add member, and Remove member operations. Nullable. Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=members($select=id,userPrincipalName,displayName). /// + /// 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/Groups/Item/Members/Ref/RefRequestBuilder.cs b/src/generated/Groups/Item/Members/Ref/RefRequestBuilder.cs index 7f1c3b0b9b..03af8955f3 100644 --- a/src/generated/Groups/Item/Members/Ref/RefRequestBuilder.cs +++ b/src/generated/Groups/Item/Members/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a member from a group via the members navigation property. You can't remove a member from groups with dynamic memberships. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a member from a group via the members navigation property. You can't remove a member from groups with dynamic memberships.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// The members of this group, who can be users, devices, other groups, or service principals. Supports the List members, Add member, and Remove member operations. Nullable. Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=members($select=id,userPrincipalName,displayName). /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The members of this group, who can be users, devices, other groups, or service principals. Supports the List members, Add member, and Remove member operations. Nullable. Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=members($select=id,userPrincipalName,displayName).\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0"; @@ -155,6 +157,7 @@ public Command BuildGetCommand() { /// Add a member to a security or Microsoft 365 group through the members navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add a member to a security or Microsoft 365 group through the members navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0"; @@ -192,20 +195,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/members/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/members/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/members/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/members/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove a member from a group via the members navigation property. You can't remove a member from groups with dynamic memberships. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,7 +218,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/members/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -222,6 +226,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The members of this group, who can be users, devices, other groups, or service principals. Supports the List members, Add member, and Remove member operations. Nullable. Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=members($select=id,userPrincipalName,displayName). /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -238,6 +243,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add a member to a security or Microsoft 365 group through the members navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups. /// + /// 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 @@ -248,7 +254,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/groups/{group%2Did}/members/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/MembersWithLicenseErrors/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/Count/CountRequestBuilder.cs index c78d301a5a..96f5470f8c 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/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"; @@ -66,13 +67,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}/groups/{group%2Did}/membersWithLicenseErrors/$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}/groups/{group%2Did}/membersWithLicenseErrors/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/MembersWithLicenseErrors/GraphApplication/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphApplication/Count/CountRequestBuilder.cs index 4ca9067693..6bc4db2211 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/GraphApplication/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphApplication/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"; @@ -66,13 +67,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}/groups/{group%2Did}/membersWithLicenseErrors/graph.application/$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}/groups/{group%2Did}/membersWithLicenseErrors/graph.application/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/MembersWithLicenseErrors/GraphApplication/GraphApplicationRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphApplication/GraphApplicationRequestBuilder.cs index 25ce98bb27..1cd625bf26 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphApplication/GraphApplicationRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphApplicationRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphApplicationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/graph.application{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/graph.application{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/MembersWithLicenseErrors/GraphDevice/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphDevice/Count/CountRequestBuilder.cs index 3b2175b227..030af65204 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/GraphDevice/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphDevice/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"; @@ -66,13 +67,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}/groups/{group%2Did}/membersWithLicenseErrors/graph.device/$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}/groups/{group%2Did}/membersWithLicenseErrors/graph.device/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/MembersWithLicenseErrors/GraphDevice/GraphDeviceRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphDevice/GraphDeviceRequestBuilder.cs index 2a7244aaac..cca5ed584e 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphDevice/GraphDeviceRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphDeviceRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/graph.device{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/graph.device{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/MembersWithLicenseErrors/GraphGroup/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphGroup/Count/CountRequestBuilder.cs index d83cb4aeb2..1e79932a40 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphGroup/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"; @@ -66,13 +67,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}/groups/{group%2Did}/membersWithLicenseErrors/graph.group/$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}/groups/{group%2Did}/membersWithLicenseErrors/graph.group/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/MembersWithLicenseErrors/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphGroup/GraphGroupRequestBuilder.cs index 3a1dde51b7..5a8638c0b1 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphGroup/GraphGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/MembersWithLicenseErrors/GraphOrgContact/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphOrgContact/Count/CountRequestBuilder.cs index 6d8b96c660..e4695b2082 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/GraphOrgContact/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphOrgContact/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"; @@ -66,13 +67,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}/groups/{group%2Did}/membersWithLicenseErrors/graph.orgContact/$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}/groups/{group%2Did}/membersWithLicenseErrors/graph.orgContact/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/MembersWithLicenseErrors/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphOrgContact/GraphOrgContactRequestBuilder.cs index 3cb627e4b0..3c389372ed 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphOrgContactRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphOrgContactRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/graph.orgContact{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/graph.orgContact{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/MembersWithLicenseErrors/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphServicePrincipal/Count/CountRequestBuilder.cs index 1a53c349eb..802382d17e 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphServicePrincipal/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"; @@ -66,13 +67,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}/groups/{group%2Did}/membersWithLicenseErrors/graph.servicePrincipal/$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}/groups/{group%2Did}/membersWithLicenseErrors/graph.servicePrincipal/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/MembersWithLicenseErrors/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index dd42b0bdba..1747a43a23 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/gro /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/MembersWithLicenseErrors/GraphUser/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphUser/Count/CountRequestBuilder.cs index 2a8463a122..fb2b02393f 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/GraphUser/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphUser/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"; @@ -66,13 +67,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}/groups/{group%2Did}/membersWithLicenseErrors/graph.user/$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}/groups/{group%2Did}/membersWithLicenseErrors/graph.user/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/MembersWithLicenseErrors/GraphUser/GraphUserRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphUser/GraphUserRequestBuilder.cs index 81d98ac690..d68b7e95a2 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/GraphUser/GraphUserRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/MembersWithLicenseErrors/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/Item/DirectoryObjectItemRequestBuilder.cs index 70387318d9..a61ff81671 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/Item/DirectoryObjectItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// A list of group members with license errors from this group-based license assignment. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A list of group members with license errors from this group-based license assignment. Read-only."; @@ -91,6 +92,7 @@ public Command BuildGetCommand() { /// /// Casts the previous resource to application. /// + /// A public Command BuildGraphApplicationByIdNavCommand() { var command = new Command("graph-application-by-id"); command.Description = "Casts the previous resource to application."; @@ -106,6 +108,7 @@ public Command BuildGraphApplicationByIdNavCommand() { /// /// Casts the previous resource to device. /// + /// A public Command BuildGraphDeviceByIdNavCommand() { var command = new Command("graph-device-by-id"); command.Description = "Casts the previous resource to device."; @@ -121,6 +124,7 @@ public Command BuildGraphDeviceByIdNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupByIdNavCommand() { var command = new Command("graph-group-by-id"); command.Description = "Casts the previous resource to group."; @@ -136,6 +140,7 @@ public Command BuildGraphGroupByIdNavCommand() { /// /// Casts the previous resource to orgContact. /// + /// A public Command BuildGraphOrgContactByIdNavCommand() { var command = new Command("graph-org-contact-by-id"); command.Description = "Casts the previous resource to orgContact."; @@ -151,6 +156,7 @@ public Command BuildGraphOrgContactByIdNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalByIdNavCommand() { var command = new Command("graph-service-principal-by-id"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -166,6 +172,7 @@ public Command BuildGraphServicePrincipalByIdNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserByIdNavCommand() { var command = new Command("graph-user-by-id"); command.Description = "Casts the previous resource to user."; @@ -179,13 +186,13 @@ public Command BuildGraphUserByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -193,6 +200,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// A list of group members with license errors from this group-based license assignment. 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 diff --git a/src/generated/Groups/Item/MembersWithLicenseErrors/Item/GraphApplication/GraphApplicationRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/Item/GraphApplication/GraphApplicationRequestBuilder.cs index a02edd1544..53f14ed82e 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/Item/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/Item/GraphApplication/GraphApplicationRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphApplicationRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.application /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.application"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphApplicationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/{directoryObject%2Did}/graph.application{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/{directoryObject%2Did}/graph.application{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.application /// + /// 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/Groups/Item/MembersWithLicenseErrors/Item/GraphDevice/GraphDeviceRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/Item/GraphDevice/GraphDeviceRequestBuilder.cs index 4b3a5099e5..d54e62adf9 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/Item/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/Item/GraphDevice/GraphDeviceRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphDeviceRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.device /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.device"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/{directoryObject%2Did}/graph.device{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/{directoryObject%2Did}/graph.device{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.device /// + /// 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/Groups/Item/MembersWithLicenseErrors/Item/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/Item/GraphGroup/GraphGroupRequestBuilder.cs index bff88d64f7..c88579716d 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/Item/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/Item/GraphGroup/GraphGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.group"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/{directoryObject%2Did}/graph.group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/{directoryObject%2Did}/graph.group{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// 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/Groups/Item/MembersWithLicenseErrors/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs index ddc9df9164..b5858a3580 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphOrgContactRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphOrgContactRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/{directoryObject%2Did}/graph.orgContact{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/{directoryObject%2Did}/graph.orgContact{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact /// + /// 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/Groups/Item/MembersWithLicenseErrors/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 149894dc82..601a9688a1 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/gro /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// 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/Groups/Item/MembersWithLicenseErrors/Item/GraphUser/GraphUserRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/Item/GraphUser/GraphUserRequestBuilder.cs index 95acac61bc..ddc3c9875d 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/Item/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/Item/GraphUser/GraphUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.user"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/{directoryObject%2Did}/graph.user{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors/{directoryObject%2Did}/graph.user{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// 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/Groups/Item/MembersWithLicenseErrors/MembersWithLicenseErrorsRequestBuilder.cs b/src/generated/Groups/Item/MembersWithLicenseErrors/MembersWithLicenseErrorsRequestBuilder.cs index ed29e25819..231946ce42 100644 --- a/src/generated/Groups/Item/MembersWithLicenseErrors/MembersWithLicenseErrorsRequestBuilder.cs +++ b/src/generated/Groups/Item/MembersWithLicenseErrors/MembersWithLicenseErrorsRequestBuilder.cs @@ -30,6 +30,7 @@ public class MembersWithLicenseErrorsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the membersWithLicenseErrors property of the microsoft.graph.group entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -46,6 +47,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."; @@ -61,6 +63,7 @@ public Command BuildCountNavCommand() { /// /// Casts the previous resource to application. /// + /// A public Command BuildGraphApplicationNavCommand() { var command = new Command("graph-application"); command.Description = "Casts the previous resource to application."; @@ -82,6 +85,7 @@ public Command BuildGraphApplicationNavCommand() { /// /// Casts the previous resource to device. /// + /// A public Command BuildGraphDeviceNavCommand() { var command = new Command("graph-device"); command.Description = "Casts the previous resource to device."; @@ -103,6 +107,7 @@ public Command BuildGraphDeviceNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupNavCommand() { var command = new Command("graph-group"); command.Description = "Casts the previous resource to group."; @@ -124,6 +129,7 @@ public Command BuildGraphGroupNavCommand() { /// /// Casts the previous resource to orgContact. /// + /// A public Command BuildGraphOrgContactNavCommand() { var command = new Command("graph-org-contact"); command.Description = "Casts the previous resource to orgContact."; @@ -145,6 +151,7 @@ public Command BuildGraphOrgContactNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalNavCommand() { var command = new Command("graph-service-principal"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -166,6 +173,7 @@ public Command BuildGraphServicePrincipalNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserNavCommand() { var command = new Command("graph-user"); command.Description = "Casts the previous resource to user."; @@ -187,6 +195,7 @@ public Command BuildGraphUserNavCommand() { /// /// A list of group members with license errors from this group-based license assignment. Read-only. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "A list of group members with license errors from this group-based license assignment. Read-only."; @@ -290,13 +299,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MembersWithLicenseErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MembersWithLicenseErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MembersWithLicenseErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MembersWithLicenseErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/membersWithLicenseErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -304,6 +313,7 @@ public MembersWithLicenseErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// A list of group members with license errors from this group-based license assignment. 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 diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs index 441be08b9d..36558d5fd9 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/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}/groups/{group%2Did}/onenote/notebooks/$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}/groups/{group%2Did}/onenote/notebooks/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.cs b/src/generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.cs index 749a59e9f3..f8f51633b5 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.cs @@ -17,7 +17,7 @@ public class GetNotebookFromWebUrlPostRequestBody : IAdditionalDataHolder, IPars public string WebUrl { get; set; } #endif /// - /// Instantiates a new getNotebookFromWebUrlPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetNotebookFromWebUrlPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public GetNotebookFromWebUrlPostRequestBody() { /// /// 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 GetNotebookFromWebUrlPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static GetNotebookFromWebUrlPostRequestBody CreateFromDiscriminatorValue( /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"webUrl", n => { WebUrl = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs index a7577b0a23..bdcd2b020b 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs @@ -23,6 +23,7 @@ public class GetNotebookFromWebUrlRequestBuilder : BaseCliRequestBuilder { /// Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetNotebookFromWebUrlRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetNotebookFromWebUrlRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/getNotebookFromWebUrl", pathParameters) { } /// - /// Instantiates a new GetNotebookFromWebUrlRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetNotebookFromWebUrlRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/getNotebookFromWebUrl", rawUrl) { @@ -84,6 +85,7 @@ public GetNotebookFromWebUrlRequestBuilder(string rawUrl) : base("{+baseurl}/gro /// /// Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. /// + /// 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/Groups/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksGetResponse.cs b/src/generated/Groups/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksGetResponse.cs index 86ecd931d1..9ef1807eb6 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksGetResponse.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksGetResponse.cs @@ -18,6 +18,7 @@ public class GetRecentNotebooksWithIncludePersonalNotebooksGetResponse : BaseCol /// /// 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 new GetRecentNotebooksWithIncludePersonalNotebooksGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetRecentNotebooksWithIncludePersonalNotebooksGetResponse : BaseCol /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(RecentNotebook.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs index effc4c7bd0..2fe32c127e 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder : Base /// /// Invoke function getRecentNotebooks /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getRecentNotebooks"; @@ -102,13 +103,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks}){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks}){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl) { @@ -116,6 +117,7 @@ public GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(string rawUr /// /// Invoke function getRecentNotebooks /// + /// 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/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.cs index 511dfb8384..26e3dfa5e7 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyNotebookPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyNotebookPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyNotebookPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyNotebookPostRequestBody() { /// /// 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 CopyNotebookPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyNotebookPostRequestBody CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs index 400eeed6c4..b2fdd099c1 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyNotebookRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/copyNotebook", pathParameters) { } /// - /// Instantiates a new CopyNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/copyNotebook", rawUrl) { @@ -90,6 +91,7 @@ public CopyNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.cs index 3663ab26a3..4d1646a7dd 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class NotebookItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the copyNotebook method. /// + /// A public Command BuildCopyNotebookNavCommand() { var command = new Command("copy-notebook"); command.Description = "Provides operations to call the copyNotebook method."; @@ -40,6 +41,7 @@ public Command BuildCopyNotebookNavCommand() { /// /// Delete navigation property notebooks for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property notebooks for groups"; @@ -80,6 +82,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a notebook object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a notebook object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0"; @@ -136,6 +139,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property notebooks in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property notebooks in groups"; @@ -191,6 +195,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. /// + /// A public Command BuildSectionGroupsNavCommand() { var command = new Command("section-groups"); command.Description = "Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity."; @@ -216,6 +221,7 @@ public Command BuildSectionGroupsNavCommand() { /// /// Provides operations to manage the sections property of the microsoft.graph.notebook entity. /// + /// A public Command BuildSectionsNavCommand() { var command = new Command("sections"); command.Description = "Provides operations to manage the sections property of the microsoft.graph.notebook entity."; @@ -239,13 +245,13 @@ public Command BuildSectionsNavCommand() { return command; } /// - /// Instantiates a new NotebookItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NotebookItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new NotebookItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NotebookItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}{?%24expand,%24select}", rawUrl) { @@ -253,6 +259,7 @@ public NotebookItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property notebooks for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -261,7 +268,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -269,6 +276,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a notebook 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 @@ -285,6 +293,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property notebooks in groups /// + /// 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 @@ -295,7 +304,7 @@ public RequestInformation ToPatchRequestInformation(Notebook 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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs index b09043496b..d8f2fbf9c7 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/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"; @@ -65,13 +66,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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/$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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index 11484eca74..555f0e6d3c 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the section group. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the section group. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the section group. 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 diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs index 7afbb6a3ad..da6e638f61 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionGroupRequestBuilder : BaseCliRequestBuilder { /// /// The section group that contains the section group. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section group that contains the section group. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/parentSectionGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/parentSectionGroup{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// The section group that contains the section group. 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 diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs index bd6ee30a36..047e0f800b 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class SectionGroupItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property sectionGroups for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sectionGroups for groups"; @@ -71,6 +72,7 @@ public Command BuildDeleteCommand() { /// /// The section groups in the notebook. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section groups in the notebook. Read-only. Nullable."; @@ -133,6 +135,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity."; @@ -148,6 +151,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildParentSectionGroupNavCommand() { var command = new Command("parent-section-group"); command.Description = "Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity."; @@ -163,6 +167,7 @@ public Command BuildParentSectionGroupNavCommand() { /// /// Update the navigation property sectionGroups in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sectionGroups in groups"; @@ -224,6 +229,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildSectionsNavCommand() { var command = new Command("sections"); command.Description = "Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity."; @@ -249,6 +255,7 @@ public Command BuildSectionsNavCommand() { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildSubSectionGroupsNavCommand() { var command = new Command("sub-section-groups"); command.Description = "Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity."; @@ -271,13 +278,13 @@ public Command BuildSubSectionGroupsNavCommand() { return command; } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}{?%24expand,%24select}", rawUrl) { @@ -285,6 +292,7 @@ public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Delete navigation property sectionGroups for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -293,7 +301,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -301,6 +309,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The section groups in the notebook. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -317,6 +326,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sectionGroups in groups /// + /// 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 @@ -327,7 +337,7 @@ public RequestInformation ToPatchRequestInformation(SectionGroup 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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs index edac9b1007..41566663ea 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/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"; @@ -71,13 +72,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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sectionGroups/$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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sectionGroups/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs index a8de09cd94..b05a956e82 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class SectionGroupItemRequestBuilder : BaseCliRequestBuilder { /// /// The section groups in the section. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section groups in the section. Read-only. Nullable."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sectionGroups/{sectionGroup%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sectionGroups/{sectionGroup%2Did1}{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// The section groups in the section. Read-only. Nullable. /// + /// 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/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs index ec2302384a..b38bc585de 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionGroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.Groups.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Retrieve a list of section groups from the specified section group. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of section groups from the specified section group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0"; @@ -157,13 +160,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -171,6 +174,7 @@ public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Retrieve a list of section groups from the specified section group. /// + /// 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/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs index 7458d7b197..e6d0205bec 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/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"; @@ -71,13 +72,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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/$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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs index f9616d5309..304f980208 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToNotebookPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToNotebookPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToNotebookPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToNotebookPostRequestBody() { /// /// 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 CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 2aaeecad4a..6307c75f8d 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToNotebookRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"; @@ -88,13 +89,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToNotebook", pathParameters) { } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToNotebook", rawUrl) { @@ -102,6 +103,7 @@ public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs index 74745a6bba..692b475ea3 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToSectionGroupPostRequestBody : IAdditionalDataHolder, IParsabl public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionGroupPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionGroupPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToSectionGroupPostRequestBody() { /// /// 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 CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 0e1eeee5f9..a66837ab62 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionGroupRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"; @@ -88,13 +89,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToSectionGroup", pathParameters) { } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToSectionGroup", rawUrl) { @@ -102,6 +103,7 @@ public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs index 46f90469dc..bc5b554c2a 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class OnenoteSectionItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the copyToNotebook method. /// + /// A public Command BuildCopyToNotebookNavCommand() { var command = new Command("copy-to-notebook"); command.Description = "Provides operations to call the copyToNotebook method."; @@ -42,6 +43,7 @@ public Command BuildCopyToNotebookNavCommand() { /// /// Provides operations to call the copyToSectionGroup method. /// + /// A public Command BuildCopyToSectionGroupNavCommand() { var command = new Command("copy-to-section-group"); command.Description = "Provides operations to call the copyToSectionGroup method."; @@ -57,6 +59,7 @@ public Command BuildCopyToSectionGroupNavCommand() { /// /// Delete navigation property sections for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sections for groups"; @@ -108,6 +111,7 @@ public Command BuildDeleteCommand() { /// /// The sections in the section group. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The sections in the section group. Read-only. Nullable."; @@ -176,6 +180,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildPagesNavCommand() { var command = new Command("pages"); command.Description = "Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity."; @@ -201,6 +206,7 @@ public Command BuildPagesNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity."; @@ -216,6 +222,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentSectionGroupNavCommand() { var command = new Command("parent-section-group"); command.Description = "Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity."; @@ -231,6 +238,7 @@ public Command BuildParentSectionGroupNavCommand() { /// /// Update the navigation property sections in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sections in groups"; @@ -296,13 +304,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteSectionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}{?%24expand,%24select}", rawUrl) { @@ -310,6 +318,7 @@ public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Delete navigation property sections for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -318,7 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -326,6 +335,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The sections in the section group. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -342,6 +352,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sections in groups /// + /// 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 @@ -352,7 +363,7 @@ public RequestInformation ToPatchRequestInformation(OnenoteSection body, Action< public RequestInformation ToPatchRequestInformation(OnenoteSection 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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index fd327a0ce7..27e3e5e9c9 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/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"; @@ -77,13 +78,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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/$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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs index d12566d873..356cb3eb9e 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The page's HTML content. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The page's HTML content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -85,6 +86,7 @@ public Command BuildGetCommand() { /// /// The page's HTML content. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The page's HTML content."; @@ -153,13 +155,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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/content", rawUrl) { @@ -167,6 +169,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// The page's HTML 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 @@ -183,6 +186,7 @@ public RequestInformation ToGetRequestInformation(Action /// The page's HTML 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/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs index bfeafaeb8a..95d70f249c 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs @@ -41,7 +41,7 @@ public class CopyToSectionPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionPostRequestBody() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public CopyToSectionPostRequestBody() { /// /// 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 CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index 31d52f8173..b241930fd9 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionRequestBuilder : BaseCliRequestBuilder { /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"; @@ -94,13 +95,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", pathParameters) { } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", rawUrl) { @@ -108,6 +109,7 @@ public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs index 7c4f903966..93eed0001b 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class OnenotePageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -44,6 +45,7 @@ public Command BuildContentNavCommand() { /// /// Provides operations to call the copyToSection method. /// + /// A public Command BuildCopyToSectionNavCommand() { var command = new Command("copy-to-section"); command.Description = "Provides operations to call the copyToSection method."; @@ -59,6 +61,7 @@ public Command BuildCopyToSectionNavCommand() { /// /// Delete navigation property pages for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property pages for groups"; @@ -116,6 +119,7 @@ public Command BuildDeleteCommand() { /// /// The collection of pages in the section. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of pages in the section. Read-only. Nullable."; @@ -190,6 +194,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the onenotePatchContent method. /// + /// A public Command BuildOnenotePatchContentNavCommand() { var command = new Command("onenote-patch-content"); command.Description = "Provides operations to call the onenotePatchContent method."; @@ -205,6 +210,7 @@ public Command BuildOnenotePatchContentNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity."; @@ -220,6 +226,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentSectionNavCommand() { var command = new Command("parent-section"); command.Description = "Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity."; @@ -235,6 +242,7 @@ public Command BuildParentSectionNavCommand() { /// /// Update the navigation property pages in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property pages in groups"; @@ -308,6 +316,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the preview method. /// + /// A public Command BuildPreviewNavCommand() { var command = new Command("preview"); command.Description = "Provides operations to call the preview method."; @@ -321,13 +330,13 @@ public Command BuildPreviewNavCommand() { return command; } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", rawUrl) { @@ -335,6 +344,7 @@ public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Delete navigation property pages for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -343,7 +353,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -351,6 +361,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of pages in the section. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -367,6 +378,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property pages in groups /// + /// 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 @@ -377,7 +389,7 @@ public RequestInformation ToPatchRequestInformation(OnenotePage 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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs index ead6b19e2e..4f1cff0f10 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs @@ -18,7 +18,7 @@ public class OnenotePatchContentPostRequestBody : IAdditionalDataHolder, IParsab public List Commands { get; set; } #endif /// - /// Instantiates a new onenotePatchContentPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenotePatchContentPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public OnenotePatchContentPostRequestBody() { /// /// 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 OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"commands", n => { Commands = n.GetCollectionOfObjectValues(OnenotePatchContentCommand.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs index 1ad4a1adf8..c16cf15c88 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs @@ -21,6 +21,7 @@ public class OnenotePatchContentRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action onenotePatchContent /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action onenotePatchContent"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePatchContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", pathParameters) { } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", rawUrl) { @@ -96,6 +97,7 @@ public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Invoke action onenotePatchContent /// + /// 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/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index 9ca6bdac2e..229e1bf848 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the page. Read-only."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the page. 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 diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs index 39ef3f274e..df75939162 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionRequestBuilder : BaseCliRequestBuilder { /// /// The section that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section that contains the page. Read-only."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// The section that contains the page. 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 diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs index dec64f3858..d0fadf4cbc 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class PreviewRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function preview /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function preview"; @@ -80,13 +81,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PreviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", pathParameters) { } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", rawUrl) { @@ -94,6 +95,7 @@ public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Invoke function preview /// + /// 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/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs index c75a2c38bb..e861f997ba 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new page in the specified section. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new page in the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0"; @@ -126,6 +129,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of page objects from the specified section. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of page objects from the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -240,13 +244,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -254,6 +258,7 @@ public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Retrieve a list of page objects from the specified section. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -270,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new page in the specified section. /// + /// 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 @@ -280,7 +286,7 @@ public RequestInformation ToPostRequestInformation(OnenotePage 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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index 3f5c43904c..bfa1d96d16 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the section. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the section. 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 diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs index bdbc14a58f..8e7cc3c464 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionGroupRequestBuilder : BaseCliRequestBuilder { /// /// The section group that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section group that contains the section. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// The section group that contains the section. 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 diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs index a41ff4cc44..5e73308141 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// Create a new onenoteSection in the specified section group. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new onenoteSection in the specified section group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0"; @@ -119,6 +122,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of onenoteSection objects from the specified section group. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of onenoteSection objects from the specified section group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0"; @@ -227,13 +231,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -241,6 +245,7 @@ public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Retrieve a list of onenoteSection objects from the specified section group. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -257,6 +262,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new onenoteSection in the specified section group. /// + /// 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 @@ -267,7 +273,7 @@ public RequestInformation ToPostRequestInformation(OnenoteSection 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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs index 28b193aa03..45bbb34224 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionGroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// Create a new section group in the specified notebook. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new section group in the specified notebook.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0"; @@ -112,6 +115,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of section groups from the specified notebook. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of section groups from the specified notebook.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0"; @@ -214,13 +218,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -228,6 +232,7 @@ public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Retrieve a list of section groups from the specified notebook. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,6 +249,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new section group in the specified notebook. /// + /// 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 @@ -254,7 +260,7 @@ public RequestInformation ToPostRequestInformation(SectionGroup 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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs index 0abd74c9e2..33d4336296 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/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"; @@ -65,13 +66,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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/$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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs index cd85ae5874..5e39be36ab 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToNotebookPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToNotebookPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToNotebookPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToNotebookPostRequestBody() { /// /// 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 CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 9dba2d06af..2531e28352 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToNotebookRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/copyToNotebook", pathParameters) { } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/copyToNotebook", rawUrl) { @@ -96,6 +97,7 @@ public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs index 86b4f1ca77..4c1a543cca 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToSectionGroupPostRequestBody : IAdditionalDataHolder, IParsabl public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionGroupPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionGroupPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToSectionGroupPostRequestBody() { /// /// 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 CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 3fafee4493..6c3215c08e 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionGroupRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/copyToSectionGroup", pathParameters) { } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/copyToSectionGroup", rawUrl) { @@ -96,6 +97,7 @@ public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Onenote/Notebooks/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs index 5fbe704441..ae4aca449b 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class OnenoteSectionItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the copyToNotebook method. /// + /// A public Command BuildCopyToNotebookNavCommand() { var command = new Command("copy-to-notebook"); command.Description = "Provides operations to call the copyToNotebook method."; @@ -42,6 +43,7 @@ public Command BuildCopyToNotebookNavCommand() { /// /// Provides operations to call the copyToSectionGroup method. /// + /// A public Command BuildCopyToSectionGroupNavCommand() { var command = new Command("copy-to-section-group"); command.Description = "Provides operations to call the copyToSectionGroup method."; @@ -57,6 +59,7 @@ public Command BuildCopyToSectionGroupNavCommand() { /// /// Delete navigation property sections for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sections for groups"; @@ -102,6 +105,7 @@ public Command BuildDeleteCommand() { /// /// The sections in the notebook. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The sections in the notebook. Read-only. Nullable."; @@ -164,6 +168,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildPagesNavCommand() { var command = new Command("pages"); command.Description = "Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity."; @@ -189,6 +194,7 @@ public Command BuildPagesNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity."; @@ -204,6 +210,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentSectionGroupNavCommand() { var command = new Command("parent-section-group"); command.Description = "Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity."; @@ -219,6 +226,7 @@ public Command BuildParentSectionGroupNavCommand() { /// /// Update the navigation property sections in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sections in groups"; @@ -278,13 +286,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteSectionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}{?%24expand,%24select}", rawUrl) { @@ -292,6 +300,7 @@ public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Delete navigation property sections for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -300,7 +309,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -308,6 +317,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The sections in the notebook. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -324,6 +334,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sections in groups /// + /// 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 @@ -334,7 +345,7 @@ public RequestInformation ToPatchRequestInformation(OnenoteSection body, Action< public RequestInformation ToPatchRequestInformation(OnenoteSection 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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index 5146839052..56768bad41 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/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"; @@ -71,13 +72,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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/$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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs index 67a76dfa8a..f6fd72c822 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The page's HTML content. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The page's HTML content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -79,6 +80,7 @@ public Command BuildGetCommand() { /// /// The page's HTML content. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The page's HTML content."; @@ -141,13 +143,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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/content", rawUrl) { @@ -155,6 +157,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// The page's HTML 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 @@ -171,6 +174,7 @@ public RequestInformation ToGetRequestInformation(Action /// The page's HTML 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/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs index 385ff24d8a..7fc217f0f9 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs @@ -41,7 +41,7 @@ public class CopyToSectionPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionPostRequestBody() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public CopyToSectionPostRequestBody() { /// /// 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 CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index 257b6aa3c0..2ddd3aa78e 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionRequestBuilder : BaseCliRequestBuilder { /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"; @@ -88,13 +89,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", pathParameters) { } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", rawUrl) { @@ -102,6 +103,7 @@ public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs index cf7f72dc09..05c4ca9453 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class OnenotePageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -44,6 +45,7 @@ public Command BuildContentNavCommand() { /// /// Provides operations to call the copyToSection method. /// + /// A public Command BuildCopyToSectionNavCommand() { var command = new Command("copy-to-section"); command.Description = "Provides operations to call the copyToSection method."; @@ -59,6 +61,7 @@ public Command BuildCopyToSectionNavCommand() { /// /// Delete navigation property pages for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property pages for groups"; @@ -110,6 +113,7 @@ public Command BuildDeleteCommand() { /// /// The collection of pages in the section. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of pages in the section. Read-only. Nullable."; @@ -178,6 +182,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the onenotePatchContent method. /// + /// A public Command BuildOnenotePatchContentNavCommand() { var command = new Command("onenote-patch-content"); command.Description = "Provides operations to call the onenotePatchContent method."; @@ -193,6 +198,7 @@ public Command BuildOnenotePatchContentNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity."; @@ -208,6 +214,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentSectionNavCommand() { var command = new Command("parent-section"); command.Description = "Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity."; @@ -223,6 +230,7 @@ public Command BuildParentSectionNavCommand() { /// /// Update the navigation property pages in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property pages in groups"; @@ -290,6 +298,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the preview method. /// + /// A public Command BuildPreviewNavCommand() { var command = new Command("preview"); command.Description = "Provides operations to call the preview method."; @@ -303,13 +312,13 @@ public Command BuildPreviewNavCommand() { return command; } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", rawUrl) { @@ -317,6 +326,7 @@ public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Delete navigation property pages for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -325,7 +335,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -333,6 +343,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of pages in the section. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -349,6 +360,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property pages in groups /// + /// 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 @@ -359,7 +371,7 @@ public RequestInformation ToPatchRequestInformation(OnenotePage 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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs index d89e64572f..fcf34b9630 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs @@ -18,7 +18,7 @@ public class OnenotePatchContentPostRequestBody : IAdditionalDataHolder, IParsab public List Commands { get; set; } #endif /// - /// Instantiates a new onenotePatchContentPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenotePatchContentPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public OnenotePatchContentPostRequestBody() { /// /// 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 OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"commands", n => { Commands = n.GetCollectionOfObjectValues(OnenotePatchContentCommand.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs index 3aabdcfa3b..62044f5662 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs @@ -21,6 +21,7 @@ public class OnenotePatchContentRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action onenotePatchContent /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action onenotePatchContent"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePatchContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", pathParameters) { } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", rawUrl) { @@ -90,6 +91,7 @@ public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Invoke action onenotePatchContent /// + /// 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/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index e2d99cb1e3..bd974efad8 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the page. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the page. 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 diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs index 2ba89c1200..79e90ef465 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionRequestBuilder : BaseCliRequestBuilder { /// /// The section that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section that contains the page. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// The section that contains the page. 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 diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs index f5963d999f..a5ba3d7f81 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class PreviewRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function preview /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function preview"; @@ -74,13 +75,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PreviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", pathParameters) { } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", rawUrl) { @@ -88,6 +89,7 @@ public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Invoke function preview /// + /// 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/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs index ca177261d0..6a869c4419 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new page in the specified section. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new page in the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0"; @@ -120,6 +123,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of page objects from the specified section. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of page objects from the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -228,13 +232,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -242,6 +246,7 @@ public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Retrieve a list of page objects from the specified section. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -258,6 +263,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new page in the specified section. /// + /// 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 @@ -268,7 +274,7 @@ public RequestInformation ToPostRequestInformation(OnenotePage 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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index 62f9397479..175ba103c9 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the section. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the section. 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 diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs index 19a2985e2e..8340f69f42 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionGroupRequestBuilder : BaseCliRequestBuilder { /// /// The section group that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section group that contains the section. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// The section group that contains the section. 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 diff --git a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs index fd26ad241a..bca0ecc33d 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sections property of the microsoft.graph.notebook entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// Create a new onenoteSection in the specified notebook. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new onenoteSection in the specified notebook.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of onenoteSection objects from the specified notebook. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of onenoteSection objects from the specified notebook.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0"; @@ -215,13 +219,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -229,6 +233,7 @@ public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Retrieve a list of onenoteSection objects from the specified notebook. /// + /// 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,6 +250,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new onenoteSection in the specified notebook. /// + /// 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 @@ -255,7 +261,7 @@ public RequestInformation ToPostRequestInformation(OnenoteSection 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}/groups/{group%2Did}/onenote/notebooks/{notebook%2Did}/sections", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs index 288ba5b98d..a9a409dde5 100644 --- a/src/generated/Groups/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs @@ -26,6 +26,7 @@ public class NotebooksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// Create a new OneNote notebook. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new OneNote notebook.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the getNotebookFromWebUrl method. /// + /// A public Command BuildGetNotebookFromWebUrlNavCommand() { var command = new Command("get-notebook-from-web-url"); command.Description = "Provides operations to call the getNotebookFromWebUrl method."; @@ -121,6 +125,7 @@ public Command BuildGetNotebookFromWebUrlNavCommand() { /// /// Provides operations to call the getRecentNotebooks method. /// + /// A public Command BuildGetRecentNotebooksWithIncludePersonalNotebooksRbCommand() { var command = new Command("get-recent-notebooks-with-include-personal-notebooks"); command.Description = "Provides operations to call the getRecentNotebooks method."; @@ -137,6 +142,7 @@ public Command BuildGetRecentNotebooksWithIncludePersonalNotebooksRbCommand() { /// Retrieve a list of notebook objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of notebook objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0"; @@ -233,13 +239,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new NotebooksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NotebooksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new NotebooksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NotebooksRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/notebooks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -247,6 +253,7 @@ public NotebooksRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Retrieve a list of notebook objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -263,6 +270,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new OneNote notebook. /// + /// 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 @@ -273,7 +281,7 @@ public RequestInformation ToPostRequestInformation(Notebook 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}/groups/{group%2Did}/onenote/notebooks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/OnenoteRequestBuilder.cs b/src/generated/Groups/Item/Onenote/OnenoteRequestBuilder.cs index 629f172350..568cce6d70 100644 --- a/src/generated/Groups/Item/Onenote/OnenoteRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/OnenoteRequestBuilder.cs @@ -28,6 +28,7 @@ public class OnenoteRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property onenote for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property onenote for groups"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Get onenote from groups /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get onenote from groups"; @@ -111,6 +113,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. /// + /// A public Command BuildNotebooksNavCommand() { var command = new Command("notebooks"); command.Description = "Provides operations to manage the notebooks property of the microsoft.graph.onenote entity."; @@ -138,6 +141,7 @@ public Command BuildNotebooksNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.onenote entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.onenote entity."; @@ -163,6 +167,7 @@ public Command BuildOperationsNavCommand() { /// /// Provides operations to manage the pages property of the microsoft.graph.onenote entity. /// + /// A public Command BuildPagesNavCommand() { var command = new Command("pages"); command.Description = "Provides operations to manage the pages property of the microsoft.graph.onenote entity."; @@ -188,6 +193,7 @@ public Command BuildPagesNavCommand() { /// /// Update the navigation property onenote in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property onenote in groups"; @@ -237,6 +243,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resources property of the microsoft.graph.onenote entity. /// + /// A public Command BuildResourcesNavCommand() { var command = new Command("resources"); command.Description = "Provides operations to manage the resources property of the microsoft.graph.onenote entity."; @@ -262,6 +269,7 @@ public Command BuildResourcesNavCommand() { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. /// + /// A public Command BuildSectionGroupsNavCommand() { var command = new Command("section-groups"); command.Description = "Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity."; @@ -287,6 +295,7 @@ public Command BuildSectionGroupsNavCommand() { /// /// Provides operations to manage the sections property of the microsoft.graph.onenote entity. /// + /// A public Command BuildSectionsNavCommand() { var command = new Command("sections"); command.Description = "Provides operations to manage the sections property of the microsoft.graph.onenote entity."; @@ -310,13 +319,13 @@ public Command BuildSectionsNavCommand() { return command; } /// - /// Instantiates a new OnenoteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote{?%24expand,%24select}", rawUrl) { @@ -324,6 +333,7 @@ public OnenoteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Delete navigation property onenote for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -332,7 +342,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/onenote", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -340,6 +350,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get onenote from groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -356,6 +367,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property onenote in groups /// + /// 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 @@ -366,7 +378,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Onenote body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Onenote 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}/groups/{group%2Did}/onenote", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Operations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Operations/Count/CountRequestBuilder.cs index 528476f6c3..d0b394e662 100644 --- a/src/generated/Groups/Item/Onenote/Operations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Operations/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}/groups/{group%2Did}/onenote/operations/$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}/groups/{group%2Did}/onenote/operations/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.cs index cd16c83439..1e626e386a 100644 --- a/src/generated/Groups/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class OnenoteOperationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property operations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property operations for groups"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property operations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property operations in groups"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/operations/{onenoteOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/operations/{onenoteOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public OnenoteOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/grou /// /// Delete navigation property operations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/onenote/operations/{onenoteOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property operations in groups /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(OnenoteOperation body, Actio public RequestInformation ToPatchRequestInformation(OnenoteOperation 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}/groups/{group%2Did}/onenote/operations/{onenoteOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Operations/OperationsRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Operations/OperationsRequestBuilder.cs index 9698ec250a..3a208eddf7 100644 --- a/src/generated/Groups/Item/Onenote/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Operations/OperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the operations property of the microsoft.graph.onenote entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new OnenoteOperationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to operations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to operations for groups"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for groups /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(OnenoteOperation body, Action public RequestInformation ToPostRequestInformation(OnenoteOperation 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}/groups/{group%2Did}/onenote/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Pages/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Pages/Count/CountRequestBuilder.cs index 56a4233276..8f3253e646 100644 --- a/src/generated/Groups/Item/Onenote/Pages/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Pages/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}/groups/{group%2Did}/onenote/pages/$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}/groups/{group%2Did}/onenote/pages/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Onenote/Pages/Item/Content/ContentRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Pages/Item/Content/ContentRequestBuilder.cs index db6a47fc3b..88c6c2100b 100644 --- a/src/generated/Groups/Item/Onenote/Pages/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Pages/Item/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The page's HTML content. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The page's HTML content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0"; @@ -67,6 +68,7 @@ public Command BuildGetCommand() { /// /// The page's HTML content. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The page's HTML 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}/groups/{group%2Did}/onenote/pages/{onenotePage%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}/groups/{group%2Did}/onenote/pages/{onenotePage%2Did}/content", rawUrl) { @@ -131,6 +133,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// The page's HTML 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 page's HTML 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/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs b/src/generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs index d423c76839..2abaac074f 100644 --- a/src/generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs @@ -41,7 +41,7 @@ public class CopyToSectionPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionPostRequestBody() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public CopyToSectionPostRequestBody() { /// /// 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 CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index e80d4da72b..ac351178c4 100644 --- a/src/generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionRequestBuilder : BaseCliRequestBuilder { /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/pages/{onenotePage%2Did}/copyToSection", pathParameters) { } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/pages/{onenotePage%2Did}/copyToSection", rawUrl) { @@ -90,6 +91,7 @@ public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.cs index 33ad014ce8..735d7a2b5a 100644 --- a/src/generated/Groups/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class OnenotePageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -44,6 +45,7 @@ public Command BuildContentNavCommand() { /// /// Provides operations to call the copyToSection method. /// + /// A public Command BuildCopyToSectionNavCommand() { var command = new Command("copy-to-section"); command.Description = "Provides operations to call the copyToSection method."; @@ -60,6 +62,7 @@ public Command BuildCopyToSectionNavCommand() { /// Delete a OneNote page. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a OneNote page.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0"; @@ -100,6 +103,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0"; @@ -156,6 +160,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the onenotePatchContent method. /// + /// A public Command BuildOnenotePatchContentNavCommand() { var command = new Command("onenote-patch-content"); command.Description = "Provides operations to call the onenotePatchContent method."; @@ -171,6 +176,7 @@ public Command BuildOnenotePatchContentNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity."; @@ -186,6 +192,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentSectionNavCommand() { var command = new Command("parent-section"); command.Description = "Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity."; @@ -201,6 +208,7 @@ public Command BuildParentSectionNavCommand() { /// /// Update the navigation property pages in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property pages in groups"; @@ -256,6 +264,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the preview method. /// + /// A public Command BuildPreviewNavCommand() { var command = new Command("preview"); command.Description = "Provides operations to call the preview method."; @@ -269,13 +278,13 @@ public Command BuildPreviewNavCommand() { return command; } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/pages/{onenotePage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/pages/{onenotePage%2Did}{?%24expand,%24select}", rawUrl) { @@ -283,6 +292,7 @@ public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Delete a OneNote page. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -291,7 +301,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/onenote/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -299,6 +309,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -315,6 +326,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property pages in groups /// + /// 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 @@ -325,7 +337,7 @@ public RequestInformation ToPatchRequestInformation(OnenotePage 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}/groups/{group%2Did}/onenote/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs b/src/generated/Groups/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs index d43c22d194..10a24d7867 100644 --- a/src/generated/Groups/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs @@ -18,7 +18,7 @@ public class OnenotePatchContentPostRequestBody : IAdditionalDataHolder, IParsab public List Commands { get; set; } #endif /// - /// Instantiates a new onenotePatchContentPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenotePatchContentPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public OnenotePatchContentPostRequestBody() { /// /// 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 OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"commands", n => { Commands = n.GetCollectionOfObjectValues(OnenotePatchContentCommand.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs index ac65b7758c..6853c5a913 100644 --- a/src/generated/Groups/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs @@ -21,6 +21,7 @@ public class OnenotePatchContentRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action onenotePatchContent /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action onenotePatchContent"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePatchContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/pages/{onenotePage%2Did}/onenotePatchContent", pathParameters) { } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/pages/{onenotePage%2Did}/onenotePatchContent", rawUrl) { @@ -78,6 +79,7 @@ public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Invoke action onenotePatchContent /// + /// 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/Groups/Item/Onenote/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index 89555af481..f22c574dab 100644 --- a/src/generated/Groups/Item/Onenote/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the page. Read-only."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the page. 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 diff --git a/src/generated/Groups/Item/Onenote/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs index dc8b8a76a3..9ba35e6d24 100644 --- a/src/generated/Groups/Item/Onenote/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionRequestBuilder : BaseCliRequestBuilder { /// /// The section that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section that contains the page. Read-only."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// The section that contains the page. 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 diff --git a/src/generated/Groups/Item/Onenote/Pages/Item/Preview/PreviewRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Pages/Item/Preview/PreviewRequestBuilder.cs index 902e2a1e88..4a17f87314 100644 --- a/src/generated/Groups/Item/Onenote/Pages/Item/Preview/PreviewRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Pages/Item/Preview/PreviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class PreviewRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function preview /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function preview"; @@ -62,13 +63,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PreviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/pages/{onenotePage%2Did}/preview()", pathParameters) { } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/pages/{onenotePage%2Did}/preview()", rawUrl) { @@ -76,6 +77,7 @@ public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Invoke function preview /// + /// 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/Groups/Item/Onenote/Pages/PagesRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Pages/PagesRequestBuilder.cs index 1dac419938..99478dff28 100644 --- a/src/generated/Groups/Item/Onenote/Pages/PagesRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Pages/PagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the pages property of the microsoft.graph.onenote entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-post-pages?view=graph-rest-1.0"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of page objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of page objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0"; @@ -204,13 +208,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -218,6 +222,7 @@ public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Retrieve a list of page objects. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. /// + /// 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 +250,7 @@ public RequestInformation ToPostRequestInformation(OnenotePage 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}/groups/{group%2Did}/onenote/pages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Resources/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Resources/Count/CountRequestBuilder.cs index 80383ed572..368433262e 100644 --- a/src/generated/Groups/Item/Onenote/Resources/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Resources/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}/groups/{group%2Did}/onenote/resources/$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}/groups/{group%2Did}/onenote/resources/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Onenote/Resources/Item/Content/ContentRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Resources/Item/Content/ContentRequestBuilder.cs index beb81f463e..985e372b94 100644 --- a/src/generated/Groups/Item/Onenote/Resources/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Resources/Item/Content/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// The content stream /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream"; @@ -66,6 +67,7 @@ public Command BuildGetCommand() { /// /// The content stream /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream"; @@ -116,13 +118,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}/groups/{group%2Did}/onenote/resources/{onenoteResource%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}/groups/{group%2Did}/onenote/resources/{onenoteResource%2Did}/content", rawUrl) { @@ -130,6 +132,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// The content stream /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -146,6 +149,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream /// + /// 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/Groups/Item/Onenote/Resources/Item/OnenoteResourceItemRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Resources/Item/OnenoteResourceItemRequestBuilder.cs index 4c96bc05c8..cdf55b5211 100644 --- a/src/generated/Groups/Item/Onenote/Resources/Item/OnenoteResourceItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Resources/Item/OnenoteResourceItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class OnenoteResourceItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// Delete navigation property resources for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resources for groups"; @@ -78,6 +80,7 @@ public Command BuildDeleteCommand() { /// /// The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable."; @@ -134,6 +137,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resources in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resources in groups"; @@ -187,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteResourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/resources/{onenoteResource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/resources/{onenoteResource%2Did}{?%24expand,%24select}", rawUrl) { @@ -201,6 +205,7 @@ public OnenoteResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Delete navigation property resources for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -209,7 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/onenote/resources/{onenoteResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -217,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -233,6 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resources in groups /// + /// 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 @@ -243,7 +250,7 @@ public RequestInformation ToPatchRequestInformation(OnenoteResource body, Action public RequestInformation ToPatchRequestInformation(OnenoteResource 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}/groups/{group%2Did}/onenote/resources/{onenoteResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Resources/ResourcesRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Resources/ResourcesRequestBuilder.cs index 19a848c129..70d22da9df 100644 --- a/src/generated/Groups/Item/Onenote/Resources/ResourcesRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Resources/ResourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resources property of the microsoft.graph.onenote 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 resources for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to resources for groups"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable."; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. /// + /// 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 resources for groups /// + /// 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(OnenoteResource body, Action< public RequestInformation ToPostRequestInformation(OnenoteResource 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}/groups/{group%2Did}/onenote/resources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs index b76bc15ce1..ddaf515f81 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/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}/groups/{group%2Did}/onenote/sectionGroups/$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}/groups/{group%2Did}/onenote/sectionGroups/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Onenote/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index 47650ad3d1..8db0a2c269 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the section group. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the section group. Read-only."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the section group. 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 diff --git a/src/generated/Groups/Item/Onenote/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs index 9a47c5e8c8..a39946cda7 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionGroupRequestBuilder : BaseCliRequestBuilder { /// /// The section group that contains the section group. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section group that contains the section group. Read-only."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/parentSectionGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/parentSectionGroup{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// The section group that contains the section group. 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 diff --git a/src/generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.cs index d4bd0f4f2e..acbeef6d77 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class SectionGroupItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property sectionGroups for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sectionGroups for groups"; @@ -66,6 +67,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a sectionGroup object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a sectionGroup object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0"; @@ -122,6 +124,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity."; @@ -137,6 +140,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildParentSectionGroupNavCommand() { var command = new Command("parent-section-group"); command.Description = "Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity."; @@ -152,6 +156,7 @@ public Command BuildParentSectionGroupNavCommand() { /// /// Update the navigation property sectionGroups in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sectionGroups in groups"; @@ -207,6 +212,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildSectionsNavCommand() { var command = new Command("sections"); command.Description = "Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity."; @@ -232,6 +238,7 @@ public Command BuildSectionsNavCommand() { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildSubSectionGroupsNavCommand() { var command = new Command("sub-section-groups"); command.Description = "Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity."; @@ -254,13 +261,13 @@ public Command BuildSubSectionGroupsNavCommand() { return command; } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}{?%24expand,%24select}", rawUrl) { @@ -268,6 +275,7 @@ public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Delete navigation property sectionGroups for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,7 +284,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -284,6 +292,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a sectionGroup 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 @@ -300,6 +309,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sectionGroups in groups /// + /// 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 @@ -310,7 +320,7 @@ public RequestInformation ToPatchRequestInformation(SectionGroup 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}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs index d8aa4115b2..ef2ae93790 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/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"; @@ -65,13 +66,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}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sectionGroups/$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}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sectionGroups/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs index b0adc359d3..0a56e4fe39 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class SectionGroupItemRequestBuilder : BaseCliRequestBuilder { /// /// The section groups in the section. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section groups in the section. Read-only. Nullable."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sectionGroups/{sectionGroup%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sectionGroups/{sectionGroup%2Did1}{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// The section groups in the section. Read-only. Nullable. /// + /// 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/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs index d2977cdc7e..ae27b0d930 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionGroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.Groups.Item.Onenote.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Retrieve a list of section groups from the specified section group. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of section groups from the specified section group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0"; @@ -151,13 +154,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -165,6 +168,7 @@ public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Retrieve a list of section groups from the specified section group. /// + /// 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/Groups/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs index e1cf5a29c9..5c21ec595a 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/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"; @@ -65,13 +66,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}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/$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}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs index cf42f09392..c29e255ff3 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToNotebookPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToNotebookPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToNotebookPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToNotebookPostRequestBody() { /// /// 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 CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index da3b04428c..001897e49e 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToNotebookRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToNotebook", pathParameters) { } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToNotebook", rawUrl) { @@ -96,6 +97,7 @@ public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs index 14ff920baf..c9d421cc8a 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToSectionGroupPostRequestBody : IAdditionalDataHolder, IParsabl public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionGroupPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionGroupPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToSectionGroupPostRequestBody() { /// /// 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 CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 6a0cd574d0..dc5973cef4 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionGroupRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToSectionGroup", pathParameters) { } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToSectionGroup", rawUrl) { @@ -96,6 +97,7 @@ public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs index 1039d3c4a4..24d0102735 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class OnenoteSectionItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the copyToNotebook method. /// + /// A public Command BuildCopyToNotebookNavCommand() { var command = new Command("copy-to-notebook"); command.Description = "Provides operations to call the copyToNotebook method."; @@ -42,6 +43,7 @@ public Command BuildCopyToNotebookNavCommand() { /// /// Provides operations to call the copyToSectionGroup method. /// + /// A public Command BuildCopyToSectionGroupNavCommand() { var command = new Command("copy-to-section-group"); command.Description = "Provides operations to call the copyToSectionGroup method."; @@ -57,6 +59,7 @@ public Command BuildCopyToSectionGroupNavCommand() { /// /// Delete navigation property sections for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sections for groups"; @@ -102,6 +105,7 @@ public Command BuildDeleteCommand() { /// /// The sections in the section group. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The sections in the section group. Read-only. Nullable."; @@ -164,6 +168,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildPagesNavCommand() { var command = new Command("pages"); command.Description = "Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity."; @@ -189,6 +194,7 @@ public Command BuildPagesNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity."; @@ -204,6 +210,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentSectionGroupNavCommand() { var command = new Command("parent-section-group"); command.Description = "Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity."; @@ -219,6 +226,7 @@ public Command BuildParentSectionGroupNavCommand() { /// /// Update the navigation property sections in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sections in groups"; @@ -278,13 +286,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteSectionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}{?%24expand,%24select}", rawUrl) { @@ -292,6 +300,7 @@ public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Delete navigation property sections for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -300,7 +309,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -308,6 +317,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The sections in the section group. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -324,6 +334,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sections in groups /// + /// 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 @@ -334,7 +345,7 @@ public RequestInformation ToPatchRequestInformation(OnenoteSection body, Action< public RequestInformation ToPatchRequestInformation(OnenoteSection 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}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index ba87f769ca..c89f52f6fc 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/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"; @@ -71,13 +72,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}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/$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}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs index e1c5f48f4c..fd7887ff9a 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The page's HTML content. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The page's HTML content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -79,6 +80,7 @@ public Command BuildGetCommand() { /// /// The page's HTML content. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The page's HTML content."; @@ -141,13 +143,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}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%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}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/content", rawUrl) { @@ -155,6 +157,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// The page's HTML 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 @@ -171,6 +174,7 @@ public RequestInformation ToGetRequestInformation(Action /// The page's HTML 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/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs index 66961b52c4..d7178495f6 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs @@ -41,7 +41,7 @@ public class CopyToSectionPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionPostRequestBody() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public CopyToSectionPostRequestBody() { /// /// 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 CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index acf980c1b7..de36155fc6 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionRequestBuilder : BaseCliRequestBuilder { /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"; @@ -88,13 +89,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", pathParameters) { } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", rawUrl) { @@ -102,6 +103,7 @@ public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs index 91edf62cd2..7e102a8708 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class OnenotePageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -44,6 +45,7 @@ public Command BuildContentNavCommand() { /// /// Provides operations to call the copyToSection method. /// + /// A public Command BuildCopyToSectionNavCommand() { var command = new Command("copy-to-section"); command.Description = "Provides operations to call the copyToSection method."; @@ -59,6 +61,7 @@ public Command BuildCopyToSectionNavCommand() { /// /// Delete navigation property pages for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property pages for groups"; @@ -110,6 +113,7 @@ public Command BuildDeleteCommand() { /// /// The collection of pages in the section. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of pages in the section. Read-only. Nullable."; @@ -178,6 +182,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the onenotePatchContent method. /// + /// A public Command BuildOnenotePatchContentNavCommand() { var command = new Command("onenote-patch-content"); command.Description = "Provides operations to call the onenotePatchContent method."; @@ -193,6 +198,7 @@ public Command BuildOnenotePatchContentNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity."; @@ -208,6 +214,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentSectionNavCommand() { var command = new Command("parent-section"); command.Description = "Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity."; @@ -223,6 +230,7 @@ public Command BuildParentSectionNavCommand() { /// /// Update the navigation property pages in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property pages in groups"; @@ -290,6 +298,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the preview method. /// + /// A public Command BuildPreviewNavCommand() { var command = new Command("preview"); command.Description = "Provides operations to call the preview method."; @@ -303,13 +312,13 @@ public Command BuildPreviewNavCommand() { return command; } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", rawUrl) { @@ -317,6 +326,7 @@ public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Delete navigation property pages for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -325,7 +335,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -333,6 +343,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of pages in the section. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -349,6 +360,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property pages in groups /// + /// 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 @@ -359,7 +371,7 @@ public RequestInformation ToPatchRequestInformation(OnenotePage 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}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs index a97e99add4..c913e866ad 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs @@ -18,7 +18,7 @@ public class OnenotePatchContentPostRequestBody : IAdditionalDataHolder, IParsab public List Commands { get; set; } #endif /// - /// Instantiates a new onenotePatchContentPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenotePatchContentPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public OnenotePatchContentPostRequestBody() { /// /// 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 OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"commands", n => { Commands = n.GetCollectionOfObjectValues(OnenotePatchContentCommand.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs index 2bebdec41b..c537717764 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs @@ -21,6 +21,7 @@ public class OnenotePatchContentRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action onenotePatchContent /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action onenotePatchContent"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePatchContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", pathParameters) { } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", rawUrl) { @@ -90,6 +91,7 @@ public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Invoke action onenotePatchContent /// + /// 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/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index eb5406660a..84da15f397 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the page. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the page. 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 diff --git a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs index 1e961b1248..bdeb172ceb 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionRequestBuilder : BaseCliRequestBuilder { /// /// The section that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section that contains the page. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// The section that contains the page. 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 diff --git a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs index 5b5d2f06d5..c2c97c92a7 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class PreviewRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function preview /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function preview"; @@ -74,13 +75,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PreviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", pathParameters) { } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", rawUrl) { @@ -88,6 +89,7 @@ public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Invoke function preview /// + /// 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/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs index b2c1240dc7..5628239f00 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new page in the specified section. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new page in the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0"; @@ -120,6 +123,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of page objects from the specified section. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of page objects from the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -228,13 +232,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -242,6 +246,7 @@ public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Retrieve a list of page objects from the specified section. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -258,6 +263,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new page in the specified section. /// + /// 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 @@ -268,7 +274,7 @@ public RequestInformation ToPostRequestInformation(OnenotePage 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}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index 4822827e79..bc4377eefe 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the section. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the section. 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 diff --git a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs index 3eca2ffc80..9b99f95946 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionGroupRequestBuilder : BaseCliRequestBuilder { /// /// The section group that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section group that contains the section. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// The section group that contains the section. 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 diff --git a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs index 556ef1c7f3..b25f37bdcb 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// Create a new onenoteSection in the specified section group. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new onenoteSection in the specified section group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of onenoteSection objects from the specified section group. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of onenoteSection objects from the specified section group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0"; @@ -215,13 +219,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -229,6 +233,7 @@ public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Retrieve a list of onenoteSection objects from the specified section group. /// + /// 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,6 +250,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new onenoteSection in the specified section group. /// + /// 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 @@ -255,7 +261,7 @@ public RequestInformation ToPostRequestInformation(OnenoteSection 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}/groups/{group%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs b/src/generated/Groups/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs index 8fd6f22bcf..d0665bf8a1 100644 --- a/src/generated/Groups/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionGroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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 new navigation property to sectionGroups for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to sectionGroups for groups"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of sectionGroup objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of sectionGroup objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0"; @@ -201,13 +205,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -215,6 +219,7 @@ public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Retrieve a list of sectionGroup objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to sectionGroups for groups /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(SectionGroup 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}/groups/{group%2Did}/onenote/sectionGroups", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Sections/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Sections/Count/CountRequestBuilder.cs index bc33a9d4da..e6c924a166 100644 --- a/src/generated/Groups/Item/Onenote/Sections/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Sections/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}/groups/{group%2Did}/onenote/sections/$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}/groups/{group%2Did}/onenote/sections/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs b/src/generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs index 25c1b521f9..913ede6981 100644 --- a/src/generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToNotebookPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToNotebookPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToNotebookPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToNotebookPostRequestBody() { /// /// 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 CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 924bfd57b1..4daf638bf2 100644 --- a/src/generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToNotebookRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/copyToNotebook", pathParameters) { } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/copyToNotebook", rawUrl) { @@ -90,6 +91,7 @@ public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs b/src/generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs index 2823d062b4..d85c9d7631 100644 --- a/src/generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToSectionGroupPostRequestBody : IAdditionalDataHolder, IParsabl public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionGroupPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionGroupPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToSectionGroupPostRequestBody() { /// /// 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 CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index c575e70cd6..be527c5306 100644 --- a/src/generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionGroupRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/copyToSectionGroup", pathParameters) { } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/copyToSectionGroup", rawUrl) { @@ -90,6 +91,7 @@ public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.cs index 45c5ae989e..7032836fe2 100644 --- a/src/generated/Groups/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class OnenoteSectionItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the copyToNotebook method. /// + /// A public Command BuildCopyToNotebookNavCommand() { var command = new Command("copy-to-notebook"); command.Description = "Provides operations to call the copyToNotebook method."; @@ -42,6 +43,7 @@ public Command BuildCopyToNotebookNavCommand() { /// /// Provides operations to call the copyToSectionGroup method. /// + /// A public Command BuildCopyToSectionGroupNavCommand() { var command = new Command("copy-to-section-group"); command.Description = "Provides operations to call the copyToSectionGroup method."; @@ -57,6 +59,7 @@ public Command BuildCopyToSectionGroupNavCommand() { /// /// Delete navigation property sections for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sections for groups"; @@ -97,6 +100,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a onenoteSection object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a onenoteSection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0"; @@ -153,6 +157,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildPagesNavCommand() { var command = new Command("pages"); command.Description = "Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity."; @@ -178,6 +183,7 @@ public Command BuildPagesNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity."; @@ -193,6 +199,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentSectionGroupNavCommand() { var command = new Command("parent-section-group"); command.Description = "Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity."; @@ -208,6 +215,7 @@ public Command BuildParentSectionGroupNavCommand() { /// /// Update the navigation property sections in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sections in groups"; @@ -261,13 +269,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteSectionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}{?%24expand,%24select}", rawUrl) { @@ -275,6 +283,7 @@ public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Delete navigation property sections for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -283,7 +292,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -291,6 +300,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a onenoteSection 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 @@ -307,6 +317,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sections in groups /// + /// 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 @@ -317,7 +328,7 @@ public RequestInformation ToPatchRequestInformation(OnenoteSection body, Action< public RequestInformation ToPatchRequestInformation(OnenoteSection 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}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs index d8c06056bb..3757993ecd 100644 --- a/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/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"; @@ -65,13 +66,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}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages/$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}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Onenote/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs index d0eec43de9..8541adda56 100644 --- a/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The page's HTML content. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The page's HTML content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -73,6 +74,7 @@ public Command BuildGetCommand() { /// /// The page's HTML content. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The page's HTML content."; @@ -129,13 +131,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}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%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}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/content", rawUrl) { @@ -143,6 +145,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// The page's HTML 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 @@ -159,6 +162,7 @@ public RequestInformation ToGetRequestInformation(Action /// The page's HTML 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/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs index a9c2bd1f3c..4ab42a4cf2 100644 --- a/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs @@ -41,7 +41,7 @@ public class CopyToSectionPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionPostRequestBody() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public CopyToSectionPostRequestBody() { /// /// 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 CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index 60753eb192..309af9f445 100644 --- a/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionRequestBuilder : BaseCliRequestBuilder { /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", pathParameters) { } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", rawUrl) { @@ -96,6 +97,7 @@ public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Onenote/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs index e760a990a8..ac087f3165 100644 --- a/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class OnenotePageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -44,6 +45,7 @@ public Command BuildContentNavCommand() { /// /// Provides operations to call the copyToSection method. /// + /// A public Command BuildCopyToSectionNavCommand() { var command = new Command("copy-to-section"); command.Description = "Provides operations to call the copyToSection method."; @@ -59,6 +61,7 @@ public Command BuildCopyToSectionNavCommand() { /// /// Delete navigation property pages for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property pages for groups"; @@ -104,6 +107,7 @@ public Command BuildDeleteCommand() { /// /// The collection of pages in the section. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of pages in the section. Read-only. Nullable."; @@ -166,6 +170,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the onenotePatchContent method. /// + /// A public Command BuildOnenotePatchContentNavCommand() { var command = new Command("onenote-patch-content"); command.Description = "Provides operations to call the onenotePatchContent method."; @@ -181,6 +186,7 @@ public Command BuildOnenotePatchContentNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity."; @@ -196,6 +202,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentSectionNavCommand() { var command = new Command("parent-section"); command.Description = "Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity."; @@ -211,6 +218,7 @@ public Command BuildParentSectionNavCommand() { /// /// Update the navigation property pages in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property pages in groups"; @@ -272,6 +280,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the preview method. /// + /// A public Command BuildPreviewNavCommand() { var command = new Command("preview"); command.Description = "Provides operations to call the preview method."; @@ -285,13 +294,13 @@ public Command BuildPreviewNavCommand() { return command; } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", rawUrl) { @@ -299,6 +308,7 @@ public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Delete navigation property pages for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -307,7 +317,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -315,6 +325,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of pages in the section. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -331,6 +342,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property pages in groups /// + /// 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 @@ -341,7 +353,7 @@ public RequestInformation ToPatchRequestInformation(OnenotePage 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}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs index e3a64a0c7c..349dcfe71a 100644 --- a/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs +++ b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs @@ -18,7 +18,7 @@ public class OnenotePatchContentPostRequestBody : IAdditionalDataHolder, IParsab public List Commands { get; set; } #endif /// - /// Instantiates a new onenotePatchContentPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenotePatchContentPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public OnenotePatchContentPostRequestBody() { /// /// 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 OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"commands", n => { Commands = n.GetCollectionOfObjectValues(OnenotePatchContentCommand.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs index 519440d5c2..14ea307df7 100644 --- a/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs @@ -21,6 +21,7 @@ public class OnenotePatchContentRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action onenotePatchContent /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action onenotePatchContent"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePatchContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", pathParameters) { } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", rawUrl) { @@ -84,6 +85,7 @@ public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Invoke action onenotePatchContent /// + /// 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/Groups/Item/Onenote/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index b7e3c5eea0..f859324e53 100644 --- a/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the page. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the page. 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 diff --git a/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs index e577794964..b6f7a596fa 100644 --- a/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionRequestBuilder : BaseCliRequestBuilder { /// /// The section that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section that contains the page. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// The section that contains the page. 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 diff --git a/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs index 7036d1514f..ee6b7826ed 100644 --- a/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class PreviewRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function preview /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function preview"; @@ -68,13 +69,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PreviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", pathParameters) { } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", rawUrl) { @@ -82,6 +83,7 @@ public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Invoke function preview /// + /// 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/Groups/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs index c6cb02b89d..8d56c49859 100644 --- a/src/generated/Groups/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new page in the specified section. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new page in the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0"; @@ -114,6 +117,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of page objects from the specified section. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of page objects from the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -216,13 +220,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -230,6 +234,7 @@ public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Retrieve a list of page objects from the specified section. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,6 +251,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new page in the specified section. /// + /// 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 @@ -256,7 +262,7 @@ public RequestInformation ToPostRequestInformation(OnenotePage 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}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/pages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Onenote/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index c2395a1af0..40eef73ed0 100644 --- a/src/generated/Groups/Item/Onenote/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the section. Read-only."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the section. 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 diff --git a/src/generated/Groups/Item/Onenote/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs index b1557530c7..d8519c1d86 100644 --- a/src/generated/Groups/Item/Onenote/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionGroupRequestBuilder : BaseCliRequestBuilder { /// /// The section group that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section group that contains the section. Read-only."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// The section group that contains the section. 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 diff --git a/src/generated/Groups/Item/Onenote/Sections/SectionsRequestBuilder.cs b/src/generated/Groups/Item/Onenote/Sections/SectionsRequestBuilder.cs index 13ae5bfbb9..41bd797b1a 100644 --- a/src/generated/Groups/Item/Onenote/Sections/SectionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Onenote/Sections/SectionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sections property of the microsoft.graph.onenote entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to sections for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to sections for groups"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of onenoteSection objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of onenoteSection objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0"; @@ -202,13 +206,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/onenote/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/onenote/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -216,6 +220,7 @@ public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Retrieve a list of onenoteSection objects. /// + /// 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 +237,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to sections for groups /// + /// 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 +248,7 @@ public RequestInformation ToPostRequestInformation(OnenoteSection 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}/groups/{group%2Did}/onenote/sections", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Owners/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Owners/Count/CountRequestBuilder.cs index 69d1587c36..bdb9f89494 100644 --- a/src/generated/Groups/Item/Owners/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/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"; @@ -66,13 +67,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}/groups/{group%2Did}/owners/$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}/groups/{group%2Did}/owners/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Owners/GraphApplication/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Owners/GraphApplication/Count/CountRequestBuilder.cs index ac3b28943f..2a7e2dc91e 100644 --- a/src/generated/Groups/Item/Owners/GraphApplication/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/GraphApplication/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"; @@ -66,13 +67,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}/groups/{group%2Did}/owners/graph.application/$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}/groups/{group%2Did}/owners/graph.application/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Owners/GraphApplication/GraphApplicationRequestBuilder.cs b/src/generated/Groups/Item/Owners/GraphApplication/GraphApplicationRequestBuilder.cs index 5b2c03ad2f..4418845802 100644 --- a/src/generated/Groups/Item/Owners/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/GraphApplication/GraphApplicationRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphApplicationRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphApplicationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/owners/graph.application{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/owners/graph.application{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/Owners/GraphDevice/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Owners/GraphDevice/Count/CountRequestBuilder.cs index 2f0f6743de..6764679a08 100644 --- a/src/generated/Groups/Item/Owners/GraphDevice/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/GraphDevice/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"; @@ -66,13 +67,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}/groups/{group%2Did}/owners/graph.device/$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}/groups/{group%2Did}/owners/graph.device/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Owners/GraphDevice/GraphDeviceRequestBuilder.cs b/src/generated/Groups/Item/Owners/GraphDevice/GraphDeviceRequestBuilder.cs index d078ce3216..676ac43ccb 100644 --- a/src/generated/Groups/Item/Owners/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/GraphDevice/GraphDeviceRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphDeviceRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/owners/graph.device{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/owners/graph.device{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/Owners/GraphGroup/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Owners/GraphGroup/Count/CountRequestBuilder.cs index 2ed4212974..8c5d1a3c71 100644 --- a/src/generated/Groups/Item/Owners/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/GraphGroup/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"; @@ -66,13 +67,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}/groups/{group%2Did}/owners/graph.group/$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}/groups/{group%2Did}/owners/graph.group/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Owners/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Groups/Item/Owners/GraphGroup/GraphGroupRequestBuilder.cs index aea188949c..3a2ec52e1d 100644 --- a/src/generated/Groups/Item/Owners/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/GraphGroup/GraphGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/owners/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/owners/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/Owners/GraphOrgContact/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Owners/GraphOrgContact/Count/CountRequestBuilder.cs index 5ecb0b4a2b..11550352e5 100644 --- a/src/generated/Groups/Item/Owners/GraphOrgContact/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/GraphOrgContact/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"; @@ -66,13 +67,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}/groups/{group%2Did}/owners/graph.orgContact/$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}/groups/{group%2Did}/owners/graph.orgContact/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Owners/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/generated/Groups/Item/Owners/GraphOrgContact/GraphOrgContactRequestBuilder.cs index 5906fb523b..43146eff39 100644 --- a/src/generated/Groups/Item/Owners/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphOrgContactRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphOrgContactRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/owners/graph.orgContact{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/owners/graph.orgContact{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs index 6679e7c7d3..8f30ef5919 100644 --- a/src/generated/Groups/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/GraphServicePrincipal/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"; @@ -66,13 +67,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}/groups/{group%2Did}/owners/graph.servicePrincipal/$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}/groups/{group%2Did}/owners/graph.servicePrincipal/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/Groups/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 2f7c405890..151e5c8be3 100644 --- a/src/generated/Groups/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/owners/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/owners/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/gro /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/Owners/GraphUser/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Owners/GraphUser/Count/CountRequestBuilder.cs index 8fecbb8dc2..eb359c12a6 100644 --- a/src/generated/Groups/Item/Owners/GraphUser/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/GraphUser/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"; @@ -66,13 +67,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}/groups/{group%2Did}/owners/graph.user/$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}/groups/{group%2Did}/owners/graph.user/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Owners/GraphUser/GraphUserRequestBuilder.cs b/src/generated/Groups/Item/Owners/GraphUser/GraphUserRequestBuilder.cs index a1765b1937..c57e6d0f44 100644 --- a/src/generated/Groups/Item/Owners/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/GraphUser/GraphUserRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/owners/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/owners/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/Owners/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Groups/Item/Owners/Item/DirectoryObjectItemRequestBuilder.cs index 3c25e65cff..0a8b9d6274 100644 --- a/src/generated/Groups/Item/Owners/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/Item/DirectoryObjectItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Casts the previous resource to application. /// + /// A public Command BuildGraphApplicationByIdNavCommand() { var command = new Command("graph-application-by-id"); command.Description = "Casts the previous resource to application."; @@ -39,6 +40,7 @@ public Command BuildGraphApplicationByIdNavCommand() { /// /// Casts the previous resource to device. /// + /// A public Command BuildGraphDeviceByIdNavCommand() { var command = new Command("graph-device-by-id"); command.Description = "Casts the previous resource to device."; @@ -54,6 +56,7 @@ public Command BuildGraphDeviceByIdNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupByIdNavCommand() { var command = new Command("graph-group-by-id"); command.Description = "Casts the previous resource to group."; @@ -69,6 +72,7 @@ public Command BuildGraphGroupByIdNavCommand() { /// /// Casts the previous resource to orgContact. /// + /// A public Command BuildGraphOrgContactByIdNavCommand() { var command = new Command("graph-org-contact-by-id"); command.Description = "Casts the previous resource to orgContact."; @@ -84,6 +88,7 @@ public Command BuildGraphOrgContactByIdNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalByIdNavCommand() { var command = new Command("graph-service-principal-by-id"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -99,6 +104,7 @@ public Command BuildGraphServicePrincipalByIdNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserByIdNavCommand() { var command = new Command("graph-user-by-id"); command.Description = "Casts the previous resource to user."; @@ -114,6 +120,7 @@ public Command BuildGraphUserByIdNavCommand() { /// /// Provides operations to manage the collection of group entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of group entities."; @@ -127,13 +134,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/owners/{directoryObject%2Did}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/owners/{directoryObject%2Did}", rawUrl) { diff --git a/src/generated/Groups/Item/Owners/Item/GraphApplication/GraphApplicationRequestBuilder.cs b/src/generated/Groups/Item/Owners/Item/GraphApplication/GraphApplicationRequestBuilder.cs index 0d53d4c948..3aa86d9727 100644 --- a/src/generated/Groups/Item/Owners/Item/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/Item/GraphApplication/GraphApplicationRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphApplicationRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.application /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.application"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphApplicationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/owners/{directoryObject%2Did}/graph.application{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/owners/{directoryObject%2Did}/graph.application{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.application /// + /// 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/Groups/Item/Owners/Item/GraphDevice/GraphDeviceRequestBuilder.cs b/src/generated/Groups/Item/Owners/Item/GraphDevice/GraphDeviceRequestBuilder.cs index b6cae75e62..0771fe98ac 100644 --- a/src/generated/Groups/Item/Owners/Item/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/Item/GraphDevice/GraphDeviceRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphDeviceRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.device /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.device"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/owners/{directoryObject%2Did}/graph.device{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/owners/{directoryObject%2Did}/graph.device{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.device /// + /// 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/Groups/Item/Owners/Item/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Groups/Item/Owners/Item/GraphGroup/GraphGroupRequestBuilder.cs index 527a1291c7..19ec70167f 100644 --- a/src/generated/Groups/Item/Owners/Item/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/Item/GraphGroup/GraphGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.group"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/owners/{directoryObject%2Did}/graph.group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/owners/{directoryObject%2Did}/graph.group{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// 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/Groups/Item/Owners/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/generated/Groups/Item/Owners/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs index bd6048cc08..c58625a64c 100644 --- a/src/generated/Groups/Item/Owners/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphOrgContactRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphOrgContactRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/owners/{directoryObject%2Did}/graph.orgContact{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/owners/{directoryObject%2Did}/graph.orgContact{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact /// + /// 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/Groups/Item/Owners/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/Groups/Item/Owners/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 69a930c575..35b8a57500 100644 --- a/src/generated/Groups/Item/Owners/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/owners/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/owners/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/gro /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// 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/Groups/Item/Owners/Item/GraphUser/GraphUserRequestBuilder.cs b/src/generated/Groups/Item/Owners/Item/GraphUser/GraphUserRequestBuilder.cs index 1406c57b0f..4505cb23e2 100644 --- a/src/generated/Groups/Item/Owners/Item/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/Item/GraphUser/GraphUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.user"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/owners/{directoryObject%2Did}/graph.user{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/owners/{directoryObject%2Did}/graph.user{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// 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/Groups/Item/Owners/Item/Ref/RefRequestBuilder.cs b/src/generated/Groups/Item/Owners/Item/Ref/RefRequestBuilder.cs index 92e477d850..c8096d8538 100644 --- a/src/generated/Groups/Item/Owners/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an owner from a Microsoft 365 group or a security group through the owners navigation property. Once owners are assigned to a group, the last owner (a user object) of the group cannot be removed. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an owner from a Microsoft 365 group or a security group through the owners navigation property. Once owners are assigned to a group, the last owner (a user object) of the group cannot be removed.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/owners/{directoryObject%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/owners/{directoryObject%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/o /// /// Remove an owner from a Microsoft 365 group or a security group through the owners navigation property. Once owners are assigned to a group, the last owner (a user object) of the group cannot be removed. /// + /// 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/Groups/Item/Owners/OwnersRequestBuilder.cs b/src/generated/Groups/Item/Owners/OwnersRequestBuilder.cs index 97ab1f2593..78bd779e28 100644 --- a/src/generated/Groups/Item/Owners/OwnersRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/OwnersRequestBuilder.cs @@ -31,6 +31,7 @@ public class OwnersRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.groups.item.owners.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -46,6 +47,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."; @@ -61,6 +63,7 @@ public Command BuildCountNavCommand() { /// /// Casts the previous resource to application. /// + /// A public Command BuildGraphApplicationNavCommand() { var command = new Command("graph-application"); command.Description = "Casts the previous resource to application."; @@ -82,6 +85,7 @@ public Command BuildGraphApplicationNavCommand() { /// /// Casts the previous resource to device. /// + /// A public Command BuildGraphDeviceNavCommand() { var command = new Command("graph-device"); command.Description = "Casts the previous resource to device."; @@ -103,6 +107,7 @@ public Command BuildGraphDeviceNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupNavCommand() { var command = new Command("graph-group"); command.Description = "Casts the previous resource to group."; @@ -124,6 +129,7 @@ public Command BuildGraphGroupNavCommand() { /// /// Casts the previous resource to orgContact. /// + /// A public Command BuildGraphOrgContactNavCommand() { var command = new Command("graph-org-contact"); command.Description = "Casts the previous resource to orgContact."; @@ -145,6 +151,7 @@ public Command BuildGraphOrgContactNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalNavCommand() { var command = new Command("graph-service-principal"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -166,6 +173,7 @@ public Command BuildGraphServicePrincipalNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserNavCommand() { var command = new Command("graph-user"); command.Description = "Casts the previous resource to user."; @@ -188,6 +196,7 @@ public Command BuildGraphUserNavCommand() { /// The owners of the group. Limited to 100 owners. Nullable. If this property is not specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName). /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The owners of the group. Limited to 100 owners. Nullable. If this property is not specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName).\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0"; @@ -293,6 +302,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of group entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of group entities."; @@ -308,13 +318,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new OwnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OwnersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/owners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OwnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OwnersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/owners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -322,6 +332,7 @@ public OwnersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The owners of the group. Limited to 100 owners. Nullable. If this property is not specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName). /// + /// 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/Groups/Item/Owners/Ref/RefRequestBuilder.cs b/src/generated/Groups/Item/Owners/Ref/RefRequestBuilder.cs index 0ade69c0d5..6b5081785f 100644 --- a/src/generated/Groups/Item/Owners/Ref/RefRequestBuilder.cs +++ b/src/generated/Groups/Item/Owners/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an owner from a Microsoft 365 group or a security group through the owners navigation property. Once owners are assigned to a group, the last owner (a user object) of the group cannot be removed. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an owner from a Microsoft 365 group or a security group through the owners navigation property. Once owners are assigned to a group, the last owner (a user object) of the group cannot be removed.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// The owners of the group. Limited to 100 owners. Nullable. If this property is not specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName). /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The owners of the group. Limited to 100 owners. Nullable. If this property is not specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName).\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0"; @@ -155,6 +157,7 @@ public Command BuildGetCommand() { /// Add a user or service principal to a Microsoft 365 or security group's owners. The owners are a set of users or service principals who are allowed to modify the group object. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add a user or service principal to a Microsoft 365 or security group's owners. The owners are a set of users or service principals who are allowed to modify the group object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-1.0"; @@ -192,20 +195,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/owners/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/owners/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/owners/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/owners/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove an owner from a Microsoft 365 group or a security group through the owners navigation property. Once owners are assigned to a group, the last owner (a user object) of the group cannot be removed. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,7 +218,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/owners/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -222,6 +226,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The owners of the group. Limited to 100 owners. Nullable. If this property is not specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName). /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -238,6 +243,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add a user or service principal to a Microsoft 365 or security group's owners. The owners are a set of users or service principals who are allowed to modify the group 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 @@ -248,7 +254,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/groups/{group%2Did}/owners/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/PermissionGrants/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/PermissionGrants/Count/CountRequestBuilder.cs index 78339d0286..1feb2ac837 100644 --- a/src/generated/Groups/Item/PermissionGrants/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/PermissionGrants/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}/groups/{group%2Did}/permissionGrants/$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}/groups/{group%2Did}/permissionGrants/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.cs b/src/generated/Groups/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.cs index b26b0b5c1d..5d50bb2ada 100644 --- a/src/generated/Groups/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.cs +++ b/src/generated/Groups/Item/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ResourceSpecificPermissionGrantItemRequestBuilder : BaseCliRequestB /// /// Delete navigation property permissionGrants for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property permissionGrants for groups"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Get permissionGrants from groups /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get permissionGrants from groups"; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property permissionGrants in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property permissionGrants in groups"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceSpecificPermissionGrantItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceSpecificPermissionGrantItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public ResourceSpecificPermissionGrantItemRequestBuilder(string rawUrl) : base(" /// /// Delete navigation property permissionGrants for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/groups/{group%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get permissionGrants from groups /// + /// 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 /// Update the navigation property permissionGrants in groups /// + /// 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 ToPatchRequestInformation(ResourceSpecificPermissionGr public RequestInformation ToPatchRequestInformation(ResourceSpecificPermissionGrant 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}/groups/{group%2Did}/permissionGrants/{resourceSpecificPermissionGrant%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs b/src/generated/Groups/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs index a39d68f648..7bb1d178f2 100644 --- a/src/generated/Groups/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs +++ b/src/generated/Groups/Item/PermissionGrants/PermissionGrantsRequestBuilder.cs @@ -24,6 +24,7 @@ public class PermissionGrantsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the permissionGrants property of the microsoft.graph.group entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ResourceSpecificPermissionGrantItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to permissionGrants for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to permissionGrants for groups"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// List all resource-specific permission grants on the group. This list specifies the Microsoft Entra apps that have access to the group, along with the corresponding resource-specific access that each app has. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List all resource-specific permission grants on the group. This list specifies the Microsoft Entra apps that have access to the group, along with the corresponding resource-specific access that each app has.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PermissionGrantsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermissionGrantsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/permissionGrants{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PermissionGrantsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermissionGrantsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/permissionGrants{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public PermissionGrantsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// List all resource-specific permission grants on the group. This list specifies the Microsoft Entra apps that have access to the group, along with the corresponding resource-specific access that each app has. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to permissionGrants for groups /// + /// 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 @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(ResourceSpecificPermissionGra public RequestInformation ToPostRequestInformation(ResourceSpecificPermissionGrant 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}/groups/{group%2Did}/permissionGrants", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Photo/PhotoRequestBuilder.cs b/src/generated/Groups/Item/Photo/PhotoRequestBuilder.cs index cdc5fab5d2..98ed7cb88e 100644 --- a/src/generated/Groups/Item/Photo/PhotoRequestBuilder.cs +++ b/src/generated/Groups/Item/Photo/PhotoRequestBuilder.cs @@ -23,6 +23,7 @@ public class PhotoRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// The group's profile photo /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The group's profile photo"; @@ -82,6 +84,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property photo in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property photo in groups"; @@ -129,13 +132,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PhotoRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PhotoRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/photo{?%24select}", pathParameters) { } /// - /// Instantiates a new PhotoRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PhotoRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/photo{?%24select}", rawUrl) { @@ -143,6 +146,7 @@ public PhotoRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// The group's profile photo /// + /// 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 /// Update the navigation property photo in groups /// + /// 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 ToPatchRequestInformation(ProfilePhoto 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}/groups/{group%2Did}/photo", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Photo/Value/ContentRequestBuilder.cs b/src/generated/Groups/Item/Photo/Value/ContentRequestBuilder.cs index bc53d6ad15..793420810a 100644 --- a/src/generated/Groups/Item/Photo/Value/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Photo/Value/ContentRequestBuilder.cs @@ -21,6 +21,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// Get media content for the navigation property photo from groups /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get media content for the navigation property photo from groups"; @@ -59,6 +60,7 @@ public Command BuildGetCommand() { /// /// Update media content for the navigation property photo in groups /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update media content for the navigation property photo in groups"; @@ -105,13 +107,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}/groups/{group%2Did}/photo/$value", 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}/groups/{group%2Did}/photo/$value", rawUrl) { @@ -119,6 +121,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Get media content for the navigation property photo from groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -135,6 +138,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update media content for the navigation property photo in groups /// + /// 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/Groups/Item/Photos/Item/ProfilePhotoItemRequestBuilder.cs b/src/generated/Groups/Item/Photos/Item/ProfilePhotoItemRequestBuilder.cs index 110c85ac58..bc784977ac 100644 --- a/src/generated/Groups/Item/Photos/Item/ProfilePhotoItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Photos/Item/ProfilePhotoItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ProfilePhotoItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// The profile photos owned by the group. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The profile photos owned by the group. Read-only. Nullable."; @@ -86,13 +88,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ProfilePhotoItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ProfilePhotoItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/photos/{profilePhoto%2Did}{?%24select}", pathParameters) { } /// - /// Instantiates a new ProfilePhotoItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ProfilePhotoItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/photos/{profilePhoto%2Did}{?%24select}", rawUrl) { @@ -100,6 +102,7 @@ public ProfilePhotoItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// The profile photos owned by the group. Read-only. Nullable. /// + /// 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/Groups/Item/Photos/Item/Value/ContentRequestBuilder.cs b/src/generated/Groups/Item/Photos/Item/Value/ContentRequestBuilder.cs index 08145bf836..daf306cff4 100644 --- a/src/generated/Groups/Item/Photos/Item/Value/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Photos/Item/Value/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// Get media content for the navigation property photos from groups /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get media content for the navigation property photos from groups\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0"; @@ -66,6 +67,7 @@ public Command BuildGetCommand() { /// /// Update media content for the navigation property photos in groups /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update media content for the navigation property photos in groups"; @@ -118,13 +120,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}/groups/{group%2Did}/photos/{profilePhoto%2Did}/$value", 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}/groups/{group%2Did}/photos/{profilePhoto%2Did}/$value", rawUrl) { @@ -132,6 +134,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Get media content for the navigation property photos from groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -148,6 +151,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update media content for the navigation property photos in groups /// + /// 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/Groups/Item/Photos/PhotosRequestBuilder.cs b/src/generated/Groups/Item/Photos/PhotosRequestBuilder.cs index cfaf3b9591..659d10e59f 100644 --- a/src/generated/Groups/Item/Photos/PhotosRequestBuilder.cs +++ b/src/generated/Groups/Item/Photos/PhotosRequestBuilder.cs @@ -23,6 +23,7 @@ public class PhotosRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the photos property of the microsoft.graph.group entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -35,6 +36,7 @@ public Tuple, List> BuildCommand() { /// Retrieve a list of profilePhoto objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of profilePhoto objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0"; @@ -112,13 +114,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PhotosRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PhotosRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/photos{?%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PhotosRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PhotosRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/photos{?%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -126,6 +128,7 @@ public PhotosRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// Retrieve a list of profilePhoto objects. /// + /// 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/Groups/Item/Planner/PlannerRequestBuilder.cs b/src/generated/Groups/Item/Planner/PlannerRequestBuilder.cs index bf381ede08..7630b47b1d 100644 --- a/src/generated/Groups/Item/Planner/PlannerRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/PlannerRequestBuilder.cs @@ -23,6 +23,7 @@ public class PlannerRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property planner for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property planner for groups"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// /// Entry-point to Planner resource that might exist for a Unified Group. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Entry-point to Planner resource that might exist for a Unified Group."; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property planner in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property planner in groups"; @@ -162,6 +165,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the plans property of the microsoft.graph.plannerGroup entity. /// + /// A public Command BuildPlansNavCommand() { var command = new Command("plans"); command.Description = "Provides operations to manage the plans property of the microsoft.graph.plannerGroup entity."; @@ -185,13 +189,13 @@ public Command BuildPlansNavCommand() { return command; } /// - /// Instantiates a new PlannerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PlannerRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/planner{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PlannerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PlannerRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/planner{?%24expand,%24select}", rawUrl) { @@ -199,6 +203,7 @@ public PlannerRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Delete navigation property planner for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,7 +212,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/planner", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +220,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Entry-point to Planner resource that might exist for a Unified Group. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +237,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property planner in groups /// + /// 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 @@ -241,7 +248,7 @@ public RequestInformation ToPatchRequestInformation(PlannerGroup 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}/groups/{group%2Did}/planner", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Planner/Plans/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Count/CountRequestBuilder.cs index 3b05d820c0..36e67b5fe9 100644 --- a/src/generated/Groups/Item/Planner/Plans/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/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}/groups/{group%2Did}/planner/plans/$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}/groups/{group%2Did}/planner/plans/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs index ed315bcfa8..af2d15a361 100644 --- a/src/generated/Groups/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs @@ -24,6 +24,7 @@ public class BucketsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the buckets property of the microsoft.graph.plannerPlan 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 buckets for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to buckets for groups"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of plannerBucket objects contained by a plannerPlan object. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of plannerBucket objects contained by a plannerPlan object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0"; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new BucketsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BucketsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new BucketsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BucketsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public BucketsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Retrieve a list of plannerBucket objects contained by a plannerPlan 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 @@ -240,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to buckets for groups /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(PlannerBucket 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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs index a4fbd6a4c7..f2b3df0a56 100644 --- a/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/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"; @@ -65,13 +66,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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/$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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Planner/Plans/Item/Buckets/Item/PlannerBucketItemRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/PlannerBucketItemRequestBuilder.cs index 89895c3658..90b678ef4d 100644 --- a/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/PlannerBucketItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/PlannerBucketItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class PlannerBucketItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property buckets for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property buckets for groups"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Collection of buckets in the plan. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Collection of buckets in the plan."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property buckets in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property buckets in groups"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. /// + /// A public Command BuildTasksNavCommand() { var command = new Command("tasks"); command.Description = "Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity."; @@ -214,13 +218,13 @@ public Command BuildTasksNavCommand() { return command; } /// - /// Instantiates a new PlannerBucketItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PlannerBucketItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PlannerBucketItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PlannerBucketItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}{?%24expand,%24select}", rawUrl) { @@ -228,6 +232,7 @@ public PlannerBucketItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/ /// /// Delete navigation property buckets for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -236,7 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -244,6 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Collection of buckets in the plan. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,6 +266,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property buckets in groups /// + /// 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 @@ -270,7 +277,7 @@ public RequestInformation ToPatchRequestInformation(PlannerBucket 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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs index e6c0e88e11..060c8bb645 100644 --- a/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/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"; @@ -71,13 +72,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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/$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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs index 29548d250b..1398e7b5fc 100644 --- a/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssignedToTaskBoardFormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property assignedToTaskBoardFormat for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignedToTaskBoardFormat for groups"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0"; @@ -143,6 +145,7 @@ public Command BuildGetCommand() { /// Update the navigation property assignedToTaskBoardFormat in groups /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignedToTaskBoardFormat in groups\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0"; @@ -215,13 +218,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AssignedToTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignedToTaskBoardFormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AssignedToTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignedToTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat{?%24expand,%24select}", rawUrl) { @@ -229,6 +232,7 @@ public AssignedToTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete navigation property assignedToTaskBoardFormat for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,7 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -245,6 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat 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 @@ -261,6 +266,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property assignedToTaskBoardFormat in groups /// + /// 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 @@ -271,7 +277,7 @@ public RequestInformation ToPatchRequestInformation(PlannerAssignedToTaskBoardTa public RequestInformation ToPatchRequestInformation(PlannerAssignedToTaskBoardTaskFormat 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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs index 8321bc491e..95455072e6 100644 --- a/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class BucketTaskBoardFormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property bucketTaskBoardFormat for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property bucketTaskBoardFormat for groups"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0"; @@ -143,6 +145,7 @@ public Command BuildGetCommand() { /// Update the navigation property bucketTaskBoardFormat in groups /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property bucketTaskBoardFormat in groups\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0"; @@ -215,13 +218,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new BucketTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BucketTaskBoardFormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BucketTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BucketTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat{?%24expand,%24select}", rawUrl) { @@ -229,6 +232,7 @@ public BucketTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/gro /// /// Delete navigation property bucketTaskBoardFormat for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,7 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -245,6 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat 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 @@ -261,6 +266,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property bucketTaskBoardFormat in groups /// + /// 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 @@ -271,7 +277,7 @@ public RequestInformation ToPatchRequestInformation(PlannerBucketTaskBoardTaskFo public RequestInformation ToPatchRequestInformation(PlannerBucketTaskBoardTaskFormat 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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.cs index c722a2e697..52cbe6772d 100644 --- a/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.cs @@ -22,6 +22,7 @@ public class DetailsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property details for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property details for groups"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a plannerTaskDetails object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a plannerTaskDetails object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0"; @@ -143,6 +145,7 @@ public Command BuildGetCommand() { /// Update the navigation property details in groups /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property details in groups\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0"; @@ -215,13 +218,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DetailsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/details{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/details{?%24expand,%24select}", rawUrl) { @@ -229,6 +232,7 @@ public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Delete navigation property details for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,7 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/details", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -245,6 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a plannerTaskDetails 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 @@ -261,6 +266,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property details in groups /// + /// 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 @@ -271,7 +277,7 @@ public RequestInformation ToPatchRequestInformation(PlannerTaskDetails body, Act public RequestInformation ToPatchRequestInformation(PlannerTaskDetails 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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/details", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs index 30738e9cca..b52b61021f 100644 --- a/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class PlannerTaskItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildAssignedToTaskBoardFormatNavCommand() { var command = new Command("assigned-to-task-board-format"); command.Description = "Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity."; @@ -43,6 +44,7 @@ public Command BuildAssignedToTaskBoardFormatNavCommand() { /// /// Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildBucketTaskBoardFormatNavCommand() { var command = new Command("bucket-task-board-format"); command.Description = "Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity."; @@ -60,6 +62,7 @@ public Command BuildBucketTaskBoardFormatNavCommand() { /// /// Delete navigation property tasks for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property tasks for groups"; @@ -111,6 +114,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the details property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildDetailsNavCommand() { var command = new Command("details"); command.Description = "Provides operations to manage the details property of the microsoft.graph.plannerTask entity."; @@ -128,6 +132,7 @@ public Command BuildDetailsNavCommand() { /// /// Read-only. Nullable. The collection of tasks in the bucket. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. The collection of tasks in the bucket."; @@ -196,6 +201,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property tasks in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property tasks in groups"; @@ -263,6 +269,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildProgressTaskBoardFormatNavCommand() { var command = new Command("progress-task-board-format"); command.Description = "Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity."; @@ -278,13 +285,13 @@ public Command BuildProgressTaskBoardFormatNavCommand() { return command; } /// - /// Instantiates a new PlannerTaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PlannerTaskItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PlannerTaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PlannerTaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}{?%24expand,%24select}", rawUrl) { @@ -292,6 +299,7 @@ public PlannerTaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Delete navigation property tasks for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -300,7 +308,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -308,6 +316,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. The collection of tasks in the bucket. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -324,6 +333,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property tasks in groups /// + /// 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 @@ -334,7 +344,7 @@ public RequestInformation ToPatchRequestInformation(PlannerTask 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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs index 05d2507748..a47a5bae15 100644 --- a/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class ProgressTaskBoardFormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property progressTaskBoardFormat for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property progressTaskBoardFormat for groups"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0"; @@ -143,6 +145,7 @@ public Command BuildGetCommand() { /// Update the navigation property progressTaskBoardFormat in groups /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property progressTaskBoardFormat in groups\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0"; @@ -215,13 +218,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ProgressTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ProgressTaskBoardFormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ProgressTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ProgressTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat{?%24expand,%24select}", rawUrl) { @@ -229,6 +232,7 @@ public ProgressTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/g /// /// Delete navigation property progressTaskBoardFormat for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,7 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -245,6 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat 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 @@ -261,6 +266,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property progressTaskBoardFormat in groups /// + /// 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 @@ -271,7 +277,7 @@ public RequestInformation ToPatchRequestInformation(PlannerProgressTaskBoardTask public RequestInformation ToPatchRequestInformation(PlannerProgressTaskBoardTaskFormat 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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs index cbae3d0923..18b0d7701a 100644 --- a/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs @@ -24,6 +24,7 @@ public class TasksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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 new navigation property to tasks for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to tasks for groups"; @@ -117,6 +120,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of plannerTask objects associated to a plannerBucket object. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of plannerTask objects associated to a plannerBucket object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0"; @@ -225,13 +229,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TasksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -239,6 +243,7 @@ public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Retrieve a list of plannerTask objects associated to a plannerBucket 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 @@ -255,6 +260,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to tasks for groups /// + /// 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 @@ -265,7 +271,7 @@ public RequestInformation ToPostRequestInformation(PlannerTask 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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Planner/Plans/Item/Details/DetailsRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Item/Details/DetailsRequestBuilder.cs index 31456978e6..b01d113c60 100644 --- a/src/generated/Groups/Item/Planner/Plans/Item/Details/DetailsRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/Item/Details/DetailsRequestBuilder.cs @@ -22,6 +22,7 @@ public class DetailsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property details for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property details for groups"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a plannerPlanDetails object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a plannerPlanDetails object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// Update the navigation property details in groups /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property details in groups\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0"; @@ -179,13 +182,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DetailsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/details{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/details{?%24expand,%24select}", rawUrl) { @@ -193,6 +196,7 @@ public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Delete navigation property details for groups /// + /// 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 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/details", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a plannerPlanDetails 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 @@ -225,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property details in groups /// + /// 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 +241,7 @@ public RequestInformation ToPatchRequestInformation(PlannerPlanDetails body, Act public RequestInformation ToPatchRequestInformation(PlannerPlanDetails 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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/details", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Planner/Plans/Item/PlannerPlanItemRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Item/PlannerPlanItemRequestBuilder.cs index 990051b8eb..3544f35d13 100644 --- a/src/generated/Groups/Item/Planner/Plans/Item/PlannerPlanItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/Item/PlannerPlanItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class PlannerPlanItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity. /// + /// A public Command BuildBucketsNavCommand() { var command = new Command("buckets"); command.Description = "Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity."; @@ -50,6 +51,7 @@ public Command BuildBucketsNavCommand() { /// /// Delete navigation property plans for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property plans for groups"; @@ -89,6 +91,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the details property of the microsoft.graph.plannerPlan entity. /// + /// A public Command BuildDetailsNavCommand() { var command = new Command("details"); command.Description = "Provides operations to manage the details property of the microsoft.graph.plannerPlan entity."; @@ -106,6 +109,7 @@ public Command BuildDetailsNavCommand() { /// /// Read-only. Nullable. Returns the plannerPlans owned by the group. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Returns the plannerPlans owned by the group."; @@ -162,6 +166,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property plans in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property plans in groups"; @@ -217,6 +222,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. /// + /// A public Command BuildTasksNavCommand() { var command = new Command("tasks"); command.Description = "Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity."; @@ -240,13 +246,13 @@ public Command BuildTasksNavCommand() { return command; } /// - /// Instantiates a new PlannerPlanItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PlannerPlanItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PlannerPlanItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PlannerPlanItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}{?%24expand,%24select}", rawUrl) { @@ -254,6 +260,7 @@ public PlannerPlanItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Delete navigation property plans for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -262,7 +269,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -270,6 +277,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Returns the plannerPlans owned by the group. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -286,6 +294,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property plans in groups /// + /// 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 @@ -296,7 +305,7 @@ public RequestInformation ToPatchRequestInformation(PlannerPlan 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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs index db79db6075..4a75850534 100644 --- a/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/Item/Tasks/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"; @@ -65,13 +66,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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/$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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs index 47b1b00d52..1925e71f87 100644 --- a/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssignedToTaskBoardFormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property assignedToTaskBoardFormat for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignedToTaskBoardFormat for groups"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0"; @@ -131,6 +133,7 @@ public Command BuildGetCommand() { /// Update the navigation property assignedToTaskBoardFormat in groups /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignedToTaskBoardFormat in groups\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0"; @@ -197,13 +200,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AssignedToTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignedToTaskBoardFormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AssignedToTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignedToTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat{?%24expand,%24select}", rawUrl) { @@ -211,6 +214,7 @@ public AssignedToTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete navigation property assignedToTaskBoardFormat for groups /// + /// 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,7 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -227,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat 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 @@ -243,6 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property assignedToTaskBoardFormat in groups /// + /// 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 @@ -253,7 +259,7 @@ public RequestInformation ToPatchRequestInformation(PlannerAssignedToTaskBoardTa public RequestInformation ToPatchRequestInformation(PlannerAssignedToTaskBoardTaskFormat 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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs index f249f03461..424ba00f66 100644 --- a/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class BucketTaskBoardFormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property bucketTaskBoardFormat for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property bucketTaskBoardFormat for groups"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0"; @@ -131,6 +133,7 @@ public Command BuildGetCommand() { /// Update the navigation property bucketTaskBoardFormat in groups /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property bucketTaskBoardFormat in groups\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0"; @@ -197,13 +200,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new BucketTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BucketTaskBoardFormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BucketTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BucketTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat{?%24expand,%24select}", rawUrl) { @@ -211,6 +214,7 @@ public BucketTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/gro /// /// Delete navigation property bucketTaskBoardFormat for groups /// + /// 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,7 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -227,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat 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 @@ -243,6 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property bucketTaskBoardFormat in groups /// + /// 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 @@ -253,7 +259,7 @@ public RequestInformation ToPatchRequestInformation(PlannerBucketTaskBoardTaskFo public RequestInformation ToPatchRequestInformation(PlannerBucketTaskBoardTaskFormat 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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.cs index ff4ddf2e51..4a6b6eff17 100644 --- a/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.cs @@ -22,6 +22,7 @@ public class DetailsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property details for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property details for groups"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a plannerTaskDetails object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a plannerTaskDetails object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0"; @@ -131,6 +133,7 @@ public Command BuildGetCommand() { /// Update the navigation property details in groups /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property details in groups\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0"; @@ -197,13 +200,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DetailsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/details{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/details{?%24expand,%24select}", rawUrl) { @@ -211,6 +214,7 @@ public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Delete navigation property details for groups /// + /// 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,7 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/details", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -227,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a plannerTaskDetails 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 @@ -243,6 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property details in groups /// + /// 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 @@ -253,7 +259,7 @@ public RequestInformation ToPatchRequestInformation(PlannerTaskDetails body, Act public RequestInformation ToPatchRequestInformation(PlannerTaskDetails 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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/details", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs index a35db924f1..55be47bbd3 100644 --- a/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class PlannerTaskItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildAssignedToTaskBoardFormatNavCommand() { var command = new Command("assigned-to-task-board-format"); command.Description = "Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity."; @@ -43,6 +44,7 @@ public Command BuildAssignedToTaskBoardFormatNavCommand() { /// /// Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildBucketTaskBoardFormatNavCommand() { var command = new Command("bucket-task-board-format"); command.Description = "Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity."; @@ -60,6 +62,7 @@ public Command BuildBucketTaskBoardFormatNavCommand() { /// /// Delete navigation property tasks for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property tasks for groups"; @@ -105,6 +108,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the details property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildDetailsNavCommand() { var command = new Command("details"); command.Description = "Provides operations to manage the details property of the microsoft.graph.plannerTask entity."; @@ -122,6 +126,7 @@ public Command BuildDetailsNavCommand() { /// /// Read-only. Nullable. Collection of tasks in the plan. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Collection of tasks in the plan."; @@ -184,6 +189,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property tasks in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property tasks in groups"; @@ -245,6 +251,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildProgressTaskBoardFormatNavCommand() { var command = new Command("progress-task-board-format"); command.Description = "Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity."; @@ -260,13 +267,13 @@ public Command BuildProgressTaskBoardFormatNavCommand() { return command; } /// - /// Instantiates a new PlannerTaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PlannerTaskItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PlannerTaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PlannerTaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}{?%24expand,%24select}", rawUrl) { @@ -274,6 +281,7 @@ public PlannerTaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Delete navigation property tasks for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -282,7 +290,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -290,6 +298,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Collection of tasks in the plan. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -306,6 +315,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property tasks in groups /// + /// 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 @@ -316,7 +326,7 @@ public RequestInformation ToPatchRequestInformation(PlannerTask 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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs index 3628653016..697f8b5c64 100644 --- a/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class ProgressTaskBoardFormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property progressTaskBoardFormat for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property progressTaskBoardFormat for groups"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0"; @@ -131,6 +133,7 @@ public Command BuildGetCommand() { /// Update the navigation property progressTaskBoardFormat in groups /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property progressTaskBoardFormat in groups\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0"; @@ -197,13 +200,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ProgressTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ProgressTaskBoardFormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ProgressTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ProgressTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat{?%24expand,%24select}", rawUrl) { @@ -211,6 +214,7 @@ public ProgressTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/g /// /// Delete navigation property progressTaskBoardFormat for groups /// + /// 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,7 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -227,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat 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 @@ -243,6 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property progressTaskBoardFormat in groups /// + /// 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 @@ -253,7 +259,7 @@ public RequestInformation ToPatchRequestInformation(PlannerProgressTaskBoardTask public RequestInformation ToPatchRequestInformation(PlannerProgressTaskBoardTaskFormat 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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs index 331a943392..3ce9ff5bc0 100644 --- a/src/generated/Groups/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs @@ -24,6 +24,7 @@ public class TasksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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 new navigation property to tasks for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to tasks for groups"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of plannerTask objects associated with a plannerPlan object. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of plannerTask objects associated with a plannerPlan object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0"; @@ -213,13 +217,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TasksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -227,6 +231,7 @@ public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Retrieve a list of plannerTask objects associated with a plannerPlan 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 @@ -243,6 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to tasks for groups /// + /// 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 @@ -253,7 +259,7 @@ public RequestInformation ToPostRequestInformation(PlannerTask 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}/groups/{group%2Did}/planner/plans/{plannerPlan%2Did}/tasks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Planner/Plans/PlansRequestBuilder.cs b/src/generated/Groups/Item/Planner/Plans/PlansRequestBuilder.cs index 572cbf92b7..06593ef7f7 100644 --- a/src/generated/Groups/Item/Planner/Plans/PlansRequestBuilder.cs +++ b/src/generated/Groups/Item/Planner/Plans/PlansRequestBuilder.cs @@ -24,6 +24,7 @@ public class PlansRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the plans property of the microsoft.graph.plannerGroup 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to plans for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to plans for groups"; @@ -104,6 +107,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of plannerPlan objects owned by a group object. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of plannerPlan objects owned by a group object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0"; @@ -200,13 +204,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PlansRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PlansRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/planner/plans{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PlansRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PlansRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/planner/plans{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -214,6 +218,7 @@ public PlansRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Retrieve a list of plannerPlan objects owned by a group 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 @@ -230,6 +235,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to plans for groups /// + /// 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 @@ -240,7 +246,7 @@ public RequestInformation ToPostRequestInformation(PlannerPlan 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}/groups/{group%2Did}/planner/plans", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/RejectedSenders/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/RejectedSenders/Count/CountRequestBuilder.cs index fe5ad3c25b..d77074a35e 100644 --- a/src/generated/Groups/Item/RejectedSenders/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/RejectedSenders/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}/groups/{group%2Did}/rejectedSenders/$count{?%24filter}", 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}/groups/{group%2Did}/rejectedSenders/$count{?%24filter}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/RejectedSenders/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Groups/Item/RejectedSenders/Item/DirectoryObjectItemRequestBuilder.cs index f0d87645dc..3d5f91a382 100644 --- a/src/generated/Groups/Item/RejectedSenders/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Groups/Item/RejectedSenders/Item/DirectoryObjectItemRequestBuilder.cs @@ -18,6 +18,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of group entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of group entities."; @@ -31,13 +32,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/rejectedSenders/{directoryObject%2Did}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/rejectedSenders/{directoryObject%2Did}", rawUrl) { diff --git a/src/generated/Groups/Item/RejectedSenders/Item/Ref/RefRequestBuilder.cs b/src/generated/Groups/Item/RejectedSenders/Item/Ref/RefRequestBuilder.cs index a0b99559f9..22e88e08c5 100644 --- a/src/generated/Groups/Item/RejectedSenders/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Groups/Item/RejectedSenders/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove rejectedSender /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove rejectedSender\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/rejectedSenders/{directoryObject%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/rejectedSenders/{directoryObject%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/r /// /// Remove rejectedSender /// + /// 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/Groups/Item/RejectedSenders/Ref/RefRequestBuilder.cs b/src/generated/Groups/Item/RejectedSenders/Ref/RefRequestBuilder.cs index c87e2ee1af..09915c726d 100644 --- a/src/generated/Groups/Item/RejectedSenders/Ref/RefRequestBuilder.cs +++ b/src/generated/Groups/Item/RejectedSenders/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove rejectedSender /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove rejectedSender\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0"; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// Specify the user or group in @odata.id in the request body. Users in the rejected senders list can't post to conversations of the group (identified in the POST request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you'll get an error. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Specify the user or group in @odata.id in the request body. Users in the rejected senders list can't post to conversations of the group (identified in the POST request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you'll get an error.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-1.0"; @@ -179,20 +182,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/rejectedSenders/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/rejectedSenders/$ref{?%24count,%24filter,%24orderby,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/rejectedSenders/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/rejectedSenders/$ref{?%24count,%24filter,%24orderby,%24skip,%24top}", rawUrl) { } /// /// Remove rejectedSender /// + /// 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 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/rejectedSenders/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Specify the user or group in @odata.id in the request body. Users in the rejected senders list can't post to conversations of the group (identified in the POST request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you'll get an error. /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/groups/{group%2Did}/rejectedSenders/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/RejectedSenders/RejectedSendersRequestBuilder.cs b/src/generated/Groups/Item/RejectedSenders/RejectedSendersRequestBuilder.cs index 7dd93c808e..9d88810fdd 100644 --- a/src/generated/Groups/Item/RejectedSenders/RejectedSendersRequestBuilder.cs +++ b/src/generated/Groups/Item/RejectedSenders/RejectedSendersRequestBuilder.cs @@ -25,6 +25,7 @@ public class RejectedSendersRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.groups.item.rejectedSenders.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -34,6 +35,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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0"; @@ -135,6 +138,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of group entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of group entities."; @@ -150,13 +154,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new RejectedSendersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RejectedSendersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/rejectedSenders{?%24count,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RejectedSendersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RejectedSendersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/rejectedSenders{?%24count,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -164,6 +168,7 @@ public RejectedSendersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Users in the rejected senders list can't post to conversations of the group (identified in the GET request URL). Make sure you don't specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error. /// + /// 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/Groups/Item/RemoveFavorite/RemoveFavoriteRequestBuilder.cs b/src/generated/Groups/Item/RemoveFavorite/RemoveFavoriteRequestBuilder.cs index 27d561223f..1b0ec1f12e 100644 --- a/src/generated/Groups/Item/RemoveFavorite/RemoveFavoriteRequestBuilder.cs +++ b/src/generated/Groups/Item/RemoveFavorite/RemoveFavoriteRequestBuilder.cs @@ -22,6 +22,7 @@ public class RemoveFavoriteRequestBuilder : BaseCliRequestBuilder { /// Remove the group from the list of the current user's favorite groups. Supported for Microsoft 365 groups only. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Remove the group from the list of the current user's favorite groups. Supported for Microsoft 365 groups only.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RemoveFavoriteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RemoveFavoriteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/removeFavorite", pathParameters) { } /// - /// Instantiates a new RemoveFavoriteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RemoveFavoriteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/removeFavorite", rawUrl) { @@ -60,6 +61,7 @@ public RemoveFavoriteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Remove the group from the list of the current user's favorite groups. Supported for Microsoft 365 groups 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 diff --git a/src/generated/Groups/Item/Renew/RenewRequestBuilder.cs b/src/generated/Groups/Item/Renew/RenewRequestBuilder.cs index e60c941dd3..6aadbcac22 100644 --- a/src/generated/Groups/Item/Renew/RenewRequestBuilder.cs +++ b/src/generated/Groups/Item/Renew/RenewRequestBuilder.cs @@ -22,6 +22,7 @@ public class RenewRequestBuilder : BaseCliRequestBuilder { /// Renews a group's expiration. When a group is renewed, the group expiration is extended by the number of days defined in the policy. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Renews a group's expiration. When a group is renewed, the group expiration is extended by the number of days defined in the policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RenewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RenewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/renew", pathParameters) { } /// - /// Instantiates a new RenewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RenewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/renew", rawUrl) { @@ -60,6 +61,7 @@ public RenewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Renews a group's expiration. When a group is renewed, the group expiration is extended by the number of days defined in the policy. /// + /// 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/Groups/Item/ResetUnseenCount/ResetUnseenCountRequestBuilder.cs b/src/generated/Groups/Item/ResetUnseenCount/ResetUnseenCountRequestBuilder.cs index 71964e47d5..5516344d8b 100644 --- a/src/generated/Groups/Item/ResetUnseenCount/ResetUnseenCountRequestBuilder.cs +++ b/src/generated/Groups/Item/ResetUnseenCount/ResetUnseenCountRequestBuilder.cs @@ -22,6 +22,7 @@ public class ResetUnseenCountRequestBuilder : BaseCliRequestBuilder { /// Reset the unseenCount of all the posts that the current user hasn't seen since their last visit. Supported for Microsoft 365 groups only. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reset the unseenCount of all the posts that the current user hasn't seen since their last visit. Supported for Microsoft 365 groups only.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ResetUnseenCountRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResetUnseenCountRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/resetUnseenCount", pathParameters) { } /// - /// Instantiates a new ResetUnseenCountRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResetUnseenCountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/resetUnseenCount", rawUrl) { @@ -60,6 +61,7 @@ public ResetUnseenCountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Reset the unseenCount of all the posts that the current user hasn't seen since their last visit. Supported for Microsoft 365 groups 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 diff --git a/src/generated/Groups/Item/Restore/RestoreRequestBuilder.cs b/src/generated/Groups/Item/Restore/RestoreRequestBuilder.cs index f09d4e5b6a..3d2cb96a46 100644 --- a/src/generated/Groups/Item/Restore/RestoreRequestBuilder.cs +++ b/src/generated/Groups/Item/Restore/RestoreRequestBuilder.cs @@ -23,6 +23,7 @@ public class RestoreRequestBuilder : BaseCliRequestBuilder { /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/restore", pathParameters) { } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/restore", rawUrl) { @@ -71,6 +72,7 @@ public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// + /// 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/Groups/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs b/src/generated/Groups/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs index 96f2804922..aeb4d35170 100644 --- a/src/generated/Groups/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs +++ b/src/generated/Groups/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.cs @@ -22,6 +22,7 @@ public class RetryServiceProvisioningRequestBuilder : BaseCliRequestBuilder { /// Retry the group service provisioning. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Retry the group service provisioning.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RetryServiceProvisioningRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RetryServiceProvisioningRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/retryServiceProvisioning", pathParameters) { } /// - /// Instantiates a new RetryServiceProvisioningRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RetryServiceProvisioningRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/retryServiceProvisioning", rawUrl) { @@ -60,6 +61,7 @@ public RetryServiceProvisioningRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Retry the group service provisioning. /// + /// 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/Groups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 9b89c18eea..dd7e27758f 100644 --- a/src/generated/Groups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/ServiceProvisioningErrors/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}/groups/{group%2Did}/serviceProvisioningErrors/$count{?%24filter}", 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}/groups/{group%2Did}/serviceProvisioningErrors/$count{?%24filter}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Groups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 0c0095c3a8..1027cdfb6b 100644 --- a/src/generated/Groups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Groups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Groups/Item/Settings/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Settings/Count/CountRequestBuilder.cs index b4de9bdcf0..89080b0736 100644 --- a/src/generated/Groups/Item/Settings/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Settings/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}/groups/{group%2Did}/settings/$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}/groups/{group%2Did}/settings/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Settings/Item/GroupSettingItemRequestBuilder.cs b/src/generated/Groups/Item/Settings/Item/GroupSettingItemRequestBuilder.cs index 2b5e5c33e8..dc854b5644 100644 --- a/src/generated/Groups/Item/Settings/Item/GroupSettingItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Settings/Item/GroupSettingItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class GroupSettingItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property settings for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property settings for groups"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// Update the properties of a groupSetting object for tenant-wide group settings or a specific group setting. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a groupSetting object for tenant-wide group settings or a specific group setting.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/groupsetting-update?view=graph-rest-1.0"; @@ -172,13 +175,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new GroupSettingItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupSettingItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/settings/{groupSetting%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GroupSettingItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupSettingItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/settings/{groupSetting%2Did}{?%24expand,%24select}", rawUrl) { @@ -186,6 +189,7 @@ public GroupSettingItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Delete navigation property settings for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -194,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/settings/{groupSetting%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -202,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting. /// + /// 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,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a groupSetting object for tenant-wide group settings or a specific group setting. /// + /// 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 @@ -228,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(GroupSetting 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}/groups/{group%2Did}/settings/{groupSetting%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Settings/SettingsRequestBuilder.cs b/src/generated/Groups/Item/Settings/SettingsRequestBuilder.cs index d4a3379b37..b1a90d204e 100644 --- a/src/generated/Groups/Item/Settings/SettingsRequestBuilder.cs +++ b/src/generated/Groups/Item/Settings/SettingsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SettingsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the settings property of the microsoft.graph.group entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new GroupSettingItemRequestBuilder(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 setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of tenant-level or group-specific group settings objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of tenant-level or group-specific group settings objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { 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}/groups/{group%2Did}/settings{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", 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}/groups/{group%2Did}/settings{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public SettingsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Retrieve a list of tenant-level or group-specific group settings objects. /// + /// 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 setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings. /// + /// 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(GroupSetting 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}/groups/{group%2Did}/settings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Add/AddPostRequestBody.cs b/src/generated/Groups/Item/Sites/Add/AddPostRequestBody.cs index ba79f41e7e..c2d87a4a51 100644 --- a/src/generated/Groups/Item/Sites/Add/AddPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Add/AddPostRequestBody.cs @@ -18,7 +18,7 @@ public class AddPostRequestBody : IAdditionalDataHolder, IParsable { public List Value { get; set; } #endif /// - /// Instantiates a new addPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AddPostRequestBody() { /// /// 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 AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Site.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Add/AddPostResponse.cs b/src/generated/Groups/Item/Sites/Add/AddPostResponse.cs index e5cbeb1a3b..529c0e4f6c 100644 --- a/src/generated/Groups/Item/Sites/Add/AddPostResponse.cs +++ b/src/generated/Groups/Item/Sites/Add/AddPostResponse.cs @@ -18,6 +18,7 @@ public class AddPostResponse : BaseCollectionPaginationCountResponse, IParsable /// /// 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 new AddPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class AddPostResponse : BaseCollectionPaginationCountResponse, IParsable /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Site.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Add/AddRequestBuilder.cs b/src/generated/Groups/Item/Sites/Add/AddRequestBuilder.cs index e7f80ad318..0b64da0666 100644 --- a/src/generated/Groups/Item/Sites/Add/AddRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Add/AddRequestBuilder.cs @@ -22,6 +22,7 @@ public class AddRequestBuilder : BaseCliRequestBuilder { /// Follow a user's site or multiple sites. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Follow a user's site or multiple sites.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/add", pathParameters) { } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/add", rawUrl) { @@ -94,6 +95,7 @@ public AddRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// Follow a user's site or multiple sites. /// + /// 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/Groups/Item/Sites/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Count/CountRequestBuilder.cs index c725722e4c..510a6f1c56 100644 --- a/src/generated/Groups/Item/Sites/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/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}/groups/{group%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}/groups/{group%2Did}/sites/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Delta/DeltaGetResponse.cs b/src/generated/Groups/Item/Sites/Delta/DeltaGetResponse.cs index 0d24a9a215..56121a39ae 100644 --- a/src/generated/Groups/Item/Sites/Delta/DeltaGetResponse.cs +++ b/src/generated/Groups/Item/Sites/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Site.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Delta/DeltaRequestBuilder.cs b/src/generated/Groups/Item/Sites/Delta/DeltaRequestBuilder.cs index c11cbc0971..65a9e36489 100644 --- a/src/generated/Groups/Item/Sites/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Groups/Item/Sites/GetAllSites/GetAllSitesGetResponse.cs b/src/generated/Groups/Item/Sites/GetAllSites/GetAllSitesGetResponse.cs index 8e7bc0171a..587c920347 100644 --- a/src/generated/Groups/Item/Sites/GetAllSites/GetAllSitesGetResponse.cs +++ b/src/generated/Groups/Item/Sites/GetAllSites/GetAllSitesGetResponse.cs @@ -18,6 +18,7 @@ public class GetAllSitesGetResponse : BaseCollectionPaginationCountResponse, IPa /// /// 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 new GetAllSitesGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAllSitesGetResponse : BaseCollectionPaginationCountResponse, IPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Site.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/GetAllSites/GetAllSitesRequestBuilder.cs b/src/generated/Groups/Item/Sites/GetAllSites/GetAllSitesRequestBuilder.cs index 1e559113ad..fede672e2a 100644 --- a/src/generated/Groups/Item/Sites/GetAllSites/GetAllSitesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/GetAllSites/GetAllSitesRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetAllSitesRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function getAllSites /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getAllSites"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetAllSitesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetAllSitesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/getAllSites(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetAllSitesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/getAllSites(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetAllSitesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetAllSitesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/getAllSites(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetAllSitesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/getAllSites(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getAllSites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class GetAllSitesRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Groups/Item/Sites/Item/Analytics/AllTime/AllTimeRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Analytics/AllTime/AllTimeRequestBuilder.cs index 0e6e109bef..45c1c579a3 100644 --- a/src/generated/Groups/Item/Sites/Item/Analytics/AllTime/AllTimeRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Analytics/AllTime/AllTimeRequestBuilder.cs @@ -23,6 +23,7 @@ public class AllTimeRequestBuilder : BaseCliRequestBuilder { /// Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the [getActivitiesByInterval][] API. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the [getActivitiesByInterval][] API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AllTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AllTimeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/allTime{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AllTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AllTimeRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/allTime{?%24expand,%24select}", rawUrl) { @@ -91,6 +92,7 @@ public AllTimeRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the [getActivitiesByInterval][] 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 diff --git a/src/generated/Groups/Item/Sites/Item/Analytics/AnalyticsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Analytics/AnalyticsRequestBuilder.cs index 69d9d8bbe5..c0277c6111 100644 --- a/src/generated/Groups/Item/Sites/Item/Analytics/AnalyticsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Analytics/AnalyticsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AnalyticsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the allTime property of the microsoft.graph.itemAnalytics entity. /// + /// A public Command BuildAllTimeNavCommand() { var command = new Command("all-time"); command.Description = "Provides operations to manage the allTime property of the microsoft.graph.itemAnalytics entity."; @@ -40,6 +41,7 @@ public Command BuildAllTimeNavCommand() { /// /// Delete navigation property analytics for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property analytics for groups"; @@ -79,6 +81,7 @@ public Command BuildDeleteCommand() { /// /// Analytics about the view activities that took place in this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Analytics about the view activities that took place in this site."; @@ -135,6 +138,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the itemActivityStats property of the microsoft.graph.itemAnalytics entity. /// + /// A public Command BuildItemActivityStatsNavCommand() { var command = new Command("item-activity-stats"); command.Description = "Provides operations to manage the itemActivityStats property of the microsoft.graph.itemAnalytics entity."; @@ -160,6 +164,7 @@ public Command BuildItemActivityStatsNavCommand() { /// /// Provides operations to manage the lastSevenDays property of the microsoft.graph.itemAnalytics entity. /// + /// A public Command BuildLastSevenDaysNavCommand() { var command = new Command("last-seven-days"); command.Description = "Provides operations to manage the lastSevenDays property of the microsoft.graph.itemAnalytics entity."; @@ -175,6 +180,7 @@ public Command BuildLastSevenDaysNavCommand() { /// /// Update the navigation property analytics in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property analytics in groups"; @@ -228,13 +234,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AnalyticsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics{?%24expand,%24select}", rawUrl) { @@ -242,6 +248,7 @@ public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Delete navigation property analytics for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,7 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -258,6 +265,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Analytics about the view activities that took place in this site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -274,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property analytics in groups /// + /// 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 @@ -284,7 +293,7 @@ public RequestInformation ToPatchRequestInformation(ItemAnalytics 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}/groups/{group%2Did}/sites/{site%2Did}/analytics", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs index 5420e3e107..6c6eb20ca7 100644 --- a/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/$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}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs index 89c0d10795..b6c9348d5f 100644 --- a/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ActivitiesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the activities property of the microsoft.graph.itemActivityStat 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 activities for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to activities for groups"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// /// Exposes the itemActivities represented in this itemActivityStat resource. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Exposes the itemActivities represented in this itemActivityStat resource."; @@ -221,13 +225,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ActivitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ActivitiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ActivitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ActivitiesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -235,6 +239,7 @@ public ActivitiesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Exposes the itemActivities represented in this itemActivityStat 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 @@ -251,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to activities for groups /// + /// 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 @@ -261,7 +267,7 @@ public RequestInformation ToPostRequestInformation(ItemActivity 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}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs index 161ae11c18..499e743f8b 100644 --- a/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/$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}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/Content/ContentRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/Content/ContentRequestBuilder.cs index 2923a68930..e133558880 100644 --- a/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/Content/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/Content/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream, if the item represents a file."; @@ -41,6 +42,10 @@ public Command BuildGetCommand() { }; itemActivityIdOption.IsRequired = true; command.AddOption(itemActivityIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { @@ -48,10 +53,12 @@ public Command BuildGetCommand() { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); var itemActivityStatId = invocationContext.ParseResult.GetValueForOption(itemActivityStatIdOption); var itemActivityId = invocationContext.ParseResult.GetValueForOption(itemActivityIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); @@ -78,6 +85,7 @@ public Command BuildGetCommand() { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream, if the item represents a file."; @@ -140,27 +148,28 @@ 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}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem/content", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem/content{?%24format*}", 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}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem/content", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem/content{?%24format*}", rawUrl) { } /// /// The content stream, if the item represents a file. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -170,6 +179,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream, if the item represents a file. /// + /// 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 @@ -180,11 +190,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem/content", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// The content stream, if the item represents a file. + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/DriveItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/DriveItemRequestBuilder.cs index ae2fe87a2b..e684c4feb5 100644 --- a/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/DriveItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/DriveItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DriveItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// Exposes the driveItem that was the target of this activity. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Exposes the driveItem that was the target of this activity."; @@ -105,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem{?%24expand,%24select}", rawUrl) { @@ -119,6 +121,7 @@ public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Exposes the driveItem that was the target of this activity. /// + /// 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/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/ItemActivityItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/ItemActivityItemRequestBuilder.cs index bdbbf04062..923c60aa67 100644 --- a/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/ItemActivityItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/ItemActivityItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ItemActivityItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property activities for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property activities for groups"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the driveItem property of the microsoft.graph.itemActivity entity. /// + /// A public Command BuildDriveItemNavCommand() { var command = new Command("drive-item"); command.Description = "Provides operations to manage the driveItem property of the microsoft.graph.itemActivity entity."; @@ -95,6 +97,7 @@ public Command BuildDriveItemNavCommand() { /// /// Exposes the itemActivities represented in this itemActivityStat resource. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Exposes the itemActivities represented in this itemActivityStat resource."; @@ -163,6 +166,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property activities in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property activities in groups"; @@ -228,13 +232,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ItemActivityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemActivityItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ItemActivityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemActivityItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}{?%24expand,%24select}", rawUrl) { @@ -242,6 +246,7 @@ public ItemActivityItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Delete navigation property activities for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,7 +255,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -258,6 +263,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Exposes the itemActivities represented in this itemActivityStat 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 @@ -274,6 +280,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property activities in groups /// + /// 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 @@ -284,7 +291,7 @@ public RequestInformation ToPatchRequestInformation(ItemActivity 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}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/ItemActivityStatItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/ItemActivityStatItemRequestBuilder.cs index 792fa97cc0..582535b820 100644 --- a/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/ItemActivityStatItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/Item/ItemActivityStatItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ItemActivityStatItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the activities property of the microsoft.graph.itemActivityStat entity. /// + /// A public Command BuildActivitiesNavCommand() { var command = new Command("activities"); command.Description = "Provides operations to manage the activities property of the microsoft.graph.itemActivityStat entity."; @@ -48,6 +49,7 @@ public Command BuildActivitiesNavCommand() { /// /// Delete navigation property itemActivityStats for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property itemActivityStats for groups"; @@ -93,6 +95,7 @@ public Command BuildDeleteCommand() { /// /// Get itemActivityStats from groups /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get itemActivityStats from groups"; @@ -155,6 +158,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property itemActivityStats in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property itemActivityStats in groups"; @@ -214,13 +218,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ItemActivityStatItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemActivityStatItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ItemActivityStatItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemActivityStatItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}{?%24expand,%24select}", rawUrl) { @@ -228,6 +232,7 @@ public ItemActivityStatItemRequestBuilder(string rawUrl) : base("{+baseurl}/grou /// /// Delete navigation property itemActivityStats for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -236,7 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -244,6 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get itemActivityStats from groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,6 +266,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property itemActivityStats in groups /// + /// 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 @@ -270,7 +277,7 @@ public RequestInformation ToPatchRequestInformation(ItemActivityStat body, Actio public RequestInformation ToPatchRequestInformation(ItemActivityStat 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}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs index e68f8f8045..de9e725e02 100644 --- a/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ItemActivityStatsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the itemActivityStats property of the microsoft.graph.itemAnalytics 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 itemActivityStats for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to itemActivityStats for groups"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Get itemActivityStats from groups /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get itemActivityStats from groups"; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ItemActivityStatsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemActivityStatsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ItemActivityStatsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemActivityStatsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public ItemActivityStatsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/ /// /// Get itemActivityStats from groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to itemActivityStats for groups /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(ItemActivityStat body, Action public RequestInformation ToPostRequestInformation(ItemActivityStat 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}/groups/{group%2Did}/sites/{site%2Did}/analytics/itemActivityStats", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Analytics/LastSevenDays/LastSevenDaysRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Analytics/LastSevenDays/LastSevenDaysRequestBuilder.cs index d84b6b193c..085f9dd938 100644 --- a/src/generated/Groups/Item/Sites/Item/Analytics/LastSevenDays/LastSevenDaysRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Analytics/LastSevenDays/LastSevenDaysRequestBuilder.cs @@ -22,6 +22,7 @@ public class LastSevenDaysRequestBuilder : BaseCliRequestBuilder { /// /// Get lastSevenDays from groups /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get lastSevenDays from groups"; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new LastSevenDaysRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastSevenDaysRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/lastSevenDays{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastSevenDaysRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastSevenDaysRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/analytics/lastSevenDays{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public LastSevenDaysRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Get lastSevenDays from groups /// + /// 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/Groups/Item/Sites/Item/Columns/ColumnsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Columns/ColumnsRequestBuilder.cs index 1dcd9be104..a4c45a816e 100644 --- a/src/generated/Groups/Item/Sites/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Columns/ColumnsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columns property of the microsoft.graph.site 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0"; @@ -211,13 +215,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -225,6 +229,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +246,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition]. /// + /// 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 @@ -251,7 +257,7 @@ public RequestInformation ToPostRequestInformation(ColumnDefinition body, Action public RequestInformation ToPostRequestInformation(ColumnDefinition 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}/groups/{group%2Did}/sites/{site%2Did}/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Columns/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Columns/Count/CountRequestBuilder.cs index 1807cb22a2..99ef742ad3 100644 --- a/src/generated/Groups/Item/Sites/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Columns/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/columns/$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}/groups/{group%2Did}/sites/{site%2Did}/columns/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs index c39ec207bd..4a11439a92 100644 --- a/src/generated/Groups/Item/Sites/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property columns for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property columns for groups"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// The collection of column definitions reusable across lists under this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of column definitions reusable across lists under this site."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property columns in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property columns in groups"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. /// + /// A public Command BuildSourceColumnNavCommand() { var command = new Command("source-column"); command.Description = "Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity."; @@ -204,13 +208,13 @@ public Command BuildSourceColumnNavCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -218,6 +222,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/grou /// /// Delete navigation property columns for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,7 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -234,6 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of column definitions reusable across lists under this site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property columns in groups /// + /// 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 @@ -260,7 +267,7 @@ public RequestInformation ToPatchRequestInformation(ColumnDefinition body, Actio public RequestInformation ToPatchRequestInformation(ColumnDefinition 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}/groups/{group%2Did}/sites/{site%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs index a0307d5c64..c178819977 100644 --- a/src/generated/Groups/Item/Sites/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs @@ -22,6 +22,7 @@ public class SourceColumnRequestBuilder : BaseCliRequestBuilder { /// /// The source column for the content type column. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The source column for the content type column."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SourceColumnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// The source column for the content type column. /// + /// 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/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.cs index 97c3714dfb..35c700cdfa 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.cs @@ -17,7 +17,7 @@ public class AddCopyPostRequestBody : IAdditionalDataHolder, IParsable { public string ContentType { get; set; } #endif /// - /// Instantiates a new addCopyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddCopyPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AddCopyPostRequestBody() { /// /// 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 AddCopyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static AddCopyPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contentType", n => { ContentType = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs index a53995fe21..2c411c55f4 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddCopyRequestBuilder : BaseCliRequestBuilder { /// Add a copy of a [content type][contentType] from a [site][site] to a [list][list]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add a copy of a [content type][contentType] from a [site][site] to a [list][list].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddCopyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddCopyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/addCopy", pathParameters) { } /// - /// Instantiates a new AddCopyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddCopyRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/addCopy", rawUrl) { @@ -90,6 +91,7 @@ public AddCopyRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Add a copy of a [content type][contentType] from a [site][site] to a [list][list]. /// + /// 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/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs index d668224ea2..282292a7c6 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs @@ -17,7 +17,7 @@ public class AddCopyFromContentTypeHubPostRequestBody : IAdditionalDataHolder, I public string ContentTypeId { get; set; } #endif /// - /// Instantiates a new addCopyFromContentTypeHubPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddCopyFromContentTypeHubPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AddCopyFromContentTypeHubPostRequestBody() { /// /// 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 AddCopyFromContentTypeHubPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static AddCopyFromContentTypeHubPostRequestBody CreateFromDiscriminatorVa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contentTypeId", n => { ContentTypeId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs index a27197a081..19be4ba8d3 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddCopyFromContentTypeHubRequestBuilder : BaseCliRequestBuilder { /// Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddCopyFromContentTypeHubRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddCopyFromContentTypeHubRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/addCopyFromContentTypeHub", pathParameters) { } /// - /// Instantiates a new AddCopyFromContentTypeHubRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddCopyFromContentTypeHubRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/addCopyFromContentTypeHub", rawUrl) { @@ -90,6 +91,7 @@ public AddCopyFromContentTypeHubRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. /// + /// 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/Groups/Item/Sites/Item/ContentTypes/ContentTypesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/ContentTypesRequestBuilder.cs index ce98b5ae97..ae8bd8f1b5 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/ContentTypesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/ContentTypesRequestBuilder.cs @@ -27,6 +27,7 @@ public class ContentTypesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the addCopyFromContentTypeHub method. /// + /// A public Command BuildAddCopyFromContentTypeHubNavCommand() { var command = new Command("add-copy-from-content-type-hub"); command.Description = "Provides operations to call the addCopyFromContentTypeHub method."; @@ -42,6 +43,7 @@ public Command BuildAddCopyFromContentTypeHubNavCommand() { /// /// Provides operations to call the addCopy method. /// + /// A public Command BuildAddCopyNavCommand() { var command = new Command("add-copy"); command.Description = "Provides operations to call the addCopy method."; @@ -57,6 +59,7 @@ public Command BuildAddCopyNavCommand() { /// /// Provides operations to manage the contentTypes property of the microsoft.graph.site entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -79,6 +82,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."; @@ -95,6 +99,7 @@ public Command BuildCountNavCommand() { /// Create a new [contentType][] in a [site][]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new [contentType][] in a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0"; @@ -150,6 +155,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the getCompatibleHubContentTypes method. /// + /// A public Command BuildGetCompatibleHubContentTypesNavCommand() { var command = new Command("get-compatible-hub-content-types"); command.Description = "Provides operations to call the getCompatibleHubContentTypes method."; @@ -166,6 +172,7 @@ public Command BuildGetCompatibleHubContentTypesNavCommand() { /// Get the collection of [contentType][contentType] resources in a [site][]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of [contentType][contentType] resources in a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0"; @@ -268,13 +275,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -282,6 +289,7 @@ public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Get the collection of [contentType][contentType] resources in a [site][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -298,6 +306,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new [contentType][] in a [site][]. /// + /// 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 @@ -308,7 +317,7 @@ public RequestInformation ToPostRequestInformation(ContentType 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}/groups/{group%2Did}/sites/{site%2Did}/contentTypes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/ContentTypes/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Count/CountRequestBuilder.cs index 087eaac69b..e618fd2214 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/$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}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs index 70d7f5e6bd..a24c543d8e 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs @@ -18,6 +18,7 @@ public class GetCompatibleHubContentTypesGetResponse : BaseCollectionPaginationC /// /// 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 new GetCompatibleHubContentTypesGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetCompatibleHubContentTypesGetResponse : BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ContentType.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs index 3c0fca51d5..6b903c4bfd 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetCompatibleHubContentTypesRequestBuilder : BaseCliRequestBuilder /// /// Invoke function getCompatibleHubContentTypes /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getCompatibleHubContentTypes"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetCompatibleHubContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetCompatibleHubContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/getCompatibleHubContentTypes(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetCompatibleHubContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/getCompatibleHubContentTypes(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetCompatibleHubContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetCompatibleHubContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/getCompatibleHubContentTypes(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetCompatibleHubContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/getCompatibleHubContentTypes(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getCompatibleHubContentTypes /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class GetCompatibleHubContentTypesRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs index ca136819c5..51f2d20913 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs @@ -19,7 +19,7 @@ public class AssociateWithHubSitesPostRequestBody : IAdditionalDataHolder, IPars /// The propagateToExistingLists property public bool? PropagateToExistingLists { get; set; } /// - /// Instantiates a new associateWithHubSitesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AssociateWithHubSitesPostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public AssociateWithHubSitesPostRequestBody() { /// /// 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 AssociateWithHubSitesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static AssociateWithHubSitesPostRequestBody CreateFromDiscriminatorValue( /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"hubSiteUrls", n => { HubSiteUrls = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs index 9c89731b39..1f89f0cc79 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssociateWithHubSitesRequestBuilder : BaseCliRequestBuilder { /// Associate a published [content type][contentType] present in a content type hub with a list of hub sites. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Associate a published [content type][contentType] present in a content type hub with a list of hub sites.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AssociateWithHubSitesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssociateWithHubSitesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/associateWithHubSites", pathParameters) { } /// - /// Instantiates a new AssociateWithHubSitesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssociateWithHubSitesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/associateWithHubSites", rawUrl) { @@ -85,6 +86,7 @@ public AssociateWithHubSitesRequestBuilder(string rawUrl) : base("{+baseurl}/gro /// /// Associate a published [content type][contentType] present in a content type hub with a list of hub sites. /// + /// 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/Groups/Item/Sites/Item/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs index 984ec219c3..2f75963fb7 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs @@ -22,6 +22,7 @@ public class BaseRequestBuilderEscaped : BaseCliRequestBuilder { /// /// Parent contentType from which this content type is derived. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Parent contentType from which this content type is derived."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new BaseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BaseRequestBuilderEscaped(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/base{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BaseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BaseRequestBuilderEscaped(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/base{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public BaseRequestBuilderEscaped(string rawUrl) : base("{+baseurl}/groups/{group /// /// Parent contentType from which this content type is derived. /// + /// 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/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs index c1ae2d116a..537f9a3ca8 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs @@ -24,6 +24,7 @@ public class BaseTypesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.Groups.Item.Sites.Item.ContentTypes.Item.BaseTypes.Item.ContentTypeItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The collection of content types that are ancestors of this content type. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of content types that are ancestors of this content type."; @@ -156,13 +159,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new BaseTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BaseTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/baseTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new BaseTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BaseTypesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/baseTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -170,6 +173,7 @@ public BaseTypesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// The collection of content types that are ancestors of this content type. /// + /// 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/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs index 962d56e129..8672be5058 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/baseTypes/$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}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/baseTypes/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs index 46d10aba0b..31c7ffeea8 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentTypeItemRequestBuilder : BaseCliRequestBuilder { /// /// The collection of content types that are ancestors of this content type. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of content types that are ancestors of this content type."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/baseTypes/{contentType%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/baseTypes/{contentType%2Did1}{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// The collection of content types that are ancestors of this content type. /// + /// 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/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs index 3099ebbb5e..94034a60f2 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnLinksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ColumnLinkItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to columnLinks for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to columnLinks for groups"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// /// The collection of columns that are required by this content type. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of columns that are required by this content type."; @@ -219,13 +223,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnLinksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnLinksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnLinks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnLinksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnLinksRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnLinks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -233,6 +237,7 @@ public ColumnLinksRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// The collection of columns that are required by this content type. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -249,6 +254,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to columnLinks for groups /// + /// 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 @@ -259,7 +265,7 @@ public RequestInformation ToPostRequestInformation(ColumnLink 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}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnLinks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs index 85d54eef04..285d24ba2d 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnLinks/$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}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnLinks/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs index 7d86141ec9..1bec03ebcb 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ColumnLinkItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property columnLinks for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property columnLinks for groups"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// The collection of columns that are required by this content type. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of columns that are required by this content type."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property columnLinks in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property columnLinks in groups"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ColumnLinkItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnLinkItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnLinkItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnLinkItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public ColumnLinkItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Delete navigation property columnLinks for groups /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of columns that are required by this content type. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property columnLinks in groups /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(ColumnLink 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}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs index c603aa8351..00f10ba8e3 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnPositionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ColumnDefinitionItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// Column order information in a content type. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Column order information in a content type."; @@ -156,13 +159,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnPositionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnPositionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnPositions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnPositionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnPositionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnPositions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -170,6 +173,7 @@ public ColumnPositionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Column order information in a content type. /// + /// 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/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs index 5135472f0d..4578da98e5 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnPositions/$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}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnPositions/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs index e4c3003243..20b9e83ad0 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Column order information in a content type. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Column order information in a content type."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnPositions/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnPositions/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/grou /// /// Column order information in a content type. /// + /// 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/Groups/Item/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs index aa272520af..2b1d4ff87b 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columns property of the microsoft.graph.contentType 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0"; @@ -115,6 +118,7 @@ public Command BuildCreateCommand() { /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"; @@ -223,13 +227,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -237,6 +241,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. /// + /// 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 @@ -263,7 +269,7 @@ public RequestInformation ToPostRequestInformation(ColumnDefinition body, Action public RequestInformation ToPostRequestInformation(ColumnDefinition 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}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs index 6f7641512b..a2604d43d4 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns/$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}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs index 692dc15901..2c5968402f 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0"; @@ -76,6 +77,7 @@ public Command BuildDeleteCommand() { /// Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"; @@ -145,6 +147,7 @@ public Command BuildGetCommand() { /// Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition]. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0"; @@ -212,6 +215,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. /// + /// A public Command BuildSourceColumnNavCommand() { var command = new Command("source-column"); command.Description = "Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity."; @@ -225,13 +229,13 @@ public Command BuildSourceColumnNavCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -239,6 +243,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/grou /// /// Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -247,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}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -255,6 +260,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -271,6 +277,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition]. /// + /// 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 @@ -281,7 +288,7 @@ public RequestInformation ToPatchRequestInformation(ColumnDefinition body, Actio public RequestInformation ToPatchRequestInformation(ColumnDefinition 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}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs index 3339862644..9004e4e8ef 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs @@ -22,6 +22,7 @@ public class SourceColumnRequestBuilder : BaseCliRequestBuilder { /// /// The source column for the content type column. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The source column for the content type column."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SourceColumnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// The source column for the content type column. /// + /// 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/Groups/Item/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.cs index 83705b5611..9c5031ebcb 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.cs @@ -32,6 +32,7 @@ public class ContentTypeItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the associateWithHubSites method. /// + /// A public Command BuildAssociateWithHubSitesNavCommand() { var command = new Command("associate-with-hub-sites"); command.Description = "Provides operations to call the associateWithHubSites method."; @@ -47,6 +48,7 @@ public Command BuildAssociateWithHubSitesNavCommand() { /// /// Provides operations to manage the base property of the microsoft.graph.contentType entity. /// + /// A public Command BuildBaseNavCommand() { var command = new Command("base"); command.Description = "Provides operations to manage the base property of the microsoft.graph.contentType entity."; @@ -62,6 +64,7 @@ public Command BuildBaseNavCommand() { /// /// Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. /// + /// A public Command BuildBaseTypesNavCommand() { var command = new Command("base-types"); command.Description = "Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity."; @@ -86,6 +89,7 @@ public Command BuildBaseTypesNavCommand() { /// /// Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. /// + /// A public Command BuildColumnLinksNavCommand() { var command = new Command("column-links"); command.Description = "Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity."; @@ -111,6 +115,7 @@ public Command BuildColumnLinksNavCommand() { /// /// Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. /// + /// A public Command BuildColumnPositionsNavCommand() { var command = new Command("column-positions"); command.Description = "Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity."; @@ -135,6 +140,7 @@ public Command BuildColumnPositionsNavCommand() { /// /// Provides operations to manage the columns property of the microsoft.graph.contentType entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.contentType entity."; @@ -160,6 +166,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to call the copyToDefaultContentLocation method. /// + /// A public Command BuildCopyToDefaultContentLocationNavCommand() { var command = new Command("copy-to-default-content-location"); command.Description = "Provides operations to call the copyToDefaultContentLocation method."; @@ -176,6 +183,7 @@ public Command BuildCopyToDefaultContentLocationNavCommand() { /// Remove a [content type][contentType] from a [list][] or a [site][]. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a [content type][contentType] from a [list][] or a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0"; @@ -222,6 +230,7 @@ public Command BuildDeleteCommand() { /// Retrieve the metadata for a [content type][contentType] in a [site][] or a [list][]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the metadata for a [content type][contentType] in a [site][] or a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0"; @@ -284,6 +293,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the isPublished method. /// + /// A public Command BuildIsPublishedNavCommand() { var command = new Command("is-published"); command.Description = "Provides operations to call the isPublished method."; @@ -300,6 +310,7 @@ public Command BuildIsPublishedNavCommand() { /// Update a [content type][contentType]. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update a [content type][contentType].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0"; @@ -361,6 +372,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."; @@ -376,6 +388,7 @@ public Command BuildPublishNavCommand() { /// /// Provides operations to call the unpublish method. /// + /// A public Command BuildUnpublishNavCommand() { var command = new Command("unpublish"); command.Description = "Provides operations to call the unpublish method."; @@ -389,13 +402,13 @@ public Command BuildUnpublishNavCommand() { return command; } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}{?%24expand,%24select}", rawUrl) { @@ -403,6 +416,7 @@ public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Remove a [content type][contentType] from a [list][] or a [site][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -411,7 +425,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -419,6 +433,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the metadata for a [content type][contentType] in a [site][] or a [list][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -435,6 +450,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update a [content type][contentType]. /// + /// 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 @@ -445,7 +461,7 @@ public RequestInformation ToPatchRequestInformation(ContentType 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}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs index ec0137f6df..ca57849f3f 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs @@ -26,7 +26,7 @@ public class CopyToDefaultContentLocationPostRequestBody : IAdditionalDataHolder public ItemReference SourceFile { get; set; } #endif /// - /// Instantiates a new copyToDefaultContentLocationPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToDefaultContentLocationPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public CopyToDefaultContentLocationPostRequestBody() { /// /// 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 CopyToDefaultContentLocationPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static CopyToDefaultContentLocationPostRequestBody CreateFromDiscriminato /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"destinationFileName", n => { DestinationFileName = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs index a5f4a542fc..7f1ade43c0 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs @@ -22,6 +22,7 @@ public class CopyToDefaultContentLocationRequestBuilder : BaseCliRequestBuilder /// Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToDefaultContentLocationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToDefaultContentLocationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/copyToDefaultContentLocation", pathParameters) { } /// - /// Instantiates a new CopyToDefaultContentLocationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToDefaultContentLocationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/copyToDefaultContentLocation", rawUrl) { @@ -85,6 +86,7 @@ public CopyToDefaultContentLocationRequestBuilder(string rawUrl) : base("{+baseu /// /// Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation. /// + /// 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/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs index f4662f8122..97810a2159 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs @@ -11,7 +11,7 @@ public class IsPublishedGetResponse : IAdditionalDataHolder, IParsable { /// The value property public bool? Value { get; set; } /// - /// Instantiates a new isPublishedGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public IsPublishedGetResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public IsPublishedGetResponse() { /// /// 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 IsPublishedGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static IsPublishedGetResponse 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/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs index 424e4afcd1..089ad14c8a 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs @@ -21,6 +21,7 @@ public class IsPublishedRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function isPublished /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function isPublished"; @@ -67,13 +68,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new IsPublishedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IsPublishedRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/isPublished()", pathParameters) { } /// - /// Instantiates a new IsPublishedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IsPublishedRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/isPublished()", rawUrl) { @@ -81,6 +82,7 @@ public IsPublishedRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Invoke function isPublished /// + /// 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/Groups/Item/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs index b205245a50..3e4e9e9da7 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs @@ -22,6 +22,7 @@ public class PublishRequestBuilder : BaseCliRequestBuilder { /// Publishes a [contentType][] present in the content type hub site. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Publishes a [contentType][] present in the content type hub site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0"; @@ -58,13 +59,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}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%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}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/publish", rawUrl) { @@ -72,6 +73,7 @@ public PublishRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Publishes a [contentType][] present in the content type hub site. /// + /// 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/Groups/Item/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs index 05f954cd26..f986f2393f 100644 --- a/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnpublishRequestBuilder : BaseCliRequestBuilder { /// Unpublish a [contentType][] from a content type hub site. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Unpublish a [contentType][] from a content type hub site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnpublishRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnpublishRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/unpublish", pathParameters) { } /// - /// Instantiates a new UnpublishRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnpublishRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/contentTypes/{contentType%2Did}/unpublish", rawUrl) { @@ -72,6 +73,7 @@ public UnpublishRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Unpublish a [contentType][] from a content type hub site. /// + /// 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/Groups/Item/Sites/Item/CreatedByUser/CreatedByUserRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/CreatedByUser/CreatedByUserRequestBuilder.cs index f0c72ebf28..eaf94cf869 100644 --- a/src/generated/Groups/Item/Sites/Item/CreatedByUser/CreatedByUserRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/CreatedByUser/CreatedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class CreatedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who created the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who created the item. Read-only."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -96,6 +98,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -115,13 +118,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/createdByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/createdByUser{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Identity of the user who created the item. 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 diff --git a/src/generated/Groups/Item/Sites/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index 7b6b289efe..ee0ca80bdc 100644 --- a/src/generated/Groups/Item/Sites/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -131,13 +133,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -145,6 +147,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,6 +164,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -171,7 +175,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/groups/{group%2Did}/sites/{site%2Did}/createdByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 0071a98f6c..12fca9c1ba 100644 --- a/src/generated/Groups/Item/Sites/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/CreatedByUser/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/createdByUser/serviceProvisioningErrors/$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}/groups/{group%2Did}/sites/{site%2Did}/createdByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 2cde3ec548..62718018de 100644 --- a/src/generated/Groups/Item/Sites/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Groups/Item/Sites/Item/Drive/DriveRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Drive/DriveRequestBuilder.cs index b7272fc396..b557ae1534 100644 --- a/src/generated/Groups/Item/Sites/Item/Drive/DriveRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Drive/DriveRequestBuilder.cs @@ -22,6 +22,7 @@ public class DriveRequestBuilder : BaseCliRequestBuilder { /// /// The default drive (document library) for this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The default drive (document library) for this site."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/drive{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/drive{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// The default drive (document library) for this site. /// + /// 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/Groups/Item/Sites/Item/Drives/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Drives/Count/CountRequestBuilder.cs index c3157a93ae..8722e3a33e 100644 --- a/src/generated/Groups/Item/Sites/Item/Drives/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Drives/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/drives/$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}/groups/{group%2Did}/sites/{site%2Did}/drives/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Drives/DrivesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Drives/DrivesRequestBuilder.cs index 6843ff6f7b..433cd93c75 100644 --- a/src/generated/Groups/Item/Sites/Item/Drives/DrivesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Drives/DrivesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DrivesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the drives property of the microsoft.graph.site entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DriveItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The collection of drives (document libraries) under this site. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of drives (document libraries) under this site."; @@ -150,13 +153,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DrivesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DrivesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DrivesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DrivesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -164,6 +167,7 @@ public DrivesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The collection of drives (document libraries) under this site. /// + /// 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/Groups/Item/Sites/Item/Drives/Item/DriveItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Drives/Item/DriveItemRequestBuilder.cs index 340bdf2dfc..8637ca852c 100644 --- a/src/generated/Groups/Item/Sites/Item/Drives/Item/DriveItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Drives/Item/DriveItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DriveItemRequestBuilder : BaseCliRequestBuilder { /// /// The collection of drives (document libraries) under this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of drives (document libraries) under this site."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/drives/{drive%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/drives/{drive%2Did}{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// The collection of drives (document libraries) under this site. /// + /// 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/Groups/Item/Sites/Item/ExternalColumns/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ExternalColumns/Count/CountRequestBuilder.cs index 38100b22ec..23dd84e3ff 100644 --- a/src/generated/Groups/Item/Sites/Item/ExternalColumns/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ExternalColumns/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/externalColumns/$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}/groups/{group%2Did}/sites/{site%2Did}/externalColumns/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/ExternalColumns/ExternalColumnsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ExternalColumns/ExternalColumnsRequestBuilder.cs index 7f300b8948..66c48206f1 100644 --- a/src/generated/Groups/Item/Sites/Item/ExternalColumns/ExternalColumnsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ExternalColumns/ExternalColumnsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExternalColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the externalColumns property of the microsoft.graph.site entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ColumnDefinitionItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// Get externalColumns from groups /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get externalColumns from groups"; @@ -150,13 +153,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExternalColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExternalColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/externalColumns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExternalColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExternalColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/externalColumns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -164,6 +167,7 @@ public ExternalColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Get externalColumns from groups /// + /// 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/Groups/Item/Sites/Item/ExternalColumns/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/ExternalColumns/Item/ColumnDefinitionItemRequestBuilder.cs index a74bd6d2dd..763a249f46 100644 --- a/src/generated/Groups/Item/Sites/Item/ExternalColumns/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/ExternalColumns/Item/ColumnDefinitionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Get externalColumns from groups /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get externalColumns from groups"; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/externalColumns/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/externalColumns/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/grou /// /// Get externalColumns from groups /// + /// 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/Groups/Item/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs b/src/generated/Groups/Item/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs index 1d9be1bb37..3abf8dbf9c 100644 --- a/src/generated/Groups/Item/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs +++ b/src/generated/Groups/Item/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs @@ -18,6 +18,7 @@ public class GetActivitiesByIntervalGetResponse : BaseCollectionPaginationCountR /// /// 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 new GetActivitiesByIntervalGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetActivitiesByIntervalGetResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivityStat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs index 21112ce91e..09d4cb2be3 100644 --- a/src/generated/Groups/Item/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetActivitiesByIntervalRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function getActivitiesByInterval /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getActivitiesByInterval"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetActivitiesByIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getActivitiesByInterval(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetActivitiesByIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getActivitiesByInterval(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetActivitiesByIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getActivitiesByInterval(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetActivitiesByIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getActivitiesByInterval(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getActivitiesByInterval /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class GetActivitiesByIntervalRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Groups/Item/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs b/src/generated/Groups/Item/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs index 43cf655e6e..ef88bbc67b 100644 --- a/src/generated/Groups/Item/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs +++ b/src/generated/Groups/Item/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs @@ -18,6 +18,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// 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 new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivityStat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs index a7ef86c54d..632e4dc977 100644 --- a/src/generated/Groups/Item/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// Invoke function getActivitiesByInterval /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getActivitiesByInterval"; @@ -74,6 +75,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -93,6 +99,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -109,6 +116,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); @@ -134,20 +142,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getActivitiesByInterval /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -168,6 +177,16 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Groups/Item/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdGetResponse.cs b/src/generated/Groups/Item/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdGetResponse.cs index 83bf757b81..a971d24e2b 100644 --- a/src/generated/Groups/Item/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdGetResponse.cs +++ b/src/generated/Groups/Item/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdGetResponse.cs @@ -18,6 +18,7 @@ public class GetApplicableContentTypesForListWithListIdGetResponse : BaseCollect /// /// 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 new GetApplicableContentTypesForListWithListIdGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetApplicableContentTypesForListWithListIdGetResponse : BaseCollect /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ContentType.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs index 4d0c372072..034d4f8a91 100644 --- a/src/generated/Groups/Item/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetApplicableContentTypesForListWithListIdRequestBuilder : BaseCliR /// /// Invoke function getApplicableContentTypesForList /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getApplicableContentTypesForList"; @@ -66,6 +67,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -83,6 +89,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -99,6 +106,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); @@ -122,20 +130,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetApplicableContentTypesForListWithListIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetApplicableContentTypesForListWithListIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getApplicableContentTypesForList(listId='{listId}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetApplicableContentTypesForListWithListIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getApplicableContentTypesForList(listId='{listId}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetApplicableContentTypesForListWithListIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetApplicableContentTypesForListWithListIdRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getApplicableContentTypesForList(listId='{listId}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetApplicableContentTypesForListWithListIdRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getApplicableContentTypesForList(listId='{listId}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getApplicableContentTypesForList /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -156,6 +165,16 @@ public class GetApplicableContentTypesForListWithListIdRequestBuilderGetQueryPar /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Analytics/AnalyticsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Analytics/AnalyticsRequestBuilder.cs index 237bc5ffbe..7673210d87 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Analytics/AnalyticsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Analytics/AnalyticsRequestBuilder.cs @@ -22,6 +22,7 @@ public class AnalyticsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property analytics for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property analytics for groups"; @@ -33,6 +34,10 @@ public Command BuildDeleteCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -41,6 +46,7 @@ public Command BuildDeleteCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -48,6 +54,7 @@ public Command BuildDeleteCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -61,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Analytics about the view activities that took place in this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Analytics about the view activities that took place in this site."; @@ -72,6 +80,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -89,6 +101,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -103,6 +116,7 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -117,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property analytics in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property analytics in groups"; @@ -128,6 +143,10 @@ public Command BuildPatchCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -139,6 +158,7 @@ public Command BuildPatchCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -157,6 +177,7 @@ public Command BuildPatchCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -170,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AnalyticsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/analytics{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/analytics{?%24expand,%24select}", rawUrl) { @@ -184,6 +205,7 @@ public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Delete navigation property analytics for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,7 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/analytics", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Analytics about the view activities that took place in this site. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property analytics in groups /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(ItemAnalytics 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/analytics", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.cs index 863c1951bd..3e44d530d8 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0"; @@ -34,6 +35,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -78,6 +83,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -106,6 +112,7 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -128,6 +135,7 @@ public Command BuildGetCommand() { /// Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0"; @@ -139,6 +147,10 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -150,6 +162,7 @@ public Command BuildPostCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -168,6 +181,7 @@ public Command BuildPostCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -181,13 +195,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -195,6 +209,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,6 +226,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition]. /// + /// 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 @@ -221,7 +237,7 @@ public RequestInformation ToPostRequestInformation(ColumnDefinition body, Action public RequestInformation ToPostRequestInformation(ColumnDefinition 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.cs index ad1d72f19a..81e511e01e 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentTypesRequestBuilder : BaseCliRequestBuilder { /// Get the collection of [contentType][contentType] resources in a [site][]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the collection of [contentType][contentType] resources in a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0"; @@ -34,6 +35,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -78,6 +83,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -106,6 +112,7 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -128,6 +135,7 @@ public Command BuildGetCommand() { /// Create a new [contentType][] in a [site][]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a new [contentType][] in a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0"; @@ -139,6 +147,10 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -150,6 +162,7 @@ public Command BuildPostCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -168,6 +181,7 @@ public Command BuildPostCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -181,13 +195,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -195,6 +209,7 @@ public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Get the collection of [contentType][contentType] resources in a [site][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,6 +226,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new [contentType][] in a [site][]. /// + /// 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 @@ -221,7 +237,7 @@ public RequestInformation ToPostRequestInformation(ContentType 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/contentTypes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/CreatedByUser/CreatedByUserRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/CreatedByUser/CreatedByUserRequestBuilder.cs index 6a201e1518..7e9544cbc3 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/CreatedByUser/CreatedByUserRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/CreatedByUser/CreatedByUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class CreatedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who created the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who created the item. Read-only."; @@ -33,6 +34,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -50,6 +55,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -64,6 +70,7 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -76,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/createdByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/createdByUser{?%24expand,%24select}", rawUrl) { @@ -90,6 +97,7 @@ public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Identity of the user who created the item. 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 diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Drive/DriveRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Drive/DriveRequestBuilder.cs index 683cf1f059..71be84df88 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Drive/DriveRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Drive/DriveRequestBuilder.cs @@ -22,6 +22,7 @@ public class DriveRequestBuilder : BaseCliRequestBuilder { /// /// The default drive (document library) for this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The default drive (document library) for this site."; @@ -33,6 +34,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -50,6 +55,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -64,6 +70,7 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -76,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/drive{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/drive{?%24expand,%24select}", rawUrl) { @@ -90,6 +97,7 @@ public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// The default drive (document library) for this site. /// + /// 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/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.cs index 1c17dda0e1..144bfc35b6 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.cs @@ -22,6 +22,7 @@ public class DrivesRequestBuilder : BaseCliRequestBuilder { /// /// The collection of drives (document libraries) under this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of drives (document libraries) under this site."; @@ -33,6 +34,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -77,6 +82,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -105,6 +111,7 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -124,13 +131,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DrivesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DrivesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DrivesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DrivesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -138,6 +145,7 @@ public DrivesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The collection of drives (document libraries) under this site. /// + /// 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/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.cs index d26d44341c..1b33ec374f 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExternalColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Get externalColumns from groups /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get externalColumns from groups"; @@ -33,6 +34,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -77,6 +82,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -105,6 +111,7 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -124,13 +131,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ExternalColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExternalColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/externalColumns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExternalColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExternalColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/externalColumns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -138,6 +145,7 @@ public ExternalColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Get externalColumns from groups /// + /// 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/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs index b7c95d109a..1b942c3b17 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs @@ -18,6 +18,7 @@ public class GetActivitiesByIntervalGetResponse : BaseCollectionPaginationCountR /// /// 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 new GetActivitiesByIntervalGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetActivitiesByIntervalGetResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivityStat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs index b31c4e126a..4bfba72e0d 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetActivitiesByIntervalRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function getActivitiesByInterval /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getActivitiesByInterval"; @@ -32,6 +33,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -62,6 +67,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -71,6 +81,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -78,6 +89,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,9 +106,11 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -116,20 +130,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetActivitiesByIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getActivitiesByInterval(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetActivitiesByIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getActivitiesByInterval(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetActivitiesByIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getActivitiesByInterval(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetActivitiesByIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getActivitiesByInterval(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getActivitiesByInterval /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +165,16 @@ public class GetActivitiesByIntervalRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs index cddf15e73d..2ed6d235b9 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs @@ -18,6 +18,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// 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 new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivityStat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs index 6de457454e..cf2c0b058d 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// Invoke function getActivitiesByInterval /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getActivitiesByInterval"; @@ -32,6 +33,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var startDateTimeOption = new Option("--start-date-time", description: "Usage: startDateTime='{startDateTime}'") { }; startDateTimeOption.IsRequired = true; @@ -74,6 +79,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -83,6 +93,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var startDateTime = invocationContext.ParseResult.GetValueForOption(startDateTimeOption); var endDateTime = invocationContext.ParseResult.GetValueForOption(endDateTimeOption); var interval = invocationContext.ParseResult.GetValueForOption(intervalOption); @@ -93,6 +104,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -109,9 +121,11 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); if (startDateTime is not null) requestInfo.PathParameters.Add("startDateTime", startDateTime); if (endDateTime is not null) requestInfo.PathParameters.Add("endDateTime", endDateTime); if (interval is not null) requestInfo.PathParameters.Add("interval", interval); @@ -134,20 +148,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getActivitiesByInterval /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -168,6 +183,16 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdGetResponse.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdGetResponse.cs index 999a0f2bff..0228fcba9a 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdGetResponse.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdGetResponse.cs @@ -18,6 +18,7 @@ public class GetApplicableContentTypesForListWithListIdGetResponse : BaseCollect /// /// 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 new GetApplicableContentTypesForListWithListIdGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetApplicableContentTypesForListWithListIdGetResponse : BaseCollect /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ContentType.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs index 2f3607857f..9483f30f30 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetApplicableContentTypesForListWithListIdRequestBuilder : BaseCliR /// /// Invoke function getApplicableContentTypesForList /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getApplicableContentTypesForList"; @@ -32,6 +33,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var listIdOption = new Option("--list-id", description: "Usage: listId='{listId}'") { }; listIdOption.IsRequired = true; @@ -66,6 +71,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -75,6 +85,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var listId = invocationContext.ParseResult.GetValueForOption(listIdOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); @@ -83,6 +94,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -99,9 +111,11 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); if (listId is not null) requestInfo.PathParameters.Add("listId", listId); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -122,20 +136,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetApplicableContentTypesForListWithListIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetApplicableContentTypesForListWithListIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetApplicableContentTypesForListWithListIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetApplicableContentTypesForListWithListIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetApplicableContentTypesForListWithListIdRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetApplicableContentTypesForListWithListIdRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getApplicableContentTypesForList /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -156,6 +171,16 @@ public class GetApplicableContentTypesForListWithListIdRequestBuilderGetQueryPar /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Analytics/AnalyticsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Analytics/AnalyticsRequestBuilder.cs index ff787ab42b..e7ffdd24fd 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Analytics/AnalyticsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Analytics/AnalyticsRequestBuilder.cs @@ -22,6 +22,7 @@ public class AnalyticsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property analytics for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property analytics for groups"; @@ -33,6 +34,14 @@ public Command BuildDeleteCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -41,6 +50,8 @@ public Command BuildDeleteCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -48,6 +59,8 @@ public Command BuildDeleteCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -61,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Analytics about the view activities that took place in this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Analytics about the view activities that took place in this site."; @@ -72,6 +86,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -89,6 +111,8 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -103,6 +127,8 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -117,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property analytics in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property analytics in groups"; @@ -128,6 +155,14 @@ public Command BuildPatchCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -139,6 +174,8 @@ public Command BuildPatchCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -157,6 +194,8 @@ public Command BuildPatchCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -170,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AnalyticsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/analytics{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/analytics{?%24expand,%24select}", rawUrl) { @@ -184,6 +223,7 @@ public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Delete navigation property analytics for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/analytics", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Analytics about the view activities that took place in this site. /// + /// 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 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property analytics in groups /// + /// 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 +268,7 @@ public RequestInformation ToPatchRequestInformation(ItemAnalytics 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/analytics", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Columns/ColumnsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Columns/ColumnsRequestBuilder.cs index 6f11590fa3..71fa2f6264 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Columns/ColumnsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0"; @@ -34,6 +35,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -78,6 +87,8 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -106,6 +117,8 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -128,6 +141,7 @@ public Command BuildGetCommand() { /// Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0"; @@ -139,6 +153,14 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -150,6 +172,8 @@ public Command BuildPostCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -168,6 +192,8 @@ public Command BuildPostCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -181,13 +207,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -195,6 +221,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,6 +238,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition]. /// + /// 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 @@ -221,7 +249,7 @@ public RequestInformation ToPostRequestInformation(ColumnDefinition body, Action public RequestInformation ToPostRequestInformation(ColumnDefinition 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/ContentTypes/ContentTypesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/ContentTypes/ContentTypesRequestBuilder.cs index 7a6d94fa84..06c7424d1c 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/ContentTypes/ContentTypesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/ContentTypes/ContentTypesRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentTypesRequestBuilder : BaseCliRequestBuilder { /// Get the collection of [contentType][contentType] resources in a [site][]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the collection of [contentType][contentType] resources in a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0"; @@ -34,6 +35,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -78,6 +87,8 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -106,6 +117,8 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -128,6 +141,7 @@ public Command BuildGetCommand() { /// Create a new [contentType][] in a [site][]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a new [contentType][] in a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0"; @@ -139,6 +153,14 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -150,6 +172,8 @@ public Command BuildPostCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -168,6 +192,8 @@ public Command BuildPostCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -181,13 +207,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -195,6 +221,7 @@ public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Get the collection of [contentType][contentType] resources in a [site][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,6 +238,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new [contentType][] in a [site][]. /// + /// 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 @@ -221,7 +249,7 @@ public RequestInformation ToPostRequestInformation(ContentType 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/contentTypes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/CreatedByUser/CreatedByUserRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/CreatedByUser/CreatedByUserRequestBuilder.cs index 8ffdc40d07..7ff92a7c0c 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/CreatedByUser/CreatedByUserRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/CreatedByUser/CreatedByUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class CreatedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who created the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who created the item. Read-only."; @@ -33,6 +34,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -50,6 +59,8 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -64,6 +75,8 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -76,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/createdByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/createdByUser{?%24expand,%24select}", rawUrl) { @@ -90,6 +103,7 @@ public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Identity of the user who created the item. 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 diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Drive/DriveRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Drive/DriveRequestBuilder.cs index 0a22f00a7e..0a7ba2804a 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Drive/DriveRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Drive/DriveRequestBuilder.cs @@ -22,6 +22,7 @@ public class DriveRequestBuilder : BaseCliRequestBuilder { /// /// The default drive (document library) for this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The default drive (document library) for this site."; @@ -33,6 +34,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -50,6 +59,8 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -64,6 +75,8 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -76,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/drive{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/drive{?%24expand,%24select}", rawUrl) { @@ -90,6 +103,7 @@ public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// The default drive (document library) for this site. /// + /// 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/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Drives/DrivesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Drives/DrivesRequestBuilder.cs index cf355df79e..cffc1ab440 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Drives/DrivesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Drives/DrivesRequestBuilder.cs @@ -22,6 +22,7 @@ public class DrivesRequestBuilder : BaseCliRequestBuilder { /// /// The collection of drives (document libraries) under this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of drives (document libraries) under this site."; @@ -33,6 +34,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -77,6 +86,8 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -105,6 +116,8 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -124,13 +137,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DrivesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DrivesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DrivesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DrivesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -138,6 +151,7 @@ public DrivesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The collection of drives (document libraries) under this site. /// + /// 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/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/ExternalColumns/ExternalColumnsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/ExternalColumns/ExternalColumnsRequestBuilder.cs index 3aacc3733c..0305971f24 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/ExternalColumns/ExternalColumnsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/ExternalColumns/ExternalColumnsRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExternalColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Get externalColumns from groups /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get externalColumns from groups"; @@ -33,6 +34,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -77,6 +86,8 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -105,6 +116,8 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -124,13 +137,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ExternalColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExternalColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/externalColumns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExternalColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExternalColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/externalColumns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -138,6 +151,7 @@ public ExternalColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Get externalColumns from groups /// + /// 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/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/GetByPathWithPath1RequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/GetByPathWithPath1RequestBuilder.cs index 0ca5d9e519..4c4a835af6 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/GetByPathWithPath1RequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/GetByPathWithPath1RequestBuilder.cs @@ -38,6 +38,7 @@ public class GetByPathWithPath1RequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the analytics property of the microsoft.graph.site entity. /// + /// A public Command BuildAnalyticsNavCommand() { var command = new Command("analytics"); command.Description = "Provides operations to manage the analytics property of the microsoft.graph.site entity."; @@ -55,6 +56,7 @@ public Command BuildAnalyticsNavCommand() { /// /// Provides operations to manage the columns property of the microsoft.graph.site entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.site entity."; @@ -71,6 +73,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to manage the contentTypes property of the microsoft.graph.site entity. /// + /// A public Command BuildContentTypesNavCommand() { var command = new Command("content-types"); command.Description = "Provides operations to manage the contentTypes property of the microsoft.graph.site entity."; @@ -87,6 +90,7 @@ public Command BuildContentTypesNavCommand() { /// /// Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildCreatedByUserNavCommand() { var command = new Command("created-by-user"); command.Description = "Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity."; @@ -102,6 +106,7 @@ public Command BuildCreatedByUserNavCommand() { /// /// Provides operations to manage the drive property of the microsoft.graph.site entity. /// + /// A public Command BuildDriveNavCommand() { var command = new Command("drive"); command.Description = "Provides operations to manage the drive property of the microsoft.graph.site entity."; @@ -117,6 +122,7 @@ public Command BuildDriveNavCommand() { /// /// Provides operations to manage the drives property of the microsoft.graph.site entity. /// + /// A public Command BuildDrivesNavCommand() { var command = new Command("drives"); command.Description = "Provides operations to manage the drives property of the microsoft.graph.site entity."; @@ -132,6 +138,7 @@ public Command BuildDrivesNavCommand() { /// /// Provides operations to manage the externalColumns property of the microsoft.graph.site entity. /// + /// A public Command BuildExternalColumnsNavCommand() { var command = new Command("external-columns"); command.Description = "Provides operations to manage the externalColumns property of the microsoft.graph.site entity."; @@ -147,6 +154,7 @@ public Command BuildExternalColumnsNavCommand() { /// /// Invoke function getByPath /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getByPath"; @@ -158,6 +166,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { }; path1Option.IsRequired = true; @@ -169,6 +181,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -180,6 +193,7 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -195,6 +209,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the items property of the microsoft.graph.site entity. /// + /// A public Command BuildItemsNavCommand() { var command = new Command("items"); command.Description = "Provides operations to manage the items property of the microsoft.graph.site entity."; @@ -210,6 +225,7 @@ public Command BuildItemsNavCommand() { /// /// Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildLastModifiedByUserNavCommand() { var command = new Command("last-modified-by-user"); command.Description = "Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity."; @@ -225,6 +241,7 @@ public Command BuildLastModifiedByUserNavCommand() { /// /// Provides operations to manage the lists property of the microsoft.graph.site entity. /// + /// A public Command BuildListsNavCommand() { var command = new Command("lists"); command.Description = "Provides operations to manage the lists property of the microsoft.graph.site entity."; @@ -241,6 +258,7 @@ public Command BuildListsNavCommand() { /// /// Provides operations to manage the onenote property of the microsoft.graph.site entity. /// + /// A public Command BuildOnenoteNavCommand() { var command = new Command("onenote"); command.Description = "Provides operations to manage the onenote property of the microsoft.graph.site entity."; @@ -258,6 +276,7 @@ public Command BuildOnenoteNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.site entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.site entity."; @@ -274,6 +293,7 @@ public Command BuildOperationsNavCommand() { /// /// Provides operations to manage the permissions property of the microsoft.graph.site entity. /// + /// A public Command BuildPermissionsNavCommand() { var command = new Command("permissions"); command.Description = "Provides operations to manage the permissions property of the microsoft.graph.site entity."; @@ -290,6 +310,7 @@ public Command BuildPermissionsNavCommand() { /// /// Provides operations to manage the sites property of the microsoft.graph.site entity. /// + /// A public Command BuildSitesNavCommand() { var command = new Command("sites"); command.Description = "Provides operations to manage the sites property of the microsoft.graph.site entity."; @@ -305,6 +326,7 @@ public Command BuildSitesNavCommand() { /// /// Provides operations to manage the termStore property of the microsoft.graph.site entity. /// + /// A public Command BuildTermStoreNavCommand() { var command = new Command("term-store"); command.Description = "Provides operations to manage the termStore property of the microsoft.graph.site entity."; @@ -322,6 +344,7 @@ public Command BuildTermStoreNavCommand() { /// /// Provides operations to manage the termStores property of the microsoft.graph.site entity. /// + /// A public Command BuildTermStoresNavCommand() { var command = new Command("term-stores"); command.Description = "Provides operations to manage the termStores property of the microsoft.graph.site entity."; @@ -336,13 +359,13 @@ public Command BuildTermStoresNavCommand() { return command; } /// - /// Instantiates a new GetByPathWithPath1RequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetByPathWithPath1RequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')", pathParameters) { } /// - /// Instantiates a new GetByPathWithPath1RequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetByPathWithPath1RequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')", rawUrl) { @@ -350,6 +373,7 @@ public GetByPathWithPath1RequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Invoke function getByPath /// + /// 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/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Items/ItemsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Items/ItemsRequestBuilder.cs index 51c471ac07..9741d34e6e 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Items/ItemsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Items/ItemsRequestBuilder.cs @@ -22,6 +22,7 @@ public class ItemsRequestBuilder : BaseCliRequestBuilder { /// /// Used to address any item contained in this site. This collection can't be enumerated. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Used to address any item contained in this site. This collection can't be enumerated."; @@ -33,6 +34,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -77,6 +86,8 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -105,6 +116,8 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -124,13 +137,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -138,6 +151,7 @@ public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Used to address any item contained in this site. This collection can't be enumerated. /// + /// 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/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs index abcf3186ba..35ee14ce0e 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class LastModifiedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who last modified the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who last modified the item. Read-only."; @@ -33,6 +34,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -50,6 +59,8 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -64,6 +75,8 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -76,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/lastModifiedByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/lastModifiedByUser{?%24expand,%24select}", rawUrl) { @@ -90,6 +103,7 @@ public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Identity of the user who last modified the item. 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 diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Lists/ListsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Lists/ListsRequestBuilder.cs index e90c0aaec1..836ba3618e 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Lists/ListsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Lists/ListsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ListsRequestBuilder : BaseCliRequestBuilder { /// Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0"; @@ -34,6 +35,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -78,6 +87,8 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -106,6 +117,8 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -128,6 +141,7 @@ public Command BuildGetCommand() { /// Create a new [list][] in a [site][]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a new [list][] in a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0"; @@ -139,6 +153,14 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -150,6 +172,8 @@ public Command BuildPostCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -168,6 +192,8 @@ public Command BuildPostCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -181,13 +207,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ListsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/lists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ListsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/lists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -195,6 +221,7 @@ public ListsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,6 +238,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new [list][] in a [site][]. /// + /// 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 @@ -221,7 +249,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.List body, Acti public RequestInformation ToPostRequestInformation(ApiSdk.Models.List 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Onenote/OnenoteRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Onenote/OnenoteRequestBuilder.cs index 0e15acb2b8..1ceca24a91 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Onenote/OnenoteRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Onenote/OnenoteRequestBuilder.cs @@ -22,6 +22,7 @@ public class OnenoteRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property onenote for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property onenote for groups"; @@ -33,6 +34,14 @@ public Command BuildDeleteCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -41,6 +50,8 @@ public Command BuildDeleteCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -48,6 +59,8 @@ public Command BuildDeleteCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -61,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Calls the OneNote service for notebook related operations. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Calls the OneNote service for notebook related operations."; @@ -72,6 +86,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -89,6 +111,8 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -103,6 +127,8 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -117,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property onenote in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property onenote in groups"; @@ -128,6 +155,14 @@ public Command BuildPatchCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -139,6 +174,8 @@ public Command BuildPatchCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -157,6 +194,8 @@ public Command BuildPatchCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -170,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote{?%24expand,%24select}", rawUrl) { @@ -184,6 +223,7 @@ public OnenoteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Delete navigation property onenote for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Calls the OneNote service for notebook related operations. /// + /// 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 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property onenote in groups /// + /// 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 +268,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Onenote body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Onenote 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Operations/OperationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Operations/OperationsRequestBuilder.cs index cf5ac36c0d..64767139f3 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Operations/OperationsRequestBuilder.cs @@ -23,6 +23,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// Get a list of rich long-running operations associated with a site. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a list of rich long-running operations associated with a site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0"; @@ -34,6 +35,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -78,6 +87,8 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -106,6 +117,8 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -127,6 +140,7 @@ public Command BuildGetCommand() { /// /// Create new navigation property to operations for groups /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create new navigation property to operations for groups"; @@ -138,6 +152,14 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -149,6 +171,8 @@ public Command BuildPostCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -167,6 +191,8 @@ public Command BuildPostCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -180,13 +206,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -194,6 +220,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get a list of rich long-running operations associated with a site. /// + /// 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,6 +237,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for groups /// + /// 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 @@ -220,7 +248,7 @@ public RequestInformation ToPostRequestInformation(RichLongRunningOperation body public RequestInformation ToPostRequestInformation(RichLongRunningOperation 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Permissions/PermissionsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Permissions/PermissionsRequestBuilder.cs index 7db38e6e1f..afa9b30ec5 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Permissions/PermissionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Permissions/PermissionsRequestBuilder.cs @@ -23,6 +23,7 @@ public class PermissionsRequestBuilder : BaseCliRequestBuilder { /// Get the permission resources from the permissions navigation property on a site. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the permission resources from the permissions navigation property on a site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0"; @@ -34,6 +35,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -78,6 +87,8 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -106,6 +117,8 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -128,6 +141,7 @@ public Command BuildGetCommand() { /// Create a new permission object on a site. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a new permission object on a site. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0"; @@ -139,6 +153,14 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -150,6 +172,8 @@ public Command BuildPostCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -168,6 +192,8 @@ public Command BuildPostCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -181,13 +207,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PermissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermissionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PermissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermissionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -195,6 +221,7 @@ public PermissionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Get the permission resources from the permissions navigation property on a site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,6 +238,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new permission object on a site. /// + /// 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 @@ -221,7 +249,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.Permission body public RequestInformation ToPostRequestInformation(ApiSdk.Models.Permission 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Sites/SitesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Sites/SitesRequestBuilder.cs index 05ff71bf36..e036014bff 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Sites/SitesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Sites/SitesRequestBuilder.cs @@ -23,6 +23,7 @@ public class SitesRequestBuilder : BaseCliRequestBuilder { /// Get a collection of subsites defined for a [site][]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a collection of subsites defined for a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0"; @@ -34,6 +35,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -78,6 +87,8 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -106,6 +117,8 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -125,13 +138,13 @@ public Command BuildGetCommand() { 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/sites{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -139,6 +152,7 @@ public SitesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Get a collection of subsites defined for a [site][]. /// + /// 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/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/TermStore/TermStoreRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/TermStore/TermStoreRequestBuilder.cs index a6ab62f93d..77a6d985ad 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/TermStore/TermStoreRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/TermStore/TermStoreRequestBuilder.cs @@ -22,6 +22,7 @@ public class TermStoreRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property termStore for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property termStore for groups"; @@ -33,6 +34,14 @@ public Command BuildDeleteCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -41,6 +50,8 @@ public Command BuildDeleteCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -48,6 +59,8 @@ public Command BuildDeleteCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -62,6 +75,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a store object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a store object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0"; @@ -73,6 +87,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -90,6 +112,8 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -104,6 +128,8 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -119,6 +145,7 @@ public Command BuildGetCommand() { /// Update the properties of a store object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a store object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0"; @@ -130,6 +157,14 @@ public Command BuildPatchCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -141,6 +176,8 @@ public Command BuildPatchCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -159,6 +196,8 @@ public Command BuildPatchCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -172,13 +211,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TermStoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermStoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermStoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermStoreRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore{?%24expand,%24select}", rawUrl) { @@ -186,6 +225,7 @@ public TermStoreRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Delete navigation property termStore for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -194,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -202,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a store 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 @@ -218,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a store 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 @@ -228,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(Store 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/TermStores/TermStoresRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/TermStores/TermStoresRequestBuilder.cs index d930d835d4..2aafebd5da 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/TermStores/TermStoresRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPath1/TermStores/TermStoresRequestBuilder.cs @@ -22,6 +22,7 @@ public class TermStoresRequestBuilder : BaseCliRequestBuilder { /// /// The collection of termStores under this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of termStores under this site."; @@ -33,6 +34,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -77,6 +86,8 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -105,6 +116,8 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -126,6 +139,7 @@ public Command BuildGetCommand() { /// /// Create new navigation property to termStores for groups /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create new navigation property to termStores for groups"; @@ -137,6 +151,14 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -148,6 +170,8 @@ public Command BuildPostCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -166,6 +190,8 @@ public Command BuildPostCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -179,13 +205,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TermStoresRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermStoresRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TermStoresRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermStoresRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -193,6 +219,7 @@ public TermStoresRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// The collection of termStores under this site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -209,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to termStores for groups /// + /// 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 @@ -219,7 +247,7 @@ public RequestInformation ToPostRequestInformation(Store 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPathRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPathRequestBuilder.cs index ddc5e038b4..9fc22572b8 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPathRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/GetByPathWithPathRequestBuilder.cs @@ -42,6 +42,7 @@ public class GetByPathWithPathRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the analytics property of the microsoft.graph.site entity. /// + /// A public Command BuildAnalyticsNavCommand() { var command = new Command("analytics"); command.Description = "Provides operations to manage the analytics property of the microsoft.graph.site entity."; @@ -59,6 +60,7 @@ public Command BuildAnalyticsNavCommand() { /// /// Provides operations to manage the columns property of the microsoft.graph.site entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.site entity."; @@ -75,6 +77,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to manage the contentTypes property of the microsoft.graph.site entity. /// + /// A public Command BuildContentTypesNavCommand() { var command = new Command("content-types"); command.Description = "Provides operations to manage the contentTypes property of the microsoft.graph.site entity."; @@ -91,6 +94,7 @@ public Command BuildContentTypesNavCommand() { /// /// Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildCreatedByUserNavCommand() { var command = new Command("created-by-user"); command.Description = "Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity."; @@ -106,6 +110,7 @@ public Command BuildCreatedByUserNavCommand() { /// /// Provides operations to manage the drive property of the microsoft.graph.site entity. /// + /// A public Command BuildDriveNavCommand() { var command = new Command("drive"); command.Description = "Provides operations to manage the drive property of the microsoft.graph.site entity."; @@ -121,6 +126,7 @@ public Command BuildDriveNavCommand() { /// /// Provides operations to manage the drives property of the microsoft.graph.site entity. /// + /// A public Command BuildDrivesNavCommand() { var command = new Command("drives"); command.Description = "Provides operations to manage the drives property of the microsoft.graph.site entity."; @@ -136,6 +142,7 @@ public Command BuildDrivesNavCommand() { /// /// Provides operations to manage the externalColumns property of the microsoft.graph.site entity. /// + /// A public Command BuildExternalColumnsNavCommand() { var command = new Command("external-columns"); command.Description = "Provides operations to manage the externalColumns property of the microsoft.graph.site entity."; @@ -151,6 +158,7 @@ public Command BuildExternalColumnsNavCommand() { /// /// Provides operations to call the getActivitiesByInterval method. /// + /// A public Command BuildGetActivitiesByIntervalNavCommand() { var command = new Command("get-activities-by-interval"); command.Description = "Provides operations to call the getActivitiesByInterval method."; @@ -166,6 +174,7 @@ public Command BuildGetActivitiesByIntervalNavCommand() { /// /// Provides operations to call the getActivitiesByInterval method. /// + /// A public Command BuildGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRbCommand() { var command = new Command("get-activities-by-interval-with-start-date-time-with-end-date-time-with-interval"); command.Description = "Provides operations to call the getActivitiesByInterval method."; @@ -181,6 +190,7 @@ public Command BuildGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithI /// /// Provides operations to call the getApplicableContentTypesForList method. /// + /// A public Command BuildGetApplicableContentTypesForListWithListIdRbCommand() { var command = new Command("get-applicable-content-types-for-list-with-list-id"); command.Description = "Provides operations to call the getApplicableContentTypesForList method."; @@ -196,6 +206,7 @@ public Command BuildGetApplicableContentTypesForListWithListIdRbCommand() { /// /// Provides operations to call the getByPath method. /// + /// A public Command BuildGetByPathWithPath1RbCommand() { var command = new Command("get-by-path-with-path1"); command.Description = "Provides operations to call the getByPath method."; @@ -232,6 +243,7 @@ public Command BuildGetByPathWithPath1RbCommand() { /// /// Invoke function getByPath /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getByPath"; @@ -280,6 +292,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the items property of the microsoft.graph.site entity. /// + /// A public Command BuildItemsNavCommand() { var command = new Command("items"); command.Description = "Provides operations to manage the items property of the microsoft.graph.site entity."; @@ -295,6 +308,7 @@ public Command BuildItemsNavCommand() { /// /// Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildLastModifiedByUserNavCommand() { var command = new Command("last-modified-by-user"); command.Description = "Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity."; @@ -310,6 +324,7 @@ public Command BuildLastModifiedByUserNavCommand() { /// /// Provides operations to manage the lists property of the microsoft.graph.site entity. /// + /// A public Command BuildListsNavCommand() { var command = new Command("lists"); command.Description = "Provides operations to manage the lists property of the microsoft.graph.site entity."; @@ -326,6 +341,7 @@ public Command BuildListsNavCommand() { /// /// Provides operations to manage the onenote property of the microsoft.graph.site entity. /// + /// A public Command BuildOnenoteNavCommand() { var command = new Command("onenote"); command.Description = "Provides operations to manage the onenote property of the microsoft.graph.site entity."; @@ -343,6 +359,7 @@ public Command BuildOnenoteNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.site entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.site entity."; @@ -359,6 +376,7 @@ public Command BuildOperationsNavCommand() { /// /// Provides operations to manage the permissions property of the microsoft.graph.site entity. /// + /// A public Command BuildPermissionsNavCommand() { var command = new Command("permissions"); command.Description = "Provides operations to manage the permissions property of the microsoft.graph.site entity."; @@ -375,6 +393,7 @@ public Command BuildPermissionsNavCommand() { /// /// Provides operations to manage the sites property of the microsoft.graph.site entity. /// + /// A public Command BuildSitesNavCommand() { var command = new Command("sites"); command.Description = "Provides operations to manage the sites property of the microsoft.graph.site entity."; @@ -390,6 +409,7 @@ public Command BuildSitesNavCommand() { /// /// Provides operations to manage the termStore property of the microsoft.graph.site entity. /// + /// A public Command BuildTermStoreNavCommand() { var command = new Command("term-store"); command.Description = "Provides operations to manage the termStore property of the microsoft.graph.site entity."; @@ -407,6 +427,7 @@ public Command BuildTermStoreNavCommand() { /// /// Provides operations to manage the termStores property of the microsoft.graph.site entity. /// + /// A public Command BuildTermStoresNavCommand() { var command = new Command("term-stores"); command.Description = "Provides operations to manage the termStores property of the microsoft.graph.site entity."; @@ -421,13 +442,13 @@ public Command BuildTermStoresNavCommand() { return command; } /// - /// Instantiates a new GetByPathWithPathRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetByPathWithPathRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')", pathParameters) { } /// - /// Instantiates a new GetByPathWithPathRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetByPathWithPathRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')", rawUrl) { @@ -435,6 +456,7 @@ public GetByPathWithPathRequestBuilder(string rawUrl) : base("{+baseurl}/groups/ /// /// Invoke function getByPath /// + /// 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/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.cs index 8b507fb0f8..33a421c8d0 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.cs @@ -22,6 +22,7 @@ public class ItemsRequestBuilder : BaseCliRequestBuilder { /// /// Used to address any item contained in this site. This collection can't be enumerated. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Used to address any item contained in this site. This collection can't be enumerated."; @@ -33,6 +34,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -77,6 +82,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -105,6 +111,7 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -124,13 +131,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -138,6 +145,7 @@ public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Used to address any item contained in this site. This collection can't be enumerated. /// + /// 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/Groups/Item/Sites/Item/GetByPathWithPath/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs index 45fd7f0217..c5e598d81c 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class LastModifiedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who last modified the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who last modified the item. Read-only."; @@ -33,6 +34,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -50,6 +55,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -64,6 +70,7 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -76,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/lastModifiedByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/lastModifiedByUser{?%24expand,%24select}", rawUrl) { @@ -90,6 +97,7 @@ public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Identity of the user who last modified the item. 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 diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.cs index 4ebc6927e7..5caa157356 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ListsRequestBuilder : BaseCliRequestBuilder { /// Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0"; @@ -34,6 +35,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -78,6 +83,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -106,6 +112,7 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -128,6 +135,7 @@ public Command BuildGetCommand() { /// Create a new [list][] in a [site][]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a new [list][] in a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0"; @@ -139,6 +147,10 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -150,6 +162,7 @@ public Command BuildPostCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -168,6 +181,7 @@ public Command BuildPostCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -181,13 +195,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ListsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/lists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ListsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/lists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -195,6 +209,7 @@ public ListsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,6 +226,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new [list][] in a [site][]. /// + /// 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 @@ -221,7 +237,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.List body, Acti public RequestInformation ToPostRequestInformation(ApiSdk.Models.List 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/lists", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Onenote/OnenoteRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Onenote/OnenoteRequestBuilder.cs index cb9d29ef6a..f163c77ee1 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Onenote/OnenoteRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Onenote/OnenoteRequestBuilder.cs @@ -22,6 +22,7 @@ public class OnenoteRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property onenote for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property onenote for groups"; @@ -33,6 +34,10 @@ public Command BuildDeleteCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -41,6 +46,7 @@ public Command BuildDeleteCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -48,6 +54,7 @@ public Command BuildDeleteCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -61,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Calls the OneNote service for notebook related operations. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Calls the OneNote service for notebook related operations."; @@ -72,6 +80,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -89,6 +101,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -103,6 +116,7 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -117,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property onenote in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property onenote in groups"; @@ -128,6 +143,10 @@ public Command BuildPatchCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -139,6 +158,7 @@ public Command BuildPatchCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -157,6 +177,7 @@ public Command BuildPatchCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -170,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/onenote{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/onenote{?%24expand,%24select}", rawUrl) { @@ -184,6 +205,7 @@ public OnenoteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Delete navigation property onenote for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,7 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/onenote", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Calls the OneNote service for notebook related operations. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property onenote in groups /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Onenote body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Onenote 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/onenote", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.cs index 9330bfd4a3..a94fd66988 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.cs @@ -23,6 +23,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// Get a list of rich long-running operations associated with a site. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a list of rich long-running operations associated with a site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0"; @@ -34,6 +35,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -78,6 +83,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -106,6 +112,7 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -127,6 +134,7 @@ public Command BuildGetCommand() { /// /// Create new navigation property to operations for groups /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create new navigation property to operations for groups"; @@ -138,6 +146,10 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -149,6 +161,7 @@ public Command BuildPostCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -167,6 +180,7 @@ public Command BuildPostCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -180,13 +194,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -194,6 +208,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get a list of rich long-running operations associated with a site. /// + /// 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,6 +225,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for groups /// + /// 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 @@ -220,7 +236,7 @@ public RequestInformation ToPostRequestInformation(RichLongRunningOperation body public RequestInformation ToPostRequestInformation(RichLongRunningOperation 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.cs index 535f6e65e4..e77f30b3c1 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.cs @@ -23,6 +23,7 @@ public class PermissionsRequestBuilder : BaseCliRequestBuilder { /// Get the permission resources from the permissions navigation property on a site. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the permission resources from the permissions navigation property on a site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0"; @@ -34,6 +35,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -78,6 +83,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -106,6 +112,7 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -128,6 +135,7 @@ public Command BuildGetCommand() { /// Create a new permission object on a site. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a new permission object on a site. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0"; @@ -139,6 +147,10 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -150,6 +162,7 @@ public Command BuildPostCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -168,6 +181,7 @@ public Command BuildPostCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -181,13 +195,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PermissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermissionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PermissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermissionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -195,6 +209,7 @@ public PermissionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Get the permission resources from the permissions navigation property on a site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,6 +226,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new permission object on a site. /// + /// 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 @@ -221,7 +237,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.Permission body public RequestInformation ToPostRequestInformation(ApiSdk.Models.Permission 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/permissions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.cs index 9a99f56c26..131ba0d67f 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.cs @@ -23,6 +23,7 @@ public class SitesRequestBuilder : BaseCliRequestBuilder { /// Get a collection of subsites defined for a [site][]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a collection of subsites defined for a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0"; @@ -34,6 +35,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -78,6 +83,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -106,6 +112,7 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -125,13 +132,13 @@ public Command BuildGetCommand() { 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/sites{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -139,6 +146,7 @@ public SitesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Get a collection of subsites defined for a [site][]. /// + /// 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/Groups/Item/Sites/Item/GetByPathWithPath/TermStore/TermStoreRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/TermStore/TermStoreRequestBuilder.cs index ad6504a464..2765f95204 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/TermStore/TermStoreRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/TermStore/TermStoreRequestBuilder.cs @@ -22,6 +22,7 @@ public class TermStoreRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property termStore for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property termStore for groups"; @@ -33,6 +34,10 @@ public Command BuildDeleteCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -41,6 +46,7 @@ public Command BuildDeleteCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); @@ -48,6 +54,7 @@ public Command BuildDeleteCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -62,6 +69,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a store object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a store object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0"; @@ -73,6 +81,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -90,6 +102,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -104,6 +117,7 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -119,6 +133,7 @@ public Command BuildGetCommand() { /// Update the properties of a store object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a store object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0"; @@ -130,6 +145,10 @@ public Command BuildPatchCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -141,6 +160,7 @@ public Command BuildPatchCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -159,6 +179,7 @@ public Command BuildPatchCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -172,13 +193,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TermStoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermStoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/termStore{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermStoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermStoreRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/termStore{?%24expand,%24select}", rawUrl) { @@ -186,6 +207,7 @@ public TermStoreRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Delete navigation property termStore for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -194,7 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/termStore", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -202,6 +224,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a store 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 @@ -218,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a store 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 @@ -228,7 +252,7 @@ public RequestInformation ToPatchRequestInformation(Store 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/termStore", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/TermStores/TermStoresRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/TermStores/TermStoresRequestBuilder.cs index 0b527ccc5d..aa6c2226db 100644 --- a/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/TermStores/TermStoresRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/GetByPathWithPath/TermStores/TermStoresRequestBuilder.cs @@ -22,6 +22,7 @@ public class TermStoresRequestBuilder : BaseCliRequestBuilder { /// /// The collection of termStores under this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of termStores under this site."; @@ -33,6 +34,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -77,6 +82,7 @@ public Command BuildGetCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -105,6 +111,7 @@ public Command BuildGetCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -126,6 +133,7 @@ public Command BuildGetCommand() { /// /// Create new navigation property to termStores for groups /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create new navigation property to termStores for groups"; @@ -137,6 +145,10 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -148,6 +160,7 @@ public Command BuildPostCommand() { command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -166,6 +179,7 @@ public Command BuildPostCommand() { }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -179,13 +193,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TermStoresRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermStoresRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/termStores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TermStoresRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermStoresRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/termStores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -193,6 +207,7 @@ public TermStoresRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// The collection of termStores under this site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -209,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to termStores for groups /// + /// 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 @@ -219,7 +235,7 @@ public RequestInformation ToPostRequestInformation(Store 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}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path='{path}')/termStores", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Items/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Items/Count/CountRequestBuilder.cs index caed098c1b..9dd7a5683e 100644 --- a/src/generated/Groups/Item/Sites/Item/Items/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Items/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/items/$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}/groups/{group%2Did}/sites/{site%2Did}/items/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Items/Item/BaseItemItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Items/Item/BaseItemItemRequestBuilder.cs index d1a33b0013..eaf00ceb45 100644 --- a/src/generated/Groups/Item/Sites/Item/Items/Item/BaseItemItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Items/Item/BaseItemItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class BaseItemItemRequestBuilder : BaseCliRequestBuilder { /// /// Used to address any item contained in this site. This collection can't be enumerated. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Used to address any item contained in this site. This collection can't be enumerated."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new BaseItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BaseItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/items/{baseItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BaseItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BaseItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/items/{baseItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public BaseItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Used to address any item contained in this site. This collection can't be enumerated. /// + /// 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/Groups/Item/Sites/Item/Items/ItemsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Items/ItemsRequestBuilder.cs index 68c8475d09..24165b4370 100644 --- a/src/generated/Groups/Item/Sites/Item/Items/ItemsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Items/ItemsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ItemsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the items property of the microsoft.graph.site entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new BaseItemItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// Used to address any item contained in this site. This collection can't be enumerated. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Used to address any item contained in this site. This collection can't be enumerated."; @@ -150,13 +153,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -164,6 +167,7 @@ public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Used to address any item contained in this site. This collection can't be enumerated. /// + /// 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/Groups/Item/Sites/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs index fb465a978c..53f3187b0d 100644 --- a/src/generated/Groups/Item/Sites/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class LastModifiedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who last modified the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who last modified the item. Read-only."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -96,6 +98,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -115,13 +118,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lastModifiedByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lastModifiedByUser{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Identity of the user who last modified the item. 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 diff --git a/src/generated/Groups/Item/Sites/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index 4c8b314b99..8839a3b372 100644 --- a/src/generated/Groups/Item/Sites/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -131,13 +133,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -145,6 +147,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,6 +164,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -171,7 +175,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/groups/{group%2Did}/sites/{site%2Did}/lastModifiedByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index cb12eba069..596893a84c 100644 --- a/src/generated/Groups/Item/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/lastModifiedByUser/serviceProvisioningErrors/$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}/groups/{group%2Did}/sites/{site%2Did}/lastModifiedByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 00f57f64d0..71e8b810fe 100644 --- a/src/generated/Groups/Item/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Groups/Item/Sites/Item/Lists/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Count/CountRequestBuilder.cs index 2eab8e9604..5469f85957 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/lists/$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}/groups/{group%2Did}/sites/{site%2Did}/lists/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.cs index 47a09622f0..8cd785690c 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columns property of the microsoft.graph.list 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0"; @@ -115,6 +118,7 @@ public Command BuildCreateCommand() { /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0"; @@ -223,13 +227,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -237,6 +241,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition]. /// + /// 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 @@ -263,7 +269,7 @@ public RequestInformation ToPostRequestInformation(ColumnDefinition body, Action public RequestInformation ToPostRequestInformation(ColumnDefinition 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Columns/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Columns/Count/CountRequestBuilder.cs index 8803f8eaf3..780ea23490 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Columns/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/columns/$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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/columns/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Lists/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs index c8236d5eda..9f2f3c2ce2 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property columns for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property columns for groups"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// The collection of field definitions for this list. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of field definitions for this list."; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property columns in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property columns in groups"; @@ -209,6 +212,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. /// + /// A public Command BuildSourceColumnNavCommand() { var command = new Command("source-column"); command.Description = "Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity."; @@ -222,13 +226,13 @@ public Command BuildSourceColumnNavCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -236,6 +240,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/grou /// /// Delete navigation property columns for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of field definitions for this list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property columns in groups /// + /// 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 @@ -278,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(ColumnDefinition body, Actio public RequestInformation ToPatchRequestInformation(ColumnDefinition 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs index 46d3bf4ffa..bfee343a9f 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs @@ -22,6 +22,7 @@ public class SourceColumnRequestBuilder : BaseCliRequestBuilder { /// /// The source column for the content type column. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The source column for the content type column."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SourceColumnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// The source column for the content type column. /// + /// 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/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.cs index f43f14bed1..b6fb5960bb 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.cs @@ -17,7 +17,7 @@ public class AddCopyPostRequestBody : IAdditionalDataHolder, IParsable { public string ContentType { get; set; } #endif /// - /// Instantiates a new addCopyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddCopyPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AddCopyPostRequestBody() { /// /// 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 AddCopyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static AddCopyPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contentType", n => { ContentType = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs index 17e268378e..19bc1d0e20 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddCopyRequestBuilder : BaseCliRequestBuilder { /// Add a copy of a [content type][contentType] from a [site][site] to a [list][list]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add a copy of a [content type][contentType] from a [site][site] to a [list][list].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddCopyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddCopyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/addCopy", pathParameters) { } /// - /// Instantiates a new AddCopyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddCopyRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/addCopy", rawUrl) { @@ -96,6 +97,7 @@ public AddCopyRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Add a copy of a [content type][contentType] from a [site][site] to a [list][list]. /// + /// 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/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs index d5e8d29767..3106d15cc6 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs @@ -17,7 +17,7 @@ public class AddCopyFromContentTypeHubPostRequestBody : IAdditionalDataHolder, I public string ContentTypeId { get; set; } #endif /// - /// Instantiates a new addCopyFromContentTypeHubPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddCopyFromContentTypeHubPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AddCopyFromContentTypeHubPostRequestBody() { /// /// 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 AddCopyFromContentTypeHubPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static AddCopyFromContentTypeHubPostRequestBody CreateFromDiscriminatorVa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contentTypeId", n => { ContentTypeId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs index cf746e3d23..9a7f7edaa2 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddCopyFromContentTypeHubRequestBuilder : BaseCliRequestBuilder { /// Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddCopyFromContentTypeHubRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddCopyFromContentTypeHubRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/addCopyFromContentTypeHub", pathParameters) { } /// - /// Instantiates a new AddCopyFromContentTypeHubRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddCopyFromContentTypeHubRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/addCopyFromContentTypeHub", rawUrl) { @@ -96,6 +97,7 @@ public AddCopyFromContentTypeHubRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. /// + /// 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/Groups/Item/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.cs index d309248513..f460d56662 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.cs @@ -27,6 +27,7 @@ public class ContentTypesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the addCopyFromContentTypeHub method. /// + /// A public Command BuildAddCopyFromContentTypeHubNavCommand() { var command = new Command("add-copy-from-content-type-hub"); command.Description = "Provides operations to call the addCopyFromContentTypeHub method."; @@ -42,6 +43,7 @@ public Command BuildAddCopyFromContentTypeHubNavCommand() { /// /// Provides operations to call the addCopy method. /// + /// A public Command BuildAddCopyNavCommand() { var command = new Command("add-copy"); command.Description = "Provides operations to call the addCopy method."; @@ -57,6 +59,7 @@ public Command BuildAddCopyNavCommand() { /// /// Provides operations to manage the contentTypes property of the microsoft.graph.list entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -79,6 +82,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."; @@ -94,6 +98,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to contentTypes for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to contentTypes for groups"; @@ -155,6 +160,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the getCompatibleHubContentTypes method. /// + /// A public Command BuildGetCompatibleHubContentTypesNavCommand() { var command = new Command("get-compatible-hub-content-types"); command.Description = "Provides operations to call the getCompatibleHubContentTypes method."; @@ -171,6 +177,7 @@ public Command BuildGetCompatibleHubContentTypesNavCommand() { /// Get the collection of [contentType][contentType] resources in a [list][]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of [contentType][contentType] resources in a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0"; @@ -279,13 +286,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -293,6 +300,7 @@ public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Get the collection of [contentType][contentType] resources in a [list][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -309,6 +317,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to contentTypes for groups /// + /// 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 @@ -319,7 +328,7 @@ public RequestInformation ToPostRequestInformation(ContentType 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Count/CountRequestBuilder.cs index ec20abbe7a..cc786983dd 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/$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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs index 6f0c545075..434af73fb1 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs @@ -18,6 +18,7 @@ public class GetCompatibleHubContentTypesGetResponse : BaseCollectionPaginationC /// /// 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 new GetCompatibleHubContentTypesGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetCompatibleHubContentTypesGetResponse : BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ContentType.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs index ecbfb48acf..aabdcdda0e 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetCompatibleHubContentTypesRequestBuilder : BaseCliRequestBuilder /// /// Invoke function getCompatibleHubContentTypes /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getCompatibleHubContentTypes"; @@ -66,6 +67,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -83,6 +89,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -99,6 +106,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); @@ -122,20 +130,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetCompatibleHubContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetCompatibleHubContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/getCompatibleHubContentTypes(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetCompatibleHubContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/getCompatibleHubContentTypes(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetCompatibleHubContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetCompatibleHubContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/getCompatibleHubContentTypes(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetCompatibleHubContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/getCompatibleHubContentTypes(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getCompatibleHubContentTypes /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -156,6 +165,16 @@ public class GetCompatibleHubContentTypesRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs index 00edff816f..64a01f3f25 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs @@ -19,7 +19,7 @@ public class AssociateWithHubSitesPostRequestBody : IAdditionalDataHolder, IPars /// The propagateToExistingLists property public bool? PropagateToExistingLists { get; set; } /// - /// Instantiates a new associateWithHubSitesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AssociateWithHubSitesPostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public AssociateWithHubSitesPostRequestBody() { /// /// 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 AssociateWithHubSitesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static AssociateWithHubSitesPostRequestBody CreateFromDiscriminatorValue( /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"hubSiteUrls", n => { HubSiteUrls = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs index 96e28d3c99..2b6e84a1dc 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssociateWithHubSitesRequestBuilder : BaseCliRequestBuilder { /// Associate a published [content type][contentType] present in a content type hub with a list of hub sites. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Associate a published [content type][contentType] present in a content type hub with a list of hub sites.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AssociateWithHubSitesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssociateWithHubSitesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/associateWithHubSites", pathParameters) { } /// - /// Instantiates a new AssociateWithHubSitesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssociateWithHubSitesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/associateWithHubSites", rawUrl) { @@ -91,6 +92,7 @@ public AssociateWithHubSitesRequestBuilder(string rawUrl) : base("{+baseurl}/gro /// /// Associate a published [content type][contentType] present in a content type hub with a list of hub sites. /// + /// 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/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs index 4c2a1eeef6..3f849e4214 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs @@ -22,6 +22,7 @@ public class BaseRequestBuilderEscaped : BaseCliRequestBuilder { /// /// Parent contentType from which this content type is derived. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Parent contentType from which this content type is derived."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new BaseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BaseRequestBuilderEscaped(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/base{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BaseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BaseRequestBuilderEscaped(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/base{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public BaseRequestBuilderEscaped(string rawUrl) : base("{+baseurl}/groups/{group /// /// Parent contentType from which this content type is derived. /// + /// 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/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs index dd38745ba4..09eb0937d7 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs @@ -24,6 +24,7 @@ public class BaseTypesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.Groups.Item.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Item.ContentTypeItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The collection of content types that are ancestors of this content type. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of content types that are ancestors of this content type."; @@ -162,13 +165,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new BaseTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BaseTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/baseTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new BaseTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BaseTypesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/baseTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -176,6 +179,7 @@ public BaseTypesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// The collection of content types that are ancestors of this content type. /// + /// 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/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs index 141a7015ef..1fb1c02b8e 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/baseTypes/$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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/baseTypes/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs index 8b2e57b835..00626e9589 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentTypeItemRequestBuilder : BaseCliRequestBuilder { /// /// The collection of content types that are ancestors of this content type. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of content types that are ancestors of this content type."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/baseTypes/{contentType%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/baseTypes/{contentType%2Did1}{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// The collection of content types that are ancestors of this content type. /// + /// 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/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs index b6f52257cc..a6c0771c63 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnLinksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ColumnLinkItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to columnLinks for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to columnLinks for groups"; @@ -117,6 +120,7 @@ public Command BuildCreateCommand() { /// /// The collection of columns that are required by this content type. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of columns that are required by this content type."; @@ -231,13 +235,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnLinksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnLinksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnLinks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnLinksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnLinksRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnLinks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -245,6 +249,7 @@ public ColumnLinksRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// The collection of columns that are required by this content type. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -261,6 +266,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to columnLinks for groups /// + /// 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 @@ -271,7 +277,7 @@ public RequestInformation ToPostRequestInformation(ColumnLink 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnLinks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs index 960a2363d2..3fd1f0e83a 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnLinks/$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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnLinks/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs index 7327659281..45973f16f1 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ColumnLinkItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property columnLinks for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property columnLinks for groups"; @@ -79,6 +80,7 @@ public Command BuildDeleteCommand() { /// /// The collection of columns that are required by this content type. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of columns that are required by this content type."; @@ -153,6 +155,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property columnLinks in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property columnLinks in groups"; @@ -224,13 +227,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ColumnLinkItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnLinkItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnLinkItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnLinkItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}{?%24expand,%24select}", rawUrl) { @@ -238,6 +241,7 @@ public ColumnLinkItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Delete navigation property columnLinks for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of columns that are required by this content type. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -270,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property columnLinks in groups /// + /// 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 @@ -280,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(ColumnLink 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs index 63d540d16a..871329a5b4 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnPositionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ColumnDefinitionItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// Column order information in a content type. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Column order information in a content type."; @@ -162,13 +165,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnPositionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnPositionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnPositions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnPositionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnPositionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnPositions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -176,6 +179,7 @@ public ColumnPositionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Column order information in a content type. /// + /// 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/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs index 2cb2f0fd5b..d61eedcc03 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnPositions/$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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnPositions/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs index fb49624d9a..22aa35f3f7 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Column order information in a content type. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Column order information in a content type."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnPositions/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnPositions/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/grou /// /// Column order information in a content type. /// + /// 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/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs index 6eed7e8289..9a4e708cbe 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columns property of the microsoft.graph.contentType 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0"; @@ -121,6 +124,7 @@ public Command BuildCreateCommand() { /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"; @@ -235,13 +239,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -249,6 +253,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -265,6 +270,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. /// + /// 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 @@ -275,7 +281,7 @@ public RequestInformation ToPostRequestInformation(ColumnDefinition body, Action public RequestInformation ToPostRequestInformation(ColumnDefinition 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs index 8d44254284..3b85debb0f 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns/$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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs index 79554818d6..02e1cd4392 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0"; @@ -82,6 +83,7 @@ public Command BuildDeleteCommand() { /// Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"; @@ -157,6 +159,7 @@ public Command BuildGetCommand() { /// Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition]. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0"; @@ -230,6 +233,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. /// + /// A public Command BuildSourceColumnNavCommand() { var command = new Command("source-column"); command.Description = "Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity."; @@ -243,13 +247,13 @@ public Command BuildSourceColumnNavCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -257,6 +261,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/grou /// /// Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -265,7 +270,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -273,6 +278,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -289,6 +295,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition]. /// + /// 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 @@ -299,7 +306,7 @@ public RequestInformation ToPatchRequestInformation(ColumnDefinition body, Actio public RequestInformation ToPatchRequestInformation(ColumnDefinition 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs index d50e722788..6c8051c5b7 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs @@ -22,6 +22,7 @@ public class SourceColumnRequestBuilder : BaseCliRequestBuilder { /// /// The source column for the content type column. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The source column for the content type column."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SourceColumnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// The source column for the content type column. /// + /// 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/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.cs index e8406bb3a6..0a965a826f 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.cs @@ -32,6 +32,7 @@ public class ContentTypeItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the associateWithHubSites method. /// + /// A public Command BuildAssociateWithHubSitesNavCommand() { var command = new Command("associate-with-hub-sites"); command.Description = "Provides operations to call the associateWithHubSites method."; @@ -47,6 +48,7 @@ public Command BuildAssociateWithHubSitesNavCommand() { /// /// Provides operations to manage the base property of the microsoft.graph.contentType entity. /// + /// A public Command BuildBaseNavCommand() { var command = new Command("base"); command.Description = "Provides operations to manage the base property of the microsoft.graph.contentType entity."; @@ -62,6 +64,7 @@ public Command BuildBaseNavCommand() { /// /// Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. /// + /// A public Command BuildBaseTypesNavCommand() { var command = new Command("base-types"); command.Description = "Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity."; @@ -86,6 +89,7 @@ public Command BuildBaseTypesNavCommand() { /// /// Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. /// + /// A public Command BuildColumnLinksNavCommand() { var command = new Command("column-links"); command.Description = "Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity."; @@ -111,6 +115,7 @@ public Command BuildColumnLinksNavCommand() { /// /// Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. /// + /// A public Command BuildColumnPositionsNavCommand() { var command = new Command("column-positions"); command.Description = "Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity."; @@ -135,6 +140,7 @@ public Command BuildColumnPositionsNavCommand() { /// /// Provides operations to manage the columns property of the microsoft.graph.contentType entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.contentType entity."; @@ -160,6 +166,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to call the copyToDefaultContentLocation method. /// + /// A public Command BuildCopyToDefaultContentLocationNavCommand() { var command = new Command("copy-to-default-content-location"); command.Description = "Provides operations to call the copyToDefaultContentLocation method."; @@ -175,6 +182,7 @@ public Command BuildCopyToDefaultContentLocationNavCommand() { /// /// Delete navigation property contentTypes for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property contentTypes for groups"; @@ -226,6 +234,7 @@ public Command BuildDeleteCommand() { /// /// The collection of content types present in this list. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of content types present in this list."; @@ -294,6 +303,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the isPublished method. /// + /// A public Command BuildIsPublishedNavCommand() { var command = new Command("is-published"); command.Description = "Provides operations to call the isPublished method."; @@ -309,6 +319,7 @@ public Command BuildIsPublishedNavCommand() { /// /// Update the navigation property contentTypes in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property contentTypes in groups"; @@ -376,6 +387,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."; @@ -391,6 +403,7 @@ public Command BuildPublishNavCommand() { /// /// Provides operations to call the unpublish method. /// + /// A public Command BuildUnpublishNavCommand() { var command = new Command("unpublish"); command.Description = "Provides operations to call the unpublish method."; @@ -404,13 +417,13 @@ public Command BuildUnpublishNavCommand() { return command; } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}{?%24expand,%24select}", rawUrl) { @@ -418,6 +431,7 @@ public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Delete navigation property contentTypes for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -426,7 +440,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -434,6 +448,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of content types present in this list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -450,6 +465,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property contentTypes in groups /// + /// 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 @@ -460,7 +476,7 @@ public RequestInformation ToPatchRequestInformation(ContentType 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs index 94f820d5e6..b63c8076c9 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs @@ -26,7 +26,7 @@ public class CopyToDefaultContentLocationPostRequestBody : IAdditionalDataHolder public ItemReference SourceFile { get; set; } #endif /// - /// Instantiates a new copyToDefaultContentLocationPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToDefaultContentLocationPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public CopyToDefaultContentLocationPostRequestBody() { /// /// 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 CopyToDefaultContentLocationPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static CopyToDefaultContentLocationPostRequestBody CreateFromDiscriminato /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"destinationFileName", n => { DestinationFileName = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs index d660ea00c3..b8355747bb 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs @@ -22,6 +22,7 @@ public class CopyToDefaultContentLocationRequestBuilder : BaseCliRequestBuilder /// Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToDefaultContentLocationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToDefaultContentLocationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/copyToDefaultContentLocation", pathParameters) { } /// - /// Instantiates a new CopyToDefaultContentLocationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToDefaultContentLocationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/copyToDefaultContentLocation", rawUrl) { @@ -91,6 +92,7 @@ public CopyToDefaultContentLocationRequestBuilder(string rawUrl) : base("{+baseu /// /// Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation. /// + /// 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/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs index c4e951580a..07834be1f6 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs @@ -11,7 +11,7 @@ public class IsPublishedGetResponse : IAdditionalDataHolder, IParsable { /// The value property public bool? Value { get; set; } /// - /// Instantiates a new isPublishedGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public IsPublishedGetResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public IsPublishedGetResponse() { /// /// 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 IsPublishedGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static IsPublishedGetResponse 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/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs index 8dcac6b25a..81d1f4e254 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs @@ -21,6 +21,7 @@ public class IsPublishedRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function isPublished /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function isPublished"; @@ -73,13 +74,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new IsPublishedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IsPublishedRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/isPublished()", pathParameters) { } /// - /// Instantiates a new IsPublishedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IsPublishedRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/isPublished()", rawUrl) { @@ -87,6 +88,7 @@ public IsPublishedRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Invoke function isPublished /// + /// 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/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs index 1b2743147a..4056548198 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs @@ -22,6 +22,7 @@ public class PublishRequestBuilder : BaseCliRequestBuilder { /// Publishes a [contentType][] present in the content type hub site. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Publishes a [contentType][] present in the content type hub site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0"; @@ -64,13 +65,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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/publish", rawUrl) { @@ -78,6 +79,7 @@ public PublishRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Publishes a [contentType][] present in the content type hub site. /// + /// 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/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs index 1ada738fe8..c86b9998f0 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnpublishRequestBuilder : BaseCliRequestBuilder { /// Unpublish a [contentType][] from a content type hub site. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Unpublish a [contentType][] from a content type hub site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnpublishRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnpublishRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/unpublish", pathParameters) { } /// - /// Instantiates a new UnpublishRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnpublishRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/unpublish", rawUrl) { @@ -78,6 +79,7 @@ public UnpublishRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Unpublish a [contentType][] from a content type hub site. /// + /// 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/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/CreatedByUserRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/CreatedByUserRequestBuilder.cs index 7e6295770e..5448193a7b 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/CreatedByUserRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/CreatedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class CreatedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who created the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who created the item. Read-only."; @@ -86,6 +87,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -102,6 +104,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -121,13 +124,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/createdByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/createdByUser{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Identity of the user who created the item. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index 0aebd49462..764b590355 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -84,6 +85,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -143,13 +145,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -157,6 +159,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -173,6 +176,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -183,7 +187,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/createdByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 6dfaf0ff65..39a1a677de 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/createdByUser/serviceProvisioningErrors/$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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/createdByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index a6f033c41c..750db4887e 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -146,13 +148,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +162,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Groups/Item/Sites/Item/Lists/Item/Drive/DriveRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Drive/DriveRequestBuilder.cs index c8bb4eeef2..89df1e4aff 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Drive/DriveRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Drive/DriveRequestBuilder.cs @@ -22,6 +22,7 @@ public class DriveRequestBuilder : BaseCliRequestBuilder { /// /// Allows access to the list as a drive resource with driveItems. Only present on document libraries. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Allows access to the list as a drive resource with driveItems. Only present on document libraries."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/drive{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/drive{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Allows access to the list as a drive resource with driveItems. Only present on document libraries. /// + /// 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/Groups/Item/Sites/Item/Lists/Item/Items/Item/Analytics/AnalyticsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Analytics/AnalyticsRequestBuilder.cs index b713ce0686..5d4fadf5d2 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Analytics/AnalyticsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Analytics/AnalyticsRequestBuilder.cs @@ -22,6 +22,7 @@ public class AnalyticsRequestBuilder : BaseCliRequestBuilder { /// /// Analytics about the view activities that took place on this item. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Analytics about the view activities that took place on this item."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AnalyticsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/analytics{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/analytics{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Analytics about the view activities that took place on this item. /// + /// 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/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkPostRequestBody.cs index a0a1d15137..82e584ee0b 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkPostRequestBody.cs @@ -56,7 +56,7 @@ public class CreateLinkPostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new createLinkPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateLinkPostRequestBody() { AdditionalData = new Dictionary(); @@ -64,6 +64,7 @@ public CreateLinkPostRequestBody() { /// /// 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 CreateLinkPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -72,6 +73,7 @@ public static CreateLinkPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"expirationDateTime", n => { ExpirationDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.cs index e4c4b6d2d5..fbfa027706 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.cs @@ -22,6 +22,7 @@ public class CreateLinkRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action createLink /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action createLink"; @@ -87,13 +88,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateLinkRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateLinkRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createLink", pathParameters) { } /// - /// Instantiates a new CreateLinkRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateLinkRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createLink", rawUrl) { @@ -101,6 +102,7 @@ public CreateLinkRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Invoke action createLink /// + /// 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/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs index 6ded7b3063..92bf361b2b 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class CreatedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who created the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who created the item. Read-only."; @@ -92,6 +93,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -108,6 +110,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -127,13 +130,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createdByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createdByUser{?%24expand,%24select}", rawUrl) { @@ -141,6 +144,7 @@ public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Identity of the user who created the item. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index 59335d9078..118a9e86f3 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -90,6 +91,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -155,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -169,6 +171,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -185,6 +188,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -195,7 +199,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createdByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index b19bec3680..07032760a7 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createdByUser/serviceProvisioningErrors/$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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createdByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 1ec827e775..bbaaa9acef 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -152,13 +154,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -166,6 +168,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs index 682424babf..58565954f4 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/$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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs index 449fe8bded..e4b81e4231 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class DocumentSetVersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Create a new version of a document set item in a list. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new version of a document set item in a list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0"; @@ -122,6 +125,7 @@ public Command BuildCreateCommand() { /// Get a list of the versions of a document set item in a list. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the versions of a document set item in a list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"; @@ -236,13 +240,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DocumentSetVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DocumentSetVersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DocumentSetVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DocumentSetVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -250,6 +254,7 @@ public DocumentSetVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Get a list of the versions of a document set item in a list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +271,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new version of a document set item in a list. /// + /// 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 @@ -276,7 +282,7 @@ public RequestInformation ToPostRequestInformation(DocumentSetVersion body, Acti public RequestInformation ToPostRequestInformation(DocumentSetVersion 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.cs index cc100026a6..db1f4e4667 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class DocumentSetVersionItemRequestBuilder : BaseCliRequestBuilder { /// Delete a version of a document set in a list. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a version of a document set in a list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0"; @@ -82,6 +83,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity. /// + /// A public Command BuildFieldsNavCommand() { var command = new Command("fields"); command.Description = "Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity."; @@ -100,6 +102,7 @@ public Command BuildFieldsNavCommand() { /// Read the properties and relationships of a documentSetVersion object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a documentSetVersion object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"; @@ -174,6 +177,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property documentSetVersions in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property documentSetVersions in groups"; @@ -247,6 +251,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the restore method. /// + /// A public Command BuildRestoreNavCommand() { var command = new Command("restore"); command.Description = "Provides operations to call the restore method."; @@ -260,13 +265,13 @@ public Command BuildRestoreNavCommand() { return command; } /// - /// Instantiates a new DocumentSetVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DocumentSetVersionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DocumentSetVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DocumentSetVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}{?%24expand,%24select}", rawUrl) { @@ -274,6 +279,7 @@ public DocumentSetVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/gr /// /// Delete a version of a document set in a list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -282,7 +288,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -290,6 +296,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a documentSetVersion 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 @@ -306,6 +313,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property documentSetVersions in groups /// + /// 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 @@ -316,7 +324,7 @@ public RequestInformation ToPatchRequestInformation(DocumentSetVersion body, Act public RequestInformation ToPatchRequestInformation(DocumentSetVersion 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Fields/FieldsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Fields/FieldsRequestBuilder.cs index 60ba3c2e19..5cf8d56b4e 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Fields/FieldsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Fields/FieldsRequestBuilder.cs @@ -22,6 +22,7 @@ public class FieldsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property fields for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property fields for groups"; @@ -79,6 +80,7 @@ public Command BuildDeleteCommand() { /// /// A collection of the fields and values for this version of the list item. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A collection of the fields and values for this version of the list item."; @@ -153,6 +155,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property fields in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property fields in groups"; @@ -224,13 +227,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FieldsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/fields{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/fields{?%24expand,%24select}", rawUrl) { @@ -238,6 +241,7 @@ public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// Delete navigation property fields for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A collection of the fields and values for this version of the list item. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -270,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property fields in groups /// + /// 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 @@ -280,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(FieldValueSet 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs index 64bfd906d4..954fe753f6 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs @@ -22,6 +22,7 @@ public class RestoreRequestBuilder : BaseCliRequestBuilder { /// Restore a document set version. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a document set version.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/restore", pathParameters) { } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/restore", rawUrl) { @@ -84,6 +85,7 @@ public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Restore a document set version. /// + /// 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/Groups/Item/Sites/Item/Lists/Item/Items/Item/DriveItem/Content/ContentRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DriveItem/Content/ContentRequestBuilder.cs index d39242a2c6..0a779449bb 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DriveItem/Content/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DriveItem/Content/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream, if the item represents a file."; @@ -41,6 +42,10 @@ public Command BuildGetCommand() { }; listItemIdOption.IsRequired = true; command.AddOption(listItemIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { @@ -48,10 +53,12 @@ public Command BuildGetCommand() { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); var listId = invocationContext.ParseResult.GetValueForOption(listIdOption); var listItemId = invocationContext.ParseResult.GetValueForOption(listItemIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); @@ -78,6 +85,7 @@ public Command BuildGetCommand() { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream, if the item represents a file."; @@ -140,27 +148,28 @@ 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/driveItem/content", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/driveItem/content{?%24format*}", 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/driveItem/content", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/driveItem/content{?%24format*}", rawUrl) { } /// /// The content stream, if the item represents a file. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -170,6 +179,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream, if the item represents a file. /// + /// 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 @@ -180,11 +190,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/driveItem/content", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// The content stream, if the item represents a file. + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DriveItem/DriveItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DriveItem/DriveItemRequestBuilder.cs index 39d5fd3d86..55867c2413 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DriveItem/DriveItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DriveItem/DriveItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DriveItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// For document libraries, the driveItem relationship exposes the listItem as a [driveItem][] /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]"; @@ -105,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/driveItem{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/driveItem{?%24expand,%24select}", rawUrl) { @@ -119,6 +121,7 @@ public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// For document libraries, the driveItem relationship exposes the listItem as a [driveItem][] /// + /// 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/Groups/Item/Sites/Item/Lists/Item/Items/Item/Fields/FieldsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Fields/FieldsRequestBuilder.cs index 52f69db99c..307124de9e 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Fields/FieldsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Fields/FieldsRequestBuilder.cs @@ -22,6 +22,7 @@ public class FieldsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property fields for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property fields for groups"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// The values of the columns set on this list item. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The values of the columns set on this list item."; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// Update the properties on a [listItem][]. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties on a [listItem][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0"; @@ -207,13 +210,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FieldsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/fields{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/fields{?%24expand,%24select}", rawUrl) { @@ -221,6 +224,7 @@ public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// Delete navigation property fields for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,7 +233,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -237,6 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The values of the columns set on this list item. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties on a [listItem][]. /// + /// 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 @@ -263,7 +269,7 @@ public RequestInformation ToPatchRequestInformation(FieldValueSet 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs index 0cacb18c85..b0f310bc8a 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs @@ -18,6 +18,7 @@ public class GetActivitiesByIntervalGetResponse : BaseCollectionPaginationCountR /// /// 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 new GetActivitiesByIntervalGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetActivitiesByIntervalGetResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivityStat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs index 2b34048b9e..e9f0d8d21e 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetActivitiesByIntervalRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function getActivitiesByInterval /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getActivitiesByInterval"; @@ -70,6 +71,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -88,6 +94,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -104,6 +111,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); @@ -128,20 +136,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetActivitiesByIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/getActivitiesByInterval(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetActivitiesByIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/getActivitiesByInterval(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetActivitiesByIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/getActivitiesByInterval(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetActivitiesByIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/getActivitiesByInterval(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getActivitiesByInterval /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -162,6 +171,16 @@ public class GetActivitiesByIntervalRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs index e561a7e2a3..b6c854a488 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs @@ -18,6 +18,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// 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 new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivityStat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs index 7334de978d..ccb98215a6 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// Invoke function getActivitiesByInterval /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getActivitiesByInterval"; @@ -82,6 +83,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -103,6 +109,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -119,6 +126,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); @@ -146,20 +154,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getActivitiesByInterval /// + /// 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,6 +189,16 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs index 648040baf3..fc2f665fa3 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class LastModifiedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who last modified the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who last modified the item. Read-only."; @@ -92,6 +93,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -108,6 +110,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -127,13 +130,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/lastModifiedByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/lastModifiedByUser{?%24expand,%24select}", rawUrl) { @@ -141,6 +144,7 @@ public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Identity of the user who last modified the item. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index 559a8fd71f..441aa617a4 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -90,6 +91,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -155,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -169,6 +171,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -185,6 +188,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -195,7 +199,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/lastModifiedByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index b7ecdfdfe4..dccedb6121 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/lastModifiedByUser/serviceProvisioningErrors/$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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/lastModifiedByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 51188feb79..934db8150a 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -152,13 +154,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -166,6 +168,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Groups/Item/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilder.cs index 69e0b9b8da..4202a509f1 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilder.cs @@ -32,6 +32,7 @@ public class ListItemItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the analytics property of the microsoft.graph.listItem entity. /// + /// A public Command BuildAnalyticsNavCommand() { var command = new Command("analytics"); command.Description = "Provides operations to manage the analytics property of the microsoft.graph.listItem entity."; @@ -47,6 +48,7 @@ public Command BuildAnalyticsNavCommand() { /// /// Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildCreatedByUserNavCommand() { var command = new Command("created-by-user"); command.Description = "Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity."; @@ -69,6 +71,7 @@ public Command BuildCreatedByUserNavCommand() { /// /// Provides operations to call the createLink method. /// + /// A public Command BuildCreateLinkNavCommand() { var command = new Command("create-link"); command.Description = "Provides operations to call the createLink method."; @@ -85,6 +88,7 @@ public Command BuildCreateLinkNavCommand() { /// Removes an item from a [list][]. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Removes an item from a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0"; @@ -136,6 +140,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity. /// + /// A public Command BuildDocumentSetVersionsNavCommand() { var command = new Command("document-set-versions"); command.Description = "Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity."; @@ -161,6 +166,7 @@ public Command BuildDocumentSetVersionsNavCommand() { /// /// Provides operations to manage the driveItem property of the microsoft.graph.listItem entity. /// + /// A public Command BuildDriveItemNavCommand() { var command = new Command("drive-item"); command.Description = "Provides operations to manage the driveItem property of the microsoft.graph.listItem entity."; @@ -182,6 +188,7 @@ public Command BuildDriveItemNavCommand() { /// /// Provides operations to manage the fields property of the microsoft.graph.listItem entity. /// + /// A public Command BuildFieldsNavCommand() { var command = new Command("fields"); command.Description = "Provides operations to manage the fields property of the microsoft.graph.listItem entity."; @@ -199,6 +206,7 @@ public Command BuildFieldsNavCommand() { /// /// Provides operations to call the getActivitiesByInterval method. /// + /// A public Command BuildGetActivitiesByIntervalNavCommand() { var command = new Command("get-activities-by-interval"); command.Description = "Provides operations to call the getActivitiesByInterval method."; @@ -214,6 +222,7 @@ public Command BuildGetActivitiesByIntervalNavCommand() { /// /// Provides operations to call the getActivitiesByInterval method. /// + /// A public Command BuildGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRbCommand() { var command = new Command("get-activities-by-interval-with-start-date-time-with-end-date-time-with-interval"); command.Description = "Provides operations to call the getActivitiesByInterval method."; @@ -230,6 +239,7 @@ public Command BuildGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithI /// Returns the metadata for an [item][] in a [list][]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Returns the metadata for an [item][] in a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0"; @@ -298,6 +308,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildLastModifiedByUserNavCommand() { var command = new Command("last-modified-by-user"); command.Description = "Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity."; @@ -320,6 +331,7 @@ public Command BuildLastModifiedByUserNavCommand() { /// /// Update the navigation property items in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property items in groups"; @@ -387,6 +399,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the versions property of the microsoft.graph.listItem entity. /// + /// A public Command BuildVersionsNavCommand() { var command = new Command("versions"); command.Description = "Provides operations to manage the versions property of the microsoft.graph.listItem entity."; @@ -410,13 +423,13 @@ public Command BuildVersionsNavCommand() { return command; } /// - /// Instantiates a new ListItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ListItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -424,6 +437,7 @@ public ListItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Removes an item from a [list][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -432,7 +446,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -440,6 +454,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Returns the metadata for an [item][] in a [list][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -456,6 +471,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property items in groups /// + /// 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 @@ -466,7 +482,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ListItem body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ListItem 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Count/CountRequestBuilder.cs index 16460acd50..f4e594c597 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/$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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/Fields/FieldsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/Fields/FieldsRequestBuilder.cs index 65be6a9e5e..378ba83812 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/Fields/FieldsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/Fields/FieldsRequestBuilder.cs @@ -22,6 +22,7 @@ public class FieldsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property fields for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property fields for groups"; @@ -79,6 +80,7 @@ public Command BuildDeleteCommand() { /// /// A collection of the fields and values for this version of the list item. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A collection of the fields and values for this version of the list item."; @@ -153,6 +155,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property fields in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property fields in groups"; @@ -224,13 +227,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FieldsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}/fields{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}/fields{?%24expand,%24select}", rawUrl) { @@ -238,6 +241,7 @@ public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// Delete navigation property fields for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A collection of the fields and values for this version of the list item. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -270,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property fields in groups /// + /// 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 @@ -280,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(FieldValueSet 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.cs index 86cfc0acad..befb810f51 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class ListItemVersionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property versions for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property versions for groups"; @@ -81,6 +82,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity. /// + /// A public Command BuildFieldsNavCommand() { var command = new Command("fields"); command.Description = "Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity."; @@ -99,6 +101,7 @@ public Command BuildFieldsNavCommand() { /// Retrieve the metadata for a specific version of a ListItem. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the metadata for a specific version of a ListItem.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0"; @@ -173,6 +176,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property versions in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property versions in groups"; @@ -246,6 +250,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the restoreVersion method. /// + /// A public Command BuildRestoreVersionNavCommand() { var command = new Command("restore-version"); command.Description = "Provides operations to call the restoreVersion method."; @@ -259,13 +264,13 @@ public Command BuildRestoreVersionNavCommand() { return command; } /// - /// Instantiates a new ListItemVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListItemVersionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ListItemVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListItemVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}{?%24expand,%24select}", rawUrl) { @@ -273,6 +278,7 @@ public ListItemVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Delete navigation property versions for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -281,7 +287,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -289,6 +295,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the metadata for a specific version of a ListItem. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -305,6 +312,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property versions in groups /// + /// 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 @@ -315,7 +323,7 @@ public RequestInformation ToPatchRequestInformation(ListItemVersion body, Action public RequestInformation ToPatchRequestInformation(ListItemVersion 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs index a17bdf44c3..4c53973be4 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RestoreVersionRequestBuilder : BaseCliRequestBuilder { /// Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreVersionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreVersionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}/restoreVersion", pathParameters) { } /// - /// Instantiates a new RestoreVersionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreVersionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}/restoreVersion", rawUrl) { @@ -84,6 +85,7 @@ public RestoreVersionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. /// + /// 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/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.cs index 1e378787aa..2f36026096 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class VersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the versions property of the microsoft.graph.listItem entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to versions for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to versions for groups"; @@ -121,6 +124,7 @@ public Command BuildCreateCommand() { /// SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0"; @@ -235,13 +239,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -249,6 +253,7 @@ public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -265,6 +270,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to versions for groups /// + /// 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 @@ -275,7 +281,7 @@ public RequestInformation ToPostRequestInformation(ListItemVersion body, Action< public RequestInformation ToPostRequestInformation(ListItemVersion 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.cs index f27b71c4cb..584f44a7c6 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ItemsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the items property of the microsoft.graph.list entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -46,6 +47,7 @@ public Tuple, List> BuildCommand() { /// Create a new [listItem][] in a [list][]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new [listItem][] in a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildCreateCommand() { /// Get the collection of [items][item] in a [list][]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of [items][item] in a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0"; @@ -210,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items{?%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items{?%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +227,7 @@ public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Get the collection of [items][item] in a [list][]. /// + /// 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,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new [listItem][] in a [list][]. /// + /// 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 @@ -250,7 +255,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.ListItem body, public RequestInformation ToPostRequestInformation(ApiSdk.Models.ListItem 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/items", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs index 3ff79d206a..ecf84aaa04 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class LastModifiedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who last modified the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who last modified the item. Read-only."; @@ -86,6 +87,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -102,6 +104,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -121,13 +124,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/lastModifiedByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/lastModifiedByUser{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Identity of the user who last modified the item. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index 38949fc4d9..b6f6d962c8 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -84,6 +85,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -143,13 +145,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -157,6 +159,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -173,6 +176,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -183,7 +187,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/lastModifiedByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 104ef40317..c6f8b3c651 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/lastModifiedByUser/serviceProvisioningErrors/$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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/lastModifiedByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index d396e40837..7243482776 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -146,13 +148,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +162,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Groups/Item/Sites/Item/Lists/Item/ListItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/ListItemRequestBuilder.cs index 311bdfa123..3eea264f56 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/ListItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/ListItemRequestBuilder.cs @@ -30,6 +30,7 @@ public class ListItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columns property of the microsoft.graph.list entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.list entity."; @@ -55,6 +56,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to manage the contentTypes property of the microsoft.graph.list entity. /// + /// A public Command BuildContentTypesNavCommand() { var command = new Command("content-types"); command.Description = "Provides operations to manage the contentTypes property of the microsoft.graph.list entity."; @@ -83,6 +85,7 @@ public Command BuildContentTypesNavCommand() { /// /// Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildCreatedByUserNavCommand() { var command = new Command("created-by-user"); command.Description = "Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity."; @@ -105,6 +108,7 @@ public Command BuildCreatedByUserNavCommand() { /// /// Delete navigation property lists for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property lists for groups"; @@ -150,6 +154,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the drive property of the microsoft.graph.list entity. /// + /// A public Command BuildDriveNavCommand() { var command = new Command("drive"); command.Description = "Provides operations to manage the drive property of the microsoft.graph.list entity."; @@ -166,6 +171,7 @@ public Command BuildDriveNavCommand() { /// Get a list of rich long-running operations associated with a list. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a list of rich long-running operations associated with a list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0"; @@ -228,6 +234,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the items property of the microsoft.graph.list entity. /// + /// A public Command BuildItemsNavCommand() { var command = new Command("items"); command.Description = "Provides operations to manage the items property of the microsoft.graph.list entity."; @@ -252,6 +259,7 @@ public Command BuildItemsNavCommand() { /// /// Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildLastModifiedByUserNavCommand() { var command = new Command("last-modified-by-user"); command.Description = "Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity."; @@ -274,6 +282,7 @@ public Command BuildLastModifiedByUserNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.list entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.list entity."; @@ -299,6 +308,7 @@ public Command BuildOperationsNavCommand() { /// /// Update the navigation property lists in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property lists in groups"; @@ -360,6 +370,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the subscriptions property of the microsoft.graph.list entity. /// + /// A public Command BuildSubscriptionsNavCommand() { var command = new Command("subscriptions"); command.Description = "Provides operations to manage the subscriptions property of the microsoft.graph.list entity."; @@ -383,13 +394,13 @@ public Command BuildSubscriptionsNavCommand() { return command; } /// - /// Instantiates a new ListItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ListItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}{?%24expand,%24select}", rawUrl) { @@ -397,6 +408,7 @@ public ListItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property lists for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -405,7 +417,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -413,6 +425,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get a list of rich long-running operations associated with a list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -429,6 +442,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property lists in groups /// + /// 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 @@ -439,7 +453,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.List body, Act public RequestInformation ToPatchRequestInformation(ApiSdk.Models.List 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Operations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Operations/Count/CountRequestBuilder.cs index 552ebb40e5..3e773138fc 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Operations/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/operations/$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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/operations/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Lists/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs index d475482fde..79cb612610 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class RichLongRunningOperationItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property operations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property operations for groups"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// The collection of long-running operations on the list. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of long-running operations on the list."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property operations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property operations in groups"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new RichLongRunningOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RichLongRunningOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/operations/{richLongRunningOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RichLongRunningOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RichLongRunningOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/operations/{richLongRunningOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public RichLongRunningOperationItemRequestBuilder(string rawUrl) : base("{+baseu /// /// Delete navigation property operations for groups /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/operations/{richLongRunningOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of long-running operations on the list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property operations in groups /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(RichLongRunningOperation bod public RequestInformation ToPatchRequestInformation(RichLongRunningOperation 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/operations/{richLongRunningOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Operations/OperationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Operations/OperationsRequestBuilder.cs index dda7aa817a..1ed801c65d 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Operations/OperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the operations property of the microsoft.graph.list entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new RichLongRunningOperationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to operations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to operations for groups"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// /// The collection of long-running operations on the list. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of long-running operations on the list."; @@ -219,13 +223,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -233,6 +237,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// The collection of long-running operations on the list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -249,6 +254,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for groups /// + /// 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 @@ -259,7 +265,7 @@ public RequestInformation ToPostRequestInformation(RichLongRunningOperation body public RequestInformation ToPostRequestInformation(RichLongRunningOperation 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Count/CountRequestBuilder.cs index 869628a428..2c1cf68727 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/subscriptions/$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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/subscriptions/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs index 2719117e59..e4b8f7682a 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs @@ -22,6 +22,7 @@ public class ReauthorizeRequestBuilder : BaseCliRequestBuilder { /// Reauthorize a subscription when you receive a reauthorizationRequired challenge. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reauthorize a subscription when you receive a reauthorizationRequired challenge.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReauthorizeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReauthorizeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/subscriptions/{subscription%2Did}/reauthorize", pathParameters) { } /// - /// Instantiates a new ReauthorizeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReauthorizeRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/subscriptions/{subscription%2Did}/reauthorize", rawUrl) { @@ -78,6 +79,7 @@ public ReauthorizeRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Reauthorize a subscription when you receive a reauthorizationRequired challenge. /// + /// 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/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Item/SubscriptionItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Item/SubscriptionItemRequestBuilder.cs index f73697dd67..6ae1491395 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Item/SubscriptionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Item/SubscriptionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class SubscriptionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property subscriptions for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property subscriptions for groups"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// The set of subscriptions on the list. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The set of subscriptions on the list."; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property subscriptions in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property subscriptions in groups"; @@ -209,6 +212,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the reauthorize method. /// + /// A public Command BuildReauthorizeNavCommand() { var command = new Command("reauthorize"); command.Description = "Provides operations to call the reauthorize method."; @@ -222,13 +226,13 @@ public Command BuildReauthorizeNavCommand() { return command; } /// - /// Instantiates a new SubscriptionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubscriptionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/subscriptions/{subscription%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubscriptionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubscriptionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/subscriptions/{subscription%2Did}{?%24expand,%24select}", rawUrl) { @@ -236,6 +240,7 @@ public SubscriptionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Delete navigation property subscriptions for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/subscriptions/{subscription%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The set of subscriptions on the list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property subscriptions in groups /// + /// 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 @@ -278,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(Subscription 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/subscriptions/{subscription%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/SubscriptionsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/SubscriptionsRequestBuilder.cs index a5c7c50b18..c65f1dfb09 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/SubscriptionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/SubscriptionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubscriptionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the subscriptions property of the microsoft.graph.list 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 subscriptions for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to subscriptions for groups"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// /// The set of subscriptions on the list. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The set of subscriptions on the list."; @@ -221,13 +225,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SubscriptionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubscriptionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/subscriptions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SubscriptionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubscriptionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/subscriptions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -235,6 +239,7 @@ public SubscriptionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// The set of subscriptions on the list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -251,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to subscriptions for groups /// + /// 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 @@ -261,7 +267,7 @@ public RequestInformation ToPostRequestInformation(Subscription 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}/groups/{group%2Did}/sites/{site%2Did}/lists/{list%2Did}/subscriptions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Lists/ListsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Lists/ListsRequestBuilder.cs index aa92059c60..2eb08ae3fd 100644 --- a/src/generated/Groups/Item/Sites/Item/Lists/ListsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Lists/ListsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ListsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the lists property of the microsoft.graph.site entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -44,6 +45,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."; @@ -60,6 +62,7 @@ public Command BuildCountNavCommand() { /// Create a new [list][] in a [site][]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new [list][] in a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0"; @@ -116,6 +119,7 @@ public Command BuildCreateCommand() { /// Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0"; @@ -218,13 +222,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ListsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ListsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/lists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -232,6 +236,7 @@ public ListsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -248,6 +253,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new [list][] in a [site][]. /// + /// 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 @@ -258,7 +264,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.List body, Acti public RequestInformation ToPostRequestInformation(ApiSdk.Models.List 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}/groups/{group%2Did}/sites/{site%2Did}/lists", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs index a13b72294a..b953a1bdcc 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/$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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.cs index 1720d5f7f9..65273f9591 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.cs @@ -17,7 +17,7 @@ public class GetNotebookFromWebUrlPostRequestBody : IAdditionalDataHolder, IPars public string WebUrl { get; set; } #endif /// - /// Instantiates a new getNotebookFromWebUrlPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetNotebookFromWebUrlPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public GetNotebookFromWebUrlPostRequestBody() { /// /// 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 GetNotebookFromWebUrlPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static GetNotebookFromWebUrlPostRequestBody CreateFromDiscriminatorValue( /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"webUrl", n => { WebUrl = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs index 07762cccf8..67bbc3d88f 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs @@ -23,6 +23,7 @@ public class GetNotebookFromWebUrlRequestBuilder : BaseCliRequestBuilder { /// Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetNotebookFromWebUrlRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetNotebookFromWebUrlRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/getNotebookFromWebUrl", pathParameters) { } /// - /// Instantiates a new GetNotebookFromWebUrlRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetNotebookFromWebUrlRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/getNotebookFromWebUrl", rawUrl) { @@ -90,6 +91,7 @@ public GetNotebookFromWebUrlRequestBuilder(string rawUrl) : base("{+baseurl}/gro /// /// Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. /// + /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksGetResponse.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksGetResponse.cs index 3637ecf684..6c0648da6e 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksGetResponse.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksGetResponse.cs @@ -18,6 +18,7 @@ public class GetRecentNotebooksWithIncludePersonalNotebooksGetResponse : BaseCol /// /// 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 new GetRecentNotebooksWithIncludePersonalNotebooksGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetRecentNotebooksWithIncludePersonalNotebooksGetResponse : BaseCol /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(RecentNotebook.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs index 3411d0f9e1..3e5c3d95b7 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder : Base /// /// Invoke function getRecentNotebooks /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getRecentNotebooks"; @@ -108,13 +109,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks}){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks}){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl) { @@ -122,6 +123,7 @@ public GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(string rawUr /// /// Invoke function getRecentNotebooks /// + /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.cs index 0b96b39009..26131def48 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyNotebookPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyNotebookPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyNotebookPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyNotebookPostRequestBody() { /// /// 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 CopyNotebookPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyNotebookPostRequestBody CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs index c72f46909c..75eba7a8b9 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyNotebookRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/copyNotebook", pathParameters) { } /// - /// Instantiates a new CopyNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/copyNotebook", rawUrl) { @@ -96,6 +97,7 @@ public CopyNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.cs index f7b6390e26..587b02cdca 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class NotebookItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the copyNotebook method. /// + /// A public Command BuildCopyNotebookNavCommand() { var command = new Command("copy-notebook"); command.Description = "Provides operations to call the copyNotebook method."; @@ -40,6 +41,7 @@ public Command BuildCopyNotebookNavCommand() { /// /// Delete navigation property notebooks for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property notebooks for groups"; @@ -86,6 +88,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a notebook object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a notebook object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0"; @@ -148,6 +151,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property notebooks in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property notebooks in groups"; @@ -209,6 +213,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. /// + /// A public Command BuildSectionGroupsNavCommand() { var command = new Command("section-groups"); command.Description = "Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity."; @@ -234,6 +239,7 @@ public Command BuildSectionGroupsNavCommand() { /// /// Provides operations to manage the sections property of the microsoft.graph.notebook entity. /// + /// A public Command BuildSectionsNavCommand() { var command = new Command("sections"); command.Description = "Provides operations to manage the sections property of the microsoft.graph.notebook entity."; @@ -257,13 +263,13 @@ public Command BuildSectionsNavCommand() { return command; } /// - /// Instantiates a new NotebookItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NotebookItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new NotebookItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NotebookItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}{?%24expand,%24select}", rawUrl) { @@ -271,6 +277,7 @@ public NotebookItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property notebooks for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -279,7 +286,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -287,6 +294,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a notebook 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 @@ -303,6 +311,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property notebooks in groups /// + /// 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 @@ -313,7 +322,7 @@ public RequestInformation ToPatchRequestInformation(Notebook 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs index f92e1a7b5e..ed0d7f5309 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/$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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index 4961841587..4af9ddde99 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the section group. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the section group. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the section group. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs index d9ba865673..e6c13f3898 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionGroupRequestBuilder : BaseCliRequestBuilder { /// /// The section group that contains the section group. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section group that contains the section group. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/parentSectionGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/parentSectionGroup{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// The section group that contains the section group. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs index 9fcd2fb897..79ad1ffff6 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class SectionGroupItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property sectionGroups for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sectionGroups for groups"; @@ -77,6 +78,7 @@ public Command BuildDeleteCommand() { /// /// The section groups in the notebook. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section groups in the notebook. Read-only. Nullable."; @@ -145,6 +147,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity."; @@ -160,6 +163,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildParentSectionGroupNavCommand() { var command = new Command("parent-section-group"); command.Description = "Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity."; @@ -175,6 +179,7 @@ public Command BuildParentSectionGroupNavCommand() { /// /// Update the navigation property sectionGroups in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sectionGroups in groups"; @@ -242,6 +247,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildSectionsNavCommand() { var command = new Command("sections"); command.Description = "Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity."; @@ -267,6 +273,7 @@ public Command BuildSectionsNavCommand() { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildSubSectionGroupsNavCommand() { var command = new Command("sub-section-groups"); command.Description = "Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity."; @@ -289,13 +296,13 @@ public Command BuildSubSectionGroupsNavCommand() { return command; } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}{?%24expand,%24select}", rawUrl) { @@ -303,6 +310,7 @@ public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Delete navigation property sectionGroups for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -311,7 +319,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -319,6 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The section groups in the notebook. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -335,6 +344,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sectionGroups in groups /// + /// 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 @@ -345,7 +355,7 @@ public RequestInformation ToPatchRequestInformation(SectionGroup 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs index 4ce50100f0..fd331fb3d3 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sectionGroups/$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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sectionGroups/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs index 25b4bf2349..40278cd1b6 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class SectionGroupItemRequestBuilder : BaseCliRequestBuilder { /// /// The section groups in the section. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section groups in the section. Read-only. Nullable."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sectionGroups/{sectionGroup%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sectionGroups/{sectionGroup%2Did1}{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// The section groups in the section. Read-only. Nullable. /// + /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs index 4f9df62b24..6dfae7eb89 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionGroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.Groups.Item.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Retrieve a list of section groups from the specified section group. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of section groups from the specified section group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0"; @@ -163,13 +166,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -177,6 +180,7 @@ public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Retrieve a list of section groups from the specified section group. /// + /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs index a9a6b04a32..71b7823e91 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/$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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs index f49f62ca99..9e297cd5e8 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToNotebookPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToNotebookPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToNotebookPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToNotebookPostRequestBody() { /// /// 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 CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index d66cf5f148..99a1cd51e1 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToNotebookRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"; @@ -94,13 +95,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToNotebook", pathParameters) { } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToNotebook", rawUrl) { @@ -108,6 +109,7 @@ public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs index 6065acf6e4..9607c71ba2 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToSectionGroupPostRequestBody : IAdditionalDataHolder, IParsabl public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionGroupPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionGroupPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToSectionGroupPostRequestBody() { /// /// 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 CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index a6d13a8aee..ad83a5dac9 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionGroupRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"; @@ -94,13 +95,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToSectionGroup", pathParameters) { } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToSectionGroup", rawUrl) { @@ -108,6 +109,7 @@ public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs index 9486826276..0e0c06ce72 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class OnenoteSectionItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the copyToNotebook method. /// + /// A public Command BuildCopyToNotebookNavCommand() { var command = new Command("copy-to-notebook"); command.Description = "Provides operations to call the copyToNotebook method."; @@ -42,6 +43,7 @@ public Command BuildCopyToNotebookNavCommand() { /// /// Provides operations to call the copyToSectionGroup method. /// + /// A public Command BuildCopyToSectionGroupNavCommand() { var command = new Command("copy-to-section-group"); command.Description = "Provides operations to call the copyToSectionGroup method."; @@ -57,6 +59,7 @@ public Command BuildCopyToSectionGroupNavCommand() { /// /// Delete navigation property sections for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sections for groups"; @@ -114,6 +117,7 @@ public Command BuildDeleteCommand() { /// /// The sections in the section group. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The sections in the section group. Read-only. Nullable."; @@ -188,6 +192,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildPagesNavCommand() { var command = new Command("pages"); command.Description = "Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity."; @@ -213,6 +218,7 @@ public Command BuildPagesNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity."; @@ -228,6 +234,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentSectionGroupNavCommand() { var command = new Command("parent-section-group"); command.Description = "Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity."; @@ -243,6 +250,7 @@ public Command BuildParentSectionGroupNavCommand() { /// /// Update the navigation property sections in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sections in groups"; @@ -314,13 +322,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteSectionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}{?%24expand,%24select}", rawUrl) { @@ -328,6 +336,7 @@ public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Delete navigation property sections for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -336,7 +345,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -344,6 +353,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The sections in the section group. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -360,6 +370,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sections in groups /// + /// 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 @@ -370,7 +381,7 @@ public RequestInformation ToPatchRequestInformation(OnenoteSection body, Action< public RequestInformation ToPatchRequestInformation(OnenoteSection 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index 2a9e327e32..441e9eae02 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/$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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs index 52517b8329..a2fd09d3a4 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The page's HTML content. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The page's HTML content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -91,6 +92,7 @@ public Command BuildGetCommand() { /// /// The page's HTML content. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The page's HTML content."; @@ -165,13 +167,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/content", rawUrl) { @@ -179,6 +181,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// The page's HTML 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 @@ -195,6 +198,7 @@ public RequestInformation ToGetRequestInformation(Action /// The page's HTML 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs index 8d3decbade..272e3381c9 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs @@ -41,7 +41,7 @@ public class CopyToSectionPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionPostRequestBody() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public CopyToSectionPostRequestBody() { /// /// 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 CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index 2f35539c04..3899eb9dcf 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionRequestBuilder : BaseCliRequestBuilder { /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"; @@ -100,13 +101,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", pathParameters) { } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", rawUrl) { @@ -114,6 +115,7 @@ public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs index 7f18f85e22..a980418059 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class OnenotePageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -44,6 +45,7 @@ public Command BuildContentNavCommand() { /// /// Provides operations to call the copyToSection method. /// + /// A public Command BuildCopyToSectionNavCommand() { var command = new Command("copy-to-section"); command.Description = "Provides operations to call the copyToSection method."; @@ -59,6 +61,7 @@ public Command BuildCopyToSectionNavCommand() { /// /// Delete navigation property pages for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property pages for groups"; @@ -122,6 +125,7 @@ public Command BuildDeleteCommand() { /// /// The collection of pages in the section. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of pages in the section. Read-only. Nullable."; @@ -202,6 +206,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the onenotePatchContent method. /// + /// A public Command BuildOnenotePatchContentNavCommand() { var command = new Command("onenote-patch-content"); command.Description = "Provides operations to call the onenotePatchContent method."; @@ -217,6 +222,7 @@ public Command BuildOnenotePatchContentNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity."; @@ -232,6 +238,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentSectionNavCommand() { var command = new Command("parent-section"); command.Description = "Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity."; @@ -247,6 +254,7 @@ public Command BuildParentSectionNavCommand() { /// /// Update the navigation property pages in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property pages in groups"; @@ -326,6 +334,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the preview method. /// + /// A public Command BuildPreviewNavCommand() { var command = new Command("preview"); command.Description = "Provides operations to call the preview method."; @@ -339,13 +348,13 @@ public Command BuildPreviewNavCommand() { return command; } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", rawUrl) { @@ -353,6 +362,7 @@ public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Delete navigation property pages for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -361,7 +371,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -369,6 +379,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of pages in the section. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -385,6 +396,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property pages in groups /// + /// 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 @@ -395,7 +407,7 @@ public RequestInformation ToPatchRequestInformation(OnenotePage 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs index cd97cbe057..eafd783e0c 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs @@ -18,7 +18,7 @@ public class OnenotePatchContentPostRequestBody : IAdditionalDataHolder, IParsab public List Commands { get; set; } #endif /// - /// Instantiates a new onenotePatchContentPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenotePatchContentPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public OnenotePatchContentPostRequestBody() { /// /// 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 OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"commands", n => { Commands = n.GetCollectionOfObjectValues(OnenotePatchContentCommand.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs index a3e8e200d7..f7e07368dd 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs @@ -21,6 +21,7 @@ public class OnenotePatchContentRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action onenotePatchContent /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action onenotePatchContent"; @@ -88,13 +89,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePatchContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", pathParameters) { } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", rawUrl) { @@ -102,6 +103,7 @@ public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Invoke action onenotePatchContent /// + /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index 162f2bf839..8a01fc8b35 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the page. Read-only."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the page. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs index 8f0ba8b411..1ff717b86a 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionRequestBuilder : BaseCliRequestBuilder { /// /// The section that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section that contains the page. Read-only."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// The section that contains the page. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs index 5293520bbd..6b1e29e708 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class PreviewRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function preview /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function preview"; @@ -86,13 +87,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PreviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", pathParameters) { } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", rawUrl) { @@ -100,6 +101,7 @@ public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Invoke function preview /// + /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs index 9d0ff21746..c4ecf886a9 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new page in the specified section. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new page in the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0"; @@ -132,6 +135,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of page objects from the specified section. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of page objects from the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -252,13 +256,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -266,6 +270,7 @@ public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Retrieve a list of page objects from the specified section. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -282,6 +287,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new page in the specified section. /// + /// 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 @@ -292,7 +298,7 @@ public RequestInformation ToPostRequestInformation(OnenotePage 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index 1bbb9676b3..e2c1f219d0 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the section. Read-only."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the section. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs index 984d17ce41..e96bdaa17c 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionGroupRequestBuilder : BaseCliRequestBuilder { /// /// The section group that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section group that contains the section. Read-only."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// The section group that contains the section. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs index e9ead4d3a9..7d28588cd7 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// Create a new onenoteSection in the specified section group. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new onenoteSection in the specified section group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0"; @@ -125,6 +128,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of onenoteSection objects from the specified section group. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of onenoteSection objects from the specified section group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0"; @@ -239,13 +243,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -253,6 +257,7 @@ public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Retrieve a list of onenoteSection objects from the specified section group. /// + /// 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 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new onenoteSection in the specified section group. /// + /// 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 +285,7 @@ public RequestInformation ToPostRequestInformation(OnenoteSection 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs index 511d797f99..5fb9ab0189 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionGroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// Create a new section group in the specified notebook. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new section group in the specified notebook.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0"; @@ -118,6 +121,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of section groups from the specified notebook. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of section groups from the specified notebook.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0"; @@ -226,13 +230,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -240,6 +244,7 @@ public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Retrieve a list of section groups from the specified notebook. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -256,6 +261,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new section group in the specified notebook. /// + /// 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 @@ -266,7 +272,7 @@ public RequestInformation ToPostRequestInformation(SectionGroup 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs index 4b2be86d1b..61e0937798 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/$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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs index efb2b98c16..518b340d2f 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToNotebookPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToNotebookPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToNotebookPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToNotebookPostRequestBody() { /// /// 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 CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 1569d1f504..ffd22e8cfc 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToNotebookRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"; @@ -88,13 +89,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/copyToNotebook", pathParameters) { } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/copyToNotebook", rawUrl) { @@ -102,6 +103,7 @@ public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs index 44631b3881..90fb35c183 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToSectionGroupPostRequestBody : IAdditionalDataHolder, IParsabl public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionGroupPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionGroupPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToSectionGroupPostRequestBody() { /// /// 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 CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 6389fc84bf..cb9feff658 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionGroupRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"; @@ -88,13 +89,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/copyToSectionGroup", pathParameters) { } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/copyToSectionGroup", rawUrl) { @@ -102,6 +103,7 @@ public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs index e0696f0a5c..e0def3a02c 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class OnenoteSectionItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the copyToNotebook method. /// + /// A public Command BuildCopyToNotebookNavCommand() { var command = new Command("copy-to-notebook"); command.Description = "Provides operations to call the copyToNotebook method."; @@ -42,6 +43,7 @@ public Command BuildCopyToNotebookNavCommand() { /// /// Provides operations to call the copyToSectionGroup method. /// + /// A public Command BuildCopyToSectionGroupNavCommand() { var command = new Command("copy-to-section-group"); command.Description = "Provides operations to call the copyToSectionGroup method."; @@ -57,6 +59,7 @@ public Command BuildCopyToSectionGroupNavCommand() { /// /// Delete navigation property sections for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sections for groups"; @@ -108,6 +111,7 @@ public Command BuildDeleteCommand() { /// /// The sections in the notebook. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The sections in the notebook. Read-only. Nullable."; @@ -176,6 +180,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildPagesNavCommand() { var command = new Command("pages"); command.Description = "Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity."; @@ -201,6 +206,7 @@ public Command BuildPagesNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity."; @@ -216,6 +222,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentSectionGroupNavCommand() { var command = new Command("parent-section-group"); command.Description = "Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity."; @@ -231,6 +238,7 @@ public Command BuildParentSectionGroupNavCommand() { /// /// Update the navigation property sections in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sections in groups"; @@ -296,13 +304,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteSectionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}{?%24expand,%24select}", rawUrl) { @@ -310,6 +318,7 @@ public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Delete navigation property sections for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -318,7 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -326,6 +335,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The sections in the notebook. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -342,6 +352,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sections in groups /// + /// 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 @@ -352,7 +363,7 @@ public RequestInformation ToPatchRequestInformation(OnenoteSection body, Action< public RequestInformation ToPatchRequestInformation(OnenoteSection 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index 38e5cb382e..ddbdb73f0e 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/$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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs index 991d45679d..b3eb5c0470 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The page's HTML content. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The page's HTML content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -85,6 +86,7 @@ public Command BuildGetCommand() { /// /// The page's HTML content. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The page's HTML content."; @@ -153,13 +155,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/content", rawUrl) { @@ -167,6 +169,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// The page's HTML 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 @@ -183,6 +186,7 @@ public RequestInformation ToGetRequestInformation(Action /// The page's HTML 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs index 1cbd71db4f..b6fa00691a 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs @@ -41,7 +41,7 @@ public class CopyToSectionPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionPostRequestBody() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public CopyToSectionPostRequestBody() { /// /// 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 CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index cc315d615e..d0fdf2569f 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionRequestBuilder : BaseCliRequestBuilder { /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"; @@ -94,13 +95,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", pathParameters) { } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", rawUrl) { @@ -108,6 +109,7 @@ public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs index 12234eb9df..916e55bb21 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class OnenotePageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -44,6 +45,7 @@ public Command BuildContentNavCommand() { /// /// Provides operations to call the copyToSection method. /// + /// A public Command BuildCopyToSectionNavCommand() { var command = new Command("copy-to-section"); command.Description = "Provides operations to call the copyToSection method."; @@ -59,6 +61,7 @@ public Command BuildCopyToSectionNavCommand() { /// /// Delete navigation property pages for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property pages for groups"; @@ -116,6 +119,7 @@ public Command BuildDeleteCommand() { /// /// The collection of pages in the section. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of pages in the section. Read-only. Nullable."; @@ -190,6 +194,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the onenotePatchContent method. /// + /// A public Command BuildOnenotePatchContentNavCommand() { var command = new Command("onenote-patch-content"); command.Description = "Provides operations to call the onenotePatchContent method."; @@ -205,6 +210,7 @@ public Command BuildOnenotePatchContentNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity."; @@ -220,6 +226,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentSectionNavCommand() { var command = new Command("parent-section"); command.Description = "Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity."; @@ -235,6 +242,7 @@ public Command BuildParentSectionNavCommand() { /// /// Update the navigation property pages in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property pages in groups"; @@ -308,6 +316,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the preview method. /// + /// A public Command BuildPreviewNavCommand() { var command = new Command("preview"); command.Description = "Provides operations to call the preview method."; @@ -321,13 +330,13 @@ public Command BuildPreviewNavCommand() { return command; } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", rawUrl) { @@ -335,6 +344,7 @@ public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Delete navigation property pages for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -343,7 +353,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -351,6 +361,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of pages in the section. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -367,6 +378,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property pages in groups /// + /// 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 @@ -377,7 +389,7 @@ public RequestInformation ToPatchRequestInformation(OnenotePage 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs index 4bc025c91d..611d38740f 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs @@ -18,7 +18,7 @@ public class OnenotePatchContentPostRequestBody : IAdditionalDataHolder, IParsab public List Commands { get; set; } #endif /// - /// Instantiates a new onenotePatchContentPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenotePatchContentPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public OnenotePatchContentPostRequestBody() { /// /// 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 OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"commands", n => { Commands = n.GetCollectionOfObjectValues(OnenotePatchContentCommand.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs index d8b02c0df5..bd87596386 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs @@ -21,6 +21,7 @@ public class OnenotePatchContentRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action onenotePatchContent /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action onenotePatchContent"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePatchContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", pathParameters) { } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", rawUrl) { @@ -96,6 +97,7 @@ public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Invoke action onenotePatchContent /// + /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index cb14bf45c5..8d1949afd9 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the page. Read-only."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the page. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs index 6f264732d2..c4b0020f81 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionRequestBuilder : BaseCliRequestBuilder { /// /// The section that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section that contains the page. Read-only."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// The section that contains the page. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs index fe8c1a10ee..434ec92d5b 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class PreviewRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function preview /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function preview"; @@ -80,13 +81,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PreviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", pathParameters) { } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", rawUrl) { @@ -94,6 +95,7 @@ public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Invoke function preview /// + /// 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/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs index 8bca28e5b5..0492822864 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new page in the specified section. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new page in the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0"; @@ -126,6 +129,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of page objects from the specified section. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of page objects from the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -240,13 +244,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -254,6 +258,7 @@ public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Retrieve a list of page objects from the specified section. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -270,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new page in the specified section. /// + /// 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 @@ -280,7 +286,7 @@ public RequestInformation ToPostRequestInformation(OnenotePage 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index ace1e550b4..e23dd2e5c2 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the section. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the section. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs index bcf1854b92..438ce63144 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionGroupRequestBuilder : BaseCliRequestBuilder { /// /// The section group that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section group that contains the section. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// The section group that contains the section. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs index c21cce02c7..c65c1e162f 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sections property of the microsoft.graph.notebook entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// Create a new onenoteSection in the specified notebook. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new onenoteSection in the specified notebook.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0"; @@ -119,6 +122,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of onenoteSection objects from the specified notebook. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of onenoteSection objects from the specified notebook.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0"; @@ -227,13 +231,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -241,6 +245,7 @@ public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Retrieve a list of onenoteSection objects from the specified notebook. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -257,6 +262,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new onenoteSection in the specified notebook. /// + /// 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 @@ -267,7 +273,7 @@ public RequestInformation ToPostRequestInformation(OnenoteSection 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs index b30b36c043..cc8fe5f4b7 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs @@ -26,6 +26,7 @@ public class NotebooksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// Create a new OneNote notebook. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new OneNote notebook.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0"; @@ -112,6 +115,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the getNotebookFromWebUrl method. /// + /// A public Command BuildGetNotebookFromWebUrlNavCommand() { var command = new Command("get-notebook-from-web-url"); command.Description = "Provides operations to call the getNotebookFromWebUrl method."; @@ -127,6 +131,7 @@ public Command BuildGetNotebookFromWebUrlNavCommand() { /// /// Provides operations to call the getRecentNotebooks method. /// + /// A public Command BuildGetRecentNotebooksWithIncludePersonalNotebooksRbCommand() { var command = new Command("get-recent-notebooks-with-include-personal-notebooks"); command.Description = "Provides operations to call the getRecentNotebooks method."; @@ -143,6 +148,7 @@ public Command BuildGetRecentNotebooksWithIncludePersonalNotebooksRbCommand() { /// Retrieve a list of notebook objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of notebook objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0"; @@ -245,13 +251,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new NotebooksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NotebooksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new NotebooksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NotebooksRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -259,6 +265,7 @@ public NotebooksRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Retrieve a list of notebook objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -275,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new OneNote notebook. /// + /// 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 @@ -285,7 +293,7 @@ public RequestInformation ToPostRequestInformation(Notebook 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/notebooks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/OnenoteRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/OnenoteRequestBuilder.cs index 7f5487abd5..ae8f31ea7f 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/OnenoteRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/OnenoteRequestBuilder.cs @@ -28,6 +28,7 @@ public class OnenoteRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property onenote for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property onenote for groups"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Calls the OneNote service for notebook related operations. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Calls the OneNote service for notebook related operations."; @@ -123,6 +125,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. /// + /// A public Command BuildNotebooksNavCommand() { var command = new Command("notebooks"); command.Description = "Provides operations to manage the notebooks property of the microsoft.graph.onenote entity."; @@ -150,6 +153,7 @@ public Command BuildNotebooksNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.onenote entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.onenote entity."; @@ -175,6 +179,7 @@ public Command BuildOperationsNavCommand() { /// /// Provides operations to manage the pages property of the microsoft.graph.onenote entity. /// + /// A public Command BuildPagesNavCommand() { var command = new Command("pages"); command.Description = "Provides operations to manage the pages property of the microsoft.graph.onenote entity."; @@ -200,6 +205,7 @@ public Command BuildPagesNavCommand() { /// /// Update the navigation property onenote in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property onenote in groups"; @@ -255,6 +261,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resources property of the microsoft.graph.onenote entity. /// + /// A public Command BuildResourcesNavCommand() { var command = new Command("resources"); command.Description = "Provides operations to manage the resources property of the microsoft.graph.onenote entity."; @@ -280,6 +287,7 @@ public Command BuildResourcesNavCommand() { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. /// + /// A public Command BuildSectionGroupsNavCommand() { var command = new Command("section-groups"); command.Description = "Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity."; @@ -305,6 +313,7 @@ public Command BuildSectionGroupsNavCommand() { /// /// Provides operations to manage the sections property of the microsoft.graph.onenote entity. /// + /// A public Command BuildSectionsNavCommand() { var command = new Command("sections"); command.Description = "Provides operations to manage the sections property of the microsoft.graph.onenote entity."; @@ -328,13 +337,13 @@ public Command BuildSectionsNavCommand() { return command; } /// - /// Instantiates a new OnenoteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote{?%24expand,%24select}", rawUrl) { @@ -342,6 +351,7 @@ public OnenoteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Delete navigation property onenote for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -350,7 +360,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -358,6 +368,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Calls the OneNote service for notebook related operations. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -374,6 +385,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property onenote in groups /// + /// 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 @@ -384,7 +396,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Onenote body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Onenote 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}/groups/{group%2Did}/sites/{site%2Did}/onenote", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Operations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Operations/Count/CountRequestBuilder.cs index e1528a8f9e..4dc19bf19d 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Operations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Operations/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/operations/$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}/groups/{group%2Did}/sites/{site%2Did}/onenote/operations/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.cs index 1feab96122..185b9c65e8 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class OnenoteOperationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property operations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property operations for groups"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0"; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property operations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property operations in groups"; @@ -189,13 +192,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/operations/{onenoteOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/operations/{onenoteOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -203,6 +206,7 @@ public OnenoteOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/grou /// /// Delete navigation property operations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/operations/{onenoteOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property operations in groups /// + /// 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 @@ -245,7 +251,7 @@ public RequestInformation ToPatchRequestInformation(OnenoteOperation body, Actio public RequestInformation ToPatchRequestInformation(OnenoteOperation 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/operations/{onenoteOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Operations/OperationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Operations/OperationsRequestBuilder.cs index df5f34c932..eef1c581c5 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Operations/OperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the operations property of the microsoft.graph.onenote entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new OnenoteOperationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to operations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to operations for groups"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for groups /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(OnenoteOperation body, Action public RequestInformation ToPostRequestInformation(OnenoteOperation 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Count/CountRequestBuilder.cs index 3613a7f08b..e05d200b58 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages/$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}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Onenote/Pages/Item/Content/ContentRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/Content/ContentRequestBuilder.cs index feb3928993..805771419d 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The page's HTML content. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The page's HTML content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0"; @@ -73,6 +74,7 @@ public Command BuildGetCommand() { /// /// The page's HTML content. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The page's HTML content."; @@ -129,13 +131,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages/{onenotePage%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}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/content", rawUrl) { @@ -143,6 +145,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// The page's HTML 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 @@ -159,6 +162,7 @@ public RequestInformation ToGetRequestInformation(Action /// The page's HTML 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/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs index b7ef08e6f8..08c30fce0a 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs @@ -41,7 +41,7 @@ public class CopyToSectionPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionPostRequestBody() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public CopyToSectionPostRequestBody() { /// /// 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 CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index b413799f73..5d3491e6d8 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionRequestBuilder : BaseCliRequestBuilder { /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/copyToSection", pathParameters) { } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/copyToSection", rawUrl) { @@ -96,6 +97,7 @@ public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.cs index 03e761e130..52d90b4f30 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class OnenotePageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -44,6 +45,7 @@ public Command BuildContentNavCommand() { /// /// Provides operations to call the copyToSection method. /// + /// A public Command BuildCopyToSectionNavCommand() { var command = new Command("copy-to-section"); command.Description = "Provides operations to call the copyToSection method."; @@ -60,6 +62,7 @@ public Command BuildCopyToSectionNavCommand() { /// Delete a OneNote page. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a OneNote page.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0"; @@ -106,6 +109,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0"; @@ -168,6 +172,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the onenotePatchContent method. /// + /// A public Command BuildOnenotePatchContentNavCommand() { var command = new Command("onenote-patch-content"); command.Description = "Provides operations to call the onenotePatchContent method."; @@ -183,6 +188,7 @@ public Command BuildOnenotePatchContentNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity."; @@ -198,6 +204,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentSectionNavCommand() { var command = new Command("parent-section"); command.Description = "Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity."; @@ -213,6 +220,7 @@ public Command BuildParentSectionNavCommand() { /// /// Update the navigation property pages in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property pages in groups"; @@ -274,6 +282,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the preview method. /// + /// A public Command BuildPreviewNavCommand() { var command = new Command("preview"); command.Description = "Provides operations to call the preview method."; @@ -287,13 +296,13 @@ public Command BuildPreviewNavCommand() { return command; } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}{?%24expand,%24select}", rawUrl) { @@ -301,6 +310,7 @@ public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Delete a OneNote page. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -309,7 +319,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -317,6 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -333,6 +344,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property pages in groups /// + /// 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 @@ -343,7 +355,7 @@ public RequestInformation ToPatchRequestInformation(OnenotePage 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs index 9a465be53f..40d9133950 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs @@ -18,7 +18,7 @@ public class OnenotePatchContentPostRequestBody : IAdditionalDataHolder, IParsab public List Commands { get; set; } #endif /// - /// Instantiates a new onenotePatchContentPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenotePatchContentPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public OnenotePatchContentPostRequestBody() { /// /// 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 OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"commands", n => { Commands = n.GetCollectionOfObjectValues(OnenotePatchContentCommand.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs index a71364d650..aec9960b0e 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs @@ -21,6 +21,7 @@ public class OnenotePatchContentRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action onenotePatchContent /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action onenotePatchContent"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePatchContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/onenotePatchContent", pathParameters) { } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/onenotePatchContent", rawUrl) { @@ -84,6 +85,7 @@ public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Invoke action onenotePatchContent /// + /// 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/Groups/Item/Sites/Item/Onenote/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index dfda51e417..1fb644ca09 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the page. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the page. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs index ac26541b76..cc4a9e3bce 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionRequestBuilder : BaseCliRequestBuilder { /// /// The section that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section that contains the page. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// The section that contains the page. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/Preview/PreviewRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/Preview/PreviewRequestBuilder.cs index dee2fe44b7..484b374acb 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/Preview/PreviewRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/Item/Preview/PreviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class PreviewRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function preview /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function preview"; @@ -68,13 +69,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PreviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/preview()", pathParameters) { } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/preview()", rawUrl) { @@ -82,6 +83,7 @@ public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Invoke function preview /// + /// 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/Groups/Item/Sites/Item/Onenote/Pages/PagesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/PagesRequestBuilder.cs index 79a966d998..c81c58693d 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Pages/PagesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Pages/PagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the pages property of the microsoft.graph.onenote entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-post-pages?view=graph-rest-1.0"; @@ -114,6 +117,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of page objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of page objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0"; @@ -216,13 +220,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -230,6 +234,7 @@ public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Retrieve a list of page objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,6 +251,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. /// + /// 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 @@ -256,7 +262,7 @@ public RequestInformation ToPostRequestInformation(OnenotePage 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/pages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Resources/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Resources/Count/CountRequestBuilder.cs index 33df96b7ad..fd2fee6425 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Resources/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Resources/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/resources/$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}/groups/{group%2Did}/sites/{site%2Did}/onenote/resources/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Onenote/Resources/Item/Content/ContentRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Resources/Item/Content/ContentRequestBuilder.cs index 0e1ad04886..c0e28035d0 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Resources/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Resources/Item/Content/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// The content stream /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream"; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// The content stream /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream"; @@ -128,13 +130,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/resources/{onenoteResource%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}/groups/{group%2Did}/sites/{site%2Did}/onenote/resources/{onenoteResource%2Did}/content", rawUrl) { @@ -142,6 +144,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// The content stream /// + /// 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,6 +161,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream /// + /// 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/Groups/Item/Sites/Item/Onenote/Resources/Item/OnenoteResourceItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Resources/Item/OnenoteResourceItemRequestBuilder.cs index 40f6c0c107..2fb6a7ca8b 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Resources/Item/OnenoteResourceItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Resources/Item/OnenoteResourceItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class OnenoteResourceItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// Delete navigation property resources for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resources for groups"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable."; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resources in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resources in groups"; @@ -205,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteResourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/resources/{onenoteResource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/resources/{onenoteResource%2Did}{?%24expand,%24select}", rawUrl) { @@ -219,6 +223,7 @@ public OnenoteResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Delete navigation property resources for groups /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/resources/{onenoteResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -235,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -251,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resources in groups /// + /// 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 @@ -261,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(OnenoteResource body, Action public RequestInformation ToPatchRequestInformation(OnenoteResource 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/resources/{onenoteResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Resources/ResourcesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Resources/ResourcesRequestBuilder.cs index 8dc7f12c94..06e751c877 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Resources/ResourcesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Resources/ResourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resources property of the microsoft.graph.onenote 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 resources for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to resources for groups"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to resources for groups /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(OnenoteResource body, Action< public RequestInformation ToPostRequestInformation(OnenoteResource 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/resources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs index c3f953d3c7..ecbb8be5c0 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/$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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index 0682f5763c..9b7582fe25 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the section group. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the section group. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the section group. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs index dc79a2cef5..5096ea8afb 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionGroupRequestBuilder : BaseCliRequestBuilder { /// /// The section group that contains the section group. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section group that contains the section group. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/parentSectionGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/parentSectionGroup{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// The section group that contains the section group. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.cs index 434d40fd55..6a17974aae 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class SectionGroupItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property sectionGroups for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sectionGroups for groups"; @@ -72,6 +73,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a sectionGroup object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a sectionGroup object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0"; @@ -134,6 +136,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity."; @@ -149,6 +152,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildParentSectionGroupNavCommand() { var command = new Command("parent-section-group"); command.Description = "Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity."; @@ -164,6 +168,7 @@ public Command BuildParentSectionGroupNavCommand() { /// /// Update the navigation property sectionGroups in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sectionGroups in groups"; @@ -225,6 +230,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildSectionsNavCommand() { var command = new Command("sections"); command.Description = "Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity."; @@ -250,6 +256,7 @@ public Command BuildSectionsNavCommand() { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildSubSectionGroupsNavCommand() { var command = new Command("sub-section-groups"); command.Description = "Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity."; @@ -272,13 +279,13 @@ public Command BuildSubSectionGroupsNavCommand() { return command; } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}{?%24expand,%24select}", rawUrl) { @@ -286,6 +293,7 @@ public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Delete navigation property sectionGroups for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -294,7 +302,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -302,6 +310,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a sectionGroup 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 @@ -318,6 +327,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sectionGroups in groups /// + /// 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 @@ -328,7 +338,7 @@ public RequestInformation ToPatchRequestInformation(SectionGroup 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs index bf5c4ce743..3f133985cb 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sectionGroups/$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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sectionGroups/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs index 3f630936e3..3c8053582d 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class SectionGroupItemRequestBuilder : BaseCliRequestBuilder { /// /// The section groups in the section. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section groups in the section. Read-only. Nullable."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sectionGroups/{sectionGroup%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sectionGroups/{sectionGroup%2Did1}{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// The section groups in the section. Read-only. Nullable. /// + /// 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/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs index 6d42a07713..de9da45e55 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionGroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.Groups.Item.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Retrieve a list of section groups from the specified section group. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of section groups from the specified section group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0"; @@ -157,13 +160,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -171,6 +174,7 @@ public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Retrieve a list of section groups from the specified section group. /// + /// 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/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs index 0b80024baa..1bef581918 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/$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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs index 5120916542..8d67817d27 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToNotebookPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToNotebookPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToNotebookPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToNotebookPostRequestBody() { /// /// 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 CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 87942dbdd2..4fc80aa5b4 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToNotebookRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"; @@ -88,13 +89,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToNotebook", pathParameters) { } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToNotebook", rawUrl) { @@ -102,6 +103,7 @@ public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs index 6cb2d6ebc1..4b15608045 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToSectionGroupPostRequestBody : IAdditionalDataHolder, IParsabl public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionGroupPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionGroupPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToSectionGroupPostRequestBody() { /// /// 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 CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index f34a108fc7..64b66d8da1 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionGroupRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"; @@ -88,13 +89,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToSectionGroup", pathParameters) { } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToSectionGroup", rawUrl) { @@ -102,6 +103,7 @@ public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs index 7431136452..6de9669373 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class OnenoteSectionItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the copyToNotebook method. /// + /// A public Command BuildCopyToNotebookNavCommand() { var command = new Command("copy-to-notebook"); command.Description = "Provides operations to call the copyToNotebook method."; @@ -42,6 +43,7 @@ public Command BuildCopyToNotebookNavCommand() { /// /// Provides operations to call the copyToSectionGroup method. /// + /// A public Command BuildCopyToSectionGroupNavCommand() { var command = new Command("copy-to-section-group"); command.Description = "Provides operations to call the copyToSectionGroup method."; @@ -57,6 +59,7 @@ public Command BuildCopyToSectionGroupNavCommand() { /// /// Delete navigation property sections for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sections for groups"; @@ -108,6 +111,7 @@ public Command BuildDeleteCommand() { /// /// The sections in the section group. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The sections in the section group. Read-only. Nullable."; @@ -176,6 +180,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildPagesNavCommand() { var command = new Command("pages"); command.Description = "Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity."; @@ -201,6 +206,7 @@ public Command BuildPagesNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity."; @@ -216,6 +222,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentSectionGroupNavCommand() { var command = new Command("parent-section-group"); command.Description = "Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity."; @@ -231,6 +238,7 @@ public Command BuildParentSectionGroupNavCommand() { /// /// Update the navigation property sections in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sections in groups"; @@ -296,13 +304,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteSectionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}{?%24expand,%24select}", rawUrl) { @@ -310,6 +318,7 @@ public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Delete navigation property sections for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -318,7 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -326,6 +335,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The sections in the section group. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -342,6 +352,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sections in groups /// + /// 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 @@ -352,7 +363,7 @@ public RequestInformation ToPatchRequestInformation(OnenoteSection body, Action< public RequestInformation ToPatchRequestInformation(OnenoteSection 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index c684b9ca8c..53bc11b4ac 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/$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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs index 4fbbba3096..bd09a041c2 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The page's HTML content. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The page's HTML content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -85,6 +86,7 @@ public Command BuildGetCommand() { /// /// The page's HTML content. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The page's HTML content."; @@ -153,13 +155,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/content", rawUrl) { @@ -167,6 +169,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// The page's HTML 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 @@ -183,6 +186,7 @@ public RequestInformation ToGetRequestInformation(Action /// The page's HTML 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/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs index b44d139abc..72f6eec602 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs @@ -41,7 +41,7 @@ public class CopyToSectionPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionPostRequestBody() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public CopyToSectionPostRequestBody() { /// /// 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 CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index a500633d7f..f9afd22fd7 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionRequestBuilder : BaseCliRequestBuilder { /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"; @@ -94,13 +95,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", pathParameters) { } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", rawUrl) { @@ -108,6 +109,7 @@ public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs index ab12947a68..3f2050195a 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class OnenotePageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -44,6 +45,7 @@ public Command BuildContentNavCommand() { /// /// Provides operations to call the copyToSection method. /// + /// A public Command BuildCopyToSectionNavCommand() { var command = new Command("copy-to-section"); command.Description = "Provides operations to call the copyToSection method."; @@ -59,6 +61,7 @@ public Command BuildCopyToSectionNavCommand() { /// /// Delete navigation property pages for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property pages for groups"; @@ -116,6 +119,7 @@ public Command BuildDeleteCommand() { /// /// The collection of pages in the section. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of pages in the section. Read-only. Nullable."; @@ -190,6 +194,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the onenotePatchContent method. /// + /// A public Command BuildOnenotePatchContentNavCommand() { var command = new Command("onenote-patch-content"); command.Description = "Provides operations to call the onenotePatchContent method."; @@ -205,6 +210,7 @@ public Command BuildOnenotePatchContentNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity."; @@ -220,6 +226,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentSectionNavCommand() { var command = new Command("parent-section"); command.Description = "Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity."; @@ -235,6 +242,7 @@ public Command BuildParentSectionNavCommand() { /// /// Update the navigation property pages in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property pages in groups"; @@ -308,6 +316,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the preview method. /// + /// A public Command BuildPreviewNavCommand() { var command = new Command("preview"); command.Description = "Provides operations to call the preview method."; @@ -321,13 +330,13 @@ public Command BuildPreviewNavCommand() { return command; } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", rawUrl) { @@ -335,6 +344,7 @@ public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Delete navigation property pages for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -343,7 +353,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -351,6 +361,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of pages in the section. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -367,6 +378,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property pages in groups /// + /// 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 @@ -377,7 +389,7 @@ public RequestInformation ToPatchRequestInformation(OnenotePage 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs index 0a72c54ef2..8320fe0c06 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs @@ -18,7 +18,7 @@ public class OnenotePatchContentPostRequestBody : IAdditionalDataHolder, IParsab public List Commands { get; set; } #endif /// - /// Instantiates a new onenotePatchContentPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenotePatchContentPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public OnenotePatchContentPostRequestBody() { /// /// 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 OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"commands", n => { Commands = n.GetCollectionOfObjectValues(OnenotePatchContentCommand.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs index 53cd944809..c63954b8d9 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs @@ -21,6 +21,7 @@ public class OnenotePatchContentRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action onenotePatchContent /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action onenotePatchContent"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePatchContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", pathParameters) { } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", rawUrl) { @@ -96,6 +97,7 @@ public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Invoke action onenotePatchContent /// + /// 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/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index de83deba77..41ca494c22 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the page. Read-only."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the page. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs index aa4180a370..550ad09e0d 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionRequestBuilder : BaseCliRequestBuilder { /// /// The section that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section that contains the page. Read-only."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// The section that contains the page. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs index c9c3835fc6..362336603d 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class PreviewRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function preview /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function preview"; @@ -80,13 +81,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PreviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", pathParameters) { } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", rawUrl) { @@ -94,6 +95,7 @@ public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Invoke function preview /// + /// 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/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs index c10dfcbffa..3e0b367451 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new page in the specified section. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new page in the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0"; @@ -126,6 +129,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of page objects from the specified section. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of page objects from the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -240,13 +244,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -254,6 +258,7 @@ public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Retrieve a list of page objects from the specified section. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -270,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new page in the specified section. /// + /// 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 @@ -280,7 +286,7 @@ public RequestInformation ToPostRequestInformation(OnenotePage 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index e197f5dedc..aabbd871d7 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the section. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the section. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs index cc58735e7e..946a417331 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionGroupRequestBuilder : BaseCliRequestBuilder { /// /// The section group that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section group that contains the section. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// The section group that contains the section. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs index 7764da3df0..9d23d2a012 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// Create a new onenoteSection in the specified section group. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new onenoteSection in the specified section group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0"; @@ -119,6 +122,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of onenoteSection objects from the specified section group. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of onenoteSection objects from the specified section group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0"; @@ -227,13 +231,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -241,6 +245,7 @@ public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Retrieve a list of onenoteSection objects from the specified section group. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -257,6 +262,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new onenoteSection in the specified section group. /// + /// 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 @@ -267,7 +273,7 @@ public RequestInformation ToPostRequestInformation(OnenoteSection 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs index 7caa583766..587166794b 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionGroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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 new navigation property to sectionGroups for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to sectionGroups for groups"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of sectionGroup objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of sectionGroup objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0"; @@ -213,13 +217,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -227,6 +231,7 @@ public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Retrieve a list of sectionGroup objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -243,6 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to sectionGroups for groups /// + /// 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 @@ -253,7 +259,7 @@ public RequestInformation ToPostRequestInformation(SectionGroup 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sectionGroups", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Count/CountRequestBuilder.cs index e2d6e83148..568001ce06 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/$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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs index da165e0d6b..13dacc77bb 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToNotebookPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToNotebookPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToNotebookPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToNotebookPostRequestBody() { /// /// 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 CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index dfa4f66aad..43026b78a8 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToNotebookRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/copyToNotebook", pathParameters) { } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/copyToNotebook", rawUrl) { @@ -96,6 +97,7 @@ public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs index fef8403b00..8494a0be58 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToSectionGroupPostRequestBody : IAdditionalDataHolder, IParsabl public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionGroupPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionGroupPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToSectionGroupPostRequestBody() { /// /// 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 CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 15081e29a7..2895310b2e 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionGroupRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/copyToSectionGroup", pathParameters) { } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/copyToSectionGroup", rawUrl) { @@ -96,6 +97,7 @@ public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.cs index 770b6c3e55..4db47dab9a 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class OnenoteSectionItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the copyToNotebook method. /// + /// A public Command BuildCopyToNotebookNavCommand() { var command = new Command("copy-to-notebook"); command.Description = "Provides operations to call the copyToNotebook method."; @@ -42,6 +43,7 @@ public Command BuildCopyToNotebookNavCommand() { /// /// Provides operations to call the copyToSectionGroup method. /// + /// A public Command BuildCopyToSectionGroupNavCommand() { var command = new Command("copy-to-section-group"); command.Description = "Provides operations to call the copyToSectionGroup method."; @@ -57,6 +59,7 @@ public Command BuildCopyToSectionGroupNavCommand() { /// /// Delete navigation property sections for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sections for groups"; @@ -103,6 +106,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a onenoteSection object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a onenoteSection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0"; @@ -165,6 +169,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildPagesNavCommand() { var command = new Command("pages"); command.Description = "Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity."; @@ -190,6 +195,7 @@ public Command BuildPagesNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity."; @@ -205,6 +211,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentSectionGroupNavCommand() { var command = new Command("parent-section-group"); command.Description = "Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity."; @@ -220,6 +227,7 @@ public Command BuildParentSectionGroupNavCommand() { /// /// Update the navigation property sections in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sections in groups"; @@ -279,13 +287,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteSectionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}{?%24expand,%24select}", rawUrl) { @@ -293,6 +301,7 @@ public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Delete navigation property sections for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -301,7 +310,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -309,6 +318,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a onenoteSection 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 @@ -325,6 +335,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sections in groups /// + /// 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 @@ -335,7 +346,7 @@ public RequestInformation ToPatchRequestInformation(OnenoteSection body, Action< public RequestInformation ToPatchRequestInformation(OnenoteSection 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs index b896d18307..0fb5f6b0a9 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/$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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs index 99a3c56ac2..a5f426036d 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The page's HTML content. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The page's HTML content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -79,6 +80,7 @@ public Command BuildGetCommand() { /// /// The page's HTML content. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The page's HTML content."; @@ -141,13 +143,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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/content", rawUrl) { @@ -155,6 +157,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// The page's HTML 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 @@ -171,6 +174,7 @@ public RequestInformation ToGetRequestInformation(Action /// The page's HTML 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/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs index e2e2c7d67b..9d0a094ad1 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs @@ -41,7 +41,7 @@ public class CopyToSectionPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionPostRequestBody() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public CopyToSectionPostRequestBody() { /// /// 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 CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index f0286ff7dc..7ad2d06ba7 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionRequestBuilder : BaseCliRequestBuilder { /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"; @@ -88,13 +89,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", pathParameters) { } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", rawUrl) { @@ -102,6 +103,7 @@ public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs index 5ae20d85f0..93afd3db84 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class OnenotePageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -44,6 +45,7 @@ public Command BuildContentNavCommand() { /// /// Provides operations to call the copyToSection method. /// + /// A public Command BuildCopyToSectionNavCommand() { var command = new Command("copy-to-section"); command.Description = "Provides operations to call the copyToSection method."; @@ -59,6 +61,7 @@ public Command BuildCopyToSectionNavCommand() { /// /// Delete navigation property pages for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property pages for groups"; @@ -110,6 +113,7 @@ public Command BuildDeleteCommand() { /// /// The collection of pages in the section. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of pages in the section. Read-only. Nullable."; @@ -178,6 +182,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the onenotePatchContent method. /// + /// A public Command BuildOnenotePatchContentNavCommand() { var command = new Command("onenote-patch-content"); command.Description = "Provides operations to call the onenotePatchContent method."; @@ -193,6 +198,7 @@ public Command BuildOnenotePatchContentNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity."; @@ -208,6 +214,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentSectionNavCommand() { var command = new Command("parent-section"); command.Description = "Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity."; @@ -223,6 +230,7 @@ public Command BuildParentSectionNavCommand() { /// /// Update the navigation property pages in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property pages in groups"; @@ -290,6 +298,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the preview method. /// + /// A public Command BuildPreviewNavCommand() { var command = new Command("preview"); command.Description = "Provides operations to call the preview method."; @@ -303,13 +312,13 @@ public Command BuildPreviewNavCommand() { return command; } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", rawUrl) { @@ -317,6 +326,7 @@ public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Delete navigation property pages for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -325,7 +335,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -333,6 +343,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of pages in the section. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -349,6 +360,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property pages in groups /// + /// 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 @@ -359,7 +371,7 @@ public RequestInformation ToPatchRequestInformation(OnenotePage 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs index 1b023f1f2b..029f5c6481 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs @@ -18,7 +18,7 @@ public class OnenotePatchContentPostRequestBody : IAdditionalDataHolder, IParsab public List Commands { get; set; } #endif /// - /// Instantiates a new onenotePatchContentPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenotePatchContentPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public OnenotePatchContentPostRequestBody() { /// /// 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 OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"commands", n => { Commands = n.GetCollectionOfObjectValues(OnenotePatchContentCommand.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs index 3d7a5af8f8..4adfbfe42e 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs @@ -21,6 +21,7 @@ public class OnenotePatchContentRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action onenotePatchContent /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action onenotePatchContent"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePatchContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", pathParameters) { } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", rawUrl) { @@ -90,6 +91,7 @@ public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Invoke action onenotePatchContent /// + /// 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/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index 76ca8f21c2..a0cb3f21e7 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the page. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the page. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs index 8dc769c2df..011f00f8f0 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionRequestBuilder : BaseCliRequestBuilder { /// /// The section that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section that contains the page. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// The section that contains the page. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs index 49136293f2..85fa27978e 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class PreviewRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function preview /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function preview"; @@ -74,13 +75,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PreviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", pathParameters) { } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", rawUrl) { @@ -88,6 +89,7 @@ public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Invoke function preview /// + /// 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/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs index 82e4ad6ae6..c18ec08a6b 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new page in the specified section. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new page in the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0"; @@ -120,6 +123,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of page objects from the specified section. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of page objects from the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -228,13 +232,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -242,6 +246,7 @@ public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Retrieve a list of page objects from the specified section. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -258,6 +263,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new page in the specified section. /// + /// 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 @@ -268,7 +274,7 @@ public RequestInformation ToPostRequestInformation(OnenotePage 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index c970e62bd9..d0cb025d16 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the section. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// The notebook that contains the section. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs index 301610db0d..3ed574142d 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionGroupRequestBuilder : BaseCliRequestBuilder { /// /// The section group that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section group that contains the section. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// The section group that contains the section. 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 diff --git a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/SectionsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/SectionsRequestBuilder.cs index f5b5844a4c..ad912e4134 100644 --- a/src/generated/Groups/Item/Sites/Item/Onenote/Sections/SectionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Onenote/Sections/SectionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sections property of the microsoft.graph.onenote entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to sections for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to sections for groups"; @@ -112,6 +115,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of onenoteSection objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of onenoteSection objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0"; @@ -214,13 +218,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -228,6 +232,7 @@ public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Retrieve a list of onenoteSection objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,6 +249,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to sections for groups /// + /// 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 @@ -254,7 +260,7 @@ public RequestInformation ToPostRequestInformation(OnenoteSection 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}/groups/{group%2Did}/sites/{site%2Did}/onenote/sections", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Operations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Operations/Count/CountRequestBuilder.cs index 668b036994..5bf2b4a227 100644 --- a/src/generated/Groups/Item/Sites/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Operations/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/operations/$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}/groups/{group%2Did}/sites/{site%2Did}/operations/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs index 730f65d585..f08b1b9d47 100644 --- a/src/generated/Groups/Item/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class RichLongRunningOperationItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property operations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property operations for groups"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Get the status of a rich long-running operation on a site or a list. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the status of a rich long-running operation on a site or a list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0"; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property operations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property operations in groups"; @@ -189,13 +192,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new RichLongRunningOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RichLongRunningOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/operations/{richLongRunningOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RichLongRunningOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RichLongRunningOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/operations/{richLongRunningOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -203,6 +206,7 @@ public RichLongRunningOperationItemRequestBuilder(string rawUrl) : base("{+baseu /// /// Delete navigation property operations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,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}/groups/{group%2Did}/sites/{site%2Did}/operations/{richLongRunningOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the status of a rich long-running operation on a site or a list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property operations in groups /// + /// 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 @@ -245,7 +251,7 @@ public RequestInformation ToPatchRequestInformation(RichLongRunningOperation bod public RequestInformation ToPatchRequestInformation(RichLongRunningOperation 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}/groups/{group%2Did}/sites/{site%2Did}/operations/{richLongRunningOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Operations/OperationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Operations/OperationsRequestBuilder.cs index 181d419732..10afb58f39 100644 --- a/src/generated/Groups/Item/Sites/Item/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Operations/OperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the operations property of the microsoft.graph.site entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new RichLongRunningOperationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to operations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to operations for groups"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// Get a list of rich long-running operations associated with a site. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of rich long-running operations associated with a site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0"; @@ -208,13 +212,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -222,6 +226,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get a list of rich long-running operations associated with a site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -238,6 +243,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for groups /// + /// 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 @@ -248,7 +254,7 @@ public RequestInformation ToPostRequestInformation(RichLongRunningOperation body public RequestInformation ToPostRequestInformation(RichLongRunningOperation 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}/groups/{group%2Did}/sites/{site%2Did}/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Permissions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Permissions/Count/CountRequestBuilder.cs index 33a3a1a1ee..32cd37b745 100644 --- a/src/generated/Groups/Item/Sites/Item/Permissions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Permissions/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/permissions/$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}/groups/{group%2Did}/sites/{site%2Did}/permissions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantPostRequestBody.cs b/src/generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantPostRequestBody.cs index 5ec23d2a16..35f09766ec 100644 --- a/src/generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantPostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantPostRequestBody.cs @@ -26,7 +26,7 @@ public class GrantPostRequestBody : IAdditionalDataHolder, IParsable { public List Roles { get; set; } #endif /// - /// Instantiates a new grantPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GrantPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public GrantPostRequestBody() { /// /// 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 GrantPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static GrantPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"recipients", n => { Recipients = n.GetCollectionOfObjectValues(DriveRecipient.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantPostResponse.cs b/src/generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantPostResponse.cs index 38d37dd8f1..fb424ee584 100644 --- a/src/generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantPostResponse.cs +++ b/src/generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantPostResponse.cs @@ -18,6 +18,7 @@ public class GrantPostResponse : BaseCollectionPaginationCountResponse, IParsabl /// /// 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 new GrantPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GrantPostResponse : BaseCollectionPaginationCountResponse, IParsabl /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Permission.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.cs index 6ac5655a41..848f9832c7 100644 --- a/src/generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.cs @@ -22,6 +22,7 @@ public class GrantRequestBuilder : BaseCliRequestBuilder { /// Grant users access to a link represented by a [permission][]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Grant users access to a link represented by a [permission][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0"; @@ -92,13 +93,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GrantRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GrantRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/permissions/{permission%2Did}/grant", pathParameters) { } /// - /// Instantiates a new GrantRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GrantRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/permissions/{permission%2Did}/grant", rawUrl) { @@ -106,6 +107,7 @@ public GrantRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Grant users access to a link represented by a [permission][]. /// + /// 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/Groups/Item/Sites/Item/Permissions/Item/PermissionItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Permissions/Item/PermissionItemRequestBuilder.cs index f60f976590..183d7d54c5 100644 --- a/src/generated/Groups/Item/Sites/Item/Permissions/Item/PermissionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Permissions/Item/PermissionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class PermissionItemRequestBuilder : BaseCliRequestBuilder { /// Delete a permission object on a site. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a permission object on a site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0"; @@ -70,6 +71,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a permission object on a site. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a permission object on a site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0"; @@ -132,6 +134,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the grant method. /// + /// A public Command BuildGrantNavCommand() { var command = new Command("grant"); command.Description = "Provides operations to call the grant method."; @@ -148,6 +151,7 @@ public Command BuildGrantNavCommand() { /// Update an application permission object on a site. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update an application permission object on a site. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0"; @@ -207,13 +211,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PermissionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermissionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/permissions/{permission%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PermissionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermissionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/permissions/{permission%2Did}{?%24expand,%24select}", rawUrl) { @@ -221,6 +225,7 @@ public PermissionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Delete a permission object on a site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/permissions/{permission%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -237,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a permission object on a site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update an application permission object on a site. /// + /// 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 @@ -263,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Permission bod public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Permission 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}/groups/{group%2Did}/sites/{site%2Did}/permissions/{permission%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Permissions/PermissionsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Permissions/PermissionsRequestBuilder.cs index 22c0261c35..40824b74b3 100644 --- a/src/generated/Groups/Item/Sites/Item/Permissions/PermissionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Permissions/PermissionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class PermissionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the permissions property of the microsoft.graph.site 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new permission object on a site. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new permission object on a site. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// Get the permission resources from the permissions navigation property on a site. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the permission resources from the permissions navigation property on a site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0"; @@ -211,13 +215,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PermissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermissionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PermissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermissionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -225,6 +229,7 @@ public PermissionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Get the permission resources from the permissions navigation property on a site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +246,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new permission object on a site. /// + /// 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 @@ -251,7 +257,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.Permission body public RequestInformation ToPostRequestInformation(ApiSdk.Models.Permission 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}/groups/{group%2Did}/sites/{site%2Did}/permissions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/SiteItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/SiteItemRequestBuilder.cs index a82e5527d0..067571d9e7 100644 --- a/src/generated/Groups/Item/Sites/Item/SiteItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/SiteItemRequestBuilder.cs @@ -42,6 +42,7 @@ public class SiteItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the analytics property of the microsoft.graph.site entity. /// + /// A public Command BuildAnalyticsNavCommand() { var command = new Command("analytics"); command.Description = "Provides operations to manage the analytics property of the microsoft.graph.site entity."; @@ -67,6 +68,7 @@ public Command BuildAnalyticsNavCommand() { /// /// Provides operations to manage the columns property of the microsoft.graph.site entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.site entity."; @@ -92,6 +94,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to manage the contentTypes property of the microsoft.graph.site entity. /// + /// A public Command BuildContentTypesNavCommand() { var command = new Command("content-types"); command.Description = "Provides operations to manage the contentTypes property of the microsoft.graph.site entity."; @@ -120,6 +123,7 @@ public Command BuildContentTypesNavCommand() { /// /// Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildCreatedByUserNavCommand() { var command = new Command("created-by-user"); command.Description = "Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity."; @@ -142,6 +146,7 @@ public Command BuildCreatedByUserNavCommand() { /// /// Provides operations to manage the drive property of the microsoft.graph.site entity. /// + /// A public Command BuildDriveNavCommand() { var command = new Command("drive"); command.Description = "Provides operations to manage the drive property of the microsoft.graph.site entity."; @@ -157,6 +162,7 @@ public Command BuildDriveNavCommand() { /// /// Provides operations to manage the drives property of the microsoft.graph.site entity. /// + /// A public Command BuildDrivesNavCommand() { var command = new Command("drives"); command.Description = "Provides operations to manage the drives property of the microsoft.graph.site entity."; @@ -181,6 +187,7 @@ public Command BuildDrivesNavCommand() { /// /// Provides operations to manage the externalColumns property of the microsoft.graph.site entity. /// + /// A public Command BuildExternalColumnsNavCommand() { var command = new Command("external-columns"); command.Description = "Provides operations to manage the externalColumns property of the microsoft.graph.site entity."; @@ -205,6 +212,7 @@ public Command BuildExternalColumnsNavCommand() { /// /// Provides operations to call the getActivitiesByInterval method. /// + /// A public Command BuildGetActivitiesByIntervalNavCommand() { var command = new Command("get-activities-by-interval"); command.Description = "Provides operations to call the getActivitiesByInterval method."; @@ -220,6 +228,7 @@ public Command BuildGetActivitiesByIntervalNavCommand() { /// /// Provides operations to call the getActivitiesByInterval method. /// + /// A public Command BuildGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRbCommand() { var command = new Command("get-activities-by-interval-with-start-date-time-with-end-date-time-with-interval"); command.Description = "Provides operations to call the getActivitiesByInterval method."; @@ -235,6 +244,7 @@ public Command BuildGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithI /// /// Provides operations to call the getApplicableContentTypesForList method. /// + /// A public Command BuildGetApplicableContentTypesForListWithListIdRbCommand() { var command = new Command("get-applicable-content-types-for-list-with-list-id"); command.Description = "Provides operations to call the getApplicableContentTypesForList method."; @@ -250,6 +260,7 @@ public Command BuildGetApplicableContentTypesForListWithListIdRbCommand() { /// /// Provides operations to call the getByPath method. /// + /// A public Command BuildGetByPathWithPathRbCommand() { var command = new Command("get-by-path-with-path"); command.Description = "Provides operations to call the getByPath method."; @@ -290,6 +301,7 @@ public Command BuildGetByPathWithPathRbCommand() { /// /// The list of SharePoint sites in this group. Access the default site with /sites/root. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of SharePoint sites in this group. Access the default site with /sites/root."; @@ -346,6 +358,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the items property of the microsoft.graph.site entity. /// + /// A public Command BuildItemsNavCommand() { var command = new Command("items"); command.Description = "Provides operations to manage the items property of the microsoft.graph.site entity."; @@ -370,6 +383,7 @@ public Command BuildItemsNavCommand() { /// /// Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildLastModifiedByUserNavCommand() { var command = new Command("last-modified-by-user"); command.Description = "Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity."; @@ -392,6 +406,7 @@ public Command BuildLastModifiedByUserNavCommand() { /// /// Provides operations to manage the lists property of the microsoft.graph.site entity. /// + /// A public Command BuildListsNavCommand() { var command = new Command("lists"); command.Description = "Provides operations to manage the lists property of the microsoft.graph.site entity."; @@ -417,6 +432,7 @@ public Command BuildListsNavCommand() { /// /// Provides operations to manage the onenote property of the microsoft.graph.site entity. /// + /// A public Command BuildOnenoteNavCommand() { var command = new Command("onenote"); command.Description = "Provides operations to manage the onenote property of the microsoft.graph.site entity."; @@ -445,6 +461,7 @@ public Command BuildOnenoteNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.site entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.site entity."; @@ -470,6 +487,7 @@ public Command BuildOperationsNavCommand() { /// /// Update the navigation property sites in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sites in groups"; @@ -525,6 +543,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the permissions property of the microsoft.graph.site entity. /// + /// A public Command BuildPermissionsNavCommand() { var command = new Command("permissions"); command.Description = "Provides operations to manage the permissions property of the microsoft.graph.site entity."; @@ -550,6 +569,7 @@ public Command BuildPermissionsNavCommand() { /// /// Provides operations to manage the sites property of the microsoft.graph.site entity. /// + /// A public Command BuildSubSitesNavCommand() { var command = new Command("sub-sites"); command.Description = "Provides operations to manage the sites property of the microsoft.graph.site entity."; @@ -574,6 +594,7 @@ public Command BuildSubSitesNavCommand() { /// /// Provides operations to manage the termStore property of the microsoft.graph.site entity. /// + /// A public Command BuildTermStoreNavCommand() { var command = new Command("term-store"); command.Description = "Provides operations to manage the termStore property of the microsoft.graph.site entity."; @@ -598,6 +619,7 @@ public Command BuildTermStoreNavCommand() { /// /// Provides operations to manage the termStores property of the microsoft.graph.site entity. /// + /// A public Command BuildTermStoresNavCommand() { var command = new Command("term-stores"); command.Description = "Provides operations to manage the termStores property of the microsoft.graph.site entity."; @@ -621,13 +643,13 @@ public Command BuildTermStoresNavCommand() { return command; } /// - /// Instantiates a new SiteItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SiteItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SiteItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SiteItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}{?%24expand,%24select}", rawUrl) { @@ -635,6 +657,7 @@ public SiteItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The list of SharePoint sites in this group. Access the default site with /sites/root. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -651,6 +674,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sites in groups /// + /// 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 @@ -661,7 +685,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Site body, Act public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Site 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}/groups/{group%2Did}/sites/{site%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/Sites/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Sites/Count/CountRequestBuilder.cs index 846fad8014..3591efee9b 100644 --- a/src/generated/Groups/Item/Sites/Item/Sites/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%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}/groups/{group%2Did}/sites/{site%2Did}/sites/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/Sites/Item/SiteItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Sites/Item/SiteItemRequestBuilder.cs index 621e053c5b..5044664d22 100644 --- a/src/generated/Groups/Item/Sites/Item/Sites/Item/SiteItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Sites/Item/SiteItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class SiteItemRequestBuilder : BaseCliRequestBuilder { /// /// The collection of the sub-sites under this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of the sub-sites under this site."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SiteItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SiteItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/sites/{site%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SiteItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SiteItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/sites/{site%2Did1}{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public SiteItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The collection of the sub-sites under this site. /// + /// 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/Groups/Item/Sites/Item/Sites/SitesRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/Sites/SitesRequestBuilder.cs index c1284bb1be..7a313afa36 100644 --- a/src/generated/Groups/Item/Sites/Item/Sites/SitesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/Sites/SitesRequestBuilder.cs @@ -24,6 +24,7 @@ public class SitesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sites property of the microsoft.graph.site entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.Groups.Item.Sites.Item.Sites.Item.SiteItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get a collection of subsites defined for a [site][]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a collection of subsites defined for a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0"; @@ -151,13 +154,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}/groups/{group%2Did}/sites/{site%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}/groups/{group%2Did}/sites/{site%2Did}/sites{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -165,6 +168,7 @@ public SitesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Get a collection of subsites defined for a [site][]. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Count/CountRequestBuilder.cs index 88ebda16a3..b581065198 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Groups/GroupsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/GroupsRequestBuilder.cs index 53fea792cb..73a3bb2158 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/GroupsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/GroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class GroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the groups property of the microsoft.graph.termStore.store 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new group object in a term store. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new group object in a term store.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// Get a list of group objects in a term store. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of group objects in a term store.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0"; @@ -211,13 +215,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new GroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -225,6 +229,7 @@ public GroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// Get a list of group objects in a term store. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +246,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new group object in a term store. /// + /// 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 @@ -251,7 +257,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Group public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Group 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilder.cs index ace53bf0a2..267c8fe3bf 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class GroupItemRequestBuilder : BaseCliRequestBuilder { /// Delete a group object in a term [store]. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a group object in a term [store].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0"; @@ -70,6 +71,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a term store group object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a term store group object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0"; @@ -132,6 +134,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property groups in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property groups in groups"; @@ -193,6 +196,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. /// + /// A public Command BuildSetsNavCommand() { var command = new Command("sets"); command.Description = "Provides operations to manage the sets property of the microsoft.graph.termStore.group entity."; @@ -216,13 +220,13 @@ public Command BuildSetsNavCommand() { return command; } /// - /// Instantiates a new GroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}{?%24expand,%24select}", rawUrl) { @@ -230,6 +234,7 @@ public GroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Delete a group object in a term [store]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -238,7 +243,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -246,6 +251,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a term store group 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 @@ -262,6 +268,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property groups in groups /// + /// 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 @@ -272,7 +279,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Grou public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Group 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Count/CountRequestBuilder.cs index d20a3c919b..61f66f1105 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs index 9da89d31de..2e73d2b626 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.set 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 term object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0"; @@ -123,6 +126,7 @@ public Command BuildCreateCommand() { /// Get the first level children of a [set] or [term] resource using the children navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the first level children of a [set] or [term] resource using the children navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"; @@ -237,13 +241,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -251,6 +255,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Get the first level children of a [set] or [term] resource using the children navigation 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 @@ -267,6 +272,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new term 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 @@ -277,7 +283,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs index 5ef7870b61..f2e18e7df6 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index 8651020d3a..55eae6800e 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to children for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to children for groups"; @@ -126,6 +129,7 @@ public Command BuildCreateCommand() { /// /// Children of current term. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Children of current term."; @@ -246,13 +250,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -260,6 +264,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +281,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to children for groups /// + /// 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 @@ -286,7 +292,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index d78a963acf..cc05d4a695 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 479e2b0964..031bbb2d8b 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/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"; @@ -89,13 +90,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -103,6 +104,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 8ff3fe8458..f9aff003f6 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index 191489c604..cb12a21d52 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -94,6 +95,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -109,6 +111,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -195,6 +198,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -280,6 +284,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -295,6 +300,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -308,13 +314,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -322,6 +328,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,7 +337,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -338,6 +345,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -354,6 +362,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -364,7 +373,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index 236388a17c..bf2c7deeb7 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 73c5212aad..1f4da16671 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 6a5240f19e..9fd47a06c4 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -133,6 +136,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -259,13 +263,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -273,6 +277,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -289,6 +294,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -299,7 +305,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs index 3a3a648d05..411e4a6ad4 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs index 880f7e377b..b72f97831a 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for groups"; @@ -87,6 +88,7 @@ public Command BuildDeleteCommand() { /// /// Children of current term. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children of current term."; @@ -167,6 +169,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in groups"; @@ -246,6 +249,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -271,6 +275,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -284,13 +289,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", rawUrl) { @@ -298,6 +303,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property children for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -306,7 +312,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -314,6 +320,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,6 +337,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in groups /// + /// 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 @@ -340,7 +348,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index ccdc97dcd1..a13bd627b7 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index e0f75e3153..71cc9ce453 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index edeba9de41..b62a5e9eeb 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -88,6 +89,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -103,6 +105,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -183,6 +186,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -262,6 +266,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -277,6 +282,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -290,13 +296,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -304,6 +310,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,7 +319,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -320,6 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -336,6 +344,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -346,7 +355,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index ae96399bb1..c8fb154bb5 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 84712018cf..5595f15394 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 76a2556473..947dff0aad 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -127,6 +130,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -247,13 +251,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -261,6 +265,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -277,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -287,7 +293,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Set/SetRequestBuilder.cs index 4271fc25d0..d667536f90 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/TermItemRequestBuilder.cs index 993cde0be8..de33783077 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/TermItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for groups"; @@ -82,6 +83,7 @@ public Command BuildDeleteCommand() { /// /// Children terms of set in term [store]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children terms of set in term [store]."; @@ -156,6 +158,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in groups"; @@ -229,6 +232,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -254,6 +258,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -269,6 +274,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSubChildrenNavCommand() { var command = new Command("sub-children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.term entity."; @@ -292,13 +298,13 @@ public Command BuildSubChildrenNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}{?%24expand,%24select}", rawUrl) { @@ -306,6 +312,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property children for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -314,7 +321,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -322,6 +329,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children terms of set in term [store]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -338,6 +346,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in groups /// + /// 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 @@ -348,7 +357,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs index 380b647d50..4e71475061 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentGroupRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property parentGroup for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property parentGroup for groups"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// The parent [group] that contains the set. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The parent [group] that contains the set."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property parentGroup in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property parentGroup in groups"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ParentGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/parentGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/parentGroup{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public ParentGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Delete navigation property parentGroup for groups /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/parentGroup", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The parent [group] that contains the set. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property parentGroup in groups /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Grou public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Group 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/parentGroup", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs index d0a11df42f..fac099a35c 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 2a1b6becbc..a8ac147657 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs index 5d049fa2eb..dd8314fc99 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -82,6 +83,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -97,6 +99,7 @@ public Command BuildFromTermNavCommand() { /// /// Indicates which terms have been pinned or reused directly under the set. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Indicates which terms have been pinned or reused directly under the set."; @@ -171,6 +174,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -244,6 +248,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -259,6 +264,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -272,13 +278,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -286,6 +292,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -294,7 +301,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -302,6 +309,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Indicates which terms have been pinned or reused directly under the set. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -318,6 +326,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -328,7 +337,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs index f42620d425..1434739f41 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 9688eb03f4..485664d7e3 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs index e49549386e..5465350652 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.set 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -122,6 +125,7 @@ public Command BuildCreateCommand() { /// Get the different relation of a [term] or [set] from the relations navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the different relation of a [term] or [set] from the relations navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"; @@ -236,13 +240,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -250,6 +254,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Get the different relation of a [term] or [set] from the relations navigation 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 @@ -266,6 +271,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -276,7 +282,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/SetItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/SetItemRequestBuilder.cs index d3caaa4296..8b1e24109a 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/SetItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/SetItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class SetItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildChildrenNavCommand() { var command = new Command("children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.set entity."; @@ -51,6 +52,7 @@ public Command BuildChildrenNavCommand() { /// /// Delete navigation property sets for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sets for groups"; @@ -102,6 +104,7 @@ public Command BuildDeleteCommand() { /// /// All sets under the group in a term [store]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "All sets under the group in a term [store]."; @@ -170,6 +173,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildParentGroupNavCommand() { var command = new Command("parent-group"); command.Description = "Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity."; @@ -187,6 +191,7 @@ public Command BuildParentGroupNavCommand() { /// /// Update the navigation property sets in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sets in groups"; @@ -254,6 +259,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.set entity."; @@ -279,6 +285,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildTermsNavCommand() { var command = new Command("terms"); command.Description = "Provides operations to manage the terms property of the microsoft.graph.termStore.set entity."; @@ -302,13 +309,13 @@ public Command BuildTermsNavCommand() { return command; } /// - /// Instantiates a new SetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}{?%24expand,%24select}", rawUrl) { @@ -316,6 +323,7 @@ public SetItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Delete navigation property sets for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -324,7 +332,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -332,6 +340,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// All sets under the group in a term [store]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -348,6 +357,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sets in groups /// + /// 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 @@ -358,7 +368,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Set public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Set 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs index f5cd1d3213..54538a68fb 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index b1dd368b87..6ffca5b3ba 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to children for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to children for groups"; @@ -126,6 +129,7 @@ public Command BuildCreateCommand() { /// /// Children of current term. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Children of current term."; @@ -246,13 +250,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -260,6 +264,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +281,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to children for groups /// + /// 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 @@ -286,7 +292,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index ac8ffa91be..28340ef2e4 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index e886dd5b83..e69e4b9105 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/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"; @@ -89,13 +90,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -103,6 +104,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index f3435b2606..376dfafc3c 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index 55eb06fe36..83a1e5e9cc 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -94,6 +95,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -109,6 +111,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -195,6 +198,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -280,6 +284,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -295,6 +300,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -308,13 +314,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -322,6 +328,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,7 +337,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -338,6 +345,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -354,6 +362,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -364,7 +373,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index 9ff095e747..42f771f9be 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 8752623d5f..e2d366096b 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 6ceab76bc4..cfbde45fab 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -133,6 +136,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -259,13 +263,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -273,6 +277,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -289,6 +294,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -299,7 +305,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs index 1eb1abe395..717dd9661b 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs index d3736d07e8..cb927ffd70 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for groups"; @@ -87,6 +88,7 @@ public Command BuildDeleteCommand() { /// /// Children of current term. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children of current term."; @@ -167,6 +169,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in groups"; @@ -246,6 +249,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -271,6 +275,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -284,13 +289,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", rawUrl) { @@ -298,6 +303,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property children for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -306,7 +312,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -314,6 +320,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,6 +337,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in groups /// + /// 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 @@ -340,7 +348,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index 0cf311f261..06cb7141fc 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 5062a9bb22..a5f71045f4 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs index c6dcd6d57b..0efcd2fa22 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -88,6 +89,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -103,6 +105,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -183,6 +186,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -262,6 +266,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -277,6 +282,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -290,13 +296,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -304,6 +310,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,7 +319,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -320,6 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -336,6 +344,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -346,7 +355,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs index ad247d977d..4f0db9798c 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 1d2edd6766..c99f211da5 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index fa75729f16..6866799685 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -127,6 +130,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -247,13 +251,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -261,6 +265,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -277,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -287,7 +293,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs index f9b4227f0e..d5687aa0f2 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.cs index 6f19348556..7cf8202fb5 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildChildrenNavCommand() { var command = new Command("children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.term entity."; @@ -51,6 +52,7 @@ public Command BuildChildrenNavCommand() { /// Delete a term object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0"; @@ -109,6 +111,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a term object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"; @@ -184,6 +187,7 @@ public Command BuildGetCommand() { /// Update the properties of a term object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0"; @@ -257,6 +261,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -282,6 +287,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -295,13 +301,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}{?%24expand,%24select}", rawUrl) { @@ -309,6 +315,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete a term 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 @@ -317,7 +324,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -325,6 +332,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a term 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 @@ -341,6 +349,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a term 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 @@ -351,7 +360,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs index 17fa400c50..a806a1e18d 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the terms property of the microsoft.graph.termStore.set 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to terms for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to terms for groups"; @@ -121,6 +124,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a term object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a term object."; @@ -235,13 +239,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TermsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TermsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -249,6 +253,7 @@ public TermsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Read the properties and relationships of a term 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 @@ -265,6 +270,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to terms for groups /// + /// 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 @@ -275,7 +281,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets/{set%2Did}/terms", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.cs index ea77ef9329..8b993a9956 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SetsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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 new navigation property to sets for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to sets for groups"; @@ -117,6 +120,7 @@ public Command BuildCreateCommand() { /// Get a list of the set objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the set objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0"; @@ -225,13 +229,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -239,6 +243,7 @@ public SetsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/ /// /// Get a list of the set 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 @@ -255,6 +260,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to sets for groups /// + /// 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 @@ -265,7 +271,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Set b public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Set 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/groups/{group%2Did1}/sets", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Count/CountRequestBuilder.cs index f400379059..3cb576546a 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.cs index 0e9e23e021..d54fea471d 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.set 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 term object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0"; @@ -117,6 +120,7 @@ public Command BuildCreateCommand() { /// Get the first level children of a [set] or [term] resource using the children navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the first level children of a [set] or [term] resource using the children navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"; @@ -225,13 +229,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -239,6 +243,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Get the first level children of a [set] or [term] resource using the children navigation 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 @@ -255,6 +260,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new term 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 @@ -265,7 +271,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Count/CountRequestBuilder.cs index 9cfa8b5779..7ebe66a1ce 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index 2b6c02ce37..1cc4e38f26 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to children for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to children for groups"; @@ -120,6 +123,7 @@ public Command BuildCreateCommand() { /// /// Children of current term. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Children of current term."; @@ -234,13 +238,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -248,6 +252,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Children of current term. /// + /// 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 +269,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to children for groups /// + /// 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 +280,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index 7e79bffc09..4fc9c7cf8d 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 45b84d4397..b23d4d0a22 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index ec80fa8bc3..8f889327a4 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index 5db87ce794..a52c7057a6 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -88,6 +89,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -103,6 +105,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -183,6 +186,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -262,6 +266,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -277,6 +282,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -290,13 +296,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -304,6 +310,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,7 +319,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -320,6 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -336,6 +344,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -346,7 +355,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index f4c8ed2ef2..adec4cf62d 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 72b595975a..b4c623b6fb 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 160240716d..4083d8b0a1 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -127,6 +130,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -247,13 +251,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -261,6 +265,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -277,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -287,7 +293,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs index aa64a4eed4..7adcc678b9 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs index dac562a3ab..2a2fda15d8 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for groups"; @@ -81,6 +82,7 @@ public Command BuildDeleteCommand() { /// /// Children of current term. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children of current term."; @@ -155,6 +157,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in groups"; @@ -228,6 +231,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -253,6 +257,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -266,13 +271,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", rawUrl) { @@ -280,6 +285,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property children for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -288,7 +294,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -296,6 +302,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,6 +319,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in groups /// + /// 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 @@ -322,7 +330,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 0560615fbd..b8c4a09d34 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 41214d0d55..3aca1dfbd5 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index 5549cc6fd2..dd1d03ac01 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -82,6 +83,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -97,6 +99,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -171,6 +174,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -244,6 +248,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -259,6 +264,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -272,13 +278,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -286,6 +292,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -294,7 +301,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -302,6 +309,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -318,6 +326,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -328,7 +337,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index 93847ee2f0..ca30dbccc2 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index f392525540..9f59a9830b 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 33da3881b5..5bab764a64 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -121,6 +124,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -235,13 +239,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -249,6 +253,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -265,6 +270,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -275,7 +281,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Set/SetRequestBuilder.cs index b2866fc59c..86d47a9d7e 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/TermItemRequestBuilder.cs index b76dac0269..13cd8897c2 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Children/Item/TermItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for groups"; @@ -76,6 +77,7 @@ public Command BuildDeleteCommand() { /// /// Children terms of set in term [store]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children terms of set in term [store]."; @@ -144,6 +146,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in groups"; @@ -211,6 +214,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -236,6 +240,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -251,6 +256,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSubChildrenNavCommand() { var command = new Command("sub-children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.term entity."; @@ -274,13 +280,13 @@ public Command BuildSubChildrenNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}{?%24expand,%24select}", rawUrl) { @@ -288,6 +294,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property children for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -296,7 +303,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -304,6 +311,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children terms of set in term [store]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -320,6 +328,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in groups /// + /// 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 @@ -330,7 +339,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs index f62ddcf386..0115ab634b 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class ParentGroupRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property parentGroup for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property parentGroup for groups"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// The parent [group] that contains the set. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The parent [group] that contains the set."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property parentGroup in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property parentGroup in groups"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. /// + /// A public Command BuildSetsNavCommand() { var command = new Command("sets"); command.Description = "Provides operations to manage the sets property of the microsoft.graph.termStore.group entity."; @@ -214,13 +218,13 @@ public Command BuildSetsNavCommand() { return command; } /// - /// Instantiates a new ParentGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup{?%24expand,%24select}", rawUrl) { @@ -228,6 +232,7 @@ public ParentGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Delete navigation property parentGroup for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -236,7 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -244,6 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The parent [group] that contains the set. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,6 +266,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property parentGroup in groups /// + /// 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 @@ -270,7 +277,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Grou public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Group 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs index cd39284066..7f8fc87d3a 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs index b20806b8e2..fddee64314 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.set 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 term object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0"; @@ -123,6 +126,7 @@ public Command BuildCreateCommand() { /// Get the first level children of a [set] or [term] resource using the children navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the first level children of a [set] or [term] resource using the children navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"; @@ -237,13 +241,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -251,6 +255,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Get the first level children of a [set] or [term] resource using the children navigation 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 @@ -267,6 +272,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new term 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 @@ -277,7 +283,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs index 21662d43e0..5b2669b9a0 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index 7b01f8e424..535a0eb260 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to children for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to children for groups"; @@ -126,6 +129,7 @@ public Command BuildCreateCommand() { /// /// Children of current term. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Children of current term."; @@ -246,13 +250,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -260,6 +264,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +281,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to children for groups /// + /// 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 @@ -286,7 +292,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index 508513203c..2823969f6a 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index fa63a79476..1718495ab9 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/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"; @@ -89,13 +90,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -103,6 +104,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index ef61116396..ed79db89fb 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index e313709146..07bd7abe97 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -94,6 +95,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -109,6 +111,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -195,6 +198,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -280,6 +284,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -295,6 +300,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -308,13 +314,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -322,6 +328,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,7 +337,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -338,6 +345,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -354,6 +362,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -364,7 +373,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index 27565177c0..0eb1e5c983 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 3e2802feaa..a4aa1e449d 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 550795ac5e..3055c6a91d 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -133,6 +136,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -259,13 +263,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -273,6 +277,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -289,6 +294,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -299,7 +305,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs index 6460d02f0e..a51386e238 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs index e663a970c9..f9d2ac9fc7 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for groups"; @@ -87,6 +88,7 @@ public Command BuildDeleteCommand() { /// /// Children of current term. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children of current term."; @@ -167,6 +169,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in groups"; @@ -246,6 +249,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -271,6 +275,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -284,13 +289,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", rawUrl) { @@ -298,6 +303,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property children for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -306,7 +312,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -314,6 +320,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,6 +337,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in groups /// + /// 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 @@ -340,7 +348,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index fdae66dfb1..a0c5fd78b2 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index d1225a5e51..ba62d47bf0 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index 735f875912..117299deb6 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -88,6 +89,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -103,6 +105,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -183,6 +186,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -262,6 +266,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -277,6 +282,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -290,13 +296,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -304,6 +310,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,7 +319,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -320,6 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -336,6 +344,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -346,7 +355,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index 9192517432..82dc9db8b2 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index e15c1b16d0..5d84da0c9a 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index e96716270f..d0f3771a6d 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -127,6 +130,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -247,13 +251,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -261,6 +265,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -277,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -287,7 +293,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Set/SetRequestBuilder.cs index 2704800d89..63ca22e2f3 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/TermItemRequestBuilder.cs index f033816fdd..3aeff60333 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/TermItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for groups"; @@ -82,6 +83,7 @@ public Command BuildDeleteCommand() { /// /// Children terms of set in term [store]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children terms of set in term [store]."; @@ -156,6 +158,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in groups"; @@ -229,6 +232,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -254,6 +258,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -269,6 +274,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSubChildrenNavCommand() { var command = new Command("sub-children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.term entity."; @@ -292,13 +298,13 @@ public Command BuildSubChildrenNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}{?%24expand,%24select}", rawUrl) { @@ -306,6 +312,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property children for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -314,7 +321,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -322,6 +329,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children terms of set in term [store]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -338,6 +346,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in groups /// + /// 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 @@ -348,7 +357,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs index 5cb28150e5..f073f54c2b 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 26bc516aaa..ab5a6a6b88 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs index cae09e00c4..5aafa6baa6 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -82,6 +83,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -97,6 +99,7 @@ public Command BuildFromTermNavCommand() { /// /// Indicates which terms have been pinned or reused directly under the set. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Indicates which terms have been pinned or reused directly under the set."; @@ -171,6 +174,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -244,6 +248,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -259,6 +264,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -272,13 +278,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -286,6 +292,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -294,7 +301,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -302,6 +309,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Indicates which terms have been pinned or reused directly under the set. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -318,6 +326,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -328,7 +337,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs index 5e2c82b545..ad337630e8 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index cf690c2fde..56c18c8e54 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs index 5b9438f717..a18300f7cb 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.set 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -122,6 +125,7 @@ public Command BuildCreateCommand() { /// Get the different relation of a [term] or [set] from the relations navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the different relation of a [term] or [set] from the relations navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"; @@ -236,13 +240,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -250,6 +254,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Get the different relation of a [term] or [set] from the relations navigation 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 @@ -266,6 +271,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -276,7 +282,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/SetItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/SetItemRequestBuilder.cs index 68d860e11b..a9b9c9157a 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/SetItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/SetItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class SetItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildChildrenNavCommand() { var command = new Command("children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.set entity."; @@ -50,6 +51,7 @@ public Command BuildChildrenNavCommand() { /// /// Delete navigation property sets for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sets for groups"; @@ -101,6 +103,7 @@ public Command BuildDeleteCommand() { /// /// All sets under the group in a term [store]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "All sets under the group in a term [store]."; @@ -169,6 +172,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property sets in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sets in groups"; @@ -236,6 +240,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.set entity."; @@ -261,6 +266,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildTermsNavCommand() { var command = new Command("terms"); command.Description = "Provides operations to manage the terms property of the microsoft.graph.termStore.set entity."; @@ -284,13 +290,13 @@ public Command BuildTermsNavCommand() { return command; } /// - /// Instantiates a new SetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}{?%24expand,%24select}", rawUrl) { @@ -298,6 +304,7 @@ public SetItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Delete navigation property sets for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -306,7 +313,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -314,6 +321,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// All sets under the group in a term [store]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,6 +338,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sets in groups /// + /// 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 @@ -340,7 +349,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Set public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Set 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs index c88909d9d5..2abe34555c 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index a1d0e8a3b2..47c4f9f633 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to children for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to children for groups"; @@ -126,6 +129,7 @@ public Command BuildCreateCommand() { /// /// Children of current term. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Children of current term."; @@ -246,13 +250,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -260,6 +264,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +281,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to children for groups /// + /// 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 @@ -286,7 +292,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index 92439410f2..bbfbe2d519 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 9e2d9ab69f..d3ca8fbc3a 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/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"; @@ -89,13 +90,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -103,6 +104,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index f0f3ac5376..3dc6df690e 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index 897b6d5726..0d4d7b77a7 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -94,6 +95,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -109,6 +111,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -195,6 +198,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -280,6 +284,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -295,6 +300,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -308,13 +314,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -322,6 +328,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,7 +337,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -338,6 +345,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -354,6 +362,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -364,7 +373,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index 62f2177377..be800dab49 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 0b9b188d95..37781cbbfa 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 7390691db5..273d6a9ec1 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -133,6 +136,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -259,13 +263,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -273,6 +277,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -289,6 +294,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -299,7 +305,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs index 5996642550..49636c3148 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs index 619f5e43ad..a129a41819 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for groups"; @@ -87,6 +88,7 @@ public Command BuildDeleteCommand() { /// /// Children of current term. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children of current term."; @@ -167,6 +169,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in groups"; @@ -246,6 +249,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -271,6 +275,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -284,13 +289,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", rawUrl) { @@ -298,6 +303,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property children for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -306,7 +312,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -314,6 +320,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,6 +337,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in groups /// + /// 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 @@ -340,7 +348,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index 8bbefcfab4..bcf06a7b5f 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 07e6e7556b..91becedba7 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs index 7c7e400945..2ccd3bbe83 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -88,6 +89,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -103,6 +105,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -183,6 +186,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -262,6 +266,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -277,6 +282,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -290,13 +296,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -304,6 +310,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,7 +319,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -320,6 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -336,6 +344,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -346,7 +355,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs index 2ebb41b9b4..75c6d59474 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 96c16813f8..9dc54f4b92 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index b9b396f8d8..3751cf664e 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -127,6 +130,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -247,13 +251,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -261,6 +265,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -277,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -287,7 +293,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs index 4131cbe47e..f33f3040f3 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.cs index 1138a0c4bd..5583c4f17d 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildChildrenNavCommand() { var command = new Command("children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.term entity."; @@ -51,6 +52,7 @@ public Command BuildChildrenNavCommand() { /// Delete a term object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0"; @@ -109,6 +111,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a term object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"; @@ -184,6 +187,7 @@ public Command BuildGetCommand() { /// Update the properties of a term object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0"; @@ -257,6 +261,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -282,6 +287,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -295,13 +301,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}{?%24expand,%24select}", rawUrl) { @@ -309,6 +315,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete a term 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 @@ -317,7 +324,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -325,6 +332,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a term 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 @@ -341,6 +349,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a term 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 @@ -351,7 +360,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs index b2ce8bc1f8..4b1410cdb9 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the terms property of the microsoft.graph.termStore.set 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to terms for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to terms for groups"; @@ -121,6 +124,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a term object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a term object."; @@ -235,13 +239,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TermsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TermsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -249,6 +253,7 @@ public TermsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Read the properties and relationships of a term 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 @@ -265,6 +270,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to terms for groups /// + /// 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 @@ -275,7 +281,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs index 1f9fe3c916..4e39b2dd25 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SetsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sets property of the microsoft.graph.termStore.group 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to sets for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to sets for groups"; @@ -116,6 +119,7 @@ public Command BuildCreateCommand() { /// Get a list of the set objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the set objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0"; @@ -224,13 +228,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -238,6 +242,7 @@ public SetsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/ /// /// Get a list of the set 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 @@ -254,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to sets for groups /// + /// 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 @@ -264,7 +270,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Set b public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Set 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Count/CountRequestBuilder.cs index f21b297917..9954abe7fb 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index dd817a2961..d408491b5a 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs index 357344bca2..eaf7b10213 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -76,6 +77,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -91,6 +93,7 @@ public Command BuildFromTermNavCommand() { /// /// Indicates which terms have been pinned or reused directly under the set. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Indicates which terms have been pinned or reused directly under the set."; @@ -159,6 +162,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -226,6 +230,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -241,6 +246,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -254,13 +260,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -268,6 +274,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,7 +283,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -284,6 +291,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Indicates which terms have been pinned or reused directly under the set. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -300,6 +308,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -310,7 +319,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs index d27494af4e..f8816278bc 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 72eafe33d7..ba0833c69e 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.cs index bdae7a392f..573edb5088 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.set 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -116,6 +119,7 @@ public Command BuildCreateCommand() { /// Get the different relation of a [term] or [set] from the relations navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the different relation of a [term] or [set] from the relations navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"; @@ -224,13 +228,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -238,6 +242,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Get the different relation of a [term] or [set] from the relations navigation 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 @@ -254,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -264,7 +270,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilder.cs index b3e9e7f607..5a713540c3 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/SetItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class SetItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildChildrenNavCommand() { var command = new Command("children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.set entity."; @@ -52,6 +53,7 @@ public Command BuildChildrenNavCommand() { /// Delete a set object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a set object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0"; @@ -98,6 +100,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a set object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a set object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0"; @@ -160,6 +163,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildParentGroupNavCommand() { var command = new Command("parent-group"); command.Description = "Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity."; @@ -184,6 +188,7 @@ public Command BuildParentGroupNavCommand() { /// Update the properties of a set object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a set object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0"; @@ -245,6 +250,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.set entity."; @@ -270,6 +276,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildTermsNavCommand() { var command = new Command("terms"); command.Description = "Provides operations to manage the terms property of the microsoft.graph.termStore.set entity."; @@ -293,13 +300,13 @@ public Command BuildTermsNavCommand() { return command; } /// - /// Instantiates a new SetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}{?%24expand,%24select}", rawUrl) { @@ -307,6 +314,7 @@ public SetItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Delete a set 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 @@ -315,7 +323,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -323,6 +331,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a set 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 @@ -339,6 +348,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a set 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 @@ -349,7 +359,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Set public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Set 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Count/CountRequestBuilder.cs index 134c446e75..5a8be266b4 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index 0bb69b2677..11d7c1c729 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to children for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to children for groups"; @@ -120,6 +123,7 @@ public Command BuildCreateCommand() { /// /// Children of current term. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Children of current term."; @@ -234,13 +238,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -248,6 +252,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Children of current term. /// + /// 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 +269,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to children for groups /// + /// 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 +280,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index b3ee17c748..71eefceb02 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 2c1142a90b..a7dcc963ad 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 863391c86b..465e8c13c7 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index 13f37dcc8b..bc39fd404d 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -88,6 +89,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -103,6 +105,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -183,6 +186,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -262,6 +266,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -277,6 +282,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -290,13 +296,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -304,6 +310,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,7 +319,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -320,6 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -336,6 +344,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -346,7 +355,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index bfa56858d3..ccd807cde8 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 4036b0a9fe..bf55521111 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 1d2436c280..c1f17b536b 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -127,6 +130,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -247,13 +251,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -261,6 +265,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -277,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -287,7 +293,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs index e066638c68..15c7808aa9 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs index f7afd93077..2a6e9be1fa 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for groups"; @@ -81,6 +82,7 @@ public Command BuildDeleteCommand() { /// /// Children of current term. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children of current term."; @@ -155,6 +157,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in groups"; @@ -228,6 +231,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -253,6 +257,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -266,13 +271,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", rawUrl) { @@ -280,6 +285,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property children for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -288,7 +294,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -296,6 +302,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,6 +319,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in groups /// + /// 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 @@ -322,7 +330,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index a6368318d2..4860436402 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 5ee983ec14..743450eed0 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs index 83af7fd9cd..a081d8dbc7 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -82,6 +83,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -97,6 +99,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -171,6 +174,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -244,6 +248,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -259,6 +264,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -272,13 +278,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -286,6 +292,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -294,7 +301,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -302,6 +309,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -318,6 +326,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -328,7 +337,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs index 3a0c2db67e..76e4c41a41 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 58cdb42a65..de7b879e6b 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index 65d8f63325..eb71a1aa26 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -121,6 +124,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -235,13 +239,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -249,6 +253,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -265,6 +270,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -275,7 +281,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs index c47d8ae23d..efd280b0b7 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilder.cs index faaddc3dbe..ecdc07a2a5 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/Item/TermItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildChildrenNavCommand() { var command = new Command("children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.term entity."; @@ -51,6 +52,7 @@ public Command BuildChildrenNavCommand() { /// Delete a term object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0"; @@ -103,6 +105,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a term object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"; @@ -172,6 +175,7 @@ public Command BuildGetCommand() { /// Update the properties of a term object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0"; @@ -239,6 +243,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -264,6 +269,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -277,13 +283,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}{?%24expand,%24select}", rawUrl) { @@ -291,6 +297,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete a term 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 @@ -299,7 +306,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -307,6 +314,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a term 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 @@ -323,6 +331,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a term 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 @@ -333,7 +342,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.cs index 7091f7e0cb..ae4bb952ef 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/Item/Terms/TermsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the terms property of the microsoft.graph.termStore.set 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to terms for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to terms for groups"; @@ -115,6 +118,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a term object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a term object."; @@ -223,13 +227,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TermsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TermsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -237,6 +241,7 @@ public TermsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Read the properties and relationships of a term 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 @@ -253,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to terms for groups /// + /// 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 @@ -263,7 +269,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets/{set%2Did}/terms", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/SetsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/SetsRequestBuilder.cs index 56bffde1b0..29433b1e51 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/Sets/SetsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/Sets/SetsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SetsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// Create a new set object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new set object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a set object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a set object."; @@ -213,13 +217,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -227,6 +231,7 @@ public SetsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/ /// /// Read the properties and relationships of a set 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 @@ -243,6 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new set 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 @@ -253,7 +259,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Set b public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Set 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}/groups/{group%2Did}/sites/{site%2Did}/termStore/sets", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStore/TermStoreRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStore/TermStoreRequestBuilder.cs index bd95e4bb09..dbb0703bd1 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStore/TermStoreRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStore/TermStoreRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermStoreRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property termStore for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property termStore for groups"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a store object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a store object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the groups property of the microsoft.graph.termStore.store entity. /// + /// A public Command BuildGroupsNavCommand() { var command = new Command("groups"); command.Description = "Provides operations to manage the groups property of the microsoft.graph.termStore.store entity."; @@ -146,6 +149,7 @@ public Command BuildGroupsNavCommand() { /// Update the properties of a store object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a store object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0"; @@ -201,6 +205,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. /// + /// A public Command BuildSetsNavCommand() { var command = new Command("sets"); command.Description = "Provides operations to manage the sets property of the microsoft.graph.termStore.store entity."; @@ -224,13 +229,13 @@ public Command BuildSetsNavCommand() { return command; } /// - /// Instantiates a new TermStoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermStoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermStoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermStoreRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStore{?%24expand,%24select}", rawUrl) { @@ -238,6 +243,7 @@ public TermStoreRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Delete navigation property termStore for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,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}/groups/{group%2Did}/sites/{site%2Did}/termStore", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +260,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a store 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 @@ -270,6 +277,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a store 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 @@ -280,7 +288,7 @@ public RequestInformation ToPatchRequestInformation(Store 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}/groups/{group%2Did}/sites/{site%2Did}/termStore", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Count/CountRequestBuilder.cs index 869d5bde9e..bc359024fa 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/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"; @@ -65,13 +66,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Count/CountRequestBuilder.cs index 237415ed59..a222e12496 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.cs index 54fcac7fdc..ab8f436b97 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/GroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class GroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the groups property of the microsoft.graph.termStore.store 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new group object in a term store. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new group object in a term store.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0"; @@ -115,6 +118,7 @@ public Command BuildCreateCommand() { /// Get a list of group objects in a term store. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of group objects in a term store.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0"; @@ -223,13 +227,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new GroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -237,6 +241,7 @@ public GroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// Get a list of group objects in a term store. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new group object in a term store. /// + /// 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 @@ -263,7 +269,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Group public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Group 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilder.cs index 659cc6f067..72866eef6e 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/GroupItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class GroupItemRequestBuilder : BaseCliRequestBuilder { /// Delete a group object in a term [store]. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a group object in a term [store].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0"; @@ -76,6 +77,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a term store group object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a term store group object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0"; @@ -144,6 +146,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property groups in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property groups in groups"; @@ -211,6 +214,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. /// + /// A public Command BuildSetsNavCommand() { var command = new Command("sets"); command.Description = "Provides operations to manage the sets property of the microsoft.graph.termStore.group entity."; @@ -234,13 +238,13 @@ public Command BuildSetsNavCommand() { return command; } /// - /// Instantiates a new GroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}{?%24expand,%24select}", rawUrl) { @@ -248,6 +252,7 @@ public GroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Delete a group object in a term [store]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -256,7 +261,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -264,6 +269,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a term store group 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 @@ -280,6 +286,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property groups in groups /// + /// 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 @@ -290,7 +297,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Grou public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Group 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Count/CountRequestBuilder.cs index 620b404ae6..e6d9eaef31 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs index 6bc87b9394..72701c4096 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.set 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 term object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0"; @@ -129,6 +132,7 @@ public Command BuildCreateCommand() { /// Get the first level children of a [set] or [term] resource using the children navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the first level children of a [set] or [term] resource using the children navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"; @@ -249,13 +253,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -263,6 +267,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Get the first level children of a [set] or [term] resource using the children navigation 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 @@ -279,6 +284,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new term 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 @@ -289,7 +295,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs index aac9e267c1..32bcc55a44 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index 295550ef24..b0e09daaaa 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to children for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to children for groups"; @@ -132,6 +135,7 @@ public Command BuildCreateCommand() { /// /// Children of current term. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Children of current term."; @@ -258,13 +262,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -272,6 +276,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -288,6 +293,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to children for groups /// + /// 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 @@ -298,7 +304,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index bcc857af05..501bdd56d0 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/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"; @@ -89,13 +90,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -103,6 +104,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index e46bc2a7a1..e1df01bdcf 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/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"; @@ -95,13 +96,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -109,6 +110,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 4df39ac2f8..5375692ee1 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -112,13 +113,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -126,6 +127,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index 7358f272ee..5a3b6536b0 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -100,6 +101,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -115,6 +117,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -207,6 +210,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -298,6 +302,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -313,6 +318,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -326,13 +332,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -340,6 +346,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -348,7 +355,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -356,6 +363,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -372,6 +380,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -382,7 +391,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index aea395f874..4163c8111d 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -112,13 +113,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -126,6 +127,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 1790939892..8136ae8620 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -112,13 +113,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -126,6 +127,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index baa0fb211d..f95e208a64 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -139,6 +142,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -271,13 +275,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -285,6 +289,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -301,6 +306,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -311,7 +317,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs index c37b258280..937bf070da 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs index 42281033a7..81128142df 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for groups"; @@ -93,6 +94,7 @@ public Command BuildDeleteCommand() { /// /// Children of current term. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children of current term."; @@ -179,6 +181,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in groups"; @@ -264,6 +267,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -289,6 +293,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -302,13 +307,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", rawUrl) { @@ -316,6 +321,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property children for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -324,7 +330,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -332,6 +338,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -348,6 +355,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in groups /// + /// 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 @@ -358,7 +366,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index dbcbad3f2e..0e317e2acd 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/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"; @@ -89,13 +90,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -103,6 +104,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 52fb5bb586..786c3396d9 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index 5a388be663..10294accbf 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -94,6 +95,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -109,6 +111,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -195,6 +198,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -280,6 +284,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -295,6 +300,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -308,13 +314,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -322,6 +328,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,7 +337,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -338,6 +345,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -354,6 +362,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -364,7 +373,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index 37cf8ef737..0b9bd8a50e 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 8491695e93..d1f2e56b3f 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 6789bd8e41..7746260753 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -133,6 +136,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -259,13 +263,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -273,6 +277,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -289,6 +294,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -299,7 +305,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Set/SetRequestBuilder.cs index 276616886c..9bf84a24aa 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/TermItemRequestBuilder.cs index 7e1eb106b3..2cc2b302e2 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Children/Item/TermItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for groups"; @@ -88,6 +89,7 @@ public Command BuildDeleteCommand() { /// /// Children terms of set in term [store]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children terms of set in term [store]."; @@ -168,6 +170,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in groups"; @@ -247,6 +250,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -272,6 +276,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -287,6 +292,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSubChildrenNavCommand() { var command = new Command("sub-children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.term entity."; @@ -310,13 +316,13 @@ public Command BuildSubChildrenNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}{?%24expand,%24select}", rawUrl) { @@ -324,6 +330,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property children for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -332,7 +339,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -340,6 +347,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children terms of set in term [store]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -356,6 +364,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in groups /// + /// 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 @@ -366,7 +375,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/children/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs index 85470b4d22..bdbca0478c 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentGroupRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property parentGroup for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property parentGroup for groups"; @@ -79,6 +80,7 @@ public Command BuildDeleteCommand() { /// /// The parent [group] that contains the set. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The parent [group] that contains the set."; @@ -153,6 +155,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property parentGroup in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property parentGroup in groups"; @@ -224,13 +227,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ParentGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/parentGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/parentGroup{?%24expand,%24select}", rawUrl) { @@ -238,6 +241,7 @@ public ParentGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Delete navigation property parentGroup for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/parentGroup", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The parent [group] that contains the set. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -270,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property parentGroup in groups /// + /// 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 @@ -280,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Grou public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Group 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/parentGroup", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs index fe51b6dfe7..eb52924dd2 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 4ba79c707c..ce5c647409 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs index ddd15cd63b..4bc9c4ed99 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -88,6 +89,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -103,6 +105,7 @@ public Command BuildFromTermNavCommand() { /// /// Indicates which terms have been pinned or reused directly under the set. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Indicates which terms have been pinned or reused directly under the set."; @@ -183,6 +186,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -262,6 +266,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -277,6 +282,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -290,13 +296,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -304,6 +310,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,7 +319,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -320,6 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Indicates which terms have been pinned or reused directly under the set. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -336,6 +344,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -346,7 +355,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs index 4ee3fbd6f5..6906b2ea12 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 6b1bac84d9..445f0f9199 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs index 36db917cd0..9cbaad7cb5 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.set 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -128,6 +131,7 @@ public Command BuildCreateCommand() { /// Get the different relation of a [term] or [set] from the relations navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the different relation of a [term] or [set] from the relations navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"; @@ -248,13 +252,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -262,6 +266,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Get the different relation of a [term] or [set] from the relations navigation 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 @@ -278,6 +283,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -288,7 +294,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/SetItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/SetItemRequestBuilder.cs index b366241710..cccbfeba92 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/SetItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/SetItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class SetItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildChildrenNavCommand() { var command = new Command("children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.set entity."; @@ -51,6 +52,7 @@ public Command BuildChildrenNavCommand() { /// /// Delete navigation property sets for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sets for groups"; @@ -108,6 +110,7 @@ public Command BuildDeleteCommand() { /// /// All sets under the group in a term [store]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "All sets under the group in a term [store]."; @@ -182,6 +185,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildParentGroupNavCommand() { var command = new Command("parent-group"); command.Description = "Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity."; @@ -199,6 +203,7 @@ public Command BuildParentGroupNavCommand() { /// /// Update the navigation property sets in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sets in groups"; @@ -272,6 +277,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.set entity."; @@ -297,6 +303,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildTermsNavCommand() { var command = new Command("terms"); command.Description = "Provides operations to manage the terms property of the microsoft.graph.termStore.set entity."; @@ -320,13 +327,13 @@ public Command BuildTermsNavCommand() { return command; } /// - /// Instantiates a new SetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}{?%24expand,%24select}", rawUrl) { @@ -334,6 +341,7 @@ public SetItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Delete navigation property sets for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -342,7 +350,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -350,6 +358,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// All sets under the group in a term [store]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -366,6 +375,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sets in groups /// + /// 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 @@ -376,7 +386,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Set public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Set 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs index ac82a97240..fd0f328a37 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index 7160593bdc..0d67c52e8d 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to children for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to children for groups"; @@ -132,6 +135,7 @@ public Command BuildCreateCommand() { /// /// Children of current term. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Children of current term."; @@ -258,13 +262,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -272,6 +276,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -288,6 +293,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to children for groups /// + /// 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 @@ -298,7 +304,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index a7c92adb30..e946777295 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/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"; @@ -89,13 +90,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -103,6 +104,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index e25e549a4a..49cb9f45a8 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/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"; @@ -95,13 +96,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -109,6 +110,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index a84a681f0b..8a6447cf9d 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -112,13 +113,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -126,6 +127,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index c8e3d6d9ed..1e76edcf79 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -100,6 +101,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -115,6 +117,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -207,6 +210,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -298,6 +302,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -313,6 +318,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -326,13 +332,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -340,6 +346,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -348,7 +355,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -356,6 +363,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -372,6 +380,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -382,7 +391,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index ade2771bf0..1914b9ff90 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -112,13 +113,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -126,6 +127,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index a7a3d94fa1..cf53e7d212 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -112,13 +113,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -126,6 +127,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index bd10f71845..112413b684 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -139,6 +142,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -271,13 +275,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -285,6 +289,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -301,6 +306,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -311,7 +317,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs index b0e00c60b7..5bac1582af 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs index db608f8fff..fedd010c12 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for groups"; @@ -93,6 +94,7 @@ public Command BuildDeleteCommand() { /// /// Children of current term. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children of current term."; @@ -179,6 +181,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in groups"; @@ -264,6 +267,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -289,6 +293,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -302,13 +307,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", rawUrl) { @@ -316,6 +321,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property children for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -324,7 +330,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -332,6 +338,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -348,6 +355,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in groups /// + /// 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 @@ -358,7 +366,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index 7e4268ebea..93f0a72462 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/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"; @@ -89,13 +90,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -103,6 +104,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index f7f72ec6c7..36368751cd 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs index e3fab9414b..68a72778af 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -94,6 +95,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -109,6 +111,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -195,6 +198,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -280,6 +284,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -295,6 +300,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -308,13 +314,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -322,6 +328,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,7 +337,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -338,6 +345,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -354,6 +362,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -364,7 +373,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs index c9ace1e021..bb552caa34 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 503260b002..d3e6f4b3aa 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index a446165a3d..01dc83d901 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -133,6 +136,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -259,13 +263,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -273,6 +277,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -289,6 +294,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -299,7 +305,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs index 35b875c0fa..c472cc3db9 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.cs index 25ac51b07a..a2dd321760 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildChildrenNavCommand() { var command = new Command("children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.term entity."; @@ -51,6 +52,7 @@ public Command BuildChildrenNavCommand() { /// Delete a term object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0"; @@ -115,6 +117,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a term object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"; @@ -196,6 +199,7 @@ public Command BuildGetCommand() { /// Update the properties of a term object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0"; @@ -275,6 +279,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -300,6 +305,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -313,13 +319,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}{?%24expand,%24select}", rawUrl) { @@ -327,6 +333,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete a term 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 @@ -335,7 +342,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -343,6 +350,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a term 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 @@ -359,6 +367,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a term 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 @@ -369,7 +378,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs index 266af9044e..a450ce558b 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the terms property of the microsoft.graph.termStore.set 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to terms for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to terms for groups"; @@ -127,6 +130,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a term object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a term object."; @@ -247,13 +251,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TermsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TermsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -261,6 +265,7 @@ public TermsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Read the properties and relationships of a term 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 @@ -277,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to terms for groups /// + /// 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 @@ -287,7 +293,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets/{set%2Did}/terms", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.cs index 794ed92c34..36de793878 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Groups/Item/Sets/SetsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SetsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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 new navigation property to sets for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to sets for groups"; @@ -123,6 +126,7 @@ public Command BuildCreateCommand() { /// Get a list of the set objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the set objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0"; @@ -237,13 +241,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -251,6 +255,7 @@ public SetsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/ /// /// Get a list of the set 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 @@ -267,6 +272,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to sets for groups /// + /// 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 @@ -277,7 +283,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Set b public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Set 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/groups/{group%2Did1}/sets", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Count/CountRequestBuilder.cs index 5cf035e747..6baf05f062 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/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"; @@ -71,13 +72,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.cs index 4d2ce01b03..3ffe4bb716 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.set 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 term object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0"; @@ -123,6 +126,7 @@ public Command BuildCreateCommand() { /// Get the first level children of a [set] or [term] resource using the children navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the first level children of a [set] or [term] resource using the children navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"; @@ -237,13 +241,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -251,6 +255,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Get the first level children of a [set] or [term] resource using the children navigation 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 @@ -267,6 +272,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new term 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 @@ -277,7 +283,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Count/CountRequestBuilder.cs index 1d112ab89e..a28d81d2b1 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index fbf6f611aa..948d80e01d 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to children for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to children for groups"; @@ -126,6 +129,7 @@ public Command BuildCreateCommand() { /// /// Children of current term. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Children of current term."; @@ -246,13 +250,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -260,6 +264,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +281,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to children for groups /// + /// 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 @@ -286,7 +292,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index 26db4cae3f..d0d7e7efcd 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 748b74b6ff..1053f265db 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/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"; @@ -89,13 +90,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -103,6 +104,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 273822c977..b1cfb87ac5 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index f3acd0c370..246aa767ce 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -94,6 +95,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -109,6 +111,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -195,6 +198,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -280,6 +284,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -295,6 +300,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -308,13 +314,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -322,6 +328,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,7 +337,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -338,6 +345,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -354,6 +362,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -364,7 +373,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index b3b612d46c..bae16f7eda 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 4a7e528692..2fd9dddb59 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index df07784174..884cafe563 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -133,6 +136,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -259,13 +263,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -273,6 +277,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -289,6 +294,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -299,7 +305,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs index 4c16c3c554..3641178382 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs index 267e109d76..6426047eff 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for groups"; @@ -87,6 +88,7 @@ public Command BuildDeleteCommand() { /// /// Children of current term. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children of current term."; @@ -167,6 +169,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in groups"; @@ -246,6 +249,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -271,6 +275,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -284,13 +289,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", rawUrl) { @@ -298,6 +303,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property children for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -306,7 +312,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -314,6 +320,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,6 +337,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in groups /// + /// 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 @@ -340,7 +348,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index c76bda4516..f8e579a939 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 71c108b03c..b222c6599c 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index 379d1111da..38fc9a26de 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -88,6 +89,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -103,6 +105,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -183,6 +186,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -262,6 +266,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -277,6 +282,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -290,13 +296,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -304,6 +310,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,7 +319,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -320,6 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -336,6 +344,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -346,7 +355,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index f4d95c04f8..8eae74822a 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 951c870507..d1850066c7 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 12b00f80de..7d14e4cb06 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -127,6 +130,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -247,13 +251,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -261,6 +265,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -277,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -287,7 +293,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Set/SetRequestBuilder.cs index 37d3495492..d9c91e48e2 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/TermItemRequestBuilder.cs index 6fd994c86a..31039f5555 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Children/Item/TermItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for groups"; @@ -82,6 +83,7 @@ public Command BuildDeleteCommand() { /// /// Children terms of set in term [store]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children terms of set in term [store]."; @@ -156,6 +158,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in groups"; @@ -229,6 +232,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -254,6 +258,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -269,6 +274,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSubChildrenNavCommand() { var command = new Command("sub-children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.term entity."; @@ -292,13 +298,13 @@ public Command BuildSubChildrenNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}{?%24expand,%24select}", rawUrl) { @@ -306,6 +312,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property children for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -314,7 +321,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -322,6 +329,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children terms of set in term [store]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -338,6 +346,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in groups /// + /// 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 @@ -348,7 +357,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/children/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs index a5f13d9a80..4b07b48b55 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class ParentGroupRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property parentGroup for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property parentGroup for groups"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// The parent [group] that contains the set. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The parent [group] that contains the set."; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property parentGroup in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property parentGroup in groups"; @@ -209,6 +212,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. /// + /// A public Command BuildSetsNavCommand() { var command = new Command("sets"); command.Description = "Provides operations to manage the sets property of the microsoft.graph.termStore.group entity."; @@ -232,13 +236,13 @@ public Command BuildSetsNavCommand() { return command; } /// - /// Instantiates a new ParentGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup{?%24expand,%24select}", rawUrl) { @@ -246,6 +250,7 @@ public ParentGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Delete navigation property parentGroup for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -254,7 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -262,6 +267,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The parent [group] that contains the set. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -278,6 +284,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property parentGroup in groups /// + /// 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 @@ -288,7 +295,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Grou public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Group 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs index 295ab00700..319e74ec5d 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs index f0c35e8f14..89c49c13a9 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.set 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 term object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0"; @@ -129,6 +132,7 @@ public Command BuildCreateCommand() { /// Get the first level children of a [set] or [term] resource using the children navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the first level children of a [set] or [term] resource using the children navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"; @@ -249,13 +253,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -263,6 +267,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Get the first level children of a [set] or [term] resource using the children navigation 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 @@ -279,6 +284,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new term 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 @@ -289,7 +295,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs index a3e3be2160..cae9166443 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index eac87d7461..956af71046 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to children for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to children for groups"; @@ -132,6 +135,7 @@ public Command BuildCreateCommand() { /// /// Children of current term. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Children of current term."; @@ -258,13 +262,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -272,6 +276,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -288,6 +293,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to children for groups /// + /// 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 @@ -298,7 +304,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index d016396263..c1bb69958a 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/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"; @@ -89,13 +90,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -103,6 +104,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 4cd8dc22c1..e3319aecc6 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/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"; @@ -95,13 +96,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -109,6 +110,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index a6fb56039e..a0fe0c8a66 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -112,13 +113,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -126,6 +127,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index c9b483af13..2a5a359465 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -100,6 +101,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -115,6 +117,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -207,6 +210,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -298,6 +302,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -313,6 +318,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -326,13 +332,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -340,6 +346,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -348,7 +355,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -356,6 +363,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -372,6 +380,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -382,7 +391,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index aaa461fa29..907e442e31 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -112,13 +113,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -126,6 +127,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index a56ea5863a..294ab2fff0 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -112,13 +113,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -126,6 +127,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 040600a5e9..629806b3cc 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -139,6 +142,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -271,13 +275,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -285,6 +289,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -301,6 +306,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -311,7 +317,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs index 6eb0189082..e6e0b0a8f9 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs index ec245c3847..51e8c1aa3b 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for groups"; @@ -93,6 +94,7 @@ public Command BuildDeleteCommand() { /// /// Children of current term. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children of current term."; @@ -179,6 +181,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in groups"; @@ -264,6 +267,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -289,6 +293,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -302,13 +307,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", rawUrl) { @@ -316,6 +321,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property children for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -324,7 +330,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -332,6 +338,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -348,6 +355,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in groups /// + /// 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 @@ -358,7 +366,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 39222bf5f7..07703e800b 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/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"; @@ -89,13 +90,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -103,6 +104,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index f113ac7cc6..13b94eac7a 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index 10c593db7f..6fb459b6d6 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -94,6 +95,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -109,6 +111,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -195,6 +198,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -280,6 +284,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -295,6 +300,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -308,13 +314,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -322,6 +328,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,7 +337,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -338,6 +345,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -354,6 +362,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -364,7 +373,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index e5fa2bdaaa..156b016700 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 3d7d800af3..44b016892e 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 091c947f0d..08992caccc 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -133,6 +136,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -259,13 +263,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -273,6 +277,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -289,6 +294,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -299,7 +305,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Set/SetRequestBuilder.cs index 12af44cd47..a0cd343b93 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/TermItemRequestBuilder.cs index 384418697a..5a2694dbf0 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Children/Item/TermItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for groups"; @@ -88,6 +89,7 @@ public Command BuildDeleteCommand() { /// /// Children terms of set in term [store]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children terms of set in term [store]."; @@ -168,6 +170,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in groups"; @@ -247,6 +250,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -272,6 +276,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -287,6 +292,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSubChildrenNavCommand() { var command = new Command("sub-children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.term entity."; @@ -310,13 +316,13 @@ public Command BuildSubChildrenNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}{?%24expand,%24select}", rawUrl) { @@ -324,6 +330,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property children for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -332,7 +339,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -340,6 +347,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children terms of set in term [store]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -356,6 +364,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in groups /// + /// 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 @@ -366,7 +375,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs index 9d3b7e9947..713b6faeca 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 76c4bdacef..92d0d13375 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs index 08c5a6aae0..c9457a7dfa 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -88,6 +89,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -103,6 +105,7 @@ public Command BuildFromTermNavCommand() { /// /// Indicates which terms have been pinned or reused directly under the set. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Indicates which terms have been pinned or reused directly under the set."; @@ -183,6 +186,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -262,6 +266,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -277,6 +282,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -290,13 +296,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -304,6 +310,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,7 +319,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -320,6 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Indicates which terms have been pinned or reused directly under the set. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -336,6 +344,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -346,7 +355,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs index 0a2a47d3b4..dd4bc50913 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 60f94787cc..b288bb8a07 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs index 1af2cdaeef..0b7a134d4b 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.set 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -128,6 +131,7 @@ public Command BuildCreateCommand() { /// Get the different relation of a [term] or [set] from the relations navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the different relation of a [term] or [set] from the relations navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"; @@ -248,13 +252,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -262,6 +266,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Get the different relation of a [term] or [set] from the relations navigation 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 @@ -278,6 +283,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -288,7 +294,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/SetItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/SetItemRequestBuilder.cs index 44de39cea9..c7d82bda5c 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/SetItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/SetItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class SetItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildChildrenNavCommand() { var command = new Command("children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.set entity."; @@ -50,6 +51,7 @@ public Command BuildChildrenNavCommand() { /// /// Delete navigation property sets for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sets for groups"; @@ -107,6 +109,7 @@ public Command BuildDeleteCommand() { /// /// All sets under the group in a term [store]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "All sets under the group in a term [store]."; @@ -181,6 +184,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property sets in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sets in groups"; @@ -254,6 +258,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.set entity."; @@ -279,6 +284,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildTermsNavCommand() { var command = new Command("terms"); command.Description = "Provides operations to manage the terms property of the microsoft.graph.termStore.set entity."; @@ -302,13 +308,13 @@ public Command BuildTermsNavCommand() { return command; } /// - /// Instantiates a new SetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}{?%24expand,%24select}", rawUrl) { @@ -316,6 +322,7 @@ public SetItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Delete navigation property sets for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -324,7 +331,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -332,6 +339,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// All sets under the group in a term [store]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -348,6 +356,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sets in groups /// + /// 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 @@ -358,7 +367,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Set public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Set 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs index 49b2f11d5a..8c804d45d9 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index f3248593e6..4847df2eb8 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to children for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to children for groups"; @@ -132,6 +135,7 @@ public Command BuildCreateCommand() { /// /// Children of current term. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Children of current term."; @@ -258,13 +262,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -272,6 +276,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -288,6 +293,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to children for groups /// + /// 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 @@ -298,7 +304,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index 64bb8536a0..a3d3e1d583 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/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"; @@ -89,13 +90,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -103,6 +104,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 6756a51956..3ff4722209 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/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"; @@ -95,13 +96,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -109,6 +110,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index d53d58feb3..3c5d14bd67 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -112,13 +113,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -126,6 +127,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index f5635c86f8..defb19473e 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -100,6 +101,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -115,6 +117,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -207,6 +210,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -298,6 +302,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -313,6 +318,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -326,13 +332,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -340,6 +346,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -348,7 +355,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -356,6 +363,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -372,6 +380,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -382,7 +391,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index fffe156101..9dfc98fa69 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -112,13 +113,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -126,6 +127,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index ef07f3f457..ae7d616e05 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -112,13 +113,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -126,6 +127,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 492bec5030..e7e89f23aa 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -139,6 +142,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -271,13 +275,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -285,6 +289,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -301,6 +306,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -311,7 +317,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs index 721728522a..954a2fab38 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs index 58774e4443..5c6f4f1a96 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for groups"; @@ -93,6 +94,7 @@ public Command BuildDeleteCommand() { /// /// Children of current term. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children of current term."; @@ -179,6 +181,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in groups"; @@ -264,6 +267,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -289,6 +293,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -302,13 +307,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", rawUrl) { @@ -316,6 +321,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property children for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -324,7 +330,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -332,6 +338,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -348,6 +355,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in groups /// + /// 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 @@ -358,7 +366,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index 79987c8466..975ef133fd 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/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"; @@ -89,13 +90,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -103,6 +104,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 4b162eeee9..75289dbf68 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs index 9abb89a398..21b0d54de8 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -94,6 +95,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -109,6 +111,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -195,6 +198,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -280,6 +284,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -295,6 +300,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -308,13 +314,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -322,6 +328,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,7 +337,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -338,6 +345,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -354,6 +362,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -364,7 +373,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs index ce1eeec722..51da614bf5 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index c84e4fdb1d..91c5842233 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index 18930ac47b..cf3f565f1a 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -133,6 +136,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -259,13 +263,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -273,6 +277,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -289,6 +294,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -299,7 +305,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs index c586b2724d..9f8c0ead03 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.cs index 2205de8537..84abb3594a 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildChildrenNavCommand() { var command = new Command("children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.term entity."; @@ -51,6 +52,7 @@ public Command BuildChildrenNavCommand() { /// Delete a term object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0"; @@ -115,6 +117,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a term object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"; @@ -196,6 +199,7 @@ public Command BuildGetCommand() { /// Update the properties of a term object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0"; @@ -275,6 +279,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -300,6 +305,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -313,13 +319,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}{?%24expand,%24select}", rawUrl) { @@ -327,6 +333,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete a term 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 @@ -335,7 +342,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -343,6 +350,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a term 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 @@ -359,6 +367,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a term 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 @@ -369,7 +378,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs index a8c33880cf..e73fd5c310 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the terms property of the microsoft.graph.termStore.set 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to terms for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to terms for groups"; @@ -127,6 +130,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a term object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a term object."; @@ -247,13 +251,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TermsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TermsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -261,6 +265,7 @@ public TermsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Read the properties and relationships of a term 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 @@ -277,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to terms for groups /// + /// 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 @@ -287,7 +293,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs index d2a2d3a94e..9a64660d35 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SetsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sets property of the microsoft.graph.termStore.group 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to sets for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to sets for groups"; @@ -122,6 +125,7 @@ public Command BuildCreateCommand() { /// Get a list of the set objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the set objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0"; @@ -236,13 +240,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -250,6 +254,7 @@ public SetsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/ /// /// Get a list of the set 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 @@ -266,6 +271,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to sets for groups /// + /// 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 @@ -276,7 +282,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Set b public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Set 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/parentGroup/sets", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs index 30fcc24e9f..837b067c99 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 7013e87d9f..77bb354d39 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs index 01637c07ac..141298616d 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -82,6 +83,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -97,6 +99,7 @@ public Command BuildFromTermNavCommand() { /// /// Indicates which terms have been pinned or reused directly under the set. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Indicates which terms have been pinned or reused directly under the set."; @@ -171,6 +174,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -244,6 +248,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -259,6 +264,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -272,13 +278,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -286,6 +292,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -294,7 +301,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -302,6 +309,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Indicates which terms have been pinned or reused directly under the set. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -318,6 +326,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -328,7 +337,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs index 90aa7dceae..81b1d3f957 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index b0d68b1084..5fc49f3896 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.cs index 8707130ad5..9cccb08334 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.set 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -122,6 +125,7 @@ public Command BuildCreateCommand() { /// Get the different relation of a [term] or [set] from the relations navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the different relation of a [term] or [set] from the relations navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"; @@ -236,13 +240,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -250,6 +254,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Get the different relation of a [term] or [set] from the relations navigation 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 @@ -266,6 +271,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -276,7 +282,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilder.cs index e0a891fbc0..95cf59f0e6 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/SetItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class SetItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildChildrenNavCommand() { var command = new Command("children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.set entity."; @@ -52,6 +53,7 @@ public Command BuildChildrenNavCommand() { /// Delete a set object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a set object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0"; @@ -104,6 +106,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a set object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a set object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0"; @@ -172,6 +175,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildParentGroupNavCommand() { var command = new Command("parent-group"); command.Description = "Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity."; @@ -196,6 +200,7 @@ public Command BuildParentGroupNavCommand() { /// Update the properties of a set object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a set object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0"; @@ -263,6 +268,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.set entity."; @@ -288,6 +294,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildTermsNavCommand() { var command = new Command("terms"); command.Description = "Provides operations to manage the terms property of the microsoft.graph.termStore.set entity."; @@ -311,13 +318,13 @@ public Command BuildTermsNavCommand() { return command; } /// - /// Instantiates a new SetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}{?%24expand,%24select}", rawUrl) { @@ -325,6 +332,7 @@ public SetItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Delete a set 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 @@ -333,7 +341,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -341,6 +349,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a set 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 @@ -357,6 +366,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a set 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 @@ -367,7 +377,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Set public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Set 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs index 0be4b37184..da42b90062 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/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"; @@ -77,13 +78,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index 0497d77b75..39564f910d 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to children for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to children for groups"; @@ -126,6 +129,7 @@ public Command BuildCreateCommand() { /// /// Children of current term. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Children of current term."; @@ -246,13 +250,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -260,6 +264,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +281,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to children for groups /// + /// 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 @@ -286,7 +292,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index 36f7fa8013..0a3fcb8209 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index b7c583cd44..2787840bc8 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/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"; @@ -89,13 +90,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -103,6 +104,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 9993fd2a64..fa0bce3c94 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index 3b1c3e08a9..c621d005f3 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -94,6 +95,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -109,6 +111,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -195,6 +198,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -280,6 +284,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -295,6 +300,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -308,13 +314,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -322,6 +328,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,7 +337,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -338,6 +345,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -354,6 +362,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -364,7 +373,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index 1672d9a58c..811f7b1055 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 57397cd886..482db3a1a3 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -106,13 +107,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -120,6 +121,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index fe218c4c54..85ccff9e43 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -133,6 +136,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -259,13 +263,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -273,6 +277,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -289,6 +294,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -299,7 +305,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs index c3621fea4c..b033727858 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs index 4c5d2ebd0e..fd524eef91 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for groups"; @@ -87,6 +88,7 @@ public Command BuildDeleteCommand() { /// /// Children of current term. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children of current term."; @@ -167,6 +169,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in groups"; @@ -246,6 +249,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -271,6 +275,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -284,13 +289,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", rawUrl) { @@ -298,6 +303,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property children for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -306,7 +312,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -314,6 +320,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,6 +337,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in groups /// + /// 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 @@ -340,7 +348,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index 054dbeaf09..15e1c11490 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/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"; @@ -83,13 +84,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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/$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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 4671f74ad0..9ed05b5b55 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs index a72a3a81a1..1a022b37bd 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for groups"; @@ -88,6 +89,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -103,6 +105,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -183,6 +186,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in groups"; @@ -262,6 +266,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -277,6 +282,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -290,13 +296,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -304,6 +310,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Delete navigation property relations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,7 +319,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -320,6 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -336,6 +344,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in groups /// + /// 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 @@ -346,7 +355,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs index 87723ef8e1..76b0c9a48f 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the relation is relevant. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index ca7cec3a70..168e54ac72 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index dbf4221587..1adb214a98 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for groups"; @@ -127,6 +130,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -247,13 +251,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -261,6 +265,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -277,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for groups /// + /// 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 @@ -287,7 +293,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs index 19cca010fb..b540d926d2 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/s /// /// The [set] in which the term is created. /// + /// 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/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.cs index 923ec03418..c9b5f6df48 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildChildrenNavCommand() { var command = new Command("children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.term entity."; @@ -51,6 +52,7 @@ public Command BuildChildrenNavCommand() { /// Delete a term object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0"; @@ -109,6 +111,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a term object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"; @@ -184,6 +187,7 @@ public Command BuildGetCommand() { /// Update the properties of a term object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0"; @@ -257,6 +261,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -282,6 +287,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -295,13 +301,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}{?%24expand,%24select}", rawUrl) { @@ -309,6 +315,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete a term 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 @@ -317,7 +324,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -325,6 +332,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a term 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 @@ -341,6 +349,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a term 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 @@ -351,7 +360,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.cs index 4f2efa53e7..63d8be0704 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/Item/Terms/TermsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the terms property of the microsoft.graph.termStore.set 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to terms for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to terms for groups"; @@ -121,6 +124,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a term object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a term object."; @@ -235,13 +239,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TermsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TermsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -249,6 +253,7 @@ public TermsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Read the properties and relationships of a term 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 @@ -265,6 +270,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to terms for groups /// + /// 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 @@ -275,7 +281,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets/{set%2Did}/terms", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.cs index cd00124df3..b28aaaba13 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/Sets/SetsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SetsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// Create a new set object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new set object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0"; @@ -117,6 +120,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a set object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a set object."; @@ -225,13 +229,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -239,6 +243,7 @@ public SetsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/ /// /// Read the properties and relationships of a set 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 @@ -255,6 +260,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new set 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 @@ -265,7 +271,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Set b public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Set 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}/sets", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/Item/StoreItemRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/Item/StoreItemRequestBuilder.cs index 4be41d96e3..c547b56fcf 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/Item/StoreItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/Item/StoreItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class StoreItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property termStores for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property termStores for groups"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// /// The collection of termStores under this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of termStores under this site."; @@ -131,6 +133,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the groups property of the microsoft.graph.termStore.store entity. /// + /// A public Command BuildGroupsNavCommand() { var command = new Command("groups"); command.Description = "Provides operations to manage the groups property of the microsoft.graph.termStore.store entity."; @@ -156,6 +159,7 @@ public Command BuildGroupsNavCommand() { /// /// Update the navigation property termStores in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property termStores in groups"; @@ -217,6 +221,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. /// + /// A public Command BuildSetsNavCommand() { var command = new Command("sets"); command.Description = "Provides operations to manage the sets property of the microsoft.graph.termStore.store entity."; @@ -240,13 +245,13 @@ public Command BuildSetsNavCommand() { return command; } /// - /// Instantiates a new StoreItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public StoreItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new StoreItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public StoreItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}{?%24expand,%24select}", rawUrl) { @@ -254,6 +259,7 @@ public StoreItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Delete navigation property termStores for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -262,7 +268,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -270,6 +276,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of termStores under this site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -286,6 +293,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property termStores in groups /// + /// 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 @@ -296,7 +304,7 @@ public RequestInformation ToPatchRequestInformation(Store 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}/groups/{group%2Did}/sites/{site%2Did}/termStores/{store%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Item/TermStores/TermStoresRequestBuilder.cs b/src/generated/Groups/Item/Sites/Item/TermStores/TermStoresRequestBuilder.cs index 4872838535..465a80e925 100644 --- a/src/generated/Groups/Item/Sites/Item/TermStores/TermStoresRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Item/TermStores/TermStoresRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermStoresRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the termStores property of the microsoft.graph.site entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to termStores for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to termStores for groups"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// The collection of termStores under this site. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of termStores under this site."; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TermStoresRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermStoresRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TermStoresRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermStoresRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/termStores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public TermStoresRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// The collection of termStores under this site. /// + /// 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,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to termStores for groups /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(Store 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}/groups/{group%2Did}/sites/{site%2Did}/termStores", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Sites/Remove/RemovePostRequestBody.cs b/src/generated/Groups/Item/Sites/Remove/RemovePostRequestBody.cs index a858c6c8db..3c4aeb5594 100644 --- a/src/generated/Groups/Item/Sites/Remove/RemovePostRequestBody.cs +++ b/src/generated/Groups/Item/Sites/Remove/RemovePostRequestBody.cs @@ -18,7 +18,7 @@ public class RemovePostRequestBody : IAdditionalDataHolder, IParsable { public List Value { get; set; } #endif /// - /// Instantiates a new removePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RemovePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public RemovePostRequestBody() { /// /// 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 RemovePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static RemovePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Site.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Remove/RemovePostResponse.cs b/src/generated/Groups/Item/Sites/Remove/RemovePostResponse.cs index eb4a189ae6..80e459f8dc 100644 --- a/src/generated/Groups/Item/Sites/Remove/RemovePostResponse.cs +++ b/src/generated/Groups/Item/Sites/Remove/RemovePostResponse.cs @@ -18,6 +18,7 @@ public class RemovePostResponse : BaseCollectionPaginationCountResponse, IParsab /// /// 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 new RemovePostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class RemovePostResponse : BaseCollectionPaginationCountResponse, IParsab /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Site.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Sites/Remove/RemoveRequestBuilder.cs b/src/generated/Groups/Item/Sites/Remove/RemoveRequestBuilder.cs index e740954845..a90750d1d4 100644 --- a/src/generated/Groups/Item/Sites/Remove/RemoveRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/Remove/RemoveRequestBuilder.cs @@ -22,6 +22,7 @@ public class RemoveRequestBuilder : BaseCliRequestBuilder { /// Unfollow a user's site or multiple sites. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Unfollow a user's site or multiple sites.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RemoveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RemoveRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/sites/remove", pathParameters) { } /// - /// Instantiates a new RemoveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RemoveRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/sites/remove", rawUrl) { @@ -94,6 +95,7 @@ public RemoveRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// Unfollow a user's site or multiple sites. /// + /// 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/Groups/Item/Sites/SitesRequestBuilder.cs b/src/generated/Groups/Item/Sites/SitesRequestBuilder.cs index 5f0bce7331..634c64678d 100644 --- a/src/generated/Groups/Item/Sites/SitesRequestBuilder.cs +++ b/src/generated/Groups/Item/Sites/SitesRequestBuilder.cs @@ -28,6 +28,7 @@ public class SitesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the add method. /// + /// A public Command BuildAddNavCommand() { var command = new Command("add"); command.Description = "Provides operations to call the add method."; @@ -43,6 +44,7 @@ public Command BuildAddNavCommand() { /// /// Provides operations to manage the sites property of the microsoft.graph.group entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -74,6 +76,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."; @@ -89,6 +92,7 @@ public Command BuildCountNavCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -104,6 +108,7 @@ public Command BuildDeltaNavCommand() { /// /// Provides operations to call the getAllSites method. /// + /// A public Command BuildGetAllSitesNavCommand() { var command = new Command("get-all-sites"); command.Description = "Provides operations to call the getAllSites method."; @@ -119,6 +124,7 @@ public Command BuildGetAllSitesNavCommand() { /// /// The list of SharePoint sites in this group. Access the default site with /sites/root. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of SharePoint sites in this group. Access the default site with /sites/root."; @@ -217,6 +223,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the remove method. /// + /// A public Command BuildRemoveNavCommand() { var command = new Command("remove"); command.Description = "Provides operations to call the remove method."; @@ -230,13 +237,13 @@ public Command BuildRemoveNavCommand() { 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}/groups/{group%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}/groups/{group%2Did}/sites{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -244,6 +251,7 @@ public SitesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// The list of SharePoint sites in this group. Access the default site with /sites/root. /// + /// 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/Groups/Item/SubscribeByMail/SubscribeByMailRequestBuilder.cs b/src/generated/Groups/Item/SubscribeByMail/SubscribeByMailRequestBuilder.cs index e6eebba9ac..4d6756f5b8 100644 --- a/src/generated/Groups/Item/SubscribeByMail/SubscribeByMailRequestBuilder.cs +++ b/src/generated/Groups/Item/SubscribeByMail/SubscribeByMailRequestBuilder.cs @@ -22,6 +22,7 @@ public class SubscribeByMailRequestBuilder : BaseCliRequestBuilder { /// Calling this method will enable the current user to receive email notifications for this group, about new posts, events, and files in that group. Supported for Microsoft 365 groups only. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Calling this method will enable the current user to receive email notifications for this group, about new posts, events, and files in that group. Supported for Microsoft 365 groups only.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SubscribeByMailRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubscribeByMailRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/subscribeByMail", pathParameters) { } /// - /// Instantiates a new SubscribeByMailRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubscribeByMailRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/subscribeByMail", rawUrl) { @@ -60,6 +61,7 @@ public SubscribeByMailRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Calling this method will enable the current user to receive email notifications for this group, about new posts, events, and files in that group. Supported for Microsoft 365 groups 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 diff --git a/src/generated/Groups/Item/Team/AllChannels/AllChannelsRequestBuilder.cs b/src/generated/Groups/Item/Team/AllChannels/AllChannelsRequestBuilder.cs index 63cc43c918..ee685856b8 100644 --- a/src/generated/Groups/Item/Team/AllChannels/AllChannelsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/AllChannels/AllChannelsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AllChannelsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the allChannels property of the microsoft.graph.team entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ChannelItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get the list of channels either in this team or shared with this team (incoming channels). /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of channels either in this team or shared with this team (incoming channels).\n\nFind more info here:\n https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AllChannelsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AllChannelsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/allChannels{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AllChannelsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AllChannelsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/allChannels{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public AllChannelsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Get the list of channels either in this team or shared with this team (incoming channels). /// + /// 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/Groups/Item/Team/AllChannels/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/AllChannels/Count/CountRequestBuilder.cs index dd55a89d27..1f92c5e160 100644 --- a/src/generated/Groups/Item/Team/AllChannels/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/AllChannels/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}/groups/{group%2Did}/team/allChannels/$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}/groups/{group%2Did}/team/allChannels/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/AllChannels/Item/ChannelItemRequestBuilder.cs b/src/generated/Groups/Item/Team/AllChannels/Item/ChannelItemRequestBuilder.cs index 06cf6e8566..3efe716b27 100644 --- a/src/generated/Groups/Item/Team/AllChannels/Item/ChannelItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/AllChannels/Item/ChannelItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ChannelItemRequestBuilder : BaseCliRequestBuilder { /// /// List of channels either hosted in or shared with the team (incoming channels). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "List of channels either hosted in or shared with the team (incoming channels)."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ChannelItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChannelItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/allChannels/{channel%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ChannelItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChannelItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/allChannels/{channel%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public ChannelItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// List of channels either hosted in or shared with the team (incoming channels). /// + /// 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/Groups/Item/Team/Archive/ArchivePostRequestBody.cs b/src/generated/Groups/Item/Team/Archive/ArchivePostRequestBody.cs index 1a30f449c9..d49a1709ee 100644 --- a/src/generated/Groups/Item/Team/Archive/ArchivePostRequestBody.cs +++ b/src/generated/Groups/Item/Team/Archive/ArchivePostRequestBody.cs @@ -11,7 +11,7 @@ public class ArchivePostRequestBody : IAdditionalDataHolder, IParsable { /// The shouldSetSpoSiteReadOnlyForMembers property public bool? ShouldSetSpoSiteReadOnlyForMembers { get; set; } /// - /// Instantiates a new archivePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ArchivePostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,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)); @@ -27,6 +28,7 @@ public static ArchivePostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"shouldSetSpoSiteReadOnlyForMembers", n => { ShouldSetSpoSiteReadOnlyForMembers = n.GetBoolValue(); } }, diff --git a/src/generated/Groups/Item/Team/Archive/ArchiveRequestBuilder.cs b/src/generated/Groups/Item/Team/Archive/ArchiveRequestBuilder.cs index a490c3bad8..530fa0fbdf 100644 --- a/src/generated/Groups/Item/Team/Archive/ArchiveRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Archive/ArchiveRequestBuilder.cs @@ -22,6 +22,7 @@ public class ArchiveRequestBuilder : BaseCliRequestBuilder { /// Archive the specified team. When a team is archived, users can no longer send or like messages on any channel in the team, edit the team's name, description, or other settings, or in general make most changes to the team.Membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which may occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Archive the specified team. When a team is archived, users can no longer send or like messages on any channel in the team, edit the team's name, description, or other settings, or in general make most changes to the team.Membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which may occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0"; @@ -59,13 +60,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}/groups/{group%2Did}/team/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}/groups/{group%2Did}/team/archive", rawUrl) { @@ -73,6 +74,7 @@ public ArchiveRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Archive the specified team. When a team is archived, users can no longer send or like messages on any channel in the team, edit the team's name, description, or other settings, or in general make most changes to the team.Membership changes to the team continue to be allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which may occur subsequent to a response from this API. To archive a team, the team and group must have an owner. To restore a team from its archived state, use the API to unarchive. /// + /// 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/Groups/Item/Team/Channels/ChannelsRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/ChannelsRequestBuilder.cs index a138c84c42..a845ab18ee 100644 --- a/src/generated/Groups/Item/Team/Channels/ChannelsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/ChannelsRequestBuilder.cs @@ -25,6 +25,7 @@ public class ChannelsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the channels property of the microsoft.graph.team entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -46,6 +47,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."; @@ -62,6 +64,7 @@ public Command BuildCountNavCommand() { /// Create a new channel in a team, as specified in the request body. When you create a channel, the maximum length of the channel's displayName is 50 characters. This is the name that appears to the user in Microsoft Teams. If you're creating a private channel, you can add a maximum of 200 members. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new channel in a team, as specified in the request body. When you create a channel, the maximum length of the channel's displayName is 50 characters. This is the name that appears to the user in Microsoft Teams. If you're creating a private channel, you can add a maximum of 200 members.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-1.0"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the getAllMessages method. /// + /// A public Command BuildGetAllMessagesNavCommand() { var command = new Command("get-all-messages"); command.Description = "Provides operations to call the getAllMessages method."; @@ -127,6 +131,7 @@ public Command BuildGetAllMessagesNavCommand() { /// Retrieve the list of channels in this team. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of channels in this team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0"; @@ -223,13 +228,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChannelsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChannelsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChannelsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChannelsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -237,6 +242,7 @@ public ChannelsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Retrieve the list of channels in this team. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new channel in a team, as specified in the request body. When you create a channel, the maximum length of the channel's displayName is 50 characters. This is the name that appears to the user in Microsoft Teams. If you're creating a private channel, you can add a maximum of 200 members. /// + /// 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 @@ -263,7 +270,7 @@ public RequestInformation ToPostRequestInformation(Channel 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}/groups/{group%2Did}/team/channels", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Channels/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Count/CountRequestBuilder.cs index 0783ae1c37..ed3716dc66 100644 --- a/src/generated/Groups/Item/Team/Channels/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/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}/groups/{group%2Did}/team/channels/$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}/groups/{group%2Did}/team/channels/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Channels/GetAllMessages/GetAllMessagesGetResponse.cs b/src/generated/Groups/Item/Team/Channels/GetAllMessages/GetAllMessagesGetResponse.cs index 437ce25c74..58367ee141 100644 --- a/src/generated/Groups/Item/Team/Channels/GetAllMessages/GetAllMessagesGetResponse.cs +++ b/src/generated/Groups/Item/Team/Channels/GetAllMessages/GetAllMessagesGetResponse.cs @@ -18,6 +18,7 @@ public class GetAllMessagesGetResponse : BaseCollectionPaginationCountResponse, /// /// 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 new GetAllMessagesGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAllMessagesGetResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ChatMessage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Team/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs index 529e2c869b..e780e8abe8 100644 --- a/src/generated/Groups/Item/Team/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/GetAllMessages/GetAllMessagesRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetAllMessagesRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function getAllMessages /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getAllMessages"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -95,6 +102,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); var errorMapping = new Dictionary> { @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetAllMessagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetAllMessagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/getAllMessages(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top,model*}", pathParameters) { + public GetAllMessagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/getAllMessages(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top,model*}", pathParameters) { } /// - /// Instantiates a new GetAllMessagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetAllMessagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/getAllMessages(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top,model*}", rawUrl) { + public GetAllMessagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/getAllMessages(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top,model*}", rawUrl) { } /// /// Invoke function getAllMessages /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class GetAllMessagesRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Groups/Item/Team/Channels/Item/ChannelItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/ChannelItemRequestBuilder.cs index c2f34a1b78..74c1cee87c 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/ChannelItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/ChannelItemRequestBuilder.cs @@ -31,6 +31,7 @@ public class ChannelItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the completeMigration method. /// + /// A public Command BuildCompleteMigrationNavCommand() { var command = new Command("complete-migration"); command.Description = "Provides operations to call the completeMigration method."; @@ -47,6 +48,7 @@ public Command BuildCompleteMigrationNavCommand() { /// Delete the channel. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete the channel.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0"; @@ -86,6 +88,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to call the doesUserHaveAccess method. /// + /// A public Command BuildDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameNavCommand() { var command = new Command("does-user-have-accessuser-id-user-id-tenant-id-tenant-id-user-principal-name-user-principal-name"); command.Description = "Provides operations to call the doesUserHaveAccess method."; @@ -101,6 +104,7 @@ public Command BuildDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalN /// /// Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. /// + /// A public Command BuildFilesFolderNavCommand() { var command = new Command("files-folder"); command.Description = "Provides operations to manage the filesFolder property of the microsoft.graph.channel entity."; @@ -123,6 +127,7 @@ public Command BuildFilesFolderNavCommand() { /// Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0"; @@ -179,6 +184,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the members property of the microsoft.graph.channel entity. /// + /// A public Command BuildMembersNavCommand() { var command = new Command("members"); command.Description = "Provides operations to manage the members property of the microsoft.graph.channel entity."; @@ -205,6 +211,7 @@ public Command BuildMembersNavCommand() { /// /// Provides operations to manage the messages property of the microsoft.graph.channel entity. /// + /// A public Command BuildMessagesNavCommand() { var command = new Command("messages"); command.Description = "Provides operations to manage the messages property of the microsoft.graph.channel entity."; @@ -232,6 +239,7 @@ public Command BuildMessagesNavCommand() { /// Update the properties of the specified channel. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of the specified channel.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-1.0"; @@ -287,6 +295,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the provisionEmail method. /// + /// A public Command BuildProvisionEmailNavCommand() { var command = new Command("provision-email"); command.Description = "Provides operations to call the provisionEmail method."; @@ -302,6 +311,7 @@ public Command BuildProvisionEmailNavCommand() { /// /// Provides operations to call the removeEmail method. /// + /// A public Command BuildRemoveEmailNavCommand() { var command = new Command("remove-email"); command.Description = "Provides operations to call the removeEmail method."; @@ -317,6 +327,7 @@ public Command BuildRemoveEmailNavCommand() { /// /// Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. /// + /// A public Command BuildSharedWithTeamsNavCommand() { var command = new Command("shared-with-teams"); command.Description = "Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity."; @@ -342,6 +353,7 @@ public Command BuildSharedWithTeamsNavCommand() { /// /// Provides operations to manage the tabs property of the microsoft.graph.channel entity. /// + /// A public Command BuildTabsNavCommand() { var command = new Command("tabs"); command.Description = "Provides operations to manage the tabs property of the microsoft.graph.channel entity."; @@ -365,13 +377,13 @@ public Command BuildTabsNavCommand() { return command; } /// - /// Instantiates a new ChannelItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChannelItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ChannelItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChannelItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}{?%24expand,%24select}", rawUrl) { @@ -379,6 +391,7 @@ public ChannelItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Delete the channel. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -387,7 +400,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -395,6 +408,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -411,6 +425,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of the specified channel. /// + /// 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 @@ -421,7 +436,7 @@ public RequestInformation ToPatchRequestInformation(Channel 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}/groups/{group%2Did}/team/channels/{channel%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs index 1f80361d83..be56a4ca36 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.cs @@ -22,6 +22,7 @@ public class CompleteMigrationRequestBuilder : BaseCliRequestBuilder { /// Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CompleteMigrationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CompleteMigrationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/completeMigration", pathParameters) { } /// - /// Instantiates a new CompleteMigrationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CompleteMigrationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/completeMigration", rawUrl) { @@ -66,6 +67,7 @@ public CompleteMigrationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/ /// /// Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. /// + /// 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/Groups/Item/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.cs b/src/generated/Groups/Item/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.cs index c8917b83ec..23b1839d6c 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.cs @@ -11,7 +11,7 @@ public class DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUser /// The value property public bool? Value { get; set; } /// - /// Instantiates a new doesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci /// /// 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 DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUse /// /// 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/Groups/Item/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs index 85e299fa86..fb72f6c92c 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs @@ -21,6 +21,7 @@ public class DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUser /// /// Invoke function doesUserHaveAccess /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function doesUserHaveAccess"; @@ -79,13 +80,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName'){?tenantId*,userId*,userPrincipalName*}", pathParameters) { } /// - /// Instantiates a new DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName'){?tenantId*,userId*,userPrincipalName*}", rawUrl) { @@ -93,6 +94,7 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci /// /// Invoke function doesUserHaveAccess /// + /// 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/Groups/Item/Team/Channels/Item/FilesFolder/Content/ContentRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/FilesFolder/Content/ContentRequestBuilder.cs index 7782454870..1644ae452c 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/FilesFolder/Content/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/FilesFolder/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The content stream, if the item represents a file. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream, if the item represents a file.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"; @@ -34,15 +35,21 @@ public Command BuildGetCommand() { }; channelIdOption.IsRequired = true; command.AddOption(channelIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var channelId = invocationContext.ParseResult.GetValueForOption(channelIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (channelId is not null) requestInfo.PathParameters.Add("channel%2Did", channelId); @@ -67,6 +74,7 @@ public Command BuildGetCommand() { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream, if the item represents a file."; @@ -117,27 +125,28 @@ 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}/groups/{group%2Did}/team/channels/{channel%2Did}/filesFolder/content", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/filesFolder/content{?%24format*}", 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}/groups/{group%2Did}/team/channels/{channel%2Did}/filesFolder/content", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/filesFolder/content{?%24format*}", rawUrl) { } /// /// The content stream, if the item represents a file. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -147,6 +156,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream, if the item represents a file. /// + /// 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 @@ -157,11 +167,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/filesFolder/content", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// The content stream, if the item represents a file. + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Groups/Item/Team/Channels/Item/FilesFolder/FilesFolderRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/FilesFolder/FilesFolderRequestBuilder.cs index f926173d03..bc4882c749 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/FilesFolder/FilesFolderRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/FilesFolder/FilesFolderRequestBuilder.cs @@ -23,6 +23,7 @@ public class FilesFolderRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -40,6 +41,7 @@ public Command BuildContentNavCommand() { /// Get the metadata for the location where the files of a channel are stored. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the metadata for the location where the files of a channel are stored. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"; @@ -94,13 +96,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilesFolderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/filesFolder{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FilesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/filesFolder{?%24expand,%24select}", rawUrl) { @@ -108,6 +110,7 @@ public FilesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Get the metadata for the location where the files of a channel are stored. /// + /// 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/Groups/Item/Team/Channels/Item/Members/Add/AddPostRequestBody.cs b/src/generated/Groups/Item/Team/Channels/Item/Members/Add/AddPostRequestBody.cs index 15ba419c57..9dd004f35b 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Members/Add/AddPostRequestBody.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Members/Add/AddPostRequestBody.cs @@ -18,7 +18,7 @@ public class AddPostRequestBody : IAdditionalDataHolder, IParsable { public List Values { get; set; } #endif /// - /// Instantiates a new addPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AddPostRequestBody() { /// /// 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 AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetCollectionOfObjectValues(ConversationMember.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Team/Channels/Item/Members/Add/AddPostResponse.cs b/src/generated/Groups/Item/Team/Channels/Item/Members/Add/AddPostResponse.cs index 766ac6af9e..9a4530f7b4 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Members/Add/AddPostResponse.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Members/Add/AddPostResponse.cs @@ -18,6 +18,7 @@ public class AddPostResponse : BaseCollectionPaginationCountResponse, IParsable /// /// 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 new AddPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class AddPostResponse : BaseCollectionPaginationCountResponse, IParsable /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ActionResultPart.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Team/Channels/Item/Members/Add/AddRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Members/Add/AddRequestBuilder.cs index 8e0183a7ad..2839e64c26 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Members/Add/AddRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Members/Add/AddRequestBuilder.cs @@ -22,6 +22,7 @@ public class AddRequestBuilder : BaseCliRequestBuilder { /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"; @@ -86,13 +87,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/members/add", pathParameters) { } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/members/add", rawUrl) { @@ -100,6 +101,7 @@ public AddRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/t /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. /// + /// 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/Groups/Item/Team/Channels/Item/Members/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Members/Count/CountRequestBuilder.cs index 05cb9f5e14..8b00a60909 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Members/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Members/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"; @@ -65,13 +66,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}/groups/{group%2Did}/team/channels/{channel%2Did}/members/$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}/groups/{group%2Did}/team/channels/{channel%2Did}/members/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.cs index a8cafeb1e4..d85a6aeef3 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Members/Item/ConversationMemberItemRequestBuilder.cs @@ -20,12 +20,13 @@ namespace ApiSdk.Groups.Item.Team.Channels.Item.Members.Item { /// public class ConversationMemberItemRequestBuilder : BaseCliRequestBuilder { /// - /// Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared. - /// Find more info here + /// Delete a conversationMember from a channel. + /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); - command.Description = "Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-1.0"; + command.Description = "Delete a conversationMember from a channel.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0"; var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { }; groupIdOption.IsRequired = true; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// Get a conversationMember from a channel. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a conversationMember from a channel.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0"; @@ -129,12 +131,13 @@ public Command BuildGetCommand() { return command; } /// - /// Update the role of a conversationMember in a team or channel. - /// Find more info here + /// Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. + /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); - command.Description = "Update the role of a conversationMember in a team or channel.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0"; + command.Description = "Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0"; var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { }; groupIdOption.IsRequired = true; @@ -191,20 +194,21 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ConversationMemberItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConversationMemberItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/members/{conversationMember%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ConversationMemberItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConversationMemberItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/members/{conversationMember%2Did}{?%24expand,%24select}", rawUrl) { } /// - /// Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared. + /// Delete a conversationMember from a channel. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,7 +217,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/members/{conversationMember%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -221,6 +225,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get a conversationMember from a channel. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,8 +240,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the role of a conversationMember in a team or channel. + /// Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPatchRequestInformation(ConversationMember body, Act public RequestInformation ToPatchRequestInformation(ConversationMember 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}/groups/{group%2Did}/team/channels/{channel%2Did}/members/{conversationMember%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Channels/Item/Members/MembersRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Members/MembersRequestBuilder.cs index 3514e85125..7da9766f99 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Members/MembersRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Members/MembersRequestBuilder.cs @@ -25,6 +25,7 @@ public class MembersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the add method. /// + /// A public Command BuildAddNavCommand() { var command = new Command("add"); command.Description = "Provides operations to call the add method."; @@ -40,6 +41,7 @@ public Command BuildAddNavCommand() { /// /// Provides operations to manage the members property of the microsoft.graph.channel entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ConversationMemberItemRequestBuilder(PathParameters); @@ -51,6 +53,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."; @@ -64,12 +67,13 @@ public Command BuildCountNavCommand() { return command; } /// - /// Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. - /// Find more info here + /// Add a conversationMember to a channel. + /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); - command.Description = "Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0"; + command.Description = "Add a conversationMember to a channel.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0"; var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { }; groupIdOption.IsRequired = true; @@ -123,6 +127,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0"; @@ -225,13 +230,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MembersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -239,6 +244,7 @@ public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,8 +259,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. + /// Add a conversationMember to a channel. /// + /// 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 @@ -265,7 +272,7 @@ public RequestInformation ToPostRequestInformation(ConversationMember body, Acti public RequestInformation ToPostRequestInformation(ConversationMember 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}/groups/{group%2Did}/team/channels/{channel%2Did}/members", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Channels/Item/Messages/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Count/CountRequestBuilder.cs index c955565865..1ee9258862 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/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"; @@ -65,13 +66,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}/groups/{group%2Did}/team/channels/{channel%2Did}/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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Channels/Item/Messages/Delta/DeltaGetResponse.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Delta/DeltaGetResponse.cs index b206e8afff..cd9bf69d7b 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Delta/DeltaGetResponse.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ChatMessage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Team/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs index 0b516ffa2c..b24dea95c8 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (channelId is not null) requestInfo.PathParameters.Add("channel%2Did", channelId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.cs index 9944ade97a..bead907742 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/ChatMessageItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class ChatMessageItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property messages for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property messages for groups"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// Retrieve a single message or a message reply in a channel or a chat. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a single message or a message reply in a channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"; @@ -136,6 +138,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. /// + /// A public Command BuildHostedContentsNavCommand() { var command = new Command("hosted-contents"); command.Description = "Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity."; @@ -162,6 +165,7 @@ public Command BuildHostedContentsNavCommand() { /// Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0"; @@ -223,6 +227,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. /// + /// A public Command BuildRepliesNavCommand() { var command = new Command("replies"); command.Description = "Provides operations to manage the replies property of the microsoft.graph.chatMessage entity."; @@ -249,6 +254,7 @@ public Command BuildRepliesNavCommand() { /// /// Provides operations to call the setReaction method. /// + /// A public Command BuildSetReactionNavCommand() { var command = new Command("set-reaction"); command.Description = "Provides operations to call the setReaction method."; @@ -264,6 +270,7 @@ public Command BuildSetReactionNavCommand() { /// /// Provides operations to call the softDelete method. /// + /// A public Command BuildSoftDeleteNavCommand() { var command = new Command("soft-delete"); command.Description = "Provides operations to call the softDelete method."; @@ -279,6 +286,7 @@ public Command BuildSoftDeleteNavCommand() { /// /// Provides operations to call the undoSoftDelete method. /// + /// A public Command BuildUndoSoftDeleteNavCommand() { var command = new Command("undo-soft-delete"); command.Description = "Provides operations to call the undoSoftDelete method."; @@ -294,6 +302,7 @@ public Command BuildUndoSoftDeleteNavCommand() { /// /// Provides operations to call the unsetReaction method. /// + /// A public Command BuildUnsetReactionNavCommand() { var command = new Command("unset-reaction"); command.Description = "Provides operations to call the unsetReaction method."; @@ -307,13 +316,13 @@ public Command BuildUnsetReactionNavCommand() { return command; } /// - /// Instantiates a new ChatMessageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChatMessageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ChatMessageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChatMessageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}{?%24expand,%24select}", rawUrl) { @@ -321,6 +330,7 @@ public ChatMessageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Delete navigation property messages for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -329,7 +339,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -337,6 +347,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a single message or a message reply in a channel or a chat. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -353,6 +364,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. /// + /// 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 @@ -363,7 +375,7 @@ public RequestInformation ToPatchRequestInformation(ChatMessage 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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs index 9b62267121..4822244dd6 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/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"; @@ -71,13 +72,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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/hostedContents/$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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/hostedContents/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs index e5c38f805f..669e579dc7 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class HostedContentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage 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 hostedContents for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to hostedContents for groups"; @@ -114,6 +117,7 @@ public Command BuildCreateCommand() { /// Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"; @@ -222,13 +226,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HostedContentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostedContentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/hostedContents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HostedContentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostedContentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/hostedContents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -236,6 +240,7 @@ public HostedContentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted 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 @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to hostedContents for groups /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPostRequestInformation(ChatMessageHostedContent body public RequestInformation ToPostRequestInformation(ChatMessageHostedContent 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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/hostedContents", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs index b403f11457..125236cd75 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ChatMessageHostedContentItemRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// Delete navigation property hostedContents for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property hostedContents for groups"; @@ -91,6 +93,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of chatMessageHostedContent object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chatMessageHostedContent object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"; @@ -159,6 +162,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property hostedContents in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property hostedContents in groups"; @@ -224,13 +228,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ChatMessageHostedContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChatMessageHostedContentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ChatMessageHostedContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChatMessageHostedContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}{?%24expand,%24select}", rawUrl) { @@ -238,6 +242,7 @@ public ChatMessageHostedContentItemRequestBuilder(string rawUrl) : base("{+baseu /// /// Delete navigation property hostedContents for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,7 +251,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chatMessageHostedContent 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 @@ -270,6 +276,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property hostedContents in groups /// + /// 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 @@ -280,7 +287,7 @@ public RequestInformation ToPatchRequestInformation(ChatMessageHostedContent bod public RequestInformation ToPatchRequestInformation(ChatMessageHostedContent 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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Item/Value/ContentRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Item/Value/ContentRequestBuilder.cs index 715b4faaa5..89eb2a4045 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Item/Value/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/HostedContents/Item/Value/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// Get media content for the navigation property hostedContents from groups /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get media content for the navigation property hostedContents from groups\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"; @@ -41,6 +42,10 @@ public Command BuildGetCommand() { }; chatMessageHostedContentIdOption.IsRequired = true; command.AddOption(chatMessageHostedContentIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { @@ -48,10 +53,12 @@ public Command BuildGetCommand() { var channelId = invocationContext.ParseResult.GetValueForOption(channelIdOption); var chatMessageId = invocationContext.ParseResult.GetValueForOption(chatMessageIdOption); var chatMessageHostedContentId = invocationContext.ParseResult.GetValueForOption(chatMessageHostedContentIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (channelId is not null) requestInfo.PathParameters.Add("channel%2Did", channelId); @@ -78,6 +85,7 @@ public Command BuildGetCommand() { /// /// Update media content for the navigation property hostedContents in groups /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update media content for the navigation property hostedContents in groups"; @@ -142,27 +150,28 @@ 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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}/$value", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}/$value{?%24format*}", 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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}/$value", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}/$value{?%24format*}", rawUrl) { } /// /// Get media content for the navigation property hostedContents from groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -172,6 +181,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update media content for the navigation property hostedContents in groups /// + /// 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 @@ -182,11 +192,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}/$value", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// Get media content for the navigation property hostedContents from groups + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs index d580e6b1d3..f849cd815a 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/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"; @@ -71,13 +72,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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/$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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Delta/DeltaGetResponse.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Delta/DeltaGetResponse.cs index 990042668f..3a454b0e62 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Delta/DeltaGetResponse.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ChatMessage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs index cf78039bc2..da7c0aa6b6 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -66,6 +67,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -83,6 +89,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -99,6 +106,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (channelId is not null) requestInfo.PathParameters.Add("channel%2Did", channelId); @@ -122,20 +130,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -156,6 +165,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.cs index b10db23c95..597159729a 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class ChatMessageItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property replies for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property replies for groups"; @@ -79,6 +80,7 @@ public Command BuildDeleteCommand() { /// Retrieve a single message or a message reply in a channel or a chat. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a single message or a message reply in a channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"; @@ -147,6 +149,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. /// + /// A public Command BuildHostedContentsNavCommand() { var command = new Command("hosted-contents"); command.Description = "Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity."; @@ -172,6 +175,7 @@ public Command BuildHostedContentsNavCommand() { /// /// Update the navigation property replies in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property replies in groups"; @@ -239,6 +243,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the setReaction method. /// + /// A public Command BuildSetReactionNavCommand() { var command = new Command("set-reaction"); command.Description = "Provides operations to call the setReaction method."; @@ -254,6 +259,7 @@ public Command BuildSetReactionNavCommand() { /// /// Provides operations to call the softDelete method. /// + /// A public Command BuildSoftDeleteNavCommand() { var command = new Command("soft-delete"); command.Description = "Provides operations to call the softDelete method."; @@ -269,6 +275,7 @@ public Command BuildSoftDeleteNavCommand() { /// /// Provides operations to call the undoSoftDelete method. /// + /// A public Command BuildUndoSoftDeleteNavCommand() { var command = new Command("undo-soft-delete"); command.Description = "Provides operations to call the undoSoftDelete method."; @@ -284,6 +291,7 @@ public Command BuildUndoSoftDeleteNavCommand() { /// /// Provides operations to call the unsetReaction method. /// + /// A public Command BuildUnsetReactionNavCommand() { var command = new Command("unset-reaction"); command.Description = "Provides operations to call the unsetReaction method."; @@ -297,13 +305,13 @@ public Command BuildUnsetReactionNavCommand() { return command; } /// - /// Instantiates a new ChatMessageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChatMessageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ChatMessageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChatMessageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}{?%24expand,%24select}", rawUrl) { @@ -311,6 +319,7 @@ public ChatMessageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Delete navigation property replies for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -319,7 +328,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -327,6 +336,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a single message or a message reply in a channel or a chat. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -343,6 +353,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property replies in groups /// + /// 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 @@ -353,7 +364,7 @@ public RequestInformation ToPatchRequestInformation(ChatMessage 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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs index 4485c0d5fa..86cae3bf2a 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/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"; @@ -77,13 +78,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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/$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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs index 9208f9144c..1d3078f369 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class HostedContentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage 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 hostedContents for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to hostedContents for groups"; @@ -120,6 +123,7 @@ public Command BuildCreateCommand() { /// Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"; @@ -234,13 +238,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HostedContentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostedContentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HostedContentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostedContentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -248,6 +252,7 @@ public HostedContentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted 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 @@ -264,6 +269,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to hostedContents for groups /// + /// 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 +280,7 @@ public RequestInformation ToPostRequestInformation(ChatMessageHostedContent body public RequestInformation ToPostRequestInformation(ChatMessageHostedContent 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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs index ab87d3c49b..f57e98b822 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ChatMessageHostedContentItemRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// Delete navigation property hostedContents for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property hostedContents for groups"; @@ -97,6 +99,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of chatMessageHostedContent object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chatMessageHostedContent object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"; @@ -171,6 +174,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property hostedContents in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property hostedContents in groups"; @@ -242,13 +246,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ChatMessageHostedContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChatMessageHostedContentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ChatMessageHostedContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChatMessageHostedContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}{?%24expand,%24select}", rawUrl) { @@ -256,6 +260,7 @@ public ChatMessageHostedContentItemRequestBuilder(string rawUrl) : base("{+baseu /// /// Delete navigation property hostedContents for groups /// + /// 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,7 +269,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -272,6 +277,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chatMessageHostedContent 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 @@ -288,6 +294,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property hostedContents in groups /// + /// 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 @@ -298,7 +305,7 @@ public RequestInformation ToPatchRequestInformation(ChatMessageHostedContent bod public RequestInformation ToPatchRequestInformation(ChatMessageHostedContent 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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/Value/ContentRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/Value/ContentRequestBuilder.cs index 734d8215b5..4056e62dc9 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/Value/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/HostedContents/Item/Value/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// Get media content for the navigation property hostedContents from groups /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get media content for the navigation property hostedContents from groups\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"; @@ -45,6 +46,10 @@ public Command BuildGetCommand() { }; chatMessageHostedContentIdOption.IsRequired = true; command.AddOption(chatMessageHostedContentIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { @@ -53,10 +58,12 @@ public Command BuildGetCommand() { var chatMessageId = invocationContext.ParseResult.GetValueForOption(chatMessageIdOption); var chatMessageId1 = invocationContext.ParseResult.GetValueForOption(chatMessageId1Option); var chatMessageHostedContentId = invocationContext.ParseResult.GetValueForOption(chatMessageHostedContentIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (channelId is not null) requestInfo.PathParameters.Add("channel%2Did", channelId); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { /// /// Update media content for the navigation property hostedContents in groups /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update media content for the navigation property hostedContents in groups"; @@ -154,27 +162,28 @@ 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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}/$value", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}/$value{?%24format*}", 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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}/$value", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}/$value{?%24format*}", rawUrl) { } /// /// Get media content for the navigation property hostedContents from groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -184,6 +193,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update media content for the navigation property hostedContents in groups /// + /// 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 @@ -194,11 +204,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}/$value", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// Get media content for the navigation property hostedContents from groups + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.cs index 080dba8bb4..48c5952d6a 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.cs @@ -17,7 +17,7 @@ public class SetReactionPostRequestBody : IAdditionalDataHolder, IParsable { public string ReactionType { get; set; } #endif /// - /// Instantiates a new setReactionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetReactionPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public SetReactionPostRequestBody() { /// /// 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 SetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static SetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"reactionType", n => { ReactionType = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionRequestBuilder.cs index 616d8716ff..a044b1b304 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SetReaction/SetReactionRequestBuilder.cs @@ -21,6 +21,7 @@ public class SetReactionRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action setReaction /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action setReaction"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetReactionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/setReaction", pathParameters) { } /// - /// Instantiates a new SetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/setReaction", rawUrl) { @@ -90,6 +91,7 @@ public SetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Invoke action setReaction /// + /// 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/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs index 8ce95cfb8a..09204764dc 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -22,6 +22,7 @@ public class SoftDeleteRequestBuilder : BaseCliRequestBuilder { /// Delete a single chatMessage or a chat message reply in a channel or a chat. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Delete a single chatMessage or a chat message reply in a channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SoftDeleteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/softDelete", pathParameters) { } /// - /// Instantiates a new SoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/softDelete", rawUrl) { @@ -78,6 +79,7 @@ public SoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. /// + /// 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/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index 4286d9a730..f6c60c0f8e 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -22,6 +22,7 @@ public class UndoSoftDeleteRequestBuilder : BaseCliRequestBuilder { /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UndoSoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UndoSoftDeleteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/undoSoftDelete", pathParameters) { } /// - /// Instantiates a new UndoSoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UndoSoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/undoSoftDelete", rawUrl) { @@ -78,6 +79,7 @@ public UndoSoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. /// + /// 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/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.cs index 101a04c14f..2fd84aee71 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.cs @@ -17,7 +17,7 @@ public class UnsetReactionPostRequestBody : IAdditionalDataHolder, IParsable { public string ReactionType { get; set; } #endif /// - /// Instantiates a new unsetReactionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UnsetReactionPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public UnsetReactionPostRequestBody() { /// /// 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 UnsetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static UnsetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"reactionType", n => { ReactionType = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionRequestBuilder.cs index 6da4a2c0a6..fb78920c78 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionRequestBuilder.cs @@ -21,6 +21,7 @@ public class UnsetReactionRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action unsetReaction /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action unsetReaction"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnsetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnsetReactionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/unsetReaction", pathParameters) { } /// - /// Instantiates a new UnsetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnsetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/unsetReaction", rawUrl) { @@ -90,6 +91,7 @@ public UnsetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Invoke action unsetReaction /// + /// 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/Groups/Item/Team/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs index 79ecbb6daa..37349a0831 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/RepliesRequestBuilder.cs @@ -25,6 +25,7 @@ public class RepliesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new reply to a chatMessage in a specified channel. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new reply to a chatMessage in a specified channel.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0"; @@ -119,6 +122,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -135,6 +139,7 @@ public Command BuildDeltaNavCommand() { /// List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0"; @@ -243,13 +248,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RepliesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RepliesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RepliesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RepliesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -257,6 +262,7 @@ public RepliesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel 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 @@ -273,6 +279,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new reply to a chatMessage in a specified channel. /// + /// 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 @@ -283,7 +290,7 @@ public RequestInformation ToPostRequestInformation(ChatMessage 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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/replies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.cs index 0570ddc10b..f958c7f976 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/SetReaction/SetReactionPostRequestBody.cs @@ -17,7 +17,7 @@ public class SetReactionPostRequestBody : IAdditionalDataHolder, IParsable { public string ReactionType { get; set; } #endif /// - /// Instantiates a new setReactionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetReactionPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public SetReactionPostRequestBody() { /// /// 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 SetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static SetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"reactionType", n => { ReactionType = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/SetReaction/SetReactionRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/SetReaction/SetReactionRequestBuilder.cs index 699cad94a6..f9423ee413 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/SetReaction/SetReactionRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/SetReaction/SetReactionRequestBuilder.cs @@ -21,6 +21,7 @@ public class SetReactionRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action setReaction /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action setReaction"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetReactionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/setReaction", pathParameters) { } /// - /// Instantiates a new SetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/setReaction", rawUrl) { @@ -84,6 +85,7 @@ public SetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Invoke action setReaction /// + /// 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/Groups/Item/Team/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs index 95eddc4f7e..def2ae07a0 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -22,6 +22,7 @@ public class SoftDeleteRequestBuilder : BaseCliRequestBuilder { /// Delete a single chatMessage or a chat message reply in a channel or a chat. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Delete a single chatMessage or a chat message reply in a channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SoftDeleteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/softDelete", pathParameters) { } /// - /// Instantiates a new SoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/softDelete", rawUrl) { @@ -72,6 +73,7 @@ public SoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. /// + /// 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/Groups/Item/Team/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index 43172a3c2d..047109682b 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -22,6 +22,7 @@ public class UndoSoftDeleteRequestBuilder : BaseCliRequestBuilder { /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UndoSoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UndoSoftDeleteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/undoSoftDelete", pathParameters) { } /// - /// Instantiates a new UndoSoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UndoSoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/undoSoftDelete", rawUrl) { @@ -72,6 +73,7 @@ public UndoSoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. /// + /// 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/Groups/Item/Team/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.cs index 42aef5cef5..e2317dd904 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.cs @@ -17,7 +17,7 @@ public class UnsetReactionPostRequestBody : IAdditionalDataHolder, IParsable { public string ReactionType { get; set; } #endif /// - /// Instantiates a new unsetReactionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UnsetReactionPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public UnsetReactionPostRequestBody() { /// /// 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 UnsetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static UnsetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"reactionType", n => { ReactionType = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionRequestBuilder.cs index 4a794f7cd5..77c727b884 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/Item/UnsetReaction/UnsetReactionRequestBuilder.cs @@ -21,6 +21,7 @@ public class UnsetReactionRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action unsetReaction /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action unsetReaction"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnsetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnsetReactionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/unsetReaction", pathParameters) { } /// - /// Instantiates a new UnsetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnsetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/messages/{chatMessage%2Did}/unsetReaction", rawUrl) { @@ -84,6 +85,7 @@ public UnsetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Invoke action unsetReaction /// + /// 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/Groups/Item/Team/Channels/Item/Messages/MessagesRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Messages/MessagesRequestBuilder.cs index 74ef181d34..e10e2e8a26 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Messages/MessagesRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Messages/MessagesRequestBuilder.cs @@ -25,6 +25,7 @@ public class MessagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the messages property of the microsoft.graph.channel entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -43,6 +44,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."; @@ -59,6 +61,7 @@ public Command BuildCountNavCommand() { /// Send a new chatMessage in the specified channel or a chat. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Send a new chatMessage in the specified channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0"; @@ -114,6 +117,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -130,6 +134,7 @@ public Command BuildDeltaNavCommand() { /// Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel).\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0"; @@ -232,13 +237,13 @@ public Command BuildListCommand() { 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}/groups/{group%2Did}/team/channels/{channel%2Did}/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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -246,6 +251,7 @@ public MessagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -262,6 +268,7 @@ public RequestInformation ToGetRequestInformation(Action /// Send a new chatMessage in the specified channel or a chat. /// + /// 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 @@ -272,7 +279,7 @@ public RequestInformation ToPostRequestInformation(ChatMessage 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}/groups/{group%2Did}/team/channels/{channel%2Did}/messages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs index 8d977ba19f..bac290a336 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.cs @@ -23,6 +23,7 @@ public class ProvisionEmailRequestBuilder : BaseCliRequestBuilder { /// Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0"; @@ -63,13 +64,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ProvisionEmailRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ProvisionEmailRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/provisionEmail", pathParameters) { } /// - /// Instantiates a new ProvisionEmailRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ProvisionEmailRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/provisionEmail", rawUrl) { @@ -77,6 +78,7 @@ public ProvisionEmailRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. /// + /// 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/Groups/Item/Team/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs index 533a1eb6b7..d036d3880f 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.cs @@ -22,6 +22,7 @@ public class RemoveEmailRequestBuilder : BaseCliRequestBuilder { /// Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RemoveEmailRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RemoveEmailRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/removeEmail", pathParameters) { } /// - /// Instantiates a new RemoveEmailRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RemoveEmailRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/removeEmail", rawUrl) { @@ -66,6 +67,7 @@ public RemoveEmailRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. /// + /// 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/Groups/Item/Team/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs index e0f536d128..695026521a 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/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"; @@ -65,13 +66,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}/groups/{group%2Did}/team/channels/{channel%2Did}/sharedWithTeams/$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}/groups/{group%2Did}/team/channels/{channel%2Did}/sharedWithTeams/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs index ad133b953f..8f8add191f 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs @@ -24,6 +24,7 @@ public class AllowedMembersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ConversationMemberItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0"; @@ -157,13 +160,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AllowedMembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AllowedMembersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}/allowedMembers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AllowedMembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AllowedMembersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}/allowedMembers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -171,6 +174,7 @@ public AllowedMembersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in 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 diff --git a/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs index f49fe0bf3e..39e472efb0 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/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"; @@ -71,13 +72,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}/groups/{group%2Did}/team/channels/{channel%2Did}/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}/allowedMembers/$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}/groups/{group%2Did}/team/channels/{channel%2Did}/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}/allowedMembers/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/Item/ConversationMemberItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/Item/ConversationMemberItemRequestBuilder.cs index 1eacdd4f7a..d9217db7ea 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/Item/ConversationMemberItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/AllowedMembers/Item/ConversationMemberItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ConversationMemberItemRequestBuilder : BaseCliRequestBuilder { /// /// A collection of team members who have access to the shared channel. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A collection of team members who have access to the shared channel."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ConversationMemberItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConversationMemberItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}/allowedMembers/{conversationMember%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ConversationMemberItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConversationMemberItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}/allowedMembers/{conversationMember%2Did}{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ConversationMemberItemRequestBuilder(string rawUrl) : base("{+baseurl}/gr /// /// A collection of team members who have access to the shared channel. /// + /// 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/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.cs index fe39197ea8..38f2ee7292 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class SharedWithChannelTeamInfoItemRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. /// + /// A public Command BuildAllowedMembersNavCommand() { var command = new Command("allowed-members"); command.Description = "Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity."; @@ -49,6 +50,7 @@ public Command BuildAllowedMembersNavCommand() { /// Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0"; @@ -95,6 +97,7 @@ public Command BuildDeleteCommand() { /// Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0"; @@ -157,6 +160,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property sharedWithTeams in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sharedWithTeams in groups"; @@ -218,6 +222,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the team property of the microsoft.graph.teamInfo entity. /// + /// A public Command BuildTeamNavCommand() { var command = new Command("team"); command.Description = "Provides operations to manage the team property of the microsoft.graph.teamInfo entity."; @@ -231,13 +236,13 @@ public Command BuildTeamNavCommand() { return command; } /// - /// Instantiates a new SharedWithChannelTeamInfoItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SharedWithChannelTeamInfoItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SharedWithChannelTeamInfoItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SharedWithChannelTeamInfoItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}{?%24expand,%24select}", rawUrl) { @@ -245,6 +250,7 @@ public SharedWithChannelTeamInfoItemRequestBuilder(string rawUrl) : base("{+base /// /// Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,7 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -261,6 +267,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -277,6 +284,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sharedWithTeams in groups /// + /// 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 @@ -287,7 +295,7 @@ public RequestInformation ToPatchRequestInformation(SharedWithChannelTeamInfo bo public RequestInformation ToPatchRequestInformation(SharedWithChannelTeamInfo 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}/groups/{group%2Did}/team/channels/{channel%2Did}/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/Team/TeamRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/Team/TeamRequestBuilder.cs index 371622f8f4..505c060ec2 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/Team/TeamRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/Item/Team/TeamRequestBuilder.cs @@ -22,6 +22,7 @@ public class TeamRequestBuilder : BaseCliRequestBuilder { /// /// Get team from groups /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get team from groups"; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TeamRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}/team{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}/team{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public TeamRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/ /// /// Get team from groups /// + /// 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/Groups/Item/Team/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs index 3d7f9de499..dc5b5eea63 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/SharedWithTeams/SharedWithTeamsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SharedWithTeamsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to sharedWithTeams for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to sharedWithTeams for groups"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0"; @@ -211,13 +215,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SharedWithTeamsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SharedWithTeamsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/sharedWithTeams{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SharedWithTeamsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SharedWithTeamsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/sharedWithTeams{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -225,6 +229,7 @@ public SharedWithTeamsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +246,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to sharedWithTeams for groups /// + /// 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 @@ -251,7 +257,7 @@ public RequestInformation ToPostRequestInformation(SharedWithChannelTeamInfo bod public RequestInformation ToPostRequestInformation(SharedWithChannelTeamInfo 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}/groups/{group%2Did}/team/channels/{channel%2Did}/sharedWithTeams", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Channels/Item/Tabs/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Tabs/Count/CountRequestBuilder.cs index 8e809e14a4..fa48917099 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Tabs/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Tabs/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"; @@ -65,13 +66,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}/groups/{group%2Did}/team/channels/{channel%2Did}/tabs/$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}/groups/{group%2Did}/team/channels/{channel%2Did}/tabs/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Channels/Item/Tabs/Item/TeamsApp/TeamsAppRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Tabs/Item/TeamsApp/TeamsAppRequestBuilder.cs index 05bbbed49c..47a6f08c2d 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Tabs/Item/TeamsApp/TeamsAppRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Tabs/Item/TeamsApp/TeamsAppRequestBuilder.cs @@ -22,6 +22,7 @@ public class TeamsAppRequestBuilder : BaseCliRequestBuilder { /// /// The application that is linked to the tab. This can't be changed after tab creation. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The application that is linked to the tab. This can't be changed after tab creation."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TeamsAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamsAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/tabs/{teamsTab%2Did}/teamsApp{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamsAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamsAppRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/tabs/{teamsTab%2Did}/teamsApp{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public TeamsAppRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The application that is linked to the tab. This can't be changed after tab creation. /// + /// 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/Groups/Item/Team/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.cs index 2c0d7b53b0..9237e61613 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Tabs/Item/TeamsTabItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TeamsTabItemRequestBuilder : BaseCliRequestBuilder { /// Removes (unpins) a tab from the specified channel within a team. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Removes (unpins) a tab from the specified channel within a team. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0"; @@ -70,6 +71,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of the specified tab in a channel within a team. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of the specified tab in a channel within a team. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0"; @@ -133,6 +135,7 @@ public Command BuildGetCommand() { /// Update the properties of the specified tab.This can be used to configure the content of the tab. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of the specified tab.This can be used to configure the content of the tab.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0"; @@ -194,6 +197,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the teamsApp property of the microsoft.graph.teamsTab entity. /// + /// A public Command BuildTeamsAppNavCommand() { var command = new Command("teams-app"); command.Description = "Provides operations to manage the teamsApp property of the microsoft.graph.teamsTab entity."; @@ -207,13 +211,13 @@ public Command BuildTeamsAppNavCommand() { return command; } /// - /// Instantiates a new TeamsTabItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamsTabItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/tabs/{teamsTab%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamsTabItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamsTabItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/tabs/{teamsTab%2Did}{?%24expand,%24select}", rawUrl) { @@ -221,6 +225,7 @@ public TeamsTabItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Removes (unpins) a tab from the specified channel within a team. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/tabs/{teamsTab%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -237,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of the specified tab in a channel within a team. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of the specified tab.This can be used to configure the content of the tab. /// + /// 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 @@ -263,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(TeamsTab 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}/groups/{group%2Did}/team/channels/{channel%2Did}/tabs/{teamsTab%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Channels/Item/Tabs/TabsRequestBuilder.cs b/src/generated/Groups/Item/Team/Channels/Item/Tabs/TabsRequestBuilder.cs index f09c26f9ba..910d511e11 100644 --- a/src/generated/Groups/Item/Team/Channels/Item/Tabs/TabsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Channels/Item/Tabs/TabsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TabsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tabs property of the microsoft.graph.channel 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Add (pin) a tab to the specified channel within a team. The app must be preinstalled in the team and have the configurableTabs property defined in the app manifest. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add (pin) a tab to the specified channel within a team. The app must be preinstalled in the team and have the configurableTabs property defined in the app manifest.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// Retrieve the list of tabs in the specified channel within a team. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of tabs in the specified channel within a team. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0"; @@ -211,13 +215,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TabsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TabsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/tabs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TabsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TabsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/tabs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -225,6 +229,7 @@ public TabsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/ /// /// Retrieve the list of tabs in the specified channel within a team. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +246,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add (pin) a tab to the specified channel within a team. The app must be preinstalled in the team and have the configurableTabs property defined in the app manifest. /// + /// 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 @@ -251,7 +257,7 @@ public RequestInformation ToPostRequestInformation(TeamsTab 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}/groups/{group%2Did}/team/channels/{channel%2Did}/tabs", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Clone/ClonePostRequestBody.cs b/src/generated/Groups/Item/Team/Clone/ClonePostRequestBody.cs index 20e1c29541..c18f5aea09 100644 --- a/src/generated/Groups/Item/Team/Clone/ClonePostRequestBody.cs +++ b/src/generated/Groups/Item/Team/Clone/ClonePostRequestBody.cs @@ -46,7 +46,7 @@ public class ClonePostRequestBody : IAdditionalDataHolder, IParsable { /// The visibility property public TeamVisibilityType? Visibility { get; set; } /// - /// Instantiates a new clonePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ClonePostRequestBody() { AdditionalData = new Dictionary(); @@ -54,6 +54,7 @@ public ClonePostRequestBody() { /// /// 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 ClonePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -62,6 +63,7 @@ public static ClonePostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"classification", n => { Classification = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Team/Clone/CloneRequestBuilder.cs b/src/generated/Groups/Item/Team/Clone/CloneRequestBuilder.cs index 39a68afd7a..e9c8947d65 100644 --- a/src/generated/Groups/Item/Team/Clone/CloneRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Clone/CloneRequestBuilder.cs @@ -22,6 +22,7 @@ public class CloneRequestBuilder : BaseCliRequestBuilder { /// Create a copy of a team. This operation also creates a copy of the corresponding group.You can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. If the user who opens the tab doesn't have permission to configure apps, they'll see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a copy of a team. This operation also creates a copy of the corresponding group.You can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. If the user who opens the tab doesn't have permission to configure apps, they'll see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CloneRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CloneRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/clone", pathParameters) { } /// - /// Instantiates a new CloneRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CloneRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/clone", rawUrl) { @@ -73,6 +74,7 @@ public CloneRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Create a copy of a team. This operation also creates a copy of the corresponding group.You can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. If the user who opens the tab doesn't have permission to configure apps, they'll see a message that says that the tab isn't configured. Cloning is a long-running operation. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds. /// + /// 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/Groups/Item/Team/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/generated/Groups/Item/Team/CompleteMigration/CompleteMigrationRequestBuilder.cs index f8eec615ed..ac3fb18496 100644 --- a/src/generated/Groups/Item/Team/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/CompleteMigration/CompleteMigrationRequestBuilder.cs @@ -22,6 +22,7 @@ public class CompleteMigrationRequestBuilder : BaseCliRequestBuilder { /// Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CompleteMigrationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CompleteMigrationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/completeMigration", pathParameters) { } /// - /// Instantiates a new CompleteMigrationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CompleteMigrationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/completeMigration", rawUrl) { @@ -60,6 +61,7 @@ public CompleteMigrationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/ /// /// Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. /// + /// 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/Groups/Item/Team/Group/GroupRequestBuilder.cs b/src/generated/Groups/Item/Team/Group/GroupRequestBuilder.cs index c9594e9e3b..5d37003dda 100644 --- a/src/generated/Groups/Item/Team/Group/GroupRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Group/GroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GroupRequestBuilder : BaseCliRequestBuilder { /// /// Get group from groups /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get group from groups"; @@ -73,6 +74,7 @@ public Command BuildGetCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -92,13 +94,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/group{?%24expand,%24select}", rawUrl) { @@ -106,6 +108,7 @@ public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Get group from groups /// + /// 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/Groups/Item/Team/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index dfa410c15d..97dbd1052b 100644 --- a/src/generated/Groups/Item/Team/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Group/ServiceProvisioningErrors/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}/groups/{group%2Did}/team/group/serviceProvisioningErrors/$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}/groups/{group%2Did}/team/group/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Groups/Item/Team/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index def7f0b9cd..a1edfcd305 100644 --- a/src/generated/Groups/Item/Team/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/group/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/group/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Groups/Item/Team/IncomingChannels/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/IncomingChannels/Count/CountRequestBuilder.cs index 38e5817387..7c863a1f13 100644 --- a/src/generated/Groups/Item/Team/IncomingChannels/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/IncomingChannels/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}/groups/{group%2Did}/team/incomingChannels/$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}/groups/{group%2Did}/team/incomingChannels/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/IncomingChannels/IncomingChannelsRequestBuilder.cs b/src/generated/Groups/Item/Team/IncomingChannels/IncomingChannelsRequestBuilder.cs index 4c8c71c564..4b379d28b5 100644 --- a/src/generated/Groups/Item/Team/IncomingChannels/IncomingChannelsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/IncomingChannels/IncomingChannelsRequestBuilder.cs @@ -24,16 +24,17 @@ public class IncomingChannelsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the incomingChannels property of the microsoft.graph.team entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ChannelItemRequestBuilder(PathParameters); - executables.Add(builder.BuildDeleteCommand()); executables.Add(builder.BuildGetCommand()); return new(executables, new(0)); } /// /// 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."; @@ -50,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get the list of incoming channels (channels shared with a team). /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of incoming channels (channels shared with a team).\n\nFind more info here:\n https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0"; @@ -146,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new IncomingChannelsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IncomingChannelsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/incomingChannels{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new IncomingChannelsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IncomingChannelsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/incomingChannels{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +162,7 @@ public IncomingChannelsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Get the list of incoming channels (channels shared with a team). /// + /// 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/Groups/Item/Team/IncomingChannels/Item/ChannelItemRequestBuilder.cs b/src/generated/Groups/Item/Team/IncomingChannels/Item/ChannelItemRequestBuilder.cs index 351288bffc..f833e11657 100644 --- a/src/generated/Groups/Item/Team/IncomingChannels/Item/ChannelItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/IncomingChannels/Item/ChannelItemRequestBuilder.cs @@ -19,49 +19,10 @@ namespace ApiSdk.Groups.Item.Team.IncomingChannels.Item { /// Provides operations to manage the incomingChannels property of the microsoft.graph.team entity. /// public class ChannelItemRequestBuilder : BaseCliRequestBuilder { - /// - /// Remove an incoming channel (a channel shared with a team) from a team. - /// Find more info here - /// - public Command BuildDeleteCommand() { - var command = new Command("delete"); - command.Description = "Remove an incoming channel (a channel shared with a team) from a team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/team-delete-incomingchannels?view=graph-rest-1.0"; - var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { - }; - groupIdOption.IsRequired = true; - command.AddOption(groupIdOption); - var channelIdOption = new Option("--channel-id", description: "The unique identifier of channel") { - }; - channelIdOption.IsRequired = true; - command.AddOption(channelIdOption); - var ifMatchOption = new Option("--if-match", description: "ETag") { - Arity = ArgumentArity.ZeroOrMore - }; - ifMatchOption.IsRequired = false; - command.AddOption(ifMatchOption); - command.SetHandler(async (invocationContext) => { - var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); - var channelId = invocationContext.ParseResult.GetValueForOption(channelIdOption); - var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); - var cancellationToken = invocationContext.GetCancellationToken(); - var reqAdapter = invocationContext.GetRequestAdapter(); - var requestInfo = ToDeleteRequestInformation(q => { - }); - if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); - if (channelId is not null) requestInfo.PathParameters.Add("channel%2Did", channelId); - if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); - var errorMapping = new Dictionary> { - {"4XX", ODataError.CreateFromDiscriminatorValue}, - {"5XX", ODataError.CreateFromDiscriminatorValue}, - }; - await reqAdapter.SendNoContentAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken); - Console.WriteLine("Success"); - }); - return command; - } /// /// List of channels shared with the team. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "List of channels shared with the team."; @@ -116,36 +77,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ChannelItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChannelItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/incomingChannels/{channel%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ChannelItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChannelItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/incomingChannels/{channel%2Did}{?%24expand,%24select}", rawUrl) { } /// - /// Remove an incoming channel (a channel shared with a team) from a team. - /// - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// /// List of channels shared with the team. /// + /// 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/Groups/Item/Team/InstalledApps/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/InstalledApps/Count/CountRequestBuilder.cs index fae1f40e0b..d4b3a80d2d 100644 --- a/src/generated/Groups/Item/Team/InstalledApps/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/InstalledApps/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}/groups/{group%2Did}/team/installedApps/$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}/groups/{group%2Did}/team/installedApps/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/InstalledApps/InstalledAppsRequestBuilder.cs b/src/generated/Groups/Item/Team/InstalledApps/InstalledAppsRequestBuilder.cs index 59b80f0ac5..22d7d33755 100644 --- a/src/generated/Groups/Item/Team/InstalledApps/InstalledAppsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/InstalledApps/InstalledAppsRequestBuilder.cs @@ -24,6 +24,7 @@ public class InstalledAppsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the installedApps property of the microsoft.graph.team 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() { /// Install an app to the specified team. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Install an app to the specified team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of apps installed in the specified team. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of apps installed in the specified team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0"; @@ -201,13 +205,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new InstalledAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InstalledAppsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/installedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new InstalledAppsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InstalledAppsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/installedApps{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -215,6 +219,7 @@ public InstalledAppsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Retrieve a list of apps installed in the specified team. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Install an app to the specified team. /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(TeamsAppInstallation body, Ac public RequestInformation ToPostRequestInformation(TeamsAppInstallation 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}/groups/{group%2Did}/team/installedApps", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/InstalledApps/Item/TeamsApp/TeamsAppRequestBuilder.cs b/src/generated/Groups/Item/Team/InstalledApps/Item/TeamsApp/TeamsAppRequestBuilder.cs index 3ecd63c9ca..6c4e46fe91 100644 --- a/src/generated/Groups/Item/Team/InstalledApps/Item/TeamsApp/TeamsAppRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/InstalledApps/Item/TeamsApp/TeamsAppRequestBuilder.cs @@ -22,6 +22,7 @@ public class TeamsAppRequestBuilder : BaseCliRequestBuilder { /// /// The app that is installed. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The app that is installed."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TeamsAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamsAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/installedApps/{teamsAppInstallation%2Did}/teamsApp{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamsAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamsAppRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/installedApps/{teamsAppInstallation%2Did}/teamsApp{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public TeamsAppRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The app that is installed. /// + /// 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/Groups/Item/Team/InstalledApps/Item/TeamsAppDefinition/TeamsAppDefinitionRequestBuilder.cs b/src/generated/Groups/Item/Team/InstalledApps/Item/TeamsAppDefinition/TeamsAppDefinitionRequestBuilder.cs index ea7b2003f1..5b17f396ba 100644 --- a/src/generated/Groups/Item/Team/InstalledApps/Item/TeamsAppDefinition/TeamsAppDefinitionRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/InstalledApps/Item/TeamsAppDefinition/TeamsAppDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class TeamsAppDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// The details of this version of the app. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The details of this version of the app."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TeamsAppDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamsAppDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/installedApps/{teamsAppInstallation%2Did}/teamsAppDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamsAppDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamsAppDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/installedApps/{teamsAppInstallation%2Did}/teamsAppDefinition{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public TeamsAppDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// The details of this version of the app. /// + /// 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/Groups/Item/Team/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.cs b/src/generated/Groups/Item/Team/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.cs index 36c1f49cdf..93d8fba694 100644 --- a/src/generated/Groups/Item/Team/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/InstalledApps/Item/TeamsAppInstallationItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class TeamsAppInstallationItemRequestBuilder : BaseCliRequestBuilder { /// Uninstalls an app from the specified team. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Uninstalls an app from the specified team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0"; @@ -66,6 +67,7 @@ public Command BuildDeleteCommand() { /// Retrieve the app installed in the specified team. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the app installed in the specified team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0"; @@ -122,6 +124,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property installedApps in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property installedApps in groups"; @@ -177,6 +180,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the teamsAppDefinition property of the microsoft.graph.teamsAppInstallation entity. /// + /// A public Command BuildTeamsAppDefinitionNavCommand() { var command = new Command("teams-app-definition"); command.Description = "Provides operations to manage the teamsAppDefinition property of the microsoft.graph.teamsAppInstallation entity."; @@ -192,6 +196,7 @@ public Command BuildTeamsAppDefinitionNavCommand() { /// /// Provides operations to manage the teamsApp property of the microsoft.graph.teamsAppInstallation entity. /// + /// A public Command BuildTeamsAppNavCommand() { var command = new Command("teams-app"); command.Description = "Provides operations to manage the teamsApp property of the microsoft.graph.teamsAppInstallation entity."; @@ -207,6 +212,7 @@ public Command BuildTeamsAppNavCommand() { /// /// Provides operations to call the upgrade method. /// + /// A public Command BuildUpgradeNavCommand() { var command = new Command("upgrade"); command.Description = "Provides operations to call the upgrade method."; @@ -220,13 +226,13 @@ public Command BuildUpgradeNavCommand() { return command; } /// - /// Instantiates a new TeamsAppInstallationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamsAppInstallationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/installedApps/{teamsAppInstallation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamsAppInstallationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamsAppInstallationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/installedApps/{teamsAppInstallation%2Did}{?%24expand,%24select}", rawUrl) { @@ -234,6 +240,7 @@ public TeamsAppInstallationItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Uninstalls an app from the specified team. /// + /// 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,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/installedApps/{teamsAppInstallation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the app installed in the specified team. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property installedApps in groups /// + /// 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 @@ -276,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(TeamsAppInstallation body, A public RequestInformation ToPatchRequestInformation(TeamsAppInstallation 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}/groups/{group%2Did}/team/installedApps/{teamsAppInstallation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradePostRequestBody.cs b/src/generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradePostRequestBody.cs index 57e7eec53c..96389fc7f1 100644 --- a/src/generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradePostRequestBody.cs +++ b/src/generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradePostRequestBody.cs @@ -18,7 +18,7 @@ public class UpgradePostRequestBody : IAdditionalDataHolder, IParsable { public TeamsAppPermissionSet ConsentedPermissionSet { get; set; } #endif /// - /// Instantiates a new upgradePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UpgradePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public UpgradePostRequestBody() { /// /// 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 UpgradePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static UpgradePostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"consentedPermissionSet", n => { ConsentedPermissionSet = n.GetObjectValue(TeamsAppPermissionSet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs b/src/generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs index 4850a2e2ee..048c944973 100644 --- a/src/generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.cs @@ -22,6 +22,7 @@ public class UpgradeRequestBuilder : BaseCliRequestBuilder { /// Upgrade an app installation within a chat. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Upgrade an app installation within a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UpgradeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UpgradeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/installedApps/{teamsAppInstallation%2Did}/upgrade", pathParameters) { } /// - /// Instantiates a new UpgradeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UpgradeRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/installedApps/{teamsAppInstallation%2Did}/upgrade", rawUrl) { @@ -79,6 +80,7 @@ public UpgradeRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Upgrade an app installation within a chat. /// + /// 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/Groups/Item/Team/Members/Add/AddPostRequestBody.cs b/src/generated/Groups/Item/Team/Members/Add/AddPostRequestBody.cs index 692e4b79c3..e3e75ac598 100644 --- a/src/generated/Groups/Item/Team/Members/Add/AddPostRequestBody.cs +++ b/src/generated/Groups/Item/Team/Members/Add/AddPostRequestBody.cs @@ -18,7 +18,7 @@ public class AddPostRequestBody : IAdditionalDataHolder, IParsable { public List Values { get; set; } #endif /// - /// Instantiates a new addPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AddPostRequestBody() { /// /// 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 AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetCollectionOfObjectValues(ConversationMember.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Team/Members/Add/AddPostResponse.cs b/src/generated/Groups/Item/Team/Members/Add/AddPostResponse.cs index 049d3d734b..62e2705741 100644 --- a/src/generated/Groups/Item/Team/Members/Add/AddPostResponse.cs +++ b/src/generated/Groups/Item/Team/Members/Add/AddPostResponse.cs @@ -18,6 +18,7 @@ public class AddPostResponse : BaseCollectionPaginationCountResponse, IParsable /// /// 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 new AddPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class AddPostResponse : BaseCollectionPaginationCountResponse, IParsable /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ActionResultPart.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Team/Members/Add/AddRequestBuilder.cs b/src/generated/Groups/Item/Team/Members/Add/AddRequestBuilder.cs index f6b02faec5..bb5f5823e9 100644 --- a/src/generated/Groups/Item/Team/Members/Add/AddRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Members/Add/AddRequestBuilder.cs @@ -22,6 +22,7 @@ public class AddRequestBuilder : BaseCliRequestBuilder { /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/members/add", pathParameters) { } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/members/add", rawUrl) { @@ -94,6 +95,7 @@ public AddRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/t /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. /// + /// 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/Groups/Item/Team/Members/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Members/Count/CountRequestBuilder.cs index 7fcb7c1d64..f6f64ab365 100644 --- a/src/generated/Groups/Item/Team/Members/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Members/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}/groups/{group%2Did}/team/members/$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}/groups/{group%2Did}/team/members/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Members/Item/ConversationMemberItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Members/Item/ConversationMemberItemRequestBuilder.cs index efc232d3c2..dcb8a46944 100644 --- a/src/generated/Groups/Item/Team/Members/Item/ConversationMemberItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Members/Item/ConversationMemberItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ConversationMemberItemRequestBuilder : BaseCliRequestBuilder { /// Remove a conversationMember from a team. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a conversationMember from a team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Get a conversationMember from a team. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a conversationMember from a team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the role of a conversationMember in a team. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the role of a conversationMember in a team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ConversationMemberItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConversationMemberItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/members/{conversationMember%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ConversationMemberItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConversationMemberItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/members/{conversationMember%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public ConversationMemberItemRequestBuilder(string rawUrl) : base("{+baseurl}/gr /// /// Remove a conversationMember from a team. /// + /// 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}/groups/{group%2Did}/team/members/{conversationMember%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get a conversationMember from a team. /// + /// 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 role of a conversationMember in a team. /// + /// 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(ConversationMember body, Act public RequestInformation ToPatchRequestInformation(ConversationMember 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}/groups/{group%2Did}/team/members/{conversationMember%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Members/MembersRequestBuilder.cs b/src/generated/Groups/Item/Team/Members/MembersRequestBuilder.cs index 9549d20dfb..c19d402541 100644 --- a/src/generated/Groups/Item/Team/Members/MembersRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Members/MembersRequestBuilder.cs @@ -25,6 +25,7 @@ public class MembersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the add method. /// + /// A public Command BuildAddNavCommand() { var command = new Command("add"); command.Description = "Provides operations to call the add method."; @@ -40,6 +41,7 @@ public Command BuildAddNavCommand() { /// /// Provides operations to manage the members property of the microsoft.graph.team entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ConversationMemberItemRequestBuilder(PathParameters); @@ -51,6 +53,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."; @@ -67,6 +70,7 @@ public Command BuildCountNavCommand() { /// Add a new conversationMember to a team. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add a new conversationMember to a team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0"; @@ -117,6 +121,7 @@ public Command BuildCreateCommand() { /// Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0"; @@ -213,13 +218,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MembersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -227,6 +232,7 @@ public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client should not try to parse or make assumptions about these resource IDs. In the future, membership results may include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current 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 @@ -243,6 +249,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add a new conversationMember to a team. /// + /// 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 @@ -253,7 +260,7 @@ public RequestInformation ToPostRequestInformation(ConversationMember body, Acti public RequestInformation ToPostRequestInformation(ConversationMember 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}/groups/{group%2Did}/team/members", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Operations/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Operations/Count/CountRequestBuilder.cs index dfb5320c4d..cb74498b70 100644 --- a/src/generated/Groups/Item/Team/Operations/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Operations/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}/groups/{group%2Did}/team/operations/$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}/groups/{group%2Did}/team/operations/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Operations/Item/TeamsAsyncOperationItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Operations/Item/TeamsAsyncOperationItemRequestBuilder.cs index 416d08835d..81f31f0c7d 100644 --- a/src/generated/Groups/Item/Team/Operations/Item/TeamsAsyncOperationItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Operations/Item/TeamsAsyncOperationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class TeamsAsyncOperationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property operations for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property operations for groups"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// The async operations that ran or are running on this team. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The async operations that ran or are running on this team."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property operations in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property operations in groups"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TeamsAsyncOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamsAsyncOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/operations/{teamsAsyncOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamsAsyncOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamsAsyncOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/operations/{teamsAsyncOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public TeamsAsyncOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/g /// /// Delete navigation property operations for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/groups/{group%2Did}/team/operations/{teamsAsyncOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The async operations that ran or are running on this team. /// + /// 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 /// Update the navigation property operations in groups /// + /// 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 ToPatchRequestInformation(TeamsAsyncOperation body, Ac public RequestInformation ToPatchRequestInformation(TeamsAsyncOperation 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}/groups/{group%2Did}/team/operations/{teamsAsyncOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Operations/OperationsRequestBuilder.cs b/src/generated/Groups/Item/Team/Operations/OperationsRequestBuilder.cs index bb7eafcd72..1857f2e1bf 100644 --- a/src/generated/Groups/Item/Team/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Operations/OperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the operations property of the microsoft.graph.team entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new TeamsAsyncOperationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to operations for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to operations for groups"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// The async operations that ran or are running on this team. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The async operations that ran or are running on this team."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// The async operations that ran or are running on this team. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for groups /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(TeamsAsyncOperation body, Act public RequestInformation ToPostRequestInformation(TeamsAsyncOperation 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}/groups/{group%2Did}/team/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/PermissionGrants/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/PermissionGrants/Count/CountRequestBuilder.cs index 33dacc825c..96626bb5f7 100644 --- a/src/generated/Groups/Item/Team/PermissionGrants/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PermissionGrants/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}/groups/{group%2Did}/team/permissionGrants/$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}/groups/{group%2Did}/team/permissionGrants/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.cs b/src/generated/Groups/Item/Team/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.cs index 1ceb159804..baec3ff0e7 100644 --- a/src/generated/Groups/Item/Team/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ResourceSpecificPermissionGrantItemRequestBuilder : BaseCliRequestB /// /// Delete navigation property permissionGrants for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property permissionGrants for groups"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// A collection of permissions granted to apps to access the team. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A collection of permissions granted to apps to access the team."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property permissionGrants in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property permissionGrants in groups"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceSpecificPermissionGrantItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/permissionGrants/{resourceSpecificPermissionGrant%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceSpecificPermissionGrantItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/permissionGrants/{resourceSpecificPermissionGrant%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public ResourceSpecificPermissionGrantItemRequestBuilder(string rawUrl) : base(" /// /// Delete navigation property permissionGrants for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/groups/{group%2Did}/team/permissionGrants/{resourceSpecificPermissionGrant%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A collection of permissions granted to apps to access the team. /// + /// 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 /// Update the navigation property permissionGrants in groups /// + /// 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 ToPatchRequestInformation(ResourceSpecificPermissionGr public RequestInformation ToPatchRequestInformation(ResourceSpecificPermissionGrant 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}/groups/{group%2Did}/team/permissionGrants/{resourceSpecificPermissionGrant%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/PermissionGrants/PermissionGrantsRequestBuilder.cs b/src/generated/Groups/Item/Team/PermissionGrants/PermissionGrantsRequestBuilder.cs index 8c81f9c326..dbac53ba4c 100644 --- a/src/generated/Groups/Item/Team/PermissionGrants/PermissionGrantsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PermissionGrants/PermissionGrantsRequestBuilder.cs @@ -24,6 +24,7 @@ public class PermissionGrantsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the permissionGrants property of the microsoft.graph.team entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ResourceSpecificPermissionGrantItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to permissionGrants for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to permissionGrants for groups"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// List all resource-specific permission grants on the team. This list specifies the Microsoft Entra apps that have access to the team, along with each app's corresponding type of resource-specific access. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List all resource-specific permission grants on the team. This list specifies the Microsoft Entra apps that have access to the team, along with each app's corresponding type of resource-specific access.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PermissionGrantsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermissionGrantsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/permissionGrants{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PermissionGrantsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermissionGrantsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/permissionGrants{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public PermissionGrantsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// List all resource-specific permission grants on the team. This list specifies the Microsoft Entra apps that have access to the team, along with each app's corresponding type of resource-specific access. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to permissionGrants for groups /// + /// 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 @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(ResourceSpecificPermissionGra public RequestInformation ToPostRequestInformation(ResourceSpecificPermissionGrant 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}/groups/{group%2Did}/team/permissionGrants", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Photo/PhotoRequestBuilder.cs b/src/generated/Groups/Item/Team/Photo/PhotoRequestBuilder.cs index 0f3e952afc..c8aa21f6c6 100644 --- a/src/generated/Groups/Item/Team/Photo/PhotoRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Photo/PhotoRequestBuilder.cs @@ -23,6 +23,7 @@ public class PhotoRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -40,6 +41,7 @@ public Command BuildContentNavCommand() { /// Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they're stored in Microsoft Entra ID. You can get the metadata of the largest available photo or specify a size to get the metadata for that photo size.If the size you request is unavailable, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of the photo is available for download. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they're stored in Microsoft Entra ID. You can get the metadata of the largest available photo or specify a size to get the metadata for that photo size.If the size you request is unavailable, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of the photo is available for download.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0"; @@ -90,6 +92,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property photo in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property photo in groups"; @@ -137,13 +140,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PhotoRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PhotoRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/photo{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PhotoRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PhotoRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/photo{?%24expand,%24select}", rawUrl) { @@ -151,6 +154,7 @@ public PhotoRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they're stored in Microsoft Entra ID. You can get the metadata of the largest available photo or specify a size to get the metadata for that photo size.If the size you request is unavailable, you can still get a smaller size that the user has uploaded and made available.For example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of the photo is available for download. /// + /// 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,6 +171,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property photo in groups /// + /// 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 @@ -177,7 +182,7 @@ public RequestInformation ToPatchRequestInformation(ProfilePhoto 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}/groups/{group%2Did}/team/photo", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Photo/Value/ContentRequestBuilder.cs b/src/generated/Groups/Item/Team/Photo/Value/ContentRequestBuilder.cs index 9770f30d2f..135d3258c6 100644 --- a/src/generated/Groups/Item/Team/Photo/Value/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Photo/Value/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// Get media content for the navigation property photo from groups /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get media content for the navigation property photo from groups\n\nFind more info here:\n https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0"; @@ -29,14 +30,20 @@ public Command BuildGetCommand() { }; groupIdOption.IsRequired = true; command.AddOption(groupIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); var errorMapping = new Dictionary> { @@ -60,6 +67,7 @@ public Command BuildGetCommand() { /// /// Update media content for the navigation property photo in groups /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update media content for the navigation property photo in groups"; @@ -106,27 +114,28 @@ 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}/groups/{group%2Did}/team/photo/$value", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/photo/$value{?%24format*}", 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}/groups/{group%2Did}/team/photo/$value", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/photo/$value{?%24format*}", rawUrl) { } /// /// Get media content for the navigation property photo from groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -136,6 +145,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update media content for the navigation property photo in groups /// + /// 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 @@ -146,11 +156,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/groups/{group%2Did}/team/photo/$value", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// Get media content for the navigation property photo from groups + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs index c8e519c029..4ab4f5aab5 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.cs @@ -22,6 +22,7 @@ public class CompleteMigrationRequestBuilder : BaseCliRequestBuilder { /// Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CompleteMigrationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CompleteMigrationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/completeMigration", pathParameters) { } /// - /// Instantiates a new CompleteMigrationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CompleteMigrationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/completeMigration", rawUrl) { @@ -60,6 +61,7 @@ public CompleteMigrationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/ /// /// Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response. /// + /// 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/Groups/Item/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.cs b/src/generated/Groups/Item/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.cs index 5166589d4c..9e5d440d23 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse.cs @@ -11,7 +11,7 @@ public class DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUser /// The value property public bool? Value { get; set; } /// - /// Instantiates a new doesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci /// /// 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 DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUse /// /// 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/Groups/Item/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs index 6d18255d9a..811beb7595 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.cs @@ -21,6 +21,7 @@ public class DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUser /// /// Invoke function doesUserHaveAccess /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function doesUserHaveAccess"; @@ -73,13 +74,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName'){?tenantId*,userId*,userPrincipalName*}", pathParameters) { } /// - /// Instantiates a new DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName'){?tenantId*,userId*,userPrincipalName*}", rawUrl) { @@ -87,6 +88,7 @@ public DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrinci /// /// Invoke function doesUserHaveAccess /// + /// 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/Groups/Item/Team/PrimaryChannel/FilesFolder/Content/ContentRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/FilesFolder/Content/ContentRequestBuilder.cs index c83b87b604..4222b96603 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/FilesFolder/Content/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/FilesFolder/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The content stream, if the item represents a file. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream, if the item represents a file.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"; @@ -30,14 +31,20 @@ public Command BuildGetCommand() { }; groupIdOption.IsRequired = true; command.AddOption(groupIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); var errorMapping = new Dictionary> { @@ -61,6 +68,7 @@ public Command BuildGetCommand() { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream, if the item represents a file."; @@ -105,27 +113,28 @@ 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}/groups/{group%2Did}/team/primaryChannel/filesFolder/content", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/filesFolder/content{?%24format*}", 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}/groups/{group%2Did}/team/primaryChannel/filesFolder/content", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/filesFolder/content{?%24format*}", rawUrl) { } /// /// The content stream, if the item represents a file. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -135,6 +144,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream, if the item represents a file. /// + /// 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 @@ -145,11 +155,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/filesFolder/content", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// The content stream, if the item represents a file. + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/FilesFolder/FilesFolderRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/FilesFolder/FilesFolderRequestBuilder.cs index 428e583463..b2001495fc 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/FilesFolder/FilesFolderRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/FilesFolder/FilesFolderRequestBuilder.cs @@ -23,6 +23,7 @@ public class FilesFolderRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -40,6 +41,7 @@ public Command BuildContentNavCommand() { /// Get the metadata for the location where the files of a channel are stored. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the metadata for the location where the files of a channel are stored. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"; @@ -88,13 +90,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilesFolderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/filesFolder{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FilesFolderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/filesFolder{?%24expand,%24select}", rawUrl) { @@ -102,6 +104,7 @@ public FilesFolderRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Get the metadata for the location where the files of a channel are stored. /// + /// 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/Groups/Item/Team/PrimaryChannel/Members/Add/AddPostRequestBody.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddPostRequestBody.cs index d77dbd0e69..9b1b8c3f76 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddPostRequestBody.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddPostRequestBody.cs @@ -18,7 +18,7 @@ public class AddPostRequestBody : IAdditionalDataHolder, IParsable { public List Values { get; set; } #endif /// - /// Instantiates a new addPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AddPostRequestBody() { /// /// 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 AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"values", n => { Values = n.GetCollectionOfObjectValues(ConversationMember.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddPostResponse.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddPostResponse.cs index 943167b342..b78b316aac 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddPostResponse.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddPostResponse.cs @@ -18,6 +18,7 @@ public class AddPostResponse : BaseCollectionPaginationCountResponse, IParsable /// /// 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 new AddPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class AddPostResponse : BaseCollectionPaginationCountResponse, IParsable /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ActionResultPart.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddRequestBuilder.cs index 07c2379c3c..096182dcac 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddRequestBuilder.cs @@ -22,6 +22,7 @@ public class AddRequestBuilder : BaseCliRequestBuilder { /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/members/add", pathParameters) { } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/members/add", rawUrl) { @@ -94,6 +95,7 @@ public AddRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/t /// /// Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. /// + /// 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/Groups/Item/Team/PrimaryChannel/Members/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Members/Count/CountRequestBuilder.cs index efa3fed9d9..957c712ecb 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Members/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Members/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}/groups/{group%2Did}/team/primaryChannel/members/$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}/groups/{group%2Did}/team/primaryChannel/members/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilder.cs index 32435a6d5f..7ba36cc2c9 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Members/Item/ConversationMemberItemRequestBuilder.cs @@ -20,12 +20,13 @@ namespace ApiSdk.Groups.Item.Team.PrimaryChannel.Members.Item { /// public class ConversationMemberItemRequestBuilder : BaseCliRequestBuilder { /// - /// Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared. - /// Find more info here + /// Delete a conversationMember from a channel. + /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); - command.Description = "Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-1.0"; + command.Description = "Delete a conversationMember from a channel.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0"; var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { }; groupIdOption.IsRequired = true; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Get a conversationMember from a channel. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a conversationMember from a channel.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0"; @@ -117,12 +119,13 @@ public Command BuildGetCommand() { return command; } /// - /// Update the role of a conversationMember in a team or channel. - /// Find more info here + /// Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. + /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); - command.Description = "Update the role of a conversationMember in a team or channel.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0"; + command.Description = "Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0"; var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { }; groupIdOption.IsRequired = true; @@ -173,20 +176,21 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ConversationMemberItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConversationMemberItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/members/{conversationMember%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ConversationMemberItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConversationMemberItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/members/{conversationMember%2Did}{?%24expand,%24select}", rawUrl) { } /// - /// Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared. + /// Delete a conversationMember from a channel. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #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}/groups/{group%2Did}/team/primaryChannel/members/{conversationMember%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get a conversationMember from a channel. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,8 +222,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the role of a conversationMember in a team or channel. + /// Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. /// + /// 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(ConversationMember body, Act public RequestInformation ToPatchRequestInformation(ConversationMember 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}/groups/{group%2Did}/team/primaryChannel/members/{conversationMember%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Members/MembersRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Members/MembersRequestBuilder.cs index 85756876dc..76159d0e28 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Members/MembersRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Members/MembersRequestBuilder.cs @@ -25,6 +25,7 @@ public class MembersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the add method. /// + /// A public Command BuildAddNavCommand() { var command = new Command("add"); command.Description = "Provides operations to call the add method."; @@ -40,6 +41,7 @@ public Command BuildAddNavCommand() { /// /// Provides operations to manage the members property of the microsoft.graph.channel entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ConversationMemberItemRequestBuilder(PathParameters); @@ -51,6 +53,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."; @@ -64,12 +67,13 @@ public Command BuildCountNavCommand() { return command; } /// - /// Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. - /// Find more info here + /// Add a conversationMember to a channel. + /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); - command.Description = "Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0"; + command.Description = "Add a conversationMember to a channel.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0"; var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { }; groupIdOption.IsRequired = true; @@ -117,6 +121,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0"; @@ -213,13 +218,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MembersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -227,6 +232,7 @@ public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,8 +247,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. + /// Add a conversationMember to a channel. /// + /// 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 @@ -253,7 +260,7 @@ public RequestInformation ToPostRequestInformation(ConversationMember body, Acti public RequestInformation ToPostRequestInformation(ConversationMember 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}/groups/{group%2Did}/team/primaryChannel/members", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Count/CountRequestBuilder.cs index 4b2bac3dab..da592ee0d0 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/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"; @@ -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}/groups/{group%2Did}/team/primaryChannel/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}/groups/{group%2Did}/team/primaryChannel/messages/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/PrimaryChannel/Messages/Delta/DeltaGetResponse.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Delta/DeltaGetResponse.cs index d1a77dd028..831b957247 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Delta/DeltaGetResponse.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ChatMessage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs index e5bd4124d5..cf0d95c451 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilder.cs index 19712abc4d..129c5eef8f 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/ChatMessageItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class ChatMessageItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property messages for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property messages for groups"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Retrieve a single message or a message reply in a channel or a chat. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a single message or a message reply in a channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"; @@ -124,6 +126,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. /// + /// A public Command BuildHostedContentsNavCommand() { var command = new Command("hosted-contents"); command.Description = "Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity."; @@ -150,6 +153,7 @@ public Command BuildHostedContentsNavCommand() { /// Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0"; @@ -205,6 +209,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. /// + /// A public Command BuildRepliesNavCommand() { var command = new Command("replies"); command.Description = "Provides operations to manage the replies property of the microsoft.graph.chatMessage entity."; @@ -231,6 +236,7 @@ public Command BuildRepliesNavCommand() { /// /// Provides operations to call the setReaction method. /// + /// A public Command BuildSetReactionNavCommand() { var command = new Command("set-reaction"); command.Description = "Provides operations to call the setReaction method."; @@ -246,6 +252,7 @@ public Command BuildSetReactionNavCommand() { /// /// Provides operations to call the softDelete method. /// + /// A public Command BuildSoftDeleteNavCommand() { var command = new Command("soft-delete"); command.Description = "Provides operations to call the softDelete method."; @@ -261,6 +268,7 @@ public Command BuildSoftDeleteNavCommand() { /// /// Provides operations to call the undoSoftDelete method. /// + /// A public Command BuildUndoSoftDeleteNavCommand() { var command = new Command("undo-soft-delete"); command.Description = "Provides operations to call the undoSoftDelete method."; @@ -276,6 +284,7 @@ public Command BuildUndoSoftDeleteNavCommand() { /// /// Provides operations to call the unsetReaction method. /// + /// A public Command BuildUnsetReactionNavCommand() { var command = new Command("unset-reaction"); command.Description = "Provides operations to call the unsetReaction method."; @@ -289,13 +298,13 @@ public Command BuildUnsetReactionNavCommand() { return command; } /// - /// Instantiates a new ChatMessageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChatMessageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ChatMessageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChatMessageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}{?%24expand,%24select}", rawUrl) { @@ -303,6 +312,7 @@ public ChatMessageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Delete navigation property messages for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -311,7 +321,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -319,6 +329,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a single message or a message reply in a channel or a chat. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -335,6 +346,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update a chatMessage object. With the exception of the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.Only the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation will fail. This method does not support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. /// + /// 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 @@ -345,7 +357,7 @@ public RequestInformation ToPatchRequestInformation(ChatMessage 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}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Count/CountRequestBuilder.cs index 6bc9682040..459c7758dc 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/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"; @@ -65,13 +66,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}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/hostedContents/$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}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/hostedContents/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs index 3d47a1d2dc..a82bcb7b24 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class HostedContentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage 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 hostedContents for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to hostedContents for groups"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HostedContentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostedContentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/hostedContents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HostedContentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostedContentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/hostedContents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public HostedContentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted 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 @@ -240,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to hostedContents for groups /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(ChatMessageHostedContent body public RequestInformation ToPostRequestInformation(ChatMessageHostedContent 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}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/hostedContents", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs index 8ff9558115..d9be5d67b1 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ChatMessageHostedContentItemRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// Delete navigation property hostedContents for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property hostedContents for groups"; @@ -85,6 +87,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of chatMessageHostedContent object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chatMessageHostedContent object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"; @@ -147,6 +150,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property hostedContents in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property hostedContents in groups"; @@ -206,13 +210,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ChatMessageHostedContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChatMessageHostedContentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ChatMessageHostedContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChatMessageHostedContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}{?%24expand,%24select}", rawUrl) { @@ -220,6 +224,7 @@ public ChatMessageHostedContentItemRequestBuilder(string rawUrl) : base("{+baseu /// /// Delete navigation property hostedContents for groups /// + /// 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,7 +233,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chatMessageHostedContent 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 @@ -252,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property hostedContents in groups /// + /// 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 @@ -262,7 +269,7 @@ public RequestInformation ToPatchRequestInformation(ChatMessageHostedContent bod public RequestInformation ToPatchRequestInformation(ChatMessageHostedContent 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}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Item/Value/ContentRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Item/Value/ContentRequestBuilder.cs index 8d75ef22ae..0e5f478020 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Item/Value/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/HostedContents/Item/Value/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// Get media content for the navigation property hostedContents from groups /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get media content for the navigation property hostedContents from groups\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"; @@ -37,16 +38,22 @@ public Command BuildGetCommand() { }; chatMessageHostedContentIdOption.IsRequired = true; command.AddOption(chatMessageHostedContentIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { var groupId = invocationContext.ParseResult.GetValueForOption(groupIdOption); var chatMessageId = invocationContext.ParseResult.GetValueForOption(chatMessageIdOption); var chatMessageHostedContentId = invocationContext.ParseResult.GetValueForOption(chatMessageHostedContentIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (chatMessageId is not null) requestInfo.PathParameters.Add("chatMessage%2Did", chatMessageId); @@ -72,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update media content for the navigation property hostedContents in groups /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update media content for the navigation property hostedContents in groups"; @@ -130,27 +138,28 @@ 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}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}/$value", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}/$value{?%24format*}", 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}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}/$value", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}/$value{?%24format*}", rawUrl) { } /// /// Get media content for the navigation property hostedContents from groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -160,6 +169,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update media content for the navigation property hostedContents in groups /// + /// 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 @@ -170,11 +180,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/hostedContents/{chatMessageHostedContent%2Did}/$value", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// Get media content for the navigation property hostedContents from groups + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Count/CountRequestBuilder.cs index 35ea97f986..001e1d48d5 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/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"; @@ -65,13 +66,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}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/$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}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Delta/DeltaGetResponse.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Delta/DeltaGetResponse.cs index eb09d81197..8147d218a5 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Delta/DeltaGetResponse.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ChatMessage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs index a6e09533b4..0f7e40930f 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (chatMessageId is not null) requestInfo.PathParameters.Add("chatMessage%2Did", chatMessageId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.cs index f91685b28f..2358585590 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/ChatMessageItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class ChatMessageItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property replies for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property replies for groups"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// Retrieve a single message or a message reply in a channel or a chat. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a single message or a message reply in a channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"; @@ -135,6 +137,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. /// + /// A public Command BuildHostedContentsNavCommand() { var command = new Command("hosted-contents"); command.Description = "Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity."; @@ -160,6 +163,7 @@ public Command BuildHostedContentsNavCommand() { /// /// Update the navigation property replies in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property replies in groups"; @@ -221,6 +225,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the setReaction method. /// + /// A public Command BuildSetReactionNavCommand() { var command = new Command("set-reaction"); command.Description = "Provides operations to call the setReaction method."; @@ -236,6 +241,7 @@ public Command BuildSetReactionNavCommand() { /// /// Provides operations to call the softDelete method. /// + /// A public Command BuildSoftDeleteNavCommand() { var command = new Command("soft-delete"); command.Description = "Provides operations to call the softDelete method."; @@ -251,6 +257,7 @@ public Command BuildSoftDeleteNavCommand() { /// /// Provides operations to call the undoSoftDelete method. /// + /// A public Command BuildUndoSoftDeleteNavCommand() { var command = new Command("undo-soft-delete"); command.Description = "Provides operations to call the undoSoftDelete method."; @@ -266,6 +273,7 @@ public Command BuildUndoSoftDeleteNavCommand() { /// /// Provides operations to call the unsetReaction method. /// + /// A public Command BuildUnsetReactionNavCommand() { var command = new Command("unset-reaction"); command.Description = "Provides operations to call the unsetReaction method."; @@ -279,13 +287,13 @@ public Command BuildUnsetReactionNavCommand() { return command; } /// - /// Instantiates a new ChatMessageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChatMessageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ChatMessageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChatMessageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}{?%24expand,%24select}", rawUrl) { @@ -293,6 +301,7 @@ public ChatMessageItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Delete navigation property replies for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -301,7 +310,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -309,6 +318,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a single message or a message reply in a channel or a chat. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -325,6 +335,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property replies in groups /// + /// 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 @@ -335,7 +346,7 @@ public RequestInformation ToPatchRequestInformation(ChatMessage 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}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs index 17746cb078..4da0ea203a 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/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"; @@ -71,13 +72,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}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/$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}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs index 95eb2e0216..d561068d03 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/HostedContentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class HostedContentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage 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 hostedContents for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to hostedContents for groups"; @@ -114,6 +117,7 @@ public Command BuildCreateCommand() { /// Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"; @@ -222,13 +226,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HostedContentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostedContentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HostedContentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostedContentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -236,6 +240,7 @@ public HostedContentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted 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 @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to hostedContents for groups /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPostRequestInformation(ChatMessageHostedContent body public RequestInformation ToPostRequestInformation(ChatMessageHostedContent 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}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs index 22869e0da6..2872d3070e 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/ChatMessageHostedContentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ChatMessageHostedContentItemRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the media for the group entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the group entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// Delete navigation property hostedContents for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property hostedContents for groups"; @@ -91,6 +93,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of chatMessageHostedContent object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of chatMessageHostedContent object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"; @@ -159,6 +162,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property hostedContents in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property hostedContents in groups"; @@ -224,13 +228,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ChatMessageHostedContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChatMessageHostedContentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ChatMessageHostedContentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChatMessageHostedContentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}{?%24expand,%24select}", rawUrl) { @@ -238,6 +242,7 @@ public ChatMessageHostedContentItemRequestBuilder(string rawUrl) : base("{+baseu /// /// Delete navigation property hostedContents for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,7 +251,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of chatMessageHostedContent 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 @@ -270,6 +276,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property hostedContents in groups /// + /// 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 @@ -280,7 +287,7 @@ public RequestInformation ToPatchRequestInformation(ChatMessageHostedContent bod public RequestInformation ToPatchRequestInformation(ChatMessageHostedContent 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}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/Value/ContentRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/Value/ContentRequestBuilder.cs index c962b127cb..57a3479094 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/Value/ContentRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/HostedContents/Item/Value/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// Get media content for the navigation property hostedContents from groups /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get media content for the navigation property hostedContents from groups\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"; @@ -41,6 +42,10 @@ public Command BuildGetCommand() { }; chatMessageHostedContentIdOption.IsRequired = true; command.AddOption(chatMessageHostedContentIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { @@ -48,10 +53,12 @@ public Command BuildGetCommand() { var chatMessageId = invocationContext.ParseResult.GetValueForOption(chatMessageIdOption); var chatMessageId1 = invocationContext.ParseResult.GetValueForOption(chatMessageId1Option); var chatMessageHostedContentId = invocationContext.ParseResult.GetValueForOption(chatMessageHostedContentIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (groupId is not null) requestInfo.PathParameters.Add("group%2Did", groupId); if (chatMessageId is not null) requestInfo.PathParameters.Add("chatMessage%2Did", chatMessageId); @@ -78,6 +85,7 @@ public Command BuildGetCommand() { /// /// Update media content for the navigation property hostedContents in groups /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update media content for the navigation property hostedContents in groups"; @@ -142,27 +150,28 @@ 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}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}/$value", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}/$value{?%24format*}", 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}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}/$value", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}/$value{?%24format*}", rawUrl) { } /// /// Get media content for the navigation property hostedContents from groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -172,6 +181,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update media content for the navigation property hostedContents in groups /// + /// 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 @@ -182,11 +192,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/hostedContents/{chatMessageHostedContent%2Did}/$value", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// Get media content for the navigation property hostedContents from groups + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.cs index 6217cca3b5..e88b102f2b 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionPostRequestBody.cs @@ -17,7 +17,7 @@ public class SetReactionPostRequestBody : IAdditionalDataHolder, IParsable { public string ReactionType { get; set; } #endif /// - /// Instantiates a new setReactionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetReactionPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public SetReactionPostRequestBody() { /// /// 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 SetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static SetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"reactionType", n => { ReactionType = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionRequestBuilder.cs index 1c3e0cefa6..f83803e0c6 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SetReaction/SetReactionRequestBuilder.cs @@ -21,6 +21,7 @@ public class SetReactionRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action setReaction /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action setReaction"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetReactionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/setReaction", pathParameters) { } /// - /// Instantiates a new SetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/setReaction", rawUrl) { @@ -84,6 +85,7 @@ public SetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Invoke action setReaction /// + /// 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/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs index 285b9f4205..1e508703fd 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -22,6 +22,7 @@ public class SoftDeleteRequestBuilder : BaseCliRequestBuilder { /// Delete a single chatMessage or a chat message reply in a channel or a chat. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Delete a single chatMessage or a chat message reply in a channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SoftDeleteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/softDelete", pathParameters) { } /// - /// Instantiates a new SoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/softDelete", rawUrl) { @@ -72,6 +73,7 @@ public SoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. /// + /// 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/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index 3865faea76..701b1e372d 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -22,6 +22,7 @@ public class UndoSoftDeleteRequestBuilder : BaseCliRequestBuilder { /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UndoSoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UndoSoftDeleteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/undoSoftDelete", pathParameters) { } /// - /// Instantiates a new UndoSoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UndoSoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/undoSoftDelete", rawUrl) { @@ -72,6 +73,7 @@ public UndoSoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. /// + /// 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/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.cs index 9b1659b1a4..7469320a60 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionPostRequestBody.cs @@ -17,7 +17,7 @@ public class UnsetReactionPostRequestBody : IAdditionalDataHolder, IParsable { public string ReactionType { get; set; } #endif /// - /// Instantiates a new unsetReactionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UnsetReactionPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public UnsetReactionPostRequestBody() { /// /// 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 UnsetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static UnsetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"reactionType", n => { ReactionType = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionRequestBuilder.cs index 1faa8c9a12..582f8b410b 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UnsetReaction/UnsetReactionRequestBuilder.cs @@ -21,6 +21,7 @@ public class UnsetReactionRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action unsetReaction /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action unsetReaction"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnsetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnsetReactionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/unsetReaction", pathParameters) { } /// - /// Instantiates a new UnsetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnsetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies/{chatMessage%2Did1}/unsetReaction", rawUrl) { @@ -84,6 +85,7 @@ public UnsetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Invoke action unsetReaction /// + /// 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/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs index 84e739a122..e2a1a93ec0 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/RepliesRequestBuilder.cs @@ -25,6 +25,7 @@ public class RepliesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new reply to a chatMessage in a specified channel. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new reply to a chatMessage in a specified channel.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -129,6 +133,7 @@ public Command BuildDeltaNavCommand() { /// List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0"; @@ -231,13 +236,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RepliesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RepliesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RepliesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RepliesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -245,6 +250,7 @@ public RepliesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel 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 @@ -261,6 +267,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new reply to a chatMessage in a specified channel. /// + /// 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 @@ -271,7 +278,7 @@ public RequestInformation ToPostRequestInformation(ChatMessage 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}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/replies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SetReaction/SetReactionPostRequestBody.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SetReaction/SetReactionPostRequestBody.cs index aebafdb948..0f0e211caa 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SetReaction/SetReactionPostRequestBody.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SetReaction/SetReactionPostRequestBody.cs @@ -17,7 +17,7 @@ public class SetReactionPostRequestBody : IAdditionalDataHolder, IParsable { public string ReactionType { get; set; } #endif /// - /// Instantiates a new setReactionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetReactionPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public SetReactionPostRequestBody() { /// /// 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 SetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static SetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"reactionType", n => { ReactionType = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SetReaction/SetReactionRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SetReaction/SetReactionRequestBuilder.cs index c3a1a11132..ff88f87a62 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SetReaction/SetReactionRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SetReaction/SetReactionRequestBuilder.cs @@ -21,6 +21,7 @@ public class SetReactionRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action setReaction /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action setReaction"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetReactionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/setReaction", pathParameters) { } /// - /// Instantiates a new SetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/setReaction", rawUrl) { @@ -78,6 +79,7 @@ public SetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Invoke action setReaction /// + /// 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/Groups/Item/Team/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs index 2c481b8971..d7dd4beab3 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.cs @@ -22,6 +22,7 @@ public class SoftDeleteRequestBuilder : BaseCliRequestBuilder { /// Delete a single chatMessage or a chat message reply in a channel or a chat. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Delete a single chatMessage or a chat message reply in a channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SoftDeleteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/softDelete", pathParameters) { } /// - /// Instantiates a new SoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/softDelete", rawUrl) { @@ -66,6 +67,7 @@ public SoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Delete a single chatMessage or a chat message reply in a channel or a chat. /// + /// 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/Groups/Item/Team/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs index 5b0d3bbe3d..1079e2b7fa 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.cs @@ -22,6 +22,7 @@ public class UndoSoftDeleteRequestBuilder : BaseCliRequestBuilder { /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UndoSoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UndoSoftDeleteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/undoSoftDelete", pathParameters) { } /// - /// Instantiates a new UndoSoftDeleteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UndoSoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/undoSoftDelete", rawUrl) { @@ -66,6 +67,7 @@ public UndoSoftDeleteRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. /// + /// 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/Groups/Item/Team/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.cs index 54634947b5..3e3ec85bf8 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionPostRequestBody.cs @@ -17,7 +17,7 @@ public class UnsetReactionPostRequestBody : IAdditionalDataHolder, IParsable { public string ReactionType { get; set; } #endif /// - /// Instantiates a new unsetReactionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UnsetReactionPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public UnsetReactionPostRequestBody() { /// /// 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 UnsetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static UnsetReactionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"reactionType", n => { ReactionType = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionRequestBuilder.cs index 705d149c16..0ca038b345 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UnsetReaction/UnsetReactionRequestBuilder.cs @@ -21,6 +21,7 @@ public class UnsetReactionRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action unsetReaction /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action unsetReaction"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnsetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnsetReactionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/unsetReaction", pathParameters) { } /// - /// Instantiates a new UnsetReactionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnsetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/messages/{chatMessage%2Did}/unsetReaction", rawUrl) { @@ -78,6 +79,7 @@ public UnsetReactionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Invoke action unsetReaction /// + /// 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/Groups/Item/Team/PrimaryChannel/Messages/MessagesRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/MessagesRequestBuilder.cs index 0c38fbdf0b..6f024e53b7 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Messages/MessagesRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Messages/MessagesRequestBuilder.cs @@ -25,6 +25,7 @@ public class MessagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the messages property of the microsoft.graph.channel entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -43,6 +44,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."; @@ -59,6 +61,7 @@ public Command BuildCountNavCommand() { /// Send a new chatMessage in the specified channel or a chat. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Send a new chatMessage in the specified channel or a chat.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -124,6 +128,7 @@ public Command BuildDeltaNavCommand() { /// Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel).\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0"; @@ -220,13 +225,13 @@ public Command BuildListCommand() { 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}/groups/{group%2Did}/team/primaryChannel/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}/groups/{group%2Did}/team/primaryChannel/messages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -234,6 +239,7 @@ public MessagesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel). /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Send a new chatMessage in the specified channel or a chat. /// + /// 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 @@ -260,7 +267,7 @@ public RequestInformation ToPostRequestInformation(ChatMessage 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}/groups/{group%2Did}/team/primaryChannel/messages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/PrimaryChannelRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/PrimaryChannelRequestBuilder.cs index c00a429fe8..2a5681f365 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/PrimaryChannelRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/PrimaryChannelRequestBuilder.cs @@ -31,6 +31,7 @@ public class PrimaryChannelRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the completeMigration method. /// + /// A public Command BuildCompleteMigrationNavCommand() { var command = new Command("complete-migration"); command.Description = "Provides operations to call the completeMigration method."; @@ -46,6 +47,7 @@ public Command BuildCompleteMigrationNavCommand() { /// /// Delete navigation property primaryChannel for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property primaryChannel for groups"; @@ -79,6 +81,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to call the doesUserHaveAccess method. /// + /// A public Command BuildDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameNavCommand() { var command = new Command("does-user-have-accessuser-id-user-id-tenant-id-tenant-id-user-principal-name-user-principal-name"); command.Description = "Provides operations to call the doesUserHaveAccess method."; @@ -94,6 +97,7 @@ public Command BuildDoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalN /// /// Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. /// + /// A public Command BuildFilesFolderNavCommand() { var command = new Command("files-folder"); command.Description = "Provides operations to manage the filesFolder property of the microsoft.graph.channel entity."; @@ -116,6 +120,7 @@ public Command BuildFilesFolderNavCommand() { /// Get the default channel, General, of a team. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the default channel, General, of a team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0"; @@ -166,6 +171,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the members property of the microsoft.graph.channel entity. /// + /// A public Command BuildMembersNavCommand() { var command = new Command("members"); command.Description = "Provides operations to manage the members property of the microsoft.graph.channel entity."; @@ -192,6 +198,7 @@ public Command BuildMembersNavCommand() { /// /// Provides operations to manage the messages property of the microsoft.graph.channel entity. /// + /// A public Command BuildMessagesNavCommand() { var command = new Command("messages"); command.Description = "Provides operations to manage the messages property of the microsoft.graph.channel entity."; @@ -218,6 +225,7 @@ public Command BuildMessagesNavCommand() { /// /// Update the navigation property primaryChannel in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property primaryChannel in groups"; @@ -267,6 +275,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the provisionEmail method. /// + /// A public Command BuildProvisionEmailNavCommand() { var command = new Command("provision-email"); command.Description = "Provides operations to call the provisionEmail method."; @@ -282,6 +291,7 @@ public Command BuildProvisionEmailNavCommand() { /// /// Provides operations to call the removeEmail method. /// + /// A public Command BuildRemoveEmailNavCommand() { var command = new Command("remove-email"); command.Description = "Provides operations to call the removeEmail method."; @@ -297,6 +307,7 @@ public Command BuildRemoveEmailNavCommand() { /// /// Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. /// + /// A public Command BuildSharedWithTeamsNavCommand() { var command = new Command("shared-with-teams"); command.Description = "Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity."; @@ -322,6 +333,7 @@ public Command BuildSharedWithTeamsNavCommand() { /// /// Provides operations to manage the tabs property of the microsoft.graph.channel entity. /// + /// A public Command BuildTabsNavCommand() { var command = new Command("tabs"); command.Description = "Provides operations to manage the tabs property of the microsoft.graph.channel entity."; @@ -345,13 +357,13 @@ public Command BuildTabsNavCommand() { return command; } /// - /// Instantiates a new PrimaryChannelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrimaryChannelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrimaryChannelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrimaryChannelRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel{?%24expand,%24select}", rawUrl) { @@ -359,6 +371,7 @@ public PrimaryChannelRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Delete navigation property primaryChannel for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -367,7 +380,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/primaryChannel", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -375,6 +388,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the default channel, General, of a team. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -391,6 +405,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property primaryChannel in groups /// + /// 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 @@ -401,7 +416,7 @@ public RequestInformation ToPatchRequestInformation(Channel 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}/groups/{group%2Did}/team/primaryChannel", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs index 2462903612..0f5a22f992 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.cs @@ -23,6 +23,7 @@ public class ProvisionEmailRequestBuilder : BaseCliRequestBuilder { /// Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ProvisionEmailRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ProvisionEmailRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/provisionEmail", pathParameters) { } /// - /// Instantiates a new ProvisionEmailRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ProvisionEmailRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/provisionEmail", rawUrl) { @@ -71,6 +72,7 @@ public ProvisionEmailRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method. /// + /// 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/Groups/Item/Team/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs index 90c5fd9034..9adae35ce7 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.cs @@ -22,6 +22,7 @@ public class RemoveEmailRequestBuilder : BaseCliRequestBuilder { /// Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RemoveEmailRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RemoveEmailRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/removeEmail", pathParameters) { } /// - /// Instantiates a new RemoveEmailRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RemoveEmailRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/removeEmail", rawUrl) { @@ -60,6 +61,7 @@ public RemoveEmailRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client. /// + /// 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/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Count/CountRequestBuilder.cs index bb10fc8657..b1403291fc 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/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}/groups/{group%2Did}/team/primaryChannel/sharedWithTeams/$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}/groups/{group%2Did}/team/primaryChannel/sharedWithTeams/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs index 98fc8d1786..2490abffde 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/AllowedMembersRequestBuilder.cs @@ -24,6 +24,7 @@ public class AllowedMembersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ConversationMemberItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in the tenant\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0"; @@ -151,13 +154,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AllowedMembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AllowedMembersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}/allowedMembers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AllowedMembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AllowedMembersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}/allowedMembers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -165,6 +168,7 @@ public AllowedMembersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:- Users with Guest role- Users who are externally authenticated in 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 diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs index 13fdfb0f95..04db958132 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/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"; @@ -65,13 +66,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}/groups/{group%2Did}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}/allowedMembers/$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}/groups/{group%2Did}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}/allowedMembers/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Item/ConversationMemberItemRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Item/ConversationMemberItemRequestBuilder.cs index c20798755c..e9d530ebed 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Item/ConversationMemberItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/AllowedMembers/Item/ConversationMemberItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ConversationMemberItemRequestBuilder : BaseCliRequestBuilder { /// /// A collection of team members who have access to the shared channel. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A collection of team members who have access to the shared channel."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ConversationMemberItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConversationMemberItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}/allowedMembers/{conversationMember%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ConversationMemberItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConversationMemberItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}/allowedMembers/{conversationMember%2Did}{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ConversationMemberItemRequestBuilder(string rawUrl) : base("{+baseurl}/gr /// /// A collection of team members who have access to the shared channel. /// + /// 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/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.cs index f393d9af27..68557692a8 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/SharedWithChannelTeamInfoItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class SharedWithChannelTeamInfoItemRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. /// + /// A public Command BuildAllowedMembersNavCommand() { var command = new Command("allowed-members"); command.Description = "Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity."; @@ -49,6 +50,7 @@ public Command BuildAllowedMembersNavCommand() { /// Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0"; @@ -89,6 +91,7 @@ public Command BuildDeleteCommand() { /// Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0"; @@ -145,6 +148,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property sharedWithTeams in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sharedWithTeams in groups"; @@ -200,6 +204,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the team property of the microsoft.graph.teamInfo entity. /// + /// A public Command BuildTeamNavCommand() { var command = new Command("team"); command.Description = "Provides operations to manage the team property of the microsoft.graph.teamInfo entity."; @@ -213,13 +218,13 @@ public Command BuildTeamNavCommand() { return command; } /// - /// Instantiates a new SharedWithChannelTeamInfoItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SharedWithChannelTeamInfoItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SharedWithChannelTeamInfoItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SharedWithChannelTeamInfoItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}{?%24expand,%24select}", rawUrl) { @@ -227,6 +232,7 @@ public SharedWithChannelTeamInfoItemRequestBuilder(string rawUrl) : base("{+base /// /// Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,7 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -243,6 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -259,6 +266,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sharedWithTeams in groups /// + /// 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 @@ -269,7 +277,7 @@ public RequestInformation ToPatchRequestInformation(SharedWithChannelTeamInfo bo public RequestInformation ToPatchRequestInformation(SharedWithChannelTeamInfo 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}/groups/{group%2Did}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/Team/TeamRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/Team/TeamRequestBuilder.cs index d8a4dc4c16..850866d3a2 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/Team/TeamRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/Item/Team/TeamRequestBuilder.cs @@ -22,6 +22,7 @@ public class TeamRequestBuilder : BaseCliRequestBuilder { /// /// Get team from groups /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get team from groups"; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TeamRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}/team{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo%2Did}/team{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public TeamRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/ /// /// Get team from groups /// + /// 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/Groups/Item/Team/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs index 2c0424e873..e2f971bdce 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/SharedWithTeams/SharedWithTeamsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SharedWithTeamsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to sharedWithTeams for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to sharedWithTeams for groups"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SharedWithTeamsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SharedWithTeamsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/sharedWithTeams{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SharedWithTeamsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SharedWithTeamsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/sharedWithTeams{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public SharedWithTeamsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to sharedWithTeams for groups /// + /// 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(SharedWithChannelTeamInfo bod public RequestInformation ToPostRequestInformation(SharedWithChannelTeamInfo 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}/groups/{group%2Did}/team/primaryChannel/sharedWithTeams", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Tabs/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Tabs/Count/CountRequestBuilder.cs index b8140574df..b9f34cb521 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Tabs/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Tabs/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}/groups/{group%2Did}/team/primaryChannel/tabs/$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}/groups/{group%2Did}/team/primaryChannel/tabs/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/PrimaryChannel/Tabs/Item/TeamsApp/TeamsAppRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Tabs/Item/TeamsApp/TeamsAppRequestBuilder.cs index 6361884f85..e03b61e91b 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Tabs/Item/TeamsApp/TeamsAppRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Tabs/Item/TeamsApp/TeamsAppRequestBuilder.cs @@ -22,6 +22,7 @@ public class TeamsAppRequestBuilder : BaseCliRequestBuilder { /// /// The application that is linked to the tab. This can't be changed after tab creation. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The application that is linked to the tab. This can't be changed after tab creation."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TeamsAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamsAppRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/tabs/{teamsTab%2Did}/teamsApp{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamsAppRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamsAppRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/tabs/{teamsTab%2Did}/teamsApp{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public TeamsAppRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The application that is linked to the tab. This can't be changed after tab creation. /// + /// 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/Groups/Item/Team/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilder.cs index 4482aeccf7..82b9b33273 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Tabs/Item/TeamsTabItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TeamsTabItemRequestBuilder : BaseCliRequestBuilder { /// Removes (unpins) a tab from the specified channel within a team. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Removes (unpins) a tab from the specified channel within a team. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of the specified tab in a channel within a team. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of the specified tab in a channel within a team. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0"; @@ -121,6 +123,7 @@ public Command BuildGetCommand() { /// Update the properties of the specified tab.This can be used to configure the content of the tab. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of the specified tab.This can be used to configure the content of the tab.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0"; @@ -176,6 +179,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the teamsApp property of the microsoft.graph.teamsTab entity. /// + /// A public Command BuildTeamsAppNavCommand() { var command = new Command("teams-app"); command.Description = "Provides operations to manage the teamsApp property of the microsoft.graph.teamsTab entity."; @@ -189,13 +193,13 @@ public Command BuildTeamsAppNavCommand() { return command; } /// - /// Instantiates a new TeamsTabItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamsTabItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/tabs/{teamsTab%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamsTabItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamsTabItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/tabs/{teamsTab%2Did}{?%24expand,%24select}", rawUrl) { @@ -203,6 +207,7 @@ public TeamsTabItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{grou /// /// Removes (unpins) a tab from the specified channel within a team. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,7 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/primaryChannel/tabs/{teamsTab%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +224,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of the specified tab in a channel within a team. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of the specified tab.This can be used to configure the content of the tab. /// + /// 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 @@ -245,7 +252,7 @@ public RequestInformation ToPatchRequestInformation(TeamsTab 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}/groups/{group%2Did}/team/primaryChannel/tabs/{teamsTab%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/PrimaryChannel/Tabs/TabsRequestBuilder.cs b/src/generated/Groups/Item/Team/PrimaryChannel/Tabs/TabsRequestBuilder.cs index d80b7b3427..603ca1b3d3 100644 --- a/src/generated/Groups/Item/Team/PrimaryChannel/Tabs/TabsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/PrimaryChannel/Tabs/TabsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TabsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tabs property of the microsoft.graph.channel 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Add (pin) a tab to the specified channel within a team. The app must be preinstalled in the team and have the configurableTabs property defined in the app manifest. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add (pin) a tab to the specified channel within a team. The app must be preinstalled in the team and have the configurableTabs property defined in the app manifest.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// Retrieve the list of tabs in the specified channel within a team. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of tabs in the specified channel within a team. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TabsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TabsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/tabs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TabsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TabsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/primaryChannel/tabs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public TabsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/ /// /// Retrieve the list of tabs in the specified channel within a team. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add (pin) a tab to the specified channel within a team. The app must be preinstalled in the team and have the configurableTabs property defined in the app manifest. /// + /// 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(TeamsTab 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}/groups/{group%2Did}/team/primaryChannel/tabs", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Schedule/OfferShiftRequests/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/OfferShiftRequests/Count/CountRequestBuilder.cs index 8ed4d7994c..455ad8397e 100644 --- a/src/generated/Groups/Item/Team/Schedule/OfferShiftRequests/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/OfferShiftRequests/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}/groups/{group%2Did}/team/schedule/offerShiftRequests/$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}/groups/{group%2Did}/team/schedule/offerShiftRequests/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilder.cs index ce808dec6b..7935aaa73a 100644 --- a/src/generated/Groups/Item/Team/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/OfferShiftRequests/Item/OfferShiftRequestItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class OfferShiftRequestItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property offerShiftRequests for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property offerShiftRequests for groups"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of an offerShiftRequest object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of an offerShiftRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property offerShiftRequests in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property offerShiftRequests in groups"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OfferShiftRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OfferShiftRequestItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule/offerShiftRequests/{offerShiftRequest%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OfferShiftRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OfferShiftRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule/offerShiftRequests/{offerShiftRequest%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public OfferShiftRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/gro /// /// Delete navigation property offerShiftRequests for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/schedule/offerShiftRequests/{offerShiftRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of an offerShiftRequest 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 @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property offerShiftRequests in groups /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(OfferShiftRequest body, Acti public RequestInformation ToPatchRequestInformation(OfferShiftRequest 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}/groups/{group%2Did}/team/schedule/offerShiftRequests/{offerShiftRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs index 67ee0b32e4..abaa325b39 100644 --- a/src/generated/Groups/Item/Team/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/OfferShiftRequests/OfferShiftRequestsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OfferShiftRequestsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the offerShiftRequests property of the microsoft.graph.schedule entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new OfferShiftRequestItemRequestBuilder(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 an instance of an offerShiftRequest. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create an instance of an offerShiftRequest.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Retrieve the properties and relationships of all offerShiftRequest objects in a team. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the properties and relationships of all offerShiftRequest objects in a team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OfferShiftRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OfferShiftRequestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule/offerShiftRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OfferShiftRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OfferShiftRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule/offerShiftRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public OfferShiftRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Retrieve the properties and relationships of all offerShiftRequest objects in a team. /// + /// 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 an instance of an offerShiftRequest. /// + /// 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(OfferShiftRequest body, Actio public RequestInformation ToPostRequestInformation(OfferShiftRequest 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}/groups/{group%2Did}/team/schedule/offerShiftRequests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/Count/CountRequestBuilder.cs index 3dfe938218..afcc056aab 100644 --- a/src/generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/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}/groups/{group%2Did}/team/schedule/openShiftChangeRequests/$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}/groups/{group%2Did}/team/schedule/openShiftChangeRequests/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilder.cs index ac040489a2..6c05e56fbf 100644 --- a/src/generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/Item/OpenShiftChangeRequestItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class OpenShiftChangeRequestItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property openShiftChangeRequests for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property openShiftChangeRequests for groups"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of an openShiftChangeRequest object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of an openShiftChangeRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property openShiftChangeRequests in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property openShiftChangeRequests in groups"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OpenShiftChangeRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OpenShiftChangeRequestItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OpenShiftChangeRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OpenShiftChangeRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public OpenShiftChangeRequestItemRequestBuilder(string rawUrl) : base("{+baseurl /// /// Delete navigation property openShiftChangeRequests for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of an openShiftChangeRequest 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 @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property openShiftChangeRequests in groups /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(OpenShiftChangeRequest body, public RequestInformation ToPatchRequestInformation(OpenShiftChangeRequest 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}/groups/{group%2Did}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs index f94e95f6e2..6ef1879d86 100644 --- a/src/generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/OpenShiftChangeRequests/OpenShiftChangeRequestsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OpenShiftChangeRequestsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the openShiftChangeRequests property of the microsoft.graph.schedule entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new OpenShiftChangeRequestItemRequestBuilder(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 instance of an openShiftChangeRequest object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create instance of an openShiftChangeRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of openShiftChangeRequest objects in a team. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of openShiftChangeRequest objects in a team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OpenShiftChangeRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OpenShiftChangeRequestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule/openShiftChangeRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OpenShiftChangeRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OpenShiftChangeRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule/openShiftChangeRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public OpenShiftChangeRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/g /// /// Retrieve a list of openShiftChangeRequest objects in a team. /// + /// 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 instance of an openShiftChangeRequest 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(OpenShiftChangeRequest body, public RequestInformation ToPostRequestInformation(OpenShiftChangeRequest 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}/groups/{group%2Did}/team/schedule/openShiftChangeRequests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Schedule/OpenShifts/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/OpenShifts/Count/CountRequestBuilder.cs index b6fa729242..92168a7d0b 100644 --- a/src/generated/Groups/Item/Team/Schedule/OpenShifts/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/OpenShifts/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}/groups/{group%2Did}/team/schedule/openShifts/$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}/groups/{group%2Did}/team/schedule/openShifts/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilder.cs index 59d56447e2..d5e723d802 100644 --- a/src/generated/Groups/Item/Team/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/OpenShifts/Item/OpenShiftItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class OpenShiftItemRequestBuilder : BaseCliRequestBuilder { /// Delete an openShift object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an openShift object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of an openshift object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of an openshift object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of an openShift object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an openShift object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OpenShiftItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OpenShiftItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule/openShifts/{openShift%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OpenShiftItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OpenShiftItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule/openShifts/{openShift%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public OpenShiftItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Delete an openShift 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 @@ -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}/groups/{group%2Did}/team/schedule/openShifts/{openShift%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of an openshift 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an openShift 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(OpenShift 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}/groups/{group%2Did}/team/schedule/openShifts/{openShift%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs index 3ee2bfc076..5a2664e63c 100644 --- a/src/generated/Groups/Item/Team/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/OpenShifts/OpenShiftsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OpenShiftsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the openShifts property of the microsoft.graph.schedule entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new OpenShiftItemRequestBuilder(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 an instance of an openShift object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create an instance of an openShift object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// List openShift objects in a team. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List openShift objects in a team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OpenShiftsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OpenShiftsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule/openShifts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OpenShiftsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OpenShiftsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule/openShifts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public OpenShiftsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// List openShift objects in a team. /// + /// 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 an instance of an openShift 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(OpenShift 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}/groups/{group%2Did}/team/schedule/openShifts", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Schedule/ScheduleRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/ScheduleRequestBuilder.cs index a0e2e7d819..bcb59850cf 100644 --- a/src/generated/Groups/Item/Team/Schedule/ScheduleRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/ScheduleRequestBuilder.cs @@ -32,6 +32,7 @@ public class ScheduleRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property schedule for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property schedule for groups"; @@ -66,6 +67,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0"; @@ -116,6 +118,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the offerShiftRequests property of the microsoft.graph.schedule entity. /// + /// A public Command BuildOfferShiftRequestsNavCommand() { var command = new Command("offer-shift-requests"); command.Description = "Provides operations to manage the offerShiftRequests property of the microsoft.graph.schedule entity."; @@ -141,6 +144,7 @@ public Command BuildOfferShiftRequestsNavCommand() { /// /// Provides operations to manage the openShiftChangeRequests property of the microsoft.graph.schedule entity. /// + /// A public Command BuildOpenShiftChangeRequestsNavCommand() { var command = new Command("open-shift-change-requests"); command.Description = "Provides operations to manage the openShiftChangeRequests property of the microsoft.graph.schedule entity."; @@ -166,6 +170,7 @@ public Command BuildOpenShiftChangeRequestsNavCommand() { /// /// Provides operations to manage the openShifts property of the microsoft.graph.schedule entity. /// + /// A public Command BuildOpenShiftsNavCommand() { var command = new Command("open-shifts"); command.Description = "Provides operations to manage the openShifts property of the microsoft.graph.schedule entity."; @@ -191,6 +196,7 @@ public Command BuildOpenShiftsNavCommand() { /// /// Update the navigation property schedule in groups /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update the navigation property schedule in groups"; @@ -240,6 +246,7 @@ public Command BuildPutCommand() { /// /// Provides operations to manage the schedulingGroups property of the microsoft.graph.schedule entity. /// + /// A public Command BuildSchedulingGroupsNavCommand() { var command = new Command("scheduling-groups"); command.Description = "Provides operations to manage the schedulingGroups property of the microsoft.graph.schedule entity."; @@ -265,6 +272,7 @@ public Command BuildSchedulingGroupsNavCommand() { /// /// Provides operations to call the share method. /// + /// A public Command BuildShareNavCommand() { var command = new Command("share"); command.Description = "Provides operations to call the share method."; @@ -280,6 +288,7 @@ public Command BuildShareNavCommand() { /// /// Provides operations to manage the shifts property of the microsoft.graph.schedule entity. /// + /// A public Command BuildShiftsNavCommand() { var command = new Command("shifts"); command.Description = "Provides operations to manage the shifts property of the microsoft.graph.schedule entity."; @@ -305,6 +314,7 @@ public Command BuildShiftsNavCommand() { /// /// Provides operations to manage the swapShiftsChangeRequests property of the microsoft.graph.schedule entity. /// + /// A public Command BuildSwapShiftsChangeRequestsNavCommand() { var command = new Command("swap-shifts-change-requests"); command.Description = "Provides operations to manage the swapShiftsChangeRequests property of the microsoft.graph.schedule entity."; @@ -330,6 +340,7 @@ public Command BuildSwapShiftsChangeRequestsNavCommand() { /// /// Provides operations to manage the timeOffReasons property of the microsoft.graph.schedule entity. /// + /// A public Command BuildTimeOffReasonsNavCommand() { var command = new Command("time-off-reasons"); command.Description = "Provides operations to manage the timeOffReasons property of the microsoft.graph.schedule entity."; @@ -355,6 +366,7 @@ public Command BuildTimeOffReasonsNavCommand() { /// /// Provides operations to manage the timeOffRequests property of the microsoft.graph.schedule entity. /// + /// A public Command BuildTimeOffRequestsNavCommand() { var command = new Command("time-off-requests"); command.Description = "Provides operations to manage the timeOffRequests property of the microsoft.graph.schedule entity."; @@ -380,6 +392,7 @@ public Command BuildTimeOffRequestsNavCommand() { /// /// Provides operations to manage the timesOff property of the microsoft.graph.schedule entity. /// + /// A public Command BuildTimesOffNavCommand() { var command = new Command("times-off"); command.Description = "Provides operations to manage the timesOff property of the microsoft.graph.schedule entity."; @@ -403,13 +416,13 @@ public Command BuildTimesOffNavCommand() { return command; } /// - /// Instantiates a new ScheduleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScheduleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ScheduleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScheduleRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule{?%24expand,%24select}", rawUrl) { @@ -417,6 +430,7 @@ public ScheduleRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Delete navigation property schedule for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -425,7 +439,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/schedule", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -433,6 +447,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).When clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -449,6 +464,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property schedule in groups /// + /// 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 @@ -459,7 +475,7 @@ public RequestInformation ToPutRequestInformation(ApiSdk.Models.Schedule body, A public RequestInformation ToPutRequestInformation(ApiSdk.Models.Schedule body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/groups/{group%2Did}/team/schedule", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Schedule/SchedulingGroups/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/SchedulingGroups/Count/CountRequestBuilder.cs index 757d3976d1..dea683a8cb 100644 --- a/src/generated/Groups/Item/Team/Schedule/SchedulingGroups/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/SchedulingGroups/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}/groups/{group%2Did}/team/schedule/schedulingGroups/$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}/groups/{group%2Did}/team/schedule/schedulingGroups/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilder.cs index d5793057e9..5285cc1b65 100644 --- a/src/generated/Groups/Item/Team/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/SchedulingGroups/Item/SchedulingGroupItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class SchedulingGroupItemRequestBuilder : BaseCliRequestBuilder { /// Mark a schedulingGroup as inactive by setting its isActive property.This method does not remove the schedulingGroup from the schedule. Existing shift instances assigned to the scheduling group remain part of the group. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Mark a schedulingGroup as inactive by setting its isActive property.This method does not remove the schedulingGroup from the schedule. Existing shift instances assigned to the scheduling group remain part of the group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a schedulingGroup by ID. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a schedulingGroup by ID.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0"; @@ -113,6 +115,7 @@ public Command BuildGetCommand() { /// Replace an existing schedulingGroup. If the specified schedulingGroup doesn't exist, this method returns 404 Not found. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Replace an existing schedulingGroup. If the specified schedulingGroup doesn't exist, this method returns 404 Not found.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-1.0"; @@ -166,13 +169,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SchedulingGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SchedulingGroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule/schedulingGroups/{schedulingGroup%2Did}{?%24select}", pathParameters) { } /// - /// Instantiates a new SchedulingGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SchedulingGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule/schedulingGroups/{schedulingGroup%2Did}{?%24select}", rawUrl) { @@ -180,6 +183,7 @@ public SchedulingGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Mark a schedulingGroup as inactive by setting its isActive property.This method does not remove the schedulingGroup from the schedule. Existing shift instances assigned to the scheduling group remain part of the group. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -188,7 +192,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/schedule/schedulingGroups/{schedulingGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -196,6 +200,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a schedulingGroup by ID. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -212,6 +217,7 @@ public RequestInformation ToGetRequestInformation(Action /// Replace an existing schedulingGroup. If the specified schedulingGroup doesn't exist, this method returns 404 Not found. /// + /// 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 @@ -222,7 +228,7 @@ public RequestInformation ToPatchRequestInformation(SchedulingGroup body, Action public RequestInformation ToPatchRequestInformation(SchedulingGroup 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}/groups/{group%2Did}/team/schedule/schedulingGroups/{schedulingGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs index cbf056a8e2..c04d9a39d9 100644 --- a/src/generated/Groups/Item/Team/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/SchedulingGroups/SchedulingGroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SchedulingGroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the schedulingGroups property of the microsoft.graph.schedule entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new SchedulingGroupItemRequestBuilder(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 schedulingGroup. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new schedulingGroup.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Get the list of schedulingGroups in this schedule. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of schedulingGroups in this schedule.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0"; @@ -190,13 +194,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SchedulingGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SchedulingGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule/schedulingGroups{?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SchedulingGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SchedulingGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule/schedulingGroups{?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -204,6 +208,7 @@ public SchedulingGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Get the list of schedulingGroups in this schedule. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -220,6 +225,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new schedulingGroup. /// + /// 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 @@ -230,7 +236,7 @@ public RequestInformation ToPostRequestInformation(SchedulingGroup body, Action< public RequestInformation ToPostRequestInformation(SchedulingGroup 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}/groups/{group%2Did}/team/schedule/schedulingGroups", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Schedule/Share/SharePostRequestBody.cs b/src/generated/Groups/Item/Team/Schedule/Share/SharePostRequestBody.cs index de431ec641..13a2946d0f 100644 --- a/src/generated/Groups/Item/Team/Schedule/Share/SharePostRequestBody.cs +++ b/src/generated/Groups/Item/Team/Schedule/Share/SharePostRequestBody.cs @@ -15,7 +15,7 @@ public class SharePostRequestBody : IAdditionalDataHolder, IParsable { /// The startDateTime property public DateTimeOffset? StartDateTime { get; set; } /// - /// Instantiates a new sharePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SharePostRequestBody() { AdditionalData = new Dictionary(); @@ -23,6 +23,7 @@ public SharePostRequestBody() { /// /// 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 SharePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public static SharePostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"endDateTime", n => { EndDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Groups/Item/Team/Schedule/Share/ShareRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/Share/ShareRequestBuilder.cs index 71e9d63e6b..486232de80 100644 --- a/src/generated/Groups/Item/Team/Schedule/Share/ShareRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/Share/ShareRequestBuilder.cs @@ -22,6 +22,7 @@ public class ShareRequestBuilder : BaseCliRequestBuilder { /// Share a schedule time range with schedule members. This action makes the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers. Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Share a schedule time range with schedule members. This action makes the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers. Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ShareRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ShareRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule/share", pathParameters) { } /// - /// Instantiates a new ShareRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ShareRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule/share", rawUrl) { @@ -73,6 +74,7 @@ public ShareRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Share a schedule time range with schedule members. This action makes the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers. Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item. /// + /// 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/Groups/Item/Team/Schedule/Shifts/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/Shifts/Count/CountRequestBuilder.cs index 2167e6c743..e2b76f47b5 100644 --- a/src/generated/Groups/Item/Team/Schedule/Shifts/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/Shifts/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}/groups/{group%2Did}/team/schedule/shifts/$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}/groups/{group%2Did}/team/schedule/shifts/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Schedule/Shifts/Item/ShiftItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/Shifts/Item/ShiftItemRequestBuilder.cs index 6828acd7af..ec4e819d1c 100644 --- a/src/generated/Groups/Item/Team/Schedule/Shifts/Item/ShiftItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/Shifts/Item/ShiftItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ShiftItemRequestBuilder : BaseCliRequestBuilder { /// Delete a shift from the schedule. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a shift from the schedule.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a shift object by ID. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a shift object by ID.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0"; @@ -113,6 +115,7 @@ public Command BuildGetCommand() { /// Replace an existing shift. If the specified shift doesn't exist, this method returns 404 Not found. The duration of a shift can't be less than 1 minute or longer than 24 hours. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Replace an existing shift. If the specified shift doesn't exist, this method returns 404 Not found. The duration of a shift can't be less than 1 minute or longer than 24 hours.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-1.0"; @@ -166,13 +169,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ShiftItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ShiftItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule/shifts/{shift%2Did}{?%24select}", pathParameters) { } /// - /// Instantiates a new ShiftItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ShiftItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule/shifts/{shift%2Did}{?%24select}", rawUrl) { @@ -180,6 +183,7 @@ public ShiftItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Delete a shift from the schedule. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -188,7 +192,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/schedule/shifts/{shift%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -196,6 +200,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a shift object by ID. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -212,6 +217,7 @@ public RequestInformation ToGetRequestInformation(Action /// Replace an existing shift. If the specified shift doesn't exist, this method returns 404 Not found. The duration of a shift can't be less than 1 minute or longer than 24 hours. /// + /// 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 @@ -222,7 +228,7 @@ public RequestInformation ToPatchRequestInformation(Shift 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}/groups/{group%2Did}/team/schedule/shifts/{shift%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Schedule/Shifts/ShiftsRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/Shifts/ShiftsRequestBuilder.cs index 13f419affb..e52de52c7c 100644 --- a/src/generated/Groups/Item/Team/Schedule/Shifts/ShiftsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/Shifts/ShiftsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ShiftsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the shifts property of the microsoft.graph.schedule entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ShiftItemRequestBuilder(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 shift instance in a schedule. The duration of a shift cannot be less than 1 minute or longer than 24 hours. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new shift instance in a schedule. The duration of a shift cannot be less than 1 minute or longer than 24 hours.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Get the list of shift instances in a schedule. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of shift instances in a schedule.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0"; @@ -190,13 +194,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ShiftsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ShiftsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule/shifts{?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ShiftsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ShiftsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule/shifts{?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -204,6 +208,7 @@ public ShiftsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did /// /// Get the list of shift instances in a schedule. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -220,6 +225,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new shift instance in a schedule. The duration of a shift cannot be less than 1 minute or longer than 24 hours. /// + /// 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 @@ -230,7 +236,7 @@ public RequestInformation ToPostRequestInformation(Shift 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}/groups/{group%2Did}/team/schedule/shifts", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/Count/CountRequestBuilder.cs index bd8916fbf4..aece84f646 100644 --- a/src/generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/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}/groups/{group%2Did}/team/schedule/swapShiftsChangeRequests/$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}/groups/{group%2Did}/team/schedule/swapShiftsChangeRequests/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilder.cs index cfa808aa15..3d08c5844a 100644 --- a/src/generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/Item/SwapShiftsChangeRequestItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class SwapShiftsChangeRequestItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property swapShiftsChangeRequests for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property swapShiftsChangeRequests for groups"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a swapShiftsChangeRequest object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a swapShiftsChangeRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property swapShiftsChangeRequests in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property swapShiftsChangeRequests in groups"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SwapShiftsChangeRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SwapShiftsChangeRequestItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SwapShiftsChangeRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SwapShiftsChangeRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public SwapShiftsChangeRequestItemRequestBuilder(string rawUrl) : base("{+baseur /// /// Delete navigation property swapShiftsChangeRequests for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a swapShiftsChangeRequest 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 @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property swapShiftsChangeRequests in groups /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(SwapShiftsChangeRequest body public RequestInformation ToPatchRequestInformation(SwapShiftsChangeRequest 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}/groups/{group%2Did}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs index ee78469ad0..618859bba8 100644 --- a/src/generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/SwapShiftsChangeRequests/SwapShiftsChangeRequestsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SwapShiftsChangeRequestsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the swapShiftsChangeRequests property of the microsoft.graph.schedule entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new SwapShiftsChangeRequestItemRequestBuilder(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 an instance of a swapShiftsChangeRequest object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create an instance of a swapShiftsChangeRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of swapShiftsChangeRequest objects in the team. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of swapShiftsChangeRequest objects in the team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SwapShiftsChangeRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SwapShiftsChangeRequestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule/swapShiftsChangeRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SwapShiftsChangeRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SwapShiftsChangeRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule/swapShiftsChangeRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public SwapShiftsChangeRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Retrieve a list of swapShiftsChangeRequest objects in the team. /// + /// 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 an instance of a swapShiftsChangeRequest 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(SwapShiftsChangeRequest body, public RequestInformation ToPostRequestInformation(SwapShiftsChangeRequest 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}/groups/{group%2Did}/team/schedule/swapShiftsChangeRequests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Schedule/TimeOffReasons/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/TimeOffReasons/Count/CountRequestBuilder.cs index 6f2f80bfd4..066c024019 100644 --- a/src/generated/Groups/Item/Team/Schedule/TimeOffReasons/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/TimeOffReasons/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}/groups/{group%2Did}/team/schedule/timeOffReasons/$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}/groups/{group%2Did}/team/schedule/timeOffReasons/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilder.cs index b7b96b1495..523af0baad 100644 --- a/src/generated/Groups/Item/Team/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/TimeOffReasons/Item/TimeOffReasonItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class TimeOffReasonItemRequestBuilder : BaseCliRequestBuilder { /// Mark a timeOffReason as inactive by setting the isActive property. Every team must include at least one timeoff reason. This method doesn't remove the specified timeOffReason instance. timeOffItem instances that have been assigned this reason remain assigned to this reason. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Mark a timeOffReason as inactive by setting the isActive property. Every team must include at least one timeoff reason. This method doesn't remove the specified timeOffReason instance. timeOffItem instances that have been assigned this reason remain assigned to this reason.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a timeOffReason object by ID. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a timeOffReason object by ID.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0"; @@ -113,6 +115,7 @@ public Command BuildGetCommand() { /// Replace an existing timeOffReason. If the specified timeOffReason doesn't exist, this method returns 404 Not found. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Replace an existing timeOffReason. If the specified timeOffReason doesn't exist, this method returns 404 Not found.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-1.0"; @@ -166,13 +169,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TimeOffReasonItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TimeOffReasonItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule/timeOffReasons/{timeOffReason%2Did}{?%24select}", pathParameters) { } /// - /// Instantiates a new TimeOffReasonItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TimeOffReasonItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule/timeOffReasons/{timeOffReason%2Did}{?%24select}", rawUrl) { @@ -180,6 +183,7 @@ public TimeOffReasonItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/ /// /// Mark a timeOffReason as inactive by setting the isActive property. Every team must include at least one timeoff reason. This method doesn't remove the specified timeOffReason instance. timeOffItem instances that have been assigned this reason remain assigned to this reason. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -188,7 +192,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/schedule/timeOffReasons/{timeOffReason%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -196,6 +200,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a timeOffReason object by ID. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -212,6 +217,7 @@ public RequestInformation ToGetRequestInformation(Action /// Replace an existing timeOffReason. If the specified timeOffReason doesn't exist, this method returns 404 Not found. /// + /// 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 @@ -222,7 +228,7 @@ public RequestInformation ToPatchRequestInformation(TimeOffReason 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}/groups/{group%2Did}/team/schedule/timeOffReasons/{timeOffReason%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs index b7a8ee60d5..2045c16c6a 100644 --- a/src/generated/Groups/Item/Team/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/TimeOffReasons/TimeOffReasonsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TimeOffReasonsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the timeOffReasons property of the microsoft.graph.schedule entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new TimeOffReasonItemRequestBuilder(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 timeOffReason. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new timeOffReason.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Get the list of timeOffReasons in a schedule. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of timeOffReasons in a schedule.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0"; @@ -190,13 +194,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TimeOffReasonsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TimeOffReasonsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule/timeOffReasons{?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TimeOffReasonsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TimeOffReasonsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule/timeOffReasons{?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -204,6 +208,7 @@ public TimeOffReasonsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Get the list of timeOffReasons in a schedule. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -220,6 +225,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new timeOffReason. /// + /// 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 @@ -230,7 +236,7 @@ public RequestInformation ToPostRequestInformation(TimeOffReason 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}/groups/{group%2Did}/team/schedule/timeOffReasons", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Schedule/TimeOffRequests/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/TimeOffRequests/Count/CountRequestBuilder.cs index 2552984304..7109051f68 100644 --- a/src/generated/Groups/Item/Team/Schedule/TimeOffRequests/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/TimeOffRequests/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}/groups/{group%2Did}/team/schedule/timeOffRequests/$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}/groups/{group%2Did}/team/schedule/timeOffRequests/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilder.cs index 6717a596f4..66cdcc9d73 100644 --- a/src/generated/Groups/Item/Team/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/TimeOffRequests/Item/TimeOffRequestItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class TimeOffRequestItemRequestBuilder : BaseCliRequestBuilder { /// Delete a timeOffRequest object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a timeOffRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a timeoffrequest object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a timeoffrequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0"; @@ -112,6 +114,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property timeOffRequests in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property timeOffRequests in groups"; @@ -165,13 +168,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TimeOffRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TimeOffRequestItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule/timeOffRequests/{timeOffRequest%2Did}{?%24select}", pathParameters) { } /// - /// Instantiates a new TimeOffRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TimeOffRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule/timeOffRequests/{timeOffRequest%2Did}{?%24select}", rawUrl) { @@ -179,6 +182,7 @@ public TimeOffRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Delete a timeOffRequest 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 @@ -187,7 +191,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/schedule/timeOffRequests/{timeOffRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -195,6 +199,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a timeoffrequest 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 @@ -211,6 +216,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property timeOffRequests in groups /// + /// 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 @@ -221,7 +227,7 @@ public RequestInformation ToPatchRequestInformation(TimeOffRequest body, Action< public RequestInformation ToPatchRequestInformation(TimeOffRequest 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}/groups/{group%2Did}/team/schedule/timeOffRequests/{timeOffRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs index d1c24ab470..c3d382edec 100644 --- a/src/generated/Groups/Item/Team/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/TimeOffRequests/TimeOffRequestsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TimeOffRequestsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the timeOffRequests property of the microsoft.graph.schedule entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new TimeOffRequestItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to timeOffRequests for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to timeOffRequests for groups"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of timeOffRequest objects in the team. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of timeOffRequest objects in the team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0"; @@ -189,13 +193,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TimeOffRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TimeOffRequestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule/timeOffRequests{?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TimeOffRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TimeOffRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule/timeOffRequests{?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -203,6 +207,7 @@ public TimeOffRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Retrieve a list of timeOffRequest objects in the team. /// + /// 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 new navigation property to timeOffRequests for groups /// + /// 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(TimeOffRequest 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}/groups/{group%2Did}/team/schedule/timeOffRequests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Schedule/TimesOff/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/TimesOff/Count/CountRequestBuilder.cs index f62a3aee2c..ceb61e69cf 100644 --- a/src/generated/Groups/Item/Team/Schedule/TimesOff/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/TimesOff/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}/groups/{group%2Did}/team/schedule/timesOff/$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}/groups/{group%2Did}/team/schedule/timesOff/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Schedule/TimesOff/Item/TimeOffItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/TimesOff/Item/TimeOffItemRequestBuilder.cs index b683995733..ebf47fd2d4 100644 --- a/src/generated/Groups/Item/Team/Schedule/TimesOff/Item/TimeOffItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/TimesOff/Item/TimeOffItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class TimeOffItemRequestBuilder : BaseCliRequestBuilder { /// Delete a timeOff instance from a schedule. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a timeOff instance from a schedule.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a timeOff object by ID. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a timeOff object by ID.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0"; @@ -113,6 +115,7 @@ public Command BuildGetCommand() { /// Replace an existing timeOff object. If the specified timeOff object doesn't exist, this method returns 404 Not found. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Replace an existing timeOff object. If the specified timeOff object doesn't exist, this method returns 404 Not found.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-1.0"; @@ -166,13 +169,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TimeOffItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TimeOffItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule/timesOff/{timeOff%2Did}{?%24select}", pathParameters) { } /// - /// Instantiates a new TimeOffItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TimeOffItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule/timesOff/{timeOff%2Did}{?%24select}", rawUrl) { @@ -180,6 +183,7 @@ public TimeOffItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Delete a timeOff instance from a schedule. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -188,7 +192,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/schedule/timesOff/{timeOff%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -196,6 +200,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a timeOff object by ID. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -212,6 +217,7 @@ public RequestInformation ToGetRequestInformation(Action /// Replace an existing timeOff object. If the specified timeOff object doesn't exist, this method returns 404 Not found. /// + /// 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 @@ -222,7 +228,7 @@ public RequestInformation ToPatchRequestInformation(TimeOff 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}/groups/{group%2Did}/team/schedule/timesOff/{timeOff%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Schedule/TimesOff/TimesOffRequestBuilder.cs b/src/generated/Groups/Item/Team/Schedule/TimesOff/TimesOffRequestBuilder.cs index 4068c179a9..fac1accc83 100644 --- a/src/generated/Groups/Item/Team/Schedule/TimesOff/TimesOffRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Schedule/TimesOff/TimesOffRequestBuilder.cs @@ -24,6 +24,7 @@ public class TimesOffRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the timesOff property of the microsoft.graph.schedule entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new TimeOffItemRequestBuilder(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 timeOff instance in a schedule. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new timeOff instance in a schedule.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Get the list of timeOff instances in a schedule. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of timeOff instances in a schedule.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0"; @@ -190,13 +194,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TimesOffRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TimesOffRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/schedule/timesOff{?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TimesOffRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TimesOffRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/schedule/timesOff{?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -204,6 +208,7 @@ public TimesOffRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Get the list of timeOff instances in a schedule. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -220,6 +225,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new timeOff instance in a schedule. /// + /// 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 @@ -230,7 +236,7 @@ public RequestInformation ToPostRequestInformation(TimeOff 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}/groups/{group%2Did}/team/schedule/timesOff", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationPostRequestBody.cs b/src/generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationPostRequestBody.cs index 2e745d47fe..7aea5716ef 100644 --- a/src/generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationPostRequestBody.cs +++ b/src/generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationPostRequestBody.cs @@ -60,7 +60,7 @@ public class SendActivityNotificationPostRequestBody : IAdditionalDataHolder, IP public TeamworkActivityTopic Topic { get; set; } #endif /// - /// Instantiates a new sendActivityNotificationPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SendActivityNotificationPostRequestBody() { AdditionalData = new Dictionary(); @@ -68,6 +68,7 @@ public SendActivityNotificationPostRequestBody() { /// /// 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 SendActivityNotificationPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -76,6 +77,7 @@ public static SendActivityNotificationPostRequestBody CreateFromDiscriminatorVal /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"activityType", n => { ActivityType = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationRequestBuilder.cs b/src/generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationRequestBuilder.cs index 4a5cef6edf..38897e7d1f 100644 --- a/src/generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationRequestBuilder.cs @@ -22,6 +22,7 @@ public class SendActivityNotificationRequestBuilder : BaseCliRequestBuilder { /// Send an activity feed notification in the scope of a team. For more information about sending notifications and the requirements for doing so, seesending Teams activity notifications. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Send an activity feed notification in the scope of a team. For more information about sending notifications and the requirements for doing so, seesending Teams activity notifications.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SendActivityNotificationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SendActivityNotificationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/sendActivityNotification", pathParameters) { } /// - /// Instantiates a new SendActivityNotificationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SendActivityNotificationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/sendActivityNotification", rawUrl) { @@ -73,6 +74,7 @@ public SendActivityNotificationRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Send an activity feed notification in the scope of a team. For more information about sending notifications and the requirements for doing so, seesending Teams activity notifications. /// + /// 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/Groups/Item/Team/Tags/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Tags/Count/CountRequestBuilder.cs index 7c911a3a0f..a1ccc5493c 100644 --- a/src/generated/Groups/Item/Team/Tags/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Tags/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}/groups/{group%2Did}/team/tags/$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}/groups/{group%2Did}/team/tags/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Tags/Item/Members/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Team/Tags/Item/Members/Count/CountRequestBuilder.cs index 29b2a1a818..a2f7ff4de3 100644 --- a/src/generated/Groups/Item/Team/Tags/Item/Members/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Tags/Item/Members/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"; @@ -65,13 +66,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}/groups/{group%2Did}/team/tags/{teamworkTag%2Did}/members/$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}/groups/{group%2Did}/team/tags/{teamworkTag%2Did}/members/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Team/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilder.cs index 75ae4a11ea..a2a600e079 100644 --- a/src/generated/Groups/Item/Team/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Tags/Item/Members/Item/TeamworkTagMemberItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class TeamworkTagMemberItemRequestBuilder : BaseCliRequestBuilder { /// Delete a member from a standard tag in a team. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a member from a standard tag in a team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// Get the properties and relationships of a member of a standard tag in a team. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the properties and relationships of a member of a standard tag in a team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0"; @@ -131,6 +133,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property members in groups /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property members in groups"; @@ -190,13 +193,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TeamworkTagMemberItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamworkTagMemberItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/tags/{teamworkTag%2Did}/members/{teamworkTagMember%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamworkTagMemberItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamworkTagMemberItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/tags/{teamworkTag%2Did}/members/{teamworkTagMember%2Did}{?%24expand,%24select}", rawUrl) { @@ -204,6 +207,7 @@ public TeamworkTagMemberItemRequestBuilder(string rawUrl) : base("{+baseurl}/gro /// /// Delete a member from a standard tag in a team. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -212,7 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/tags/{teamworkTag%2Did}/members/{teamworkTagMember%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -220,6 +224,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the properties and relationships of a member of a standard tag in a team. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -236,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property members in groups /// + /// 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 @@ -246,7 +252,7 @@ public RequestInformation ToPatchRequestInformation(TeamworkTagMember body, Acti public RequestInformation ToPatchRequestInformation(TeamworkTagMember 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}/groups/{group%2Did}/team/tags/{teamworkTag%2Did}/members/{teamworkTagMember%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Tags/Item/Members/MembersRequestBuilder.cs b/src/generated/Groups/Item/Team/Tags/Item/Members/MembersRequestBuilder.cs index 92dd9e546a..0d8ae0245e 100644 --- a/src/generated/Groups/Item/Team/Tags/Item/Members/MembersRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Tags/Item/Members/MembersRequestBuilder.cs @@ -24,6 +24,7 @@ public class MembersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the members property of the microsoft.graph.teamworkTag entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new TeamworkTagMemberItemRequestBuilder(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 teamworkTagMember object in a team. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new teamworkTagMember object in a team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// Get a list of the members of a standard tag in a team and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the members of a standard tag in a team and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0"; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MembersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/tags/{teamworkTag%2Did}/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/tags/{teamworkTag%2Did}/members{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public MembersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Get a list of the members of a standard tag in a team 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 @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new teamworkTagMember object in a team. /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(TeamworkTagMember body, Actio public RequestInformation ToPostRequestInformation(TeamworkTagMember 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}/groups/{group%2Did}/team/tags/{teamworkTag%2Did}/members", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Tags/Item/TeamworkTagItemRequestBuilder.cs b/src/generated/Groups/Item/Team/Tags/Item/TeamworkTagItemRequestBuilder.cs index 57f3bd9878..d996556cee 100644 --- a/src/generated/Groups/Item/Team/Tags/Item/TeamworkTagItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Tags/Item/TeamworkTagItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TeamworkTagItemRequestBuilder : BaseCliRequestBuilder { /// Delete a tag object permanently. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a tag object permanently.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a tag object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a tag object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the members property of the microsoft.graph.teamworkTag entity. /// + /// A public Command BuildMembersNavCommand() { var command = new Command("members"); command.Description = "Provides operations to manage the members property of the microsoft.graph.teamworkTag entity."; @@ -146,6 +149,7 @@ public Command BuildMembersNavCommand() { /// Update the properties of a tag object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a tag object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TeamworkTagItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamworkTagItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/tags/{teamworkTag%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamworkTagItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamworkTagItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/tags/{teamworkTag%2Did}{?%24expand,%24select}", rawUrl) { @@ -213,6 +217,7 @@ public TeamworkTagItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Delete a tag object permanently. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -221,7 +226,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team/tags/{teamworkTag%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -229,6 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a tag 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,6 +251,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a tag 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 @@ -255,7 +262,7 @@ public RequestInformation ToPatchRequestInformation(TeamworkTag 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}/groups/{group%2Did}/team/tags/{teamworkTag%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Tags/TagsRequestBuilder.cs b/src/generated/Groups/Item/Team/Tags/TagsRequestBuilder.cs index b0c686e64b..605b2de23d 100644 --- a/src/generated/Groups/Item/Team/Tags/TagsRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Tags/TagsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TagsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tags property of the microsoft.graph.team 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a standard tag for members in a team. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a standard tag for members in a team.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// Get a list of the tag objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the tag objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TagsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TagsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/tags{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TagsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TagsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/tags{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public TagsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/ /// /// Get a list of the tag 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 @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a standard tag for members in a team. /// + /// 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(TeamworkTag 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}/groups/{group%2Did}/team/tags", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/TeamRequestBuilder.cs b/src/generated/Groups/Item/Team/TeamRequestBuilder.cs index 282a8816bd..1f56ac0a25 100644 --- a/src/generated/Groups/Item/Team/TeamRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/TeamRequestBuilder.cs @@ -40,6 +40,7 @@ public class TeamRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the allChannels property of the microsoft.graph.team entity. /// + /// A public Command BuildAllChannelsNavCommand() { var command = new Command("all-channels"); command.Description = "Provides operations to manage the allChannels property of the microsoft.graph.team entity."; @@ -64,6 +65,7 @@ public Command BuildAllChannelsNavCommand() { /// /// 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."; @@ -79,6 +81,7 @@ public Command BuildArchiveNavCommand() { /// /// Provides operations to manage the channels property of the microsoft.graph.team entity. /// + /// A public Command BuildChannelsNavCommand() { var command = new Command("channels"); command.Description = "Provides operations to manage the channels property of the microsoft.graph.team entity."; @@ -105,6 +108,7 @@ public Command BuildChannelsNavCommand() { /// /// Provides operations to call the clone method. /// + /// A public Command BuildCloneNavCommand() { var command = new Command("clone"); command.Description = "Provides operations to call the clone method."; @@ -120,6 +124,7 @@ public Command BuildCloneNavCommand() { /// /// Provides operations to call the completeMigration method. /// + /// A public Command BuildCompleteMigrationNavCommand() { var command = new Command("complete-migration"); command.Description = "Provides operations to call the completeMigration method."; @@ -135,6 +140,7 @@ public Command BuildCompleteMigrationNavCommand() { /// /// Delete navigation property team for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property team for groups"; @@ -168,6 +174,7 @@ public Command BuildDeleteCommand() { /// /// The team associated with this group. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The team associated with this group."; @@ -218,6 +225,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the group property of the microsoft.graph.team entity. /// + /// A public Command BuildGroupNavCommand() { var command = new Command("group"); command.Description = "Provides operations to manage the group property of the microsoft.graph.team entity."; @@ -239,6 +247,7 @@ public Command BuildGroupNavCommand() { /// /// Provides operations to manage the incomingChannels property of the microsoft.graph.team entity. /// + /// A public Command BuildIncomingChannelsNavCommand() { var command = new Command("incoming-channels"); command.Description = "Provides operations to manage the incomingChannels property of the microsoft.graph.team entity."; @@ -263,6 +272,7 @@ public Command BuildIncomingChannelsNavCommand() { /// /// Provides operations to manage the installedApps property of the microsoft.graph.team entity. /// + /// A public Command BuildInstalledAppsNavCommand() { var command = new Command("installed-apps"); command.Description = "Provides operations to manage the installedApps property of the microsoft.graph.team entity."; @@ -288,6 +298,7 @@ public Command BuildInstalledAppsNavCommand() { /// /// Provides operations to manage the members property of the microsoft.graph.team entity. /// + /// A public Command BuildMembersNavCommand() { var command = new Command("members"); command.Description = "Provides operations to manage the members property of the microsoft.graph.team entity."; @@ -314,6 +325,7 @@ public Command BuildMembersNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.team entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.team entity."; @@ -339,6 +351,7 @@ public Command BuildOperationsNavCommand() { /// /// Provides operations to manage the permissionGrants property of the microsoft.graph.team entity. /// + /// A public Command BuildPermissionGrantsNavCommand() { var command = new Command("permission-grants"); command.Description = "Provides operations to manage the permissionGrants property of the microsoft.graph.team entity."; @@ -364,6 +377,7 @@ public Command BuildPermissionGrantsNavCommand() { /// /// Provides operations to manage the photo property of the microsoft.graph.team entity. /// + /// A public Command BuildPhotoNavCommand() { var command = new Command("photo"); command.Description = "Provides operations to manage the photo property of the microsoft.graph.team entity."; @@ -386,6 +400,7 @@ public Command BuildPhotoNavCommand() { /// /// Provides operations to manage the primaryChannel property of the microsoft.graph.team entity. /// + /// A public Command BuildPrimaryChannelNavCommand() { var command = new Command("primary-channel"); command.Description = "Provides operations to manage the primaryChannel property of the microsoft.graph.team entity."; @@ -417,6 +432,7 @@ public Command BuildPrimaryChannelNavCommand() { /// /// Update the navigation property team in groups /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update the navigation property team in groups"; @@ -466,6 +482,7 @@ public Command BuildPutCommand() { /// /// Provides operations to manage the schedule property of the microsoft.graph.team entity. /// + /// A public Command BuildScheduleNavCommand() { var command = new Command("schedule"); command.Description = "Provides operations to manage the schedule property of the microsoft.graph.team entity."; @@ -498,6 +515,7 @@ public Command BuildScheduleNavCommand() { /// /// Provides operations to call the sendActivityNotification method. /// + /// A public Command BuildSendActivityNotificationNavCommand() { var command = new Command("send-activity-notification"); command.Description = "Provides operations to call the sendActivityNotification method."; @@ -513,6 +531,7 @@ public Command BuildSendActivityNotificationNavCommand() { /// /// Provides operations to manage the tags property of the microsoft.graph.team entity. /// + /// A public Command BuildTagsNavCommand() { var command = new Command("tags"); command.Description = "Provides operations to manage the tags property of the microsoft.graph.team entity."; @@ -538,6 +557,7 @@ public Command BuildTagsNavCommand() { /// /// Provides operations to manage the template property of the microsoft.graph.team entity. /// + /// A public Command BuildTemplateNavCommand() { var command = new Command("template"); command.Description = "Provides operations to manage the template property of the microsoft.graph.team entity."; @@ -553,6 +573,7 @@ public Command BuildTemplateNavCommand() { /// /// 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."; @@ -566,13 +587,13 @@ public Command BuildUnarchiveNavCommand() { return command; } /// - /// Instantiates a new TeamRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team{?%24expand,%24select}", rawUrl) { @@ -580,6 +601,7 @@ public TeamRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/ /// /// Delete navigation property team for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -588,7 +610,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/team", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -596,6 +618,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The team associated with this group. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -612,6 +635,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property team in groups /// + /// 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 @@ -622,7 +646,7 @@ public RequestInformation ToPutRequestInformation(ApiSdk.Models.Team body, Actio public RequestInformation ToPutRequestInformation(ApiSdk.Models.Team body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/groups/{group%2Did}/team", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Team/Template/TemplateRequestBuilder.cs b/src/generated/Groups/Item/Team/Template/TemplateRequestBuilder.cs index 1290877886..96a0320376 100644 --- a/src/generated/Groups/Item/Team/Template/TemplateRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Template/TemplateRequestBuilder.cs @@ -22,6 +22,7 @@ public class TemplateRequestBuilder : BaseCliRequestBuilder { /// /// The template this team was created from. See available templates. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The template this team was created from. See available templates."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TemplateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TemplateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/team/template{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TemplateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TemplateRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/team/template{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public TemplateRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// The template this team was created from. See available templates. /// + /// 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/Groups/Item/Team/Unarchive/UnarchiveRequestBuilder.cs b/src/generated/Groups/Item/Team/Unarchive/UnarchiveRequestBuilder.cs index 1aba2062a8..fec2dcc94c 100644 --- a/src/generated/Groups/Item/Team/Unarchive/UnarchiveRequestBuilder.cs +++ b/src/generated/Groups/Item/Team/Unarchive/UnarchiveRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnarchiveRequestBuilder : BaseCliRequestBuilder { /// Restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this API. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0"; @@ -46,13 +47,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}/groups/{group%2Did}/team/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}/groups/{group%2Did}/team/unarchive", rawUrl) { @@ -60,6 +61,7 @@ public UnarchiveRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Restore an archived team. This restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which may occur subsequent to a response from this 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 diff --git a/src/generated/Groups/Item/Threads/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Threads/Count/CountRequestBuilder.cs index 46d6e33c35..8eda4ec929 100644 --- a/src/generated/Groups/Item/Threads/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/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}/groups/{group%2Did}/threads/$count{?%24filter}", 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}/groups/{group%2Did}/threads/$count{?%24filter}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.cs index b388a62c38..ecc702f0ed 100644 --- a/src/generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.cs @@ -23,11 +23,12 @@ namespace ApiSdk.Groups.Item.Threads.Item { public class ConversationThreadItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete conversationThread. - /// Find more info here + /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); - command.Description = "Delete conversationThread.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0"; + command.Description = "Delete conversationThread.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0"; var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { }; groupIdOption.IsRequired = true; @@ -62,12 +63,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Get a thread object. - /// Find more info here + /// Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. + /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); - command.Description = "Get a thread object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0"; + command.Description = "Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0"; var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { }; groupIdOption.IsRequired = true; @@ -115,6 +117,7 @@ public Command BuildGetCommand() { /// Update conversation thread /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update conversation thread\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-1.0"; @@ -170,6 +173,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the posts property of the microsoft.graph.conversationThread entity. /// + /// A public Command BuildPostsNavCommand() { var command = new Command("posts"); command.Description = "Provides operations to manage the posts property of the microsoft.graph.conversationThread entity."; @@ -194,6 +198,7 @@ public Command BuildPostsNavCommand() { /// /// Provides operations to call the reply method. /// + /// A public Command BuildReplyNavCommand() { var command = new Command("reply"); command.Description = "Provides operations to call the reply method."; @@ -207,13 +212,13 @@ public Command BuildReplyNavCommand() { return command; } /// - /// Instantiates a new ConversationThreadItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConversationThreadItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}{?%24select}", pathParameters) { } /// - /// Instantiates a new ConversationThreadItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConversationThreadItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}{?%24select}", rawUrl) { @@ -221,6 +226,7 @@ public ConversationThreadItemRequestBuilder(string rawUrl) : base("{+baseurl}/gr /// /// Delete conversationThread. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,14 +235,15 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Get a thread object. + /// Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,6 +260,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update conversation thread /// + /// 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 @@ -263,13 +271,13 @@ public RequestInformation ToPatchRequestInformation(ConversationThread body, Act public RequestInformation ToPatchRequestInformation(ConversationThread 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}/groups/{group%2Did}/threads/{conversationThread%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Get a thread object. + /// Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. /// public class ConversationThreadItemRequestBuilderGetQueryParameters { /// Select properties to be returned diff --git a/src/generated/Groups/Item/Threads/Item/Posts/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Count/CountRequestBuilder.cs index c00d7b162c..b058644ad6 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/$count{?%24filter}", 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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/$count{?%24filter}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.cs index 88feb139be..082c4305e0 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/Attachments/AttachmentsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AttachmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attachments property of the microsoft.graph.post entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AttachmentItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to attachments for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to attachments for groups"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the createUploadSession method. /// + /// A public Command BuildCreateUploadSessionNavCommand() { var command = new Command("create-upload-session"); command.Description = "Provides operations to call the createUploadSession method."; @@ -127,6 +131,7 @@ public Command BuildCreateUploadSessionNavCommand() { /// Retrieve a list of attachment objects attached to a post. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of attachment objects attached to a post.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0"; @@ -229,13 +234,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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -243,6 +248,7 @@ public AttachmentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Retrieve a list of attachment objects attached to a post. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -259,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to attachments for groups /// + /// 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 @@ -269,7 +276,7 @@ public RequestInformation ToPostRequestInformation(Attachment 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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Threads/Item/Posts/Item/Attachments/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/Attachments/Count/CountRequestBuilder.cs index 0bd2c69a0f..03ab4312c0 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/Attachments/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/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"; @@ -65,13 +66,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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments/$count{?%24filter}", 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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments/$count{?%24filter}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs index 0f1bb689df..863cd3bffe 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs @@ -18,7 +18,7 @@ public class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IParsab public ApiSdk.Models.AttachmentItem AttachmentItem { get; set; } #endif /// - /// Instantiates a new createUploadSessionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateUploadSessionPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CreateUploadSessionPostRequestBody() { /// /// 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 CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"AttachmentItem", n => { AttachmentItem = n.GetObjectValue(ApiSdk.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 39c3a95041..cb404a1356 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CreateUploadSessionRequestBuilder : BaseCliRequestBuilder { /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateUploadSessionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments/createUploadSession", pathParameters) { } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments/createUploadSession", rawUrl) { @@ -96,6 +97,7 @@ public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// + /// 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/Groups/Item/Threads/Item/Posts/Item/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/Attachments/Item/AttachmentItemRequestBuilder.cs index 010db2d060..c44b54524f 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/Attachments/Item/AttachmentItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/Attachments/Item/AttachmentItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AttachmentItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property attachments for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property attachments for groups"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -139,13 +141,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttachmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) { @@ -153,6 +155,7 @@ public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Delete navigation property attachments for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,7 +164,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/attachments/{attachment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -169,6 +172,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// 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/Groups/Item/Threads/Item/Posts/Item/Extensions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/Extensions/Count/CountRequestBuilder.cs index 2b08cd5089..d14a046af9 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/Extensions/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"; @@ -65,13 +66,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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/extensions/$count{?%24filter}", 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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/extensions/$count{?%24filter}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.cs index 4d29b3fab5..a98f51d2cc 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/Extensions/ExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the extensions property of the microsoft.graph.post entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ExtensionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to extensions for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to extensions for groups"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance."; @@ -213,13 +217,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -227,6 +231,7 @@ public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -243,6 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to extensions for groups /// + /// 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 @@ -253,7 +259,7 @@ public RequestInformation ToPostRequestInformation(Extension 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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/extensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilder.cs index c751fe19ef..6691c576e3 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/Extensions/Item/ExtensionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExtensionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property extensions for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property extensions for groups"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"; @@ -143,6 +145,7 @@ public Command BuildGetCommand() { /// Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0"; @@ -208,13 +211,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) { @@ -222,6 +225,7 @@ public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Delete navigation property extensions for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -230,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -238,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -254,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. /// + /// 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 @@ -264,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(Extension 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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardPostRequestBody.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardPostRequestBody.cs index f7b3c01045..e27f36b512 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardPostRequestBody.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardPostRequestBody.cs @@ -26,7 +26,7 @@ public class ForwardPostRequestBody : IAdditionalDataHolder, IParsable { public List ToRecipients { get; set; } #endif /// - /// Instantiates a new forwardPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ForwardPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ForwardPostRequestBody() { /// /// 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 ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.cs index 590b40e2f3..38854ab0ad 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.cs @@ -22,6 +22,7 @@ public class ForwardRequestBuilder : BaseCliRequestBuilder { /// Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ForwardRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/forward", pathParameters) { } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/forward", rawUrl) { @@ -85,6 +86,7 @@ public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. /// + /// 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/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.cs index 566f5be65d..68c0de94cf 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/AttachmentsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AttachmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attachments property of the microsoft.graph.post entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AttachmentItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to attachments for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to attachments for groups"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the createUploadSession method. /// + /// A public Command BuildCreateUploadSessionNavCommand() { var command = new Command("create-upload-session"); command.Description = "Provides operations to call the createUploadSession method."; @@ -127,6 +131,7 @@ public Command BuildCreateUploadSessionNavCommand() { /// Retrieve a list of attachment objects attached to a post. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of attachment objects attached to a post.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0"; @@ -229,13 +234,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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments{?%24count,%24expand,%24filter,%24orderby,%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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -243,6 +248,7 @@ public AttachmentsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Retrieve a list of attachment objects attached to a post. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -259,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to attachments for groups /// + /// 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 @@ -269,7 +276,7 @@ public RequestInformation ToPostRequestInformation(Attachment 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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Count/CountRequestBuilder.cs index 2d8ad14628..e9c672a5f7 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/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"; @@ -65,13 +66,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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments/$count{?%24filter}", 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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments/$count{?%24filter}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs index 566a8a12bd..4f55ebffc8 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionPostRequestBody.cs @@ -18,7 +18,7 @@ public class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IParsab public ApiSdk.Models.AttachmentItem AttachmentItem { get; set; } #endif /// - /// Instantiates a new createUploadSessionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateUploadSessionPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CreateUploadSessionPostRequestBody() { /// /// 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 CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"AttachmentItem", n => { AttachmentItem = n.GetObjectValue(ApiSdk.Models.AttachmentItem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 52bd39296a..d37e9e2f29 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CreateUploadSessionRequestBuilder : BaseCliRequestBuilder { /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateUploadSessionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments/createUploadSession", pathParameters) { } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments/createUploadSession", rawUrl) { @@ -96,6 +97,7 @@ public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example. /// + /// 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/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Item/AttachmentItemRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Item/AttachmentItemRequestBuilder.cs index 3dcf8edb71..d7d85e307c 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Item/AttachmentItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/Item/AttachmentItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AttachmentItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property attachments for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property attachments for groups"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -139,13 +141,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttachmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments/{attachment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AttachmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments/{attachment%2Did}{?%24expand,%24select}", rawUrl) { @@ -153,6 +155,7 @@ public AttachmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gr /// /// Delete navigation property attachments for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,7 +164,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/attachments/{attachment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -169,6 +172,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// 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/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Count/CountRequestBuilder.cs index 3acca63920..bb34035a25 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/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"; @@ -65,13 +66,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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/extensions/$count{?%24filter}", 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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/extensions/$count{?%24filter}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.cs index 5d43a2271c..c385a20077 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/ExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the extensions property of the microsoft.graph.post entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ExtensionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to extensions for groups /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to extensions for groups"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance."; @@ -213,13 +217,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/extensions{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -227,6 +231,7 @@ public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -243,6 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to extensions for groups /// + /// 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 @@ -253,7 +259,7 @@ public RequestInformation ToPostRequestInformation(Extension 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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/extensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilder.cs index 339f52efd3..e74f3d21be 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Extensions/Item/ExtensionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExtensionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property extensions for groups /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property extensions for groups"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"; @@ -143,6 +145,7 @@ public Command BuildGetCommand() { /// Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0"; @@ -208,13 +211,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) { @@ -222,6 +225,7 @@ public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{gro /// /// Delete navigation property extensions for groups /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -230,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -238,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -254,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update an open extension (openTypeExtension object) with the properties in the request body: The data in an extension can be primitive types, or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions. /// + /// 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 @@ -264,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(Extension 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}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardPostRequestBody.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardPostRequestBody.cs index b94579ef72..eab3e1b458 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardPostRequestBody.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardPostRequestBody.cs @@ -26,7 +26,7 @@ public class ForwardPostRequestBody : IAdditionalDataHolder, IParsable { public List ToRecipients { get; set; } #endif /// - /// Instantiates a new forwardPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ForwardPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ForwardPostRequestBody() { /// /// 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 ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ForwardPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.cs index 15fafc77b1..59822f0881 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.cs @@ -22,6 +22,7 @@ public class ForwardRequestBuilder : BaseCliRequestBuilder { /// Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ForwardRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/forward", pathParameters) { } /// - /// Instantiates a new ForwardRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/forward", rawUrl) { @@ -85,6 +86,7 @@ public ForwardRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Forward a post to a recipient. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. /// + /// 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/Groups/Item/Threads/Item/Posts/Item/InReplyTo/InReplyToRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/InReplyToRequestBuilder.cs index a08d18dcd8..4eba49b2e8 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/InReplyToRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/InReplyToRequestBuilder.cs @@ -26,6 +26,7 @@ public class InReplyToRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attachments property of the microsoft.graph.post entity. /// + /// A public Command BuildAttachmentsNavCommand() { var command = new Command("attachments"); command.Description = "Provides operations to manage the attachments property of the microsoft.graph.post entity."; @@ -52,6 +53,7 @@ public Command BuildAttachmentsNavCommand() { /// /// Provides operations to manage the extensions property of the microsoft.graph.post entity. /// + /// A public Command BuildExtensionsNavCommand() { var command = new Command("extensions"); command.Description = "Provides operations to manage the extensions property of the microsoft.graph.post entity."; @@ -77,6 +79,7 @@ public Command BuildExtensionsNavCommand() { /// /// Provides operations to call the forward method. /// + /// A public Command BuildForwardNavCommand() { var command = new Command("forward"); command.Description = "Provides operations to call the forward method."; @@ -92,6 +95,7 @@ public Command BuildForwardNavCommand() { /// /// Read-only. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Supports $expand."; @@ -154,6 +158,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the reply method. /// + /// A public Command BuildReplyNavCommand() { var command = new Command("reply"); command.Description = "Provides operations to call the reply method."; @@ -167,13 +172,13 @@ public Command BuildReplyNavCommand() { return command; } /// - /// Instantiates a new InReplyToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InReplyToRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new InReplyToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InReplyToRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo{?%24expand,%24select}", rawUrl) { @@ -181,6 +186,7 @@ public InReplyToRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Read-only. Supports $expand. /// + /// 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/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyPostRequestBody.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyPostRequestBody.cs index 43c03f3036..6af52f69ce 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyPostRequestBody.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyPostRequestBody.cs @@ -18,7 +18,7 @@ public class ReplyPostRequestBody : IAdditionalDataHolder, IParsable { public ApiSdk.Models.Post Post { get; set; } #endif /// - /// Instantiates a new replyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ReplyPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ReplyPostRequestBody() { /// /// 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 ReplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ReplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Post", n => { Post = n.GetObjectValue(ApiSdk.Models.Post.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyRequestBuilder.cs index b6c782876a..010bcefcfb 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Reply/ReplyRequestBuilder.cs @@ -21,6 +21,7 @@ public class ReplyRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action reply /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action reply"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReplyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/reply", pathParameters) { } /// - /// Instantiates a new ReplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReplyRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/inReplyTo/reply", rawUrl) { @@ -84,6 +85,7 @@ public ReplyRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Invoke action reply /// + /// 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/Groups/Item/Threads/Item/Posts/Item/PostItemRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/PostItemRequestBuilder.cs index e94a584cd9..e8eeea0f88 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/PostItemRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/PostItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class PostItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the attachments property of the microsoft.graph.post entity. /// + /// A public Command BuildAttachmentsNavCommand() { var command = new Command("attachments"); command.Description = "Provides operations to manage the attachments property of the microsoft.graph.post entity."; @@ -53,6 +54,7 @@ public Command BuildAttachmentsNavCommand() { /// /// Provides operations to manage the extensions property of the microsoft.graph.post entity. /// + /// A public Command BuildExtensionsNavCommand() { var command = new Command("extensions"); command.Description = "Provides operations to manage the extensions property of the microsoft.graph.post entity."; @@ -78,6 +80,7 @@ public Command BuildExtensionsNavCommand() { /// /// Provides operations to call the forward method. /// + /// A public Command BuildForwardNavCommand() { var command = new Command("forward"); command.Description = "Provides operations to call the forward method."; @@ -93,6 +96,7 @@ public Command BuildForwardNavCommand() { /// /// Get posts from groups /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get posts from groups"; @@ -155,6 +159,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the inReplyTo property of the microsoft.graph.post entity. /// + /// A public Command BuildInReplyToNavCommand() { var command = new Command("in-reply-to"); command.Description = "Provides operations to manage the inReplyTo property of the microsoft.graph.post entity."; @@ -179,6 +184,7 @@ public Command BuildInReplyToNavCommand() { /// /// Provides operations to call the reply method. /// + /// A public Command BuildReplyNavCommand() { var command = new Command("reply"); command.Description = "Provides operations to call the reply method."; @@ -192,13 +198,13 @@ public Command BuildReplyNavCommand() { return command; } /// - /// Instantiates a new PostItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PostItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PostItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PostItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}{?%24expand,%24select}", rawUrl) { @@ -206,6 +212,7 @@ public PostItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2D /// /// Get posts from groups /// + /// 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/Groups/Item/Threads/Item/Posts/Item/Reply/ReplyPostRequestBody.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/Reply/ReplyPostRequestBody.cs index badfb1de4b..3a5132ec5f 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/Reply/ReplyPostRequestBody.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/Reply/ReplyPostRequestBody.cs @@ -18,7 +18,7 @@ public class ReplyPostRequestBody : IAdditionalDataHolder, IParsable { public ApiSdk.Models.Post Post { get; set; } #endif /// - /// Instantiates a new replyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ReplyPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ReplyPostRequestBody() { /// /// 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 ReplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ReplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Post", n => { Post = n.GetObjectValue(ApiSdk.Models.Post.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Threads/Item/Posts/Item/Reply/ReplyRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/Item/Reply/ReplyRequestBuilder.cs index f7c9a88f79..f69c86eb4b 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/Item/Reply/ReplyRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/Item/Reply/ReplyRequestBuilder.cs @@ -21,6 +21,7 @@ public class ReplyRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action reply /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action reply"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReplyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/reply", pathParameters) { } /// - /// Instantiates a new ReplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReplyRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts/{post%2Did}/reply", rawUrl) { @@ -84,6 +85,7 @@ public ReplyRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Invoke action reply /// + /// 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/Groups/Item/Threads/Item/Posts/PostsRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Posts/PostsRequestBuilder.cs index ba11f66168..5eb67579c3 100644 --- a/src/generated/Groups/Item/Threads/Item/Posts/PostsRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Posts/PostsRequestBuilder.cs @@ -24,6 +24,7 @@ public class PostsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the posts property of the microsoft.graph.conversationThread 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() { /// Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0"; @@ -151,13 +154,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PostsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PostsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PostsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PostsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/posts{?%24count,%24expand,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -165,6 +168,7 @@ public PostsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance. /// + /// 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/Groups/Item/Threads/Item/Reply/ReplyPostRequestBody.cs b/src/generated/Groups/Item/Threads/Item/Reply/ReplyPostRequestBody.cs index 4825b35d8d..49bd237995 100644 --- a/src/generated/Groups/Item/Threads/Item/Reply/ReplyPostRequestBody.cs +++ b/src/generated/Groups/Item/Threads/Item/Reply/ReplyPostRequestBody.cs @@ -18,7 +18,7 @@ public class ReplyPostRequestBody : IAdditionalDataHolder, IParsable { public ApiSdk.Models.Post Post { get; set; } #endif /// - /// Instantiates a new replyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ReplyPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ReplyPostRequestBody() { /// /// 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 ReplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ReplyPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"Post", n => { Post = n.GetObjectValue(ApiSdk.Models.Post.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.cs b/src/generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.cs index e92c3b1f9d..a82ddb6161 100644 --- a/src/generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.cs @@ -19,12 +19,13 @@ namespace ApiSdk.Groups.Item.Threads.Item.Reply { /// public class ReplyRequestBuilder : BaseCliRequestBuilder { /// - /// Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. - /// Find more info here + /// Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. + /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); - command.Description = "Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0"; + command.Description = "Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0"; var groupIdOption = new Option("--group-id", description: "The unique identifier of group") { }; groupIdOption.IsRequired = true; @@ -65,20 +66,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReplyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/reply", pathParameters) { } /// - /// Instantiates a new ReplyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReplyRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/threads/{conversationThread%2Did}/reply", rawUrl) { } /// - /// Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. + /// Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. /// + /// A /// The request body /// 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/Groups/Item/Threads/ThreadsRequestBuilder.cs b/src/generated/Groups/Item/Threads/ThreadsRequestBuilder.cs index 4c0a7ad8e2..179f8dcd46 100644 --- a/src/generated/Groups/Item/Threads/ThreadsRequestBuilder.cs +++ b/src/generated/Groups/Item/Threads/ThreadsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ThreadsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the threads property of the microsoft.graph.group entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Start a new group conversation by first creating a thread. A new conversation, conversation thread, and post are created in the group.Use reply thread or reply post to further post to that thread. Note: You can also start a new thread in an existing conversation. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Start a new group conversation by first creating a thread. A new conversation, conversation thread, and post are created in the group.Use reply thread or reply post to further post to that thread. Note: You can also start a new thread in an existing conversation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-1.0"; @@ -104,6 +107,7 @@ public Command BuildCreateCommand() { /// Get all the threads of a group. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get all the threads of a group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ThreadsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ThreadsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/threads{?%24count,%24filter,%24orderby,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ThreadsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ThreadsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/threads{?%24count,%24filter,%24orderby,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public ThreadsRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Di /// /// Get all the threads of a group. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Start a new group conversation by first creating a thread. A new conversation, conversation thread, and post are created in the group.Use reply thread or reply post to further post to that thread. Note: You can also start a new thread in an existing conversation. /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(ConversationThread body, Acti public RequestInformation ToPostRequestInformation(ConversationThread 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}/groups/{group%2Did}/threads", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Groups/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs index 3d7d92dc59..fba81d70b1 100644 --- a/src/generated/Groups/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMemberOf/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"; @@ -66,13 +67,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}/groups/{group%2Did}/transitiveMemberOf/$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}/groups/{group%2Did}/transitiveMemberOf/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index 925be650b1..5c4082776e 100644 --- a/src/generated/Groups/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMemberOf/GraphAdministrativeUnit/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"; @@ -66,13 +67,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}/groups/{group%2Did}/transitiveMemberOf/graph.administrativeUnit/$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}/groups/{group%2Did}/transitiveMemberOf/graph.administrativeUnit/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index e3c063fd90..68c916f8a8 100644 --- a/src/generated/Groups/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphAdministrativeUnitRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAdministrativeUnitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMemberOf/graph.administrativeUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMemberOf/graph.administrativeUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/g /// /// Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs index a526a9212b..0fff12e0d8 100644 --- a/src/generated/Groups/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMemberOf/GraphGroup/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"; @@ -66,13 +67,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}/groups/{group%2Did}/transitiveMemberOf/graph.group/$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}/groups/{group%2Did}/transitiveMemberOf/graph.group/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs index 1c2f37ddc2..bdc486d3dc 100644 --- a/src/generated/Groups/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMemberOf/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMemberOf/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/TransitiveMemberOf/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMemberOf/Item/DirectoryObjectItemRequestBuilder.cs index 8d28a240a3..44550e1a7a 100644 --- a/src/generated/Groups/Item/TransitiveMemberOf/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMemberOf/Item/DirectoryObjectItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// The groups that a group is a member of, either directly or through nested membership. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The groups that a group is a member of, either directly or through nested membership. Nullable."; @@ -87,6 +88,7 @@ public Command BuildGetCommand() { /// /// Casts the previous resource to administrativeUnit. /// + /// A public Command BuildGraphAdministrativeUnitByIdNavCommand() { var command = new Command("graph-administrative-unit-by-id"); command.Description = "Casts the previous resource to administrativeUnit."; @@ -102,6 +104,7 @@ public Command BuildGraphAdministrativeUnitByIdNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupByIdNavCommand() { var command = new Command("graph-group-by-id"); command.Description = "Casts the previous resource to group."; @@ -115,13 +118,13 @@ public Command BuildGraphGroupByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMemberOf/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMemberOf/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// The groups that a group is a member of, either directly or through nested membership. Nullable. /// + /// 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/Groups/Item/TransitiveMemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index 885da86ee0..15ce2df37d 100644 --- a/src/generated/Groups/Item/TransitiveMemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphAdministrativeUnitRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAdministrativeUnitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMemberOf/{directoryObject%2Did}/graph.administrativeUnit{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMemberOf/{directoryObject%2Did}/graph.administrativeUnit{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/g /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit /// + /// 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/Groups/Item/TransitiveMemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs index fc0e6e7e98..81f4bfa4ce 100644 --- a/src/generated/Groups/Item/TransitiveMemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.group"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMemberOf/{directoryObject%2Did}/graph.group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMemberOf/{directoryObject%2Did}/graph.group{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// 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/Groups/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs index 977f673944..f1a051d287 100644 --- a/src/generated/Groups/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs @@ -26,6 +26,7 @@ public class TransitiveMemberOfRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the transitiveMemberOf property of the microsoft.graph.group entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Casts the previous resource to administrativeUnit. /// + /// A public Command BuildGraphAdministrativeUnitNavCommand() { var command = new Command("graph-administrative-unit"); command.Description = "Casts the previous resource to administrativeUnit."; @@ -74,6 +77,7 @@ public Command BuildGraphAdministrativeUnitNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupNavCommand() { var command = new Command("graph-group"); command.Description = "Casts the previous resource to group."; @@ -96,6 +100,7 @@ public Command BuildGraphGroupNavCommand() { /// The groups that a group is a member of, either directly or through nested membership. Nullable. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The groups that a group is a member of, either directly or through nested membership. Nullable.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0"; @@ -199,13 +204,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TransitiveMemberOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TransitiveMemberOfRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMemberOf{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TransitiveMemberOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TransitiveMemberOfRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMemberOf{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +218,7 @@ public TransitiveMemberOfRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// The groups that a group is a member of, either directly or through nested membership. Nullable. /// + /// 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/Groups/Item/TransitiveMembers/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/Count/CountRequestBuilder.cs index 40d3da2a3f..f6076db27a 100644 --- a/src/generated/Groups/Item/TransitiveMembers/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/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"; @@ -66,13 +67,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}/groups/{group%2Did}/transitiveMembers/$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}/groups/{group%2Did}/transitiveMembers/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/TransitiveMembers/GraphApplication/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/GraphApplication/Count/CountRequestBuilder.cs index 918fc9aa5e..9cdfb8ca88 100644 --- a/src/generated/Groups/Item/TransitiveMembers/GraphApplication/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/GraphApplication/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"; @@ -66,13 +67,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}/groups/{group%2Did}/transitiveMembers/graph.application/$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}/groups/{group%2Did}/transitiveMembers/graph.application/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/TransitiveMembers/GraphApplication/GraphApplicationRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/GraphApplication/GraphApplicationRequestBuilder.cs index d4702968b1..2afe88ce22 100644 --- a/src/generated/Groups/Item/TransitiveMembers/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/GraphApplication/GraphApplicationRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphApplicationRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphApplicationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/graph.application{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/graph.application{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/TransitiveMembers/GraphDevice/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/GraphDevice/Count/CountRequestBuilder.cs index f933aad351..2cee2bf894 100644 --- a/src/generated/Groups/Item/TransitiveMembers/GraphDevice/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/GraphDevice/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"; @@ -66,13 +67,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}/groups/{group%2Did}/transitiveMembers/graph.device/$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}/groups/{group%2Did}/transitiveMembers/graph.device/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/TransitiveMembers/GraphDevice/GraphDeviceRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/GraphDevice/GraphDeviceRequestBuilder.cs index e8914732da..861943c6ce 100644 --- a/src/generated/Groups/Item/TransitiveMembers/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/GraphDevice/GraphDeviceRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphDeviceRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/graph.device{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/graph.device{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/TransitiveMembers/GraphGroup/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/GraphGroup/Count/CountRequestBuilder.cs index 09fc2bb7bd..4149f0ebea 100644 --- a/src/generated/Groups/Item/TransitiveMembers/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/GraphGroup/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"; @@ -66,13 +67,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}/groups/{group%2Did}/transitiveMembers/graph.group/$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}/groups/{group%2Did}/transitiveMembers/graph.group/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/TransitiveMembers/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/GraphGroup/GraphGroupRequestBuilder.cs index 671fa0840e..a4dd6f0168 100644 --- a/src/generated/Groups/Item/TransitiveMembers/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/GraphGroup/GraphGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/TransitiveMembers/GraphOrgContact/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/GraphOrgContact/Count/CountRequestBuilder.cs index 0de01a639a..d438d869d8 100644 --- a/src/generated/Groups/Item/TransitiveMembers/GraphOrgContact/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/GraphOrgContact/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"; @@ -66,13 +67,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}/groups/{group%2Did}/transitiveMembers/graph.orgContact/$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}/groups/{group%2Did}/transitiveMembers/graph.orgContact/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/TransitiveMembers/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/GraphOrgContact/GraphOrgContactRequestBuilder.cs index c0362041ee..67e4818405 100644 --- a/src/generated/Groups/Item/TransitiveMembers/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphOrgContactRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphOrgContactRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/graph.orgContact{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/graph.orgContact{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/TransitiveMembers/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/GraphServicePrincipal/Count/CountRequestBuilder.cs index f607e138de..5cc68915db 100644 --- a/src/generated/Groups/Item/TransitiveMembers/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/GraphServicePrincipal/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"; @@ -66,13 +67,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}/groups/{group%2Did}/transitiveMembers/graph.servicePrincipal/$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}/groups/{group%2Did}/transitiveMembers/graph.servicePrincipal/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/TransitiveMembers/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index bd8c561143..b9ec599983 100644 --- a/src/generated/Groups/Item/TransitiveMembers/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/gro /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/TransitiveMembers/GraphUser/Count/CountRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/GraphUser/Count/CountRequestBuilder.cs index 0fd213c18e..9db9eeaba6 100644 --- a/src/generated/Groups/Item/TransitiveMembers/GraphUser/Count/CountRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/GraphUser/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"; @@ -66,13 +67,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}/groups/{group%2Did}/transitiveMembers/graph.user/$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}/groups/{group%2Did}/transitiveMembers/graph.user/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did} /// /// 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/Groups/Item/TransitiveMembers/GraphUser/GraphUserRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/GraphUser/GraphUserRequestBuilder.cs index 4a5fec9eee..10e33f3bc0 100644 --- a/src/generated/Groups/Item/TransitiveMembers/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/GraphUser/GraphUserRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// 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/Groups/Item/TransitiveMembers/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/Item/DirectoryObjectItemRequestBuilder.cs index f5aa9c4abf..fe014fdd90 100644 --- a/src/generated/Groups/Item/TransitiveMembers/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/Item/DirectoryObjectItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// The direct and transitive members of a group. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The direct and transitive members of a group. Nullable."; @@ -91,6 +92,7 @@ public Command BuildGetCommand() { /// /// Casts the previous resource to application. /// + /// A public Command BuildGraphApplicationByIdNavCommand() { var command = new Command("graph-application-by-id"); command.Description = "Casts the previous resource to application."; @@ -106,6 +108,7 @@ public Command BuildGraphApplicationByIdNavCommand() { /// /// Casts the previous resource to device. /// + /// A public Command BuildGraphDeviceByIdNavCommand() { var command = new Command("graph-device-by-id"); command.Description = "Casts the previous resource to device."; @@ -121,6 +124,7 @@ public Command BuildGraphDeviceByIdNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupByIdNavCommand() { var command = new Command("graph-group-by-id"); command.Description = "Casts the previous resource to group."; @@ -136,6 +140,7 @@ public Command BuildGraphGroupByIdNavCommand() { /// /// Casts the previous resource to orgContact. /// + /// A public Command BuildGraphOrgContactByIdNavCommand() { var command = new Command("graph-org-contact-by-id"); command.Description = "Casts the previous resource to orgContact."; @@ -151,6 +156,7 @@ public Command BuildGraphOrgContactByIdNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalByIdNavCommand() { var command = new Command("graph-service-principal-by-id"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -166,6 +172,7 @@ public Command BuildGraphServicePrincipalByIdNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserByIdNavCommand() { var command = new Command("graph-user-by-id"); command.Description = "Casts the previous resource to user."; @@ -179,13 +186,13 @@ public Command BuildGraphUserByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -193,6 +200,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/group /// /// The direct and transitive members of a group. Nullable. /// + /// 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/Groups/Item/TransitiveMembers/Item/GraphApplication/GraphApplicationRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/Item/GraphApplication/GraphApplicationRequestBuilder.cs index b2f3b10869..42fd4d98e6 100644 --- a/src/generated/Groups/Item/TransitiveMembers/Item/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/Item/GraphApplication/GraphApplicationRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphApplicationRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.application /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.application"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphApplicationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/{directoryObject%2Did}/graph.application{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/{directoryObject%2Did}/graph.application{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{ /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.application /// + /// 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/Groups/Item/TransitiveMembers/Item/GraphDevice/GraphDeviceRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/Item/GraphDevice/GraphDeviceRequestBuilder.cs index 13b6c267c1..2d3989c8b6 100644 --- a/src/generated/Groups/Item/TransitiveMembers/Item/GraphDevice/GraphDeviceRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/Item/GraphDevice/GraphDeviceRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphDeviceRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.device /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.device"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphDeviceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/{directoryObject%2Did}/graph.device{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphDeviceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/{directoryObject%2Did}/graph.device{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphDeviceRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.device /// + /// 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/Groups/Item/TransitiveMembers/Item/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/Item/GraphGroup/GraphGroupRequestBuilder.cs index a574a3003f..56b403517c 100644 --- a/src/generated/Groups/Item/TransitiveMembers/Item/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/Item/GraphGroup/GraphGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.group"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/{directoryObject%2Did}/graph.group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/{directoryObject%2Did}/graph.group{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group% /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// 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/Groups/Item/TransitiveMembers/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs index 168ea9728b..9c472358f4 100644 --- a/src/generated/Groups/Item/TransitiveMembers/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/Item/GraphOrgContact/GraphOrgContactRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphOrgContactRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphOrgContactRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/{directoryObject%2Did}/graph.orgContact{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphOrgContactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/{directoryObject%2Did}/graph.orgContact{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphOrgContactRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{g /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact /// + /// 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/Groups/Item/TransitiveMembers/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 453b1312a3..081b9ee8ec 100644 --- a/src/generated/Groups/Item/TransitiveMembers/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/gro /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// 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/Groups/Item/TransitiveMembers/Item/GraphUser/GraphUserRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/Item/GraphUser/GraphUserRequestBuilder.cs index 10da45f37b..863c4547aa 100644 --- a/src/generated/Groups/Item/TransitiveMembers/Item/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/Item/GraphUser/GraphUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.user"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/{directoryObject%2Did}/graph.user{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers/{directoryObject%2Did}/graph.user{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2 /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// 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/Groups/Item/TransitiveMembers/TransitiveMembersRequestBuilder.cs b/src/generated/Groups/Item/TransitiveMembers/TransitiveMembersRequestBuilder.cs index b312e44464..49902ac822 100644 --- a/src/generated/Groups/Item/TransitiveMembers/TransitiveMembersRequestBuilder.cs +++ b/src/generated/Groups/Item/TransitiveMembers/TransitiveMembersRequestBuilder.cs @@ -30,6 +30,7 @@ public class TransitiveMembersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the transitiveMembers property of the microsoft.graph.group entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -46,6 +47,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."; @@ -61,6 +63,7 @@ public Command BuildCountNavCommand() { /// /// Casts the previous resource to application. /// + /// A public Command BuildGraphApplicationNavCommand() { var command = new Command("graph-application"); command.Description = "Casts the previous resource to application."; @@ -82,6 +85,7 @@ public Command BuildGraphApplicationNavCommand() { /// /// Casts the previous resource to device. /// + /// A public Command BuildGraphDeviceNavCommand() { var command = new Command("graph-device"); command.Description = "Casts the previous resource to device."; @@ -103,6 +107,7 @@ public Command BuildGraphDeviceNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupNavCommand() { var command = new Command("graph-group"); command.Description = "Casts the previous resource to group."; @@ -124,6 +129,7 @@ public Command BuildGraphGroupNavCommand() { /// /// Casts the previous resource to orgContact. /// + /// A public Command BuildGraphOrgContactNavCommand() { var command = new Command("graph-org-contact"); command.Description = "Casts the previous resource to orgContact."; @@ -145,6 +151,7 @@ public Command BuildGraphOrgContactNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalNavCommand() { var command = new Command("graph-service-principal"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -166,6 +173,7 @@ public Command BuildGraphServicePrincipalNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserNavCommand() { var command = new Command("graph-user"); command.Description = "Casts the previous resource to user."; @@ -188,6 +196,7 @@ public Command BuildGraphUserNavCommand() { /// The direct and transitive members of a group. Nullable. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The direct and transitive members of a group. Nullable.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0"; @@ -291,13 +300,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TransitiveMembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TransitiveMembersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TransitiveMembersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TransitiveMembersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/transitiveMembers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -305,6 +314,7 @@ public TransitiveMembersRequestBuilder(string rawUrl) : base("{+baseurl}/groups/ /// /// The direct and transitive members of a group. Nullable. /// + /// 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/Groups/Item/UnsubscribeByMail/UnsubscribeByMailRequestBuilder.cs b/src/generated/Groups/Item/UnsubscribeByMail/UnsubscribeByMailRequestBuilder.cs index ed2b9ec39e..3dd9c84109 100644 --- a/src/generated/Groups/Item/UnsubscribeByMail/UnsubscribeByMailRequestBuilder.cs +++ b/src/generated/Groups/Item/UnsubscribeByMail/UnsubscribeByMailRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnsubscribeByMailRequestBuilder : BaseCliRequestBuilder { /// Calling this method prevents the current user from receiving email notifications for this group about new posts, events, and files in that group. Supported for Microsoft 365 groups only. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Calling this method prevents the current user from receiving email notifications for this group about new posts, events, and files in that group. Supported for Microsoft 365 groups only.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnsubscribeByMailRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnsubscribeByMailRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/unsubscribeByMail", pathParameters) { } /// - /// Instantiates a new UnsubscribeByMailRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnsubscribeByMailRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/unsubscribeByMail", rawUrl) { @@ -60,6 +61,7 @@ public UnsubscribeByMailRequestBuilder(string rawUrl) : base("{+baseurl}/groups/ /// /// Calling this method prevents the current user from receiving email notifications for this group about new posts, events, and files in that group. Supported for Microsoft 365 groups 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 diff --git a/src/generated/Groups/Item/ValidateProperties/ValidatePropertiesPostRequestBody.cs b/src/generated/Groups/Item/ValidateProperties/ValidatePropertiesPostRequestBody.cs index 63b2771423..2fb4e47066 100644 --- a/src/generated/Groups/Item/ValidateProperties/ValidatePropertiesPostRequestBody.cs +++ b/src/generated/Groups/Item/ValidateProperties/ValidatePropertiesPostRequestBody.cs @@ -27,7 +27,7 @@ public class ValidatePropertiesPostRequestBody : IAdditionalDataHolder, IParsabl /// The onBehalfOfUserId property public Guid? OnBehalfOfUserId { get; set; } /// - /// Instantiates a new validatePropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValidatePropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public ValidatePropertiesPostRequestBody() { /// /// 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 ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Groups/Item/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/generated/Groups/Item/ValidateProperties/ValidatePropertiesRequestBuilder.cs index 9fee4912a3..2e8f3309d8 100644 --- a/src/generated/Groups/Item/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/generated/Groups/Item/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class ValidatePropertiesRequestBuilder : BaseCliRequestBuilder { /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to update a Microsoft 365 group. To validate the properties before creating a group, use the directoryobject:validateProperties function. The following policy validations are performed for the display name and mail nickname properties: This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to update a Microsoft 365 group. To validate the properties before creating a group, use the directoryobject:validateProperties function. The following policy validations are performed for the display name and mail nickname properties: This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValidatePropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/{group%2Did}/validateProperties", pathParameters) { } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/{group%2Did}/validateProperties", rawUrl) { @@ -73,6 +74,7 @@ public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to update a Microsoft 365 group. To validate the properties before creating a group, use the directoryobject:validateProperties function. The following policy validations are performed for the display name and mail nickname properties: This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// + /// 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/Groups/ValidateProperties/ValidatePropertiesPostRequestBody.cs b/src/generated/Groups/ValidateProperties/ValidatePropertiesPostRequestBody.cs index 56d9fea3ac..a3d902cd9c 100644 --- a/src/generated/Groups/ValidateProperties/ValidatePropertiesPostRequestBody.cs +++ b/src/generated/Groups/ValidateProperties/ValidatePropertiesPostRequestBody.cs @@ -35,7 +35,7 @@ public class ValidatePropertiesPostRequestBody : IAdditionalDataHolder, IParsabl /// The onBehalfOfUserId property public Guid? OnBehalfOfUserId { get; set; } /// - /// Instantiates a new validatePropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValidatePropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public ValidatePropertiesPostRequestBody() { /// /// 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 ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Groups/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/generated/Groups/ValidateProperties/ValidatePropertiesRequestBuilder.cs index af735c3e38..d17958e57d 100644 --- a/src/generated/Groups/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/generated/Groups/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class ValidatePropertiesRequestBuilder : BaseCliRequestBuilder { /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"; @@ -53,13 +54,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValidatePropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups/validateProperties", pathParameters) { } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/groups/validateProperties", rawUrl) { @@ -67,6 +68,7 @@ public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/groups /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// + /// 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/GroupsWithUniqueName/GroupsWithUniqueNameRequestBuilder.cs b/src/generated/GroupsWithUniqueName/GroupsWithUniqueNameRequestBuilder.cs new file mode 100644 index 0000000000..7403456b67 --- /dev/null +++ b/src/generated/GroupsWithUniqueName/GroupsWithUniqueNameRequestBuilder.cs @@ -0,0 +1,251 @@ +// +using ApiSdk.Models.ODataErrors; +using ApiSdk.Models; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using Microsoft.Kiota.Cli.Commons.Extensions; +using Microsoft.Kiota.Cli.Commons.IO; +using Microsoft.Kiota.Cli.Commons; +using System.Collections.Generic; +using System.CommandLine; +using System.IO; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace ApiSdk.GroupsWithUniqueName { + /// + /// Provides operations to manage the collection of group entities. + /// + public class GroupsWithUniqueNameRequestBuilder : BaseCliRequestBuilder { + /// + /// Delete group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they're permanently deleted. This isn't applicable to Security groups and Distribution groups which are permanently deleted immediately. To learn more, see deletedItems. + /// Find more info here + /// + /// A + public Command BuildDeleteCommand() { + var command = new Command("delete"); + command.Description = "Delete group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they're permanently deleted. This isn't applicable to Security groups and Distribution groups which are permanently deleted immediately. To learn more, see deletedItems.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0"; + var uniqueNameOption = new Option("--unique-name", description: "Alternate key of group") { + }; + uniqueNameOption.IsRequired = true; + command.AddOption(uniqueNameOption); + var ifMatchOption = new Option("--if-match", description: "ETag") { + Arity = ArgumentArity.ZeroOrMore + }; + ifMatchOption.IsRequired = false; + command.AddOption(ifMatchOption); + command.SetHandler(async (invocationContext) => { + var uniqueName = invocationContext.ParseResult.GetValueForOption(uniqueNameOption); + var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); + var cancellationToken = invocationContext.GetCancellationToken(); + var reqAdapter = invocationContext.GetRequestAdapter(); + var requestInfo = ToDeleteRequestInformation(q => { + }); + if (uniqueName is not null) requestInfo.PathParameters.Add("uniqueName", uniqueName); + if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); + var errorMapping = new Dictionary> { + {"4XX", ODataError.CreateFromDiscriminatorValue}, + {"5XX", ODataError.CreateFromDiscriminatorValue}, + }; + await reqAdapter.SendNoContentAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken); + Console.WriteLine("Success"); + }); + return command; + } + /// + /// Get the properties and relationships of a group object. This operation returns by default only a subset of all the available properties, as noted in the Properties section. To get properties that aren't_ returned by default, specify them in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and aren't returned in the $select query. + /// Find more info here + /// + /// A + public Command BuildGetCommand() { + var command = new Command("get"); + command.Description = "Get the properties and relationships of a group object. This operation returns by default only a subset of all the available properties, as noted in the Properties section. To get properties that aren't_ returned by default, specify them in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and aren't returned in the $select query.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0"; + var uniqueNameOption = new Option("--unique-name", description: "Alternate key of group") { + }; + uniqueNameOption.IsRequired = true; + command.AddOption(uniqueNameOption); + var selectOption = new Option("--select", description: "Select properties to be returned") { + Arity = ArgumentArity.ZeroOrMore + }; + selectOption.IsRequired = false; + command.AddOption(selectOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); + var outputOption = new Option("--output", () => FormatterType.JSON); + command.AddOption(outputOption); + var queryOption = new Option("--query"); + command.AddOption(queryOption); + command.SetHandler(async (invocationContext) => { + var uniqueName = invocationContext.ParseResult.GetValueForOption(uniqueNameOption); + var select = invocationContext.ParseResult.GetValueForOption(selectOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); + var output = invocationContext.ParseResult.GetValueForOption(outputOption); + var query = invocationContext.ParseResult.GetValueForOption(queryOption); + IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); + IOutputFormatterFactory outputFormatterFactory = invocationContext.BindingContext.GetService(typeof(IOutputFormatterFactory)) as IOutputFormatterFactory ?? throw new ArgumentNullException("outputFormatterFactory"); + var cancellationToken = invocationContext.GetCancellationToken(); + var reqAdapter = invocationContext.GetRequestAdapter(); + var requestInfo = ToGetRequestInformation(q => { + q.QueryParameters.Select = select; + q.QueryParameters.Expand = expand; + }); + if (uniqueName is not null) requestInfo.PathParameters.Add("uniqueName", uniqueName); + var errorMapping = new Dictionary> { + {"4XX", ODataError.CreateFromDiscriminatorValue}, + {"5XX", ODataError.CreateFromDiscriminatorValue}, + }; + var response = await reqAdapter.SendPrimitiveAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken) ?? Stream.Null; + response = (response != Stream.Null) ? await outputFilter.FilterOutputAsync(response, query, cancellationToken) : response; + var formatter = outputFormatterFactory.GetFormatter(output); + await formatter.WriteOutputAsync(response, cancellationToken); + }); + return command; + } + /// + /// Add a member to a security or Microsoft 365 group through the members navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups. + /// Find more info here + /// + /// A + public Command BuildPatchCommand() { + var command = new Command("patch"); + command.Description = "Add a member to a security or Microsoft 365 group through the members navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0"; + var uniqueNameOption = new Option("--unique-name", description: "Alternate key of group") { + }; + uniqueNameOption.IsRequired = true; + command.AddOption(uniqueNameOption); + var bodyOption = new Option("--body", description: "The request body") { + }; + bodyOption.IsRequired = true; + command.AddOption(bodyOption); + var outputOption = new Option("--output", () => FormatterType.JSON); + command.AddOption(outputOption); + var queryOption = new Option("--query"); + command.AddOption(queryOption); + command.SetHandler(async (invocationContext) => { + var uniqueName = invocationContext.ParseResult.GetValueForOption(uniqueNameOption); + var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; + var output = invocationContext.ParseResult.GetValueForOption(outputOption); + var query = invocationContext.ParseResult.GetValueForOption(queryOption); + IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); + IOutputFormatterFactory outputFormatterFactory = invocationContext.BindingContext.GetService(typeof(IOutputFormatterFactory)) as IOutputFormatterFactory ?? throw new ArgumentNullException("outputFormatterFactory"); + var cancellationToken = invocationContext.GetCancellationToken(); + var reqAdapter = invocationContext.GetRequestAdapter(); + using var stream = new MemoryStream(Encoding.UTF8.GetBytes(body)); + var parseNode = ParseNodeFactoryRegistry.DefaultInstance.GetRootParseNode("application/json", stream); + var model = parseNode.GetObjectValue(ApiSdk.Models.Group.CreateFromDiscriminatorValue); + if (model is null) { + Console.Error.WriteLine("No model data to send."); + return; + } + var requestInfo = ToPatchRequestInformation(model, q => { + }); + if (uniqueName is not null) requestInfo.PathParameters.Add("uniqueName", uniqueName); + requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); + var errorMapping = new Dictionary> { + {"4XX", ODataError.CreateFromDiscriminatorValue}, + {"5XX", ODataError.CreateFromDiscriminatorValue}, + }; + var response = await reqAdapter.SendPrimitiveAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken) ?? Stream.Null; + response = (response != Stream.Null) ? await outputFilter.FilterOutputAsync(response, query, cancellationToken) : response; + var formatter = outputFormatterFactory.GetFormatter(output); + await formatter.WriteOutputAsync(response, cancellationToken); + }); + return command; + } + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + public GroupsWithUniqueNameRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/groups(uniqueName='{uniqueName}'){?%24expand,%24select}", pathParameters) { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + public GroupsWithUniqueNameRequestBuilder(string rawUrl) : base("{+baseurl}/groups(uniqueName='{uniqueName}'){?%24expand,%24select}", rawUrl) { + } + /// + /// Delete group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they're permanently deleted. This isn't applicable to Security groups and Distribution groups which are permanently deleted immediately. To learn more, see deletedItems. + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) { +#nullable restore +#else + public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { +#endif + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/groups(uniqueName='{uniqueName}')", PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Get the properties and relationships of a group object. This operation returns by default only a subset of all the available properties, as noted in the Properties section. To get properties that aren't_ returned by default, specify them in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and aren't returned in the $select query. + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Add a member to a security or Microsoft 365 group through the members navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups. + /// + /// 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 +#nullable enable + public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Group body, Action>? requestConfiguration = default) { +#nullable restore +#else + public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Group body, Action> requestConfiguration = default) { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/groups(uniqueName='{uniqueName}')", PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Get the properties and relationships of a group object. This operation returns by default only a subset of all the available properties, as noted in the Properties section. To get properties that aren't_ returned by default, specify them in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and aren't returned in the $select query. + /// + public class GroupsWithUniqueNameRequestBuilderGetQueryParameters { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + } +} diff --git a/src/generated/Identity/ApiConnectors/ApiConnectorsRequestBuilder.cs b/src/generated/Identity/ApiConnectors/ApiConnectorsRequestBuilder.cs index 70a541daa1..33650aaad4 100644 --- a/src/generated/Identity/ApiConnectors/ApiConnectorsRequestBuilder.cs +++ b/src/generated/Identity/ApiConnectors/ApiConnectorsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ApiConnectorsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the apiConnectors property of the microsoft.graph.identityContainer 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new identityApiConnector object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new identityApiConnector object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// Read the properties of an identityApiConnector object. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties of an identityApiConnector object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ApiConnectorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApiConnectorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/apiConnectors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ApiConnectorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApiConnectorsRequestBuilder(string rawUrl) : base("{+baseurl}/identity/apiConnectors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public ApiConnectorsRequestBuilder(string rawUrl) : base("{+baseurl}/identity/ap /// /// Read the properties of an identityApiConnector 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 @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new identityApiConnector 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(IdentityApiConnector body, Ac public RequestInformation ToPostRequestInformation(IdentityApiConnector 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}/identity/apiConnectors", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/ApiConnectors/Count/CountRequestBuilder.cs b/src/generated/Identity/ApiConnectors/Count/CountRequestBuilder.cs index a80933634e..06cbc1b160 100644 --- a/src/generated/Identity/ApiConnectors/Count/CountRequestBuilder.cs +++ b/src/generated/Identity/ApiConnectors/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}/identity/apiConnectors/$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}/identity/apiConnectors/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identity/apiConnect /// /// 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/Identity/ApiConnectors/Item/IdentityApiConnectorItemRequestBuilder.cs b/src/generated/Identity/ApiConnectors/Item/IdentityApiConnectorItemRequestBuilder.cs index 964d6d514a..ea6da7ec74 100644 --- a/src/generated/Identity/ApiConnectors/Item/IdentityApiConnectorItemRequestBuilder.cs +++ b/src/generated/Identity/ApiConnectors/Item/IdentityApiConnectorItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class IdentityApiConnectorItemRequestBuilder : BaseCliRequestBuilder { /// Delete an identityApiConnector object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an identityApiConnector object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-1.0"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Read the properties of an identityApiConnector object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties of an identityApiConnector object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-1.0"; @@ -109,6 +111,7 @@ public Command BuildGetCommand() { /// Update the properties of an identityApiConnector object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an identityApiConnector object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-1.0"; @@ -158,6 +161,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the uploadClientCertificate method. /// + /// A public Command BuildUploadClientCertificateNavCommand() { var command = new Command("upload-client-certificate"); command.Description = "Provides operations to call the uploadClientCertificate method."; @@ -171,13 +175,13 @@ public Command BuildUploadClientCertificateNavCommand() { return command; } /// - /// Instantiates a new IdentityApiConnectorItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IdentityApiConnectorItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/apiConnectors/{identityApiConnector%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IdentityApiConnectorItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IdentityApiConnectorItemRequestBuilder(string rawUrl) : base("{+baseurl}/identity/apiConnectors/{identityApiConnector%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +189,7 @@ public IdentityApiConnectorItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete an identityApiConnector 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 @@ -193,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identity/apiConnectors/{identityApiConnector%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties of an identityApiConnector 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 @@ -217,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an identityApiConnector 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 @@ -227,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(IdentityApiConnector body, A public RequestInformation ToPatchRequestInformation(IdentityApiConnector 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}/identity/apiConnectors/{identityApiConnector%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificatePostRequestBody.cs b/src/generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificatePostRequestBody.cs index b2a5041715..05a36bd3cf 100644 --- a/src/generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificatePostRequestBody.cs +++ b/src/generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificatePostRequestBody.cs @@ -25,7 +25,7 @@ public class UploadClientCertificatePostRequestBody : IAdditionalDataHolder, IPa public string Pkcs12Value { get; set; } #endif /// - /// Instantiates a new uploadClientCertificatePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UploadClientCertificatePostRequestBody() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public UploadClientCertificatePostRequestBody() { /// /// 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 UploadClientCertificatePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static UploadClientCertificatePostRequestBody CreateFromDiscriminatorValu /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"password", n => { Password = n.GetStringValue(); } }, diff --git a/src/generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs b/src/generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs index 065bd714c2..130c03f0b9 100644 --- a/src/generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs +++ b/src/generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs @@ -23,6 +23,7 @@ public class UploadClientCertificateRequestBuilder : BaseCliRequestBuilder { /// Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UploadClientCertificateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UploadClientCertificateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/apiConnectors/{identityApiConnector%2Did}/uploadClientCertificate", pathParameters) { } /// - /// Instantiates a new UploadClientCertificateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UploadClientCertificateRequestBuilder(string rawUrl) : base("{+baseurl}/identity/apiConnectors/{identityApiConnector%2Did}/uploadClientCertificate", rawUrl) { @@ -84,6 +85,7 @@ public UploadClientCertificateRequestBuilder(string rawUrl) : base("{+baseurl}/i /// /// Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. /// + /// 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/Identity/B2xUserFlows/B2xUserFlowsRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/B2xUserFlowsRequestBuilder.cs index b6b5767780..78e4952c37 100644 --- a/src/generated/Identity/B2xUserFlows/B2xUserFlowsRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/B2xUserFlowsRequestBuilder.cs @@ -24,6 +24,7 @@ public class B2xUserFlowsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the b2xUserFlows property of the microsoft.graph.identityContainer entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// Create a new b2xIdentityUserFlow object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new b2xIdentityUserFlow object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of b2xIdentityUserFlow objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of b2xIdentityUserFlow objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0"; @@ -191,13 +195,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new B2xUserFlowsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public B2xUserFlowsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new B2xUserFlowsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public B2xUserFlowsRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -205,6 +209,7 @@ public B2xUserFlowsRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2x /// /// Retrieve a list of b2xIdentityUserFlow objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -221,6 +226,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new b2xIdentityUserFlow 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 @@ -231,7 +237,7 @@ public RequestInformation ToPostRequestInformation(B2xIdentityUserFlow body, Act public RequestInformation ToPostRequestInformation(B2xIdentityUserFlow 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}/identity/b2xUserFlows", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/B2xUserFlows/Count/CountRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Count/CountRequestBuilder.cs index b428260c56..c1dfbcf2f9 100644 --- a/src/generated/Identity/B2xUserFlows/Count/CountRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/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}/identity/b2xUserFlows/$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}/identity/b2xUserFlows/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlo /// /// 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/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/ApiConnectorConfigurationRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/ApiConnectorConfigurationRequestBuilder.cs index e4f4a5a3fd..572041f0cf 100644 --- a/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/ApiConnectorConfigurationRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/ApiConnectorConfigurationRequestBuilder.cs @@ -24,6 +24,7 @@ public class ApiConnectorConfigurationRequestBuilder : BaseCliRequestBuilder { /// /// Configuration for enabling an API connector for use as part of the self-service sign-up user flow. You can only obtain the value of this object using Get userFlowApiConnectorConfiguration. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Configuration for enabling an API connector for use as part of the self-service sign-up user flow. You can only obtain the value of this object using Get userFlowApiConnectorConfiguration."; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the postAttributeCollection property of the microsoft.graph.userFlowApiConnectorConfiguration entity. /// + /// A public Command BuildPostAttributeCollectionNavCommand() { var command = new Command("post-attribute-collection"); command.Description = "Provides operations to manage the postAttributeCollection property of the microsoft.graph.userFlowApiConnectorConfiguration entity."; @@ -98,6 +100,7 @@ public Command BuildPostAttributeCollectionNavCommand() { /// /// Provides operations to manage the postFederationSignup property of the microsoft.graph.userFlowApiConnectorConfiguration entity. /// + /// A public Command BuildPostFederationSignupNavCommand() { var command = new Command("post-federation-signup"); command.Description = "Provides operations to manage the postFederationSignup property of the microsoft.graph.userFlowApiConnectorConfiguration entity."; @@ -120,13 +123,13 @@ public Command BuildPostFederationSignupNavCommand() { return command; } /// - /// Instantiates a new ApiConnectorConfigurationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApiConnectorConfigurationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/apiConnectorConfiguration{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ApiConnectorConfigurationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApiConnectorConfigurationRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/apiConnectorConfiguration{?%24expand,%24select}", rawUrl) { @@ -134,6 +137,7 @@ public ApiConnectorConfigurationRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Configuration for enabling an API connector for use as part of the self-service sign-up user flow. You can only obtain the value of this object using Get userFlowApiConnectorConfiguration. /// + /// 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/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/PostAttributeCollectionRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/PostAttributeCollectionRequestBuilder.cs index 09e7a5ff93..ba6c461afd 100644 --- a/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/PostAttributeCollectionRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/PostAttributeCollectionRequestBuilder.cs @@ -24,6 +24,7 @@ public class PostAttributeCollectionRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property postAttributeCollection for identity /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property postAttributeCollection for identity"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// /// Get postAttributeCollection from identity /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get postAttributeCollection from identity"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property postAttributeCollection in identity /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property postAttributeCollection in identity"; @@ -156,6 +159,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the collection of identityContainer entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of identityContainer entities."; @@ -173,6 +177,7 @@ public Command BuildRefNavCommand() { /// /// Provides operations to call the uploadClientCertificate method. /// + /// A public Command BuildUploadClientCertificateNavCommand() { var command = new Command("upload-client-certificate"); command.Description = "Provides operations to call the uploadClientCertificate method."; @@ -186,13 +191,13 @@ public Command BuildUploadClientCertificateNavCommand() { return command; } /// - /// Instantiates a new PostAttributeCollectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PostAttributeCollectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/apiConnectorConfiguration/postAttributeCollection{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PostAttributeCollectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PostAttributeCollectionRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/apiConnectorConfiguration/postAttributeCollection{?%24expand,%24select}", rawUrl) { @@ -200,6 +205,7 @@ public PostAttributeCollectionRequestBuilder(string rawUrl) : base("{+baseurl}/i /// /// Delete navigation property postAttributeCollection for identity /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/apiConnectorConfiguration/postAttributeCollection", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -216,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get postAttributeCollection from identity /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property postAttributeCollection in identity /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(IdentityApiConnector body, A public RequestInformation ToPatchRequestInformation(IdentityApiConnector 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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/apiConnectorConfiguration/postAttributeCollection", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/Ref/RefRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/Ref/RefRequestBuilder.cs index 87579f4c9c..7e7f798f05 100644 --- a/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/Ref/RefRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// /// Delete ref of navigation property postAttributeCollection for identity /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete ref of navigation property postAttributeCollection for identity"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Get ref of postAttributeCollection from identity /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get ref of postAttributeCollection from identity"; @@ -83,6 +85,7 @@ public Command BuildGetCommand() { /// /// Update the ref of navigation property postAttributeCollection in identity /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update the ref of navigation property postAttributeCollection in identity"; @@ -120,13 +123,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/apiConnectorConfiguration/postAttributeCollection/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/apiConnectorConfiguration/postAttributeCollection/$ref", rawUrl) { @@ -134,6 +137,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows /// /// Delete ref of navigation property postAttributeCollection for identity /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +154,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get ref of postAttributeCollection from identity /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -166,6 +171,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the ref of navigation property postAttributeCollection in identity /// + /// 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/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificatePostRequestBody.cs b/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificatePostRequestBody.cs index 9d792515ac..a38e215425 100644 --- a/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificatePostRequestBody.cs +++ b/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificatePostRequestBody.cs @@ -25,7 +25,7 @@ public class UploadClientCertificatePostRequestBody : IAdditionalDataHolder, IPa public string Pkcs12Value { get; set; } #endif /// - /// Instantiates a new uploadClientCertificatePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UploadClientCertificatePostRequestBody() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public UploadClientCertificatePostRequestBody() { /// /// 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 UploadClientCertificatePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static UploadClientCertificatePostRequestBody CreateFromDiscriminatorValu /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"password", n => { Password = n.GetStringValue(); } }, diff --git a/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs index 931ab31cde..1ba26121b9 100644 --- a/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs @@ -23,6 +23,7 @@ public class UploadClientCertificateRequestBuilder : BaseCliRequestBuilder { /// Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UploadClientCertificateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UploadClientCertificateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", pathParameters) { } /// - /// Instantiates a new UploadClientCertificateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UploadClientCertificateRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", rawUrl) { @@ -84,6 +85,7 @@ public UploadClientCertificateRequestBuilder(string rawUrl) : base("{+baseurl}/i /// /// Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. /// + /// 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/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/PostFederationSignupRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/PostFederationSignupRequestBuilder.cs index 9275671282..e2e35c8ac2 100644 --- a/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/PostFederationSignupRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/PostFederationSignupRequestBuilder.cs @@ -24,6 +24,7 @@ public class PostFederationSignupRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property postFederationSignup for identity /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property postFederationSignup for identity"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// /// Get postFederationSignup from identity /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get postFederationSignup from identity"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property postFederationSignup in identity /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property postFederationSignup in identity"; @@ -156,6 +159,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the collection of identityContainer entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of identityContainer entities."; @@ -173,6 +177,7 @@ public Command BuildRefNavCommand() { /// /// Provides operations to call the uploadClientCertificate method. /// + /// A public Command BuildUploadClientCertificateNavCommand() { var command = new Command("upload-client-certificate"); command.Description = "Provides operations to call the uploadClientCertificate method."; @@ -186,13 +191,13 @@ public Command BuildUploadClientCertificateNavCommand() { return command; } /// - /// Instantiates a new PostFederationSignupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PostFederationSignupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/apiConnectorConfiguration/postFederationSignup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PostFederationSignupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PostFederationSignupRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/apiConnectorConfiguration/postFederationSignup{?%24expand,%24select}", rawUrl) { @@ -200,6 +205,7 @@ public PostFederationSignupRequestBuilder(string rawUrl) : base("{+baseurl}/iden /// /// Delete navigation property postFederationSignup for identity /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/apiConnectorConfiguration/postFederationSignup", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -216,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get postFederationSignup from identity /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property postFederationSignup in identity /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(IdentityApiConnector body, A public RequestInformation ToPatchRequestInformation(IdentityApiConnector 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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/apiConnectorConfiguration/postFederationSignup", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/Ref/RefRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/Ref/RefRequestBuilder.cs index 5270655aed..78f78cccd9 100644 --- a/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/Ref/RefRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// /// Delete ref of navigation property postFederationSignup for identity /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete ref of navigation property postFederationSignup for identity"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Get ref of postFederationSignup from identity /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get ref of postFederationSignup from identity"; @@ -83,6 +85,7 @@ public Command BuildGetCommand() { /// /// Update the ref of navigation property postFederationSignup in identity /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update the ref of navigation property postFederationSignup in identity"; @@ -120,13 +123,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/apiConnectorConfiguration/postFederationSignup/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/apiConnectorConfiguration/postFederationSignup/$ref", rawUrl) { @@ -134,6 +137,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows /// /// Delete ref of navigation property postFederationSignup for identity /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +154,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get ref of postFederationSignup from identity /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -166,6 +171,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the ref of navigation property postFederationSignup in identity /// + /// 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/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificatePostRequestBody.cs b/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificatePostRequestBody.cs index 68adb587b9..332f3e1d87 100644 --- a/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificatePostRequestBody.cs +++ b/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificatePostRequestBody.cs @@ -25,7 +25,7 @@ public class UploadClientCertificatePostRequestBody : IAdditionalDataHolder, IPa public string Pkcs12Value { get; set; } #endif /// - /// Instantiates a new uploadClientCertificatePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UploadClientCertificatePostRequestBody() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public UploadClientCertificatePostRequestBody() { /// /// 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 UploadClientCertificatePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static UploadClientCertificatePostRequestBody CreateFromDiscriminatorValu /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"password", n => { Password = n.GetStringValue(); } }, diff --git a/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs index ac4a45fd27..4c27418bad 100644 --- a/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificateRequestBuilder.cs @@ -23,6 +23,7 @@ public class UploadClientCertificateRequestBuilder : BaseCliRequestBuilder { /// Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UploadClientCertificateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UploadClientCertificateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", pathParameters) { } /// - /// Instantiates a new UploadClientCertificateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UploadClientCertificateRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", rawUrl) { @@ -84,6 +85,7 @@ public UploadClientCertificateRequestBuilder(string rawUrl) : base("{+baseurl}/i /// /// Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. /// + /// 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/Identity/B2xUserFlows/Item/B2xIdentityUserFlowItemRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/B2xIdentityUserFlowItemRequestBuilder.cs index 64c63b9ae4..bf31605cab 100644 --- a/src/generated/Identity/B2xUserFlows/Item/B2xIdentityUserFlowItemRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/B2xIdentityUserFlowItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class B2xIdentityUserFlowItemRequestBuilder : BaseCliRequestBuilder { /// /// The apiConnectorConfiguration property /// + /// A public Command BuildApiConnectorConfigurationNavCommand() { var command = new Command("api-connector-configuration"); command.Description = "The apiConnectorConfiguration property"; @@ -50,6 +51,7 @@ public Command BuildApiConnectorConfigurationNavCommand() { /// Delete a b2xIdentityUserFlow object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a b2xIdentityUserFlow object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-1.0"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a b2xIdentityUserFlow object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a b2xIdentityUserFlow object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-1.0"; @@ -134,6 +137,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the identityProviders property of the microsoft.graph.b2xIdentityUserFlow entity. /// + /// A public Command BuildIdentityProvidersNavCommand() { var command = new Command("identity-providers"); command.Description = "Provides operations to manage the identityProviders property of the microsoft.graph.b2xIdentityUserFlow entity."; @@ -158,6 +162,7 @@ public Command BuildIdentityProvidersNavCommand() { /// /// Provides operations to manage the languages property of the microsoft.graph.b2xIdentityUserFlow entity. /// + /// A public Command BuildLanguagesNavCommand() { var command = new Command("languages"); command.Description = "Provides operations to manage the languages property of the microsoft.graph.b2xIdentityUserFlow entity."; @@ -183,6 +188,7 @@ public Command BuildLanguagesNavCommand() { /// /// Update the navigation property b2xUserFlows in identity /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property b2xUserFlows in identity"; @@ -232,6 +238,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the userAttributeAssignments property of the microsoft.graph.b2xIdentityUserFlow entity. /// + /// A public Command BuildUserAttributeAssignmentsNavCommand() { var command = new Command("user-attribute-assignments"); command.Description = "Provides operations to manage the userAttributeAssignments property of the microsoft.graph.b2xIdentityUserFlow entity."; @@ -259,6 +266,7 @@ public Command BuildUserAttributeAssignmentsNavCommand() { /// /// Provides operations to manage the userFlowIdentityProviders property of the microsoft.graph.b2xIdentityUserFlow entity. /// + /// A public Command BuildUserFlowIdentityProvidersNavCommand() { var command = new Command("user-flow-identity-providers"); command.Description = "Provides operations to manage the userFlowIdentityProviders property of the microsoft.graph.b2xIdentityUserFlow entity."; @@ -282,13 +290,13 @@ public Command BuildUserFlowIdentityProvidersNavCommand() { return command; } /// - /// Instantiates a new B2xIdentityUserFlowItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public B2xIdentityUserFlowItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new B2xIdentityUserFlowItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public B2xIdentityUserFlowItemRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}{?%24expand,%24select}", rawUrl) { @@ -296,6 +304,7 @@ public B2xIdentityUserFlowItemRequestBuilder(string rawUrl) : base("{+baseurl}/i /// /// Delete a b2xIdentityUserFlow 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 @@ -304,7 +313,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -312,6 +321,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a b2xIdentityUserFlow 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 @@ -328,6 +338,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property b2xUserFlows in identity /// + /// 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 @@ -338,7 +349,7 @@ public RequestInformation ToPatchRequestInformation(B2xIdentityUserFlow body, Ac public RequestInformation ToPatchRequestInformation(B2xIdentityUserFlow 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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/B2xUserFlows/Item/IdentityProviders/Count/CountRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/IdentityProviders/Count/CountRequestBuilder.cs index 15ae0f05d3..d8b9a5404e 100644 --- a/src/generated/Identity/B2xUserFlows/Item/IdentityProviders/Count/CountRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/IdentityProviders/Count/CountRequestBuilder.cs @@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder { /// /// Get the number of the resource /// + /// A [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] public Command BuildGetCommand() { var command = new Command("get"); @@ -60,13 +61,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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/identityProviders/$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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/identityProviders/$count{?%24filter,%24search}", rawUrl) { @@ -74,6 +75,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlo /// /// Get the number of the resource /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Identity/B2xUserFlows/Item/IdentityProviders/IdentityProvidersRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/IdentityProviders/IdentityProvidersRequestBuilder.cs index 8c4a8904f0..4b0bfab475 100644 --- a/src/generated/Identity/B2xUserFlows/Item/IdentityProviders/IdentityProvidersRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/IdentityProviders/IdentityProvidersRequestBuilder.cs @@ -24,16 +24,17 @@ public class IdentityProvidersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the identityProviders property of the microsoft.graph.b2xIdentityUserFlow entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new IdentityProviderItemRequestBuilder(PathParameters); - executables.Add(builder.BuildDeleteCommand()); executables.Add(builder.BuildGetCommand()); return new(executables, new(0)); } /// /// 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."; @@ -50,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get the identity providers in a b2xIdentityUserFlow object. /// Find more info here /// + /// A [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] public Command BuildListCommand() { var command = new Command("list"); @@ -147,13 +149,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new IdentityProvidersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IdentityProvidersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/identityProviders{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new IdentityProvidersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IdentityProvidersRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/identityProviders{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -161,6 +163,7 @@ public IdentityProvidersRequestBuilder(string rawUrl) : base("{+baseurl}/identit /// /// Get the identity providers in a b2xIdentityUserFlow object. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Identity/B2xUserFlows/Item/IdentityProviders/Item/IdentityProviderItemRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/IdentityProviders/Item/IdentityProviderItemRequestBuilder.cs index d6f1c052e6..0e17a7e63a 100644 --- a/src/generated/Identity/B2xUserFlows/Item/IdentityProviders/Item/IdentityProviderItemRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/IdentityProviders/Item/IdentityProviderItemRequestBuilder.cs @@ -19,50 +19,10 @@ namespace ApiSdk.Identity.B2xUserFlows.Item.IdentityProviders.Item { /// Provides operations to manage the identityProviders property of the microsoft.graph.b2xIdentityUserFlow entity. /// public class IdentityProviderItemRequestBuilder : BaseCliRequestBuilder { - /// - /// Delete an identity provider from a b2xIdentityUserFlow object. For self-service sign-up user flows, the values can be Google-OAUTH or Facebook-OAUTH. - /// Find more info here - /// - [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] - public Command BuildDeleteCommand() { - var command = new Command("delete"); - command.Description = "Delete an identity provider from a b2xIdentityUserFlow object. For self-service sign-up user flows, the values can be Google-OAUTH or Facebook-OAUTH.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete-identityproviders?view=graph-rest-1.0"; - var b2xIdentityUserFlowIdOption = new Option("--b2x-identity-user-flow-id", description: "The unique identifier of b2xIdentityUserFlow") { - }; - b2xIdentityUserFlowIdOption.IsRequired = true; - command.AddOption(b2xIdentityUserFlowIdOption); - var identityProviderIdOption = new Option("--identity-provider-id", description: "The unique identifier of identityProvider") { - }; - identityProviderIdOption.IsRequired = true; - command.AddOption(identityProviderIdOption); - var ifMatchOption = new Option("--if-match", description: "ETag") { - Arity = ArgumentArity.ZeroOrMore - }; - ifMatchOption.IsRequired = false; - command.AddOption(ifMatchOption); - command.SetHandler(async (invocationContext) => { - var b2xIdentityUserFlowId = invocationContext.ParseResult.GetValueForOption(b2xIdentityUserFlowIdOption); - var identityProviderId = invocationContext.ParseResult.GetValueForOption(identityProviderIdOption); - var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); - var cancellationToken = invocationContext.GetCancellationToken(); - var reqAdapter = invocationContext.GetRequestAdapter(); - var requestInfo = ToDeleteRequestInformation(q => { - }); - if (b2xIdentityUserFlowId is not null) requestInfo.PathParameters.Add("b2xIdentityUserFlow%2Did", b2xIdentityUserFlowId); - if (identityProviderId is not null) requestInfo.PathParameters.Add("identityProvider%2Did", identityProviderId); - if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); - var errorMapping = new Dictionary> { - {"4XX", ODataError.CreateFromDiscriminatorValue}, - {"5XX", ODataError.CreateFromDiscriminatorValue}, - }; - await reqAdapter.SendNoContentAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken); - Console.WriteLine("Success"); - }); - return command; - } /// /// The identity providers included in the user flow. /// + /// A [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] public Command BuildGetCommand() { var command = new Command("get"); @@ -118,37 +78,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new IdentityProviderItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IdentityProviderItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/identityProviders/{identityProvider%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IdentityProviderItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IdentityProviderItemRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/identityProviders/{identityProvider%2Did}{?%24expand,%24select}", rawUrl) { } /// - /// Delete an identity provider from a b2xIdentityUserFlow object. For self-service sign-up user flows, the values can be Google-OAUTH or Facebook-OAUTH. - /// - /// Configuration for the request such as headers, query parameters, and middleware options. - [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// /// The identity providers included in the user flow. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Identity/B2xUserFlows/Item/Languages/Count/CountRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/Languages/Count/CountRequestBuilder.cs index 7d01e36f33..13fa237a29 100644 --- a/src/generated/Identity/B2xUserFlows/Item/Languages/Count/CountRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/Languages/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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/$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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlo /// /// 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/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/Count/CountRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/Count/CountRequestBuilder.cs index 32e62ea982..461a8f7bb2 100644 --- a/src/generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/Count/CountRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/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"; @@ -65,13 +66,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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/defaultPages/$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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/defaultPages/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlo /// /// 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/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/DefaultPagesRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/DefaultPagesRequestBuilder.cs index 1a8ac99baf..31fe31c642 100644 --- a/src/generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/DefaultPagesRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/DefaultPagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DefaultPagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the defaultPages property of the microsoft.graph.userFlowLanguageConfiguration 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 defaultPages for identity /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to defaultPages for identity"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Collection of pages with the default content to display in a user flow for a specified language. This collection doesn't allow any kind of modification. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Collection of pages with the default content to display in a user flow for a specified language. This collection doesn't allow any kind of modification."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DefaultPagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DefaultPagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/defaultPages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DefaultPagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DefaultPagesRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/defaultPages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public DefaultPagesRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2x /// /// Collection of pages with the default content to display in a user flow for a specified language. This collection doesn't allow any kind of modification. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to defaultPages for identity /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(UserFlowLanguagePage body, Ac public RequestInformation ToPostRequestInformation(UserFlowLanguagePage 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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/defaultPages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/Item/UserFlowLanguagePageItemRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/Item/UserFlowLanguagePageItemRequestBuilder.cs index 71505775ea..12b509a7af 100644 --- a/src/generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/Item/UserFlowLanguagePageItemRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/Item/UserFlowLanguagePageItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class UserFlowLanguagePageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the identityContainer entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the identityContainer entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// Delete navigation property defaultPages for identity /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property defaultPages for identity"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// Collection of pages with the default content to display in a user flow for a specified language. This collection doesn't allow any kind of modification. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Collection of pages with the default content to display in a user flow for a specified language. This collection doesn't allow any kind of modification."; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property defaultPages in identity /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property defaultPages in identity"; @@ -205,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserFlowLanguagePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserFlowLanguagePageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/defaultPages/{userFlowLanguagePage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserFlowLanguagePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserFlowLanguagePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/defaultPages/{userFlowLanguagePage%2Did}{?%24expand,%24select}", rawUrl) { @@ -219,6 +223,7 @@ public UserFlowLanguagePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property defaultPages for identity /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/defaultPages/{userFlowLanguagePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -235,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Collection of pages with the default content to display in a user flow for a specified language. This collection doesn't allow any kind of modification. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -251,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property defaultPages in identity /// + /// 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 @@ -261,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(UserFlowLanguagePage body, A public RequestInformation ToPatchRequestInformation(UserFlowLanguagePage 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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/defaultPages/{userFlowLanguagePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/Item/Value/ContentRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/Item/Value/ContentRequestBuilder.cs index 82c3267189..3c0f19e60b 100644 --- a/src/generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/Item/Value/ContentRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/Languages/Item/DefaultPages/Item/Value/ContentRequestBuilder.cs @@ -21,6 +21,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// Get media content for the navigation property defaultPages from identity /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get media content for the navigation property defaultPages from identity"; @@ -36,16 +37,22 @@ public Command BuildGetCommand() { }; userFlowLanguagePageIdOption.IsRequired = true; command.AddOption(userFlowLanguagePageIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { var b2xIdentityUserFlowId = invocationContext.ParseResult.GetValueForOption(b2xIdentityUserFlowIdOption); var userFlowLanguageConfigurationId = invocationContext.ParseResult.GetValueForOption(userFlowLanguageConfigurationIdOption); var userFlowLanguagePageId = invocationContext.ParseResult.GetValueForOption(userFlowLanguagePageIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (b2xIdentityUserFlowId is not null) requestInfo.PathParameters.Add("b2xIdentityUserFlow%2Did", b2xIdentityUserFlowId); if (userFlowLanguageConfigurationId is not null) requestInfo.PathParameters.Add("userFlowLanguageConfiguration%2Did", userFlowLanguageConfigurationId); @@ -71,6 +78,7 @@ public Command BuildGetCommand() { /// /// Update media content for the navigation property defaultPages in identity /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update media content for the navigation property defaultPages in identity"; @@ -129,27 +137,28 @@ 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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/defaultPages/{userFlowLanguagePage%2Did}/$value", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/defaultPages/{userFlowLanguagePage%2Did}/$value{?%24format*}", 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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/defaultPages/{userFlowLanguagePage%2Did}/$value", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/defaultPages/{userFlowLanguagePage%2Did}/$value{?%24format*}", rawUrl) { } /// /// Get media content for the navigation property defaultPages from identity /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -159,6 +168,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update media content for the navigation property defaultPages in identity /// + /// 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 @@ -169,11 +179,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/defaultPages/{userFlowLanguagePage%2Did}/$value", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// Get media content for the navigation property defaultPages from identity + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/Count/CountRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/Count/CountRequestBuilder.cs index 2dd9a1af4f..b6c33e150c 100644 --- a/src/generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/Count/CountRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/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"; @@ -65,13 +66,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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/overridesPages/$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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/overridesPages/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlo /// /// 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/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/Item/UserFlowLanguagePageItemRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/Item/UserFlowLanguagePageItemRequestBuilder.cs index 12c44af110..0f5d0e6a2d 100644 --- a/src/generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/Item/UserFlowLanguagePageItemRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/Item/UserFlowLanguagePageItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class UserFlowLanguagePageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the identityContainer entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the identityContainer entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// Delete navigation property overridesPages for identity /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property overridesPages for identity"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// Collection of pages with the overrides messages to display in a user flow for a specified language. This collection only allows you to modify the content of the page, any other modification isn't allowed (creation or deletion of pages). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Collection of pages with the overrides messages to display in a user flow for a specified language. This collection only allows you to modify the content of the page, any other modification isn't allowed (creation or deletion of pages)."; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property overridesPages in identity /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property overridesPages in identity"; @@ -205,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserFlowLanguagePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserFlowLanguagePageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/overridesPages/{userFlowLanguagePage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserFlowLanguagePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserFlowLanguagePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/overridesPages/{userFlowLanguagePage%2Did}{?%24expand,%24select}", rawUrl) { @@ -219,6 +223,7 @@ public UserFlowLanguagePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property overridesPages for identity /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/overridesPages/{userFlowLanguagePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -235,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Collection of pages with the overrides messages to display in a user flow for a specified language. This collection only allows you to modify the content of the page, any other modification isn't allowed (creation or deletion of pages). /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -251,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property overridesPages in identity /// + /// 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 @@ -261,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(UserFlowLanguagePage body, A public RequestInformation ToPatchRequestInformation(UserFlowLanguagePage 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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/overridesPages/{userFlowLanguagePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/Item/Value/ContentRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/Item/Value/ContentRequestBuilder.cs index fe88d36c1a..8d5f323f79 100644 --- a/src/generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/Item/Value/ContentRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/Item/Value/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// Get media content for the navigation property overridesPages from identity /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get media content for the navigation property overridesPages from identity\n\nFind more info here:\n https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0"; @@ -37,16 +38,22 @@ public Command BuildGetCommand() { }; userFlowLanguagePageIdOption.IsRequired = true; command.AddOption(userFlowLanguagePageIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { var b2xIdentityUserFlowId = invocationContext.ParseResult.GetValueForOption(b2xIdentityUserFlowIdOption); var userFlowLanguageConfigurationId = invocationContext.ParseResult.GetValueForOption(userFlowLanguageConfigurationIdOption); var userFlowLanguagePageId = invocationContext.ParseResult.GetValueForOption(userFlowLanguagePageIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (b2xIdentityUserFlowId is not null) requestInfo.PathParameters.Add("b2xIdentityUserFlow%2Did", b2xIdentityUserFlowId); if (userFlowLanguageConfigurationId is not null) requestInfo.PathParameters.Add("userFlowLanguageConfiguration%2Did", userFlowLanguageConfigurationId); @@ -72,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update media content for the navigation property overridesPages in identity /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update media content for the navigation property overridesPages in identity"; @@ -130,27 +138,28 @@ 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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/overridesPages/{userFlowLanguagePage%2Did}/$value", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/overridesPages/{userFlowLanguagePage%2Did}/$value{?%24format*}", 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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/overridesPages/{userFlowLanguagePage%2Did}/$value", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/overridesPages/{userFlowLanguagePage%2Did}/$value{?%24format*}", rawUrl) { } /// /// Get media content for the navigation property overridesPages from identity /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -160,6 +169,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update media content for the navigation property overridesPages in identity /// + /// 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 @@ -170,11 +180,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/overridesPages/{userFlowLanguagePage%2Did}/$value", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// Get media content for the navigation property overridesPages from identity + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/OverridesPagesRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/OverridesPagesRequestBuilder.cs index 0d1e4e1f98..9d6fa45bb4 100644 --- a/src/generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/OverridesPagesRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/Languages/Item/OverridesPages/OverridesPagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class OverridesPagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the overridesPages property of the microsoft.graph.userFlowLanguageConfiguration 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 overridesPages for identity /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to overridesPages for identity"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// Get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0"; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OverridesPagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OverridesPagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/overridesPages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OverridesPagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OverridesPagesRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/overridesPages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public OverridesPagesRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b /// /// Get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow. /// + /// 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,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to overridesPages for identity /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(UserFlowLanguagePage body, Ac public RequestInformation ToPostRequestInformation(UserFlowLanguagePage 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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}/overridesPages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/B2xUserFlows/Item/Languages/Item/UserFlowLanguageConfigurationItemRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/Languages/Item/UserFlowLanguageConfigurationItemRequestBuilder.cs index 03d819a09a..3455bf272a 100644 --- a/src/generated/Identity/B2xUserFlows/Item/Languages/Item/UserFlowLanguageConfigurationItemRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/Languages/Item/UserFlowLanguageConfigurationItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserFlowLanguageConfigurationItemRequestBuilder : BaseCliRequestBui /// /// Provides operations to manage the defaultPages property of the microsoft.graph.userFlowLanguageConfiguration entity. /// + /// A public Command BuildDefaultPagesNavCommand() { var command = new Command("default-pages"); command.Description = "Provides operations to manage the defaultPages property of the microsoft.graph.userFlowLanguageConfiguration entity."; @@ -49,6 +50,7 @@ public Command BuildDefaultPagesNavCommand() { /// /// Delete navigation property languages for identity /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property languages for identity"; @@ -89,6 +91,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a userFlowLanguageConfiguration object. These objects represent a language available in a user flow. Note: Language customization is enabled by default in Microsoft Entra user flows. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a userFlowLanguageConfiguration object. These objects represent a language available in a user flow. Note: Language customization is enabled by default in Microsoft Entra user flows.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-1.0"; @@ -145,6 +148,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the overridesPages property of the microsoft.graph.userFlowLanguageConfiguration entity. /// + /// A public Command BuildOverridesPagesNavCommand() { var command = new Command("overrides-pages"); command.Description = "Provides operations to manage the overridesPages property of the microsoft.graph.userFlowLanguageConfiguration entity."; @@ -170,6 +174,7 @@ public Command BuildOverridesPagesNavCommand() { /// /// Update the navigation property languages in identity /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property languages in identity"; @@ -223,13 +228,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserFlowLanguageConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserFlowLanguageConfigurationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserFlowLanguageConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserFlowLanguageConfigurationItemRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}{?%24expand,%24select}", rawUrl) { @@ -237,6 +242,7 @@ public UserFlowLanguageConfigurationItemRequestBuilder(string rawUrl) : base("{+ /// /// Delete navigation property languages for identity /// + /// 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 +251,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -253,6 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a userFlowLanguageConfiguration object. These objects represent a language available in a user flow. Note: Language customization is enabled by default in Microsoft Entra user flows. /// + /// 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 +276,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property languages in identity /// + /// 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 +287,7 @@ public RequestInformation ToPatchRequestInformation(UserFlowLanguageConfiguratio public RequestInformation ToPatchRequestInformation(UserFlowLanguageConfiguration 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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages/{userFlowLanguageConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/B2xUserFlows/Item/Languages/LanguagesRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/Languages/LanguagesRequestBuilder.cs index 0dd8f89743..ff8f1772fd 100644 --- a/src/generated/Identity/B2xUserFlows/Item/Languages/LanguagesRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/Languages/LanguagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class LanguagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the languages property of the microsoft.graph.b2xIdentityUserFlow entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to languages for identity /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to languages for identity"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of languages supported for customization in a B2X user flow. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of languages supported for customization in a B2X user flow.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new LanguagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LanguagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new LanguagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LanguagesRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public LanguagesRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUse /// /// Retrieve a list of languages supported for customization in a B2X user flow. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to languages for identity /// + /// 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(UserFlowLanguageConfiguration public RequestInformation ToPostRequestInformation(UserFlowLanguageConfiguration 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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/languages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Count/CountRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Count/CountRequestBuilder.cs index 756aad4760..7168b27ba2 100644 --- a/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Count/CountRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userAttributeAssignments/$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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userAttributeAssignments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlo /// /// 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/Identity/B2xUserFlows/Item/UserAttributeAssignments/GetOrder/GetOrderRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/GetOrder/GetOrderRequestBuilder.cs index 52fe097402..6f9ae7428e 100644 --- a/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/GetOrder/GetOrderRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/GetOrder/GetOrderRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetOrderRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function getOrder /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOrder"; @@ -56,13 +57,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOrderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOrderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userAttributeAssignments/getOrder()", pathParameters) { } /// - /// Instantiates a new GetOrderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOrderRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userAttributeAssignments/getOrder()", rawUrl) { @@ -70,6 +71,7 @@ public GetOrderRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUser /// /// Invoke function getOrder /// + /// 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/Identity/B2xUserFlows/Item/UserAttributeAssignments/Item/IdentityUserFlowAttributeAssignmentItemRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Item/IdentityUserFlowAttributeAssignmentItemRequestBuilder.cs index 77efafaa3d..ddaaf85125 100644 --- a/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Item/IdentityUserFlowAttributeAssignmentItemRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Item/IdentityUserFlowAttributeAssignmentItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class IdentityUserFlowAttributeAssignmentItemRequestBuilder : BaseCliRequ /// Delete an identityUserFlowAttributeAssignment object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an identityUserFlowAttributeAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-1.0"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an identityUserFlowAttributeAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an identityUserFlowAttributeAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-1.0"; @@ -121,6 +123,7 @@ public Command BuildGetCommand() { /// Update the properties of a identityUserFlowAttributeAssignment object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a identityUserFlowAttributeAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-1.0"; @@ -176,6 +179,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the userAttribute property of the microsoft.graph.identityUserFlowAttributeAssignment entity. /// + /// A public Command BuildUserAttributeNavCommand() { var command = new Command("user-attribute"); command.Description = "Provides operations to manage the userAttribute property of the microsoft.graph.identityUserFlowAttributeAssignment entity."; @@ -189,13 +193,13 @@ public Command BuildUserAttributeNavCommand() { return command; } /// - /// Instantiates a new IdentityUserFlowAttributeAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IdentityUserFlowAttributeAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userAttributeAssignments/{identityUserFlowAttributeAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IdentityUserFlowAttributeAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IdentityUserFlowAttributeAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userAttributeAssignments/{identityUserFlowAttributeAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -203,6 +207,7 @@ public IdentityUserFlowAttributeAssignmentItemRequestBuilder(string rawUrl) : ba /// /// Delete an identityUserFlowAttributeAssignment 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 @@ -211,7 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userAttributeAssignments/{identityUserFlowAttributeAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +224,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an identityUserFlowAttributeAssignment 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 @@ -235,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a identityUserFlowAttributeAssignment 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 @@ -245,7 +252,7 @@ public RequestInformation ToPatchRequestInformation(IdentityUserFlowAttributeAss public RequestInformation ToPatchRequestInformation(IdentityUserFlowAttributeAssignment 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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userAttributeAssignments/{identityUserFlowAttributeAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Item/UserAttribute/UserAttributeRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Item/UserAttribute/UserAttributeRequestBuilder.cs index 2172ac5420..5ac71948a9 100644 --- a/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Item/UserAttribute/UserAttributeRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/Item/UserAttribute/UserAttributeRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserAttributeRequestBuilder : BaseCliRequestBuilder { /// /// The user attribute that you want to add to your user flow. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The user attribute that you want to add to your user flow."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new UserAttributeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserAttributeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userAttributeAssignments/{identityUserFlowAttributeAssignment%2Did}/userAttribute{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserAttributeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserAttributeRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userAttributeAssignments/{identityUserFlowAttributeAssignment%2Did}/userAttribute{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public UserAttributeRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2 /// /// The user attribute that you want to add to your user flow. /// + /// 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/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderPostRequestBody.cs b/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderPostRequestBody.cs index f1a9be3efd..62fddb83a8 100644 --- a/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderPostRequestBody.cs +++ b/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderPostRequestBody.cs @@ -18,7 +18,7 @@ public class SetOrderPostRequestBody : IAdditionalDataHolder, IParsable { public AssignmentOrder NewAssignmentOrder { get; set; } #endif /// - /// Instantiates a new setOrderPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SetOrderPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SetOrderPostRequestBody() { /// /// 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 SetOrderPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SetOrderPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"newAssignmentOrder", n => { NewAssignmentOrder = n.GetObjectValue(AssignmentOrder.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.cs index 4d087f722d..8e8d871709 100644 --- a/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetOrderRequestBuilder : BaseCliRequestBuilder { /// Set the order of identityUserFlowAttributeAssignments being collected within a user flow. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Set the order of identityUserFlowAttributeAssignments being collected within a user flow.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetOrderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetOrderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userAttributeAssignments/setOrder", pathParameters) { } /// - /// Instantiates a new SetOrderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetOrderRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userAttributeAssignments/setOrder", rawUrl) { @@ -73,6 +74,7 @@ public SetOrderRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUser /// /// Set the order of identityUserFlowAttributeAssignments being collected within a user flow. /// + /// 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/Identity/B2xUserFlows/Item/UserAttributeAssignments/UserAttributeAssignmentsRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/UserAttributeAssignmentsRequestBuilder.cs index ecd43c73bf..124a75750b 100644 --- a/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/UserAttributeAssignmentsRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/UserAttributeAssignmentsRequestBuilder.cs @@ -26,6 +26,7 @@ public class UserAttributeAssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the userAttributeAssignments property of the microsoft.graph.b2xIdentityUserFlow 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 identityUserFlowAttributeAssignment object in a b2xIdentityUserFlow. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new identityUserFlowAttributeAssignment object in a b2xIdentityUserFlow.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-1.0"; @@ -104,6 +107,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the getOrder method. /// + /// A public Command BuildGetOrderNavCommand() { var command = new Command("get-order"); command.Description = "Provides operations to call the getOrder method."; @@ -120,6 +124,7 @@ public Command BuildGetOrderNavCommand() { /// Get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-1.0"; @@ -218,6 +223,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the setOrder method. /// + /// A public Command BuildSetOrderNavCommand() { var command = new Command("set-order"); command.Description = "Provides operations to call the setOrder method."; @@ -231,13 +237,13 @@ public Command BuildSetOrderNavCommand() { return command; } /// - /// Instantiates a new UserAttributeAssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserAttributeAssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userAttributeAssignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserAttributeAssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserAttributeAssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userAttributeAssignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -245,6 +251,7 @@ public UserAttributeAssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -261,6 +268,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new identityUserFlowAttributeAssignment object in a b2xIdentityUserFlow. /// + /// 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 @@ -271,7 +279,7 @@ public RequestInformation ToPostRequestInformation(IdentityUserFlowAttributeAssi public RequestInformation ToPostRequestInformation(IdentityUserFlowAttributeAssignment 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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userAttributeAssignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Count/CountRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Count/CountRequestBuilder.cs index 39ff5c6012..7653a968a1 100644 --- a/src/generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Count/CountRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders/$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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlo /// /// 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/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Item/IdentityProviderBaseItemRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Item/IdentityProviderBaseItemRequestBuilder.cs index 6204cd63b0..9255cc3dc4 100644 --- a/src/generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Item/IdentityProviderBaseItemRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Item/IdentityProviderBaseItemRequestBuilder.cs @@ -18,6 +18,7 @@ public class IdentityProviderBaseItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of identityContainer entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of identityContainer entities."; @@ -31,13 +32,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new IdentityProviderBaseItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IdentityProviderBaseItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders/{identityProviderBase%2Did}", pathParameters) { } /// - /// Instantiates a new IdentityProviderBaseItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IdentityProviderBaseItemRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders/{identityProviderBase%2Did}", rawUrl) { diff --git a/src/generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Item/Ref/RefRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Item/Ref/RefRequestBuilder.cs index 43817cde51..6023164a0f 100644 --- a/src/generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Item/Ref/RefRequestBuilder.cs @@ -21,6 +21,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// /// Delete ref of navigation property userFlowIdentityProviders for identity /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete ref of navigation property userFlowIdentityProviders for identity"; @@ -58,13 +59,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders/{identityProviderBase%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders/{identityProviderBase%2Did}/$ref", rawUrl) { @@ -72,6 +73,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows /// /// Delete ref of navigation property userFlowIdentityProviders for identity /// + /// 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/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Ref/RefRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Ref/RefRequestBuilder.cs index 70ecb83e8a..826f4a7c6b 100644 --- a/src/generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Ref/RefRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// /// Delete ref of navigation property userFlowIdentityProviders for identity /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete ref of navigation property userFlowIdentityProviders for identity"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Get ref of userFlowIdentityProviders from identity /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get ref of userFlowIdentityProviders from identity"; @@ -145,6 +147,7 @@ public Command BuildGetCommand() { /// /// Create new navigation property ref to userFlowIdentityProviders for identity /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create new navigation property ref to userFlowIdentityProviders for identity"; @@ -182,20 +185,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Delete ref of navigation property userFlowIdentityProviders for identity /// + /// 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,7 +208,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -212,6 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get ref of userFlowIdentityProviders from identity /// + /// 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 ref to userFlowIdentityProviders for identity /// + /// 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(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/UserFlowIdentityProvidersRequestBuilder.cs b/src/generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/UserFlowIdentityProvidersRequestBuilder.cs index c6da6e1e01..c51149e955 100644 --- a/src/generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/UserFlowIdentityProvidersRequestBuilder.cs +++ b/src/generated/Identity/B2xUserFlows/Item/UserFlowIdentityProviders/UserFlowIdentityProvidersRequestBuilder.cs @@ -25,6 +25,7 @@ public class UserFlowIdentityProvidersRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.identity.b2xUserFlows.item.userFlowIdentityProviders.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new IdentityProviderBaseItemRequestBuilder(PathParameters); @@ -34,6 +35,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// /// Get userFlowIdentityProviders from identity /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get userFlowIdentityProviders from identity"; @@ -147,6 +150,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of identityContainer entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of identityContainer entities."; @@ -162,13 +166,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new UserFlowIdentityProvidersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserFlowIdentityProvidersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserFlowIdentityProvidersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserFlowIdentityProvidersRequestBuilder(string rawUrl) : base("{+baseurl}/identity/b2xUserFlows/{b2xIdentityUserFlow%2Did}/userFlowIdentityProviders{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -176,6 +180,7 @@ public UserFlowIdentityProvidersRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Get userFlowIdentityProviders from identity /// + /// 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/Identity/ConditionalAccess/AuthenticationContextClassReferences/AuthenticationContextClassReferencesRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/AuthenticationContextClassReferencesRequestBuilder.cs index 9c78e2ba89..9b02bb82d6 100644 --- a/src/generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/AuthenticationContextClassReferencesRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/AuthenticationContextClassReferencesRequestBuilder.cs @@ -24,6 +24,7 @@ public class AuthenticationContextClassReferencesRequestBuilder : BaseCliRequest /// /// Provides operations to manage the authenticationContextClassReferences property of the microsoft.graph.conditionalAccessRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AuthenticationContextClassReferenceItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to authenticationContextClassReferences for identity /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to authenticationContextClassReferences for identity"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of authenticationContextClassReference objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of authenticationContextClassReference objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0"; @@ -184,13 +188,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AuthenticationContextClassReferencesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationContextClassReferencesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/conditionalAccess/authenticationContextClassReferences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AuthenticationContextClassReferencesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationContextClassReferencesRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditionalAccess/authenticationContextClassReferences{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -198,6 +202,7 @@ public AuthenticationContextClassReferencesRequestBuilder(string rawUrl) : base( /// /// Retrieve a list of authenticationContextClassReference objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,6 +219,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to authenticationContextClassReferences for identity /// + /// 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 @@ -224,7 +230,7 @@ public RequestInformation ToPostRequestInformation(AuthenticationContextClassRef public RequestInformation ToPostRequestInformation(AuthenticationContextClassReference 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}/identity/conditionalAccess/authenticationContextClassReferences", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/Count/CountRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/Count/CountRequestBuilder.cs index 5c24233f5c..71f5b6cc12 100644 --- a/src/generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/Count/CountRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/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}/identity/conditionalAccess/authenticationContextClassReferences/$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}/identity/conditionalAccess/authenticationContextClassReferences/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditiona /// /// 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/Identity/ConditionalAccess/AuthenticationContextClassReferences/Item/AuthenticationContextClassReferenceItemRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/Item/AuthenticationContextClassReferenceItemRequestBuilder.cs index 66c096639d..1067074c69 100644 --- a/src/generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/Item/AuthenticationContextClassReferenceItemRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/AuthenticationContextClassReferences/Item/AuthenticationContextClassReferenceItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AuthenticationContextClassReferenceItemRequestBuilder : BaseCliRequ /// Delete an authenticationContextClassReference object that's not published or used by a conditional access policy. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an authenticationContextClassReference object that's not published or used by a conditional access policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a authenticationContextClassReference object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a authenticationContextClassReference object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Create an authenticationContextClassReference object, if the ID has not been used. If ID has been used, this call updates the authenticationContextClassReference object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Create an authenticationContextClassReference object, if the ID has not been used. If ID has been used, this call updates the authenticationContextClassReference object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AuthenticationContextClassReferenceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationContextClassReferenceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AuthenticationContextClassReferenceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationContextClassReferenceItemRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public AuthenticationContextClassReferenceItemRequestBuilder(string rawUrl) : ba /// /// Delete an authenticationContextClassReference object that's not published or used by a conditional access policy. /// + /// 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}/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a authenticationContextClassReference 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 @@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create an authenticationContextClassReference object, if the ID has not been used. If ID has been used, this call updates the authenticationContextClassReference 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 @@ -211,7 +217,7 @@ public RequestInformation ToPatchRequestInformation(AuthenticationContextClassRe public RequestInformation ToPatchRequestInformation(AuthenticationContextClassReference 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}/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/AuthenticationMethodModesRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/AuthenticationMethodModesRequestBuilder.cs index 35e9638718..d95869e696 100644 --- a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/AuthenticationMethodModesRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/AuthenticationMethodModesRequestBuilder.cs @@ -24,6 +24,7 @@ public class AuthenticationMethodModesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the authenticationMethodModes property of the microsoft.graph.authenticationStrengthRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AuthenticationMethodModeDetailItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to authenticationMethodModes for identity /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to authenticationMethodModes for identity"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// Get a list of all supported authentication methods, or all supported authentication method combinations as a list of authenticationMethodModes objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of all supported authentication methods, or all supported authentication method combinations as a list of authenticationMethodModes objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-authenticationmethodmodes?view=graph-rest-1.0"; @@ -184,13 +188,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AuthenticationMethodModesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationMethodModesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/conditionalAccess/authenticationStrength/authenticationMethodModes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AuthenticationMethodModesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationMethodModesRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditionalAccess/authenticationStrength/authenticationMethodModes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -198,6 +202,7 @@ public AuthenticationMethodModesRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Get a list of all supported authentication methods, or all supported authentication method combinations as a list of authenticationMethodModes 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 @@ -214,6 +219,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to authenticationMethodModes for identity /// + /// 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 @@ -224,7 +230,7 @@ public RequestInformation ToPostRequestInformation(AuthenticationMethodModeDetai public RequestInformation ToPostRequestInformation(AuthenticationMethodModeDetail 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}/identity/conditionalAccess/authenticationStrength/authenticationMethodModes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/Count/CountRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/Count/CountRequestBuilder.cs index ad09d0f09a..94189150ff 100644 --- a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/Count/CountRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/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}/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/$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}/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditiona /// /// 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/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/Item/AuthenticationMethodModeDetailItemRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/Item/AuthenticationMethodModeDetailItemRequestBuilder.cs index aa5a1932d3..a77aa76a7d 100644 --- a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/Item/AuthenticationMethodModeDetailItemRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationMethodModes/Item/AuthenticationMethodModeDetailItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AuthenticationMethodModeDetailItemRequestBuilder : BaseCliRequestBu /// /// Delete navigation property authenticationMethodModes for identity /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property authenticationMethodModes for identity"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Names and descriptions of all valid authentication method modes in the system. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Names and descriptions of all valid authentication method modes in the system."; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property authenticationMethodModes in identity /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property authenticationMethodModes in identity"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AuthenticationMethodModeDetailItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationMethodModeDetailItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/{authenticationMethodModeDetail%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AuthenticationMethodModeDetailItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationMethodModeDetailItemRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/{authenticationMethodModeDetail%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public AuthenticationMethodModeDetailItemRequestBuilder(string rawUrl) : base("{ /// /// Delete navigation property authenticationMethodModes for identity /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/{authenticationMethodModeDetail%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Names and descriptions of all valid authentication method modes in the system. /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property authenticationMethodModes in identity /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(AuthenticationMethodModeDeta public RequestInformation ToPatchRequestInformation(AuthenticationMethodModeDetail 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}/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/{authenticationMethodModeDetail%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationStrengthRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationStrengthRequestBuilder.cs index 46059be7f3..6f0532e052 100644 --- a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationStrengthRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/AuthenticationStrengthRequestBuilder.cs @@ -24,6 +24,7 @@ public class AuthenticationStrengthRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the authenticationMethodModes property of the microsoft.graph.authenticationStrengthRoot entity. /// + /// A public Command BuildAuthenticationMethodModesNavCommand() { var command = new Command("authentication-method-modes"); command.Description = "Provides operations to manage the authenticationMethodModes property of the microsoft.graph.authenticationStrengthRoot entity."; @@ -49,6 +50,7 @@ public Command BuildAuthenticationMethodModesNavCommand() { /// /// Delete navigation property authenticationStrength for identity /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property authenticationStrength for identity"; @@ -76,6 +78,7 @@ public Command BuildDeleteCommand() { /// /// Get authenticationStrength from identity /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get authenticationStrength from identity"; @@ -120,6 +123,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property authenticationStrength in identity /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property authenticationStrength in identity"; @@ -163,6 +167,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the policies property of the microsoft.graph.authenticationStrengthRoot entity. /// + /// A public Command BuildPoliciesNavCommand() { var command = new Command("policies"); command.Description = "Provides operations to manage the policies property of the microsoft.graph.authenticationStrengthRoot entity."; @@ -186,13 +191,13 @@ public Command BuildPoliciesNavCommand() { return command; } /// - /// Instantiates a new AuthenticationStrengthRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationStrengthRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/conditionalAccess/authenticationStrength{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AuthenticationStrengthRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationStrengthRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditionalAccess/authenticationStrength{?%24expand,%24select}", rawUrl) { @@ -200,6 +205,7 @@ public AuthenticationStrengthRequestBuilder(string rawUrl) : base("{+baseurl}/id /// /// Delete navigation property authenticationStrength for identity /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identity/conditionalAccess/authenticationStrength", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -216,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get authenticationStrength from identity /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property authenticationStrength in identity /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(AuthenticationStrengthRoot b public RequestInformation ToPatchRequestInformation(AuthenticationStrengthRoot 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}/identity/conditionalAccess/authenticationStrength", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Count/CountRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Count/CountRequestBuilder.cs index 0e6b024e1a..5a11b876b1 100644 --- a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Count/CountRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/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}/identity/conditionalAccess/authenticationStrength/policies/$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}/identity/conditionalAccess/authenticationStrength/policies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditiona /// /// 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/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/AuthenticationStrengthPolicyItemRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/AuthenticationStrengthPolicyItemRequestBuilder.cs index b853d10211..04f07f1682 100644 --- a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/AuthenticationStrengthPolicyItemRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/AuthenticationStrengthPolicyItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class AuthenticationStrengthPolicyItemRequestBuilder : BaseCliRequestBuil /// /// Provides operations to manage the combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity. /// + /// A public Command BuildCombinationConfigurationsNavCommand() { var command = new Command("combination-configurations"); command.Description = "Provides operations to manage the combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity."; @@ -50,6 +51,7 @@ public Command BuildCombinationConfigurationsNavCommand() { /// /// Delete navigation property policies for identity /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property policies for identity"; @@ -83,6 +85,7 @@ public Command BuildDeleteCommand() { /// /// A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies."; @@ -133,6 +136,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property policies in identity /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property policies in identity"; @@ -182,6 +186,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the updateAllowedCombinations method. /// + /// A public Command BuildUpdateAllowedCombinationsNavCommand() { var command = new Command("update-allowed-combinations"); command.Description = "Provides operations to call the updateAllowedCombinations method."; @@ -197,6 +202,7 @@ public Command BuildUpdateAllowedCombinationsNavCommand() { /// /// Provides operations to call the usage method. /// + /// A public Command BuildUsageNavCommand() { var command = new Command("usage"); command.Description = "Provides operations to call the usage method."; @@ -210,13 +216,13 @@ public Command BuildUsageNavCommand() { return command; } /// - /// Instantiates a new AuthenticationStrengthPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationStrengthPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AuthenticationStrengthPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationStrengthPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -224,6 +230,7 @@ public AuthenticationStrengthPolicyItemRequestBuilder(string rawUrl) : base("{+b /// /// Delete navigation property policies for identity /// + /// 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,7 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -240,6 +247,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -256,6 +264,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property policies in identity /// + /// 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 @@ -266,7 +275,7 @@ public RequestInformation ToPatchRequestInformation(AuthenticationStrengthPolicy public RequestInformation ToPatchRequestInformation(AuthenticationStrengthPolicy 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}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.cs index 419ce41f5a..d9c05d5c06 100644 --- a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class CombinationConfigurationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AuthenticationCombinationConfigurationItemRequestBuilder(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 authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CombinationConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CombinationConfigurationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/combinationConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CombinationConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CombinationConfigurationsRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/combinationConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public CombinationConfigurationsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths. /// + /// 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 authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies. /// + /// 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(AuthenticationCombinationConf public RequestInformation ToPostRequestInformation(AuthenticationCombinationConfiguration 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}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/combinationConfigurations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/Count/CountRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/Count/CountRequestBuilder.cs index 4f9cb89cfd..fe2e98c249 100644 --- a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/Count/CountRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/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}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/combinationConfigurations/$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}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/combinationConfigurations/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditiona /// /// 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/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilder.cs index 5235feb468..e72a6e0b3f 100644 --- a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AuthenticationCombinationConfigurationItemRequestBuilder : BaseCliR /// Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-delete-combinationconfigurations?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an authenticationCombinationConfiguration object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an authenticationCombinationConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of an authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be updated as they're the only type of authenticationCombinationConfiguration that may be created. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be updated as they're the only type of authenticationCombinationConfiguration that may be created.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AuthenticationCombinationConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationCombinationConfigurationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/combinationConfigurations/{authenticationCombinationConfiguration%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AuthenticationCombinationConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationCombinationConfigurationItemRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/combinationConfigurations/{authenticationCombinationConfiguration%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public AuthenticationCombinationConfigurationItemRequestBuilder(string rawUrl) : /// /// Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy 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 @@ -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}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/combinationConfigurations/{authenticationCombinationConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an authenticationCombinationConfiguration 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be updated as they're the only type of authenticationCombinationConfiguration that may be created. /// + /// 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(AuthenticationCombinationCon public RequestInformation ToPatchRequestInformation(AuthenticationCombinationConfiguration 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}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/combinationConfigurations/{authenticationCombinationConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.cs b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.cs index 968386cef3..2e5382fd8e 100644 --- a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.cs +++ b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.cs @@ -18,7 +18,7 @@ public class UpdateAllowedCombinationsPostRequestBody : IAdditionalDataHolder, I public List AllowedCombinations { get; set; } #endif /// - /// Instantiates a new updateAllowedCombinationsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UpdateAllowedCombinationsPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public UpdateAllowedCombinationsPostRequestBody() { /// /// 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 UpdateAllowedCombinationsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static UpdateAllowedCombinationsPostRequestBody CreateFromDiscriminatorVa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowedCombinations", n => { AllowedCombinations = n.GetCollectionOfEnumValues()?.ToList(); } }, diff --git a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.cs index 6b0bd44851..e63ecad230 100644 --- a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.cs @@ -23,6 +23,7 @@ public class UpdateAllowedCombinationsRequestBuilder : BaseCliRequestBuilder { /// Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UpdateAllowedCombinationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UpdateAllowedCombinationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/updateAllowedCombinations", pathParameters) { } /// - /// Instantiates a new UpdateAllowedCombinationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UpdateAllowedCombinationsRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/updateAllowedCombinations", rawUrl) { @@ -84,6 +85,7 @@ public UpdateAllowedCombinationsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method. /// + /// 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/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/Usage/UsageRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/Usage/UsageRequestBuilder.cs index 99305896d7..f4646fdd0b 100644 --- a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/Usage/UsageRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/Usage/UsageRequestBuilder.cs @@ -22,6 +22,7 @@ public class UsageRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function usage /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function usage"; @@ -56,13 +57,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new UsageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UsageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/usage()", pathParameters) { } /// - /// Instantiates a new UsageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UsageRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy%2Did}/usage()", rawUrl) { @@ -70,6 +71,7 @@ public UsageRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditiona /// /// Invoke function usage /// + /// 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/Identity/ConditionalAccess/AuthenticationStrength/Policies/PoliciesRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/PoliciesRequestBuilder.cs index 91925c56c1..7eb8a0e71e 100644 --- a/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/PoliciesRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/PoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the policies property of the microsoft.graph.authenticationStrengthRoot 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to policies for identity /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to policies for identity"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// /// A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies."; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/conditionalAccess/authenticationStrength/policies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditionalAccess/authenticationStrength/policies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public PoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditi /// /// A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to policies for identity /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(AuthenticationStrengthPolicy public RequestInformation ToPostRequestInformation(AuthenticationStrengthPolicy 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}/identity/conditionalAccess/authenticationStrength/policies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/ConditionalAccess/ConditionalAccessRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/ConditionalAccessRequestBuilder.cs index dc45926a71..9510240674 100644 --- a/src/generated/Identity/ConditionalAccess/ConditionalAccessRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/ConditionalAccessRequestBuilder.cs @@ -27,6 +27,7 @@ public class ConditionalAccessRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the authenticationContextClassReferences property of the microsoft.graph.conditionalAccessRoot entity. /// + /// A public Command BuildAuthenticationContextClassReferencesNavCommand() { var command = new Command("authentication-context-class-references"); command.Description = "Provides operations to manage the authenticationContextClassReferences property of the microsoft.graph.conditionalAccessRoot entity."; @@ -52,6 +53,7 @@ public Command BuildAuthenticationContextClassReferencesNavCommand() { /// /// Provides operations to manage the authenticationStrength property of the microsoft.graph.conditionalAccessRoot entity. /// + /// A public Command BuildAuthenticationStrengthNavCommand() { var command = new Command("authentication-strength"); command.Description = "Provides operations to manage the authenticationStrength property of the microsoft.graph.conditionalAccessRoot entity."; @@ -76,6 +78,7 @@ public Command BuildAuthenticationStrengthNavCommand() { /// /// Delete navigation property conditionalAccess for identity /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property conditionalAccess for identity"; @@ -103,6 +106,7 @@ public Command BuildDeleteCommand() { /// /// the entry point for the Conditional Access (CA) object model. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "the entry point for the Conditional Access (CA) object model."; @@ -147,6 +151,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the namedLocations property of the microsoft.graph.conditionalAccessRoot entity. /// + /// A public Command BuildNamedLocationsNavCommand() { var command = new Command("named-locations"); command.Description = "Provides operations to manage the namedLocations property of the microsoft.graph.conditionalAccessRoot entity."; @@ -172,6 +177,7 @@ public Command BuildNamedLocationsNavCommand() { /// /// Update the navigation property conditionalAccess in identity /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property conditionalAccess in identity"; @@ -215,6 +221,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the policies property of the microsoft.graph.conditionalAccessRoot entity. /// + /// A public Command BuildPoliciesNavCommand() { var command = new Command("policies"); command.Description = "Provides operations to manage the policies property of the microsoft.graph.conditionalAccessRoot entity."; @@ -240,6 +247,7 @@ public Command BuildPoliciesNavCommand() { /// /// Provides operations to manage the templates property of the microsoft.graph.conditionalAccessRoot entity. /// + /// A public Command BuildTemplatesNavCommand() { var command = new Command("templates"); command.Description = "Provides operations to manage the templates property of the microsoft.graph.conditionalAccessRoot entity."; @@ -262,13 +270,13 @@ public Command BuildTemplatesNavCommand() { return command; } /// - /// Instantiates a new ConditionalAccessRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConditionalAccessRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/conditionalAccess{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ConditionalAccessRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConditionalAccessRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditionalAccess{?%24expand,%24select}", rawUrl) { @@ -276,6 +284,7 @@ public ConditionalAccessRequestBuilder(string rawUrl) : base("{+baseurl}/identit /// /// Delete navigation property conditionalAccess for identity /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -284,7 +293,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identity/conditionalAccess", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -292,6 +301,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// the entry point for the Conditional Access (CA) object model. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -308,6 +318,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property conditionalAccess in identity /// + /// 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 @@ -318,7 +329,7 @@ public RequestInformation ToPatchRequestInformation(ConditionalAccessRoot body, public RequestInformation ToPatchRequestInformation(ConditionalAccessRoot 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}/identity/conditionalAccess", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/ConditionalAccess/NamedLocations/Count/CountRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/NamedLocations/Count/CountRequestBuilder.cs index 8c128c6b2e..a6ef96d30c 100644 --- a/src/generated/Identity/ConditionalAccess/NamedLocations/Count/CountRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/NamedLocations/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}/identity/conditionalAccess/namedLocations/$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}/identity/conditionalAccess/namedLocations/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditiona /// /// 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/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.cs index b9dc252d04..de98e02cc5 100644 --- a/src/generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/NamedLocations/Item/NamedLocationItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class NamedLocationItemRequestBuilder : BaseCliRequestBuilder { /// Delete a countryNamedLocation object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a countryNamedLocation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-1.0"; @@ -54,12 +55,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Retrieve the properties and relationships of a namedLocation object. - /// Find more info here + /// Retrieve the properties and relationships of a countryNamedLocation object. + /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); - command.Description = "Retrieve the properties and relationships of a namedLocation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0"; + command.Description = "Retrieve the properties and relationships of a countryNamedLocation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/countrynamedlocation-get?view=graph-rest-1.0"; var namedLocationIdOption = new Option("--named-location-id", description: "The unique identifier of namedLocation") { }; namedLocationIdOption.IsRequired = true; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of a countryNamedLocation object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a countryNamedLocation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new NamedLocationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NamedLocationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/conditionalAccess/namedLocations/{namedLocation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new NamedLocationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NamedLocationItemRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditionalAccess/namedLocations/{namedLocation%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public NamedLocationItemRequestBuilder(string rawUrl) : base("{+baseurl}/identit /// /// Delete a countryNamedLocation 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 @@ -177,14 +181,15 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identity/conditionalAccess/namedLocations/{namedLocation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Retrieve the properties and relationships of a namedLocation object. + /// Retrieve the properties and relationships of a countryNamedLocation 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 @@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a countryNamedLocation 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 @@ -211,13 +217,13 @@ public RequestInformation ToPatchRequestInformation(NamedLocation 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}/identity/conditionalAccess/namedLocations/{namedLocation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Retrieve the properties and relationships of a namedLocation object. + /// Retrieve the properties and relationships of a countryNamedLocation object. /// public class NamedLocationItemRequestBuilderGetQueryParameters { /// Expand related entities diff --git a/src/generated/Identity/ConditionalAccess/NamedLocations/NamedLocationsRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/NamedLocations/NamedLocationsRequestBuilder.cs index 11fcafc2d4..e8220fcba8 100644 --- a/src/generated/Identity/ConditionalAccess/NamedLocations/NamedLocationsRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/NamedLocations/NamedLocationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class NamedLocationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the namedLocations property of the microsoft.graph.conditionalAccessRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new NamedLocationItemRequestBuilder(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 namedLocation object. Named locations can be either ipNamedLocation or countryNamedLocation objects. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new namedLocation object. Named locations can be either ipNamedLocation or countryNamedLocation objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// Get a list of namedLocation objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of namedLocation objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new NamedLocationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NamedLocationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/conditionalAccess/namedLocations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new NamedLocationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NamedLocationsRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditionalAccess/namedLocations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public NamedLocationsRequestBuilder(string rawUrl) : base("{+baseurl}/identity/c /// /// Get a list of namedLocation objects. /// + /// 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 namedLocation object. Named locations can be either ipNamedLocation or countryNamedLocation objects. /// + /// 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(NamedLocation 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}/identity/conditionalAccess/namedLocations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/ConditionalAccess/Policies/Count/CountRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/Policies/Count/CountRequestBuilder.cs index c19247a89a..a996a303cc 100644 --- a/src/generated/Identity/ConditionalAccess/Policies/Count/CountRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/Policies/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}/identity/conditionalAccess/policies/$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}/identity/conditionalAccess/policies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditiona /// /// 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/Identity/ConditionalAccess/Policies/Item/ConditionalAccessPolicyItemRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/Policies/Item/ConditionalAccessPolicyItemRequestBuilder.cs index 881ff2ad48..12214af44d 100644 --- a/src/generated/Identity/ConditionalAccess/Policies/Item/ConditionalAccessPolicyItemRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/Policies/Item/ConditionalAccessPolicyItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ConditionalAccessPolicyItemRequestBuilder : BaseCliRequestBuilder { /// Delete a conditionalAccessPolicy object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a conditionalAccessPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a conditionalAccessPolicy object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a conditionalAccessPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of a conditionalAccessPolicy object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a conditionalAccessPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ConditionalAccessPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConditionalAccessPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/conditionalAccess/policies/{conditionalAccessPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ConditionalAccessPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConditionalAccessPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditionalAccess/policies/{conditionalAccessPolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public ConditionalAccessPolicyItemRequestBuilder(string rawUrl) : base("{+baseur /// /// Delete a conditionalAccessPolicy 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 @@ -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}/identity/conditionalAccess/policies/{conditionalAccessPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a conditionalAccessPolicy 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 @@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a conditionalAccessPolicy 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 @@ -211,7 +217,7 @@ public RequestInformation ToPatchRequestInformation(ConditionalAccessPolicy body public RequestInformation ToPatchRequestInformation(ConditionalAccessPolicy 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}/identity/conditionalAccess/policies/{conditionalAccessPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/ConditionalAccess/Policies/PoliciesRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/Policies/PoliciesRequestBuilder.cs index 1852efa0d0..992266902e 100644 --- a/src/generated/Identity/ConditionalAccess/Policies/PoliciesRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/Policies/PoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the policies property of the microsoft.graph.conditionalAccessRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ConditionalAccessPolicyItemRequestBuilder(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 conditionalAccessPolicy. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new conditionalAccessPolicy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of conditionalAccessPolicy objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of conditionalAccessPolicy objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/conditionalAccess/policies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditionalAccess/policies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public PoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditi /// /// Retrieve a list of conditionalAccessPolicy objects. /// + /// 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 conditionalAccessPolicy. /// + /// 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(ConditionalAccessPolicy body, public RequestInformation ToPostRequestInformation(ConditionalAccessPolicy 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}/identity/conditionalAccess/policies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/ConditionalAccess/Templates/Count/CountRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/Templates/Count/CountRequestBuilder.cs index 3a59a348ab..35bf1d2d30 100644 --- a/src/generated/Identity/ConditionalAccess/Templates/Count/CountRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/Templates/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}/identity/conditionalAccess/templates/$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}/identity/conditionalAccess/templates/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditiona /// /// 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/Identity/ConditionalAccess/Templates/Item/ConditionalAccessTemplateItemRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/Templates/Item/ConditionalAccessTemplateItemRequestBuilder.cs index 67f638b783..bb718aeaf7 100644 --- a/src/generated/Identity/ConditionalAccess/Templates/Item/ConditionalAccessTemplateItemRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/Templates/Item/ConditionalAccessTemplateItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ConditionalAccessTemplateItemRequestBuilder : BaseCliRequestBuilder /// Read the properties and relationships of a conditionalAccessTemplate object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a conditionalAccessTemplate object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ConditionalAccessTemplateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConditionalAccessTemplateItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/conditionalAccess/templates/{conditionalAccessTemplate%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ConditionalAccessTemplateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConditionalAccessTemplateItemRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditionalAccess/templates/{conditionalAccessTemplate%2Did}{?%24expand,%24select}", rawUrl) { @@ -85,6 +86,7 @@ public ConditionalAccessTemplateItemRequestBuilder(string rawUrl) : base("{+base /// /// Read the properties and relationships of a conditionalAccessTemplate 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/Identity/ConditionalAccess/Templates/TemplatesRequestBuilder.cs b/src/generated/Identity/ConditionalAccess/Templates/TemplatesRequestBuilder.cs index 0c04bd74cc..5c1466c0df 100644 --- a/src/generated/Identity/ConditionalAccess/Templates/TemplatesRequestBuilder.cs +++ b/src/generated/Identity/ConditionalAccess/Templates/TemplatesRequestBuilder.cs @@ -24,6 +24,7 @@ public class TemplatesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the templates property of the microsoft.graph.conditionalAccessRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ConditionalAccessTemplateItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get a list of the conditionalAccessTemplate objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the conditionalAccessTemplate objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-1.0"; @@ -139,13 +142,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TemplatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TemplatesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/conditionalAccess/templates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TemplatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TemplatesRequestBuilder(string rawUrl) : base("{+baseurl}/identity/conditionalAccess/templates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -153,6 +156,7 @@ public TemplatesRequestBuilder(string rawUrl) : base("{+baseurl}/identity/condit /// /// Get a list of the conditionalAccessTemplate 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 diff --git a/src/generated/Identity/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesGetResponse.cs b/src/generated/Identity/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesGetResponse.cs index b9018d5470..d658664d86 100644 --- a/src/generated/Identity/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesGetResponse.cs +++ b/src/generated/Identity/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesGetResponse.cs @@ -18,6 +18,7 @@ public class AvailableProviderTypesGetResponse : BaseCollectionPaginationCountRe /// /// 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 new AvailableProviderTypesGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class AvailableProviderTypesGetResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Identity/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs b/src/generated/Identity/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs index 0a7086d3e6..b2e91f821a 100644 --- a/src/generated/Identity/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs +++ b/src/generated/Identity/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs @@ -21,6 +21,7 @@ public class AvailableProviderTypesRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function availableProviderTypes /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function availableProviderTypes"; @@ -90,13 +91,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AvailableProviderTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AvailableProviderTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/identityProviders/availableProviderTypes(){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AvailableProviderTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AvailableProviderTypesRequestBuilder(string rawUrl) : base("{+baseurl}/identity/identityProviders/availableProviderTypes(){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl) { @@ -104,6 +105,7 @@ public AvailableProviderTypesRequestBuilder(string rawUrl) : base("{+baseurl}/id /// /// Invoke function availableProviderTypes /// + /// 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/Identity/IdentityProviders/Count/CountRequestBuilder.cs b/src/generated/Identity/IdentityProviders/Count/CountRequestBuilder.cs index a33ca23b7c..19133a8e26 100644 --- a/src/generated/Identity/IdentityProviders/Count/CountRequestBuilder.cs +++ b/src/generated/Identity/IdentityProviders/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}/identity/identityProviders/$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}/identity/identityProviders/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identity/identityPr /// /// 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/Identity/IdentityProviders/IdentityProvidersRequestBuilder.cs b/src/generated/Identity/IdentityProviders/IdentityProvidersRequestBuilder.cs index f22443996f..7fca92ef2e 100644 --- a/src/generated/Identity/IdentityProviders/IdentityProvidersRequestBuilder.cs +++ b/src/generated/Identity/IdentityProviders/IdentityProvidersRequestBuilder.cs @@ -25,6 +25,7 @@ public class IdentityProvidersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the availableProviderTypes method. /// + /// A public Command BuildAvailableProviderTypesNavCommand() { var command = new Command("available-provider-types"); command.Description = "Provides operations to call the availableProviderTypes method."; @@ -40,6 +41,7 @@ public Command BuildAvailableProviderTypesNavCommand() { /// /// Provides operations to manage the identityProviders property of the microsoft.graph.identityContainer entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new IdentityProviderBaseItemRequestBuilder(PathParameters); @@ -51,6 +53,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."; @@ -67,6 +70,7 @@ public Command BuildCountNavCommand() { /// Create an identity provider object that is of the type specified in the request body. Among the types of providers derived from identityProviderBase, you can currently create a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently create a socialIdentityProvider, or an appleManagedIdentityProvider resource. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create an identity provider object that is of the type specified in the request body. Among the types of providers derived from identityProviderBase, you can currently create a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently create a socialIdentityProvider, or an appleManagedIdentityProvider resource.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-1.0"; @@ -111,6 +115,7 @@ public Command BuildCreateCommand() { /// Get a collection of identity provider resources that are configured for a tenant, and that are derived from identityProviderBase. For a Microsoft Entra tenant, the providers can be socialIdentityProviders or builtinIdentityProviders objects. For an Azure AD B2C, the providers can be socialIdentityProvider, or appleManagedIdentityProvider objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a collection of identity provider resources that are configured for a tenant, and that are derived from identityProviderBase. For a Microsoft Entra tenant, the providers can be socialIdentityProviders or builtinIdentityProviders objects. For an Azure AD B2C, the providers can be socialIdentityProvider, or appleManagedIdentityProvider objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0"; @@ -201,13 +206,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new IdentityProvidersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IdentityProvidersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/identityProviders{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new IdentityProvidersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IdentityProvidersRequestBuilder(string rawUrl) : base("{+baseurl}/identity/identityProviders{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -215,6 +220,7 @@ public IdentityProvidersRequestBuilder(string rawUrl) : base("{+baseurl}/identit /// /// Get a collection of identity provider resources that are configured for a tenant, and that are derived from identityProviderBase. For a Microsoft Entra tenant, the providers can be socialIdentityProviders or builtinIdentityProviders objects. For an Azure AD B2C, the providers can be socialIdentityProvider, or appleManagedIdentityProvider objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +237,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create an identity provider object that is of the type specified in the request body. Among the types of providers derived from identityProviderBase, you can currently create a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently create a socialIdentityProvider, or an appleManagedIdentityProvider resource. /// + /// 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 @@ -241,7 +248,7 @@ public RequestInformation ToPostRequestInformation(IdentityProviderBase body, Ac public RequestInformation ToPostRequestInformation(IdentityProviderBase 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}/identity/identityProviders", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/IdentityProviders/Item/IdentityProviderBaseItemRequestBuilder.cs b/src/generated/Identity/IdentityProviders/Item/IdentityProviderBaseItemRequestBuilder.cs index 9994d3fb4f..bb371488d5 100644 --- a/src/generated/Identity/IdentityProviders/Item/IdentityProviderBaseItemRequestBuilder.cs +++ b/src/generated/Identity/IdentityProviders/Item/IdentityProviderBaseItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class IdentityProviderBaseItemRequestBuilder : BaseCliRequestBuilder { /// Delete an identity provider resource that is of the type specified by the id in the request. Among the types of providers derived from identityProviderBase, you can currently delete a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently delete a socialIdentityProvider, or an appleManagedIdentityProvider resource. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an identity provider resource that is of the type specified by the id in the request. Among the types of providers derived from identityProviderBase, you can currently delete a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently delete a socialIdentityProvider, or an appleManagedIdentityProvider resource.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Get the properties and relationships of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently get a socialIdentityProvider or a builtinIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently get a socialIdentityProvider, or an appleManagedIdentityProvider resource. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the properties and relationships of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently get a socialIdentityProvider or a builtinIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently get a socialIdentityProvider, or an appleManagedIdentityProvider resource.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently update a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently update a socialIdentityProvider, or an appleManagedIdentityProvider resource. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently update a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently update a socialIdentityProvider, or an appleManagedIdentityProvider resource.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new IdentityProviderBaseItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IdentityProviderBaseItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/identityProviders/{identityProviderBase%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IdentityProviderBaseItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IdentityProviderBaseItemRequestBuilder(string rawUrl) : base("{+baseurl}/identity/identityProviders/{identityProviderBase%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public IdentityProviderBaseItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete an identity provider resource that is of the type specified by the id in the request. Among the types of providers derived from identityProviderBase, you can currently delete a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently delete a socialIdentityProvider, or an appleManagedIdentityProvider 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 @@ -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}/identity/identityProviders/{identityProviderBase%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the properties and relationships of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently get a socialIdentityProvider or a builtinIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently get a socialIdentityProvider, or an appleManagedIdentityProvider 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 @@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently update a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently update a socialIdentityProvider, or an appleManagedIdentityProvider resource. /// + /// 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(IdentityProviderBase body, A public RequestInformation ToPatchRequestInformation(IdentityProviderBase 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}/identity/identityProviders/{identityProviderBase%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/IdentityRequestBuilder.cs b/src/generated/Identity/IdentityRequestBuilder.cs index 70e33be0c1..48deb7f2bb 100644 --- a/src/generated/Identity/IdentityRequestBuilder.cs +++ b/src/generated/Identity/IdentityRequestBuilder.cs @@ -27,6 +27,7 @@ public class IdentityRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the apiConnectors property of the microsoft.graph.identityContainer entity. /// + /// A public Command BuildApiConnectorsNavCommand() { var command = new Command("api-connectors"); command.Description = "Provides operations to manage the apiConnectors property of the microsoft.graph.identityContainer entity."; @@ -52,6 +53,7 @@ public Command BuildApiConnectorsNavCommand() { /// /// Provides operations to manage the b2xUserFlows property of the microsoft.graph.identityContainer entity. /// + /// A public Command BuildB2xUserFlowsNavCommand() { var command = new Command("b2x-user-flows"); command.Description = "Provides operations to manage the b2xUserFlows property of the microsoft.graph.identityContainer entity."; @@ -77,6 +79,7 @@ public Command BuildB2xUserFlowsNavCommand() { /// /// Provides operations to manage the conditionalAccess property of the microsoft.graph.identityContainer entity. /// + /// A public Command BuildConditionalAccessNavCommand() { var command = new Command("conditional-access"); command.Description = "Provides operations to manage the conditionalAccess property of the microsoft.graph.identityContainer entity."; @@ -104,6 +107,7 @@ public Command BuildConditionalAccessNavCommand() { /// /// Get identity /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get identity"; @@ -148,6 +152,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the identityProviders property of the microsoft.graph.identityContainer entity. /// + /// A public Command BuildIdentityProvidersNavCommand() { var command = new Command("identity-providers"); command.Description = "Provides operations to manage the identityProviders property of the microsoft.graph.identityContainer entity."; @@ -174,6 +179,7 @@ public Command BuildIdentityProvidersNavCommand() { /// /// Update identity /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update identity"; @@ -217,6 +223,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the userFlowAttributes property of the microsoft.graph.identityContainer entity. /// + /// A public Command BuildUserFlowAttributesNavCommand() { var command = new Command("user-flow-attributes"); command.Description = "Provides operations to manage the userFlowAttributes property of the microsoft.graph.identityContainer entity."; @@ -240,13 +247,13 @@ public Command BuildUserFlowAttributesNavCommand() { return command; } /// - /// Instantiates a new IdentityRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IdentityRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IdentityRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IdentityRequestBuilder(string rawUrl) : base("{+baseurl}/identity{?%24expand,%24select}", rawUrl) { @@ -254,6 +261,7 @@ public IdentityRequestBuilder(string rawUrl) : base("{+baseurl}/identity{?%24exp /// /// Get identity /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -270,6 +278,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update identity /// + /// 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 @@ -280,7 +289,7 @@ public RequestInformation ToPatchRequestInformation(IdentityContainer body, Acti public RequestInformation ToPatchRequestInformation(IdentityContainer 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}/identity", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/UserFlowAttributes/Count/CountRequestBuilder.cs b/src/generated/Identity/UserFlowAttributes/Count/CountRequestBuilder.cs index 46a9aa5057..23577d67b5 100644 --- a/src/generated/Identity/UserFlowAttributes/Count/CountRequestBuilder.cs +++ b/src/generated/Identity/UserFlowAttributes/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}/identity/userFlowAttributes/$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}/identity/userFlowAttributes/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identity/userFlowAt /// /// 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/Identity/UserFlowAttributes/Item/IdentityUserFlowAttributeItemRequestBuilder.cs b/src/generated/Identity/UserFlowAttributes/Item/IdentityUserFlowAttributeItemRequestBuilder.cs index 206da04f9e..d687442e66 100644 --- a/src/generated/Identity/UserFlowAttributes/Item/IdentityUserFlowAttributeItemRequestBuilder.cs +++ b/src/generated/Identity/UserFlowAttributes/Item/IdentityUserFlowAttributeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class IdentityUserFlowAttributeItemRequestBuilder : BaseCliRequestBuilder /// Delete a custom identityUserFlowAttribute. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a custom identityUserFlowAttribute.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a identityUserFlowAttribute object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a identityUserFlowAttribute object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of a custom identityUserFlowAttribute object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a custom identityUserFlowAttribute object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new IdentityUserFlowAttributeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IdentityUserFlowAttributeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/userFlowAttributes/{identityUserFlowAttribute%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IdentityUserFlowAttributeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IdentityUserFlowAttributeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identity/userFlowAttributes/{identityUserFlowAttribute%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public IdentityUserFlowAttributeItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete a custom identityUserFlowAttribute. /// + /// 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}/identity/userFlowAttributes/{identityUserFlowAttribute%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a identityUserFlowAttribute 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 @@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a custom identityUserFlowAttribute 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 @@ -211,7 +217,7 @@ public RequestInformation ToPatchRequestInformation(IdentityUserFlowAttribute bo public RequestInformation ToPatchRequestInformation(IdentityUserFlowAttribute 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}/identity/userFlowAttributes/{identityUserFlowAttribute%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Identity/UserFlowAttributes/UserFlowAttributesRequestBuilder.cs b/src/generated/Identity/UserFlowAttributes/UserFlowAttributesRequestBuilder.cs index 2e0289c3ff..c3e2b68eb1 100644 --- a/src/generated/Identity/UserFlowAttributes/UserFlowAttributesRequestBuilder.cs +++ b/src/generated/Identity/UserFlowAttributes/UserFlowAttributesRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserFlowAttributesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the userFlowAttributes property of the microsoft.graph.identityContainer entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new IdentityUserFlowAttributeItemRequestBuilder(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 custom identityUserFlowAttribute object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new custom identityUserFlowAttribute object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of identityUserFlowAttribute objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of identityUserFlowAttribute objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-1.0"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserFlowAttributesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserFlowAttributesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identity/userFlowAttributes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserFlowAttributesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserFlowAttributesRequestBuilder(string rawUrl) : base("{+baseurl}/identity/userFlowAttributes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public UserFlowAttributesRequestBuilder(string rawUrl) : base("{+baseurl}/identi /// /// Retrieve a list of identityUserFlowAttribute objects. /// + /// 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 custom identityUserFlowAttribute 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 @@ -225,7 +231,7 @@ public RequestInformation ToPostRequestInformation(IdentityUserFlowAttribute bod public RequestInformation ToPostRequestInformation(IdentityUserFlowAttribute 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}/identity/userFlowAttributes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/AccessReviewsRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/AccessReviewsRequestBuilder.cs index 1d6e789085..aab9713551 100644 --- a/src/generated/IdentityGovernance/AccessReviews/AccessReviewsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/AccessReviewsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AccessReviewsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the definitions property of the microsoft.graph.accessReviewSet entity. /// + /// A public Command BuildDefinitionsNavCommand() { var command = new Command("definitions"); command.Description = "Provides operations to manage the definitions property of the microsoft.graph.accessReviewSet entity."; @@ -50,6 +51,7 @@ public Command BuildDefinitionsNavCommand() { /// /// Delete navigation property accessReviews for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property accessReviews for identityGovernance"; @@ -77,6 +79,7 @@ public Command BuildDeleteCommand() { /// /// Get accessReviews from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get accessReviews from identityGovernance"; @@ -121,6 +124,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the historyDefinitions property of the microsoft.graph.accessReviewSet entity. /// + /// A public Command BuildHistoryDefinitionsNavCommand() { var command = new Command("history-definitions"); command.Description = "Provides operations to manage the historyDefinitions property of the microsoft.graph.accessReviewSet entity."; @@ -146,6 +150,7 @@ public Command BuildHistoryDefinitionsNavCommand() { /// /// Update the navigation property accessReviews in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property accessReviews in identityGovernance"; @@ -187,13 +192,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessReviewsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessReviewsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessReviewsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessReviewsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews{?%24expand,%24select}", rawUrl) { @@ -201,6 +206,7 @@ public AccessReviewsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGov /// /// Delete navigation property accessReviews for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -209,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}/identityGovernance/accessReviews", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -217,6 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get accessReviews from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -233,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property accessReviews in identityGovernance /// + /// 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 @@ -243,7 +251,7 @@ public RequestInformation ToPatchRequestInformation(AccessReviewSet body, Action public RequestInformation ToPatchRequestInformation(AccessReviewSet 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}/identityGovernance/accessReviews", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Count/CountRequestBuilder.cs index a704fe85d1..9d34668a4b 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/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}/identityGovernance/accessReviews/definitions/$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}/identityGovernance/accessReviews/definitions/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/AccessReviews/Definitions/DefinitionsRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/DefinitionsRequestBuilder.cs index 234e29304f..69913ab360 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/DefinitionsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/DefinitionsRequestBuilder.cs @@ -25,6 +25,7 @@ public class DefinitionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the definitions property of the microsoft.graph.accessReviewSet 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 accessReviewScheduleDefinition object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new accessReviewScheduleDefinition object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-1.0"; @@ -98,6 +101,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -114,6 +118,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Get a list of the accessReviewScheduleDefinition objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the accessReviewScheduleDefinition objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0"; @@ -204,13 +209,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DefinitionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DefinitionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DefinitionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DefinitionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -218,6 +223,7 @@ public DefinitionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Get a list of the accessReviewScheduleDefinition 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 @@ -234,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new accessReviewScheduleDefinition 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 @@ -244,7 +251,7 @@ public RequestInformation ToPostRequestInformation(AccessReviewScheduleDefinitio public RequestInformation ToPostRequestInformation(AccessReviewScheduleDefinition 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}/identityGovernance/accessReviews/definitions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index 10d817b161..c87271ef03 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessReviewScheduleDefinition.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index ac761f5a70..eff0347f0c 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/AccessReviewScheduleDefinitionItemRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/AccessReviewScheduleDefinitionItemRequestBuilder.cs index 7e8cbad706..2f35ef31e6 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/AccessReviewScheduleDefinitionItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/AccessReviewScheduleDefinitionItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class AccessReviewScheduleDefinitionItemRequestBuilder : BaseCliRequestBu /// Deletes an accessReviewScheduleDefinition object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes an accessReviewScheduleDefinition object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-1.0"; @@ -59,6 +60,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an accessReviewScheduleDefinition object. To retrieve the instances of the access review series, use the list accessReviewInstance API. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an accessReviewScheduleDefinition object. To retrieve the instances of the access review series, use the list accessReviewInstance API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-1.0"; @@ -109,6 +111,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the instances property of the microsoft.graph.accessReviewScheduleDefinition entity. /// + /// A public Command BuildInstancesNavCommand() { var command = new Command("instances"); command.Description = "Provides operations to manage the instances property of the microsoft.graph.accessReviewScheduleDefinition entity."; @@ -135,6 +138,7 @@ public Command BuildInstancesNavCommand() { /// /// Update the navigation property definitions in identityGovernance /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update the navigation property definitions in identityGovernance"; @@ -184,6 +188,7 @@ public Command BuildPutCommand() { /// /// Provides operations to call the stop method. /// + /// A public Command BuildStopNavCommand() { var command = new Command("stop"); command.Description = "Provides operations to call the stop method."; @@ -197,13 +202,13 @@ public Command BuildStopNavCommand() { return command; } /// - /// Instantiates a new AccessReviewScheduleDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessReviewScheduleDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessReviewScheduleDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessReviewScheduleDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -211,6 +216,7 @@ public AccessReviewScheduleDefinitionItemRequestBuilder(string rawUrl) : base("{ /// /// Deletes an accessReviewScheduleDefinition 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 @@ -219,7 +225,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -227,6 +233,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an accessReviewScheduleDefinition object. To retrieve the instances of the access review series, use the list accessReviewInstance 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 @@ -243,6 +250,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property definitions in identityGovernance /// + /// 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 @@ -253,7 +261,7 @@ public RequestInformation ToPutRequestInformation(AccessReviewScheduleDefinition public RequestInformation ToPutRequestInformation(AccessReviewScheduleDefinition body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Count/CountRequestBuilder.cs index 5c10fc4ad1..a1afef3f85 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/$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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/AccessReviews/Definitions/Item/Instances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index 21fc740c8a..9cfa31fdfe 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessReviewInstance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 8ac4803763..e4e15cb843 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (accessReviewScheduleDefinitionId is not null) requestInfo.PathParameters.Add("accessReviewScheduleDefinition%2Did", accessReviewScheduleDefinitionId); if (on is not null) requestInfo.PathParameters.Add("on", on); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/InstancesRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/InstancesRequestBuilder.cs index 9ebebab105..d81b28934a 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/InstancesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/InstancesRequestBuilder.cs @@ -25,6 +25,7 @@ public class InstancesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the instances property of the microsoft.graph.accessReviewScheduleDefinition entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -46,6 +47,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."; @@ -61,6 +63,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to instances for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to instances for identityGovernance"; @@ -110,6 +113,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -126,6 +130,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Get a list of the accessReviewInstance objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the accessReviewInstance objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0"; @@ -222,13 +227,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new InstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InstancesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new InstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InstancesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -236,6 +241,7 @@ public InstancesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// Get a list of the accessReviewInstance 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 @@ -252,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to instances for identityGovernance /// + /// 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 @@ -262,7 +269,7 @@ public RequestInformation ToPostRequestInformation(AccessReviewInstance body, Ac public RequestInformation ToPostRequestInformation(AccessReviewInstance 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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AcceptRecommendations/AcceptRecommendationsRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AcceptRecommendations/AcceptRecommendationsRequestBuilder.cs index 99e59c33e9..90bb7d8618 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AcceptRecommendations/AcceptRecommendationsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AcceptRecommendations/AcceptRecommendationsRequestBuilder.cs @@ -22,6 +22,7 @@ public class AcceptRecommendationsRequestBuilder : BaseCliRequestBuilder { /// Allows the acceptance of recommendations on all accessReviewInstanceDecisionItem objects that haven't been reviewed on an accessReviewInstance object for which the calling user is a reviewer. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Allows the acceptance of recommendations on all accessReviewInstanceDecisionItem objects that haven't been reviewed on an accessReviewInstance object for which the calling user is a reviewer.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AcceptRecommendationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AcceptRecommendationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/acceptRecommendations", pathParameters) { } /// - /// Instantiates a new AcceptRecommendationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AcceptRecommendationsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/acceptRecommendations", rawUrl) { @@ -66,6 +67,7 @@ public AcceptRecommendationsRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// Allows the acceptance of recommendations on all accessReviewInstanceDecisionItem objects that haven't been reviewed on an accessReviewInstance object for which the calling user is a reviewer. /// + /// 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/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AccessReviewInstanceItemRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AccessReviewInstanceItemRequestBuilder.cs index 90a3a49669..bd36b1dd5a 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AccessReviewInstanceItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AccessReviewInstanceItemRequestBuilder.cs @@ -31,6 +31,7 @@ public class AccessReviewInstanceItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the acceptRecommendations method. /// + /// A public Command BuildAcceptRecommendationsNavCommand() { var command = new Command("accept-recommendations"); command.Description = "Provides operations to call the acceptRecommendations method."; @@ -46,6 +47,7 @@ public Command BuildAcceptRecommendationsNavCommand() { /// /// Provides operations to call the applyDecisions method. /// + /// A public Command BuildApplyDecisionsNavCommand() { var command = new Command("apply-decisions"); command.Description = "Provides operations to call the applyDecisions method."; @@ -61,6 +63,7 @@ public Command BuildApplyDecisionsNavCommand() { /// /// Provides operations to call the batchRecordDecisions method. /// + /// A public Command BuildBatchRecordDecisionsNavCommand() { var command = new Command("batch-record-decisions"); command.Description = "Provides operations to call the batchRecordDecisions method."; @@ -76,6 +79,7 @@ public Command BuildBatchRecordDecisionsNavCommand() { /// /// Provides operations to manage the contactedReviewers property of the microsoft.graph.accessReviewInstance entity. /// + /// A public Command BuildContactedReviewersNavCommand() { var command = new Command("contacted-reviewers"); command.Description = "Provides operations to manage the contactedReviewers property of the microsoft.graph.accessReviewInstance entity."; @@ -101,6 +105,7 @@ public Command BuildContactedReviewersNavCommand() { /// /// Provides operations to manage the decisions property of the microsoft.graph.accessReviewInstance entity. /// + /// A public Command BuildDecisionsNavCommand() { var command = new Command("decisions"); command.Description = "Provides operations to manage the decisions property of the microsoft.graph.accessReviewInstance entity."; @@ -127,6 +132,7 @@ public Command BuildDecisionsNavCommand() { /// /// Delete navigation property instances for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property instances for identityGovernance"; @@ -167,6 +173,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an accessReviewInstance object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an accessReviewInstance object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-1.0"; @@ -224,6 +231,7 @@ public Command BuildGetCommand() { /// Update the properties of an accessReviewInstance object. Only the reviewers and fallbackReviewers properties can be updated but the scope property is also required in the request body. You can only add reviewers to the fallbackReviewers property but can't remove existing fallbackReviewers. To update an accessReviewInstance, it's status must be InProgress. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an accessReviewInstance object. Only the reviewers and fallbackReviewers properties can be updated but the scope property is also required in the request body. You can only add reviewers to the fallbackReviewers property but can't remove existing fallbackReviewers. To update an accessReviewInstance, it's status must be InProgress.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-1.0"; @@ -279,6 +287,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the resetDecisions method. /// + /// A public Command BuildResetDecisionsNavCommand() { var command = new Command("reset-decisions"); command.Description = "Provides operations to call the resetDecisions method."; @@ -294,6 +303,7 @@ public Command BuildResetDecisionsNavCommand() { /// /// Provides operations to call the sendReminder method. /// + /// A public Command BuildSendReminderNavCommand() { var command = new Command("send-reminder"); command.Description = "Provides operations to call the sendReminder method."; @@ -309,6 +319,7 @@ public Command BuildSendReminderNavCommand() { /// /// Provides operations to manage the stages property of the microsoft.graph.accessReviewInstance entity. /// + /// A public Command BuildStagesNavCommand() { var command = new Command("stages"); command.Description = "Provides operations to manage the stages property of the microsoft.graph.accessReviewInstance entity."; @@ -335,6 +346,7 @@ public Command BuildStagesNavCommand() { /// /// Provides operations to call the stop method. /// + /// A public Command BuildStopNavCommand() { var command = new Command("stop"); command.Description = "Provides operations to call the stop method."; @@ -348,13 +360,13 @@ public Command BuildStopNavCommand() { return command; } /// - /// Instantiates a new AccessReviewInstanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessReviewInstanceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessReviewInstanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessReviewInstanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}{?%24expand,%24select}", rawUrl) { @@ -362,6 +374,7 @@ public AccessReviewInstanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property instances for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -370,7 +383,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -378,6 +391,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an accessReviewInstance 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 @@ -394,6 +408,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an accessReviewInstance object. Only the reviewers and fallbackReviewers properties can be updated but the scope property is also required in the request body. You can only add reviewers to the fallbackReviewers property but can't remove existing fallbackReviewers. To update an accessReviewInstance, it's status must be InProgress. /// + /// 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 @@ -404,7 +419,7 @@ public RequestInformation ToPatchRequestInformation(AccessReviewInstance body, A public RequestInformation ToPatchRequestInformation(AccessReviewInstance 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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ApplyDecisions/ApplyDecisionsRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ApplyDecisions/ApplyDecisionsRequestBuilder.cs index 352d1d8584..ab6cc0612f 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ApplyDecisions/ApplyDecisionsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ApplyDecisions/ApplyDecisionsRequestBuilder.cs @@ -22,6 +22,7 @@ public class ApplyDecisionsRequestBuilder : BaseCliRequestBuilder { /// Apply review decisions on an accessReviewInstance if the decisions were not applied automatically because the autoApplyDecisionsEnabled property is false in the review's accessReviewScheduleSettings. The status of the accessReviewInstance must be Completed to call this method. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Apply review decisions on an accessReviewInstance if the decisions were not applied automatically because the autoApplyDecisionsEnabled property is false in the review's accessReviewScheduleSettings. The status of the accessReviewInstance must be Completed to call this method.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ApplyDecisionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApplyDecisionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/applyDecisions", pathParameters) { } /// - /// Instantiates a new ApplyDecisionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApplyDecisionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/applyDecisions", rawUrl) { @@ -66,6 +67,7 @@ public ApplyDecisionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// Apply review decisions on an accessReviewInstance if the decisions were not applied automatically because the autoApplyDecisionsEnabled property is false in the review's accessReviewScheduleSettings. The status of the accessReviewInstance must be Completed to call this method. /// + /// 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/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsPostRequestBody.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsPostRequestBody.cs index 7f1c9be427..e233b49fd2 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsPostRequestBody.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsPostRequestBody.cs @@ -41,7 +41,7 @@ public class BatchRecordDecisionsPostRequestBody : IAdditionalDataHolder, IParsa public string ResourceId { get; set; } #endif /// - /// Instantiates a new batchRecordDecisionsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public BatchRecordDecisionsPostRequestBody() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public BatchRecordDecisionsPostRequestBody() { /// /// 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 BatchRecordDecisionsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static BatchRecordDecisionsPostRequestBody CreateFromDiscriminatorValue(I /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"decision", n => { Decision = n.GetStringValue(); } }, diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.cs index d3e53dcb5b..1a54d7d1aa 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.cs @@ -22,6 +22,7 @@ public class BatchRecordDecisionsRequestBuilder : BaseCliRequestBuilder { /// Enables reviewers to review all accessReviewInstanceDecisionItem objects in batches by using principalId, resourceId, or neither. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Enables reviewers to review all accessReviewInstanceDecisionItem objects in batches by using principalId, resourceId, or neither.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new BatchRecordDecisionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BatchRecordDecisionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/batchRecordDecisions", pathParameters) { } /// - /// Instantiates a new BatchRecordDecisionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BatchRecordDecisionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/batchRecordDecisions", rawUrl) { @@ -79,6 +80,7 @@ public BatchRecordDecisionsRequestBuilder(string rawUrl) : base("{+baseurl}/iden /// /// Enables reviewers to review all accessReviewInstanceDecisionItem objects in batches by using principalId, resourceId, or neither. /// + /// 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/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/ContactedReviewersRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/ContactedReviewersRequestBuilder.cs index d5282a565c..a5e3df0d0b 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/ContactedReviewersRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/ContactedReviewersRequestBuilder.cs @@ -24,6 +24,7 @@ public class ContactedReviewersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the contactedReviewers property of the microsoft.graph.accessReviewInstance entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AccessReviewReviewerItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to contactedReviewers for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to contactedReviewers for identityGovernance"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// Get the reviewers for an access review instance, irrespective of whether or not they have received a notification. The reviewers are represented by an accessReviewReviewer object. A list of zero or more objects are returned, including all of their nested properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the reviewers for an access review instance, irrespective of whether or not they have received a notification. The reviewers are represented by an accessReviewReviewer object. A list of zero or more objects are returned, including all of their nested properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0"; @@ -208,13 +212,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContactedReviewersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContactedReviewersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/contactedReviewers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContactedReviewersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContactedReviewersRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/contactedReviewers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -222,6 +226,7 @@ public ContactedReviewersRequestBuilder(string rawUrl) : base("{+baseurl}/identi /// /// Get the reviewers for an access review instance, irrespective of whether or not they have received a notification. The reviewers are represented by an accessReviewReviewer object. A list of zero or more objects are returned, including all of their nested 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 @@ -238,6 +243,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to contactedReviewers for identityGovernance /// + /// 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 @@ -248,7 +254,7 @@ public RequestInformation ToPostRequestInformation(AccessReviewReviewer body, Ac public RequestInformation ToPostRequestInformation(AccessReviewReviewer 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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/contactedReviewers", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/Count/CountRequestBuilder.cs index c321d84056..77be5a63d3 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/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"; @@ -65,13 +66,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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/contactedReviewers/$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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/contactedReviewers/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/Item/AccessReviewReviewerItemRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/Item/AccessReviewReviewerItemRequestBuilder.cs index 35296220e8..7f5f9e59d9 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/Item/AccessReviewReviewerItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ContactedReviewers/Item/AccessReviewReviewerItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessReviewReviewerItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property contactedReviewers for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property contactedReviewers for identityGovernance"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Returns the collection of reviewers who were contacted to complete this review. While the reviewers and fallbackReviewers properties of the accessReviewScheduleDefinition might specify group owners or managers as reviewers, contactedReviewers returns their individual identities. Supports $select. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Returns the collection of reviewers who were contacted to complete this review. While the reviewers and fallbackReviewers properties of the accessReviewScheduleDefinition might specify group owners or managers as reviewers, contactedReviewers returns their individual identities. Supports $select. Read-only."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property contactedReviewers in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property contactedReviewers in identityGovernance"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessReviewReviewerItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessReviewReviewerItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/contactedReviewers/{accessReviewReviewer%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessReviewReviewerItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessReviewReviewerItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/contactedReviewers/{accessReviewReviewer%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public AccessReviewReviewerItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property contactedReviewers for identityGovernance /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/contactedReviewers/{accessReviewReviewer%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Returns the collection of reviewers who were contacted to complete this review. While the reviewers and fallbackReviewers properties of the accessReviewScheduleDefinition might specify group owners or managers as reviewers, contactedReviewers returns their individual identities. Supports $select. 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 @@ -234,6 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property contactedReviewers in identityGovernance /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(AccessReviewReviewer body, A public RequestInformation ToPatchRequestInformation(AccessReviewReviewer 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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/contactedReviewers/{accessReviewReviewer%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Count/CountRequestBuilder.cs index 0c3a0e2873..70e8cf36b5 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/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"; @@ -65,13 +66,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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/$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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/DecisionsRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/DecisionsRequestBuilder.cs index ffc21cbe5c..05b406996c 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/DecisionsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/DecisionsRequestBuilder.cs @@ -25,6 +25,7 @@ public class DecisionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the decisions property of the microsoft.graph.accessReviewInstance entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to decisions for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to decisions for identityGovernance"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -124,6 +128,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0"; @@ -226,13 +231,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DecisionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DecisionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DecisionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DecisionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -240,6 +245,7 @@ public DecisionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested 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 @@ -256,6 +262,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to decisions for identityGovernance /// + /// 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 @@ -266,7 +273,7 @@ public RequestInformation ToPostRequestInformation(AccessReviewInstanceDecisionI public RequestInformation ToPostRequestInformation(AccessReviewInstanceDecisionItem 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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index 45520a7d71..f21e3dc097 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessReviewInstanceDecisionItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 85fbde7ddc..82205fabc5 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -66,6 +67,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -83,6 +89,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -99,6 +106,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (accessReviewScheduleDefinitionId is not null) requestInfo.PathParameters.Add("accessReviewScheduleDefinition%2Did", accessReviewScheduleDefinitionId); if (accessReviewInstanceId is not null) requestInfo.PathParameters.Add("accessReviewInstance%2Did", accessReviewInstanceId); @@ -122,20 +130,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -156,6 +165,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilder.cs index e42e59d547..0b55fafdfc 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessReviewInstanceDecisionItemItemRequestBuilder : BaseCliRequest /// /// Delete navigation property decisions for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property decisions for identityGovernance"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an accessReviewInstanceDecisionItem object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an accessReviewInstanceDecisionItem object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0"; @@ -131,6 +133,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the insights property of the microsoft.graph.accessReviewInstanceDecisionItem entity. /// + /// A public Command BuildInsightsNavCommand() { var command = new Command("insights"); command.Description = "Provides operations to manage the insights property of the microsoft.graph.accessReviewInstanceDecisionItem entity."; @@ -156,6 +159,7 @@ public Command BuildInsightsNavCommand() { /// /// Update the navigation property decisions in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property decisions in identityGovernance"; @@ -215,13 +219,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessReviewInstanceDecisionItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessReviewInstanceDecisionItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessReviewInstanceDecisionItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessReviewInstanceDecisionItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -229,6 +233,7 @@ public AccessReviewInstanceDecisionItemItemRequestBuilder(string rawUrl) : base( /// /// Delete navigation property decisions for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,7 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -245,6 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an accessReviewInstanceDecisionItem 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 @@ -261,6 +267,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property decisions in identityGovernance /// + /// 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 @@ -271,7 +278,7 @@ public RequestInformation ToPatchRequestInformation(AccessReviewInstanceDecision public RequestInformation ToPatchRequestInformation(AccessReviewInstanceDecisionItem 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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/Count/CountRequestBuilder.cs index ea53a4bcd5..7e837685e0 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/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"; @@ -71,13 +72,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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}/insights/$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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}/insights/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/InsightsRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/InsightsRequestBuilder.cs index 7f2675c494..9a75b9644f 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/InsightsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/InsightsRequestBuilder.cs @@ -24,6 +24,7 @@ public class InsightsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the insights property of the microsoft.graph.accessReviewInstanceDecisionItem entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new GovernanceInsightItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to insights for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to insights for identityGovernance"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// /// Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem."; @@ -219,13 +223,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new InsightsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InsightsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}/insights{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new InsightsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InsightsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}/insights{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -233,6 +237,7 @@ public InsightsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -249,6 +254,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to insights for identityGovernance /// + /// 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 @@ -259,7 +265,7 @@ public RequestInformation ToPostRequestInformation(GovernanceInsight body, Actio public RequestInformation ToPostRequestInformation(GovernanceInsight 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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}/insights", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/Item/GovernanceInsightItemRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/Item/GovernanceInsightItemRequestBuilder.cs index b1b54b3c92..79e1150c0f 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/Item/GovernanceInsightItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Insights/Item/GovernanceInsightItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class GovernanceInsightItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property insights for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property insights for identityGovernance"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property insights in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property insights in identityGovernance"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new GovernanceInsightItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GovernanceInsightItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}/insights/{governanceInsight%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GovernanceInsightItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GovernanceInsightItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}/insights/{governanceInsight%2Did}{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public GovernanceInsightItemRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// Delete navigation property insights for identityGovernance /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}/insights/{governanceInsight%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property insights in identityGovernance /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(GovernanceInsight body, Acti public RequestInformation ToPatchRequestInformation(GovernanceInsight 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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}/insights/{governanceInsight%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ResetDecisions/ResetDecisionsRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ResetDecisions/ResetDecisionsRequestBuilder.cs index 744f685ee6..31fe4a78a8 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ResetDecisions/ResetDecisionsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ResetDecisions/ResetDecisionsRequestBuilder.cs @@ -22,6 +22,7 @@ public class ResetDecisionsRequestBuilder : BaseCliRequestBuilder { /// Resets all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Resets all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ResetDecisionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResetDecisionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/resetDecisions", pathParameters) { } /// - /// Instantiates a new ResetDecisionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResetDecisionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/resetDecisions", rawUrl) { @@ -66,6 +67,7 @@ public ResetDecisionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// Resets all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed. /// + /// 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/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/SendReminder/SendReminderRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/SendReminder/SendReminderRequestBuilder.cs index 0fd6887472..c947507893 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/SendReminder/SendReminderRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/SendReminder/SendReminderRequestBuilder.cs @@ -22,6 +22,7 @@ public class SendReminderRequestBuilder : BaseCliRequestBuilder { /// Send a reminder to the reviewers of an active accessReviewInstance. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Send a reminder to the reviewers of an active accessReviewInstance.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SendReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SendReminderRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/sendReminder", pathParameters) { } /// - /// Instantiates a new SendReminderRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SendReminderRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/sendReminder", rawUrl) { @@ -66,6 +67,7 @@ public SendReminderRequestBuilder(string rawUrl) : base("{+baseurl}/identityGove /// /// Send a reminder to the reviewers of an active accessReviewInstance. /// + /// 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/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Count/CountRequestBuilder.cs index 6fd1b4e822..dab4731208 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/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"; @@ -65,13 +66,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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/$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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index e4261f47fa..e2880d89b5 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessReviewStage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index a8f142a7a1..40697c0f51 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -66,6 +67,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -83,6 +89,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -99,6 +106,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (accessReviewScheduleDefinitionId is not null) requestInfo.PathParameters.Add("accessReviewScheduleDefinition%2Did", accessReviewScheduleDefinitionId); if (accessReviewInstanceId is not null) requestInfo.PathParameters.Add("accessReviewInstance%2Did", accessReviewInstanceId); @@ -122,20 +130,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -156,6 +165,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/AccessReviewStageItemRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/AccessReviewStageItemRequestBuilder.cs index 88581647b5..d26f30b14f 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/AccessReviewStageItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/AccessReviewStageItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class AccessReviewStageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the decisions property of the microsoft.graph.accessReviewStage entity. /// + /// A public Command BuildDecisionsNavCommand() { var command = new Command("decisions"); command.Description = "Provides operations to manage the decisions property of the microsoft.graph.accessReviewStage entity."; @@ -50,6 +51,7 @@ public Command BuildDecisionsNavCommand() { /// /// Delete navigation property stages for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property stages for identityGovernance"; @@ -96,6 +98,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of an accessReviewStage object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of an accessReviewStage object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0"; @@ -159,6 +162,7 @@ public Command BuildGetCommand() { /// Update the properties of an accessReviewStage object. Only the reviewers and fallbackReviewers properties can be updated. You can only add reviewers to the fallbackReviewers property but can't remove existing fallbackReviewers. To update an accessReviewStage, its status must be NotStarted, Initializing, or InProgress. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an accessReviewStage object. Only the reviewers and fallbackReviewers properties can be updated. You can only add reviewers to the fallbackReviewers property but can't remove existing fallbackReviewers. To update an accessReviewStage, its status must be NotStarted, Initializing, or InProgress.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-1.0"; @@ -220,6 +224,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the stop method. /// + /// A public Command BuildStopNavCommand() { var command = new Command("stop"); command.Description = "Provides operations to call the stop method."; @@ -233,13 +238,13 @@ public Command BuildStopNavCommand() { return command; } /// - /// Instantiates a new AccessReviewStageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessReviewStageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessReviewStageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessReviewStageItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}{?%24expand,%24select}", rawUrl) { @@ -247,6 +252,7 @@ public AccessReviewStageItemRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// Delete navigation property stages for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -255,7 +261,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -263,6 +269,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of an accessReviewStage 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 @@ -279,6 +286,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an accessReviewStage object. Only the reviewers and fallbackReviewers properties can be updated. You can only add reviewers to the fallbackReviewers property but can't remove existing fallbackReviewers. To update an accessReviewStage, its status must be NotStarted, Initializing, or InProgress. /// + /// 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 @@ -289,7 +297,7 @@ public RequestInformation ToPatchRequestInformation(AccessReviewStage body, Acti public RequestInformation ToPatchRequestInformation(AccessReviewStage 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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Count/CountRequestBuilder.cs index 45b21cd80d..6406138609 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/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"; @@ -71,13 +72,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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/$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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/DecisionsRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/DecisionsRequestBuilder.cs index c3475ee4ed..0570d780bc 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/DecisionsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/DecisionsRequestBuilder.cs @@ -25,6 +25,7 @@ public class DecisionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the decisions property of the microsoft.graph.accessReviewStage entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to decisions for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to decisions for identityGovernance"; @@ -114,6 +117,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -130,6 +134,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Get the decisions from a stage in a multi-stage access review. The decisions in an accessReviewStage object are represented by an accessReviewInstanceDecisionItem object. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the decisions from a stage in a multi-stage access review. The decisions in an accessReviewStage object are represented by an accessReviewInstanceDecisionItem object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0"; @@ -238,13 +243,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DecisionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DecisionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DecisionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DecisionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -252,6 +257,7 @@ public DecisionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// Get the decisions from a stage in a multi-stage access review. The decisions in an accessReviewStage object are represented by an accessReviewInstanceDecisionItem 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 @@ -268,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to decisions for identityGovernance /// + /// 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 @@ -278,7 +285,7 @@ public RequestInformation ToPostRequestInformation(AccessReviewInstanceDecisionI public RequestInformation ToPostRequestInformation(AccessReviewInstanceDecisionItem 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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index a9d2bafc28..4d09c55996 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessReviewInstanceDecisionItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 2ba7d5797b..7db1640c55 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -70,6 +71,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -88,6 +94,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -104,6 +111,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (accessReviewScheduleDefinitionId is not null) requestInfo.PathParameters.Add("accessReviewScheduleDefinition%2Did", accessReviewScheduleDefinitionId); if (accessReviewInstanceId is not null) requestInfo.PathParameters.Add("accessReviewInstance%2Did", accessReviewInstanceId); @@ -128,20 +136,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -162,6 +171,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilder.cs index 4d8b3a110f..4591a31282 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/AccessReviewInstanceDecisionItemItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessReviewInstanceDecisionItemItemRequestBuilder : BaseCliRequest /// /// Delete navigation property decisions for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property decisions for identityGovernance"; @@ -75,6 +76,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an accessReviewInstanceDecisionItem object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an accessReviewInstanceDecisionItem object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0"; @@ -143,6 +145,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the insights property of the microsoft.graph.accessReviewInstanceDecisionItem entity. /// + /// A public Command BuildInsightsNavCommand() { var command = new Command("insights"); command.Description = "Provides operations to manage the insights property of the microsoft.graph.accessReviewInstanceDecisionItem entity."; @@ -169,6 +172,7 @@ public Command BuildInsightsNavCommand() { /// Update access decisions, known as accessReviewInstanceDecisionItems, for which the user is the reviewer. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update access decisions, known as accessReviewInstanceDecisionItems, for which the user is the reviewer.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-1.0"; @@ -234,13 +238,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessReviewInstanceDecisionItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessReviewInstanceDecisionItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessReviewInstanceDecisionItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessReviewInstanceDecisionItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -248,6 +252,7 @@ public AccessReviewInstanceDecisionItemItemRequestBuilder(string rawUrl) : base( /// /// Delete navigation property decisions for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -256,7 +261,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -264,6 +269,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an accessReviewInstanceDecisionItem 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 @@ -280,6 +286,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update access decisions, known as accessReviewInstanceDecisionItems, for which the user is the reviewer. /// + /// 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 @@ -290,7 +297,7 @@ public RequestInformation ToPatchRequestInformation(AccessReviewInstanceDecision public RequestInformation ToPatchRequestInformation(AccessReviewInstanceDecisionItem 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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/Count/CountRequestBuilder.cs index 7464b49128..46244dc1db 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/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"; @@ -77,13 +78,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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}/insights/$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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}/insights/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/InsightsRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/InsightsRequestBuilder.cs index 5d9dc1cc31..6d85b2be2b 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/InsightsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/InsightsRequestBuilder.cs @@ -24,6 +24,7 @@ public class InsightsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the insights property of the microsoft.graph.accessReviewInstanceDecisionItem entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new GovernanceInsightItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to insights for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to insights for identityGovernance"; @@ -117,6 +120,7 @@ public Command BuildCreateCommand() { /// /// Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem."; @@ -231,13 +235,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new InsightsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InsightsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}/insights{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new InsightsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InsightsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}/insights{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -245,6 +249,7 @@ public InsightsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -261,6 +266,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to insights for identityGovernance /// + /// 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 @@ -271,7 +277,7 @@ public RequestInformation ToPostRequestInformation(GovernanceInsight body, Actio public RequestInformation ToPostRequestInformation(GovernanceInsight 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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}/insights", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/Item/GovernanceInsightItemRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/Item/GovernanceInsightItemRequestBuilder.cs index 9b102b6b28..f0fb31c583 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/Item/GovernanceInsightItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Insights/Item/GovernanceInsightItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class GovernanceInsightItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property insights for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property insights for identityGovernance"; @@ -79,6 +80,7 @@ public Command BuildDeleteCommand() { /// /// Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem."; @@ -153,6 +155,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property insights in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property insights in identityGovernance"; @@ -224,13 +227,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new GovernanceInsightItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GovernanceInsightItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}/insights/{governanceInsight%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GovernanceInsightItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GovernanceInsightItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}/insights/{governanceInsight%2Did}{?%24expand,%24select}", rawUrl) { @@ -238,6 +241,7 @@ public GovernanceInsightItemRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// Delete navigation property insights for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}/insights/{governanceInsight%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -270,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property insights in identityGovernance /// + /// 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 @@ -280,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(GovernanceInsight body, Acti public RequestInformation ToPatchRequestInformation(GovernanceInsight 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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/decisions/{accessReviewInstanceDecisionItem%2Did}/insights/{governanceInsight%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Stop/StopRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Stop/StopRequestBuilder.cs index 91e7c84bc7..a664ed14f4 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Stop/StopRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Stop/StopRequestBuilder.cs @@ -22,6 +22,7 @@ public class StopRequestBuilder : BaseCliRequestBuilder { /// Stop an access review stage that is inProgress. After the access review stage stops, the stage status will be Completed and the reviewers can no longer give input. If there are subsequent stages that depend on the completed stage, the next stage will be created. The accessReviewInstanceDecisionItem objects will always reflect the last decisions recorded across all stages at that given time, regardless of the status of the stages. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Stop an access review stage that is inProgress. After the access review stage stops, the stage status will be Completed and the reviewers can no longer give input. If there are subsequent stages that depend on the completed stage, the next stage will be created. The accessReviewInstanceDecisionItem objects will always reflect the last decisions recorded across all stages at that given time, regardless of the status of the stages.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new StopRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public StopRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/stop", pathParameters) { } /// - /// Instantiates a new StopRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public StopRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages/{accessReviewStage%2Did}/stop", rawUrl) { @@ -72,6 +73,7 @@ public StopRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/a /// /// Stop an access review stage that is inProgress. After the access review stage stops, the stage status will be Completed and the reviewers can no longer give input. If there are subsequent stages that depend on the completed stage, the next stage will be created. The accessReviewInstanceDecisionItem objects will always reflect the last decisions recorded across all stages at that given time, regardless of the status of the stages. /// + /// 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/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/StagesRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/StagesRequestBuilder.cs index 725a51424b..40949162a4 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/StagesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/StagesRequestBuilder.cs @@ -25,6 +25,7 @@ public class StagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the stages property of the microsoft.graph.accessReviewInstance 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to stages for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to stages for identityGovernance"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -125,6 +129,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Retrieve the stages in a multi-stage access review instance. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the stages in a multi-stage access review instance.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0"; @@ -227,13 +232,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new StagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public StagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new StagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public StagesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -241,6 +246,7 @@ public StagesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Retrieve the stages in a multi-stage access review instance. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -257,6 +263,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to stages for identityGovernance /// + /// 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 @@ -267,7 +274,7 @@ public RequestInformation ToPostRequestInformation(AccessReviewStage body, Actio public RequestInformation ToPostRequestInformation(AccessReviewStage 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}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stop/StopRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stop/StopRequestBuilder.cs index 5ad0c7b1e6..c2207b7aed 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stop/StopRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stop/StopRequestBuilder.cs @@ -22,6 +22,7 @@ public class StopRequestBuilder : BaseCliRequestBuilder { /// Stop a currently active accessReviewInstance. After the access review instance stops, the instance status is marked as Completed, the reviewers can no longer give input, and the access review decisions are applied. Stopping an instance will not stop future instances. To prevent a recurring access review from starting future instances, update the schedule definition to change its scheduled end date. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Stop a currently active accessReviewInstance. After the access review instance stops, the instance status is marked as Completed, the reviewers can no longer give input, and the access review decisions are applied. Stopping an instance will not stop future instances. To prevent a recurring access review from starting future instances, update the schedule definition to change its scheduled end date.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new StopRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public StopRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stop", pathParameters) { } /// - /// Instantiates a new StopRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public StopRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/instances/{accessReviewInstance%2Did}/stop", rawUrl) { @@ -66,6 +67,7 @@ public StopRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/a /// /// Stop a currently active accessReviewInstance. After the access review instance stops, the instance status is marked as Completed, the reviewers can no longer give input, and the access review decisions are applied. Stopping an instance will not stop future instances. To prevent a recurring access review from starting future instances, update the schedule definition to change its scheduled end date. /// + /// 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/IdentityGovernance/AccessReviews/Definitions/Item/Stop/StopRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Stop/StopRequestBuilder.cs index e07fa49276..ea791910b0 100644 --- a/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Stop/StopRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/Definitions/Item/Stop/StopRequestBuilder.cs @@ -21,6 +21,7 @@ public class StopRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action stop /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action stop"; @@ -45,13 +46,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new StopRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public StopRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/stop", pathParameters) { } /// - /// Instantiates a new StopRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public StopRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition%2Did}/stop", rawUrl) { @@ -59,6 +60,7 @@ public StopRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/a /// /// Invoke action stop /// + /// 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/IdentityGovernance/AccessReviews/HistoryDefinitions/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Count/CountRequestBuilder.cs index 5ce24e3fcf..66fd64bbdc 100644 --- a/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/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}/identityGovernance/accessReviews/historyDefinitions/$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}/identityGovernance/accessReviews/historyDefinitions/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/AccessReviews/HistoryDefinitions/HistoryDefinitionsRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/HistoryDefinitionsRequestBuilder.cs index 4ae9766ca8..491e7e6182 100644 --- a/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/HistoryDefinitionsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/HistoryDefinitionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class HistoryDefinitionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the historyDefinitions property of the microsoft.graph.accessReviewSet 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new accessReviewHistoryDefinition object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new accessReviewHistoryDefinition object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// Retrieve the accessReviewHistoryDefinition objects created in the last 30 days, including all nested properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the accessReviewHistoryDefinition objects created in the last 30 days, including all nested properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HistoryDefinitionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HistoryDefinitionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/historyDefinitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HistoryDefinitionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HistoryDefinitionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/historyDefinitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public HistoryDefinitionsRequestBuilder(string rawUrl) : base("{+baseurl}/identi /// /// Retrieve the accessReviewHistoryDefinition objects created in the last 30 days, including all nested 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 @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new accessReviewHistoryDefinition 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(AccessReviewHistoryDefinition public RequestInformation ToPostRequestInformation(AccessReviewHistoryDefinition 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}/identityGovernance/accessReviews/historyDefinitions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/AccessReviewHistoryDefinitionItemRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/AccessReviewHistoryDefinitionItemRequestBuilder.cs index 2170d97f55..0c7164ceb6 100644 --- a/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/AccessReviewHistoryDefinitionItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/AccessReviewHistoryDefinitionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessReviewHistoryDefinitionItemRequestBuilder : BaseCliRequestBui /// /// Delete navigation property historyDefinitions for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property historyDefinitions for identityGovernance"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Retrieve an accessReviewHistoryDefinition object by its identifier. All the properties of the access review history definition object are returned. If the definition is 30 days or older, a 404 Not Found error is returned. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve an accessReviewHistoryDefinition object by its identifier. All the properties of the access review history definition object are returned. If the definition is 30 days or older, a 404 Not Found error is returned.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the instances property of the microsoft.graph.accessReviewHistoryDefinition entity. /// + /// A public Command BuildInstancesNavCommand() { var command = new Command("instances"); command.Description = "Provides operations to manage the instances property of the microsoft.graph.accessReviewHistoryDefinition entity."; @@ -132,6 +135,7 @@ public Command BuildInstancesNavCommand() { /// /// Update the navigation property historyDefinitions in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property historyDefinitions in identityGovernance"; @@ -179,13 +183,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessReviewHistoryDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessReviewHistoryDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessReviewHistoryDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessReviewHistoryDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -193,6 +197,7 @@ public AccessReviewHistoryDefinitionItemRequestBuilder(string rawUrl) : base("{+ /// /// Delete navigation property historyDefinitions for identityGovernance /// + /// 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}/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve an accessReviewHistoryDefinition object by its identifier. All the properties of the access review history definition object are returned. If the definition is 30 days or older, a 404 Not Found error is returned. /// + /// 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 historyDefinitions in identityGovernance /// + /// 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(AccessReviewHistoryDefinitio public RequestInformation ToPatchRequestInformation(AccessReviewHistoryDefinition 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}/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Count/CountRequestBuilder.cs index 9ce4bc0377..64f2102ce7 100644 --- a/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/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}/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition%2Did}/instances/$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}/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition%2Did}/instances/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/InstancesRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/InstancesRequestBuilder.cs index f03a6c147e..59cbf3cdbd 100644 --- a/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/InstancesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/InstancesRequestBuilder.cs @@ -24,6 +24,7 @@ public class InstancesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the instances property of the microsoft.graph.accessReviewHistoryDefinition 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 instances for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to instances for identityGovernance"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// Retrieve the instances of an access review history definition created in the last 30 days. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the instances of an access review history definition created in the last 30 days.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0"; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new InstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InstancesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition%2Did}/instances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new InstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InstancesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition%2Did}/instances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public InstancesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// Retrieve the instances of an access review history definition created in the last 30 days. /// + /// 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 instances for identityGovernance /// + /// 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(AccessReviewHistoryInstance b public RequestInformation ToPostRequestInformation(AccessReviewHistoryInstance 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}/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition%2Did}/instances", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Item/AccessReviewHistoryInstanceItemRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Item/AccessReviewHistoryInstanceItemRequestBuilder.cs index 965b9f9ad6..d60564f721 100644 --- a/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Item/AccessReviewHistoryInstanceItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Item/AccessReviewHistoryInstanceItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessReviewHistoryInstanceItemRequestBuilder : BaseCliRequestBuild /// /// Delete navigation property instances for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property instances for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to call the generateDownloadUri method. /// + /// A public Command BuildGenerateDownloadUriNavCommand() { var command = new Command("generate-download-uri"); command.Description = "Provides operations to call the generateDownloadUri method."; @@ -77,6 +79,7 @@ public Command BuildGenerateDownloadUriNavCommand() { /// /// If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that doesn't recur will have exactly one instance. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that doesn't recur will have exactly one instance."; @@ -133,6 +136,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property instances in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property instances in identityGovernance"; @@ -186,13 +190,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessReviewHistoryInstanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessReviewHistoryInstanceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition%2Did}/instances/{accessReviewHistoryInstance%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessReviewHistoryInstanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessReviewHistoryInstanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition%2Did}/instances/{accessReviewHistoryInstance%2Did}{?%24expand,%24select}", rawUrl) { @@ -200,6 +204,7 @@ public AccessReviewHistoryInstanceItemRequestBuilder(string rawUrl) : base("{+ba /// /// Delete navigation property instances for identityGovernance /// + /// 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}/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition%2Did}/instances/{accessReviewHistoryInstance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -216,6 +221,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that doesn't recur will have exactly one instance. /// + /// 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 instances in identityGovernance /// + /// 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(AccessReviewHistoryInstance public RequestInformation ToPatchRequestInformation(AccessReviewHistoryInstance 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}/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition%2Did}/instances/{accessReviewHistoryInstance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Item/GenerateDownloadUri/GenerateDownloadUriRequestBuilder.cs b/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Item/GenerateDownloadUri/GenerateDownloadUriRequestBuilder.cs index 840f9aa503..1d3baa76ce 100644 --- a/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Item/GenerateDownloadUri/GenerateDownloadUriRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Item/GenerateDownloadUri/GenerateDownloadUriRequestBuilder.cs @@ -23,6 +23,7 @@ public class GenerateDownloadUriRequestBuilder : BaseCliRequestBuilder { /// Generates a URI for an accessReviewHistoryInstance object the status for which is done. Each URI can be used to retrieve the instance's review history data. Each URI is valid for 24 hours and can be retrieved by fetching the downloadUri property from the accessReviewHistoryInstance object. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Generates a URI for an accessReviewHistoryInstance object the status for which is done. Each URI can be used to retrieve the instance's review history data. Each URI is valid for 24 hours and can be retrieved by fetching the downloadUri property from the accessReviewHistoryInstance object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0"; @@ -63,13 +64,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GenerateDownloadUriRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GenerateDownloadUriRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition%2Did}/instances/{accessReviewHistoryInstance%2Did}/generateDownloadUri", pathParameters) { } /// - /// Instantiates a new GenerateDownloadUriRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GenerateDownloadUriRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition%2Did}/instances/{accessReviewHistoryInstance%2Did}/generateDownloadUri", rawUrl) { @@ -77,6 +78,7 @@ public GenerateDownloadUriRequestBuilder(string rawUrl) : base("{+baseurl}/ident /// /// Generates a URI for an accessReviewHistoryInstance object the status for which is done. Each URI can be used to retrieve the instance's review history data. Each URI is valid for 24 hours and can be retrieved by fetching the downloadUri property from the accessReviewHistoryInstance 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/IdentityGovernance/AppConsent/AppConsentRequestBuilder.cs b/src/generated/IdentityGovernance/AppConsent/AppConsentRequestBuilder.cs index 72417dfb05..e0a9a796c3 100644 --- a/src/generated/IdentityGovernance/AppConsent/AppConsentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AppConsent/AppConsentRequestBuilder.cs @@ -23,6 +23,7 @@ public class AppConsentRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appConsentRequests property of the microsoft.graph.appConsentApprovalRoute entity. /// + /// A public Command BuildAppConsentRequestsNavCommand() { var command = new Command("app-consent-requests"); command.Description = "Provides operations to manage the appConsentRequests property of the microsoft.graph.appConsentApprovalRoute entity."; @@ -49,6 +50,7 @@ public Command BuildAppConsentRequestsNavCommand() { /// /// Delete navigation property appConsent for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property appConsent for identityGovernance"; @@ -76,6 +78,7 @@ public Command BuildDeleteCommand() { /// /// Get appConsent from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get appConsent from identityGovernance"; @@ -120,6 +123,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property appConsent in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property appConsent in identityGovernance"; @@ -161,13 +165,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AppConsentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppConsentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/appConsent{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppConsentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppConsentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/appConsent{?%24expand,%24select}", rawUrl) { @@ -175,6 +179,7 @@ public AppConsentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovern /// /// Delete navigation property appConsent for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -183,7 +188,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/appConsent", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -191,6 +196,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get appConsent from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,6 +213,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property appConsent in identityGovernance /// + /// 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 @@ -217,7 +224,7 @@ public RequestInformation ToPatchRequestInformation(AppConsentApprovalRoute body public RequestInformation ToPatchRequestInformation(AppConsentApprovalRoute 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}/identityGovernance/appConsent", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/AppConsentRequestsRequestBuilder.cs b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/AppConsentRequestsRequestBuilder.cs index cefe5659f4..fb905f7e06 100644 --- a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/AppConsentRequestsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/AppConsentRequestsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AppConsentRequestsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appConsentRequests property of the microsoft.graph.appConsentApprovalRoute entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to appConsentRequests for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to appConsentRequests for identityGovernance"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -112,6 +116,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Retrieve appConsentRequest objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve appConsentRequest objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0"; @@ -202,13 +207,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AppConsentRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppConsentRequestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppConsentRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppConsentRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -216,6 +221,7 @@ public AppConsentRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/identi /// /// Retrieve appConsentRequest 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 @@ -232,6 +238,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to appConsentRequests for identityGovernance /// + /// 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 ToPostRequestInformation(AppConsentRequest body, Actio public RequestInformation ToPostRequestInformation(AppConsentRequest 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}/identityGovernance/appConsent/appConsentRequests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Count/CountRequestBuilder.cs index 344508bd56..07575da9c8 100644 --- a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/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}/identityGovernance/appConsent/appConsentRequests/$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}/identityGovernance/appConsent/appConsentRequests/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/AppConsent/AppConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index fecff2fbc5..c7d2e0428e 100644 --- a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AppConsentRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 5a7134e7ea..1c1414482f 100644 --- a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/AppConsentRequestItemRequestBuilder.cs b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/AppConsentRequestItemRequestBuilder.cs index 2974d34960..36a15f3b71 100644 --- a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/AppConsentRequestItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/AppConsentRequestItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AppConsentRequestItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property appConsentRequests for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property appConsentRequests for identityGovernance"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an appConsentRequest object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an appConsentRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property appConsentRequests in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property appConsentRequests in identityGovernance"; @@ -156,6 +159,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the userConsentRequests property of the microsoft.graph.appConsentRequest entity. /// + /// A public Command BuildUserConsentRequestsNavCommand() { var command = new Command("user-consent-requests"); command.Description = "Provides operations to manage the userConsentRequests property of the microsoft.graph.appConsentRequest entity."; @@ -180,13 +184,13 @@ public Command BuildUserConsentRequestsNavCommand() { return command; } /// - /// Instantiates a new AppConsentRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppConsentRequestItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppConsentRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppConsentRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}{?%24expand,%24select}", rawUrl) { @@ -194,6 +198,7 @@ public AppConsentRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// Delete navigation property appConsentRequests for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -202,7 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -210,6 +215,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an appConsentRequest 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 @@ -226,6 +232,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property appConsentRequests in identityGovernance /// + /// 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 @@ -236,7 +243,7 @@ public RequestInformation ToPatchRequestInformation(AppConsentRequest body, Acti public RequestInformation ToPatchRequestInformation(AppConsentRequest 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}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Count/CountRequestBuilder.cs index f57a0121e3..31883e24d0 100644 --- a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/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}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/$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}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index 5b740fc281..121f8f3d5c 100644 --- a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserConsentRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 20b594fb1a..fc6c26de60 100644 --- a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (appConsentRequestId is not null) requestInfo.PathParameters.Add("appConsentRequest%2Did", appConsentRequestId); if (on is not null) requestInfo.PathParameters.Add("on", on); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/ApprovalRequestBuilder.cs b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/ApprovalRequestBuilder.cs index 45b32c179c..150ad2b834 100644 --- a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/ApprovalRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/ApprovalRequestBuilder.cs @@ -23,6 +23,7 @@ public class ApprovalRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property approval for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property approval for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Approval decisions associated with a request. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Approval decisions associated with a request."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property approval in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property approval in identityGovernance"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the stages property of the microsoft.graph.approval entity. /// + /// A public Command BuildStagesNavCommand() { var command = new Command("stages"); command.Description = "Provides operations to manage the stages property of the microsoft.graph.approval entity."; @@ -196,13 +200,13 @@ public Command BuildStagesNavCommand() { return command; } /// - /// Instantiates a new ApprovalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApprovalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/{userConsentRequest%2Did}/approval{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ApprovalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApprovalRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/{userConsentRequest%2Did}/approval{?%24expand,%24select}", rawUrl) { @@ -210,6 +214,7 @@ public ApprovalRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property approval for identityGovernance /// + /// 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 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/{userConsentRequest%2Did}/approval", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -226,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Approval decisions associated with a request. /// + /// 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 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property approval in identityGovernance /// + /// 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 +259,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Approval body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Approval 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}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/{userConsentRequest%2Did}/approval", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/Count/CountRequestBuilder.cs index 1e20595add..73f3e4f2c7 100644 --- a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/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"; @@ -65,13 +66,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}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/{userConsentRequest%2Did}/approval/stages/$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}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/{userConsentRequest%2Did}/approval/stages/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/Item/ApprovalStageItemRequestBuilder.cs b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/Item/ApprovalStageItemRequestBuilder.cs index 6980f643d3..125e5ac37a 100644 --- a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/Item/ApprovalStageItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/Item/ApprovalStageItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ApprovalStageItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property stages for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property stages for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of an approvalStage object. An approval stage is contained within an approval object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0"; @@ -131,6 +133,7 @@ public Command BuildGetCommand() { /// Approve or deny an approvalStage object in an approval. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Approve or deny an approvalStage object in an approval.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0"; @@ -190,13 +193,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ApprovalStageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApprovalStageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/{userConsentRequest%2Did}/approval/stages/{approvalStage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ApprovalStageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApprovalStageItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/{userConsentRequest%2Did}/approval/stages/{approvalStage%2Did}{?%24expand,%24select}", rawUrl) { @@ -204,6 +207,7 @@ public ApprovalStageItemRequestBuilder(string rawUrl) : base("{+baseurl}/identit /// /// Delete navigation property stages for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -212,7 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/{userConsentRequest%2Did}/approval/stages/{approvalStage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -220,6 +224,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties of an approvalStage object. An approval stage is contained within an approval 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 @@ -236,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Approve or deny an approvalStage object in an approval. /// + /// 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 @@ -246,7 +252,7 @@ public RequestInformation ToPatchRequestInformation(ApprovalStage 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}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/{userConsentRequest%2Did}/approval/stages/{approvalStage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/StagesRequestBuilder.cs b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/StagesRequestBuilder.cs index f5a763bc28..57b9838877 100644 --- a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/StagesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/Approval/Stages/StagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class StagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the stages property of the microsoft.graph.approval entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApprovalStageItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to stages for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to stages for identityGovernance"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// List the approvalStage objects associated with an approval. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List the approvalStage objects associated with an approval. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0"; @@ -208,13 +212,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new StagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public StagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/{userConsentRequest%2Did}/approval/stages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new StagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public StagesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/{userConsentRequest%2Did}/approval/stages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -222,6 +226,7 @@ public StagesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// List the approvalStage objects associated with an approval. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -238,6 +243,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to stages for identityGovernance /// + /// 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 @@ -248,7 +254,7 @@ public RequestInformation ToPostRequestInformation(ApprovalStage 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}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/{userConsentRequest%2Did}/approval/stages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/UserConsentRequestItemRequestBuilder.cs b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/UserConsentRequestItemRequestBuilder.cs index 9fa58c043a..dea89c5f0a 100644 --- a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/UserConsentRequestItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/Item/UserConsentRequestItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class UserConsentRequestItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the approval property of the microsoft.graph.userConsentRequest entity. /// + /// A public Command BuildApprovalNavCommand() { var command = new Command("approval"); command.Description = "Provides operations to manage the approval property of the microsoft.graph.userConsentRequest entity."; @@ -46,6 +47,7 @@ public Command BuildApprovalNavCommand() { /// /// Delete navigation property userConsentRequests for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userConsentRequests for identityGovernance"; @@ -86,6 +88,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a userConsentRequest object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a userConsentRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-1.0"; @@ -142,6 +145,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userConsentRequests in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userConsentRequests in identityGovernance"; @@ -195,13 +199,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserConsentRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserConsentRequestItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/{userConsentRequest%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserConsentRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserConsentRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/{userConsentRequest%2Did}{?%24expand,%24select}", rawUrl) { @@ -209,6 +213,7 @@ public UserConsentRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/id /// /// Delete navigation property userConsentRequests for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,7 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/{userConsentRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -225,6 +230,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a userConsentRequest 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 @@ -241,6 +247,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userConsentRequests in identityGovernance /// + /// 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 @@ -251,7 +258,7 @@ public RequestInformation ToPatchRequestInformation(UserConsentRequest body, Act public RequestInformation ToPatchRequestInformation(UserConsentRequest 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}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests/{userConsentRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/UserConsentRequestsRequestBuilder.cs b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/UserConsentRequestsRequestBuilder.cs index 66cf925dc1..9b21da4e16 100644 --- a/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/UserConsentRequestsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/UserConsentRequestsRequestBuilder.cs @@ -25,6 +25,7 @@ public class UserConsentRequestsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the userConsentRequests property of the microsoft.graph.appConsentRequest entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to userConsentRequests for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userConsentRequests for identityGovernance"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -118,6 +122,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Retrieve a collection of userConsentRequest objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a collection of userConsentRequest objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0"; @@ -214,13 +219,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserConsentRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserConsentRequestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserConsentRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserConsentRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -228,6 +233,7 @@ public UserConsentRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/ident /// /// Retrieve a collection of userConsentRequest 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 @@ -244,6 +250,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userConsentRequests for identityGovernance /// + /// 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 @@ -254,7 +261,7 @@ public RequestInformation ToPostRequestInformation(UserConsentRequest body, Acti public RequestInformation ToPostRequestInformation(UserConsentRequest 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}/identityGovernance/appConsent/appConsentRequests/{appConsentRequest%2Did}/userConsentRequests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/AccessPackageAssignmentApprovalsRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/AccessPackageAssignmentApprovalsRequestBuilder.cs index 7a30ea53c5..4af1bd6e0f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/AccessPackageAssignmentApprovalsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/AccessPackageAssignmentApprovalsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AccessPackageAssignmentApprovalsRequestBuilder : BaseCliRequestBuil /// /// Provides operations to manage the accessPackageAssignmentApprovals property of the microsoft.graph.entitlementManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to accessPackageAssignmentApprovals for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to accessPackageAssignmentApprovals for identityGovernance"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -111,6 +115,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// /// Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request."; @@ -201,13 +206,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AccessPackageAssignmentApprovalsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageAssignmentApprovalsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AccessPackageAssignmentApprovalsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageAssignmentApprovalsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -215,6 +220,7 @@ public AccessPackageAssignmentApprovalsRequestBuilder(string rawUrl) : base("{+b /// /// Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +237,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to accessPackageAssignmentApprovals for identityGovernance /// + /// 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 @@ -241,7 +248,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.Approval body, public RequestInformation ToPostRequestInformation(ApiSdk.Models.Approval 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}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Count/CountRequestBuilder.cs index 77d059c72f..dd37b03453 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/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}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$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}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index 77c2d3f20e..850c798ebb 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Approval.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 57b719934b..9d15c29c1e 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/ApprovalItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/ApprovalItemRequestBuilder.cs index cae7998154..f8707d0492 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/ApprovalItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/ApprovalItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ApprovalItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property accessPackageAssignmentApprovals for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property accessPackageAssignmentApprovals for identityGovernance"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/approval-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property accessPackageAssignmentApprovals in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property accessPackageAssignmentApprovals in identityGovernance"; @@ -156,6 +159,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the stages property of the microsoft.graph.approval entity. /// + /// A public Command BuildStagesNavCommand() { var command = new Command("stages"); command.Description = "Provides operations to manage the stages property of the microsoft.graph.approval entity."; @@ -179,13 +183,13 @@ public Command BuildStagesNavCommand() { return command; } /// - /// Instantiates a new ApprovalItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApprovalItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ApprovalItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApprovalItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval%2Did}{?%24expand,%24select}", rawUrl) { @@ -193,6 +197,7 @@ public ApprovalItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGove /// /// Delete navigation property accessPackageAssignmentApprovals for identityGovernance /// + /// 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}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request. /// + /// 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 accessPackageAssignmentApprovals in identityGovernance /// + /// 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(ApiSdk.Models.Approval body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Approval 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}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/Count/CountRequestBuilder.cs index 2ebd8d7519..7e89774097 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/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}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval%2Did}/stages/$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}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval%2Did}/stages/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilder.cs index 3c24a1f748..0c6adb1b3f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ApprovalStageItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property stages for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property stages for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of an approvalStage object. An approval stage is contained within an approval object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// Approve or deny an approvalStage object in an approval. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Approve or deny an approvalStage object in an approval.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0"; @@ -172,13 +175,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ApprovalStageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApprovalStageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval%2Did}/stages/{approvalStage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ApprovalStageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApprovalStageItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval%2Did}/stages/{approvalStage%2Did}{?%24expand,%24select}", rawUrl) { @@ -186,6 +189,7 @@ public ApprovalStageItemRequestBuilder(string rawUrl) : base("{+baseurl}/identit /// /// Delete navigation property stages for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -194,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval%2Did}/stages/{approvalStage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -202,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties of an approvalStage object. An approval stage is contained within an approval 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 @@ -218,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Approve or deny an approvalStage object in an approval. /// + /// 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 @@ -228,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(ApprovalStage 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}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval%2Did}/stages/{approvalStage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/StagesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/StagesRequestBuilder.cs index 036be291b4..83279c6f64 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/StagesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/Item/Stages/StagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class StagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the stages property of the microsoft.graph.approval entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApprovalStageItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to stages for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to stages for identityGovernance"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// List the approvalStage objects associated with an approval. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List the approvalStage objects associated with an approval. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new StagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public StagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval%2Did}/stages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new StagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public StagesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval%2Did}/stages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public StagesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// List the approvalStage objects associated with an approval. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to stages for identityGovernance /// + /// 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 @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(ApprovalStage 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}/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval%2Did}/stages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/AccessPackagesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/AccessPackagesRequestBuilder.cs index 0bfd89197c..fa602d02a9 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/AccessPackagesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/AccessPackagesRequestBuilder.cs @@ -25,6 +25,7 @@ public class AccessPackagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the accessPackages property of the microsoft.graph.entitlementManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -44,6 +45,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."; @@ -60,6 +62,7 @@ public Command BuildCountNavCommand() { /// Create a new accessPackage object. The access package will be added to an existing accessPackageCatalog. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new accessPackage object. The access package will be added to an existing accessPackageCatalog.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -119,6 +123,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Retrieve a list of accessPackage objects. The resulting list includes all the access packages that the caller has access to read, across all catalogs. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of accessPackage objects. The resulting list includes all the access packages that the caller has access to read, across all catalogs.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0"; @@ -209,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AccessPackagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AccessPackagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackagesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +228,7 @@ public AccessPackagesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// Retrieve a list of accessPackage objects. The resulting list includes all the access packages that the caller has access to read, across all catalogs. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new accessPackage object. The access package will be added to an existing accessPackageCatalog. /// + /// 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 @@ -249,7 +256,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.AccessPackage b public RequestInformation ToPostRequestInformation(ApiSdk.Models.AccessPackage 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}/identityGovernance/entitlementManagement/accessPackages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Count/CountRequestBuilder.cs index 98de40369f..028c3805ab 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/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}/identityGovernance/entitlementManagement/accessPackages/$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}/identityGovernance/entitlementManagement/accessPackages/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index d775bd6105..9272b88998 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.AccessPackage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 646a758738..849b633cf5 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.cs index d3f11704ee..965c2b375e 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageItemRequestBuilder.cs @@ -29,6 +29,7 @@ public class AccessPackageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the accessPackagesIncompatibleWith property of the microsoft.graph.accessPackage entity. /// + /// A public Command BuildAccessPackagesIncompatibleWithNavCommand() { var command = new Command("access-packages-incompatible-with"); command.Description = "Provides operations to manage the accessPackagesIncompatibleWith property of the microsoft.graph.accessPackage entity."; @@ -53,6 +54,7 @@ public Command BuildAccessPackagesIncompatibleWithNavCommand() { /// /// Provides operations to manage the assignmentPolicies property of the microsoft.graph.accessPackage entity. /// + /// A public Command BuildAssignmentPoliciesNavCommand() { var command = new Command("assignment-policies"); command.Description = "Provides operations to manage the assignmentPolicies property of the microsoft.graph.accessPackage entity."; @@ -78,6 +80,7 @@ public Command BuildAssignmentPoliciesNavCommand() { /// /// Provides operations to manage the catalog property of the microsoft.graph.accessPackage entity. /// + /// A public Command BuildCatalogNavCommand() { var command = new Command("catalog"); command.Description = "Provides operations to manage the catalog property of the microsoft.graph.accessPackage entity."; @@ -94,6 +97,7 @@ public Command BuildCatalogNavCommand() { /// Delete an accessPackage object. You cannot delete an access package if it has any accessPackageAssignment. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an accessPackage object. You cannot delete an access package if it has any accessPackageAssignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-1.0"; @@ -127,6 +131,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to call the getApplicablePolicyRequirements method. /// + /// A public Command BuildGetApplicablePolicyRequirementsNavCommand() { var command = new Command("get-applicable-policy-requirements"); command.Description = "Provides operations to call the getApplicablePolicyRequirements method."; @@ -140,12 +145,13 @@ public Command BuildGetApplicablePolicyRequirementsNavCommand() { return command; } /// - /// Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. - /// Find more info here + /// Retrieve the properties and relationships of an accessPackage object. + /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); - command.Description = "Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0"; + command.Description = "Retrieve the properties and relationships of an accessPackage object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0"; var accessPackageIdOption = new Option("--access-package-id", description: "The unique identifier of accessPackage") { }; accessPackageIdOption.IsRequired = true; @@ -193,6 +199,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the incompatibleAccessPackages property of the microsoft.graph.accessPackage entity. /// + /// A public Command BuildIncompatibleAccessPackagesNavCommand() { var command = new Command("incompatible-access-packages"); command.Description = "Provides operations to manage the incompatibleAccessPackages property of the microsoft.graph.accessPackage entity."; @@ -218,6 +225,7 @@ public Command BuildIncompatibleAccessPackagesNavCommand() { /// /// Provides operations to manage the incompatibleGroups property of the microsoft.graph.accessPackage entity. /// + /// A public Command BuildIncompatibleGroupsNavCommand() { var command = new Command("incompatible-groups"); command.Description = "Provides operations to manage the incompatibleGroups property of the microsoft.graph.accessPackage entity."; @@ -244,6 +252,7 @@ public Command BuildIncompatibleGroupsNavCommand() { /// Update an existing accessPackage object to change one or more of its properties, such as the display name or description. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update an existing accessPackage object to change one or more of its properties, such as the display name or description.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-1.0"; @@ -293,6 +302,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resourceRoleScopes property of the microsoft.graph.accessPackage entity. /// + /// A public Command BuildResourceRoleScopesNavCommand() { var command = new Command("resource-role-scopes"); command.Description = "Provides operations to manage the resourceRoleScopes property of the microsoft.graph.accessPackage entity."; @@ -316,13 +326,13 @@ public Command BuildResourceRoleScopesNavCommand() { return command; } /// - /// Instantiates a new AccessPackageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}{?%24expand,%24select}", rawUrl) { @@ -330,6 +340,7 @@ public AccessPackageItemRequestBuilder(string rawUrl) : base("{+baseurl}/identit /// /// Delete an accessPackage object. You cannot delete an access package if it has any accessPackageAssignment. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -338,14 +349,15 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + /// Retrieve the properties and relationships of an accessPackage 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 @@ -362,6 +374,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update an existing accessPackage object to change one or more of its properties, such as the display name or description. /// + /// 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 @@ -372,13 +385,13 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.AccessPackage public RequestInformation ToPatchRequestInformation(ApiSdk.Models.AccessPackage 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + /// Retrieve the properties and relationships of an accessPackage object. /// public class AccessPackageItemRequestBuilderGetQueryParameters { /// Expand related entities diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/AccessPackagesIncompatibleWithRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/AccessPackagesIncompatibleWithRequestBuilder.cs index 6705b89bb0..07e25f3518 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/AccessPackagesIncompatibleWithRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/AccessPackagesIncompatibleWithRequestBuilder.cs @@ -24,6 +24,7 @@ public class AccessPackagesIncompatibleWithRequestBuilder : BaseCliRequestBuilde /// /// Provides operations to manage the accessPackagesIncompatibleWith property of the microsoft.graph.accessPackage entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.IdentityGovernance.EntitlementManagement.AccessPackages.Item.AccessPackagesIncompatibleWith.Item.AccessPackageItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Retrieve a list of the accessPackage objects that have marked a specified accessPackage as incompatible. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of the accessPackage objects that have marked a specified accessPackage as incompatible.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AccessPackagesIncompatibleWithRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackagesIncompatibleWithRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/accessPackagesIncompatibleWith{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AccessPackagesIncompatibleWithRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackagesIncompatibleWithRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/accessPackagesIncompatibleWith{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public AccessPackagesIncompatibleWithRequestBuilder(string rawUrl) : base("{+bas /// /// Retrieve a list of the accessPackage objects that have marked a specified accessPackage as incompatible. /// + /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/Count/CountRequestBuilder.cs index ecd3a580ae..7bc99b7372 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/accessPackagesIncompatibleWith/$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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/accessPackagesIncompatibleWith/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/Item/AccessPackageItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/Item/AccessPackageItemRequestBuilder.cs index e247b2e7d6..242324d44d 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/Item/AccessPackageItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackagesIncompatibleWith/Item/AccessPackageItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageItemRequestBuilder : BaseCliRequestBuilder { /// /// The access packages that are incompatible with this package. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The access packages that are incompatible with this package. Read-only."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AccessPackageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/accessPackagesIncompatibleWith/{accessPackage%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/accessPackagesIncompatibleWith/{accessPackage%2Did1}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public AccessPackageItemRequestBuilder(string rawUrl) : base("{+baseurl}/identit /// /// The access packages that are incompatible with this package. 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 diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/AssignmentPoliciesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/AssignmentPoliciesRequestBuilder.cs index 56c7f66443..97677b1be3 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/AssignmentPoliciesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/AssignmentPoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentPoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignmentPolicies property of the microsoft.graph.accessPackage entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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 new navigation property to assignmentPolicies for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to assignmentPolicies for identityGovernance"; @@ -104,6 +107,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -200,13 +204,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -214,6 +218,7 @@ public AssignmentPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/identi /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -230,6 +235,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to assignmentPolicies for identityGovernance /// + /// 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 @@ -240,7 +246,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageAssignmentPolicy public RequestInformation ToPostRequestInformation(AccessPackageAssignmentPolicy 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Count/CountRequestBuilder.cs index f725f4ed11..d4a38ba3f7 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/$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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/AccessPackage/AccessPackageRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/AccessPackage/AccessPackageRequestBuilder.cs index d05fada6bb..a723f249e5 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/AccessPackage/AccessPackageRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/AccessPackage/AccessPackageRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageRequestBuilder : BaseCliRequestBuilder { /// /// Access package containing this policy. Read-only. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Access package containing this policy. Read-only. Supports $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AccessPackageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/accessPackage{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/accessPackage{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public AccessPackageRequestBuilder(string rawUrl) : base("{+baseurl}/identityGov /// /// Access package containing this policy. Read-only. Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/AccessPackageAssignmentPolicyItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/AccessPackageAssignmentPolicyItemRequestBuilder.cs index 027687bf27..9c580ac604 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/AccessPackageAssignmentPolicyItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/AccessPackageAssignmentPolicyItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class AccessPackageAssignmentPolicyItemRequestBuilder : BaseCliRequestBui /// /// Provides operations to manage the accessPackage property of the microsoft.graph.accessPackageAssignmentPolicy entity. /// + /// A public Command BuildAccessPackageNavCommand() { var command = new Command("access-package"); command.Description = "Provides operations to manage the accessPackage property of the microsoft.graph.accessPackageAssignmentPolicy entity."; @@ -41,6 +42,7 @@ public Command BuildAccessPackageNavCommand() { /// /// Provides operations to manage the catalog property of the microsoft.graph.accessPackageAssignmentPolicy entity. /// + /// A public Command BuildCatalogNavCommand() { var command = new Command("catalog"); command.Description = "Provides operations to manage the catalog property of the microsoft.graph.accessPackageAssignmentPolicy entity."; @@ -56,6 +58,7 @@ public Command BuildCatalogNavCommand() { /// /// Provides operations to manage the customExtensionStageSettings property of the microsoft.graph.accessPackageAssignmentPolicy entity. /// + /// A public Command BuildCustomExtensionStageSettingsNavCommand() { var command = new Command("custom-extension-stage-settings"); command.Description = "Provides operations to manage the customExtensionStageSettings property of the microsoft.graph.accessPackageAssignmentPolicy entity."; @@ -81,6 +84,7 @@ public Command BuildCustomExtensionStageSettingsNavCommand() { /// /// Delete navigation property assignmentPolicies for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignmentPolicies for identityGovernance"; @@ -120,6 +124,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -176,6 +181,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property assignmentPolicies in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignmentPolicies in identityGovernance"; @@ -231,6 +237,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the questions property of the microsoft.graph.accessPackageAssignmentPolicy entity. /// + /// A public Command BuildQuestionsNavCommand() { var command = new Command("questions"); command.Description = "Provides operations to manage the questions property of the microsoft.graph.accessPackageAssignmentPolicy entity."; @@ -254,13 +261,13 @@ public Command BuildQuestionsNavCommand() { return command; } /// - /// Instantiates a new AccessPackageAssignmentPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageAssignmentPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageAssignmentPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageAssignmentPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -268,6 +275,7 @@ public AccessPackageAssignmentPolicyItemRequestBuilder(string rawUrl) : base("{+ /// /// Delete navigation property assignmentPolicies for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,7 +284,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -284,6 +292,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -300,6 +309,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property assignmentPolicies in identityGovernance /// + /// 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 @@ -310,7 +320,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageAssignmentPolic public RequestInformation ToPatchRequestInformation(AccessPackageAssignmentPolicy 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Catalog/CatalogRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Catalog/CatalogRequestBuilder.cs index c9ed7f7f92..c089c6c0c8 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Catalog/CatalogRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Catalog/CatalogRequestBuilder.cs @@ -22,6 +22,7 @@ public class CatalogRequestBuilder : BaseCliRequestBuilder { /// /// Catalog of the access package containing this policy. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Catalog of the access package containing this policy. Read-only."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CatalogRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CatalogRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/catalog{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CatalogRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CatalogRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/catalog{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public CatalogRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// Catalog of the access package containing this policy. 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 diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/Count/CountRequestBuilder.cs index e069588286..c83363ac56 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings/$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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/CustomExtensionStageSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/CustomExtensionStageSettingsRequestBuilder.cs index ba9cbef797..b86fb13ec0 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/CustomExtensionStageSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/CustomExtensionStageSettingsRequestBuilder.cs @@ -24,6 +24,7 @@ public class CustomExtensionStageSettingsRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the customExtensionStageSettings property of the microsoft.graph.accessPackageAssignmentPolicy 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 customExtensionStageSettings for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to customExtensionStageSettings for identityGovernance"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CustomExtensionStageSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CustomExtensionStageSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CustomExtensionStageSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CustomExtensionStageSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public CustomExtensionStageSettingsRequestBuilder(string rawUrl) : base("{+baseu /// /// The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to customExtensionStageSettings for identityGovernance /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(CustomExtensionStageSetting b public RequestInformation ToPostRequestInformation(CustomExtensionStageSetting 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/Item/CustomExtension/CustomExtensionRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/Item/CustomExtension/CustomExtensionRequestBuilder.cs index 4d00f5b6b5..1a6ad9c7aa 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/Item/CustomExtension/CustomExtensionRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/Item/CustomExtension/CustomExtensionRequestBuilder.cs @@ -22,6 +22,7 @@ public class CustomExtensionRequestBuilder : BaseCliRequestBuilder { /// /// Indicates the custom workflow extension that will be executed at this stage. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Indicates the custom workflow extension that will be executed at this stage. Nullable. Supports $expand."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CustomExtensionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CustomExtensionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings/{customExtensionStageSetting%2Did}/customExtension{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CustomExtensionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CustomExtensionRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings/{customExtensionStageSetting%2Did}/customExtension{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public CustomExtensionRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Indicates the custom workflow extension that will be executed at this stage. Nullable. Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/Item/CustomExtensionStageSettingItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/Item/CustomExtensionStageSettingItemRequestBuilder.cs index 95e2c6acc1..f041b08962 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/Item/CustomExtensionStageSettingItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/CustomExtensionStageSettings/Item/CustomExtensionStageSettingItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class CustomExtensionStageSettingItemRequestBuilder : BaseCliRequestBuild /// /// Provides operations to manage the customExtension property of the microsoft.graph.customExtensionStageSetting entity. /// + /// A public Command BuildCustomExtensionNavCommand() { var command = new Command("custom-extension"); command.Description = "Provides operations to manage the customExtension property of the microsoft.graph.customExtensionStageSetting entity."; @@ -38,6 +39,7 @@ public Command BuildCustomExtensionNavCommand() { /// /// Delete navigation property customExtensionStageSettings for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property customExtensionStageSettings for identityGovernance"; @@ -83,6 +85,7 @@ public Command BuildDeleteCommand() { /// /// The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand."; @@ -145,6 +148,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property customExtensionStageSettings in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property customExtensionStageSettings in identityGovernance"; @@ -204,13 +208,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new CustomExtensionStageSettingItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CustomExtensionStageSettingItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings/{customExtensionStageSetting%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CustomExtensionStageSettingItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CustomExtensionStageSettingItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings/{customExtensionStageSetting%2Did}{?%24expand,%24select}", rawUrl) { @@ -218,6 +222,7 @@ public CustomExtensionStageSettingItemRequestBuilder(string rawUrl) : base("{+ba /// /// Delete navigation property customExtensionStageSettings for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,7 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings/{customExtensionStageSetting%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -234,6 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property customExtensionStageSettings in identityGovernance /// + /// 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 @@ -260,7 +267,7 @@ public RequestInformation ToPatchRequestInformation(CustomExtensionStageSetting public RequestInformation ToPatchRequestInformation(CustomExtensionStageSetting 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings/{customExtensionStageSetting%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/Count/CountRequestBuilder.cs index cd93fb469e..382106e89d 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/questions/$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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/questions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/Item/AccessPackageQuestionItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/Item/AccessPackageQuestionItemRequestBuilder.cs index de143514f2..0e6f8a841a 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/Item/AccessPackageQuestionItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/Item/AccessPackageQuestionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageQuestionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property questions for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property questions for identityGovernance"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Questions that are posed to the requestor. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Questions that are posed to the requestor."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property questions in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property questions in identityGovernance"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessPackageQuestionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageQuestionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/questions/{accessPackageQuestion%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageQuestionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageQuestionItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/questions/{accessPackageQuestion%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public AccessPackageQuestionItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete navigation property questions for identityGovernance /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/questions/{accessPackageQuestion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Questions that are posed to the requestor. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property questions in identityGovernance /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageQuestion body, public RequestInformation ToPatchRequestInformation(AccessPackageQuestion 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/questions/{accessPackageQuestion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/QuestionsRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/QuestionsRequestBuilder.cs index 112a167148..a1bbea6f73 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/QuestionsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AssignmentPolicies/Item/Questions/QuestionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class QuestionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the questions property of the microsoft.graph.accessPackageAssignmentPolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AccessPackageQuestionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to questions for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to questions for identityGovernance"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// Questions that are posed to the requestor. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Questions that are posed to the requestor."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new QuestionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public QuestionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/questions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new QuestionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public QuestionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/questions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public QuestionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// Questions that are posed to the requestor. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to questions for identityGovernance /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageQuestion body, A public RequestInformation ToPostRequestInformation(AccessPackageQuestion 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/questions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/Catalog/CatalogRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/Catalog/CatalogRequestBuilder.cs index 7182de49da..5cec7c4812 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/Catalog/CatalogRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/Catalog/CatalogRequestBuilder.cs @@ -22,6 +22,7 @@ public class CatalogRequestBuilder : BaseCliRequestBuilder { /// /// Required when creating the access package. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Required when creating the access package. Read-only. Nullable."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CatalogRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CatalogRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/catalog{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CatalogRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CatalogRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/catalog{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public CatalogRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// Required when creating the access package. Read-only. Nullable. /// + /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsPostResponse.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsPostResponse.cs index 9348e86590..56aced2de2 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsPostResponse.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsPostResponse.cs @@ -18,6 +18,7 @@ public class GetApplicablePolicyRequirementsPostResponse : BaseCollectionPaginat /// /// 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 new GetApplicablePolicyRequirementsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetApplicablePolicyRequirementsPostResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessPackageAssignmentRequestRequirements.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.cs index f771607444..993d426926 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetApplicablePolicyRequirementsRequestBuilder : BaseCliRequestBuild /// In Microsoft Entra entitlement management, this action retrieves a list of accessPackageAssignmentRequestRequirements objects that the currently signed-in user can use to create an accessPackageAssignmentRequest. Each requirement object corresponds to an access package assignment policy that the currently signed-in user is allowed to request an assignment for. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "In Microsoft Entra entitlement management, this action retrieves a list of accessPackageAssignmentRequestRequirements objects that the currently signed-in user can use to create an accessPackageAssignmentRequest. Each requirement object corresponds to an access package assignment policy that the currently signed-in user is allowed to request an assignment for.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0"; @@ -67,13 +68,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetApplicablePolicyRequirementsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetApplicablePolicyRequirementsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/getApplicablePolicyRequirements", pathParameters) { } /// - /// Instantiates a new GetApplicablePolicyRequirementsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetApplicablePolicyRequirementsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/getApplicablePolicyRequirements", rawUrl) { @@ -81,6 +82,7 @@ public GetApplicablePolicyRequirementsRequestBuilder(string rawUrl) : base("{+ba /// /// In Microsoft Entra entitlement management, this action retrieves a list of accessPackageAssignmentRequestRequirements objects that the currently signed-in user can use to create an accessPackageAssignmentRequest. Each requirement object corresponds to an access package assignment policy that the currently signed-in user is allowed to request an assignment for. /// + /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Count/CountRequestBuilder.cs index 324a563af2..0a8a4598a4 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleAccessPackages/$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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleAccessPackages/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/IncompatibleAccessPackagesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/IncompatibleAccessPackagesRequestBuilder.cs index 9ce8fb9901..edfc6d5f61 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/IncompatibleAccessPackagesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/IncompatibleAccessPackagesRequestBuilder.cs @@ -25,6 +25,7 @@ public class IncompatibleAccessPackagesRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.identityGovernance.entitlementManagement.accessPackages.item.incompatibleAccessPackages.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new ApiSdk.IdentityGovernance.EntitlementManagement.AccessPackages.Item.IncompatibleAccessPackages.Item.AccessPackageItemRequestBuilder(PathParameters); @@ -34,6 +35,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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0"; @@ -148,6 +151,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of identityGovernance entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of identityGovernance entities."; @@ -163,13 +167,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new IncompatibleAccessPackagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IncompatibleAccessPackagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleAccessPackages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new IncompatibleAccessPackagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IncompatibleAccessPackagesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleAccessPackages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -177,6 +181,7 @@ public IncompatibleAccessPackagesRequestBuilder(string rawUrl) : base("{+baseurl /// /// Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. /// + /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Item/AccessPackageItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Item/AccessPackageItemRequestBuilder.cs index 95ed1025ff..024b515239 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Item/AccessPackageItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Item/AccessPackageItemRequestBuilder.cs @@ -18,6 +18,7 @@ public class AccessPackageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of identityGovernance entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of identityGovernance entities."; @@ -31,13 +32,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new AccessPackageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleAccessPackages/{accessPackage%2Did1}", pathParameters) { } /// - /// Instantiates a new AccessPackageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleAccessPackages/{accessPackage%2Did1}", rawUrl) { diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Item/Ref/RefRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Item/Ref/RefRequestBuilder.cs index f2224a4009..cf14b4b789 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an access package from the list of access packages that have been marked as incompatible on an accessPackage. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an access package from the list of access packages that have been marked as incompatible on an accessPackage. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleAccessPackages/{accessPackage%2Did1}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleAccessPackages/{accessPackage%2Did1}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/en /// /// Remove an access package from the list of access packages that have been marked as incompatible on an accessPackage. /// + /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Ref/RefRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Ref/RefRequestBuilder.cs index 512e4c2121..ff247df15f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Ref/RefRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleAccessPackages/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an access package from the list of access packages that have been marked as incompatible on an accessPackage. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an access package from the list of access packages that have been marked as incompatible on an accessPackage. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0"; @@ -148,6 +150,7 @@ public Command BuildGetCommand() { /// Add an accessPackage to the list of access packages that have been marked as incompatible on an accessPackage. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add an accessPackage to the list of access packages that have been marked as incompatible on an accessPackage. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-1.0"; @@ -185,20 +188,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleAccessPackages/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleAccessPackages/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleAccessPackages/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleAccessPackages/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove an access package from the list of access packages that have been marked as incompatible on an accessPackage. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,7 +211,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleAccessPackages/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +219,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add an accessPackage to the list of access packages that have been marked as incompatible on an accessPackage. /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleAccessPackages/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Count/CountRequestBuilder.cs index 2f439c95b9..d3ecb7f5cf 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleGroups/$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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleGroups/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/IncompatibleGroupsRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/IncompatibleGroupsRequestBuilder.cs index 2f1a2ba9ab..4702e33d96 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/IncompatibleGroupsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/IncompatibleGroupsRequestBuilder.cs @@ -25,6 +25,7 @@ public class IncompatibleGroupsRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.identityGovernance.entitlementManagement.accessPackages.item.incompatibleGroups.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new GroupItemRequestBuilder(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() { /// Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0"; @@ -149,6 +152,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of identityGovernance entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of identityGovernance entities."; @@ -164,13 +168,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new IncompatibleGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IncompatibleGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new IncompatibleGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IncompatibleGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -178,6 +182,7 @@ public IncompatibleGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/identi /// /// Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. /// + /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/GroupItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/GroupItemRequestBuilder.cs index 65853f5efd..45d269dc17 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/GroupItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/GroupItemRequestBuilder.cs @@ -19,6 +19,7 @@ public class GroupItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of identityGovernance entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of identityGovernance entities."; @@ -34,6 +35,7 @@ public Command BuildRefByIdNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -53,13 +55,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new GroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleGroups/{group%2Did}", pathParameters) { } /// - /// Instantiates a new GroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleGroups/{group%2Did}", rawUrl) { diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/Ref/RefRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/Ref/RefRequestBuilder.cs index 8ccd077ab9..d6359897e3 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a group from the list of groups that have been marked as incompatible on an accessPackage. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a group from the list of groups that have been marked as incompatible on an accessPackage. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleGroups/{group%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleGroups/{group%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/en /// /// Remove a group from the list of groups that have been marked as incompatible on an accessPackage. /// + /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 4735a651f5..a5c8c6350b 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleGroups/{group%2Did}/serviceProvisioningErrors/$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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleGroups/{group%2Did}/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 118d8f8cdf..5d29d167d7 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleGroups/{group%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleGroups/{group%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Ref/RefRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Ref/RefRequestBuilder.cs index 425b1d08a9..2588e2bb53 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Ref/RefRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/IncompatibleGroups/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a group from the list of groups that have been marked as incompatible on an accessPackage. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a group from the list of groups that have been marked as incompatible on an accessPackage. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0"; @@ -148,6 +150,7 @@ public Command BuildGetCommand() { /// Add a group to the list of groups that have been marked as incompatible on an accessPackage. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add a group to the list of groups that have been marked as incompatible on an accessPackage. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-1.0"; @@ -185,20 +188,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleGroups/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleGroups/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleGroups/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleGroups/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove a group from the list of groups that have been marked as incompatible on an accessPackage. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,7 +211,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleGroups/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +219,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add a group to the list of groups that have been marked as incompatible on an accessPackage. /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/incompatibleGroups/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Count/CountRequestBuilder.cs index 644884a446..612ed80d25 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/$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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/AccessPackageResourceRoleScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/AccessPackageResourceRoleScopeItemRequestBuilder.cs index 64cacc183e..d046ee0456 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/AccessPackageResourceRoleScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/AccessPackageResourceRoleScopeItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class AccessPackageResourceRoleScopeItemRequestBuilder : BaseCliRequestBu /// Remove a accessPackageResourceRoleScope from an accessPackage list of resource role scopes. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a accessPackageResourceRoleScope from an accessPackage list of resource role scopes.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackage-delete-resourcerolescopes?view=graph-rest-1.0"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// /// The resource roles and scopes in this access package. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The resource roles and scopes in this access package."; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resourceRoleScopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resourceRoleScopes in identityGovernance"; @@ -175,6 +178,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the role property of the microsoft.graph.accessPackageResourceRoleScope entity. /// + /// A public Command BuildRoleNavCommand() { var command = new Command("role"); command.Description = "Provides operations to manage the role property of the microsoft.graph.accessPackageResourceRoleScope entity."; @@ -198,6 +202,7 @@ public Command BuildRoleNavCommand() { /// /// Provides operations to manage the scope property of the microsoft.graph.accessPackageResourceRoleScope entity. /// + /// A public Command BuildScopeNavCommand() { var command = new Command("scope"); command.Description = "Provides operations to manage the scope property of the microsoft.graph.accessPackageResourceRoleScope entity."; @@ -219,13 +224,13 @@ public Command BuildScopeNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -233,6 +238,7 @@ public AccessPackageResourceRoleScopeItemRequestBuilder(string rawUrl) : base("{ /// /// Remove a accessPackageResourceRoleScope from an accessPackage list of resource role scopes. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -249,6 +255,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The resource roles and scopes in this access package. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -265,6 +272,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resourceRoleScopes in identityGovernance /// + /// 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 @@ -275,7 +283,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRoleSco public RequestInformation ToPatchRequestInformation(AccessPackageResourceRoleScope 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 806029f0d0..eed0845594 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/environment{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/ResourceRequestBuilder.cs index c4af4e4698..284a8bb606 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/ResourceRequestBuilder.cs @@ -25,6 +25,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -79,6 +81,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -135,6 +138,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -190,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -215,6 +220,7 @@ public Command BuildRolesNavCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -238,13 +244,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource{?%24expand,%24select}", rawUrl) { @@ -252,6 +258,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,7 +267,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -268,6 +275,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -284,6 +292,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -294,7 +303,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/Count/CountRequestBuilder.cs index edde0bccad..48c4e40e76 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/roles/$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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/roles/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index 5e10ddf815..ca2de7d25d 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/RolesRequestBuilder.cs index b43e2ec9b3..7bd277dba7 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AccessPackageResourceRoleItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roles for identityGovernance /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Count/CountRequestBuilder.cs index c92277f250..413f7fad0e 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/$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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index bcc38b93c9..3bc717eef7 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity."; @@ -213,13 +217,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -227,6 +231,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -243,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -259,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 @@ -269,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 9ff0df8b5b..ea5d7fe6cf 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs index b816b88232..4973371763 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -84,6 +86,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -230,13 +235,13 @@ public Command BuildRolesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -244,6 +249,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +266,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +283,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -286,7 +294,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index 6d3248bb94..6b7971537e 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/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"; @@ -71,13 +72,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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/$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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index c93dfcd238..357f9b52a4 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs index 836e5e8d51..63a637d8ad 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AccessPackageResourceRoleItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -219,13 +223,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -233,6 +237,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -249,6 +254,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roles for identityGovernance /// + /// 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 @@ -259,7 +265,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/ScopesRequestBuilder.cs index 677eb784df..fc4d2d4ce1 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/Resource/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource 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 scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopes for identityGovernance /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/RoleRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/RoleRequestBuilder.cs index 172a41ebcb..417fa6d627 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/RoleRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Role/RoleRequestBuilder.cs @@ -23,6 +23,7 @@ public class RoleRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property role for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property role for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Get role from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get role from identityGovernance"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property role in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property role in identityGovernance"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity."; @@ -196,13 +200,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new RoleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role{?%24expand,%24select}", rawUrl) { @@ -210,6 +214,7 @@ public RoleRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/e /// /// Delete navigation property role for identityGovernance /// + /// 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 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -226,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get role from identityGovernance /// + /// 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 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property role in identityGovernance /// + /// 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 +259,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 84d5555474..390c7006c5 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/environment{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/ResourceRequestBuilder.cs index 0e1fa9f834..e25bae98d4 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/ResourceRequestBuilder.cs @@ -25,6 +25,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -79,6 +81,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -135,6 +138,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -190,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -215,6 +220,7 @@ public Command BuildRolesNavCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -238,13 +244,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource{?%24expand,%24select}", rawUrl) { @@ -252,6 +258,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,7 +267,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -268,6 +275,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -284,6 +292,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -294,7 +303,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Count/CountRequestBuilder.cs index 4f731239c2..168b70c018 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/$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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index bb509c6407..554c57e6ed 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity."; @@ -213,13 +217,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -227,6 +231,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -243,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -259,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 @@ -269,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 7f56f078ba..3b9b8adf3d 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs index f0f7ca04e8..586d1d4eaf 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -84,6 +86,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -230,13 +235,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -244,6 +249,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +266,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +283,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -286,7 +294,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index a9afc4e41e..da4d650027 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/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"; @@ -71,13 +72,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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/$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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index d6e2572798..551e8f24cc 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs index c83e891933..9d4e77f3e0 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AccessPackageResourceScopeItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -219,13 +223,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -233,6 +237,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -249,6 +254,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopes for identityGovernance /// + /// 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 @@ -259,7 +265,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/RolesRequestBuilder.cs index 073ab73692..128f1be4bf 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource 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 roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roles for identityGovernance /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/Count/CountRequestBuilder.cs index b3176276ff..cf9aa58974 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/scopes/$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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index 347c4a9d10..d844f175a7 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/ScopesRequestBuilder.cs index d8ce4b0b57..66f7c68e13 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/Resource/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AccessPackageResourceScopeItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopes for identityGovernance /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/ScopeRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/ScopeRequestBuilder.cs index 454ad6a257..aff8ae5c20 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/ScopeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/Item/Scope/ScopeRequestBuilder.cs @@ -23,6 +23,7 @@ public class ScopeRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property scope for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scope for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Get scope from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get scope from identityGovernance"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scope in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scope in identityGovernance"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity."; @@ -196,13 +200,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new ScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope{?%24expand,%24select}", rawUrl) { @@ -210,6 +214,7 @@ public ScopeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Delete navigation property scope for identityGovernance /// + /// 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 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -226,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get scope from identityGovernance /// + /// 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 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scope in identityGovernance /// + /// 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 +259,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.cs index c0fbc91671..a4e349ba3a 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRoleScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resourceRoleScopes property of the microsoft.graph.accessPackage entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Create a new accessPackageResourceRoleScope for adding a resource role to an access package. The access package resource, for a group, an app, or a SharePoint Online site, must already exist in the access package catalog, and the originId for the resource role retrieved from the list of the resource roles. Once you add the resource role scope to the access package, the user will receive this resource role through any current and future access package assignments. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new accessPackageResourceRoleScope for adding a resource role to an access package. The access package resource, for a group, an app, or a SharePoint Online site, must already exist in the access package catalog, and the originId for the resource role retrieved from the list of the resource roles. Once you add the resource role scope to the access package, the user will receive this resource role through any current and future access package assignments.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackage-post-resourcerolescopes?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// /// The resource roles and scopes in this access package. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The resource roles and scopes in this access package."; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourceRoleScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRoleScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourceRoleScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRoleScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public ResourceRoleScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identi /// /// The resource roles and scopes in this access package. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new accessPackageResourceRoleScope for adding a resource role to an access package. The access package resource, for a group, an app, or a SharePoint Online site, must already exist in the access package catalog, and the originId for the resource role retrieved from the list of the resource roles. Once you add the resource role scope to the access package, the user will receive this resource role through any current and future access package assignments. /// + /// 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRoleScop public RequestInformation ToPostRequestInformation(AccessPackageResourceRoleScope 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}/identityGovernance/entitlementManagement/accessPackages/{accessPackage%2Did}/resourceRoleScopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/AssignmentPoliciesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/AssignmentPoliciesRequestBuilder.cs index 61747ede3f..802d146031 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/AssignmentPoliciesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/AssignmentPoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class AssignmentPoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignmentPolicies property of the microsoft.graph.entitlementManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// In Microsoft Entra entitlement management, create a new accessPackageAssignmentPolicy object. The request will include a reference to the accessPackage that will contain this policy, which must already exist. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "In Microsoft Entra entitlement management, create a new accessPackageAssignmentPolicy object. The request will include a reference to the accessPackage that will contain this policy, which must already exist.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentpolicies?view=graph-rest-1.0"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// In Microsoft Entra entitlement management, retrieve a list of accessPackageAssignmentPolicy objects. If the delegated user is in a directory role, the resulting list includes all the assignment policies that the caller has access to read, across all catalogs and access packages. If the delegated user is an access package manager or catalog owner, they should instead retrieve the policies for the access packages they can read with list accessPackages by including $expand=accessPackageAssignmentPolicies as a query parameter. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "In Microsoft Entra entitlement management, retrieve a list of accessPackageAssignmentPolicy objects. If the delegated user is in a directory role, the resulting list includes all the assignment policies that the caller has access to read, across all catalogs and access packages. If the delegated user is an access package manager or catalog owner, they should instead retrieve the policies for the access packages they can read with list accessPackages by including $expand=accessPackageAssignmentPolicies as a query parameter.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentpolicies?view=graph-rest-1.0"; @@ -190,13 +194,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -204,6 +208,7 @@ public AssignmentPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/identi /// /// In Microsoft Entra entitlement management, retrieve a list of accessPackageAssignmentPolicy objects. If the delegated user is in a directory role, the resulting list includes all the assignment policies that the caller has access to read, across all catalogs and access packages. If the delegated user is an access package manager or catalog owner, they should instead retrieve the policies for the access packages they can read with list accessPackages by including $expand=accessPackageAssignmentPolicies as a query parameter. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -220,6 +225,7 @@ public RequestInformation ToGetRequestInformation(Action /// In Microsoft Entra entitlement management, create a new accessPackageAssignmentPolicy object. The request will include a reference to the accessPackage that will contain this policy, which must already exist. /// + /// 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 @@ -230,7 +236,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageAssignmentPolicy public RequestInformation ToPostRequestInformation(AccessPackageAssignmentPolicy 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}/identityGovernance/entitlementManagement/assignmentPolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Count/CountRequestBuilder.cs index c3c61d1f62..81b835ce50 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/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}/identityGovernance/entitlementManagement/assignmentPolicies/$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}/identityGovernance/entitlementManagement/assignmentPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/AccessPackage/AccessPackageRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/AccessPackage/AccessPackageRequestBuilder.cs index dcbc54b636..a56dd21b7d 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/AccessPackage/AccessPackageRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/AccessPackage/AccessPackageRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageRequestBuilder : BaseCliRequestBuilder { /// /// Access package containing this policy. Read-only. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Access package containing this policy. Read-only. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AccessPackageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/accessPackage{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/accessPackage{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public AccessPackageRequestBuilder(string rawUrl) : base("{+baseurl}/identityGov /// /// Access package containing this policy. Read-only. Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/AccessPackageAssignmentPolicyItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/AccessPackageAssignmentPolicyItemRequestBuilder.cs index 03c118d63c..6570a32284 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/AccessPackageAssignmentPolicyItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/AccessPackageAssignmentPolicyItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class AccessPackageAssignmentPolicyItemRequestBuilder : BaseCliRequestBui /// /// Provides operations to manage the accessPackage property of the microsoft.graph.accessPackageAssignmentPolicy entity. /// + /// A public Command BuildAccessPackageNavCommand() { var command = new Command("access-package"); command.Description = "Provides operations to manage the accessPackage property of the microsoft.graph.accessPackageAssignmentPolicy entity."; @@ -41,6 +42,7 @@ public Command BuildAccessPackageNavCommand() { /// /// Provides operations to manage the catalog property of the microsoft.graph.accessPackageAssignmentPolicy entity. /// + /// A public Command BuildCatalogNavCommand() { var command = new Command("catalog"); command.Description = "Provides operations to manage the catalog property of the microsoft.graph.accessPackageAssignmentPolicy entity."; @@ -56,6 +58,7 @@ public Command BuildCatalogNavCommand() { /// /// Provides operations to manage the customExtensionStageSettings property of the microsoft.graph.accessPackageAssignmentPolicy entity. /// + /// A public Command BuildCustomExtensionStageSettingsNavCommand() { var command = new Command("custom-extension-stage-settings"); command.Description = "Provides operations to manage the customExtensionStageSettings property of the microsoft.graph.accessPackageAssignmentPolicy entity."; @@ -82,6 +85,7 @@ public Command BuildCustomExtensionStageSettingsNavCommand() { /// In Microsoft Entra entitlement management, delete an accessPackageAssignmentPolicy. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "In Microsoft Entra entitlement management, delete an accessPackageAssignmentPolicy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-1.0"; @@ -116,6 +120,7 @@ public Command BuildDeleteCommand() { /// In Microsoft Entra entitlement management, retrieve the properties and relationships of an accessPackageAssignmentPolicy object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "In Microsoft Entra entitlement management, retrieve the properties and relationships of an accessPackageAssignmentPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-1.0"; @@ -166,6 +171,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property assignmentPolicies in identityGovernance /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update the navigation property assignmentPolicies in identityGovernance"; @@ -215,6 +221,7 @@ public Command BuildPutCommand() { /// /// Provides operations to manage the questions property of the microsoft.graph.accessPackageAssignmentPolicy entity. /// + /// A public Command BuildQuestionsNavCommand() { var command = new Command("questions"); command.Description = "Provides operations to manage the questions property of the microsoft.graph.accessPackageAssignmentPolicy entity."; @@ -238,13 +245,13 @@ public Command BuildQuestionsNavCommand() { return command; } /// - /// Instantiates a new AccessPackageAssignmentPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageAssignmentPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageAssignmentPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageAssignmentPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -252,6 +259,7 @@ public AccessPackageAssignmentPolicyItemRequestBuilder(string rawUrl) : base("{+ /// /// In Microsoft Entra entitlement management, delete an accessPackageAssignmentPolicy. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,7 +268,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -268,6 +276,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// In Microsoft Entra entitlement management, retrieve the properties and relationships of an accessPackageAssignmentPolicy 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 @@ -284,6 +293,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property assignmentPolicies in identityGovernance /// + /// 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 @@ -294,7 +304,7 @@ public RequestInformation ToPutRequestInformation(AccessPackageAssignmentPolicy public RequestInformation ToPutRequestInformation(AccessPackageAssignmentPolicy body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Catalog/CatalogRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Catalog/CatalogRequestBuilder.cs index 5359f916c5..77d17a50c1 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Catalog/CatalogRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Catalog/CatalogRequestBuilder.cs @@ -22,6 +22,7 @@ public class CatalogRequestBuilder : BaseCliRequestBuilder { /// /// Catalog of the access package containing this policy. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Catalog of the access package containing this policy. Read-only."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CatalogRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CatalogRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/catalog{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CatalogRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CatalogRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/catalog{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public CatalogRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// Catalog of the access package containing this policy. 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 diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/Count/CountRequestBuilder.cs index cabe92587e..80da0b1e39 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/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}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings/$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}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/CustomExtensionStageSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/CustomExtensionStageSettingsRequestBuilder.cs index dd3f2dcc09..0507e62b0b 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/CustomExtensionStageSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/CustomExtensionStageSettingsRequestBuilder.cs @@ -24,6 +24,7 @@ public class CustomExtensionStageSettingsRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the customExtensionStageSettings property of the microsoft.graph.accessPackageAssignmentPolicy 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 customExtensionStageSettings for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to customExtensionStageSettings for identityGovernance"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand."; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CustomExtensionStageSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CustomExtensionStageSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CustomExtensionStageSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CustomExtensionStageSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public CustomExtensionStageSettingsRequestBuilder(string rawUrl) : base("{+baseu /// /// The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand. /// + /// 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 customExtensionStageSettings for identityGovernance /// + /// 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(CustomExtensionStageSetting b public RequestInformation ToPostRequestInformation(CustomExtensionStageSetting 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}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/Item/CustomExtension/CustomExtensionRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/Item/CustomExtension/CustomExtensionRequestBuilder.cs index cbb893355d..39a25a1231 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/Item/CustomExtension/CustomExtensionRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/Item/CustomExtension/CustomExtensionRequestBuilder.cs @@ -22,6 +22,7 @@ public class CustomExtensionRequestBuilder : BaseCliRequestBuilder { /// /// Indicates the custom workflow extension that will be executed at this stage. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Indicates the custom workflow extension that will be executed at this stage. Nullable. Supports $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CustomExtensionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CustomExtensionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings/{customExtensionStageSetting%2Did}/customExtension{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CustomExtensionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CustomExtensionRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings/{customExtensionStageSetting%2Did}/customExtension{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public CustomExtensionRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Indicates the custom workflow extension that will be executed at this stage. Nullable. Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/Item/CustomExtensionStageSettingItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/Item/CustomExtensionStageSettingItemRequestBuilder.cs index d2681bc415..5f79aec031 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/Item/CustomExtensionStageSettingItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/CustomExtensionStageSettings/Item/CustomExtensionStageSettingItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class CustomExtensionStageSettingItemRequestBuilder : BaseCliRequestBuild /// /// Provides operations to manage the customExtension property of the microsoft.graph.customExtensionStageSetting entity. /// + /// A public Command BuildCustomExtensionNavCommand() { var command = new Command("custom-extension"); command.Description = "Provides operations to manage the customExtension property of the microsoft.graph.customExtensionStageSetting entity."; @@ -38,6 +39,7 @@ public Command BuildCustomExtensionNavCommand() { /// /// Delete navigation property customExtensionStageSettings for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property customExtensionStageSettings for identityGovernance"; @@ -77,6 +79,7 @@ public Command BuildDeleteCommand() { /// /// The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand."; @@ -133,6 +136,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property customExtensionStageSettings in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property customExtensionStageSettings in identityGovernance"; @@ -186,13 +190,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new CustomExtensionStageSettingItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CustomExtensionStageSettingItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings/{customExtensionStageSetting%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CustomExtensionStageSettingItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CustomExtensionStageSettingItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings/{customExtensionStageSetting%2Did}{?%24expand,%24select}", rawUrl) { @@ -200,6 +204,7 @@ public CustomExtensionStageSettingItemRequestBuilder(string rawUrl) : base("{+ba /// /// Delete navigation property customExtensionStageSettings for identityGovernance /// + /// 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}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings/{customExtensionStageSetting%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -216,6 +221,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand. /// + /// 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 customExtensionStageSettings in identityGovernance /// + /// 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(CustomExtensionStageSetting public RequestInformation ToPatchRequestInformation(CustomExtensionStageSetting 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}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/customExtensionStageSettings/{customExtensionStageSetting%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/Count/CountRequestBuilder.cs index 850e9ebdce..f28fac0170 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/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}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/questions/$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}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/questions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/Item/AccessPackageQuestionItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/Item/AccessPackageQuestionItemRequestBuilder.cs index ce790781d0..dfce29bde5 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/Item/AccessPackageQuestionItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/Item/AccessPackageQuestionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageQuestionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property questions for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property questions for identityGovernance"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Questions that are posed to the requestor. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Questions that are posed to the requestor."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property questions in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property questions in identityGovernance"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessPackageQuestionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageQuestionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/questions/{accessPackageQuestion%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageQuestionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageQuestionItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/questions/{accessPackageQuestion%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public AccessPackageQuestionItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete navigation property questions for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/questions/{accessPackageQuestion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Questions that are posed to the requestor. /// + /// 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 /// Update the navigation property questions in identityGovernance /// + /// 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 ToPatchRequestInformation(AccessPackageQuestion body, public RequestInformation ToPatchRequestInformation(AccessPackageQuestion 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}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/questions/{accessPackageQuestion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/QuestionsRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/QuestionsRequestBuilder.cs index 9efe7e18fa..31507511f5 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/QuestionsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentPolicies/Item/Questions/QuestionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class QuestionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the questions property of the microsoft.graph.accessPackageAssignmentPolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AccessPackageQuestionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to questions for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to questions for identityGovernance"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Questions that are posed to the requestor. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Questions that are posed to the requestor."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new QuestionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public QuestionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/questions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new QuestionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public QuestionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/questions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public QuestionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// Questions that are posed to the requestor. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to questions for identityGovernance /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageQuestion body, A public RequestInformation ToPostRequestInformation(AccessPackageQuestion 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}/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy%2Did}/questions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/AssignmentRequestsRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/AssignmentRequestsRequestBuilder.cs index 2dd4d5cd04..3af07d45ea 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/AssignmentRequestsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/AssignmentRequestsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AssignmentRequestsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignmentRequests property of the microsoft.graph.entitlementManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -43,6 +44,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."; @@ -59,6 +61,7 @@ public Command BuildCountNavCommand() { /// In Microsoft Entra Entitlement Management, create a new accessPackageAssignmentRequest object. This operation is used to assign a user to an access package, update the assignment, or to remove an access package assignment. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "In Microsoft Entra Entitlement Management, create a new accessPackageAssignmentRequest object. This operation is used to assign a user to an access package, update the assignment, or to remove an access package assignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-1.0"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -118,6 +122,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// In Microsoft Entra entitlement management, retrieve a list of accessPackageAssignmentRequest objects. The resulting list includes all the assignment requests, current and well as expired, that the caller has access to read, across all catalogs and access packages. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "In Microsoft Entra entitlement management, retrieve a list of accessPackageAssignmentRequest objects. The resulting list includes all the assignment requests, current and well as expired, that the caller has access to read, across all catalogs and access packages.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-1.0"; @@ -208,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentRequestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -222,6 +227,7 @@ public AssignmentRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/identi /// /// In Microsoft Entra entitlement management, retrieve a list of accessPackageAssignmentRequest objects. The resulting list includes all the assignment requests, current and well as expired, that the caller has access to read, across all catalogs and access packages. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -238,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// In Microsoft Entra Entitlement Management, create a new accessPackageAssignmentRequest object. This operation is used to assign a user to an access package, update the assignment, or to remove an access package assignment. /// + /// 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 @@ -248,7 +255,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageAssignmentReques public RequestInformation ToPostRequestInformation(AccessPackageAssignmentRequest 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}/identityGovernance/entitlementManagement/assignmentRequests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Count/CountRequestBuilder.cs index 21267ddfad..30fa2a74f1 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/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}/identityGovernance/entitlementManagement/assignmentRequests/$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}/identityGovernance/entitlementManagement/assignmentRequests/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/AssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index 9f6ea38c0f..f62e51da27 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessPackageAssignmentRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 80811c725a..1c98248fc8 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/AccessPackage/AccessPackageRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/AccessPackage/AccessPackageRequestBuilder.cs index 2dd93679ac..969ea6fb39 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/AccessPackage/AccessPackageRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/AccessPackage/AccessPackageRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageRequestBuilder : BaseCliRequestBuilder { /// /// The access package associated with the accessPackageAssignmentRequest. An access package defines the collections of resource roles and the policies for how one or more users can get access to those resources. Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The access package associated with the accessPackageAssignmentRequest. An access package defines the collections of resource roles and the policies for how one or more users can get access to those resources. Read-only. Nullable. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AccessPackageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest%2Did}/accessPackage{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest%2Did}/accessPackage{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public AccessPackageRequestBuilder(string rawUrl) : base("{+baseurl}/identityGov /// /// The access package associated with the accessPackageAssignmentRequest. An access package defines the collections of resource roles and the policies for how one or more users can get access to those resources. Read-only. Nullable. Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/AccessPackageAssignmentRequestItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/AccessPackageAssignmentRequestItemRequestBuilder.cs index b69b8aa48f..e6e0e3fe78 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/AccessPackageAssignmentRequestItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/AccessPackageAssignmentRequestItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class AccessPackageAssignmentRequestItemRequestBuilder : BaseCliRequestBu /// /// Provides operations to manage the accessPackage property of the microsoft.graph.accessPackageAssignmentRequest entity. /// + /// A public Command BuildAccessPackageNavCommand() { var command = new Command("access-package"); command.Description = "Provides operations to manage the accessPackage property of the microsoft.graph.accessPackageAssignmentRequest entity."; @@ -43,6 +44,7 @@ public Command BuildAccessPackageNavCommand() { /// /// Provides operations to manage the assignment property of the microsoft.graph.accessPackageAssignmentRequest entity. /// + /// A public Command BuildAssignmentNavCommand() { var command = new Command("assignment"); command.Description = "Provides operations to manage the assignment property of the microsoft.graph.accessPackageAssignmentRequest entity."; @@ -58,6 +60,7 @@ public Command BuildAssignmentNavCommand() { /// /// Provides operations to call the cancel method. /// + /// A public Command BuildCancelNavCommand() { var command = new Command("cancel"); command.Description = "Provides operations to call the cancel method."; @@ -74,6 +77,7 @@ public Command BuildCancelNavCommand() { /// Delete an accessPackageAssignmentRequest object. This request can be made to remove a denied or completed request. You cannot delete an access package assignment request if it has any accessPackageAssignment objects. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an accessPackageAssignmentRequest object. This request can be made to remove a denied or completed request. You cannot delete an access package assignment request if it has any accessPackageAssignment objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-1.0"; @@ -108,6 +112,7 @@ public Command BuildDeleteCommand() { /// In Microsoft Entra entitlement management, retrieve the properties and relationships of an accessPackageAssignmentRequest object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "In Microsoft Entra entitlement management, retrieve the properties and relationships of an accessPackageAssignmentRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-1.0"; @@ -158,6 +163,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property assignmentRequests in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignmentRequests in identityGovernance"; @@ -207,6 +213,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the reprocess method. /// + /// A public Command BuildReprocessNavCommand() { var command = new Command("reprocess"); command.Description = "Provides operations to call the reprocess method."; @@ -222,6 +229,7 @@ public Command BuildReprocessNavCommand() { /// /// Provides operations to manage the requestor property of the microsoft.graph.accessPackageAssignmentRequest entity. /// + /// A public Command BuildRequestorNavCommand() { var command = new Command("requestor"); command.Description = "Provides operations to manage the requestor property of the microsoft.graph.accessPackageAssignmentRequest entity."; @@ -237,6 +245,7 @@ public Command BuildRequestorNavCommand() { /// /// Provides operations to call the resume method. /// + /// A public Command BuildResumeNavCommand() { var command = new Command("resume"); command.Description = "Provides operations to call the resume method."; @@ -250,13 +259,13 @@ public Command BuildResumeNavCommand() { return command; } /// - /// Instantiates a new AccessPackageAssignmentRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageAssignmentRequestItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageAssignmentRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageAssignmentRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest%2Did}{?%24expand,%24select}", rawUrl) { @@ -264,6 +273,7 @@ public AccessPackageAssignmentRequestItemRequestBuilder(string rawUrl) : base("{ /// /// Delete an accessPackageAssignmentRequest object. This request can be made to remove a denied or completed request. You cannot delete an access package assignment request if it has any accessPackageAssignment objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -272,7 +282,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -280,6 +290,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// In Microsoft Entra entitlement management, retrieve the properties and relationships of an accessPackageAssignmentRequest 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 @@ -296,6 +307,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property assignmentRequests in identityGovernance /// + /// 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 @@ -306,7 +318,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageAssignmentReque public RequestInformation ToPatchRequestInformation(AccessPackageAssignmentRequest 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}/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Assignment/AssignmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Assignment/AssignmentRequestBuilder.cs index 4690f36c01..72b556af6a 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Assignment/AssignmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Assignment/AssignmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssignmentRequestBuilder : BaseCliRequestBuilder { /// /// For a requestType of userAdd or adminAdd, this is an access package assignment requested to be created. For a requestType of userRemove, adminRemove or systemRemove, this has the id property of an existing assignment to be removed. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "For a requestType of userAdd or adminAdd, this is an access package assignment requested to be created. For a requestType of userRemove, adminRemove or systemRemove, this has the id property of an existing assignment to be removed. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest%2Did}/assignment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest%2Did}/assignment{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public AssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovern /// /// For a requestType of userAdd or adminAdd, this is an access package assignment requested to be created. For a requestType of userRemove, adminRemove or systemRemove, this has the id property of an existing assignment to be removed. Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Cancel/CancelRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Cancel/CancelRequestBuilder.cs index 2c5fd8c567..4584a926b1 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Cancel/CancelRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Cancel/CancelRequestBuilder.cs @@ -22,6 +22,7 @@ public class CancelRequestBuilder : BaseCliRequestBuilder { /// In Microsoft Entra Entitlement Management, cancel accessPackageAssignmentRequest objects that are in a cancellable state: accepted, pendingApproval, pendingNotBefore, pendingApprovalEscalated. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "In Microsoft Entra Entitlement Management, cancel accessPackageAssignmentRequest objects that are in a cancellable state: accepted, pendingApproval, pendingNotBefore, pendingApprovalEscalated.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CancelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest%2Did}/cancel", pathParameters) { } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest%2Did}/cancel", rawUrl) { @@ -60,6 +61,7 @@ public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// In Microsoft Entra Entitlement Management, cancel accessPackageAssignmentRequest objects that are in a cancellable state: accepted, pendingApproval, pendingNotBefore, pendingApprovalEscalated. /// + /// 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/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Reprocess/ReprocessRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Reprocess/ReprocessRequestBuilder.cs index 4ff04143ad..2ae23802a2 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Reprocess/ReprocessRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Reprocess/ReprocessRequestBuilder.cs @@ -22,6 +22,7 @@ public class ReprocessRequestBuilder : BaseCliRequestBuilder { /// In Microsoft Entra entitlement management, callers can automatically retry a user's request for access to an access package. It's performed on an accessPackageAssignmentRequest object whose requestState is in a DeliveryFailed or PartiallyDelivered state. You can only reprocess a request within 14 days from the time the original request was completed. For requests completed more than 14 days, you will need to ask the users to cancel the request(s) and make a new request in the MyAccess portal. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "In Microsoft Entra entitlement management, callers can automatically retry a user's request for access to an access package. It's performed on an accessPackageAssignmentRequest object whose requestState is in a DeliveryFailed or PartiallyDelivered state. You can only reprocess a request within 14 days from the time the original request was completed. For requests completed more than 14 days, you will need to ask the users to cancel the request(s) and make a new request in the MyAccess portal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-reprocess?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReprocessRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReprocessRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest%2Did}/reprocess", pathParameters) { } /// - /// Instantiates a new ReprocessRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReprocessRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest%2Did}/reprocess", rawUrl) { @@ -60,6 +61,7 @@ public ReprocessRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// In Microsoft Entra entitlement management, callers can automatically retry a user's request for access to an access package. It's performed on an accessPackageAssignmentRequest object whose requestState is in a DeliveryFailed or PartiallyDelivered state. You can only reprocess a request within 14 days from the time the original request was completed. For requests completed more than 14 days, you will need to ask the users to cancel the request(s) and make a new request in the MyAccess portal. /// + /// 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/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Requestor/RequestorRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Requestor/RequestorRequestBuilder.cs index 0e1710af6f..0675c6163d 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Requestor/RequestorRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Requestor/RequestorRequestBuilder.cs @@ -22,6 +22,7 @@ public class RequestorRequestBuilder : BaseCliRequestBuilder { /// /// The subject who requested or, if a direct assignment, was assigned. Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The subject who requested or, if a direct assignment, was assigned. Read-only. Nullable. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RequestorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RequestorRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest%2Did}/requestor{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RequestorRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RequestorRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest%2Did}/requestor{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public RequestorRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// The subject who requested or, if a direct assignment, was assigned. Read-only. Nullable. Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumePostRequestBody.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumePostRequestBody.cs index 3d00a28173..c2d294d8d4 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumePostRequestBody.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumePostRequestBody.cs @@ -34,7 +34,7 @@ public class ResumePostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new resumePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ResumePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ResumePostRequestBody() { /// /// 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 ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"data", n => { Data = n.GetObjectValue(CustomExtensionData.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumeRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumeRequestBuilder.cs index 9bf5c9d310..635f9e17bc 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumeRequestBuilder.cs @@ -22,6 +22,7 @@ public class ResumeRequestBuilder : BaseCliRequestBuilder { /// In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResumeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest%2Did}/resume", pathParameters) { } /// - /// Instantiates a new ResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResumeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest%2Did}/resume", rawUrl) { @@ -73,6 +74,7 @@ public ResumeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state. /// + /// 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/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccess/AdditionalAccessGetResponse.cs b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccess/AdditionalAccessGetResponse.cs index a0b68e6a8a..e2bd0c5f6a 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccess/AdditionalAccessGetResponse.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccess/AdditionalAccessGetResponse.cs @@ -18,6 +18,7 @@ public class AdditionalAccessGetResponse : BaseCollectionPaginationCountResponse /// /// 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 new AdditionalAccessGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class AdditionalAccessGetResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessPackageAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccess/AdditionalAccessRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccess/AdditionalAccessRequestBuilder.cs index d9741dd95b..450b2eda0a 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccess/AdditionalAccessRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccess/AdditionalAccessRequestBuilder.cs @@ -21,6 +21,7 @@ public class AdditionalAccessRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function additionalAccess /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function additionalAccess"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AdditionalAccessRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public AdditionalAccessRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/additionalAccess(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public AdditionalAccessRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/additionalAccess(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AdditionalAccessRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public AdditionalAccessRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/additionalAccess(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public AdditionalAccessRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/additionalAccess(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function additionalAccess /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class AdditionalAccessRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdGetResponse.cs b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdGetResponse.cs index 9683f3be20..d4a9931a62 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdGetResponse.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdGetResponse.cs @@ -18,6 +18,7 @@ public class AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdG /// /// 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 new AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdG /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessPackageAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder.cs index 65e9bcde86..25bf88b5d0 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageId/AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder.cs @@ -21,6 +21,7 @@ public class AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdR /// /// Invoke function additionalAccess /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function additionalAccess"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (accessPackageId is not null) requestInfo.PathParameters.Add("accessPackageId", accessPackageId); if (incompatibleAccessPackageId is not null) requestInfo.PathParameters.Add("incompatibleAccessPackageId", incompatibleAccessPackageId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/additionalAccess(accessPackageId='{accessPackageId}',incompatibleAccessPackageId='{incompatibleAccessPackageId}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/additionalAccess(accessPackageId='{accessPackageId}',incompatibleAccessPackageId='{incompatibleAccessPackageId}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/additionalAccess(accessPackageId='{accessPackageId}',incompatibleAccessPackageId='{incompatibleAccessPackageId}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/additionalAccess(accessPackageId='{accessPackageId}',incompatibleAccessPackageId='{incompatibleAccessPackageId}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function additionalAccess /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class AdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdR /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/AssignmentsRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/AssignmentsRequestBuilder.cs index 880c991e9c..982b6d8df9 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/AssignmentsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/AssignmentsRequestBuilder.cs @@ -27,6 +27,7 @@ public class AssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the additionalAccess method. /// + /// A public Command BuildAdditionalAccessNavCommand() { var command = new Command("additional-access"); command.Description = "Provides operations to call the additionalAccess method."; @@ -42,6 +43,7 @@ public Command BuildAdditionalAccessNavCommand() { /// /// Provides operations to call the additionalAccess method. /// + /// A public Command BuildAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPackageIdRbCommand() { var command = new Command("additional-access-with-access-package-id-with-incompatible-access-package-id"); command.Description = "Provides operations to call the additionalAccess method."; @@ -57,6 +59,7 @@ public Command BuildAdditionalAccessWithAccessPackageIdWithIncompatibleAccessPac /// /// Provides operations to manage the assignments property of the microsoft.graph.entitlementManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -73,6 +76,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."; @@ -88,6 +92,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to assignments for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to assignments for identityGovernance"; @@ -131,6 +136,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -147,6 +153,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// In Microsoft Entra entitlement management, retrieve a list of accessPackageAssignment objects. For directory-wide administrators, the resulting list includes all the assignments, current and well as expired, that the caller has access to read, across all catalogs and access packages. If the caller is on behalf of a delegated user who is assigned only to catalog-specific delegated administrative roles, the request must supply a filter to indicate a specific access package, such as: $filter=accessPackage/id eq 'a914b616-e04e-476b-aa37-91038f0b165b'. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "In Microsoft Entra entitlement management, retrieve a list of accessPackageAssignment objects. For directory-wide administrators, the resulting list includes all the assignments, current and well as expired, that the caller has access to read, across all catalogs and access packages. If the caller is on behalf of a delegated user who is assigned only to catalog-specific delegated administrative roles, the request must supply a filter to indicate a specific access package, such as: $filter=accessPackage/id eq 'a914b616-e04e-476b-aa37-91038f0b165b'.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignments?view=graph-rest-1.0"; @@ -237,13 +244,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -251,6 +258,7 @@ public AssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// In Microsoft Entra entitlement management, retrieve a list of accessPackageAssignment objects. For directory-wide administrators, the resulting list includes all the assignments, current and well as expired, that the caller has access to read, across all catalogs and access packages. If the caller is on behalf of a delegated user who is assigned only to catalog-specific delegated administrative roles, the request must supply a filter to indicate a specific access package, such as: $filter=accessPackage/id eq 'a914b616-e04e-476b-aa37-91038f0b165b'. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -267,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to assignments for identityGovernance /// + /// 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 @@ -277,7 +286,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageAssignment body, public RequestInformation ToPostRequestInformation(AccessPackageAssignment 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}/identityGovernance/entitlementManagement/assignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Count/CountRequestBuilder.cs index 3f105d283a..a590bf76f4 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/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}/identityGovernance/entitlementManagement/assignments/$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}/identityGovernance/entitlementManagement/assignments/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Assignments/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index 9def6885e4..a9fdcae879 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessPackageAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index f129f1d396..1115704997 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Item/AccessPackage/AccessPackageRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Item/AccessPackage/AccessPackageRequestBuilder.cs index 6f29e136a9..adb493ee0f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Item/AccessPackage/AccessPackageRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Item/AccessPackage/AccessPackageRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageRequestBuilder : BaseCliRequestBuilder { /// /// Read-only. Nullable. Supports $filter (eq) on the id property and $expand query parameters. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $filter (eq) on the id property and $expand query parameters."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AccessPackageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment%2Did}/accessPackage{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment%2Did}/accessPackage{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public AccessPackageRequestBuilder(string rawUrl) : base("{+baseurl}/identityGov /// /// Read-only. Nullable. Supports $filter (eq) on the id property and $expand query parameters. /// + /// 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/IdentityGovernance/EntitlementManagement/Assignments/Item/AccessPackageAssignmentItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Item/AccessPackageAssignmentItemRequestBuilder.cs index 2db8576092..9cceec4370 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Item/AccessPackageAssignmentItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Item/AccessPackageAssignmentItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class AccessPackageAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the accessPackage property of the microsoft.graph.accessPackageAssignment entity. /// + /// A public Command BuildAccessPackageNavCommand() { var command = new Command("access-package"); command.Description = "Provides operations to manage the accessPackage property of the microsoft.graph.accessPackageAssignment entity."; @@ -41,6 +42,7 @@ public Command BuildAccessPackageNavCommand() { /// /// Provides operations to manage the assignmentPolicy property of the microsoft.graph.accessPackageAssignment entity. /// + /// A public Command BuildAssignmentPolicyNavCommand() { var command = new Command("assignment-policy"); command.Description = "Provides operations to manage the assignmentPolicy property of the microsoft.graph.accessPackageAssignment entity."; @@ -56,6 +58,7 @@ public Command BuildAssignmentPolicyNavCommand() { /// /// Delete navigation property assignments for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignments for identityGovernance"; @@ -90,6 +93,7 @@ public Command BuildDeleteCommand() { /// In Microsoft Entra entitlement management, retrieve the properties and relationships of an accessPackageAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "In Microsoft Entra entitlement management, retrieve the properties and relationships of an accessPackageAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackageassignment-get?view=graph-rest-1.0"; @@ -140,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property assignments in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignments in identityGovernance"; @@ -189,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the reprocess method. /// + /// A public Command BuildReprocessNavCommand() { var command = new Command("reprocess"); command.Description = "Provides operations to call the reprocess method."; @@ -204,6 +210,7 @@ public Command BuildReprocessNavCommand() { /// /// Provides operations to manage the target property of the microsoft.graph.accessPackageAssignment entity. /// + /// A public Command BuildTargetNavCommand() { var command = new Command("target"); command.Description = "Provides operations to manage the target property of the microsoft.graph.accessPackageAssignment entity."; @@ -217,13 +224,13 @@ public Command BuildTargetNavCommand() { return command; } /// - /// Instantiates a new AccessPackageAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -231,6 +238,7 @@ public AccessPackageAssignmentItemRequestBuilder(string rawUrl) : base("{+baseur /// /// Delete navigation property assignments for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,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}/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -247,6 +255,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// In Microsoft Entra entitlement management, retrieve the properties and relationships of an accessPackageAssignment 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 @@ -263,6 +272,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property assignments in identityGovernance /// + /// 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 @@ -273,7 +283,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageAssignment body public RequestInformation ToPatchRequestInformation(AccessPackageAssignment 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}/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Item/AssignmentPolicy/AssignmentPolicyRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Item/AssignmentPolicy/AssignmentPolicyRequestBuilder.cs index 6fd40ae1b9..1966e08ad8 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Item/AssignmentPolicy/AssignmentPolicyRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Item/AssignmentPolicy/AssignmentPolicyRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssignmentPolicyRequestBuilder : BaseCliRequestBuilder { /// /// Read-only. Supports $filter (eq) on the id property and $expand query parameters. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Supports $filter (eq) on the id property and $expand query parameters."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AssignmentPolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentPolicyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment%2Did}/assignmentPolicy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AssignmentPolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentPolicyRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment%2Did}/assignmentPolicy{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public AssignmentPolicyRequestBuilder(string rawUrl) : base("{+baseurl}/identity /// /// Read-only. Supports $filter (eq) on the id property and $expand query parameters. /// + /// 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/IdentityGovernance/EntitlementManagement/Assignments/Item/Reprocess/ReprocessRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Item/Reprocess/ReprocessRequestBuilder.cs index f52d0b46f2..0c8330a436 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Item/Reprocess/ReprocessRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Item/Reprocess/ReprocessRequestBuilder.cs @@ -22,6 +22,7 @@ public class ReprocessRequestBuilder : BaseCliRequestBuilder { /// In Microsoft Entra entitlement management, callers can automatically reevaluate and enforce an accessPackageAssignment object of a user’s assignments for a specific access package. The state of the access package assignment must be Delivered for the administrator to reprocess the user's assignment. Only admins with the Access Package Assignment Manager role, or higher, in Microsoft Entra entitlement management can perform this action. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "In Microsoft Entra entitlement management, callers can automatically reevaluate and enforce an accessPackageAssignment object of a user’s assignments for a specific access package. The state of the access package assignment must be Delivered for the administrator to reprocess the user's assignment. Only admins with the Access Package Assignment Manager role, or higher, in Microsoft Entra entitlement management can perform this action.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackageassignment-reprocess?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReprocessRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReprocessRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment%2Did}/reprocess", pathParameters) { } /// - /// Instantiates a new ReprocessRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReprocessRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment%2Did}/reprocess", rawUrl) { @@ -60,6 +61,7 @@ public ReprocessRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// In Microsoft Entra entitlement management, callers can automatically reevaluate and enforce an accessPackageAssignment object of a user’s assignments for a specific access package. The state of the access package assignment must be Delivered for the administrator to reprocess the user's assignment. Only admins with the Access Package Assignment Manager role, or higher, in Microsoft Entra entitlement management can perform this action. /// + /// 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/IdentityGovernance/EntitlementManagement/Assignments/Item/Target/TargetRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Item/Target/TargetRequestBuilder.cs index b4bfc8e6e7..e591a0183c 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Item/Target/TargetRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Assignments/Item/Target/TargetRequestBuilder.cs @@ -22,6 +22,7 @@ public class TargetRequestBuilder : BaseCliRequestBuilder { /// /// The subject of the access package assignment. Read-only. Nullable. Supports $expand. Supports $filter (eq) on objectId. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The subject of the access package assignment. Read-only. Nullable. Supports $expand. Supports $filter (eq) on objectId."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TargetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment%2Did}/target{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TargetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment%2Did}/target{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public TargetRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// The subject of the access package assignment. Read-only. Nullable. Supports $expand. Supports $filter (eq) on objectId. /// + /// 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/IdentityGovernance/EntitlementManagement/Catalogs/CatalogsRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/CatalogsRequestBuilder.cs index b47953e489..e72fa2d2b1 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/CatalogsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/CatalogsRequestBuilder.cs @@ -24,6 +24,7 @@ public class CatalogsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the catalogs property of the microsoft.graph.entitlementManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// Create a new accessPackageCatalog object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new accessPackageCatalog object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/entitlementmanagement-post-catalogs?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of accessPackageCatalog objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of accessPackageCatalog objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/entitlementmanagement-list-catalogs?view=graph-rest-1.0"; @@ -191,13 +195,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CatalogsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CatalogsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CatalogsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CatalogsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -205,6 +209,7 @@ public CatalogsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Retrieve a list of accessPackageCatalog objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -221,6 +226,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new accessPackageCatalog 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 @@ -231,7 +237,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageCatalog body, Ac public RequestInformation ToPostRequestInformation(AccessPackageCatalog 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}/identityGovernance/entitlementManagement/catalogs", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Count/CountRequestBuilder.cs index 0fcbaa9e63..d3baa06172 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/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}/identityGovernance/entitlementManagement/catalogs/$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}/identityGovernance/entitlementManagement/catalogs/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackageCatalogItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackageCatalogItemRequestBuilder.cs index b09766db54..672e80ad35 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackageCatalogItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackageCatalogItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class AccessPackageCatalogItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the accessPackages property of the microsoft.graph.accessPackageCatalog entity. /// + /// A public Command BuildAccessPackagesNavCommand() { var command = new Command("access-packages"); command.Description = "Provides operations to manage the accessPackages property of the microsoft.graph.accessPackageCatalog entity."; @@ -51,6 +52,7 @@ public Command BuildAccessPackagesNavCommand() { /// /// Provides operations to manage the customWorkflowExtensions property of the microsoft.graph.accessPackageCatalog entity. /// + /// A public Command BuildCustomWorkflowExtensionsNavCommand() { var command = new Command("custom-workflow-extensions"); command.Description = "Provides operations to manage the customWorkflowExtensions property of the microsoft.graph.accessPackageCatalog entity."; @@ -77,6 +79,7 @@ public Command BuildCustomWorkflowExtensionsNavCommand() { /// Delete an accessPackageCatalog. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an accessPackageCatalog.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-1.0"; @@ -111,6 +114,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of an accessPackageCatalog object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of an accessPackageCatalog object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-1.0"; @@ -162,6 +166,7 @@ public Command BuildGetCommand() { /// Update an existing accessPackageCatalog object to change one or more of its properties, such as the display name or description. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update an existing accessPackageCatalog object to change one or more of its properties, such as the display name or description.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-1.0"; @@ -211,6 +216,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resourceRoles property of the microsoft.graph.accessPackageCatalog entity. /// + /// A public Command BuildResourceRolesNavCommand() { var command = new Command("resource-roles"); command.Description = "Provides operations to manage the resourceRoles property of the microsoft.graph.accessPackageCatalog entity."; @@ -236,6 +242,7 @@ public Command BuildResourceRolesNavCommand() { /// /// Provides operations to manage the resourceScopes property of the microsoft.graph.accessPackageCatalog entity. /// + /// A public Command BuildResourceScopesNavCommand() { var command = new Command("resource-scopes"); command.Description = "Provides operations to manage the resourceScopes property of the microsoft.graph.accessPackageCatalog entity."; @@ -261,6 +268,7 @@ public Command BuildResourceScopesNavCommand() { /// /// Provides operations to manage the resources property of the microsoft.graph.accessPackageCatalog entity. /// + /// A public Command BuildResourcesNavCommand() { var command = new Command("resources"); command.Description = "Provides operations to manage the resources property of the microsoft.graph.accessPackageCatalog entity."; @@ -284,13 +292,13 @@ public Command BuildResourcesNavCommand() { return command; } /// - /// Instantiates a new AccessPackageCatalogItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageCatalogItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageCatalogItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageCatalogItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}{?%24expand,%24select}", rawUrl) { @@ -298,6 +306,7 @@ public AccessPackageCatalogItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete an accessPackageCatalog. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -306,7 +315,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -314,6 +323,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of an accessPackageCatalog 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 @@ -330,6 +340,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update an existing accessPackageCatalog object to change one or more of its properties, such as the display name or description. /// + /// 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 @@ -340,7 +351,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageCatalog body, A public RequestInformation ToPatchRequestInformation(AccessPackageCatalog 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/AccessPackagesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/AccessPackagesRequestBuilder.cs index dca6aa7d6c..b314d7b443 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/AccessPackagesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/AccessPackagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class AccessPackagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the accessPackages property of the microsoft.graph.accessPackageCatalog entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AccessPackageItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The access packages in this catalog. Read-only. Nullable. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The access packages in this catalog. Read-only. Nullable."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AccessPackagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/accessPackages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AccessPackagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackagesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/accessPackages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public AccessPackagesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// The access packages in this catalog. Read-only. Nullable. /// + /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/Count/CountRequestBuilder.cs index bcb424c316..7e291a810f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/accessPackages/$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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/accessPackages/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/Item/AccessPackageItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/Item/AccessPackageItemRequestBuilder.cs index f29ca60482..e0422275f9 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/Item/AccessPackageItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/AccessPackages/Item/AccessPackageItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageItemRequestBuilder : BaseCliRequestBuilder { /// /// The access packages in this catalog. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The access packages in this catalog. Read-only. Nullable."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AccessPackageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/accessPackages/{accessPackage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/accessPackages/{accessPackage%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public AccessPackageItemRequestBuilder(string rawUrl) : base("{+baseurl}/identit /// /// The access packages in this catalog. Read-only. Nullable. /// + /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Count/CountRequestBuilder.cs index 62f457d37d..742fec74a0 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/customWorkflowExtensions/$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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/customWorkflowExtensions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.cs index 02ec639a1c..f02b74d943 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class CustomWorkflowExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the customWorkflowExtensions property of the microsoft.graph.accessPackageCatalog entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new CustomCalloutExtensionItemRequestBuilder(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 accessPackageAssignmentRequestWorkflowExtension or accessPackageAssignmentWorkflowExtension object and add it to an existing accessPackageCatalog object. You must explicitly provide an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new accessPackageAssignmentRequestWorkflowExtension or accessPackageAssignmentWorkflowExtension object and add it to an existing accessPackageCatalog object. You must explicitly provide an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CustomWorkflowExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CustomWorkflowExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/customWorkflowExtensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CustomWorkflowExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CustomWorkflowExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/customWorkflowExtensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public CustomWorkflowExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. /// + /// 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 accessPackageAssignmentRequestWorkflowExtension or accessPackageAssignmentWorkflowExtension object and add it to an existing accessPackageCatalog object. You must explicitly provide an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. /// + /// 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(CustomCalloutExtension body, public RequestInformation ToPostRequestInformation(CustomCalloutExtension 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/customWorkflowExtensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs index 4deff76d81..612f39984c 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class CustomCalloutExtensionItemRequestBuilder : BaseCliRequestBuilder { /// Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies: /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0"; @@ -60,12 +61,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. - /// Find more info here + /// Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); - command.Description = "Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0"; + command.Description = "Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0"; var accessPackageCatalogIdOption = new Option("--access-package-catalog-id", description: "The unique identifier of accessPackageCatalog") { }; accessPackageCatalogIdOption.IsRequired = true; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new CustomCalloutExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CustomCalloutExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/customWorkflowExtensions/{customCalloutExtension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CustomCalloutExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CustomCalloutExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/customWorkflowExtensions/{customCalloutExtension%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public CustomCalloutExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl /// /// Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies: /// + /// 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,14 +199,15 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/customWorkflowExtensions/{customCalloutExtension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. + /// Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an accessPackageAssignmentRequestWorkflowExtension 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,13 +235,13 @@ public RequestInformation ToPatchRequestInformation(CustomCalloutExtension body, public RequestInformation ToPatchRequestInformation(CustomCalloutExtension 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/customWorkflowExtensions/{customCalloutExtension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. + /// Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. /// public class CustomCalloutExtensionItemRequestBuilderGetQueryParameters { /// Expand related entities diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Count/CountRequestBuilder.cs index c0fcbdaedc..eafb14697f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/$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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index dc496aa419..08e5655a7f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property resourceRoles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resourceRoles for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Get resourceRoles from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resourceRoles from identityGovernance"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resourceRoles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resourceRoles in identityGovernance"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity."; @@ -196,13 +200,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -210,6 +214,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property resourceRoles for identityGovernance /// + /// 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 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -226,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resourceRoles from identityGovernance /// + /// 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 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resourceRoles in identityGovernance /// + /// 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 +259,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 32508bba32..b32ec270d8 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/ResourceRequestBuilder.cs index d14145536f..c761f69d39 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/ResourceRequestBuilder.cs @@ -25,6 +25,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -79,6 +81,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -135,6 +138,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -190,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -215,6 +220,7 @@ public Command BuildRolesNavCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -238,13 +244,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -252,6 +258,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,7 +267,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -268,6 +275,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -284,6 +292,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -294,7 +303,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/Count/CountRequestBuilder.cs index faaf6f0198..0448e6bfd2 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/roles/$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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/roles/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index b66ea511d3..3c889ad247 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/roles/{accessPackageResourceRole%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/roles/{accessPackageResourceRole%2Did1}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/roles/{accessPackageResourceRole%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/roles/{accessPackageResourceRole%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/RolesRequestBuilder.cs index eb02a579a3..8fb8a00692 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roles for identityGovernance /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index e010b67031..af32c11983 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/$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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index 2dc9c13535..13f58a7391 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity."; @@ -213,13 +217,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -227,6 +231,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -243,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -259,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 @@ -269,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 0e1e43ec74..419d9c4de4 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs index f1e31888dd..b78cfb4a49 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -84,6 +86,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -230,13 +235,13 @@ public Command BuildRolesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -244,6 +249,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +266,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +283,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -286,7 +294,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index d444f0ceb4..96da5fb18f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/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"; @@ -71,13 +72,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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/$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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index 45dd5dbd0e..0424802f57 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did1}{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs index 06fe6ab033..1951c833b7 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -219,13 +223,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -233,6 +237,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -249,6 +254,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roles for identityGovernance /// + /// 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 @@ -259,7 +265,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/ScopesRequestBuilder.cs index 22ba3df033..dd12a001fa 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource 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 scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopes for identityGovernance /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/ResourceRolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/ResourceRolesRequestBuilder.cs index 64067c7a7f..063147b567 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/ResourceRolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceRoles/ResourceRolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resourceRoles property of the microsoft.graph.accessPackageCatalog 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 resourceRoles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to resourceRoles for identityGovernance"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0"; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourceRolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourceRolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public ResourceRolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGov /// /// Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope. /// + /// 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 resourceRoles for identityGovernance /// + /// 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(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceRoles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Count/CountRequestBuilder.cs index dee2c2f141..c670caa3a8 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/$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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index fc6157b848..87c4dd3082 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property resourceScopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resourceScopes for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Get resourceScopes from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resourceScopes from identityGovernance"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resourceScopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resourceScopes in identityGovernance"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity."; @@ -196,13 +200,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -210,6 +214,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property resourceScopes for identityGovernance /// + /// 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 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -226,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resourceScopes from identityGovernance /// + /// 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 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resourceScopes in identityGovernance /// + /// 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 +259,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index bba6af90f0..81e1542673 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/ResourceRequestBuilder.cs index 6a79d45952..496ea56701 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/ResourceRequestBuilder.cs @@ -25,6 +25,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -79,6 +81,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -135,6 +138,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -190,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -215,6 +220,7 @@ public Command BuildRolesNavCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -238,13 +244,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -252,6 +258,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,7 +267,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -268,6 +275,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -284,6 +292,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -294,7 +303,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index 2c7c2f20a4..b489709064 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/$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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index 7a5afc6b3b..d140158e77 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity."; @@ -213,13 +217,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -227,6 +231,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -243,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -259,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 @@ -269,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 4c930d13ad..fdc55d2245 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs index 4cc006e76f..768705ac4a 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -84,6 +86,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -230,13 +235,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -244,6 +249,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +266,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +283,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -286,7 +294,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index 091b511b51..a2955cc673 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/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"; @@ -71,13 +72,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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/$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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index 501a7c61d8..7715e96162 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did1}{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs index 64d57cc4ab..b06b690b0d 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -219,13 +223,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -233,6 +237,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -249,6 +254,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopes for identityGovernance /// + /// 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 @@ -259,7 +265,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/RolesRequestBuilder.cs index 5f11f2c161..ce473a0024 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource 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 roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roles for identityGovernance /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/Count/CountRequestBuilder.cs index 3a45a3a491..81ddbdf35b 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/scopes/$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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index 8c2b6912dc..0fd29b3559 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/scopes/{accessPackageResourceScope%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/scopes/{accessPackageResourceScope%2Did1}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/scopes/{accessPackageResourceScope%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/scopes/{accessPackageResourceScope%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/ScopesRequestBuilder.cs index 4cdece973d..b8ebfa9e28 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.IdentityGovernance.EntitlementManagement.Catalogs.Item.ResourceScopes.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopes for identityGovernance /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes/{accessPackageResourceScope%2Did}/resource/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/ResourceScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/ResourceScopesRequestBuilder.cs index 1cab1e9f2b..0a5a2da31a 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/ResourceScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/ResourceScopes/ResourceScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resourceScopes property of the microsoft.graph.accessPackageCatalog 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 resourceScopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to resourceScopes for identityGovernance"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// Get resourceScopes from identityGovernance /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get resourceScopes from identityGovernance"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourceScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourceScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public ResourceScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// Get resourceScopes from identityGovernance /// + /// 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 resourceScopes for identityGovernance /// + /// 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(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resourceScopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Count/CountRequestBuilder.cs index dd5c06e729..62983d9eea 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/$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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/AccessPackageResourceItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/AccessPackageResourceItemRequestBuilder.cs index 47d6e1347e..32c813faaa 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/AccessPackageResourceItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/AccessPackageResourceItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class AccessPackageResourceItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resources for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resources for identityGovernance"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -79,6 +81,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Access package resources in this catalog. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Access package resources in this catalog."; @@ -135,6 +138,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resources in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resources in identityGovernance"; @@ -190,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -215,6 +220,7 @@ public Command BuildRolesNavCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -238,13 +244,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}{?%24expand,%24select}", rawUrl) { @@ -252,6 +258,7 @@ public AccessPackageResourceItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete navigation property resources for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,7 +267,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -268,6 +275,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Access package resources in this catalog. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -284,6 +292,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resources in identityGovernance /// + /// 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 @@ -294,7 +303,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/EnvironmentNamespace/EnvironmentRequestBuilder.cs index be97e06542..323588034f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/environment{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Count/CountRequestBuilder.cs index 07e53f141e..61802c7895 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/$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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index 4f4dfe9c8b..d5a98df4b8 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity."; @@ -213,13 +217,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -227,6 +231,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -243,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -259,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 @@ -269,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 89b07d2721..1f0182a886 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/ResourceRequestBuilder.cs index c33cd96de6..51765c05db 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/ResourceRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -84,6 +86,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -230,13 +235,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -244,6 +249,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +266,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +283,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -286,7 +294,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index bc2a0954c9..cd17e87b15 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/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"; @@ -71,13 +72,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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/$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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index 838da5edc4..181ef95b13 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -209,6 +212,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity."; @@ -230,13 +234,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -244,6 +248,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +265,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 @@ -286,7 +293,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 76ece94d5e..3c155b9805 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs index c65bc7746d..073f920388 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs @@ -23,6 +23,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -89,6 +91,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -157,6 +160,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -222,13 +226,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -236,6 +240,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -278,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs index 574b32dd50..a0afbe67b9 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource 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 scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -221,13 +225,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -235,6 +239,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -251,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopes for identityGovernance /// + /// 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 @@ -261,7 +267,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/RolesRequestBuilder.cs index 3d0b610626..19843513db 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource 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 roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roles for identityGovernance /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Count/CountRequestBuilder.cs index 63404b98f6..ffbe47dfdf 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/$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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index c4b703ef3d..83b0f942d0 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity."; @@ -213,13 +217,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -227,6 +231,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -243,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -259,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 @@ -269,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index e6d1d651fb..ced61d03ab 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/ResourceRequestBuilder.cs index 7bcaff02fa..6db8d03eda 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/ResourceRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -84,6 +86,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -230,13 +235,13 @@ public Command BuildRolesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -244,6 +249,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +266,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +283,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -286,7 +294,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index 13b1017003..6d8569f2d3 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/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"; @@ -71,13 +72,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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/$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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index 286f88d01a..9e1c109216 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -209,6 +212,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity."; @@ -230,13 +234,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -244,6 +248,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +265,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 @@ -286,7 +293,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 0b97225061..90c8be56b4 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs index eff8926a2f..e0bb65b286 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs @@ -23,6 +23,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -89,6 +91,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -157,6 +160,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -222,13 +226,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -236,6 +240,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -278,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs index 3ed7aa899e..9eaed4e740 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource 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 roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -221,13 +225,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -235,6 +239,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -251,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roles for identityGovernance /// + /// 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 @@ -261,7 +267,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/ScopesRequestBuilder.cs index c7f371752b..acd7762b91 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/Item/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource 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 scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopes for identityGovernance /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources/{accessPackageResource%2Did}/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/ResourcesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/ResourcesRequestBuilder.cs index d7537f22a2..0a0184fd19 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/ResourcesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Catalogs/Item/Resources/ResourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resources property of the microsoft.graph.accessPackageCatalog 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to resources for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to resources for identityGovernance"; @@ -104,6 +107,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of accessPackageResource objects in an accessPackageCatalog. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of accessPackageResource objects in an accessPackageCatalog.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0"; @@ -200,13 +204,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -214,6 +218,7 @@ public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// Retrieve a list of accessPackageResource objects in an accessPackageCatalog. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -230,6 +235,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to resources for identityGovernance /// + /// 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 @@ -240,7 +246,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResource body, A public RequestInformation ToPostRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog%2Did}/resources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/ConnectedOrganizationsRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/ConnectedOrganizationsRequestBuilder.cs index fb2e7c7d1c..39c8d5a0d4 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/ConnectedOrganizationsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/ConnectedOrganizationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ConnectedOrganizationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the connectedOrganizations property of the microsoft.graph.entitlementManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Create a new connectedOrganization object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new connectedOrganization object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-1.0"; @@ -98,6 +101,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of connectedOrganization objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of connectedOrganization objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0"; @@ -188,13 +192,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ConnectedOrganizationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConnectedOrganizationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ConnectedOrganizationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConnectedOrganizationsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -202,6 +206,7 @@ public ConnectedOrganizationsRequestBuilder(string rawUrl) : base("{+baseurl}/id /// /// Retrieve a list of connectedOrganization objects. /// + /// 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,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new connectedOrganization 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 @@ -228,7 +234,7 @@ public RequestInformation ToPostRequestInformation(ConnectedOrganization body, A public RequestInformation ToPostRequestInformation(ConnectedOrganization 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}/identityGovernance/entitlementManagement/connectedOrganizations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Count/CountRequestBuilder.cs index 35a1059657..2ef30b74a3 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/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}/identityGovernance/entitlementManagement/connectedOrganizations/$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}/identityGovernance/entitlementManagement/connectedOrganizations/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ConnectedOrganizationItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ConnectedOrganizationItemRequestBuilder.cs index 577face6ad..5e498721c6 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ConnectedOrganizationItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ConnectedOrganizationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class ConnectedOrganizationItemRequestBuilder : BaseCliRequestBuilder { /// Delete a connectedOrganization object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a connectedOrganization object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-1.0"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the externalSponsors property of the microsoft.graph.connectedOrganization entity. /// + /// A public Command BuildExternalSponsorsNavCommand() { var command = new Command("external-sponsors"); command.Description = "Provides operations to manage the externalSponsors property of the microsoft.graph.connectedOrganization entity."; @@ -84,6 +86,7 @@ public Command BuildExternalSponsorsNavCommand() { /// Retrieve the properties and relationships of a connectedOrganization object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a connectedOrganization object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-1.0"; @@ -134,6 +137,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the internalSponsors property of the microsoft.graph.connectedOrganization entity. /// + /// A public Command BuildInternalSponsorsNavCommand() { var command = new Command("internal-sponsors"); command.Description = "Provides operations to manage the internalSponsors property of the microsoft.graph.connectedOrganization entity."; @@ -160,6 +164,7 @@ public Command BuildInternalSponsorsNavCommand() { /// Update a connectedOrganization object to change one or more of its properties. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update a connectedOrganization object to change one or more of its properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-1.0"; @@ -207,13 +212,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ConnectedOrganizationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConnectedOrganizationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ConnectedOrganizationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConnectedOrganizationItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}{?%24expand,%24select}", rawUrl) { @@ -221,6 +226,7 @@ public ConnectedOrganizationItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete a connectedOrganization 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 @@ -229,7 +235,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -237,6 +243,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a connectedOrganization 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 @@ -253,6 +260,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update a connectedOrganization object to change one or more of its properties. /// + /// 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 @@ -263,7 +271,7 @@ public RequestInformation ToPatchRequestInformation(ConnectedOrganization body, public RequestInformation ToPatchRequestInformation(ConnectedOrganization 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}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Count/CountRequestBuilder.cs index 81b7cc6e49..380e4510d7 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/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}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/$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}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ExternalSponsorsRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ExternalSponsorsRequestBuilder.cs index 7ff8d836aa..c1e01474d2 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ExternalSponsorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/ExternalSponsorsRequestBuilder.cs @@ -25,6 +25,7 @@ public class ExternalSponsorsRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.identityGovernance.entitlementManagement.connectedOrganizations.item.externalSponsors.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -34,6 +35,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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-1.0"; @@ -148,6 +151,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of identityGovernance entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of identityGovernance entities."; @@ -163,13 +167,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new ExternalSponsorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExternalSponsorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExternalSponsorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExternalSponsorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -177,6 +181,7 @@ public ExternalSponsorsRequestBuilder(string rawUrl) : base("{+baseurl}/identity /// /// Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// + /// 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/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Item/DirectoryObjectItemRequestBuilder.cs index 390d436186..cda4019430 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Item/DirectoryObjectItemRequestBuilder.cs @@ -18,6 +18,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of identityGovernance entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of identityGovernance entities."; @@ -31,13 +32,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/{directoryObject%2Did}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/{directoryObject%2Did}", rawUrl) { diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Item/Ref/RefRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Item/Ref/RefRequestBuilder.cs index 0d4f44db21..1bf273d636 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/{directoryObject%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/{directoryObject%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/en /// /// Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// + /// 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/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Ref/RefRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Ref/RefRequestBuilder.cs index 7b8c082a8d..67b04cd950 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Ref/RefRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/ExternalSponsors/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-1.0"; @@ -148,6 +150,7 @@ public Command BuildGetCommand() { /// Add a user or a group to the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add a user or a group to the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-1.0"; @@ -185,20 +188,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,7 +211,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +219,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add a user or a group to the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/externalSponsors/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Count/CountRequestBuilder.cs index 93a90ef24a..3a3f127f7f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/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}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/$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}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/InternalSponsorsRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/InternalSponsorsRequestBuilder.cs index ff11ce709e..1e7ed22d3b 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/InternalSponsorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/InternalSponsorsRequestBuilder.cs @@ -25,6 +25,7 @@ public class InternalSponsorsRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.identityGovernance.entitlementManagement.connectedOrganizations.item.internalSponsors.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -34,6 +35,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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-1.0"; @@ -148,6 +151,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of identityGovernance entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of identityGovernance entities."; @@ -163,13 +167,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new InternalSponsorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InternalSponsorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new InternalSponsorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InternalSponsorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -177,6 +181,7 @@ public InternalSponsorsRequestBuilder(string rawUrl) : base("{+baseurl}/identity /// /// Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// + /// 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/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Item/DirectoryObjectItemRequestBuilder.cs index bd8ef052c5..a45f9ff600 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Item/DirectoryObjectItemRequestBuilder.cs @@ -18,6 +18,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of identityGovernance entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of identityGovernance entities."; @@ -31,13 +32,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/{directoryObject%2Did}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/{directoryObject%2Did}", rawUrl) { diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Item/Ref/RefRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Item/Ref/RefRequestBuilder.cs index 774f0f622c..3ef29272eb 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/{directoryObject%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/{directoryObject%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/en /// /// Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// + /// 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/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Ref/RefRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Ref/RefRequestBuilder.cs index 2f4ca3f63a..2d4f42533f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Ref/RefRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ConnectedOrganizations/Item/InternalSponsors/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-1.0"; @@ -148,6 +150,7 @@ public Command BuildGetCommand() { /// Add a user or a group to the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add a user or a group to the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-1.0"; @@ -185,20 +188,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,7 +211,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +219,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add a user or a group to the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization%2Did}/internalSponsors/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/EntitlementManagementRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/EntitlementManagementRequestBuilder.cs index e7bca70f22..7887bad374 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/EntitlementManagementRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/EntitlementManagementRequestBuilder.cs @@ -34,6 +34,7 @@ public class EntitlementManagementRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the accessPackageAssignmentApprovals property of the microsoft.graph.entitlementManagement entity. /// + /// A public Command BuildAccessPackageAssignmentApprovalsNavCommand() { var command = new Command("access-package-assignment-approvals"); command.Description = "Provides operations to manage the accessPackageAssignmentApprovals property of the microsoft.graph.entitlementManagement entity."; @@ -60,6 +61,7 @@ public Command BuildAccessPackageAssignmentApprovalsNavCommand() { /// /// Provides operations to manage the accessPackages property of the microsoft.graph.entitlementManagement entity. /// + /// A public Command BuildAccessPackagesNavCommand() { var command = new Command("access-packages"); command.Description = "Provides operations to manage the accessPackages property of the microsoft.graph.entitlementManagement entity."; @@ -86,6 +88,7 @@ public Command BuildAccessPackagesNavCommand() { /// /// Provides operations to manage the assignmentPolicies property of the microsoft.graph.entitlementManagement entity. /// + /// A public Command BuildAssignmentPoliciesNavCommand() { var command = new Command("assignment-policies"); command.Description = "Provides operations to manage the assignmentPolicies property of the microsoft.graph.entitlementManagement entity."; @@ -111,6 +114,7 @@ public Command BuildAssignmentPoliciesNavCommand() { /// /// Provides operations to manage the assignmentRequests property of the microsoft.graph.entitlementManagement entity. /// + /// A public Command BuildAssignmentRequestsNavCommand() { var command = new Command("assignment-requests"); command.Description = "Provides operations to manage the assignmentRequests property of the microsoft.graph.entitlementManagement entity."; @@ -137,6 +141,7 @@ public Command BuildAssignmentRequestsNavCommand() { /// /// Provides operations to manage the assignments property of the microsoft.graph.entitlementManagement entity. /// + /// A public Command BuildAssignmentsNavCommand() { var command = new Command("assignments"); command.Description = "Provides operations to manage the assignments property of the microsoft.graph.entitlementManagement entity."; @@ -165,6 +170,7 @@ public Command BuildAssignmentsNavCommand() { /// /// Provides operations to manage the catalogs property of the microsoft.graph.entitlementManagement entity. /// + /// A public Command BuildCatalogsNavCommand() { var command = new Command("catalogs"); command.Description = "Provides operations to manage the catalogs property of the microsoft.graph.entitlementManagement entity."; @@ -190,6 +196,7 @@ public Command BuildCatalogsNavCommand() { /// /// Provides operations to manage the connectedOrganizations property of the microsoft.graph.entitlementManagement entity. /// + /// A public Command BuildConnectedOrganizationsNavCommand() { var command = new Command("connected-organizations"); command.Description = "Provides operations to manage the connectedOrganizations property of the microsoft.graph.entitlementManagement entity."; @@ -215,6 +222,7 @@ public Command BuildConnectedOrganizationsNavCommand() { /// /// Delete navigation property entitlementManagement for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property entitlementManagement for identityGovernance"; @@ -242,6 +250,7 @@ public Command BuildDeleteCommand() { /// /// Get entitlementManagement from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get entitlementManagement from identityGovernance"; @@ -286,6 +295,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property entitlementManagement in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property entitlementManagement in identityGovernance"; @@ -329,6 +339,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resourceEnvironments property of the microsoft.graph.entitlementManagement entity. /// + /// A public Command BuildResourceEnvironmentsNavCommand() { var command = new Command("resource-environments"); command.Description = "Provides operations to manage the resourceEnvironments property of the microsoft.graph.entitlementManagement entity."; @@ -354,6 +365,7 @@ public Command BuildResourceEnvironmentsNavCommand() { /// /// Provides operations to manage the resourceRequests property of the microsoft.graph.entitlementManagement entity. /// + /// A public Command BuildResourceRequestsNavCommand() { var command = new Command("resource-requests"); command.Description = "Provides operations to manage the resourceRequests property of the microsoft.graph.entitlementManagement entity."; @@ -379,6 +391,7 @@ public Command BuildResourceRequestsNavCommand() { /// /// Provides operations to manage the resourceRoleScopes property of the microsoft.graph.entitlementManagement entity. /// + /// A public Command BuildResourceRoleScopesNavCommand() { var command = new Command("resource-role-scopes"); command.Description = "Provides operations to manage the resourceRoleScopes property of the microsoft.graph.entitlementManagement entity."; @@ -404,6 +417,7 @@ public Command BuildResourceRoleScopesNavCommand() { /// /// Provides operations to manage the resources property of the microsoft.graph.entitlementManagement entity. /// + /// A public Command BuildResourcesNavCommand() { var command = new Command("resources"); command.Description = "Provides operations to manage the resources property of the microsoft.graph.entitlementManagement entity."; @@ -429,6 +443,7 @@ public Command BuildResourcesNavCommand() { /// /// Provides operations to manage the settings property of the microsoft.graph.entitlementManagement entity. /// + /// A public Command BuildSettingsNavCommand() { var command = new Command("settings"); command.Description = "Provides operations to manage the settings property of the microsoft.graph.entitlementManagement entity."; @@ -444,13 +459,13 @@ public Command BuildSettingsNavCommand() { return command; } /// - /// Instantiates a new EntitlementManagementRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EntitlementManagementRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EntitlementManagementRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EntitlementManagementRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement{?%24expand,%24select}", rawUrl) { @@ -458,6 +473,7 @@ public EntitlementManagementRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// Delete navigation property entitlementManagement for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -466,7 +482,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -474,6 +490,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get entitlementManagement from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -490,6 +507,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property entitlementManagement in identityGovernance /// + /// 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 @@ -500,7 +518,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.EntitlementMan public RequestInformation ToPatchRequestInformation(ApiSdk.Models.EntitlementManagement 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}/identityGovernance/entitlementManagement", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Count/CountRequestBuilder.cs index da6980dd0b..087ff78f2b 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/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}/identityGovernance/entitlementManagement/resourceEnvironments/$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}/identityGovernance/entitlementManagement/resourceEnvironments/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/AccessPackageResourceEnvironmentItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/AccessPackageResourceEnvironmentItemRequestBuilder.cs index e831cfe24e..cd4c78cc0a 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/AccessPackageResourceEnvironmentItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/AccessPackageResourceEnvironmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceEnvironmentItemRequestBuilder : BaseCliRequest /// /// Delete navigation property resourceEnvironments for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resourceEnvironments for identityGovernance"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// /// A reference to the geolocation environments in which a resource is located. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A reference to the geolocation environments in which a resource is located."; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resourceEnvironments in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resourceEnvironments in identityGovernance"; @@ -155,6 +158,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resources property of the microsoft.graph.accessPackageResourceEnvironment entity. /// + /// A public Command BuildResourcesNavCommand() { var command = new Command("resources"); command.Description = "Provides operations to manage the resources property of the microsoft.graph.accessPackageResourceEnvironment entity."; @@ -178,13 +182,13 @@ public Command BuildResourcesNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceEnvironmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceEnvironmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceEnvironmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceEnvironmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}{?%24expand,%24select}", rawUrl) { @@ -192,6 +196,7 @@ public AccessPackageResourceEnvironmentItemRequestBuilder(string rawUrl) : base( /// /// Delete navigation property resourceEnvironments for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -200,7 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -208,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A reference to the geolocation environments in which a resource is located. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -224,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resourceEnvironments in identityGovernance /// + /// 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 @@ -234,7 +241,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceEnviron public RequestInformation ToPatchRequestInformation(AccessPackageResourceEnvironment 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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Count/CountRequestBuilder.cs index 099c951a95..dd31fc818e 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/$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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/AccessPackageResourceItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/AccessPackageResourceItemRequestBuilder.cs index bd22518cef..0916de7fb0 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/AccessPackageResourceItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/AccessPackageResourceItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class AccessPackageResourceItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resources for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resources for identityGovernance"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -79,6 +81,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Read-only. Required. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Required."; @@ -135,6 +138,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resources in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resources in identityGovernance"; @@ -190,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -215,6 +220,7 @@ public Command BuildRolesNavCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -238,13 +244,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}{?%24expand,%24select}", rawUrl) { @@ -252,6 +258,7 @@ public AccessPackageResourceItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete navigation property resources for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,7 +267,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -268,6 +275,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Required. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -284,6 +292,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resources in identityGovernance /// + /// 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 @@ -294,7 +303,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/EnvironmentNamespace/EnvironmentRequestBuilder.cs index bc15ab6a44..407eef6768 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/environment{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Count/CountRequestBuilder.cs index 458876e925..5ebb1a411c 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/$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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index 62b667e781..03e946a896 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity."; @@ -213,13 +217,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -227,6 +231,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -243,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -259,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 @@ -269,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 6c38f1eb68..eefa730215 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/ResourceRequestBuilder.cs index 721d677c2f..80dab85a01 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/ResourceRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -84,6 +86,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -230,13 +235,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -244,6 +249,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +266,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +283,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -286,7 +294,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index a482ff7c8f..0e555ef5b5 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/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"; @@ -71,13 +72,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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/$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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index 2de399fd20..1eba9dcba6 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -209,6 +212,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity."; @@ -230,13 +234,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -244,6 +248,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +265,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 @@ -286,7 +293,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 83225045a3..de2a060cee 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs index c56ac852dc..f588b62d19 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs @@ -23,6 +23,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -89,6 +91,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -157,6 +160,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -222,13 +226,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -236,6 +240,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -278,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs index 8eadd0d9a8..dfcbce226d 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource 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 scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -221,13 +225,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -235,6 +239,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -251,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopes for identityGovernance /// + /// 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 @@ -261,7 +267,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/RolesRequestBuilder.cs index 5af9aa49b1..de54f15e07 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource 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 roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roles for identityGovernance /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Count/CountRequestBuilder.cs index 94e886dc0f..9ee50a4f59 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/$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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index 43464ca4a4..bf6c1de153 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity."; @@ -213,13 +217,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -227,6 +231,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -243,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -259,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 @@ -269,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 380a37c921..3d995ff301 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/ResourceRequestBuilder.cs index 10383022af..e20e37bcd7 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/ResourceRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -84,6 +86,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -230,13 +235,13 @@ public Command BuildRolesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -244,6 +249,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +266,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +283,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -286,7 +294,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index b3298735aa..7f9083eb6d 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/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"; @@ -71,13 +72,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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/$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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index 6a2bc0e9f4..e883e41830 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -209,6 +212,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity."; @@ -230,13 +234,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -244,6 +248,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +265,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 @@ -286,7 +293,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 1b1d63eb20..e746c0672e 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs index b331e6d4b5..c5f2354d91 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs @@ -23,6 +23,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -89,6 +91,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -157,6 +160,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -222,13 +226,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -236,6 +240,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -278,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs index a6497dd12a..bff5471f0b 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource 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 roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -221,13 +225,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -235,6 +239,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -251,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roles for identityGovernance /// + /// 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 @@ -261,7 +267,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/ScopesRequestBuilder.cs index 0a072256cb..b40bf66947 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/Item/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource 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 scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopes for identityGovernance /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources/{accessPackageResource%2Did}/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/ResourcesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/ResourcesRequestBuilder.cs index a3d3b9730b..916ae69c0b 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/ResourcesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/Item/Resources/ResourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resources property of the microsoft.graph.accessPackageResourceEnvironment 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to resources for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to resources for identityGovernance"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Required. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Required."; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// Read-only. Required. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to resources for identityGovernance /// + /// 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResource body, A public RequestInformation ToPostRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment%2Did}/resources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/ResourceEnvironmentsRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/ResourceEnvironmentsRequestBuilder.cs index eb02e7a778..b203a3b3cf 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/ResourceEnvironmentsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceEnvironments/ResourceEnvironmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceEnvironmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resourceEnvironments property of the microsoft.graph.entitlementManagement 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 resourceEnvironments for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to resourceEnvironments for identityGovernance"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of accessPackageResourceEnvironment objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of accessPackageResourceEnvironment objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourceenvironments?view=graph-rest-1.0"; @@ -186,13 +190,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourceEnvironmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceEnvironmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourceEnvironmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceEnvironmentsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceEnvironments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +204,7 @@ public ResourceEnvironmentsRequestBuilder(string rawUrl) : base("{+baseurl}/iden /// /// Retrieve a list of accessPackageResourceEnvironment 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 @@ -216,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to resourceEnvironments for identityGovernance /// + /// 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(AccessPackageResourceEnvironm public RequestInformation ToPostRequestInformation(AccessPackageResourceEnvironment 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}/identityGovernance/entitlementManagement/resourceEnvironments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Count/CountRequestBuilder.cs index 4b5eccc31d..21e44ca70c 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/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}/identityGovernance/entitlementManagement/resourceRequests/$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}/identityGovernance/entitlementManagement/resourceRequests/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/AccessPackageResourceRequestItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/AccessPackageResourceRequestItemRequestBuilder.cs index 58b00324d2..42908dcf64 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/AccessPackageResourceRequestItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/AccessPackageResourceRequestItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class AccessPackageResourceRequestItemRequestBuilder : BaseCliRequestBuil /// /// Provides operations to manage the catalog property of the microsoft.graph.accessPackageResourceRequest entity. /// + /// A public Command BuildCatalogNavCommand() { var command = new Command("catalog"); command.Description = "Provides operations to manage the catalog property of the microsoft.graph.accessPackageResourceRequest entity."; @@ -51,6 +52,7 @@ public Command BuildCatalogNavCommand() { /// /// Delete navigation property resourceRequests for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resourceRequests for identityGovernance"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// Represents a request to add or remove a resource to or from a catalog respectively. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents a request to add or remove a resource to or from a catalog respectively."; @@ -134,6 +137,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resourceRequests in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resourceRequests in identityGovernance"; @@ -183,6 +187,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRequest entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRequest entity."; @@ -206,13 +211,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRequestItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}{?%24expand,%24select}", rawUrl) { @@ -220,6 +225,7 @@ public AccessPackageResourceRequestItemRequestBuilder(string rawUrl) : base("{+b /// /// Delete navigation property resourceRequests for identityGovernance /// + /// 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,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents a request to add or remove a resource to or from a catalog respectively. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resourceRequests in identityGovernance /// + /// 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 @@ -262,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRequest public RequestInformation ToPatchRequestInformation(AccessPackageResourceRequest 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/AccessPackagesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/AccessPackagesRequestBuilder.cs index f94c1498a5..dac5cb913f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/AccessPackagesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/AccessPackagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class AccessPackagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the accessPackages property of the microsoft.graph.accessPackageCatalog entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AccessPackageItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The access packages in this catalog. Read-only. Nullable. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The access packages in this catalog. Read-only. Nullable."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AccessPackagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/accessPackages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AccessPackagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackagesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/accessPackages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public AccessPackagesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// The access packages in this catalog. Read-only. Nullable. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/Count/CountRequestBuilder.cs index 1f3082dc77..27c60b59cc 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/accessPackages/$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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/accessPackages/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/Item/AccessPackageItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/Item/AccessPackageItemRequestBuilder.cs index 6cb847c495..97729b8d12 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/Item/AccessPackageItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/AccessPackages/Item/AccessPackageItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageItemRequestBuilder : BaseCliRequestBuilder { /// /// The access packages in this catalog. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The access packages in this catalog. Read-only. Nullable."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AccessPackageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/accessPackages/{accessPackage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/accessPackages/{accessPackage%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public AccessPackageItemRequestBuilder(string rawUrl) : base("{+baseurl}/identit /// /// The access packages in this catalog. Read-only. Nullable. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CatalogRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CatalogRequestBuilder.cs index 6043c02744..8ac1320bfd 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CatalogRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CatalogRequestBuilder.cs @@ -27,6 +27,7 @@ public class CatalogRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the accessPackages property of the microsoft.graph.accessPackageCatalog entity. /// + /// A public Command BuildAccessPackagesNavCommand() { var command = new Command("access-packages"); command.Description = "Provides operations to manage the accessPackages property of the microsoft.graph.accessPackageCatalog entity."; @@ -51,6 +52,7 @@ public Command BuildAccessPackagesNavCommand() { /// /// Provides operations to manage the customWorkflowExtensions property of the microsoft.graph.accessPackageCatalog entity. /// + /// A public Command BuildCustomWorkflowExtensionsNavCommand() { var command = new Command("custom-workflow-extensions"); command.Description = "Provides operations to manage the customWorkflowExtensions property of the microsoft.graph.accessPackageCatalog entity."; @@ -76,6 +78,7 @@ public Command BuildCustomWorkflowExtensionsNavCommand() { /// /// Delete navigation property catalog for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property catalog for identityGovernance"; @@ -109,6 +112,7 @@ public Command BuildDeleteCommand() { /// /// Get catalog from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get catalog from identityGovernance"; @@ -159,6 +163,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property catalog in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property catalog in identityGovernance"; @@ -208,6 +213,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resourceRoles property of the microsoft.graph.accessPackageCatalog entity. /// + /// A public Command BuildResourceRolesNavCommand() { var command = new Command("resource-roles"); command.Description = "Provides operations to manage the resourceRoles property of the microsoft.graph.accessPackageCatalog entity."; @@ -233,6 +239,7 @@ public Command BuildResourceRolesNavCommand() { /// /// Provides operations to manage the resourceScopes property of the microsoft.graph.accessPackageCatalog entity. /// + /// A public Command BuildResourceScopesNavCommand() { var command = new Command("resource-scopes"); command.Description = "Provides operations to manage the resourceScopes property of the microsoft.graph.accessPackageCatalog entity."; @@ -258,6 +265,7 @@ public Command BuildResourceScopesNavCommand() { /// /// Provides operations to manage the resources property of the microsoft.graph.accessPackageCatalog entity. /// + /// A public Command BuildResourcesNavCommand() { var command = new Command("resources"); command.Description = "Provides operations to manage the resources property of the microsoft.graph.accessPackageCatalog entity."; @@ -281,13 +289,13 @@ public Command BuildResourcesNavCommand() { return command; } /// - /// Instantiates a new CatalogRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CatalogRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CatalogRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CatalogRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog{?%24expand,%24select}", rawUrl) { @@ -295,6 +303,7 @@ public CatalogRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// Delete navigation property catalog for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -303,7 +312,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -311,6 +320,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get catalog from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -327,6 +337,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property catalog in identityGovernance /// + /// 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 @@ -337,7 +348,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageCatalog body, A public RequestInformation ToPatchRequestInformation(AccessPackageCatalog 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/Count/CountRequestBuilder.cs index 000507feb2..4c3d9d54e9 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/customWorkflowExtensions/$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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/customWorkflowExtensions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.cs index f2662ed06c..5a3e9dd441 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/CustomWorkflowExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class CustomWorkflowExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the customWorkflowExtensions property of the microsoft.graph.accessPackageCatalog entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new CustomCalloutExtensionItemRequestBuilder(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 accessPackageAssignmentRequestWorkflowExtension or accessPackageAssignmentWorkflowExtension object and add it to an existing accessPackageCatalog object. You must explicitly provide an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new accessPackageAssignmentRequestWorkflowExtension or accessPackageAssignmentWorkflowExtension object and add it to an existing accessPackageCatalog object. You must explicitly provide an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CustomWorkflowExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CustomWorkflowExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/customWorkflowExtensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CustomWorkflowExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CustomWorkflowExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/customWorkflowExtensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public CustomWorkflowExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. /// + /// 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 accessPackageAssignmentRequestWorkflowExtension or accessPackageAssignmentWorkflowExtension object and add it to an existing accessPackageCatalog object. You must explicitly provide an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. /// + /// 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(CustomCalloutExtension body, public RequestInformation ToPostRequestInformation(CustomCalloutExtension 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/customWorkflowExtensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs index 7b20130cbe..bf5771e93f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/CustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class CustomCalloutExtensionItemRequestBuilder : BaseCliRequestBuilder { /// Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies: /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0"; @@ -60,12 +61,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. - /// Find more info here + /// Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. + /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); - command.Description = "Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0"; + command.Description = "Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0"; var accessPackageResourceRequestIdOption = new Option("--access-package-resource-request-id", description: "The unique identifier of accessPackageResourceRequest") { }; accessPackageResourceRequestIdOption.IsRequired = true; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new CustomCalloutExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CustomCalloutExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/customWorkflowExtensions/{customCalloutExtension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CustomCalloutExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CustomCalloutExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/customWorkflowExtensions/{customCalloutExtension%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public CustomCalloutExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl /// /// Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies: /// + /// 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,14 +199,15 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/customWorkflowExtensions/{customCalloutExtension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. + /// Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an accessPackageAssignmentRequestWorkflowExtension 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,13 +235,13 @@ public RequestInformation ToPatchRequestInformation(CustomCalloutExtension body, public RequestInformation ToPatchRequestInformation(CustomCalloutExtension 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/customWorkflowExtensions/{customCalloutExtension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. + /// Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. /// public class CustomCalloutExtensionItemRequestBuilderGetQueryParameters { /// Expand related entities diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Count/CountRequestBuilder.cs index 61e0e36ef7..072761b72c 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/$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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index 9409f89462..32c9ada96f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property resourceRoles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resourceRoles for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Get resourceRoles from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resourceRoles from identityGovernance"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resourceRoles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resourceRoles in identityGovernance"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity."; @@ -196,13 +200,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -210,6 +214,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property resourceRoles for identityGovernance /// + /// 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 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -226,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resourceRoles from identityGovernance /// + /// 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 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resourceRoles in identityGovernance /// + /// 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 +259,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 45c88a217e..be6c84c771 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/ResourceRequestBuilder.cs index 56cb26e028..7c88e6e7c5 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/ResourceRequestBuilder.cs @@ -25,6 +25,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -79,6 +81,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -135,6 +138,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -190,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -215,6 +220,7 @@ public Command BuildRolesNavCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -238,13 +244,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -252,6 +258,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,7 +267,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -268,6 +275,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -284,6 +292,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -294,7 +303,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/Count/CountRequestBuilder.cs index b2f7ffeec8..ee0a180774 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/roles/$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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/roles/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index 6aa0f5fedb..754bd8b55f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/roles/{accessPackageResourceRole%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/roles/{accessPackageResourceRole%2Did1}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/roles/{accessPackageResourceRole%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/roles/{accessPackageResourceRole%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/RolesRequestBuilder.cs index 7dab41e08f..028c95f4d2 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roles for identityGovernance /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index 264eb7eb44..8306f10f2c 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/$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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index b4dba932ff..dd8eb0fc9b 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity."; @@ -213,13 +217,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -227,6 +231,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -243,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -259,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 @@ -269,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 91130308eb..73adf3d30b 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs index 1e60776bb3..0e216d9242 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -84,6 +86,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -230,13 +235,13 @@ public Command BuildRolesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -244,6 +249,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +266,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +283,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -286,7 +294,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index 8268303080..b428502561 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/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"; @@ -71,13 +72,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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/$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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index 095587e605..6f8b699dcf 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did1}{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs index e693be24a9..59060d3b6c 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceRoles.Item.Resource.Scopes.Item.Resource.Roles.Item.AccessPackageResourceRoleItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -219,13 +223,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -233,6 +237,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -249,6 +254,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roles for identityGovernance /// + /// 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 @@ -259,7 +265,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/ScopesRequestBuilder.cs index 5f1958f29e..367c76c13e 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource 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 scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopes for identityGovernance /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles/{accessPackageResourceRole%2Did}/resource/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/ResourceRolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/ResourceRolesRequestBuilder.cs index d8ed66ef4f..425ecef890 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/ResourceRolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceRoles/ResourceRolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resourceRoles property of the microsoft.graph.accessPackageCatalog 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 resourceRoles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to resourceRoles for identityGovernance"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0"; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourceRolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourceRolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public ResourceRolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGov /// /// Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope. /// + /// 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 resourceRoles for identityGovernance /// + /// 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(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceRoles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Count/CountRequestBuilder.cs index 215eb34a23..c56f6c0522 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/$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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index 48cbbec0f4..f19ac9389b 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property resourceScopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resourceScopes for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Get resourceScopes from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resourceScopes from identityGovernance"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resourceScopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resourceScopes in identityGovernance"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity."; @@ -196,13 +200,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -210,6 +214,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property resourceScopes for identityGovernance /// + /// 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 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -226,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resourceScopes from identityGovernance /// + /// 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 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resourceScopes in identityGovernance /// + /// 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 +259,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 39fdc0879d..1c857593d7 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/ResourceRequestBuilder.cs index f54965dd82..c6092a6159 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/ResourceRequestBuilder.cs @@ -25,6 +25,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -79,6 +81,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -135,6 +138,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -190,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -215,6 +220,7 @@ public Command BuildRolesNavCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -238,13 +244,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -252,6 +258,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,7 +267,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -268,6 +275,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -284,6 +292,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -294,7 +303,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index aaac8e46a9..7fc0703c90 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/$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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index e646549cfd..98948357ee 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity."; @@ -213,13 +217,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -227,6 +231,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -243,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -259,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 @@ -269,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 464558e291..d6c1442b5f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs index 7cffa31c10..f058fdc6b9 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -84,6 +86,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -230,13 +235,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -244,6 +249,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +266,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +283,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -286,7 +294,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index 048f4857a9..e5ade8c086 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/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"; @@ -71,13 +72,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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/$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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index e4d2f14b6b..afc68e316f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did1}{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs index a414a70128..f858fbd68b 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Roles.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -219,13 +223,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -233,6 +237,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -249,6 +254,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopes for identityGovernance /// + /// 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 @@ -259,7 +265,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/RolesRequestBuilder.cs index 199971c715..71f15fefaa 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource 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 roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roles for identityGovernance /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/Count/CountRequestBuilder.cs index 3ba8a80d5c..7a400ee634 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/scopes/$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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index 0bfa9e8c1d..30467478c6 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/scopes/{accessPackageResourceScope%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/scopes/{accessPackageResourceScope%2Did1}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/scopes/{accessPackageResourceScope%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/scopes/{accessPackageResourceScope%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/ScopesRequestBuilder.cs index 5f53d7369d..91bbdf5054 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.IdentityGovernance.EntitlementManagement.ResourceRequests.Item.Catalog.ResourceScopes.Item.Resource.Scopes.Item.AccessPackageResourceScopeItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopes for identityGovernance /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes/{accessPackageResourceScope%2Did}/resource/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/ResourceScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/ResourceScopesRequestBuilder.cs index c2aa57a387..97e27e5c13 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/ResourceScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/ResourceScopes/ResourceScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resourceScopes property of the microsoft.graph.accessPackageCatalog 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 resourceScopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to resourceScopes for identityGovernance"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// Get resourceScopes from identityGovernance /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get resourceScopes from identityGovernance"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourceScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourceScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public ResourceScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// Get resourceScopes from identityGovernance /// + /// 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 resourceScopes for identityGovernance /// + /// 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(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resourceScopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Count/CountRequestBuilder.cs index fd9955a602..e1b3b0de2a 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/$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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/AccessPackageResourceItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/AccessPackageResourceItemRequestBuilder.cs index 6f70a85425..c1a8f8a5a6 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/AccessPackageResourceItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/AccessPackageResourceItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class AccessPackageResourceItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resources for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resources for identityGovernance"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -79,6 +81,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Access package resources in this catalog. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Access package resources in this catalog."; @@ -135,6 +138,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resources in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resources in identityGovernance"; @@ -190,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -215,6 +220,7 @@ public Command BuildRolesNavCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -238,13 +244,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}{?%24expand,%24select}", rawUrl) { @@ -252,6 +258,7 @@ public AccessPackageResourceItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete navigation property resources for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -260,7 +267,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -268,6 +275,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Access package resources in this catalog. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -284,6 +292,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resources in identityGovernance /// + /// 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 @@ -294,7 +303,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/EnvironmentNamespace/EnvironmentRequestBuilder.cs index cc9234b236..3682ea0bde 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/environment{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Count/CountRequestBuilder.cs index 6bfa2b2577..149862047f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/$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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index 066d95fffa..fa25aa37f5 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity."; @@ -213,13 +217,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -227,6 +231,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -243,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -259,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 @@ -269,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 3a94d89bec..ed9c7cb8fb 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/ResourceRequestBuilder.cs index f187a9005f..0c18eb7ea6 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/ResourceRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -84,6 +86,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -230,13 +235,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -244,6 +249,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +266,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +283,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -286,7 +294,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index 01ea4ae796..36c59c2dc2 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/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"; @@ -71,13 +72,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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/$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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index f4315e5ba4..a22fc54907 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -209,6 +212,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity."; @@ -230,13 +234,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -244,6 +248,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +265,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 @@ -286,7 +293,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index ad24b7d4f1..8f203fc8e3 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs index 13562debef..efd7925093 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs @@ -23,6 +23,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -89,6 +91,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -157,6 +160,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -222,13 +226,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -236,6 +240,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -278,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs index 1b129406be..e496236e30 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource 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 scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -221,13 +225,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -235,6 +239,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -251,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopes for identityGovernance /// + /// 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 @@ -261,7 +267,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/RolesRequestBuilder.cs index 3adddfe1ab..ef2864ddf2 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource 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 roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roles for identityGovernance /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Count/CountRequestBuilder.cs index 800c24193b..35a540262f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/$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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index 4cc916435e..0027c4030b 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity."; @@ -213,13 +217,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -227,6 +231,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -243,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -259,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 @@ -269,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 6e25935d5d..31c00401b0 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/ResourceRequestBuilder.cs index 8bed3859d6..dc23324feb 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/ResourceRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -84,6 +86,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -230,13 +235,13 @@ public Command BuildRolesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -244,6 +249,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +266,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +283,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -286,7 +294,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index 9c707e31cb..8cafe1b49e 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/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"; @@ -71,13 +72,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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/$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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index d91830abb1..fcaa5df243 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -142,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -209,6 +212,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity."; @@ -230,13 +234,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -244,6 +248,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,7 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -260,6 +265,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 @@ -286,7 +293,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 651dd87d5a..7543a0986d 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs index a12146b262..f95984005f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs @@ -23,6 +23,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -74,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -89,6 +91,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -157,6 +160,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -222,13 +226,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -236,6 +240,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -252,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -278,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs index 3d8e1d880f..15ba742012 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource 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 roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -221,13 +225,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -235,6 +239,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -251,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roles for identityGovernance /// + /// 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 @@ -261,7 +267,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/ScopesRequestBuilder.cs index 933b2a5656..33ccd95a90 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/Item/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource 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 scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopes for identityGovernance /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources/{accessPackageResource%2Did}/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/ResourcesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/ResourcesRequestBuilder.cs index 6b5d5c692f..60136d012d 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/ResourcesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Catalog/Resources/ResourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resources property of the microsoft.graph.accessPackageCatalog 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to resources for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to resources for identityGovernance"; @@ -104,6 +107,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of accessPackageResource objects in an accessPackageCatalog. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of accessPackageResource objects in an accessPackageCatalog.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0"; @@ -200,13 +204,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -214,6 +218,7 @@ public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// Retrieve a list of accessPackageResource objects in an accessPackageCatalog. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -230,6 +235,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to resources for identityGovernance /// + /// 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 @@ -240,7 +246,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResource body, A public RequestInformation ToPostRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/catalog/resources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 7b3fa0c1b3..1d72bac895 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/ResourceRequestBuilder.cs index cb28a3027d..b292d4e2e8 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/ResourceRequestBuilder.cs @@ -25,6 +25,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -73,6 +75,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -123,6 +126,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -172,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -197,6 +202,7 @@ public Command BuildRolesNavCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -220,13 +226,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -234,6 +240,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// 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,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -276,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Count/CountRequestBuilder.cs index a47521c379..3af80d7eb5 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/$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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index a0eea086ad..ee037922ef 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity."; @@ -195,13 +199,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -209,6 +213,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,7 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -225,6 +230,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +247,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 @@ -251,7 +258,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index e0584c9e88..a760c09e6d 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs index f2d7817b85..d5f1b4d183 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -78,6 +80,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -134,6 +137,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -189,6 +193,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -212,13 +217,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -226,6 +231,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// 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,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -242,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -258,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -268,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index 5ddcacd7dd..90b48926a0 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/$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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index f5f3ff7519..f0328837d0 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity."; @@ -212,13 +216,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -226,6 +230,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// 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,7 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -242,6 +247,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -258,6 +264,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 @@ -268,7 +275,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 6877eba285..0dee87fad9 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs index cb231f9dc6..af5b2faad9 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs @@ -23,6 +23,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -83,6 +85,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -145,6 +148,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -204,13 +208,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -218,6 +222,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,7 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -234,6 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -260,7 +267,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs index f2f883886e..dd9646dc54 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource 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 scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopes for identityGovernance /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/RolesRequestBuilder.cs index c051afc503..ccbead264e 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource 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 roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// 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 roles for identityGovernance /// + /// 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(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Count/CountRequestBuilder.cs index e61f1e25d4..323ad2b22c 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/$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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index c9ce6763d8..fe8735eb16 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity."; @@ -195,13 +199,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -209,6 +213,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,7 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -225,6 +230,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +247,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 @@ -251,7 +258,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 584f6230ad..5e043da816 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs index 7ead6ba21f..963379ac39 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -78,6 +80,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -134,6 +137,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -189,6 +193,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -212,13 +217,13 @@ public Command BuildRolesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -226,6 +231,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// 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,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -242,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -258,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -268,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index dedd7ca082..302c012114 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/$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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index 57690e07a1..14ce802652 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity."; @@ -212,13 +216,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -226,6 +230,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// 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,7 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -242,6 +247,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -258,6 +264,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 @@ -268,7 +275,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 29281f3e01..52c79af3c5 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs index 69d0ef4645..052a50bc21 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs @@ -23,6 +23,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -83,6 +85,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -145,6 +148,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -204,13 +208,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -218,6 +222,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,7 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -234,6 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -260,7 +267,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs index aec307d704..fd3c0b7b90 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource 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 roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roles for identityGovernance /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/ScopesRequestBuilder.cs index 92e7ba984e..837c4af8e6 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource 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 scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// 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 scopes for identityGovernance /// + /// 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(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest%2Did}/resource/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/ResourceRequestsRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/ResourceRequestsRequestBuilder.cs index 79c1117ce5..59dc8a346b 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/ResourceRequestsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRequests/ResourceRequestsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRequestsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resourceRequests property of the microsoft.graph.entitlementManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Create a new accessPackageResourceRequest object to request the addition of a resource to an access package catalog, update of a resource, or the removal of a resource from a catalog. A resource must be included in an access package catalog before a role of that resource can be added to an access package. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new accessPackageResourceRequest object to request the addition of a resource to an access package catalog, update of a resource, or the removal of a resource from a catalog. A resource must be included in an access package catalog before a role of that resource can be added to an access package.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/entitlementmanagement-post-resourcerequests?view=graph-rest-1.0"; @@ -98,6 +101,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of accessPackageResourceRequest objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of accessPackageResourceRequest objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourcerequests?view=graph-rest-1.0"; @@ -188,13 +192,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourceRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourceRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -202,6 +206,7 @@ public ResourceRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/identity /// /// Retrieve a list of accessPackageResourceRequest objects. /// + /// 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,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new accessPackageResourceRequest object to request the addition of a resource to an access package catalog, update of a resource, or the removal of a resource from a catalog. A resource must be included in an access package catalog before a role of that resource can be added to an access package. /// + /// 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 @@ -228,7 +234,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRequest public RequestInformation ToPostRequestInformation(AccessPackageResourceRequest 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}/identityGovernance/entitlementManagement/resourceRequests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Count/CountRequestBuilder.cs index 758965481c..11dc3aa140 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/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}/identityGovernance/entitlementManagement/resourceRoleScopes/$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}/identityGovernance/entitlementManagement/resourceRoleScopes/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/AccessPackageResourceRoleScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/AccessPackageResourceRoleScopeItemRequestBuilder.cs index 116d863895..6302ed502a 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/AccessPackageResourceRoleScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/AccessPackageResourceRoleScopeItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class AccessPackageResourceRoleScopeItemRequestBuilder : BaseCliRequestBu /// /// Delete navigation property resourceRoleScopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resourceRoleScopes for identityGovernance"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// /// Get resourceRoleScopes from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resourceRoleScopes from identityGovernance"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resourceRoleScopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resourceRoleScopes in identityGovernance"; @@ -156,6 +159,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the role property of the microsoft.graph.accessPackageResourceRoleScope entity. /// + /// A public Command BuildRoleNavCommand() { var command = new Command("role"); command.Description = "Provides operations to manage the role property of the microsoft.graph.accessPackageResourceRoleScope entity."; @@ -179,6 +183,7 @@ public Command BuildRoleNavCommand() { /// /// Provides operations to manage the scope property of the microsoft.graph.accessPackageResourceRoleScope entity. /// + /// A public Command BuildScopeNavCommand() { var command = new Command("scope"); command.Description = "Provides operations to manage the scope property of the microsoft.graph.accessPackageResourceRoleScope entity."; @@ -200,13 +205,13 @@ public Command BuildScopeNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -214,6 +219,7 @@ public AccessPackageResourceRoleScopeItemRequestBuilder(string rawUrl) : base("{ /// /// Delete navigation property resourceRoleScopes for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -222,7 +228,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -230,6 +236,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resourceRoleScopes from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,6 +253,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resourceRoleScopes in identityGovernance /// + /// 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 @@ -256,7 +264,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRoleSco public RequestInformation ToPatchRequestInformation(AccessPackageResourceRoleScope 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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 94fd988d53..59a4a067f3 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/environment{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/ResourceRequestBuilder.cs index 7526dda690..53e87c61d0 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/ResourceRequestBuilder.cs @@ -25,6 +25,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -73,6 +75,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -123,6 +126,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -172,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -197,6 +202,7 @@ public Command BuildRolesNavCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -220,13 +226,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource{?%24expand,%24select}", rawUrl) { @@ -234,6 +240,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// 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,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -276,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/Count/CountRequestBuilder.cs index 6828e60ca9..bde40847b2 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/roles/$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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/roles/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index 4be203b4d9..7d1aeafca7 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// 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 /// Update the navigation property roles in identityGovernance /// + /// 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 ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/RolesRequestBuilder.cs index 72ce12f501..e569fa4d92 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AccessPackageResourceRoleItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roles for identityGovernance /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Count/CountRequestBuilder.cs index 22fed517c8..12add3cfb0 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/$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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index b575a35466..3147382af0 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity."; @@ -195,13 +199,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -209,6 +213,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,7 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -225,6 +230,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +247,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 @@ -251,7 +258,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index b198c08191..b0eaad67ce 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs index 6dc33acb84..9a560b82f0 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -78,6 +80,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -134,6 +137,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -189,6 +193,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -212,13 +217,13 @@ public Command BuildRolesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -226,6 +231,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// 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,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -242,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -258,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -268,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index d3308b2078..37d9238667 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/$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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index f73d591c24..dc62c1af0f 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs index 472e1f75d0..ecd0c3aa0d 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AccessPackageResourceRoleItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roles for identityGovernance /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes/{accessPackageResourceScope%2Did}/resource/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/ScopesRequestBuilder.cs index 42ebe2af25..1df38f6fc2 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/Resource/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource 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 scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// 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 scopes for identityGovernance /// + /// 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(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role/resource/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/RoleRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/RoleRequestBuilder.cs index 15cc28e915..d5f88099ff 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/RoleRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Role/RoleRequestBuilder.cs @@ -23,6 +23,7 @@ public class RoleRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property role for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property role for identityGovernance"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// /// Get role from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get role from identityGovernance"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property role in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property role in identityGovernance"; @@ -155,6 +158,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity."; @@ -178,13 +182,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new RoleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role{?%24expand,%24select}", rawUrl) { @@ -192,6 +196,7 @@ public RoleRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/e /// /// Delete navigation property role for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -200,7 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -208,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get role from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -224,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property role in identityGovernance /// + /// 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 @@ -234,7 +241,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/role", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 4e53358eb9..5ebcfb5bf1 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/environment{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/ResourceRequestBuilder.cs index 04dae4405c..19f7e56ae8 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/ResourceRequestBuilder.cs @@ -25,6 +25,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -73,6 +75,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -123,6 +126,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -172,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -197,6 +202,7 @@ public Command BuildRolesNavCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -220,13 +226,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource{?%24expand,%24select}", rawUrl) { @@ -234,6 +240,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// 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,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -276,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Count/CountRequestBuilder.cs index 80a36e1ce1..2fc8e96965 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/$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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index be723a3659..3265241af7 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity."; @@ -195,13 +199,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -209,6 +213,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,7 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -225,6 +230,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +247,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 @@ -251,7 +258,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index aa9e2e3b19..08524cd08a 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs index a8c42556ec..e4ebfaae5d 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -78,6 +80,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -134,6 +137,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -189,6 +193,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -212,13 +217,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -226,6 +231,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// 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,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -242,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -258,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -268,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index 4125caa360..48fb9fd1a8 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/$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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index caebb886d1..9875fd2802 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs index 21e549857e..5519d2589b 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AccessPackageResourceScopeItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopes for identityGovernance /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles/{accessPackageResourceRole%2Did}/resource/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/RolesRequestBuilder.cs index 9bb5ba3c6c..0c9907e873 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource 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 roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// 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 roles for identityGovernance /// + /// 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(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/Count/CountRequestBuilder.cs index d950209888..c4d7ccd1a1 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/scopes/$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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index ca98d75d80..4929d58df6 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// 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 /// Update the navigation property scopes in identityGovernance /// + /// 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 ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/ScopesRequestBuilder.cs index 22557a96b2..6838418101 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/Resource/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AccessPackageResourceScopeItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopes for identityGovernance /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope/resource/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/ScopeRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/ScopeRequestBuilder.cs index ac15765a98..a30f56d2e9 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/ScopeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/Item/Scope/ScopeRequestBuilder.cs @@ -23,6 +23,7 @@ public class ScopeRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property scope for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scope for identityGovernance"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// /// Get scope from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get scope from identityGovernance"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scope in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scope in identityGovernance"; @@ -155,6 +158,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity."; @@ -178,13 +182,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new ScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope{?%24expand,%24select}", rawUrl) { @@ -192,6 +196,7 @@ public ScopeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Delete navigation property scope for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -200,7 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -208,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get scope from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -224,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scope in identityGovernance /// + /// 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 @@ -234,7 +241,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope%2Did}/scope", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.cs index b6cf192c35..a1be1082e8 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/ResourceRoleScopes/ResourceRoleScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRoleScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resourceRoleScopes property of the microsoft.graph.entitlementManagement entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to resourceRoleScopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to resourceRoleScopes for identityGovernance"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// /// Get resourceRoleScopes from identityGovernance /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get resourceRoleScopes from identityGovernance"; @@ -186,13 +190,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourceRoleScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRoleScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourceRoleScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRoleScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resourceRoleScopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +204,7 @@ public ResourceRoleScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identi /// /// Get resourceRoleScopes from identityGovernance /// + /// 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 resourceRoleScopes for identityGovernance /// + /// 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(AccessPackageResourceRoleScop public RequestInformation ToPostRequestInformation(AccessPackageResourceRoleScope 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}/identityGovernance/entitlementManagement/resourceRoleScopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Count/CountRequestBuilder.cs index c4a10cb317..8cbb334ea8 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/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}/identityGovernance/entitlementManagement/resources/$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}/identityGovernance/entitlementManagement/resources/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Resources/Item/AccessPackageResourceItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/AccessPackageResourceItemRequestBuilder.cs index 3a13b59418..7504b2949d 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/AccessPackageResourceItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/AccessPackageResourceItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class AccessPackageResourceItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resources for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resources for identityGovernance"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -73,6 +75,7 @@ public Command BuildEnvironmentNavCommand() { /// /// The resources associated with the catalogs. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The resources associated with the catalogs."; @@ -123,6 +126,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resources in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resources in identityGovernance"; @@ -172,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -197,6 +202,7 @@ public Command BuildRolesNavCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -220,13 +226,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}{?%24expand,%24select}", rawUrl) { @@ -234,6 +240,7 @@ public AccessPackageResourceItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete navigation property resources for identityGovernance /// + /// 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,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The resources associated with the catalogs. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resources in identityGovernance /// + /// 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 @@ -276,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/EnvironmentNamespace/EnvironmentRequestBuilder.cs index d358bf50ff..2fb88c684c 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/environment{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Count/CountRequestBuilder.cs index fe5f8adf1f..1e78067cc1 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/$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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index db81ca1de1..b06ad26e2d 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity."; @@ -195,13 +199,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -209,6 +213,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,7 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -225,6 +230,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +247,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 @@ -251,7 +258,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index f772ed1339..4ede4f016a 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/ResourceRequestBuilder.cs index 620da0cd7e..1c81130a63 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/ResourceRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -78,6 +80,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -134,6 +137,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -189,6 +193,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildScopesNavCommand() { var command = new Command("scopes"); command.Description = "Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity."; @@ -212,13 +217,13 @@ public Command BuildScopesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -226,6 +231,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// 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,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -242,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -258,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -268,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs index 03dd056030..5fae77f9f2 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/$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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index 9841787306..653c49bab1 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity."; @@ -212,13 +216,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -226,6 +230,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// 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,7 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -242,6 +247,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -258,6 +264,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 @@ -268,7 +275,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index ddf68a36c6..35d67d770c 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs index 51018d4909..7730eed53e 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/Item/Resource/ResourceRequestBuilder.cs @@ -23,6 +23,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -83,6 +85,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -145,6 +148,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -204,13 +208,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -218,6 +222,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,7 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -234,6 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -260,7 +267,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs index 2df31bafe6..3bbcdf7fc9 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/Item/Resource/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource 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 scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to scopes for identityGovernance /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles/{accessPackageResourceRole%2Did}/resource/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/RolesRequestBuilder.cs index dfcff4ea17..5d70375a26 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource 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 roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// 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 roles for identityGovernance /// + /// 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(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Count/CountRequestBuilder.cs index 6b386beafe..2ccd9f1994 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/$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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs index 777bc76282..2e9e12ac18 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/AccessPackageResourceScopeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceScopeItemRequestBuilder : BaseCliRequestBuilde /// /// Delete navigation property scopes for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property scopes for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property scopes in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property scopes in identityGovernance"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity."; @@ -195,13 +199,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceScopeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceScopeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}{?%24expand,%24select}", rawUrl) { @@ -209,6 +213,7 @@ public AccessPackageResourceScopeItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete navigation property scopes for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,7 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -225,6 +230,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +247,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property scopes in identityGovernance /// + /// 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 @@ -251,7 +258,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope b public RequestInformation ToPatchRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 820f37b5d6..b017d87274 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/ResourceRequestBuilder.cs index 69ce1299a2..86ad3fd53d 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/ResourceRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -78,6 +80,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -134,6 +137,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -189,6 +193,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildRolesNavCommand() { var command = new Command("roles"); command.Description = "Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity."; @@ -212,13 +217,13 @@ public Command BuildRolesNavCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -226,6 +231,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// 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,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -242,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -258,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -268,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs index a9b47ebafe..32972c4f97 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/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"; @@ -65,13 +66,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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/$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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs index 64304abb33..80c69fa986 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/Item/AccessPackageResourceRoleItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AccessPackageResourceRoleItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property roles for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roles for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roles in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roles in identityGovernance"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. /// + /// A public Command BuildResourceNavCommand() { var command = new Command("resource"); command.Description = "Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity."; @@ -212,13 +216,13 @@ public Command BuildResourceNavCommand() { return command; } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AccessPackageResourceRoleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AccessPackageResourceRoleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}{?%24expand,%24select}", rawUrl) { @@ -226,6 +230,7 @@ public AccessPackageResourceRoleItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property roles for identityGovernance /// + /// 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,7 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -242,6 +247,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -258,6 +264,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roles in identityGovernance /// + /// 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 @@ -268,7 +275,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole bo public RequestInformation ToPatchRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs index 6b7cceca49..da8faa7602 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/EnvironmentNamespace/EnvironmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class EnvironmentRequestBuilder : BaseCliRequestBuilder { /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EnvironmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EnvironmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource/environment{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public EnvironmentRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. /// + /// 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/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs index df70e44d31..12dee3381d 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/Item/Resource/ResourceRequestBuilder.cs @@ -23,6 +23,7 @@ public class ResourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property resource for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resource for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. /// + /// A public Command BuildEnvironmentNavCommand() { var command = new Command("environment"); command.Description = "Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity."; @@ -83,6 +85,7 @@ public Command BuildEnvironmentNavCommand() { /// /// Get resource from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resource from identityGovernance"; @@ -145,6 +148,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resource in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resource in identityGovernance"; @@ -204,13 +208,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource{?%24expand,%24select}", rawUrl) { @@ -218,6 +222,7 @@ public ResourceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property resource for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,7 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -234,6 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resource from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resource in identityGovernance /// + /// 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 @@ -260,7 +267,7 @@ public RequestInformation ToPatchRequestInformation(AccessPackageResource body, public RequestInformation ToPatchRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles/{accessPackageResourceRole%2Did}/resource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs index 8094449800..ad4ff5b9ba 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/Item/Resource/Roles/RolesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RolesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roles property of the microsoft.graph.accessPackageResource 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 roles for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roles for identityGovernance"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public RolesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Read-only. Nullable. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roles for identityGovernance /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResourceRole bod public RequestInformation ToPostRequestInformation(AccessPackageResourceRole 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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes/{accessPackageResourceScope%2Did}/resource/roles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/ScopesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/ScopesRequestBuilder.cs index 3337c7f8a8..e38899e042 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/ScopesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/Item/Scopes/ScopesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource 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 scopes for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to scopes for identityGovernance"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Nullable. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Nullable. Supports $expand."; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public ScopesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Read-only. Nullable. Supports $expand. /// + /// 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 scopes for identityGovernance /// + /// 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(AccessPackageResourceScope bo public RequestInformation ToPostRequestInformation(AccessPackageResourceScope 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}/identityGovernance/entitlementManagement/resources/{accessPackageResource%2Did}/scopes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Resources/ResourcesRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Resources/ResourcesRequestBuilder.cs index 3353e88581..d652370d95 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Resources/ResourcesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Resources/ResourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resources property of the microsoft.graph.entitlementManagement 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to resources for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to resources for identityGovernance"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// /// The resources associated with the catalogs. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The resources associated with the catalogs."; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/entitlementManagement/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/entitlementManagement/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// The resources associated with the catalogs. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to resources for identityGovernance /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(AccessPackageResource body, A public RequestInformation ToPostRequestInformation(AccessPackageResource 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}/identityGovernance/entitlementManagement/resources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/EntitlementManagement/Settings/SettingsRequestBuilder.cs b/src/generated/IdentityGovernance/EntitlementManagement/Settings/SettingsRequestBuilder.cs index c425501ef5..55f1a82a26 100644 --- a/src/generated/IdentityGovernance/EntitlementManagement/Settings/SettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/EntitlementManagement/Settings/SettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class SettingsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property settings for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property settings for identityGovernance"; @@ -50,6 +51,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties of an entitlementManagementSettings object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of an entitlementManagementSettings object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0"; @@ -95,6 +97,7 @@ public Command BuildGetCommand() { /// Update an existing entitlementManagementSettings object to change one or more of its properties. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update an existing entitlementManagementSettings object to change one or more of its properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/entitlementmanagementsettings-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}/identityGovernance/entitlementManagement/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}/identityGovernance/entitlementManagement/settings{?%24expand,%24select}", rawUrl) { @@ -150,6 +153,7 @@ public SettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property settings for identityGovernance /// + /// 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}/identityGovernance/entitlementManagement/settings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -166,6 +170,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties of an entitlementManagementSettings 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 @@ -182,6 +187,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update an existing entitlementManagementSettings object to change one or more of its properties. /// + /// 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(EntitlementManagementSetting public RequestInformation ToPatchRequestInformation(EntitlementManagementSettings 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}/identityGovernance/entitlementManagement/settings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/IdentityGovernanceRequestBuilder.cs b/src/generated/IdentityGovernance/IdentityGovernanceRequestBuilder.cs index 94f85e99b7..1417ac62c6 100644 --- a/src/generated/IdentityGovernance/IdentityGovernanceRequestBuilder.cs +++ b/src/generated/IdentityGovernance/IdentityGovernanceRequestBuilder.cs @@ -28,6 +28,7 @@ public class IdentityGovernanceRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the accessReviews property of the microsoft.graph.identityGovernance entity. /// + /// A public Command BuildAccessReviewsNavCommand() { var command = new Command("access-reviews"); command.Description = "Provides operations to manage the accessReviews property of the microsoft.graph.identityGovernance entity."; @@ -52,6 +53,7 @@ public Command BuildAccessReviewsNavCommand() { /// /// Provides operations to manage the appConsent property of the microsoft.graph.identityGovernance entity. /// + /// A public Command BuildAppConsentNavCommand() { var command = new Command("app-consent"); command.Description = "Provides operations to manage the appConsent property of the microsoft.graph.identityGovernance entity."; @@ -75,6 +77,7 @@ public Command BuildAppConsentNavCommand() { /// /// Provides operations to manage the entitlementManagement property of the microsoft.graph.identityGovernance entity. /// + /// A public Command BuildEntitlementManagementNavCommand() { var command = new Command("entitlement-management"); command.Description = "Provides operations to manage the entitlementManagement property of the microsoft.graph.identityGovernance entity."; @@ -109,6 +112,7 @@ public Command BuildEntitlementManagementNavCommand() { /// /// Get identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get identityGovernance"; @@ -153,6 +157,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the lifecycleWorkflows property of the microsoft.graph.identityGovernance entity. /// + /// A public Command BuildLifecycleWorkflowsNavCommand() { var command = new Command("lifecycle-workflows"); command.Description = "Provides operations to manage the lifecycleWorkflows property of the microsoft.graph.identityGovernance entity."; @@ -181,6 +186,7 @@ public Command BuildLifecycleWorkflowsNavCommand() { /// /// Update identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update identityGovernance"; @@ -224,6 +230,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the privilegedAccess property of the microsoft.graph.identityGovernance entity. /// + /// A public Command BuildPrivilegedAccessNavCommand() { var command = new Command("privileged-access"); command.Description = "Provides operations to manage the privilegedAccess property of the microsoft.graph.identityGovernance entity."; @@ -247,6 +254,7 @@ public Command BuildPrivilegedAccessNavCommand() { /// /// Provides operations to manage the termsOfUse property of the microsoft.graph.identityGovernance entity. /// + /// A public Command BuildTermsOfUseNavCommand() { var command = new Command("terms-of-use"); command.Description = "Provides operations to manage the termsOfUse property of the microsoft.graph.identityGovernance entity."; @@ -269,13 +277,13 @@ public Command BuildTermsOfUseNavCommand() { return command; } /// - /// Instantiates a new IdentityGovernanceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IdentityGovernanceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IdentityGovernanceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IdentityGovernanceRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance{?%24expand,%24select}", rawUrl) { @@ -283,6 +291,7 @@ public IdentityGovernanceRequestBuilder(string rawUrl) : base("{+baseurl}/identi /// /// Get identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -299,6 +308,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update identityGovernance /// + /// 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 @@ -309,7 +319,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.IdentityGovern public RequestInformation ToPatchRequestInformation(ApiSdk.Models.IdentityGovernance.IdentityGovernance 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}/identityGovernance", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Count/CountRequestBuilder.cs index b35d01d134..ad3b6beb7e 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/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}/identityGovernance/lifecycleWorkflows/customTaskExtensions/$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}/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/CustomTaskExtensionsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/CustomTaskExtensionsRequestBuilder.cs index 21eee5b430..dca25efed2 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/CustomTaskExtensionsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/CustomTaskExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class CustomTaskExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the customTaskExtensions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Create a new customTaskExtension object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new customTaskExtension object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-1.0"; @@ -98,6 +101,7 @@ public Command BuildCreateCommand() { /// Get a list of the customTaskExtension objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the customTaskExtension objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-1.0"; @@ -188,13 +192,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CustomTaskExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CustomTaskExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/customTaskExtensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CustomTaskExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CustomTaskExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/customTaskExtensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -202,6 +206,7 @@ public CustomTaskExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/iden /// /// Get a list of the customTaskExtension 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 @@ -218,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new customTaskExtension 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 @@ -228,7 +234,7 @@ public RequestInformation ToPostRequestInformation(CustomTaskExtension body, Act public RequestInformation ToPostRequestInformation(CustomTaskExtension 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}/identityGovernance/lifecycleWorkflows/customTaskExtensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/CreatedByRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/CreatedByRequestBuilder.cs index ec7d688f3d..03e6b5cb96 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/CreatedByRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/CreatedByRequestBuilder.cs @@ -24,6 +24,7 @@ public class CreatedByRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra user that created the custom task extension.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra user that created the custom task extension.Supports $filter(eq, ne) and $expand."; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -90,6 +92,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -109,13 +112,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new CreatedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}/createdBy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}/createdBy{?%24expand,%24select}", rawUrl) { @@ -123,6 +126,7 @@ public CreatedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// The unique identifier of the Microsoft Entra user that created the custom task extension.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs index 3f02e58a7b..a34e166ba5 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -119,13 +121,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}/createdBy/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}/createdBy/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -133,6 +135,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -149,6 +152,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -159,7 +163,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}/createdBy/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 709e1e71b2..6471303430 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/ServiceProvisioningErrors/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}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}/createdBy/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}/createdBy/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 1b640b9984..d8cee0cc54 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}/createdBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}/createdBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CustomTaskExtensionItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CustomTaskExtensionItemRequestBuilder.cs index d06f99bca6..6e3ff5cc56 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CustomTaskExtensionItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/CustomTaskExtensionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class CustomTaskExtensionItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the createdBy property of the microsoft.graph.identityGovernance.customTaskExtension entity. /// + /// A public Command BuildCreatedByNavCommand() { var command = new Command("created-by"); command.Description = "Provides operations to manage the createdBy property of the microsoft.graph.identityGovernance.customTaskExtension entity."; @@ -47,6 +48,7 @@ public Command BuildCreatedByNavCommand() { /// Delete a customTaskExtension object. A custom task extension can only be deleted if it is not referenced in any task objects in a lifecycle workflow. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a customTaskExtension object. A custom task extension can only be deleted if it is not referenced in any task objects in a lifecycle workflow.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-1.0"; @@ -81,6 +83,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a customTaskExtension object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a customTaskExtension object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-1.0"; @@ -131,6 +134,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the lastModifiedBy property of the microsoft.graph.identityGovernance.customTaskExtension entity. /// + /// A public Command BuildLastModifiedByNavCommand() { var command = new Command("last-modified-by"); command.Description = "Provides operations to manage the lastModifiedBy property of the microsoft.graph.identityGovernance.customTaskExtension entity."; @@ -154,6 +158,7 @@ public Command BuildLastModifiedByNavCommand() { /// Update the properties of a customTaskExtension object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a customTaskExtension object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-1.0"; @@ -201,13 +206,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new CustomTaskExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CustomTaskExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CustomTaskExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CustomTaskExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}{?%24expand,%24select}", rawUrl) { @@ -215,6 +220,7 @@ public CustomTaskExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/i /// /// Delete a customTaskExtension object. A custom task extension can only be deleted if it is not referenced in any task objects in a lifecycle workflow. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -223,7 +229,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -231,6 +237,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a customTaskExtension 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 @@ -247,6 +254,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a customTaskExtension 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 @@ -257,7 +265,7 @@ public RequestInformation ToPatchRequestInformation(CustomTaskExtension body, Ac public RequestInformation ToPatchRequestInformation(CustomTaskExtension 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}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs index b7fb7714bd..f890b75e3c 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs @@ -24,6 +24,7 @@ public class LastModifiedByRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra user that modified the custom task extension last.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra user that modified the custom task extension last.Supports $filter(eq, ne) and $expand."; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -90,6 +92,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -109,13 +112,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new LastModifiedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}/lastModifiedBy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}/lastModifiedBy{?%24expand,%24select}", rawUrl) { @@ -123,6 +126,7 @@ public LastModifiedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// The unique identifier of the Microsoft Entra user that modified the custom task extension last.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs index 3a060606fd..5dd2b7a7ef 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -119,13 +121,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}/lastModifiedBy/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}/lastModifiedBy/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -133,6 +135,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -149,6 +152,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -159,7 +163,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}/lastModifiedBy/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 3b55f48f53..d2aacf2748 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/ServiceProvisioningErrors/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}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}/lastModifiedBy/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}/lastModifiedBy/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index bd74ea69e2..94b46aec40 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/CustomTaskExtensions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}/lastModifiedBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension%2Did}/lastModifiedBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/DeletedItemsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/DeletedItemsRequestBuilder.cs index 6770af2012..c2700d9896 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/DeletedItemsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/DeletedItemsRequestBuilder.cs @@ -23,6 +23,7 @@ public class DeletedItemsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property deletedItems for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property deletedItems for identityGovernance"; @@ -50,6 +51,7 @@ public Command BuildDeleteCommand() { /// /// Deleted workflows in your lifecycle workflows instance. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Deleted workflows in your lifecycle workflows instance."; @@ -94,6 +96,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the workflows property of the microsoft.graph.deletedItemContainer entity. /// + /// A public Command BuildWorkflowsNavCommand() { var command = new Command("workflows"); command.Description = "Provides operations to manage the workflows property of the microsoft.graph.deletedItemContainer entity."; @@ -116,13 +119,13 @@ public Command BuildWorkflowsNavCommand() { return command; } /// - /// Instantiates a new DeletedItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeletedItemsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DeletedItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeletedItemsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems{?%24expand,%24select}", rawUrl) { @@ -130,6 +133,7 @@ public DeletedItemsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGove /// /// Delete navigation property deletedItems for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,7 +142,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -146,6 +150,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Deleted workflows in your lifecycle workflows instance. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Count/CountRequestBuilder.cs index 136c923082..5914e93a71 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/CreatedByRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/CreatedByRequestBuilder.cs index eb4f0922b5..9c455d4eaa 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/CreatedByRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/CreatedByRequestBuilder.cs @@ -24,6 +24,7 @@ public class CreatedByRequestBuilder : BaseCliRequestBuilder { /// /// The user who created the workflow. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The user who created the workflow."; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -90,6 +92,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -109,13 +112,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new CreatedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/createdBy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/createdBy{?%24expand,%24select}", rawUrl) { @@ -123,6 +126,7 @@ public CreatedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// The user who created the workflow. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs index f649351842..0ea3437e71 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -119,13 +121,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/createdBy/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/createdBy/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -133,6 +135,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -149,6 +152,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -159,7 +163,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/createdBy/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 1b368fba64..caeacb5ec3 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/ServiceProvisioningErrors/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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/createdBy/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/createdBy/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 63949e12e3..ee2b132230 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/createdBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/createdBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/Count/CountRequestBuilder.cs index 980c8da005..e41d007969 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/executionScope/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/executionScope/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/ExecutionScopeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/ExecutionScopeRequestBuilder.cs index 65bde962de..76173b17f3 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/ExecutionScopeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/ExecutionScopeRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExecutionScopeRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the executionScope property of the microsoft.graph.identityGovernance.workflow entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserProcessingResultItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The unique identifier of the Microsoft Entra identity that last modified the workflow object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The unique identifier of the Microsoft Entra identity that last modified the workflow object."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExecutionScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExecutionScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/executionScope{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExecutionScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExecutionScopeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/executionScope{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public ExecutionScopeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// The unique identifier of the Microsoft Entra identity that last modified the workflow 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/Item/UserProcessingResultItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/Item/UserProcessingResultItemRequestBuilder.cs index 89db5ef63d..5450f2a589 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/Item/UserProcessingResultItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/ExecutionScope/Item/UserProcessingResultItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserProcessingResultItemRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra identity that last modified the workflow object. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra identity that last modified the workflow object."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new UserProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserProcessingResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/executionScope/{userProcessingResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/executionScope/{userProcessingResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public UserProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// The unique identifier of the Microsoft Entra identity that last modified the workflow 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs index 8c8fc2caa5..644675e345 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs @@ -24,6 +24,7 @@ public class LastModifiedByRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra identity that last modified the workflow. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra identity that last modified the workflow."; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -90,6 +92,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -109,13 +112,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new LastModifiedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/lastModifiedBy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/lastModifiedBy{?%24expand,%24select}", rawUrl) { @@ -123,6 +126,7 @@ public LastModifiedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// The unique identifier of the Microsoft Entra identity that last modified the workflow. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs index b5d99203a3..7280e40680 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -119,13 +121,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/lastModifiedBy/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/lastModifiedBy/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -133,6 +135,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -149,6 +152,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -159,7 +163,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/lastModifiedBy/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index ea82bbbe58..de9fc166f3 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/lastModifiedBy/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/lastModifiedBy/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 2603887254..8022193f65 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/lastModifiedBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/lastModifiedBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/ActivatePostRequestBody.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/ActivatePostRequestBody.cs index 2d7ae0fab8..d164ae8c89 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/ActivatePostRequestBody.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/ActivatePostRequestBody.cs @@ -18,7 +18,7 @@ public class ActivatePostRequestBody : IAdditionalDataHolder, IParsable { public List Subjects { get; set; } #endif /// - /// Instantiates a new activatePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ActivatePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ActivatePostRequestBody() { /// /// 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 ActivatePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ActivatePostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"subjects", n => { Subjects = n.GetCollectionOfObjectValues(ApiSdk.Models.User.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.cs index e7d310cb2a..bbedfb7bf0 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceActivateRequestBuilder : BaseCliReq /// Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceActivateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceActivateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/microsoft.graph.identityGovernance.activate", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceActivateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceActivateRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/microsoft.graph.identityGovernance.activate", rawUrl) { @@ -73,6 +74,7 @@ public MicrosoftGraphIdentityGovernanceActivateRequestBuilder(string rawUrl) : b /// /// Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/CreateNewVersionPostRequestBody.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/CreateNewVersionPostRequestBody.cs index 708626c2d6..a9651e5c89 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/CreateNewVersionPostRequestBody.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/CreateNewVersionPostRequestBody.cs @@ -18,7 +18,7 @@ public class CreateNewVersionPostRequestBody : IAdditionalDataHolder, IParsable public ApiSdk.Models.IdentityGovernance.Workflow Workflow { get; set; } #endif /// - /// Instantiates a new createNewVersionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateNewVersionPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CreateNewVersionPostRequestBody() { /// /// 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 CreateNewVersionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CreateNewVersionPostRequestBody CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"workflow", n => { Workflow = n.GetObjectValue(ApiSdk.Models.IdentityGovernance.Workflow.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.cs index d83e8c1e0c..8a19725f21 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.cs @@ -23,6 +23,7 @@ public class MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder : Ba /// Create a new version of the workflow object. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a new version of the workflow object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/microsoft.graph.identityGovernance.createNewVersion", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/microsoft.graph.identityGovernance.createNewVersion", rawUrl) { @@ -84,6 +85,7 @@ public MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder(string raw /// /// Create a new version of the workflow 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 diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.cs index cf08605d50..c1e4cdecbd 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.cs @@ -23,6 +23,7 @@ public class MicrosoftGraphIdentityGovernanceRestoreRequestBuilder : BaseCliRequ /// Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Microsoft Entra ID automatically permanently deletes it. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Microsoft Entra ID automatically permanently deletes it.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceRestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceRestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/microsoft.graph.identityGovernance.restore", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceRestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceRestoreRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/microsoft.graph.identityGovernance.restore", rawUrl) { @@ -71,6 +72,7 @@ public MicrosoftGraphIdentityGovernanceRestoreRequestBuilder(string rawUrl) : ba /// /// Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Microsoft Entra ID automatically permanently deletes it. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Count/CountRequestBuilder.cs index b926d43327..1564833dcb 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/RunItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/RunItemRequestBuilder.cs index 1980b4bd75..516e3cbaa9 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/RunItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/RunItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RunItemRequestBuilder : BaseCliRequestBuilder { /// Read the properties and relationships of a run object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a run object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0"; @@ -81,6 +82,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.run entity. /// + /// A public Command BuildTaskProcessingResultsNavCommand() { var command = new Command("task-processing-results"); command.Description = "Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.run entity."; @@ -105,6 +107,7 @@ public Command BuildTaskProcessingResultsNavCommand() { /// /// Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.run entity. /// + /// A public Command BuildUserProcessingResultsNavCommand() { var command = new Command("user-processing-results"); command.Description = "Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.run entity."; @@ -128,13 +131,13 @@ public Command BuildUserProcessingResultsNavCommand() { return command; } /// - /// Instantiates a new RunItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RunItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RunItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RunItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}{?%24expand,%24select}", rawUrl) { @@ -142,6 +145,7 @@ public RunItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// Read the properties and relationships of a run 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index dd711c5bcf..b02b03c45a 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/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"; @@ -65,13 +66,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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index 84c2d3cd98..cf899d3ad6 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceResumeRequestBuilder : BaseCliReque /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", rawUrl) { @@ -85,6 +86,7 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : bas /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs index d65a8bd12a..069cf3ae96 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs @@ -34,7 +34,7 @@ public class ResumePostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new resumePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ResumePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ResumePostRequestBody() { /// /// 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 ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"data", n => { Data = n.GetObjectValue(CustomTaskExtensionCallbackData.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs index 7111424164..0e3f6412f1 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -84,6 +85,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -143,13 +145,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -157,6 +159,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -173,6 +176,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -183,7 +187,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 62b0022589..a047a7f068 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/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"; @@ -71,13 +72,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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 2cdb11a4aa..37d3ae66e1 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -146,13 +148,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +162,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs index 5fdbc7965d..ad9917a6c5 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubjectRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand."; @@ -86,6 +87,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -102,6 +104,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -121,13 +124,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs index 410bb11642..50a20883d9 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs @@ -22,6 +22,7 @@ public class TaskRequestBuilder : BaseCliRequestBuilder { /// /// The related workflow task /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The related workflow task"; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/l /// /// The related workflow task /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs index 2c96067ede..7bd04cbd87 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TaskProcessingResultItemRequestBuilder : BaseCliRequestBuilder { /// /// The related taskProcessingResults. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The related taskProcessingResults."; @@ -87,6 +88,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the resume method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { var command = new Command("microsoft-graph-identity-governance-resume"); command.Description = "Provides operations to call the resume method."; @@ -102,6 +104,7 @@ public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { /// /// Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildSubjectNavCommand() { var command = new Command("subject"); command.Description = "Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -124,6 +127,7 @@ public Command BuildSubjectNavCommand() { /// /// Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildTaskNavCommand() { var command = new Command("task"); command.Description = "Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -137,13 +141,13 @@ public Command BuildTaskNavCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -151,6 +155,7 @@ public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// The related taskProcessingResults. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index 55c30e14fc..631eaa84a9 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TaskProcessingResultsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.run 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Get the taskProcessingResult resources for a run. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the taskProcessingResult resources for a run.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -169,6 +172,7 @@ public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// Get the taskProcessingResult resources for a run. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Count/CountRequestBuilder.cs index 2ec13c6fb0..8ef6648089 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/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"; @@ -65,13 +66,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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs index bb3bc9fde1..1a3cb3b9fc 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -84,6 +85,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -143,13 +145,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -157,6 +159,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -173,6 +176,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -183,7 +187,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 9cc6f4b5d9..4394e67bdf 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/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"; @@ -71,13 +72,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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 262a849db3..2cdc4ccd31 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -146,13 +148,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +162,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/SubjectRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/SubjectRequestBuilder.cs index 78046326d6..b5e0ac9403 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/SubjectRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/SubjectRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubjectRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand."; @@ -86,6 +87,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -102,6 +104,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -121,13 +124,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index b8eb9a54c5..72d3921a98 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/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"; @@ -71,13 +72,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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index 1a9ce50ef7..c3d7ed1c69 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceResumeRequestBuilder : BaseCliReque /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", rawUrl) { @@ -91,6 +92,7 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : bas /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs index f3daff5e73..ace5d98676 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs @@ -34,7 +34,7 @@ public class ResumePostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new resumePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ResumePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ResumePostRequestBody() { /// /// 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 ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"data", n => { Data = n.GetObjectValue(CustomTaskExtensionCallbackData.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs index 72db858915..30ce082704 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -90,6 +91,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -155,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -169,6 +171,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -185,6 +188,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -195,7 +199,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 91dfa48a40..37a7d00d8c 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/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"; @@ -77,13 +78,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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index ace96c2b1b..32f2e0dc94 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -152,13 +154,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -166,6 +168,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs index db250b2254..ac62945a13 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubjectRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand."; @@ -92,6 +93,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -108,6 +110,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -127,13 +130,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", rawUrl) { @@ -141,6 +144,7 @@ public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs index c1019e9f4b..22f9f67263 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs @@ -22,6 +22,7 @@ public class TaskRequestBuilder : BaseCliRequestBuilder { /// /// The related workflow task /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The related workflow task"; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/l /// /// The related workflow task /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs index 0ef642ed2c..612f215a7f 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TaskProcessingResultItemRequestBuilder : BaseCliRequestBuilder { /// /// The associated individual task execution. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The associated individual task execution."; @@ -93,6 +94,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the resume method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { var command = new Command("microsoft-graph-identity-governance-resume"); command.Description = "Provides operations to call the resume method."; @@ -108,6 +110,7 @@ public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { /// /// Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildSubjectNavCommand() { var command = new Command("subject"); command.Description = "Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -130,6 +133,7 @@ public Command BuildSubjectNavCommand() { /// /// Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildTaskNavCommand() { var command = new Command("task"); command.Description = "Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -143,13 +147,13 @@ public Command BuildTaskNavCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -157,6 +161,7 @@ public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// The associated individual task execution. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index 86e18fcf4b..8871da3764 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TaskProcessingResultsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Get the task processing result from a userProcessingResult either directly or through a run. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the task processing result from a userProcessingResult either directly or through a run.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0"; @@ -161,13 +164,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -175,6 +178,7 @@ public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// Get the task processing result from a userProcessingResult either directly or through a run. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.cs index a4f40d9c9a..44f1c3109f 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class UserProcessingResultItemRequestBuilder : BaseCliRequestBuilder { /// Get the user processing result of a user processing result of a run. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the user processing result of a user processing result of a run.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0"; @@ -87,6 +88,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the subject property of the microsoft.graph.identityGovernance.userProcessingResult entity. /// + /// A public Command BuildSubjectNavCommand() { var command = new Command("subject"); command.Description = "Provides operations to manage the subject property of the microsoft.graph.identityGovernance.userProcessingResult entity."; @@ -109,6 +111,7 @@ public Command BuildSubjectNavCommand() { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult entity. /// + /// A public Command BuildTaskProcessingResultsNavCommand() { var command = new Command("task-processing-results"); command.Description = "Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult entity."; @@ -131,13 +134,13 @@ public Command BuildTaskProcessingResultsNavCommand() { return command; } /// - /// Instantiates a new UserProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserProcessingResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -145,6 +148,7 @@ public UserProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Get the user processing result of a user processing result of a run. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs index f1064164f5..1dc9eafe77 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDate /// /// Invoke function summary /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function summary"; @@ -74,13 +75,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", rawUrl) { @@ -88,6 +89,7 @@ public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRe /// /// Invoke function summary /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs index b8dbca837f..f03cde0a32 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs @@ -25,6 +25,7 @@ public class UserProcessingResultsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.run 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Get user processing results of a workflow run object. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get user processing results of a workflow run object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0"; @@ -157,6 +160,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the summary method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRbCommand() { var command = new Command("microsoft-graph-identity-governance-summary-with-start-date-time-with-end-date-time"); command.Description = "Provides operations to call the summary method."; @@ -170,13 +174,13 @@ public Command BuildMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWith return command; } /// - /// Instantiates a new UserProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserProcessingResultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -184,6 +188,7 @@ public UserProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// Get user processing results of a workflow run 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs index 3550a26b42..3bc7c15267 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDate /// /// Invoke function summary /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function summary"; @@ -68,13 +69,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", rawUrl) { @@ -82,6 +83,7 @@ public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRe /// /// Invoke function summary /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/RunsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/RunsRequestBuilder.cs index 26f3b5d1c9..2ad6535bb0 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/RunsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/RunsRequestBuilder.cs @@ -25,6 +25,7 @@ public class RunsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the runs property of the microsoft.graph.identityGovernance.workflow 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Get a list of the run objects and their properties for a lifecycle workflow. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the run objects and their properties for a lifecycle workflow.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0"; @@ -151,6 +154,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the summary method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRbCommand() { var command = new Command("microsoft-graph-identity-governance-summary-with-start-date-time-with-end-date-time"); command.Description = "Provides operations to call the summary method."; @@ -164,13 +168,13 @@ public Command BuildMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWith return command; } /// - /// Instantiates a new RunsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RunsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RunsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RunsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/runs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -178,6 +182,7 @@ public RunsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/l /// /// Get a list of the run objects and their properties for a lifecycle workflow. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Count/CountRequestBuilder.cs index a9b0f4fa92..08b9df9d14 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskDefinition/TaskDefinitionRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskDefinition/TaskDefinitionRequestBuilder.cs index 81f0a6911d..8a5ae47fce 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskDefinition/TaskDefinitionRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskDefinition/TaskDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class TaskDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// The taskDefinition associated with the related lifecycle workflow task.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The taskDefinition associated with the related lifecycle workflow task.Supports $filter(eq, ne) and $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TaskDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskDefinition{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public TaskDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// The taskDefinition associated with the related lifecycle workflow task.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskNamespace/TaskRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskNamespace/TaskRequestBuilder.cs index 97a0e6ee58..cc5b95678e 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskNamespace/TaskRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskNamespace/TaskRequestBuilder.cs @@ -22,6 +22,7 @@ public class TaskRequestBuilder : BaseCliRequestBuilder { /// /// The related lifecycle workflow task.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The related lifecycle workflow task.Supports $filter(eq, ne) and $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/task{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/task{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/l /// /// The related lifecycle workflow task.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index 2662f95add..b31348fd98 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/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"; @@ -65,13 +66,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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index 920ffd0d50..a25b47d8a5 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceResumeRequestBuilder : BaseCliReque /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", rawUrl) { @@ -85,6 +86,7 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : bas /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs index 6ed3d425bf..a857ca1cb3 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs @@ -34,7 +34,7 @@ public class ResumePostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new resumePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ResumePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ResumePostRequestBody() { /// /// 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 ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"data", n => { Data = n.GetObjectValue(CustomTaskExtensionCallbackData.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs index b554de6c53..3e2e3f88b6 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -84,6 +85,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -143,13 +145,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -157,6 +159,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -173,6 +176,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -183,7 +187,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index bb35bb696c..b47a16afb0 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/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"; @@ -71,13 +72,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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 6fd933b321..20c48301ec 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -146,13 +148,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +162,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs index 2ba170fd05..fe0dffb716 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubjectRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand."; @@ -86,6 +87,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -102,6 +104,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -121,13 +124,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs index f0e7e3af00..bc1c6d3904 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs @@ -22,6 +22,7 @@ public class TaskRequestBuilder : BaseCliRequestBuilder { /// /// The related workflow task /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The related workflow task"; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/l /// /// The related workflow task /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs index 9875fad619..5462952b04 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TaskProcessingResultItemRequestBuilder : BaseCliRequestBuilder { /// /// The related lifecycle workflow taskProcessingResults. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The related lifecycle workflow taskProcessingResults."; @@ -87,6 +88,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the resume method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { var command = new Command("microsoft-graph-identity-governance-resume"); command.Description = "Provides operations to call the resume method."; @@ -102,6 +104,7 @@ public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { /// /// Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildSubjectNavCommand() { var command = new Command("subject"); command.Description = "Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -124,6 +127,7 @@ public Command BuildSubjectNavCommand() { /// /// Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildTaskNavCommand() { var command = new Command("task"); command.Description = "Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -137,13 +141,13 @@ public Command BuildTaskNavCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -151,6 +155,7 @@ public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// The related lifecycle workflow taskProcessingResults. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index ce49400ce7..2ba1dcf4b3 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TaskProcessingResultsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.taskReport 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Get the task processing result resources from the taskReport. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the task processing result resources from the taskReport.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -169,6 +172,7 @@ public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// Get the task processing result resources from the taskReport. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskReportItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskReportItemRequestBuilder.cs index be1a8e0a35..b10327c657 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskReportItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskReportItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TaskReportItemRequestBuilder : BaseCliRequestBuilder { /// /// Represents the aggregation of task execution data for tasks within a workflow object. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the aggregation of task execution data for tasks within a workflow object."; @@ -81,6 +82,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the taskDefinition property of the microsoft.graph.identityGovernance.taskReport entity. /// + /// A public Command BuildTaskDefinitionNavCommand() { var command = new Command("task-definition"); command.Description = "Provides operations to manage the taskDefinition property of the microsoft.graph.identityGovernance.taskReport entity."; @@ -96,6 +98,7 @@ public Command BuildTaskDefinitionNavCommand() { /// /// Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskReport entity. /// + /// A public Command BuildTaskNavCommand() { var command = new Command("task"); command.Description = "Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskReport entity."; @@ -111,6 +114,7 @@ public Command BuildTaskNavCommand() { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.taskReport entity. /// + /// A public Command BuildTaskProcessingResultsNavCommand() { var command = new Command("task-processing-results"); command.Description = "Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.taskReport entity."; @@ -133,13 +137,13 @@ public Command BuildTaskProcessingResultsNavCommand() { return command; } /// - /// Instantiates a new TaskReportItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskReportItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskReportItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskReportItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}{?%24expand,%24select}", rawUrl) { @@ -147,6 +151,7 @@ public TaskReportItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// Represents the aggregation of task execution data for tasks within a workflow 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs index fed65ebff7..c98704430a 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDate /// /// Invoke function summary /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function summary"; @@ -68,13 +69,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", rawUrl) { @@ -82,6 +83,7 @@ public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRe /// /// Invoke function summary /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/TaskReportsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/TaskReportsRequestBuilder.cs index 48ad1c5268..f798bce60d 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/TaskReportsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/TaskReportsRequestBuilder.cs @@ -25,6 +25,7 @@ public class TaskReportsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taskReports property of the microsoft.graph.identityGovernance.workflow entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Get a list of the taskReport objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the taskReport objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0"; @@ -152,6 +155,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the summary method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRbCommand() { var command = new Command("microsoft-graph-identity-governance-summary-with-start-date-time-with-end-date-time"); command.Description = "Provides operations to call the summary method."; @@ -165,13 +169,13 @@ public Command BuildMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWith return command; } /// - /// Instantiates a new TaskReportsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskReportsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaskReportsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskReportsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/taskReports{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -179,6 +183,7 @@ public TaskReportsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Get a list of the taskReport 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 diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Count/CountRequestBuilder.cs index cd57c28fd3..b2a7819736 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskItemRequestBuilder.cs index df6c4f007b..3e3cb63790 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class TaskItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property tasks for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property tasks for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// The tasks in the workflow. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The tasks in the workflow."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property tasks in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property tasks in identityGovernance"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity. /// + /// A public Command BuildTaskProcessingResultsNavCommand() { var command = new Command("task-processing-results"); command.Description = "Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity."; @@ -195,13 +199,13 @@ public Command BuildTaskProcessingResultsNavCommand() { return command; } /// - /// Instantiates a new TaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}{?%24expand,%24select}", rawUrl) { @@ -209,6 +213,7 @@ public TaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property tasks for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,7 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -225,6 +230,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The tasks in the workflow. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +247,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property tasks in identityGovernance /// + /// 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 @@ -251,7 +258,7 @@ public RequestInformation ToPatchRequestInformation(TaskObject 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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index 211df3b35c..d86362c516 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/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"; @@ -65,13 +66,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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index 265eadb4c9..9755c0fbd7 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceResumeRequestBuilder : BaseCliReque /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", rawUrl) { @@ -85,6 +86,7 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : bas /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs index 9a6c04c95b..515d6fa5bc 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs @@ -34,7 +34,7 @@ public class ResumePostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new resumePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ResumePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ResumePostRequestBody() { /// /// 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 ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"data", n => { Data = n.GetObjectValue(CustomTaskExtensionCallbackData.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs index 3e1a23ffee..e450366d88 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -84,6 +85,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -143,13 +145,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -157,6 +159,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -173,6 +176,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -183,7 +187,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index e59a60e6f1..f85fa31a7d 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/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"; @@ -71,13 +72,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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index c0dca6f5cd..dd6a566d91 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -146,13 +148,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +162,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs index 03a10f0d2f..af176072ce 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubjectRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand."; @@ -86,6 +87,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -102,6 +104,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -121,13 +124,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs index c44fb39710..3a46ad70c6 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs @@ -22,6 +22,7 @@ public class TaskRequestBuilder : BaseCliRequestBuilder { /// /// The related workflow task /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The related workflow task"; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/l /// /// The related workflow task /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs index 83f2165258..22a2bd223e 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TaskProcessingResultItemRequestBuilder : BaseCliRequestBuilder { /// /// The result of processing the task. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The result of processing the task."; @@ -87,6 +88,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the resume method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { var command = new Command("microsoft-graph-identity-governance-resume"); command.Description = "Provides operations to call the resume method."; @@ -102,6 +104,7 @@ public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { /// /// Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildSubjectNavCommand() { var command = new Command("subject"); command.Description = "Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -124,6 +127,7 @@ public Command BuildSubjectNavCommand() { /// /// Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildTaskNavCommand() { var command = new Command("task"); command.Description = "Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -137,13 +141,13 @@ public Command BuildTaskNavCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -151,6 +155,7 @@ public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// The result of processing the task. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index db398ee74c..91dc7a591a 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TaskProcessingResultsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task 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() { /// /// The result of processing the task. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The result of processing the task."; @@ -154,13 +157,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -168,6 +171,7 @@ public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// The result of processing the task. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/TasksRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/TasksRequestBuilder.cs index 359cb8ea9e..70acba44d6 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/TasksRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/TasksRequestBuilder.cs @@ -24,6 +24,7 @@ public class TasksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase 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 tasks for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to tasks for identityGovernance"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// The tasks in the workflow. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The tasks in the workflow."; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TasksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// The tasks in the workflow. /// + /// 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 tasks for identityGovernance /// + /// 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(TaskObject 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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/tasks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Count/CountRequestBuilder.cs index bc137146b2..4366b436b1 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs index 4579363b65..c67f8f5deb 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -131,13 +133,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -145,6 +147,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,6 +164,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -171,7 +175,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index b732a3e2ec..2d1d04a501 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 73b8745163..f21112f68f 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/SubjectRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/SubjectRequestBuilder.cs index d00f7e4cff..0894573c02 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/SubjectRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/Subject/SubjectRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubjectRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -96,6 +98,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -115,13 +118,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index 369f6e5f44..9d883068a0 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/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"; @@ -65,13 +66,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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index dbf0202fd1..3ef2a52c5d 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceResumeRequestBuilder : BaseCliReque /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", rawUrl) { @@ -85,6 +86,7 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : bas /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs index 3067fa1754..0053db590d 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs @@ -34,7 +34,7 @@ public class ResumePostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new resumePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ResumePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ResumePostRequestBody() { /// /// 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 ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"data", n => { Data = n.GetObjectValue(CustomTaskExtensionCallbackData.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs index cb56aae968..45ee47be9d 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -84,6 +85,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -143,13 +145,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -157,6 +159,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -173,6 +176,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -183,7 +187,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 333e75310d..1f49ad79bb 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/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"; @@ -71,13 +72,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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index e408551e49..61e4d905af 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -146,13 +148,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +162,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs index 20f239b4ab..f7c950a9ba 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubjectRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand."; @@ -86,6 +87,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -102,6 +104,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -121,13 +124,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs index 81762e6457..4e89add69e 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs @@ -22,6 +22,7 @@ public class TaskRequestBuilder : BaseCliRequestBuilder { /// /// The related workflow task /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The related workflow task"; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/l /// /// The related workflow task /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs index 8c8bde6179..f8c3e74e86 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TaskProcessingResultItemRequestBuilder : BaseCliRequestBuilder { /// /// The associated individual task execution. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The associated individual task execution."; @@ -87,6 +88,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the resume method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { var command = new Command("microsoft-graph-identity-governance-resume"); command.Description = "Provides operations to call the resume method."; @@ -102,6 +104,7 @@ public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { /// /// Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildSubjectNavCommand() { var command = new Command("subject"); command.Description = "Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -124,6 +127,7 @@ public Command BuildSubjectNavCommand() { /// /// Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildTaskNavCommand() { var command = new Command("task"); command.Description = "Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -137,13 +141,13 @@ public Command BuildTaskNavCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -151,6 +155,7 @@ public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// The associated individual task execution. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index bcaa380236..ce580d265b 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TaskProcessingResultsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Get the task processing result from a userProcessingResult either directly or through a run. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the task processing result from a userProcessingResult either directly or through a run.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -169,6 +172,7 @@ public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// Get the task processing result from a userProcessingResult either directly or through a run. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.cs index 36c3a5b4a0..9b3fcdc37c 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserProcessingResultItemRequestBuilder : BaseCliRequestBuilder { /// /// Per-user workflow execution results. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Per-user workflow execution results."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the subject property of the microsoft.graph.identityGovernance.userProcessingResult entity. /// + /// A public Command BuildSubjectNavCommand() { var command = new Command("subject"); command.Description = "Provides operations to manage the subject property of the microsoft.graph.identityGovernance.userProcessingResult entity."; @@ -102,6 +104,7 @@ public Command BuildSubjectNavCommand() { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult entity. /// + /// A public Command BuildTaskProcessingResultsNavCommand() { var command = new Command("task-processing-results"); command.Description = "Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult entity."; @@ -124,13 +127,13 @@ public Command BuildTaskProcessingResultsNavCommand() { return command; } /// - /// Instantiates a new UserProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserProcessingResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -138,6 +141,7 @@ public UserProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Per-user workflow execution results. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs index d2938d505b..0fe9749244 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDate /// /// Invoke function summary /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function summary"; @@ -68,13 +69,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", rawUrl) { @@ -82,6 +83,7 @@ public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRe /// /// Invoke function summary /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs index c8978350c8..f1f46b24b2 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs @@ -25,6 +25,7 @@ public class UserProcessingResultsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.workflow 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Get the userProcessingResult resources for a workflow. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the userProcessingResult resources for a workflow.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0"; @@ -151,6 +154,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the summary method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRbCommand() { var command = new Command("microsoft-graph-identity-governance-summary-with-start-date-time-with-end-date-time"); command.Description = "Provides operations to call the summary method."; @@ -164,13 +168,13 @@ public Command BuildMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWith return command; } /// - /// Instantiates a new UserProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserProcessingResultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/userProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -178,6 +182,7 @@ public UserProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// Get the userProcessingResult resources for a workflow. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Count/CountRequestBuilder.cs index 6782612ece..d2df4802c5 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/CreatedByRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/CreatedByRequestBuilder.cs index 3e6db2e4aa..23eb8bdbed 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/CreatedByRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/CreatedByRequestBuilder.cs @@ -24,6 +24,7 @@ public class CreatedByRequestBuilder : BaseCliRequestBuilder { /// /// The user who created the workflow. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The user who created the workflow."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -96,6 +98,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -115,13 +118,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new CreatedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/createdBy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/createdBy{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public CreatedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// The user who created the workflow. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs index 71cfa1fb8c..b6389b1d2d 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -131,13 +133,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/createdBy/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/createdBy/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -145,6 +147,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,6 +164,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -171,7 +175,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/createdBy/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 5cd4717c1c..760bc4dd0f 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/createdBy/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/createdBy/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 2506a90cb8..64ddcc2633 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/createdBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/createdBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs index a2ed72027f..058f19b5a0 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs @@ -24,6 +24,7 @@ public class LastModifiedByRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra identity that last modified the workflow. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra identity that last modified the workflow."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -96,6 +98,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -115,13 +118,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new LastModifiedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/lastModifiedBy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/lastModifiedBy{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public LastModifiedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// The unique identifier of the Microsoft Entra identity that last modified the workflow. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs index e4cda8cb6c..d4f7c3e227 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -131,13 +133,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/lastModifiedBy/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/lastModifiedBy/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -145,6 +147,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,6 +164,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -171,7 +175,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/lastModifiedBy/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index f1eb76dc8a..e08a52c073 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/lastModifiedBy/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/lastModifiedBy/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index bc1ed687d4..dba3a2e9d2 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/lastModifiedBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/lastModifiedBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Count/CountRequestBuilder.cs index b756540d8c..793816dadb 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/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"; @@ -65,13 +66,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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskItemRequestBuilder.cs index 67287dcb23..fbd1bf501e 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class TaskItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property tasks for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property tasks for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// The tasks in the workflow. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The tasks in the workflow."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property tasks in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property tasks in identityGovernance"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity. /// + /// A public Command BuildTaskProcessingResultsNavCommand() { var command = new Command("task-processing-results"); command.Description = "Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity."; @@ -213,13 +217,13 @@ public Command BuildTaskProcessingResultsNavCommand() { return command; } /// - /// Instantiates a new TaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}{?%24expand,%24select}", rawUrl) { @@ -227,6 +231,7 @@ public TaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property tasks for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -243,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The tasks in the workflow. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -259,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property tasks in identityGovernance /// + /// 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 @@ -269,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(TaskObject 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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index 335e708f0d..501bcb3e5e 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/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"; @@ -71,13 +72,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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index ccab794816..b621b7fc59 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceResumeRequestBuilder : BaseCliReque /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", rawUrl) { @@ -91,6 +92,7 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : bas /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs index eccfa440af..4834cd0b2b 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs @@ -34,7 +34,7 @@ public class ResumePostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new resumePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ResumePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ResumePostRequestBody() { /// /// 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 ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"data", n => { Data = n.GetObjectValue(CustomTaskExtensionCallbackData.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs index a0595cba70..4bec6d8e8c 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -90,6 +91,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -155,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -169,6 +171,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -185,6 +188,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -195,7 +199,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index e9fea3228c..7491c6c3be 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/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"; @@ -77,13 +78,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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 8d231c0bbb..4d36ebd351 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -152,13 +154,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -166,6 +168,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs index f59a74c413..a01044a832 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubjectRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand."; @@ -92,6 +93,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -108,6 +110,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -127,13 +130,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", rawUrl) { @@ -141,6 +144,7 @@ public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs index 946792ecb8..f94bb0f553 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs @@ -22,6 +22,7 @@ public class TaskRequestBuilder : BaseCliRequestBuilder { /// /// The related workflow task /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The related workflow task"; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/l /// /// The related workflow task /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs index 3e52003578..8cb340eb63 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TaskProcessingResultItemRequestBuilder : BaseCliRequestBuilder { /// /// The result of processing the task. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The result of processing the task."; @@ -93,6 +94,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the resume method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { var command = new Command("microsoft-graph-identity-governance-resume"); command.Description = "Provides operations to call the resume method."; @@ -108,6 +110,7 @@ public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { /// /// Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildSubjectNavCommand() { var command = new Command("subject"); command.Description = "Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -130,6 +133,7 @@ public Command BuildSubjectNavCommand() { /// /// Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildTaskNavCommand() { var command = new Command("task"); command.Description = "Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -143,13 +147,13 @@ public Command BuildTaskNavCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -157,6 +161,7 @@ public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// The result of processing the task. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index fb48cbaf19..26c2c2ef64 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TaskProcessingResultsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task 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() { /// /// The result of processing the task. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The result of processing the task."; @@ -160,13 +163,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -174,6 +177,7 @@ public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// The result of processing the task. /// + /// 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/TasksRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/TasksRequestBuilder.cs index 1e407c7ef8..22d764292f 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/TasksRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/TasksRequestBuilder.cs @@ -24,6 +24,7 @@ public class TasksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase 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 tasks for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to tasks for identityGovernance"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// The tasks in the workflow. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The tasks in the workflow."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TasksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// The tasks in the workflow. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to tasks for identityGovernance /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(TaskObject 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}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilder.cs index c9be9648d6..2593816078 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class WorkflowVersionVersionNumberItemRequestBuilder : BaseCliRequestBuil /// /// Provides operations to manage the createdBy property of the microsoft.graph.identityGovernance.workflowBase entity. /// + /// A public Command BuildCreatedByNavCommand() { var command = new Command("created-by"); command.Description = "Provides operations to manage the createdBy property of the microsoft.graph.identityGovernance.workflowBase entity."; @@ -48,6 +49,7 @@ public Command BuildCreatedByNavCommand() { /// Read the properties and relationships of a workflowVersion object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a workflowVersion object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0"; @@ -104,6 +106,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the lastModifiedBy property of the microsoft.graph.identityGovernance.workflowBase entity. /// + /// A public Command BuildLastModifiedByNavCommand() { var command = new Command("last-modified-by"); command.Description = "Provides operations to manage the lastModifiedBy property of the microsoft.graph.identityGovernance.workflowBase entity."; @@ -126,6 +129,7 @@ public Command BuildLastModifiedByNavCommand() { /// /// Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase entity. /// + /// A public Command BuildTasksNavCommand() { var command = new Command("tasks"); command.Description = "Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase entity."; @@ -149,13 +153,13 @@ public Command BuildTasksNavCommand() { return command; } /// - /// Instantiates a new WorkflowVersionVersionNumberItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkflowVersionVersionNumberItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkflowVersionVersionNumberItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkflowVersionVersionNumberItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}{?%24expand,%24select}", rawUrl) { @@ -163,6 +167,7 @@ public WorkflowVersionVersionNumberItemRequestBuilder(string rawUrl) : base("{+b /// /// Read the properties and relationships of a workflowVersion 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/VersionsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/VersionsRequestBuilder.cs index a3431b39b6..767ecb6828 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/VersionsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/VersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class VersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the versions property of the microsoft.graph.identityGovernance.workflow 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Get a list of the workflowVersion objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the workflowVersion objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0"; @@ -149,13 +152,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -163,6 +166,7 @@ public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Get a list of the workflowVersion 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 diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/WorkflowItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/WorkflowItemRequestBuilder.cs index 259d1f4f23..a170bdcf00 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/WorkflowItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/WorkflowItemRequestBuilder.cs @@ -33,6 +33,7 @@ public class WorkflowItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the createdBy property of the microsoft.graph.identityGovernance.workflowBase entity. /// + /// A public Command BuildCreatedByNavCommand() { var command = new Command("created-by"); command.Description = "Provides operations to manage the createdBy property of the microsoft.graph.identityGovernance.workflowBase entity."; @@ -56,6 +57,7 @@ public Command BuildCreatedByNavCommand() { /// Delete a workflow object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a workflow object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-deletedItemcontainer-delete?view=graph-rest-1.0"; @@ -89,6 +91,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the executionScope property of the microsoft.graph.identityGovernance.workflow entity. /// + /// A public Command BuildExecutionScopeNavCommand() { var command = new Command("execution-scope"); command.Description = "Provides operations to manage the executionScope property of the microsoft.graph.identityGovernance.workflow entity."; @@ -114,6 +117,7 @@ public Command BuildExecutionScopeNavCommand() { /// Retrieve a deleted workflow object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a deleted workflow object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-1.0"; @@ -164,6 +168,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the lastModifiedBy property of the microsoft.graph.identityGovernance.workflowBase entity. /// + /// A public Command BuildLastModifiedByNavCommand() { var command = new Command("last-modified-by"); command.Description = "Provides operations to manage the lastModifiedBy property of the microsoft.graph.identityGovernance.workflowBase entity."; @@ -186,6 +191,7 @@ public Command BuildLastModifiedByNavCommand() { /// /// Provides operations to call the activate method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceActivateNavCommand() { var command = new Command("microsoft-graph-identity-governance-activate"); command.Description = "Provides operations to call the activate method."; @@ -201,6 +207,7 @@ public Command BuildMicrosoftGraphIdentityGovernanceActivateNavCommand() { /// /// Provides operations to call the createNewVersion method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceCreateNewVersionNavCommand() { var command = new Command("microsoft-graph-identity-governance-create-new-version"); command.Description = "Provides operations to call the createNewVersion method."; @@ -216,6 +223,7 @@ public Command BuildMicrosoftGraphIdentityGovernanceCreateNewVersionNavCommand() /// /// Provides operations to call the restore method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceRestoreNavCommand() { var command = new Command("microsoft-graph-identity-governance-restore"); command.Description = "Provides operations to call the restore method."; @@ -231,6 +239,7 @@ public Command BuildMicrosoftGraphIdentityGovernanceRestoreNavCommand() { /// /// Provides operations to manage the runs property of the microsoft.graph.identityGovernance.workflow entity. /// + /// A public Command BuildRunsNavCommand() { var command = new Command("runs"); command.Description = "Provides operations to manage the runs property of the microsoft.graph.identityGovernance.workflow entity."; @@ -256,6 +265,7 @@ public Command BuildRunsNavCommand() { /// /// Provides operations to manage the taskReports property of the microsoft.graph.identityGovernance.workflow entity. /// + /// A public Command BuildTaskReportsNavCommand() { var command = new Command("task-reports"); command.Description = "Provides operations to manage the taskReports property of the microsoft.graph.identityGovernance.workflow entity."; @@ -281,6 +291,7 @@ public Command BuildTaskReportsNavCommand() { /// /// Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase entity. /// + /// A public Command BuildTasksNavCommand() { var command = new Command("tasks"); command.Description = "Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase entity."; @@ -306,6 +317,7 @@ public Command BuildTasksNavCommand() { /// /// Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.workflow entity. /// + /// A public Command BuildUserProcessingResultsNavCommand() { var command = new Command("user-processing-results"); command.Description = "Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.workflow entity."; @@ -331,6 +343,7 @@ public Command BuildUserProcessingResultsNavCommand() { /// /// Provides operations to manage the versions property of the microsoft.graph.identityGovernance.workflow entity. /// + /// A public Command BuildVersionsNavCommand() { var command = new Command("versions"); command.Description = "Provides operations to manage the versions property of the microsoft.graph.identityGovernance.workflow entity."; @@ -353,13 +366,13 @@ public Command BuildVersionsNavCommand() { return command; } /// - /// Instantiates a new WorkflowItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkflowItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkflowItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkflowItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}{?%24expand,%24select}", rawUrl) { @@ -367,6 +380,7 @@ public WorkflowItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGove /// /// Delete a workflow 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 @@ -375,7 +389,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -383,6 +397,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a deleted workflow 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/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/WorkflowsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/WorkflowsRequestBuilder.cs index 510a38e2b5..038ec62194 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/WorkflowsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/WorkflowsRequestBuilder.cs @@ -24,6 +24,7 @@ public class WorkflowsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the workflows property of the microsoft.graph.deletedItemContainer entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -46,6 +47,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."; @@ -62,6 +64,7 @@ public Command BuildCountNavCommand() { /// Get a list of the deleted workflow objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the deleted workflow objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-1.0"; @@ -152,13 +155,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new WorkflowsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkflowsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new WorkflowsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkflowsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/deletedItems/workflows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -166,6 +169,7 @@ public WorkflowsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// Get a list of the deleted workflow 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 diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/LifecycleWorkflowsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/LifecycleWorkflowsRequestBuilder.cs index fbcdd18068..6f42c8b343 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/LifecycleWorkflowsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/LifecycleWorkflowsRequestBuilder.cs @@ -28,6 +28,7 @@ public class LifecycleWorkflowsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the customTaskExtensions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. /// + /// A public Command BuildCustomTaskExtensionsNavCommand() { var command = new Command("custom-task-extensions"); command.Description = "Provides operations to manage the customTaskExtensions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity."; @@ -53,6 +54,7 @@ public Command BuildCustomTaskExtensionsNavCommand() { /// /// Delete navigation property lifecycleWorkflows for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property lifecycleWorkflows for identityGovernance"; @@ -80,6 +82,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the deletedItems property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. /// + /// A public Command BuildDeletedItemsNavCommand() { var command = new Command("deleted-items"); command.Description = "Provides operations to manage the deletedItems property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity."; @@ -102,6 +105,7 @@ public Command BuildDeletedItemsNavCommand() { /// /// Get lifecycleWorkflows from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get lifecycleWorkflows from identityGovernance"; @@ -146,6 +150,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property lifecycleWorkflows in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property lifecycleWorkflows in identityGovernance"; @@ -189,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the settings property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. /// + /// A public Command BuildSettingsNavCommand() { var command = new Command("settings"); command.Description = "Provides operations to manage the settings property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity."; @@ -205,6 +211,7 @@ public Command BuildSettingsNavCommand() { /// /// Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. /// + /// A public Command BuildTaskDefinitionsNavCommand() { var command = new Command("task-definitions"); command.Description = "Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity."; @@ -229,6 +236,7 @@ public Command BuildTaskDefinitionsNavCommand() { /// /// Provides operations to manage the workflows property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. /// + /// A public Command BuildWorkflowsNavCommand() { var command = new Command("workflows"); command.Description = "Provides operations to manage the workflows property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity."; @@ -254,6 +262,7 @@ public Command BuildWorkflowsNavCommand() { /// /// Provides operations to manage the workflowTemplates property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. /// + /// A public Command BuildWorkflowTemplatesNavCommand() { var command = new Command("workflow-templates"); command.Description = "Provides operations to manage the workflowTemplates property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity."; @@ -276,13 +285,13 @@ public Command BuildWorkflowTemplatesNavCommand() { return command; } /// - /// Instantiates a new LifecycleWorkflowsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LifecycleWorkflowsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LifecycleWorkflowsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LifecycleWorkflowsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows{?%24expand,%24select}", rawUrl) { @@ -290,6 +299,7 @@ public LifecycleWorkflowsRequestBuilder(string rawUrl) : base("{+baseurl}/identi /// /// Delete navigation property lifecycleWorkflows for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -298,7 +308,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/lifecycleWorkflows", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -306,6 +316,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get lifecycleWorkflows from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -322,6 +333,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property lifecycleWorkflows in identityGovernance /// + /// 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 @@ -332,7 +344,7 @@ public RequestInformation ToPatchRequestInformation(LifecycleWorkflowsContainer public RequestInformation ToPatchRequestInformation(LifecycleWorkflowsContainer 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}/identityGovernance/lifecycleWorkflows", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Settings/SettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Settings/SettingsRequestBuilder.cs index 3c0e90e5c9..f36d027483 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Settings/SettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Settings/SettingsRequestBuilder.cs @@ -23,6 +23,7 @@ public class SettingsRequestBuilder : BaseCliRequestBuilder { /// Read the properties and relationships of a lifecycleManagementSettings object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a lifecycleManagementSettings object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0"; @@ -68,6 +69,7 @@ public Command BuildGetCommand() { /// Update the properties of a lifecycleManagementSettings object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a lifecycleManagementSettings object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0"; @@ -109,13 +111,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}/identityGovernance/lifecycleWorkflows/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}/identityGovernance/lifecycleWorkflows/settings{?%24expand,%24select}", rawUrl) { @@ -123,6 +125,7 @@ public SettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Read the properties and relationships of a lifecycleManagementSettings 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 @@ -139,6 +142,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a lifecycleManagementSettings 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 @@ -149,7 +153,7 @@ public RequestInformation ToPatchRequestInformation(LifecycleManagementSettings public RequestInformation ToPatchRequestInformation(LifecycleManagementSettings 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}/identityGovernance/lifecycleWorkflows/settings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/Count/CountRequestBuilder.cs index cb2aad6844..b4966ac3fa 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/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}/identityGovernance/lifecycleWorkflows/taskDefinitions/$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}/identityGovernance/lifecycleWorkflows/taskDefinitions/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/Item/TaskDefinitionItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/Item/TaskDefinitionItemRequestBuilder.cs index 1ab93679ce..f454fa0c00 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/Item/TaskDefinitionItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/Item/TaskDefinitionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class TaskDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// Read the details of a built-in workflow task. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the details of a built-in workflow task.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TaskDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -85,6 +86,7 @@ public TaskDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/identi /// /// Read the details of a built-in workflow task. /// + /// 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/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/TaskDefinitionsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/TaskDefinitionsRequestBuilder.cs index 19397b4307..2cc3c1d732 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/TaskDefinitionsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/TaskDefinitions/TaskDefinitionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TaskDefinitionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new TaskDefinitionItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get a list of the taskDefinition objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the taskDefinition objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0"; @@ -139,13 +142,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TaskDefinitionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskDefinitionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/taskDefinitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaskDefinitionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskDefinitionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/taskDefinitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -153,6 +156,7 @@ public TaskDefinitionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Get a list of the taskDefinition 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 diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Count/CountRequestBuilder.cs index c6849a64ae..2d19e8092d 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/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}/identityGovernance/lifecycleWorkflows/workflowTemplates/$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}/identityGovernance/lifecycleWorkflows/workflowTemplates/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Count/CountRequestBuilder.cs index 408680d784..75e0413204 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/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}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/$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}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskItemRequestBuilder.cs index 14c8a92f51..61f76e3013 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class TaskItemRequestBuilder : BaseCliRequestBuilder { /// /// Represents the configured tasks to execute and their execution sequence within a workflow. This relationship is expanded by default. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the configured tasks to execute and their execution sequence within a workflow. This relationship is expanded by default."; @@ -79,6 +80,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity. /// + /// A public Command BuildTaskProcessingResultsNavCommand() { var command = new Command("task-processing-results"); command.Description = "Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity."; @@ -101,13 +103,13 @@ public Command BuildTaskProcessingResultsNavCommand() { return command; } /// - /// Instantiates a new TaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}{?%24expand,%24select}", rawUrl) { @@ -115,6 +117,7 @@ public TaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Represents the configured tasks to execute and their execution sequence within a workflow. This relationship is expanded by default. /// + /// 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/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index 1110814b3c..db9521edee 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/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"; @@ -65,13 +66,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}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}/taskProcessingResults/$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}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}/taskProcessingResults/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index cb7c94b9fb..f57fe96275 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceResumeRequestBuilder : BaseCliReque /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", rawUrl) { @@ -85,6 +86,7 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : bas /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// + /// 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/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs index 29528bd5de..5f3d93f064 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs @@ -34,7 +34,7 @@ public class ResumePostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new resumePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ResumePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ResumePostRequestBody() { /// /// 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 ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"data", n => { Data = n.GetObjectValue(CustomTaskExtensionCallbackData.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs index 517a4765c6..67d4bbd851 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -84,6 +85,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -143,13 +145,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -157,6 +159,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -173,6 +176,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -183,7 +187,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 533749d12a..af437651a3 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/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"; @@ -71,13 +72,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}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index e6b373303c..9174318e77 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -146,13 +148,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +162,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs index 131497be01..536123a115 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubjectRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand."; @@ -86,6 +87,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -102,6 +104,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -121,13 +124,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs index 3e275c19ab..43dd65d6d9 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs @@ -22,6 +22,7 @@ public class TaskRequestBuilder : BaseCliRequestBuilder { /// /// The related workflow task /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The related workflow task"; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/l /// /// The related workflow task /// + /// 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/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs index 95758d3466..87c547372d 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TaskProcessingResultItemRequestBuilder : BaseCliRequestBuilder { /// /// The result of processing the task. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The result of processing the task."; @@ -87,6 +88,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the resume method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { var command = new Command("microsoft-graph-identity-governance-resume"); command.Description = "Provides operations to call the resume method."; @@ -102,6 +104,7 @@ public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { /// /// Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildSubjectNavCommand() { var command = new Command("subject"); command.Description = "Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -124,6 +127,7 @@ public Command BuildSubjectNavCommand() { /// /// Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildTaskNavCommand() { var command = new Command("task"); command.Description = "Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -137,13 +141,13 @@ public Command BuildTaskNavCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -151,6 +155,7 @@ public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// The result of processing the task. /// + /// 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/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index 27f1c672ac..77cbbfa7e7 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TaskProcessingResultsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task 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() { /// /// The result of processing the task. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The result of processing the task."; @@ -154,13 +157,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks/{task%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -168,6 +171,7 @@ public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// The result of processing the task. /// + /// 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/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/TasksRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/TasksRequestBuilder.cs index 787dce37a8..200c86c12b 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/TasksRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/TasksRequestBuilder.cs @@ -24,6 +24,7 @@ public class TasksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowTemplate entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Represents the configured tasks to execute and their execution sequence within a workflow. This relationship is expanded by default. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Represents the configured tasks to execute and their execution sequence within a workflow. This relationship is expanded by default."; @@ -146,13 +149,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TasksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +163,7 @@ public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Represents the configured tasks to execute and their execution sequence within a workflow. This relationship is expanded by default. /// + /// 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/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/WorkflowTemplateItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/WorkflowTemplateItemRequestBuilder.cs index 7f631a219c..02c07a24d5 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/WorkflowTemplateItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/WorkflowTemplateItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class WorkflowTemplateItemRequestBuilder : BaseCliRequestBuilder { /// Read the properties and relationships of a workflowTemplate object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a workflowTemplate object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-1.0"; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowTemplate entity. /// + /// A public Command BuildTasksNavCommand() { var command = new Command("tasks"); command.Description = "Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowTemplate entity."; @@ -96,13 +98,13 @@ public Command BuildTasksNavCommand() { return command; } /// - /// Instantiates a new WorkflowTemplateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkflowTemplateItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkflowTemplateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkflowTemplateItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate%2Did}{?%24expand,%24select}", rawUrl) { @@ -110,6 +112,7 @@ public WorkflowTemplateItemRequestBuilder(string rawUrl) : base("{+baseurl}/iden /// /// Read the properties and relationships of a workflowTemplate 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/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/WorkflowTemplatesRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/WorkflowTemplatesRequestBuilder.cs index 67651c1c12..ec3b0058ef 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/WorkflowTemplatesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/WorkflowTemplatesRequestBuilder.cs @@ -24,6 +24,7 @@ public class WorkflowTemplatesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the workflowTemplates property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -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() { /// Get a list of the workflowTemplate objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the workflowTemplate objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-1.0"; @@ -141,13 +144,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new WorkflowTemplatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkflowTemplatesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new WorkflowTemplatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkflowTemplatesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflowTemplates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +158,7 @@ public WorkflowTemplatesRequestBuilder(string rawUrl) : base("{+baseurl}/identit /// /// Get a list of the workflowTemplate 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 diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Count/CountRequestBuilder.cs index 397f679e7e..fc8c2e9850 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/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}/identityGovernance/lifecycleWorkflows/workflows/$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}/identityGovernance/lifecycleWorkflows/workflows/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/CreatedByRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/CreatedByRequestBuilder.cs index b66736b6ef..773e143687 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/CreatedByRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/CreatedByRequestBuilder.cs @@ -24,6 +24,7 @@ public class CreatedByRequestBuilder : BaseCliRequestBuilder { /// /// The user who created the workflow. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The user who created the workflow."; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -90,6 +92,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -109,13 +112,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new CreatedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/createdBy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/createdBy{?%24expand,%24select}", rawUrl) { @@ -123,6 +126,7 @@ public CreatedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// The user who created the workflow. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs index c4944ae7f5..14da7a56e1 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -119,13 +121,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/createdBy/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/createdBy/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -133,6 +135,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -149,6 +152,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -159,7 +163,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/createdBy/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index f547298e85..982a55ddf6 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/ServiceProvisioningErrors/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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/createdBy/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/createdBy/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 9ee339d768..028e02331b 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/createdBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/createdBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/Count/CountRequestBuilder.cs index 02d3dd9d8e..cdcbcb293b 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/executionScope/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/executionScope/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/ExecutionScopeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/ExecutionScopeRequestBuilder.cs index 37241de023..c05f88ac56 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/ExecutionScopeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/ExecutionScopeRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExecutionScopeRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the executionScope property of the microsoft.graph.identityGovernance.workflow entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserProcessingResultItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The unique identifier of the Microsoft Entra identity that last modified the workflow object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The unique identifier of the Microsoft Entra identity that last modified the workflow object."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExecutionScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExecutionScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/executionScope{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExecutionScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExecutionScopeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/executionScope{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public ExecutionScopeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// The unique identifier of the Microsoft Entra identity that last modified the workflow 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/Item/UserProcessingResultItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/Item/UserProcessingResultItemRequestBuilder.cs index 3e72e5d59f..92366e5df7 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/Item/UserProcessingResultItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/ExecutionScope/Item/UserProcessingResultItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserProcessingResultItemRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra identity that last modified the workflow object. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra identity that last modified the workflow object."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new UserProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserProcessingResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/executionScope/{userProcessingResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/executionScope/{userProcessingResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public UserProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// The unique identifier of the Microsoft Entra identity that last modified the workflow 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs index 09145fd2b0..2110a31914 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs @@ -24,6 +24,7 @@ public class LastModifiedByRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra identity that last modified the workflow. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra identity that last modified the workflow."; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -90,6 +92,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -109,13 +112,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new LastModifiedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/lastModifiedBy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/lastModifiedBy{?%24expand,%24select}", rawUrl) { @@ -123,6 +126,7 @@ public LastModifiedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// The unique identifier of the Microsoft Entra identity that last modified the workflow. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs index b6d1a672ec..2d75eda200 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -119,13 +121,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/lastModifiedBy/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/lastModifiedBy/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -133,6 +135,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -149,6 +152,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -159,7 +163,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/lastModifiedBy/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 9a9bfbc294..e25e7efbad 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/lastModifiedBy/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/lastModifiedBy/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 0a2bfc90df..2ee50398c1 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/lastModifiedBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/lastModifiedBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/ActivatePostRequestBody.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/ActivatePostRequestBody.cs index 7fe4b7dbc1..6b0d3fa476 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/ActivatePostRequestBody.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/ActivatePostRequestBody.cs @@ -18,7 +18,7 @@ public class ActivatePostRequestBody : IAdditionalDataHolder, IParsable { public List Subjects { get; set; } #endif /// - /// Instantiates a new activatePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ActivatePostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ActivatePostRequestBody() { /// /// 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 ActivatePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ActivatePostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"subjects", n => { Subjects = n.GetCollectionOfObjectValues(ApiSdk.Models.User.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.cs index 7120092f20..c7fc5cf1c1 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceActivateRequestBuilder : BaseCliReq /// Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceActivateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceActivateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/microsoft.graph.identityGovernance.activate", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceActivateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceActivateRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/microsoft.graph.identityGovernance.activate", rawUrl) { @@ -73,6 +74,7 @@ public MicrosoftGraphIdentityGovernanceActivateRequestBuilder(string rawUrl) : b /// /// Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/CreateNewVersionPostRequestBody.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/CreateNewVersionPostRequestBody.cs index 62ba0e8a37..4b121725ee 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/CreateNewVersionPostRequestBody.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/CreateNewVersionPostRequestBody.cs @@ -18,7 +18,7 @@ public class CreateNewVersionPostRequestBody : IAdditionalDataHolder, IParsable public ApiSdk.Models.IdentityGovernance.Workflow Workflow { get; set; } #endif /// - /// Instantiates a new createNewVersionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateNewVersionPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CreateNewVersionPostRequestBody() { /// /// 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 CreateNewVersionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CreateNewVersionPostRequestBody CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"workflow", n => { Workflow = n.GetObjectValue(ApiSdk.Models.IdentityGovernance.Workflow.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.cs index 0aae0eccff..ee3fa76797 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.cs @@ -23,6 +23,7 @@ public class MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder : Ba /// Create a new version of the workflow object. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a new version of the workflow object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/microsoft.graph.identityGovernance.createNewVersion", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/microsoft.graph.identityGovernance.createNewVersion", rawUrl) { @@ -84,6 +85,7 @@ public MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder(string raw /// /// Create a new version of the workflow 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 diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.cs index e97cf02fbc..4452d1a43b 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.cs @@ -23,6 +23,7 @@ public class MicrosoftGraphIdentityGovernanceRestoreRequestBuilder : BaseCliRequ /// Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Microsoft Entra ID automatically permanently deletes it. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Microsoft Entra ID automatically permanently deletes it.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceRestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceRestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/microsoft.graph.identityGovernance.restore", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceRestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceRestoreRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/microsoft.graph.identityGovernance.restore", rawUrl) { @@ -71,6 +72,7 @@ public MicrosoftGraphIdentityGovernanceRestoreRequestBuilder(string rawUrl) : ba /// /// Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Microsoft Entra ID automatically permanently deletes it. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Count/CountRequestBuilder.cs index 87fb9e4ca6..a909b72086 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/RunItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/RunItemRequestBuilder.cs index 5d5be3e170..05ade53371 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/RunItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/RunItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RunItemRequestBuilder : BaseCliRequestBuilder { /// Read the properties and relationships of a run object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a run object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0"; @@ -81,6 +82,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.run entity. /// + /// A public Command BuildTaskProcessingResultsNavCommand() { var command = new Command("task-processing-results"); command.Description = "Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.run entity."; @@ -105,6 +107,7 @@ public Command BuildTaskProcessingResultsNavCommand() { /// /// Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.run entity. /// + /// A public Command BuildUserProcessingResultsNavCommand() { var command = new Command("user-processing-results"); command.Description = "Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.run entity."; @@ -128,13 +131,13 @@ public Command BuildUserProcessingResultsNavCommand() { return command; } /// - /// Instantiates a new RunItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RunItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RunItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RunItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}{?%24expand,%24select}", rawUrl) { @@ -142,6 +145,7 @@ public RunItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// Read the properties and relationships of a run 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index d7dbf0be65..4046e05566 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/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"; @@ -65,13 +66,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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index 14b4fcd5f7..13b659f649 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceResumeRequestBuilder : BaseCliReque /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", rawUrl) { @@ -85,6 +86,7 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : bas /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs index 5a082ed46f..53354be772 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs @@ -34,7 +34,7 @@ public class ResumePostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new resumePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ResumePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ResumePostRequestBody() { /// /// 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 ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"data", n => { Data = n.GetObjectValue(CustomTaskExtensionCallbackData.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs index a3b5ad6963..8363ae1698 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -84,6 +85,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -143,13 +145,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -157,6 +159,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -173,6 +176,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -183,7 +187,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 294001ba77..61c9e21091 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/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"; @@ -71,13 +72,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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 6a84f3d119..61411fe18b 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -146,13 +148,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +162,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs index a7e7a8464a..8982736d8f 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubjectRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand."; @@ -86,6 +87,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -102,6 +104,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -121,13 +124,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs index 41fe486b7a..3f61b55fde 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs @@ -22,6 +22,7 @@ public class TaskRequestBuilder : BaseCliRequestBuilder { /// /// The related workflow task /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The related workflow task"; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/l /// /// The related workflow task /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs index 28d5e88bfd..5a1641ed09 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TaskProcessingResultItemRequestBuilder : BaseCliRequestBuilder { /// /// The related taskProcessingResults. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The related taskProcessingResults."; @@ -87,6 +88,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the resume method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { var command = new Command("microsoft-graph-identity-governance-resume"); command.Description = "Provides operations to call the resume method."; @@ -102,6 +104,7 @@ public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { /// /// Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildSubjectNavCommand() { var command = new Command("subject"); command.Description = "Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -124,6 +127,7 @@ public Command BuildSubjectNavCommand() { /// /// Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildTaskNavCommand() { var command = new Command("task"); command.Description = "Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -137,13 +141,13 @@ public Command BuildTaskNavCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -151,6 +155,7 @@ public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// The related taskProcessingResults. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index a269d90def..9d565dcbea 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TaskProcessingResultsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.run 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Get the taskProcessingResult resources for a run. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the taskProcessingResult resources for a run.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -169,6 +172,7 @@ public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// Get the taskProcessingResult resources for a run. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Count/CountRequestBuilder.cs index a74bbc6521..1d107e623d 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/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"; @@ -65,13 +66,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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs index 7f07b853c1..4b91124a03 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -84,6 +85,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -143,13 +145,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -157,6 +159,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -173,6 +176,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -183,7 +187,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 3c2ad1e829..c0d8f030f9 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/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"; @@ -71,13 +72,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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 191769bcbe..d144ed1089 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -146,13 +148,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +162,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/SubjectRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/SubjectRequestBuilder.cs index 9f431ce8e3..05b0166917 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/SubjectRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/Subject/SubjectRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubjectRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand."; @@ -86,6 +87,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -102,6 +104,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -121,13 +124,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index 84daad3e1a..4b2812913d 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/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"; @@ -71,13 +72,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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index 9aa2fdfc24..653d545715 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceResumeRequestBuilder : BaseCliReque /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", rawUrl) { @@ -91,6 +92,7 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : bas /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs index 1bac063797..174f892c51 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs @@ -34,7 +34,7 @@ public class ResumePostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new resumePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ResumePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ResumePostRequestBody() { /// /// 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 ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"data", n => { Data = n.GetObjectValue(CustomTaskExtensionCallbackData.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs index 0e7de4de19..1814a5f1df 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -90,6 +91,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -155,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -169,6 +171,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -185,6 +188,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -195,7 +199,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index bc2bab5717..cfb7e5333d 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/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"; @@ -77,13 +78,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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 951c8537da..41b1b420d7 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -152,13 +154,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -166,6 +168,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs index 6a33aeeb5f..dfdff6b6c2 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubjectRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand."; @@ -92,6 +93,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -108,6 +110,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -127,13 +130,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", rawUrl) { @@ -141,6 +144,7 @@ public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs index 521bcfdfdb..dba9b09631 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs @@ -22,6 +22,7 @@ public class TaskRequestBuilder : BaseCliRequestBuilder { /// /// The related workflow task /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The related workflow task"; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/l /// /// The related workflow task /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs index 43ad091750..91f9dad722 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TaskProcessingResultItemRequestBuilder : BaseCliRequestBuilder { /// /// The associated individual task execution. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The associated individual task execution."; @@ -93,6 +94,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the resume method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { var command = new Command("microsoft-graph-identity-governance-resume"); command.Description = "Provides operations to call the resume method."; @@ -108,6 +110,7 @@ public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { /// /// Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildSubjectNavCommand() { var command = new Command("subject"); command.Description = "Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -130,6 +133,7 @@ public Command BuildSubjectNavCommand() { /// /// Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildTaskNavCommand() { var command = new Command("task"); command.Description = "Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -143,13 +147,13 @@ public Command BuildTaskNavCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -157,6 +161,7 @@ public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// The associated individual task execution. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index 10b9f5abab..36205535df 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TaskProcessingResultsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Get the task processing result from a userProcessingResult either directly or through a run. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the task processing result from a userProcessingResult either directly or through a run.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0"; @@ -161,13 +164,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -175,6 +178,7 @@ public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// Get the task processing result from a userProcessingResult either directly or through a run. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.cs index d0b48e6502..c82ce7221f 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class UserProcessingResultItemRequestBuilder : BaseCliRequestBuilder { /// Get the user processing result of a user processing result of a run. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the user processing result of a user processing result of a run.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0"; @@ -87,6 +88,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the subject property of the microsoft.graph.identityGovernance.userProcessingResult entity. /// + /// A public Command BuildSubjectNavCommand() { var command = new Command("subject"); command.Description = "Provides operations to manage the subject property of the microsoft.graph.identityGovernance.userProcessingResult entity."; @@ -109,6 +111,7 @@ public Command BuildSubjectNavCommand() { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult entity. /// + /// A public Command BuildTaskProcessingResultsNavCommand() { var command = new Command("task-processing-results"); command.Description = "Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult entity."; @@ -131,13 +134,13 @@ public Command BuildTaskProcessingResultsNavCommand() { return command; } /// - /// Instantiates a new UserProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserProcessingResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/{userProcessingResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -145,6 +148,7 @@ public UserProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Get the user processing result of a user processing result of a run. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs index 4ffe501852..9c0f728f6e 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDate /// /// Invoke function summary /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function summary"; @@ -74,13 +75,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", rawUrl) { @@ -88,6 +89,7 @@ public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRe /// /// Invoke function summary /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs index fadae1213a..25996f5e94 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs @@ -25,6 +25,7 @@ public class UserProcessingResultsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.run 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Get user processing results of a workflow run object. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get user processing results of a workflow run object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0"; @@ -157,6 +160,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the summary method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRbCommand() { var command = new Command("microsoft-graph-identity-governance-summary-with-start-date-time-with-end-date-time"); command.Description = "Provides operations to call the summary method."; @@ -170,13 +174,13 @@ public Command BuildMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWith return command; } /// - /// Instantiates a new UserProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserProcessingResultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/{run%2Did}/userProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -184,6 +188,7 @@ public UserProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// Get user processing results of a workflow run 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs index 60e1c8e2ac..f9700e19df 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDate /// /// Invoke function summary /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function summary"; @@ -68,13 +69,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", rawUrl) { @@ -82,6 +83,7 @@ public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRe /// /// Invoke function summary /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/RunsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/RunsRequestBuilder.cs index b25afa38c5..6633e8e0ca 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/RunsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/RunsRequestBuilder.cs @@ -25,6 +25,7 @@ public class RunsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the runs property of the microsoft.graph.identityGovernance.workflow 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Get a list of the run objects and their properties for a lifecycle workflow. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the run objects and their properties for a lifecycle workflow.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0"; @@ -151,6 +154,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the summary method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRbCommand() { var command = new Command("microsoft-graph-identity-governance-summary-with-start-date-time-with-end-date-time"); command.Description = "Provides operations to call the summary method."; @@ -164,13 +168,13 @@ public Command BuildMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWith return command; } /// - /// Instantiates a new RunsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RunsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RunsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RunsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/runs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -178,6 +182,7 @@ public RunsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/l /// /// Get a list of the run objects and their properties for a lifecycle workflow. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Count/CountRequestBuilder.cs index e5d5d946a3..2e9f5ab6df 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskDefinition/TaskDefinitionRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskDefinition/TaskDefinitionRequestBuilder.cs index f44522c7ab..d3c27ae87b 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskDefinition/TaskDefinitionRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskDefinition/TaskDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class TaskDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// The taskDefinition associated with the related lifecycle workflow task.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The taskDefinition associated with the related lifecycle workflow task.Supports $filter(eq, ne) and $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TaskDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskDefinition{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public TaskDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// The taskDefinition associated with the related lifecycle workflow task.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskNamespace/TaskRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskNamespace/TaskRequestBuilder.cs index a6d2bb85f0..cb86352ee8 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskNamespace/TaskRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskNamespace/TaskRequestBuilder.cs @@ -22,6 +22,7 @@ public class TaskRequestBuilder : BaseCliRequestBuilder { /// /// The related lifecycle workflow task.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The related lifecycle workflow task.Supports $filter(eq, ne) and $expand."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/task{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/task{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/l /// /// The related lifecycle workflow task.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index a0b4758272..4dfdd30554 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/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"; @@ -65,13 +66,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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index ec8491e634..5ddcef888b 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceResumeRequestBuilder : BaseCliReque /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", rawUrl) { @@ -85,6 +86,7 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : bas /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs index 78eac649c1..eefb49cc61 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs @@ -34,7 +34,7 @@ public class ResumePostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new resumePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ResumePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ResumePostRequestBody() { /// /// 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 ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"data", n => { Data = n.GetObjectValue(CustomTaskExtensionCallbackData.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs index 4247945450..7214716e20 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -84,6 +85,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -143,13 +145,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -157,6 +159,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -173,6 +176,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -183,7 +187,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 700c713ece..d70ab6fac4 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/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"; @@ -71,13 +72,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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 3d23736263..a0dec69480 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -146,13 +148,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +162,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs index 7a653045c9..f6c2be942d 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubjectRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand."; @@ -86,6 +87,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -102,6 +104,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -121,13 +124,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs index 1787911de4..690c426ccd 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs @@ -22,6 +22,7 @@ public class TaskRequestBuilder : BaseCliRequestBuilder { /// /// The related workflow task /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The related workflow task"; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/l /// /// The related workflow task /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs index 95846463ed..b2e37f999d 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TaskProcessingResultItemRequestBuilder : BaseCliRequestBuilder { /// /// The related lifecycle workflow taskProcessingResults. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The related lifecycle workflow taskProcessingResults."; @@ -87,6 +88,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the resume method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { var command = new Command("microsoft-graph-identity-governance-resume"); command.Description = "Provides operations to call the resume method."; @@ -102,6 +104,7 @@ public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { /// /// Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildSubjectNavCommand() { var command = new Command("subject"); command.Description = "Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -124,6 +127,7 @@ public Command BuildSubjectNavCommand() { /// /// Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildTaskNavCommand() { var command = new Command("task"); command.Description = "Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -137,13 +141,13 @@ public Command BuildTaskNavCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -151,6 +155,7 @@ public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// The related lifecycle workflow taskProcessingResults. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index 84a9d4b2fa..346b5a8249 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TaskProcessingResultsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.taskReport 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Get the task processing result resources from the taskReport. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the task processing result resources from the taskReport.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -169,6 +172,7 @@ public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// Get the task processing result resources from the taskReport. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskReportItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskReportItemRequestBuilder.cs index 54bbaea133..3ed108cf29 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskReportItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskReportItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TaskReportItemRequestBuilder : BaseCliRequestBuilder { /// /// Represents the aggregation of task execution data for tasks within a workflow object. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the aggregation of task execution data for tasks within a workflow object."; @@ -81,6 +82,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the taskDefinition property of the microsoft.graph.identityGovernance.taskReport entity. /// + /// A public Command BuildTaskDefinitionNavCommand() { var command = new Command("task-definition"); command.Description = "Provides operations to manage the taskDefinition property of the microsoft.graph.identityGovernance.taskReport entity."; @@ -96,6 +98,7 @@ public Command BuildTaskDefinitionNavCommand() { /// /// Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskReport entity. /// + /// A public Command BuildTaskNavCommand() { var command = new Command("task"); command.Description = "Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskReport entity."; @@ -111,6 +114,7 @@ public Command BuildTaskNavCommand() { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.taskReport entity. /// + /// A public Command BuildTaskProcessingResultsNavCommand() { var command = new Command("task-processing-results"); command.Description = "Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.taskReport entity."; @@ -133,13 +137,13 @@ public Command BuildTaskProcessingResultsNavCommand() { return command; } /// - /// Instantiates a new TaskReportItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskReportItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskReportItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskReportItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/{taskReport%2Did}{?%24expand,%24select}", rawUrl) { @@ -147,6 +151,7 @@ public TaskReportItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// Represents the aggregation of task execution data for tasks within a workflow 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs index ee947ca6b5..8064104c72 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDate /// /// Invoke function summary /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function summary"; @@ -68,13 +69,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", rawUrl) { @@ -82,6 +83,7 @@ public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRe /// /// Invoke function summary /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/TaskReportsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/TaskReportsRequestBuilder.cs index d9e2a8a5e0..f3b6ed2d26 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/TaskReportsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/TaskReportsRequestBuilder.cs @@ -25,6 +25,7 @@ public class TaskReportsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taskReports property of the microsoft.graph.identityGovernance.workflow entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Get a list of the taskReport objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the taskReport objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0"; @@ -152,6 +155,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the summary method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRbCommand() { var command = new Command("microsoft-graph-identity-governance-summary-with-start-date-time-with-end-date-time"); command.Description = "Provides operations to call the summary method."; @@ -165,13 +169,13 @@ public Command BuildMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWith return command; } /// - /// Instantiates a new TaskReportsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskReportsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaskReportsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskReportsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/taskReports{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -179,6 +183,7 @@ public TaskReportsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Get a list of the taskReport 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 diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Count/CountRequestBuilder.cs index e3c224ab15..0dfc15a18f 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskItemRequestBuilder.cs index 59aa47c3fc..3baca3114a 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class TaskItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property tasks for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property tasks for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// The tasks in the workflow. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The tasks in the workflow."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property tasks in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property tasks in identityGovernance"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity. /// + /// A public Command BuildTaskProcessingResultsNavCommand() { var command = new Command("task-processing-results"); command.Description = "Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity."; @@ -195,13 +199,13 @@ public Command BuildTaskProcessingResultsNavCommand() { return command; } /// - /// Instantiates a new TaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}{?%24expand,%24select}", rawUrl) { @@ -209,6 +213,7 @@ public TaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property tasks for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,7 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -225,6 +230,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The tasks in the workflow. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +247,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property tasks in identityGovernance /// + /// 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 @@ -251,7 +258,7 @@ public RequestInformation ToPatchRequestInformation(TaskObject 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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index 1774f87bff..5d89f796c6 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/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"; @@ -65,13 +66,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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index c44934e697..a28501ff07 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceResumeRequestBuilder : BaseCliReque /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", rawUrl) { @@ -85,6 +86,7 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : bas /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs index c0bca16922..af11cadf12 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs @@ -34,7 +34,7 @@ public class ResumePostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new resumePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ResumePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ResumePostRequestBody() { /// /// 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 ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"data", n => { Data = n.GetObjectValue(CustomTaskExtensionCallbackData.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs index 0e752dc73a..95cd4a1cc5 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -84,6 +85,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -143,13 +145,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -157,6 +159,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -173,6 +176,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -183,7 +187,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index c628839790..040223922b 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/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"; @@ -71,13 +72,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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 338322df69..f8398fb186 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -146,13 +148,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +162,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs index 61b4e885bc..27c4b5991d 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubjectRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand."; @@ -86,6 +87,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -102,6 +104,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -121,13 +124,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs index 88edf565a0..a5b23a46f2 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs @@ -22,6 +22,7 @@ public class TaskRequestBuilder : BaseCliRequestBuilder { /// /// The related workflow task /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The related workflow task"; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/l /// /// The related workflow task /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs index 64ff4d3539..d6419ade53 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TaskProcessingResultItemRequestBuilder : BaseCliRequestBuilder { /// /// The result of processing the task. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The result of processing the task."; @@ -87,6 +88,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the resume method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { var command = new Command("microsoft-graph-identity-governance-resume"); command.Description = "Provides operations to call the resume method."; @@ -102,6 +104,7 @@ public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { /// /// Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildSubjectNavCommand() { var command = new Command("subject"); command.Description = "Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -124,6 +127,7 @@ public Command BuildSubjectNavCommand() { /// /// Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildTaskNavCommand() { var command = new Command("task"); command.Description = "Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -137,13 +141,13 @@ public Command BuildTaskNavCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -151,6 +155,7 @@ public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// The result of processing the task. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index d02785ea5a..cbf50430ac 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TaskProcessingResultsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task 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() { /// /// The result of processing the task. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The result of processing the task."; @@ -154,13 +157,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks/{task%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -168,6 +171,7 @@ public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// The result of processing the task. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/TasksRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/TasksRequestBuilder.cs index a68fd0885f..988783419b 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/TasksRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/TasksRequestBuilder.cs @@ -24,6 +24,7 @@ public class TasksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase 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 tasks for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to tasks for identityGovernance"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// The tasks in the workflow. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The tasks in the workflow."; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TasksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// The tasks in the workflow. /// + /// 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 tasks for identityGovernance /// + /// 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(TaskObject 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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/tasks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Count/CountRequestBuilder.cs index 7f21970d09..707fd019b6 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs index bc1979860a..1970049a75 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -131,13 +133,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -145,6 +147,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,6 +164,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -171,7 +175,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 4e71563fed..803df2cea1 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 14a8b0a004..75cc40ea80 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/SubjectRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/SubjectRequestBuilder.cs index 93fb5cc72c..9fa961c7cc 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/SubjectRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/Subject/SubjectRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubjectRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -96,6 +98,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -115,13 +118,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/subject{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index 60f87b3a20..7a23ec1a3e 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/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"; @@ -65,13 +66,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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index 142b013492..76d7608f67 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceResumeRequestBuilder : BaseCliReque /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", rawUrl) { @@ -85,6 +86,7 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : bas /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs index bc42b164c5..5efd9e79b2 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs @@ -34,7 +34,7 @@ public class ResumePostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new resumePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ResumePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ResumePostRequestBody() { /// /// 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 ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"data", n => { Data = n.GetObjectValue(CustomTaskExtensionCallbackData.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs index 0aa7396f8a..9221161cf4 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -84,6 +85,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -143,13 +145,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -157,6 +159,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -173,6 +176,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -183,7 +187,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 1bb34cf338..a6fa0f9763 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/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"; @@ -71,13 +72,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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 7634da8132..26b128ca94 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -146,13 +148,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +162,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs index 7af6e7dc44..a4db0dba95 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubjectRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand."; @@ -86,6 +87,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -102,6 +104,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -121,13 +124,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs index 86bd833943..0d6c5f2fbf 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs @@ -22,6 +22,7 @@ public class TaskRequestBuilder : BaseCliRequestBuilder { /// /// The related workflow task /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The related workflow task"; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/l /// /// The related workflow task /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs index 45805bba17..7264194f71 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TaskProcessingResultItemRequestBuilder : BaseCliRequestBuilder { /// /// The associated individual task execution. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The associated individual task execution."; @@ -87,6 +88,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the resume method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { var command = new Command("microsoft-graph-identity-governance-resume"); command.Description = "Provides operations to call the resume method."; @@ -102,6 +104,7 @@ public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { /// /// Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildSubjectNavCommand() { var command = new Command("subject"); command.Description = "Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -124,6 +127,7 @@ public Command BuildSubjectNavCommand() { /// /// Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildTaskNavCommand() { var command = new Command("task"); command.Description = "Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -137,13 +141,13 @@ public Command BuildTaskNavCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -151,6 +155,7 @@ public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// The associated individual task execution. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index 3aacf360ec..86b59d1dc7 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TaskProcessingResultsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Get the task processing result from a userProcessingResult either directly or through a run. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the task processing result from a userProcessingResult either directly or through a run.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -169,6 +172,7 @@ public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// Get the task processing result from a userProcessingResult either directly or through a run. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.cs index 12fe2d80ac..8eda3fd5cc 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/UserProcessingResultItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserProcessingResultItemRequestBuilder : BaseCliRequestBuilder { /// /// Per-user workflow execution results. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Per-user workflow execution results."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the subject property of the microsoft.graph.identityGovernance.userProcessingResult entity. /// + /// A public Command BuildSubjectNavCommand() { var command = new Command("subject"); command.Description = "Provides operations to manage the subject property of the microsoft.graph.identityGovernance.userProcessingResult entity."; @@ -102,6 +104,7 @@ public Command BuildSubjectNavCommand() { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult entity. /// + /// A public Command BuildTaskProcessingResultsNavCommand() { var command = new Command("task-processing-results"); command.Description = "Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult entity."; @@ -124,13 +127,13 @@ public Command BuildTaskProcessingResultsNavCommand() { return command; } /// - /// Instantiates a new UserProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserProcessingResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/{userProcessingResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -138,6 +141,7 @@ public UserProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Per-user workflow execution results. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs index 6be8fb9e1c..6d90368c95 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDate /// /// Invoke function summary /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function summary"; @@ -68,13 +69,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})", rawUrl) { @@ -82,6 +83,7 @@ public MicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRe /// /// Invoke function summary /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs index db1999851d..9ea1d1f875 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/UserProcessingResultsRequestBuilder.cs @@ -25,6 +25,7 @@ public class UserProcessingResultsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.workflow 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Get the userProcessingResult resources for a workflow. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the userProcessingResult resources for a workflow.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0"; @@ -151,6 +154,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the summary method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWithEndDateTimeRbCommand() { var command = new Command("microsoft-graph-identity-governance-summary-with-start-date-time-with-end-date-time"); command.Description = "Provides operations to call the summary method."; @@ -164,13 +168,13 @@ public Command BuildMicrosoftGraphIdentityGovernanceSummaryWithStartDateTimeWith return command; } /// - /// Instantiates a new UserProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserProcessingResultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/userProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -178,6 +182,7 @@ public UserProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// Get the userProcessingResult resources for a workflow. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Count/CountRequestBuilder.cs index 3b295b4a00..1a35311d38 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/CreatedByRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/CreatedByRequestBuilder.cs index 91c65f7ee6..94ccd90d70 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/CreatedByRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/CreatedByRequestBuilder.cs @@ -24,6 +24,7 @@ public class CreatedByRequestBuilder : BaseCliRequestBuilder { /// /// The user who created the workflow. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The user who created the workflow."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -96,6 +98,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -115,13 +118,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new CreatedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/createdBy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/createdBy{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public CreatedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// The user who created the workflow. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs index d224b6b1bf..12d26d5b5e 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -131,13 +133,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/createdBy/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/createdBy/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -145,6 +147,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,6 +164,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -171,7 +175,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/createdBy/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index ea90c6b1b1..4e3fc35353 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/createdBy/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/createdBy/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index bede412dcf..9098558145 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/CreatedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/createdBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/createdBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs index ba09652f6a..9bf07f860c 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/LastModifiedByRequestBuilder.cs @@ -24,6 +24,7 @@ public class LastModifiedByRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra identity that last modified the workflow. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra identity that last modified the workflow."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -96,6 +98,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -115,13 +118,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new LastModifiedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/lastModifiedBy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/lastModifiedBy{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public LastModifiedByRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// The unique identifier of the Microsoft Entra identity that last modified the workflow. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs index 6387d54ec1..612220e48f 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -131,13 +133,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/lastModifiedBy/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/lastModifiedBy/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -145,6 +147,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,6 +164,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -171,7 +175,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/lastModifiedBy/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index db8efdfc41..a4aa1923db 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/lastModifiedBy/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/lastModifiedBy/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 4709836cb8..309a0406a8 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/LastModifiedBy/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/lastModifiedBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/lastModifiedBy/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Count/CountRequestBuilder.cs index 39a74e756b..8aca8948b4 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/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"; @@ -65,13 +66,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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskItemRequestBuilder.cs index efe55a0c84..de2a480968 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class TaskItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property tasks for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property tasks for identityGovernance"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// The tasks in the workflow. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The tasks in the workflow."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property tasks in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property tasks in identityGovernance"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity. /// + /// A public Command BuildTaskProcessingResultsNavCommand() { var command = new Command("task-processing-results"); command.Description = "Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity."; @@ -213,13 +217,13 @@ public Command BuildTaskProcessingResultsNavCommand() { return command; } /// - /// Instantiates a new TaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}{?%24expand,%24select}", rawUrl) { @@ -227,6 +231,7 @@ public TaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Delete navigation property tasks for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -243,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The tasks in the workflow. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -259,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property tasks in identityGovernance /// + /// 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 @@ -269,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(TaskObject 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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs index d62ef0fa52..48a599978a 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/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"; @@ -71,13 +72,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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs index f184c0f7bf..2140e7f6b3 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphIdentityGovernanceResumeRequestBuilder : BaseCliReque /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphIdentityGovernanceResumeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/microsoft.graph.identityGovernance.resume", rawUrl) { @@ -91,6 +92,7 @@ public MicrosoftGraphIdentityGovernanceResumeRequestBuilder(string rawUrl) : bas /// /// Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs index 757cf3491e..97c708dc15 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/ResumePostRequestBody.cs @@ -34,7 +34,7 @@ public class ResumePostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new resumePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ResumePostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ResumePostRequestBody() { /// /// 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 ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ResumePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"data", n => { Data = n.GetObjectValue(CustomTaskExtensionCallbackData.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs index 9d35b433f1..d14e7a9238 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -90,6 +91,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -155,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -169,6 +171,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/identityG /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -185,6 +188,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -195,7 +199,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 559d0ad129..19684edd8a 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/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"; @@ -77,13 +78,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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 5e16dfa7bd..0a87aa1b67 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -152,13 +154,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -166,6 +168,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs index 5e59cfac4f..1a739f878e 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/Subject/SubjectRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubjectRequestBuilder : BaseCliRequestBuilder { /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand."; @@ -92,6 +93,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -108,6 +110,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -127,13 +130,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubjectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/subject{?%24expand,%24select}", rawUrl) { @@ -141,6 +144,7 @@ public SubjectRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernanc /// /// The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs index c52b8dacbb..fe055e1742 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/TaskNamespace/TaskRequestBuilder.cs @@ -22,6 +22,7 @@ public class TaskRequestBuilder : BaseCliRequestBuilder { /// /// The related workflow task /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The related workflow task"; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}/task{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public TaskRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/l /// /// The related workflow task /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs index 1bf9255dac..4212a8a229 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/TaskProcessingResultItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TaskProcessingResultItemRequestBuilder : BaseCliRequestBuilder { /// /// The result of processing the task. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The result of processing the task."; @@ -93,6 +94,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the resume method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { var command = new Command("microsoft-graph-identity-governance-resume"); command.Description = "Provides operations to call the resume method."; @@ -108,6 +110,7 @@ public Command BuildMicrosoftGraphIdentityGovernanceResumeNavCommand() { /// /// Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildSubjectNavCommand() { var command = new Command("subject"); command.Description = "Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -130,6 +133,7 @@ public Command BuildSubjectNavCommand() { /// /// Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. /// + /// A public Command BuildTaskNavCommand() { var command = new Command("task"); command.Description = "Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity."; @@ -143,13 +147,13 @@ public Command BuildTaskNavCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults/{taskProcessingResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -157,6 +161,7 @@ public TaskProcessingResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// The result of processing the task. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs index 271ebe00f6..fc307ebf61 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/TaskProcessingResultsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TaskProcessingResultsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task 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() { /// /// The result of processing the task. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The result of processing the task."; @@ -160,13 +163,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskProcessingResultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaskProcessingResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks/{task%2Did}/taskProcessingResults{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -174,6 +177,7 @@ public TaskProcessingResultsRequestBuilder(string rawUrl) : base("{+baseurl}/ide /// /// The result of processing the task. /// + /// 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/TasksRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/TasksRequestBuilder.cs index 969da2dbed..4e1fd6e10f 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/TasksRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/TasksRequestBuilder.cs @@ -24,6 +24,7 @@ public class TasksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase 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 tasks for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to tasks for identityGovernance"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// The tasks in the workflow. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The tasks in the workflow."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TasksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// The tasks in the workflow. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to tasks for identityGovernance /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(TaskObject 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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}/tasks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilder.cs index 3174082a46..975a3e32fe 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/WorkflowVersionVersionNumberItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class WorkflowVersionVersionNumberItemRequestBuilder : BaseCliRequestBuil /// /// Provides operations to manage the createdBy property of the microsoft.graph.identityGovernance.workflowBase entity. /// + /// A public Command BuildCreatedByNavCommand() { var command = new Command("created-by"); command.Description = "Provides operations to manage the createdBy property of the microsoft.graph.identityGovernance.workflowBase entity."; @@ -48,6 +49,7 @@ public Command BuildCreatedByNavCommand() { /// Read the properties and relationships of a workflowVersion object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a workflowVersion object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0"; @@ -104,6 +106,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the lastModifiedBy property of the microsoft.graph.identityGovernance.workflowBase entity. /// + /// A public Command BuildLastModifiedByNavCommand() { var command = new Command("last-modified-by"); command.Description = "Provides operations to manage the lastModifiedBy property of the microsoft.graph.identityGovernance.workflowBase entity."; @@ -126,6 +129,7 @@ public Command BuildLastModifiedByNavCommand() { /// /// Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase entity. /// + /// A public Command BuildTasksNavCommand() { var command = new Command("tasks"); command.Description = "Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase entity."; @@ -149,13 +153,13 @@ public Command BuildTasksNavCommand() { return command; } /// - /// Instantiates a new WorkflowVersionVersionNumberItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkflowVersionVersionNumberItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkflowVersionVersionNumberItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkflowVersionVersionNumberItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions/{workflowVersion%2DversionNumber}{?%24expand,%24select}", rawUrl) { @@ -163,6 +167,7 @@ public WorkflowVersionVersionNumberItemRequestBuilder(string rawUrl) : base("{+b /// /// Read the properties and relationships of a workflowVersion 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/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/VersionsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/VersionsRequestBuilder.cs index 2b4a8bbacb..ffafc5b7e9 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/VersionsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/VersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class VersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the versions property of the microsoft.graph.identityGovernance.workflow 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Get a list of the workflowVersion objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the workflowVersion objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0"; @@ -149,13 +152,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -163,6 +166,7 @@ public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Get a list of the workflowVersion 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 diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/WorkflowItemRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/WorkflowItemRequestBuilder.cs index 46c5d910bd..d8f738b54c 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/WorkflowItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/WorkflowItemRequestBuilder.cs @@ -33,6 +33,7 @@ public class WorkflowItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the createdBy property of the microsoft.graph.identityGovernance.workflowBase entity. /// + /// A public Command BuildCreatedByNavCommand() { var command = new Command("created-by"); command.Description = "Provides operations to manage the createdBy property of the microsoft.graph.identityGovernance.workflowBase entity."; @@ -56,6 +57,7 @@ public Command BuildCreatedByNavCommand() { /// Delete a workflow object and its associated tasks, taskProcessingResults and versions. You can restore a deleted workflow and its associated objects within 30 days of deletion. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a workflow object and its associated tasks, taskProcessingResults and versions. You can restore a deleted workflow and its associated objects within 30 days of deletion.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-1.0"; @@ -89,6 +91,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the executionScope property of the microsoft.graph.identityGovernance.workflow entity. /// + /// A public Command BuildExecutionScopeNavCommand() { var command = new Command("execution-scope"); command.Description = "Provides operations to manage the executionScope property of the microsoft.graph.identityGovernance.workflow entity."; @@ -114,6 +117,7 @@ public Command BuildExecutionScopeNavCommand() { /// Read the properties and relationships of a workflow object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a workflow object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-1.0"; @@ -164,6 +168,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the lastModifiedBy property of the microsoft.graph.identityGovernance.workflowBase entity. /// + /// A public Command BuildLastModifiedByNavCommand() { var command = new Command("last-modified-by"); command.Description = "Provides operations to manage the lastModifiedBy property of the microsoft.graph.identityGovernance.workflowBase entity."; @@ -186,6 +191,7 @@ public Command BuildLastModifiedByNavCommand() { /// /// Provides operations to call the activate method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceActivateNavCommand() { var command = new Command("microsoft-graph-identity-governance-activate"); command.Description = "Provides operations to call the activate method."; @@ -201,6 +207,7 @@ public Command BuildMicrosoftGraphIdentityGovernanceActivateNavCommand() { /// /// Provides operations to call the createNewVersion method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceCreateNewVersionNavCommand() { var command = new Command("microsoft-graph-identity-governance-create-new-version"); command.Description = "Provides operations to call the createNewVersion method."; @@ -216,6 +223,7 @@ public Command BuildMicrosoftGraphIdentityGovernanceCreateNewVersionNavCommand() /// /// Provides operations to call the restore method. /// + /// A public Command BuildMicrosoftGraphIdentityGovernanceRestoreNavCommand() { var command = new Command("microsoft-graph-identity-governance-restore"); command.Description = "Provides operations to call the restore method."; @@ -232,6 +240,7 @@ public Command BuildMicrosoftGraphIdentityGovernanceRestoreNavCommand() { /// Update the properties of a workflow object. Only the properties listed in the request body table can be updated. To update any other workflow properties, see workflow: createNewVersion. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a workflow object. Only the properties listed in the request body table can be updated. To update any other workflow properties, see workflow: createNewVersion.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-1.0"; @@ -281,6 +290,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the runs property of the microsoft.graph.identityGovernance.workflow entity. /// + /// A public Command BuildRunsNavCommand() { var command = new Command("runs"); command.Description = "Provides operations to manage the runs property of the microsoft.graph.identityGovernance.workflow entity."; @@ -306,6 +316,7 @@ public Command BuildRunsNavCommand() { /// /// Provides operations to manage the taskReports property of the microsoft.graph.identityGovernance.workflow entity. /// + /// A public Command BuildTaskReportsNavCommand() { var command = new Command("task-reports"); command.Description = "Provides operations to manage the taskReports property of the microsoft.graph.identityGovernance.workflow entity."; @@ -331,6 +342,7 @@ public Command BuildTaskReportsNavCommand() { /// /// Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase entity. /// + /// A public Command BuildTasksNavCommand() { var command = new Command("tasks"); command.Description = "Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase entity."; @@ -356,6 +368,7 @@ public Command BuildTasksNavCommand() { /// /// Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.workflow entity. /// + /// A public Command BuildUserProcessingResultsNavCommand() { var command = new Command("user-processing-results"); command.Description = "Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.workflow entity."; @@ -381,6 +394,7 @@ public Command BuildUserProcessingResultsNavCommand() { /// /// Provides operations to manage the versions property of the microsoft.graph.identityGovernance.workflow entity. /// + /// A public Command BuildVersionsNavCommand() { var command = new Command("versions"); command.Description = "Provides operations to manage the versions property of the microsoft.graph.identityGovernance.workflow entity."; @@ -403,13 +417,13 @@ public Command BuildVersionsNavCommand() { return command; } /// - /// Instantiates a new WorkflowItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkflowItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WorkflowItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkflowItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}{?%24expand,%24select}", rawUrl) { @@ -417,6 +431,7 @@ public WorkflowItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGove /// /// Delete a workflow object and its associated tasks, taskProcessingResults and versions. You can restore a deleted workflow and its associated objects within 30 days of deletion. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -425,7 +440,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -433,6 +448,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a workflow 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 @@ -449,6 +465,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a workflow object. Only the properties listed in the request body table can be updated. To update any other workflow properties, see workflow: createNewVersion. /// + /// 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 @@ -459,7 +476,7 @@ public RequestInformation ToPatchRequestInformation(Workflow 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}/identityGovernance/lifecycleWorkflows/workflows/{workflow%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/WorkflowsRequestBuilder.cs b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/WorkflowsRequestBuilder.cs index 5366605cf3..0cc2dc8d1f 100644 --- a/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/WorkflowsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/LifecycleWorkflows/Workflows/WorkflowsRequestBuilder.cs @@ -24,6 +24,7 @@ public class WorkflowsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the workflows property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -47,6 +48,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."; @@ -63,6 +65,7 @@ public Command BuildCountNavCommand() { /// Create a new workflow object. You can create up to 50 workflows in a tenant. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new workflow object. You can create up to 50 workflows in a tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-1.0"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// Get a list of workflow resources that are associated with lifecycle workflows. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of workflow resources that are associated with lifecycle workflows.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new WorkflowsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WorkflowsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new WorkflowsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WorkflowsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/lifecycleWorkflows/workflows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public WorkflowsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// Get a list of workflow resources that are associated with lifecycle workflows. /// + /// 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 workflow object. You can create up to 50 workflows in a tenant. /// + /// 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(Workflow 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}/identityGovernance/lifecycleWorkflows/workflows", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/AssignmentApprovalsRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/AssignmentApprovalsRequestBuilder.cs index 688eacb80b..8cc7880b71 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/AssignmentApprovalsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/AssignmentApprovalsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AssignmentApprovalsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignmentApprovals property of the microsoft.graph.privilegedAccessGroup entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to assignmentApprovals for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to assignmentApprovals for identityGovernance"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -111,6 +115,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// /// Get assignmentApprovals from identityGovernance /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get assignmentApprovals from identityGovernance"; @@ -201,13 +206,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentApprovalsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentApprovalsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentApprovals{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentApprovalsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentApprovalsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentApprovals{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -215,6 +220,7 @@ public AssignmentApprovalsRequestBuilder(string rawUrl) : base("{+baseurl}/ident /// /// Get assignmentApprovals from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +237,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to assignmentApprovals for identityGovernance /// + /// 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 @@ -241,7 +248,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.Approval body, public RequestInformation ToPostRequestInformation(ApiSdk.Models.Approval 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}/identityGovernance/privilegedAccess/group/assignmentApprovals", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Count/CountRequestBuilder.cs index 93feff2fb8..6d4a36babc 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/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}/identityGovernance/privilegedAccess/group/assignmentApprovals/$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}/identityGovernance/privilegedAccess/group/assignmentApprovals/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index 4a93f5ecc9..ea153a48bd 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Approval.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index f3fed55b8e..4a2478c970 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/ApprovalItemRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/ApprovalItemRequestBuilder.cs index 0694ba807e..4822ad1001 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/ApprovalItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/ApprovalItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ApprovalItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property assignmentApprovals for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignmentApprovals for identityGovernance"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// /// Get assignmentApprovals from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get assignmentApprovals from identityGovernance"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property assignmentApprovals in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignmentApprovals in identityGovernance"; @@ -155,6 +158,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the stages property of the microsoft.graph.approval entity. /// + /// A public Command BuildStagesNavCommand() { var command = new Command("stages"); command.Description = "Provides operations to manage the stages property of the microsoft.graph.approval entity."; @@ -178,13 +182,13 @@ public Command BuildStagesNavCommand() { return command; } /// - /// Instantiates a new ApprovalItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApprovalItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ApprovalItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApprovalItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval%2Did}{?%24expand,%24select}", rawUrl) { @@ -192,6 +196,7 @@ public ApprovalItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGove /// /// Delete navigation property assignmentApprovals for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -200,7 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -208,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get assignmentApprovals from identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -224,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property assignmentApprovals in identityGovernance /// + /// 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 @@ -234,7 +241,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Approval body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Approval 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}/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/Count/CountRequestBuilder.cs index 3c2d721842..e74d10f65d 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/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}/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval%2Did}/stages/$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}/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval%2Did}/stages/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilder.cs index 51c52fffaa..57d8e94358 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/Item/ApprovalStageItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ApprovalStageItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property stages for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property stages for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of an approvalStage object. An approval stage is contained within an approval object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// Approve or deny an approvalStage object in an approval. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Approve or deny an approvalStage object in an approval.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0"; @@ -172,13 +175,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ApprovalStageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApprovalStageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval%2Did}/stages/{approvalStage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ApprovalStageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApprovalStageItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval%2Did}/stages/{approvalStage%2Did}{?%24expand,%24select}", rawUrl) { @@ -186,6 +189,7 @@ public ApprovalStageItemRequestBuilder(string rawUrl) : base("{+baseurl}/identit /// /// Delete navigation property stages for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -194,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval%2Did}/stages/{approvalStage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -202,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties of an approvalStage object. An approval stage is contained within an approval 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 @@ -218,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Approve or deny an approvalStage object in an approval. /// + /// 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 @@ -228,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(ApprovalStage 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}/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval%2Did}/stages/{approvalStage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/StagesRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/StagesRequestBuilder.cs index 37d5eac9ab..1b8228033b 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/StagesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/Item/Stages/StagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class StagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the stages property of the microsoft.graph.approval entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApprovalStageItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to stages for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to stages for identityGovernance"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// List the approvalStage objects associated with an approval. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List the approvalStage objects associated with an approval. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new StagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public StagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval%2Did}/stages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new StagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public StagesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval%2Did}/stages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public StagesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// List the approvalStage objects associated with an approval. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to stages for identityGovernance /// + /// 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 @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(ApprovalStage 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}/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval%2Did}/stages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/AssignmentScheduleInstancesRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/AssignmentScheduleInstancesRequestBuilder.cs index 9a71b35b9d..27f67a8535 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/AssignmentScheduleInstancesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/AssignmentScheduleInstancesRequestBuilder.cs @@ -25,6 +25,7 @@ public class AssignmentScheduleInstancesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignmentScheduleInstances property of the microsoft.graph.privilegedAccessGroup entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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 new navigation property to assignmentScheduleInstances for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to assignmentScheduleInstances for identityGovernance"; @@ -98,6 +101,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -114,6 +118,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Get a list of the privilegedAccessGroupAssignmentScheduleInstance objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the privilegedAccessGroupAssignmentScheduleInstance objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-1.0"; @@ -204,13 +209,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentScheduleInstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentScheduleInstancesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentScheduleInstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentScheduleInstancesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -218,6 +223,7 @@ public AssignmentScheduleInstancesRequestBuilder(string rawUrl) : base("{+baseur /// /// Get a list of the privilegedAccessGroupAssignmentScheduleInstance 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 @@ -234,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to assignmentScheduleInstances for identityGovernance /// + /// 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 ToPostRequestInformation(PrivilegedAccessGroupAssignme public RequestInformation ToPostRequestInformation(PrivilegedAccessGroupAssignmentScheduleInstance 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}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Count/CountRequestBuilder.cs index 43fc475371..bc5bcad7a2 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/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}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$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}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index 71a2a81ac6..de1867870f 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrivilegedAccessGroupAssignmentScheduleInstance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 7ab3d3f81d..55a1dab70b 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs index 2060fef5df..7d533f8aaa 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs @@ -22,6 +22,7 @@ public class ActivatedUsingRequestBuilder : BaseCliRequestBuilder { /// /// When the request activates a membership or ownership in PIM for groups, this object represents the eligibility request for the group. Otherwise, it is null. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "When the request activates a membership or ownership in PIM for groups, this object represents the eligibility request for the group. Otherwise, it is null."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ActivatedUsingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ActivatedUsingRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance%2Did}/activatedUsing{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ActivatedUsingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ActivatedUsingRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance%2Did}/activatedUsing{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public ActivatedUsingRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// When the request activates a membership or ownership in PIM for groups, this object represents the eligibility request for the group. Otherwise, it is null. /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/GroupRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/GroupRequestBuilder.cs index d8c0c44500..32c6c2c992 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/GroupRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/GroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GroupRequestBuilder : BaseCliRequestBuilder { /// /// References the group that is the scope of the membership or ownership assignment through PIM for groups. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "References the group that is the scope of the membership or ownership assignment through PIM for groups. Supports $expand."; @@ -73,6 +74,7 @@ public Command BuildGetCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -92,13 +94,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance%2Did}/group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance%2Did}/group{?%24expand,%24select}", rawUrl) { @@ -106,6 +108,7 @@ public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// References the group that is the scope of the membership or ownership assignment through PIM for groups. Supports $expand. /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 85291bd3b3..6f0974f9cf 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/ServiceProvisioningErrors/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}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance%2Did}/group/serviceProvisioningErrors/$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}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance%2Did}/group/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 8e2ea628d5..eb8fb2f957 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance%2Did}/group/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance%2Did}/group/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs index 6b8ae94529..3cb87eb8b5 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// References the principal that's in the scope of the membership or ownership assignment request through the group that's governed by PIM. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "References the principal that's in the scope of the membership or ownership assignment request through the group that's governed by PIM. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// References the principal that's in the scope of the membership or ownership assignment request through the group that's governed by PIM. Supports $expand. /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/PrivilegedAccessGroupAssignmentScheduleInstanceItemRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/PrivilegedAccessGroupAssignmentScheduleInstanceItemRequestBuilder.cs index 6da79d2c39..314304a590 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/PrivilegedAccessGroupAssignmentScheduleInstanceItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/Item/PrivilegedAccessGroupAssignmentScheduleInstanceItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class PrivilegedAccessGroupAssignmentScheduleInstanceItemRequestBuilder : /// /// Provides operations to manage the activatedUsing property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance entity. /// + /// A public Command BuildActivatedUsingNavCommand() { var command = new Command("activated-using"); command.Description = "Provides operations to manage the activatedUsing property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance entity."; @@ -40,6 +41,7 @@ public Command BuildActivatedUsingNavCommand() { /// /// Delete navigation property assignmentScheduleInstances for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignmentScheduleInstances for identityGovernance"; @@ -74,6 +76,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a privilegedAccessGroupAssignmentScheduleInstance object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a privilegedAccessGroupAssignmentScheduleInstance object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-1.0"; @@ -124,6 +127,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the group property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance entity. /// + /// A public Command BuildGroupNavCommand() { var command = new Command("group"); command.Description = "Provides operations to manage the group property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance entity."; @@ -145,6 +149,7 @@ public Command BuildGroupNavCommand() { /// /// Update the navigation property assignmentScheduleInstances in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignmentScheduleInstances in identityGovernance"; @@ -194,6 +199,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance entity."; @@ -207,13 +213,13 @@ public Command BuildPrincipalNavCommand() { return command; } /// - /// Instantiates a new PrivilegedAccessGroupAssignmentScheduleInstanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrivilegedAccessGroupAssignmentScheduleInstanceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrivilegedAccessGroupAssignmentScheduleInstanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrivilegedAccessGroupAssignmentScheduleInstanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance%2Did}{?%24expand,%24select}", rawUrl) { @@ -221,6 +227,7 @@ public PrivilegedAccessGroupAssignmentScheduleInstanceItemRequestBuilder(string /// /// Delete navigation property assignmentScheduleInstances for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,7 +236,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -237,6 +244,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a privilegedAccessGroupAssignmentScheduleInstance 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 @@ -253,6 +261,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property assignmentScheduleInstances in identityGovernance /// + /// 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 @@ -263,7 +272,7 @@ public RequestInformation ToPatchRequestInformation(PrivilegedAccessGroupAssignm public RequestInformation ToPatchRequestInformation(PrivilegedAccessGroupAssignmentScheduleInstance 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}/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/AssignmentScheduleRequestsRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/AssignmentScheduleRequestsRequestBuilder.cs index 7b4f71f0d2..61f1f87e4f 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/AssignmentScheduleRequestsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/AssignmentScheduleRequestsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AssignmentScheduleRequestsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignmentScheduleRequests property of the microsoft.graph.privilegedAccessGroup entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new privilegedAccessGroupAssignmentScheduleRequest object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new privilegedAccessGroupAssignmentScheduleRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -117,6 +121,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Get a list of the privilegedAccessGroupAssignmentScheduleRequest objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the privilegedAccessGroupAssignmentScheduleRequest objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-1.0"; @@ -207,13 +212,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentScheduleRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentScheduleRequestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentScheduleRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentScheduleRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +226,7 @@ public AssignmentScheduleRequestsRequestBuilder(string rawUrl) : base("{+baseurl /// /// Get a list of the privilegedAccessGroupAssignmentScheduleRequest 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 @@ -237,6 +243,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new privilegedAccessGroupAssignmentScheduleRequest 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 @@ -247,7 +254,7 @@ public RequestInformation ToPostRequestInformation(PrivilegedAccessGroupAssignme public RequestInformation ToPostRequestInformation(PrivilegedAccessGroupAssignmentScheduleRequest 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}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Count/CountRequestBuilder.cs index 03dba2429a..1248c7b294 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/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}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$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}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index 81dfb85748..4331c56f1e 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrivilegedAccessGroupAssignmentScheduleRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index b41c45bdd7..77ac22bc5d 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs index 716d3112fb..0c448d8075 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs @@ -22,6 +22,7 @@ public class ActivatedUsingRequestBuilder : BaseCliRequestBuilder { /// /// When the request activates a membership or ownership assignment in PIM for groups, this object represents the eligibility policy for the group. Otherwise, it is null. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "When the request activates a membership or ownership assignment in PIM for groups, this object represents the eligibility policy for the group. Otherwise, it is null. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ActivatedUsingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ActivatedUsingRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest%2Did}/activatedUsing{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ActivatedUsingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ActivatedUsingRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest%2Did}/activatedUsing{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public ActivatedUsingRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// When the request activates a membership or ownership assignment in PIM for groups, this object represents the eligibility policy for the group. Otherwise, it is null. Supports $expand. /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs index 49fb01d61f..27376468c5 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs @@ -22,6 +22,7 @@ public class CancelRequestBuilder : BaseCliRequestBuilder { /// Cancel an access assignment request to a group whose membership and ownership are governed by PIM. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Cancel an access assignment request to a group whose membership and ownership are governed by PIM.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CancelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest%2Did}/cancel", pathParameters) { } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest%2Did}/cancel", rawUrl) { @@ -60,6 +61,7 @@ public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Cancel an access assignment request to a group whose membership and ownership are governed by PIM. /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/GroupRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/GroupRequestBuilder.cs index f6fd23c8fe..c7631e7e68 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/GroupRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/GroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GroupRequestBuilder : BaseCliRequestBuilder { /// /// References the group that is the scope of the membership or ownership assignment request through PIM for groups. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "References the group that is the scope of the membership or ownership assignment request through PIM for groups. Supports $expand."; @@ -73,6 +74,7 @@ public Command BuildGetCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -92,13 +94,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest%2Did}/group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest%2Did}/group{?%24expand,%24select}", rawUrl) { @@ -106,6 +108,7 @@ public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// References the group that is the scope of the membership or ownership assignment request through PIM for groups. Supports $expand. /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 3a8aac1e94..129aa5fdab 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/ServiceProvisioningErrors/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}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest%2Did}/group/serviceProvisioningErrors/$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}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest%2Did}/group/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index c053a5cce3..8a2926b1a1 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest%2Did}/group/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest%2Did}/group/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs index de782b4607..f8e0128e30 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// References the principal that's in the scope of this membership or ownership assignment request through the group that's governed by PIM. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "References the principal that's in the scope of this membership or ownership assignment request through the group that's governed by PIM. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// References the principal that's in the scope of this membership or ownership assignment request through the group that's governed by PIM. Supports $expand. /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/PrivilegedAccessGroupAssignmentScheduleRequestItemRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/PrivilegedAccessGroupAssignmentScheduleRequestItemRequestBuilder.cs index 798a321028..1640f5588d 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/PrivilegedAccessGroupAssignmentScheduleRequestItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/PrivilegedAccessGroupAssignmentScheduleRequestItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class PrivilegedAccessGroupAssignmentScheduleRequestItemRequestBuilder : /// /// Provides operations to manage the activatedUsing property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest entity. /// + /// A public Command BuildActivatedUsingNavCommand() { var command = new Command("activated-using"); command.Description = "Provides operations to manage the activatedUsing property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest entity."; @@ -42,6 +43,7 @@ public Command BuildActivatedUsingNavCommand() { /// /// Provides operations to call the cancel method. /// + /// A public Command BuildCancelNavCommand() { var command = new Command("cancel"); command.Description = "Provides operations to call the cancel method."; @@ -57,6 +59,7 @@ public Command BuildCancelNavCommand() { /// /// Delete navigation property assignmentScheduleRequests for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignmentScheduleRequests for identityGovernance"; @@ -91,6 +94,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a privilegedAccessGroupAssignmentScheduleRequest object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a privilegedAccessGroupAssignmentScheduleRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-1.0"; @@ -141,6 +145,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the group property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest entity. /// + /// A public Command BuildGroupNavCommand() { var command = new Command("group"); command.Description = "Provides operations to manage the group property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest entity."; @@ -162,6 +167,7 @@ public Command BuildGroupNavCommand() { /// /// Update the navigation property assignmentScheduleRequests in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignmentScheduleRequests in identityGovernance"; @@ -211,6 +217,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest entity."; @@ -226,6 +233,7 @@ public Command BuildPrincipalNavCommand() { /// /// Provides operations to manage the targetSchedule property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest entity. /// + /// A public Command BuildTargetScheduleNavCommand() { var command = new Command("target-schedule"); command.Description = "Provides operations to manage the targetSchedule property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest entity."; @@ -239,13 +247,13 @@ public Command BuildTargetScheduleNavCommand() { return command; } /// - /// Instantiates a new PrivilegedAccessGroupAssignmentScheduleRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrivilegedAccessGroupAssignmentScheduleRequestItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrivilegedAccessGroupAssignmentScheduleRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrivilegedAccessGroupAssignmentScheduleRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest%2Did}{?%24expand,%24select}", rawUrl) { @@ -253,6 +261,7 @@ public PrivilegedAccessGroupAssignmentScheduleRequestItemRequestBuilder(string r /// /// Delete navigation property assignmentScheduleRequests for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -261,7 +270,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -269,6 +278,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a privilegedAccessGroupAssignmentScheduleRequest 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 @@ -285,6 +295,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property assignmentScheduleRequests in identityGovernance /// + /// 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 @@ -295,7 +306,7 @@ public RequestInformation ToPatchRequestInformation(PrivilegedAccessGroupAssignm public RequestInformation ToPatchRequestInformation(PrivilegedAccessGroupAssignmentScheduleRequest 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}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs index b1ed5b6b44..c25e7a4723 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs @@ -22,6 +22,7 @@ public class TargetScheduleRequestBuilder : BaseCliRequestBuilder { /// /// Schedule created by this request. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Schedule created by this request. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TargetScheduleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetScheduleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest%2Did}/targetSchedule{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TargetScheduleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetScheduleRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest%2Did}/targetSchedule{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public TargetScheduleRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// Schedule created by this request. Supports $expand. /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/AssignmentSchedulesRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/AssignmentSchedulesRequestBuilder.cs index 2cc8b1eda7..dce452df54 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/AssignmentSchedulesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/AssignmentSchedulesRequestBuilder.cs @@ -25,6 +25,7 @@ public class AssignmentSchedulesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignmentSchedules property of the microsoft.graph.privilegedAccessGroup entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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 new navigation property to assignmentSchedules for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to assignmentSchedules for identityGovernance"; @@ -98,6 +101,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -114,6 +118,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Get a list of the privilegedAccessGroupAssignmentSchedule objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the privilegedAccessGroupAssignmentSchedule objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-1.0"; @@ -204,13 +209,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AssignmentSchedulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignmentSchedulesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentSchedules{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AssignmentSchedulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignmentSchedulesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentSchedules{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -218,6 +223,7 @@ public AssignmentSchedulesRequestBuilder(string rawUrl) : base("{+baseurl}/ident /// /// Get a list of the privilegedAccessGroupAssignmentSchedule 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 @@ -234,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to assignmentSchedules for identityGovernance /// + /// 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 ToPostRequestInformation(PrivilegedAccessGroupAssignme public RequestInformation ToPostRequestInformation(PrivilegedAccessGroupAssignmentSchedule 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}/identityGovernance/privilegedAccess/group/assignmentSchedules", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Count/CountRequestBuilder.cs index 3420351177..3206bf0af7 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/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}/identityGovernance/privilegedAccess/group/assignmentSchedules/$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}/identityGovernance/privilegedAccess/group/assignmentSchedules/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index aaeae6300e..cbf8a484b9 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrivilegedAccessGroupAssignmentSchedule.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index fc2606fb73..75216fda36 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs index 355e8b5b01..5ba532abab 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs @@ -22,6 +22,7 @@ public class ActivatedUsingRequestBuilder : BaseCliRequestBuilder { /// /// When the request activates an ownership or membership assignment in PIM for groups, this object represents the eligibility relationship. Otherwise, it is null. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "When the request activates an ownership or membership assignment in PIM for groups, this object represents the eligibility relationship. Otherwise, it is null. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ActivatedUsingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ActivatedUsingRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule%2Did}/activatedUsing{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ActivatedUsingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ActivatedUsingRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule%2Did}/activatedUsing{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public ActivatedUsingRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// When the request activates an ownership or membership assignment in PIM for groups, this object represents the eligibility relationship. Otherwise, it is null. Supports $expand. /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/GroupRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/GroupRequestBuilder.cs index 4adf5f04fd..26d74ebfed 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/GroupRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/GroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GroupRequestBuilder : BaseCliRequestBuilder { /// /// References the group that is the scope of the membership or ownership assignment through PIM for groups. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "References the group that is the scope of the membership or ownership assignment through PIM for groups. Supports $expand."; @@ -73,6 +74,7 @@ public Command BuildGetCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -92,13 +94,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule%2Did}/group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule%2Did}/group{?%24expand,%24select}", rawUrl) { @@ -106,6 +108,7 @@ public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// References the group that is the scope of the membership or ownership assignment through PIM for groups. Supports $expand. /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index b0e777d5bd..555113b283 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/ServiceProvisioningErrors/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}/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule%2Did}/group/serviceProvisioningErrors/$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}/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule%2Did}/group/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 76f3a09415..628d9ee4e6 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule%2Did}/group/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule%2Did}/group/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Principal/PrincipalRequestBuilder.cs index 2565407bd4..7d9b6f7615 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// References the principal that's in the scope of this membership or ownership assignment request to the group that's governed by PIM. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "References the principal that's in the scope of this membership or ownership assignment request to the group that's governed by PIM. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// References the principal that's in the scope of this membership or ownership assignment request to the group that's governed by PIM. Supports $expand. /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/PrivilegedAccessGroupAssignmentScheduleItemRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/PrivilegedAccessGroupAssignmentScheduleItemRequestBuilder.cs index fa857093ca..a231c408ea 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/PrivilegedAccessGroupAssignmentScheduleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/Item/PrivilegedAccessGroupAssignmentScheduleItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class PrivilegedAccessGroupAssignmentScheduleItemRequestBuilder : BaseCli /// /// Provides operations to manage the activatedUsing property of the microsoft.graph.privilegedAccessGroupAssignmentSchedule entity. /// + /// A public Command BuildActivatedUsingNavCommand() { var command = new Command("activated-using"); command.Description = "Provides operations to manage the activatedUsing property of the microsoft.graph.privilegedAccessGroupAssignmentSchedule entity."; @@ -40,6 +41,7 @@ public Command BuildActivatedUsingNavCommand() { /// /// Delete navigation property assignmentSchedules for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignmentSchedules for identityGovernance"; @@ -74,6 +76,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a privilegedAccessGroupAssignmentSchedule object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a privilegedAccessGroupAssignmentSchedule object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-1.0"; @@ -124,6 +127,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the group property of the microsoft.graph.privilegedAccessGroupAssignmentSchedule entity. /// + /// A public Command BuildGroupNavCommand() { var command = new Command("group"); command.Description = "Provides operations to manage the group property of the microsoft.graph.privilegedAccessGroupAssignmentSchedule entity."; @@ -145,6 +149,7 @@ public Command BuildGroupNavCommand() { /// /// Update the navigation property assignmentSchedules in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignmentSchedules in identityGovernance"; @@ -194,6 +199,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.privilegedAccessGroupAssignmentSchedule entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.privilegedAccessGroupAssignmentSchedule entity."; @@ -207,13 +213,13 @@ public Command BuildPrincipalNavCommand() { return command; } /// - /// Instantiates a new PrivilegedAccessGroupAssignmentScheduleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrivilegedAccessGroupAssignmentScheduleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrivilegedAccessGroupAssignmentScheduleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrivilegedAccessGroupAssignmentScheduleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule%2Did}{?%24expand,%24select}", rawUrl) { @@ -221,6 +227,7 @@ public PrivilegedAccessGroupAssignmentScheduleItemRequestBuilder(string rawUrl) /// /// Delete navigation property assignmentSchedules for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,7 +236,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -237,6 +244,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a privilegedAccessGroupAssignmentSchedule 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 @@ -253,6 +261,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property assignmentSchedules in identityGovernance /// + /// 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 @@ -263,7 +272,7 @@ public RequestInformation ToPatchRequestInformation(PrivilegedAccessGroupAssignm public RequestInformation ToPatchRequestInformation(PrivilegedAccessGroupAssignmentSchedule 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}/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Count/CountRequestBuilder.cs index 46130a7e5f..6f12778210 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/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}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$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}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/EligibilityScheduleInstancesRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/EligibilityScheduleInstancesRequestBuilder.cs index 0463ec939b..da30946d5a 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/EligibilityScheduleInstancesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/EligibilityScheduleInstancesRequestBuilder.cs @@ -25,6 +25,7 @@ public class EligibilityScheduleInstancesRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the eligibilityScheduleInstances property of the microsoft.graph.privilegedAccessGroup 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to eligibilityScheduleInstances for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to eligibilityScheduleInstances for identityGovernance"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -113,6 +117,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Get a list of the privilegedAccessGroupEligibilityScheduleInstance objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the privilegedAccessGroupEligibilityScheduleInstance objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-1.0"; @@ -203,13 +208,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new EligibilityScheduleInstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EligibilityScheduleInstancesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new EligibilityScheduleInstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EligibilityScheduleInstancesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -217,6 +222,7 @@ public EligibilityScheduleInstancesRequestBuilder(string rawUrl) : base("{+baseu /// /// Get a list of the privilegedAccessGroupEligibilityScheduleInstance 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 @@ -233,6 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to eligibilityScheduleInstances for identityGovernance /// + /// 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 @@ -243,7 +250,7 @@ public RequestInformation ToPostRequestInformation(PrivilegedAccessGroupEligibil public RequestInformation ToPostRequestInformation(PrivilegedAccessGroupEligibilityScheduleInstance 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}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index a7c65369d8..55c9b1d000 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrivilegedAccessGroupEligibilityScheduleInstance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index d55fec003f..024cdec56b 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/GroupRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/GroupRequestBuilder.cs index dc9cc711da..abb01477c0 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/GroupRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/GroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GroupRequestBuilder : BaseCliRequestBuilder { /// /// References the group that is the scope of the membership or ownership eligibility through PIM for groups. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "References the group that is the scope of the membership or ownership eligibility through PIM for groups. Supports $expand."; @@ -73,6 +74,7 @@ public Command BuildGetCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -92,13 +94,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance%2Did}/group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance%2Did}/group{?%24expand,%24select}", rawUrl) { @@ -106,6 +108,7 @@ public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// References the group that is the scope of the membership or ownership eligibility through PIM for groups. Supports $expand. /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 877b2b3f30..77aeffc7f1 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/ServiceProvisioningErrors/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}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance%2Did}/group/serviceProvisioningErrors/$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}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance%2Did}/group/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 38331c9282..b8e77a89c8 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance%2Did}/group/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance%2Did}/group/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs index fa0a484a75..7f0a6ed6ef 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// References the principal that's in the scope of the membership or ownership eligibility request through the group that's governed by PIM. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "References the principal that's in the scope of the membership or ownership eligibility request through the group that's governed by PIM. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// References the principal that's in the scope of the membership or ownership eligibility request through the group that's governed by PIM. Supports $expand. /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/PrivilegedAccessGroupEligibilityScheduleInstanceItemRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/PrivilegedAccessGroupEligibilityScheduleInstanceItemRequestBuilder.cs index 5fa0da3473..88e658c990 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/PrivilegedAccessGroupEligibilityScheduleInstanceItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/Item/PrivilegedAccessGroupEligibilityScheduleInstanceItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class PrivilegedAccessGroupEligibilityScheduleInstanceItemRequestBuilder /// /// Delete navigation property eligibilityScheduleInstances for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property eligibilityScheduleInstances for identityGovernance"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a privilegedAccessGroupEligibilityScheduleInstance object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a privilegedAccessGroupEligibilityScheduleInstance object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the group property of the microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance entity. /// + /// A public Command BuildGroupNavCommand() { var command = new Command("group"); command.Description = "Provides operations to manage the group property of the microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance entity."; @@ -129,6 +132,7 @@ public Command BuildGroupNavCommand() { /// /// Update the navigation property eligibilityScheduleInstances in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property eligibilityScheduleInstances in identityGovernance"; @@ -178,6 +182,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance entity."; @@ -191,13 +196,13 @@ public Command BuildPrincipalNavCommand() { return command; } /// - /// Instantiates a new PrivilegedAccessGroupEligibilityScheduleInstanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrivilegedAccessGroupEligibilityScheduleInstanceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrivilegedAccessGroupEligibilityScheduleInstanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrivilegedAccessGroupEligibilityScheduleInstanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance%2Did}{?%24expand,%24select}", rawUrl) { @@ -205,6 +210,7 @@ public PrivilegedAccessGroupEligibilityScheduleInstanceItemRequestBuilder(string /// /// Delete navigation property eligibilityScheduleInstances for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,7 +219,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -221,6 +227,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a privilegedAccessGroupEligibilityScheduleInstance 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 @@ -237,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property eligibilityScheduleInstances in identityGovernance /// + /// 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 @@ -247,7 +255,7 @@ public RequestInformation ToPatchRequestInformation(PrivilegedAccessGroupEligibi public RequestInformation ToPatchRequestInformation(PrivilegedAccessGroupEligibilityScheduleInstance 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}/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Count/CountRequestBuilder.cs index dcb5cb32ef..206da0534b 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/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}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$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}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/EligibilityScheduleRequestsRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/EligibilityScheduleRequestsRequestBuilder.cs index 306912b33d..0e625c86c0 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/EligibilityScheduleRequestsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/EligibilityScheduleRequestsRequestBuilder.cs @@ -25,6 +25,7 @@ public class EligibilityScheduleRequestsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the eligibilityScheduleRequests property of the microsoft.graph.privilegedAccessGroup entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// Create a new privilegedAccessGroupEligibilityScheduleRequest object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new privilegedAccessGroupEligibilityScheduleRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-1.0"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -116,6 +120,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Get a list of the privilegedAccessGroupEligibilityScheduleRequest objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the privilegedAccessGroupEligibilityScheduleRequest objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-1.0"; @@ -206,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new EligibilityScheduleRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EligibilityScheduleRequestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new EligibilityScheduleRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EligibilityScheduleRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -220,6 +225,7 @@ public EligibilityScheduleRequestsRequestBuilder(string rawUrl) : base("{+baseur /// /// Get a list of the privilegedAccessGroupEligibilityScheduleRequest 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 @@ -236,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new privilegedAccessGroupEligibilityScheduleRequest 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 @@ -246,7 +253,7 @@ public RequestInformation ToPostRequestInformation(PrivilegedAccessGroupEligibil public RequestInformation ToPostRequestInformation(PrivilegedAccessGroupEligibilityScheduleRequest 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}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index 62be3f79b0..ce668cc9f2 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrivilegedAccessGroupEligibilityScheduleRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 03740badda..dfbd671b97 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs index 2629956b3f..5a2cdb308e 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs @@ -22,6 +22,7 @@ public class CancelRequestBuilder : BaseCliRequestBuilder { /// Cancel an eligibility assignment request to a group whose membership and ownership are governed by PIM. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Cancel an eligibility assignment request to a group whose membership and ownership are governed by PIM.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CancelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest%2Did}/cancel", pathParameters) { } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest%2Did}/cancel", rawUrl) { @@ -60,6 +61,7 @@ public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance /// /// Cancel an eligibility assignment request to a group whose membership and ownership are governed by PIM. /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/GroupRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/GroupRequestBuilder.cs index bb74fd8a5d..0fef4ffbdc 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/GroupRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/GroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GroupRequestBuilder : BaseCliRequestBuilder { /// /// References the group that is the scope of the membership or ownership eligibility request through PIM for groups. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "References the group that is the scope of the membership or ownership eligibility request through PIM for groups. Supports $expand."; @@ -73,6 +74,7 @@ public Command BuildGetCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -92,13 +94,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest%2Did}/group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest%2Did}/group{?%24expand,%24select}", rawUrl) { @@ -106,6 +108,7 @@ public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// References the group that is the scope of the membership or ownership eligibility request through PIM for groups. Supports $expand. /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 8d811a99f2..5e5e9c0e44 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/ServiceProvisioningErrors/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}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest%2Did}/group/serviceProvisioningErrors/$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}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest%2Did}/group/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index c2a9f3e129..20f5070d32 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest%2Did}/group/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest%2Did}/group/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs index ebe1882915..542154c1ce 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// References the principal that's in the scope of the membership or ownership eligibility request through the group that's governed by PIM. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "References the principal that's in the scope of the membership or ownership eligibility request through the group that's governed by PIM. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// References the principal that's in the scope of the membership or ownership eligibility request through the group that's governed by PIM. Supports $expand. /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/PrivilegedAccessGroupEligibilityScheduleRequestItemRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/PrivilegedAccessGroupEligibilityScheduleRequestItemRequestBuilder.cs index 5830375ca0..38f7a495b6 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/PrivilegedAccessGroupEligibilityScheduleRequestItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/PrivilegedAccessGroupEligibilityScheduleRequestItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class PrivilegedAccessGroupEligibilityScheduleRequestItemRequestBuilder : /// /// Provides operations to call the cancel method. /// + /// A public Command BuildCancelNavCommand() { var command = new Command("cancel"); command.Description = "Provides operations to call the cancel method."; @@ -41,6 +42,7 @@ public Command BuildCancelNavCommand() { /// /// Delete navigation property eligibilityScheduleRequests for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property eligibilityScheduleRequests for identityGovernance"; @@ -75,6 +77,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a privilegedAccessGroupEligibilityScheduleRequest object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a privilegedAccessGroupEligibilityScheduleRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-1.0"; @@ -125,6 +128,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the group property of the microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest entity. /// + /// A public Command BuildGroupNavCommand() { var command = new Command("group"); command.Description = "Provides operations to manage the group property of the microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest entity."; @@ -146,6 +150,7 @@ public Command BuildGroupNavCommand() { /// /// Update the navigation property eligibilityScheduleRequests in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property eligibilityScheduleRequests in identityGovernance"; @@ -195,6 +200,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest entity."; @@ -210,6 +216,7 @@ public Command BuildPrincipalNavCommand() { /// /// Provides operations to manage the targetSchedule property of the microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest entity. /// + /// A public Command BuildTargetScheduleNavCommand() { var command = new Command("target-schedule"); command.Description = "Provides operations to manage the targetSchedule property of the microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest entity."; @@ -223,13 +230,13 @@ public Command BuildTargetScheduleNavCommand() { return command; } /// - /// Instantiates a new PrivilegedAccessGroupEligibilityScheduleRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrivilegedAccessGroupEligibilityScheduleRequestItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrivilegedAccessGroupEligibilityScheduleRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrivilegedAccessGroupEligibilityScheduleRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest%2Did}{?%24expand,%24select}", rawUrl) { @@ -237,6 +244,7 @@ public PrivilegedAccessGroupEligibilityScheduleRequestItemRequestBuilder(string /// /// Delete navigation property eligibilityScheduleRequests for identityGovernance /// + /// 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 +253,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -253,6 +261,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a privilegedAccessGroupEligibilityScheduleRequest 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 @@ -269,6 +278,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property eligibilityScheduleRequests in identityGovernance /// + /// 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 +289,7 @@ public RequestInformation ToPatchRequestInformation(PrivilegedAccessGroupEligibi public RequestInformation ToPatchRequestInformation(PrivilegedAccessGroupEligibilityScheduleRequest 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}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs index a2dd5a9ad0..ba3baddf97 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs @@ -22,6 +22,7 @@ public class TargetScheduleRequestBuilder : BaseCliRequestBuilder { /// /// Schedule created by this request. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Schedule created by this request."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TargetScheduleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetScheduleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest%2Did}/targetSchedule{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TargetScheduleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetScheduleRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest%2Did}/targetSchedule{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public TargetScheduleRequestBuilder(string rawUrl) : base("{+baseurl}/identityGo /// /// Schedule created by this request. /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Count/CountRequestBuilder.cs index d7a24dab9c..5602e1f045 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/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}/identityGovernance/privilegedAccess/group/eligibilitySchedules/$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}/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/EligibilitySchedulesRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/EligibilitySchedulesRequestBuilder.cs index a03919fd1f..98045f4129 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/EligibilitySchedulesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/EligibilitySchedulesRequestBuilder.cs @@ -25,6 +25,7 @@ public class EligibilitySchedulesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the eligibilitySchedules property of the microsoft.graph.privilegedAccessGroup 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to eligibilitySchedules for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to eligibilitySchedules for identityGovernance"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -113,6 +117,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Get a list of the privilegedAccessGroupEligibilitySchedule objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the privilegedAccessGroupEligibilitySchedule objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-1.0"; @@ -203,13 +208,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new EligibilitySchedulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EligibilitySchedulesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilitySchedules{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new EligibilitySchedulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EligibilitySchedulesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilitySchedules{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -217,6 +222,7 @@ public EligibilitySchedulesRequestBuilder(string rawUrl) : base("{+baseurl}/iden /// /// Get a list of the privilegedAccessGroupEligibilitySchedule 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 @@ -233,6 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to eligibilitySchedules for identityGovernance /// + /// 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 @@ -243,7 +250,7 @@ public RequestInformation ToPostRequestInformation(PrivilegedAccessGroupEligibil public RequestInformation ToPostRequestInformation(PrivilegedAccessGroupEligibilitySchedule 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}/identityGovernance/privilegedAccess/group/eligibilitySchedules", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index 587a5635f9..479530b557 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrivilegedAccessGroupEligibilitySchedule.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 792048f0a5..94418ba826 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/GroupRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/GroupRequestBuilder.cs index 58300f8095..1665ed6502 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/GroupRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/GroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GroupRequestBuilder : BaseCliRequestBuilder { /// /// References the group that is the scope of the membership or ownership eligibility through PIM for groups. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "References the group that is the scope of the membership or ownership eligibility through PIM for groups. Supports $expand."; @@ -73,6 +74,7 @@ public Command BuildGetCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -92,13 +94,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule%2Did}/group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule%2Did}/group{?%24expand,%24select}", rawUrl) { @@ -106,6 +108,7 @@ public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// References the group that is the scope of the membership or ownership eligibility through PIM for groups. Supports $expand. /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 1a36f3c9af..deb3bb241a 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/ServiceProvisioningErrors/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}/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule%2Did}/group/serviceProvisioningErrors/$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}/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule%2Did}/group/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 1c8d0d58f1..5f379cda15 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule%2Did}/group/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule%2Did}/group/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Principal/PrincipalRequestBuilder.cs index 465809af66..74e109830a 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// References the principal that's in the scope of this membership or ownership eligibility request to the group that's governed by PIM. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "References the principal that's in the scope of this membership or ownership eligibility request to the group that's governed by PIM. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/identityGoverna /// /// References the principal that's in the scope of this membership or ownership eligibility request to the group that's governed by PIM. Supports $expand. /// + /// 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/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/PrivilegedAccessGroupEligibilityScheduleItemRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/PrivilegedAccessGroupEligibilityScheduleItemRequestBuilder.cs index 1463d73bee..30db947624 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/PrivilegedAccessGroupEligibilityScheduleItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/Item/PrivilegedAccessGroupEligibilityScheduleItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class PrivilegedAccessGroupEligibilityScheduleItemRequestBuilder : BaseCl /// /// Delete navigation property eligibilitySchedules for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property eligibilitySchedules for identityGovernance"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a privilegedAccessGroupEligibilitySchedule object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a privilegedAccessGroupEligibilitySchedule object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the group property of the microsoft.graph.privilegedAccessGroupEligibilitySchedule entity. /// + /// A public Command BuildGroupNavCommand() { var command = new Command("group"); command.Description = "Provides operations to manage the group property of the microsoft.graph.privilegedAccessGroupEligibilitySchedule entity."; @@ -129,6 +132,7 @@ public Command BuildGroupNavCommand() { /// /// Update the navigation property eligibilitySchedules in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property eligibilitySchedules in identityGovernance"; @@ -178,6 +182,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.privilegedAccessGroupEligibilitySchedule entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.privilegedAccessGroupEligibilitySchedule entity."; @@ -191,13 +196,13 @@ public Command BuildPrincipalNavCommand() { return command; } /// - /// Instantiates a new PrivilegedAccessGroupEligibilityScheduleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrivilegedAccessGroupEligibilityScheduleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrivilegedAccessGroupEligibilityScheduleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrivilegedAccessGroupEligibilityScheduleItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule%2Did}{?%24expand,%24select}", rawUrl) { @@ -205,6 +210,7 @@ public PrivilegedAccessGroupEligibilityScheduleItemRequestBuilder(string rawUrl) /// /// Delete navigation property eligibilitySchedules for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,7 +219,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -221,6 +227,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a privilegedAccessGroupEligibilitySchedule 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 @@ -237,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property eligibilitySchedules in identityGovernance /// + /// 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 @@ -247,7 +255,7 @@ public RequestInformation ToPatchRequestInformation(PrivilegedAccessGroupEligibi public RequestInformation ToPatchRequestInformation(PrivilegedAccessGroupEligibilitySchedule 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}/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/Group/GroupRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/Group/GroupRequestBuilder.cs index 9bec348f5e..882055bd90 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/Group/GroupRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/Group/GroupRequestBuilder.cs @@ -29,6 +29,7 @@ public class GroupRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignmentApprovals property of the microsoft.graph.privilegedAccessGroup entity. /// + /// A public Command BuildAssignmentApprovalsNavCommand() { var command = new Command("assignment-approvals"); command.Description = "Provides operations to manage the assignmentApprovals property of the microsoft.graph.privilegedAccessGroup entity."; @@ -55,6 +56,7 @@ public Command BuildAssignmentApprovalsNavCommand() { /// /// Provides operations to manage the assignmentScheduleInstances property of the microsoft.graph.privilegedAccessGroup entity. /// + /// A public Command BuildAssignmentScheduleInstancesNavCommand() { var command = new Command("assignment-schedule-instances"); command.Description = "Provides operations to manage the assignmentScheduleInstances property of the microsoft.graph.privilegedAccessGroup entity."; @@ -81,6 +83,7 @@ public Command BuildAssignmentScheduleInstancesNavCommand() { /// /// Provides operations to manage the assignmentScheduleRequests property of the microsoft.graph.privilegedAccessGroup entity. /// + /// A public Command BuildAssignmentScheduleRequestsNavCommand() { var command = new Command("assignment-schedule-requests"); command.Description = "Provides operations to manage the assignmentScheduleRequests property of the microsoft.graph.privilegedAccessGroup entity."; @@ -107,6 +110,7 @@ public Command BuildAssignmentScheduleRequestsNavCommand() { /// /// Provides operations to manage the assignmentSchedules property of the microsoft.graph.privilegedAccessGroup entity. /// + /// A public Command BuildAssignmentSchedulesNavCommand() { var command = new Command("assignment-schedules"); command.Description = "Provides operations to manage the assignmentSchedules property of the microsoft.graph.privilegedAccessGroup entity."; @@ -133,6 +137,7 @@ public Command BuildAssignmentSchedulesNavCommand() { /// /// Delete navigation property group for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property group for identityGovernance"; @@ -160,6 +165,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the eligibilityScheduleInstances property of the microsoft.graph.privilegedAccessGroup entity. /// + /// A public Command BuildEligibilityScheduleInstancesNavCommand() { var command = new Command("eligibility-schedule-instances"); command.Description = "Provides operations to manage the eligibilityScheduleInstances property of the microsoft.graph.privilegedAccessGroup entity."; @@ -186,6 +192,7 @@ public Command BuildEligibilityScheduleInstancesNavCommand() { /// /// Provides operations to manage the eligibilityScheduleRequests property of the microsoft.graph.privilegedAccessGroup entity. /// + /// A public Command BuildEligibilityScheduleRequestsNavCommand() { var command = new Command("eligibility-schedule-requests"); command.Description = "Provides operations to manage the eligibilityScheduleRequests property of the microsoft.graph.privilegedAccessGroup entity."; @@ -212,6 +219,7 @@ public Command BuildEligibilityScheduleRequestsNavCommand() { /// /// Provides operations to manage the eligibilitySchedules property of the microsoft.graph.privilegedAccessGroup entity. /// + /// A public Command BuildEligibilitySchedulesNavCommand() { var command = new Command("eligibility-schedules"); command.Description = "Provides operations to manage the eligibilitySchedules property of the microsoft.graph.privilegedAccessGroup entity."; @@ -238,6 +246,7 @@ public Command BuildEligibilitySchedulesNavCommand() { /// /// A group that's governed through Privileged Identity Management (PIM). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A group that's governed through Privileged Identity Management (PIM)."; @@ -282,6 +291,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property group in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property group in identityGovernance"; @@ -323,13 +333,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess/group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess/group{?%24expand,%24select}", rawUrl) { @@ -337,6 +347,7 @@ public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// Delete navigation property group for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -345,7 +356,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/privilegedAccess/group", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -353,6 +364,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A group that's governed through Privileged Identity Management (PIM). /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -369,6 +381,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property group in identityGovernance /// + /// 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 @@ -379,7 +392,7 @@ public RequestInformation ToPatchRequestInformation(PrivilegedAccessGroup body, public RequestInformation ToPatchRequestInformation(PrivilegedAccessGroup 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}/identityGovernance/privilegedAccess/group", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/PrivilegedAccess/PrivilegedAccessRequestBuilder.cs b/src/generated/IdentityGovernance/PrivilegedAccess/PrivilegedAccessRequestBuilder.cs index 21382fcf07..47e477aabb 100644 --- a/src/generated/IdentityGovernance/PrivilegedAccess/PrivilegedAccessRequestBuilder.cs +++ b/src/generated/IdentityGovernance/PrivilegedAccess/PrivilegedAccessRequestBuilder.cs @@ -23,6 +23,7 @@ public class PrivilegedAccessRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property privilegedAccess for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property privilegedAccess for identityGovernance"; @@ -50,6 +51,7 @@ public Command BuildDeleteCommand() { /// /// Get privilegedAccess from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get privilegedAccess from identityGovernance"; @@ -94,6 +96,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the group property of the microsoft.graph.privilegedAccessRoot entity. /// + /// A public Command BuildGroupNavCommand() { var command = new Command("group"); command.Description = "Provides operations to manage the group property of the microsoft.graph.privilegedAccessRoot entity."; @@ -123,6 +126,7 @@ public Command BuildGroupNavCommand() { /// /// Update the navigation property privilegedAccess in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property privilegedAccess in identityGovernance"; @@ -164,13 +168,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PrivilegedAccessRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrivilegedAccessRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/privilegedAccess{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrivilegedAccessRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrivilegedAccessRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/privilegedAccess{?%24expand,%24select}", rawUrl) { @@ -178,6 +182,7 @@ public PrivilegedAccessRequestBuilder(string rawUrl) : base("{+baseurl}/identity /// /// Delete navigation property privilegedAccess for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -186,7 +191,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/privilegedAccess", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -194,6 +199,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get privilegedAccess from identityGovernance /// + /// 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,6 +216,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property privilegedAccess in identityGovernance /// + /// 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 @@ -220,7 +227,7 @@ public RequestInformation ToPatchRequestInformation(PrivilegedAccessRoot body, A public RequestInformation ToPatchRequestInformation(PrivilegedAccessRoot 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}/identityGovernance/privilegedAccess", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/TermsOfUse/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs index 7df3055091..407bed768c 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/AgreementAcceptances/AgreementAcceptancesRequestBuilder.cs @@ -24,6 +24,7 @@ public class AgreementAcceptancesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the agreementAcceptances property of the microsoft.graph.termsOfUseContainer entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AgreementAcceptanceItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to agreementAcceptances for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to agreementAcceptances for identityGovernance"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// Represents the current status of a user's response to a company's customizable terms of use agreement. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Represents the current status of a user's response to a company's customizable terms of use agreement."; @@ -183,13 +187,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}/identityGovernance/termsOfUse/agreementAcceptances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", 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}/identityGovernance/termsOfUse/agreementAcceptances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public AgreementAcceptancesRequestBuilder(string rawUrl) : base("{+baseurl}/iden /// /// Represents the current status of a user's response to a company's customizable terms of use agreement. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to agreementAcceptances for identityGovernance /// + /// 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 @@ -223,7 +229,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}/identityGovernance/termsOfUse/agreementAcceptances", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/TermsOfUse/AgreementAcceptances/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/AgreementAcceptances/Count/CountRequestBuilder.cs index 151f61d75f..7a626c5468 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/AgreementAcceptances/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/AgreementAcceptances/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}/identityGovernance/termsOfUse/agreementAcceptances/$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}/identityGovernance/termsOfUse/agreementAcceptances/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/TermsOfUse/AgreementAcceptances/Item/AgreementAcceptanceItemRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/AgreementAcceptances/Item/AgreementAcceptanceItemRequestBuilder.cs index 3fe93a88c5..d74ee2f4e2 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/AgreementAcceptances/Item/AgreementAcceptanceItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/AgreementAcceptances/Item/AgreementAcceptanceItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AgreementAcceptanceItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property agreementAcceptances for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property agreementAcceptances for identityGovernance"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Represents the current status of a user's response to a company's customizable terms of use agreement. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the current status of a user's response to a company's customizable terms of use agreement."; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property agreementAcceptances in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property agreementAcceptances in identityGovernance"; @@ -152,13 +155,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}/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance%2Did}{?%24expand,%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}/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public AgreementAcceptanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/i /// /// Delete navigation property agreementAcceptances for identityGovernance /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the current status of a user's response to a company's customizable terms of use agreement. /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property agreementAcceptances in identityGovernance /// + /// 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 +214,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}/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/TermsOfUse/Agreements/AgreementsRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/Agreements/AgreementsRequestBuilder.cs index 076c3f50a0..2fca3e2109 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/Agreements/AgreementsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/Agreements/AgreementsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AgreementsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the agreements property of the microsoft.graph.termsOfUseContainer 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 agreement object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new agreement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-1.0"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of agreement objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of agreement objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0"; @@ -189,13 +193,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}/identityGovernance/termsOfUse/agreements{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", 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}/identityGovernance/termsOfUse/agreements{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -203,6 +207,7 @@ public AgreementsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovern /// /// Retrieve a list of agreement objects. /// + /// 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 agreement 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 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}/identityGovernance/termsOfUse/agreements", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Count/CountRequestBuilder.cs index 3820b4bed1..c4aad89d5b 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/Agreements/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}/identityGovernance/termsOfUse/agreements/$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}/identityGovernance/termsOfUse/agreements/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/AcceptancesRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/AcceptancesRequestBuilder.cs index a5b3199731..7826b2d9b5 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/AcceptancesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/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, 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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to acceptances for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to acceptances for identityGovernance"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Get the details about the acceptance records for a specific agreement. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the details about the acceptance records for a specific agreement.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/agreement-list-acceptances?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AcceptancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AcceptancesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/acceptances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AcceptancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AcceptancesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/acceptances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public AcceptancesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGover /// /// Get the details about the acceptance records for a specific agreement. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to acceptances for identityGovernance /// + /// 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 @@ -236,7 +242,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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/acceptances", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/Count/CountRequestBuilder.cs index d4c8c4110c..d33925b011 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/acceptances/$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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/acceptances/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/Item/AgreementAcceptanceItemRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/Item/AgreementAcceptanceItemRequestBuilder.cs index faefba6e3a..0864a0237c 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/Item/AgreementAcceptanceItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Acceptances/Item/AgreementAcceptanceItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AgreementAcceptanceItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property acceptances for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property acceptances for identityGovernance"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Information about acceptances of this agreement. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Information about acceptances of this agreement."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property acceptances in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property acceptances in identityGovernance"; @@ -170,13 +173,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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/acceptances/{agreementAcceptance%2Did}{?%24expand,%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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/acceptances/{agreementAcceptance%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public AgreementAcceptanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/i /// /// Delete navigation property acceptances for identityGovernance /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/acceptances/{agreementAcceptance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Information about acceptances of this agreement. /// + /// 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 /// Update the navigation property acceptances in identityGovernance /// + /// 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 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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/acceptances/{agreementAcceptance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilder.cs index db68579eb8..dea80c4871 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/AgreementItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class AgreementItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the acceptances property of the microsoft.graph.agreement entity. /// + /// A public Command BuildAcceptancesNavCommand() { var command = new Command("acceptances"); command.Description = "Provides operations to manage the acceptances property of the microsoft.graph.agreement entity."; @@ -51,6 +52,7 @@ public Command BuildAcceptancesNavCommand() { /// Delete an agreement object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an agreement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-1.0"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the file property of the microsoft.graph.agreement entity. /// + /// A public Command BuildFileNavCommand() { var command = new Command("file"); command.Description = "Provides operations to manage the file property of the microsoft.graph.agreement entity."; @@ -107,6 +110,7 @@ public Command BuildFileNavCommand() { /// /// Provides operations to manage the files property of the microsoft.graph.agreement entity. /// + /// A public Command BuildFilesNavCommand() { var command = new Command("files"); command.Description = "Provides operations to manage the files property of the microsoft.graph.agreement entity."; @@ -133,6 +137,7 @@ public Command BuildFilesNavCommand() { /// Retrieve the properties and relationships of an agreement object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of an agreement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0"; @@ -184,6 +189,7 @@ public Command BuildGetCommand() { /// Update the properties of an agreement object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an agreement object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-1.0"; @@ -231,13 +237,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AgreementItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AgreementItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AgreementItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AgreementItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}{?%24expand,%24select}", rawUrl) { @@ -245,6 +251,7 @@ public AgreementItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGov /// /// Delete an agreement 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 @@ -253,7 +260,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -261,6 +268,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of an agreement 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 @@ -277,6 +285,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an agreement 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 @@ -287,7 +296,7 @@ public RequestInformation ToPatchRequestInformation(Agreement 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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/FileRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/FileRequestBuilder.cs index 7613538c40..77e13761d1 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/FileRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/FileRequestBuilder.cs @@ -23,6 +23,7 @@ public class FileRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property file for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property file for identityGovernance"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the localizations property of the microsoft.graph.agreementFile entity. /// + /// A public Command BuildLocalizationsNavCommand() { var command = new Command("localizations"); command.Description = "Provides operations to manage the localizations property of the microsoft.graph.agreementFile entity."; @@ -132,6 +135,7 @@ public Command BuildLocalizationsNavCommand() { /// /// Update the navigation property file in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property file in identityGovernance"; @@ -179,13 +183,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FileRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FileRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FileRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FileRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file{?%24expand,%24select}", rawUrl) { @@ -193,6 +197,7 @@ public FileRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/t /// /// Delete navigation property file for identityGovernance /// + /// 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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header. /// + /// 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 file in identityGovernance /// + /// 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(AgreementFile 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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Count/CountRequestBuilder.cs index c729f43ef8..7a7b823849 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file/localizations/$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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file/localizations/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/AgreementFileLocalizationItemRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/AgreementFileLocalizationItemRequestBuilder.cs index f4ab263523..9c666ee2a6 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/AgreementFileLocalizationItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/AgreementFileLocalizationItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AgreementFileLocalizationItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property localizations for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property localizations for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// The localized version of the terms of use agreement files attached to the agreement. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The localized version of the terms of use agreement files attached to the agreement."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property localizations in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property localizations in identityGovernance"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. /// + /// A public Command BuildVersionsNavCommand() { var command = new Command("versions"); command.Description = "Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity."; @@ -196,13 +200,13 @@ public Command BuildVersionsNavCommand() { return command; } /// - /// Instantiates a new AgreementFileLocalizationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AgreementFileLocalizationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AgreementFileLocalizationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AgreementFileLocalizationItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}{?%24expand,%24select}", rawUrl) { @@ -210,6 +214,7 @@ public AgreementFileLocalizationItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property localizations for identityGovernance /// + /// 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 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -226,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The localized version of the terms of use agreement files attached to the agreement. /// + /// 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 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property localizations in identityGovernance /// + /// 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 +259,7 @@ public RequestInformation ToPatchRequestInformation(AgreementFileLocalization bo public RequestInformation ToPatchRequestInformation(AgreementFileLocalization 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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/Count/CountRequestBuilder.cs index 30f0fb2c82..5e29f78cbf 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/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"; @@ -65,13 +66,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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}/versions/$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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}/versions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/Item/AgreementFileVersionItemRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/Item/AgreementFileVersionItemRequestBuilder.cs index 775c0d7d92..49599e3394 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/Item/AgreementFileVersionItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/Item/AgreementFileVersionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AgreementFileVersionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property versions for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property versions for identityGovernance"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property versions in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property versions in identityGovernance"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AgreementFileVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AgreementFileVersionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}/versions/{agreementFileVersion%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AgreementFileVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AgreementFileVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}/versions/{agreementFileVersion%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public AgreementFileVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property versions for identityGovernance /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}/versions/{agreementFileVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Customized versions of the terms of use agreement in the Microsoft Entra 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 @@ -234,6 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property versions in identityGovernance /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(AgreementFileVersion body, A public RequestInformation ToPatchRequestInformation(AgreementFileVersion 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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}/versions/{agreementFileVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/VersionsRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/VersionsRequestBuilder.cs index fcb92732e4..f130d87fad 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/VersionsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/Item/Versions/VersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class VersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AgreementFileVersionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to versions for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to versions for identityGovernance"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Read-only. Customized versions of the terms of use agreement in the Microsoft Entra 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 @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to versions for identityGovernance /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(AgreementFileVersion body, Ac public RequestInformation ToPostRequestInformation(AgreementFileVersion 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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file/localizations/{agreementFileLocalization%2Did}/versions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/LocalizationsRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/LocalizationsRequestBuilder.cs index 7132892b4f..0421482125 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/LocalizationsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/FileNamespace/Localizations/LocalizationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class LocalizationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the localizations property of the microsoft.graph.agreementFile 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 localizations for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to localizations for identityGovernance"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// Get a list of the default and localized agreement files. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the default and localized agreement files.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0"; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new LocalizationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LocalizationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file/localizations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new LocalizationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LocalizationsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file/localizations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public LocalizationsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGov /// /// Get a list of the default and localized agreement files. /// + /// 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 localizations for identityGovernance /// + /// 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(AgreementFileLocalization bod public RequestInformation ToPostRequestInformation(AgreementFileLocalization 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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/file/localizations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Count/CountRequestBuilder.cs index e1758d3ff7..f8638711ee 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/files/$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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/files/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/TermsOfUse/Agreements/Item/Files/FilesRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/FilesRequestBuilder.cs index 57934a8e2f..9aa31ece9b 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/FilesRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/FilesRequestBuilder.cs @@ -24,6 +24,7 @@ public class FilesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the files property of the microsoft.graph.agreement 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new localized agreement file. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new localized agreement file.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand."; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/files{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public FilesRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand. /// + /// 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 a new localized agreement file. /// + /// 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(AgreementFileLocalization bod public RequestInformation ToPostRequestInformation(AgreementFileLocalization 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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/files", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/AgreementFileLocalizationItemRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/AgreementFileLocalizationItemRequestBuilder.cs index 6cc2c1f45b..720f92147d 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/AgreementFileLocalizationItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/AgreementFileLocalizationItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AgreementFileLocalizationItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property files for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property files for identityGovernance"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property files in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property files in identityGovernance"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. /// + /// A public Command BuildVersionsNavCommand() { var command = new Command("versions"); command.Description = "Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity."; @@ -196,13 +200,13 @@ public Command BuildVersionsNavCommand() { return command; } /// - /// Instantiates a new AgreementFileLocalizationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AgreementFileLocalizationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AgreementFileLocalizationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AgreementFileLocalizationItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}{?%24expand,%24select}", rawUrl) { @@ -210,6 +214,7 @@ public AgreementFileLocalizationItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property files for identityGovernance /// + /// 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 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -226,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand. /// + /// 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 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property files in identityGovernance /// + /// 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 +259,7 @@ public RequestInformation ToPatchRequestInformation(AgreementFileLocalization bo public RequestInformation ToPatchRequestInformation(AgreementFileLocalization 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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/Count/CountRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/Count/CountRequestBuilder.cs index 66d5668718..96a13fe60b 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/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"; @@ -65,13 +66,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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}/versions/$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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}/versions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/ /// /// 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/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/Item/AgreementFileVersionItemRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/Item/AgreementFileVersionItemRequestBuilder.cs index 8361a6a351..7c6beacc0f 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/Item/AgreementFileVersionItemRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/Item/AgreementFileVersionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AgreementFileVersionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property versions for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property versions for identityGovernance"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property versions in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property versions in identityGovernance"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AgreementFileVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AgreementFileVersionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}/versions/{agreementFileVersion%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AgreementFileVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AgreementFileVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}/versions/{agreementFileVersion%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public AgreementFileVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property versions for identityGovernance /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}/versions/{agreementFileVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Customized versions of the terms of use agreement in the Microsoft Entra 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 @@ -234,6 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property versions in identityGovernance /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(AgreementFileVersion body, A public RequestInformation ToPatchRequestInformation(AgreementFileVersion 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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}/versions/{agreementFileVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/VersionsRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/VersionsRequestBuilder.cs index 6635dc8edb..f4975506dd 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/VersionsRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/Agreements/Item/Files/Item/Versions/VersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class VersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AgreementFileVersionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to versions for identityGovernance /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to versions for identityGovernance"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernan /// /// Read-only. Customized versions of the terms of use agreement in the Microsoft Entra 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 @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to versions for identityGovernance /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(AgreementFileVersion body, Ac public RequestInformation ToPostRequestInformation(AgreementFileVersion 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}/identityGovernance/termsOfUse/agreements/{agreement%2Did}/files/{agreementFileLocalization%2Did}/versions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityGovernance/TermsOfUse/TermsOfUseRequestBuilder.cs b/src/generated/IdentityGovernance/TermsOfUse/TermsOfUseRequestBuilder.cs index 3f3d3a56a2..90a9f1ae56 100644 --- a/src/generated/IdentityGovernance/TermsOfUse/TermsOfUseRequestBuilder.cs +++ b/src/generated/IdentityGovernance/TermsOfUse/TermsOfUseRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermsOfUseRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the agreementAcceptances property of the microsoft.graph.termsOfUseContainer entity. /// + /// A public Command BuildAgreementAcceptancesNavCommand() { var command = new Command("agreement-acceptances"); command.Description = "Provides operations to manage the agreementAcceptances property of the microsoft.graph.termsOfUseContainer entity."; @@ -49,6 +50,7 @@ public Command BuildAgreementAcceptancesNavCommand() { /// /// Provides operations to manage the agreements property of the microsoft.graph.termsOfUseContainer entity. /// + /// A public Command BuildAgreementsNavCommand() { var command = new Command("agreements"); command.Description = "Provides operations to manage the agreements property of the microsoft.graph.termsOfUseContainer entity."; @@ -74,6 +76,7 @@ public Command BuildAgreementsNavCommand() { /// /// Delete navigation property termsOfUse for identityGovernance /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property termsOfUse for identityGovernance"; @@ -101,6 +104,7 @@ public Command BuildDeleteCommand() { /// /// Get termsOfUse from identityGovernance /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get termsOfUse from identityGovernance"; @@ -145,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property termsOfUse in identityGovernance /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property termsOfUse in identityGovernance"; @@ -186,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TermsOfUseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermsOfUseRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityGovernance/termsOfUse{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermsOfUseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermsOfUseRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovernance/termsOfUse{?%24expand,%24select}", rawUrl) { @@ -200,6 +205,7 @@ public TermsOfUseRequestBuilder(string rawUrl) : base("{+baseurl}/identityGovern /// /// Delete navigation property termsOfUse for identityGovernance /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/identityGovernance/termsOfUse", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -216,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get termsOfUse from identityGovernance /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property termsOfUse in identityGovernance /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(TermsOfUseContainer body, Ac public RequestInformation ToPatchRequestInformation(TermsOfUseContainer 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}/identityGovernance/termsOfUse", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityProtection/IdentityProtectionRequestBuilder.cs b/src/generated/IdentityProtection/IdentityProtectionRequestBuilder.cs index d6ee3db754..3b942d0e14 100644 --- a/src/generated/IdentityProtection/IdentityProtectionRequestBuilder.cs +++ b/src/generated/IdentityProtection/IdentityProtectionRequestBuilder.cs @@ -26,6 +26,7 @@ public class IdentityProtectionRequestBuilder : BaseCliRequestBuilder { /// /// Get identityProtection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get identityProtection"; @@ -70,6 +71,7 @@ public Command BuildGetCommand() { /// /// Update identityProtection /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update identityProtection"; @@ -113,6 +115,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the riskDetections property of the microsoft.graph.identityProtectionRoot entity. /// + /// A public Command BuildRiskDetectionsNavCommand() { var command = new Command("risk-detections"); command.Description = "Provides operations to manage the riskDetections property of the microsoft.graph.identityProtectionRoot entity."; @@ -138,6 +141,7 @@ public Command BuildRiskDetectionsNavCommand() { /// /// Provides operations to manage the riskyServicePrincipals property of the microsoft.graph.identityProtectionRoot entity. /// + /// A public Command BuildRiskyServicePrincipalsNavCommand() { var command = new Command("risky-service-principals"); command.Description = "Provides operations to manage the riskyServicePrincipals property of the microsoft.graph.identityProtectionRoot entity."; @@ -165,6 +169,7 @@ public Command BuildRiskyServicePrincipalsNavCommand() { /// /// Provides operations to manage the riskyUsers property of the microsoft.graph.identityProtectionRoot entity. /// + /// A public Command BuildRiskyUsersNavCommand() { var command = new Command("risky-users"); command.Description = "Provides operations to manage the riskyUsers property of the microsoft.graph.identityProtectionRoot entity."; @@ -192,6 +197,7 @@ public Command BuildRiskyUsersNavCommand() { /// /// Provides operations to manage the servicePrincipalRiskDetections property of the microsoft.graph.identityProtectionRoot entity. /// + /// A public Command BuildServicePrincipalRiskDetectionsNavCommand() { var command = new Command("service-principal-risk-detections"); command.Description = "Provides operations to manage the servicePrincipalRiskDetections property of the microsoft.graph.identityProtectionRoot entity."; @@ -215,13 +221,13 @@ public Command BuildServicePrincipalRiskDetectionsNavCommand() { return command; } /// - /// Instantiates a new IdentityProtectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IdentityProtectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProtection{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IdentityProtectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IdentityProtectionRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection{?%24expand,%24select}", rawUrl) { @@ -229,6 +235,7 @@ public IdentityProtectionRequestBuilder(string rawUrl) : base("{+baseurl}/identi /// /// Get identityProtection /// + /// 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,6 +252,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update identityProtection /// + /// 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 @@ -255,7 +263,7 @@ public RequestInformation ToPatchRequestInformation(IdentityProtectionRoot body, public RequestInformation ToPatchRequestInformation(IdentityProtectionRoot 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}/identityProtection", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityProtection/RiskDetections/Count/CountRequestBuilder.cs b/src/generated/IdentityProtection/RiskDetections/Count/CountRequestBuilder.cs index 1008e5e06e..0edd248551 100644 --- a/src/generated/IdentityProtection/RiskDetections/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityProtection/RiskDetections/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}/identityProtection/riskDetections/$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}/identityProtection/riskDetections/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/ /// /// 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/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilder.cs b/src/generated/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilder.cs index 62125b9d5c..d51153c927 100644 --- a/src/generated/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilder.cs +++ b/src/generated/IdentityProtection/RiskDetections/Item/RiskDetectionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class RiskDetectionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property riskDetections for identityProtection /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property riskDetections for identityProtection"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a riskDetection object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a riskDetection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property riskDetections in identityProtection /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property riskDetections in identityProtection"; @@ -153,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new RiskDetectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RiskDetectionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProtection/riskDetections/{riskDetection%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RiskDetectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RiskDetectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/riskDetections/{riskDetection%2Did}{?%24expand,%24select}", rawUrl) { @@ -167,6 +170,7 @@ public RiskDetectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/identit /// /// Delete navigation property riskDetections for identityProtection /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -175,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}/identityProtection/riskDetections/{riskDetection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -183,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a riskDetection 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 @@ -199,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property riskDetections in identityProtection /// + /// 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 @@ -209,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(RiskDetection 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}/identityProtection/riskDetections/{riskDetection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityProtection/RiskDetections/RiskDetectionsRequestBuilder.cs b/src/generated/IdentityProtection/RiskDetections/RiskDetectionsRequestBuilder.cs index e678f979e9..ccb53d4f6f 100644 --- a/src/generated/IdentityProtection/RiskDetections/RiskDetectionsRequestBuilder.cs +++ b/src/generated/IdentityProtection/RiskDetections/RiskDetectionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RiskDetectionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the riskDetections property of the microsoft.graph.identityProtectionRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new RiskDetectionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to riskDetections for identityProtection /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to riskDetections for identityProtection"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// Get a list of the riskDetection objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the riskDetection objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0"; @@ -184,13 +188,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RiskDetectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RiskDetectionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProtection/riskDetections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RiskDetectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RiskDetectionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/riskDetections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -198,6 +202,7 @@ public RiskDetectionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityPr /// /// Get a list of the riskDetection 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 @@ -214,6 +219,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to riskDetections for identityProtection /// + /// 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 @@ -224,7 +230,7 @@ public RequestInformation ToPostRequestInformation(RiskDetection 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}/identityProtection/riskDetections", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedPostRequestBody.cs b/src/generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedPostRequestBody.cs index 5fc2f2ad07..39428ee2af 100644 --- a/src/generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedPostRequestBody.cs +++ b/src/generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedPostRequestBody.cs @@ -17,7 +17,7 @@ public class ConfirmCompromisedPostRequestBody : IAdditionalDataHolder, IParsabl public List ServicePrincipalIds { get; set; } #endif /// - /// Instantiates a new confirmCompromisedPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ConfirmCompromisedPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ConfirmCompromisedPostRequestBody() { /// /// 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 ConfirmCompromisedPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ConfirmCompromisedPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"servicePrincipalIds", n => { ServicePrincipalIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs b/src/generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs index b85146109e..c698c53d8a 100644 --- a/src/generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs +++ b/src/generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs @@ -22,6 +22,7 @@ public class ConfirmCompromisedRequestBuilder : BaseCliRequestBuilder { /// Confirm one or more riskyServicePrincipal objects as compromised. This action sets the targeted service principal account's risk level to high. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Confirm one or more riskyServicePrincipal objects as compromised. This action sets the targeted service principal account's risk level to high.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0"; @@ -53,13 +54,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ConfirmCompromisedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConfirmCompromisedRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProtection/riskyServicePrincipals/confirmCompromised", pathParameters) { } /// - /// Instantiates a new ConfirmCompromisedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConfirmCompromisedRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/riskyServicePrincipals/confirmCompromised", rawUrl) { @@ -67,6 +68,7 @@ public ConfirmCompromisedRequestBuilder(string rawUrl) : base("{+baseurl}/identi /// /// Confirm one or more riskyServicePrincipal objects as compromised. This action sets the targeted service principal account's risk level to high. /// + /// 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/IdentityProtection/RiskyServicePrincipals/Count/CountRequestBuilder.cs b/src/generated/IdentityProtection/RiskyServicePrincipals/Count/CountRequestBuilder.cs index 1c2706f969..e6b71dc0f0 100644 --- a/src/generated/IdentityProtection/RiskyServicePrincipals/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityProtection/RiskyServicePrincipals/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}/identityProtection/riskyServicePrincipals/$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}/identityProtection/riskyServicePrincipals/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/ /// /// 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/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissPostRequestBody.cs b/src/generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissPostRequestBody.cs index 8289ea520a..ff8e745d08 100644 --- a/src/generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissPostRequestBody.cs +++ b/src/generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissPostRequestBody.cs @@ -17,7 +17,7 @@ public class DismissPostRequestBody : IAdditionalDataHolder, IParsable { public List ServicePrincipalIds { get; set; } #endif /// - /// Instantiates a new dismissPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DismissPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public DismissPostRequestBody() { /// /// 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 DismissPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static DismissPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"servicePrincipalIds", n => { ServicePrincipalIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissRequestBuilder.cs b/src/generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissRequestBuilder.cs index 6667188c68..a140584dda 100644 --- a/src/generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissRequestBuilder.cs +++ b/src/generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissRequestBuilder.cs @@ -22,6 +22,7 @@ public class DismissRequestBuilder : BaseCliRequestBuilder { /// Dismiss the risk of one or more riskyServicePrincipal objects. This action sets the targeted service principal account's risk level to none. You can dismiss up to 60 service principal accounts in one request. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Dismiss the risk of one or more riskyServicePrincipal objects. This action sets the targeted service principal account's risk level to none. You can dismiss up to 60 service principal accounts in one request.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0"; @@ -53,13 +54,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DismissRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DismissRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProtection/riskyServicePrincipals/dismiss", pathParameters) { } /// - /// Instantiates a new DismissRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DismissRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/riskyServicePrincipals/dismiss", rawUrl) { @@ -67,6 +68,7 @@ public DismissRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtectio /// /// Dismiss the risk of one or more riskyServicePrincipal objects. This action sets the targeted service principal account's risk level to none. You can dismiss up to 60 service principal accounts in one request. /// + /// 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/IdentityProtection/RiskyServicePrincipals/Item/History/Count/CountRequestBuilder.cs b/src/generated/IdentityProtection/RiskyServicePrincipals/Item/History/Count/CountRequestBuilder.cs index ec58a7b002..93d530be6c 100644 --- a/src/generated/IdentityProtection/RiskyServicePrincipals/Item/History/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityProtection/RiskyServicePrincipals/Item/History/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}/identityProtection/riskyServicePrincipals/{riskyServicePrincipal%2Did}/history/$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}/identityProtection/riskyServicePrincipals/{riskyServicePrincipal%2Did}/history/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/ /// /// 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/IdentityProtection/RiskyServicePrincipals/Item/History/HistoryRequestBuilder.cs b/src/generated/IdentityProtection/RiskyServicePrincipals/Item/History/HistoryRequestBuilder.cs index bab944dc01..f80773b035 100644 --- a/src/generated/IdentityProtection/RiskyServicePrincipals/Item/History/HistoryRequestBuilder.cs +++ b/src/generated/IdentityProtection/RiskyServicePrincipals/Item/History/HistoryRequestBuilder.cs @@ -24,6 +24,7 @@ public class HistoryRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the history property of the microsoft.graph.riskyServicePrincipal entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new RiskyServicePrincipalHistoryItemItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to history for identityProtection /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to history for identityProtection"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Get the risk history of a riskyServicePrincipal object. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the risk history of a riskyServicePrincipal object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HistoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HistoryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProtection/riskyServicePrincipals/{riskyServicePrincipal%2Did}/history{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HistoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HistoryRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/riskyServicePrincipals/{riskyServicePrincipal%2Did}/history{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public HistoryRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtectio /// /// Get the risk history of a riskyServicePrincipal 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 @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to history for identityProtection /// + /// 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 @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(RiskyServicePrincipalHistoryI public RequestInformation ToPostRequestInformation(RiskyServicePrincipalHistoryItem 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}/identityProtection/riskyServicePrincipals/{riskyServicePrincipal%2Did}/history", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityProtection/RiskyServicePrincipals/Item/History/Item/RiskyServicePrincipalHistoryItemItemRequestBuilder.cs b/src/generated/IdentityProtection/RiskyServicePrincipals/Item/History/Item/RiskyServicePrincipalHistoryItemItemRequestBuilder.cs index aeeeb2edf2..9bc41aea04 100644 --- a/src/generated/IdentityProtection/RiskyServicePrincipals/Item/History/Item/RiskyServicePrincipalHistoryItemItemRequestBuilder.cs +++ b/src/generated/IdentityProtection/RiskyServicePrincipals/Item/History/Item/RiskyServicePrincipalHistoryItemItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class RiskyServicePrincipalHistoryItemItemRequestBuilder : BaseCliRequest /// /// Delete navigation property history for identityProtection /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property history for identityProtection"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Represents the risk history of Microsoft Entra service principals. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the risk history of Microsoft Entra service principals."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property history in identityProtection /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property history in identityProtection"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new RiskyServicePrincipalHistoryItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RiskyServicePrincipalHistoryItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProtection/riskyServicePrincipals/{riskyServicePrincipal%2Did}/history/{riskyServicePrincipalHistoryItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RiskyServicePrincipalHistoryItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RiskyServicePrincipalHistoryItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/riskyServicePrincipals/{riskyServicePrincipal%2Did}/history/{riskyServicePrincipalHistoryItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public RiskyServicePrincipalHistoryItemItemRequestBuilder(string rawUrl) : base( /// /// Delete navigation property history for identityProtection /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/identityProtection/riskyServicePrincipals/{riskyServicePrincipal%2Did}/history/{riskyServicePrincipalHistoryItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the risk history of Microsoft Entra service principals. /// + /// 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 /// Update the navigation property history in identityProtection /// + /// 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 ToPatchRequestInformation(RiskyServicePrincipalHistory public RequestInformation ToPatchRequestInformation(RiskyServicePrincipalHistoryItem 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}/identityProtection/riskyServicePrincipals/{riskyServicePrincipal%2Did}/history/{riskyServicePrincipalHistoryItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityProtection/RiskyServicePrincipals/Item/RiskyServicePrincipalItemRequestBuilder.cs b/src/generated/IdentityProtection/RiskyServicePrincipals/Item/RiskyServicePrincipalItemRequestBuilder.cs index bc40d1de8e..3d09eb9048 100644 --- a/src/generated/IdentityProtection/RiskyServicePrincipals/Item/RiskyServicePrincipalItemRequestBuilder.cs +++ b/src/generated/IdentityProtection/RiskyServicePrincipals/Item/RiskyServicePrincipalItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class RiskyServicePrincipalItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property riskyServicePrincipals for identityProtection /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property riskyServicePrincipals for identityProtection"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a riskyServicePrincipal object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a riskyServicePrincipal object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the history property of the microsoft.graph.riskyServicePrincipal entity. /// + /// A public Command BuildHistoryNavCommand() { var command = new Command("history"); command.Description = "Provides operations to manage the history property of the microsoft.graph.riskyServicePrincipal entity."; @@ -132,6 +135,7 @@ public Command BuildHistoryNavCommand() { /// /// Update the navigation property riskyServicePrincipals in identityProtection /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property riskyServicePrincipals in identityProtection"; @@ -179,13 +183,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new RiskyServicePrincipalItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RiskyServicePrincipalItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProtection/riskyServicePrincipals/{riskyServicePrincipal%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RiskyServicePrincipalItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RiskyServicePrincipalItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/riskyServicePrincipals/{riskyServicePrincipal%2Did}{?%24expand,%24select}", rawUrl) { @@ -193,6 +197,7 @@ public RiskyServicePrincipalItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete navigation property riskyServicePrincipals for identityProtection /// + /// 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}/identityProtection/riskyServicePrincipals/{riskyServicePrincipal%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a riskyServicePrincipal 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 @@ -225,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property riskyServicePrincipals in identityProtection /// + /// 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(RiskyServicePrincipal body, public RequestInformation ToPatchRequestInformation(RiskyServicePrincipal 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}/identityProtection/riskyServicePrincipals/{riskyServicePrincipal%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityProtection/RiskyServicePrincipals/RiskyServicePrincipalsRequestBuilder.cs b/src/generated/IdentityProtection/RiskyServicePrincipals/RiskyServicePrincipalsRequestBuilder.cs index 7d0247f3d0..51748d6cf1 100644 --- a/src/generated/IdentityProtection/RiskyServicePrincipals/RiskyServicePrincipalsRequestBuilder.cs +++ b/src/generated/IdentityProtection/RiskyServicePrincipals/RiskyServicePrincipalsRequestBuilder.cs @@ -26,6 +26,7 @@ public class RiskyServicePrincipalsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the riskyServicePrincipals property of the microsoft.graph.identityProtectionRoot 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 call the confirmCompromised method. /// + /// A public Command BuildConfirmCompromisedNavCommand() { var command = new Command("confirm-compromised"); command.Description = "Provides operations to call the confirmCompromised method."; @@ -54,6 +56,7 @@ public Command BuildConfirmCompromisedNavCommand() { /// /// 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."; @@ -69,6 +72,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to riskyServicePrincipals for identityProtection /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to riskyServicePrincipals for identityProtection"; @@ -112,6 +116,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the dismiss method. /// + /// A public Command BuildDismissNavCommand() { var command = new Command("dismiss"); command.Description = "Provides operations to call the dismiss method."; @@ -128,6 +133,7 @@ public Command BuildDismissNavCommand() { /// Retrieve the properties and relationships of riskyServicePrincipal objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the properties and relationships of riskyServicePrincipal objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-1.0"; @@ -218,13 +224,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RiskyServicePrincipalsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RiskyServicePrincipalsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProtection/riskyServicePrincipals{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RiskyServicePrincipalsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RiskyServicePrincipalsRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/riskyServicePrincipals{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -232,6 +238,7 @@ public RiskyServicePrincipalsRequestBuilder(string rawUrl) : base("{+baseurl}/id /// /// Retrieve the properties and relationships of riskyServicePrincipal objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -248,6 +255,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to riskyServicePrincipals for identityProtection /// + /// 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 @@ -258,7 +266,7 @@ public RequestInformation ToPostRequestInformation(RiskyServicePrincipal body, A public RequestInformation ToPostRequestInformation(RiskyServicePrincipal 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}/identityProtection/riskyServicePrincipals", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedPostRequestBody.cs b/src/generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedPostRequestBody.cs index cd9f882d92..fa4a298ff6 100644 --- a/src/generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedPostRequestBody.cs +++ b/src/generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedPostRequestBody.cs @@ -17,7 +17,7 @@ public class ConfirmCompromisedPostRequestBody : IAdditionalDataHolder, IParsabl public List UserIds { get; set; } #endif /// - /// Instantiates a new confirmCompromisedPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ConfirmCompromisedPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ConfirmCompromisedPostRequestBody() { /// /// 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 ConfirmCompromisedPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ConfirmCompromisedPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"userIds", n => { UserIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs b/src/generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs index 5e4f23bd57..ebc31dc2fa 100644 --- a/src/generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs +++ b/src/generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedRequestBuilder.cs @@ -22,6 +22,7 @@ public class ConfirmCompromisedRequestBuilder : BaseCliRequestBuilder { /// Confirm one or more riskyUser objects as compromised. This action sets the targeted user's risk level to high. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Confirm one or more riskyUser objects as compromised. This action sets the targeted user's risk level to high.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0"; @@ -53,13 +54,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ConfirmCompromisedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConfirmCompromisedRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProtection/riskyUsers/confirmCompromised", pathParameters) { } /// - /// Instantiates a new ConfirmCompromisedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConfirmCompromisedRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/riskyUsers/confirmCompromised", rawUrl) { @@ -67,6 +68,7 @@ public ConfirmCompromisedRequestBuilder(string rawUrl) : base("{+baseurl}/identi /// /// Confirm one or more riskyUser objects as compromised. This action sets the targeted user's risk level to high. /// + /// 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/IdentityProtection/RiskyUsers/Count/CountRequestBuilder.cs b/src/generated/IdentityProtection/RiskyUsers/Count/CountRequestBuilder.cs index 0f127fd419..90dbcb732f 100644 --- a/src/generated/IdentityProtection/RiskyUsers/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityProtection/RiskyUsers/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}/identityProtection/riskyUsers/$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}/identityProtection/riskyUsers/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/ /// /// 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/IdentityProtection/RiskyUsers/Dismiss/DismissPostRequestBody.cs b/src/generated/IdentityProtection/RiskyUsers/Dismiss/DismissPostRequestBody.cs index 55325e111c..3f984e5f31 100644 --- a/src/generated/IdentityProtection/RiskyUsers/Dismiss/DismissPostRequestBody.cs +++ b/src/generated/IdentityProtection/RiskyUsers/Dismiss/DismissPostRequestBody.cs @@ -17,7 +17,7 @@ public class DismissPostRequestBody : IAdditionalDataHolder, IParsable { public List UserIds { get; set; } #endif /// - /// Instantiates a new dismissPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public DismissPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public DismissPostRequestBody() { /// /// 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 DismissPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static DismissPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"userIds", n => { UserIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/IdentityProtection/RiskyUsers/Dismiss/DismissRequestBuilder.cs b/src/generated/IdentityProtection/RiskyUsers/Dismiss/DismissRequestBuilder.cs index 12c39e686e..c77507f867 100644 --- a/src/generated/IdentityProtection/RiskyUsers/Dismiss/DismissRequestBuilder.cs +++ b/src/generated/IdentityProtection/RiskyUsers/Dismiss/DismissRequestBuilder.cs @@ -22,6 +22,7 @@ public class DismissRequestBuilder : BaseCliRequestBuilder { /// Dismiss the risk of one or more riskyUser objects. This action sets the targeted user's risk level to none. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Dismiss the risk of one or more riskyUser objects. This action sets the targeted user's risk level to none.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/riskyuser-dismiss?view=graph-rest-1.0"; @@ -53,13 +54,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DismissRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DismissRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProtection/riskyUsers/dismiss", pathParameters) { } /// - /// Instantiates a new DismissRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DismissRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/riskyUsers/dismiss", rawUrl) { @@ -67,6 +68,7 @@ public DismissRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtectio /// /// Dismiss the risk of one or more riskyUser objects. This action sets the targeted user's risk level to none. /// + /// 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/IdentityProtection/RiskyUsers/Item/History/Count/CountRequestBuilder.cs b/src/generated/IdentityProtection/RiskyUsers/Item/History/Count/CountRequestBuilder.cs index c9fe5efe38..f8c0ceed85 100644 --- a/src/generated/IdentityProtection/RiskyUsers/Item/History/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityProtection/RiskyUsers/Item/History/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}/identityProtection/riskyUsers/{riskyUser%2Did}/history/$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}/identityProtection/riskyUsers/{riskyUser%2Did}/history/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/ /// /// 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/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.cs b/src/generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.cs index 9f0e413645..f408b1485c 100644 --- a/src/generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.cs +++ b/src/generated/IdentityProtection/RiskyUsers/Item/History/HistoryRequestBuilder.cs @@ -24,6 +24,7 @@ public class HistoryRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the history property of the microsoft.graph.riskyUser entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new RiskyUserHistoryItemItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to history for identityProtection /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to history for identityProtection"; @@ -97,12 +100,13 @@ public Command BuildCreateCommand() { return command; } /// - /// Read the properties and relationships of a riskyUserHistoryItem object. - /// Find more info here + /// Get the riskyUserHistoryItems from the history navigation property. + /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); - command.Description = "Read the properties and relationships of a riskyUserHistoryItem object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/riskyuser-get-riskyuserhistoryitem?view=graph-rest-1.0"; + command.Description = "Get the riskyUserHistoryItems from the history navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-1.0"; var riskyUserIdOption = new Option("--risky-user-id", description: "The unique identifier of riskyUser") { }; riskyUserIdOption.IsRequired = true; @@ -196,20 +200,21 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HistoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HistoryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProtection/riskyUsers/{riskyUser%2Did}/history{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HistoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HistoryRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/riskyUsers/{riskyUser%2Did}/history{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// - /// Read the properties and relationships of a riskyUserHistoryItem object. + /// Get the riskyUserHistoryItems from the history navigation 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 @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to history for identityProtection /// + /// 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 @@ -236,13 +242,13 @@ public RequestInformation ToPostRequestInformation(RiskyUserHistoryItem body, Ac public RequestInformation ToPostRequestInformation(RiskyUserHistoryItem 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}/identityProtection/riskyUsers/{riskyUser%2Did}/history", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Read the properties and relationships of a riskyUserHistoryItem object. + /// Get the riskyUserHistoryItems from the history navigation property. /// public class HistoryRequestBuilderGetQueryParameters { /// Include count of items diff --git a/src/generated/IdentityProtection/RiskyUsers/Item/History/Item/RiskyUserHistoryItemItemRequestBuilder.cs b/src/generated/IdentityProtection/RiskyUsers/Item/History/Item/RiskyUserHistoryItemItemRequestBuilder.cs index 356603b1e4..cebc725364 100644 --- a/src/generated/IdentityProtection/RiskyUsers/Item/History/Item/RiskyUserHistoryItemItemRequestBuilder.cs +++ b/src/generated/IdentityProtection/RiskyUsers/Item/History/Item/RiskyUserHistoryItemItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class RiskyUserHistoryItemItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property history for identityProtection /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property history for identityProtection"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// The activity related to user risk level change /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The activity related to user risk level change"; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property history in identityProtection /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property history in identityProtection"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new RiskyUserHistoryItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RiskyUserHistoryItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProtection/riskyUsers/{riskyUser%2Did}/history/{riskyUserHistoryItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RiskyUserHistoryItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RiskyUserHistoryItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/riskyUsers/{riskyUser%2Did}/history/{riskyUserHistoryItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public RiskyUserHistoryItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property history for identityProtection /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/identityProtection/riskyUsers/{riskyUser%2Did}/history/{riskyUserHistoryItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The activity related to user risk level change /// + /// 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 /// Update the navigation property history in identityProtection /// + /// 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 ToPatchRequestInformation(RiskyUserHistoryItem body, A public RequestInformation ToPatchRequestInformation(RiskyUserHistoryItem 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}/identityProtection/riskyUsers/{riskyUser%2Did}/history/{riskyUserHistoryItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityProtection/RiskyUsers/Item/RiskyUserItemRequestBuilder.cs b/src/generated/IdentityProtection/RiskyUsers/Item/RiskyUserItemRequestBuilder.cs index a7d03a8ecb..615257fc36 100644 --- a/src/generated/IdentityProtection/RiskyUsers/Item/RiskyUserItemRequestBuilder.cs +++ b/src/generated/IdentityProtection/RiskyUsers/Item/RiskyUserItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class RiskyUserItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property riskyUsers for identityProtection /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property riskyUsers for identityProtection"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a riskyUser object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a riskyUser object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/riskyuser-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the history property of the microsoft.graph.riskyUser entity. /// + /// A public Command BuildHistoryNavCommand() { var command = new Command("history"); command.Description = "Provides operations to manage the history property of the microsoft.graph.riskyUser entity."; @@ -132,6 +135,7 @@ public Command BuildHistoryNavCommand() { /// /// Update the navigation property riskyUsers in identityProtection /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property riskyUsers in identityProtection"; @@ -179,13 +183,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new RiskyUserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RiskyUserItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProtection/riskyUsers/{riskyUser%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RiskyUserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RiskyUserItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/riskyUsers/{riskyUser%2Did}{?%24expand,%24select}", rawUrl) { @@ -193,6 +197,7 @@ public RiskyUserItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityPro /// /// Delete navigation property riskyUsers for identityProtection /// + /// 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}/identityProtection/riskyUsers/{riskyUser%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a riskyUser 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 @@ -225,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property riskyUsers in identityProtection /// + /// 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(RiskyUser 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}/identityProtection/riskyUsers/{riskyUser%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.cs b/src/generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.cs index 01acf325ec..7519c605e2 100644 --- a/src/generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.cs +++ b/src/generated/IdentityProtection/RiskyUsers/RiskyUsersRequestBuilder.cs @@ -26,6 +26,7 @@ public class RiskyUsersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the riskyUsers property of the microsoft.graph.identityProtectionRoot 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 call the confirmCompromised method. /// + /// A public Command BuildConfirmCompromisedNavCommand() { var command = new Command("confirm-compromised"); command.Description = "Provides operations to call the confirmCompromised method."; @@ -54,6 +56,7 @@ public Command BuildConfirmCompromisedNavCommand() { /// /// 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."; @@ -69,6 +72,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to riskyUsers for identityProtection /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to riskyUsers for identityProtection"; @@ -112,6 +116,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the dismiss method. /// + /// A public Command BuildDismissNavCommand() { var command = new Command("dismiss"); command.Description = "Provides operations to call the dismiss method."; @@ -128,6 +133,7 @@ public Command BuildDismissNavCommand() { /// Get a list of the riskyUser objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the riskyUser objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/riskyuser-list?view=graph-rest-1.0"; @@ -218,13 +224,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RiskyUsersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RiskyUsersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProtection/riskyUsers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RiskyUsersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RiskyUsersRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/riskyUsers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -232,6 +238,7 @@ public RiskyUsersRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtec /// /// Get a list of the riskyUser 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 @@ -248,6 +255,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to riskyUsers for identityProtection /// + /// 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 @@ -258,7 +266,7 @@ public RequestInformation ToPostRequestInformation(RiskyUser 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}/identityProtection/riskyUsers", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityProtection/ServicePrincipalRiskDetections/Count/CountRequestBuilder.cs b/src/generated/IdentityProtection/ServicePrincipalRiskDetections/Count/CountRequestBuilder.cs index b2289401a8..b40e9faa28 100644 --- a/src/generated/IdentityProtection/ServicePrincipalRiskDetections/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityProtection/ServicePrincipalRiskDetections/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}/identityProtection/servicePrincipalRiskDetections/$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}/identityProtection/servicePrincipalRiskDetections/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/ /// /// 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/IdentityProtection/ServicePrincipalRiskDetections/Item/ServicePrincipalRiskDetectionItemRequestBuilder.cs b/src/generated/IdentityProtection/ServicePrincipalRiskDetections/Item/ServicePrincipalRiskDetectionItemRequestBuilder.cs index 42a38747d8..9f58d58e53 100644 --- a/src/generated/IdentityProtection/ServicePrincipalRiskDetections/Item/ServicePrincipalRiskDetectionItemRequestBuilder.cs +++ b/src/generated/IdentityProtection/ServicePrincipalRiskDetections/Item/ServicePrincipalRiskDetectionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ServicePrincipalRiskDetectionItemRequestBuilder : BaseCliRequestBui /// /// Delete navigation property servicePrincipalRiskDetections for identityProtection /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property servicePrincipalRiskDetections for identityProtection"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a servicePrincipalRiskDetection object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a servicePrincipalRiskDetection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-1.0"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property servicePrincipalRiskDetections in identityProtection /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property servicePrincipalRiskDetections in identityProtection"; @@ -153,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ServicePrincipalRiskDetectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServicePrincipalRiskDetectionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ServicePrincipalRiskDetectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServicePrincipalRiskDetectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection%2Did}{?%24expand,%24select}", rawUrl) { @@ -167,6 +170,7 @@ public ServicePrincipalRiskDetectionItemRequestBuilder(string rawUrl) : base("{+ /// /// Delete navigation property servicePrincipalRiskDetections for identityProtection /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -175,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}/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -183,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a servicePrincipalRiskDetection 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 @@ -199,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property servicePrincipalRiskDetections in identityProtection /// + /// 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 @@ -209,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(ServicePrincipalRiskDetectio public RequestInformation ToPatchRequestInformation(ServicePrincipalRiskDetection 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}/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityProtection/ServicePrincipalRiskDetections/ServicePrincipalRiskDetectionsRequestBuilder.cs b/src/generated/IdentityProtection/ServicePrincipalRiskDetections/ServicePrincipalRiskDetectionsRequestBuilder.cs index 9c707b7de2..32cff1187e 100644 --- a/src/generated/IdentityProtection/ServicePrincipalRiskDetections/ServicePrincipalRiskDetectionsRequestBuilder.cs +++ b/src/generated/IdentityProtection/ServicePrincipalRiskDetections/ServicePrincipalRiskDetectionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ServicePrincipalRiskDetectionsRequestBuilder : BaseCliRequestBuilde /// /// Provides operations to manage the servicePrincipalRiskDetections property of the microsoft.graph.identityProtectionRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ServicePrincipalRiskDetectionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to servicePrincipalRiskDetections for identityProtection /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to servicePrincipalRiskDetections for identityProtection"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// Retrieve the properties of a collection of servicePrincipalRiskDetection objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the properties of a collection of servicePrincipalRiskDetection objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-1.0"; @@ -184,13 +188,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ServicePrincipalRiskDetectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServicePrincipalRiskDetectionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProtection/servicePrincipalRiskDetections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServicePrincipalRiskDetectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServicePrincipalRiskDetectionsRequestBuilder(string rawUrl) : base("{+baseurl}/identityProtection/servicePrincipalRiskDetections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -198,6 +202,7 @@ public ServicePrincipalRiskDetectionsRequestBuilder(string rawUrl) : base("{+bas /// /// Retrieve the properties of a collection of servicePrincipalRiskDetection objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,6 +219,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to servicePrincipalRiskDetections for identityProtection /// + /// 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 @@ -224,7 +230,7 @@ public RequestInformation ToPostRequestInformation(ServicePrincipalRiskDetection public RequestInformation ToPostRequestInformation(ServicePrincipalRiskDetection 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}/identityProtection/servicePrincipalRiskDetections", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesGetResponse.cs b/src/generated/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesGetResponse.cs index 90ccbb0adb..7a602c0dec 100644 --- a/src/generated/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesGetResponse.cs +++ b/src/generated/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesGetResponse.cs @@ -18,6 +18,7 @@ public class AvailableProviderTypesGetResponse : BaseCollectionPaginationCountRe /// /// 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 new AvailableProviderTypesGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class AvailableProviderTypesGetResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs b/src/generated/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs index e334404799..99a596bcef 100644 --- a/src/generated/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs +++ b/src/generated/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.cs @@ -21,6 +21,7 @@ public class AvailableProviderTypesRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function availableProviderTypes /// + /// A [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] public Command BuildGetCommand() { var command = new Command("get"); @@ -91,13 +92,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AvailableProviderTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AvailableProviderTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProviders/availableProviderTypes(){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AvailableProviderTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AvailableProviderTypesRequestBuilder(string rawUrl) : base("{+baseurl}/identityProviders/availableProviderTypes(){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl) { @@ -105,6 +106,7 @@ public AvailableProviderTypesRequestBuilder(string rawUrl) : base("{+baseurl}/id /// /// Invoke function availableProviderTypes /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/IdentityProviders/Count/CountRequestBuilder.cs b/src/generated/IdentityProviders/Count/CountRequestBuilder.cs index 06f40104e2..6b3e8349be 100644 --- a/src/generated/IdentityProviders/Count/CountRequestBuilder.cs +++ b/src/generated/IdentityProviders/Count/CountRequestBuilder.cs @@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder { /// /// Get the number of the resource /// + /// A [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] public Command BuildGetCommand() { var command = new Command("get"); @@ -54,13 +55,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}/identityProviders/$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}/identityProviders/$count{?%24filter,%24search}", rawUrl) { @@ -68,6 +69,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/identityProviders/$ /// /// Get the number of the resource /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/IdentityProviders/IdentityProvidersRequestBuilder.cs b/src/generated/IdentityProviders/IdentityProvidersRequestBuilder.cs index c743303ff6..193e122996 100644 --- a/src/generated/IdentityProviders/IdentityProvidersRequestBuilder.cs +++ b/src/generated/IdentityProviders/IdentityProvidersRequestBuilder.cs @@ -25,6 +25,7 @@ public class IdentityProvidersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the availableProviderTypes method. /// + /// A public Command BuildAvailableProviderTypesNavCommand() { var command = new Command("available-provider-types"); command.Description = "Provides operations to call the availableProviderTypes method."; @@ -40,6 +41,7 @@ public Command BuildAvailableProviderTypesNavCommand() { /// /// Provides operations to manage the collection of identityProvider entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new IdentityProviderItemRequestBuilder(PathParameters); @@ -51,6 +53,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."; @@ -67,6 +70,7 @@ public Command BuildCountNavCommand() { /// Create a new identityProvider by specifying display name, identityProvider type, client ID, and client secret. /// Find more info here /// + /// A [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] public Command BuildCreateCommand() { var command = new Command("create"); @@ -112,6 +116,7 @@ public Command BuildCreateCommand() { /// Retrieve all identityProviders in the directory. /// Find more info here /// + /// A [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] public Command BuildListCommand() { var command = new Command("list"); @@ -203,13 +208,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new IdentityProvidersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IdentityProvidersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProviders{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new IdentityProvidersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IdentityProvidersRequestBuilder(string rawUrl) : base("{+baseurl}/identityProviders{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -217,6 +222,7 @@ public IdentityProvidersRequestBuilder(string rawUrl) : base("{+baseurl}/identit /// /// Retrieve all identityProviders in the directory. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -234,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new identityProvider by specifying display name, identityProvider type, client ID, and client secret. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] @@ -245,7 +252,7 @@ public RequestInformation ToPostRequestInformation(IdentityProvider body, Action public RequestInformation ToPostRequestInformation(IdentityProvider 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}/identityProviders", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/IdentityProviders/Item/IdentityProviderItemRequestBuilder.cs b/src/generated/IdentityProviders/Item/IdentityProviderItemRequestBuilder.cs index 056faf574f..7288e3d82f 100644 --- a/src/generated/IdentityProviders/Item/IdentityProviderItemRequestBuilder.cs +++ b/src/generated/IdentityProviders/Item/IdentityProviderItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class IdentityProviderItemRequestBuilder : BaseCliRequestBuilder { /// Delete an existing identityProvider. /// Find more info here /// + /// A [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] public Command BuildDeleteCommand() { var command = new Command("delete"); @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties of an existing identityProvider. /// Find more info here /// + /// A [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] public Command BuildGetCommand() { var command = new Command("get"); @@ -110,6 +112,7 @@ public Command BuildGetCommand() { /// Update properties in an existing identityProvider. /// Find more info here /// + /// A [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] public Command BuildPatchCommand() { var command = new Command("patch"); @@ -158,13 +161,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new IdentityProviderItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IdentityProviderItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/identityProviders/{identityProvider%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IdentityProviderItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IdentityProviderItemRequestBuilder(string rawUrl) : base("{+baseurl}/identityProviders/{identityProvider%2Did}{?%24expand,%24select}", rawUrl) { @@ -172,6 +175,7 @@ public IdentityProviderItemRequestBuilder(string rawUrl) : base("{+baseurl}/iden /// /// Delete an existing identityProvider. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -181,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}/identityProviders/{identityProvider%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -189,6 +193,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties of an existing identityProvider. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -206,6 +211,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update properties in an existing identityProvider. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider")] @@ -217,7 +223,7 @@ public RequestInformation ToPatchRequestInformation(IdentityProvider body, Actio public RequestInformation ToPatchRequestInformation(IdentityProvider 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}/identityProviders/{identityProvider%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/InformationProtection/Bitlocker/BitlockerRequestBuilder.cs b/src/generated/InformationProtection/Bitlocker/BitlockerRequestBuilder.cs index 227717d845..ed77edc210 100644 --- a/src/generated/InformationProtection/Bitlocker/BitlockerRequestBuilder.cs +++ b/src/generated/InformationProtection/Bitlocker/BitlockerRequestBuilder.cs @@ -23,6 +23,7 @@ public class BitlockerRequestBuilder : BaseCliRequestBuilder { /// /// Get bitlocker from informationProtection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get bitlocker from informationProtection"; @@ -67,6 +68,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the recoveryKeys property of the microsoft.graph.bitlocker entity. /// + /// A public Command BuildRecoveryKeysNavCommand() { var command = new Command("recovery-keys"); command.Description = "Provides operations to manage the recoveryKeys property of the microsoft.graph.bitlocker entity."; @@ -89,13 +91,13 @@ public Command BuildRecoveryKeysNavCommand() { return command; } /// - /// Instantiates a new BitlockerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BitlockerRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/informationProtection/bitlocker{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BitlockerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BitlockerRequestBuilder(string rawUrl) : base("{+baseurl}/informationProtection/bitlocker{?%24expand,%24select}", rawUrl) { @@ -103,6 +105,7 @@ public BitlockerRequestBuilder(string rawUrl) : base("{+baseurl}/informationProt /// /// Get bitlocker from informationProtection /// + /// 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/InformationProtection/Bitlocker/RecoveryKeys/Count/CountRequestBuilder.cs b/src/generated/InformationProtection/Bitlocker/RecoveryKeys/Count/CountRequestBuilder.cs index fc3bf4de6d..5e895a528b 100644 --- a/src/generated/InformationProtection/Bitlocker/RecoveryKeys/Count/CountRequestBuilder.cs +++ b/src/generated/InformationProtection/Bitlocker/RecoveryKeys/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}/informationProtection/bitlocker/recoveryKeys/$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}/informationProtection/bitlocker/recoveryKeys/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/informationProtecti /// /// 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/InformationProtection/Bitlocker/RecoveryKeys/Item/BitlockerRecoveryKeyItemRequestBuilder.cs b/src/generated/InformationProtection/Bitlocker/RecoveryKeys/Item/BitlockerRecoveryKeyItemRequestBuilder.cs index a06ea3dc7e..32d79f0269 100644 --- a/src/generated/InformationProtection/Bitlocker/RecoveryKeys/Item/BitlockerRecoveryKeyItemRequestBuilder.cs +++ b/src/generated/InformationProtection/Bitlocker/RecoveryKeys/Item/BitlockerRecoveryKeyItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class BitlockerRecoveryKeyItemRequestBuilder : BaseCliRequestBuilder { /// Retrieve the properties and relationships of a bitlockerRecoveryKey object. By default, this operation doesn't return the key property that represents the actual recovery key. To include the key property in the response, use the $select OData query parameter. Including the $select query parameter triggers a Microsoft Entra audit of the operation and generates an audit log. For more information on audit logs for bitlocker recovery keys, see the KeyManagement category filter of Microsoft Entra audit logs. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a bitlockerRecoveryKey object. By default, this operation doesn't return the key property that represents the actual recovery key. To include the key property in the response, use the $select OData query parameter. Including the $select query parameter triggers a Microsoft Entra audit of the operation and generates an audit log. For more information on audit logs for bitlocker recovery keys, see the KeyManagement category filter of Microsoft Entra audit logs.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new BitlockerRecoveryKeyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BitlockerRecoveryKeyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BitlockerRecoveryKeyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BitlockerRecoveryKeyItemRequestBuilder(string rawUrl) : base("{+baseurl}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey%2Did}{?%24expand,%24select}", rawUrl) { @@ -85,6 +86,7 @@ public BitlockerRecoveryKeyItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Retrieve the properties and relationships of a bitlockerRecoveryKey object. By default, this operation doesn't return the key property that represents the actual recovery key. To include the key property in the response, use the $select OData query parameter. Including the $select query parameter triggers a Microsoft Entra audit of the operation and generates an audit log. For more information on audit logs for bitlocker recovery keys, see the KeyManagement category filter of Microsoft Entra audit logs. /// + /// 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/InformationProtection/Bitlocker/RecoveryKeys/RecoveryKeysRequestBuilder.cs b/src/generated/InformationProtection/Bitlocker/RecoveryKeys/RecoveryKeysRequestBuilder.cs index a4acf8e9a0..de8c174cb4 100644 --- a/src/generated/InformationProtection/Bitlocker/RecoveryKeys/RecoveryKeysRequestBuilder.cs +++ b/src/generated/InformationProtection/Bitlocker/RecoveryKeys/RecoveryKeysRequestBuilder.cs @@ -24,6 +24,7 @@ public class RecoveryKeysRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the recoveryKeys property of the microsoft.graph.bitlocker entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new BitlockerRecoveryKeyItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0"; @@ -139,13 +142,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RecoveryKeysRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RecoveryKeysRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/informationProtection/bitlocker/recoveryKeys{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RecoveryKeysRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RecoveryKeysRequestBuilder(string rawUrl) : base("{+baseurl}/informationProtection/bitlocker/recoveryKeys{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -153,6 +156,7 @@ public RecoveryKeysRequestBuilder(string rawUrl) : base("{+baseurl}/informationP /// /// Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey. /// + /// 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/InformationProtection/InformationProtectionRequestBuilder.cs b/src/generated/InformationProtection/InformationProtectionRequestBuilder.cs index f371b04406..3a50076762 100644 --- a/src/generated/InformationProtection/InformationProtectionRequestBuilder.cs +++ b/src/generated/InformationProtection/InformationProtectionRequestBuilder.cs @@ -24,6 +24,7 @@ public class InformationProtectionRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the bitlocker property of the microsoft.graph.informationProtection entity. /// + /// A public Command BuildBitlockerNavCommand() { var command = new Command("bitlocker"); command.Description = "Provides operations to manage the bitlocker property of the microsoft.graph.informationProtection entity."; @@ -45,6 +46,7 @@ public Command BuildBitlockerNavCommand() { /// /// Get informationProtection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get informationProtection"; @@ -89,6 +91,7 @@ public Command BuildGetCommand() { /// /// Update informationProtection /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update informationProtection"; @@ -132,6 +135,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the threatAssessmentRequests property of the microsoft.graph.informationProtection entity. /// + /// A public Command BuildThreatAssessmentRequestsNavCommand() { var command = new Command("threat-assessment-requests"); command.Description = "Provides operations to manage the threatAssessmentRequests property of the microsoft.graph.informationProtection entity."; @@ -155,13 +159,13 @@ public Command BuildThreatAssessmentRequestsNavCommand() { return command; } /// - /// Instantiates a new InformationProtectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InformationProtectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/informationProtection{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new InformationProtectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InformationProtectionRequestBuilder(string rawUrl) : base("{+baseurl}/informationProtection{?%24expand,%24select}", rawUrl) { @@ -169,6 +173,7 @@ public InformationProtectionRequestBuilder(string rawUrl) : base("{+baseurl}/inf /// /// Get informationProtection /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -185,6 +190,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update informationProtection /// + /// 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 @@ -195,7 +201,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.InformationPro public RequestInformation ToPatchRequestInformation(ApiSdk.Models.InformationProtection 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}/informationProtection", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/InformationProtection/ThreatAssessmentRequests/Count/CountRequestBuilder.cs b/src/generated/InformationProtection/ThreatAssessmentRequests/Count/CountRequestBuilder.cs index 272eec0099..030e6a68d2 100644 --- a/src/generated/InformationProtection/ThreatAssessmentRequests/Count/CountRequestBuilder.cs +++ b/src/generated/InformationProtection/ThreatAssessmentRequests/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}/informationProtection/threatAssessmentRequests/$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}/informationProtection/threatAssessmentRequests/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/informationProtecti /// /// 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/InformationProtection/ThreatAssessmentRequests/Item/Results/Count/CountRequestBuilder.cs b/src/generated/InformationProtection/ThreatAssessmentRequests/Item/Results/Count/CountRequestBuilder.cs index d5cc93d903..62bf68f614 100644 --- a/src/generated/InformationProtection/ThreatAssessmentRequests/Item/Results/Count/CountRequestBuilder.cs +++ b/src/generated/InformationProtection/ThreatAssessmentRequests/Item/Results/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}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest%2Did}/results/$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}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest%2Did}/results/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/informationProtecti /// /// 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/InformationProtection/ThreatAssessmentRequests/Item/Results/Item/ThreatAssessmentResultItemRequestBuilder.cs b/src/generated/InformationProtection/ThreatAssessmentRequests/Item/Results/Item/ThreatAssessmentResultItemRequestBuilder.cs index de6d128ef9..198eca102d 100644 --- a/src/generated/InformationProtection/ThreatAssessmentRequests/Item/Results/Item/ThreatAssessmentResultItemRequestBuilder.cs +++ b/src/generated/InformationProtection/ThreatAssessmentRequests/Item/Results/Item/ThreatAssessmentResultItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ThreatAssessmentResultItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property results for informationProtection /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property results for informationProtection"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property results in informationProtection /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property results in informationProtection"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ThreatAssessmentResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ThreatAssessmentResultItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest%2Did}/results/{threatAssessmentResult%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ThreatAssessmentResultItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ThreatAssessmentResultItemRequestBuilder(string rawUrl) : base("{+baseurl}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest%2Did}/results/{threatAssessmentResult%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public ThreatAssessmentResultItemRequestBuilder(string rawUrl) : base("{+baseurl /// /// Delete navigation property results for informationProtection /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest%2Did}/results/{threatAssessmentResult%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it. /// + /// 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 /// Update the navigation property results in informationProtection /// + /// 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 ToPatchRequestInformation(ThreatAssessmentResult body, public RequestInformation ToPatchRequestInformation(ThreatAssessmentResult 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}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest%2Did}/results/{threatAssessmentResult%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/InformationProtection/ThreatAssessmentRequests/Item/Results/ResultsRequestBuilder.cs b/src/generated/InformationProtection/ThreatAssessmentRequests/Item/Results/ResultsRequestBuilder.cs index 1ebe7d52b8..2bbce7cbbd 100644 --- a/src/generated/InformationProtection/ThreatAssessmentRequests/Item/Results/ResultsRequestBuilder.cs +++ b/src/generated/InformationProtection/ThreatAssessmentRequests/Item/Results/ResultsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResultsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the results property of the microsoft.graph.threatAssessmentRequest entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ThreatAssessmentResultItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to results for informationProtection /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to results for informationProtection"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest%2Did}/results{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResultsRequestBuilder(string rawUrl) : base("{+baseurl}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest%2Did}/results{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public ResultsRequestBuilder(string rawUrl) : base("{+baseurl}/informationProtec /// /// A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to results for informationProtection /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(ThreatAssessmentResult body, public RequestInformation ToPostRequestInformation(ThreatAssessmentResult 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}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest%2Did}/results", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/InformationProtection/ThreatAssessmentRequests/Item/ThreatAssessmentRequestItemRequestBuilder.cs b/src/generated/InformationProtection/ThreatAssessmentRequests/Item/ThreatAssessmentRequestItemRequestBuilder.cs index d3227db746..83ae6322aa 100644 --- a/src/generated/InformationProtection/ThreatAssessmentRequests/Item/ThreatAssessmentRequestItemRequestBuilder.cs +++ b/src/generated/InformationProtection/ThreatAssessmentRequests/Item/ThreatAssessmentRequestItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ThreatAssessmentRequestItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property threatAssessmentRequests for informationProtection /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property threatAssessmentRequests for informationProtection"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a specified threatAssessmentRequest object. A threat assessment request can be one of the following types: /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a specified threatAssessmentRequest object. A threat assessment request can be one of the following types:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property threatAssessmentRequests in informationProtection /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property threatAssessmentRequests in informationProtection"; @@ -156,6 +159,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the results property of the microsoft.graph.threatAssessmentRequest entity. /// + /// A public Command BuildResultsNavCommand() { var command = new Command("results"); command.Description = "Provides operations to manage the results property of the microsoft.graph.threatAssessmentRequest entity."; @@ -179,13 +183,13 @@ public Command BuildResultsNavCommand() { return command; } /// - /// Instantiates a new ThreatAssessmentRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ThreatAssessmentRequestItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ThreatAssessmentRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ThreatAssessmentRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest%2Did}{?%24expand,%24select}", rawUrl) { @@ -193,6 +197,7 @@ public ThreatAssessmentRequestItemRequestBuilder(string rawUrl) : base("{+baseur /// /// Delete navigation property threatAssessmentRequests for informationProtection /// + /// 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}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest%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 specified threatAssessmentRequest object. A threat assessment request can be one of the following types: /// + /// 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 threatAssessmentRequests in informationProtection /// + /// 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(ThreatAssessmentRequest body public RequestInformation ToPatchRequestInformation(ThreatAssessmentRequest 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}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/InformationProtection/ThreatAssessmentRequests/ThreatAssessmentRequestsRequestBuilder.cs b/src/generated/InformationProtection/ThreatAssessmentRequests/ThreatAssessmentRequestsRequestBuilder.cs index 02d3745ba5..50eb1f2387 100644 --- a/src/generated/InformationProtection/ThreatAssessmentRequests/ThreatAssessmentRequestsRequestBuilder.cs +++ b/src/generated/InformationProtection/ThreatAssessmentRequests/ThreatAssessmentRequestsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ThreatAssessmentRequestsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the threatAssessmentRequests property of the microsoft.graph.informationProtection 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new threat assessment request. A threat assessment request can be one of the following types: /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new threat assessment request. A threat assessment request can be one of the following types:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of threatAssessmentRequest objects. A threat assessment request can be one of the following types: /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of threatAssessmentRequest objects. A threat assessment request can be one of the following types:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ThreatAssessmentRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ThreatAssessmentRequestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/informationProtection/threatAssessmentRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ThreatAssessmentRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ThreatAssessmentRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/informationProtection/threatAssessmentRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public ThreatAssessmentRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Retrieve a list of threatAssessmentRequest objects. A threat assessment request can be one of the following types: /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new threat assessment request. A threat assessment request can be one of the following types: /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(ThreatAssessmentRequest body, public RequestInformation ToPostRequestInformation(ThreatAssessmentRequest 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}/informationProtection/threatAssessmentRequests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Invitations/Count/CountRequestBuilder.cs b/src/generated/Invitations/Count/CountRequestBuilder.cs index 4ae2eafeb5..bc0220f49e 100644 --- a/src/generated/Invitations/Count/CountRequestBuilder.cs +++ b/src/generated/Invitations/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}/invitations/$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}/invitations/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/invitations/$count{ /// /// 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/Invitations/InvitationsRequestBuilder.cs b/src/generated/Invitations/InvitationsRequestBuilder.cs index adb31d0618..d068eb3e7f 100644 --- a/src/generated/Invitations/InvitationsRequestBuilder.cs +++ b/src/generated/Invitations/InvitationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class InvitationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of invitation entities. /// + /// 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Use this API to create a new invitation. Invitation adds an external user to the organization. When creating a new invitation, you have several options available: /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Use this API to create a new invitation. Invitation adds an external user to the organization. When creating a new invitation, you have several options available:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// /// Get entities from invitations /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get entities from invitations"; @@ -186,13 +190,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new InvitationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InvitationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/invitations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new InvitationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InvitationsRequestBuilder(string rawUrl) : base("{+baseurl}/invitations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +204,7 @@ public InvitationsRequestBuilder(string rawUrl) : base("{+baseurl}/invitations{? /// /// Get entities from invitations /// + /// 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 /// Use this API to create a new invitation. Invitation adds an external user to the organization. When creating a new invitation, you have several options available: /// + /// 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(Invitation 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}/invitations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Invitations/Item/InvitationItemRequestBuilder.cs b/src/generated/Invitations/Item/InvitationItemRequestBuilder.cs index 26edec1758..f868cfeb3e 100644 --- a/src/generated/Invitations/Item/InvitationItemRequestBuilder.cs +++ b/src/generated/Invitations/Item/InvitationItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class InvitationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete entity from invitations /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from invitations"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// /// Get entity from invitations by key /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get entity from invitations by key"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the invitedUser property of the microsoft.graph.invitation entity. /// + /// A public Command BuildInvitedUserNavCommand() { var command = new Command("invited-user"); command.Description = "Provides operations to manage the invitedUser property of the microsoft.graph.invitation entity."; @@ -128,6 +131,7 @@ public Command BuildInvitedUserNavCommand() { /// /// Update entity in invitations /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in invitations"; @@ -175,13 +179,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new InvitationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InvitationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/invitations/{invitation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new InvitationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InvitationItemRequestBuilder(string rawUrl) : base("{+baseurl}/invitations/{invitation%2Did}{?%24expand,%24select}", rawUrl) { @@ -189,6 +193,7 @@ public InvitationItemRequestBuilder(string rawUrl) : base("{+baseurl}/invitation /// /// Delete entity from invitations /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -197,7 +202,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/invitations/{invitation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -205,6 +210,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get entity from invitations 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 @@ -221,6 +227,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in invitations /// + /// 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 @@ -231,7 +238,7 @@ public RequestInformation ToPatchRequestInformation(Invitation 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}/invitations/{invitation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Invitations/Item/InvitedUser/InvitedUserRequestBuilder.cs b/src/generated/Invitations/Item/InvitedUser/InvitedUserRequestBuilder.cs index 350897795f..500ad8ddc2 100644 --- a/src/generated/Invitations/Item/InvitedUser/InvitedUserRequestBuilder.cs +++ b/src/generated/Invitations/Item/InvitedUser/InvitedUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class InvitedUserRequestBuilder : BaseCliRequestBuilder { /// /// The user created as part of the invitation creation. Read-Only /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The user created as part of the invitation creation. Read-Only"; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -90,6 +92,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -109,13 +112,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new InvitedUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InvitedUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/invitations/{invitation%2Did}/invitedUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new InvitedUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InvitedUserRequestBuilder(string rawUrl) : base("{+baseurl}/invitations/{invitation%2Did}/invitedUser{?%24expand,%24select}", rawUrl) { @@ -123,6 +126,7 @@ public InvitedUserRequestBuilder(string rawUrl) : base("{+baseurl}/invitations/{ /// /// The user created as part of the invitation creation. 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 diff --git a/src/generated/Invitations/Item/InvitedUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Invitations/Item/InvitedUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index 97fa0c97ba..611696f044 100644 --- a/src/generated/Invitations/Item/InvitedUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Invitations/Item/InvitedUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -119,13 +121,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/invitations/{invitation%2Did}/invitedUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/invitations/{invitation%2Did}/invitedUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -133,6 +135,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/invitatio /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -149,6 +152,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -159,7 +163,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/invitations/{invitation%2Did}/invitedUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Invitations/Item/InvitedUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Invitations/Item/InvitedUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 737ffe7de1..83e5aab7e8 100644 --- a/src/generated/Invitations/Item/InvitedUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Invitations/Item/InvitedUser/ServiceProvisioningErrors/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}/invitations/{invitation%2Did}/invitedUser/serviceProvisioningErrors/$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}/invitations/{invitation%2Did}/invitedUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/invitations/{invita /// /// 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/Invitations/Item/InvitedUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Invitations/Item/InvitedUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index a1c7b59b28..79a797bb79 100644 --- a/src/generated/Invitations/Item/InvitedUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Invitations/Item/InvitedUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/invitations/{invitation%2Did}/invitedUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/invitations/{invitation%2Did}/invitedUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Models/AadUserConversationMember.cs b/src/generated/Models/AadUserConversationMember.cs index d90acd8660..f02194b667 100644 --- a/src/generated/Models/AadUserConversationMember.cs +++ b/src/generated/Models/AadUserConversationMember.cs @@ -39,7 +39,7 @@ public class AadUserConversationMember : ConversationMember, IParsable { public string UserId { get; set; } #endif /// - /// Instantiates a new aadUserConversationMember and sets the default values. + /// Instantiates a new and sets the default values. /// public AadUserConversationMember() : base() { OdataType = "#microsoft.graph.aadUserConversationMember"; @@ -47,6 +47,7 @@ public AadUserConversationMember() : base() { /// /// 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 new AadUserConversationMember CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public AadUserConversationMember() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"email", n => { Email = n.GetStringValue(); } }, diff --git a/src/generated/Models/AadUserConversationMemberResult.cs b/src/generated/Models/AadUserConversationMemberResult.cs index e0bb38dbc8..b97b0f99e3 100644 --- a/src/generated/Models/AadUserConversationMemberResult.cs +++ b/src/generated/Models/AadUserConversationMemberResult.cs @@ -15,7 +15,7 @@ public class AadUserConversationMemberResult : ActionResultPart, IParsable { public string UserId { get; set; } #endif /// - /// Instantiates a new aadUserConversationMemberResult and sets the default values. + /// Instantiates a new and sets the default values. /// public AadUserConversationMemberResult() : base() { OdataType = "#microsoft.graph.aadUserConversationMemberResult"; @@ -23,6 +23,7 @@ public AadUserConversationMemberResult() : base() { /// /// 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 new AadUserConversationMemberResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public AadUserConversationMemberResult() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"userId", n => { UserId = n.GetStringValue(); } }, diff --git a/src/generated/Models/AadUserNotificationRecipient.cs b/src/generated/Models/AadUserNotificationRecipient.cs index 7bf7607f64..f5e9d11c41 100644 --- a/src/generated/Models/AadUserNotificationRecipient.cs +++ b/src/generated/Models/AadUserNotificationRecipient.cs @@ -15,7 +15,7 @@ public class AadUserNotificationRecipient : TeamworkNotificationRecipient, IPars public string UserId { get; set; } #endif /// - /// Instantiates a new aadUserNotificationRecipient and sets the default values. + /// Instantiates a new and sets the default values. /// public AadUserNotificationRecipient() : base() { OdataType = "#microsoft.graph.aadUserNotificationRecipient"; @@ -23,6 +23,7 @@ public AadUserNotificationRecipient() : base() { /// /// 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 new AadUserNotificationRecipient CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public AadUserNotificationRecipient() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"userId", n => { UserId = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessAction.cs b/src/generated/Models/AccessAction.cs index 3704eb3aba..1b22bcda4e 100644 --- a/src/generated/Models/AccessAction.cs +++ b/src/generated/Models/AccessAction.cs @@ -17,7 +17,7 @@ public class AccessAction : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new accessAction and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessAction() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AccessAction() { /// /// 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 AccessAction CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static AccessAction CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessPackage.cs b/src/generated/Models/AccessPackage.cs index c9f535df23..246093cce6 100644 --- a/src/generated/Models/AccessPackage.cs +++ b/src/generated/Models/AccessPackage.cs @@ -79,6 +79,7 @@ public class AccessPackage : Entity, IParsable { /// /// 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 new AccessPackage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -87,6 +88,7 @@ public class AccessPackage : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accessPackagesIncompatibleWith", n => { AccessPackagesIncompatibleWith = n.GetCollectionOfObjectValues(AccessPackage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessPackageAnswer.cs b/src/generated/Models/AccessPackageAnswer.cs index c097645d79..0f7e430bb4 100644 --- a/src/generated/Models/AccessPackageAnswer.cs +++ b/src/generated/Models/AccessPackageAnswer.cs @@ -33,7 +33,7 @@ public class AccessPackageAnswer : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new accessPackageAnswer and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageAnswer() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public AccessPackageAnswer() { /// /// 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 AccessPackageAnswer CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public static AccessPackageAnswer CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"answeredQuestion", n => { AnsweredQuestion = n.GetObjectValue(AccessPackageQuestion.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AccessPackageAnswerChoice.cs b/src/generated/Models/AccessPackageAnswerChoice.cs index 28681652e0..700bb7f4b4 100644 --- a/src/generated/Models/AccessPackageAnswerChoice.cs +++ b/src/generated/Models/AccessPackageAnswerChoice.cs @@ -41,7 +41,7 @@ public class AccessPackageAnswerChoice : IAdditionalDataHolder, IParsable { public string Text { get; set; } #endif /// - /// Instantiates a new accessPackageAnswerChoice and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageAnswerChoice() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public AccessPackageAnswerChoice() { /// /// 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 AccessPackageAnswerChoice CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static AccessPackageAnswerChoice CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"actualValue", n => { ActualValue = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessPackageAnswerString.cs b/src/generated/Models/AccessPackageAnswerString.cs index c37ac553f1..8dceb064f4 100644 --- a/src/generated/Models/AccessPackageAnswerString.cs +++ b/src/generated/Models/AccessPackageAnswerString.cs @@ -15,7 +15,7 @@ public class AccessPackageAnswerString : AccessPackageAnswer, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new accessPackageAnswerString and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageAnswerString() : base() { OdataType = "#microsoft.graph.accessPackageAnswerString"; @@ -23,6 +23,7 @@ public AccessPackageAnswerString() : base() { /// /// 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 new AccessPackageAnswerString CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public AccessPackageAnswerString() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessPackageApprovalStage.cs b/src/generated/Models/AccessPackageApprovalStage.cs index c6dd730801..b8fb55a2a6 100644 --- a/src/generated/Models/AccessPackageApprovalStage.cs +++ b/src/generated/Models/AccessPackageApprovalStage.cs @@ -57,7 +57,7 @@ public class AccessPackageApprovalStage : IAdditionalDataHolder, IParsable { public List PrimaryApprovers { get; set; } #endif /// - /// Instantiates a new accessPackageApprovalStage and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageApprovalStage() { AdditionalData = new Dictionary(); @@ -65,6 +65,7 @@ public AccessPackageApprovalStage() { /// /// 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 AccessPackageApprovalStage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public static AccessPackageApprovalStage CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"durationBeforeAutomaticDenial", n => { DurationBeforeAutomaticDenial = n.GetTimeSpanValue(); } }, diff --git a/src/generated/Models/AccessPackageAssignment.cs b/src/generated/Models/AccessPackageAssignment.cs index 2501c344e5..46743da040 100644 --- a/src/generated/Models/AccessPackageAssignment.cs +++ b/src/generated/Models/AccessPackageAssignment.cs @@ -61,6 +61,7 @@ public class AccessPackageAssignment : Entity, IParsable { /// /// 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 new AccessPackageAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -69,6 +70,7 @@ public class AccessPackageAssignment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accessPackage", n => { AccessPackage = n.GetObjectValue(ApiSdk.Models.AccessPackage.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AccessPackageAssignmentApprovalSettings.cs b/src/generated/Models/AccessPackageAssignmentApprovalSettings.cs index 8206284c47..ca93a38d53 100644 --- a/src/generated/Models/AccessPackageAssignmentApprovalSettings.cs +++ b/src/generated/Models/AccessPackageAssignmentApprovalSettings.cs @@ -29,7 +29,7 @@ public class AccessPackageAssignmentApprovalSettings : IAdditionalDataHolder, IP public List Stages { get; set; } #endif /// - /// Instantiates a new accessPackageAssignmentApprovalSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageAssignmentApprovalSettings() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public AccessPackageAssignmentApprovalSettings() { /// /// 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 AccessPackageAssignmentApprovalSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static AccessPackageAssignmentApprovalSettings CreateFromDiscriminatorVal /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isApprovalRequiredForAdd", n => { IsApprovalRequiredForAdd = n.GetBoolValue(); } }, diff --git a/src/generated/Models/AccessPackageAssignmentCollectionResponse.cs b/src/generated/Models/AccessPackageAssignmentCollectionResponse.cs index 78374973a7..1e0c56b867 100644 --- a/src/generated/Models/AccessPackageAssignmentCollectionResponse.cs +++ b/src/generated/Models/AccessPackageAssignmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class AccessPackageAssignmentCollectionResponse : BaseCollectionPaginatio /// /// 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 new AccessPackageAssignmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AccessPackageAssignmentCollectionResponse : BaseCollectionPaginatio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessPackageAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessPackageAssignmentPolicy.cs b/src/generated/Models/AccessPackageAssignmentPolicy.cs index 42ed38a474..2c9f05f907 100644 --- a/src/generated/Models/AccessPackageAssignmentPolicy.cs +++ b/src/generated/Models/AccessPackageAssignmentPolicy.cs @@ -111,6 +111,7 @@ public class AccessPackageAssignmentPolicy : Entity, IParsable { /// /// 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 new AccessPackageAssignmentPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -119,6 +120,7 @@ public class AccessPackageAssignmentPolicy : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accessPackage", n => { AccessPackage = n.GetObjectValue(ApiSdk.Models.AccessPackage.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AccessPackageAssignmentPolicyCollectionResponse.cs b/src/generated/Models/AccessPackageAssignmentPolicyCollectionResponse.cs index ee63e38c05..ace66cbae2 100644 --- a/src/generated/Models/AccessPackageAssignmentPolicyCollectionResponse.cs +++ b/src/generated/Models/AccessPackageAssignmentPolicyCollectionResponse.cs @@ -17,6 +17,7 @@ public class AccessPackageAssignmentPolicyCollectionResponse : BaseCollectionPag /// /// 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 new AccessPackageAssignmentPolicyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AccessPackageAssignmentPolicyCollectionResponse : BaseCollectionPag /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessPackageAssignmentPolicy.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessPackageAssignmentRequest.cs b/src/generated/Models/AccessPackageAssignmentRequest.cs index 97bb4ab2af..ede7918435 100644 --- a/src/generated/Models/AccessPackageAssignmentRequest.cs +++ b/src/generated/Models/AccessPackageAssignmentRequest.cs @@ -73,6 +73,7 @@ public class AccessPackageAssignmentRequest : Entity, IParsable { /// /// 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 new AccessPackageAssignmentRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -81,6 +82,7 @@ public class AccessPackageAssignmentRequest : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accessPackage", n => { AccessPackage = n.GetObjectValue(ApiSdk.Models.AccessPackage.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AccessPackageAssignmentRequestCallbackData.cs b/src/generated/Models/AccessPackageAssignmentRequestCallbackData.cs index 54012db556..e3d5fe90be 100644 --- a/src/generated/Models/AccessPackageAssignmentRequestCallbackData.cs +++ b/src/generated/Models/AccessPackageAssignmentRequestCallbackData.cs @@ -33,7 +33,7 @@ public class AccessPackageAssignmentRequestCallbackData : CustomExtensionData, I public string State { get; set; } #endif /// - /// Instantiates a new accessPackageAssignmentRequestCallbackData and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageAssignmentRequestCallbackData() : base() { OdataType = "#microsoft.graph.accessPackageAssignmentRequestCallbackData"; @@ -41,6 +41,7 @@ public AccessPackageAssignmentRequestCallbackData() : base() { /// /// 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 new AccessPackageAssignmentRequestCallbackData CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public AccessPackageAssignmentRequestCallbackData() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"customExtensionStageInstanceDetail", n => { CustomExtensionStageInstanceDetail = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessPackageAssignmentRequestCollectionResponse.cs b/src/generated/Models/AccessPackageAssignmentRequestCollectionResponse.cs index 75029e8c39..50f5e98280 100644 --- a/src/generated/Models/AccessPackageAssignmentRequestCollectionResponse.cs +++ b/src/generated/Models/AccessPackageAssignmentRequestCollectionResponse.cs @@ -17,6 +17,7 @@ public class AccessPackageAssignmentRequestCollectionResponse : BaseCollectionPa /// /// 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 new AccessPackageAssignmentRequestCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AccessPackageAssignmentRequestCollectionResponse : BaseCollectionPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessPackageAssignmentRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessPackageAssignmentRequestRequirements.cs b/src/generated/Models/AccessPackageAssignmentRequestRequirements.cs index 37f2866198..ae128a4c4c 100644 --- a/src/generated/Models/AccessPackageAssignmentRequestRequirements.cs +++ b/src/generated/Models/AccessPackageAssignmentRequestRequirements.cs @@ -63,7 +63,7 @@ public class AccessPackageAssignmentRequestRequirements : IAdditionalDataHolder, public EntitlementManagementSchedule Schedule { get; set; } #endif /// - /// Instantiates a new accessPackageAssignmentRequestRequirements and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageAssignmentRequestRequirements() { AdditionalData = new Dictionary(); @@ -71,6 +71,7 @@ public AccessPackageAssignmentRequestRequirements() { /// /// 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 AccessPackageAssignmentRequestRequirements CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -79,6 +80,7 @@ public static AccessPackageAssignmentRequestRequirements CreateFromDiscriminator /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowCustomAssignmentSchedule", n => { AllowCustomAssignmentSchedule = n.GetBoolValue(); } }, diff --git a/src/generated/Models/AccessPackageAssignmentRequestWorkflowExtension.cs b/src/generated/Models/AccessPackageAssignmentRequestWorkflowExtension.cs index 507f3b59a7..a3a5802568 100644 --- a/src/generated/Models/AccessPackageAssignmentRequestWorkflowExtension.cs +++ b/src/generated/Models/AccessPackageAssignmentRequestWorkflowExtension.cs @@ -35,7 +35,7 @@ public class AccessPackageAssignmentRequestWorkflowExtension : CustomCalloutExte /// When the object was last modified. public DateTimeOffset? LastModifiedDateTime { get; set; } /// - /// Instantiates a new accessPackageAssignmentRequestWorkflowExtension and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageAssignmentRequestWorkflowExtension() : base() { OdataType = "#microsoft.graph.accessPackageAssignmentRequestWorkflowExtension"; @@ -43,6 +43,7 @@ public AccessPackageAssignmentRequestWorkflowExtension() : base() { /// /// 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 new AccessPackageAssignmentRequestWorkflowExtension CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public AccessPackageAssignmentRequestWorkflowExtension() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"callbackConfiguration", n => { CallbackConfiguration = n.GetObjectValue(CustomExtensionCallbackConfiguration.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AccessPackageAssignmentRequestorSettings.cs b/src/generated/Models/AccessPackageAssignmentRequestorSettings.cs index dc579b4a69..7552522250 100644 --- a/src/generated/Models/AccessPackageAssignmentRequestorSettings.cs +++ b/src/generated/Models/AccessPackageAssignmentRequestorSettings.cs @@ -39,7 +39,7 @@ public class AccessPackageAssignmentRequestorSettings : IAdditionalDataHolder, I public List OnBehalfRequestors { get; set; } #endif /// - /// Instantiates a new accessPackageAssignmentRequestorSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageAssignmentRequestorSettings() { AdditionalData = new Dictionary(); @@ -47,6 +47,7 @@ public AccessPackageAssignmentRequestorSettings() { /// /// 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 AccessPackageAssignmentRequestorSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public static AccessPackageAssignmentRequestorSettings CreateFromDiscriminatorVa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowCustomAssignmentSchedule", n => { AllowCustomAssignmentSchedule = n.GetBoolValue(); } }, diff --git a/src/generated/Models/AccessPackageAssignmentReviewSettings.cs b/src/generated/Models/AccessPackageAssignmentReviewSettings.cs index b599ba70e4..d705bf378a 100644 --- a/src/generated/Models/AccessPackageAssignmentReviewSettings.cs +++ b/src/generated/Models/AccessPackageAssignmentReviewSettings.cs @@ -51,7 +51,7 @@ public class AccessPackageAssignmentReviewSettings : IAdditionalDataHolder, IPar public EntitlementManagementSchedule Schedule { get; set; } #endif /// - /// Instantiates a new accessPackageAssignmentReviewSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageAssignmentReviewSettings() { AdditionalData = new Dictionary(); @@ -59,6 +59,7 @@ public AccessPackageAssignmentReviewSettings() { /// /// 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 AccessPackageAssignmentReviewSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public static AccessPackageAssignmentReviewSettings CreateFromDiscriminatorValue /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"expirationBehavior", n => { ExpirationBehavior = n.GetEnumValue(); } }, diff --git a/src/generated/Models/AccessPackageAssignmentWorkflowExtension.cs b/src/generated/Models/AccessPackageAssignmentWorkflowExtension.cs index 5f59097160..b4bd0301de 100644 --- a/src/generated/Models/AccessPackageAssignmentWorkflowExtension.cs +++ b/src/generated/Models/AccessPackageAssignmentWorkflowExtension.cs @@ -35,7 +35,7 @@ public class AccessPackageAssignmentWorkflowExtension : CustomCalloutExtension, /// When the entity was last modified. public DateTimeOffset? LastModifiedDateTime { get; set; } /// - /// Instantiates a new accessPackageAssignmentWorkflowExtension and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageAssignmentWorkflowExtension() : base() { OdataType = "#microsoft.graph.accessPackageAssignmentWorkflowExtension"; @@ -43,6 +43,7 @@ public AccessPackageAssignmentWorkflowExtension() : base() { /// /// 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 new AccessPackageAssignmentWorkflowExtension CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public AccessPackageAssignmentWorkflowExtension() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"callbackConfiguration", n => { CallbackConfiguration = n.GetObjectValue(CustomExtensionCallbackConfiguration.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AccessPackageAutomaticRequestSettings.cs b/src/generated/Models/AccessPackageAutomaticRequestSettings.cs index e1bd095467..812c808cdb 100644 --- a/src/generated/Models/AccessPackageAutomaticRequestSettings.cs +++ b/src/generated/Models/AccessPackageAutomaticRequestSettings.cs @@ -23,7 +23,7 @@ public class AccessPackageAutomaticRequestSettings : IAdditionalDataHolder, IPar /// If set to true, automatic assignments will be created for targets in the allowed target scope. public bool? RequestAccessForAllowedTargets { get; set; } /// - /// Instantiates a new accessPackageAutomaticRequestSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageAutomaticRequestSettings() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public AccessPackageAutomaticRequestSettings() { /// /// 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 AccessPackageAutomaticRequestSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static AccessPackageAutomaticRequestSettings CreateFromDiscriminatorValue /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"gracePeriodBeforeAccessRemoval", n => { GracePeriodBeforeAccessRemoval = n.GetTimeSpanValue(); } }, diff --git a/src/generated/Models/AccessPackageCatalog.cs b/src/generated/Models/AccessPackageCatalog.cs index db0f76d9d0..85bf84bd54 100644 --- a/src/generated/Models/AccessPackageCatalog.cs +++ b/src/generated/Models/AccessPackageCatalog.cs @@ -75,6 +75,7 @@ public class AccessPackageCatalog : Entity, IParsable { /// /// 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 new AccessPackageCatalog CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -83,6 +84,7 @@ public class AccessPackageCatalog : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accessPackages", n => { AccessPackages = n.GetCollectionOfObjectValues(AccessPackage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessPackageCatalogCollectionResponse.cs b/src/generated/Models/AccessPackageCatalogCollectionResponse.cs index 9219b719ff..0ba5a13d51 100644 --- a/src/generated/Models/AccessPackageCatalogCollectionResponse.cs +++ b/src/generated/Models/AccessPackageCatalogCollectionResponse.cs @@ -17,6 +17,7 @@ public class AccessPackageCatalogCollectionResponse : BaseCollectionPaginationCo /// /// 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 new AccessPackageCatalogCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AccessPackageCatalogCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessPackageCatalog.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessPackageCollectionResponse.cs b/src/generated/Models/AccessPackageCollectionResponse.cs index ccf9ea93a7..60a17fb219 100644 --- a/src/generated/Models/AccessPackageCollectionResponse.cs +++ b/src/generated/Models/AccessPackageCollectionResponse.cs @@ -17,6 +17,7 @@ public class AccessPackageCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new AccessPackageCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AccessPackageCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessPackage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessPackageLocalizedText.cs b/src/generated/Models/AccessPackageLocalizedText.cs index f563846cbe..66f7ee2a57 100644 --- a/src/generated/Models/AccessPackageLocalizedText.cs +++ b/src/generated/Models/AccessPackageLocalizedText.cs @@ -33,7 +33,7 @@ public class AccessPackageLocalizedText : IAdditionalDataHolder, IParsable { public string Text { get; set; } #endif /// - /// Instantiates a new accessPackageLocalizedText and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageLocalizedText() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public AccessPackageLocalizedText() { /// /// 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 AccessPackageLocalizedText CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static AccessPackageLocalizedText CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"languageCode", n => { LanguageCode = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessPackageMultipleChoiceQuestion.cs b/src/generated/Models/AccessPackageMultipleChoiceQuestion.cs index 7033806224..faad72828b 100644 --- a/src/generated/Models/AccessPackageMultipleChoiceQuestion.cs +++ b/src/generated/Models/AccessPackageMultipleChoiceQuestion.cs @@ -17,7 +17,7 @@ public class AccessPackageMultipleChoiceQuestion : AccessPackageQuestion, IParsa /// Indicates whether requestor can select multiple choices as their answer. public bool? IsMultipleSelectionAllowed { get; set; } /// - /// Instantiates a new accessPackageMultipleChoiceQuestion and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageMultipleChoiceQuestion() : base() { OdataType = "#microsoft.graph.accessPackageMultipleChoiceQuestion"; @@ -25,6 +25,7 @@ public AccessPackageMultipleChoiceQuestion() : base() { /// /// 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 new AccessPackageMultipleChoiceQuestion CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public AccessPackageMultipleChoiceQuestion() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"choices", n => { Choices = n.GetCollectionOfObjectValues(AccessPackageAnswerChoice.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessPackageQuestion.cs b/src/generated/Models/AccessPackageQuestion.cs index bfe0a0beb3..a003b5e5c3 100644 --- a/src/generated/Models/AccessPackageQuestion.cs +++ b/src/generated/Models/AccessPackageQuestion.cs @@ -31,6 +31,7 @@ public class AccessPackageQuestion : Entity, IParsable { /// /// 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 new AccessPackageQuestion CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public class AccessPackageQuestion : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"isAnswerEditable", n => { IsAnswerEditable = n.GetBoolValue(); } }, diff --git a/src/generated/Models/AccessPackageQuestionCollectionResponse.cs b/src/generated/Models/AccessPackageQuestionCollectionResponse.cs index b450315d3a..74eca17968 100644 --- a/src/generated/Models/AccessPackageQuestionCollectionResponse.cs +++ b/src/generated/Models/AccessPackageQuestionCollectionResponse.cs @@ -17,6 +17,7 @@ public class AccessPackageQuestionCollectionResponse : BaseCollectionPaginationC /// /// 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 new AccessPackageQuestionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AccessPackageQuestionCollectionResponse : BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessPackageQuestion.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessPackageResource.cs b/src/generated/Models/AccessPackageResource.cs index ddc4fba861..4cb4ba2a22 100644 --- a/src/generated/Models/AccessPackageResource.cs +++ b/src/generated/Models/AccessPackageResource.cs @@ -77,6 +77,7 @@ public class AccessPackageResource : Entity, IParsable { /// /// 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 new AccessPackageResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public class AccessPackageResource : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"attributes", n => { Attributes = n.GetCollectionOfObjectValues(AccessPackageResourceAttribute.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessPackageResourceAttribute.cs b/src/generated/Models/AccessPackageResourceAttribute.cs index ed6cc64618..7aceea90fc 100644 --- a/src/generated/Models/AccessPackageResourceAttribute.cs +++ b/src/generated/Models/AccessPackageResourceAttribute.cs @@ -41,7 +41,7 @@ public class AccessPackageResourceAttribute : IAdditionalDataHolder, IParsable { public AccessPackageResourceAttributeSource Source { get; set; } #endif /// - /// Instantiates a new accessPackageResourceAttribute and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageResourceAttribute() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public AccessPackageResourceAttribute() { /// /// 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 AccessPackageResourceAttribute CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static AccessPackageResourceAttribute CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"destination", n => { Destination = n.GetObjectValue(AccessPackageResourceAttributeDestination.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AccessPackageResourceAttributeDestination.cs b/src/generated/Models/AccessPackageResourceAttributeDestination.cs index 5b9dea182d..c901561f80 100644 --- a/src/generated/Models/AccessPackageResourceAttributeDestination.cs +++ b/src/generated/Models/AccessPackageResourceAttributeDestination.cs @@ -17,7 +17,7 @@ public class AccessPackageResourceAttributeDestination : IAdditionalDataHolder, public string OdataType { get; set; } #endif /// - /// Instantiates a new accessPackageResourceAttributeDestination and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageResourceAttributeDestination() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AccessPackageResourceAttributeDestination() { /// /// 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 AccessPackageResourceAttributeDestination CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static AccessPackageResourceAttributeDestination CreateFromDiscriminatorV /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessPackageResourceAttributeQuestion.cs b/src/generated/Models/AccessPackageResourceAttributeQuestion.cs index 08e3eacee8..fbacc59f6f 100644 --- a/src/generated/Models/AccessPackageResourceAttributeQuestion.cs +++ b/src/generated/Models/AccessPackageResourceAttributeQuestion.cs @@ -15,7 +15,7 @@ public class AccessPackageResourceAttributeQuestion : AccessPackageResourceAttri public AccessPackageQuestion Question { get; set; } #endif /// - /// Instantiates a new accessPackageResourceAttributeQuestion and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageResourceAttributeQuestion() : base() { OdataType = "#microsoft.graph.accessPackageResourceAttributeQuestion"; @@ -23,6 +23,7 @@ public AccessPackageResourceAttributeQuestion() : base() { /// /// 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 new AccessPackageResourceAttributeQuestion CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public AccessPackageResourceAttributeQuestion() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"question", n => { Question = n.GetObjectValue(AccessPackageQuestion.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AccessPackageResourceAttributeSource.cs b/src/generated/Models/AccessPackageResourceAttributeSource.cs index 75beb0cf91..af42ed2153 100644 --- a/src/generated/Models/AccessPackageResourceAttributeSource.cs +++ b/src/generated/Models/AccessPackageResourceAttributeSource.cs @@ -17,7 +17,7 @@ public class AccessPackageResourceAttributeSource : IAdditionalDataHolder, IPars public string OdataType { get; set; } #endif /// - /// Instantiates a new accessPackageResourceAttributeSource and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageResourceAttributeSource() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AccessPackageResourceAttributeSource() { /// /// 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 AccessPackageResourceAttributeSource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static AccessPackageResourceAttributeSource CreateFromDiscriminatorValue( /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessPackageResourceCollectionResponse.cs b/src/generated/Models/AccessPackageResourceCollectionResponse.cs index 745445d0db..6162554dc7 100644 --- a/src/generated/Models/AccessPackageResourceCollectionResponse.cs +++ b/src/generated/Models/AccessPackageResourceCollectionResponse.cs @@ -17,6 +17,7 @@ public class AccessPackageResourceCollectionResponse : BaseCollectionPaginationC /// /// 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 new AccessPackageResourceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AccessPackageResourceCollectionResponse : BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessPackageResource.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessPackageResourceEnvironment.cs b/src/generated/Models/AccessPackageResourceEnvironment.cs index b10b67e86a..f942975dbc 100644 --- a/src/generated/Models/AccessPackageResourceEnvironment.cs +++ b/src/generated/Models/AccessPackageResourceEnvironment.cs @@ -6,6 +6,14 @@ using System; namespace ApiSdk.Models { public class AccessPackageResourceEnvironment : Entity, IParsable { + /// The connectionInfo property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public ApiSdk.Models.ConnectionInfo? ConnectionInfo { get; set; } +#nullable restore +#else + public ApiSdk.Models.ConnectionInfo ConnectionInfo { get; set; } +#endif /// The date and time that this object was created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. public DateTimeOffset? CreatedDateTime { get; set; } /// The description of this object. @@ -55,6 +63,7 @@ public class AccessPackageResourceEnvironment : Entity, IParsable { /// /// 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 new AccessPackageResourceEnvironment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -63,8 +72,10 @@ public class AccessPackageResourceEnvironment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { + {"connectionInfo", n => { ConnectionInfo = n.GetObjectValue(ApiSdk.Models.ConnectionInfo.CreateFromDiscriminatorValue); } }, {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, {"description", n => { Description = n.GetStringValue(); } }, {"displayName", n => { DisplayName = n.GetStringValue(); } }, @@ -82,6 +93,7 @@ public override IDictionary> GetFieldDeserializers() public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); + writer.WriteObjectValue("connectionInfo", ConnectionInfo); writer.WriteDateTimeOffsetValue("createdDateTime", CreatedDateTime); writer.WriteStringValue("description", Description); writer.WriteStringValue("displayName", DisplayName); diff --git a/src/generated/Models/AccessPackageResourceEnvironmentCollectionResponse.cs b/src/generated/Models/AccessPackageResourceEnvironmentCollectionResponse.cs index 58d5cfb069..b53d5a2f96 100644 --- a/src/generated/Models/AccessPackageResourceEnvironmentCollectionResponse.cs +++ b/src/generated/Models/AccessPackageResourceEnvironmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class AccessPackageResourceEnvironmentCollectionResponse : BaseCollection /// /// 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 new AccessPackageResourceEnvironmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AccessPackageResourceEnvironmentCollectionResponse : BaseCollection /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessPackageResourceEnvironment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessPackageResourceRequest.cs b/src/generated/Models/AccessPackageResourceRequest.cs index 1bea705554..ea06123e69 100644 --- a/src/generated/Models/AccessPackageResourceRequest.cs +++ b/src/generated/Models/AccessPackageResourceRequest.cs @@ -31,6 +31,7 @@ public class AccessPackageResourceRequest : Entity, IParsable { /// /// 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 new AccessPackageResourceRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public class AccessPackageResourceRequest : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"catalog", n => { Catalog = n.GetObjectValue(AccessPackageCatalog.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AccessPackageResourceRequestCollectionResponse.cs b/src/generated/Models/AccessPackageResourceRequestCollectionResponse.cs index 5d6fe77688..5a284b73a3 100644 --- a/src/generated/Models/AccessPackageResourceRequestCollectionResponse.cs +++ b/src/generated/Models/AccessPackageResourceRequestCollectionResponse.cs @@ -17,6 +17,7 @@ public class AccessPackageResourceRequestCollectionResponse : BaseCollectionPagi /// /// 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 new AccessPackageResourceRequestCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AccessPackageResourceRequestCollectionResponse : BaseCollectionPagi /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessPackageResourceRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessPackageResourceRole.cs b/src/generated/Models/AccessPackageResourceRole.cs index 5a16a05560..aab012f694 100644 --- a/src/generated/Models/AccessPackageResourceRole.cs +++ b/src/generated/Models/AccessPackageResourceRole.cs @@ -49,6 +49,7 @@ public class AccessPackageResourceRole : Entity, IParsable { /// /// 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 new AccessPackageResourceRole CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public class AccessPackageResourceRole : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessPackageResourceRoleCollectionResponse.cs b/src/generated/Models/AccessPackageResourceRoleCollectionResponse.cs index 7f0ee86352..509e75be72 100644 --- a/src/generated/Models/AccessPackageResourceRoleCollectionResponse.cs +++ b/src/generated/Models/AccessPackageResourceRoleCollectionResponse.cs @@ -17,6 +17,7 @@ public class AccessPackageResourceRoleCollectionResponse : BaseCollectionPaginat /// /// 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 new AccessPackageResourceRoleCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AccessPackageResourceRoleCollectionResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessPackageResourceRole.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessPackageResourceRoleScope.cs b/src/generated/Models/AccessPackageResourceRoleScope.cs index c47204a081..de920c0bc3 100644 --- a/src/generated/Models/AccessPackageResourceRoleScope.cs +++ b/src/generated/Models/AccessPackageResourceRoleScope.cs @@ -27,6 +27,7 @@ public class AccessPackageResourceRoleScope : Entity, IParsable { /// /// 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 new AccessPackageResourceRoleScope CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public class AccessPackageResourceRoleScope : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/AccessPackageResourceRoleScopeCollectionResponse.cs b/src/generated/Models/AccessPackageResourceRoleScopeCollectionResponse.cs index 31fb18fcd7..0e44de44fe 100644 --- a/src/generated/Models/AccessPackageResourceRoleScopeCollectionResponse.cs +++ b/src/generated/Models/AccessPackageResourceRoleScopeCollectionResponse.cs @@ -17,6 +17,7 @@ public class AccessPackageResourceRoleScopeCollectionResponse : BaseCollectionPa /// /// 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 new AccessPackageResourceRoleScopeCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AccessPackageResourceRoleScopeCollectionResponse : BaseCollectionPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessPackageResourceRoleScope.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessPackageResourceScope.cs b/src/generated/Models/AccessPackageResourceScope.cs index 7eb8fefea9..3bd8573cf3 100644 --- a/src/generated/Models/AccessPackageResourceScope.cs +++ b/src/generated/Models/AccessPackageResourceScope.cs @@ -51,6 +51,7 @@ public class AccessPackageResourceScope : Entity, IParsable { /// /// 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 new AccessPackageResourceScope CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public class AccessPackageResourceScope : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessPackageResourceScopeCollectionResponse.cs b/src/generated/Models/AccessPackageResourceScopeCollectionResponse.cs index 83d8a05e83..8a65f6d1bd 100644 --- a/src/generated/Models/AccessPackageResourceScopeCollectionResponse.cs +++ b/src/generated/Models/AccessPackageResourceScopeCollectionResponse.cs @@ -17,6 +17,7 @@ public class AccessPackageResourceScopeCollectionResponse : BaseCollectionPagina /// /// 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 new AccessPackageResourceScopeCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AccessPackageResourceScopeCollectionResponse : BaseCollectionPagina /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessPackageResourceScope.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessPackageSubject.cs b/src/generated/Models/AccessPackageSubject.cs index 32c2d33c7b..ebb8b43172 100644 --- a/src/generated/Models/AccessPackageSubject.cs +++ b/src/generated/Models/AccessPackageSubject.cs @@ -59,6 +59,7 @@ public class AccessPackageSubject : Entity, IParsable { /// /// 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 new AccessPackageSubject CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public class AccessPackageSubject : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"connectedOrganization", n => { ConnectedOrganization = n.GetObjectValue(ApiSdk.Models.ConnectedOrganization.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AccessPackageTextInputQuestion.cs b/src/generated/Models/AccessPackageTextInputQuestion.cs index d29c098e35..182a409f0b 100644 --- a/src/generated/Models/AccessPackageTextInputQuestion.cs +++ b/src/generated/Models/AccessPackageTextInputQuestion.cs @@ -17,7 +17,7 @@ public class AccessPackageTextInputQuestion : AccessPackageQuestion, IParsable { public string RegexPattern { get; set; } #endif /// - /// Instantiates a new accessPackageTextInputQuestion and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageTextInputQuestion() : base() { OdataType = "#microsoft.graph.accessPackageTextInputQuestion"; @@ -25,6 +25,7 @@ public AccessPackageTextInputQuestion() : base() { /// /// 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 new AccessPackageTextInputQuestion CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public AccessPackageTextInputQuestion() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"isSingleLineQuestion", n => { IsSingleLineQuestion = n.GetBoolValue(); } }, diff --git a/src/generated/Models/AccessPackageUserDirectoryAttributeStore.cs b/src/generated/Models/AccessPackageUserDirectoryAttributeStore.cs index f7a2532571..96f5045d68 100644 --- a/src/generated/Models/AccessPackageUserDirectoryAttributeStore.cs +++ b/src/generated/Models/AccessPackageUserDirectoryAttributeStore.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class AccessPackageUserDirectoryAttributeStore : AccessPackageResourceAttributeDestination, IParsable { /// - /// Instantiates a new accessPackageUserDirectoryAttributeStore and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessPackageUserDirectoryAttributeStore() : base() { OdataType = "#microsoft.graph.accessPackageUserDirectoryAttributeStore"; @@ -15,6 +15,7 @@ public AccessPackageUserDirectoryAttributeStore() : base() { /// /// 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 new AccessPackageUserDirectoryAttributeStore CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public AccessPackageUserDirectoryAttributeStore() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/AccessReviewApplyAction.cs b/src/generated/Models/AccessReviewApplyAction.cs index e2a2888128..97608aa322 100644 --- a/src/generated/Models/AccessReviewApplyAction.cs +++ b/src/generated/Models/AccessReviewApplyAction.cs @@ -17,7 +17,7 @@ public class AccessReviewApplyAction : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new accessReviewApplyAction and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessReviewApplyAction() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AccessReviewApplyAction() { /// /// 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 AccessReviewApplyAction CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public static AccessReviewApplyAction CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessReviewHistoryDefinition.cs b/src/generated/Models/AccessReviewHistoryDefinition.cs index 48a2bd7e37..4491ad46b9 100644 --- a/src/generated/Models/AccessReviewHistoryDefinition.cs +++ b/src/generated/Models/AccessReviewHistoryDefinition.cs @@ -65,6 +65,7 @@ public class AccessReviewHistoryDefinition : Entity, IParsable { /// /// 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 new AccessReviewHistoryDefinition CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public class AccessReviewHistoryDefinition : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdBy", n => { CreatedBy = n.GetObjectValue(UserIdentity.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AccessReviewHistoryDefinitionCollectionResponse.cs b/src/generated/Models/AccessReviewHistoryDefinitionCollectionResponse.cs index 07504dd716..6015a8d683 100644 --- a/src/generated/Models/AccessReviewHistoryDefinitionCollectionResponse.cs +++ b/src/generated/Models/AccessReviewHistoryDefinitionCollectionResponse.cs @@ -17,6 +17,7 @@ public class AccessReviewHistoryDefinitionCollectionResponse : BaseCollectionPag /// /// 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 new AccessReviewHistoryDefinitionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AccessReviewHistoryDefinitionCollectionResponse : BaseCollectionPag /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessReviewHistoryDefinition.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessReviewHistoryInstance.cs b/src/generated/Models/AccessReviewHistoryInstance.cs index 1c4481b24f..055b744475 100644 --- a/src/generated/Models/AccessReviewHistoryInstance.cs +++ b/src/generated/Models/AccessReviewHistoryInstance.cs @@ -29,6 +29,7 @@ public class AccessReviewHistoryInstance : Entity, IParsable { /// /// 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 new AccessReviewHistoryInstance CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public class AccessReviewHistoryInstance : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"downloadUri", n => { DownloadUri = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessReviewHistoryInstanceCollectionResponse.cs b/src/generated/Models/AccessReviewHistoryInstanceCollectionResponse.cs index 52011eb730..0556fd7a51 100644 --- a/src/generated/Models/AccessReviewHistoryInstanceCollectionResponse.cs +++ b/src/generated/Models/AccessReviewHistoryInstanceCollectionResponse.cs @@ -17,6 +17,7 @@ public class AccessReviewHistoryInstanceCollectionResponse : BaseCollectionPagin /// /// 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 new AccessReviewHistoryInstanceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AccessReviewHistoryInstanceCollectionResponse : BaseCollectionPagin /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessReviewHistoryInstance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessReviewHistoryScheduleSettings.cs b/src/generated/Models/AccessReviewHistoryScheduleSettings.cs index 80648ba6b8..d2b0fdd8d9 100644 --- a/src/generated/Models/AccessReviewHistoryScheduleSettings.cs +++ b/src/generated/Models/AccessReviewHistoryScheduleSettings.cs @@ -33,7 +33,7 @@ public class AccessReviewHistoryScheduleSettings : IAdditionalDataHolder, IParsa public string ReportRange { get; set; } #endif /// - /// Instantiates a new accessReviewHistoryScheduleSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessReviewHistoryScheduleSettings() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public AccessReviewHistoryScheduleSettings() { /// /// 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 AccessReviewHistoryScheduleSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static AccessReviewHistoryScheduleSettings CreateFromDiscriminatorValue(I /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessReviewInactiveUsersQueryScope.cs b/src/generated/Models/AccessReviewInactiveUsersQueryScope.cs index 76d2f8cf24..42d8dc470e 100644 --- a/src/generated/Models/AccessReviewInactiveUsersQueryScope.cs +++ b/src/generated/Models/AccessReviewInactiveUsersQueryScope.cs @@ -9,7 +9,7 @@ public class AccessReviewInactiveUsersQueryScope : AccessReviewQueryScope, IPars /// Defines the duration of inactivity. Inactivity is based on the last sign in date of the user compared to the access review instance's start date. If this property is not specified, it's assigned the default value PT0S. public TimeSpan? InactiveDuration { get; set; } /// - /// Instantiates a new accessReviewInactiveUsersQueryScope and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessReviewInactiveUsersQueryScope() : base() { OdataType = "#microsoft.graph.accessReviewInactiveUsersQueryScope"; @@ -17,6 +17,7 @@ public AccessReviewInactiveUsersQueryScope() : base() { /// /// 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 new AccessReviewInactiveUsersQueryScope CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public AccessReviewInactiveUsersQueryScope() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"inactiveDuration", n => { InactiveDuration = n.GetTimeSpanValue(); } }, diff --git a/src/generated/Models/AccessReviewInstance.cs b/src/generated/Models/AccessReviewInstance.cs index 7986e8971c..79320a12a3 100644 --- a/src/generated/Models/AccessReviewInstance.cs +++ b/src/generated/Models/AccessReviewInstance.cs @@ -69,6 +69,7 @@ public class AccessReviewInstance : Entity, IParsable { /// /// 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 new AccessReviewInstance CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -77,6 +78,7 @@ public class AccessReviewInstance : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"contactedReviewers", n => { ContactedReviewers = n.GetCollectionOfObjectValues(AccessReviewReviewer.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessReviewInstanceCollectionResponse.cs b/src/generated/Models/AccessReviewInstanceCollectionResponse.cs index dd944c8802..5ad21d51d4 100644 --- a/src/generated/Models/AccessReviewInstanceCollectionResponse.cs +++ b/src/generated/Models/AccessReviewInstanceCollectionResponse.cs @@ -17,6 +17,7 @@ public class AccessReviewInstanceCollectionResponse : BaseCollectionPaginationCo /// /// 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 new AccessReviewInstanceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AccessReviewInstanceCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessReviewInstance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessReviewInstanceDecisionItem.cs b/src/generated/Models/AccessReviewInstanceDecisionItem.cs index c69a7237f3..3e049d58b1 100644 --- a/src/generated/Models/AccessReviewInstanceDecisionItem.cs +++ b/src/generated/Models/AccessReviewInstanceDecisionItem.cs @@ -109,6 +109,7 @@ public class AccessReviewInstanceDecisionItem : Entity, IParsable { /// /// 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 new AccessReviewInstanceDecisionItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -117,6 +118,7 @@ public class AccessReviewInstanceDecisionItem : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accessReviewId", n => { AccessReviewId = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource.cs b/src/generated/Models/AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource.cs index b34692b9d7..4baf48402f 100644 --- a/src/generated/Models/AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource.cs +++ b/src/generated/Models/AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource.cs @@ -23,7 +23,7 @@ public class AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResour public string AccessPackageId { get; set; } #endif /// - /// Instantiates a new accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource() : base() { OdataType = "#microsoft.graph.accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource"; @@ -31,6 +31,7 @@ public AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource() : /// /// 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 new AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public AccessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource() : /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accessPackageDisplayName", n => { AccessPackageDisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessReviewInstanceDecisionItemAzureRoleResource.cs b/src/generated/Models/AccessReviewInstanceDecisionItemAzureRoleResource.cs index d4d748edc1..12d7c72f50 100644 --- a/src/generated/Models/AccessReviewInstanceDecisionItemAzureRoleResource.cs +++ b/src/generated/Models/AccessReviewInstanceDecisionItemAzureRoleResource.cs @@ -15,7 +15,7 @@ public class AccessReviewInstanceDecisionItemAzureRoleResource : AccessReviewIns public AccessReviewInstanceDecisionItemResource Scope { get; set; } #endif /// - /// Instantiates a new accessReviewInstanceDecisionItemAzureRoleResource and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessReviewInstanceDecisionItemAzureRoleResource() : base() { OdataType = "#microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource"; @@ -23,6 +23,7 @@ public AccessReviewInstanceDecisionItemAzureRoleResource() : base() { /// /// 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 new AccessReviewInstanceDecisionItemAzureRoleResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public AccessReviewInstanceDecisionItemAzureRoleResource() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"scope", n => { Scope = n.GetObjectValue(AccessReviewInstanceDecisionItemResource.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AccessReviewInstanceDecisionItemCollectionResponse.cs b/src/generated/Models/AccessReviewInstanceDecisionItemCollectionResponse.cs index c5a23a714c..346f8bfa78 100644 --- a/src/generated/Models/AccessReviewInstanceDecisionItemCollectionResponse.cs +++ b/src/generated/Models/AccessReviewInstanceDecisionItemCollectionResponse.cs @@ -17,6 +17,7 @@ public class AccessReviewInstanceDecisionItemCollectionResponse : BaseCollection /// /// 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 new AccessReviewInstanceDecisionItemCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AccessReviewInstanceDecisionItemCollectionResponse : BaseCollection /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessReviewInstanceDecisionItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessReviewInstanceDecisionItemResource.cs b/src/generated/Models/AccessReviewInstanceDecisionItemResource.cs index fd18b4403c..5beebd7e66 100644 --- a/src/generated/Models/AccessReviewInstanceDecisionItemResource.cs +++ b/src/generated/Models/AccessReviewInstanceDecisionItemResource.cs @@ -41,7 +41,7 @@ public class AccessReviewInstanceDecisionItemResource : IAdditionalDataHolder, I public string Type { get; set; } #endif /// - /// Instantiates a new accessReviewInstanceDecisionItemResource and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessReviewInstanceDecisionItemResource() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public AccessReviewInstanceDecisionItemResource() { /// /// 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 AccessReviewInstanceDecisionItemResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -63,6 +64,7 @@ public static AccessReviewInstanceDecisionItemResource CreateFromDiscriminatorVa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessReviewInstanceDecisionItemServicePrincipalResource.cs b/src/generated/Models/AccessReviewInstanceDecisionItemServicePrincipalResource.cs index 6feb2d53af..7b0da5e5d3 100644 --- a/src/generated/Models/AccessReviewInstanceDecisionItemServicePrincipalResource.cs +++ b/src/generated/Models/AccessReviewInstanceDecisionItemServicePrincipalResource.cs @@ -15,7 +15,7 @@ public class AccessReviewInstanceDecisionItemServicePrincipalResource : AccessRe public string AppId { get; set; } #endif /// - /// Instantiates a new accessReviewInstanceDecisionItemServicePrincipalResource and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessReviewInstanceDecisionItemServicePrincipalResource() : base() { OdataType = "#microsoft.graph.accessReviewInstanceDecisionItemServicePrincipalResource"; @@ -23,6 +23,7 @@ public AccessReviewInstanceDecisionItemServicePrincipalResource() : base() { /// /// 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 new AccessReviewInstanceDecisionItemServicePrincipalResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public AccessReviewInstanceDecisionItemServicePrincipalResource() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appId", n => { AppId = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessReviewNotificationRecipientItem.cs b/src/generated/Models/AccessReviewNotificationRecipientItem.cs index ce1e786c05..efd9ef3eb7 100644 --- a/src/generated/Models/AccessReviewNotificationRecipientItem.cs +++ b/src/generated/Models/AccessReviewNotificationRecipientItem.cs @@ -33,7 +33,7 @@ public class AccessReviewNotificationRecipientItem : IAdditionalDataHolder, IPar public string OdataType { get; set; } #endif /// - /// Instantiates a new accessReviewNotificationRecipientItem and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessReviewNotificationRecipientItem() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public AccessReviewNotificationRecipientItem() { /// /// 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 AccessReviewNotificationRecipientItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static AccessReviewNotificationRecipientItem CreateFromDiscriminatorValue /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"notificationRecipientScope", n => { NotificationRecipientScope = n.GetObjectValue(AccessReviewNotificationRecipientScope.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AccessReviewNotificationRecipientQueryScope.cs b/src/generated/Models/AccessReviewNotificationRecipientQueryScope.cs index de83132e84..3af5b252c0 100644 --- a/src/generated/Models/AccessReviewNotificationRecipientQueryScope.cs +++ b/src/generated/Models/AccessReviewNotificationRecipientQueryScope.cs @@ -31,7 +31,7 @@ public class AccessReviewNotificationRecipientQueryScope : AccessReviewNotificat public string QueryType { get; set; } #endif /// - /// Instantiates a new accessReviewNotificationRecipientQueryScope and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessReviewNotificationRecipientQueryScope() : base() { OdataType = "#microsoft.graph.accessReviewNotificationRecipientQueryScope"; @@ -39,6 +39,7 @@ public AccessReviewNotificationRecipientQueryScope() : base() { /// /// 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 new AccessReviewNotificationRecipientQueryScope CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public AccessReviewNotificationRecipientQueryScope() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"query", n => { Query = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessReviewNotificationRecipientScope.cs b/src/generated/Models/AccessReviewNotificationRecipientScope.cs index 74aaf7147f..0959e1831c 100644 --- a/src/generated/Models/AccessReviewNotificationRecipientScope.cs +++ b/src/generated/Models/AccessReviewNotificationRecipientScope.cs @@ -17,7 +17,7 @@ public class AccessReviewNotificationRecipientScope : IAdditionalDataHolder, IPa public string OdataType { get; set; } #endif /// - /// Instantiates a new accessReviewNotificationRecipientScope and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessReviewNotificationRecipientScope() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AccessReviewNotificationRecipientScope() { /// /// 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 AccessReviewNotificationRecipientScope CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static AccessReviewNotificationRecipientScope CreateFromDiscriminatorValu /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessReviewQueryScope.cs b/src/generated/Models/AccessReviewQueryScope.cs index 164666f35e..625c5e7e7e 100644 --- a/src/generated/Models/AccessReviewQueryScope.cs +++ b/src/generated/Models/AccessReviewQueryScope.cs @@ -31,7 +31,7 @@ public class AccessReviewQueryScope : AccessReviewScope, IParsable { public string QueryType { get; set; } #endif /// - /// Instantiates a new accessReviewQueryScope and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessReviewQueryScope() : base() { OdataType = "#microsoft.graph.accessReviewQueryScope"; @@ -39,6 +39,7 @@ public AccessReviewQueryScope() : base() { /// /// 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 new AccessReviewQueryScope CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public AccessReviewQueryScope() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"query", n => { Query = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessReviewRecommendationInsightSetting.cs b/src/generated/Models/AccessReviewRecommendationInsightSetting.cs index e4943b3ea1..6c48261f72 100644 --- a/src/generated/Models/AccessReviewRecommendationInsightSetting.cs +++ b/src/generated/Models/AccessReviewRecommendationInsightSetting.cs @@ -17,7 +17,7 @@ public class AccessReviewRecommendationInsightSetting : IAdditionalDataHolder, I public string OdataType { get; set; } #endif /// - /// Instantiates a new accessReviewRecommendationInsightSetting and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessReviewRecommendationInsightSetting() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AccessReviewRecommendationInsightSetting() { /// /// 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 AccessReviewRecommendationInsightSetting CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public static AccessReviewRecommendationInsightSetting CreateFromDiscriminatorVa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessReviewReviewer.cs b/src/generated/Models/AccessReviewReviewer.cs index b1de6f2dd2..4da087a9b0 100644 --- a/src/generated/Models/AccessReviewReviewer.cs +++ b/src/generated/Models/AccessReviewReviewer.cs @@ -27,6 +27,7 @@ public class AccessReviewReviewer : Entity, IParsable { /// /// 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 new AccessReviewReviewer CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public class AccessReviewReviewer : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/AccessReviewReviewerCollectionResponse.cs b/src/generated/Models/AccessReviewReviewerCollectionResponse.cs index 091ae94c3d..be2e92cb45 100644 --- a/src/generated/Models/AccessReviewReviewerCollectionResponse.cs +++ b/src/generated/Models/AccessReviewReviewerCollectionResponse.cs @@ -17,6 +17,7 @@ public class AccessReviewReviewerCollectionResponse : BaseCollectionPaginationCo /// /// 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 new AccessReviewReviewerCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AccessReviewReviewerCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessReviewReviewer.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessReviewReviewerScope.cs b/src/generated/Models/AccessReviewReviewerScope.cs index 35044d346c..45e2481a7b 100644 --- a/src/generated/Models/AccessReviewReviewerScope.cs +++ b/src/generated/Models/AccessReviewReviewerScope.cs @@ -41,7 +41,7 @@ public class AccessReviewReviewerScope : IAdditionalDataHolder, IParsable { public string QueryType { get; set; } #endif /// - /// Instantiates a new accessReviewReviewerScope and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessReviewReviewerScope() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public AccessReviewReviewerScope() { /// /// 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 AccessReviewReviewerScope CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static AccessReviewReviewerScope CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessReviewScheduleDefinition.cs b/src/generated/Models/AccessReviewScheduleDefinition.cs index 92ac49805b..c66f293fa5 100644 --- a/src/generated/Models/AccessReviewScheduleDefinition.cs +++ b/src/generated/Models/AccessReviewScheduleDefinition.cs @@ -117,6 +117,7 @@ public class AccessReviewScheduleDefinition : Entity, IParsable { /// /// 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 new AccessReviewScheduleDefinition CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -125,6 +126,7 @@ public class AccessReviewScheduleDefinition : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"additionalNotificationRecipients", n => { AdditionalNotificationRecipients = n.GetCollectionOfObjectValues(AccessReviewNotificationRecipientItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessReviewScheduleDefinitionCollectionResponse.cs b/src/generated/Models/AccessReviewScheduleDefinitionCollectionResponse.cs index e9ae2ffc55..7d5f19841b 100644 --- a/src/generated/Models/AccessReviewScheduleDefinitionCollectionResponse.cs +++ b/src/generated/Models/AccessReviewScheduleDefinitionCollectionResponse.cs @@ -17,6 +17,7 @@ public class AccessReviewScheduleDefinitionCollectionResponse : BaseCollectionPa /// /// 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 new AccessReviewScheduleDefinitionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AccessReviewScheduleDefinitionCollectionResponse : BaseCollectionPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessReviewScheduleDefinition.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessReviewScheduleSettings.cs b/src/generated/Models/AccessReviewScheduleSettings.cs index 4f62b35792..3259070d75 100644 --- a/src/generated/Models/AccessReviewScheduleSettings.cs +++ b/src/generated/Models/AccessReviewScheduleSettings.cs @@ -67,7 +67,7 @@ public class AccessReviewScheduleSettings : IAdditionalDataHolder, IParsable { /// Indicates whether reminders are enabled or disabled. Default value is false. public bool? ReminderNotificationsEnabled { get; set; } /// - /// Instantiates a new accessReviewScheduleSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessReviewScheduleSettings() { AdditionalData = new Dictionary(); @@ -75,6 +75,7 @@ public AccessReviewScheduleSettings() { /// /// 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 AccessReviewScheduleSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -83,6 +84,7 @@ public static AccessReviewScheduleSettings CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"applyActions", n => { ApplyActions = n.GetCollectionOfObjectValues(AccessReviewApplyAction.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessReviewScope.cs b/src/generated/Models/AccessReviewScope.cs index 7f00152793..31e6f2fc13 100644 --- a/src/generated/Models/AccessReviewScope.cs +++ b/src/generated/Models/AccessReviewScope.cs @@ -17,7 +17,7 @@ public class AccessReviewScope : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new accessReviewScope and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessReviewScope() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AccessReviewScope() { /// /// 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 AccessReviewScope CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static AccessReviewScope CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/AccessReviewSet.cs b/src/generated/Models/AccessReviewSet.cs index 4e431a30ba..c9a92365eb 100644 --- a/src/generated/Models/AccessReviewSet.cs +++ b/src/generated/Models/AccessReviewSet.cs @@ -25,6 +25,7 @@ public class AccessReviewSet : Entity, IParsable { /// /// 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 new AccessReviewSet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class AccessReviewSet : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"definitions", n => { Definitions = n.GetCollectionOfObjectValues(AccessReviewScheduleDefinition.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessReviewStage.cs b/src/generated/Models/AccessReviewStage.cs index d55416db81..446f93d781 100644 --- a/src/generated/Models/AccessReviewStage.cs +++ b/src/generated/Models/AccessReviewStage.cs @@ -45,6 +45,7 @@ public class AccessReviewStage : Entity, IParsable { /// /// 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 new AccessReviewStage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public class AccessReviewStage : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"decisions", n => { Decisions = n.GetCollectionOfObjectValues(AccessReviewInstanceDecisionItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessReviewStageCollectionResponse.cs b/src/generated/Models/AccessReviewStageCollectionResponse.cs index 6b88c70188..5169f1cfe1 100644 --- a/src/generated/Models/AccessReviewStageCollectionResponse.cs +++ b/src/generated/Models/AccessReviewStageCollectionResponse.cs @@ -17,6 +17,7 @@ public class AccessReviewStageCollectionResponse : BaseCollectionPaginationCount /// /// 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 new AccessReviewStageCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AccessReviewStageCollectionResponse : BaseCollectionPaginationCount /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AccessReviewStage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AccessReviewStageSettings.cs b/src/generated/Models/AccessReviewStageSettings.cs index cc35662f49..935dba98a1 100644 --- a/src/generated/Models/AccessReviewStageSettings.cs +++ b/src/generated/Models/AccessReviewStageSettings.cs @@ -69,7 +69,7 @@ public class AccessReviewStageSettings : IAdditionalDataHolder, IParsable { public string StageId { get; set; } #endif /// - /// Instantiates a new accessReviewStageSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public AccessReviewStageSettings() { AdditionalData = new Dictionary(); @@ -77,6 +77,7 @@ public AccessReviewStageSettings() { /// /// 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 AccessReviewStageSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public static AccessReviewStageSettings CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"decisionsThatWillMoveToNextStage", n => { DecisionsThatWillMoveToNextStage = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/AccountTargetContent.cs b/src/generated/Models/AccountTargetContent.cs index cf31cb7676..ce99caffa5 100644 --- a/src/generated/Models/AccountTargetContent.cs +++ b/src/generated/Models/AccountTargetContent.cs @@ -19,7 +19,7 @@ public class AccountTargetContent : IAdditionalDataHolder, IParsable { /// The type of account target content. Possible values are: unknown, includeAll, addressBook, unknownFutureValue. public AccountTargetContentType? Type { get; set; } /// - /// Instantiates a new accountTargetContent and sets the default values. + /// Instantiates a new and sets the default values. /// public AccountTargetContent() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public AccountTargetContent() { /// /// 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 AccountTargetContent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -40,6 +41,7 @@ public static AccountTargetContent CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/ActionResultPart.cs b/src/generated/Models/ActionResultPart.cs index d0697c98a3..9e02fef009 100644 --- a/src/generated/Models/ActionResultPart.cs +++ b/src/generated/Models/ActionResultPart.cs @@ -25,7 +25,7 @@ public class ActionResultPart : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new actionResultPart and sets the default values. + /// Instantiates a new and sets the default values. /// public ActionResultPart() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public ActionResultPart() { /// /// 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 ActionResultPart CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static ActionResultPart CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"error", n => { Error = n.GetObjectValue(PublicError.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ActivityBasedTimeoutPolicy.cs b/src/generated/Models/ActivityBasedTimeoutPolicy.cs index 59d3e22a3d..14ac2d5035 100644 --- a/src/generated/Models/ActivityBasedTimeoutPolicy.cs +++ b/src/generated/Models/ActivityBasedTimeoutPolicy.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class ActivityBasedTimeoutPolicy : StsPolicy, IParsable { /// - /// Instantiates a new activityBasedTimeoutPolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public ActivityBasedTimeoutPolicy() : base() { OdataType = "#microsoft.graph.activityBasedTimeoutPolicy"; @@ -15,6 +15,7 @@ public ActivityBasedTimeoutPolicy() : base() { /// /// 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 new ActivityBasedTimeoutPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public ActivityBasedTimeoutPolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/ActivityBasedTimeoutPolicyCollectionResponse.cs b/src/generated/Models/ActivityBasedTimeoutPolicyCollectionResponse.cs index 2560b1ea12..b1d0a50560 100644 --- a/src/generated/Models/ActivityBasedTimeoutPolicyCollectionResponse.cs +++ b/src/generated/Models/ActivityBasedTimeoutPolicyCollectionResponse.cs @@ -17,6 +17,7 @@ public class ActivityBasedTimeoutPolicyCollectionResponse : BaseCollectionPagina /// /// 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 new ActivityBasedTimeoutPolicyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ActivityBasedTimeoutPolicyCollectionResponse : BaseCollectionPagina /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ActivityBasedTimeoutPolicy.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ActivityHistoryItem.cs b/src/generated/Models/ActivityHistoryItem.cs index 5422ea8f1c..58be8c3e24 100644 --- a/src/generated/Models/ActivityHistoryItem.cs +++ b/src/generated/Models/ActivityHistoryItem.cs @@ -39,6 +39,7 @@ public class ActivityHistoryItem : Entity, IParsable { /// /// 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 new ActivityHistoryItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public class ActivityHistoryItem : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activeDurationSeconds", n => { ActiveDurationSeconds = n.GetIntValue(); } }, diff --git a/src/generated/Models/ActivityHistoryItemCollectionResponse.cs b/src/generated/Models/ActivityHistoryItemCollectionResponse.cs index 4e964bdca4..057ab210dd 100644 --- a/src/generated/Models/ActivityHistoryItemCollectionResponse.cs +++ b/src/generated/Models/ActivityHistoryItemCollectionResponse.cs @@ -17,6 +17,7 @@ public class ActivityHistoryItemCollectionResponse : BaseCollectionPaginationCou /// /// 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 new ActivityHistoryItemCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ActivityHistoryItemCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ActivityHistoryItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AddIn.cs b/src/generated/Models/AddIn.cs index f32c5c3512..795179cf55 100644 --- a/src/generated/Models/AddIn.cs +++ b/src/generated/Models/AddIn.cs @@ -35,7 +35,7 @@ public class AddIn : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new addIn and sets the default values. + /// Instantiates a new and sets the default values. /// public AddIn() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public AddIn() { /// /// 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 AddIn CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static AddIn CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"id", n => { Id = n.GetGuidValue(); } }, diff --git a/src/generated/Models/AddLargeGalleryViewOperation.cs b/src/generated/Models/AddLargeGalleryViewOperation.cs index f0eeda295e..7e48224b0a 100644 --- a/src/generated/Models/AddLargeGalleryViewOperation.cs +++ b/src/generated/Models/AddLargeGalleryViewOperation.cs @@ -9,6 +9,7 @@ public class AddLargeGalleryViewOperation : CommsOperation, IParsable { /// /// 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 new AddLargeGalleryViewOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class AddLargeGalleryViewOperation : CommsOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/AddressBookAccountTargetContent.cs b/src/generated/Models/AddressBookAccountTargetContent.cs index ece5810dff..cd866a007c 100644 --- a/src/generated/Models/AddressBookAccountTargetContent.cs +++ b/src/generated/Models/AddressBookAccountTargetContent.cs @@ -15,7 +15,7 @@ public class AddressBookAccountTargetContent : AccountTargetContent, IParsable { public List AccountTargetEmails { get; set; } #endif /// - /// Instantiates a new addressBookAccountTargetContent and sets the default values. + /// Instantiates a new and sets the default values. /// public AddressBookAccountTargetContent() : base() { OdataType = "#microsoft.graph.addressBookAccountTargetContent"; @@ -23,6 +23,7 @@ public AddressBookAccountTargetContent() : base() { /// /// 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 new AddressBookAccountTargetContent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public AddressBookAccountTargetContent() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accountTargetEmails", n => { AccountTargetEmails = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/Admin.cs b/src/generated/Models/Admin.cs index f55cbe8ddb..82a9e38ad6 100644 --- a/src/generated/Models/Admin.cs +++ b/src/generated/Models/Admin.cs @@ -49,7 +49,7 @@ public class Admin : IAdditionalDataHolder, IParsable { public ApiSdk.Models.Sharepoint Sharepoint { get; set; } #endif /// - /// Instantiates a new admin and sets the default values. + /// Instantiates a new and sets the default values. /// public Admin() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public Admin() { /// /// 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 Admin CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static Admin CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"edge", n => { Edge = n.GetObjectValue(ApiSdk.Models.Edge.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AdminConsentRequestPolicy.cs b/src/generated/Models/AdminConsentRequestPolicy.cs index 9a61e881f4..238e261245 100644 --- a/src/generated/Models/AdminConsentRequestPolicy.cs +++ b/src/generated/Models/AdminConsentRequestPolicy.cs @@ -27,6 +27,7 @@ public class AdminConsentRequestPolicy : Entity, IParsable { /// /// 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 new AdminConsentRequestPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public class AdminConsentRequestPolicy : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"isEnabled", n => { IsEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/AdministrativeUnit.cs b/src/generated/Models/AdministrativeUnit.cs index 27771e0797..fc1a923a20 100644 --- a/src/generated/Models/AdministrativeUnit.cs +++ b/src/generated/Models/AdministrativeUnit.cs @@ -55,7 +55,7 @@ public class AdministrativeUnit : DirectoryObject, IParsable { public string Visibility { get; set; } #endif /// - /// Instantiates a new administrativeUnit and sets the default values. + /// Instantiates a new and sets the default values. /// public AdministrativeUnit() : base() { OdataType = "#microsoft.graph.administrativeUnit"; @@ -63,6 +63,7 @@ public AdministrativeUnit() : base() { /// /// 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 new AdministrativeUnit CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -71,6 +72,7 @@ public AdministrativeUnit() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/AdministrativeUnitCollectionResponse.cs b/src/generated/Models/AdministrativeUnitCollectionResponse.cs index 6dc826d766..03360fa45b 100644 --- a/src/generated/Models/AdministrativeUnitCollectionResponse.cs +++ b/src/generated/Models/AdministrativeUnitCollectionResponse.cs @@ -17,6 +17,7 @@ public class AdministrativeUnitCollectionResponse : BaseCollectionPaginationCoun /// /// 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 new AdministrativeUnitCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AdministrativeUnitCollectionResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AdministrativeUnit.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AggregationOption.cs b/src/generated/Models/AggregationOption.cs index 413b3f126f..d4a449e1fc 100644 --- a/src/generated/Models/AggregationOption.cs +++ b/src/generated/Models/AggregationOption.cs @@ -35,7 +35,7 @@ public class AggregationOption : IAdditionalDataHolder, IParsable { /// The number of searchBucket resources to be returned. This isn't required when the range is provided manually in the search request. Optional. public int? Size { get; set; } /// - /// Instantiates a new aggregationOption and sets the default values. + /// Instantiates a new and sets the default values. /// public AggregationOption() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public AggregationOption() { /// /// 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 AggregationOption CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static AggregationOption CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"bucketDefinition", n => { BucketDefinition = n.GetObjectValue(BucketAggregationDefinition.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Agreement.cs b/src/generated/Models/Agreement.cs index aa2e49bade..b98dca240a 100644 --- a/src/generated/Models/Agreement.cs +++ b/src/generated/Models/Agreement.cs @@ -55,6 +55,7 @@ public class Agreement : Entity, IParsable { /// /// 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 new Agreement CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -63,6 +64,7 @@ public class Agreement : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"acceptances", n => { Acceptances = n.GetCollectionOfObjectValues(AgreementAcceptance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AgreementAcceptance.cs b/src/generated/Models/AgreementAcceptance.cs index e6c631eca1..98ee46c39c 100644 --- a/src/generated/Models/AgreementAcceptance.cs +++ b/src/generated/Models/AgreementAcceptance.cs @@ -95,6 +95,7 @@ public class AgreementAcceptance : Entity, IParsable { /// /// 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 new AgreementAcceptance CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -103,6 +104,7 @@ public class AgreementAcceptance : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"agreementFileId", n => { AgreementFileId = n.GetStringValue(); } }, diff --git a/src/generated/Models/AgreementAcceptanceCollectionResponse.cs b/src/generated/Models/AgreementAcceptanceCollectionResponse.cs index 8e94bcc637..5ea1cff2ff 100644 --- a/src/generated/Models/AgreementAcceptanceCollectionResponse.cs +++ b/src/generated/Models/AgreementAcceptanceCollectionResponse.cs @@ -17,6 +17,7 @@ public class AgreementAcceptanceCollectionResponse : BaseCollectionPaginationCou /// /// 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 new AgreementAcceptanceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AgreementAcceptanceCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AgreementAcceptance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AgreementCollectionResponse.cs b/src/generated/Models/AgreementCollectionResponse.cs index 4ab4b2155c..94b8255b6d 100644 --- a/src/generated/Models/AgreementCollectionResponse.cs +++ b/src/generated/Models/AgreementCollectionResponse.cs @@ -17,6 +17,7 @@ public class AgreementCollectionResponse : BaseCollectionPaginationCountResponse /// /// 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 new AgreementCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AgreementCollectionResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Agreement.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AgreementFile.cs b/src/generated/Models/AgreementFile.cs index 6b92ab68a4..01415fe885 100644 --- a/src/generated/Models/AgreementFile.cs +++ b/src/generated/Models/AgreementFile.cs @@ -17,6 +17,7 @@ public class AgreementFile : AgreementFileProperties, IParsable { /// /// 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 new AgreementFile CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AgreementFile : AgreementFileProperties, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"localizations", n => { Localizations = n.GetCollectionOfObjectValues(AgreementFileLocalization.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AgreementFileData.cs b/src/generated/Models/AgreementFileData.cs index ec7c941f52..1f3aee6795 100644 --- a/src/generated/Models/AgreementFileData.cs +++ b/src/generated/Models/AgreementFileData.cs @@ -25,7 +25,7 @@ public class AgreementFileData : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new agreementFileData and sets the default values. + /// Instantiates a new and sets the default values. /// public AgreementFileData() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public AgreementFileData() { /// /// 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 AgreementFileData CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static AgreementFileData CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"data", n => { Data = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/AgreementFileLocalization.cs b/src/generated/Models/AgreementFileLocalization.cs index 616df43356..086150aa1d 100644 --- a/src/generated/Models/AgreementFileLocalization.cs +++ b/src/generated/Models/AgreementFileLocalization.cs @@ -17,6 +17,7 @@ public class AgreementFileLocalization : AgreementFileProperties, IParsable { /// /// 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 new AgreementFileLocalization CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AgreementFileLocalization : AgreementFileProperties, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"versions", n => { Versions = n.GetCollectionOfObjectValues(AgreementFileVersion.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AgreementFileLocalizationCollectionResponse.cs b/src/generated/Models/AgreementFileLocalizationCollectionResponse.cs index 4a6fe7de11..77b74dc1a3 100644 --- a/src/generated/Models/AgreementFileLocalizationCollectionResponse.cs +++ b/src/generated/Models/AgreementFileLocalizationCollectionResponse.cs @@ -17,6 +17,7 @@ public class AgreementFileLocalizationCollectionResponse : BaseCollectionPaginat /// /// 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 new AgreementFileLocalizationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AgreementFileLocalizationCollectionResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AgreementFileLocalization.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AgreementFileProperties.cs b/src/generated/Models/AgreementFileProperties.cs index c57a38260c..2df8ac5583 100644 --- a/src/generated/Models/AgreementFileProperties.cs +++ b/src/generated/Models/AgreementFileProperties.cs @@ -47,6 +47,7 @@ public class AgreementFileProperties : Entity, IParsable { /// /// 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 new AgreementFileProperties CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -61,6 +62,7 @@ public class AgreementFileProperties : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/AgreementFileVersion.cs b/src/generated/Models/AgreementFileVersion.cs index 2f6c746fb3..f4bee1eb25 100644 --- a/src/generated/Models/AgreementFileVersion.cs +++ b/src/generated/Models/AgreementFileVersion.cs @@ -9,6 +9,7 @@ public class AgreementFileVersion : AgreementFileProperties, IParsable { /// /// 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 new AgreementFileVersion CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class AgreementFileVersion : AgreementFileProperties, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/AgreementFileVersionCollectionResponse.cs b/src/generated/Models/AgreementFileVersionCollectionResponse.cs index e1777c4213..c651d6f46f 100644 --- a/src/generated/Models/AgreementFileVersionCollectionResponse.cs +++ b/src/generated/Models/AgreementFileVersionCollectionResponse.cs @@ -17,6 +17,7 @@ public class AgreementFileVersionCollectionResponse : BaseCollectionPaginationCo /// /// 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 new AgreementFileVersionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AgreementFileVersionCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AgreementFileVersion.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Album.cs b/src/generated/Models/Album.cs index 2722c5b108..5c25ea1591 100644 --- a/src/generated/Models/Album.cs +++ b/src/generated/Models/Album.cs @@ -25,7 +25,7 @@ public class Album : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new album and sets the default values. + /// Instantiates a new and sets the default values. /// public Album() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public Album() { /// /// 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 Album CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static Album CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"coverImageItemId", n => { CoverImageItemId = n.GetStringValue(); } }, diff --git a/src/generated/Models/Alert.cs b/src/generated/Models/Alert.cs index 9fef32491a..0cb109a631 100644 --- a/src/generated/Models/Alert.cs +++ b/src/generated/Models/Alert.cs @@ -267,6 +267,7 @@ public class Alert : Entity, IParsable { /// /// 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 new Alert CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -275,6 +276,7 @@ public class Alert : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activityGroupName", n => { ActivityGroupName = n.GetStringValue(); } }, diff --git a/src/generated/Models/AlertCollectionResponse.cs b/src/generated/Models/AlertCollectionResponse.cs index f1cfed4971..c7b0fb8579 100644 --- a/src/generated/Models/AlertCollectionResponse.cs +++ b/src/generated/Models/AlertCollectionResponse.cs @@ -17,6 +17,7 @@ public class AlertCollectionResponse : BaseCollectionPaginationCountResponse, IP /// /// 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 new AlertCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AlertCollectionResponse : BaseCollectionPaginationCountResponse, IP /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Alert.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AlertDetection.cs b/src/generated/Models/AlertDetection.cs index 3eff461cc5..798c3b147a 100644 --- a/src/generated/Models/AlertDetection.cs +++ b/src/generated/Models/AlertDetection.cs @@ -41,7 +41,7 @@ public class AlertDetection : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new alertDetection and sets the default values. + /// Instantiates a new and sets the default values. /// public AlertDetection() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public AlertDetection() { /// /// 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 AlertDetection CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static AlertDetection CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"detectionType", n => { DetectionType = n.GetStringValue(); } }, diff --git a/src/generated/Models/AlertHistoryState.cs b/src/generated/Models/AlertHistoryState.cs index 9ec81b07ac..ad92417d2c 100644 --- a/src/generated/Models/AlertHistoryState.cs +++ b/src/generated/Models/AlertHistoryState.cs @@ -55,7 +55,7 @@ public class AlertHistoryState : IAdditionalDataHolder, IParsable { public string User { get; set; } #endif /// - /// Instantiates a new alertHistoryState and sets the default values. + /// Instantiates a new and sets the default values. /// public AlertHistoryState() { AdditionalData = new Dictionary(); @@ -63,6 +63,7 @@ public AlertHistoryState() { /// /// 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 AlertHistoryState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -71,6 +72,7 @@ public static AlertHistoryState CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"appId", n => { AppId = n.GetStringValue(); } }, diff --git a/src/generated/Models/AlertTrigger.cs b/src/generated/Models/AlertTrigger.cs index 1796aad4c0..f899965104 100644 --- a/src/generated/Models/AlertTrigger.cs +++ b/src/generated/Models/AlertTrigger.cs @@ -41,7 +41,7 @@ public class AlertTrigger : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new alertTrigger and sets the default values. + /// Instantiates a new and sets the default values. /// public AlertTrigger() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public AlertTrigger() { /// /// 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 AlertTrigger CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static AlertTrigger CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/AllDevicesAssignmentTarget.cs b/src/generated/Models/AllDevicesAssignmentTarget.cs index c77aaf2575..7f6fc07cb8 100644 --- a/src/generated/Models/AllDevicesAssignmentTarget.cs +++ b/src/generated/Models/AllDevicesAssignmentTarget.cs @@ -10,7 +10,7 @@ namespace ApiSdk.Models { /// public class AllDevicesAssignmentTarget : DeviceAndAppManagementAssignmentTarget, IParsable { /// - /// Instantiates a new allDevicesAssignmentTarget and sets the default values. + /// Instantiates a new and sets the default values. /// public AllDevicesAssignmentTarget() : base() { OdataType = "#microsoft.graph.allDevicesAssignmentTarget"; @@ -18,6 +18,7 @@ public AllDevicesAssignmentTarget() : base() { /// /// 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 new AllDevicesAssignmentTarget CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public AllDevicesAssignmentTarget() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/AllLicensedUsersAssignmentTarget.cs b/src/generated/Models/AllLicensedUsersAssignmentTarget.cs index b6ae339d45..ef8d7576f6 100644 --- a/src/generated/Models/AllLicensedUsersAssignmentTarget.cs +++ b/src/generated/Models/AllLicensedUsersAssignmentTarget.cs @@ -10,7 +10,7 @@ namespace ApiSdk.Models { /// public class AllLicensedUsersAssignmentTarget : DeviceAndAppManagementAssignmentTarget, IParsable { /// - /// Instantiates a new allLicensedUsersAssignmentTarget and sets the default values. + /// Instantiates a new and sets the default values. /// public AllLicensedUsersAssignmentTarget() : base() { OdataType = "#microsoft.graph.allLicensedUsersAssignmentTarget"; @@ -18,6 +18,7 @@ public AllLicensedUsersAssignmentTarget() : base() { /// /// 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 new AllLicensedUsersAssignmentTarget CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public AllLicensedUsersAssignmentTarget() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/AllowedValue.cs b/src/generated/Models/AllowedValue.cs index 7c06c9de17..bb9f8c1418 100644 --- a/src/generated/Models/AllowedValue.cs +++ b/src/generated/Models/AllowedValue.cs @@ -11,6 +11,7 @@ public class AllowedValue : Entity, IParsable { /// /// 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 new AllowedValue CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -19,6 +20,7 @@ public class AllowedValue : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"isActive", n => { IsActive = n.GetBoolValue(); } }, diff --git a/src/generated/Models/AllowedValueCollectionResponse.cs b/src/generated/Models/AllowedValueCollectionResponse.cs index 990b8ad4d4..40b9305436 100644 --- a/src/generated/Models/AllowedValueCollectionResponse.cs +++ b/src/generated/Models/AllowedValueCollectionResponse.cs @@ -17,6 +17,7 @@ public class AllowedValueCollectionResponse : BaseCollectionPaginationCountRespo /// /// 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 new AllowedValueCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AllowedValueCollectionResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AllowedValue.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AlterationResponse.cs b/src/generated/Models/AlterationResponse.cs index fc67909459..4cbb20b8b0 100644 --- a/src/generated/Models/AlterationResponse.cs +++ b/src/generated/Models/AlterationResponse.cs @@ -35,7 +35,7 @@ public class AlterationResponse : IAdditionalDataHolder, IParsable { /// Defines the type of the spelling correction. Possible values are: suggestion, modification. public SearchAlterationType? QueryAlterationType { get; set; } /// - /// Instantiates a new alterationResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public AlterationResponse() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public AlterationResponse() { /// /// 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 AlterationResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static AlterationResponse CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/AlteredQueryToken.cs b/src/generated/Models/AlteredQueryToken.cs index 1ee3cd50d3..93f6be5522 100644 --- a/src/generated/Models/AlteredQueryToken.cs +++ b/src/generated/Models/AlteredQueryToken.cs @@ -29,7 +29,7 @@ public class AlteredQueryToken : IAdditionalDataHolder, IParsable { public string Suggestion { get; set; } #endif /// - /// Instantiates a new alteredQueryToken and sets the default values. + /// Instantiates a new and sets the default values. /// public AlteredQueryToken() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public AlteredQueryToken() { /// /// 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 AlteredQueryToken CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static AlteredQueryToken CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"length", n => { Length = n.GetIntValue(); } }, diff --git a/src/generated/Models/AlternativeSecurityId.cs b/src/generated/Models/AlternativeSecurityId.cs index 2fb642b893..d3a431b616 100644 --- a/src/generated/Models/AlternativeSecurityId.cs +++ b/src/generated/Models/AlternativeSecurityId.cs @@ -35,7 +35,7 @@ public class AlternativeSecurityId : IAdditionalDataHolder, IParsable { /// For internal use only. public int? Type { get; set; } /// - /// Instantiates a new alternativeSecurityId and sets the default values. + /// Instantiates a new and sets the default values. /// public AlternativeSecurityId() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public AlternativeSecurityId() { /// /// 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 AlternativeSecurityId CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static AlternativeSecurityId CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"identityProvider", n => { IdentityProvider = n.GetStringValue(); } }, diff --git a/src/generated/Models/AndroidCompliancePolicy.cs b/src/generated/Models/AndroidCompliancePolicy.cs index 2f4f4516d9..735b6bad3c 100644 --- a/src/generated/Models/AndroidCompliancePolicy.cs +++ b/src/generated/Models/AndroidCompliancePolicy.cs @@ -70,7 +70,7 @@ public class AndroidCompliancePolicy : DeviceCompliancePolicy, IParsable { /// Require encryption on Android devices. public bool? StorageRequireEncryption { get; set; } /// - /// Instantiates a new androidCompliancePolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public AndroidCompliancePolicy() : base() { OdataType = "#microsoft.graph.androidCompliancePolicy"; @@ -78,6 +78,7 @@ public AndroidCompliancePolicy() : base() { /// /// 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 new AndroidCompliancePolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -86,6 +87,7 @@ public AndroidCompliancePolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deviceThreatProtectionEnabled", n => { DeviceThreatProtectionEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/AndroidCustomConfiguration.cs b/src/generated/Models/AndroidCustomConfiguration.cs index 6808b722f6..282cbef883 100644 --- a/src/generated/Models/AndroidCustomConfiguration.cs +++ b/src/generated/Models/AndroidCustomConfiguration.cs @@ -18,7 +18,7 @@ public class AndroidCustomConfiguration : DeviceConfiguration, IParsable { public List OmaSettings { get; set; } #endif /// - /// Instantiates a new androidCustomConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public AndroidCustomConfiguration() : base() { OdataType = "#microsoft.graph.androidCustomConfiguration"; @@ -26,6 +26,7 @@ public AndroidCustomConfiguration() : base() { /// /// 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 new AndroidCustomConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public AndroidCustomConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"omaSettings", n => { OmaSettings = n.GetCollectionOfObjectValues(OmaSetting.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AndroidGeneralDeviceConfiguration.cs b/src/generated/Models/AndroidGeneralDeviceConfiguration.cs index 8910889085..1eda01c748 100644 --- a/src/generated/Models/AndroidGeneralDeviceConfiguration.cs +++ b/src/generated/Models/AndroidGeneralDeviceConfiguration.cs @@ -136,7 +136,7 @@ public class AndroidGeneralDeviceConfiguration : DeviceConfiguration, IParsable /// Indicates whether or not to block syncing Wi-Fi. public bool? WiFiBlocked { get; set; } /// - /// Instantiates a new androidGeneralDeviceConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public AndroidGeneralDeviceConfiguration() : base() { OdataType = "#microsoft.graph.androidGeneralDeviceConfiguration"; @@ -144,6 +144,7 @@ public AndroidGeneralDeviceConfiguration() : base() { /// /// 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 new AndroidGeneralDeviceConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -152,6 +153,7 @@ public AndroidGeneralDeviceConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appsBlockClipboardSharing", n => { AppsBlockClipboardSharing = n.GetBoolValue(); } }, diff --git a/src/generated/Models/AndroidLobApp.cs b/src/generated/Models/AndroidLobApp.cs index 3e85f49747..3516f9a732 100644 --- a/src/generated/Models/AndroidLobApp.cs +++ b/src/generated/Models/AndroidLobApp.cs @@ -42,7 +42,7 @@ public class AndroidLobApp : MobileLobApp, IParsable { public string VersionName { get; set; } #endif /// - /// Instantiates a new androidLobApp and sets the default values. + /// Instantiates a new and sets the default values. /// public AndroidLobApp() : base() { OdataType = "#microsoft.graph.androidLobApp"; @@ -50,6 +50,7 @@ public AndroidLobApp() : base() { /// /// 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 new AndroidLobApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public AndroidLobApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"minimumSupportedOperatingSystem", n => { MinimumSupportedOperatingSystem = n.GetObjectValue(AndroidMinimumOperatingSystem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AndroidLobAppCollectionResponse.cs b/src/generated/Models/AndroidLobAppCollectionResponse.cs index 45a53f6f17..5bdaccf553 100644 --- a/src/generated/Models/AndroidLobAppCollectionResponse.cs +++ b/src/generated/Models/AndroidLobAppCollectionResponse.cs @@ -17,6 +17,7 @@ public class AndroidLobAppCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new AndroidLobAppCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AndroidLobAppCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AndroidLobApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AndroidManagedAppProtection.cs b/src/generated/Models/AndroidManagedAppProtection.cs index 7314df58bc..c7e905a03e 100644 --- a/src/generated/Models/AndroidManagedAppProtection.cs +++ b/src/generated/Models/AndroidManagedAppProtection.cs @@ -66,7 +66,7 @@ public class AndroidManagedAppProtection : TargetedManagedAppProtection, IParsab /// Indicates whether a managed user can take screen captures of managed apps public bool? ScreenCaptureBlocked { get; set; } /// - /// Instantiates a new androidManagedAppProtection and sets the default values. + /// Instantiates a new and sets the default values. /// public AndroidManagedAppProtection() : base() { OdataType = "#microsoft.graph.androidManagedAppProtection"; @@ -74,6 +74,7 @@ public AndroidManagedAppProtection() : base() { /// /// 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 new AndroidManagedAppProtection CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -82,6 +83,7 @@ public AndroidManagedAppProtection() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"apps", n => { Apps = n.GetCollectionOfObjectValues(ManagedMobileApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AndroidManagedAppProtectionCollectionResponse.cs b/src/generated/Models/AndroidManagedAppProtectionCollectionResponse.cs index a7e53ad135..3aa73e3f13 100644 --- a/src/generated/Models/AndroidManagedAppProtectionCollectionResponse.cs +++ b/src/generated/Models/AndroidManagedAppProtectionCollectionResponse.cs @@ -17,6 +17,7 @@ public class AndroidManagedAppProtectionCollectionResponse : BaseCollectionPagin /// /// 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 new AndroidManagedAppProtectionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AndroidManagedAppProtectionCollectionResponse : BaseCollectionPagin /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AndroidManagedAppProtection.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AndroidManagedAppRegistration.cs b/src/generated/Models/AndroidManagedAppRegistration.cs index 50f45d0b66..d3a6cf6851 100644 --- a/src/generated/Models/AndroidManagedAppRegistration.cs +++ b/src/generated/Models/AndroidManagedAppRegistration.cs @@ -10,7 +10,7 @@ namespace ApiSdk.Models { /// public class AndroidManagedAppRegistration : ManagedAppRegistration, IParsable { /// - /// Instantiates a new androidManagedAppRegistration and sets the default values. + /// Instantiates a new and sets the default values. /// public AndroidManagedAppRegistration() : base() { OdataType = "#microsoft.graph.androidManagedAppRegistration"; @@ -18,6 +18,7 @@ public AndroidManagedAppRegistration() : base() { /// /// 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 new AndroidManagedAppRegistration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public AndroidManagedAppRegistration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/AndroidMinimumOperatingSystem.cs b/src/generated/Models/AndroidMinimumOperatingSystem.cs index dee55c2b8a..3c66ae3c38 100644 --- a/src/generated/Models/AndroidMinimumOperatingSystem.cs +++ b/src/generated/Models/AndroidMinimumOperatingSystem.cs @@ -52,7 +52,7 @@ public class AndroidMinimumOperatingSystem : IAdditionalDataHolder, IParsable { /// When TRUE, only Version 9.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE. public bool? V90 { get; set; } /// - /// Instantiates a new androidMinimumOperatingSystem and sets the default values. + /// Instantiates a new and sets the default values. /// public AndroidMinimumOperatingSystem() { AdditionalData = new Dictionary(); @@ -60,6 +60,7 @@ public AndroidMinimumOperatingSystem() { /// /// 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 AndroidMinimumOperatingSystem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -68,6 +69,7 @@ public static AndroidMinimumOperatingSystem CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/AndroidMobileAppIdentifier.cs b/src/generated/Models/AndroidMobileAppIdentifier.cs index 5dfd0ab9b7..5067a10149 100644 --- a/src/generated/Models/AndroidMobileAppIdentifier.cs +++ b/src/generated/Models/AndroidMobileAppIdentifier.cs @@ -18,7 +18,7 @@ public class AndroidMobileAppIdentifier : MobileAppIdentifier, IParsable { public string PackageId { get; set; } #endif /// - /// Instantiates a new androidMobileAppIdentifier and sets the default values. + /// Instantiates a new and sets the default values. /// public AndroidMobileAppIdentifier() : base() { OdataType = "#microsoft.graph.androidMobileAppIdentifier"; @@ -26,6 +26,7 @@ public AndroidMobileAppIdentifier() : base() { /// /// 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 new AndroidMobileAppIdentifier CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public AndroidMobileAppIdentifier() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"packageId", n => { PackageId = n.GetStringValue(); } }, diff --git a/src/generated/Models/AndroidStoreApp.cs b/src/generated/Models/AndroidStoreApp.cs index f890a43987..ffbe3d78a5 100644 --- a/src/generated/Models/AndroidStoreApp.cs +++ b/src/generated/Models/AndroidStoreApp.cs @@ -34,7 +34,7 @@ public class AndroidStoreApp : MobileApp, IParsable { public string PackageId { get; set; } #endif /// - /// Instantiates a new androidStoreApp and sets the default values. + /// Instantiates a new and sets the default values. /// public AndroidStoreApp() : base() { OdataType = "#microsoft.graph.androidStoreApp"; @@ -42,6 +42,7 @@ public AndroidStoreApp() : base() { /// /// 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 new AndroidStoreApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public AndroidStoreApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appStoreUrl", n => { AppStoreUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/AndroidStoreAppCollectionResponse.cs b/src/generated/Models/AndroidStoreAppCollectionResponse.cs index 8b1aceeb8b..1a91d5ae63 100644 --- a/src/generated/Models/AndroidStoreAppCollectionResponse.cs +++ b/src/generated/Models/AndroidStoreAppCollectionResponse.cs @@ -17,6 +17,7 @@ public class AndroidStoreAppCollectionResponse : BaseCollectionPaginationCountRe /// /// 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 new AndroidStoreAppCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AndroidStoreAppCollectionResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AndroidStoreApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AndroidWorkProfileCompliancePolicy.cs b/src/generated/Models/AndroidWorkProfileCompliancePolicy.cs index 77667481b7..e36b8881df 100644 --- a/src/generated/Models/AndroidWorkProfileCompliancePolicy.cs +++ b/src/generated/Models/AndroidWorkProfileCompliancePolicy.cs @@ -70,7 +70,7 @@ public class AndroidWorkProfileCompliancePolicy : DeviceCompliancePolicy, IParsa /// Require encryption on Android devices. public bool? StorageRequireEncryption { get; set; } /// - /// Instantiates a new androidWorkProfileCompliancePolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public AndroidWorkProfileCompliancePolicy() : base() { OdataType = "#microsoft.graph.androidWorkProfileCompliancePolicy"; @@ -78,6 +78,7 @@ public AndroidWorkProfileCompliancePolicy() : base() { /// /// 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 new AndroidWorkProfileCompliancePolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -86,6 +87,7 @@ public AndroidWorkProfileCompliancePolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deviceThreatProtectionEnabled", n => { DeviceThreatProtectionEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/AndroidWorkProfileCustomConfiguration.cs b/src/generated/Models/AndroidWorkProfileCustomConfiguration.cs index de945ff5f9..e59c423538 100644 --- a/src/generated/Models/AndroidWorkProfileCustomConfiguration.cs +++ b/src/generated/Models/AndroidWorkProfileCustomConfiguration.cs @@ -18,7 +18,7 @@ public class AndroidWorkProfileCustomConfiguration : DeviceConfiguration, IParsa public List OmaSettings { get; set; } #endif /// - /// Instantiates a new androidWorkProfileCustomConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public AndroidWorkProfileCustomConfiguration() : base() { OdataType = "#microsoft.graph.androidWorkProfileCustomConfiguration"; @@ -26,6 +26,7 @@ public AndroidWorkProfileCustomConfiguration() : base() { /// /// 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 new AndroidWorkProfileCustomConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public AndroidWorkProfileCustomConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"omaSettings", n => { OmaSettings = n.GetCollectionOfObjectValues(OmaSetting.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AndroidWorkProfileGeneralDeviceConfiguration.cs b/src/generated/Models/AndroidWorkProfileGeneralDeviceConfiguration.cs index 7f1a4f5d1b..17a86aaca9 100644 --- a/src/generated/Models/AndroidWorkProfileGeneralDeviceConfiguration.cs +++ b/src/generated/Models/AndroidWorkProfileGeneralDeviceConfiguration.cs @@ -78,7 +78,7 @@ public class AndroidWorkProfileGeneralDeviceConfiguration : DeviceConfiguration, /// Password is required or not for work profile public bool? WorkProfileRequirePassword { get; set; } /// - /// Instantiates a new androidWorkProfileGeneralDeviceConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public AndroidWorkProfileGeneralDeviceConfiguration() : base() { OdataType = "#microsoft.graph.androidWorkProfileGeneralDeviceConfiguration"; @@ -86,6 +86,7 @@ public AndroidWorkProfileGeneralDeviceConfiguration() : base() { /// /// 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 new AndroidWorkProfileGeneralDeviceConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -94,6 +95,7 @@ public AndroidWorkProfileGeneralDeviceConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"passwordBlockFingerprintUnlock", n => { PasswordBlockFingerprintUnlock = n.GetBoolValue(); } }, diff --git a/src/generated/Models/AnonymousGuestConversationMember.cs b/src/generated/Models/AnonymousGuestConversationMember.cs index 5e85411789..be1c1184ce 100644 --- a/src/generated/Models/AnonymousGuestConversationMember.cs +++ b/src/generated/Models/AnonymousGuestConversationMember.cs @@ -15,7 +15,7 @@ public class AnonymousGuestConversationMember : ConversationMember, IParsable { public string AnonymousGuestId { get; set; } #endif /// - /// Instantiates a new anonymousGuestConversationMember and sets the default values. + /// Instantiates a new and sets the default values. /// public AnonymousGuestConversationMember() : base() { OdataType = "#microsoft.graph.anonymousGuestConversationMember"; @@ -23,6 +23,7 @@ public AnonymousGuestConversationMember() : base() { /// /// 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 new AnonymousGuestConversationMember CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public AnonymousGuestConversationMember() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"anonymousGuestId", n => { AnonymousGuestId = n.GetStringValue(); } }, diff --git a/src/generated/Models/ApiApplication.cs b/src/generated/Models/ApiApplication.cs index d72ad17e44..5e7dbae94a 100644 --- a/src/generated/Models/ApiApplication.cs +++ b/src/generated/Models/ApiApplication.cs @@ -45,7 +45,7 @@ public class ApiApplication : IAdditionalDataHolder, IParsable { /// Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount or PersonalMicrosoftAccount, the value for this property must be 2. public int? RequestedAccessTokenVersion { get; set; } /// - /// Instantiates a new apiApplication and sets the default values. + /// Instantiates a new and sets the default values. /// public ApiApplication() { AdditionalData = new Dictionary(); @@ -53,6 +53,7 @@ public ApiApplication() { /// /// 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 ApiApplication CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -61,6 +62,7 @@ public static ApiApplication CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"acceptMappedClaims", n => { AcceptMappedClaims = n.GetBoolValue(); } }, diff --git a/src/generated/Models/ApiAuthenticationConfigurationBase.cs b/src/generated/Models/ApiAuthenticationConfigurationBase.cs index e3e3dbf302..78af533fe4 100644 --- a/src/generated/Models/ApiAuthenticationConfigurationBase.cs +++ b/src/generated/Models/ApiAuthenticationConfigurationBase.cs @@ -17,7 +17,7 @@ public class ApiAuthenticationConfigurationBase : IAdditionalDataHolder, IParsab public string OdataType { get; set; } #endif /// - /// Instantiates a new apiAuthenticationConfigurationBase and sets the default values. + /// Instantiates a new and sets the default values. /// public ApiAuthenticationConfigurationBase() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ApiAuthenticationConfigurationBase() { /// /// 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 ApiAuthenticationConfigurationBase CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static ApiAuthenticationConfigurationBase CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/AppCatalogs.cs b/src/generated/Models/AppCatalogs.cs index 79b159e54a..44221bd88e 100644 --- a/src/generated/Models/AppCatalogs.cs +++ b/src/generated/Models/AppCatalogs.cs @@ -17,6 +17,7 @@ public class AppCatalogs : Entity, IParsable { /// /// 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 new AppCatalogs CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AppCatalogs : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"teamsApps", n => { TeamsApps = n.GetCollectionOfObjectValues(TeamsApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AppConfigurationSettingItem.cs b/src/generated/Models/AppConfigurationSettingItem.cs index 80a50d544a..6f335fa814 100644 --- a/src/generated/Models/AppConfigurationSettingItem.cs +++ b/src/generated/Models/AppConfigurationSettingItem.cs @@ -38,7 +38,7 @@ public class AppConfigurationSettingItem : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new appConfigurationSettingItem and sets the default values. + /// Instantiates a new and sets the default values. /// public AppConfigurationSettingItem() { AdditionalData = new Dictionary(); @@ -46,6 +46,7 @@ public AppConfigurationSettingItem() { /// /// 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 AppConfigurationSettingItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -54,6 +55,7 @@ public static AppConfigurationSettingItem CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"appConfigKey", n => { AppConfigKey = n.GetStringValue(); } }, diff --git a/src/generated/Models/AppConsentApprovalRoute.cs b/src/generated/Models/AppConsentApprovalRoute.cs index b972655fe0..ca91742cc0 100644 --- a/src/generated/Models/AppConsentApprovalRoute.cs +++ b/src/generated/Models/AppConsentApprovalRoute.cs @@ -17,6 +17,7 @@ public class AppConsentApprovalRoute : Entity, IParsable { /// /// 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 new AppConsentApprovalRoute CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AppConsentApprovalRoute : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appConsentRequests", n => { AppConsentRequests = n.GetCollectionOfObjectValues(AppConsentRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AppConsentRequest.cs b/src/generated/Models/AppConsentRequest.cs index 25d2fee507..539314e86b 100644 --- a/src/generated/Models/AppConsentRequest.cs +++ b/src/generated/Models/AppConsentRequest.cs @@ -41,6 +41,7 @@ public class AppConsentRequest : Entity, IParsable { /// /// 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 new AppConsentRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public class AppConsentRequest : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appDisplayName", n => { AppDisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/AppConsentRequestCollectionResponse.cs b/src/generated/Models/AppConsentRequestCollectionResponse.cs index 2a5d2e1fe6..1b770ab55c 100644 --- a/src/generated/Models/AppConsentRequestCollectionResponse.cs +++ b/src/generated/Models/AppConsentRequestCollectionResponse.cs @@ -17,6 +17,7 @@ public class AppConsentRequestCollectionResponse : BaseCollectionPaginationCount /// /// 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 new AppConsentRequestCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AppConsentRequestCollectionResponse : BaseCollectionPaginationCount /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AppConsentRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AppConsentRequestScope.cs b/src/generated/Models/AppConsentRequestScope.cs index bfdc1b46a6..1906b43b34 100644 --- a/src/generated/Models/AppConsentRequestScope.cs +++ b/src/generated/Models/AppConsentRequestScope.cs @@ -25,7 +25,7 @@ public class AppConsentRequestScope : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new appConsentRequestScope and sets the default values. + /// Instantiates a new and sets the default values. /// public AppConsentRequestScope() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public AppConsentRequestScope() { /// /// 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 AppConsentRequestScope CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static AppConsentRequestScope CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/AppHostedMediaConfig.cs b/src/generated/Models/AppHostedMediaConfig.cs index 4c0778a4e4..5e7ca21ae9 100644 --- a/src/generated/Models/AppHostedMediaConfig.cs +++ b/src/generated/Models/AppHostedMediaConfig.cs @@ -15,7 +15,7 @@ public class AppHostedMediaConfig : MediaConfig, IParsable { public string Blob { get; set; } #endif /// - /// Instantiates a new appHostedMediaConfig and sets the default values. + /// Instantiates a new and sets the default values. /// public AppHostedMediaConfig() : base() { OdataType = "#microsoft.graph.appHostedMediaConfig"; @@ -23,6 +23,7 @@ public AppHostedMediaConfig() : base() { /// /// 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 new AppHostedMediaConfig CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public AppHostedMediaConfig() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"blob", n => { Blob = n.GetStringValue(); } }, diff --git a/src/generated/Models/AppIdentity.cs b/src/generated/Models/AppIdentity.cs index 1480f99a3a..df2c11cad6 100644 --- a/src/generated/Models/AppIdentity.cs +++ b/src/generated/Models/AppIdentity.cs @@ -49,7 +49,7 @@ public class AppIdentity : IAdditionalDataHolder, IParsable { public string ServicePrincipalName { get; set; } #endif /// - /// Instantiates a new appIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public AppIdentity() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public AppIdentity() { /// /// 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 AppIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static AppIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"appId", n => { AppId = n.GetStringValue(); } }, diff --git a/src/generated/Models/AppListItem.cs b/src/generated/Models/AppListItem.cs index db1ae3170a..6db7c73034 100644 --- a/src/generated/Models/AppListItem.cs +++ b/src/generated/Models/AppListItem.cs @@ -52,7 +52,7 @@ public class AppListItem : IAdditionalDataHolder, IParsable { public string Publisher { get; set; } #endif /// - /// Instantiates a new appListItem and sets the default values. + /// Instantiates a new and sets the default values. /// public AppListItem() { AdditionalData = new Dictionary(); @@ -60,6 +60,7 @@ public AppListItem() { /// /// 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 AppListItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -68,6 +69,7 @@ public static AppListItem CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"appId", n => { AppId = n.GetStringValue(); } }, diff --git a/src/generated/Models/AppLogCollectionDownloadDetails.cs b/src/generated/Models/AppLogCollectionDownloadDetails.cs index 0379c7e5d7..1a98dfc1c4 100644 --- a/src/generated/Models/AppLogCollectionDownloadDetails.cs +++ b/src/generated/Models/AppLogCollectionDownloadDetails.cs @@ -35,7 +35,7 @@ public class AppLogCollectionDownloadDetails : IAdditionalDataHolder, IParsable public string OdataType { get; set; } #endif /// - /// Instantiates a new appLogCollectionDownloadDetails and sets the default values. + /// Instantiates a new and sets the default values. /// public AppLogCollectionDownloadDetails() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public AppLogCollectionDownloadDetails() { /// /// 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 AppLogCollectionDownloadDetails CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static AppLogCollectionDownloadDetails CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"appLogDecryptionAlgorithm", n => { AppLogDecryptionAlgorithm = n.GetEnumValue(); } }, diff --git a/src/generated/Models/AppLogCollectionRequest.cs b/src/generated/Models/AppLogCollectionRequest.cs index 9f97917fd3..311044a259 100644 --- a/src/generated/Models/AppLogCollectionRequest.cs +++ b/src/generated/Models/AppLogCollectionRequest.cs @@ -32,6 +32,7 @@ public class AppLogCollectionRequest : Entity, IParsable { /// /// 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 new AppLogCollectionRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -40,6 +41,7 @@ public class AppLogCollectionRequest : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"completedDateTime", n => { CompletedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/AppLogCollectionRequestCollectionResponse.cs b/src/generated/Models/AppLogCollectionRequestCollectionResponse.cs index b9c1a2b4a6..d476aad16f 100644 --- a/src/generated/Models/AppLogCollectionRequestCollectionResponse.cs +++ b/src/generated/Models/AppLogCollectionRequestCollectionResponse.cs @@ -17,6 +17,7 @@ public class AppLogCollectionRequestCollectionResponse : BaseCollectionPaginatio /// /// 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 new AppLogCollectionRequestCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AppLogCollectionRequestCollectionResponse : BaseCollectionPaginatio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AppLogCollectionRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AppManagementConfiguration.cs b/src/generated/Models/AppManagementConfiguration.cs index 6d3189ef26..162b628951 100644 --- a/src/generated/Models/AppManagementConfiguration.cs +++ b/src/generated/Models/AppManagementConfiguration.cs @@ -33,7 +33,7 @@ public class AppManagementConfiguration : IAdditionalDataHolder, IParsable { public List PasswordCredentials { get; set; } #endif /// - /// Instantiates a new appManagementConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public AppManagementConfiguration() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public AppManagementConfiguration() { /// /// 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 AppManagementConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static AppManagementConfiguration CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"keyCredentials", n => { KeyCredentials = n.GetCollectionOfObjectValues(KeyCredentialConfiguration.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AppManagementPolicy.cs b/src/generated/Models/AppManagementPolicy.cs index c0f51b745a..ce8bf534d3 100644 --- a/src/generated/Models/AppManagementPolicy.cs +++ b/src/generated/Models/AppManagementPolicy.cs @@ -25,7 +25,7 @@ public class AppManagementPolicy : PolicyBase, IParsable { public AppManagementConfiguration Restrictions { get; set; } #endif /// - /// Instantiates a new appManagementPolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public AppManagementPolicy() : base() { OdataType = "#microsoft.graph.appManagementPolicy"; @@ -33,6 +33,7 @@ public AppManagementPolicy() : base() { /// /// 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 new AppManagementPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public AppManagementPolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appliesTo", n => { AppliesTo = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AppManagementPolicyCollectionResponse.cs b/src/generated/Models/AppManagementPolicyCollectionResponse.cs index 48dfd65a85..fef3e7e797 100644 --- a/src/generated/Models/AppManagementPolicyCollectionResponse.cs +++ b/src/generated/Models/AppManagementPolicyCollectionResponse.cs @@ -17,6 +17,7 @@ public class AppManagementPolicyCollectionResponse : BaseCollectionPaginationCou /// /// 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 new AppManagementPolicyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AppManagementPolicyCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AppManagementPolicy.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AppRole.cs b/src/generated/Models/AppRole.cs index 402a1d7911..befbfed361 100644 --- a/src/generated/Models/AppRole.cs +++ b/src/generated/Models/AppRole.cs @@ -61,7 +61,7 @@ public class AppRole : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new appRole and sets the default values. + /// Instantiates a new and sets the default values. /// public AppRole() { AdditionalData = new Dictionary(); @@ -69,6 +69,7 @@ public AppRole() { /// /// 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 AppRole CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -77,6 +78,7 @@ public static AppRole CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowedMemberTypes", n => { AllowedMemberTypes = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/AppRoleAssignment.cs b/src/generated/Models/AppRoleAssignment.cs index 8653662dd8..8473600a48 100644 --- a/src/generated/Models/AppRoleAssignment.cs +++ b/src/generated/Models/AppRoleAssignment.cs @@ -39,7 +39,7 @@ public class AppRoleAssignment : DirectoryObject, IParsable { /// The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). public Guid? ResourceId { get; set; } /// - /// Instantiates a new appRoleAssignment and sets the default values. + /// Instantiates a new and sets the default values. /// public AppRoleAssignment() : base() { OdataType = "#microsoft.graph.appRoleAssignment"; @@ -47,6 +47,7 @@ public AppRoleAssignment() : base() { /// /// 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 new AppRoleAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public AppRoleAssignment() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appRoleId", n => { AppRoleId = n.GetGuidValue(); } }, diff --git a/src/generated/Models/AppRoleAssignmentCollectionResponse.cs b/src/generated/Models/AppRoleAssignmentCollectionResponse.cs index 1e94804b00..b0e6d7df03 100644 --- a/src/generated/Models/AppRoleAssignmentCollectionResponse.cs +++ b/src/generated/Models/AppRoleAssignmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class AppRoleAssignmentCollectionResponse : BaseCollectionPaginationCount /// /// 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 new AppRoleAssignmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AppRoleAssignmentCollectionResponse : BaseCollectionPaginationCount /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AppRoleAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AppScope.cs b/src/generated/Models/AppScope.cs index d787a441d2..b9dbf45dc1 100644 --- a/src/generated/Models/AppScope.cs +++ b/src/generated/Models/AppScope.cs @@ -25,6 +25,7 @@ public class AppScope : Entity, IParsable { /// /// 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 new AppScope CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class AppScope : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/AppleDeviceFeaturesConfigurationBase.cs b/src/generated/Models/AppleDeviceFeaturesConfigurationBase.cs index 240a3150b8..c7e186c195 100644 --- a/src/generated/Models/AppleDeviceFeaturesConfigurationBase.cs +++ b/src/generated/Models/AppleDeviceFeaturesConfigurationBase.cs @@ -10,7 +10,7 @@ namespace ApiSdk.Models { /// public class AppleDeviceFeaturesConfigurationBase : DeviceConfiguration, IParsable { /// - /// Instantiates a new appleDeviceFeaturesConfigurationBase and sets the default values. + /// Instantiates a new and sets the default values. /// public AppleDeviceFeaturesConfigurationBase() : base() { OdataType = "#microsoft.graph.appleDeviceFeaturesConfigurationBase"; @@ -18,6 +18,7 @@ public AppleDeviceFeaturesConfigurationBase() : base() { /// /// 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 new AppleDeviceFeaturesConfigurationBase CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public AppleDeviceFeaturesConfigurationBase() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/AppleManagedIdentityProvider.cs b/src/generated/Models/AppleManagedIdentityProvider.cs index add5cebaab..6c207aeebf 100644 --- a/src/generated/Models/AppleManagedIdentityProvider.cs +++ b/src/generated/Models/AppleManagedIdentityProvider.cs @@ -39,7 +39,7 @@ public class AppleManagedIdentityProvider : IdentityProviderBase, IParsable { public string ServiceId { get; set; } #endif /// - /// Instantiates a new appleManagedIdentityProvider and sets the default values. + /// Instantiates a new and sets the default values. /// public AppleManagedIdentityProvider() : base() { OdataType = "#microsoft.graph.appleManagedIdentityProvider"; @@ -47,6 +47,7 @@ public AppleManagedIdentityProvider() : base() { /// /// 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 new AppleManagedIdentityProvider CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public AppleManagedIdentityProvider() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"certificateData", n => { CertificateData = n.GetStringValue(); } }, diff --git a/src/generated/Models/ApplePushNotificationCertificate.cs b/src/generated/Models/ApplePushNotificationCertificate.cs index 699183ddaa..19f78f0b44 100644 --- a/src/generated/Models/ApplePushNotificationCertificate.cs +++ b/src/generated/Models/ApplePushNotificationCertificate.cs @@ -64,6 +64,7 @@ public class ApplePushNotificationCertificate : Entity, IParsable { /// /// 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 new ApplePushNotificationCertificate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -72,6 +73,7 @@ public class ApplePushNotificationCertificate : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appleIdentifier", n => { AppleIdentifier = n.GetStringValue(); } }, diff --git a/src/generated/Models/Application.cs b/src/generated/Models/Application.cs index 0d915dabe6..0ca567d605 100644 --- a/src/generated/Models/Application.cs +++ b/src/generated/Models/Application.cs @@ -319,6 +319,14 @@ public class Application : DirectoryObject, IParsable { #nullable restore #else public List TokenLifetimePolicies { get; set; } +#endif + /// The uniqueName property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? UniqueName { get; set; } +#nullable restore +#else + public string UniqueName { get; set; } #endif /// Specifies the verified publisher of the application. For more information about how publisher verification helps support application security, trustworthiness, and compliance, see Publisher verification. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -337,7 +345,7 @@ public class Application : DirectoryObject, IParsable { public WebApplication Web { get; set; } #endif /// - /// Instantiates a new application and sets the default values. + /// Instantiates a new and sets the default values. /// public Application() : base() { OdataType = "#microsoft.graph.application"; @@ -345,6 +353,7 @@ public Application() : base() { /// /// 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 new Application CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -353,6 +362,7 @@ public Application() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"addIns", n => { AddIns = n.GetCollectionOfObjectValues(AddIn.CreateFromDiscriminatorValue)?.ToList(); } }, @@ -398,6 +408,7 @@ public override IDictionary> GetFieldDeserializers() {"tokenEncryptionKeyId", n => { TokenEncryptionKeyId = n.GetGuidValue(); } }, {"tokenIssuancePolicies", n => { TokenIssuancePolicies = n.GetCollectionOfObjectValues(TokenIssuancePolicy.CreateFromDiscriminatorValue)?.ToList(); } }, {"tokenLifetimePolicies", n => { TokenLifetimePolicies = n.GetCollectionOfObjectValues(TokenLifetimePolicy.CreateFromDiscriminatorValue)?.ToList(); } }, + {"uniqueName", n => { UniqueName = n.GetStringValue(); } }, {"verifiedPublisher", n => { VerifiedPublisher = n.GetObjectValue(ApiSdk.Models.VerifiedPublisher.CreateFromDiscriminatorValue); } }, {"web", n => { Web = n.GetObjectValue(WebApplication.CreateFromDiscriminatorValue); } }, }; @@ -452,6 +463,7 @@ public override void Serialize(ISerializationWriter writer) { writer.WriteGuidValue("tokenEncryptionKeyId", TokenEncryptionKeyId); writer.WriteCollectionOfObjectValues("tokenIssuancePolicies", TokenIssuancePolicies); writer.WriteCollectionOfObjectValues("tokenLifetimePolicies", TokenLifetimePolicies); + writer.WriteStringValue("uniqueName", UniqueName); writer.WriteObjectValue("verifiedPublisher", VerifiedPublisher); writer.WriteObjectValue("web", Web); } diff --git a/src/generated/Models/ApplicationCollectionResponse.cs b/src/generated/Models/ApplicationCollectionResponse.cs index 4a17a94685..e3636bcc57 100644 --- a/src/generated/Models/ApplicationCollectionResponse.cs +++ b/src/generated/Models/ApplicationCollectionResponse.cs @@ -17,6 +17,7 @@ public class ApplicationCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new ApplicationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ApplicationCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Application.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ApplicationEnforcedRestrictionsSessionControl.cs b/src/generated/Models/ApplicationEnforcedRestrictionsSessionControl.cs index 8e90865b0a..e69a4a08a9 100644 --- a/src/generated/Models/ApplicationEnforcedRestrictionsSessionControl.cs +++ b/src/generated/Models/ApplicationEnforcedRestrictionsSessionControl.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class ApplicationEnforcedRestrictionsSessionControl : ConditionalAccessSessionControl, IParsable { /// - /// Instantiates a new applicationEnforcedRestrictionsSessionControl and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplicationEnforcedRestrictionsSessionControl() : base() { OdataType = "#microsoft.graph.applicationEnforcedRestrictionsSessionControl"; @@ -15,6 +15,7 @@ public ApplicationEnforcedRestrictionsSessionControl() : base() { /// /// 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 new ApplicationEnforcedRestrictionsSessionControl CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public ApplicationEnforcedRestrictionsSessionControl() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/ApplicationServicePrincipal.cs b/src/generated/Models/ApplicationServicePrincipal.cs index 0dffa625f7..6ac8bf4e7f 100644 --- a/src/generated/Models/ApplicationServicePrincipal.cs +++ b/src/generated/Models/ApplicationServicePrincipal.cs @@ -33,7 +33,7 @@ public class ApplicationServicePrincipal : IAdditionalDataHolder, IParsable { public ApiSdk.Models.ServicePrincipal ServicePrincipal { get; set; } #endif /// - /// Instantiates a new applicationServicePrincipal and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplicationServicePrincipal() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public ApplicationServicePrincipal() { /// /// 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 ApplicationServicePrincipal CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static ApplicationServicePrincipal CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"application", n => { Application = n.GetObjectValue(ApiSdk.Models.Application.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ApplicationTemplate.cs b/src/generated/Models/ApplicationTemplate.cs index b06e2d3e31..c8059bbd95 100644 --- a/src/generated/Models/ApplicationTemplate.cs +++ b/src/generated/Models/ApplicationTemplate.cs @@ -73,6 +73,7 @@ public class ApplicationTemplate : Entity, IParsable { /// /// 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 new ApplicationTemplate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -81,6 +82,7 @@ public class ApplicationTemplate : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"categories", n => { Categories = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/ApplicationTemplateCollectionResponse.cs b/src/generated/Models/ApplicationTemplateCollectionResponse.cs index f28d330eb9..b87c53c65e 100644 --- a/src/generated/Models/ApplicationTemplateCollectionResponse.cs +++ b/src/generated/Models/ApplicationTemplateCollectionResponse.cs @@ -17,6 +17,7 @@ public class ApplicationTemplateCollectionResponse : BaseCollectionPaginationCou /// /// 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 new ApplicationTemplateCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ApplicationTemplateCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApplicationTemplate.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AppliedConditionalAccessPolicy.cs b/src/generated/Models/AppliedConditionalAccessPolicy.cs index d092812ace..62d03e67a5 100644 --- a/src/generated/Models/AppliedConditionalAccessPolicy.cs +++ b/src/generated/Models/AppliedConditionalAccessPolicy.cs @@ -51,7 +51,7 @@ public class AppliedConditionalAccessPolicy : IAdditionalDataHolder, IParsable { /// Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. You must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. public AppliedConditionalAccessPolicyResult? Result { get; set; } /// - /// Instantiates a new appliedConditionalAccessPolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public AppliedConditionalAccessPolicy() { AdditionalData = new Dictionary(); @@ -59,6 +59,7 @@ public AppliedConditionalAccessPolicy() { /// /// 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 AppliedConditionalAccessPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public static AppliedConditionalAccessPolicy CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/Approval.cs b/src/generated/Models/Approval.cs index 15f3dade35..40c9195b53 100644 --- a/src/generated/Models/Approval.cs +++ b/src/generated/Models/Approval.cs @@ -17,6 +17,7 @@ public class Approval : Entity, IParsable { /// /// 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 new Approval CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class Approval : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"stages", n => { Stages = n.GetCollectionOfObjectValues(ApprovalStage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ApprovalCollectionResponse.cs b/src/generated/Models/ApprovalCollectionResponse.cs index d8c40e4d4e..453e2dc887 100644 --- a/src/generated/Models/ApprovalCollectionResponse.cs +++ b/src/generated/Models/ApprovalCollectionResponse.cs @@ -17,6 +17,7 @@ public class ApprovalCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new ApprovalCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ApprovalCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Approval.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ApprovalSettings.cs b/src/generated/Models/ApprovalSettings.cs index 2461719bb9..e041be6065 100644 --- a/src/generated/Models/ApprovalSettings.cs +++ b/src/generated/Models/ApprovalSettings.cs @@ -39,7 +39,7 @@ public class ApprovalSettings : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new approvalSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public ApprovalSettings() { AdditionalData = new Dictionary(); @@ -47,6 +47,7 @@ public ApprovalSettings() { /// /// 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 ApprovalSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public static ApprovalSettings CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"approvalMode", n => { ApprovalMode = n.GetStringValue(); } }, diff --git a/src/generated/Models/ApprovalStage.cs b/src/generated/Models/ApprovalStage.cs index 374f5c2ee9..ad4ee07ab7 100644 --- a/src/generated/Models/ApprovalStage.cs +++ b/src/generated/Models/ApprovalStage.cs @@ -53,6 +53,7 @@ public class ApprovalStage : Entity, IParsable { /// /// 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 new ApprovalStage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -61,6 +62,7 @@ public class ApprovalStage : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assignedToMe", n => { AssignedToMe = n.GetBoolValue(); } }, diff --git a/src/generated/Models/ApprovalStageCollectionResponse.cs b/src/generated/Models/ApprovalStageCollectionResponse.cs index 0be5a979a3..fe950e0dec 100644 --- a/src/generated/Models/ApprovalStageCollectionResponse.cs +++ b/src/generated/Models/ApprovalStageCollectionResponse.cs @@ -17,6 +17,7 @@ public class ApprovalStageCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new ApprovalStageCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ApprovalStageCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApprovalStage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ArchivedPrintJob.cs b/src/generated/Models/ArchivedPrintJob.cs index 902237fa75..2a311e3ca4 100644 --- a/src/generated/Models/ArchivedPrintJob.cs +++ b/src/generated/Models/ArchivedPrintJob.cs @@ -61,7 +61,7 @@ public class ArchivedPrintJob : IAdditionalDataHolder, IParsable { /// The processingState property public PrintJobProcessingState? ProcessingState { get; set; } /// - /// Instantiates a new archivedPrintJob and sets the default values. + /// Instantiates a new and sets the default values. /// public ArchivedPrintJob() { AdditionalData = new Dictionary(); @@ -69,6 +69,7 @@ public ArchivedPrintJob() { /// /// 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 ArchivedPrintJob CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -77,6 +78,7 @@ public static ArchivedPrintJob CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"acquiredByPrinter", n => { AcquiredByPrinter = n.GetBoolValue(); } }, diff --git a/src/generated/Models/AssignedLabel.cs b/src/generated/Models/AssignedLabel.cs index 95f7f667fc..18da0b16f5 100644 --- a/src/generated/Models/AssignedLabel.cs +++ b/src/generated/Models/AssignedLabel.cs @@ -33,7 +33,7 @@ public class AssignedLabel : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new assignedLabel and sets the default values. + /// Instantiates a new and sets the default values. /// public AssignedLabel() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public AssignedLabel() { /// /// 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 AssignedLabel CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static AssignedLabel CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/AssignedLicense.cs b/src/generated/Models/AssignedLicense.cs index 65b79cb7a8..cc44356ab3 100644 --- a/src/generated/Models/AssignedLicense.cs +++ b/src/generated/Models/AssignedLicense.cs @@ -27,7 +27,7 @@ public class AssignedLicense : IAdditionalDataHolder, IParsable { /// The unique identifier for the SKU. public Guid? SkuId { get; set; } /// - /// Instantiates a new assignedLicense and sets the default values. + /// Instantiates a new and sets the default values. /// public AssignedLicense() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public AssignedLicense() { /// /// 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 AssignedLicense CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static AssignedLicense CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"disabledPlans", n => { DisabledPlans = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/AssignedPlan.cs b/src/generated/Models/AssignedPlan.cs index 55b685e78b..d71a8469b9 100644 --- a/src/generated/Models/AssignedPlan.cs +++ b/src/generated/Models/AssignedPlan.cs @@ -37,7 +37,7 @@ public class AssignedPlan : IAdditionalDataHolder, IParsable { /// A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. public Guid? ServicePlanId { get; set; } /// - /// Instantiates a new assignedPlan and sets the default values. + /// Instantiates a new and sets the default values. /// public AssignedPlan() { AdditionalData = new Dictionary(); @@ -45,6 +45,7 @@ public AssignedPlan() { /// /// 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 AssignedPlan CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public static AssignedPlan CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"assignedDateTime", n => { AssignedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/AssignedTrainingInfo.cs b/src/generated/Models/AssignedTrainingInfo.cs index e3e2f5e5db..6893815bad 100644 --- a/src/generated/Models/AssignedTrainingInfo.cs +++ b/src/generated/Models/AssignedTrainingInfo.cs @@ -29,7 +29,7 @@ public class AssignedTrainingInfo : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new assignedTrainingInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public AssignedTrainingInfo() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public AssignedTrainingInfo() { /// /// 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 AssignedTrainingInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static AssignedTrainingInfo CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"assignedUserCount", n => { AssignedUserCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/AssignmentOrder.cs b/src/generated/Models/AssignmentOrder.cs index ca5c2d7018..4cee058737 100644 --- a/src/generated/Models/AssignmentOrder.cs +++ b/src/generated/Models/AssignmentOrder.cs @@ -25,7 +25,7 @@ public class AssignmentOrder : IAdditionalDataHolder, IParsable { public List Order { get; set; } #endif /// - /// Instantiates a new assignmentOrder and sets the default values. + /// Instantiates a new and sets the default values. /// public AssignmentOrder() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public AssignmentOrder() { /// /// 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 AssignmentOrder CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static AssignmentOrder CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/AssociatedTeamInfo.cs b/src/generated/Models/AssociatedTeamInfo.cs index 23b65352a4..2e0f8bd496 100644 --- a/src/generated/Models/AssociatedTeamInfo.cs +++ b/src/generated/Models/AssociatedTeamInfo.cs @@ -9,6 +9,7 @@ public class AssociatedTeamInfo : TeamInfo, IParsable { /// /// 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 new AssociatedTeamInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class AssociatedTeamInfo : TeamInfo, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/AssociatedTeamInfoCollectionResponse.cs b/src/generated/Models/AssociatedTeamInfoCollectionResponse.cs index 2bb3783cca..a593ba0954 100644 --- a/src/generated/Models/AssociatedTeamInfoCollectionResponse.cs +++ b/src/generated/Models/AssociatedTeamInfoCollectionResponse.cs @@ -17,6 +17,7 @@ public class AssociatedTeamInfoCollectionResponse : BaseCollectionPaginationCoun /// /// 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 new AssociatedTeamInfoCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AssociatedTeamInfoCollectionResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AssociatedTeamInfo.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Attachment.cs b/src/generated/Models/Attachment.cs index c32f3c58c9..4159fae9e9 100644 --- a/src/generated/Models/Attachment.cs +++ b/src/generated/Models/Attachment.cs @@ -31,6 +31,7 @@ public class Attachment : Entity, IParsable { /// /// 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 new Attachment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public class Attachment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"contentType", n => { ContentType = n.GetStringValue(); } }, diff --git a/src/generated/Models/AttachmentBase.cs b/src/generated/Models/AttachmentBase.cs index 67b31abde8..fc23d03526 100644 --- a/src/generated/Models/AttachmentBase.cs +++ b/src/generated/Models/AttachmentBase.cs @@ -29,6 +29,7 @@ public class AttachmentBase : Entity, IParsable { /// /// 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 new AttachmentBase CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class AttachmentBase : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"contentType", n => { ContentType = n.GetStringValue(); } }, diff --git a/src/generated/Models/AttachmentBaseCollectionResponse.cs b/src/generated/Models/AttachmentBaseCollectionResponse.cs index f43f6f48e1..d8177dc310 100644 --- a/src/generated/Models/AttachmentBaseCollectionResponse.cs +++ b/src/generated/Models/AttachmentBaseCollectionResponse.cs @@ -17,6 +17,7 @@ public class AttachmentBaseCollectionResponse : BaseCollectionPaginationCountRes /// /// 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 new AttachmentBaseCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AttachmentBaseCollectionResponse : BaseCollectionPaginationCountRes /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AttachmentBase.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AttachmentCollectionResponse.cs b/src/generated/Models/AttachmentCollectionResponse.cs index c64ff75269..518aef5972 100644 --- a/src/generated/Models/AttachmentCollectionResponse.cs +++ b/src/generated/Models/AttachmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class AttachmentCollectionResponse : BaseCollectionPaginationCountRespons /// /// 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 new AttachmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AttachmentCollectionResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Attachment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AttachmentInfo.cs b/src/generated/Models/AttachmentInfo.cs index 5d574bd7ff..27dbb8c23c 100644 --- a/src/generated/Models/AttachmentInfo.cs +++ b/src/generated/Models/AttachmentInfo.cs @@ -37,7 +37,7 @@ public class AttachmentInfo : IAdditionalDataHolder, IParsable { /// The length of the attachment in bytes. Required. public long? Size { get; set; } /// - /// Instantiates a new attachmentInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public AttachmentInfo() { AdditionalData = new Dictionary(); @@ -45,6 +45,7 @@ public AttachmentInfo() { /// /// 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 AttachmentInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public static AttachmentInfo CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"attachmentType", n => { AttachmentType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/AttachmentItem.cs b/src/generated/Models/AttachmentItem.cs index 4f640e8028..8fae4dd63a 100644 --- a/src/generated/Models/AttachmentItem.cs +++ b/src/generated/Models/AttachmentItem.cs @@ -47,7 +47,7 @@ public class AttachmentItem : IAdditionalDataHolder, IParsable { /// The length of the attachment in bytes. Required. public long? Size { get; set; } /// - /// Instantiates a new attachmentItem and sets the default values. + /// Instantiates a new and sets the default values. /// public AttachmentItem() { AdditionalData = new Dictionary(); @@ -55,6 +55,7 @@ public AttachmentItem() { /// /// 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 AttachmentItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -63,6 +64,7 @@ public static AttachmentItem CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"attachmentType", n => { AttachmentType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/AttachmentSession.cs b/src/generated/Models/AttachmentSession.cs index 67c328d2a8..59cb31a1b3 100644 --- a/src/generated/Models/AttachmentSession.cs +++ b/src/generated/Models/AttachmentSession.cs @@ -27,6 +27,7 @@ public class AttachmentSession : Entity, IParsable { /// /// 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 new AttachmentSession CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public class AttachmentSession : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"content", n => { Content = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/AttachmentSessionCollectionResponse.cs b/src/generated/Models/AttachmentSessionCollectionResponse.cs index 1cab21d9b8..b58ffdac99 100644 --- a/src/generated/Models/AttachmentSessionCollectionResponse.cs +++ b/src/generated/Models/AttachmentSessionCollectionResponse.cs @@ -17,6 +17,7 @@ public class AttachmentSessionCollectionResponse : BaseCollectionPaginationCount /// /// 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 new AttachmentSessionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AttachmentSessionCollectionResponse : BaseCollectionPaginationCount /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AttachmentSession.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AttackSimulationOperation.cs b/src/generated/Models/AttackSimulationOperation.cs index 3f6520216c..40b8cad102 100644 --- a/src/generated/Models/AttackSimulationOperation.cs +++ b/src/generated/Models/AttackSimulationOperation.cs @@ -21,6 +21,7 @@ public class AttackSimulationOperation : LongRunningOperation, IParsable { /// /// 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 new AttackSimulationOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -29,6 +30,7 @@ public class AttackSimulationOperation : LongRunningOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"percentageCompleted", n => { PercentageCompleted = n.GetIntValue(); } }, diff --git a/src/generated/Models/AttackSimulationOperationCollectionResponse.cs b/src/generated/Models/AttackSimulationOperationCollectionResponse.cs index 73e3bef254..489882c0fb 100644 --- a/src/generated/Models/AttackSimulationOperationCollectionResponse.cs +++ b/src/generated/Models/AttackSimulationOperationCollectionResponse.cs @@ -17,6 +17,7 @@ public class AttackSimulationOperationCollectionResponse : BaseCollectionPaginat /// /// 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 new AttackSimulationOperationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AttackSimulationOperationCollectionResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AttackSimulationOperation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AttackSimulationRepeatOffender.cs b/src/generated/Models/AttackSimulationRepeatOffender.cs index c8f0c94d9d..a4a52565c8 100644 --- a/src/generated/Models/AttackSimulationRepeatOffender.cs +++ b/src/generated/Models/AttackSimulationRepeatOffender.cs @@ -27,7 +27,7 @@ public class AttackSimulationRepeatOffender : IAdditionalDataHolder, IParsable { /// Number of repeat offences of the user in attack simulation and training campaigns. public int? RepeatOffenceCount { get; set; } /// - /// Instantiates a new attackSimulationRepeatOffender and sets the default values. + /// Instantiates a new and sets the default values. /// public AttackSimulationRepeatOffender() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public AttackSimulationRepeatOffender() { /// /// 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 AttackSimulationRepeatOffender CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static AttackSimulationRepeatOffender CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"attackSimulationUser", n => { AttackSimulationUser = n.GetObjectValue(ApiSdk.Models.AttackSimulationUser.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AttackSimulationRoot.cs b/src/generated/Models/AttackSimulationRoot.cs index e5dd11ea70..c69109cfe1 100644 --- a/src/generated/Models/AttackSimulationRoot.cs +++ b/src/generated/Models/AttackSimulationRoot.cs @@ -73,6 +73,7 @@ public class AttackSimulationRoot : Entity, IParsable { /// /// 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 new AttackSimulationRoot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -81,6 +82,7 @@ public class AttackSimulationRoot : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"endUserNotifications", n => { EndUserNotifications = n.GetCollectionOfObjectValues(EndUserNotification.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AttackSimulationSimulationUserCoverage.cs b/src/generated/Models/AttackSimulationSimulationUserCoverage.cs index f852fd3fd4..acad68503b 100644 --- a/src/generated/Models/AttackSimulationSimulationUserCoverage.cs +++ b/src/generated/Models/AttackSimulationSimulationUserCoverage.cs @@ -33,7 +33,7 @@ public class AttackSimulationSimulationUserCoverage : IAdditionalDataHolder, IPa /// Number of attack simulation and training campaigns that the user was included in. public int? SimulationCount { get; set; } /// - /// Instantiates a new attackSimulationSimulationUserCoverage and sets the default values. + /// Instantiates a new and sets the default values. /// public AttackSimulationSimulationUserCoverage() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public AttackSimulationSimulationUserCoverage() { /// /// 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 AttackSimulationSimulationUserCoverage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static AttackSimulationSimulationUserCoverage CreateFromDiscriminatorValu /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"attackSimulationUser", n => { AttackSimulationUser = n.GetObjectValue(ApiSdk.Models.AttackSimulationUser.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AttackSimulationTrainingUserCoverage.cs b/src/generated/Models/AttackSimulationTrainingUserCoverage.cs index 17905b6616..eb3d53476d 100644 --- a/src/generated/Models/AttackSimulationTrainingUserCoverage.cs +++ b/src/generated/Models/AttackSimulationTrainingUserCoverage.cs @@ -33,7 +33,7 @@ public class AttackSimulationTrainingUserCoverage : IAdditionalDataHolder, IPars public List UserTrainings { get; set; } #endif /// - /// Instantiates a new attackSimulationTrainingUserCoverage and sets the default values. + /// Instantiates a new and sets the default values. /// public AttackSimulationTrainingUserCoverage() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public AttackSimulationTrainingUserCoverage() { /// /// 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 AttackSimulationTrainingUserCoverage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static AttackSimulationTrainingUserCoverage CreateFromDiscriminatorValue( /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"attackSimulationUser", n => { AttackSimulationUser = n.GetObjectValue(ApiSdk.Models.AttackSimulationUser.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AttackSimulationUser.cs b/src/generated/Models/AttackSimulationUser.cs index ea62c430eb..e3ab0615b7 100644 --- a/src/generated/Models/AttackSimulationUser.cs +++ b/src/generated/Models/AttackSimulationUser.cs @@ -41,7 +41,7 @@ public class AttackSimulationUser : IAdditionalDataHolder, IParsable { public string UserId { get; set; } #endif /// - /// Instantiates a new attackSimulationUser and sets the default values. + /// Instantiates a new and sets the default values. /// public AttackSimulationUser() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public AttackSimulationUser() { /// /// 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 AttackSimulationUser CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static AttackSimulationUser CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/AttendanceInterval.cs b/src/generated/Models/AttendanceInterval.cs index 628f0b1620..5cd6eb70d9 100644 --- a/src/generated/Models/AttendanceInterval.cs +++ b/src/generated/Models/AttendanceInterval.cs @@ -23,7 +23,7 @@ public class AttendanceInterval : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new attendanceInterval and sets the default values. + /// Instantiates a new and sets the default values. /// public AttendanceInterval() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public AttendanceInterval() { /// /// 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 AttendanceInterval CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static AttendanceInterval CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"durationInSeconds", n => { DurationInSeconds = n.GetIntValue(); } }, diff --git a/src/generated/Models/AttendanceRecord.cs b/src/generated/Models/AttendanceRecord.cs index f343873417..c0ae7bdac4 100644 --- a/src/generated/Models/AttendanceRecord.cs +++ b/src/generated/Models/AttendanceRecord.cs @@ -43,6 +43,7 @@ public class AttendanceRecord : Entity, IParsable { /// /// 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 new AttendanceRecord CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public class AttendanceRecord : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"attendanceIntervals", n => { AttendanceIntervals = n.GetCollectionOfObjectValues(AttendanceInterval.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AttendanceRecordCollectionResponse.cs b/src/generated/Models/AttendanceRecordCollectionResponse.cs index 6d2d209649..7a0ee68c2c 100644 --- a/src/generated/Models/AttendanceRecordCollectionResponse.cs +++ b/src/generated/Models/AttendanceRecordCollectionResponse.cs @@ -17,6 +17,7 @@ public class AttendanceRecordCollectionResponse : BaseCollectionPaginationCountR /// /// 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 new AttendanceRecordCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AttendanceRecordCollectionResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AttendanceRecord.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Attendee.cs b/src/generated/Models/Attendee.cs index 593e286492..7f2fc67f4f 100644 --- a/src/generated/Models/Attendee.cs +++ b/src/generated/Models/Attendee.cs @@ -23,7 +23,7 @@ public class Attendee : AttendeeBase, IParsable { public ResponseStatus Status { get; set; } #endif /// - /// Instantiates a new attendee and sets the default values. + /// Instantiates a new and sets the default values. /// public Attendee() : base() { OdataType = "#microsoft.graph.attendee"; @@ -31,6 +31,7 @@ public Attendee() : base() { /// /// 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 new Attendee CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public Attendee() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"proposedNewTime", n => { ProposedNewTime = n.GetObjectValue(TimeSlot.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AttendeeAvailability.cs b/src/generated/Models/AttendeeAvailability.cs index d0408e243d..3caeedb942 100644 --- a/src/generated/Models/AttendeeAvailability.cs +++ b/src/generated/Models/AttendeeAvailability.cs @@ -27,7 +27,7 @@ public class AttendeeAvailability : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new attendeeAvailability and sets the default values. + /// Instantiates a new and sets the default values. /// public AttendeeAvailability() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public AttendeeAvailability() { /// /// 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 AttendeeAvailability CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static AttendeeAvailability CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"attendee", n => { Attendee = n.GetObjectValue(AttendeeBase.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AttendeeBase.cs b/src/generated/Models/AttendeeBase.cs index 17f68536dc..ce7bcf1c3b 100644 --- a/src/generated/Models/AttendeeBase.cs +++ b/src/generated/Models/AttendeeBase.cs @@ -9,7 +9,7 @@ public class AttendeeBase : Recipient, IParsable { /// The type of attendee. The possible values are: required, optional, resource. Currently if the attendee is a person, findMeetingTimes always considers the person is of the Required type. public AttendeeType? Type { get; set; } /// - /// Instantiates a new attendeeBase and sets the default values. + /// Instantiates a new and sets the default values. /// public AttendeeBase() : base() { OdataType = "#microsoft.graph.attendeeBase"; @@ -17,6 +17,7 @@ public AttendeeBase() : base() { /// /// 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 new AttendeeBase CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -29,6 +30,7 @@ public AttendeeBase() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"type", n => { Type = n.GetEnumValue(); } }, diff --git a/src/generated/Models/AttendeeNotificationInfo.cs b/src/generated/Models/AttendeeNotificationInfo.cs index 766232200a..c7971c4915 100644 --- a/src/generated/Models/AttendeeNotificationInfo.cs +++ b/src/generated/Models/AttendeeNotificationInfo.cs @@ -33,7 +33,7 @@ public class AttendeeNotificationInfo : IAdditionalDataHolder, IParsable { public string TimeZone { get; set; } #endif /// - /// Instantiates a new attendeeNotificationInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public AttendeeNotificationInfo() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public AttendeeNotificationInfo() { /// /// 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 AttendeeNotificationInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static AttendeeNotificationInfo CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/AttributeDefinition.cs b/src/generated/Models/AttributeDefinition.cs index fb77bc062c..4b52fa322f 100644 --- a/src/generated/Models/AttributeDefinition.cs +++ b/src/generated/Models/AttributeDefinition.cs @@ -71,7 +71,7 @@ public class AttributeDefinition : IAdditionalDataHolder, IParsable { /// The type property public AttributeType? Type { get; set; } /// - /// Instantiates a new attributeDefinition and sets the default values. + /// Instantiates a new and sets the default values. /// public AttributeDefinition() { AdditionalData = new Dictionary(); @@ -79,6 +79,7 @@ public AttributeDefinition() { /// /// 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 AttributeDefinition CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -87,6 +88,7 @@ public static AttributeDefinition CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"anchor", n => { Anchor = n.GetBoolValue(); } }, diff --git a/src/generated/Models/AttributeDefinitionMetadataEntry.cs b/src/generated/Models/AttributeDefinitionMetadataEntry.cs index 86638727f1..41ff4a5304 100644 --- a/src/generated/Models/AttributeDefinitionMetadataEntry.cs +++ b/src/generated/Models/AttributeDefinitionMetadataEntry.cs @@ -27,7 +27,7 @@ public class AttributeDefinitionMetadataEntry : IAdditionalDataHolder, IParsable public string Value { get; set; } #endif /// - /// Instantiates a new attributeDefinitionMetadataEntry and sets the default values. + /// Instantiates a new and sets the default values. /// public AttributeDefinitionMetadataEntry() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public AttributeDefinitionMetadataEntry() { /// /// 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 AttributeDefinitionMetadataEntry CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static AttributeDefinitionMetadataEntry CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"key", n => { Key = n.GetEnumValue(); } }, diff --git a/src/generated/Models/AttributeMapping.cs b/src/generated/Models/AttributeMapping.cs index fe8d662e86..b5c93ae96f 100644 --- a/src/generated/Models/AttributeMapping.cs +++ b/src/generated/Models/AttributeMapping.cs @@ -49,7 +49,7 @@ public class AttributeMapping : IAdditionalDataHolder, IParsable { public string TargetAttributeName { get; set; } #endif /// - /// Instantiates a new attributeMapping and sets the default values. + /// Instantiates a new and sets the default values. /// public AttributeMapping() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public AttributeMapping() { /// /// 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 AttributeMapping CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static AttributeMapping CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"defaultValue", n => { DefaultValue = n.GetStringValue(); } }, diff --git a/src/generated/Models/AttributeMappingFunctionSchema.cs b/src/generated/Models/AttributeMappingFunctionSchema.cs index dc8df62103..bc1405014a 100644 --- a/src/generated/Models/AttributeMappingFunctionSchema.cs +++ b/src/generated/Models/AttributeMappingFunctionSchema.cs @@ -17,6 +17,7 @@ public class AttributeMappingFunctionSchema : Entity, IParsable { /// /// 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 new AttributeMappingFunctionSchema CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AttributeMappingFunctionSchema : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"parameters", n => { Parameters = n.GetCollectionOfObjectValues(AttributeMappingParameterSchema.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AttributeMappingFunctionSchemaCollectionResponse.cs b/src/generated/Models/AttributeMappingFunctionSchemaCollectionResponse.cs index 5cf9ff1364..db3a43ae73 100644 --- a/src/generated/Models/AttributeMappingFunctionSchemaCollectionResponse.cs +++ b/src/generated/Models/AttributeMappingFunctionSchemaCollectionResponse.cs @@ -17,6 +17,7 @@ public class AttributeMappingFunctionSchemaCollectionResponse : BaseCollectionPa /// /// 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 new AttributeMappingFunctionSchemaCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AttributeMappingFunctionSchemaCollectionResponse : BaseCollectionPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AttributeMappingFunctionSchema.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AttributeMappingParameterSchema.cs b/src/generated/Models/AttributeMappingParameterSchema.cs index 83f8dc0c36..d1b5b6ff1a 100644 --- a/src/generated/Models/AttributeMappingParameterSchema.cs +++ b/src/generated/Models/AttributeMappingParameterSchema.cs @@ -31,7 +31,7 @@ public class AttributeMappingParameterSchema : IAdditionalDataHolder, IParsable /// The type property public AttributeType? Type { get; set; } /// - /// Instantiates a new attributeMappingParameterSchema and sets the default values. + /// Instantiates a new and sets the default values. /// public AttributeMappingParameterSchema() { AdditionalData = new Dictionary(); @@ -39,6 +39,7 @@ public AttributeMappingParameterSchema() { /// /// 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 AttributeMappingParameterSchema CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public static AttributeMappingParameterSchema CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowMultipleOccurrences", n => { AllowMultipleOccurrences = n.GetBoolValue(); } }, diff --git a/src/generated/Models/AttributeMappingSource.cs b/src/generated/Models/AttributeMappingSource.cs index b99eae994c..8916980cb0 100644 --- a/src/generated/Models/AttributeMappingSource.cs +++ b/src/generated/Models/AttributeMappingSource.cs @@ -43,7 +43,7 @@ public class AttributeMappingSource : IAdditionalDataHolder, IParsable { /// The type property public AttributeMappingSourceType? Type { get; set; } /// - /// Instantiates a new attributeMappingSource and sets the default values. + /// Instantiates a new and sets the default values. /// public AttributeMappingSource() { AdditionalData = new Dictionary(); @@ -51,6 +51,7 @@ public AttributeMappingSource() { /// /// 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 AttributeMappingSource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static AttributeMappingSource CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"expression", n => { Expression = n.GetStringValue(); } }, diff --git a/src/generated/Models/AttributeRuleMembers.cs b/src/generated/Models/AttributeRuleMembers.cs index 8b20b7a639..9ce1361c78 100644 --- a/src/generated/Models/AttributeRuleMembers.cs +++ b/src/generated/Models/AttributeRuleMembers.cs @@ -23,7 +23,7 @@ public class AttributeRuleMembers : SubjectSet, IParsable { public string MembershipRule { get; set; } #endif /// - /// Instantiates a new attributeRuleMembers and sets the default values. + /// Instantiates a new and sets the default values. /// public AttributeRuleMembers() : base() { OdataType = "#microsoft.graph.attributeRuleMembers"; @@ -31,6 +31,7 @@ public AttributeRuleMembers() : base() { /// /// 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 new AttributeRuleMembers CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public AttributeRuleMembers() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/AttributeSet.cs b/src/generated/Models/AttributeSet.cs index eb9d7b2be5..f66ec5c98f 100644 --- a/src/generated/Models/AttributeSet.cs +++ b/src/generated/Models/AttributeSet.cs @@ -19,6 +19,7 @@ public class AttributeSet : Entity, IParsable { /// /// 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 new AttributeSet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class AttributeSet : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/AttributeSetCollectionResponse.cs b/src/generated/Models/AttributeSetCollectionResponse.cs index 487dcfa1d5..05d9bd1386 100644 --- a/src/generated/Models/AttributeSetCollectionResponse.cs +++ b/src/generated/Models/AttributeSetCollectionResponse.cs @@ -17,6 +17,7 @@ public class AttributeSetCollectionResponse : BaseCollectionPaginationCountRespo /// /// 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 new AttributeSetCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AttributeSetCollectionResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AttributeSet.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Audio.cs b/src/generated/Models/Audio.cs index 653bc599fa..a256abe9b3 100644 --- a/src/generated/Models/Audio.cs +++ b/src/generated/Models/Audio.cs @@ -91,7 +91,7 @@ public class Audio : IAdditionalDataHolder, IParsable { /// The year the audio file was recorded. public int? Year { get; set; } /// - /// Instantiates a new audio and sets the default values. + /// Instantiates a new and sets the default values. /// public Audio() { AdditionalData = new Dictionary(); @@ -99,6 +99,7 @@ public Audio() { /// /// 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 Audio CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -107,6 +108,7 @@ public static Audio CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"album", n => { Album = n.GetStringValue(); } }, diff --git a/src/generated/Models/AudioConferencing.cs b/src/generated/Models/AudioConferencing.cs index 569c74679a..755add75c7 100644 --- a/src/generated/Models/AudioConferencing.cs +++ b/src/generated/Models/AudioConferencing.cs @@ -65,7 +65,7 @@ public class AudioConferencing : IAdditionalDataHolder, IParsable { public List TollNumbers { get; set; } #endif /// - /// Instantiates a new audioConferencing and sets the default values. + /// Instantiates a new and sets the default values. /// public AudioConferencing() { AdditionalData = new Dictionary(); @@ -73,6 +73,7 @@ public AudioConferencing() { /// /// 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 AudioConferencing CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -81,6 +82,7 @@ public static AudioConferencing CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"conferenceId", n => { ConferenceId = n.GetStringValue(); } }, diff --git a/src/generated/Models/AudioRoutingGroup.cs b/src/generated/Models/AudioRoutingGroup.cs index 48f3924851..9c8dcc4601 100644 --- a/src/generated/Models/AudioRoutingGroup.cs +++ b/src/generated/Models/AudioRoutingGroup.cs @@ -27,6 +27,7 @@ public class AudioRoutingGroup : Entity, IParsable { /// /// 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 new AudioRoutingGroup CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public class AudioRoutingGroup : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"receivers", n => { Receivers = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/AudioRoutingGroupCollectionResponse.cs b/src/generated/Models/AudioRoutingGroupCollectionResponse.cs index b34257db7c..87004fc0b6 100644 --- a/src/generated/Models/AudioRoutingGroupCollectionResponse.cs +++ b/src/generated/Models/AudioRoutingGroupCollectionResponse.cs @@ -17,6 +17,7 @@ public class AudioRoutingGroupCollectionResponse : BaseCollectionPaginationCount /// /// 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 new AudioRoutingGroupCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AudioRoutingGroupCollectionResponse : BaseCollectionPaginationCount /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AudioRoutingGroup.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AuditActivityInitiator.cs b/src/generated/Models/AuditActivityInitiator.cs index 00d9c6e485..9c57dc19a2 100644 --- a/src/generated/Models/AuditActivityInitiator.cs +++ b/src/generated/Models/AuditActivityInitiator.cs @@ -33,7 +33,7 @@ public class AuditActivityInitiator : IAdditionalDataHolder, IParsable { public UserIdentity User { get; set; } #endif /// - /// Instantiates a new auditActivityInitiator and sets the default values. + /// Instantiates a new and sets the default values. /// public AuditActivityInitiator() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public AuditActivityInitiator() { /// /// 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 AuditActivityInitiator CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static AuditActivityInitiator CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"app", n => { App = n.GetObjectValue(AppIdentity.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AuditActor.cs b/src/generated/Models/AuditActor.cs index 9ccaae2d87..506b8a56f4 100644 --- a/src/generated/Models/AuditActor.cs +++ b/src/generated/Models/AuditActor.cs @@ -84,7 +84,7 @@ public class AuditActor : IAdditionalDataHolder, IParsable { public string UserPrincipalName { get; set; } #endif /// - /// Instantiates a new auditActor and sets the default values. + /// Instantiates a new and sets the default values. /// public AuditActor() { AdditionalData = new Dictionary(); @@ -92,6 +92,7 @@ public AuditActor() { /// /// 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 AuditActor CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -100,6 +101,7 @@ public static AuditActor CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"applicationDisplayName", n => { ApplicationDisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/AuditEvent.cs b/src/generated/Models/AuditEvent.cs index b1a5e4301a..b97ce476b0 100644 --- a/src/generated/Models/AuditEvent.cs +++ b/src/generated/Models/AuditEvent.cs @@ -88,6 +88,7 @@ public class AuditEvent : Entity, IParsable { /// /// 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 new AuditEvent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -96,6 +97,7 @@ public class AuditEvent : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activity", n => { Activity = n.GetStringValue(); } }, diff --git a/src/generated/Models/AuditEventCollectionResponse.cs b/src/generated/Models/AuditEventCollectionResponse.cs index 883ea44184..23204d4e29 100644 --- a/src/generated/Models/AuditEventCollectionResponse.cs +++ b/src/generated/Models/AuditEventCollectionResponse.cs @@ -17,6 +17,7 @@ public class AuditEventCollectionResponse : BaseCollectionPaginationCountRespons /// /// 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 new AuditEventCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AuditEventCollectionResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AuditEvent.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AuditLogRoot.cs b/src/generated/Models/AuditLogRoot.cs index 1eb478fca2..b06804fbf3 100644 --- a/src/generated/Models/AuditLogRoot.cs +++ b/src/generated/Models/AuditLogRoot.cs @@ -33,6 +33,7 @@ public class AuditLogRoot : Entity, IParsable { /// /// 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 new AuditLogRoot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class AuditLogRoot : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"directoryAudits", n => { DirectoryAudits = n.GetCollectionOfObjectValues(DirectoryAudit.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AuditProperty.cs b/src/generated/Models/AuditProperty.cs index 13d01ca1c0..483c3d36ef 100644 --- a/src/generated/Models/AuditProperty.cs +++ b/src/generated/Models/AuditProperty.cs @@ -44,7 +44,7 @@ public class AuditProperty : IAdditionalDataHolder, IParsable { public string OldValue { get; set; } #endif /// - /// Instantiates a new auditProperty and sets the default values. + /// Instantiates a new and sets the default values. /// public AuditProperty() { AdditionalData = new Dictionary(); @@ -52,6 +52,7 @@ public AuditProperty() { /// /// 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 AuditProperty CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -60,6 +61,7 @@ public static AuditProperty CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/AuditResource.cs b/src/generated/Models/AuditResource.cs index 26823224d3..0fbbb9a763 100644 --- a/src/generated/Models/AuditResource.cs +++ b/src/generated/Models/AuditResource.cs @@ -52,7 +52,7 @@ public class AuditResource : IAdditionalDataHolder, IParsable { public string ResourceId { get; set; } #endif /// - /// Instantiates a new auditResource and sets the default values. + /// Instantiates a new and sets the default values. /// public AuditResource() { AdditionalData = new Dictionary(); @@ -60,6 +60,7 @@ public AuditResource() { /// /// 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 AuditResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -68,6 +69,7 @@ public static AuditResource CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"auditResourceType", n => { AuditResourceType = n.GetStringValue(); } }, diff --git a/src/generated/Models/Authentication.cs b/src/generated/Models/Authentication.cs index 43a94a80e8..6442a97e14 100644 --- a/src/generated/Models/Authentication.cs +++ b/src/generated/Models/Authentication.cs @@ -89,6 +89,7 @@ public class Authentication : Entity, IParsable { /// /// 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 new Authentication CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -97,6 +98,7 @@ public class Authentication : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"emailMethods", n => { EmailMethods = n.GetCollectionOfObjectValues(EmailAuthenticationMethod.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AuthenticationCombinationConfiguration.cs b/src/generated/Models/AuthenticationCombinationConfiguration.cs index 5e56200e24..44d51d73a6 100644 --- a/src/generated/Models/AuthenticationCombinationConfiguration.cs +++ b/src/generated/Models/AuthenticationCombinationConfiguration.cs @@ -17,6 +17,7 @@ public class AuthenticationCombinationConfiguration : Entity, IParsable { /// /// 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 new AuthenticationCombinationConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -29,6 +30,7 @@ public class AuthenticationCombinationConfiguration : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appliesToCombinations", n => { AppliesToCombinations = n.GetCollectionOfEnumValues()?.ToList(); } }, diff --git a/src/generated/Models/AuthenticationCombinationConfigurationCollectionResponse.cs b/src/generated/Models/AuthenticationCombinationConfigurationCollectionResponse.cs index d68082c458..ef0608e2e4 100644 --- a/src/generated/Models/AuthenticationCombinationConfigurationCollectionResponse.cs +++ b/src/generated/Models/AuthenticationCombinationConfigurationCollectionResponse.cs @@ -17,6 +17,7 @@ public class AuthenticationCombinationConfigurationCollectionResponse : BaseColl /// /// 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 new AuthenticationCombinationConfigurationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AuthenticationCombinationConfigurationCollectionResponse : BaseColl /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AuthenticationCombinationConfiguration.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AuthenticationContextClassReference.cs b/src/generated/Models/AuthenticationContextClassReference.cs index dcc30056ca..b89c5e8fc6 100644 --- a/src/generated/Models/AuthenticationContextClassReference.cs +++ b/src/generated/Models/AuthenticationContextClassReference.cs @@ -27,6 +27,7 @@ public class AuthenticationContextClassReference : Entity, IParsable { /// /// 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 new AuthenticationContextClassReference CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public class AuthenticationContextClassReference : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/AuthenticationContextClassReferenceCollectionResponse.cs b/src/generated/Models/AuthenticationContextClassReferenceCollectionResponse.cs index 5402300530..4cbe6eb2f6 100644 --- a/src/generated/Models/AuthenticationContextClassReferenceCollectionResponse.cs +++ b/src/generated/Models/AuthenticationContextClassReferenceCollectionResponse.cs @@ -17,6 +17,7 @@ public class AuthenticationContextClassReferenceCollectionResponse : BaseCollect /// /// 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 new AuthenticationContextClassReferenceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AuthenticationContextClassReferenceCollectionResponse : BaseCollect /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AuthenticationContextClassReference.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AuthenticationFlowsPolicy.cs b/src/generated/Models/AuthenticationFlowsPolicy.cs index 5284830d27..53a3315ea3 100644 --- a/src/generated/Models/AuthenticationFlowsPolicy.cs +++ b/src/generated/Models/AuthenticationFlowsPolicy.cs @@ -33,6 +33,7 @@ public class AuthenticationFlowsPolicy : Entity, IParsable { /// /// 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 new AuthenticationFlowsPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class AuthenticationFlowsPolicy : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/AuthenticationMethod.cs b/src/generated/Models/AuthenticationMethod.cs index 27c8f64a88..01c91f6507 100644 --- a/src/generated/Models/AuthenticationMethod.cs +++ b/src/generated/Models/AuthenticationMethod.cs @@ -9,6 +9,7 @@ public class AuthenticationMethod : Entity, IParsable { /// /// 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 new AuthenticationMethod CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public class AuthenticationMethod : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/AuthenticationMethodCollectionResponse.cs b/src/generated/Models/AuthenticationMethodCollectionResponse.cs index 91ac88d42c..540a852a66 100644 --- a/src/generated/Models/AuthenticationMethodCollectionResponse.cs +++ b/src/generated/Models/AuthenticationMethodCollectionResponse.cs @@ -17,6 +17,7 @@ public class AuthenticationMethodCollectionResponse : BaseCollectionPaginationCo /// /// 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 new AuthenticationMethodCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AuthenticationMethodCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AuthenticationMethod.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AuthenticationMethodConfiguration.cs b/src/generated/Models/AuthenticationMethodConfiguration.cs index 5658d64c35..232f7360e8 100644 --- a/src/generated/Models/AuthenticationMethodConfiguration.cs +++ b/src/generated/Models/AuthenticationMethodConfiguration.cs @@ -19,6 +19,7 @@ public class AuthenticationMethodConfiguration : Entity, IParsable { /// /// 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 new AuthenticationMethodConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public class AuthenticationMethodConfiguration : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"excludeTargets", n => { ExcludeTargets = n.GetCollectionOfObjectValues(ExcludeTarget.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AuthenticationMethodConfigurationCollectionResponse.cs b/src/generated/Models/AuthenticationMethodConfigurationCollectionResponse.cs index 38e46f3bdd..e003cc144f 100644 --- a/src/generated/Models/AuthenticationMethodConfigurationCollectionResponse.cs +++ b/src/generated/Models/AuthenticationMethodConfigurationCollectionResponse.cs @@ -17,6 +17,7 @@ public class AuthenticationMethodConfigurationCollectionResponse : BaseCollectio /// /// 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 new AuthenticationMethodConfigurationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AuthenticationMethodConfigurationCollectionResponse : BaseCollectio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AuthenticationMethodConfiguration.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AuthenticationMethodFeatureConfiguration.cs b/src/generated/Models/AuthenticationMethodFeatureConfiguration.cs index 4c97a8483f..4c0d9d0512 100644 --- a/src/generated/Models/AuthenticationMethodFeatureConfiguration.cs +++ b/src/generated/Models/AuthenticationMethodFeatureConfiguration.cs @@ -35,7 +35,7 @@ public class AuthenticationMethodFeatureConfiguration : IAdditionalDataHolder, I /// Enable or disable the feature. Possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled. public AdvancedConfigState? State { get; set; } /// - /// Instantiates a new authenticationMethodFeatureConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public AuthenticationMethodFeatureConfiguration() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public AuthenticationMethodFeatureConfiguration() { /// /// 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 AuthenticationMethodFeatureConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static AuthenticationMethodFeatureConfiguration CreateFromDiscriminatorVa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"excludeTarget", n => { ExcludeTarget = n.GetObjectValue(FeatureTarget.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AuthenticationMethodModeDetail.cs b/src/generated/Models/AuthenticationMethodModeDetail.cs index 2b14b79966..8c350fa4f7 100644 --- a/src/generated/Models/AuthenticationMethodModeDetail.cs +++ b/src/generated/Models/AuthenticationMethodModeDetail.cs @@ -19,6 +19,7 @@ public class AuthenticationMethodModeDetail : Entity, IParsable { /// /// 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 new AuthenticationMethodModeDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class AuthenticationMethodModeDetail : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"authenticationMethod", n => { AuthenticationMethod = n.GetEnumValue(); } }, diff --git a/src/generated/Models/AuthenticationMethodModeDetailCollectionResponse.cs b/src/generated/Models/AuthenticationMethodModeDetailCollectionResponse.cs index 3b66b7926c..5a426a819e 100644 --- a/src/generated/Models/AuthenticationMethodModeDetailCollectionResponse.cs +++ b/src/generated/Models/AuthenticationMethodModeDetailCollectionResponse.cs @@ -17,6 +17,7 @@ public class AuthenticationMethodModeDetailCollectionResponse : BaseCollectionPa /// /// 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 new AuthenticationMethodModeDetailCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AuthenticationMethodModeDetailCollectionResponse : BaseCollectionPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AuthenticationMethodModeDetail.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AuthenticationMethodTarget.cs b/src/generated/Models/AuthenticationMethodTarget.cs index d06025d73b..c175155bce 100644 --- a/src/generated/Models/AuthenticationMethodTarget.cs +++ b/src/generated/Models/AuthenticationMethodTarget.cs @@ -13,6 +13,7 @@ public class AuthenticationMethodTarget : Entity, IParsable { /// /// 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 new AuthenticationMethodTarget CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class AuthenticationMethodTarget : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"isRegistrationRequired", n => { IsRegistrationRequired = n.GetBoolValue(); } }, diff --git a/src/generated/Models/AuthenticationMethodsPolicy.cs b/src/generated/Models/AuthenticationMethodsPolicy.cs index 89d266a1ef..d54d67bc71 100644 --- a/src/generated/Models/AuthenticationMethodsPolicy.cs +++ b/src/generated/Models/AuthenticationMethodsPolicy.cs @@ -55,6 +55,7 @@ public class AuthenticationMethodsPolicy : Entity, IParsable { /// /// 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 new AuthenticationMethodsPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -63,6 +64,7 @@ public class AuthenticationMethodsPolicy : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"authenticationMethodConfigurations", n => { AuthenticationMethodConfigurations = n.GetCollectionOfObjectValues(AuthenticationMethodConfiguration.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AuthenticationMethodsRegistrationCampaign.cs b/src/generated/Models/AuthenticationMethodsRegistrationCampaign.cs index 4c5934c1d4..7853c21c3a 100644 --- a/src/generated/Models/AuthenticationMethodsRegistrationCampaign.cs +++ b/src/generated/Models/AuthenticationMethodsRegistrationCampaign.cs @@ -37,7 +37,7 @@ public class AuthenticationMethodsRegistrationCampaign : IAdditionalDataHolder, /// The state property public AdvancedConfigState? State { get; set; } /// - /// Instantiates a new authenticationMethodsRegistrationCampaign and sets the default values. + /// Instantiates a new and sets the default values. /// public AuthenticationMethodsRegistrationCampaign() { AdditionalData = new Dictionary(); @@ -45,6 +45,7 @@ public AuthenticationMethodsRegistrationCampaign() { /// /// 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 AuthenticationMethodsRegistrationCampaign CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public static AuthenticationMethodsRegistrationCampaign CreateFromDiscriminatorV /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"excludeTargets", n => { ExcludeTargets = n.GetCollectionOfObjectValues(ExcludeTarget.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AuthenticationMethodsRegistrationCampaignIncludeTarget.cs b/src/generated/Models/AuthenticationMethodsRegistrationCampaignIncludeTarget.cs index 8ecbf4875b..51a5e90fad 100644 --- a/src/generated/Models/AuthenticationMethodsRegistrationCampaignIncludeTarget.cs +++ b/src/generated/Models/AuthenticationMethodsRegistrationCampaignIncludeTarget.cs @@ -35,7 +35,7 @@ public class AuthenticationMethodsRegistrationCampaignIncludeTarget : IAdditiona /// The targetType property public AuthenticationMethodTargetType? TargetType { get; set; } /// - /// Instantiates a new authenticationMethodsRegistrationCampaignIncludeTarget and sets the default values. + /// Instantiates a new and sets the default values. /// public AuthenticationMethodsRegistrationCampaignIncludeTarget() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public AuthenticationMethodsRegistrationCampaignIncludeTarget() { /// /// 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 AuthenticationMethodsRegistrationCampaignIncludeTarget CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static AuthenticationMethodsRegistrationCampaignIncludeTarget CreateFromD /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"id", n => { Id = n.GetStringValue(); } }, diff --git a/src/generated/Models/AuthenticationMethodsRoot.cs b/src/generated/Models/AuthenticationMethodsRoot.cs index d37fb2256e..396959d7b9 100644 --- a/src/generated/Models/AuthenticationMethodsRoot.cs +++ b/src/generated/Models/AuthenticationMethodsRoot.cs @@ -17,6 +17,7 @@ public class AuthenticationMethodsRoot : Entity, IParsable { /// /// 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 new AuthenticationMethodsRoot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AuthenticationMethodsRoot : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"userRegistrationDetails", n => { UserRegistrationDetails = n.GetCollectionOfObjectValues(ApiSdk.Models.UserRegistrationDetails.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AuthenticationStrengthPolicy.cs b/src/generated/Models/AuthenticationStrengthPolicy.cs index 0b406046ce..0a640cd25f 100644 --- a/src/generated/Models/AuthenticationStrengthPolicy.cs +++ b/src/generated/Models/AuthenticationStrengthPolicy.cs @@ -49,6 +49,7 @@ public class AuthenticationStrengthPolicy : Entity, IParsable { /// /// 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 new AuthenticationStrengthPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public class AuthenticationStrengthPolicy : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowedCombinations", n => { AllowedCombinations = n.GetCollectionOfEnumValues()?.ToList(); } }, diff --git a/src/generated/Models/AuthenticationStrengthPolicyCollectionResponse.cs b/src/generated/Models/AuthenticationStrengthPolicyCollectionResponse.cs index e48ea0280e..fffdebd12f 100644 --- a/src/generated/Models/AuthenticationStrengthPolicyCollectionResponse.cs +++ b/src/generated/Models/AuthenticationStrengthPolicyCollectionResponse.cs @@ -17,6 +17,7 @@ public class AuthenticationStrengthPolicyCollectionResponse : BaseCollectionPagi /// /// 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 new AuthenticationStrengthPolicyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AuthenticationStrengthPolicyCollectionResponse : BaseCollectionPagi /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AuthenticationStrengthPolicy.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AuthenticationStrengthRoot.cs b/src/generated/Models/AuthenticationStrengthRoot.cs index f0624dc6fb..f9d6554cd1 100644 --- a/src/generated/Models/AuthenticationStrengthRoot.cs +++ b/src/generated/Models/AuthenticationStrengthRoot.cs @@ -33,6 +33,7 @@ public class AuthenticationStrengthRoot : Entity, IParsable { /// /// 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 new AuthenticationStrengthRoot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class AuthenticationStrengthRoot : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"authenticationMethodModes", n => { AuthenticationMethodModes = n.GetCollectionOfObjectValues(AuthenticationMethodModeDetail.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AuthenticationStrengthUsage.cs b/src/generated/Models/AuthenticationStrengthUsage.cs index 43b8666b54..a705c0d066 100644 --- a/src/generated/Models/AuthenticationStrengthUsage.cs +++ b/src/generated/Models/AuthenticationStrengthUsage.cs @@ -33,7 +33,7 @@ public class AuthenticationStrengthUsage : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new authenticationStrengthUsage and sets the default values. + /// Instantiates a new and sets the default values. /// public AuthenticationStrengthUsage() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public AuthenticationStrengthUsage() { /// /// 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 AuthenticationStrengthUsage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static AuthenticationStrengthUsage CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"mfa", n => { Mfa = n.GetCollectionOfObjectValues(ConditionalAccessPolicy.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AuthoredNote.cs b/src/generated/Models/AuthoredNote.cs index a81f07db0b..3fe48b5c01 100644 --- a/src/generated/Models/AuthoredNote.cs +++ b/src/generated/Models/AuthoredNote.cs @@ -27,6 +27,7 @@ public class AuthoredNote : Entity, IParsable { /// /// 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 new AuthoredNote CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public class AuthoredNote : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"author", n => { Author = n.GetObjectValue(Identity.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AuthoredNoteCollectionResponse.cs b/src/generated/Models/AuthoredNoteCollectionResponse.cs index ae2e8f1e40..8bd1ccecbe 100644 --- a/src/generated/Models/AuthoredNoteCollectionResponse.cs +++ b/src/generated/Models/AuthoredNoteCollectionResponse.cs @@ -17,6 +17,7 @@ public class AuthoredNoteCollectionResponse : BaseCollectionPaginationCountRespo /// /// 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 new AuthoredNoteCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AuthoredNoteCollectionResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AuthoredNote.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/AuthorizationInfo.cs b/src/generated/Models/AuthorizationInfo.cs index a00ce18902..0ddddb9fc6 100644 --- a/src/generated/Models/AuthorizationInfo.cs +++ b/src/generated/Models/AuthorizationInfo.cs @@ -25,7 +25,7 @@ public class AuthorizationInfo : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new authorizationInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public AuthorizationInfo() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public AuthorizationInfo() { /// /// 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 AuthorizationInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static AuthorizationInfo CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"certificateUserIds", n => { CertificateUserIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/AuthorizationPolicy.cs b/src/generated/Models/AuthorizationPolicy.cs index f4c53ab09a..c9da96901d 100644 --- a/src/generated/Models/AuthorizationPolicy.cs +++ b/src/generated/Models/AuthorizationPolicy.cs @@ -29,7 +29,7 @@ public class AuthorizationPolicy : PolicyBase, IParsable { /// Represents role templateId for the role that should be granted to guest user. Currently following roles are supported: User (a0b1b346-4d3e-4e8b-98f8-753987be4970), Guest User (10dae51f-b6af-4016-8d66-8c2a99b929b3), and Restricted Guest User (2af84b1e-32c8-42b7-82bc-daa82404023b). public Guid? GuestUserRoleId { get; set; } /// - /// Instantiates a new authorizationPolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public AuthorizationPolicy() : base() { OdataType = "#microsoft.graph.authorizationPolicy"; @@ -37,6 +37,7 @@ public AuthorizationPolicy() : base() { /// /// 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 new AuthorizationPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public AuthorizationPolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowEmailVerifiedUsersToJoinOrganization", n => { AllowEmailVerifiedUsersToJoinOrganization = n.GetBoolValue(); } }, diff --git a/src/generated/Models/AutomaticRepliesMailTips.cs b/src/generated/Models/AutomaticRepliesMailTips.cs index e00e070925..a4385101a5 100644 --- a/src/generated/Models/AutomaticRepliesMailTips.cs +++ b/src/generated/Models/AutomaticRepliesMailTips.cs @@ -49,7 +49,7 @@ public class AutomaticRepliesMailTips : IAdditionalDataHolder, IParsable { public DateTimeTimeZone ScheduledStartTime { get; set; } #endif /// - /// Instantiates a new automaticRepliesMailTips and sets the default values. + /// Instantiates a new and sets the default values. /// public AutomaticRepliesMailTips() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public AutomaticRepliesMailTips() { /// /// 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 AutomaticRepliesMailTips CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static AutomaticRepliesMailTips CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"message", n => { Message = n.GetStringValue(); } }, diff --git a/src/generated/Models/AutomaticRepliesSetting.cs b/src/generated/Models/AutomaticRepliesSetting.cs index d26a1f0edf..08fea71096 100644 --- a/src/generated/Models/AutomaticRepliesSetting.cs +++ b/src/generated/Models/AutomaticRepliesSetting.cs @@ -53,7 +53,7 @@ public class AutomaticRepliesSetting : IAdditionalDataHolder, IParsable { /// Configurations status for automatic replies. The possible values are: disabled, alwaysEnabled, scheduled. public AutomaticRepliesStatus? Status { get; set; } /// - /// Instantiates a new automaticRepliesSetting and sets the default values. + /// Instantiates a new and sets the default values. /// public AutomaticRepliesSetting() { AdditionalData = new Dictionary(); @@ -61,6 +61,7 @@ public AutomaticRepliesSetting() { /// /// 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 AutomaticRepliesSetting CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -69,6 +70,7 @@ public static AutomaticRepliesSetting CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"externalAudience", n => { ExternalAudience = n.GetEnumValue(); } }, diff --git a/src/generated/Models/AvailabilityItem.cs b/src/generated/Models/AvailabilityItem.cs index 263322211f..ddb074178d 100644 --- a/src/generated/Models/AvailabilityItem.cs +++ b/src/generated/Models/AvailabilityItem.cs @@ -43,7 +43,7 @@ public class AvailabilityItem : IAdditionalDataHolder, IParsable { /// The status of the staff member. Possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue. public BookingsAvailabilityStatus? Status { get; set; } /// - /// Instantiates a new availabilityItem and sets the default values. + /// Instantiates a new and sets the default values. /// public AvailabilityItem() { AdditionalData = new Dictionary(); @@ -51,6 +51,7 @@ public AvailabilityItem() { /// /// 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 AvailabilityItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static AvailabilityItem CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"endDateTime", n => { EndDateTime = n.GetObjectValue(DateTimeTimeZone.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/AverageComparativeScore.cs b/src/generated/Models/AverageComparativeScore.cs index c3c82f01ff..f8c8023a20 100644 --- a/src/generated/Models/AverageComparativeScore.cs +++ b/src/generated/Models/AverageComparativeScore.cs @@ -27,7 +27,7 @@ public class AverageComparativeScore : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new averageComparativeScore and sets the default values. + /// Instantiates a new and sets the default values. /// public AverageComparativeScore() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public AverageComparativeScore() { /// /// 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 AverageComparativeScore CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static AverageComparativeScore CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"averageScore", n => { AverageScore = n.GetDoubleValue(); } }, diff --git a/src/generated/Models/AzureActiveDirectoryTenant.cs b/src/generated/Models/AzureActiveDirectoryTenant.cs index c0789a777a..4b62b63286 100644 --- a/src/generated/Models/AzureActiveDirectoryTenant.cs +++ b/src/generated/Models/AzureActiveDirectoryTenant.cs @@ -23,7 +23,7 @@ public class AzureActiveDirectoryTenant : IdentitySource, IParsable { public string TenantId { get; set; } #endif /// - /// Instantiates a new azureActiveDirectoryTenant and sets the default values. + /// Instantiates a new and sets the default values. /// public AzureActiveDirectoryTenant() : base() { OdataType = "#microsoft.graph.azureActiveDirectoryTenant"; @@ -31,6 +31,7 @@ public AzureActiveDirectoryTenant() : base() { /// /// 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 new AzureActiveDirectoryTenant CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public AzureActiveDirectoryTenant() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/AzureAdPopTokenAuthentication.cs b/src/generated/Models/AzureAdPopTokenAuthentication.cs index d441e264f7..83663c3659 100644 --- a/src/generated/Models/AzureAdPopTokenAuthentication.cs +++ b/src/generated/Models/AzureAdPopTokenAuthentication.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class AzureAdPopTokenAuthentication : CustomExtensionAuthenticationConfiguration, IParsable { /// - /// Instantiates a new azureAdPopTokenAuthentication and sets the default values. + /// Instantiates a new and sets the default values. /// public AzureAdPopTokenAuthentication() : base() { OdataType = "#microsoft.graph.azureAdPopTokenAuthentication"; @@ -15,6 +15,7 @@ public AzureAdPopTokenAuthentication() : base() { /// /// 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 new AzureAdPopTokenAuthentication CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public AzureAdPopTokenAuthentication() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/AzureCommunicationServicesUserConversationMember.cs b/src/generated/Models/AzureCommunicationServicesUserConversationMember.cs index 81ece01780..f7f07c9527 100644 --- a/src/generated/Models/AzureCommunicationServicesUserConversationMember.cs +++ b/src/generated/Models/AzureCommunicationServicesUserConversationMember.cs @@ -15,7 +15,7 @@ public class AzureCommunicationServicesUserConversationMember : ConversationMemb public string AzureCommunicationServicesId { get; set; } #endif /// - /// Instantiates a new azureCommunicationServicesUserConversationMember and sets the default values. + /// Instantiates a new and sets the default values. /// public AzureCommunicationServicesUserConversationMember() : base() { OdataType = "#microsoft.graph.azureCommunicationServicesUserConversationMember"; @@ -23,6 +23,7 @@ public AzureCommunicationServicesUserConversationMember() : base() { /// /// 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 new AzureCommunicationServicesUserConversationMember CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public AzureCommunicationServicesUserConversationMember() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"azureCommunicationServicesId", n => { AzureCommunicationServicesId = n.GetStringValue(); } }, diff --git a/src/generated/Models/AzureCommunicationServicesUserIdentity.cs b/src/generated/Models/AzureCommunicationServicesUserIdentity.cs index d5a9ce420f..6f720cf4ad 100644 --- a/src/generated/Models/AzureCommunicationServicesUserIdentity.cs +++ b/src/generated/Models/AzureCommunicationServicesUserIdentity.cs @@ -15,7 +15,7 @@ public class AzureCommunicationServicesUserIdentity : Identity, IParsable { public string AzureCommunicationServicesResourceId { get; set; } #endif /// - /// Instantiates a new azureCommunicationServicesUserIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public AzureCommunicationServicesUserIdentity() : base() { OdataType = "#microsoft.graph.azureCommunicationServicesUserIdentity"; @@ -23,6 +23,7 @@ public AzureCommunicationServicesUserIdentity() : base() { /// /// 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 new AzureCommunicationServicesUserIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public AzureCommunicationServicesUserIdentity() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"azureCommunicationServicesResourceId", n => { AzureCommunicationServicesResourceId = n.GetStringValue(); } }, diff --git a/src/generated/Models/B2xIdentityUserFlow.cs b/src/generated/Models/B2xIdentityUserFlow.cs index c91ee9b52c..26f6a9849f 100644 --- a/src/generated/Models/B2xIdentityUserFlow.cs +++ b/src/generated/Models/B2xIdentityUserFlow.cs @@ -49,6 +49,7 @@ public class B2xIdentityUserFlow : IdentityUserFlow, IParsable { /// /// 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 new B2xIdentityUserFlow CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public class B2xIdentityUserFlow : IdentityUserFlow, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"apiConnectorConfiguration", n => { ApiConnectorConfiguration = n.GetObjectValue(UserFlowApiConnectorConfiguration.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/B2xIdentityUserFlowCollectionResponse.cs b/src/generated/Models/B2xIdentityUserFlowCollectionResponse.cs index 3a91c1fcd4..f0f772e2ab 100644 --- a/src/generated/Models/B2xIdentityUserFlowCollectionResponse.cs +++ b/src/generated/Models/B2xIdentityUserFlowCollectionResponse.cs @@ -17,6 +17,7 @@ public class B2xIdentityUserFlowCollectionResponse : BaseCollectionPaginationCou /// /// 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 new B2xIdentityUserFlowCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class B2xIdentityUserFlowCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(B2xIdentityUserFlow.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/BaseCollectionPaginationCountResponse.cs b/src/generated/Models/BaseCollectionPaginationCountResponse.cs index 9148818f15..5e4e0e5083 100644 --- a/src/generated/Models/BaseCollectionPaginationCountResponse.cs +++ b/src/generated/Models/BaseCollectionPaginationCountResponse.cs @@ -19,7 +19,7 @@ public class BaseCollectionPaginationCountResponse : IAdditionalDataHolder, IPar public string OdataNextLink { get; set; } #endif /// - /// Instantiates a new BaseCollectionPaginationCountResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public BaseCollectionPaginationCountResponse() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public BaseCollectionPaginationCountResponse() { /// /// 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 BaseCollectionPaginationCountResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static BaseCollectionPaginationCountResponse CreateFromDiscriminatorValue /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.count", n => { OdataCount = n.GetLongValue(); } }, diff --git a/src/generated/Models/BaseDeltaFunctionResponse.cs b/src/generated/Models/BaseDeltaFunctionResponse.cs index f13c32cebb..c78dd32d5e 100644 --- a/src/generated/Models/BaseDeltaFunctionResponse.cs +++ b/src/generated/Models/BaseDeltaFunctionResponse.cs @@ -25,7 +25,7 @@ public class BaseDeltaFunctionResponse : IAdditionalDataHolder, IParsable { public string OdataNextLink { get; set; } #endif /// - /// Instantiates a new BaseDeltaFunctionResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public BaseDeltaFunctionResponse() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public BaseDeltaFunctionResponse() { /// /// 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 BaseDeltaFunctionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static BaseDeltaFunctionResponse CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.deltaLink", n => { OdataDeltaLink = n.GetStringValue(); } }, diff --git a/src/generated/Models/BaseEndUserNotification.cs b/src/generated/Models/BaseEndUserNotification.cs index f2bf0d0509..e2f08f1975 100644 --- a/src/generated/Models/BaseEndUserNotification.cs +++ b/src/generated/Models/BaseEndUserNotification.cs @@ -33,7 +33,7 @@ public class BaseEndUserNotification : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new baseEndUserNotification and sets the default values. + /// Instantiates a new and sets the default values. /// public BaseEndUserNotification() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public BaseEndUserNotification() { /// /// 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 BaseEndUserNotification CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public static BaseEndUserNotification CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"defaultLanguage", n => { DefaultLanguage = n.GetStringValue(); } }, diff --git a/src/generated/Models/BaseItem.cs b/src/generated/Models/BaseItem.cs index 2ba06e6d22..beee3fcc0e 100644 --- a/src/generated/Models/BaseItem.cs +++ b/src/generated/Models/BaseItem.cs @@ -85,6 +85,7 @@ public class BaseItem : Entity, IParsable { /// /// 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 new BaseItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -102,6 +103,7 @@ public class BaseItem : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdBy", n => { CreatedBy = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/BaseItemCollectionResponse.cs b/src/generated/Models/BaseItemCollectionResponse.cs index 2cffce0cee..b5ce215615 100644 --- a/src/generated/Models/BaseItemCollectionResponse.cs +++ b/src/generated/Models/BaseItemCollectionResponse.cs @@ -17,6 +17,7 @@ public class BaseItemCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new BaseItemCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class BaseItemCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(BaseItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/BaseItemVersion.cs b/src/generated/Models/BaseItemVersion.cs index 057b945fbb..4a90077b2c 100644 --- a/src/generated/Models/BaseItemVersion.cs +++ b/src/generated/Models/BaseItemVersion.cs @@ -27,6 +27,7 @@ public class BaseItemVersion : Entity, IParsable { /// /// 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 new BaseItemVersion CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class BaseItemVersion : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"lastModifiedBy", n => { LastModifiedBy = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/BasicAuthentication.cs b/src/generated/Models/BasicAuthentication.cs index 87e1d369ca..e88ed5437c 100644 --- a/src/generated/Models/BasicAuthentication.cs +++ b/src/generated/Models/BasicAuthentication.cs @@ -23,7 +23,7 @@ public class BasicAuthentication : ApiAuthenticationConfigurationBase, IParsable public string Username { get; set; } #endif /// - /// Instantiates a new basicAuthentication and sets the default values. + /// Instantiates a new and sets the default values. /// public BasicAuthentication() : base() { OdataType = "#microsoft.graph.basicAuthentication"; @@ -31,6 +31,7 @@ public BasicAuthentication() : base() { /// /// 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 new BasicAuthentication CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public BasicAuthentication() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"password", n => { Password = n.GetStringValue(); } }, diff --git a/src/generated/Models/BitLockerRemovableDrivePolicy.cs b/src/generated/Models/BitLockerRemovableDrivePolicy.cs index f954c3136d..f312794436 100644 --- a/src/generated/Models/BitLockerRemovableDrivePolicy.cs +++ b/src/generated/Models/BitLockerRemovableDrivePolicy.cs @@ -26,7 +26,7 @@ public class BitLockerRemovableDrivePolicy : IAdditionalDataHolder, IParsable { /// Indicates whether to block write access to devices configured in another organization. If requireEncryptionForWriteAccess is false, this value does not affect. public bool? RequireEncryptionForWriteAccess { get; set; } /// - /// Instantiates a new bitLockerRemovableDrivePolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public BitLockerRemovableDrivePolicy() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public BitLockerRemovableDrivePolicy() { /// /// 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 BitLockerRemovableDrivePolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static BitLockerRemovableDrivePolicy CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"blockCrossOrganizationWriteAccess", n => { BlockCrossOrganizationWriteAccess = n.GetBoolValue(); } }, diff --git a/src/generated/Models/Bitlocker.cs b/src/generated/Models/Bitlocker.cs index 8bfae8d117..b56fe1a2d9 100644 --- a/src/generated/Models/Bitlocker.cs +++ b/src/generated/Models/Bitlocker.cs @@ -17,6 +17,7 @@ public class Bitlocker : Entity, IParsable { /// /// 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 new Bitlocker CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class Bitlocker : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"recoveryKeys", n => { RecoveryKeys = n.GetCollectionOfObjectValues(BitlockerRecoveryKey.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/BitlockerRecoveryKey.cs b/src/generated/Models/BitlockerRecoveryKey.cs index 16abec99db..06c9235a26 100644 --- a/src/generated/Models/BitlockerRecoveryKey.cs +++ b/src/generated/Models/BitlockerRecoveryKey.cs @@ -29,6 +29,7 @@ public class BitlockerRecoveryKey : Entity, IParsable { /// /// 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 new BitlockerRecoveryKey CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public class BitlockerRecoveryKey : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/BitlockerRecoveryKeyCollectionResponse.cs b/src/generated/Models/BitlockerRecoveryKeyCollectionResponse.cs index c9f02ea316..43c4f48323 100644 --- a/src/generated/Models/BitlockerRecoveryKeyCollectionResponse.cs +++ b/src/generated/Models/BitlockerRecoveryKeyCollectionResponse.cs @@ -17,6 +17,7 @@ public class BitlockerRecoveryKeyCollectionResponse : BaseCollectionPaginationCo /// /// 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 new BitlockerRecoveryKeyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class BitlockerRecoveryKeyCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(BitlockerRecoveryKey.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/BookingAppointment.cs b/src/generated/Models/BookingAppointment.cs index b54736ef35..330b20b02f 100644 --- a/src/generated/Models/BookingAppointment.cs +++ b/src/generated/Models/BookingAppointment.cs @@ -144,6 +144,7 @@ public class BookingAppointment : Entity, IParsable { /// /// 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 new BookingAppointment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -152,6 +153,7 @@ public class BookingAppointment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"additionalInformation", n => { AdditionalInformation = n.GetStringValue(); } }, diff --git a/src/generated/Models/BookingAppointmentCollectionResponse.cs b/src/generated/Models/BookingAppointmentCollectionResponse.cs index 2c1e80a014..5f1e8405bb 100644 --- a/src/generated/Models/BookingAppointmentCollectionResponse.cs +++ b/src/generated/Models/BookingAppointmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class BookingAppointmentCollectionResponse : BaseCollectionPaginationCoun /// /// 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 new BookingAppointmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class BookingAppointmentCollectionResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(BookingAppointment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/BookingBusiness.cs b/src/generated/Models/BookingBusiness.cs index 3cbbdcf45e..fe1e7d5c7f 100644 --- a/src/generated/Models/BookingBusiness.cs +++ b/src/generated/Models/BookingBusiness.cs @@ -150,6 +150,7 @@ public class BookingBusiness : Entity, IParsable { /// /// 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 new BookingBusiness CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -158,6 +159,7 @@ public class BookingBusiness : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"address", n => { Address = n.GetObjectValue(PhysicalAddress.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/BookingBusinessCollectionResponse.cs b/src/generated/Models/BookingBusinessCollectionResponse.cs index 6cfbde9579..213f88e738 100644 --- a/src/generated/Models/BookingBusinessCollectionResponse.cs +++ b/src/generated/Models/BookingBusinessCollectionResponse.cs @@ -17,6 +17,7 @@ public class BookingBusinessCollectionResponse : BaseCollectionPaginationCountRe /// /// 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 new BookingBusinessCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class BookingBusinessCollectionResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(BookingBusiness.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/BookingCurrency.cs b/src/generated/Models/BookingCurrency.cs index 12fb7a1ade..d7cb4b2eef 100644 --- a/src/generated/Models/BookingCurrency.cs +++ b/src/generated/Models/BookingCurrency.cs @@ -17,6 +17,7 @@ public class BookingCurrency : Entity, IParsable { /// /// 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 new BookingCurrency CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class BookingCurrency : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"symbol", n => { Symbol = n.GetStringValue(); } }, diff --git a/src/generated/Models/BookingCurrencyCollectionResponse.cs b/src/generated/Models/BookingCurrencyCollectionResponse.cs index 867cec9337..a3743aebd9 100644 --- a/src/generated/Models/BookingCurrencyCollectionResponse.cs +++ b/src/generated/Models/BookingCurrencyCollectionResponse.cs @@ -17,6 +17,7 @@ public class BookingCurrencyCollectionResponse : BaseCollectionPaginationCountRe /// /// 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 new BookingCurrencyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class BookingCurrencyCollectionResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(BookingCurrency.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/BookingCustomQuestion.cs b/src/generated/Models/BookingCustomQuestion.cs index 238f4ac4a4..a44ad54878 100644 --- a/src/generated/Models/BookingCustomQuestion.cs +++ b/src/generated/Models/BookingCustomQuestion.cs @@ -30,6 +30,7 @@ public class BookingCustomQuestion : Entity, IParsable { /// /// 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 new BookingCustomQuestion CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public class BookingCustomQuestion : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"answerInputType", n => { AnswerInputType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/BookingCustomQuestionCollectionResponse.cs b/src/generated/Models/BookingCustomQuestionCollectionResponse.cs index 1d09bd5648..d3481269ff 100644 --- a/src/generated/Models/BookingCustomQuestionCollectionResponse.cs +++ b/src/generated/Models/BookingCustomQuestionCollectionResponse.cs @@ -17,6 +17,7 @@ public class BookingCustomQuestionCollectionResponse : BaseCollectionPaginationC /// /// 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 new BookingCustomQuestionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class BookingCustomQuestionCollectionResponse : BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(BookingCustomQuestion.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/BookingCustomer.cs b/src/generated/Models/BookingCustomer.cs index 49860bca4d..8133f5cf01 100644 --- a/src/generated/Models/BookingCustomer.cs +++ b/src/generated/Models/BookingCustomer.cs @@ -42,7 +42,7 @@ public class BookingCustomer : BookingCustomerBase, IParsable { public List Phones { get; set; } #endif /// - /// Instantiates a new bookingCustomer and sets the default values. + /// Instantiates a new and sets the default values. /// public BookingCustomer() : base() { OdataType = "#microsoft.graph.bookingCustomer"; @@ -50,6 +50,7 @@ public BookingCustomer() : base() { /// /// 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 new BookingCustomer CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public BookingCustomer() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"addresses", n => { Addresses = n.GetCollectionOfObjectValues(PhysicalAddress.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/BookingCustomerBase.cs b/src/generated/Models/BookingCustomerBase.cs index da792bf79c..6673979b06 100644 --- a/src/generated/Models/BookingCustomerBase.cs +++ b/src/generated/Models/BookingCustomerBase.cs @@ -12,6 +12,7 @@ public class BookingCustomerBase : Entity, IParsable { /// /// 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 new BookingCustomerBase CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -24,6 +25,7 @@ public class BookingCustomerBase : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/BookingCustomerBaseCollectionResponse.cs b/src/generated/Models/BookingCustomerBaseCollectionResponse.cs index feb2f0c440..93f627084b 100644 --- a/src/generated/Models/BookingCustomerBaseCollectionResponse.cs +++ b/src/generated/Models/BookingCustomerBaseCollectionResponse.cs @@ -17,6 +17,7 @@ public class BookingCustomerBaseCollectionResponse : BaseCollectionPaginationCou /// /// 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 new BookingCustomerBaseCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class BookingCustomerBaseCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(BookingCustomerBase.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/BookingCustomerInformation.cs b/src/generated/Models/BookingCustomerInformation.cs index 9d6d89845a..54933ebd02 100644 --- a/src/generated/Models/BookingCustomerInformation.cs +++ b/src/generated/Models/BookingCustomerInformation.cs @@ -71,7 +71,7 @@ public class BookingCustomerInformation : BookingCustomerInformationBase, IParsa public string TimeZone { get; set; } #endif /// - /// Instantiates a new bookingCustomerInformation and sets the default values. + /// Instantiates a new and sets the default values. /// public BookingCustomerInformation() : base() { OdataType = "#microsoft.graph.bookingCustomerInformation"; @@ -79,6 +79,7 @@ public BookingCustomerInformation() : base() { /// /// 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 new BookingCustomerInformation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -87,6 +88,7 @@ public BookingCustomerInformation() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"customQuestionAnswers", n => { CustomQuestionAnswers = n.GetCollectionOfObjectValues(BookingQuestionAnswer.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/BookingCustomerInformationBase.cs b/src/generated/Models/BookingCustomerInformationBase.cs index 0e5cf4cf3d..cb2192543b 100644 --- a/src/generated/Models/BookingCustomerInformationBase.cs +++ b/src/generated/Models/BookingCustomerInformationBase.cs @@ -17,7 +17,7 @@ public class BookingCustomerInformationBase : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new bookingCustomerInformationBase and sets the default values. + /// Instantiates a new and sets the default values. /// public BookingCustomerInformationBase() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public BookingCustomerInformationBase() { /// /// 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 BookingCustomerInformationBase CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static BookingCustomerInformationBase CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/BookingQuestionAnswer.cs b/src/generated/Models/BookingQuestionAnswer.cs index 45f8aad2cd..b0be78d666 100644 --- a/src/generated/Models/BookingQuestionAnswer.cs +++ b/src/generated/Models/BookingQuestionAnswer.cs @@ -61,7 +61,7 @@ public class BookingQuestionAnswer : IAdditionalDataHolder, IParsable { public List SelectedOptions { get; set; } #endif /// - /// Instantiates a new bookingQuestionAnswer and sets the default values. + /// Instantiates a new and sets the default values. /// public BookingQuestionAnswer() { AdditionalData = new Dictionary(); @@ -69,6 +69,7 @@ public BookingQuestionAnswer() { /// /// 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 BookingQuestionAnswer CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -77,6 +78,7 @@ public static BookingQuestionAnswer CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"answer", n => { Answer = n.GetStringValue(); } }, diff --git a/src/generated/Models/BookingQuestionAssignment.cs b/src/generated/Models/BookingQuestionAssignment.cs index ef7841e629..ffddab786d 100644 --- a/src/generated/Models/BookingQuestionAssignment.cs +++ b/src/generated/Models/BookingQuestionAssignment.cs @@ -27,7 +27,7 @@ public class BookingQuestionAssignment : IAdditionalDataHolder, IParsable { public string QuestionId { get; set; } #endif /// - /// Instantiates a new bookingQuestionAssignment and sets the default values. + /// Instantiates a new and sets the default values. /// public BookingQuestionAssignment() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public BookingQuestionAssignment() { /// /// 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 BookingQuestionAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static BookingQuestionAssignment CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isRequired", n => { IsRequired = n.GetBoolValue(); } }, diff --git a/src/generated/Models/BookingReminder.cs b/src/generated/Models/BookingReminder.cs index 94c8590367..aad54f5f3b 100644 --- a/src/generated/Models/BookingReminder.cs +++ b/src/generated/Models/BookingReminder.cs @@ -32,7 +32,7 @@ public class BookingReminder : IAdditionalDataHolder, IParsable { /// The recipients property public BookingReminderRecipients? Recipients { get; set; } /// - /// Instantiates a new bookingReminder and sets the default values. + /// Instantiates a new and sets the default values. /// public BookingReminder() { AdditionalData = new Dictionary(); @@ -40,6 +40,7 @@ public BookingReminder() { /// /// 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 BookingReminder CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -48,6 +49,7 @@ public static BookingReminder CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"message", n => { Message = n.GetStringValue(); } }, diff --git a/src/generated/Models/BookingSchedulingPolicy.cs b/src/generated/Models/BookingSchedulingPolicy.cs index f18a1ac8ba..2e97d7a06d 100644 --- a/src/generated/Models/BookingSchedulingPolicy.cs +++ b/src/generated/Models/BookingSchedulingPolicy.cs @@ -30,7 +30,7 @@ public class BookingSchedulingPolicy : IAdditionalDataHolder, IParsable { /// Duration of each time slot, denoted in ISO 8601 format. public TimeSpan? TimeSlotInterval { get; set; } /// - /// Instantiates a new bookingSchedulingPolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public BookingSchedulingPolicy() { AdditionalData = new Dictionary(); @@ -38,6 +38,7 @@ public BookingSchedulingPolicy() { /// /// 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 BookingSchedulingPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -46,6 +47,7 @@ public static BookingSchedulingPolicy CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowStaffSelection", n => { AllowStaffSelection = n.GetBoolValue(); } }, diff --git a/src/generated/Models/BookingService.cs b/src/generated/Models/BookingService.cs index b19782cefc..ca0705b387 100644 --- a/src/generated/Models/BookingService.cs +++ b/src/generated/Models/BookingService.cs @@ -120,6 +120,7 @@ public class BookingService : Entity, IParsable { /// /// 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 new BookingService CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -128,6 +129,7 @@ public class BookingService : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"additionalInformation", n => { AdditionalInformation = n.GetStringValue(); } }, diff --git a/src/generated/Models/BookingServiceCollectionResponse.cs b/src/generated/Models/BookingServiceCollectionResponse.cs index 25bca0e94e..49d0265975 100644 --- a/src/generated/Models/BookingServiceCollectionResponse.cs +++ b/src/generated/Models/BookingServiceCollectionResponse.cs @@ -17,6 +17,7 @@ public class BookingServiceCollectionResponse : BaseCollectionPaginationCountRes /// /// 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 new BookingServiceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class BookingServiceCollectionResponse : BaseCollectionPaginationCountRes /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(BookingService.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/BookingStaffMember.cs b/src/generated/Models/BookingStaffMember.cs index 236d5fe3eb..fa1f43d1a6 100644 --- a/src/generated/Models/BookingStaffMember.cs +++ b/src/generated/Models/BookingStaffMember.cs @@ -50,7 +50,7 @@ public class BookingStaffMember : BookingStaffMemberBase, IParsable { public List WorkingHours { get; set; } #endif /// - /// Instantiates a new bookingStaffMember and sets the default values. + /// Instantiates a new and sets the default values. /// public BookingStaffMember() : base() { OdataType = "#microsoft.graph.bookingStaffMember"; @@ -58,6 +58,7 @@ public BookingStaffMember() : base() { /// /// 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 new BookingStaffMember CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public BookingStaffMember() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"availabilityIsAffectedByPersonalCalendar", n => { AvailabilityIsAffectedByPersonalCalendar = n.GetBoolValue(); } }, diff --git a/src/generated/Models/BookingStaffMemberBase.cs b/src/generated/Models/BookingStaffMemberBase.cs index 687e2ac435..74eab1cbc2 100644 --- a/src/generated/Models/BookingStaffMemberBase.cs +++ b/src/generated/Models/BookingStaffMemberBase.cs @@ -12,6 +12,7 @@ public class BookingStaffMemberBase : Entity, IParsable { /// /// 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 new BookingStaffMemberBase CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -24,6 +25,7 @@ public class BookingStaffMemberBase : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/BookingStaffMemberBaseCollectionResponse.cs b/src/generated/Models/BookingStaffMemberBaseCollectionResponse.cs index 56f4b44607..b7dbad5d4f 100644 --- a/src/generated/Models/BookingStaffMemberBaseCollectionResponse.cs +++ b/src/generated/Models/BookingStaffMemberBaseCollectionResponse.cs @@ -17,6 +17,7 @@ public class BookingStaffMemberBaseCollectionResponse : BaseCollectionPagination /// /// 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 new BookingStaffMemberBaseCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class BookingStaffMemberBaseCollectionResponse : BaseCollectionPagination /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(BookingStaffMemberBase.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/BookingWorkHours.cs b/src/generated/Models/BookingWorkHours.cs index 6d5c92d2d9..90d769f112 100644 --- a/src/generated/Models/BookingWorkHours.cs +++ b/src/generated/Models/BookingWorkHours.cs @@ -30,7 +30,7 @@ public class BookingWorkHours : IAdditionalDataHolder, IParsable { public List TimeSlots { get; set; } #endif /// - /// Instantiates a new bookingWorkHours and sets the default values. + /// Instantiates a new and sets the default values. /// public BookingWorkHours() { AdditionalData = new Dictionary(); @@ -38,6 +38,7 @@ public BookingWorkHours() { /// /// 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 BookingWorkHours CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -46,6 +47,7 @@ public static BookingWorkHours CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"day", n => { Day = n.GetEnumValue(); } }, diff --git a/src/generated/Models/BookingWorkTimeSlot.cs b/src/generated/Models/BookingWorkTimeSlot.cs index 5a33790319..66800fe4f4 100644 --- a/src/generated/Models/BookingWorkTimeSlot.cs +++ b/src/generated/Models/BookingWorkTimeSlot.cs @@ -22,7 +22,7 @@ public class BookingWorkTimeSlot : IAdditionalDataHolder, IParsable { /// The time of the day when work starts. For example, 08:00:00.0000000. public Time? StartTime { get; set; } /// - /// Instantiates a new bookingWorkTimeSlot and sets the default values. + /// Instantiates a new and sets the default values. /// public BookingWorkTimeSlot() { AdditionalData = new Dictionary(); @@ -30,6 +30,7 @@ public BookingWorkTimeSlot() { /// /// 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 BookingWorkTimeSlot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public static BookingWorkTimeSlot CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"endTime", n => { EndTime = n.GetTimeValue(); } }, diff --git a/src/generated/Models/BooleanColumn.cs b/src/generated/Models/BooleanColumn.cs index 46a8a595ad..1b10a3ec79 100644 --- a/src/generated/Models/BooleanColumn.cs +++ b/src/generated/Models/BooleanColumn.cs @@ -17,7 +17,7 @@ public class BooleanColumn : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new booleanColumn and sets the default values. + /// Instantiates a new and sets the default values. /// public BooleanColumn() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public BooleanColumn() { /// /// 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 BooleanColumn CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static BooleanColumn CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/BroadcastMeetingCaptionSettings.cs b/src/generated/Models/BroadcastMeetingCaptionSettings.cs index 556af49c50..b0c1665532 100644 --- a/src/generated/Models/BroadcastMeetingCaptionSettings.cs +++ b/src/generated/Models/BroadcastMeetingCaptionSettings.cs @@ -35,7 +35,7 @@ public class BroadcastMeetingCaptionSettings : IAdditionalDataHolder, IParsable public List TranslationLanguages { get; set; } #endif /// - /// Instantiates a new broadcastMeetingCaptionSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public BroadcastMeetingCaptionSettings() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public BroadcastMeetingCaptionSettings() { /// /// 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 BroadcastMeetingCaptionSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static BroadcastMeetingCaptionSettings CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isCaptionEnabled", n => { IsCaptionEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/BroadcastMeetingSettings.cs b/src/generated/Models/BroadcastMeetingSettings.cs index 20bb6ff102..fc01e2c6d6 100644 --- a/src/generated/Models/BroadcastMeetingSettings.cs +++ b/src/generated/Models/BroadcastMeetingSettings.cs @@ -35,7 +35,7 @@ public class BroadcastMeetingSettings : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new broadcastMeetingSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public BroadcastMeetingSettings() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public BroadcastMeetingSettings() { /// /// 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 BroadcastMeetingSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static BroadcastMeetingSettings CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowedAudience", n => { AllowedAudience = n.GetEnumValue(); } }, diff --git a/src/generated/Models/BrowserSharedCookie.cs b/src/generated/Models/BrowserSharedCookie.cs index a02893031d..c7f5afd518 100644 --- a/src/generated/Models/BrowserSharedCookie.cs +++ b/src/generated/Models/BrowserSharedCookie.cs @@ -69,6 +69,7 @@ public class BrowserSharedCookie : Entity, IParsable { /// /// 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 new BrowserSharedCookie CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -77,6 +78,7 @@ public class BrowserSharedCookie : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Models/BrowserSharedCookieCollectionResponse.cs b/src/generated/Models/BrowserSharedCookieCollectionResponse.cs index de62a61726..30f0780235 100644 --- a/src/generated/Models/BrowserSharedCookieCollectionResponse.cs +++ b/src/generated/Models/BrowserSharedCookieCollectionResponse.cs @@ -17,6 +17,7 @@ public class BrowserSharedCookieCollectionResponse : BaseCollectionPaginationCou /// /// 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 new BrowserSharedCookieCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class BrowserSharedCookieCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(BrowserSharedCookie.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/BrowserSharedCookieHistory.cs b/src/generated/Models/BrowserSharedCookieHistory.cs index c375c51371..78f0694b0d 100644 --- a/src/generated/Models/BrowserSharedCookieHistory.cs +++ b/src/generated/Models/BrowserSharedCookieHistory.cs @@ -63,7 +63,7 @@ public class BrowserSharedCookieHistory : IAdditionalDataHolder, IParsable { /// Specifies how the cookies are shared between Microsoft Edge and Internet Explorer. The possible values are: microsoftEdge, internetExplorer11, both, unknownFutureValue. public BrowserSharedCookieSourceEnvironment? SourceEnvironment { get; set; } /// - /// Instantiates a new browserSharedCookieHistory and sets the default values. + /// Instantiates a new and sets the default values. /// public BrowserSharedCookieHistory() { AdditionalData = new Dictionary(); @@ -71,6 +71,7 @@ public BrowserSharedCookieHistory() { /// /// 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 BrowserSharedCookieHistory CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -79,6 +80,7 @@ public static BrowserSharedCookieHistory CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Models/BrowserSite.cs b/src/generated/Models/BrowserSite.cs index 07531dbc8d..9002b4560d 100644 --- a/src/generated/Models/BrowserSite.cs +++ b/src/generated/Models/BrowserSite.cs @@ -60,6 +60,7 @@ public class BrowserSite : Entity, IParsable { /// /// 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 new BrowserSite CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -68,6 +69,7 @@ public class BrowserSite : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowRedirect", n => { AllowRedirect = n.GetBoolValue(); } }, diff --git a/src/generated/Models/BrowserSiteCollectionResponse.cs b/src/generated/Models/BrowserSiteCollectionResponse.cs index f961f157c4..449c329be1 100644 --- a/src/generated/Models/BrowserSiteCollectionResponse.cs +++ b/src/generated/Models/BrowserSiteCollectionResponse.cs @@ -17,6 +17,7 @@ public class BrowserSiteCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new BrowserSiteCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class BrowserSiteCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(BrowserSite.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/BrowserSiteHistory.cs b/src/generated/Models/BrowserSiteHistory.cs index f45bbfd6d5..f349c67880 100644 --- a/src/generated/Models/BrowserSiteHistory.cs +++ b/src/generated/Models/BrowserSiteHistory.cs @@ -46,7 +46,7 @@ public class BrowserSiteHistory : IAdditionalDataHolder, IParsable { /// The target environment that the site should open in. The possible values are: internetExplorerMode, internetExplorer11, microsoftEdge, configurable, none, unknownFutureValue.Prior to June 15, 2022, the internetExplorer11 option would allow opening a site in the Internet Explorer 11 (IE11) desktop application. Following the retirement of IE11 on June 15, 2022, the internetExplorer11 option will no longer open an IE11 window and will instead behave the same as the internetExplorerMode option. public BrowserSiteTargetEnvironment? TargetEnvironment { get; set; } /// - /// Instantiates a new browserSiteHistory and sets the default values. + /// Instantiates a new and sets the default values. /// public BrowserSiteHistory() { AdditionalData = new Dictionary(); @@ -54,6 +54,7 @@ public BrowserSiteHistory() { /// /// 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 BrowserSiteHistory CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -62,6 +63,7 @@ public static BrowserSiteHistory CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowRedirect", n => { AllowRedirect = n.GetBoolValue(); } }, diff --git a/src/generated/Models/BrowserSiteList.cs b/src/generated/Models/BrowserSiteList.cs index 0c863bc2b4..9f947d7e13 100644 --- a/src/generated/Models/BrowserSiteList.cs +++ b/src/generated/Models/BrowserSiteList.cs @@ -74,6 +74,7 @@ public class BrowserSiteList : Entity, IParsable { /// /// 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 new BrowserSiteList CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -82,6 +83,7 @@ public class BrowserSiteList : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/BrowserSiteListCollectionResponse.cs b/src/generated/Models/BrowserSiteListCollectionResponse.cs index a59caffae1..ab0b1095f0 100644 --- a/src/generated/Models/BrowserSiteListCollectionResponse.cs +++ b/src/generated/Models/BrowserSiteListCollectionResponse.cs @@ -17,6 +17,7 @@ public class BrowserSiteListCollectionResponse : BaseCollectionPaginationCountRe /// /// 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 new BrowserSiteListCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class BrowserSiteListCollectionResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(BrowserSiteList.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/BucketAggregationDefinition.cs b/src/generated/Models/BucketAggregationDefinition.cs index 544c40d920..4bb000fc01 100644 --- a/src/generated/Models/BucketAggregationDefinition.cs +++ b/src/generated/Models/BucketAggregationDefinition.cs @@ -39,7 +39,7 @@ public class BucketAggregationDefinition : IAdditionalDataHolder, IParsable { /// The sortBy property public BucketAggregationSortProperty? SortBy { get; set; } /// - /// Instantiates a new bucketAggregationDefinition and sets the default values. + /// Instantiates a new and sets the default values. /// public BucketAggregationDefinition() { AdditionalData = new Dictionary(); @@ -47,6 +47,7 @@ public BucketAggregationDefinition() { /// /// 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 BucketAggregationDefinition CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public static BucketAggregationDefinition CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isDescending", n => { IsDescending = n.GetBoolValue(); } }, diff --git a/src/generated/Models/BucketAggregationRange.cs b/src/generated/Models/BucketAggregationRange.cs index cc835fd02b..4ca193ba63 100644 --- a/src/generated/Models/BucketAggregationRange.cs +++ b/src/generated/Models/BucketAggregationRange.cs @@ -33,7 +33,7 @@ public class BucketAggregationRange : IAdditionalDataHolder, IParsable { public string To { get; set; } #endif /// - /// Instantiates a new bucketAggregationRange and sets the default values. + /// Instantiates a new and sets the default values. /// public BucketAggregationRange() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public BucketAggregationRange() { /// /// 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 BucketAggregationRange CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static BucketAggregationRange CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"from", n => { From = n.GetStringValue(); } }, diff --git a/src/generated/Models/BuiltInIdentityProvider.cs b/src/generated/Models/BuiltInIdentityProvider.cs index ef8f015c70..7ad411ba97 100644 --- a/src/generated/Models/BuiltInIdentityProvider.cs +++ b/src/generated/Models/BuiltInIdentityProvider.cs @@ -15,7 +15,7 @@ public class BuiltInIdentityProvider : IdentityProviderBase, IParsable { public string IdentityProviderType { get; set; } #endif /// - /// Instantiates a new builtInIdentityProvider and sets the default values. + /// Instantiates a new and sets the default values. /// public BuiltInIdentityProvider() : base() { OdataType = "#microsoft.graph.builtInIdentityProvider"; @@ -23,6 +23,7 @@ public BuiltInIdentityProvider() : base() { /// /// 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 new BuiltInIdentityProvider CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public BuiltInIdentityProvider() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"identityProviderType", n => { IdentityProviderType = n.GetStringValue(); } }, diff --git a/src/generated/Models/BulkUpload.cs b/src/generated/Models/BulkUpload.cs new file mode 100644 index 0000000000..3d4431fe60 --- /dev/null +++ b/src/generated/Models/BulkUpload.cs @@ -0,0 +1,35 @@ +// +using Microsoft.Kiota.Abstractions.Serialization; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System; +namespace ApiSdk.Models { + public class BulkUpload : Entity, IParsable { + /// + /// 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 new BulkUpload CreateFromDiscriminatorValue(IParseNode parseNode) { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new BulkUpload(); + } + /// + /// The deserialization information for the current model + /// + /// A >"> + public override IDictionary> GetFieldDeserializers() { + return new Dictionary>(base.GetFieldDeserializers()) { + }; + } + /// + /// Serializes information the current object + /// + /// Serialization writer to use to serialize this model + public override void Serialize(ISerializationWriter writer) { + _ = writer ?? throw new ArgumentNullException(nameof(writer)); + base.Serialize(writer); + } + } +} diff --git a/src/generated/Models/Bundle.cs b/src/generated/Models/Bundle.cs index fefd3fcd53..0265e4079d 100644 --- a/src/generated/Models/Bundle.cs +++ b/src/generated/Models/Bundle.cs @@ -27,7 +27,7 @@ public class Bundle : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new bundle and sets the default values. + /// Instantiates a new and sets the default values. /// public Bundle() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public Bundle() { /// /// 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 Bundle CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static Bundle CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"album", n => { Album = n.GetObjectValue(ApiSdk.Models.Album.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/CalculatedColumn.cs b/src/generated/Models/CalculatedColumn.cs index 60106ac428..d8e52aad82 100644 --- a/src/generated/Models/CalculatedColumn.cs +++ b/src/generated/Models/CalculatedColumn.cs @@ -41,7 +41,7 @@ public class CalculatedColumn : IAdditionalDataHolder, IParsable { public string OutputType { get; set; } #endif /// - /// Instantiates a new calculatedColumn and sets the default values. + /// Instantiates a new and sets the default values. /// public CalculatedColumn() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public CalculatedColumn() { /// /// 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 CalculatedColumn CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static CalculatedColumn CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"format", n => { Format = n.GetStringValue(); } }, diff --git a/src/generated/Models/Calendar.cs b/src/generated/Models/Calendar.cs index 0e9140f128..0c81c2707d 100644 --- a/src/generated/Models/Calendar.cs +++ b/src/generated/Models/Calendar.cs @@ -105,6 +105,7 @@ public class Calendar : Entity, IParsable { /// /// 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 new Calendar CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -113,6 +114,7 @@ public class Calendar : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowedOnlineMeetingProviders", n => { AllowedOnlineMeetingProviders = n.GetCollectionOfEnumValues()?.ToList(); } }, diff --git a/src/generated/Models/CalendarCollectionResponse.cs b/src/generated/Models/CalendarCollectionResponse.cs index f74432d249..a595db7db7 100644 --- a/src/generated/Models/CalendarCollectionResponse.cs +++ b/src/generated/Models/CalendarCollectionResponse.cs @@ -17,6 +17,7 @@ public class CalendarCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new CalendarCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class CalendarCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Calendar.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CalendarGroup.cs b/src/generated/Models/CalendarGroup.cs index 30d24e0aca..a4eb38d041 100644 --- a/src/generated/Models/CalendarGroup.cs +++ b/src/generated/Models/CalendarGroup.cs @@ -35,6 +35,7 @@ public class CalendarGroup : Entity, IParsable { /// /// 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 new CalendarGroup CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public class CalendarGroup : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"calendars", n => { Calendars = n.GetCollectionOfObjectValues(Calendar.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CalendarGroupCollectionResponse.cs b/src/generated/Models/CalendarGroupCollectionResponse.cs index 58c0dcfd78..58e681f6a8 100644 --- a/src/generated/Models/CalendarGroupCollectionResponse.cs +++ b/src/generated/Models/CalendarGroupCollectionResponse.cs @@ -17,6 +17,7 @@ public class CalendarGroupCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new CalendarGroupCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class CalendarGroupCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(CalendarGroup.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CalendarPermission.cs b/src/generated/Models/CalendarPermission.cs index ae025ca66a..222aed2735 100644 --- a/src/generated/Models/CalendarPermission.cs +++ b/src/generated/Models/CalendarPermission.cs @@ -31,6 +31,7 @@ public class CalendarPermission : Entity, IParsable { /// /// 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 new CalendarPermission CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public class CalendarPermission : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowedRoles", n => { AllowedRoles = n.GetCollectionOfEnumValues()?.ToList(); } }, diff --git a/src/generated/Models/CalendarPermissionCollectionResponse.cs b/src/generated/Models/CalendarPermissionCollectionResponse.cs index 05a6f5c55f..4281ab3df9 100644 --- a/src/generated/Models/CalendarPermissionCollectionResponse.cs +++ b/src/generated/Models/CalendarPermissionCollectionResponse.cs @@ -17,6 +17,7 @@ public class CalendarPermissionCollectionResponse : BaseCollectionPaginationCoun /// /// 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 new CalendarPermissionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class CalendarPermissionCollectionResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(CalendarPermission.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CalendarSharingMessage.cs b/src/generated/Models/CalendarSharingMessage.cs index fc349a6906..b74d258b35 100644 --- a/src/generated/Models/CalendarSharingMessage.cs +++ b/src/generated/Models/CalendarSharingMessage.cs @@ -33,7 +33,7 @@ public class CalendarSharingMessage : Message, IParsable { public string SuggestedCalendarName { get; set; } #endif /// - /// Instantiates a new calendarSharingMessage and sets the default values. + /// Instantiates a new and sets the default values. /// public CalendarSharingMessage() : base() { OdataType = "#microsoft.graph.calendarSharingMessage"; @@ -41,6 +41,7 @@ public CalendarSharingMessage() : base() { /// /// 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 new CalendarSharingMessage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public CalendarSharingMessage() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"canAccept", n => { CanAccept = n.GetBoolValue(); } }, diff --git a/src/generated/Models/CalendarSharingMessageAction.cs b/src/generated/Models/CalendarSharingMessageAction.cs index 7b3e6e8e25..34830414dc 100644 --- a/src/generated/Models/CalendarSharingMessageAction.cs +++ b/src/generated/Models/CalendarSharingMessageAction.cs @@ -23,7 +23,7 @@ public class CalendarSharingMessageAction : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new calendarSharingMessageAction and sets the default values. + /// Instantiates a new and sets the default values. /// public CalendarSharingMessageAction() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public CalendarSharingMessageAction() { /// /// 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 CalendarSharingMessageAction CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static CalendarSharingMessageAction CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"action", n => { Action = n.GetEnumValue(); } }, diff --git a/src/generated/Models/Call.cs b/src/generated/Models/Call.cs index 8156938f55..8c47c0125b 100644 --- a/src/generated/Models/Call.cs +++ b/src/generated/Models/Call.cs @@ -189,6 +189,7 @@ public class Call : Entity, IParsable { /// /// 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 new Call CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -197,6 +198,7 @@ public class Call : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"audioRoutingGroups", n => { AudioRoutingGroups = n.GetCollectionOfObjectValues(AudioRoutingGroup.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CallCollectionResponse.cs b/src/generated/Models/CallCollectionResponse.cs index 0f80bb48f9..fae522a506 100644 --- a/src/generated/Models/CallCollectionResponse.cs +++ b/src/generated/Models/CallCollectionResponse.cs @@ -17,6 +17,7 @@ public class CallCollectionResponse : BaseCollectionPaginationCountResponse, IPa /// /// 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 new CallCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class CallCollectionResponse : BaseCollectionPaginationCountResponse, IPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Call.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CallEndedEventMessageDetail.cs b/src/generated/Models/CallEndedEventMessageDetail.cs index cea9a35b0c..27acef0e48 100644 --- a/src/generated/Models/CallEndedEventMessageDetail.cs +++ b/src/generated/Models/CallEndedEventMessageDetail.cs @@ -35,7 +35,7 @@ public class CallEndedEventMessageDetail : EventMessageDetail, IParsable { public IdentitySet Initiator { get; set; } #endif /// - /// Instantiates a new callEndedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public CallEndedEventMessageDetail() : base() { OdataType = "#microsoft.graph.callEndedEventMessageDetail"; @@ -43,6 +43,7 @@ public CallEndedEventMessageDetail() : base() { /// /// 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 new CallEndedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public CallEndedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"callDuration", n => { CallDuration = n.GetTimeSpanValue(); } }, diff --git a/src/generated/Models/CallMediaState.cs b/src/generated/Models/CallMediaState.cs index 85c5bed1ed..ceba6189e0 100644 --- a/src/generated/Models/CallMediaState.cs +++ b/src/generated/Models/CallMediaState.cs @@ -19,7 +19,7 @@ public class CallMediaState : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new callMediaState and sets the default values. + /// Instantiates a new and sets the default values. /// public CallMediaState() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public CallMediaState() { /// /// 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 CallMediaState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static CallMediaState CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"audio", n => { Audio = n.GetEnumValue(); } }, diff --git a/src/generated/Models/CallOptions.cs b/src/generated/Models/CallOptions.cs index 9271b9730d..7221520ae1 100644 --- a/src/generated/Models/CallOptions.cs +++ b/src/generated/Models/CallOptions.cs @@ -21,7 +21,7 @@ public class CallOptions : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new callOptions and sets the default values. + /// Instantiates a new and sets the default values. /// public CallOptions() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public CallOptions() { /// /// 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 CallOptions CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static CallOptions CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"hideBotAfterEscalation", n => { HideBotAfterEscalation = n.GetBoolValue(); } }, diff --git a/src/generated/Models/CallParticipantInfo.cs b/src/generated/Models/CallParticipantInfo.cs index 361cb3b29d..15ba515bd4 100644 --- a/src/generated/Models/CallParticipantInfo.cs +++ b/src/generated/Models/CallParticipantInfo.cs @@ -25,7 +25,7 @@ public class CallParticipantInfo : IAdditionalDataHolder, IParsable { public IdentitySet Participant { get; set; } #endif /// - /// Instantiates a new callParticipantInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public CallParticipantInfo() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public CallParticipantInfo() { /// /// 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 CallParticipantInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static CallParticipantInfo CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/CallRecording.cs b/src/generated/Models/CallRecording.cs index 61a6133351..51cdb6218c 100644 --- a/src/generated/Models/CallRecording.cs +++ b/src/generated/Models/CallRecording.cs @@ -43,6 +43,7 @@ public class CallRecording : Entity, IParsable { /// /// 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 new CallRecording CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public class CallRecording : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"content", n => { Content = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/CallRecordingCollectionResponse.cs b/src/generated/Models/CallRecordingCollectionResponse.cs index 8f86744357..0375234c7f 100644 --- a/src/generated/Models/CallRecordingCollectionResponse.cs +++ b/src/generated/Models/CallRecordingCollectionResponse.cs @@ -17,6 +17,7 @@ public class CallRecordingCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new CallRecordingCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class CallRecordingCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(CallRecording.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CallRecordingEventMessageDetail.cs b/src/generated/Models/CallRecordingEventMessageDetail.cs index c81e6575aa..71f33e612a 100644 --- a/src/generated/Models/CallRecordingEventMessageDetail.cs +++ b/src/generated/Models/CallRecordingEventMessageDetail.cs @@ -51,7 +51,7 @@ public class CallRecordingEventMessageDetail : EventMessageDetail, IParsable { public IdentitySet MeetingOrganizer { get; set; } #endif /// - /// Instantiates a new callRecordingEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public CallRecordingEventMessageDetail() : base() { OdataType = "#microsoft.graph.callRecordingEventMessageDetail"; @@ -59,6 +59,7 @@ public CallRecordingEventMessageDetail() : base() { /// /// 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 new CallRecordingEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public CallRecordingEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"callId", n => { CallId = n.GetStringValue(); } }, diff --git a/src/generated/Models/CallRecords/CallRecord.cs b/src/generated/Models/CallRecords/CallRecord.cs index 7145238e5d..003d68a4d1 100644 --- a/src/generated/Models/CallRecords/CallRecord.cs +++ b/src/generated/Models/CallRecords/CallRecord.cs @@ -59,6 +59,7 @@ public class CallRecord : ApiSdk.Models.Entity, IParsable { /// /// 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 new CallRecord CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public class CallRecord : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"endDateTime", n => { EndDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/CallRecords/CallRecordCollectionResponse.cs b/src/generated/Models/CallRecords/CallRecordCollectionResponse.cs index 169d0a12c2..b3b0605ca0 100644 --- a/src/generated/Models/CallRecords/CallRecordCollectionResponse.cs +++ b/src/generated/Models/CallRecords/CallRecordCollectionResponse.cs @@ -17,6 +17,7 @@ public class CallRecordCollectionResponse : ApiSdk.Models.BaseCollectionPaginati /// /// 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 new CallRecordCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class CallRecordCollectionResponse : ApiSdk.Models.BaseCollectionPaginati /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(CallRecord.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CallRecords/ClientUserAgent.cs b/src/generated/Models/CallRecords/ClientUserAgent.cs index 98bb77ab9b..163f88c645 100644 --- a/src/generated/Models/CallRecords/ClientUserAgent.cs +++ b/src/generated/Models/CallRecords/ClientUserAgent.cs @@ -27,7 +27,7 @@ public class ClientUserAgent : UserAgent, IParsable { /// The productFamily property public ApiSdk.Models.CallRecords.ProductFamily? ProductFamily { get; set; } /// - /// Instantiates a new clientUserAgent and sets the default values. + /// Instantiates a new and sets the default values. /// public ClientUserAgent() : base() { OdataType = "#microsoft.graph.callRecords.clientUserAgent"; @@ -35,6 +35,7 @@ public ClientUserAgent() : base() { /// /// 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 new ClientUserAgent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public ClientUserAgent() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"azureADAppId", n => { AzureADAppId = n.GetStringValue(); } }, diff --git a/src/generated/Models/CallRecords/DeviceInfo.cs b/src/generated/Models/CallRecords/DeviceInfo.cs index f51618a9df..a189c42035 100644 --- a/src/generated/Models/CallRecords/DeviceInfo.cs +++ b/src/generated/Models/CallRecords/DeviceInfo.cs @@ -83,7 +83,7 @@ public class DeviceInfo : IAdditionalDataHolder, IParsable { /// Glitches per 5 minute internal for the media endpoint's loudspeaker. public float? SpeakerGlitchRate { get; set; } /// - /// Instantiates a new deviceInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceInfo() { AdditionalData = new Dictionary(); @@ -91,6 +91,7 @@ public DeviceInfo() { /// /// 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 DeviceInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -99,6 +100,7 @@ public static DeviceInfo CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"captureDeviceDriver", n => { CaptureDeviceDriver = n.GetStringValue(); } }, diff --git a/src/generated/Models/CallRecords/DirectRoutingLogRow.cs b/src/generated/Models/CallRecords/DirectRoutingLogRow.cs index 3d9b755455..23852eca9f 100644 --- a/src/generated/Models/CallRecords/DirectRoutingLogRow.cs +++ b/src/generated/Models/CallRecords/DirectRoutingLogRow.cs @@ -131,7 +131,7 @@ public class DirectRoutingLogRow : IAdditionalDataHolder, IParsable { public string UserPrincipalName { get; set; } #endif /// - /// Instantiates a new directRoutingLogRow and sets the default values. + /// Instantiates a new and sets the default values. /// public DirectRoutingLogRow() { AdditionalData = new Dictionary(); @@ -139,6 +139,7 @@ public DirectRoutingLogRow() { /// /// 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 DirectRoutingLogRow CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -147,6 +148,7 @@ public static DirectRoutingLogRow CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"callEndSubReason", n => { CallEndSubReason = n.GetIntValue(); } }, diff --git a/src/generated/Models/CallRecords/Endpoint.cs b/src/generated/Models/CallRecords/Endpoint.cs index 0daa803db6..70d6823cdf 100644 --- a/src/generated/Models/CallRecords/Endpoint.cs +++ b/src/generated/Models/CallRecords/Endpoint.cs @@ -25,7 +25,7 @@ public class Endpoint : IAdditionalDataHolder, IParsable { public ApiSdk.Models.CallRecords.UserAgent UserAgent { get; set; } #endif /// - /// Instantiates a new endpoint and sets the default values. + /// Instantiates a new and sets the default values. /// public Endpoint() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public Endpoint() { /// /// 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 Endpoint CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -46,6 +47,7 @@ public static Endpoint CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/CallRecords/FailureInfo.cs b/src/generated/Models/CallRecords/FailureInfo.cs index 8ad13e4265..af4a3801a7 100644 --- a/src/generated/Models/CallRecords/FailureInfo.cs +++ b/src/generated/Models/CallRecords/FailureInfo.cs @@ -27,7 +27,7 @@ public class FailureInfo : IAdditionalDataHolder, IParsable { /// The stage property public FailureStage? Stage { get; set; } /// - /// Instantiates a new failureInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public FailureInfo() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public FailureInfo() { /// /// 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 FailureInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static FailureInfo CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/CallRecords/FeedbackTokenSet.cs b/src/generated/Models/CallRecords/FeedbackTokenSet.cs index d21dcfd6f9..5a7eae0e49 100644 --- a/src/generated/Models/CallRecords/FeedbackTokenSet.cs +++ b/src/generated/Models/CallRecords/FeedbackTokenSet.cs @@ -17,7 +17,7 @@ public class FeedbackTokenSet : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new feedbackTokenSet and sets the default values. + /// Instantiates a new and sets the default values. /// public FeedbackTokenSet() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public FeedbackTokenSet() { /// /// 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 FeedbackTokenSet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static FeedbackTokenSet CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/CallRecords/Media.cs b/src/generated/Models/CallRecords/Media.cs index 9f773900fc..61f9850bdd 100644 --- a/src/generated/Models/CallRecords/Media.cs +++ b/src/generated/Models/CallRecords/Media.cs @@ -65,7 +65,7 @@ public class Media : IAdditionalDataHolder, IParsable { public List Streams { get; set; } #endif /// - /// Instantiates a new media and sets the default values. + /// Instantiates a new and sets the default values. /// public Media() { AdditionalData = new Dictionary(); @@ -73,6 +73,7 @@ public Media() { /// /// 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 Media CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -81,6 +82,7 @@ public static Media CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"calleeDevice", n => { CalleeDevice = n.GetObjectValue(DeviceInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/CallRecords/MediaStream.cs b/src/generated/Models/CallRecords/MediaStream.cs index 35368f015a..d48da0327e 100644 --- a/src/generated/Models/CallRecords/MediaStream.cs +++ b/src/generated/Models/CallRecords/MediaStream.cs @@ -83,7 +83,7 @@ public class MediaStream : IAdditionalDataHolder, IParsable { /// True if the media stream bypassed the Mediation Server and went straight between client and PSTN Gateway/PBX, false otherwise. public bool? WasMediaBypassed { get; set; } /// - /// Instantiates a new mediaStream and sets the default values. + /// Instantiates a new and sets the default values. /// public MediaStream() { AdditionalData = new Dictionary(); @@ -91,6 +91,7 @@ public MediaStream() { /// /// 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 MediaStream CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -99,6 +100,7 @@ public static MediaStream CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"audioCodec", n => { AudioCodec = n.GetEnumValue(); } }, diff --git a/src/generated/Models/CallRecords/NetworkInfo.cs b/src/generated/Models/CallRecords/NetworkInfo.cs index 56332ac1a9..3a62a801b6 100644 --- a/src/generated/Models/CallRecords/NetworkInfo.cs +++ b/src/generated/Models/CallRecords/NetworkInfo.cs @@ -141,7 +141,7 @@ public class NetworkInfo : IAdditionalDataHolder, IParsable { public string WifiVendorDriverVersion { get; set; } #endif /// - /// Instantiates a new networkInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public NetworkInfo() { AdditionalData = new Dictionary(); @@ -149,6 +149,7 @@ public NetworkInfo() { /// /// 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 NetworkInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -157,6 +158,7 @@ public static NetworkInfo CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"bandwidthLowEventRatio", n => { BandwidthLowEventRatio = n.GetFloatValue(); } }, diff --git a/src/generated/Models/CallRecords/ParticipantEndpoint.cs b/src/generated/Models/CallRecords/ParticipantEndpoint.cs index 3a286d013e..7a4bfac28a 100644 --- a/src/generated/Models/CallRecords/ParticipantEndpoint.cs +++ b/src/generated/Models/CallRecords/ParticipantEndpoint.cs @@ -43,7 +43,7 @@ public class ParticipantEndpoint : Endpoint, IParsable { public string Name { get; set; } #endif /// - /// Instantiates a new participantEndpoint and sets the default values. + /// Instantiates a new and sets the default values. /// public ParticipantEndpoint() : base() { OdataType = "#microsoft.graph.callRecords.participantEndpoint"; @@ -51,6 +51,7 @@ public ParticipantEndpoint() : base() { /// /// 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 new ParticipantEndpoint CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public ParticipantEndpoint() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"cpuCoresCount", n => { CpuCoresCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/CallRecords/PstnCallLogRow.cs b/src/generated/Models/CallRecords/PstnCallLogRow.cs index 5178579bc3..b427c64415 100644 --- a/src/generated/Models/CallRecords/PstnCallLogRow.cs +++ b/src/generated/Models/CallRecords/PstnCallLogRow.cs @@ -165,7 +165,7 @@ public class PstnCallLogRow : IAdditionalDataHolder, IParsable { public string UserPrincipalName { get; set; } #endif /// - /// Instantiates a new pstnCallLogRow and sets the default values. + /// Instantiates a new and sets the default values. /// public PstnCallLogRow() { AdditionalData = new Dictionary(); @@ -173,6 +173,7 @@ public PstnCallLogRow() { /// /// 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 PstnCallLogRow CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -181,6 +182,7 @@ public static PstnCallLogRow CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"callDurationSource", n => { CallDurationSource = n.GetEnumValue(); } }, diff --git a/src/generated/Models/CallRecords/Segment.cs b/src/generated/Models/CallRecords/Segment.cs index 61b162a359..35ee09aebe 100644 --- a/src/generated/Models/CallRecords/Segment.cs +++ b/src/generated/Models/CallRecords/Segment.cs @@ -45,6 +45,7 @@ public class Segment : ApiSdk.Models.Entity, IParsable { /// /// 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 new Segment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public class Segment : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"callee", n => { Callee = n.GetObjectValue(Endpoint.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/CallRecords/SegmentCollectionResponse.cs b/src/generated/Models/CallRecords/SegmentCollectionResponse.cs index 39c45c9c1c..d911c6e215 100644 --- a/src/generated/Models/CallRecords/SegmentCollectionResponse.cs +++ b/src/generated/Models/CallRecords/SegmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class SegmentCollectionResponse : ApiSdk.Models.BaseCollectionPaginationC /// /// 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 new SegmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SegmentCollectionResponse : ApiSdk.Models.BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Segment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CallRecords/ServiceEndpoint.cs b/src/generated/Models/CallRecords/ServiceEndpoint.cs index 780119a34f..841bc3471c 100644 --- a/src/generated/Models/CallRecords/ServiceEndpoint.cs +++ b/src/generated/Models/CallRecords/ServiceEndpoint.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models.CallRecords { public class ServiceEndpoint : Endpoint, IParsable { /// - /// Instantiates a new serviceEndpoint and sets the default values. + /// Instantiates a new and sets the default values. /// public ServiceEndpoint() : base() { OdataType = "#microsoft.graph.callRecords.serviceEndpoint"; @@ -15,6 +15,7 @@ public ServiceEndpoint() : base() { /// /// 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 new ServiceEndpoint CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public ServiceEndpoint() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/CallRecords/ServiceUserAgent.cs b/src/generated/Models/CallRecords/ServiceUserAgent.cs index ee99b3cd28..7a486d5a84 100644 --- a/src/generated/Models/CallRecords/ServiceUserAgent.cs +++ b/src/generated/Models/CallRecords/ServiceUserAgent.cs @@ -9,7 +9,7 @@ public class ServiceUserAgent : UserAgent, IParsable { /// The role property public ServiceRole? Role { get; set; } /// - /// Instantiates a new serviceUserAgent and sets the default values. + /// Instantiates a new and sets the default values. /// public ServiceUserAgent() : base() { OdataType = "#microsoft.graph.callRecords.serviceUserAgent"; @@ -17,6 +17,7 @@ public ServiceUserAgent() : base() { /// /// 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 new ServiceUserAgent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public ServiceUserAgent() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"role", n => { Role = n.GetEnumValue(); } }, diff --git a/src/generated/Models/CallRecords/Session.cs b/src/generated/Models/CallRecords/Session.cs index aee67765ab..a8a2d0b0cd 100644 --- a/src/generated/Models/CallRecords/Session.cs +++ b/src/generated/Models/CallRecords/Session.cs @@ -55,6 +55,7 @@ public class Session : ApiSdk.Models.Entity, IParsable { /// /// 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 new Session CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -63,6 +64,7 @@ public class Session : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"callee", n => { Callee = n.GetObjectValue(Endpoint.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/CallRecords/SessionCollectionResponse.cs b/src/generated/Models/CallRecords/SessionCollectionResponse.cs index 445d50e5d0..ce82558e25 100644 --- a/src/generated/Models/CallRecords/SessionCollectionResponse.cs +++ b/src/generated/Models/CallRecords/SessionCollectionResponse.cs @@ -17,6 +17,7 @@ public class SessionCollectionResponse : ApiSdk.Models.BaseCollectionPaginationC /// /// 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 new SessionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SessionCollectionResponse : ApiSdk.Models.BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Session.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CallRecords/TraceRouteHop.cs b/src/generated/Models/CallRecords/TraceRouteHop.cs index 5bb3ab4674..5973bb5222 100644 --- a/src/generated/Models/CallRecords/TraceRouteHop.cs +++ b/src/generated/Models/CallRecords/TraceRouteHop.cs @@ -29,7 +29,7 @@ public class TraceRouteHop : IAdditionalDataHolder, IParsable { /// The time from when the trace route packet was sent from the client to this hop and back to the client, denoted in [ISO 8601][] format. For example, 1 second is denoted as PT1S, where P is the duration designator, T is the time designator, and S is the second designator. public TimeSpan? RoundTripTime { get; set; } /// - /// Instantiates a new traceRouteHop and sets the default values. + /// Instantiates a new and sets the default values. /// public TraceRouteHop() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public TraceRouteHop() { /// /// 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 TraceRouteHop CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static TraceRouteHop CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"hopCount", n => { HopCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/CallRecords/UserAgent.cs b/src/generated/Models/CallRecords/UserAgent.cs index bba2a34033..50686410b9 100644 --- a/src/generated/Models/CallRecords/UserAgent.cs +++ b/src/generated/Models/CallRecords/UserAgent.cs @@ -33,7 +33,7 @@ public class UserAgent : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new userAgent and sets the default values. + /// Instantiates a new and sets the default values. /// public UserAgent() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public UserAgent() { /// /// 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 UserAgent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -54,6 +55,7 @@ public static UserAgent CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"applicationVersion", n => { ApplicationVersion = n.GetStringValue(); } }, diff --git a/src/generated/Models/CallRecords/UserFeedback.cs b/src/generated/Models/CallRecords/UserFeedback.cs index 2a9826d9b1..9c0bb5ade2 100644 --- a/src/generated/Models/CallRecords/UserFeedback.cs +++ b/src/generated/Models/CallRecords/UserFeedback.cs @@ -35,7 +35,7 @@ public class UserFeedback : IAdditionalDataHolder, IParsable { public FeedbackTokenSet Tokens { get; set; } #endif /// - /// Instantiates a new userFeedback and sets the default values. + /// Instantiates a new and sets the default values. /// public UserFeedback() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public UserFeedback() { /// /// 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 UserFeedback CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static UserFeedback CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/CallRoute.cs b/src/generated/Models/CallRoute.cs index 3d48ae275c..8ba3fa8a6e 100644 --- a/src/generated/Models/CallRoute.cs +++ b/src/generated/Models/CallRoute.cs @@ -35,7 +35,7 @@ public class CallRoute : IAdditionalDataHolder, IParsable { /// The routingType property public ApiSdk.Models.RoutingType? RoutingType { get; set; } /// - /// Instantiates a new callRoute and sets the default values. + /// Instantiates a new and sets the default values. /// public CallRoute() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public CallRoute() { /// /// 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 CallRoute CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static CallRoute CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"final", n => { Final = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/CallStartedEventMessageDetail.cs b/src/generated/Models/CallStartedEventMessageDetail.cs index 7a8f55fa5a..0da03707f6 100644 --- a/src/generated/Models/CallStartedEventMessageDetail.cs +++ b/src/generated/Models/CallStartedEventMessageDetail.cs @@ -25,7 +25,7 @@ public class CallStartedEventMessageDetail : EventMessageDetail, IParsable { public IdentitySet Initiator { get; set; } #endif /// - /// Instantiates a new callStartedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public CallStartedEventMessageDetail() : base() { OdataType = "#microsoft.graph.callStartedEventMessageDetail"; @@ -33,6 +33,7 @@ public CallStartedEventMessageDetail() : base() { /// /// 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 new CallStartedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public CallStartedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"callEventType", n => { CallEventType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/CallTranscript.cs b/src/generated/Models/CallTranscript.cs index 953f7b7791..b836173e7b 100644 --- a/src/generated/Models/CallTranscript.cs +++ b/src/generated/Models/CallTranscript.cs @@ -51,6 +51,7 @@ public class CallTranscript : Entity, IParsable { /// /// 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 new CallTranscript CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public class CallTranscript : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"content", n => { Content = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/CallTranscriptCollectionResponse.cs b/src/generated/Models/CallTranscriptCollectionResponse.cs index 1afe36c4f2..a1e7f47b5d 100644 --- a/src/generated/Models/CallTranscriptCollectionResponse.cs +++ b/src/generated/Models/CallTranscriptCollectionResponse.cs @@ -17,6 +17,7 @@ public class CallTranscriptCollectionResponse : BaseCollectionPaginationCountRes /// /// 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 new CallTranscriptCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class CallTranscriptCollectionResponse : BaseCollectionPaginationCountRes /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(CallTranscript.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CallTranscriptEventMessageDetail.cs b/src/generated/Models/CallTranscriptEventMessageDetail.cs index b58e715de3..bc06f42352 100644 --- a/src/generated/Models/CallTranscriptEventMessageDetail.cs +++ b/src/generated/Models/CallTranscriptEventMessageDetail.cs @@ -31,7 +31,7 @@ public class CallTranscriptEventMessageDetail : EventMessageDetail, IParsable { public IdentitySet MeetingOrganizer { get; set; } #endif /// - /// Instantiates a new callTranscriptEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public CallTranscriptEventMessageDetail() : base() { OdataType = "#microsoft.graph.callTranscriptEventMessageDetail"; @@ -39,6 +39,7 @@ public CallTranscriptEventMessageDetail() : base() { /// /// 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 new CallTranscriptEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public CallTranscriptEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"callId", n => { CallId = n.GetStringValue(); } }, diff --git a/src/generated/Models/CallTranscriptionInfo.cs b/src/generated/Models/CallTranscriptionInfo.cs index 21d5c9ec86..92749291c8 100644 --- a/src/generated/Models/CallTranscriptionInfo.cs +++ b/src/generated/Models/CallTranscriptionInfo.cs @@ -21,7 +21,7 @@ public class CallTranscriptionInfo : IAdditionalDataHolder, IParsable { /// The state property public CallTranscriptionState? State { get; set; } /// - /// Instantiates a new callTranscriptionInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public CallTranscriptionInfo() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public CallTranscriptionInfo() { /// /// 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 CallTranscriptionInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static CallTranscriptionInfo CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"lastModifiedDateTime", n => { LastModifiedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/CancelMediaProcessingOperation.cs b/src/generated/Models/CancelMediaProcessingOperation.cs index ee9728b5f3..79da3055fc 100644 --- a/src/generated/Models/CancelMediaProcessingOperation.cs +++ b/src/generated/Models/CancelMediaProcessingOperation.cs @@ -9,6 +9,7 @@ public class CancelMediaProcessingOperation : CommsOperation, IParsable { /// /// 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 new CancelMediaProcessingOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class CancelMediaProcessingOperation : CommsOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/CertificateAuthority.cs b/src/generated/Models/CertificateAuthority.cs index bf99899816..4a85332545 100644 --- a/src/generated/Models/CertificateAuthority.cs +++ b/src/generated/Models/CertificateAuthority.cs @@ -59,7 +59,7 @@ public class CertificateAuthority : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new certificateAuthority and sets the default values. + /// Instantiates a new and sets the default values. /// public CertificateAuthority() { AdditionalData = new Dictionary(); @@ -67,6 +67,7 @@ public CertificateAuthority() { /// /// 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 CertificateAuthority CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -75,6 +76,7 @@ public static CertificateAuthority CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"certificate", n => { Certificate = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/CertificateBasedAuthConfiguration.cs b/src/generated/Models/CertificateBasedAuthConfiguration.cs index 39dcd58956..93f9d72991 100644 --- a/src/generated/Models/CertificateBasedAuthConfiguration.cs +++ b/src/generated/Models/CertificateBasedAuthConfiguration.cs @@ -17,6 +17,7 @@ public class CertificateBasedAuthConfiguration : Entity, IParsable { /// /// 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 new CertificateBasedAuthConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class CertificateBasedAuthConfiguration : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"certificateAuthorities", n => { CertificateAuthorities = n.GetCollectionOfObjectValues(CertificateAuthority.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CertificateBasedAuthConfigurationCollectionResponse.cs b/src/generated/Models/CertificateBasedAuthConfigurationCollectionResponse.cs index 06f499fd70..6e4cc13c35 100644 --- a/src/generated/Models/CertificateBasedAuthConfigurationCollectionResponse.cs +++ b/src/generated/Models/CertificateBasedAuthConfigurationCollectionResponse.cs @@ -17,6 +17,7 @@ public class CertificateBasedAuthConfigurationCollectionResponse : BaseCollectio /// /// 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 new CertificateBasedAuthConfigurationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class CertificateBasedAuthConfigurationCollectionResponse : BaseCollectio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(CertificateBasedAuthConfiguration.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Certification.cs b/src/generated/Models/Certification.cs index 01246a6fe7..28c5660057 100644 --- a/src/generated/Models/Certification.cs +++ b/src/generated/Models/Certification.cs @@ -33,7 +33,7 @@ public class Certification : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new certification and sets the default values. + /// Instantiates a new and sets the default values. /// public Certification() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public Certification() { /// /// 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 Certification CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static Certification CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"certificationDetailsUrl", n => { CertificationDetailsUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/CertificationControl.cs b/src/generated/Models/CertificationControl.cs index 9125f8404b..db00f87f59 100644 --- a/src/generated/Models/CertificationControl.cs +++ b/src/generated/Models/CertificationControl.cs @@ -33,7 +33,7 @@ public class CertificationControl : IAdditionalDataHolder, IParsable { public string Url { get; set; } #endif /// - /// Instantiates a new certificationControl and sets the default values. + /// Instantiates a new and sets the default values. /// public CertificationControl() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public CertificationControl() { /// /// 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 CertificationControl CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static CertificationControl CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/ChangeTrackedEntity.cs b/src/generated/Models/ChangeTrackedEntity.cs index a67bd4f01a..917c59bcd8 100644 --- a/src/generated/Models/ChangeTrackedEntity.cs +++ b/src/generated/Models/ChangeTrackedEntity.cs @@ -21,6 +21,7 @@ public class ChangeTrackedEntity : Entity, IParsable { /// /// 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 new ChangeTrackedEntity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public class ChangeTrackedEntity : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/Channel.cs b/src/generated/Models/Channel.cs index a5c8fad92a..544c3bcf2f 100644 --- a/src/generated/Models/Channel.cs +++ b/src/generated/Models/Channel.cs @@ -103,6 +103,7 @@ public class Channel : Entity, IParsable { /// /// 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 new Channel CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -111,6 +112,7 @@ public class Channel : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/ChannelAddedEventMessageDetail.cs b/src/generated/Models/ChannelAddedEventMessageDetail.cs index acfd1df908..79231d51b4 100644 --- a/src/generated/Models/ChannelAddedEventMessageDetail.cs +++ b/src/generated/Models/ChannelAddedEventMessageDetail.cs @@ -31,7 +31,7 @@ public class ChannelAddedEventMessageDetail : EventMessageDetail, IParsable { public IdentitySet Initiator { get; set; } #endif /// - /// Instantiates a new channelAddedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public ChannelAddedEventMessageDetail() : base() { OdataType = "#microsoft.graph.channelAddedEventMessageDetail"; @@ -39,6 +39,7 @@ public ChannelAddedEventMessageDetail() : base() { /// /// 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 new ChannelAddedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public ChannelAddedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"channelDisplayName", n => { ChannelDisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/ChannelCollectionResponse.cs b/src/generated/Models/ChannelCollectionResponse.cs index 5dd48d5985..306aaad7f1 100644 --- a/src/generated/Models/ChannelCollectionResponse.cs +++ b/src/generated/Models/ChannelCollectionResponse.cs @@ -17,6 +17,7 @@ public class ChannelCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new ChannelCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ChannelCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Channel.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ChannelDeletedEventMessageDetail.cs b/src/generated/Models/ChannelDeletedEventMessageDetail.cs index b45cea4171..35da7c3b16 100644 --- a/src/generated/Models/ChannelDeletedEventMessageDetail.cs +++ b/src/generated/Models/ChannelDeletedEventMessageDetail.cs @@ -31,7 +31,7 @@ public class ChannelDeletedEventMessageDetail : EventMessageDetail, IParsable { public IdentitySet Initiator { get; set; } #endif /// - /// Instantiates a new channelDeletedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public ChannelDeletedEventMessageDetail() : base() { OdataType = "#microsoft.graph.channelDeletedEventMessageDetail"; @@ -39,6 +39,7 @@ public ChannelDeletedEventMessageDetail() : base() { /// /// 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 new ChannelDeletedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public ChannelDeletedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"channelDisplayName", n => { ChannelDisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/ChannelDescriptionUpdatedEventMessageDetail.cs b/src/generated/Models/ChannelDescriptionUpdatedEventMessageDetail.cs index 93ceedc9c6..a84c17d7f6 100644 --- a/src/generated/Models/ChannelDescriptionUpdatedEventMessageDetail.cs +++ b/src/generated/Models/ChannelDescriptionUpdatedEventMessageDetail.cs @@ -31,7 +31,7 @@ public class ChannelDescriptionUpdatedEventMessageDetail : EventMessageDetail, I public IdentitySet Initiator { get; set; } #endif /// - /// Instantiates a new channelDescriptionUpdatedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public ChannelDescriptionUpdatedEventMessageDetail() : base() { OdataType = "#microsoft.graph.channelDescriptionUpdatedEventMessageDetail"; @@ -39,6 +39,7 @@ public ChannelDescriptionUpdatedEventMessageDetail() : base() { /// /// 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 new ChannelDescriptionUpdatedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public ChannelDescriptionUpdatedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"channelDescription", n => { ChannelDescription = n.GetStringValue(); } }, diff --git a/src/generated/Models/ChannelIdentity.cs b/src/generated/Models/ChannelIdentity.cs index 1596e20792..f6c1dd8ea6 100644 --- a/src/generated/Models/ChannelIdentity.cs +++ b/src/generated/Models/ChannelIdentity.cs @@ -33,7 +33,7 @@ public class ChannelIdentity : IAdditionalDataHolder, IParsable { public string TeamId { get; set; } #endif /// - /// Instantiates a new channelIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public ChannelIdentity() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public ChannelIdentity() { /// /// 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 ChannelIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static ChannelIdentity CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"channelId", n => { ChannelId = n.GetStringValue(); } }, diff --git a/src/generated/Models/ChannelMembersNotificationRecipient.cs b/src/generated/Models/ChannelMembersNotificationRecipient.cs index 3ec5c5855a..beaafad202 100644 --- a/src/generated/Models/ChannelMembersNotificationRecipient.cs +++ b/src/generated/Models/ChannelMembersNotificationRecipient.cs @@ -23,7 +23,7 @@ public class ChannelMembersNotificationRecipient : TeamworkNotificationRecipient public string TeamId { get; set; } #endif /// - /// Instantiates a new channelMembersNotificationRecipient and sets the default values. + /// Instantiates a new and sets the default values. /// public ChannelMembersNotificationRecipient() : base() { OdataType = "#microsoft.graph.channelMembersNotificationRecipient"; @@ -31,6 +31,7 @@ public ChannelMembersNotificationRecipient() : base() { /// /// 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 new ChannelMembersNotificationRecipient CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public ChannelMembersNotificationRecipient() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"channelId", n => { ChannelId = n.GetStringValue(); } }, diff --git a/src/generated/Models/ChannelRenamedEventMessageDetail.cs b/src/generated/Models/ChannelRenamedEventMessageDetail.cs index e5bb846f6f..8be39ab0da 100644 --- a/src/generated/Models/ChannelRenamedEventMessageDetail.cs +++ b/src/generated/Models/ChannelRenamedEventMessageDetail.cs @@ -31,7 +31,7 @@ public class ChannelRenamedEventMessageDetail : EventMessageDetail, IParsable { public IdentitySet Initiator { get; set; } #endif /// - /// Instantiates a new channelRenamedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public ChannelRenamedEventMessageDetail() : base() { OdataType = "#microsoft.graph.channelRenamedEventMessageDetail"; @@ -39,6 +39,7 @@ public ChannelRenamedEventMessageDetail() : base() { /// /// 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 new ChannelRenamedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public ChannelRenamedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"channelDisplayName", n => { ChannelDisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/ChannelSetAsFavoriteByDefaultEventMessageDetail.cs b/src/generated/Models/ChannelSetAsFavoriteByDefaultEventMessageDetail.cs index b2dff8f5d5..af24a49397 100644 --- a/src/generated/Models/ChannelSetAsFavoriteByDefaultEventMessageDetail.cs +++ b/src/generated/Models/ChannelSetAsFavoriteByDefaultEventMessageDetail.cs @@ -23,7 +23,7 @@ public class ChannelSetAsFavoriteByDefaultEventMessageDetail : EventMessageDetai public IdentitySet Initiator { get; set; } #endif /// - /// Instantiates a new channelSetAsFavoriteByDefaultEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public ChannelSetAsFavoriteByDefaultEventMessageDetail() : base() { OdataType = "#microsoft.graph.channelSetAsFavoriteByDefaultEventMessageDetail"; @@ -31,6 +31,7 @@ public ChannelSetAsFavoriteByDefaultEventMessageDetail() : base() { /// /// 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 new ChannelSetAsFavoriteByDefaultEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public ChannelSetAsFavoriteByDefaultEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"channelId", n => { ChannelId = n.GetStringValue(); } }, diff --git a/src/generated/Models/ChannelSummary.cs b/src/generated/Models/ChannelSummary.cs index 22189c572a..b36ab2c162 100644 --- a/src/generated/Models/ChannelSummary.cs +++ b/src/generated/Models/ChannelSummary.cs @@ -25,7 +25,7 @@ public class ChannelSummary : IAdditionalDataHolder, IParsable { /// Count of owners in a channel. public int? OwnersCount { get; set; } /// - /// Instantiates a new channelSummary and sets the default values. + /// Instantiates a new and sets the default values. /// public ChannelSummary() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public ChannelSummary() { /// /// 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 ChannelSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static ChannelSummary CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"guestsCount", n => { GuestsCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/ChannelUnsetAsFavoriteByDefaultEventMessageDetail.cs b/src/generated/Models/ChannelUnsetAsFavoriteByDefaultEventMessageDetail.cs index 232be7b6f1..15289a070f 100644 --- a/src/generated/Models/ChannelUnsetAsFavoriteByDefaultEventMessageDetail.cs +++ b/src/generated/Models/ChannelUnsetAsFavoriteByDefaultEventMessageDetail.cs @@ -23,7 +23,7 @@ public class ChannelUnsetAsFavoriteByDefaultEventMessageDetail : EventMessageDet public IdentitySet Initiator { get; set; } #endif /// - /// Instantiates a new channelUnsetAsFavoriteByDefaultEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public ChannelUnsetAsFavoriteByDefaultEventMessageDetail() : base() { OdataType = "#microsoft.graph.channelUnsetAsFavoriteByDefaultEventMessageDetail"; @@ -31,6 +31,7 @@ public ChannelUnsetAsFavoriteByDefaultEventMessageDetail() : base() { /// /// 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 new ChannelUnsetAsFavoriteByDefaultEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public ChannelUnsetAsFavoriteByDefaultEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"channelId", n => { ChannelId = n.GetStringValue(); } }, diff --git a/src/generated/Models/Chat.cs b/src/generated/Models/Chat.cs index b3a35556d1..181aa8b864 100644 --- a/src/generated/Models/Chat.cs +++ b/src/generated/Models/Chat.cs @@ -111,6 +111,7 @@ public class Chat : Entity, IParsable { /// /// 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 new Chat CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -119,6 +120,7 @@ public class Chat : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"chatType", n => { ChatType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/ChatCollectionResponse.cs b/src/generated/Models/ChatCollectionResponse.cs index c4d152e5e7..605a0dc2ad 100644 --- a/src/generated/Models/ChatCollectionResponse.cs +++ b/src/generated/Models/ChatCollectionResponse.cs @@ -17,6 +17,7 @@ public class ChatCollectionResponse : BaseCollectionPaginationCountResponse, IPa /// /// 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 new ChatCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ChatCollectionResponse : BaseCollectionPaginationCountResponse, IPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Chat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ChatInfo.cs b/src/generated/Models/ChatInfo.cs index 97f04545e7..1a7ee89730 100644 --- a/src/generated/Models/ChatInfo.cs +++ b/src/generated/Models/ChatInfo.cs @@ -41,7 +41,7 @@ public class ChatInfo : IAdditionalDataHolder, IParsable { public string ThreadId { get; set; } #endif /// - /// Instantiates a new chatInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public ChatInfo() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public ChatInfo() { /// /// 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 ChatInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static ChatInfo CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"messageId", n => { MessageId = n.GetStringValue(); } }, diff --git a/src/generated/Models/ChatMembersNotificationRecipient.cs b/src/generated/Models/ChatMembersNotificationRecipient.cs index fd71f5dd26..881110b8c2 100644 --- a/src/generated/Models/ChatMembersNotificationRecipient.cs +++ b/src/generated/Models/ChatMembersNotificationRecipient.cs @@ -15,7 +15,7 @@ public class ChatMembersNotificationRecipient : TeamworkNotificationRecipient, I public string ChatId { get; set; } #endif /// - /// Instantiates a new chatMembersNotificationRecipient and sets the default values. + /// Instantiates a new and sets the default values. /// public ChatMembersNotificationRecipient() : base() { OdataType = "#microsoft.graph.chatMembersNotificationRecipient"; @@ -23,6 +23,7 @@ public ChatMembersNotificationRecipient() : base() { /// /// 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 new ChatMembersNotificationRecipient CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public ChatMembersNotificationRecipient() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"chatId", n => { ChatId = n.GetStringValue(); } }, diff --git a/src/generated/Models/ChatMessage.cs b/src/generated/Models/ChatMessage.cs index 6100a2232b..f761e1e415 100644 --- a/src/generated/Models/ChatMessage.cs +++ b/src/generated/Models/ChatMessage.cs @@ -165,6 +165,7 @@ public class ChatMessage : Entity, IParsable { /// /// 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 new ChatMessage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -173,6 +174,7 @@ public class ChatMessage : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"attachments", n => { Attachments = n.GetCollectionOfObjectValues(ChatMessageAttachment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ChatMessageAttachment.cs b/src/generated/Models/ChatMessageAttachment.cs index 8bfc6625ca..0301d978ae 100644 --- a/src/generated/Models/ChatMessageAttachment.cs +++ b/src/generated/Models/ChatMessageAttachment.cs @@ -73,7 +73,7 @@ public class ChatMessageAttachment : IAdditionalDataHolder, IParsable { public string ThumbnailUrl { get; set; } #endif /// - /// Instantiates a new chatMessageAttachment and sets the default values. + /// Instantiates a new and sets the default values. /// public ChatMessageAttachment() { AdditionalData = new Dictionary(); @@ -81,6 +81,7 @@ public ChatMessageAttachment() { /// /// 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 ChatMessageAttachment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -89,6 +90,7 @@ public static ChatMessageAttachment CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"content", n => { Content = n.GetStringValue(); } }, diff --git a/src/generated/Models/ChatMessageCollectionResponse.cs b/src/generated/Models/ChatMessageCollectionResponse.cs index 1980f5f795..2446dcb973 100644 --- a/src/generated/Models/ChatMessageCollectionResponse.cs +++ b/src/generated/Models/ChatMessageCollectionResponse.cs @@ -17,6 +17,7 @@ public class ChatMessageCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new ChatMessageCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ChatMessageCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ChatMessage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ChatMessageFromIdentitySet.cs b/src/generated/Models/ChatMessageFromIdentitySet.cs index 02e2678590..e27f69121a 100644 --- a/src/generated/Models/ChatMessageFromIdentitySet.cs +++ b/src/generated/Models/ChatMessageFromIdentitySet.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class ChatMessageFromIdentitySet : IdentitySet, IParsable { /// - /// Instantiates a new chatMessageFromIdentitySet and sets the default values. + /// Instantiates a new and sets the default values. /// public ChatMessageFromIdentitySet() : base() { OdataType = "#microsoft.graph.chatMessageFromIdentitySet"; @@ -15,6 +15,7 @@ public ChatMessageFromIdentitySet() : base() { /// /// 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 new ChatMessageFromIdentitySet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public ChatMessageFromIdentitySet() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/ChatMessageHistoryItem.cs b/src/generated/Models/ChatMessageHistoryItem.cs index 7b483e172e..b5af5eae8e 100644 --- a/src/generated/Models/ChatMessageHistoryItem.cs +++ b/src/generated/Models/ChatMessageHistoryItem.cs @@ -29,7 +29,7 @@ public class ChatMessageHistoryItem : IAdditionalDataHolder, IParsable { public ChatMessageReaction Reaction { get; set; } #endif /// - /// Instantiates a new chatMessageHistoryItem and sets the default values. + /// Instantiates a new and sets the default values. /// public ChatMessageHistoryItem() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public ChatMessageHistoryItem() { /// /// 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 ChatMessageHistoryItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static ChatMessageHistoryItem CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"actions", n => { Actions = n.GetEnumValue(); } }, diff --git a/src/generated/Models/ChatMessageHostedContent.cs b/src/generated/Models/ChatMessageHostedContent.cs index fa4ead21e8..b1b21d114e 100644 --- a/src/generated/Models/ChatMessageHostedContent.cs +++ b/src/generated/Models/ChatMessageHostedContent.cs @@ -9,6 +9,7 @@ public class ChatMessageHostedContent : TeamworkHostedContent, IParsable { /// /// 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 new ChatMessageHostedContent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class ChatMessageHostedContent : TeamworkHostedContent, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/ChatMessageHostedContentCollectionResponse.cs b/src/generated/Models/ChatMessageHostedContentCollectionResponse.cs index 7430d317fd..5baf5b06e7 100644 --- a/src/generated/Models/ChatMessageHostedContentCollectionResponse.cs +++ b/src/generated/Models/ChatMessageHostedContentCollectionResponse.cs @@ -17,6 +17,7 @@ public class ChatMessageHostedContentCollectionResponse : BaseCollectionPaginati /// /// 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 new ChatMessageHostedContentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ChatMessageHostedContentCollectionResponse : BaseCollectionPaginati /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ChatMessageHostedContent.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ChatMessageInfo.cs b/src/generated/Models/ChatMessageInfo.cs index 5bc07e99b9..2c3fd7590f 100644 --- a/src/generated/Models/ChatMessageInfo.cs +++ b/src/generated/Models/ChatMessageInfo.cs @@ -39,6 +39,7 @@ public class ChatMessageInfo : Entity, IParsable { /// /// 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 new ChatMessageInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public class ChatMessageInfo : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"body", n => { Body = n.GetObjectValue(ItemBody.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ChatMessageMention.cs b/src/generated/Models/ChatMessageMention.cs index 46b6e36107..131e48e7e2 100644 --- a/src/generated/Models/ChatMessageMention.cs +++ b/src/generated/Models/ChatMessageMention.cs @@ -35,7 +35,7 @@ public class ChatMessageMention : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new chatMessageMention and sets the default values. + /// Instantiates a new and sets the default values. /// public ChatMessageMention() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public ChatMessageMention() { /// /// 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 ChatMessageMention CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static ChatMessageMention CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"id", n => { Id = n.GetIntValue(); } }, diff --git a/src/generated/Models/ChatMessageMentionedIdentitySet.cs b/src/generated/Models/ChatMessageMentionedIdentitySet.cs index d630b6aa73..ec17395517 100644 --- a/src/generated/Models/ChatMessageMentionedIdentitySet.cs +++ b/src/generated/Models/ChatMessageMentionedIdentitySet.cs @@ -15,7 +15,7 @@ public class ChatMessageMentionedIdentitySet : IdentitySet, IParsable { public TeamworkConversationIdentity Conversation { get; set; } #endif /// - /// Instantiates a new chatMessageMentionedIdentitySet and sets the default values. + /// Instantiates a new and sets the default values. /// public ChatMessageMentionedIdentitySet() : base() { OdataType = "#microsoft.graph.chatMessageMentionedIdentitySet"; @@ -23,6 +23,7 @@ public ChatMessageMentionedIdentitySet() : base() { /// /// 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 new ChatMessageMentionedIdentitySet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public ChatMessageMentionedIdentitySet() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"conversation", n => { Conversation = n.GetObjectValue(TeamworkConversationIdentity.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ChatMessagePolicyViolation.cs b/src/generated/Models/ChatMessagePolicyViolation.cs index 57901182a4..bdae5ff800 100644 --- a/src/generated/Models/ChatMessagePolicyViolation.cs +++ b/src/generated/Models/ChatMessagePolicyViolation.cs @@ -39,7 +39,7 @@ public class ChatMessagePolicyViolation : IAdditionalDataHolder, IParsable { /// Indicates what actions the sender may take in response to the policy violation. Supported values are: NoneAllowFalsePositiveOverride -- Allows the sender to declare the policyViolation to be an error in the DLP app and its rules, and allow readers to see the message again if the dlpAction hides it.AllowOverrideWithoutJustification -- Allows the sender to override the DLP violation and allow readers to see the message again if the dlpAction hides it, without needing to provide an explanation for doing so. AllowOverrideWithJustification -- Allows the sender to override the DLP violation and allow readers to see the message again if the dlpAction hides it, after providing an explanation for doing so.AllowOverrideWithoutJustification and AllowOverrideWithJustification are mutually exclusive. public ChatMessagePolicyViolationVerdictDetailsTypes? VerdictDetails { get; set; } /// - /// Instantiates a new chatMessagePolicyViolation and sets the default values. + /// Instantiates a new and sets the default values. /// public ChatMessagePolicyViolation() { AdditionalData = new Dictionary(); @@ -47,6 +47,7 @@ public ChatMessagePolicyViolation() { /// /// 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 ChatMessagePolicyViolation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public static ChatMessagePolicyViolation CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"dlpAction", n => { DlpAction = n.GetEnumValue(); } }, diff --git a/src/generated/Models/ChatMessagePolicyViolationPolicyTip.cs b/src/generated/Models/ChatMessagePolicyViolationPolicyTip.cs index dd3729e1ba..0f6502c7dd 100644 --- a/src/generated/Models/ChatMessagePolicyViolationPolicyTip.cs +++ b/src/generated/Models/ChatMessagePolicyViolationPolicyTip.cs @@ -41,7 +41,7 @@ public class ChatMessagePolicyViolationPolicyTip : IAdditionalDataHolder, IParsa public string OdataType { get; set; } #endif /// - /// Instantiates a new chatMessagePolicyViolationPolicyTip and sets the default values. + /// Instantiates a new and sets the default values. /// public ChatMessagePolicyViolationPolicyTip() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public ChatMessagePolicyViolationPolicyTip() { /// /// 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 ChatMessagePolicyViolationPolicyTip CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static ChatMessagePolicyViolationPolicyTip CreateFromDiscriminatorValue(I /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"complianceUrl", n => { ComplianceUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/ChatMessageReaction.cs b/src/generated/Models/ChatMessageReaction.cs index fb14611956..1f7733fbe5 100644 --- a/src/generated/Models/ChatMessageReaction.cs +++ b/src/generated/Models/ChatMessageReaction.cs @@ -35,7 +35,7 @@ public class ChatMessageReaction : IAdditionalDataHolder, IParsable { public ChatMessageReactionIdentitySet User { get; set; } #endif /// - /// Instantiates a new chatMessageReaction and sets the default values. + /// Instantiates a new and sets the default values. /// public ChatMessageReaction() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public ChatMessageReaction() { /// /// 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 ChatMessageReaction CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static ChatMessageReaction CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/ChatMessageReactionIdentitySet.cs b/src/generated/Models/ChatMessageReactionIdentitySet.cs index 7bcdec1dbe..204564ecb2 100644 --- a/src/generated/Models/ChatMessageReactionIdentitySet.cs +++ b/src/generated/Models/ChatMessageReactionIdentitySet.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class ChatMessageReactionIdentitySet : IdentitySet, IParsable { /// - /// Instantiates a new chatMessageReactionIdentitySet and sets the default values. + /// Instantiates a new and sets the default values. /// public ChatMessageReactionIdentitySet() : base() { OdataType = "#microsoft.graph.chatMessageReactionIdentitySet"; @@ -15,6 +15,7 @@ public ChatMessageReactionIdentitySet() : base() { /// /// 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 new ChatMessageReactionIdentitySet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public ChatMessageReactionIdentitySet() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/ChatRenamedEventMessageDetail.cs b/src/generated/Models/ChatRenamedEventMessageDetail.cs index e08bd1d5a1..35e4c96740 100644 --- a/src/generated/Models/ChatRenamedEventMessageDetail.cs +++ b/src/generated/Models/ChatRenamedEventMessageDetail.cs @@ -31,7 +31,7 @@ public class ChatRenamedEventMessageDetail : EventMessageDetail, IParsable { public IdentitySet Initiator { get; set; } #endif /// - /// Instantiates a new chatRenamedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public ChatRenamedEventMessageDetail() : base() { OdataType = "#microsoft.graph.chatRenamedEventMessageDetail"; @@ -39,6 +39,7 @@ public ChatRenamedEventMessageDetail() : base() { /// /// 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 new ChatRenamedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public ChatRenamedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"chatDisplayName", n => { ChatDisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/ChatViewpoint.cs b/src/generated/Models/ChatViewpoint.cs index afff14b859..85e7e326bb 100644 --- a/src/generated/Models/ChatViewpoint.cs +++ b/src/generated/Models/ChatViewpoint.cs @@ -21,7 +21,7 @@ public class ChatViewpoint : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new chatViewpoint and sets the default values. + /// Instantiates a new and sets the default values. /// public ChatViewpoint() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public ChatViewpoint() { /// /// 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 ChatViewpoint CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static ChatViewpoint CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isHidden", n => { IsHidden = n.GetBoolValue(); } }, diff --git a/src/generated/Models/ChecklistItem.cs b/src/generated/Models/ChecklistItem.cs index 51fd047d26..bcc1711bfb 100644 --- a/src/generated/Models/ChecklistItem.cs +++ b/src/generated/Models/ChecklistItem.cs @@ -23,6 +23,7 @@ public class ChecklistItem : Entity, IParsable { /// /// 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 new ChecklistItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public class ChecklistItem : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"checkedDateTime", n => { CheckedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/ChecklistItemCollectionResponse.cs b/src/generated/Models/ChecklistItemCollectionResponse.cs index e7efb2248f..b9c26527ce 100644 --- a/src/generated/Models/ChecklistItemCollectionResponse.cs +++ b/src/generated/Models/ChecklistItemCollectionResponse.cs @@ -17,6 +17,7 @@ public class ChecklistItemCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new ChecklistItemCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ChecklistItemCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ChecklistItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ChoiceColumn.cs b/src/generated/Models/ChoiceColumn.cs index 4d3ccbad87..4c7bafef9d 100644 --- a/src/generated/Models/ChoiceColumn.cs +++ b/src/generated/Models/ChoiceColumn.cs @@ -35,7 +35,7 @@ public class ChoiceColumn : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new choiceColumn and sets the default values. + /// Instantiates a new and sets the default values. /// public ChoiceColumn() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public ChoiceColumn() { /// /// 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 ChoiceColumn CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static ChoiceColumn CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowTextEntry", n => { AllowTextEntry = n.GetBoolValue(); } }, diff --git a/src/generated/Models/ClaimsMappingPolicy.cs b/src/generated/Models/ClaimsMappingPolicy.cs index 041b1d1b5d..d3723c2991 100644 --- a/src/generated/Models/ClaimsMappingPolicy.cs +++ b/src/generated/Models/ClaimsMappingPolicy.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class ClaimsMappingPolicy : StsPolicy, IParsable { /// - /// Instantiates a new claimsMappingPolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public ClaimsMappingPolicy() : base() { OdataType = "#microsoft.graph.claimsMappingPolicy"; @@ -15,6 +15,7 @@ public ClaimsMappingPolicy() : base() { /// /// 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 new ClaimsMappingPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public ClaimsMappingPolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/ClaimsMappingPolicyCollectionResponse.cs b/src/generated/Models/ClaimsMappingPolicyCollectionResponse.cs index d9e42e32fc..6568a33067 100644 --- a/src/generated/Models/ClaimsMappingPolicyCollectionResponse.cs +++ b/src/generated/Models/ClaimsMappingPolicyCollectionResponse.cs @@ -17,6 +17,7 @@ public class ClaimsMappingPolicyCollectionResponse : BaseCollectionPaginationCou /// /// 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 new ClaimsMappingPolicyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ClaimsMappingPolicyCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ClaimsMappingPolicy.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ClientCertificateAuthentication.cs b/src/generated/Models/ClientCertificateAuthentication.cs index 3148753959..79625fec25 100644 --- a/src/generated/Models/ClientCertificateAuthentication.cs +++ b/src/generated/Models/ClientCertificateAuthentication.cs @@ -15,7 +15,7 @@ public class ClientCertificateAuthentication : ApiAuthenticationConfigurationBas public List CertificateList { get; set; } #endif /// - /// Instantiates a new clientCertificateAuthentication and sets the default values. + /// Instantiates a new and sets the default values. /// public ClientCertificateAuthentication() : base() { OdataType = "#microsoft.graph.clientCertificateAuthentication"; @@ -23,6 +23,7 @@ public ClientCertificateAuthentication() : base() { /// /// 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 new ClientCertificateAuthentication CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public ClientCertificateAuthentication() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"certificateList", n => { CertificateList = n.GetCollectionOfObjectValues(Pkcs12CertificateInformation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CloudAppSecuritySessionControl.cs b/src/generated/Models/CloudAppSecuritySessionControl.cs index 3073a507bf..92819788bf 100644 --- a/src/generated/Models/CloudAppSecuritySessionControl.cs +++ b/src/generated/Models/CloudAppSecuritySessionControl.cs @@ -9,7 +9,7 @@ public class CloudAppSecuritySessionControl : ConditionalAccessSessionControl, I /// Possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps. public CloudAppSecuritySessionControlType? CloudAppSecurityType { get; set; } /// - /// Instantiates a new cloudAppSecuritySessionControl and sets the default values. + /// Instantiates a new and sets the default values. /// public CloudAppSecuritySessionControl() : base() { OdataType = "#microsoft.graph.cloudAppSecuritySessionControl"; @@ -17,6 +17,7 @@ public CloudAppSecuritySessionControl() : base() { /// /// 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 new CloudAppSecuritySessionControl CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public CloudAppSecuritySessionControl() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"cloudAppSecurityType", n => { CloudAppSecurityType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/CloudAppSecurityState.cs b/src/generated/Models/CloudAppSecurityState.cs index 687e99cb07..f0cbd4fe1e 100644 --- a/src/generated/Models/CloudAppSecurityState.cs +++ b/src/generated/Models/CloudAppSecurityState.cs @@ -41,7 +41,7 @@ public class CloudAppSecurityState : IAdditionalDataHolder, IParsable { public string RiskScore { get; set; } #endif /// - /// Instantiates a new cloudAppSecurityState and sets the default values. + /// Instantiates a new and sets the default values. /// public CloudAppSecurityState() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public CloudAppSecurityState() { /// /// 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 CloudAppSecurityState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static CloudAppSecurityState CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"destinationServiceIp", n => { DestinationServiceIp = n.GetStringValue(); } }, diff --git a/src/generated/Models/CloudCommunications.cs b/src/generated/Models/CloudCommunications.cs index a015dfc27b..03510ee595 100644 --- a/src/generated/Models/CloudCommunications.cs +++ b/src/generated/Models/CloudCommunications.cs @@ -50,7 +50,7 @@ public class CloudCommunications : IAdditionalDataHolder, IParsable { public List Presences { get; set; } #endif /// - /// Instantiates a new cloudCommunications and sets the default values. + /// Instantiates a new and sets the default values. /// public CloudCommunications() { AdditionalData = new Dictionary(); @@ -58,6 +58,7 @@ public CloudCommunications() { /// /// 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 CloudCommunications CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public static CloudCommunications CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"callRecords", n => { CallRecords = n.GetCollectionOfObjectValues(CallRecord.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CoachmarkLocation.cs b/src/generated/Models/CoachmarkLocation.cs index 6f1d4dd524..e091811255 100644 --- a/src/generated/Models/CoachmarkLocation.cs +++ b/src/generated/Models/CoachmarkLocation.cs @@ -23,7 +23,7 @@ public class CoachmarkLocation : IAdditionalDataHolder, IParsable { /// Type of coachmark location. The possible values are: unknown, fromEmail, subject, externalTag, displayName, messageBody, unknownFutureValue. public CoachmarkLocationType? Type { get; set; } /// - /// Instantiates a new coachmarkLocation and sets the default values. + /// Instantiates a new and sets the default values. /// public CoachmarkLocation() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public CoachmarkLocation() { /// /// 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 CoachmarkLocation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static CoachmarkLocation CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"length", n => { Length = n.GetIntValue(); } }, diff --git a/src/generated/Models/CollapseProperty.cs b/src/generated/Models/CollapseProperty.cs index a5be9004cd..b4476d4f3c 100644 --- a/src/generated/Models/CollapseProperty.cs +++ b/src/generated/Models/CollapseProperty.cs @@ -27,7 +27,7 @@ public class CollapseProperty : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new collapseProperty and sets the default values. + /// Instantiates a new and sets the default values. /// public CollapseProperty() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public CollapseProperty() { /// /// 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 CollapseProperty CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static CollapseProperty CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fields", n => { Fields = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/ColumnDefinition.cs b/src/generated/Models/ColumnDefinition.cs index 0ddd61986c..5f7c9f4719 100644 --- a/src/generated/Models/ColumnDefinition.cs +++ b/src/generated/Models/ColumnDefinition.cs @@ -205,6 +205,7 @@ public class ColumnDefinition : Entity, IParsable { /// /// 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 new ColumnDefinition CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -213,6 +214,7 @@ public class ColumnDefinition : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"boolean", n => { Boolean = n.GetObjectValue(BooleanColumn.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ColumnDefinitionCollectionResponse.cs b/src/generated/Models/ColumnDefinitionCollectionResponse.cs index 16673b434d..bcff419199 100644 --- a/src/generated/Models/ColumnDefinitionCollectionResponse.cs +++ b/src/generated/Models/ColumnDefinitionCollectionResponse.cs @@ -17,6 +17,7 @@ public class ColumnDefinitionCollectionResponse : BaseCollectionPaginationCountR /// /// 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 new ColumnDefinitionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ColumnDefinitionCollectionResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ColumnDefinition.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ColumnLink.cs b/src/generated/Models/ColumnLink.cs index cba7653d2a..7e81448715 100644 --- a/src/generated/Models/ColumnLink.cs +++ b/src/generated/Models/ColumnLink.cs @@ -17,6 +17,7 @@ public class ColumnLink : Entity, IParsable { /// /// 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 new ColumnLink CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ColumnLink : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/ColumnLinkCollectionResponse.cs b/src/generated/Models/ColumnLinkCollectionResponse.cs index 42ef001526..76806d7e2e 100644 --- a/src/generated/Models/ColumnLinkCollectionResponse.cs +++ b/src/generated/Models/ColumnLinkCollectionResponse.cs @@ -17,6 +17,7 @@ public class ColumnLinkCollectionResponse : BaseCollectionPaginationCountRespons /// /// 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 new ColumnLinkCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ColumnLinkCollectionResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ColumnLink.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ColumnValidation.cs b/src/generated/Models/ColumnValidation.cs index a4a04707e2..5daa9f52aa 100644 --- a/src/generated/Models/ColumnValidation.cs +++ b/src/generated/Models/ColumnValidation.cs @@ -41,7 +41,7 @@ public class ColumnValidation : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new columnValidation and sets the default values. + /// Instantiates a new and sets the default values. /// public ColumnValidation() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public ColumnValidation() { /// /// 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 ColumnValidation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static ColumnValidation CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"defaultLanguage", n => { DefaultLanguage = n.GetStringValue(); } }, diff --git a/src/generated/Models/CommsOperation.cs b/src/generated/Models/CommsOperation.cs index ea23dd2400..422613322c 100644 --- a/src/generated/Models/CommsOperation.cs +++ b/src/generated/Models/CommsOperation.cs @@ -27,6 +27,7 @@ public class CommsOperation : Entity, IParsable { /// /// 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 new CommsOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public class CommsOperation : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"clientContext", n => { ClientContext = n.GetStringValue(); } }, diff --git a/src/generated/Models/CommsOperationCollectionResponse.cs b/src/generated/Models/CommsOperationCollectionResponse.cs index b2aa6c0bde..20886cc047 100644 --- a/src/generated/Models/CommsOperationCollectionResponse.cs +++ b/src/generated/Models/CommsOperationCollectionResponse.cs @@ -17,6 +17,7 @@ public class CommsOperationCollectionResponse : BaseCollectionPaginationCountRes /// /// 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 new CommsOperationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class CommsOperationCollectionResponse : BaseCollectionPaginationCountRes /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(CommsOperation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CommunicationsApplicationIdentity.cs b/src/generated/Models/CommunicationsApplicationIdentity.cs index 015cf9c793..796720feda 100644 --- a/src/generated/Models/CommunicationsApplicationIdentity.cs +++ b/src/generated/Models/CommunicationsApplicationIdentity.cs @@ -17,7 +17,7 @@ public class CommunicationsApplicationIdentity : Identity, IParsable { /// True if the participant shouldn't be shown in other participants' rosters. public bool? Hidden { get; set; } /// - /// Instantiates a new communicationsApplicationIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public CommunicationsApplicationIdentity() : base() { OdataType = "#microsoft.graph.communicationsApplicationIdentity"; @@ -25,6 +25,7 @@ public CommunicationsApplicationIdentity() : base() { /// /// 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 new CommunicationsApplicationIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public CommunicationsApplicationIdentity() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"applicationType", n => { ApplicationType = n.GetStringValue(); } }, diff --git a/src/generated/Models/CommunicationsApplicationInstanceIdentity.cs b/src/generated/Models/CommunicationsApplicationInstanceIdentity.cs index 6718f67a82..ef4cfdd4cd 100644 --- a/src/generated/Models/CommunicationsApplicationInstanceIdentity.cs +++ b/src/generated/Models/CommunicationsApplicationInstanceIdentity.cs @@ -17,7 +17,7 @@ public class CommunicationsApplicationInstanceIdentity : Identity, IParsable { public string TenantId { get; set; } #endif /// - /// Instantiates a new communicationsApplicationInstanceIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public CommunicationsApplicationInstanceIdentity() : base() { OdataType = "#microsoft.graph.communicationsApplicationInstanceIdentity"; @@ -25,6 +25,7 @@ public CommunicationsApplicationInstanceIdentity() : base() { /// /// 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 new CommunicationsApplicationInstanceIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public CommunicationsApplicationInstanceIdentity() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"hidden", n => { Hidden = n.GetBoolValue(); } }, diff --git a/src/generated/Models/CommunicationsEncryptedIdentity.cs b/src/generated/Models/CommunicationsEncryptedIdentity.cs index 86193ccd95..38c2fee2f0 100644 --- a/src/generated/Models/CommunicationsEncryptedIdentity.cs +++ b/src/generated/Models/CommunicationsEncryptedIdentity.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class CommunicationsEncryptedIdentity : Identity, IParsable { /// - /// Instantiates a new communicationsEncryptedIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public CommunicationsEncryptedIdentity() : base() { OdataType = "#microsoft.graph.communicationsEncryptedIdentity"; @@ -15,6 +15,7 @@ public CommunicationsEncryptedIdentity() : base() { /// /// 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 new CommunicationsEncryptedIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public CommunicationsEncryptedIdentity() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/CommunicationsGuestIdentity.cs b/src/generated/Models/CommunicationsGuestIdentity.cs index 79863cc02b..4ce7cf074e 100644 --- a/src/generated/Models/CommunicationsGuestIdentity.cs +++ b/src/generated/Models/CommunicationsGuestIdentity.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class CommunicationsGuestIdentity : Identity, IParsable { /// - /// Instantiates a new communicationsGuestIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public CommunicationsGuestIdentity() : base() { OdataType = "#microsoft.graph.communicationsGuestIdentity"; @@ -15,6 +15,7 @@ public CommunicationsGuestIdentity() : base() { /// /// 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 new CommunicationsGuestIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public CommunicationsGuestIdentity() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/CommunicationsIdentitySet.cs b/src/generated/Models/CommunicationsIdentitySet.cs index fca4198285..ac991f11b1 100644 --- a/src/generated/Models/CommunicationsIdentitySet.cs +++ b/src/generated/Models/CommunicationsIdentitySet.cs @@ -65,7 +65,7 @@ public class CommunicationsIdentitySet : IdentitySet, IParsable { public Identity Phone { get; set; } #endif /// - /// Instantiates a new communicationsIdentitySet and sets the default values. + /// Instantiates a new and sets the default values. /// public CommunicationsIdentitySet() : base() { OdataType = "#microsoft.graph.communicationsIdentitySet"; @@ -73,6 +73,7 @@ public CommunicationsIdentitySet() : base() { /// /// 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 new CommunicationsIdentitySet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -81,6 +82,7 @@ public CommunicationsIdentitySet() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"applicationInstance", n => { ApplicationInstance = n.GetObjectValue(Identity.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/CommunicationsPhoneIdentity.cs b/src/generated/Models/CommunicationsPhoneIdentity.cs index 6188855ec4..2ff176d165 100644 --- a/src/generated/Models/CommunicationsPhoneIdentity.cs +++ b/src/generated/Models/CommunicationsPhoneIdentity.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class CommunicationsPhoneIdentity : Identity, IParsable { /// - /// Instantiates a new communicationsPhoneIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public CommunicationsPhoneIdentity() : base() { OdataType = "#microsoft.graph.communicationsPhoneIdentity"; @@ -15,6 +15,7 @@ public CommunicationsPhoneIdentity() : base() { /// /// 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 new CommunicationsPhoneIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public CommunicationsPhoneIdentity() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/CommunicationsUserIdentity.cs b/src/generated/Models/CommunicationsUserIdentity.cs index 0d06c47af7..286831e11e 100644 --- a/src/generated/Models/CommunicationsUserIdentity.cs +++ b/src/generated/Models/CommunicationsUserIdentity.cs @@ -15,7 +15,7 @@ public class CommunicationsUserIdentity : Identity, IParsable { public string TenantId { get; set; } #endif /// - /// Instantiates a new communicationsUserIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public CommunicationsUserIdentity() : base() { OdataType = "#microsoft.graph.communicationsUserIdentity"; @@ -23,6 +23,7 @@ public CommunicationsUserIdentity() : base() { /// /// 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 new CommunicationsUserIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public CommunicationsUserIdentity() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"tenantId", n => { TenantId = n.GetStringValue(); } }, diff --git a/src/generated/Models/Compliance.cs b/src/generated/Models/Compliance.cs index 577a17e9cb..69c23d71a3 100644 --- a/src/generated/Models/Compliance.cs +++ b/src/generated/Models/Compliance.cs @@ -17,7 +17,7 @@ public class Compliance : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new compliance and sets the default values. + /// Instantiates a new and sets the default values. /// public Compliance() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public Compliance() { /// /// 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 Compliance CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static Compliance CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/ComplianceInformation.cs b/src/generated/Models/ComplianceInformation.cs index 303c4b5c0d..695f6d2485 100644 --- a/src/generated/Models/ComplianceInformation.cs +++ b/src/generated/Models/ComplianceInformation.cs @@ -33,7 +33,7 @@ public class ComplianceInformation : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new complianceInformation and sets the default values. + /// Instantiates a new and sets the default values. /// public ComplianceInformation() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public ComplianceInformation() { /// /// 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 ComplianceInformation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static ComplianceInformation CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"certificationControls", n => { CertificationControls = n.GetCollectionOfObjectValues(CertificationControl.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ComplianceManagementPartner.cs b/src/generated/Models/ComplianceManagementPartner.cs index 524a70f22c..aabd946cb8 100644 --- a/src/generated/Models/ComplianceManagementPartner.cs +++ b/src/generated/Models/ComplianceManagementPartner.cs @@ -54,6 +54,7 @@ public class ComplianceManagementPartner : Entity, IParsable { /// /// 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 new ComplianceManagementPartner CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -62,6 +63,7 @@ public class ComplianceManagementPartner : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"androidEnrollmentAssignments", n => { AndroidEnrollmentAssignments = n.GetCollectionOfObjectValues(ComplianceManagementPartnerAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ComplianceManagementPartnerAssignment.cs b/src/generated/Models/ComplianceManagementPartnerAssignment.cs index a6f16a0092..19c7c6d3c4 100644 --- a/src/generated/Models/ComplianceManagementPartnerAssignment.cs +++ b/src/generated/Models/ComplianceManagementPartnerAssignment.cs @@ -28,7 +28,7 @@ public class ComplianceManagementPartnerAssignment : IAdditionalDataHolder, IPar public DeviceAndAppManagementAssignmentTarget Target { get; set; } #endif /// - /// Instantiates a new complianceManagementPartnerAssignment and sets the default values. + /// Instantiates a new and sets the default values. /// public ComplianceManagementPartnerAssignment() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public ComplianceManagementPartnerAssignment() { /// /// 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 ComplianceManagementPartnerAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static ComplianceManagementPartnerAssignment CreateFromDiscriminatorValue /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/ComplianceManagementPartnerCollectionResponse.cs b/src/generated/Models/ComplianceManagementPartnerCollectionResponse.cs index e150f864aa..26c1bd8bc2 100644 --- a/src/generated/Models/ComplianceManagementPartnerCollectionResponse.cs +++ b/src/generated/Models/ComplianceManagementPartnerCollectionResponse.cs @@ -17,6 +17,7 @@ public class ComplianceManagementPartnerCollectionResponse : BaseCollectionPagin /// /// 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 new ComplianceManagementPartnerCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ComplianceManagementPartnerCollectionResponse : BaseCollectionPagin /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ComplianceManagementPartner.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ConditionalAccessAllExternalTenants.cs b/src/generated/Models/ConditionalAccessAllExternalTenants.cs index 2f0399d008..74df40eef0 100644 --- a/src/generated/Models/ConditionalAccessAllExternalTenants.cs +++ b/src/generated/Models/ConditionalAccessAllExternalTenants.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class ConditionalAccessAllExternalTenants : ConditionalAccessExternalTenants, IParsable { /// - /// Instantiates a new conditionalAccessAllExternalTenants and sets the default values. + /// Instantiates a new and sets the default values. /// public ConditionalAccessAllExternalTenants() : base() { OdataType = "#microsoft.graph.conditionalAccessAllExternalTenants"; @@ -15,6 +15,7 @@ public ConditionalAccessAllExternalTenants() : base() { /// /// 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 new ConditionalAccessAllExternalTenants CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public ConditionalAccessAllExternalTenants() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/ConditionalAccessApplications.cs b/src/generated/Models/ConditionalAccessApplications.cs index c7914722ec..e705911161 100644 --- a/src/generated/Models/ConditionalAccessApplications.cs +++ b/src/generated/Models/ConditionalAccessApplications.cs @@ -57,7 +57,7 @@ public class ConditionalAccessApplications : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new conditionalAccessApplications and sets the default values. + /// Instantiates a new and sets the default values. /// public ConditionalAccessApplications() { AdditionalData = new Dictionary(); @@ -65,6 +65,7 @@ public ConditionalAccessApplications() { /// /// 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 ConditionalAccessApplications CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public static ConditionalAccessApplications CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"applicationFilter", n => { ApplicationFilter = n.GetObjectValue(ConditionalAccessFilter.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ConditionalAccessClientApplications.cs b/src/generated/Models/ConditionalAccessClientApplications.cs index ea8a5077e2..6587c707ad 100644 --- a/src/generated/Models/ConditionalAccessClientApplications.cs +++ b/src/generated/Models/ConditionalAccessClientApplications.cs @@ -41,7 +41,7 @@ public class ConditionalAccessClientApplications : IAdditionalDataHolder, IParsa public ConditionalAccessFilter ServicePrincipalFilter { get; set; } #endif /// - /// Instantiates a new conditionalAccessClientApplications and sets the default values. + /// Instantiates a new and sets the default values. /// public ConditionalAccessClientApplications() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public ConditionalAccessClientApplications() { /// /// 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 ConditionalAccessClientApplications CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static ConditionalAccessClientApplications CreateFromDiscriminatorValue(I /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"excludeServicePrincipals", n => { ExcludeServicePrincipals = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/ConditionalAccessConditionSet.cs b/src/generated/Models/ConditionalAccessConditionSet.cs index 65f019b5bd..a807d2ebf8 100644 --- a/src/generated/Models/ConditionalAccessConditionSet.cs +++ b/src/generated/Models/ConditionalAccessConditionSet.cs @@ -97,7 +97,7 @@ public class ConditionalAccessConditionSet : IAdditionalDataHolder, IParsable { public ConditionalAccessUsers Users { get; set; } #endif /// - /// Instantiates a new conditionalAccessConditionSet and sets the default values. + /// Instantiates a new and sets the default values. /// public ConditionalAccessConditionSet() { AdditionalData = new Dictionary(); @@ -105,6 +105,7 @@ public ConditionalAccessConditionSet() { /// /// 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 ConditionalAccessConditionSet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -113,6 +114,7 @@ public static ConditionalAccessConditionSet CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"applications", n => { Applications = n.GetObjectValue(ConditionalAccessApplications.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ConditionalAccessDevices.cs b/src/generated/Models/ConditionalAccessDevices.cs index 6a71468469..d37e7040be 100644 --- a/src/generated/Models/ConditionalAccessDevices.cs +++ b/src/generated/Models/ConditionalAccessDevices.cs @@ -25,7 +25,7 @@ public class ConditionalAccessDevices : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new conditionalAccessDevices and sets the default values. + /// Instantiates a new and sets the default values. /// public ConditionalAccessDevices() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public ConditionalAccessDevices() { /// /// 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 ConditionalAccessDevices CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static ConditionalAccessDevices CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"deviceFilter", n => { DeviceFilter = n.GetObjectValue(ConditionalAccessFilter.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ConditionalAccessEnumeratedExternalTenants.cs b/src/generated/Models/ConditionalAccessEnumeratedExternalTenants.cs index 6e0563173e..ebf5807a70 100644 --- a/src/generated/Models/ConditionalAccessEnumeratedExternalTenants.cs +++ b/src/generated/Models/ConditionalAccessEnumeratedExternalTenants.cs @@ -15,7 +15,7 @@ public class ConditionalAccessEnumeratedExternalTenants : ConditionalAccessExter public List Members { get; set; } #endif /// - /// Instantiates a new conditionalAccessEnumeratedExternalTenants and sets the default values. + /// Instantiates a new and sets the default values. /// public ConditionalAccessEnumeratedExternalTenants() : base() { OdataType = "#microsoft.graph.conditionalAccessEnumeratedExternalTenants"; @@ -23,6 +23,7 @@ public ConditionalAccessEnumeratedExternalTenants() : base() { /// /// 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 new ConditionalAccessEnumeratedExternalTenants CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public ConditionalAccessEnumeratedExternalTenants() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"members", n => { Members = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/ConditionalAccessExternalTenants.cs b/src/generated/Models/ConditionalAccessExternalTenants.cs index 7cb600ca30..5f0ed8067d 100644 --- a/src/generated/Models/ConditionalAccessExternalTenants.cs +++ b/src/generated/Models/ConditionalAccessExternalTenants.cs @@ -19,7 +19,7 @@ public class ConditionalAccessExternalTenants : IAdditionalDataHolder, IParsable public string OdataType { get; set; } #endif /// - /// Instantiates a new conditionalAccessExternalTenants and sets the default values. + /// Instantiates a new and sets the default values. /// public ConditionalAccessExternalTenants() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public ConditionalAccessExternalTenants() { /// /// 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 ConditionalAccessExternalTenants CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -40,6 +41,7 @@ public static ConditionalAccessExternalTenants CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"membershipKind", n => { MembershipKind = n.GetEnumValue(); } }, diff --git a/src/generated/Models/ConditionalAccessFilter.cs b/src/generated/Models/ConditionalAccessFilter.cs index c1ea093355..e26503197c 100644 --- a/src/generated/Models/ConditionalAccessFilter.cs +++ b/src/generated/Models/ConditionalAccessFilter.cs @@ -27,7 +27,7 @@ public class ConditionalAccessFilter : IAdditionalDataHolder, IParsable { public string Rule { get; set; } #endif /// - /// Instantiates a new conditionalAccessFilter and sets the default values. + /// Instantiates a new and sets the default values. /// public ConditionalAccessFilter() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public ConditionalAccessFilter() { /// /// 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 ConditionalAccessFilter CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static ConditionalAccessFilter CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"mode", n => { Mode = n.GetEnumValue(); } }, diff --git a/src/generated/Models/ConditionalAccessGrantControls.cs b/src/generated/Models/ConditionalAccessGrantControls.cs index 999a489cb3..187f2ad740 100644 --- a/src/generated/Models/ConditionalAccessGrantControls.cs +++ b/src/generated/Models/ConditionalAccessGrantControls.cs @@ -57,7 +57,7 @@ public class ConditionalAccessGrantControls : IAdditionalDataHolder, IParsable { public List TermsOfUse { get; set; } #endif /// - /// Instantiates a new conditionalAccessGrantControls and sets the default values. + /// Instantiates a new and sets the default values. /// public ConditionalAccessGrantControls() { AdditionalData = new Dictionary(); @@ -65,6 +65,7 @@ public ConditionalAccessGrantControls() { /// /// 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 ConditionalAccessGrantControls CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public static ConditionalAccessGrantControls CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"authenticationStrength", n => { AuthenticationStrength = n.GetObjectValue(AuthenticationStrengthPolicy.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ConditionalAccessGuestsOrExternalUsers.cs b/src/generated/Models/ConditionalAccessGuestsOrExternalUsers.cs index f1611e6a75..03145f5af6 100644 --- a/src/generated/Models/ConditionalAccessGuestsOrExternalUsers.cs +++ b/src/generated/Models/ConditionalAccessGuestsOrExternalUsers.cs @@ -27,7 +27,7 @@ public class ConditionalAccessGuestsOrExternalUsers : IAdditionalDataHolder, IPa public string OdataType { get; set; } #endif /// - /// Instantiates a new conditionalAccessGuestsOrExternalUsers and sets the default values. + /// Instantiates a new and sets the default values. /// public ConditionalAccessGuestsOrExternalUsers() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public ConditionalAccessGuestsOrExternalUsers() { /// /// 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 ConditionalAccessGuestsOrExternalUsers CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static ConditionalAccessGuestsOrExternalUsers CreateFromDiscriminatorValu /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"externalTenants", n => { ExternalTenants = n.GetObjectValue(ConditionalAccessExternalTenants.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ConditionalAccessLocations.cs b/src/generated/Models/ConditionalAccessLocations.cs index d2d9ad135c..fd3c2f71b4 100644 --- a/src/generated/Models/ConditionalAccessLocations.cs +++ b/src/generated/Models/ConditionalAccessLocations.cs @@ -33,7 +33,7 @@ public class ConditionalAccessLocations : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new conditionalAccessLocations and sets the default values. + /// Instantiates a new and sets the default values. /// public ConditionalAccessLocations() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public ConditionalAccessLocations() { /// /// 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 ConditionalAccessLocations CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static ConditionalAccessLocations CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"excludeLocations", n => { ExcludeLocations = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/ConditionalAccessPlatforms.cs b/src/generated/Models/ConditionalAccessPlatforms.cs index 5d8c065957..5e47d7aa3f 100644 --- a/src/generated/Models/ConditionalAccessPlatforms.cs +++ b/src/generated/Models/ConditionalAccessPlatforms.cs @@ -33,7 +33,7 @@ public class ConditionalAccessPlatforms : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new conditionalAccessPlatforms and sets the default values. + /// Instantiates a new and sets the default values. /// public ConditionalAccessPlatforms() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public ConditionalAccessPlatforms() { /// /// 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 ConditionalAccessPlatforms CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static ConditionalAccessPlatforms CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"excludePlatforms", n => { ExcludePlatforms = n.GetCollectionOfEnumValues()?.ToList(); } }, diff --git a/src/generated/Models/ConditionalAccessPolicy.cs b/src/generated/Models/ConditionalAccessPolicy.cs index b87d193d58..06bd799cd7 100644 --- a/src/generated/Models/ConditionalAccessPolicy.cs +++ b/src/generated/Models/ConditionalAccessPolicy.cs @@ -63,6 +63,7 @@ public class ConditionalAccessPolicy : Entity, IParsable { /// /// 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 new ConditionalAccessPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -71,6 +72,7 @@ public class ConditionalAccessPolicy : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"conditions", n => { Conditions = n.GetObjectValue(ConditionalAccessConditionSet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ConditionalAccessPolicyCollectionResponse.cs b/src/generated/Models/ConditionalAccessPolicyCollectionResponse.cs index 9ee038eee3..6941452498 100644 --- a/src/generated/Models/ConditionalAccessPolicyCollectionResponse.cs +++ b/src/generated/Models/ConditionalAccessPolicyCollectionResponse.cs @@ -17,6 +17,7 @@ public class ConditionalAccessPolicyCollectionResponse : BaseCollectionPaginatio /// /// 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 new ConditionalAccessPolicyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ConditionalAccessPolicyCollectionResponse : BaseCollectionPaginatio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ConditionalAccessPolicy.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ConditionalAccessPolicyDetail.cs b/src/generated/Models/ConditionalAccessPolicyDetail.cs index 346c31bbfe..f1c7125c32 100644 --- a/src/generated/Models/ConditionalAccessPolicyDetail.cs +++ b/src/generated/Models/ConditionalAccessPolicyDetail.cs @@ -41,7 +41,7 @@ public class ConditionalAccessPolicyDetail : IAdditionalDataHolder, IParsable { public ConditionalAccessSessionControls SessionControls { get; set; } #endif /// - /// Instantiates a new conditionalAccessPolicyDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public ConditionalAccessPolicyDetail() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public ConditionalAccessPolicyDetail() { /// /// 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 ConditionalAccessPolicyDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static ConditionalAccessPolicyDetail CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"conditions", n => { Conditions = n.GetObjectValue(ConditionalAccessConditionSet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ConditionalAccessRoot.cs b/src/generated/Models/ConditionalAccessRoot.cs index 17cf15534b..d5225c8b19 100644 --- a/src/generated/Models/ConditionalAccessRoot.cs +++ b/src/generated/Models/ConditionalAccessRoot.cs @@ -49,6 +49,7 @@ public class ConditionalAccessRoot : Entity, IParsable { /// /// 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 new ConditionalAccessRoot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public class ConditionalAccessRoot : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"authenticationContextClassReferences", n => { AuthenticationContextClassReferences = n.GetCollectionOfObjectValues(AuthenticationContextClassReference.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ConditionalAccessSessionControl.cs b/src/generated/Models/ConditionalAccessSessionControl.cs index 88d0cde2fd..28bbf22224 100644 --- a/src/generated/Models/ConditionalAccessSessionControl.cs +++ b/src/generated/Models/ConditionalAccessSessionControl.cs @@ -19,7 +19,7 @@ public class ConditionalAccessSessionControl : IAdditionalDataHolder, IParsable public string OdataType { get; set; } #endif /// - /// Instantiates a new conditionalAccessSessionControl and sets the default values. + /// Instantiates a new and sets the default values. /// public ConditionalAccessSessionControl() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public ConditionalAccessSessionControl() { /// /// 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 ConditionalAccessSessionControl CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ConditionalAccessSessionControl CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isEnabled", n => { IsEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/ConditionalAccessSessionControls.cs b/src/generated/Models/ConditionalAccessSessionControls.cs index 4b3a15ddd4..cb44a3ba7a 100644 --- a/src/generated/Models/ConditionalAccessSessionControls.cs +++ b/src/generated/Models/ConditionalAccessSessionControls.cs @@ -51,7 +51,7 @@ public class ConditionalAccessSessionControls : IAdditionalDataHolder, IParsable public SignInFrequencySessionControl SignInFrequency { get; set; } #endif /// - /// Instantiates a new conditionalAccessSessionControls and sets the default values. + /// Instantiates a new and sets the default values. /// public ConditionalAccessSessionControls() { AdditionalData = new Dictionary(); @@ -59,6 +59,7 @@ public ConditionalAccessSessionControls() { /// /// 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 ConditionalAccessSessionControls CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public static ConditionalAccessSessionControls CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"applicationEnforcedRestrictions", n => { ApplicationEnforcedRestrictions = n.GetObjectValue(ApplicationEnforcedRestrictionsSessionControl.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ConditionalAccessTemplate.cs b/src/generated/Models/ConditionalAccessTemplate.cs index 13c17f0e8a..43bc9c054a 100644 --- a/src/generated/Models/ConditionalAccessTemplate.cs +++ b/src/generated/Models/ConditionalAccessTemplate.cs @@ -35,6 +35,7 @@ public class ConditionalAccessTemplate : Entity, IParsable { /// /// 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 new ConditionalAccessTemplate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public class ConditionalAccessTemplate : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/ConditionalAccessTemplateCollectionResponse.cs b/src/generated/Models/ConditionalAccessTemplateCollectionResponse.cs index d598703f51..2756af4df1 100644 --- a/src/generated/Models/ConditionalAccessTemplateCollectionResponse.cs +++ b/src/generated/Models/ConditionalAccessTemplateCollectionResponse.cs @@ -17,6 +17,7 @@ public class ConditionalAccessTemplateCollectionResponse : BaseCollectionPaginat /// /// 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 new ConditionalAccessTemplateCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ConditionalAccessTemplateCollectionResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ConditionalAccessTemplate.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ConditionalAccessUsers.cs b/src/generated/Models/ConditionalAccessUsers.cs index 3dae01f48e..28680dcdb2 100644 --- a/src/generated/Models/ConditionalAccessUsers.cs +++ b/src/generated/Models/ConditionalAccessUsers.cs @@ -81,7 +81,7 @@ public class ConditionalAccessUsers : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new conditionalAccessUsers and sets the default values. + /// Instantiates a new and sets the default values. /// public ConditionalAccessUsers() { AdditionalData = new Dictionary(); @@ -89,6 +89,7 @@ public ConditionalAccessUsers() { /// /// 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 ConditionalAccessUsers CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -97,6 +98,7 @@ public static ConditionalAccessUsers CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"excludeGroups", n => { ExcludeGroups = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/ConfigurationManagerClientEnabledFeatures.cs b/src/generated/Models/ConfigurationManagerClientEnabledFeatures.cs index 4f73e08ac0..8c1b74d8b4 100644 --- a/src/generated/Models/ConfigurationManagerClientEnabledFeatures.cs +++ b/src/generated/Models/ConfigurationManagerClientEnabledFeatures.cs @@ -32,7 +32,7 @@ public class ConfigurationManagerClientEnabledFeatures : IAdditionalDataHolder, /// Whether Windows Update for Business is managed by Intune public bool? WindowsUpdateForBusiness { get; set; } /// - /// Instantiates a new configurationManagerClientEnabledFeatures and sets the default values. + /// Instantiates a new and sets the default values. /// public ConfigurationManagerClientEnabledFeatures() { AdditionalData = new Dictionary(); @@ -40,6 +40,7 @@ public ConfigurationManagerClientEnabledFeatures() { /// /// 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 ConfigurationManagerClientEnabledFeatures CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -48,6 +49,7 @@ public static ConfigurationManagerClientEnabledFeatures CreateFromDiscriminatorV /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"compliancePolicy", n => { CompliancePolicy = n.GetBoolValue(); } }, diff --git a/src/generated/Models/ConfigurationManagerCollectionAssignmentTarget.cs b/src/generated/Models/ConfigurationManagerCollectionAssignmentTarget.cs index 298f2d937b..c3f7434fa0 100644 --- a/src/generated/Models/ConfigurationManagerCollectionAssignmentTarget.cs +++ b/src/generated/Models/ConfigurationManagerCollectionAssignmentTarget.cs @@ -18,7 +18,7 @@ public class ConfigurationManagerCollectionAssignmentTarget : DeviceAndAppManage public string CollectionId { get; set; } #endif /// - /// Instantiates a new configurationManagerCollectionAssignmentTarget and sets the default values. + /// Instantiates a new and sets the default values. /// public ConfigurationManagerCollectionAssignmentTarget() : base() { OdataType = "#microsoft.graph.configurationManagerCollectionAssignmentTarget"; @@ -26,6 +26,7 @@ public ConfigurationManagerCollectionAssignmentTarget() : base() { /// /// 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 new ConfigurationManagerCollectionAssignmentTarget CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public ConfigurationManagerCollectionAssignmentTarget() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"collectionId", n => { CollectionId = n.GetStringValue(); } }, diff --git a/src/generated/Models/ConnectedOrganization.cs b/src/generated/Models/ConnectedOrganization.cs index 8c271b1695..f8360d61b4 100644 --- a/src/generated/Models/ConnectedOrganization.cs +++ b/src/generated/Models/ConnectedOrganization.cs @@ -55,6 +55,7 @@ public class ConnectedOrganization : Entity, IParsable { /// /// 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 new ConnectedOrganization CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -63,6 +64,7 @@ public class ConnectedOrganization : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/ConnectedOrganizationCollectionResponse.cs b/src/generated/Models/ConnectedOrganizationCollectionResponse.cs index 0d4c5d198e..52b179ace2 100644 --- a/src/generated/Models/ConnectedOrganizationCollectionResponse.cs +++ b/src/generated/Models/ConnectedOrganizationCollectionResponse.cs @@ -17,6 +17,7 @@ public class ConnectedOrganizationCollectionResponse : BaseCollectionPaginationC /// /// 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 new ConnectedOrganizationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ConnectedOrganizationCollectionResponse : BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ConnectedOrganization.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ConnectedOrganizationMembers.cs b/src/generated/Models/ConnectedOrganizationMembers.cs index 3db6faa543..6655fc85c1 100644 --- a/src/generated/Models/ConnectedOrganizationMembers.cs +++ b/src/generated/Models/ConnectedOrganizationMembers.cs @@ -23,7 +23,7 @@ public class ConnectedOrganizationMembers : SubjectSet, IParsable { public string Description { get; set; } #endif /// - /// Instantiates a new connectedOrganizationMembers and sets the default values. + /// Instantiates a new and sets the default values. /// public ConnectedOrganizationMembers() : base() { OdataType = "#microsoft.graph.connectedOrganizationMembers"; @@ -31,6 +31,7 @@ public ConnectedOrganizationMembers() : base() { /// /// 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 new ConnectedOrganizationMembers CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public ConnectedOrganizationMembers() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"connectedOrganizationId", n => { ConnectedOrganizationId = n.GetStringValue(); } }, diff --git a/src/generated/Models/ConnectionInfo.cs b/src/generated/Models/ConnectionInfo.cs new file mode 100644 index 0000000000..36fcd2b87e --- /dev/null +++ b/src/generated/Models/ConnectionInfo.cs @@ -0,0 +1,63 @@ +// +using Microsoft.Kiota.Abstractions.Serialization; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System; +namespace ApiSdk.Models { + public class ConnectionInfo : IAdditionalDataHolder, IParsable { + /// Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + public IDictionary AdditionalData { get; set; } + /// The OdataType property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? OdataType { get; set; } +#nullable restore +#else + public string OdataType { get; set; } +#endif + /// The endpoint that is used by Entitlement Management to communicate with the access package resource. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? Url { get; set; } +#nullable restore +#else + public string Url { get; set; } +#endif + /// + /// Instantiates a new and sets the default values. + /// + public ConnectionInfo() { + AdditionalData = new Dictionary(); + } + /// + /// 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 ConnectionInfo CreateFromDiscriminatorValue(IParseNode parseNode) { + _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); + return new ConnectionInfo(); + } + /// + /// The deserialization information for the current model + /// + /// A >"> + public virtual IDictionary> GetFieldDeserializers() { + return new Dictionary> { + {"@odata.type", n => { OdataType = n.GetStringValue(); } }, + {"url", n => { Url = n.GetStringValue(); } }, + }; + } + /// + /// Serializes information the current object + /// + /// Serialization writer to use to serialize this model + public virtual void Serialize(ISerializationWriter writer) { + _ = writer ?? throw new ArgumentNullException(nameof(writer)); + writer.WriteStringValue("@odata.type", OdataType); + writer.WriteStringValue("url", Url); + writer.WriteAdditionalData(AdditionalData); + } + } +} diff --git a/src/generated/Models/Contact.cs b/src/generated/Models/Contact.cs index 726c7e2f8e..4a153678f7 100644 --- a/src/generated/Models/Contact.cs +++ b/src/generated/Models/Contact.cs @@ -297,7 +297,7 @@ public class Contact : OutlookItem, IParsable { public string YomiSurname { get; set; } #endif /// - /// Instantiates a new contact and sets the default values. + /// Instantiates a new and sets the default values. /// public Contact() : base() { OdataType = "#microsoft.graph.contact"; @@ -305,6 +305,7 @@ public Contact() : base() { /// /// 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 new Contact CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -313,6 +314,7 @@ public Contact() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assistantName", n => { AssistantName = n.GetStringValue(); } }, diff --git a/src/generated/Models/ContactCollectionResponse.cs b/src/generated/Models/ContactCollectionResponse.cs index ea7be55347..f4b0033acf 100644 --- a/src/generated/Models/ContactCollectionResponse.cs +++ b/src/generated/Models/ContactCollectionResponse.cs @@ -17,6 +17,7 @@ public class ContactCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new ContactCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ContactCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Contact.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ContactFolder.cs b/src/generated/Models/ContactFolder.cs index 4e10187093..8d83edded4 100644 --- a/src/generated/Models/ContactFolder.cs +++ b/src/generated/Models/ContactFolder.cs @@ -57,6 +57,7 @@ public class ContactFolder : Entity, IParsable { /// /// 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 new ContactFolder CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public class ContactFolder : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"childFolders", n => { ChildFolders = n.GetCollectionOfObjectValues(ContactFolder.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ContactFolderCollectionResponse.cs b/src/generated/Models/ContactFolderCollectionResponse.cs index a2d9cc0fb5..0546316ff9 100644 --- a/src/generated/Models/ContactFolderCollectionResponse.cs +++ b/src/generated/Models/ContactFolderCollectionResponse.cs @@ -17,6 +17,7 @@ public class ContactFolderCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new ContactFolderCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ContactFolderCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ContactFolder.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ContainerFilter.cs b/src/generated/Models/ContainerFilter.cs index 3327e0fa60..6db116f5dc 100644 --- a/src/generated/Models/ContainerFilter.cs +++ b/src/generated/Models/ContainerFilter.cs @@ -25,7 +25,7 @@ public class ContainerFilter : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new containerFilter and sets the default values. + /// Instantiates a new and sets the default values. /// public ContainerFilter() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public ContainerFilter() { /// /// 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 ContainerFilter CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static ContainerFilter CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"includedContainers", n => { IncludedContainers = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/ContentApprovalStatusColumn.cs b/src/generated/Models/ContentApprovalStatusColumn.cs index dadff17c4a..edc35d92c7 100644 --- a/src/generated/Models/ContentApprovalStatusColumn.cs +++ b/src/generated/Models/ContentApprovalStatusColumn.cs @@ -17,7 +17,7 @@ public class ContentApprovalStatusColumn : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new contentApprovalStatusColumn and sets the default values. + /// Instantiates a new and sets the default values. /// public ContentApprovalStatusColumn() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ContentApprovalStatusColumn() { /// /// 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 ContentApprovalStatusColumn CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ContentApprovalStatusColumn CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/ContentSharingSession.cs b/src/generated/Models/ContentSharingSession.cs index be8e32992e..f74d53c89f 100644 --- a/src/generated/Models/ContentSharingSession.cs +++ b/src/generated/Models/ContentSharingSession.cs @@ -9,6 +9,7 @@ public class ContentSharingSession : Entity, IParsable { /// /// 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 new ContentSharingSession CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class ContentSharingSession : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/ContentSharingSessionCollectionResponse.cs b/src/generated/Models/ContentSharingSessionCollectionResponse.cs index 48554057cb..225805fbf5 100644 --- a/src/generated/Models/ContentSharingSessionCollectionResponse.cs +++ b/src/generated/Models/ContentSharingSessionCollectionResponse.cs @@ -17,6 +17,7 @@ public class ContentSharingSessionCollectionResponse : BaseCollectionPaginationC /// /// 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 new ContentSharingSessionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ContentSharingSessionCollectionResponse : BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ContentSharingSession.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ContentType.cs b/src/generated/Models/ContentType.cs index 75b90ac5f7..04f94c519c 100644 --- a/src/generated/Models/ContentType.cs +++ b/src/generated/Models/ContentType.cs @@ -131,6 +131,7 @@ public class ContentType : Entity, IParsable { /// /// 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 new ContentType CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -139,6 +140,7 @@ public class ContentType : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"associatedHubsUrls", n => { AssociatedHubsUrls = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/ContentTypeCollectionResponse.cs b/src/generated/Models/ContentTypeCollectionResponse.cs index 6cb7e4a97e..d6ff4a8043 100644 --- a/src/generated/Models/ContentTypeCollectionResponse.cs +++ b/src/generated/Models/ContentTypeCollectionResponse.cs @@ -17,6 +17,7 @@ public class ContentTypeCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new ContentTypeCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ContentTypeCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ContentType.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ContentTypeInfo.cs b/src/generated/Models/ContentTypeInfo.cs index 1adaacb85a..17ac69f3ae 100644 --- a/src/generated/Models/ContentTypeInfo.cs +++ b/src/generated/Models/ContentTypeInfo.cs @@ -33,7 +33,7 @@ public class ContentTypeInfo : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new contentTypeInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public ContentTypeInfo() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public ContentTypeInfo() { /// /// 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 ContentTypeInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static ContentTypeInfo CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"id", n => { Id = n.GetStringValue(); } }, diff --git a/src/generated/Models/ContentTypeOrder.cs b/src/generated/Models/ContentTypeOrder.cs index a80e9edeca..fc0c9ff505 100644 --- a/src/generated/Models/ContentTypeOrder.cs +++ b/src/generated/Models/ContentTypeOrder.cs @@ -21,7 +21,7 @@ public class ContentTypeOrder : IAdditionalDataHolder, IParsable { /// Specifies the position in which the content type appears in the selection UI. public int? Position { get; set; } /// - /// Instantiates a new contentTypeOrder and sets the default values. + /// Instantiates a new and sets the default values. /// public ContentTypeOrder() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public ContentTypeOrder() { /// /// 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 ContentTypeOrder CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static ContentTypeOrder CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"default", n => { Default = n.GetBoolValue(); } }, diff --git a/src/generated/Models/Contract.cs b/src/generated/Models/Contract.cs index 2d947989c5..6c025ca45f 100644 --- a/src/generated/Models/Contract.cs +++ b/src/generated/Models/Contract.cs @@ -33,7 +33,7 @@ public class Contract : DirectoryObject, IParsable { public string DisplayName { get; set; } #endif /// - /// Instantiates a new contract and sets the default values. + /// Instantiates a new and sets the default values. /// public Contract() : base() { OdataType = "#microsoft.graph.contract"; @@ -41,6 +41,7 @@ public Contract() : base() { /// /// 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 new Contract CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public Contract() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"contractType", n => { ContractType = n.GetStringValue(); } }, diff --git a/src/generated/Models/ContractCollectionResponse.cs b/src/generated/Models/ContractCollectionResponse.cs index 571d4a2bd4..2bd5e38cb9 100644 --- a/src/generated/Models/ContractCollectionResponse.cs +++ b/src/generated/Models/ContractCollectionResponse.cs @@ -17,6 +17,7 @@ public class ContractCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new ContractCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ContractCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Contract.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ControlScore.cs b/src/generated/Models/ControlScore.cs index 0487f8da92..29d6ea5211 100644 --- a/src/generated/Models/ControlScore.cs +++ b/src/generated/Models/ControlScore.cs @@ -43,7 +43,7 @@ public class ControlScore : IAdditionalDataHolder, IParsable { /// Tenant achieved score for the control (it varies day by day depending on tenant operations on the control). public double? Score { get; set; } /// - /// Instantiates a new controlScore and sets the default values. + /// Instantiates a new and sets the default values. /// public ControlScore() { AdditionalData = new Dictionary(); @@ -51,6 +51,7 @@ public ControlScore() { /// /// 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 ControlScore CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static ControlScore CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"controlCategory", n => { ControlCategory = n.GetStringValue(); } }, diff --git a/src/generated/Models/Conversation.cs b/src/generated/Models/Conversation.cs index 51199698ad..14af44f44f 100644 --- a/src/generated/Models/Conversation.cs +++ b/src/generated/Models/Conversation.cs @@ -45,6 +45,7 @@ public class Conversation : Entity, IParsable { /// /// 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 new Conversation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public class Conversation : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"hasAttachments", n => { HasAttachments = n.GetBoolValue(); } }, diff --git a/src/generated/Models/ConversationCollectionResponse.cs b/src/generated/Models/ConversationCollectionResponse.cs index 185e32b70e..e00cba80f3 100644 --- a/src/generated/Models/ConversationCollectionResponse.cs +++ b/src/generated/Models/ConversationCollectionResponse.cs @@ -17,6 +17,7 @@ public class ConversationCollectionResponse : BaseCollectionPaginationCountRespo /// /// 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 new ConversationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ConversationCollectionResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Conversation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ConversationMember.cs b/src/generated/Models/ConversationMember.cs index 2750672f31..92882d3640 100644 --- a/src/generated/Models/ConversationMember.cs +++ b/src/generated/Models/ConversationMember.cs @@ -27,6 +27,7 @@ public class ConversationMember : Entity, IParsable { /// /// 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 new ConversationMember CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public class ConversationMember : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/ConversationMemberCollectionResponse.cs b/src/generated/Models/ConversationMemberCollectionResponse.cs index ba18b7d926..f65f55d9f5 100644 --- a/src/generated/Models/ConversationMemberCollectionResponse.cs +++ b/src/generated/Models/ConversationMemberCollectionResponse.cs @@ -17,6 +17,7 @@ public class ConversationMemberCollectionResponse : BaseCollectionPaginationCoun /// /// 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 new ConversationMemberCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ConversationMemberCollectionResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ConversationMember.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ConversationMemberRoleUpdatedEventMessageDetail.cs b/src/generated/Models/ConversationMemberRoleUpdatedEventMessageDetail.cs index e3e65b423f..6ed49c0a1e 100644 --- a/src/generated/Models/ConversationMemberRoleUpdatedEventMessageDetail.cs +++ b/src/generated/Models/ConversationMemberRoleUpdatedEventMessageDetail.cs @@ -31,7 +31,7 @@ public class ConversationMemberRoleUpdatedEventMessageDetail : EventMessageDetai public IdentitySet Initiator { get; set; } #endif /// - /// Instantiates a new conversationMemberRoleUpdatedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public ConversationMemberRoleUpdatedEventMessageDetail() : base() { OdataType = "#microsoft.graph.conversationMemberRoleUpdatedEventMessageDetail"; @@ -39,6 +39,7 @@ public ConversationMemberRoleUpdatedEventMessageDetail() : base() { /// /// 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 new ConversationMemberRoleUpdatedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public ConversationMemberRoleUpdatedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"conversationMemberRoles", n => { ConversationMemberRoles = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/ConversationThread.cs b/src/generated/Models/ConversationThread.cs index 1b8e977d20..81982164a3 100644 --- a/src/generated/Models/ConversationThread.cs +++ b/src/generated/Models/ConversationThread.cs @@ -63,6 +63,7 @@ public class ConversationThread : Entity, IParsable { /// /// 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 new ConversationThread CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -71,6 +72,7 @@ public class ConversationThread : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"ccRecipients", n => { CcRecipients = n.GetCollectionOfObjectValues(Recipient.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ConversationThreadCollectionResponse.cs b/src/generated/Models/ConversationThreadCollectionResponse.cs index 7862592522..43b73c1bb1 100644 --- a/src/generated/Models/ConversationThreadCollectionResponse.cs +++ b/src/generated/Models/ConversationThreadCollectionResponse.cs @@ -17,6 +17,7 @@ public class ConversationThreadCollectionResponse : BaseCollectionPaginationCoun /// /// 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 new ConversationThreadCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ConversationThreadCollectionResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ConversationThread.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ConvertIdResult.cs b/src/generated/Models/ConvertIdResult.cs index 400771048b..80d6b24aed 100644 --- a/src/generated/Models/ConvertIdResult.cs +++ b/src/generated/Models/ConvertIdResult.cs @@ -41,7 +41,7 @@ public class ConvertIdResult : IAdditionalDataHolder, IParsable { public string TargetId { get; set; } #endif /// - /// Instantiates a new convertIdResult and sets the default values. + /// Instantiates a new and sets the default values. /// public ConvertIdResult() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public ConvertIdResult() { /// /// 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 ConvertIdResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static ConvertIdResult CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"errorDetails", n => { ErrorDetails = n.GetObjectValue(GenericError.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/CopyNotebookModel.cs b/src/generated/Models/CopyNotebookModel.cs index 74b2029baf..daceb54f5c 100644 --- a/src/generated/Models/CopyNotebookModel.cs +++ b/src/generated/Models/CopyNotebookModel.cs @@ -107,7 +107,7 @@ public class CopyNotebookModel : IAdditionalDataHolder, IParsable { /// The userRole property public OnenoteUserRole? UserRole { get; set; } /// - /// Instantiates a new CopyNotebookModel and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyNotebookModel() { AdditionalData = new Dictionary(); @@ -115,6 +115,7 @@ public CopyNotebookModel() { /// /// 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 CopyNotebookModel CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -123,6 +124,7 @@ public static CopyNotebookModel CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"createdBy", n => { CreatedBy = n.GetStringValue(); } }, diff --git a/src/generated/Models/CountryNamedLocation.cs b/src/generated/Models/CountryNamedLocation.cs index d7b85b20ae..4d57f8bc25 100644 --- a/src/generated/Models/CountryNamedLocation.cs +++ b/src/generated/Models/CountryNamedLocation.cs @@ -21,6 +21,7 @@ public class CountryNamedLocation : NamedLocation, IParsable { /// /// 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 new CountryNamedLocation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -29,6 +30,7 @@ public class CountryNamedLocation : NamedLocation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"countriesAndRegions", n => { CountriesAndRegions = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/CrossCloudAzureActiveDirectoryTenant.cs b/src/generated/Models/CrossCloudAzureActiveDirectoryTenant.cs index 4a9f0ca2a4..25c96b3dec 100644 --- a/src/generated/Models/CrossCloudAzureActiveDirectoryTenant.cs +++ b/src/generated/Models/CrossCloudAzureActiveDirectoryTenant.cs @@ -31,7 +31,7 @@ public class CrossCloudAzureActiveDirectoryTenant : IdentitySource, IParsable { public string TenantId { get; set; } #endif /// - /// Instantiates a new crossCloudAzureActiveDirectoryTenant and sets the default values. + /// Instantiates a new and sets the default values. /// public CrossCloudAzureActiveDirectoryTenant() : base() { OdataType = "#microsoft.graph.crossCloudAzureActiveDirectoryTenant"; @@ -39,6 +39,7 @@ public CrossCloudAzureActiveDirectoryTenant() : base() { /// /// 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 new CrossCloudAzureActiveDirectoryTenant CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public CrossCloudAzureActiveDirectoryTenant() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"cloudInstance", n => { CloudInstance = n.GetStringValue(); } }, diff --git a/src/generated/Models/CrossTenantAccessPolicy.cs b/src/generated/Models/CrossTenantAccessPolicy.cs index f4e9a7a1a8..5c3f858f31 100644 --- a/src/generated/Models/CrossTenantAccessPolicy.cs +++ b/src/generated/Models/CrossTenantAccessPolicy.cs @@ -31,7 +31,7 @@ public class CrossTenantAccessPolicy : PolicyBase, IParsable { public List Partners { get; set; } #endif /// - /// Instantiates a new crossTenantAccessPolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public CrossTenantAccessPolicy() : base() { OdataType = "#microsoft.graph.crossTenantAccessPolicy"; @@ -39,6 +39,7 @@ public CrossTenantAccessPolicy() : base() { /// /// 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 new CrossTenantAccessPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public CrossTenantAccessPolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowedCloudEndpoints", n => { AllowedCloudEndpoints = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/CrossTenantAccessPolicyB2BSetting.cs b/src/generated/Models/CrossTenantAccessPolicyB2BSetting.cs index 0f78c32e7a..8eff6e7a3f 100644 --- a/src/generated/Models/CrossTenantAccessPolicyB2BSetting.cs +++ b/src/generated/Models/CrossTenantAccessPolicyB2BSetting.cs @@ -33,7 +33,7 @@ public class CrossTenantAccessPolicyB2BSetting : IAdditionalDataHolder, IParsabl public CrossTenantAccessPolicyTargetConfiguration UsersAndGroups { get; set; } #endif /// - /// Instantiates a new crossTenantAccessPolicyB2BSetting and sets the default values. + /// Instantiates a new and sets the default values. /// public CrossTenantAccessPolicyB2BSetting() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public CrossTenantAccessPolicyB2BSetting() { /// /// 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 CrossTenantAccessPolicyB2BSetting CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static CrossTenantAccessPolicyB2BSetting CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"applications", n => { Applications = n.GetObjectValue(CrossTenantAccessPolicyTargetConfiguration.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/CrossTenantAccessPolicyConfigurationDefault.cs b/src/generated/Models/CrossTenantAccessPolicyConfigurationDefault.cs index 930e206079..cf89252f5b 100644 --- a/src/generated/Models/CrossTenantAccessPolicyConfigurationDefault.cs +++ b/src/generated/Models/CrossTenantAccessPolicyConfigurationDefault.cs @@ -59,6 +59,7 @@ public class CrossTenantAccessPolicyConfigurationDefault : Entity, IParsable { /// /// 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 new CrossTenantAccessPolicyConfigurationDefault CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public class CrossTenantAccessPolicyConfigurationDefault : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"automaticUserConsentSettings", n => { AutomaticUserConsentSettings = n.GetObjectValue(InboundOutboundPolicyConfiguration.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/CrossTenantAccessPolicyConfigurationPartner.cs b/src/generated/Models/CrossTenantAccessPolicyConfigurationPartner.cs index 2d975a0f37..a988dcc014 100644 --- a/src/generated/Models/CrossTenantAccessPolicyConfigurationPartner.cs +++ b/src/generated/Models/CrossTenantAccessPolicyConfigurationPartner.cs @@ -83,7 +83,7 @@ public class CrossTenantAccessPolicyConfigurationPartner : IAdditionalDataHolder public string TenantId { get; set; } #endif /// - /// Instantiates a new crossTenantAccessPolicyConfigurationPartner and sets the default values. + /// Instantiates a new and sets the default values. /// public CrossTenantAccessPolicyConfigurationPartner() { AdditionalData = new Dictionary(); @@ -91,6 +91,7 @@ public CrossTenantAccessPolicyConfigurationPartner() { /// /// 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 CrossTenantAccessPolicyConfigurationPartner CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -99,6 +100,7 @@ public static CrossTenantAccessPolicyConfigurationPartner CreateFromDiscriminato /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"automaticUserConsentSettings", n => { AutomaticUserConsentSettings = n.GetObjectValue(InboundOutboundPolicyConfiguration.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/CrossTenantAccessPolicyConfigurationPartnerCollectionResponse.cs b/src/generated/Models/CrossTenantAccessPolicyConfigurationPartnerCollectionResponse.cs index a9a557b460..1165eb030c 100644 --- a/src/generated/Models/CrossTenantAccessPolicyConfigurationPartnerCollectionResponse.cs +++ b/src/generated/Models/CrossTenantAccessPolicyConfigurationPartnerCollectionResponse.cs @@ -17,6 +17,7 @@ public class CrossTenantAccessPolicyConfigurationPartnerCollectionResponse : Bas /// /// 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 new CrossTenantAccessPolicyConfigurationPartnerCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class CrossTenantAccessPolicyConfigurationPartnerCollectionResponse : Bas /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(CrossTenantAccessPolicyConfigurationPartner.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CrossTenantAccessPolicyInboundTrust.cs b/src/generated/Models/CrossTenantAccessPolicyInboundTrust.cs index 8458907c62..f9fe727d64 100644 --- a/src/generated/Models/CrossTenantAccessPolicyInboundTrust.cs +++ b/src/generated/Models/CrossTenantAccessPolicyInboundTrust.cs @@ -23,7 +23,7 @@ public class CrossTenantAccessPolicyInboundTrust : IAdditionalDataHolder, IParsa public string OdataType { get; set; } #endif /// - /// Instantiates a new crossTenantAccessPolicyInboundTrust and sets the default values. + /// Instantiates a new and sets the default values. /// public CrossTenantAccessPolicyInboundTrust() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public CrossTenantAccessPolicyInboundTrust() { /// /// 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 CrossTenantAccessPolicyInboundTrust CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static CrossTenantAccessPolicyInboundTrust CreateFromDiscriminatorValue(I /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isCompliantDeviceAccepted", n => { IsCompliantDeviceAccepted = n.GetBoolValue(); } }, diff --git a/src/generated/Models/CrossTenantAccessPolicyTarget.cs b/src/generated/Models/CrossTenantAccessPolicyTarget.cs index fd0928fe80..7071743dcf 100644 --- a/src/generated/Models/CrossTenantAccessPolicyTarget.cs +++ b/src/generated/Models/CrossTenantAccessPolicyTarget.cs @@ -27,7 +27,7 @@ public class CrossTenantAccessPolicyTarget : IAdditionalDataHolder, IParsable { /// The type of resource that you want to target. The possible values are: user, group, application, unknownFutureValue. public CrossTenantAccessPolicyTargetType? TargetType { get; set; } /// - /// Instantiates a new crossTenantAccessPolicyTarget and sets the default values. + /// Instantiates a new and sets the default values. /// public CrossTenantAccessPolicyTarget() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public CrossTenantAccessPolicyTarget() { /// /// 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 CrossTenantAccessPolicyTarget CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static CrossTenantAccessPolicyTarget CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/CrossTenantAccessPolicyTargetConfiguration.cs b/src/generated/Models/CrossTenantAccessPolicyTargetConfiguration.cs index 789ea059d6..8c0b8a998b 100644 --- a/src/generated/Models/CrossTenantAccessPolicyTargetConfiguration.cs +++ b/src/generated/Models/CrossTenantAccessPolicyTargetConfiguration.cs @@ -27,7 +27,7 @@ public class CrossTenantAccessPolicyTargetConfiguration : IAdditionalDataHolder, public List Targets { get; set; } #endif /// - /// Instantiates a new crossTenantAccessPolicyTargetConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public CrossTenantAccessPolicyTargetConfiguration() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public CrossTenantAccessPolicyTargetConfiguration() { /// /// 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 CrossTenantAccessPolicyTargetConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static CrossTenantAccessPolicyTargetConfiguration CreateFromDiscriminator /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"accessType", n => { AccessType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/CrossTenantIdentitySyncPolicyPartner.cs b/src/generated/Models/CrossTenantIdentitySyncPolicyPartner.cs index afa031c7b3..2682e4e8ca 100644 --- a/src/generated/Models/CrossTenantIdentitySyncPolicyPartner.cs +++ b/src/generated/Models/CrossTenantIdentitySyncPolicyPartner.cs @@ -41,7 +41,7 @@ public class CrossTenantIdentitySyncPolicyPartner : IAdditionalDataHolder, IPars public CrossTenantUserSyncInbound UserSyncInbound { get; set; } #endif /// - /// Instantiates a new crossTenantIdentitySyncPolicyPartner and sets the default values. + /// Instantiates a new and sets the default values. /// public CrossTenantIdentitySyncPolicyPartner() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public CrossTenantIdentitySyncPolicyPartner() { /// /// 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 CrossTenantIdentitySyncPolicyPartner CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static CrossTenantIdentitySyncPolicyPartner CreateFromDiscriminatorValue( /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/CrossTenantUserSyncInbound.cs b/src/generated/Models/CrossTenantUserSyncInbound.cs index 114959caa9..b6df8c3bc9 100644 --- a/src/generated/Models/CrossTenantUserSyncInbound.cs +++ b/src/generated/Models/CrossTenantUserSyncInbound.cs @@ -19,7 +19,7 @@ public class CrossTenantUserSyncInbound : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new crossTenantUserSyncInbound and sets the default values. + /// Instantiates a new and sets the default values. /// public CrossTenantUserSyncInbound() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public CrossTenantUserSyncInbound() { /// /// 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 CrossTenantUserSyncInbound CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static CrossTenantUserSyncInbound CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isSyncAllowed", n => { IsSyncAllowed = n.GetBoolValue(); } }, diff --git a/src/generated/Models/CurrencyColumn.cs b/src/generated/Models/CurrencyColumn.cs index 96f1d59baa..32735ededf 100644 --- a/src/generated/Models/CurrencyColumn.cs +++ b/src/generated/Models/CurrencyColumn.cs @@ -25,7 +25,7 @@ public class CurrencyColumn : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new currencyColumn and sets the default values. + /// Instantiates a new and sets the default values. /// public CurrencyColumn() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public CurrencyColumn() { /// /// 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 CurrencyColumn CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static CurrencyColumn CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"locale", n => { Locale = n.GetStringValue(); } }, diff --git a/src/generated/Models/CustomCalloutExtension.cs b/src/generated/Models/CustomCalloutExtension.cs index eb2e4c15e2..dcfc76304c 100644 --- a/src/generated/Models/CustomCalloutExtension.cs +++ b/src/generated/Models/CustomCalloutExtension.cs @@ -50,6 +50,7 @@ public class CustomCalloutExtension : Entity, IParsable { /// /// 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 new CustomCalloutExtension CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -64,6 +65,7 @@ public class CustomCalloutExtension : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"authenticationConfiguration", n => { AuthenticationConfiguration = n.GetObjectValue(CustomExtensionAuthenticationConfiguration.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/CustomCalloutExtensionCollectionResponse.cs b/src/generated/Models/CustomCalloutExtensionCollectionResponse.cs index 9dc150fb47..3c77e78792 100644 --- a/src/generated/Models/CustomCalloutExtensionCollectionResponse.cs +++ b/src/generated/Models/CustomCalloutExtensionCollectionResponse.cs @@ -17,6 +17,7 @@ public class CustomCalloutExtensionCollectionResponse : BaseCollectionPagination /// /// 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 new CustomCalloutExtensionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class CustomCalloutExtensionCollectionResponse : BaseCollectionPagination /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(CustomCalloutExtension.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CustomExtensionAuthenticationConfiguration.cs b/src/generated/Models/CustomExtensionAuthenticationConfiguration.cs index a05860ba25..edf934a97d 100644 --- a/src/generated/Models/CustomExtensionAuthenticationConfiguration.cs +++ b/src/generated/Models/CustomExtensionAuthenticationConfiguration.cs @@ -17,7 +17,7 @@ public class CustomExtensionAuthenticationConfiguration : IAdditionalDataHolder, public string OdataType { get; set; } #endif /// - /// Instantiates a new customExtensionAuthenticationConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public CustomExtensionAuthenticationConfiguration() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CustomExtensionAuthenticationConfiguration() { /// /// 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 CustomExtensionAuthenticationConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static CustomExtensionAuthenticationConfiguration CreateFromDiscriminator /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/CustomExtensionCallbackConfiguration.cs b/src/generated/Models/CustomExtensionCallbackConfiguration.cs index 542c53403f..d316ef66f0 100644 --- a/src/generated/Models/CustomExtensionCallbackConfiguration.cs +++ b/src/generated/Models/CustomExtensionCallbackConfiguration.cs @@ -20,7 +20,7 @@ public class CustomExtensionCallbackConfiguration : IAdditionalDataHolder, IPars /// The maximum duration in ISO 8601 format that Microsoft Entra ID will wait for a resume action for the callout it sent to the logic app. The valid range for custom extensions in lifecycle workflows is five minutes to three hours. The valid range for custom extensions in entitlement management is between 5 minutes and 14 days. For example, PT3H refers to three hours, P3D refers to three days, PT10M refers to ten minutes. public TimeSpan? TimeoutDuration { get; set; } /// - /// Instantiates a new customExtensionCallbackConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public CustomExtensionCallbackConfiguration() { AdditionalData = new Dictionary(); @@ -28,6 +28,7 @@ public CustomExtensionCallbackConfiguration() { /// /// 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 CustomExtensionCallbackConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -40,6 +41,7 @@ public static CustomExtensionCallbackConfiguration CreateFromDiscriminatorValue( /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/CustomExtensionCalloutInstance.cs b/src/generated/Models/CustomExtensionCalloutInstance.cs index 5de8716ce6..e1d477ae90 100644 --- a/src/generated/Models/CustomExtensionCalloutInstance.cs +++ b/src/generated/Models/CustomExtensionCalloutInstance.cs @@ -51,7 +51,7 @@ public class CustomExtensionCalloutInstance : IAdditionalDataHolder, IParsable { /// The status of the request to the custom extension. The possible values are: calloutSent, callbackReceived, calloutFailed, callbackTimedOut, waitingForCallback, unknownFutureValue. public CustomExtensionCalloutInstanceStatus? Status { get; set; } /// - /// Instantiates a new customExtensionCalloutInstance and sets the default values. + /// Instantiates a new and sets the default values. /// public CustomExtensionCalloutInstance() { AdditionalData = new Dictionary(); @@ -59,6 +59,7 @@ public CustomExtensionCalloutInstance() { /// /// 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 CustomExtensionCalloutInstance CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public static CustomExtensionCalloutInstance CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"customExtensionId", n => { CustomExtensionId = n.GetStringValue(); } }, diff --git a/src/generated/Models/CustomExtensionClientConfiguration.cs b/src/generated/Models/CustomExtensionClientConfiguration.cs index f9c2e02e9e..7427540394 100644 --- a/src/generated/Models/CustomExtensionClientConfiguration.cs +++ b/src/generated/Models/CustomExtensionClientConfiguration.cs @@ -19,7 +19,7 @@ public class CustomExtensionClientConfiguration : IAdditionalDataHolder, IParsab /// The max duration in milliseconds that Microsoft Entra ID waits for a response from the external app before it shuts down the connection. The valid range is between 200 and 2000 milliseconds. Default duration is 1000. public int? TimeoutInMilliseconds { get; set; } /// - /// Instantiates a new customExtensionClientConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public CustomExtensionClientConfiguration() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public CustomExtensionClientConfiguration() { /// /// 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 CustomExtensionClientConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static CustomExtensionClientConfiguration CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/CustomExtensionData.cs b/src/generated/Models/CustomExtensionData.cs index 68a5ff7514..52771d7c1d 100644 --- a/src/generated/Models/CustomExtensionData.cs +++ b/src/generated/Models/CustomExtensionData.cs @@ -18,7 +18,7 @@ public class CustomExtensionData : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new customExtensionData and sets the default values. + /// Instantiates a new and sets the default values. /// public CustomExtensionData() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CustomExtensionData() { /// /// 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 CustomExtensionData CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -40,6 +41,7 @@ public static CustomExtensionData CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/CustomExtensionEndpointConfiguration.cs b/src/generated/Models/CustomExtensionEndpointConfiguration.cs index aef08563a6..51e45e9c77 100644 --- a/src/generated/Models/CustomExtensionEndpointConfiguration.cs +++ b/src/generated/Models/CustomExtensionEndpointConfiguration.cs @@ -17,7 +17,7 @@ public class CustomExtensionEndpointConfiguration : IAdditionalDataHolder, IPars public string OdataType { get; set; } #endif /// - /// Instantiates a new customExtensionEndpointConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public CustomExtensionEndpointConfiguration() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CustomExtensionEndpointConfiguration() { /// /// 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 CustomExtensionEndpointConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static CustomExtensionEndpointConfiguration CreateFromDiscriminatorValue( /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/CustomExtensionStageSetting.cs b/src/generated/Models/CustomExtensionStageSetting.cs index 5cdf76c347..fc639876e0 100644 --- a/src/generated/Models/CustomExtensionStageSetting.cs +++ b/src/generated/Models/CustomExtensionStageSetting.cs @@ -19,6 +19,7 @@ public class CustomExtensionStageSetting : Entity, IParsable { /// /// 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 new CustomExtensionStageSetting CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class CustomExtensionStageSetting : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"customExtension", n => { CustomExtension = n.GetObjectValue(CustomCalloutExtension.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/CustomExtensionStageSettingCollectionResponse.cs b/src/generated/Models/CustomExtensionStageSettingCollectionResponse.cs index ae487d27d1..c0b1bab9d3 100644 --- a/src/generated/Models/CustomExtensionStageSettingCollectionResponse.cs +++ b/src/generated/Models/CustomExtensionStageSettingCollectionResponse.cs @@ -17,6 +17,7 @@ public class CustomExtensionStageSettingCollectionResponse : BaseCollectionPagin /// /// 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 new CustomExtensionStageSettingCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class CustomExtensionStageSettingCollectionResponse : BaseCollectionPagin /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(CustomExtensionStageSetting.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CustomSecurityAttributeDefinition.cs b/src/generated/Models/CustomSecurityAttributeDefinition.cs index a2f3e6f977..21830834b4 100644 --- a/src/generated/Models/CustomSecurityAttributeDefinition.cs +++ b/src/generated/Models/CustomSecurityAttributeDefinition.cs @@ -63,6 +63,7 @@ public class CustomSecurityAttributeDefinition : Entity, IParsable { /// /// 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 new CustomSecurityAttributeDefinition CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -71,6 +72,7 @@ public class CustomSecurityAttributeDefinition : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowedValues", n => { AllowedValues = n.GetCollectionOfObjectValues(AllowedValue.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CustomSecurityAttributeDefinitionCollectionResponse.cs b/src/generated/Models/CustomSecurityAttributeDefinitionCollectionResponse.cs index 8c1cdc9888..78f164abc5 100644 --- a/src/generated/Models/CustomSecurityAttributeDefinitionCollectionResponse.cs +++ b/src/generated/Models/CustomSecurityAttributeDefinitionCollectionResponse.cs @@ -17,6 +17,7 @@ public class CustomSecurityAttributeDefinitionCollectionResponse : BaseCollectio /// /// 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 new CustomSecurityAttributeDefinitionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class CustomSecurityAttributeDefinitionCollectionResponse : BaseCollectio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(CustomSecurityAttributeDefinition.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/CustomSecurityAttributeValue.cs b/src/generated/Models/CustomSecurityAttributeValue.cs index 2ba633254d..ab027d65bd 100644 --- a/src/generated/Models/CustomSecurityAttributeValue.cs +++ b/src/generated/Models/CustomSecurityAttributeValue.cs @@ -17,7 +17,7 @@ public class CustomSecurityAttributeValue : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new customSecurityAttributeValue and sets the default values. + /// Instantiates a new and sets the default values. /// public CustomSecurityAttributeValue() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CustomSecurityAttributeValue() { /// /// 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 CustomSecurityAttributeValue CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CustomSecurityAttributeValue CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/CustomTimeZone.cs b/src/generated/Models/CustomTimeZone.cs index b2d632e32e..3209691359 100644 --- a/src/generated/Models/CustomTimeZone.cs +++ b/src/generated/Models/CustomTimeZone.cs @@ -25,7 +25,7 @@ public class CustomTimeZone : TimeZoneBase, IParsable { public StandardTimeZoneOffset StandardOffset { get; set; } #endif /// - /// Instantiates a new customTimeZone and sets the default values. + /// Instantiates a new and sets the default values. /// public CustomTimeZone() : base() { OdataType = "#microsoft.graph.customTimeZone"; @@ -33,6 +33,7 @@ public CustomTimeZone() : base() { /// /// 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 new CustomTimeZone CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public CustomTimeZone() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"bias", n => { Bias = n.GetIntValue(); } }, diff --git a/src/generated/Models/CustomTrainingSetting.cs b/src/generated/Models/CustomTrainingSetting.cs index 873eb1c86b..81002c455e 100644 --- a/src/generated/Models/CustomTrainingSetting.cs +++ b/src/generated/Models/CustomTrainingSetting.cs @@ -41,7 +41,7 @@ public class CustomTrainingSetting : TrainingSetting, IParsable { public string Url { get; set; } #endif /// - /// Instantiates a new customTrainingSetting and sets the default values. + /// Instantiates a new and sets the default values. /// public CustomTrainingSetting() : base() { OdataType = "#microsoft.graph.customTrainingSetting"; @@ -49,6 +49,7 @@ public CustomTrainingSetting() : base() { /// /// 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 new CustomTrainingSetting CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public CustomTrainingSetting() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assignedTo", n => { AssignedTo = n.GetCollectionOfEnumValues()?.ToList(); } }, diff --git a/src/generated/Models/DataPolicyOperation.cs b/src/generated/Models/DataPolicyOperation.cs index b3bbe178e9..269d650da7 100644 --- a/src/generated/Models/DataPolicyOperation.cs +++ b/src/generated/Models/DataPolicyOperation.cs @@ -33,6 +33,7 @@ public class DataPolicyOperation : Entity, IParsable { /// /// 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 new DataPolicyOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class DataPolicyOperation : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"completedDateTime", n => { CompletedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/DataPolicyOperationCollectionResponse.cs b/src/generated/Models/DataPolicyOperationCollectionResponse.cs index a6e07ac0d5..c3fced3198 100644 --- a/src/generated/Models/DataPolicyOperationCollectionResponse.cs +++ b/src/generated/Models/DataPolicyOperationCollectionResponse.cs @@ -17,6 +17,7 @@ public class DataPolicyOperationCollectionResponse : BaseCollectionPaginationCou /// /// 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 new DataPolicyOperationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DataPolicyOperationCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DataPolicyOperation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DataSubject.cs b/src/generated/Models/DataSubject.cs index b85c731120..3de3394c8b 100644 --- a/src/generated/Models/DataSubject.cs +++ b/src/generated/Models/DataSubject.cs @@ -49,7 +49,7 @@ public class DataSubject : IAdditionalDataHolder, IParsable { public string Residency { get; set; } #endif /// - /// Instantiates a new dataSubject and sets the default values. + /// Instantiates a new and sets the default values. /// public DataSubject() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public DataSubject() { /// /// 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 DataSubject CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static DataSubject CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"email", n => { Email = n.GetStringValue(); } }, diff --git a/src/generated/Models/DateTimeColumn.cs b/src/generated/Models/DateTimeColumn.cs index 563143ab70..5a0b969927 100644 --- a/src/generated/Models/DateTimeColumn.cs +++ b/src/generated/Models/DateTimeColumn.cs @@ -33,7 +33,7 @@ public class DateTimeColumn : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new dateTimeColumn and sets the default values. + /// Instantiates a new and sets the default values. /// public DateTimeColumn() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public DateTimeColumn() { /// /// 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 DateTimeColumn CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static DateTimeColumn CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayAs", n => { DisplayAs = n.GetStringValue(); } }, diff --git a/src/generated/Models/DateTimeTimeZone.cs b/src/generated/Models/DateTimeTimeZone.cs index 8ce939d2bd..696e513fc2 100644 --- a/src/generated/Models/DateTimeTimeZone.cs +++ b/src/generated/Models/DateTimeTimeZone.cs @@ -33,7 +33,7 @@ public class DateTimeTimeZone : IAdditionalDataHolder, IParsable { public string TimeZone { get; set; } #endif /// - /// Instantiates a new dateTimeTimeZone and sets the default values. + /// Instantiates a new and sets the default values. /// public DateTimeTimeZone() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public DateTimeTimeZone() { /// /// 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 DateTimeTimeZone CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static DateTimeTimeZone CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"dateTime", n => { DateTime = n.GetStringValue(); } }, diff --git a/src/generated/Models/DaylightTimeZoneOffset.cs b/src/generated/Models/DaylightTimeZoneOffset.cs index 2f14a37460..3227ef01ce 100644 --- a/src/generated/Models/DaylightTimeZoneOffset.cs +++ b/src/generated/Models/DaylightTimeZoneOffset.cs @@ -9,7 +9,7 @@ public class DaylightTimeZoneOffset : StandardTimeZoneOffset, IParsable { /// The time offset from Coordinated Universal Time (UTC) for daylight saving time. This value is in minutes. public int? DaylightBias { get; set; } /// - /// Instantiates a new daylightTimeZoneOffset and sets the default values. + /// Instantiates a new and sets the default values. /// public DaylightTimeZoneOffset() : base() { OdataType = "#microsoft.graph.daylightTimeZoneOffset"; @@ -17,6 +17,7 @@ public DaylightTimeZoneOffset() : base() { /// /// 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 new DaylightTimeZoneOffset CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public DaylightTimeZoneOffset() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"daylightBias", n => { DaylightBias = n.GetIntValue(); } }, diff --git a/src/generated/Models/DefaultColumnValue.cs b/src/generated/Models/DefaultColumnValue.cs index 40e3776f39..84ddec6cf4 100644 --- a/src/generated/Models/DefaultColumnValue.cs +++ b/src/generated/Models/DefaultColumnValue.cs @@ -33,7 +33,7 @@ public class DefaultColumnValue : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new defaultColumnValue and sets the default values. + /// Instantiates a new and sets the default values. /// public DefaultColumnValue() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public DefaultColumnValue() { /// /// 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 DefaultColumnValue CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static DefaultColumnValue CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"formula", n => { Formula = n.GetStringValue(); } }, diff --git a/src/generated/Models/DefaultManagedAppProtection.cs b/src/generated/Models/DefaultManagedAppProtection.cs index 2a99ae5568..b620eac696 100644 --- a/src/generated/Models/DefaultManagedAppProtection.cs +++ b/src/generated/Models/DefaultManagedAppProtection.cs @@ -70,7 +70,7 @@ public class DefaultManagedAppProtection : ManagedAppProtection, IParsable { /// Indicates whether screen capture is blocked. (Android only) public bool? ScreenCaptureBlocked { get; set; } /// - /// Instantiates a new defaultManagedAppProtection and sets the default values. + /// Instantiates a new and sets the default values. /// public DefaultManagedAppProtection() : base() { OdataType = "#microsoft.graph.defaultManagedAppProtection"; @@ -78,6 +78,7 @@ public DefaultManagedAppProtection() : base() { /// /// 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 new DefaultManagedAppProtection CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -86,6 +87,7 @@ public DefaultManagedAppProtection() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appDataEncryptionType", n => { AppDataEncryptionType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/DefaultManagedAppProtectionCollectionResponse.cs b/src/generated/Models/DefaultManagedAppProtectionCollectionResponse.cs index baf8a8246c..0100ab4df2 100644 --- a/src/generated/Models/DefaultManagedAppProtectionCollectionResponse.cs +++ b/src/generated/Models/DefaultManagedAppProtectionCollectionResponse.cs @@ -17,6 +17,7 @@ public class DefaultManagedAppProtectionCollectionResponse : BaseCollectionPagin /// /// 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 new DefaultManagedAppProtectionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DefaultManagedAppProtectionCollectionResponse : BaseCollectionPagin /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DefaultManagedAppProtection.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DefaultUserRolePermissions.cs b/src/generated/Models/DefaultUserRolePermissions.cs index 118a8890ee..601d694140 100644 --- a/src/generated/Models/DefaultUserRolePermissions.cs +++ b/src/generated/Models/DefaultUserRolePermissions.cs @@ -35,7 +35,7 @@ public class DefaultUserRolePermissions : IAdditionalDataHolder, IParsable { public List PermissionGrantPoliciesAssigned { get; set; } #endif /// - /// Instantiates a new defaultUserRolePermissions and sets the default values. + /// Instantiates a new and sets the default values. /// public DefaultUserRolePermissions() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public DefaultUserRolePermissions() { /// /// 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 DefaultUserRolePermissions CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static DefaultUserRolePermissions CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowedToCreateApps", n => { AllowedToCreateApps = n.GetBoolValue(); } }, diff --git a/src/generated/Models/DefenderDetectedMalwareActions.cs b/src/generated/Models/DefenderDetectedMalwareActions.cs index 0799be011b..a4043492c5 100644 --- a/src/generated/Models/DefenderDetectedMalwareActions.cs +++ b/src/generated/Models/DefenderDetectedMalwareActions.cs @@ -28,7 +28,7 @@ public class DefenderDetectedMalwareActions : IAdditionalDataHolder, IParsable { /// Defender’s default action to take on detected Malware threats. public DefenderThreatAction? SevereSeverity { get; set; } /// - /// Instantiates a new defenderDetectedMalwareActions and sets the default values. + /// Instantiates a new and sets the default values. /// public DefenderDetectedMalwareActions() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public DefenderDetectedMalwareActions() { /// /// 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 DefenderDetectedMalwareActions CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static DefenderDetectedMalwareActions CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"highSeverity", n => { HighSeverity = n.GetEnumValue(); } }, diff --git a/src/generated/Models/DelegatedAdminAccessAssignment.cs b/src/generated/Models/DelegatedAdminAccessAssignment.cs index a68338394c..83e88187d1 100644 --- a/src/generated/Models/DelegatedAdminAccessAssignment.cs +++ b/src/generated/Models/DelegatedAdminAccessAssignment.cs @@ -31,6 +31,7 @@ public class DelegatedAdminAccessAssignment : Entity, IParsable { /// /// 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 new DelegatedAdminAccessAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public class DelegatedAdminAccessAssignment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accessContainer", n => { AccessContainer = n.GetObjectValue(DelegatedAdminAccessContainer.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/DelegatedAdminAccessAssignmentCollectionResponse.cs b/src/generated/Models/DelegatedAdminAccessAssignmentCollectionResponse.cs index a76ee1e39b..eba2cce98b 100644 --- a/src/generated/Models/DelegatedAdminAccessAssignmentCollectionResponse.cs +++ b/src/generated/Models/DelegatedAdminAccessAssignmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class DelegatedAdminAccessAssignmentCollectionResponse : BaseCollectionPa /// /// 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 new DelegatedAdminAccessAssignmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DelegatedAdminAccessAssignmentCollectionResponse : BaseCollectionPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DelegatedAdminAccessAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DelegatedAdminAccessContainer.cs b/src/generated/Models/DelegatedAdminAccessContainer.cs index a3f96b379b..cbbf75478f 100644 --- a/src/generated/Models/DelegatedAdminAccessContainer.cs +++ b/src/generated/Models/DelegatedAdminAccessContainer.cs @@ -27,7 +27,7 @@ public class DelegatedAdminAccessContainer : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new delegatedAdminAccessContainer and sets the default values. + /// Instantiates a new and sets the default values. /// public DelegatedAdminAccessContainer() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public DelegatedAdminAccessContainer() { /// /// 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 DelegatedAdminAccessContainer CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static DelegatedAdminAccessContainer CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"accessContainerId", n => { AccessContainerId = n.GetStringValue(); } }, diff --git a/src/generated/Models/DelegatedAdminAccessDetails.cs b/src/generated/Models/DelegatedAdminAccessDetails.cs index 719c48641a..2375500269 100644 --- a/src/generated/Models/DelegatedAdminAccessDetails.cs +++ b/src/generated/Models/DelegatedAdminAccessDetails.cs @@ -25,7 +25,7 @@ public class DelegatedAdminAccessDetails : IAdditionalDataHolder, IParsable { public List UnifiedRoles { get; set; } #endif /// - /// Instantiates a new delegatedAdminAccessDetails and sets the default values. + /// Instantiates a new and sets the default values. /// public DelegatedAdminAccessDetails() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public DelegatedAdminAccessDetails() { /// /// 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 DelegatedAdminAccessDetails CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static DelegatedAdminAccessDetails CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/DelegatedAdminCustomer.cs b/src/generated/Models/DelegatedAdminCustomer.cs index 65e949e037..789b3d8fcb 100644 --- a/src/generated/Models/DelegatedAdminCustomer.cs +++ b/src/generated/Models/DelegatedAdminCustomer.cs @@ -33,6 +33,7 @@ public class DelegatedAdminCustomer : Entity, IParsable { /// /// 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 new DelegatedAdminCustomer CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class DelegatedAdminCustomer : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/DelegatedAdminCustomerCollectionResponse.cs b/src/generated/Models/DelegatedAdminCustomerCollectionResponse.cs index b9f6d9fbd8..ef2fa920c0 100644 --- a/src/generated/Models/DelegatedAdminCustomerCollectionResponse.cs +++ b/src/generated/Models/DelegatedAdminCustomerCollectionResponse.cs @@ -17,6 +17,7 @@ public class DelegatedAdminCustomerCollectionResponse : BaseCollectionPagination /// /// 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 new DelegatedAdminCustomerCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DelegatedAdminCustomerCollectionResponse : BaseCollectionPagination /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DelegatedAdminCustomer.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DelegatedAdminRelationship.cs b/src/generated/Models/DelegatedAdminRelationship.cs index 960257d29e..fdda052fcd 100644 --- a/src/generated/Models/DelegatedAdminRelationship.cs +++ b/src/generated/Models/DelegatedAdminRelationship.cs @@ -71,6 +71,7 @@ public class DelegatedAdminRelationship : Entity, IParsable { /// /// 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 new DelegatedAdminRelationship CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -83,6 +84,7 @@ public class DelegatedAdminRelationship : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accessAssignments", n => { AccessAssignments = n.GetCollectionOfObjectValues(DelegatedAdminAccessAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DelegatedAdminRelationshipCollectionResponse.cs b/src/generated/Models/DelegatedAdminRelationshipCollectionResponse.cs index 82d73d8fb8..d513f8cda2 100644 --- a/src/generated/Models/DelegatedAdminRelationshipCollectionResponse.cs +++ b/src/generated/Models/DelegatedAdminRelationshipCollectionResponse.cs @@ -17,6 +17,7 @@ public class DelegatedAdminRelationshipCollectionResponse : BaseCollectionPagina /// /// 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 new DelegatedAdminRelationshipCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DelegatedAdminRelationshipCollectionResponse : BaseCollectionPagina /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DelegatedAdminRelationship.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DelegatedAdminRelationshipCustomerParticipant.cs b/src/generated/Models/DelegatedAdminRelationshipCustomerParticipant.cs index 33c00e961a..c951306214 100644 --- a/src/generated/Models/DelegatedAdminRelationshipCustomerParticipant.cs +++ b/src/generated/Models/DelegatedAdminRelationshipCustomerParticipant.cs @@ -33,7 +33,7 @@ public class DelegatedAdminRelationshipCustomerParticipant : IAdditionalDataHold public string TenantId { get; set; } #endif /// - /// Instantiates a new delegatedAdminRelationshipCustomerParticipant and sets the default values. + /// Instantiates a new and sets the default values. /// public DelegatedAdminRelationshipCustomerParticipant() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public DelegatedAdminRelationshipCustomerParticipant() { /// /// 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 DelegatedAdminRelationshipCustomerParticipant CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static DelegatedAdminRelationshipCustomerParticipant CreateFromDiscrimina /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/DelegatedAdminRelationshipOperation.cs b/src/generated/Models/DelegatedAdminRelationshipOperation.cs index b01ac34d13..1940757723 100644 --- a/src/generated/Models/DelegatedAdminRelationshipOperation.cs +++ b/src/generated/Models/DelegatedAdminRelationshipOperation.cs @@ -25,6 +25,7 @@ public class DelegatedAdminRelationshipOperation : Entity, IParsable { /// /// 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 new DelegatedAdminRelationshipOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class DelegatedAdminRelationshipOperation : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/DelegatedAdminRelationshipOperationCollectionResponse.cs b/src/generated/Models/DelegatedAdminRelationshipOperationCollectionResponse.cs index fd7c0bae1f..f9bb04be3f 100644 --- a/src/generated/Models/DelegatedAdminRelationshipOperationCollectionResponse.cs +++ b/src/generated/Models/DelegatedAdminRelationshipOperationCollectionResponse.cs @@ -17,6 +17,7 @@ public class DelegatedAdminRelationshipOperationCollectionResponse : BaseCollect /// /// 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 new DelegatedAdminRelationshipOperationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DelegatedAdminRelationshipOperationCollectionResponse : BaseCollect /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DelegatedAdminRelationshipOperation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DelegatedAdminRelationshipRequest.cs b/src/generated/Models/DelegatedAdminRelationshipRequest.cs index 7e72266915..cb45b27827 100644 --- a/src/generated/Models/DelegatedAdminRelationshipRequest.cs +++ b/src/generated/Models/DelegatedAdminRelationshipRequest.cs @@ -17,6 +17,7 @@ public class DelegatedAdminRelationshipRequest : Entity, IParsable { /// /// 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 new DelegatedAdminRelationshipRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DelegatedAdminRelationshipRequest : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"action", n => { Action = n.GetEnumValue(); } }, diff --git a/src/generated/Models/DelegatedAdminRelationshipRequestCollectionResponse.cs b/src/generated/Models/DelegatedAdminRelationshipRequestCollectionResponse.cs index ee6492b557..b52c33e191 100644 --- a/src/generated/Models/DelegatedAdminRelationshipRequestCollectionResponse.cs +++ b/src/generated/Models/DelegatedAdminRelationshipRequestCollectionResponse.cs @@ -17,6 +17,7 @@ public class DelegatedAdminRelationshipRequestCollectionResponse : BaseCollectio /// /// 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 new DelegatedAdminRelationshipRequestCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DelegatedAdminRelationshipRequestCollectionResponse : BaseCollectio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DelegatedAdminRelationshipRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DelegatedAdminServiceManagementDetail.cs b/src/generated/Models/DelegatedAdminServiceManagementDetail.cs index dacf192294..77619d8cf8 100644 --- a/src/generated/Models/DelegatedAdminServiceManagementDetail.cs +++ b/src/generated/Models/DelegatedAdminServiceManagementDetail.cs @@ -25,6 +25,7 @@ public class DelegatedAdminServiceManagementDetail : Entity, IParsable { /// /// 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 new DelegatedAdminServiceManagementDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class DelegatedAdminServiceManagementDetail : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"serviceManagementUrl", n => { ServiceManagementUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/DelegatedAdminServiceManagementDetailCollectionResponse.cs b/src/generated/Models/DelegatedAdminServiceManagementDetailCollectionResponse.cs index a194bf86f4..e62648feaa 100644 --- a/src/generated/Models/DelegatedAdminServiceManagementDetailCollectionResponse.cs +++ b/src/generated/Models/DelegatedAdminServiceManagementDetailCollectionResponse.cs @@ -17,6 +17,7 @@ public class DelegatedAdminServiceManagementDetailCollectionResponse : BaseColle /// /// 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 new DelegatedAdminServiceManagementDetailCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DelegatedAdminServiceManagementDetailCollectionResponse : BaseColle /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DelegatedAdminServiceManagementDetail.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DelegatedPermissionClassification.cs b/src/generated/Models/DelegatedPermissionClassification.cs index fcc0a87dcb..d15abe5e0d 100644 --- a/src/generated/Models/DelegatedPermissionClassification.cs +++ b/src/generated/Models/DelegatedPermissionClassification.cs @@ -27,6 +27,7 @@ public class DelegatedPermissionClassification : Entity, IParsable { /// /// 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 new DelegatedPermissionClassification CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public class DelegatedPermissionClassification : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"classification", n => { Classification = n.GetEnumValue(); } }, diff --git a/src/generated/Models/DelegatedPermissionClassificationCollectionResponse.cs b/src/generated/Models/DelegatedPermissionClassificationCollectionResponse.cs index 7008974cf8..a589890574 100644 --- a/src/generated/Models/DelegatedPermissionClassificationCollectionResponse.cs +++ b/src/generated/Models/DelegatedPermissionClassificationCollectionResponse.cs @@ -17,6 +17,7 @@ public class DelegatedPermissionClassificationCollectionResponse : BaseCollectio /// /// 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 new DelegatedPermissionClassificationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DelegatedPermissionClassificationCollectionResponse : BaseCollectio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DelegatedPermissionClassification.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeleteUserFromSharedAppleDeviceActionResult.cs b/src/generated/Models/DeleteUserFromSharedAppleDeviceActionResult.cs index 4ac920fa5a..fe3b297879 100644 --- a/src/generated/Models/DeleteUserFromSharedAppleDeviceActionResult.cs +++ b/src/generated/Models/DeleteUserFromSharedAppleDeviceActionResult.cs @@ -20,6 +20,7 @@ public class DeleteUserFromSharedAppleDeviceActionResult : DeviceActionResult, I /// /// 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 new DeleteUserFromSharedAppleDeviceActionResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public class DeleteUserFromSharedAppleDeviceActionResult : DeviceActionResult, I /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"userPrincipalName", n => { UserPrincipalName = n.GetStringValue(); } }, diff --git a/src/generated/Models/Deleted.cs b/src/generated/Models/Deleted.cs index 32294ee705..3002906575 100644 --- a/src/generated/Models/Deleted.cs +++ b/src/generated/Models/Deleted.cs @@ -25,7 +25,7 @@ public class Deleted : IAdditionalDataHolder, IParsable { public string State { get; set; } #endif /// - /// Instantiates a new deleted and sets the default values. + /// Instantiates a new and sets the default values. /// public Deleted() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public Deleted() { /// /// 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 Deleted CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static Deleted CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/DeletedItemContainer.cs b/src/generated/Models/DeletedItemContainer.cs index 0ad796a892..cb1722db3f 100644 --- a/src/generated/Models/DeletedItemContainer.cs +++ b/src/generated/Models/DeletedItemContainer.cs @@ -18,6 +18,7 @@ public class DeletedItemContainer : Entity, IParsable { /// /// 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 new DeletedItemContainer CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeletedItemContainer : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"workflows", n => { Workflows = n.GetCollectionOfObjectValues(Workflow.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeletedTeam.cs b/src/generated/Models/DeletedTeam.cs index b6d8e120e5..5001251db3 100644 --- a/src/generated/Models/DeletedTeam.cs +++ b/src/generated/Models/DeletedTeam.cs @@ -17,6 +17,7 @@ public class DeletedTeam : Entity, IParsable { /// /// 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 new DeletedTeam CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeletedTeam : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"channels", n => { Channels = n.GetCollectionOfObjectValues(Channel.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeletedTeamCollectionResponse.cs b/src/generated/Models/DeletedTeamCollectionResponse.cs index 0acdda94d3..a139ea0158 100644 --- a/src/generated/Models/DeletedTeamCollectionResponse.cs +++ b/src/generated/Models/DeletedTeamCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeletedTeamCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new DeletedTeamCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeletedTeamCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeletedTeam.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeltaParticipants.cs b/src/generated/Models/DeltaParticipants.cs index 9e609834a9..76cc667492 100644 --- a/src/generated/Models/DeltaParticipants.cs +++ b/src/generated/Models/DeltaParticipants.cs @@ -19,6 +19,7 @@ public class DeltaParticipants : Entity, IParsable { /// /// 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 new DeltaParticipants CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class DeltaParticipants : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"participants", n => { Participants = n.GetCollectionOfObjectValues(Participant.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DetailsInfo.cs b/src/generated/Models/DetailsInfo.cs index 0e339846e4..08d0bc5b5b 100644 --- a/src/generated/Models/DetailsInfo.cs +++ b/src/generated/Models/DetailsInfo.cs @@ -17,7 +17,7 @@ public class DetailsInfo : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new detailsInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public DetailsInfo() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public DetailsInfo() { /// /// 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 DetailsInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static DetailsInfo CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/DetectedApp.cs b/src/generated/Models/DetectedApp.cs index 1a29e45d22..826115e994 100644 --- a/src/generated/Models/DetectedApp.cs +++ b/src/generated/Models/DetectedApp.cs @@ -50,6 +50,7 @@ public class DetectedApp : Entity, IParsable { /// /// 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 new DetectedApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public class DetectedApp : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deviceCount", n => { DeviceCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/DetectedAppCollectionResponse.cs b/src/generated/Models/DetectedAppCollectionResponse.cs index 48af625ff2..06a33164dd 100644 --- a/src/generated/Models/DetectedAppCollectionResponse.cs +++ b/src/generated/Models/DetectedAppCollectionResponse.cs @@ -17,6 +17,7 @@ public class DetectedAppCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new DetectedAppCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DetectedAppCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DetectedApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Device.cs b/src/generated/Models/Device.cs index 7f6c054d7a..b073f185c0 100644 --- a/src/generated/Models/Device.cs +++ b/src/generated/Models/Device.cs @@ -185,7 +185,7 @@ public class Device : DirectoryObject, IParsable { public string TrustType { get; set; } #endif /// - /// Instantiates a new device and sets the default values. + /// Instantiates a new and sets the default values. /// public Device() : base() { OdataType = "#microsoft.graph.device"; @@ -193,6 +193,7 @@ public Device() : base() { /// /// 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 new Device CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -201,6 +202,7 @@ public Device() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accountEnabled", n => { AccountEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/DeviceActionResult.cs b/src/generated/Models/DeviceActionResult.cs index ff211e7a99..86c6c9124c 100644 --- a/src/generated/Models/DeviceActionResult.cs +++ b/src/generated/Models/DeviceActionResult.cs @@ -34,7 +34,7 @@ public class DeviceActionResult : IAdditionalDataHolder, IParsable { /// Time the action was initiated public DateTimeOffset? StartDateTime { get; set; } /// - /// Instantiates a new deviceActionResult and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceActionResult() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public DeviceActionResult() { /// /// 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 DeviceActionResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static DeviceActionResult CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"actionName", n => { ActionName = n.GetStringValue(); } }, diff --git a/src/generated/Models/DeviceAndAppManagementAssignmentTarget.cs b/src/generated/Models/DeviceAndAppManagementAssignmentTarget.cs index 54c2eab0de..bae7a804f1 100644 --- a/src/generated/Models/DeviceAndAppManagementAssignmentTarget.cs +++ b/src/generated/Models/DeviceAndAppManagementAssignmentTarget.cs @@ -20,7 +20,7 @@ public class DeviceAndAppManagementAssignmentTarget : IAdditionalDataHolder, IPa public string OdataType { get; set; } #endif /// - /// Instantiates a new deviceAndAppManagementAssignmentTarget and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceAndAppManagementAssignmentTarget() { AdditionalData = new Dictionary(); @@ -28,6 +28,7 @@ public DeviceAndAppManagementAssignmentTarget() { /// /// 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 DeviceAndAppManagementAssignmentTarget CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static DeviceAndAppManagementAssignmentTarget CreateFromDiscriminatorValu /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/DeviceAndAppManagementData.cs b/src/generated/Models/DeviceAndAppManagementData.cs index 9c6d2feac3..b8c8bee328 100644 --- a/src/generated/Models/DeviceAndAppManagementData.cs +++ b/src/generated/Models/DeviceAndAppManagementData.cs @@ -28,7 +28,7 @@ public class DeviceAndAppManagementData : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new deviceAndAppManagementData and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceAndAppManagementData() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public DeviceAndAppManagementData() { /// /// 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 DeviceAndAppManagementData CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static DeviceAndAppManagementData CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"content", n => { Content = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/DeviceAndAppManagementRoleAssignment.cs b/src/generated/Models/DeviceAndAppManagementRoleAssignment.cs index 6acceee416..db78f9f396 100644 --- a/src/generated/Models/DeviceAndAppManagementRoleAssignment.cs +++ b/src/generated/Models/DeviceAndAppManagementRoleAssignment.cs @@ -20,6 +20,7 @@ public class DeviceAndAppManagementRoleAssignment : RoleAssignment, IParsable { /// /// 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 new DeviceAndAppManagementRoleAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public class DeviceAndAppManagementRoleAssignment : RoleAssignment, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"members", n => { Members = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/DeviceAndAppManagementRoleAssignmentCollectionResponse.cs b/src/generated/Models/DeviceAndAppManagementRoleAssignmentCollectionResponse.cs index ff69b334a2..57866b83bf 100644 --- a/src/generated/Models/DeviceAndAppManagementRoleAssignmentCollectionResponse.cs +++ b/src/generated/Models/DeviceAndAppManagementRoleAssignmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceAndAppManagementRoleAssignmentCollectionResponse : BaseCollec /// /// 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 new DeviceAndAppManagementRoleAssignmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceAndAppManagementRoleAssignmentCollectionResponse : BaseCollec /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceAndAppManagementRoleAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceAndAppManagementRoleDefinition.cs b/src/generated/Models/DeviceAndAppManagementRoleDefinition.cs index ff37cb7b90..fc5b656f0d 100644 --- a/src/generated/Models/DeviceAndAppManagementRoleDefinition.cs +++ b/src/generated/Models/DeviceAndAppManagementRoleDefinition.cs @@ -10,7 +10,7 @@ namespace ApiSdk.Models { /// public class DeviceAndAppManagementRoleDefinition : RoleDefinition, IParsable { /// - /// Instantiates a new deviceAndAppManagementRoleDefinition and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceAndAppManagementRoleDefinition() : base() { OdataType = "#microsoft.graph.deviceAndAppManagementRoleDefinition"; @@ -18,6 +18,7 @@ public DeviceAndAppManagementRoleDefinition() : base() { /// /// 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 new DeviceAndAppManagementRoleDefinition CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public DeviceAndAppManagementRoleDefinition() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/DeviceAppManagement.cs b/src/generated/Models/DeviceAppManagement.cs index d928b27c05..590f45056e 100644 --- a/src/generated/Models/DeviceAppManagement.cs +++ b/src/generated/Models/DeviceAppManagement.cs @@ -138,6 +138,7 @@ public class DeviceAppManagement : Entity, IParsable { /// /// 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 new DeviceAppManagement CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -146,6 +147,7 @@ public class DeviceAppManagement : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"androidManagedAppProtections", n => { AndroidManagedAppProtections = n.GetCollectionOfObjectValues(AndroidManagedAppProtection.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceCategory.cs b/src/generated/Models/DeviceCategory.cs index 2bdb732c6c..2867d713cf 100644 --- a/src/generated/Models/DeviceCategory.cs +++ b/src/generated/Models/DeviceCategory.cs @@ -28,6 +28,7 @@ public class DeviceCategory : Entity, IParsable { /// /// 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 new DeviceCategory CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -36,6 +37,7 @@ public class DeviceCategory : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/DeviceCategoryCollectionResponse.cs b/src/generated/Models/DeviceCategoryCollectionResponse.cs index 8e0deb718a..5603adfa6a 100644 --- a/src/generated/Models/DeviceCategoryCollectionResponse.cs +++ b/src/generated/Models/DeviceCategoryCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceCategoryCollectionResponse : BaseCollectionPaginationCountRes /// /// 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 new DeviceCategoryCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceCategoryCollectionResponse : BaseCollectionPaginationCountRes /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceCategory.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceCollectionResponse.cs b/src/generated/Models/DeviceCollectionResponse.cs index 3ac2aeda81..da2ddfe83f 100644 --- a/src/generated/Models/DeviceCollectionResponse.cs +++ b/src/generated/Models/DeviceCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceCollectionResponse : BaseCollectionPaginationCountResponse, I /// /// 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 new DeviceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceCollectionResponse : BaseCollectionPaginationCountResponse, I /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Device.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceComplianceActionItem.cs b/src/generated/Models/DeviceComplianceActionItem.cs index 5fbd160287..8e0ee51f4b 100644 --- a/src/generated/Models/DeviceComplianceActionItem.cs +++ b/src/generated/Models/DeviceComplianceActionItem.cs @@ -32,6 +32,7 @@ public class DeviceComplianceActionItem : Entity, IParsable { /// /// 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 new DeviceComplianceActionItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -40,6 +41,7 @@ public class DeviceComplianceActionItem : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"actionType", n => { ActionType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/DeviceComplianceActionItemCollectionResponse.cs b/src/generated/Models/DeviceComplianceActionItemCollectionResponse.cs index de98ccb6e4..c4741f0f96 100644 --- a/src/generated/Models/DeviceComplianceActionItemCollectionResponse.cs +++ b/src/generated/Models/DeviceComplianceActionItemCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceComplianceActionItemCollectionResponse : BaseCollectionPagina /// /// 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 new DeviceComplianceActionItemCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceComplianceActionItemCollectionResponse : BaseCollectionPagina /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceComplianceActionItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceComplianceDeviceOverview.cs b/src/generated/Models/DeviceComplianceDeviceOverview.cs index 7dad884d2d..3d2dae07c7 100644 --- a/src/generated/Models/DeviceComplianceDeviceOverview.cs +++ b/src/generated/Models/DeviceComplianceDeviceOverview.cs @@ -23,6 +23,7 @@ public class DeviceComplianceDeviceOverview : Entity, IParsable { /// /// 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 new DeviceComplianceDeviceOverview CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public class DeviceComplianceDeviceOverview : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"configurationVersion", n => { ConfigurationVersion = n.GetIntValue(); } }, diff --git a/src/generated/Models/DeviceComplianceDeviceStatus.cs b/src/generated/Models/DeviceComplianceDeviceStatus.cs index 85e094b67d..bebfadb9bb 100644 --- a/src/generated/Models/DeviceComplianceDeviceStatus.cs +++ b/src/generated/Models/DeviceComplianceDeviceStatus.cs @@ -47,6 +47,7 @@ public class DeviceComplianceDeviceStatus : Entity, IParsable { /// /// 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 new DeviceComplianceDeviceStatus CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public class DeviceComplianceDeviceStatus : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"complianceGracePeriodExpirationDateTime", n => { ComplianceGracePeriodExpirationDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/DeviceComplianceDeviceStatusCollectionResponse.cs b/src/generated/Models/DeviceComplianceDeviceStatusCollectionResponse.cs index a6f44f5f5d..8b6c6d65b7 100644 --- a/src/generated/Models/DeviceComplianceDeviceStatusCollectionResponse.cs +++ b/src/generated/Models/DeviceComplianceDeviceStatusCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceComplianceDeviceStatusCollectionResponse : BaseCollectionPagi /// /// 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 new DeviceComplianceDeviceStatusCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceComplianceDeviceStatusCollectionResponse : BaseCollectionPagi /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceComplianceDeviceStatus.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceCompliancePolicy.cs b/src/generated/Models/DeviceCompliancePolicy.cs index 69f17bd9de..dcd08ded6b 100644 --- a/src/generated/Models/DeviceCompliancePolicy.cs +++ b/src/generated/Models/DeviceCompliancePolicy.cs @@ -90,6 +90,7 @@ public class DeviceCompliancePolicy : Entity, IParsable { /// /// 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 new DeviceCompliancePolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -109,6 +110,7 @@ public class DeviceCompliancePolicy : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assignments", n => { Assignments = n.GetCollectionOfObjectValues(DeviceCompliancePolicyAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceCompliancePolicyAssignment.cs b/src/generated/Models/DeviceCompliancePolicyAssignment.cs index 7d36af48f2..66c8e44e38 100644 --- a/src/generated/Models/DeviceCompliancePolicyAssignment.cs +++ b/src/generated/Models/DeviceCompliancePolicyAssignment.cs @@ -20,6 +20,7 @@ public class DeviceCompliancePolicyAssignment : Entity, IParsable { /// /// 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 new DeviceCompliancePolicyAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public class DeviceCompliancePolicyAssignment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"target", n => { Target = n.GetObjectValue(DeviceAndAppManagementAssignmentTarget.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/DeviceCompliancePolicyAssignmentCollectionResponse.cs b/src/generated/Models/DeviceCompliancePolicyAssignmentCollectionResponse.cs index ae24c0a3ce..ab59a8b45d 100644 --- a/src/generated/Models/DeviceCompliancePolicyAssignmentCollectionResponse.cs +++ b/src/generated/Models/DeviceCompliancePolicyAssignmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceCompliancePolicyAssignmentCollectionResponse : BaseCollection /// /// 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 new DeviceCompliancePolicyAssignmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceCompliancePolicyAssignmentCollectionResponse : BaseCollection /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceCompliancePolicyAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceCompliancePolicyCollectionResponse.cs b/src/generated/Models/DeviceCompliancePolicyCollectionResponse.cs index ca1652c272..5406577bf2 100644 --- a/src/generated/Models/DeviceCompliancePolicyCollectionResponse.cs +++ b/src/generated/Models/DeviceCompliancePolicyCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceCompliancePolicyCollectionResponse : BaseCollectionPagination /// /// 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 new DeviceCompliancePolicyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceCompliancePolicyCollectionResponse : BaseCollectionPagination /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceCompliancePolicy.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceCompliancePolicyDeviceStateSummary.cs b/src/generated/Models/DeviceCompliancePolicyDeviceStateSummary.cs index c841d82313..63b4945152 100644 --- a/src/generated/Models/DeviceCompliancePolicyDeviceStateSummary.cs +++ b/src/generated/Models/DeviceCompliancePolicyDeviceStateSummary.cs @@ -27,6 +27,7 @@ public class DeviceCompliancePolicyDeviceStateSummary : Entity, IParsable { /// /// 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 new DeviceCompliancePolicyDeviceStateSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public class DeviceCompliancePolicyDeviceStateSummary : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"compliantDeviceCount", n => { CompliantDeviceCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/DeviceCompliancePolicySettingState.cs b/src/generated/Models/DeviceCompliancePolicySettingState.cs index 97a64749c3..bd367f1bd6 100644 --- a/src/generated/Models/DeviceCompliancePolicySettingState.cs +++ b/src/generated/Models/DeviceCompliancePolicySettingState.cs @@ -104,7 +104,7 @@ public class DeviceCompliancePolicySettingState : IAdditionalDataHolder, IParsab public string UserPrincipalName { get; set; } #endif /// - /// Instantiates a new deviceCompliancePolicySettingState and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceCompliancePolicySettingState() { AdditionalData = new Dictionary(); @@ -112,6 +112,7 @@ public DeviceCompliancePolicySettingState() { /// /// 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 DeviceCompliancePolicySettingState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -120,6 +121,7 @@ public static DeviceCompliancePolicySettingState CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"currentValue", n => { CurrentValue = n.GetStringValue(); } }, diff --git a/src/generated/Models/DeviceCompliancePolicySettingStateSummary.cs b/src/generated/Models/DeviceCompliancePolicySettingStateSummary.cs index fbe401365a..2d68a1fc57 100644 --- a/src/generated/Models/DeviceCompliancePolicySettingStateSummary.cs +++ b/src/generated/Models/DeviceCompliancePolicySettingStateSummary.cs @@ -52,6 +52,7 @@ public class DeviceCompliancePolicySettingStateSummary : Entity, IParsable { /// /// 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 new DeviceCompliancePolicySettingStateSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -60,6 +61,7 @@ public class DeviceCompliancePolicySettingStateSummary : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"compliantDeviceCount", n => { CompliantDeviceCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/DeviceCompliancePolicySettingStateSummaryCollectionResponse.cs b/src/generated/Models/DeviceCompliancePolicySettingStateSummaryCollectionResponse.cs index 0a6b3dc599..ad3a29f908 100644 --- a/src/generated/Models/DeviceCompliancePolicySettingStateSummaryCollectionResponse.cs +++ b/src/generated/Models/DeviceCompliancePolicySettingStateSummaryCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceCompliancePolicySettingStateSummaryCollectionResponse : BaseC /// /// 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 new DeviceCompliancePolicySettingStateSummaryCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceCompliancePolicySettingStateSummaryCollectionResponse : BaseC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceCompliancePolicySettingStateSummary.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceCompliancePolicyState.cs b/src/generated/Models/DeviceCompliancePolicyState.cs index de32633663..f70f06ddda 100644 --- a/src/generated/Models/DeviceCompliancePolicyState.cs +++ b/src/generated/Models/DeviceCompliancePolicyState.cs @@ -36,6 +36,7 @@ public class DeviceCompliancePolicyState : Entity, IParsable { /// /// 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 new DeviceCompliancePolicyState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public class DeviceCompliancePolicyState : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/DeviceCompliancePolicyStateCollectionResponse.cs b/src/generated/Models/DeviceCompliancePolicyStateCollectionResponse.cs index 836d8191a3..36aff44c7a 100644 --- a/src/generated/Models/DeviceCompliancePolicyStateCollectionResponse.cs +++ b/src/generated/Models/DeviceCompliancePolicyStateCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceCompliancePolicyStateCollectionResponse : BaseCollectionPagin /// /// 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 new DeviceCompliancePolicyStateCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceCompliancePolicyStateCollectionResponse : BaseCollectionPagin /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceCompliancePolicyState.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceComplianceScheduledActionForRule.cs b/src/generated/Models/DeviceComplianceScheduledActionForRule.cs index af34936e40..9b01153ddc 100644 --- a/src/generated/Models/DeviceComplianceScheduledActionForRule.cs +++ b/src/generated/Models/DeviceComplianceScheduledActionForRule.cs @@ -28,6 +28,7 @@ public class DeviceComplianceScheduledActionForRule : Entity, IParsable { /// /// 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 new DeviceComplianceScheduledActionForRule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -36,6 +37,7 @@ public class DeviceComplianceScheduledActionForRule : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"ruleName", n => { RuleName = n.GetStringValue(); } }, diff --git a/src/generated/Models/DeviceComplianceScheduledActionForRuleCollectionResponse.cs b/src/generated/Models/DeviceComplianceScheduledActionForRuleCollectionResponse.cs index c5a421ab4a..75391973e7 100644 --- a/src/generated/Models/DeviceComplianceScheduledActionForRuleCollectionResponse.cs +++ b/src/generated/Models/DeviceComplianceScheduledActionForRuleCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceComplianceScheduledActionForRuleCollectionResponse : BaseColl /// /// 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 new DeviceComplianceScheduledActionForRuleCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceComplianceScheduledActionForRuleCollectionResponse : BaseColl /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceComplianceScheduledActionForRule.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceComplianceSettingState.cs b/src/generated/Models/DeviceComplianceSettingState.cs index 49128ba5f7..0151eb98bf 100644 --- a/src/generated/Models/DeviceComplianceSettingState.cs +++ b/src/generated/Models/DeviceComplianceSettingState.cs @@ -88,6 +88,7 @@ public class DeviceComplianceSettingState : Entity, IParsable { /// /// 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 new DeviceComplianceSettingState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -96,6 +97,7 @@ public class DeviceComplianceSettingState : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"complianceGracePeriodExpirationDateTime", n => { ComplianceGracePeriodExpirationDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/DeviceComplianceSettingStateCollectionResponse.cs b/src/generated/Models/DeviceComplianceSettingStateCollectionResponse.cs index d4e91a45e1..0e802ef742 100644 --- a/src/generated/Models/DeviceComplianceSettingStateCollectionResponse.cs +++ b/src/generated/Models/DeviceComplianceSettingStateCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceComplianceSettingStateCollectionResponse : BaseCollectionPagi /// /// 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 new DeviceComplianceSettingStateCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceComplianceSettingStateCollectionResponse : BaseCollectionPagi /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceComplianceSettingState.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceComplianceUserOverview.cs b/src/generated/Models/DeviceComplianceUserOverview.cs index 908bbb44a0..5fb168029e 100644 --- a/src/generated/Models/DeviceComplianceUserOverview.cs +++ b/src/generated/Models/DeviceComplianceUserOverview.cs @@ -23,6 +23,7 @@ public class DeviceComplianceUserOverview : Entity, IParsable { /// /// 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 new DeviceComplianceUserOverview CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public class DeviceComplianceUserOverview : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"configurationVersion", n => { ConfigurationVersion = n.GetIntValue(); } }, diff --git a/src/generated/Models/DeviceComplianceUserStatus.cs b/src/generated/Models/DeviceComplianceUserStatus.cs index 44273446e6..e4608b5511 100644 --- a/src/generated/Models/DeviceComplianceUserStatus.cs +++ b/src/generated/Models/DeviceComplianceUserStatus.cs @@ -31,6 +31,7 @@ public class DeviceComplianceUserStatus : Entity, IParsable { /// /// 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 new DeviceComplianceUserStatus CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public class DeviceComplianceUserStatus : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"devicesCount", n => { DevicesCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/DeviceComplianceUserStatusCollectionResponse.cs b/src/generated/Models/DeviceComplianceUserStatusCollectionResponse.cs index 36c359da64..301f248391 100644 --- a/src/generated/Models/DeviceComplianceUserStatusCollectionResponse.cs +++ b/src/generated/Models/DeviceComplianceUserStatusCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceComplianceUserStatusCollectionResponse : BaseCollectionPagina /// /// 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 new DeviceComplianceUserStatusCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceComplianceUserStatusCollectionResponse : BaseCollectionPagina /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceComplianceUserStatus.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceConfiguration.cs b/src/generated/Models/DeviceConfiguration.cs index acca27ec85..8c78022b0a 100644 --- a/src/generated/Models/DeviceConfiguration.cs +++ b/src/generated/Models/DeviceConfiguration.cs @@ -82,6 +82,7 @@ public class DeviceConfiguration : Entity, IParsable { /// /// 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 new DeviceConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -119,6 +120,7 @@ public class DeviceConfiguration : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assignments", n => { Assignments = n.GetCollectionOfObjectValues(DeviceConfigurationAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceConfigurationAssignment.cs b/src/generated/Models/DeviceConfigurationAssignment.cs index 8f934b9ea2..7cc9bc6c98 100644 --- a/src/generated/Models/DeviceConfigurationAssignment.cs +++ b/src/generated/Models/DeviceConfigurationAssignment.cs @@ -20,6 +20,7 @@ public class DeviceConfigurationAssignment : Entity, IParsable { /// /// 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 new DeviceConfigurationAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public class DeviceConfigurationAssignment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"target", n => { Target = n.GetObjectValue(DeviceAndAppManagementAssignmentTarget.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/DeviceConfigurationAssignmentCollectionResponse.cs b/src/generated/Models/DeviceConfigurationAssignmentCollectionResponse.cs index a09ed17e4c..7cae1b9082 100644 --- a/src/generated/Models/DeviceConfigurationAssignmentCollectionResponse.cs +++ b/src/generated/Models/DeviceConfigurationAssignmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceConfigurationAssignmentCollectionResponse : BaseCollectionPag /// /// 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 new DeviceConfigurationAssignmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceConfigurationAssignmentCollectionResponse : BaseCollectionPag /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceConfigurationAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceConfigurationCollectionResponse.cs b/src/generated/Models/DeviceConfigurationCollectionResponse.cs index 4f2b6292b7..65900b5551 100644 --- a/src/generated/Models/DeviceConfigurationCollectionResponse.cs +++ b/src/generated/Models/DeviceConfigurationCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceConfigurationCollectionResponse : BaseCollectionPaginationCou /// /// 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 new DeviceConfigurationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceConfigurationCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceConfiguration.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceConfigurationDeviceOverview.cs b/src/generated/Models/DeviceConfigurationDeviceOverview.cs index 95d5ed6063..a93d029dbb 100644 --- a/src/generated/Models/DeviceConfigurationDeviceOverview.cs +++ b/src/generated/Models/DeviceConfigurationDeviceOverview.cs @@ -23,6 +23,7 @@ public class DeviceConfigurationDeviceOverview : Entity, IParsable { /// /// 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 new DeviceConfigurationDeviceOverview CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public class DeviceConfigurationDeviceOverview : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"configurationVersion", n => { ConfigurationVersion = n.GetIntValue(); } }, diff --git a/src/generated/Models/DeviceConfigurationDeviceStateSummary.cs b/src/generated/Models/DeviceConfigurationDeviceStateSummary.cs index b216323c35..5f6e26396a 100644 --- a/src/generated/Models/DeviceConfigurationDeviceStateSummary.cs +++ b/src/generated/Models/DeviceConfigurationDeviceStateSummary.cs @@ -23,6 +23,7 @@ public class DeviceConfigurationDeviceStateSummary : Entity, IParsable { /// /// 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 new DeviceConfigurationDeviceStateSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public class DeviceConfigurationDeviceStateSummary : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"compliantDeviceCount", n => { CompliantDeviceCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/DeviceConfigurationDeviceStatus.cs b/src/generated/Models/DeviceConfigurationDeviceStatus.cs index 503a052899..acbd21950a 100644 --- a/src/generated/Models/DeviceConfigurationDeviceStatus.cs +++ b/src/generated/Models/DeviceConfigurationDeviceStatus.cs @@ -47,6 +47,7 @@ public class DeviceConfigurationDeviceStatus : Entity, IParsable { /// /// 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 new DeviceConfigurationDeviceStatus CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public class DeviceConfigurationDeviceStatus : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"complianceGracePeriodExpirationDateTime", n => { ComplianceGracePeriodExpirationDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/DeviceConfigurationDeviceStatusCollectionResponse.cs b/src/generated/Models/DeviceConfigurationDeviceStatusCollectionResponse.cs index 8568bc4588..6bb3d81f9c 100644 --- a/src/generated/Models/DeviceConfigurationDeviceStatusCollectionResponse.cs +++ b/src/generated/Models/DeviceConfigurationDeviceStatusCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceConfigurationDeviceStatusCollectionResponse : BaseCollectionP /// /// 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 new DeviceConfigurationDeviceStatusCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceConfigurationDeviceStatusCollectionResponse : BaseCollectionP /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceConfigurationDeviceStatus.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceConfigurationSettingState.cs b/src/generated/Models/DeviceConfigurationSettingState.cs index 7d810d4482..63e83579c6 100644 --- a/src/generated/Models/DeviceConfigurationSettingState.cs +++ b/src/generated/Models/DeviceConfigurationSettingState.cs @@ -104,7 +104,7 @@ public class DeviceConfigurationSettingState : IAdditionalDataHolder, IParsable public string UserPrincipalName { get; set; } #endif /// - /// Instantiates a new deviceConfigurationSettingState and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceConfigurationSettingState() { AdditionalData = new Dictionary(); @@ -112,6 +112,7 @@ public DeviceConfigurationSettingState() { /// /// 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 DeviceConfigurationSettingState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -120,6 +121,7 @@ public static DeviceConfigurationSettingState CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"currentValue", n => { CurrentValue = n.GetStringValue(); } }, diff --git a/src/generated/Models/DeviceConfigurationState.cs b/src/generated/Models/DeviceConfigurationState.cs index 3b128884c5..ae25f640df 100644 --- a/src/generated/Models/DeviceConfigurationState.cs +++ b/src/generated/Models/DeviceConfigurationState.cs @@ -36,6 +36,7 @@ public class DeviceConfigurationState : Entity, IParsable { /// /// 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 new DeviceConfigurationState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public class DeviceConfigurationState : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/DeviceConfigurationStateCollectionResponse.cs b/src/generated/Models/DeviceConfigurationStateCollectionResponse.cs index cf070a01c5..b5e78febf7 100644 --- a/src/generated/Models/DeviceConfigurationStateCollectionResponse.cs +++ b/src/generated/Models/DeviceConfigurationStateCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceConfigurationStateCollectionResponse : BaseCollectionPaginati /// /// 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 new DeviceConfigurationStateCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceConfigurationStateCollectionResponse : BaseCollectionPaginati /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceConfigurationState.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceConfigurationUserOverview.cs b/src/generated/Models/DeviceConfigurationUserOverview.cs index e47808e3dc..5d4df632f5 100644 --- a/src/generated/Models/DeviceConfigurationUserOverview.cs +++ b/src/generated/Models/DeviceConfigurationUserOverview.cs @@ -23,6 +23,7 @@ public class DeviceConfigurationUserOverview : Entity, IParsable { /// /// 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 new DeviceConfigurationUserOverview CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public class DeviceConfigurationUserOverview : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"configurationVersion", n => { ConfigurationVersion = n.GetIntValue(); } }, diff --git a/src/generated/Models/DeviceConfigurationUserStatus.cs b/src/generated/Models/DeviceConfigurationUserStatus.cs index 507f1e642f..f077ce5826 100644 --- a/src/generated/Models/DeviceConfigurationUserStatus.cs +++ b/src/generated/Models/DeviceConfigurationUserStatus.cs @@ -31,6 +31,7 @@ public class DeviceConfigurationUserStatus : Entity, IParsable { /// /// 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 new DeviceConfigurationUserStatus CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public class DeviceConfigurationUserStatus : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"devicesCount", n => { DevicesCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/DeviceConfigurationUserStatusCollectionResponse.cs b/src/generated/Models/DeviceConfigurationUserStatusCollectionResponse.cs index a1537d4e7e..5a0e6b42a1 100644 --- a/src/generated/Models/DeviceConfigurationUserStatusCollectionResponse.cs +++ b/src/generated/Models/DeviceConfigurationUserStatusCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceConfigurationUserStatusCollectionResponse : BaseCollectionPag /// /// 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 new DeviceConfigurationUserStatusCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceConfigurationUserStatusCollectionResponse : BaseCollectionPag /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceConfigurationUserStatus.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceDetail.cs b/src/generated/Models/DeviceDetail.cs index 7ed509086a..7c51af4896 100644 --- a/src/generated/Models/DeviceDetail.cs +++ b/src/generated/Models/DeviceDetail.cs @@ -61,7 +61,7 @@ public class DeviceDetail : IAdditionalDataHolder, IParsable { public string TrustType { get; set; } #endif /// - /// Instantiates a new deviceDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceDetail() { AdditionalData = new Dictionary(); @@ -69,6 +69,7 @@ public DeviceDetail() { /// /// 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 DeviceDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -77,6 +78,7 @@ public static DeviceDetail CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"browser", n => { Browser = n.GetStringValue(); } }, diff --git a/src/generated/Models/DeviceEnrollmentConfiguration.cs b/src/generated/Models/DeviceEnrollmentConfiguration.cs index 01614f97dd..560f60ec6c 100644 --- a/src/generated/Models/DeviceEnrollmentConfiguration.cs +++ b/src/generated/Models/DeviceEnrollmentConfiguration.cs @@ -44,6 +44,7 @@ public class DeviceEnrollmentConfiguration : Entity, IParsable { /// /// 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 new DeviceEnrollmentConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public class DeviceEnrollmentConfiguration : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assignments", n => { Assignments = n.GetCollectionOfObjectValues(EnrollmentConfigurationAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceEnrollmentConfigurationCollectionResponse.cs b/src/generated/Models/DeviceEnrollmentConfigurationCollectionResponse.cs index 5b68331937..74e7b442ca 100644 --- a/src/generated/Models/DeviceEnrollmentConfigurationCollectionResponse.cs +++ b/src/generated/Models/DeviceEnrollmentConfigurationCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceEnrollmentConfigurationCollectionResponse : BaseCollectionPag /// /// 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 new DeviceEnrollmentConfigurationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceEnrollmentConfigurationCollectionResponse : BaseCollectionPag /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceEnrollmentConfiguration.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceEnrollmentLimitConfiguration.cs b/src/generated/Models/DeviceEnrollmentLimitConfiguration.cs index a202e31e00..e61cf383dd 100644 --- a/src/generated/Models/DeviceEnrollmentLimitConfiguration.cs +++ b/src/generated/Models/DeviceEnrollmentLimitConfiguration.cs @@ -12,7 +12,7 @@ public class DeviceEnrollmentLimitConfiguration : DeviceEnrollmentConfiguration, /// The maximum number of devices that a user can enroll public int? Limit { get; set; } /// - /// Instantiates a new deviceEnrollmentLimitConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceEnrollmentLimitConfiguration() : base() { OdataType = "#microsoft.graph.deviceEnrollmentLimitConfiguration"; @@ -20,6 +20,7 @@ public DeviceEnrollmentLimitConfiguration() : base() { /// /// 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 new DeviceEnrollmentLimitConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public DeviceEnrollmentLimitConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"limit", n => { Limit = n.GetIntValue(); } }, diff --git a/src/generated/Models/DeviceEnrollmentPlatformRestriction.cs b/src/generated/Models/DeviceEnrollmentPlatformRestriction.cs index b330b3e9e0..e0f3d3b797 100644 --- a/src/generated/Models/DeviceEnrollmentPlatformRestriction.cs +++ b/src/generated/Models/DeviceEnrollmentPlatformRestriction.cs @@ -40,7 +40,7 @@ public class DeviceEnrollmentPlatformRestriction : IAdditionalDataHolder, IParsa /// Block the platform from enrolling public bool? PlatformBlocked { get; set; } /// - /// Instantiates a new deviceEnrollmentPlatformRestriction and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceEnrollmentPlatformRestriction() { AdditionalData = new Dictionary(); @@ -48,6 +48,7 @@ public DeviceEnrollmentPlatformRestriction() { /// /// 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 DeviceEnrollmentPlatformRestriction CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -56,6 +57,7 @@ public static DeviceEnrollmentPlatformRestriction CreateFromDiscriminatorValue(I /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/DeviceEnrollmentPlatformRestrictionsConfiguration.cs b/src/generated/Models/DeviceEnrollmentPlatformRestrictionsConfiguration.cs index 65e71ecf7d..b263c2ff80 100644 --- a/src/generated/Models/DeviceEnrollmentPlatformRestrictionsConfiguration.cs +++ b/src/generated/Models/DeviceEnrollmentPlatformRestrictionsConfiguration.cs @@ -50,7 +50,7 @@ public class DeviceEnrollmentPlatformRestrictionsConfiguration : DeviceEnrollmen public DeviceEnrollmentPlatformRestriction WindowsRestriction { get; set; } #endif /// - /// Instantiates a new deviceEnrollmentPlatformRestrictionsConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceEnrollmentPlatformRestrictionsConfiguration() : base() { OdataType = "#microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration"; @@ -58,6 +58,7 @@ public DeviceEnrollmentPlatformRestrictionsConfiguration() : base() { /// /// 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 new DeviceEnrollmentPlatformRestrictionsConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public DeviceEnrollmentPlatformRestrictionsConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"androidRestriction", n => { AndroidRestriction = n.GetObjectValue(DeviceEnrollmentPlatformRestriction.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/DeviceEnrollmentWindowsHelloForBusinessConfiguration.cs b/src/generated/Models/DeviceEnrollmentWindowsHelloForBusinessConfiguration.cs index 9dd02322b4..2aed48c976 100644 --- a/src/generated/Models/DeviceEnrollmentWindowsHelloForBusinessConfiguration.cs +++ b/src/generated/Models/DeviceEnrollmentWindowsHelloForBusinessConfiguration.cs @@ -34,7 +34,7 @@ public class DeviceEnrollmentWindowsHelloForBusinessConfiguration : DeviceEnroll /// Controls the use of biometric gestures, such as face and fingerprint, as an alternative to the Windows Hello for Business PIN. If set to False, biometric gestures are not allowed. Users must still configure a PIN as a backup in case of failures. public bool? UnlockWithBiometricsEnabled { get; set; } /// - /// Instantiates a new deviceEnrollmentWindowsHelloForBusinessConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceEnrollmentWindowsHelloForBusinessConfiguration() : base() { OdataType = "#microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration"; @@ -42,6 +42,7 @@ public DeviceEnrollmentWindowsHelloForBusinessConfiguration() : base() { /// /// 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 new DeviceEnrollmentWindowsHelloForBusinessConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public DeviceEnrollmentWindowsHelloForBusinessConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"enhancedBiometricsState", n => { EnhancedBiometricsState = n.GetEnumValue(); } }, diff --git a/src/generated/Models/DeviceExchangeAccessStateSummary.cs b/src/generated/Models/DeviceExchangeAccessStateSummary.cs index efb8f1659b..e29a16fee0 100644 --- a/src/generated/Models/DeviceExchangeAccessStateSummary.cs +++ b/src/generated/Models/DeviceExchangeAccessStateSummary.cs @@ -30,7 +30,7 @@ public class DeviceExchangeAccessStateSummary : IAdditionalDataHolder, IParsable /// Total count of devices with Exchange Access State: Unknown. public int? UnknownDeviceCount { get; set; } /// - /// Instantiates a new deviceExchangeAccessStateSummary and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceExchangeAccessStateSummary() { AdditionalData = new Dictionary(); @@ -38,6 +38,7 @@ public DeviceExchangeAccessStateSummary() { /// /// 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 DeviceExchangeAccessStateSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -46,6 +47,7 @@ public static DeviceExchangeAccessStateSummary CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowedDeviceCount", n => { AllowedDeviceCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/DeviceGeoLocation.cs b/src/generated/Models/DeviceGeoLocation.cs index 294cf153d0..b8f0fea595 100644 --- a/src/generated/Models/DeviceGeoLocation.cs +++ b/src/generated/Models/DeviceGeoLocation.cs @@ -36,7 +36,7 @@ public class DeviceGeoLocation : IAdditionalDataHolder, IParsable { /// Accuracy of altitude in meters public double? VerticalAccuracy { get; set; } /// - /// Instantiates a new deviceGeoLocation and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceGeoLocation() { AdditionalData = new Dictionary(); @@ -44,6 +44,7 @@ public DeviceGeoLocation() { /// /// 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 DeviceGeoLocation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public static DeviceGeoLocation CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"altitude", n => { Altitude = n.GetDoubleValue(); } }, diff --git a/src/generated/Models/DeviceHealthAttestationState.cs b/src/generated/Models/DeviceHealthAttestationState.cs index ebc8fc902d..b6dcafbca0 100644 --- a/src/generated/Models/DeviceHealthAttestationState.cs +++ b/src/generated/Models/DeviceHealthAttestationState.cs @@ -255,7 +255,7 @@ public class DeviceHealthAttestationState : IAdditionalDataHolder, IParsable { public string WindowsPE { get; set; } #endif /// - /// Instantiates a new deviceHealthAttestationState and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceHealthAttestationState() { AdditionalData = new Dictionary(); @@ -263,6 +263,7 @@ public DeviceHealthAttestationState() { /// /// 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 DeviceHealthAttestationState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -271,6 +272,7 @@ public static DeviceHealthAttestationState CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"attestationIdentityKey", n => { AttestationIdentityKey = n.GetStringValue(); } }, diff --git a/src/generated/Models/DeviceInstallState.cs b/src/generated/Models/DeviceInstallState.cs index d6455f82f7..d58ff8e6f0 100644 --- a/src/generated/Models/DeviceInstallState.cs +++ b/src/generated/Models/DeviceInstallState.cs @@ -64,6 +64,7 @@ public class DeviceInstallState : Entity, IParsable { /// /// 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 new DeviceInstallState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -72,6 +73,7 @@ public class DeviceInstallState : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deviceId", n => { DeviceId = n.GetStringValue(); } }, diff --git a/src/generated/Models/DeviceInstallStateCollectionResponse.cs b/src/generated/Models/DeviceInstallStateCollectionResponse.cs index 3efd4576dd..18b57ccd25 100644 --- a/src/generated/Models/DeviceInstallStateCollectionResponse.cs +++ b/src/generated/Models/DeviceInstallStateCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceInstallStateCollectionResponse : BaseCollectionPaginationCoun /// /// 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 new DeviceInstallStateCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceInstallStateCollectionResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceInstallState.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceLocalCredential.cs b/src/generated/Models/DeviceLocalCredential.cs index bf11946b34..4b026b57f4 100644 --- a/src/generated/Models/DeviceLocalCredential.cs +++ b/src/generated/Models/DeviceLocalCredential.cs @@ -35,6 +35,7 @@ public class DeviceLocalCredential : Entity, IParsable { /// /// 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 new DeviceLocalCredential CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public class DeviceLocalCredential : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accountName", n => { AccountName = n.GetStringValue(); } }, diff --git a/src/generated/Models/DeviceLocalCredentialInfo.cs b/src/generated/Models/DeviceLocalCredentialInfo.cs index c4b094b34a..55cb75f279 100644 --- a/src/generated/Models/DeviceLocalCredentialInfo.cs +++ b/src/generated/Models/DeviceLocalCredentialInfo.cs @@ -29,6 +29,7 @@ public class DeviceLocalCredentialInfo : Entity, IParsable { /// /// 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 new DeviceLocalCredentialInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public class DeviceLocalCredentialInfo : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"credentials", n => { Credentials = n.GetCollectionOfObjectValues(DeviceLocalCredential.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceLocalCredentialInfoCollectionResponse.cs b/src/generated/Models/DeviceLocalCredentialInfoCollectionResponse.cs index 010dff91ce..9409ce95c5 100644 --- a/src/generated/Models/DeviceLocalCredentialInfoCollectionResponse.cs +++ b/src/generated/Models/DeviceLocalCredentialInfoCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceLocalCredentialInfoCollectionResponse : BaseCollectionPaginat /// /// 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 new DeviceLocalCredentialInfoCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceLocalCredentialInfoCollectionResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceLocalCredentialInfo.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceLogCollectionResponse.cs b/src/generated/Models/DeviceLogCollectionResponse.cs index c998d99c03..62162ba562 100644 --- a/src/generated/Models/DeviceLogCollectionResponse.cs +++ b/src/generated/Models/DeviceLogCollectionResponse.cs @@ -40,6 +40,7 @@ public class DeviceLogCollectionResponse : Entity, IParsable { /// /// 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 new DeviceLogCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -48,6 +49,7 @@ public class DeviceLogCollectionResponse : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"enrolledByUser", n => { EnrolledByUser = n.GetStringValue(); } }, diff --git a/src/generated/Models/DeviceLogCollectionResponseCollectionResponse.cs b/src/generated/Models/DeviceLogCollectionResponseCollectionResponse.cs index 92275fb8e3..8c7db41818 100644 --- a/src/generated/Models/DeviceLogCollectionResponseCollectionResponse.cs +++ b/src/generated/Models/DeviceLogCollectionResponseCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceLogCollectionResponseCollectionResponse : BaseCollectionPagin /// /// 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 new DeviceLogCollectionResponseCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceLogCollectionResponseCollectionResponse : BaseCollectionPagin /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceLogCollectionResponse.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceManagement.cs b/src/generated/Models/DeviceManagement.cs index f280b87ff1..14c060cc53 100644 --- a/src/generated/Models/DeviceManagement.cs +++ b/src/generated/Models/DeviceManagement.cs @@ -520,6 +520,7 @@ public class DeviceManagement : Entity, IParsable { /// /// 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 new DeviceManagement CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -528,6 +529,7 @@ public class DeviceManagement : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"applePushNotificationCertificate", n => { ApplePushNotificationCertificate = n.GetObjectValue(ApiSdk.Models.ApplePushNotificationCertificate.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/DeviceManagementExchangeConnector.cs b/src/generated/Models/DeviceManagementExchangeConnector.cs index 62bf7ea4e9..431bc9f36d 100644 --- a/src/generated/Models/DeviceManagementExchangeConnector.cs +++ b/src/generated/Models/DeviceManagementExchangeConnector.cs @@ -66,6 +66,7 @@ public class DeviceManagementExchangeConnector : Entity, IParsable { /// /// 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 new DeviceManagementExchangeConnector CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -74,6 +75,7 @@ public class DeviceManagementExchangeConnector : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"connectorServerName", n => { ConnectorServerName = n.GetStringValue(); } }, diff --git a/src/generated/Models/DeviceManagementExchangeConnectorCollectionResponse.cs b/src/generated/Models/DeviceManagementExchangeConnectorCollectionResponse.cs index 91772ea107..7d9c7be81a 100644 --- a/src/generated/Models/DeviceManagementExchangeConnectorCollectionResponse.cs +++ b/src/generated/Models/DeviceManagementExchangeConnectorCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceManagementExchangeConnectorCollectionResponse : BaseCollectio /// /// 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 new DeviceManagementExchangeConnectorCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceManagementExchangeConnectorCollectionResponse : BaseCollectio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceManagementExchangeConnector.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceManagementExportJob.cs b/src/generated/Models/DeviceManagementExportJob.cs index 10715769cd..4c7825e768 100644 --- a/src/generated/Models/DeviceManagementExportJob.cs +++ b/src/generated/Models/DeviceManagementExportJob.cs @@ -62,6 +62,7 @@ public class DeviceManagementExportJob : Entity, IParsable { /// /// 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 new DeviceManagementExportJob CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -70,6 +71,7 @@ public class DeviceManagementExportJob : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"expirationDateTime", n => { ExpirationDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/DeviceManagementExportJobCollectionResponse.cs b/src/generated/Models/DeviceManagementExportJobCollectionResponse.cs index d61021cfad..215eb50eda 100644 --- a/src/generated/Models/DeviceManagementExportJobCollectionResponse.cs +++ b/src/generated/Models/DeviceManagementExportJobCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceManagementExportJobCollectionResponse : BaseCollectionPaginat /// /// 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 new DeviceManagementExportJobCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceManagementExportJobCollectionResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceManagementExportJob.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceManagementPartner.cs b/src/generated/Models/DeviceManagementPartner.cs index 7cca0b1903..1c57ec8ff0 100644 --- a/src/generated/Models/DeviceManagementPartner.cs +++ b/src/generated/Models/DeviceManagementPartner.cs @@ -48,6 +48,7 @@ public class DeviceManagementPartner : Entity, IParsable { /// /// 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 new DeviceManagementPartner CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -56,6 +57,7 @@ public class DeviceManagementPartner : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/DeviceManagementPartnerAssignment.cs b/src/generated/Models/DeviceManagementPartnerAssignment.cs index b770fc38e3..e5fdf64bfc 100644 --- a/src/generated/Models/DeviceManagementPartnerAssignment.cs +++ b/src/generated/Models/DeviceManagementPartnerAssignment.cs @@ -28,7 +28,7 @@ public class DeviceManagementPartnerAssignment : IAdditionalDataHolder, IParsabl public DeviceAndAppManagementAssignmentTarget Target { get; set; } #endif /// - /// Instantiates a new deviceManagementPartnerAssignment and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceManagementPartnerAssignment() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public DeviceManagementPartnerAssignment() { /// /// 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 DeviceManagementPartnerAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static DeviceManagementPartnerAssignment CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/DeviceManagementPartnerCollectionResponse.cs b/src/generated/Models/DeviceManagementPartnerCollectionResponse.cs index 285111bf68..51d1450aca 100644 --- a/src/generated/Models/DeviceManagementPartnerCollectionResponse.cs +++ b/src/generated/Models/DeviceManagementPartnerCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceManagementPartnerCollectionResponse : BaseCollectionPaginatio /// /// 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 new DeviceManagementPartnerCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceManagementPartnerCollectionResponse : BaseCollectionPaginatio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceManagementPartner.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceManagementReports.cs b/src/generated/Models/DeviceManagementReports.cs index 7980077c3e..3588baf6ce 100644 --- a/src/generated/Models/DeviceManagementReports.cs +++ b/src/generated/Models/DeviceManagementReports.cs @@ -20,6 +20,7 @@ public class DeviceManagementReports : Entity, IParsable { /// /// 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 new DeviceManagementReports CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public class DeviceManagementReports : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"exportJobs", n => { ExportJobs = n.GetCollectionOfObjectValues(DeviceManagementExportJob.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceManagementSettings.cs b/src/generated/Models/DeviceManagementSettings.cs index 18caf7839b..79850e4b79 100644 --- a/src/generated/Models/DeviceManagementSettings.cs +++ b/src/generated/Models/DeviceManagementSettings.cs @@ -23,7 +23,7 @@ public class DeviceManagementSettings : IAdditionalDataHolder, IParsable { /// Device should be noncompliant when there is no compliance policy targeted when this is true public bool? SecureByDefault { get; set; } /// - /// Instantiates a new deviceManagementSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceManagementSettings() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public DeviceManagementSettings() { /// /// 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 DeviceManagementSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static DeviceManagementSettings CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"deviceComplianceCheckinThresholdDays", n => { DeviceComplianceCheckinThresholdDays = n.GetIntValue(); } }, diff --git a/src/generated/Models/DeviceManagementTroubleshootingEvent.cs b/src/generated/Models/DeviceManagementTroubleshootingEvent.cs index 387267a678..3e8ac41fef 100644 --- a/src/generated/Models/DeviceManagementTroubleshootingEvent.cs +++ b/src/generated/Models/DeviceManagementTroubleshootingEvent.cs @@ -22,6 +22,7 @@ public class DeviceManagementTroubleshootingEvent : Entity, IParsable { /// /// 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 new DeviceManagementTroubleshootingEvent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public class DeviceManagementTroubleshootingEvent : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"correlationId", n => { CorrelationId = n.GetStringValue(); } }, diff --git a/src/generated/Models/DeviceManagementTroubleshootingEventCollectionResponse.cs b/src/generated/Models/DeviceManagementTroubleshootingEventCollectionResponse.cs index 67d6bc818b..1a6a640ca1 100644 --- a/src/generated/Models/DeviceManagementTroubleshootingEventCollectionResponse.cs +++ b/src/generated/Models/DeviceManagementTroubleshootingEventCollectionResponse.cs @@ -17,6 +17,7 @@ public class DeviceManagementTroubleshootingEventCollectionResponse : BaseCollec /// /// 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 new DeviceManagementTroubleshootingEventCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DeviceManagementTroubleshootingEventCollectionResponse : BaseCollec /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DeviceManagementTroubleshootingEvent.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DeviceOperatingSystemSummary.cs b/src/generated/Models/DeviceOperatingSystemSummary.cs index ff8004c857..55336659e4 100644 --- a/src/generated/Models/DeviceOperatingSystemSummary.cs +++ b/src/generated/Models/DeviceOperatingSystemSummary.cs @@ -44,7 +44,7 @@ public class DeviceOperatingSystemSummary : IAdditionalDataHolder, IParsable { /// Number of Windows mobile device count. public int? WindowsMobileCount { get; set; } /// - /// Instantiates a new deviceOperatingSystemSummary and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceOperatingSystemSummary() { AdditionalData = new Dictionary(); @@ -52,6 +52,7 @@ public DeviceOperatingSystemSummary() { /// /// 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 DeviceOperatingSystemSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -60,6 +61,7 @@ public static DeviceOperatingSystemSummary CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"androidCorporateWorkProfileCount", n => { AndroidCorporateWorkProfileCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/DeviceProtectionOverview.cs b/src/generated/Models/DeviceProtectionOverview.cs index f17bd078c7..e85c2bb11a 100644 --- a/src/generated/Models/DeviceProtectionOverview.cs +++ b/src/generated/Models/DeviceProtectionOverview.cs @@ -42,7 +42,7 @@ public class DeviceProtectionOverview : IAdditionalDataHolder, IParsable { /// Indicates number of devices with threat agent state as unknown public int? UnknownStateThreatAgentDeviceCount { get; set; } /// - /// Instantiates a new deviceProtectionOverview and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceProtectionOverview() { AdditionalData = new Dictionary(); @@ -50,6 +50,7 @@ public DeviceProtectionOverview() { /// /// 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 DeviceProtectionOverview CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public static DeviceProtectionOverview CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cleanDeviceCount", n => { CleanDeviceCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/Dictionary.cs b/src/generated/Models/Dictionary.cs index 36f634c6f8..835bff0bff 100644 --- a/src/generated/Models/Dictionary.cs +++ b/src/generated/Models/Dictionary.cs @@ -17,7 +17,7 @@ public class Dictionary : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new Dictionary and sets the default values. + /// Instantiates a new and sets the default values. /// public Dictionary() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public Dictionary() { /// /// 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 Dictionary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static Dictionary CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/DirectoryAudit.cs b/src/generated/Models/DirectoryAudit.cs index 2d42ff0e9d..dded36a4c4 100644 --- a/src/generated/Models/DirectoryAudit.cs +++ b/src/generated/Models/DirectoryAudit.cs @@ -85,6 +85,7 @@ public class DirectoryAudit : Entity, IParsable { /// /// 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 new DirectoryAudit CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -93,6 +94,7 @@ public class DirectoryAudit : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activityDateTime", n => { ActivityDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/DirectoryAuditCollectionResponse.cs b/src/generated/Models/DirectoryAuditCollectionResponse.cs index 08f39ed3d5..6b9a992c99 100644 --- a/src/generated/Models/DirectoryAuditCollectionResponse.cs +++ b/src/generated/Models/DirectoryAuditCollectionResponse.cs @@ -17,6 +17,7 @@ public class DirectoryAuditCollectionResponse : BaseCollectionPaginationCountRes /// /// 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 new DirectoryAuditCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DirectoryAuditCollectionResponse : BaseCollectionPaginationCountRes /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryAudit.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DirectoryDefinition.cs b/src/generated/Models/DirectoryDefinition.cs index 3a89430eb0..8015b4105f 100644 --- a/src/generated/Models/DirectoryDefinition.cs +++ b/src/generated/Models/DirectoryDefinition.cs @@ -39,6 +39,7 @@ public class DirectoryDefinition : Entity, IParsable { /// /// 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 new DirectoryDefinition CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public class DirectoryDefinition : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"discoverabilities", n => { Discoverabilities = n.GetEnumValue(); } }, diff --git a/src/generated/Models/DirectoryDefinitionCollectionResponse.cs b/src/generated/Models/DirectoryDefinitionCollectionResponse.cs index b0514b51dd..9b271a7b62 100644 --- a/src/generated/Models/DirectoryDefinitionCollectionResponse.cs +++ b/src/generated/Models/DirectoryDefinitionCollectionResponse.cs @@ -17,6 +17,7 @@ public class DirectoryDefinitionCollectionResponse : BaseCollectionPaginationCou /// /// 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 new DirectoryDefinitionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DirectoryDefinitionCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryDefinition.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DirectoryObject.cs b/src/generated/Models/DirectoryObject.cs index 1882884f79..ef4bd99f80 100644 --- a/src/generated/Models/DirectoryObject.cs +++ b/src/generated/Models/DirectoryObject.cs @@ -11,6 +11,7 @@ public class DirectoryObject : Entity, IParsable { /// /// 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 new DirectoryObject CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public class DirectoryObject : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deletedDateTime", n => { DeletedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/DirectoryObject1.cs b/src/generated/Models/DirectoryObject1.cs index 9a7aa094a8..cae1af660d 100644 --- a/src/generated/Models/DirectoryObject1.cs +++ b/src/generated/Models/DirectoryObject1.cs @@ -65,6 +65,7 @@ public class DirectoryObject1 : Entity, IParsable { /// /// 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 new DirectoryObject1 CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public class DirectoryObject1 : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"administrativeUnits", n => { AdministrativeUnits = n.GetCollectionOfObjectValues(AdministrativeUnit.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DirectoryObjectCollectionResponse.cs b/src/generated/Models/DirectoryObjectCollectionResponse.cs index bc26827f94..0f21edbe14 100644 --- a/src/generated/Models/DirectoryObjectCollectionResponse.cs +++ b/src/generated/Models/DirectoryObjectCollectionResponse.cs @@ -17,6 +17,7 @@ public class DirectoryObjectCollectionResponse : BaseCollectionPaginationCountRe /// /// 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 new DirectoryObjectCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DirectoryObjectCollectionResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DirectoryObjectPartnerReference.cs b/src/generated/Models/DirectoryObjectPartnerReference.cs index 4d4cfee748..ebfcbf4b8e 100644 --- a/src/generated/Models/DirectoryObjectPartnerReference.cs +++ b/src/generated/Models/DirectoryObjectPartnerReference.cs @@ -33,7 +33,7 @@ public class DirectoryObjectPartnerReference : DirectoryObject, IParsable { public string ObjectType { get; set; } #endif /// - /// Instantiates a new directoryObjectPartnerReference and sets the default values. + /// Instantiates a new and sets the default values. /// public DirectoryObjectPartnerReference() : base() { OdataType = "#microsoft.graph.directoryObjectPartnerReference"; @@ -41,6 +41,7 @@ public DirectoryObjectPartnerReference() : base() { /// /// 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 new DirectoryObjectPartnerReference CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public DirectoryObjectPartnerReference() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/DirectoryRole.cs b/src/generated/Models/DirectoryRole.cs index e382798751..59639d5503 100644 --- a/src/generated/Models/DirectoryRole.cs +++ b/src/generated/Models/DirectoryRole.cs @@ -47,7 +47,7 @@ public class DirectoryRole : DirectoryObject, IParsable { public List ScopedMembers { get; set; } #endif /// - /// Instantiates a new directoryRole and sets the default values. + /// Instantiates a new and sets the default values. /// public DirectoryRole() : base() { OdataType = "#microsoft.graph.directoryRole"; @@ -55,6 +55,7 @@ public DirectoryRole() : base() { /// /// 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 new DirectoryRole CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -63,6 +64,7 @@ public DirectoryRole() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/DirectoryRoleCollectionResponse.cs b/src/generated/Models/DirectoryRoleCollectionResponse.cs index 78fb55c38b..8310cec622 100644 --- a/src/generated/Models/DirectoryRoleCollectionResponse.cs +++ b/src/generated/Models/DirectoryRoleCollectionResponse.cs @@ -17,6 +17,7 @@ public class DirectoryRoleCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new DirectoryRoleCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DirectoryRoleCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryRole.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DirectoryRoleTemplate.cs b/src/generated/Models/DirectoryRoleTemplate.cs index 36759e6150..3abad1cffc 100644 --- a/src/generated/Models/DirectoryRoleTemplate.cs +++ b/src/generated/Models/DirectoryRoleTemplate.cs @@ -23,7 +23,7 @@ public class DirectoryRoleTemplate : DirectoryObject, IParsable { public string DisplayName { get; set; } #endif /// - /// Instantiates a new directoryRoleTemplate and sets the default values. + /// Instantiates a new and sets the default values. /// public DirectoryRoleTemplate() : base() { OdataType = "#microsoft.graph.directoryRoleTemplate"; @@ -31,6 +31,7 @@ public DirectoryRoleTemplate() : base() { /// /// 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 new DirectoryRoleTemplate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public DirectoryRoleTemplate() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/DirectoryRoleTemplateCollectionResponse.cs b/src/generated/Models/DirectoryRoleTemplateCollectionResponse.cs index 171b033539..d0bae97e4e 100644 --- a/src/generated/Models/DirectoryRoleTemplateCollectionResponse.cs +++ b/src/generated/Models/DirectoryRoleTemplateCollectionResponse.cs @@ -17,6 +17,7 @@ public class DirectoryRoleTemplateCollectionResponse : BaseCollectionPaginationC /// /// 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 new DirectoryRoleTemplateCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DirectoryRoleTemplateCollectionResponse : BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryRoleTemplate.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DisableAndDeleteUserApplyAction.cs b/src/generated/Models/DisableAndDeleteUserApplyAction.cs index 598e9615db..d380deb72e 100644 --- a/src/generated/Models/DisableAndDeleteUserApplyAction.cs +++ b/src/generated/Models/DisableAndDeleteUserApplyAction.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class DisableAndDeleteUserApplyAction : AccessReviewApplyAction, IParsable { /// - /// Instantiates a new disableAndDeleteUserApplyAction and sets the default values. + /// Instantiates a new and sets the default values. /// public DisableAndDeleteUserApplyAction() : base() { OdataType = "#microsoft.graph.disableAndDeleteUserApplyAction"; @@ -15,6 +15,7 @@ public DisableAndDeleteUserApplyAction() : base() { /// /// 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 new DisableAndDeleteUserApplyAction CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public DisableAndDeleteUserApplyAction() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/DisplayNameLocalization.cs b/src/generated/Models/DisplayNameLocalization.cs index 0800caebf5..b86063d32b 100644 --- a/src/generated/Models/DisplayNameLocalization.cs +++ b/src/generated/Models/DisplayNameLocalization.cs @@ -33,7 +33,7 @@ public class DisplayNameLocalization : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new displayNameLocalization and sets the default values. + /// Instantiates a new and sets the default values. /// public DisplayNameLocalization() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public DisplayNameLocalization() { /// /// 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 DisplayNameLocalization CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static DisplayNameLocalization CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/DocumentSet.cs b/src/generated/Models/DocumentSet.cs index 0da1509a08..38dd27d299 100644 --- a/src/generated/Models/DocumentSet.cs +++ b/src/generated/Models/DocumentSet.cs @@ -61,7 +61,7 @@ public class DocumentSet : IAdditionalDataHolder, IParsable { public string WelcomePageUrl { get; set; } #endif /// - /// Instantiates a new documentSet and sets the default values. + /// Instantiates a new and sets the default values. /// public DocumentSet() { AdditionalData = new Dictionary(); @@ -69,6 +69,7 @@ public DocumentSet() { /// /// 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 DocumentSet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -77,6 +78,7 @@ public static DocumentSet CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowedContentTypes", n => { AllowedContentTypes = n.GetCollectionOfObjectValues(ContentTypeInfo.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DocumentSetContent.cs b/src/generated/Models/DocumentSetContent.cs index 74e5f1d9ba..9919687739 100644 --- a/src/generated/Models/DocumentSetContent.cs +++ b/src/generated/Models/DocumentSetContent.cs @@ -41,7 +41,7 @@ public class DocumentSetContent : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new documentSetContent and sets the default values. + /// Instantiates a new and sets the default values. /// public DocumentSetContent() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public DocumentSetContent() { /// /// 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 DocumentSetContent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static DocumentSetContent CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contentType", n => { ContentType = n.GetObjectValue(ContentTypeInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/DocumentSetVersion.cs b/src/generated/Models/DocumentSetVersion.cs index 51267ac99b..e0b06b6a00 100644 --- a/src/generated/Models/DocumentSetVersion.cs +++ b/src/generated/Models/DocumentSetVersion.cs @@ -35,7 +35,7 @@ public class DocumentSetVersion : ListItemVersion, IParsable { /// If true, minor versions of items are also captured; otherwise, only major versions will be captured. Default value is false. public bool? ShouldCaptureMinorVersion { get; set; } /// - /// Instantiates a new documentSetVersion and sets the default values. + /// Instantiates a new and sets the default values. /// public DocumentSetVersion() : base() { OdataType = "#microsoft.graph.documentSetVersion"; @@ -43,6 +43,7 @@ public DocumentSetVersion() : base() { /// /// 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 new DocumentSetVersion CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public DocumentSetVersion() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Models/DocumentSetVersionCollectionResponse.cs b/src/generated/Models/DocumentSetVersionCollectionResponse.cs index d9681bffbc..e1336874b4 100644 --- a/src/generated/Models/DocumentSetVersionCollectionResponse.cs +++ b/src/generated/Models/DocumentSetVersionCollectionResponse.cs @@ -17,6 +17,7 @@ public class DocumentSetVersionCollectionResponse : BaseCollectionPaginationCoun /// /// 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 new DocumentSetVersionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DocumentSetVersionCollectionResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DocumentSetVersion.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DocumentSetVersionItem.cs b/src/generated/Models/DocumentSetVersionItem.cs index 7336f9b92e..bae02b7348 100644 --- a/src/generated/Models/DocumentSetVersionItem.cs +++ b/src/generated/Models/DocumentSetVersionItem.cs @@ -41,7 +41,7 @@ public class DocumentSetVersionItem : IAdditionalDataHolder, IParsable { public string VersionId { get; set; } #endif /// - /// Instantiates a new documentSetVersionItem and sets the default values. + /// Instantiates a new and sets the default values. /// public DocumentSetVersionItem() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public DocumentSetVersionItem() { /// /// 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 DocumentSetVersionItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static DocumentSetVersionItem CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"itemId", n => { ItemId = n.GetStringValue(); } }, diff --git a/src/generated/Models/Domain.cs b/src/generated/Models/Domain.cs index bfbe63727d..d3d5816253 100644 --- a/src/generated/Models/Domain.cs +++ b/src/generated/Models/Domain.cs @@ -103,6 +103,7 @@ public class Domain : Entity, IParsable { /// /// 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 new Domain CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -111,6 +112,7 @@ public class Domain : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"authenticationType", n => { AuthenticationType = n.GetStringValue(); } }, diff --git a/src/generated/Models/DomainCollectionResponse.cs b/src/generated/Models/DomainCollectionResponse.cs index a1b993b964..4f0ac4d261 100644 --- a/src/generated/Models/DomainCollectionResponse.cs +++ b/src/generated/Models/DomainCollectionResponse.cs @@ -17,6 +17,7 @@ public class DomainCollectionResponse : BaseCollectionPaginationCountResponse, I /// /// 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 new DomainCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DomainCollectionResponse : BaseCollectionPaginationCountResponse, I /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Domain.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DomainDnsCnameRecord.cs b/src/generated/Models/DomainDnsCnameRecord.cs index fd2f0cbb84..bf6435f2d8 100644 --- a/src/generated/Models/DomainDnsCnameRecord.cs +++ b/src/generated/Models/DomainDnsCnameRecord.cs @@ -17,6 +17,7 @@ public class DomainDnsCnameRecord : DomainDnsRecord, IParsable { /// /// 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 new DomainDnsCnameRecord CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DomainDnsCnameRecord : DomainDnsRecord, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"canonicalName", n => { CanonicalName = n.GetStringValue(); } }, diff --git a/src/generated/Models/DomainDnsMxRecord.cs b/src/generated/Models/DomainDnsMxRecord.cs index 2d1d6e0a29..76fe6b9a63 100644 --- a/src/generated/Models/DomainDnsMxRecord.cs +++ b/src/generated/Models/DomainDnsMxRecord.cs @@ -19,6 +19,7 @@ public class DomainDnsMxRecord : DomainDnsRecord, IParsable { /// /// 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 new DomainDnsMxRecord CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class DomainDnsMxRecord : DomainDnsRecord, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"mailExchange", n => { MailExchange = n.GetStringValue(); } }, diff --git a/src/generated/Models/DomainDnsRecord.cs b/src/generated/Models/DomainDnsRecord.cs index e65d923863..52593a23c0 100644 --- a/src/generated/Models/DomainDnsRecord.cs +++ b/src/generated/Models/DomainDnsRecord.cs @@ -37,6 +37,7 @@ public class DomainDnsRecord : Entity, IParsable { /// /// 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 new DomainDnsRecord CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public class DomainDnsRecord : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"isOptional", n => { IsOptional = n.GetBoolValue(); } }, diff --git a/src/generated/Models/DomainDnsRecordCollectionResponse.cs b/src/generated/Models/DomainDnsRecordCollectionResponse.cs index 1332fdc957..6e6cac4c20 100644 --- a/src/generated/Models/DomainDnsRecordCollectionResponse.cs +++ b/src/generated/Models/DomainDnsRecordCollectionResponse.cs @@ -17,6 +17,7 @@ public class DomainDnsRecordCollectionResponse : BaseCollectionPaginationCountRe /// /// 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 new DomainDnsRecordCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DomainDnsRecordCollectionResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DomainDnsRecord.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DomainDnsSrvRecord.cs b/src/generated/Models/DomainDnsSrvRecord.cs index 7bebd90da5..504272fadd 100644 --- a/src/generated/Models/DomainDnsSrvRecord.cs +++ b/src/generated/Models/DomainDnsSrvRecord.cs @@ -39,6 +39,7 @@ public class DomainDnsSrvRecord : DomainDnsRecord, IParsable { /// /// 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 new DomainDnsSrvRecord CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public class DomainDnsSrvRecord : DomainDnsRecord, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"nameTarget", n => { NameTarget = n.GetStringValue(); } }, diff --git a/src/generated/Models/DomainDnsTxtRecord.cs b/src/generated/Models/DomainDnsTxtRecord.cs index 9374010652..68a8403f9e 100644 --- a/src/generated/Models/DomainDnsTxtRecord.cs +++ b/src/generated/Models/DomainDnsTxtRecord.cs @@ -17,6 +17,7 @@ public class DomainDnsTxtRecord : DomainDnsRecord, IParsable { /// /// 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 new DomainDnsTxtRecord CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DomainDnsTxtRecord : DomainDnsRecord, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"text", n => { Text = n.GetStringValue(); } }, diff --git a/src/generated/Models/DomainDnsUnavailableRecord.cs b/src/generated/Models/DomainDnsUnavailableRecord.cs index c8cef4dc2e..2140e68662 100644 --- a/src/generated/Models/DomainDnsUnavailableRecord.cs +++ b/src/generated/Models/DomainDnsUnavailableRecord.cs @@ -17,6 +17,7 @@ public class DomainDnsUnavailableRecord : DomainDnsRecord, IParsable { /// /// 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 new DomainDnsUnavailableRecord CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DomainDnsUnavailableRecord : DomainDnsRecord, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/DomainIdentitySource.cs b/src/generated/Models/DomainIdentitySource.cs index 64c57a4be7..fcb8690468 100644 --- a/src/generated/Models/DomainIdentitySource.cs +++ b/src/generated/Models/DomainIdentitySource.cs @@ -23,7 +23,7 @@ public class DomainIdentitySource : IdentitySource, IParsable { public string DomainName { get; set; } #endif /// - /// Instantiates a new domainIdentitySource and sets the default values. + /// Instantiates a new and sets the default values. /// public DomainIdentitySource() : base() { OdataType = "#microsoft.graph.domainIdentitySource"; @@ -31,6 +31,7 @@ public DomainIdentitySource() : base() { /// /// 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 new DomainIdentitySource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public DomainIdentitySource() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/DomainState.cs b/src/generated/Models/DomainState.cs index 821ca21577..6e356dff91 100644 --- a/src/generated/Models/DomainState.cs +++ b/src/generated/Models/DomainState.cs @@ -35,7 +35,7 @@ public class DomainState : IAdditionalDataHolder, IParsable { public string Status { get; set; } #endif /// - /// Instantiates a new domainState and sets the default values. + /// Instantiates a new and sets the default values. /// public DomainState() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public DomainState() { /// /// 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 DomainState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static DomainState CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"lastActionDateTime", n => { LastActionDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/Drive.cs b/src/generated/Models/Drive.cs index 552ffec169..b45dac59cb 100644 --- a/src/generated/Models/Drive.cs +++ b/src/generated/Models/Drive.cs @@ -95,7 +95,7 @@ public class Drive : BaseItem, IParsable { public SystemFacet System { get; set; } #endif /// - /// Instantiates a new drive and sets the default values. + /// Instantiates a new and sets the default values. /// public Drive() : base() { OdataType = "#microsoft.graph.drive"; @@ -103,6 +103,7 @@ public Drive() : base() { /// /// 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 new Drive CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -111,6 +112,7 @@ public Drive() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"bundles", n => { Bundles = n.GetCollectionOfObjectValues(DriveItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DriveCollectionResponse.cs b/src/generated/Models/DriveCollectionResponse.cs index 28899590ad..eda6dbee19 100644 --- a/src/generated/Models/DriveCollectionResponse.cs +++ b/src/generated/Models/DriveCollectionResponse.cs @@ -17,6 +17,7 @@ public class DriveCollectionResponse : BaseCollectionPaginationCountResponse, IP /// /// 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 new DriveCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DriveCollectionResponse : BaseCollectionPaginationCountResponse, IP /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Drive.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DriveItem.cs b/src/generated/Models/DriveItem.cs index 601f0f6d1c..bceebac0e3 100644 --- a/src/generated/Models/DriveItem.cs +++ b/src/generated/Models/DriveItem.cs @@ -265,7 +265,7 @@ public class DriveItem : BaseItem, IParsable { public ApiSdk.Models.Workbook Workbook { get; set; } #endif /// - /// Instantiates a new driveItem and sets the default values. + /// Instantiates a new and sets the default values. /// public DriveItem() : base() { OdataType = "#microsoft.graph.driveItem"; @@ -273,6 +273,7 @@ public DriveItem() : base() { /// /// 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 new DriveItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -281,6 +282,7 @@ public DriveItem() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"analytics", n => { Analytics = n.GetObjectValue(ItemAnalytics.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/DriveItemCollectionResponse.cs b/src/generated/Models/DriveItemCollectionResponse.cs index fd9828b734..6b39629ee6 100644 --- a/src/generated/Models/DriveItemCollectionResponse.cs +++ b/src/generated/Models/DriveItemCollectionResponse.cs @@ -17,6 +17,7 @@ public class DriveItemCollectionResponse : BaseCollectionPaginationCountResponse /// /// 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 new DriveItemCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DriveItemCollectionResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DriveItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DriveItemUploadableProperties.cs b/src/generated/Models/DriveItemUploadableProperties.cs index 50c568f5b6..4f8e50262e 100644 --- a/src/generated/Models/DriveItemUploadableProperties.cs +++ b/src/generated/Models/DriveItemUploadableProperties.cs @@ -43,7 +43,7 @@ public class DriveItemUploadableProperties : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new driveItemUploadableProperties and sets the default values. + /// Instantiates a new and sets the default values. /// public DriveItemUploadableProperties() { AdditionalData = new Dictionary(); @@ -51,6 +51,7 @@ public DriveItemUploadableProperties() { /// /// 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 DriveItemUploadableProperties CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static DriveItemUploadableProperties CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/DriveItemVersion.cs b/src/generated/Models/DriveItemVersion.cs index 6f62a0a33c..e019a04439 100644 --- a/src/generated/Models/DriveItemVersion.cs +++ b/src/generated/Models/DriveItemVersion.cs @@ -17,7 +17,7 @@ public class DriveItemVersion : BaseItemVersion, IParsable { /// Indicates the size of the content stream for this version of the item. public long? Size { get; set; } /// - /// Instantiates a new driveItemVersion and sets the default values. + /// Instantiates a new and sets the default values. /// public DriveItemVersion() : base() { OdataType = "#microsoft.graph.driveItemVersion"; @@ -25,6 +25,7 @@ public DriveItemVersion() : base() { /// /// 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 new DriveItemVersion CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public DriveItemVersion() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"content", n => { Content = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/DriveItemVersionCollectionResponse.cs b/src/generated/Models/DriveItemVersionCollectionResponse.cs index 248fa35dab..1b1ea45488 100644 --- a/src/generated/Models/DriveItemVersionCollectionResponse.cs +++ b/src/generated/Models/DriveItemVersionCollectionResponse.cs @@ -17,6 +17,7 @@ public class DriveItemVersionCollectionResponse : BaseCollectionPaginationCountR /// /// 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 new DriveItemVersionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DriveItemVersionCollectionResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DriveItemVersion.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/DriveRecipient.cs b/src/generated/Models/DriveRecipient.cs index 4d7ec62146..6924d05e44 100644 --- a/src/generated/Models/DriveRecipient.cs +++ b/src/generated/Models/DriveRecipient.cs @@ -41,7 +41,7 @@ public class DriveRecipient : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new driveRecipient and sets the default values. + /// Instantiates a new and sets the default values. /// public DriveRecipient() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public DriveRecipient() { /// /// 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 DriveRecipient CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static DriveRecipient CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"alias", n => { Alias = n.GetStringValue(); } }, diff --git a/src/generated/Models/EBookInstallSummary.cs b/src/generated/Models/EBookInstallSummary.cs index ccd694e5f9..5ca851263d 100644 --- a/src/generated/Models/EBookInstallSummary.cs +++ b/src/generated/Models/EBookInstallSummary.cs @@ -24,6 +24,7 @@ public class EBookInstallSummary : Entity, IParsable { /// /// 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 new EBookInstallSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -32,6 +33,7 @@ public class EBookInstallSummary : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"failedDeviceCount", n => { FailedDeviceCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/Edge.cs b/src/generated/Models/Edge.cs index 1f19a12d36..316954d783 100644 --- a/src/generated/Models/Edge.cs +++ b/src/generated/Models/Edge.cs @@ -17,6 +17,7 @@ public class Edge : Entity, IParsable { /// /// 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 new Edge CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class Edge : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"internetExplorerMode", n => { InternetExplorerMode = n.GetObjectValue(ApiSdk.Models.InternetExplorerMode.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/EdgeSearchEngine.cs b/src/generated/Models/EdgeSearchEngine.cs index 1bce90edc0..06a31966dd 100644 --- a/src/generated/Models/EdgeSearchEngine.cs +++ b/src/generated/Models/EdgeSearchEngine.cs @@ -12,7 +12,7 @@ public class EdgeSearchEngine : EdgeSearchEngineBase, IParsable { /// Allows IT admind to set a predefined default search engine for MDM-Controlled devices public ApiSdk.Models.EdgeSearchEngineType? EdgeSearchEngineType { get; set; } /// - /// Instantiates a new edgeSearchEngine and sets the default values. + /// Instantiates a new and sets the default values. /// public EdgeSearchEngine() : base() { OdataType = "#microsoft.graph.edgeSearchEngine"; @@ -20,6 +20,7 @@ public EdgeSearchEngine() : base() { /// /// 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 new EdgeSearchEngine CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public EdgeSearchEngine() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"edgeSearchEngineType", n => { EdgeSearchEngineType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/EdgeSearchEngineBase.cs b/src/generated/Models/EdgeSearchEngineBase.cs index 192b235f09..62da913dfc 100644 --- a/src/generated/Models/EdgeSearchEngineBase.cs +++ b/src/generated/Models/EdgeSearchEngineBase.cs @@ -20,7 +20,7 @@ public class EdgeSearchEngineBase : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new edgeSearchEngineBase and sets the default values. + /// Instantiates a new and sets the default values. /// public EdgeSearchEngineBase() { AdditionalData = new Dictionary(); @@ -28,6 +28,7 @@ public EdgeSearchEngineBase() { /// /// 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 EdgeSearchEngineBase CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static EdgeSearchEngineBase CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/EdgeSearchEngineCustom.cs b/src/generated/Models/EdgeSearchEngineCustom.cs index 1e7173e92c..957e4750e1 100644 --- a/src/generated/Models/EdgeSearchEngineCustom.cs +++ b/src/generated/Models/EdgeSearchEngineCustom.cs @@ -18,7 +18,7 @@ public class EdgeSearchEngineCustom : EdgeSearchEngineBase, IParsable { public string EdgeSearchEngineOpenSearchXmlUrl { get; set; } #endif /// - /// Instantiates a new edgeSearchEngineCustom and sets the default values. + /// Instantiates a new and sets the default values. /// public EdgeSearchEngineCustom() : base() { OdataType = "#microsoft.graph.edgeSearchEngineCustom"; @@ -26,6 +26,7 @@ public EdgeSearchEngineCustom() : base() { /// /// 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 new EdgeSearchEngineCustom CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public EdgeSearchEngineCustom() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"edgeSearchEngineOpenSearchXmlUrl", n => { EdgeSearchEngineOpenSearchXmlUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/EditionUpgradeConfiguration.cs b/src/generated/Models/EditionUpgradeConfiguration.cs index dadc71f7ee..d594b04770 100644 --- a/src/generated/Models/EditionUpgradeConfiguration.cs +++ b/src/generated/Models/EditionUpgradeConfiguration.cs @@ -30,7 +30,7 @@ public class EditionUpgradeConfiguration : DeviceConfiguration, IParsable { /// Windows 10 Edition type. public Windows10EditionType? TargetEdition { get; set; } /// - /// Instantiates a new editionUpgradeConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public EditionUpgradeConfiguration() : base() { OdataType = "#microsoft.graph.editionUpgradeConfiguration"; @@ -38,6 +38,7 @@ public EditionUpgradeConfiguration() : base() { /// /// 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 new EditionUpgradeConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -46,6 +47,7 @@ public EditionUpgradeConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"license", n => { License = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationAssignment.cs b/src/generated/Models/EducationAssignment.cs index 6646c7afe5..b501138f58 100644 --- a/src/generated/Models/EducationAssignment.cs +++ b/src/generated/Models/EducationAssignment.cs @@ -167,6 +167,7 @@ public class EducationAssignment : Entity, IParsable { /// /// 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 new EducationAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -175,6 +176,7 @@ public class EducationAssignment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"addToCalendarAction", n => { AddToCalendarAction = n.GetEnumValue(); } }, diff --git a/src/generated/Models/EducationAssignmentClassRecipient.cs b/src/generated/Models/EducationAssignmentClassRecipient.cs index b1b09208d7..3f3954ed25 100644 --- a/src/generated/Models/EducationAssignmentClassRecipient.cs +++ b/src/generated/Models/EducationAssignmentClassRecipient.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class EducationAssignmentClassRecipient : EducationAssignmentRecipient, IParsable { /// - /// Instantiates a new educationAssignmentClassRecipient and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationAssignmentClassRecipient() : base() { OdataType = "#microsoft.graph.educationAssignmentClassRecipient"; @@ -15,6 +15,7 @@ public EducationAssignmentClassRecipient() : base() { /// /// 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 new EducationAssignmentClassRecipient CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public EducationAssignmentClassRecipient() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/EducationAssignmentCollectionResponse.cs b/src/generated/Models/EducationAssignmentCollectionResponse.cs index 9adadd9f58..397172e3c0 100644 --- a/src/generated/Models/EducationAssignmentCollectionResponse.cs +++ b/src/generated/Models/EducationAssignmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class EducationAssignmentCollectionResponse : BaseCollectionPaginationCou /// /// 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 new EducationAssignmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EducationAssignmentCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EducationAssignmentDefaults.cs b/src/generated/Models/EducationAssignmentDefaults.cs index 7e5144914e..19b61ff6d5 100644 --- a/src/generated/Models/EducationAssignmentDefaults.cs +++ b/src/generated/Models/EducationAssignmentDefaults.cs @@ -24,6 +24,7 @@ public class EducationAssignmentDefaults : Entity, IParsable { /// /// 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 new EducationAssignmentDefaults CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -32,6 +33,7 @@ public class EducationAssignmentDefaults : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"addToCalendarAction", n => { AddToCalendarAction = n.GetEnumValue(); } }, diff --git a/src/generated/Models/EducationAssignmentGrade.cs b/src/generated/Models/EducationAssignmentGrade.cs index 92b294541f..ed30b91e77 100644 --- a/src/generated/Models/EducationAssignmentGrade.cs +++ b/src/generated/Models/EducationAssignmentGrade.cs @@ -27,7 +27,7 @@ public class EducationAssignmentGrade : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new educationAssignmentGrade and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationAssignmentGrade() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public EducationAssignmentGrade() { /// /// 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 EducationAssignmentGrade CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public static EducationAssignmentGrade CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"gradedBy", n => { GradedBy = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/EducationAssignmentGradeType.cs b/src/generated/Models/EducationAssignmentGradeType.cs index 856afa6bbf..bd8d5907c8 100644 --- a/src/generated/Models/EducationAssignmentGradeType.cs +++ b/src/generated/Models/EducationAssignmentGradeType.cs @@ -17,7 +17,7 @@ public class EducationAssignmentGradeType : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new educationAssignmentGradeType and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationAssignmentGradeType() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public EducationAssignmentGradeType() { /// /// 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 EducationAssignmentGradeType CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static EducationAssignmentGradeType CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationAssignmentGroupRecipient.cs b/src/generated/Models/EducationAssignmentGroupRecipient.cs index 31d27fe42b..817c41584a 100644 --- a/src/generated/Models/EducationAssignmentGroupRecipient.cs +++ b/src/generated/Models/EducationAssignmentGroupRecipient.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class EducationAssignmentGroupRecipient : EducationAssignmentRecipient, IParsable { /// - /// Instantiates a new educationAssignmentGroupRecipient and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationAssignmentGroupRecipient() : base() { OdataType = "#microsoft.graph.educationAssignmentGroupRecipient"; @@ -15,6 +15,7 @@ public EducationAssignmentGroupRecipient() : base() { /// /// 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 new EducationAssignmentGroupRecipient CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public EducationAssignmentGroupRecipient() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/EducationAssignmentIndividualRecipient.cs b/src/generated/Models/EducationAssignmentIndividualRecipient.cs index f6f2379e6f..b20b888a28 100644 --- a/src/generated/Models/EducationAssignmentIndividualRecipient.cs +++ b/src/generated/Models/EducationAssignmentIndividualRecipient.cs @@ -15,7 +15,7 @@ public class EducationAssignmentIndividualRecipient : EducationAssignmentRecipie public List Recipients { get; set; } #endif /// - /// Instantiates a new educationAssignmentIndividualRecipient and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationAssignmentIndividualRecipient() : base() { OdataType = "#microsoft.graph.educationAssignmentIndividualRecipient"; @@ -23,6 +23,7 @@ public EducationAssignmentIndividualRecipient() : base() { /// /// 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 new EducationAssignmentIndividualRecipient CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public EducationAssignmentIndividualRecipient() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"recipients", n => { Recipients = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/EducationAssignmentPointsGrade.cs b/src/generated/Models/EducationAssignmentPointsGrade.cs index 636e828160..0fdf93f9d8 100644 --- a/src/generated/Models/EducationAssignmentPointsGrade.cs +++ b/src/generated/Models/EducationAssignmentPointsGrade.cs @@ -9,7 +9,7 @@ public class EducationAssignmentPointsGrade : EducationAssignmentGrade, IParsabl /// Number of points a teacher is giving this submission object. public float? Points { get; set; } /// - /// Instantiates a new educationAssignmentPointsGrade and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationAssignmentPointsGrade() : base() { OdataType = "#microsoft.graph.educationAssignmentPointsGrade"; @@ -17,6 +17,7 @@ public EducationAssignmentPointsGrade() : base() { /// /// 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 new EducationAssignmentPointsGrade CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public EducationAssignmentPointsGrade() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"points", n => { Points = n.GetFloatValue(); } }, diff --git a/src/generated/Models/EducationAssignmentPointsGradeType.cs b/src/generated/Models/EducationAssignmentPointsGradeType.cs index e2c14d6b03..15c5ed288d 100644 --- a/src/generated/Models/EducationAssignmentPointsGradeType.cs +++ b/src/generated/Models/EducationAssignmentPointsGradeType.cs @@ -9,7 +9,7 @@ public class EducationAssignmentPointsGradeType : EducationAssignmentGradeType, /// Max points possible for this assignment. public float? MaxPoints { get; set; } /// - /// Instantiates a new educationAssignmentPointsGradeType and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationAssignmentPointsGradeType() : base() { OdataType = "#microsoft.graph.educationAssignmentPointsGradeType"; @@ -17,6 +17,7 @@ public EducationAssignmentPointsGradeType() : base() { /// /// 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 new EducationAssignmentPointsGradeType CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public EducationAssignmentPointsGradeType() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"maxPoints", n => { MaxPoints = n.GetFloatValue(); } }, diff --git a/src/generated/Models/EducationAssignmentRecipient.cs b/src/generated/Models/EducationAssignmentRecipient.cs index f1aefbe3c2..781ef81d8b 100644 --- a/src/generated/Models/EducationAssignmentRecipient.cs +++ b/src/generated/Models/EducationAssignmentRecipient.cs @@ -17,7 +17,7 @@ public class EducationAssignmentRecipient : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new educationAssignmentRecipient and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationAssignmentRecipient() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public EducationAssignmentRecipient() { /// /// 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 EducationAssignmentRecipient CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static EducationAssignmentRecipient CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationAssignmentResource.cs b/src/generated/Models/EducationAssignmentResource.cs index 0ff229c712..97ef7ac983 100644 --- a/src/generated/Models/EducationAssignmentResource.cs +++ b/src/generated/Models/EducationAssignmentResource.cs @@ -19,6 +19,7 @@ public class EducationAssignmentResource : Entity, IParsable { /// /// 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 new EducationAssignmentResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class EducationAssignmentResource : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"distributeForStudentWork", n => { DistributeForStudentWork = n.GetBoolValue(); } }, diff --git a/src/generated/Models/EducationAssignmentResourceCollectionResponse.cs b/src/generated/Models/EducationAssignmentResourceCollectionResponse.cs index 58940b4fa3..26eb3f09d0 100644 --- a/src/generated/Models/EducationAssignmentResourceCollectionResponse.cs +++ b/src/generated/Models/EducationAssignmentResourceCollectionResponse.cs @@ -17,6 +17,7 @@ public class EducationAssignmentResourceCollectionResponse : BaseCollectionPagin /// /// 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 new EducationAssignmentResourceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EducationAssignmentResourceCollectionResponse : BaseCollectionPagin /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationAssignmentResource.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EducationAssignmentSettings.cs b/src/generated/Models/EducationAssignmentSettings.cs index 73a4728b66..62b1d5a6ce 100644 --- a/src/generated/Models/EducationAssignmentSettings.cs +++ b/src/generated/Models/EducationAssignmentSettings.cs @@ -19,6 +19,7 @@ public class EducationAssignmentSettings : Entity, IParsable { /// /// 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 new EducationAssignmentSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class EducationAssignmentSettings : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"gradingCategories", n => { GradingCategories = n.GetCollectionOfObjectValues(EducationGradingCategory.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EducationCategory.cs b/src/generated/Models/EducationCategory.cs index 021212ef0f..a29ba562b6 100644 --- a/src/generated/Models/EducationCategory.cs +++ b/src/generated/Models/EducationCategory.cs @@ -17,6 +17,7 @@ public class EducationCategory : Entity, IParsable { /// /// 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 new EducationCategory CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EducationCategory : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationCategoryCollectionResponse.cs b/src/generated/Models/EducationCategoryCollectionResponse.cs index 1720716570..928eb0f81c 100644 --- a/src/generated/Models/EducationCategoryCollectionResponse.cs +++ b/src/generated/Models/EducationCategoryCollectionResponse.cs @@ -17,6 +17,7 @@ public class EducationCategoryCollectionResponse : BaseCollectionPaginationCount /// /// 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 new EducationCategoryCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EducationCategoryCollectionResponse : BaseCollectionPaginationCount /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationCategory.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EducationChannelResource.cs b/src/generated/Models/EducationChannelResource.cs index 06929bb3e7..fa525db634 100644 --- a/src/generated/Models/EducationChannelResource.cs +++ b/src/generated/Models/EducationChannelResource.cs @@ -15,7 +15,7 @@ public class EducationChannelResource : EducationResource, IParsable { public string Url { get; set; } #endif /// - /// Instantiates a new educationChannelResource and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationChannelResource() : base() { OdataType = "#microsoft.graph.educationChannelResource"; @@ -23,6 +23,7 @@ public EducationChannelResource() : base() { /// /// 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 new EducationChannelResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public EducationChannelResource() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"url", n => { Url = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationClass.cs b/src/generated/Models/EducationClass.cs index 0a0ed15a0e..0d6078dbee 100644 --- a/src/generated/Models/EducationClass.cs +++ b/src/generated/Models/EducationClass.cs @@ -171,6 +171,7 @@ public class EducationClass : Entity, IParsable { /// /// 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 new EducationClass CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -179,6 +180,7 @@ public class EducationClass : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assignmentCategories", n => { AssignmentCategories = n.GetCollectionOfObjectValues(EducationCategory.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EducationClassCollectionResponse.cs b/src/generated/Models/EducationClassCollectionResponse.cs index 8f04c4246b..67ff211d60 100644 --- a/src/generated/Models/EducationClassCollectionResponse.cs +++ b/src/generated/Models/EducationClassCollectionResponse.cs @@ -17,6 +17,7 @@ public class EducationClassCollectionResponse : BaseCollectionPaginationCountRes /// /// 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 new EducationClassCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EducationClassCollectionResponse : BaseCollectionPaginationCountRes /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationClass.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EducationCourse.cs b/src/generated/Models/EducationCourse.cs index 531f37a21f..f0264bef1a 100644 --- a/src/generated/Models/EducationCourse.cs +++ b/src/generated/Models/EducationCourse.cs @@ -57,7 +57,7 @@ public class EducationCourse : IAdditionalDataHolder, IParsable { public string Subject { get; set; } #endif /// - /// Instantiates a new educationCourse and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationCourse() { AdditionalData = new Dictionary(); @@ -65,6 +65,7 @@ public EducationCourse() { /// /// 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 EducationCourse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public static EducationCourse CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"courseNumber", n => { CourseNumber = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationExcelResource.cs b/src/generated/Models/EducationExcelResource.cs index 7c5f6c0a4a..e7e37d076f 100644 --- a/src/generated/Models/EducationExcelResource.cs +++ b/src/generated/Models/EducationExcelResource.cs @@ -15,7 +15,7 @@ public class EducationExcelResource : EducationResource, IParsable { public string FileUrl { get; set; } #endif /// - /// Instantiates a new educationExcelResource and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationExcelResource() : base() { OdataType = "#microsoft.graph.educationExcelResource"; @@ -23,6 +23,7 @@ public EducationExcelResource() : base() { /// /// 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 new EducationExcelResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public EducationExcelResource() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"fileUrl", n => { FileUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationExternalResource.cs b/src/generated/Models/EducationExternalResource.cs index 626b2bd8b7..ff233b8ff8 100644 --- a/src/generated/Models/EducationExternalResource.cs +++ b/src/generated/Models/EducationExternalResource.cs @@ -15,7 +15,7 @@ public class EducationExternalResource : EducationResource, IParsable { public string WebUrl { get; set; } #endif /// - /// Instantiates a new educationExternalResource and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationExternalResource() : base() { OdataType = "#microsoft.graph.educationExternalResource"; @@ -23,6 +23,7 @@ public EducationExternalResource() : base() { /// /// 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 new EducationExternalResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public EducationExternalResource() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"webUrl", n => { WebUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationFeedback.cs b/src/generated/Models/EducationFeedback.cs index ea0c83054c..96ba22172e 100644 --- a/src/generated/Models/EducationFeedback.cs +++ b/src/generated/Models/EducationFeedback.cs @@ -35,7 +35,7 @@ public class EducationFeedback : IAdditionalDataHolder, IParsable { public EducationItemBody Text { get; set; } #endif /// - /// Instantiates a new educationFeedback and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationFeedback() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public EducationFeedback() { /// /// 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 EducationFeedback CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static EducationFeedback CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"feedbackBy", n => { FeedbackBy = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/EducationFeedbackOutcome.cs b/src/generated/Models/EducationFeedbackOutcome.cs index 91a6c9932b..37aa416fb8 100644 --- a/src/generated/Models/EducationFeedbackOutcome.cs +++ b/src/generated/Models/EducationFeedbackOutcome.cs @@ -23,7 +23,7 @@ public class EducationFeedbackOutcome : EducationOutcome, IParsable { public EducationFeedback PublishedFeedback { get; set; } #endif /// - /// Instantiates a new educationFeedbackOutcome and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationFeedbackOutcome() : base() { OdataType = "#microsoft.graph.educationFeedbackOutcome"; @@ -31,6 +31,7 @@ public EducationFeedbackOutcome() : base() { /// /// 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 new EducationFeedbackOutcome CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public EducationFeedbackOutcome() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"feedback", n => { Feedback = n.GetObjectValue(EducationFeedback.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/EducationFeedbackResourceOutcome.cs b/src/generated/Models/EducationFeedbackResourceOutcome.cs index 1d9b47909c..f2b2f2e9d6 100644 --- a/src/generated/Models/EducationFeedbackResourceOutcome.cs +++ b/src/generated/Models/EducationFeedbackResourceOutcome.cs @@ -17,7 +17,7 @@ public class EducationFeedbackResourceOutcome : EducationOutcome, IParsable { /// The status of the feedback resource. The possible values are: notPublished, pendingPublish, published, failedPublish, unknownFutureValue. public EducationFeedbackResourceOutcomeStatus? ResourceStatus { get; set; } /// - /// Instantiates a new educationFeedbackResourceOutcome and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationFeedbackResourceOutcome() : base() { OdataType = "#microsoft.graph.educationFeedbackResourceOutcome"; @@ -25,6 +25,7 @@ public EducationFeedbackResourceOutcome() : base() { /// /// 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 new EducationFeedbackResourceOutcome CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public EducationFeedbackResourceOutcome() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"feedbackResource", n => { FeedbackResource = n.GetObjectValue(EducationResource.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/EducationFileResource.cs b/src/generated/Models/EducationFileResource.cs index 423e777ce7..1bf2bb19a9 100644 --- a/src/generated/Models/EducationFileResource.cs +++ b/src/generated/Models/EducationFileResource.cs @@ -15,7 +15,7 @@ public class EducationFileResource : EducationResource, IParsable { public string FileUrl { get; set; } #endif /// - /// Instantiates a new educationFileResource and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationFileResource() : base() { OdataType = "#microsoft.graph.educationFileResource"; @@ -23,6 +23,7 @@ public EducationFileResource() : base() { /// /// 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 new EducationFileResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public EducationFileResource() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"fileUrl", n => { FileUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationGradingCategory.cs b/src/generated/Models/EducationGradingCategory.cs index 0f1ebe4cb4..c0583eb9ca 100644 --- a/src/generated/Models/EducationGradingCategory.cs +++ b/src/generated/Models/EducationGradingCategory.cs @@ -19,6 +19,7 @@ public class EducationGradingCategory : Entity, IParsable { /// /// 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 new EducationGradingCategory CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class EducationGradingCategory : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationGradingCategoryCollectionResponse.cs b/src/generated/Models/EducationGradingCategoryCollectionResponse.cs index 5680004b00..87ae5bce40 100644 --- a/src/generated/Models/EducationGradingCategoryCollectionResponse.cs +++ b/src/generated/Models/EducationGradingCategoryCollectionResponse.cs @@ -17,6 +17,7 @@ public class EducationGradingCategoryCollectionResponse : BaseCollectionPaginati /// /// 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 new EducationGradingCategoryCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EducationGradingCategoryCollectionResponse : BaseCollectionPaginati /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationGradingCategory.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EducationItemBody.cs b/src/generated/Models/EducationItemBody.cs index 813dda3f7d..1bc57a5092 100644 --- a/src/generated/Models/EducationItemBody.cs +++ b/src/generated/Models/EducationItemBody.cs @@ -27,7 +27,7 @@ public class EducationItemBody : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new educationItemBody and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationItemBody() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public EducationItemBody() { /// /// 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 EducationItemBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static EducationItemBody CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"content", n => { Content = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationLinkResource.cs b/src/generated/Models/EducationLinkResource.cs index 1e71ae9223..dae11b67bb 100644 --- a/src/generated/Models/EducationLinkResource.cs +++ b/src/generated/Models/EducationLinkResource.cs @@ -15,7 +15,7 @@ public class EducationLinkResource : EducationResource, IParsable { public string Link { get; set; } #endif /// - /// Instantiates a new educationLinkResource and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationLinkResource() : base() { OdataType = "#microsoft.graph.educationLinkResource"; @@ -23,6 +23,7 @@ public EducationLinkResource() : base() { /// /// 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 new EducationLinkResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public EducationLinkResource() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"link", n => { Link = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationLinkedAssignmentResource.cs b/src/generated/Models/EducationLinkedAssignmentResource.cs index 23fa3b539a..2bffb3fcec 100644 --- a/src/generated/Models/EducationLinkedAssignmentResource.cs +++ b/src/generated/Models/EducationLinkedAssignmentResource.cs @@ -15,7 +15,7 @@ public class EducationLinkedAssignmentResource : EducationResource, IParsable { public string Url { get; set; } #endif /// - /// Instantiates a new educationLinkedAssignmentResource and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationLinkedAssignmentResource() : base() { OdataType = "#microsoft.graph.educationLinkedAssignmentResource"; @@ -23,6 +23,7 @@ public EducationLinkedAssignmentResource() : base() { /// /// 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 new EducationLinkedAssignmentResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public EducationLinkedAssignmentResource() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"url", n => { Url = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationMediaResource.cs b/src/generated/Models/EducationMediaResource.cs index 91a58745e3..aa27a4f520 100644 --- a/src/generated/Models/EducationMediaResource.cs +++ b/src/generated/Models/EducationMediaResource.cs @@ -15,7 +15,7 @@ public class EducationMediaResource : EducationResource, IParsable { public string FileUrl { get; set; } #endif /// - /// Instantiates a new educationMediaResource and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationMediaResource() : base() { OdataType = "#microsoft.graph.educationMediaResource"; @@ -23,6 +23,7 @@ public EducationMediaResource() : base() { /// /// 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 new EducationMediaResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public EducationMediaResource() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"fileUrl", n => { FileUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationModule.cs b/src/generated/Models/EducationModule.cs index cd1bb866ae..5ebda68d1a 100644 --- a/src/generated/Models/EducationModule.cs +++ b/src/generated/Models/EducationModule.cs @@ -65,6 +65,7 @@ public class EducationModule : Entity, IParsable { /// /// 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 new EducationModule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public class EducationModule : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdBy", n => { CreatedBy = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/EducationModuleCollectionResponse.cs b/src/generated/Models/EducationModuleCollectionResponse.cs index 3663e1b3c4..60adfd41f3 100644 --- a/src/generated/Models/EducationModuleCollectionResponse.cs +++ b/src/generated/Models/EducationModuleCollectionResponse.cs @@ -17,6 +17,7 @@ public class EducationModuleCollectionResponse : BaseCollectionPaginationCountRe /// /// 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 new EducationModuleCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EducationModuleCollectionResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationModule.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EducationModuleResource.cs b/src/generated/Models/EducationModuleResource.cs index 2aa4292914..d4abe0f303 100644 --- a/src/generated/Models/EducationModuleResource.cs +++ b/src/generated/Models/EducationModuleResource.cs @@ -17,6 +17,7 @@ public class EducationModuleResource : Entity, IParsable { /// /// 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 new EducationModuleResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EducationModuleResource : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"resource", n => { Resource = n.GetObjectValue(EducationResource.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/EducationModuleResourceCollectionResponse.cs b/src/generated/Models/EducationModuleResourceCollectionResponse.cs index 7eb1e6b128..5f7f954fcd 100644 --- a/src/generated/Models/EducationModuleResourceCollectionResponse.cs +++ b/src/generated/Models/EducationModuleResourceCollectionResponse.cs @@ -17,6 +17,7 @@ public class EducationModuleResourceCollectionResponse : BaseCollectionPaginatio /// /// 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 new EducationModuleResourceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EducationModuleResourceCollectionResponse : BaseCollectionPaginatio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationModuleResource.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EducationOnPremisesInfo.cs b/src/generated/Models/EducationOnPremisesInfo.cs index 3b93846eea..3b6c6eef1d 100644 --- a/src/generated/Models/EducationOnPremisesInfo.cs +++ b/src/generated/Models/EducationOnPremisesInfo.cs @@ -25,7 +25,7 @@ public class EducationOnPremisesInfo : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new educationOnPremisesInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationOnPremisesInfo() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public EducationOnPremisesInfo() { /// /// 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 EducationOnPremisesInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static EducationOnPremisesInfo CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"immutableId", n => { ImmutableId = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationOrganization.cs b/src/generated/Models/EducationOrganization.cs index cb2ca1785f..024f4b559a 100644 --- a/src/generated/Models/EducationOrganization.cs +++ b/src/generated/Models/EducationOrganization.cs @@ -35,6 +35,7 @@ public class EducationOrganization : Entity, IParsable { /// /// 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 new EducationOrganization CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public class EducationOrganization : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationOutcome.cs b/src/generated/Models/EducationOutcome.cs index b9ecefa7c8..b6fa0d82a7 100644 --- a/src/generated/Models/EducationOutcome.cs +++ b/src/generated/Models/EducationOutcome.cs @@ -19,6 +19,7 @@ public class EducationOutcome : Entity, IParsable { /// /// 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 new EducationOutcome CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public class EducationOutcome : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"lastModifiedBy", n => { LastModifiedBy = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/EducationOutcomeCollectionResponse.cs b/src/generated/Models/EducationOutcomeCollectionResponse.cs index 922c39b47b..c401697506 100644 --- a/src/generated/Models/EducationOutcomeCollectionResponse.cs +++ b/src/generated/Models/EducationOutcomeCollectionResponse.cs @@ -17,6 +17,7 @@ public class EducationOutcomeCollectionResponse : BaseCollectionPaginationCountR /// /// 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 new EducationOutcomeCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EducationOutcomeCollectionResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationOutcome.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EducationPointsOutcome.cs b/src/generated/Models/EducationPointsOutcome.cs index 38057abcd4..7af7367cf1 100644 --- a/src/generated/Models/EducationPointsOutcome.cs +++ b/src/generated/Models/EducationPointsOutcome.cs @@ -23,7 +23,7 @@ public class EducationPointsOutcome : EducationOutcome, IParsable { public EducationAssignmentPointsGrade PublishedPoints { get; set; } #endif /// - /// Instantiates a new educationPointsOutcome and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationPointsOutcome() : base() { OdataType = "#microsoft.graph.educationPointsOutcome"; @@ -31,6 +31,7 @@ public EducationPointsOutcome() : base() { /// /// 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 new EducationPointsOutcome CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public EducationPointsOutcome() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"points", n => { Points = n.GetObjectValue(EducationAssignmentPointsGrade.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/EducationPowerPointResource.cs b/src/generated/Models/EducationPowerPointResource.cs index d587e59b4f..e49bf3e68f 100644 --- a/src/generated/Models/EducationPowerPointResource.cs +++ b/src/generated/Models/EducationPowerPointResource.cs @@ -15,7 +15,7 @@ public class EducationPowerPointResource : EducationResource, IParsable { public string FileUrl { get; set; } #endif /// - /// Instantiates a new educationPowerPointResource and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationPowerPointResource() : base() { OdataType = "#microsoft.graph.educationPowerPointResource"; @@ -23,6 +23,7 @@ public EducationPowerPointResource() : base() { /// /// 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 new EducationPowerPointResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public EducationPowerPointResource() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"fileUrl", n => { FileUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationResource.cs b/src/generated/Models/EducationResource.cs index cbb96f658e..c4c5204ecd 100644 --- a/src/generated/Models/EducationResource.cs +++ b/src/generated/Models/EducationResource.cs @@ -45,7 +45,7 @@ public class EducationResource : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new educationResource and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationResource() { AdditionalData = new Dictionary(); @@ -53,6 +53,7 @@ public EducationResource() { /// /// 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 EducationResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -74,6 +75,7 @@ public static EducationResource CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"createdBy", n => { CreatedBy = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/EducationRoot.cs b/src/generated/Models/EducationRoot.cs index 354eae7125..a3a3127857 100644 --- a/src/generated/Models/EducationRoot.cs +++ b/src/generated/Models/EducationRoot.cs @@ -49,7 +49,7 @@ public class EducationRoot : IAdditionalDataHolder, IParsable { public List Users { get; set; } #endif /// - /// Instantiates a new educationRoot and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationRoot() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public EducationRoot() { /// /// 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 EducationRoot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static EducationRoot CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"classes", n => { Classes = n.GetCollectionOfObjectValues(EducationClass.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EducationRubric.cs b/src/generated/Models/EducationRubric.cs index 5b51dae7cd..d0ef72d956 100644 --- a/src/generated/Models/EducationRubric.cs +++ b/src/generated/Models/EducationRubric.cs @@ -69,6 +69,7 @@ public class EducationRubric : Entity, IParsable { /// /// 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 new EducationRubric CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -77,6 +78,7 @@ public class EducationRubric : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdBy", n => { CreatedBy = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/EducationRubricCollectionResponse.cs b/src/generated/Models/EducationRubricCollectionResponse.cs index 5b216d9df2..17641875fc 100644 --- a/src/generated/Models/EducationRubricCollectionResponse.cs +++ b/src/generated/Models/EducationRubricCollectionResponse.cs @@ -17,6 +17,7 @@ public class EducationRubricCollectionResponse : BaseCollectionPaginationCountRe /// /// 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 new EducationRubricCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EducationRubricCollectionResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationRubric.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EducationRubricOutcome.cs b/src/generated/Models/EducationRubricOutcome.cs index 985bb28434..a19cd7f08c 100644 --- a/src/generated/Models/EducationRubricOutcome.cs +++ b/src/generated/Models/EducationRubricOutcome.cs @@ -39,7 +39,7 @@ public class EducationRubricOutcome : EducationOutcome, IParsable { public List RubricQualitySelectedLevels { get; set; } #endif /// - /// Instantiates a new educationRubricOutcome and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationRubricOutcome() : base() { OdataType = "#microsoft.graph.educationRubricOutcome"; @@ -47,6 +47,7 @@ public EducationRubricOutcome() : base() { /// /// 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 new EducationRubricOutcome CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public EducationRubricOutcome() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"publishedRubricQualityFeedback", n => { PublishedRubricQualityFeedback = n.GetCollectionOfObjectValues(RubricQualityFeedbackModel.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EducationSchool.cs b/src/generated/Models/EducationSchool.cs index 8058c55ad5..2aa709e15b 100644 --- a/src/generated/Models/EducationSchool.cs +++ b/src/generated/Models/EducationSchool.cs @@ -119,7 +119,7 @@ public class EducationSchool : EducationOrganization, IParsable { public List Users { get; set; } #endif /// - /// Instantiates a new educationSchool and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationSchool() : base() { OdataType = "#microsoft.graph.educationSchool"; @@ -127,6 +127,7 @@ public EducationSchool() : base() { /// /// 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 new EducationSchool CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -135,6 +136,7 @@ public EducationSchool() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"address", n => { Address = n.GetObjectValue(PhysicalAddress.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/EducationSchoolCollectionResponse.cs b/src/generated/Models/EducationSchoolCollectionResponse.cs index dc44ec3b5a..43b909bd25 100644 --- a/src/generated/Models/EducationSchoolCollectionResponse.cs +++ b/src/generated/Models/EducationSchoolCollectionResponse.cs @@ -17,6 +17,7 @@ public class EducationSchoolCollectionResponse : BaseCollectionPaginationCountRe /// /// 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 new EducationSchoolCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EducationSchoolCollectionResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationSchool.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EducationStudent.cs b/src/generated/Models/EducationStudent.cs index 372fadd55e..0d8a4917b0 100644 --- a/src/generated/Models/EducationStudent.cs +++ b/src/generated/Models/EducationStudent.cs @@ -54,7 +54,7 @@ public class EducationStudent : IAdditionalDataHolder, IParsable { public string StudentNumber { get; set; } #endif /// - /// Instantiates a new educationStudent and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationStudent() { AdditionalData = new Dictionary(); @@ -62,6 +62,7 @@ public EducationStudent() { /// /// 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 EducationStudent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -70,6 +71,7 @@ public static EducationStudent CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"birthDate", n => { BirthDate = n.GetDateValue(); } }, diff --git a/src/generated/Models/EducationSubmission.cs b/src/generated/Models/EducationSubmission.cs index 9ab6dcc61b..009c95e503 100644 --- a/src/generated/Models/EducationSubmission.cs +++ b/src/generated/Models/EducationSubmission.cs @@ -99,6 +99,7 @@ public class EducationSubmission : Entity, IParsable { /// /// 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 new EducationSubmission CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -107,6 +108,7 @@ public class EducationSubmission : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"outcomes", n => { Outcomes = n.GetCollectionOfObjectValues(EducationOutcome.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EducationSubmissionCollectionResponse.cs b/src/generated/Models/EducationSubmissionCollectionResponse.cs index 35221edccc..f848dfd900 100644 --- a/src/generated/Models/EducationSubmissionCollectionResponse.cs +++ b/src/generated/Models/EducationSubmissionCollectionResponse.cs @@ -17,6 +17,7 @@ public class EducationSubmissionCollectionResponse : BaseCollectionPaginationCou /// /// 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 new EducationSubmissionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EducationSubmissionCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationSubmission.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EducationSubmissionIndividualRecipient.cs b/src/generated/Models/EducationSubmissionIndividualRecipient.cs index 83feeb8cc4..b031aa1b42 100644 --- a/src/generated/Models/EducationSubmissionIndividualRecipient.cs +++ b/src/generated/Models/EducationSubmissionIndividualRecipient.cs @@ -15,7 +15,7 @@ public class EducationSubmissionIndividualRecipient : EducationSubmissionRecipie public string UserId { get; set; } #endif /// - /// Instantiates a new educationSubmissionIndividualRecipient and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationSubmissionIndividualRecipient() : base() { OdataType = "#microsoft.graph.educationSubmissionIndividualRecipient"; @@ -23,6 +23,7 @@ public EducationSubmissionIndividualRecipient() : base() { /// /// 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 new EducationSubmissionIndividualRecipient CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public EducationSubmissionIndividualRecipient() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"userId", n => { UserId = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationSubmissionRecipient.cs b/src/generated/Models/EducationSubmissionRecipient.cs index a3b6bcbc24..b00fde57fb 100644 --- a/src/generated/Models/EducationSubmissionRecipient.cs +++ b/src/generated/Models/EducationSubmissionRecipient.cs @@ -17,7 +17,7 @@ public class EducationSubmissionRecipient : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new educationSubmissionRecipient and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationSubmissionRecipient() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public EducationSubmissionRecipient() { /// /// 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 EducationSubmissionRecipient CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static EducationSubmissionRecipient CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationSubmissionResource.cs b/src/generated/Models/EducationSubmissionResource.cs index 3a17478d08..3b81e240c0 100644 --- a/src/generated/Models/EducationSubmissionResource.cs +++ b/src/generated/Models/EducationSubmissionResource.cs @@ -25,6 +25,7 @@ public class EducationSubmissionResource : Entity, IParsable { /// /// 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 new EducationSubmissionResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class EducationSubmissionResource : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assignmentResourceUrl", n => { AssignmentResourceUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationSubmissionResourceCollectionResponse.cs b/src/generated/Models/EducationSubmissionResourceCollectionResponse.cs index 467af0782b..0d01b7dba6 100644 --- a/src/generated/Models/EducationSubmissionResourceCollectionResponse.cs +++ b/src/generated/Models/EducationSubmissionResourceCollectionResponse.cs @@ -17,6 +17,7 @@ public class EducationSubmissionResourceCollectionResponse : BaseCollectionPagin /// /// 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 new EducationSubmissionResourceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EducationSubmissionResourceCollectionResponse : BaseCollectionPagin /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationSubmissionResource.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EducationTeacher.cs b/src/generated/Models/EducationTeacher.cs index b7a53e9175..76671a156f 100644 --- a/src/generated/Models/EducationTeacher.cs +++ b/src/generated/Models/EducationTeacher.cs @@ -33,7 +33,7 @@ public class EducationTeacher : IAdditionalDataHolder, IParsable { public string TeacherNumber { get; set; } #endif /// - /// Instantiates a new educationTeacher and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationTeacher() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public EducationTeacher() { /// /// 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 EducationTeacher CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static EducationTeacher CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"externalId", n => { ExternalId = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationTeamsAppResource.cs b/src/generated/Models/EducationTeamsAppResource.cs index bfd00f8668..45c52d9864 100644 --- a/src/generated/Models/EducationTeamsAppResource.cs +++ b/src/generated/Models/EducationTeamsAppResource.cs @@ -39,7 +39,7 @@ public class EducationTeamsAppResource : EducationResource, IParsable { public string WebUrl { get; set; } #endif /// - /// Instantiates a new educationTeamsAppResource and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationTeamsAppResource() : base() { OdataType = "#microsoft.graph.educationTeamsAppResource"; @@ -47,6 +47,7 @@ public EducationTeamsAppResource() : base() { /// /// 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 new EducationTeamsAppResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public EducationTeamsAppResource() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appIconWebUrl", n => { AppIconWebUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationTerm.cs b/src/generated/Models/EducationTerm.cs index ca1453e2c9..a96d6f35cb 100644 --- a/src/generated/Models/EducationTerm.cs +++ b/src/generated/Models/EducationTerm.cs @@ -38,7 +38,7 @@ public class EducationTerm : IAdditionalDataHolder, IParsable { /// Start of the term. public Date? StartDate { get; set; } /// - /// Instantiates a new educationTerm and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationTerm() { AdditionalData = new Dictionary(); @@ -46,6 +46,7 @@ public EducationTerm() { /// /// 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 EducationTerm CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -54,6 +55,7 @@ public static EducationTerm CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/EducationUser.cs b/src/generated/Models/EducationUser.cs index 209beae6b8..222051a7cf 100644 --- a/src/generated/Models/EducationUser.cs +++ b/src/generated/Models/EducationUser.cs @@ -283,6 +283,7 @@ public class EducationUser : Entity, IParsable { /// /// 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 new EducationUser CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -291,6 +292,7 @@ public class EducationUser : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accountEnabled", n => { AccountEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/EducationUserCollectionResponse.cs b/src/generated/Models/EducationUserCollectionResponse.cs index b38181df8b..3b13f027af 100644 --- a/src/generated/Models/EducationUserCollectionResponse.cs +++ b/src/generated/Models/EducationUserCollectionResponse.cs @@ -17,6 +17,7 @@ public class EducationUserCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new EducationUserCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EducationUserCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EducationUser.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EducationWordResource.cs b/src/generated/Models/EducationWordResource.cs index c651daa8c8..0bf7beae1f 100644 --- a/src/generated/Models/EducationWordResource.cs +++ b/src/generated/Models/EducationWordResource.cs @@ -15,7 +15,7 @@ public class EducationWordResource : EducationResource, IParsable { public string FileUrl { get; set; } #endif /// - /// Instantiates a new educationWordResource and sets the default values. + /// Instantiates a new and sets the default values. /// public EducationWordResource() : base() { OdataType = "#microsoft.graph.educationWordResource"; @@ -23,6 +23,7 @@ public EducationWordResource() : base() { /// /// 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 new EducationWordResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public EducationWordResource() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"fileUrl", n => { FileUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/EmailAddress.cs b/src/generated/Models/EmailAddress.cs index 254d5f64fe..431d8d5954 100644 --- a/src/generated/Models/EmailAddress.cs +++ b/src/generated/Models/EmailAddress.cs @@ -33,7 +33,7 @@ public class EmailAddress : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new emailAddress and sets the default values. + /// Instantiates a new and sets the default values. /// public EmailAddress() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public EmailAddress() { /// /// 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 EmailAddress CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static EmailAddress CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"address", n => { Address = n.GetStringValue(); } }, diff --git a/src/generated/Models/EmailAuthenticationMethod.cs b/src/generated/Models/EmailAuthenticationMethod.cs index f86580cbc4..39e0179191 100644 --- a/src/generated/Models/EmailAuthenticationMethod.cs +++ b/src/generated/Models/EmailAuthenticationMethod.cs @@ -15,7 +15,7 @@ public class EmailAuthenticationMethod : AuthenticationMethod, IParsable { public string EmailAddress { get; set; } #endif /// - /// Instantiates a new emailAuthenticationMethod and sets the default values. + /// Instantiates a new and sets the default values. /// public EmailAuthenticationMethod() : base() { OdataType = "#microsoft.graph.emailAuthenticationMethod"; @@ -23,6 +23,7 @@ public EmailAuthenticationMethod() : base() { /// /// 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 new EmailAuthenticationMethod CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public EmailAuthenticationMethod() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"emailAddress", n => { EmailAddress = n.GetStringValue(); } }, diff --git a/src/generated/Models/EmailAuthenticationMethodCollectionResponse.cs b/src/generated/Models/EmailAuthenticationMethodCollectionResponse.cs index d0c22de9d5..244b8a60dc 100644 --- a/src/generated/Models/EmailAuthenticationMethodCollectionResponse.cs +++ b/src/generated/Models/EmailAuthenticationMethodCollectionResponse.cs @@ -17,6 +17,7 @@ public class EmailAuthenticationMethodCollectionResponse : BaseCollectionPaginat /// /// 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 new EmailAuthenticationMethodCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EmailAuthenticationMethodCollectionResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EmailAuthenticationMethod.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EmailAuthenticationMethodConfiguration.cs b/src/generated/Models/EmailAuthenticationMethodConfiguration.cs index ace9c9e08e..1cdccc3df0 100644 --- a/src/generated/Models/EmailAuthenticationMethodConfiguration.cs +++ b/src/generated/Models/EmailAuthenticationMethodConfiguration.cs @@ -17,7 +17,7 @@ public class EmailAuthenticationMethodConfiguration : AuthenticationMethodConfig public List IncludeTargets { get; set; } #endif /// - /// Instantiates a new emailAuthenticationMethodConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public EmailAuthenticationMethodConfiguration() : base() { OdataType = "#microsoft.graph.emailAuthenticationMethodConfiguration"; @@ -25,6 +25,7 @@ public EmailAuthenticationMethodConfiguration() : base() { /// /// 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 new EmailAuthenticationMethodConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public EmailAuthenticationMethodConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowExternalIdToUseEmailOtp", n => { AllowExternalIdToUseEmailOtp = n.GetEnumValue(); } }, diff --git a/src/generated/Models/EmailFileAssessmentRequest.cs b/src/generated/Models/EmailFileAssessmentRequest.cs index a98d9d654e..acbb968b06 100644 --- a/src/generated/Models/EmailFileAssessmentRequest.cs +++ b/src/generated/Models/EmailFileAssessmentRequest.cs @@ -25,7 +25,7 @@ public class EmailFileAssessmentRequest : ThreatAssessmentRequest, IParsable { public string RecipientEmail { get; set; } #endif /// - /// Instantiates a new emailFileAssessmentRequest and sets the default values. + /// Instantiates a new and sets the default values. /// public EmailFileAssessmentRequest() : base() { OdataType = "#microsoft.graph.emailFileAssessmentRequest"; @@ -33,6 +33,7 @@ public EmailFileAssessmentRequest() : base() { /// /// 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 new EmailFileAssessmentRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public EmailFileAssessmentRequest() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"contentData", n => { ContentData = n.GetStringValue(); } }, diff --git a/src/generated/Models/EmailIdentity.cs b/src/generated/Models/EmailIdentity.cs index ce7a27e475..25838ed789 100644 --- a/src/generated/Models/EmailIdentity.cs +++ b/src/generated/Models/EmailIdentity.cs @@ -15,7 +15,7 @@ public class EmailIdentity : Identity, IParsable { public string Email { get; set; } #endif /// - /// Instantiates a new emailIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public EmailIdentity() : base() { OdataType = "#microsoft.graph.emailIdentity"; @@ -23,6 +23,7 @@ public EmailIdentity() : base() { /// /// 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 new EmailIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public EmailIdentity() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"email", n => { Email = n.GetStringValue(); } }, diff --git a/src/generated/Models/EmailPayloadDetail.cs b/src/generated/Models/EmailPayloadDetail.cs index 23caf90db7..636070622b 100644 --- a/src/generated/Models/EmailPayloadDetail.cs +++ b/src/generated/Models/EmailPayloadDetail.cs @@ -33,7 +33,7 @@ public class EmailPayloadDetail : PayloadDetail, IParsable { public string Subject { get; set; } #endif /// - /// Instantiates a new emailPayloadDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public EmailPayloadDetail() : base() { OdataType = "#microsoft.graph.emailPayloadDetail"; @@ -41,6 +41,7 @@ public EmailPayloadDetail() : base() { /// /// 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 new EmailPayloadDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public EmailPayloadDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"fromEmail", n => { FromEmail = n.GetStringValue(); } }, diff --git a/src/generated/Models/EmailSettings.cs b/src/generated/Models/EmailSettings.cs index 8f015ef569..051ef207e6 100644 --- a/src/generated/Models/EmailSettings.cs +++ b/src/generated/Models/EmailSettings.cs @@ -27,7 +27,7 @@ public class EmailSettings : IAdditionalDataHolder, IParsable { /// Specifies if the organization’s banner logo should be included in email notifications. The banner logo will replace the Microsoft logo at the top of the email notification. If true the banner logo will be taken from the tenant’s branding settings. This value can only be set to true if the organizationalBranding bannerLogo property is set. public bool? UseCompanyBranding { get; set; } /// - /// Instantiates a new emailSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public EmailSettings() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public EmailSettings() { /// /// 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 EmailSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static EmailSettings CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/EmployeeExperience.cs b/src/generated/Models/EmployeeExperience.cs index 1e6f457856..afc396bcc9 100644 --- a/src/generated/Models/EmployeeExperience.cs +++ b/src/generated/Models/EmployeeExperience.cs @@ -33,7 +33,7 @@ public class EmployeeExperience : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new employeeExperience and sets the default values. + /// Instantiates a new and sets the default values. /// public EmployeeExperience() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public EmployeeExperience() { /// /// 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 EmployeeExperience CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static EmployeeExperience CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"learningCourseActivities", n => { LearningCourseActivities = n.GetCollectionOfObjectValues(LearningCourseActivity.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EmployeeExperienceUser.cs b/src/generated/Models/EmployeeExperienceUser.cs index 14009c6419..eb2adbd532 100644 --- a/src/generated/Models/EmployeeExperienceUser.cs +++ b/src/generated/Models/EmployeeExperienceUser.cs @@ -17,6 +17,7 @@ public class EmployeeExperienceUser : Entity, IParsable { /// /// 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 new EmployeeExperienceUser CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EmployeeExperienceUser : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"learningCourseActivities", n => { LearningCourseActivities = n.GetCollectionOfObjectValues(LearningCourseActivity.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EmployeeOrgData.cs b/src/generated/Models/EmployeeOrgData.cs index b785a82b27..30485e7581 100644 --- a/src/generated/Models/EmployeeOrgData.cs +++ b/src/generated/Models/EmployeeOrgData.cs @@ -33,7 +33,7 @@ public class EmployeeOrgData : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new employeeOrgData and sets the default values. + /// Instantiates a new and sets the default values. /// public EmployeeOrgData() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public EmployeeOrgData() { /// /// 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 EmployeeOrgData CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static EmployeeOrgData CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"costCenter", n => { CostCenter = n.GetStringValue(); } }, diff --git a/src/generated/Models/EndUserNotification.cs b/src/generated/Models/EndUserNotification.cs index 8260df8a30..cf3b8136dd 100644 --- a/src/generated/Models/EndUserNotification.cs +++ b/src/generated/Models/EndUserNotification.cs @@ -67,6 +67,7 @@ public class EndUserNotification : Entity, IParsable { /// /// 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 new EndUserNotification CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -75,6 +76,7 @@ public class EndUserNotification : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdBy", n => { CreatedBy = n.GetObjectValue(EmailIdentity.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/EndUserNotificationCollectionResponse.cs b/src/generated/Models/EndUserNotificationCollectionResponse.cs index 40a673e2ef..1ed40a9287 100644 --- a/src/generated/Models/EndUserNotificationCollectionResponse.cs +++ b/src/generated/Models/EndUserNotificationCollectionResponse.cs @@ -17,6 +17,7 @@ public class EndUserNotificationCollectionResponse : BaseCollectionPaginationCou /// /// 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 new EndUserNotificationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EndUserNotificationCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EndUserNotification.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EndUserNotificationDetail.cs b/src/generated/Models/EndUserNotificationDetail.cs index 386794e716..a2a40bd5b2 100644 --- a/src/generated/Models/EndUserNotificationDetail.cs +++ b/src/generated/Models/EndUserNotificationDetail.cs @@ -51,6 +51,7 @@ public class EndUserNotificationDetail : Entity, IParsable { /// /// 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 new EndUserNotificationDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public class EndUserNotificationDetail : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"emailContent", n => { EmailContent = n.GetStringValue(); } }, diff --git a/src/generated/Models/EndUserNotificationDetailCollectionResponse.cs b/src/generated/Models/EndUserNotificationDetailCollectionResponse.cs index 26d91c353a..7785db3bb6 100644 --- a/src/generated/Models/EndUserNotificationDetailCollectionResponse.cs +++ b/src/generated/Models/EndUserNotificationDetailCollectionResponse.cs @@ -17,6 +17,7 @@ public class EndUserNotificationDetailCollectionResponse : BaseCollectionPaginat /// /// 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 new EndUserNotificationDetailCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EndUserNotificationDetailCollectionResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EndUserNotificationDetail.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EndUserNotificationSetting.cs b/src/generated/Models/EndUserNotificationSetting.cs index d5b8abab87..4c97c58eef 100644 --- a/src/generated/Models/EndUserNotificationSetting.cs +++ b/src/generated/Models/EndUserNotificationSetting.cs @@ -29,7 +29,7 @@ public class EndUserNotificationSetting : IAdditionalDataHolder, IParsable { /// End user notification type. Possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. public EndUserNotificationSettingType? SettingType { get; set; } /// - /// Instantiates a new endUserNotificationSetting and sets the default values. + /// Instantiates a new and sets the default values. /// public EndUserNotificationSetting() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public EndUserNotificationSetting() { /// /// 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 EndUserNotificationSetting CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static EndUserNotificationSetting CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"notificationPreference", n => { NotificationPreference = n.GetEnumValue(); } }, diff --git a/src/generated/Models/Endpoint.cs b/src/generated/Models/Endpoint.cs index 2f8c47972e..9614b0a404 100644 --- a/src/generated/Models/Endpoint.cs +++ b/src/generated/Models/Endpoint.cs @@ -47,7 +47,7 @@ public class Endpoint : DirectoryObject, IParsable { public string Uri { get; set; } #endif /// - /// Instantiates a new endpoint and sets the default values. + /// Instantiates a new and sets the default values. /// public Endpoint() : base() { OdataType = "#microsoft.graph.endpoint"; @@ -55,6 +55,7 @@ public Endpoint() : base() { /// /// 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 new Endpoint CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -63,6 +64,7 @@ public Endpoint() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"capability", n => { Capability = n.GetStringValue(); } }, diff --git a/src/generated/Models/EndpointCollectionResponse.cs b/src/generated/Models/EndpointCollectionResponse.cs index 0383004c34..5de3a0c361 100644 --- a/src/generated/Models/EndpointCollectionResponse.cs +++ b/src/generated/Models/EndpointCollectionResponse.cs @@ -17,6 +17,7 @@ public class EndpointCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new EndpointCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EndpointCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Endpoint.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EnrollmentConfigurationAssignment.cs b/src/generated/Models/EnrollmentConfigurationAssignment.cs index e23022705a..d33e5a5d69 100644 --- a/src/generated/Models/EnrollmentConfigurationAssignment.cs +++ b/src/generated/Models/EnrollmentConfigurationAssignment.cs @@ -20,6 +20,7 @@ public class EnrollmentConfigurationAssignment : Entity, IParsable { /// /// 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 new EnrollmentConfigurationAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public class EnrollmentConfigurationAssignment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"target", n => { Target = n.GetObjectValue(DeviceAndAppManagementAssignmentTarget.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/EnrollmentConfigurationAssignmentCollectionResponse.cs b/src/generated/Models/EnrollmentConfigurationAssignmentCollectionResponse.cs index 23aaf86d74..c56399daaa 100644 --- a/src/generated/Models/EnrollmentConfigurationAssignmentCollectionResponse.cs +++ b/src/generated/Models/EnrollmentConfigurationAssignmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class EnrollmentConfigurationAssignmentCollectionResponse : BaseCollectio /// /// 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 new EnrollmentConfigurationAssignmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EnrollmentConfigurationAssignmentCollectionResponse : BaseCollectio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EnrollmentConfigurationAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EnrollmentTroubleshootingEvent.cs b/src/generated/Models/EnrollmentTroubleshootingEvent.cs index f851676087..cae30541e3 100644 --- a/src/generated/Models/EnrollmentTroubleshootingEvent.cs +++ b/src/generated/Models/EnrollmentTroubleshootingEvent.cs @@ -64,6 +64,7 @@ public class EnrollmentTroubleshootingEvent : DeviceManagementTroubleshootingEve /// /// 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 new EnrollmentTroubleshootingEvent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -72,6 +73,7 @@ public class EnrollmentTroubleshootingEvent : DeviceManagementTroubleshootingEve /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deviceId", n => { DeviceId = n.GetStringValue(); } }, diff --git a/src/generated/Models/EnterpriseCodeSigningCertificate.cs b/src/generated/Models/EnterpriseCodeSigningCertificate.cs index 7454a39fba..c02a47f1e9 100644 --- a/src/generated/Models/EnterpriseCodeSigningCertificate.cs +++ b/src/generated/Models/EnterpriseCodeSigningCertificate.cs @@ -55,6 +55,7 @@ public class EnterpriseCodeSigningCertificate : Entity, IParsable { /// /// 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 new EnterpriseCodeSigningCertificate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -63,6 +64,7 @@ public class EnterpriseCodeSigningCertificate : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"content", n => { Content = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/EntitlementManagement.cs b/src/generated/Models/EntitlementManagement.cs index 3238fcd91e..c36d6aae70 100644 --- a/src/generated/Models/EntitlementManagement.cs +++ b/src/generated/Models/EntitlementManagement.cs @@ -105,6 +105,7 @@ public class EntitlementManagement : Entity, IParsable { /// /// 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 new EntitlementManagement CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -113,6 +114,7 @@ public class EntitlementManagement : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accessPackageAssignmentApprovals", n => { AccessPackageAssignmentApprovals = n.GetCollectionOfObjectValues(Approval.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EntitlementManagementSchedule.cs b/src/generated/Models/EntitlementManagementSchedule.cs index 0317ba94bc..13831c82b8 100644 --- a/src/generated/Models/EntitlementManagementSchedule.cs +++ b/src/generated/Models/EntitlementManagementSchedule.cs @@ -35,7 +35,7 @@ public class EntitlementManagementSchedule : IAdditionalDataHolder, IParsable { /// The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. public DateTimeOffset? StartDateTime { get; set; } /// - /// Instantiates a new entitlementManagementSchedule and sets the default values. + /// Instantiates a new and sets the default values. /// public EntitlementManagementSchedule() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public EntitlementManagementSchedule() { /// /// 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 EntitlementManagementSchedule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static EntitlementManagementSchedule CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"expiration", n => { Expiration = n.GetObjectValue(ExpirationPattern.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/EntitlementManagementSettings.cs b/src/generated/Models/EntitlementManagementSettings.cs index f76f3a053d..6b0aac32b9 100644 --- a/src/generated/Models/EntitlementManagementSettings.cs +++ b/src/generated/Models/EntitlementManagementSettings.cs @@ -13,6 +13,7 @@ public class EntitlementManagementSettings : Entity, IParsable { /// /// 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 new EntitlementManagementSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -21,6 +22,7 @@ public class EntitlementManagementSettings : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"durationUntilExternalUserDeletedAfterBlocked", n => { DurationUntilExternalUserDeletedAfterBlocked = n.GetTimeSpanValue(); } }, diff --git a/src/generated/Models/Entity.cs b/src/generated/Models/Entity.cs index f137c3099f..15429f36d8 100644 --- a/src/generated/Models/Entity.cs +++ b/src/generated/Models/Entity.cs @@ -32,7 +32,7 @@ public class Entity : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new entity and sets the default values. + /// Instantiates a new and sets the default values. /// public Entity() { AdditionalData = new Dictionary(); @@ -40,6 +40,7 @@ public Entity() { /// /// 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 Entity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -154,6 +155,7 @@ public static Entity CreateFromDiscriminatorValue(IParseNode parseNode) { "#microsoft.graph.browserSite" => new BrowserSite(), "#microsoft.graph.browserSiteList" => new BrowserSiteList(), "#microsoft.graph.builtInIdentityProvider" => new BuiltInIdentityProvider(), + "#microsoft.graph.bulkUpload" => new BulkUpload(), "#microsoft.graph.calendar" => new Calendar(), "#microsoft.graph.calendarGroup" => new CalendarGroup(), "#microsoft.graph.calendarPermission" => new CalendarPermission(), @@ -889,6 +891,7 @@ public static Entity CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"id", n => { Id = n.GetStringValue(); } }, diff --git a/src/generated/Models/Event.cs b/src/generated/Models/Event.cs index fbca92aee7..c5882e99bb 100644 --- a/src/generated/Models/Event.cs +++ b/src/generated/Models/Event.cs @@ -241,7 +241,7 @@ public class Event : OutlookItem, IParsable { public string WebLink { get; set; } #endif /// - /// Instantiates a new event and sets the default values. + /// Instantiates a new and sets the default values. /// public Event() : base() { OdataType = "#microsoft.graph.event"; @@ -249,6 +249,7 @@ public Event() : base() { /// /// 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 new Event CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -257,6 +258,7 @@ public Event() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowNewTimeProposals", n => { AllowNewTimeProposals = n.GetBoolValue(); } }, diff --git a/src/generated/Models/EventCollectionResponse.cs b/src/generated/Models/EventCollectionResponse.cs index b26363d05c..dffad37206 100644 --- a/src/generated/Models/EventCollectionResponse.cs +++ b/src/generated/Models/EventCollectionResponse.cs @@ -17,6 +17,7 @@ public class EventCollectionResponse : BaseCollectionPaginationCountResponse, IP /// /// 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 new EventCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EventCollectionResponse : BaseCollectionPaginationCountResponse, IP /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Event.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/EventMessage.cs b/src/generated/Models/EventMessage.cs index 8a51584d04..f96b9e92a2 100644 --- a/src/generated/Models/EventMessage.cs +++ b/src/generated/Models/EventMessage.cs @@ -57,7 +57,7 @@ public class EventMessage : Message, IParsable { /// The type property public EventType? Type { get; set; } /// - /// Instantiates a new eventMessage and sets the default values. + /// Instantiates a new and sets the default values. /// public EventMessage() : base() { OdataType = "#microsoft.graph.eventMessage"; @@ -65,6 +65,7 @@ public EventMessage() : base() { /// /// 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 new EventMessage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -78,6 +79,7 @@ public EventMessage() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"endDateTime", n => { EndDateTime = n.GetObjectValue(DateTimeTimeZone.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/EventMessageDetail.cs b/src/generated/Models/EventMessageDetail.cs index e74a5332f4..754ea310dd 100644 --- a/src/generated/Models/EventMessageDetail.cs +++ b/src/generated/Models/EventMessageDetail.cs @@ -17,7 +17,7 @@ public class EventMessageDetail : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new eventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public EventMessageDetail() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public EventMessageDetail() { /// /// 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 EventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public static EventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/EventMessageRequest.cs b/src/generated/Models/EventMessageRequest.cs index 083c092fd6..ef9321f3f5 100644 --- a/src/generated/Models/EventMessageRequest.cs +++ b/src/generated/Models/EventMessageRequest.cs @@ -37,7 +37,7 @@ public class EventMessageRequest : EventMessage, IParsable { /// Set to true if the sender would like the invitee to send a response to the requested meeting. public bool? ResponseRequested { get; set; } /// - /// Instantiates a new eventMessageRequest and sets the default values. + /// Instantiates a new and sets the default values. /// public EventMessageRequest() : base() { OdataType = "#microsoft.graph.eventMessageRequest"; @@ -45,6 +45,7 @@ public EventMessageRequest() : base() { /// /// 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 new EventMessageRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public EventMessageRequest() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowNewTimeProposals", n => { AllowNewTimeProposals = n.GetBoolValue(); } }, diff --git a/src/generated/Models/EventMessageResponse.cs b/src/generated/Models/EventMessageResponse.cs index 410223a716..54e4bf49b4 100644 --- a/src/generated/Models/EventMessageResponse.cs +++ b/src/generated/Models/EventMessageResponse.cs @@ -17,7 +17,7 @@ public class EventMessageResponse : EventMessage, IParsable { /// The responseType property public ApiSdk.Models.ResponseType? ResponseType { get; set; } /// - /// Instantiates a new eventMessageResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public EventMessageResponse() : base() { OdataType = "#microsoft.graph.eventMessageResponse"; @@ -25,6 +25,7 @@ public EventMessageResponse() : base() { /// /// 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 new EventMessageResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public EventMessageResponse() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"proposedNewTime", n => { ProposedNewTime = n.GetObjectValue(TimeSlot.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ExcludeTarget.cs b/src/generated/Models/ExcludeTarget.cs index c458002f74..d44353a21e 100644 --- a/src/generated/Models/ExcludeTarget.cs +++ b/src/generated/Models/ExcludeTarget.cs @@ -27,7 +27,7 @@ public class ExcludeTarget : IAdditionalDataHolder, IParsable { /// The targetType property public AuthenticationMethodTargetType? TargetType { get; set; } /// - /// Instantiates a new excludeTarget and sets the default values. + /// Instantiates a new and sets the default values. /// public ExcludeTarget() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public ExcludeTarget() { /// /// 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 ExcludeTarget CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static ExcludeTarget CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"id", n => { Id = n.GetStringValue(); } }, diff --git a/src/generated/Models/ExclusionGroupAssignmentTarget.cs b/src/generated/Models/ExclusionGroupAssignmentTarget.cs index 6f96142766..dd6e8379c8 100644 --- a/src/generated/Models/ExclusionGroupAssignmentTarget.cs +++ b/src/generated/Models/ExclusionGroupAssignmentTarget.cs @@ -10,7 +10,7 @@ namespace ApiSdk.Models { /// public class ExclusionGroupAssignmentTarget : GroupAssignmentTarget, IParsable { /// - /// Instantiates a new exclusionGroupAssignmentTarget and sets the default values. + /// Instantiates a new and sets the default values. /// public ExclusionGroupAssignmentTarget() : base() { OdataType = "#microsoft.graph.exclusionGroupAssignmentTarget"; @@ -18,6 +18,7 @@ public ExclusionGroupAssignmentTarget() : base() { /// /// 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 new ExclusionGroupAssignmentTarget CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public ExclusionGroupAssignmentTarget() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/ExpirationPattern.cs b/src/generated/Models/ExpirationPattern.cs index b9c17d34a1..62b7c02c35 100644 --- a/src/generated/Models/ExpirationPattern.cs +++ b/src/generated/Models/ExpirationPattern.cs @@ -23,7 +23,7 @@ public class ExpirationPattern : IAdditionalDataHolder, IParsable { /// The requestor's desired expiration pattern type. The possible values are: notSpecified, noExpiration, afterDateTime, afterDuration. public ExpirationPatternType? Type { get; set; } /// - /// Instantiates a new expirationPattern and sets the default values. + /// Instantiates a new and sets the default values. /// public ExpirationPattern() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public ExpirationPattern() { /// /// 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 ExpirationPattern CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static ExpirationPattern CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"duration", n => { Duration = n.GetTimeSpanValue(); } }, diff --git a/src/generated/Models/ExpressionInputObject.cs b/src/generated/Models/ExpressionInputObject.cs index 63afd4aae0..e519807832 100644 --- a/src/generated/Models/ExpressionInputObject.cs +++ b/src/generated/Models/ExpressionInputObject.cs @@ -33,7 +33,7 @@ public class ExpressionInputObject : IAdditionalDataHolder, IParsable { public List Properties { get; set; } #endif /// - /// Instantiates a new expressionInputObject and sets the default values. + /// Instantiates a new and sets the default values. /// public ExpressionInputObject() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public ExpressionInputObject() { /// /// 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 ExpressionInputObject CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static ExpressionInputObject CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"definition", n => { Definition = n.GetObjectValue(ObjectDefinition.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Extension.cs b/src/generated/Models/Extension.cs index e517e71b5f..445dde9c70 100644 --- a/src/generated/Models/Extension.cs +++ b/src/generated/Models/Extension.cs @@ -9,6 +9,7 @@ public class Extension : Entity, IParsable { /// /// 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 new Extension CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -21,6 +22,7 @@ public class Extension : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/ExtensionCollectionResponse.cs b/src/generated/Models/ExtensionCollectionResponse.cs index cf447b7208..8f183d210d 100644 --- a/src/generated/Models/ExtensionCollectionResponse.cs +++ b/src/generated/Models/ExtensionCollectionResponse.cs @@ -17,6 +17,7 @@ public class ExtensionCollectionResponse : BaseCollectionPaginationCountResponse /// /// 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 new ExtensionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ExtensionCollectionResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Extension.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ExtensionProperty.cs b/src/generated/Models/ExtensionProperty.cs index ccedff4c76..d5227f1593 100644 --- a/src/generated/Models/ExtensionProperty.cs +++ b/src/generated/Models/ExtensionProperty.cs @@ -43,7 +43,7 @@ public class ExtensionProperty : DirectoryObject, IParsable { public List TargetObjects { get; set; } #endif /// - /// Instantiates a new extensionProperty and sets the default values. + /// Instantiates a new and sets the default values. /// public ExtensionProperty() : base() { OdataType = "#microsoft.graph.extensionProperty"; @@ -51,6 +51,7 @@ public ExtensionProperty() : base() { /// /// 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 new ExtensionProperty CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public ExtensionProperty() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appDisplayName", n => { AppDisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/ExtensionPropertyCollectionResponse.cs b/src/generated/Models/ExtensionPropertyCollectionResponse.cs index 16bc660b3f..31e563a138 100644 --- a/src/generated/Models/ExtensionPropertyCollectionResponse.cs +++ b/src/generated/Models/ExtensionPropertyCollectionResponse.cs @@ -17,6 +17,7 @@ public class ExtensionPropertyCollectionResponse : BaseCollectionPaginationCount /// /// 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 new ExtensionPropertyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ExtensionPropertyCollectionResponse : BaseCollectionPaginationCount /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExtensionProperty.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ExtensionSchemaProperty.cs b/src/generated/Models/ExtensionSchemaProperty.cs index b065f61a31..5fd4740381 100644 --- a/src/generated/Models/ExtensionSchemaProperty.cs +++ b/src/generated/Models/ExtensionSchemaProperty.cs @@ -33,7 +33,7 @@ public class ExtensionSchemaProperty : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new extensionSchemaProperty and sets the default values. + /// Instantiates a new and sets the default values. /// public ExtensionSchemaProperty() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public ExtensionSchemaProperty() { /// /// 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 ExtensionSchemaProperty CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static ExtensionSchemaProperty CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/ExternalConnectors/Acl.cs b/src/generated/Models/ExternalConnectors/Acl.cs index a1afe62821..5d40432f7b 100644 --- a/src/generated/Models/ExternalConnectors/Acl.cs +++ b/src/generated/Models/ExternalConnectors/Acl.cs @@ -29,7 +29,7 @@ public class Acl : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new acl and sets the default values. + /// Instantiates a new and sets the default values. /// public Acl() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public Acl() { /// /// 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 Acl CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static Acl CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"accessType", n => { AccessType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/ExternalConnectors/ActivitySettings.cs b/src/generated/Models/ExternalConnectors/ActivitySettings.cs index ee58af4a8e..42dbe7011d 100644 --- a/src/generated/Models/ExternalConnectors/ActivitySettings.cs +++ b/src/generated/Models/ExternalConnectors/ActivitySettings.cs @@ -25,7 +25,7 @@ public class ActivitySettings : IAdditionalDataHolder, IParsable { public List UrlToItemResolvers { get; set; } #endif /// - /// Instantiates a new activitySettings and sets the default values. + /// Instantiates a new and sets the default values. /// public ActivitySettings() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public ActivitySettings() { /// /// 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 ActivitySettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static ActivitySettings CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/ExternalConnectors/Configuration.cs b/src/generated/Models/ExternalConnectors/Configuration.cs index 4c9075bca8..44e71aa766 100644 --- a/src/generated/Models/ExternalConnectors/Configuration.cs +++ b/src/generated/Models/ExternalConnectors/Configuration.cs @@ -25,7 +25,7 @@ public class Configuration : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new configuration and sets the default values. + /// Instantiates a new and sets the default values. /// public Configuration() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public Configuration() { /// /// 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 Configuration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static Configuration CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"authorizedAppIds", n => { AuthorizedAppIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/ExternalConnectors/ConnectionOperation.cs b/src/generated/Models/ExternalConnectors/ConnectionOperation.cs index ed184bf858..cf005ea915 100644 --- a/src/generated/Models/ExternalConnectors/ConnectionOperation.cs +++ b/src/generated/Models/ExternalConnectors/ConnectionOperation.cs @@ -19,6 +19,7 @@ public class ConnectionOperation : ApiSdk.Models.Entity, IParsable { /// /// 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 new ConnectionOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class ConnectionOperation : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"error", n => { Error = n.GetObjectValue(ApiSdk.Models.PublicError.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ExternalConnectors/ConnectionOperationCollectionResponse.cs b/src/generated/Models/ExternalConnectors/ConnectionOperationCollectionResponse.cs index 1abaae5140..149d7d38a2 100644 --- a/src/generated/Models/ExternalConnectors/ConnectionOperationCollectionResponse.cs +++ b/src/generated/Models/ExternalConnectors/ConnectionOperationCollectionResponse.cs @@ -17,6 +17,7 @@ public class ConnectionOperationCollectionResponse : ApiSdk.Models.BaseCollectio /// /// 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 new ConnectionOperationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ConnectionOperationCollectionResponse : ApiSdk.Models.BaseCollectio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ConnectionOperation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ExternalConnectors/DisplayTemplate.cs b/src/generated/Models/ExternalConnectors/DisplayTemplate.cs index 4b8d2f6460..4486206ff3 100644 --- a/src/generated/Models/ExternalConnectors/DisplayTemplate.cs +++ b/src/generated/Models/ExternalConnectors/DisplayTemplate.cs @@ -43,7 +43,7 @@ public class DisplayTemplate : IAdditionalDataHolder, IParsable { public List Rules { get; set; } #endif /// - /// Instantiates a new displayTemplate and sets the default values. + /// Instantiates a new and sets the default values. /// public DisplayTemplate() { AdditionalData = new Dictionary(); @@ -51,6 +51,7 @@ public DisplayTemplate() { /// /// 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 DisplayTemplate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static DisplayTemplate CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"id", n => { Id = n.GetStringValue(); } }, diff --git a/src/generated/Models/ExternalConnectors/External.cs b/src/generated/Models/ExternalConnectors/External.cs index ab9a71dee7..a34436824b 100644 --- a/src/generated/Models/ExternalConnectors/External.cs +++ b/src/generated/Models/ExternalConnectors/External.cs @@ -25,7 +25,7 @@ public class External : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new external and sets the default values. + /// Instantiates a new and sets the default values. /// public External() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public External() { /// /// 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 External CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static External CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"connections", n => { Connections = n.GetCollectionOfObjectValues(ExternalConnection.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ExternalConnectors/ExternalActivity.cs b/src/generated/Models/ExternalConnectors/ExternalActivity.cs index a14344f230..8e71731530 100644 --- a/src/generated/Models/ExternalConnectors/ExternalActivity.cs +++ b/src/generated/Models/ExternalConnectors/ExternalActivity.cs @@ -21,6 +21,7 @@ public class ExternalActivity : ApiSdk.Models.Entity, IParsable { /// /// 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 new ExternalActivity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class ExternalActivity : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"performedBy", n => { PerformedBy = n.GetObjectValue(Identity.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ExternalConnectors/ExternalActivityCollectionResponse.cs b/src/generated/Models/ExternalConnectors/ExternalActivityCollectionResponse.cs index 4e4e12126e..f5193bf0a5 100644 --- a/src/generated/Models/ExternalConnectors/ExternalActivityCollectionResponse.cs +++ b/src/generated/Models/ExternalConnectors/ExternalActivityCollectionResponse.cs @@ -17,6 +17,7 @@ public class ExternalActivityCollectionResponse : ApiSdk.Models.BaseCollectionPa /// /// 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 new ExternalActivityCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ExternalActivityCollectionResponse : ApiSdk.Models.BaseCollectionPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExternalActivity.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ExternalConnectors/ExternalActivityResult.cs b/src/generated/Models/ExternalConnectors/ExternalActivityResult.cs index 16a18f693d..1a807cd191 100644 --- a/src/generated/Models/ExternalConnectors/ExternalActivityResult.cs +++ b/src/generated/Models/ExternalConnectors/ExternalActivityResult.cs @@ -17,6 +17,7 @@ public class ExternalActivityResult : ExternalActivity, IParsable { /// /// 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 new ExternalActivityResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ExternalActivityResult : ExternalActivity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"error", n => { Error = n.GetObjectValue(ApiSdk.Models.PublicError.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ExternalConnectors/ExternalConnection.cs b/src/generated/Models/ExternalConnectors/ExternalConnection.cs index 6b2cb84a24..f4d8f5ffbf 100644 --- a/src/generated/Models/ExternalConnectors/ExternalConnection.cs +++ b/src/generated/Models/ExternalConnectors/ExternalConnection.cs @@ -91,6 +91,7 @@ public class ExternalConnection : ApiSdk.Models.Entity, IParsable { /// /// 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 new ExternalConnection CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -99,6 +100,7 @@ public class ExternalConnection : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activitySettings", n => { ActivitySettings = n.GetObjectValue(ApiSdk.Models.ExternalConnectors.ActivitySettings.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ExternalConnectors/ExternalConnectionCollectionResponse.cs b/src/generated/Models/ExternalConnectors/ExternalConnectionCollectionResponse.cs index 422e4cf888..352344901a 100644 --- a/src/generated/Models/ExternalConnectors/ExternalConnectionCollectionResponse.cs +++ b/src/generated/Models/ExternalConnectors/ExternalConnectionCollectionResponse.cs @@ -17,6 +17,7 @@ public class ExternalConnectionCollectionResponse : ApiSdk.Models.BaseCollection /// /// 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 new ExternalConnectionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ExternalConnectionCollectionResponse : ApiSdk.Models.BaseCollection /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExternalConnection.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ExternalConnectors/ExternalGroup.cs b/src/generated/Models/ExternalConnectors/ExternalGroup.cs index e5aeb050aa..3df662d95f 100644 --- a/src/generated/Models/ExternalConnectors/ExternalGroup.cs +++ b/src/generated/Models/ExternalConnectors/ExternalGroup.cs @@ -33,6 +33,7 @@ public class ExternalGroup : ApiSdk.Models.Entity, IParsable { /// /// 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 new ExternalGroup CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class ExternalGroup : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/ExternalConnectors/ExternalGroupCollectionResponse.cs b/src/generated/Models/ExternalConnectors/ExternalGroupCollectionResponse.cs index d00e433722..5ad5646a42 100644 --- a/src/generated/Models/ExternalConnectors/ExternalGroupCollectionResponse.cs +++ b/src/generated/Models/ExternalConnectors/ExternalGroupCollectionResponse.cs @@ -17,6 +17,7 @@ public class ExternalGroupCollectionResponse : ApiSdk.Models.BaseCollectionPagin /// /// 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 new ExternalGroupCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ExternalGroupCollectionResponse : ApiSdk.Models.BaseCollectionPagin /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExternalGroup.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ExternalConnectors/ExternalItem.cs b/src/generated/Models/ExternalConnectors/ExternalItem.cs index 0fa721654e..09afa6591d 100644 --- a/src/generated/Models/ExternalConnectors/ExternalItem.cs +++ b/src/generated/Models/ExternalConnectors/ExternalItem.cs @@ -41,6 +41,7 @@ public class ExternalItem : ApiSdk.Models.Entity, IParsable { /// /// 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 new ExternalItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public class ExternalItem : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"acl", n => { Acl = n.GetCollectionOfObjectValues(ApiSdk.Models.ExternalConnectors.Acl.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ExternalConnectors/ExternalItemCollectionResponse.cs b/src/generated/Models/ExternalConnectors/ExternalItemCollectionResponse.cs index 449eb97702..abc7ad620c 100644 --- a/src/generated/Models/ExternalConnectors/ExternalItemCollectionResponse.cs +++ b/src/generated/Models/ExternalConnectors/ExternalItemCollectionResponse.cs @@ -17,6 +17,7 @@ public class ExternalItemCollectionResponse : ApiSdk.Models.BaseCollectionPagina /// /// 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 new ExternalItemCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ExternalItemCollectionResponse : ApiSdk.Models.BaseCollectionPagina /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExternalItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ExternalConnectors/ExternalItemContent.cs b/src/generated/Models/ExternalConnectors/ExternalItemContent.cs index 60b2ae316d..e7333fba59 100644 --- a/src/generated/Models/ExternalConnectors/ExternalItemContent.cs +++ b/src/generated/Models/ExternalConnectors/ExternalItemContent.cs @@ -27,7 +27,7 @@ public class ExternalItemContent : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new externalItemContent and sets the default values. + /// Instantiates a new and sets the default values. /// public ExternalItemContent() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public ExternalItemContent() { /// /// 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 ExternalItemContent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static ExternalItemContent CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/ExternalConnectors/Identity.cs b/src/generated/Models/ExternalConnectors/Identity.cs index 31c6ee9ff3..d7938b82fd 100644 --- a/src/generated/Models/ExternalConnectors/Identity.cs +++ b/src/generated/Models/ExternalConnectors/Identity.cs @@ -11,6 +11,7 @@ public class Identity : ApiSdk.Models.Entity, IParsable { /// /// 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 new Identity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -19,6 +20,7 @@ public class Identity : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"type", n => { Type = n.GetEnumValue(); } }, diff --git a/src/generated/Models/ExternalConnectors/IdentityCollectionResponse.cs b/src/generated/Models/ExternalConnectors/IdentityCollectionResponse.cs index d5aa4a0936..f6bd98cc41 100644 --- a/src/generated/Models/ExternalConnectors/IdentityCollectionResponse.cs +++ b/src/generated/Models/ExternalConnectors/IdentityCollectionResponse.cs @@ -17,6 +17,7 @@ public class IdentityCollectionResponse : ApiSdk.Models.BaseCollectionPagination /// /// 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 new IdentityCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class IdentityCollectionResponse : ApiSdk.Models.BaseCollectionPagination /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Identity.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ExternalConnectors/ItemIdResolver.cs b/src/generated/Models/ExternalConnectors/ItemIdResolver.cs index 0177bc7275..86785e60a2 100644 --- a/src/generated/Models/ExternalConnectors/ItemIdResolver.cs +++ b/src/generated/Models/ExternalConnectors/ItemIdResolver.cs @@ -23,7 +23,7 @@ public class ItemIdResolver : UrlToItemResolverBase, IParsable { public ApiSdk.Models.ExternalConnectors.UrlMatchInfo UrlMatchInfo { get; set; } #endif /// - /// Instantiates a new itemIdResolver and sets the default values. + /// Instantiates a new and sets the default values. /// public ItemIdResolver() : base() { OdataType = "#microsoft.graph.externalConnectors.itemIdResolver"; @@ -31,6 +31,7 @@ public ItemIdResolver() : base() { /// /// 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 new ItemIdResolver CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public ItemIdResolver() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"itemId", n => { ItemId = n.GetStringValue(); } }, diff --git a/src/generated/Models/ExternalConnectors/Properties.cs b/src/generated/Models/ExternalConnectors/Properties.cs index 6943b6f372..a728793f70 100644 --- a/src/generated/Models/ExternalConnectors/Properties.cs +++ b/src/generated/Models/ExternalConnectors/Properties.cs @@ -17,7 +17,7 @@ public class Properties : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new properties and sets the default values. + /// Instantiates a new and sets the default values. /// public Properties() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public Properties() { /// /// 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 Properties CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static Properties CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/ExternalConnectors/Property.cs b/src/generated/Models/ExternalConnectors/Property.cs index 9eaf3286fa..323230370a 100644 --- a/src/generated/Models/ExternalConnectors/Property.cs +++ b/src/generated/Models/ExternalConnectors/Property.cs @@ -51,7 +51,7 @@ public class Property : IAdditionalDataHolder, IParsable { /// The type property public PropertyType? Type { get; set; } /// - /// Instantiates a new property and sets the default values. + /// Instantiates a new and sets the default values. /// public Property() { AdditionalData = new Dictionary(); @@ -59,6 +59,7 @@ public Property() { /// /// 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 Property CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public static Property CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"aliases", n => { Aliases = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/ExternalConnectors/PropertyRule.cs b/src/generated/Models/ExternalConnectors/PropertyRule.cs index 14205fa34a..7938b788b1 100644 --- a/src/generated/Models/ExternalConnectors/PropertyRule.cs +++ b/src/generated/Models/ExternalConnectors/PropertyRule.cs @@ -37,7 +37,7 @@ public class PropertyRule : IAdditionalDataHolder, IParsable { /// The valuesJoinedBy property public BinaryOperator? ValuesJoinedBy { get; set; } /// - /// Instantiates a new propertyRule and sets the default values. + /// Instantiates a new and sets the default values. /// public PropertyRule() { AdditionalData = new Dictionary(); @@ -45,6 +45,7 @@ public PropertyRule() { /// /// 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 PropertyRule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public static PropertyRule CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/ExternalConnectors/Schema.cs b/src/generated/Models/ExternalConnectors/Schema.cs index e7ae9f43fa..9f4c4ebe7c 100644 --- a/src/generated/Models/ExternalConnectors/Schema.cs +++ b/src/generated/Models/ExternalConnectors/Schema.cs @@ -25,6 +25,7 @@ public class Schema : ApiSdk.Models.Entity, IParsable { /// /// 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 new Schema CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class Schema : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"baseType", n => { BaseType = n.GetStringValue(); } }, diff --git a/src/generated/Models/ExternalConnectors/SearchSettings.cs b/src/generated/Models/ExternalConnectors/SearchSettings.cs index dffbfc4067..6e061a8958 100644 --- a/src/generated/Models/ExternalConnectors/SearchSettings.cs +++ b/src/generated/Models/ExternalConnectors/SearchSettings.cs @@ -25,7 +25,7 @@ public class SearchSettings : IAdditionalDataHolder, IParsable { public List SearchResultTemplates { get; set; } #endif /// - /// Instantiates a new searchSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public SearchSettings() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public SearchSettings() { /// /// 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 SearchSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static SearchSettings CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/ExternalConnectors/UrlMatchInfo.cs b/src/generated/Models/ExternalConnectors/UrlMatchInfo.cs index 265904353a..c596a25b6a 100644 --- a/src/generated/Models/ExternalConnectors/UrlMatchInfo.cs +++ b/src/generated/Models/ExternalConnectors/UrlMatchInfo.cs @@ -33,7 +33,7 @@ public class UrlMatchInfo : IAdditionalDataHolder, IParsable { public string UrlPattern { get; set; } #endif /// - /// Instantiates a new urlMatchInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public UrlMatchInfo() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public UrlMatchInfo() { /// /// 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 UrlMatchInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static UrlMatchInfo CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"baseUrls", n => { BaseUrls = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/ExternalConnectors/UrlToItemResolverBase.cs b/src/generated/Models/ExternalConnectors/UrlToItemResolverBase.cs index 50971ab636..bf48c52bee 100644 --- a/src/generated/Models/ExternalConnectors/UrlToItemResolverBase.cs +++ b/src/generated/Models/ExternalConnectors/UrlToItemResolverBase.cs @@ -19,7 +19,7 @@ public class UrlToItemResolverBase : IAdditionalDataHolder, IParsable { /// The priority which defines the sequence in which the urlToItemResolverBase instances are evaluated. public int? Priority { get; set; } /// - /// Instantiates a new urlToItemResolverBase and sets the default values. + /// Instantiates a new and sets the default values. /// public UrlToItemResolverBase() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public UrlToItemResolverBase() { /// /// 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 UrlToItemResolverBase CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static UrlToItemResolverBase CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/ExternalDomainFederation.cs b/src/generated/Models/ExternalDomainFederation.cs index 421f00cce7..d05d18d46c 100644 --- a/src/generated/Models/ExternalDomainFederation.cs +++ b/src/generated/Models/ExternalDomainFederation.cs @@ -31,7 +31,7 @@ public class ExternalDomainFederation : IdentitySource, IParsable { public string IssuerUri { get; set; } #endif /// - /// Instantiates a new externalDomainFederation and sets the default values. + /// Instantiates a new and sets the default values. /// public ExternalDomainFederation() : base() { OdataType = "#microsoft.graph.externalDomainFederation"; @@ -39,6 +39,7 @@ public ExternalDomainFederation() : base() { /// /// 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 new ExternalDomainFederation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public ExternalDomainFederation() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/ExternalDomainName.cs b/src/generated/Models/ExternalDomainName.cs index b33363d1ed..74f4cabffb 100644 --- a/src/generated/Models/ExternalDomainName.cs +++ b/src/generated/Models/ExternalDomainName.cs @@ -9,6 +9,7 @@ public class ExternalDomainName : Entity, IParsable { /// /// 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 new ExternalDomainName CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class ExternalDomainName : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/ExternalLink.cs b/src/generated/Models/ExternalLink.cs index 59d0112ca7..7516ca33ca 100644 --- a/src/generated/Models/ExternalLink.cs +++ b/src/generated/Models/ExternalLink.cs @@ -25,7 +25,7 @@ public class ExternalLink : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new externalLink and sets the default values. + /// Instantiates a new and sets the default values. /// public ExternalLink() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public ExternalLink() { /// /// 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 ExternalLink CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static ExternalLink CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"href", n => { Href = n.GetStringValue(); } }, diff --git a/src/generated/Models/ExternalSponsors.cs b/src/generated/Models/ExternalSponsors.cs index 659e65211b..7c03cdc6bd 100644 --- a/src/generated/Models/ExternalSponsors.cs +++ b/src/generated/Models/ExternalSponsors.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class ExternalSponsors : SubjectSet, IParsable { /// - /// Instantiates a new externalSponsors and sets the default values. + /// Instantiates a new and sets the default values. /// public ExternalSponsors() : base() { OdataType = "#microsoft.graph.externalSponsors"; @@ -15,6 +15,7 @@ public ExternalSponsors() : base() { /// /// 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 new ExternalSponsors CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public ExternalSponsors() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/ExtractSensitivityLabelsResult.cs b/src/generated/Models/ExtractSensitivityLabelsResult.cs index 6c92b1971e..1691ca2861 100644 --- a/src/generated/Models/ExtractSensitivityLabelsResult.cs +++ b/src/generated/Models/ExtractSensitivityLabelsResult.cs @@ -25,7 +25,7 @@ public class ExtractSensitivityLabelsResult : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new extractSensitivityLabelsResult and sets the default values. + /// Instantiates a new and sets the default values. /// public ExtractSensitivityLabelsResult() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public ExtractSensitivityLabelsResult() { /// /// 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 ExtractSensitivityLabelsResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static ExtractSensitivityLabelsResult CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"labels", n => { Labels = n.GetCollectionOfObjectValues(SensitivityLabelAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/FeatureRolloutPolicy.cs b/src/generated/Models/FeatureRolloutPolicy.cs index 5dfc9a82c6..12a992a051 100644 --- a/src/generated/Models/FeatureRolloutPolicy.cs +++ b/src/generated/Models/FeatureRolloutPolicy.cs @@ -39,6 +39,7 @@ public class FeatureRolloutPolicy : Entity, IParsable { /// /// 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 new FeatureRolloutPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public class FeatureRolloutPolicy : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appliesTo", n => { AppliesTo = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/FeatureRolloutPolicyCollectionResponse.cs b/src/generated/Models/FeatureRolloutPolicyCollectionResponse.cs index 6effec6099..3faffe3ae3 100644 --- a/src/generated/Models/FeatureRolloutPolicyCollectionResponse.cs +++ b/src/generated/Models/FeatureRolloutPolicyCollectionResponse.cs @@ -17,6 +17,7 @@ public class FeatureRolloutPolicyCollectionResponse : BaseCollectionPaginationCo /// /// 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 new FeatureRolloutPolicyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class FeatureRolloutPolicyCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(FeatureRolloutPolicy.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/FeatureTarget.cs b/src/generated/Models/FeatureTarget.cs index 82063db65b..4210b5cbde 100644 --- a/src/generated/Models/FeatureTarget.cs +++ b/src/generated/Models/FeatureTarget.cs @@ -27,7 +27,7 @@ public class FeatureTarget : IAdditionalDataHolder, IParsable { /// The kind of entity that's targeted. The possible values are: group, administrativeUnit, role, unknownFutureValue. public FeatureTargetType? TargetType { get; set; } /// - /// Instantiates a new featureTarget and sets the default values. + /// Instantiates a new and sets the default values. /// public FeatureTarget() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public FeatureTarget() { /// /// 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 FeatureTarget CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static FeatureTarget CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"id", n => { Id = n.GetStringValue(); } }, diff --git a/src/generated/Models/FederatedIdentityCredential.cs b/src/generated/Models/FederatedIdentityCredential.cs index 40e388bb9e..b31ff32825 100644 --- a/src/generated/Models/FederatedIdentityCredential.cs +++ b/src/generated/Models/FederatedIdentityCredential.cs @@ -49,6 +49,7 @@ public class FederatedIdentityCredential : Entity, IParsable { /// /// 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 new FederatedIdentityCredential CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public class FederatedIdentityCredential : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"audiences", n => { Audiences = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/FederatedIdentityCredentialCollectionResponse.cs b/src/generated/Models/FederatedIdentityCredentialCollectionResponse.cs index d191400a77..d800fbcdf3 100644 --- a/src/generated/Models/FederatedIdentityCredentialCollectionResponse.cs +++ b/src/generated/Models/FederatedIdentityCredentialCollectionResponse.cs @@ -17,6 +17,7 @@ public class FederatedIdentityCredentialCollectionResponse : BaseCollectionPagin /// /// 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 new FederatedIdentityCredentialCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class FederatedIdentityCredentialCollectionResponse : BaseCollectionPagin /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(FederatedIdentityCredential.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Fido2AuthenticationMethod.cs b/src/generated/Models/Fido2AuthenticationMethod.cs index 936df7e10b..4435181468 100644 --- a/src/generated/Models/Fido2AuthenticationMethod.cs +++ b/src/generated/Models/Fido2AuthenticationMethod.cs @@ -43,7 +43,7 @@ public class Fido2AuthenticationMethod : AuthenticationMethod, IParsable { public string Model { get; set; } #endif /// - /// Instantiates a new fido2AuthenticationMethod and sets the default values. + /// Instantiates a new and sets the default values. /// public Fido2AuthenticationMethod() : base() { OdataType = "#microsoft.graph.fido2AuthenticationMethod"; @@ -51,6 +51,7 @@ public Fido2AuthenticationMethod() : base() { /// /// 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 new Fido2AuthenticationMethod CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public Fido2AuthenticationMethod() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"aaGuid", n => { AaGuid = n.GetStringValue(); } }, diff --git a/src/generated/Models/Fido2AuthenticationMethodCollectionResponse.cs b/src/generated/Models/Fido2AuthenticationMethodCollectionResponse.cs index 1e979d6f40..8f4a4f96a2 100644 --- a/src/generated/Models/Fido2AuthenticationMethodCollectionResponse.cs +++ b/src/generated/Models/Fido2AuthenticationMethodCollectionResponse.cs @@ -17,6 +17,7 @@ public class Fido2AuthenticationMethodCollectionResponse : BaseCollectionPaginat /// /// 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 new Fido2AuthenticationMethodCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class Fido2AuthenticationMethodCollectionResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Fido2AuthenticationMethod.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Fido2AuthenticationMethodConfiguration.cs b/src/generated/Models/Fido2AuthenticationMethodConfiguration.cs index 8a24d5e506..8e816576ac 100644 --- a/src/generated/Models/Fido2AuthenticationMethodConfiguration.cs +++ b/src/generated/Models/Fido2AuthenticationMethodConfiguration.cs @@ -27,7 +27,7 @@ public class Fido2AuthenticationMethodConfiguration : AuthenticationMethodConfig public Fido2KeyRestrictions KeyRestrictions { get; set; } #endif /// - /// Instantiates a new fido2AuthenticationMethodConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public Fido2AuthenticationMethodConfiguration() : base() { OdataType = "#microsoft.graph.fido2AuthenticationMethodConfiguration"; @@ -35,6 +35,7 @@ public Fido2AuthenticationMethodConfiguration() : base() { /// /// 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 new Fido2AuthenticationMethodConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public Fido2AuthenticationMethodConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"includeTargets", n => { IncludeTargets = n.GetCollectionOfObjectValues(AuthenticationMethodTarget.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Fido2CombinationConfiguration.cs b/src/generated/Models/Fido2CombinationConfiguration.cs index be2e092f63..cf12e3b283 100644 --- a/src/generated/Models/Fido2CombinationConfiguration.cs +++ b/src/generated/Models/Fido2CombinationConfiguration.cs @@ -15,7 +15,7 @@ public class Fido2CombinationConfiguration : AuthenticationCombinationConfigurat public List AllowedAAGUIDs { get; set; } #endif /// - /// Instantiates a new fido2CombinationConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public Fido2CombinationConfiguration() : base() { OdataType = "#microsoft.graph.fido2CombinationConfiguration"; @@ -23,6 +23,7 @@ public Fido2CombinationConfiguration() : base() { /// /// 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 new Fido2CombinationConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public Fido2CombinationConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowedAAGUIDs", n => { AllowedAAGUIDs = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/Fido2KeyRestrictions.cs b/src/generated/Models/Fido2KeyRestrictions.cs index a80417dcd2..ac8c1c7ea1 100644 --- a/src/generated/Models/Fido2KeyRestrictions.cs +++ b/src/generated/Models/Fido2KeyRestrictions.cs @@ -29,7 +29,7 @@ public class Fido2KeyRestrictions : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new fido2KeyRestrictions and sets the default values. + /// Instantiates a new and sets the default values. /// public Fido2KeyRestrictions() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public Fido2KeyRestrictions() { /// /// 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 Fido2KeyRestrictions CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static Fido2KeyRestrictions CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"aaGuids", n => { AaGuids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/FieldValueSet.cs b/src/generated/Models/FieldValueSet.cs index 160c3501c8..5db71c34ef 100644 --- a/src/generated/Models/FieldValueSet.cs +++ b/src/generated/Models/FieldValueSet.cs @@ -9,6 +9,7 @@ public class FieldValueSet : Entity, IParsable { /// /// 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 new FieldValueSet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class FieldValueSet : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/FileAssessmentRequest.cs b/src/generated/Models/FileAssessmentRequest.cs index 664c7eb0d9..7a00c87bbe 100644 --- a/src/generated/Models/FileAssessmentRequest.cs +++ b/src/generated/Models/FileAssessmentRequest.cs @@ -23,7 +23,7 @@ public class FileAssessmentRequest : ThreatAssessmentRequest, IParsable { public string FileName { get; set; } #endif /// - /// Instantiates a new fileAssessmentRequest and sets the default values. + /// Instantiates a new and sets the default values. /// public FileAssessmentRequest() : base() { OdataType = "#microsoft.graph.fileAssessmentRequest"; @@ -31,6 +31,7 @@ public FileAssessmentRequest() : base() { /// /// 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 new FileAssessmentRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public FileAssessmentRequest() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"contentData", n => { ContentData = n.GetStringValue(); } }, diff --git a/src/generated/Models/FileAttachment.cs b/src/generated/Models/FileAttachment.cs index d51bd2c434..7f4474e4fc 100644 --- a/src/generated/Models/FileAttachment.cs +++ b/src/generated/Models/FileAttachment.cs @@ -31,7 +31,7 @@ public class FileAttachment : Attachment, IParsable { public string ContentLocation { get; set; } #endif /// - /// Instantiates a new fileAttachment and sets the default values. + /// Instantiates a new and sets the default values. /// public FileAttachment() : base() { OdataType = "#microsoft.graph.fileAttachment"; @@ -39,6 +39,7 @@ public FileAttachment() : base() { /// /// 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 new FileAttachment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public FileAttachment() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"contentBytes", n => { ContentBytes = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/FileEncryptionInfo.cs b/src/generated/Models/FileEncryptionInfo.cs index 39955cc7d7..2275954f49 100644 --- a/src/generated/Models/FileEncryptionInfo.cs +++ b/src/generated/Models/FileEncryptionInfo.cs @@ -76,7 +76,7 @@ public class FileEncryptionInfo : IAdditionalDataHolder, IParsable { public string ProfileIdentifier { get; set; } #endif /// - /// Instantiates a new fileEncryptionInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public FileEncryptionInfo() { AdditionalData = new Dictionary(); @@ -84,6 +84,7 @@ public FileEncryptionInfo() { /// /// 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 FileEncryptionInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -92,6 +93,7 @@ public static FileEncryptionInfo CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"encryptionKey", n => { EncryptionKey = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/FileHash.cs b/src/generated/Models/FileHash.cs index 4b0fa86bcc..aa9e040d3f 100644 --- a/src/generated/Models/FileHash.cs +++ b/src/generated/Models/FileHash.cs @@ -27,7 +27,7 @@ public class FileHash : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new fileHash and sets the default values. + /// Instantiates a new and sets the default values. /// public FileHash() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public FileHash() { /// /// 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 FileHash CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static FileHash CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"hashType", n => { HashType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/FileObject.cs b/src/generated/Models/FileObject.cs index dd152e87e3..302afd35d7 100644 --- a/src/generated/Models/FileObject.cs +++ b/src/generated/Models/FileObject.cs @@ -35,7 +35,7 @@ public class FileObject : IAdditionalDataHolder, IParsable { /// The processingMetadata property public bool? ProcessingMetadata { get; set; } /// - /// Instantiates a new fileObject and sets the default values. + /// Instantiates a new and sets the default values. /// public FileObject() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public FileObject() { /// /// 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 FileObject CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static FileObject CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"hashes", n => { Hashes = n.GetObjectValue(ApiSdk.Models.Hashes.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/FileSecurityState.cs b/src/generated/Models/FileSecurityState.cs index c9306417b2..b950708cce 100644 --- a/src/generated/Models/FileSecurityState.cs +++ b/src/generated/Models/FileSecurityState.cs @@ -49,7 +49,7 @@ public class FileSecurityState : IAdditionalDataHolder, IParsable { public string RiskScore { get; set; } #endif /// - /// Instantiates a new fileSecurityState and sets the default values. + /// Instantiates a new and sets the default values. /// public FileSecurityState() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public FileSecurityState() { /// /// 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 FileSecurityState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static FileSecurityState CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fileHash", n => { FileHash = n.GetObjectValue(ApiSdk.Models.FileHash.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/FileSystemInfo.cs b/src/generated/Models/FileSystemInfo.cs index 1207eeec74..85247c26c1 100644 --- a/src/generated/Models/FileSystemInfo.cs +++ b/src/generated/Models/FileSystemInfo.cs @@ -23,7 +23,7 @@ public class FileSystemInfo : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new fileSystemInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public FileSystemInfo() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public FileSystemInfo() { /// /// 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 FileSystemInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static FileSystemInfo CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/Filter.cs b/src/generated/Models/Filter.cs index b39db288d2..17c9649279 100644 --- a/src/generated/Models/Filter.cs +++ b/src/generated/Models/Filter.cs @@ -41,7 +41,7 @@ public class Filter : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new filter and sets the default values. + /// Instantiates a new and sets the default values. /// public Filter() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public Filter() { /// /// 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 Filter CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static Filter CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"categoryFilterGroups", n => { CategoryFilterGroups = n.GetCollectionOfObjectValues(FilterGroup.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/FilterClause.cs b/src/generated/Models/FilterClause.cs index 10c4b4ce35..629c80eb78 100644 --- a/src/generated/Models/FilterClause.cs +++ b/src/generated/Models/FilterClause.cs @@ -41,7 +41,7 @@ public class FilterClause : IAdditionalDataHolder, IParsable { public FilterOperand TargetOperand { get; set; } #endif /// - /// Instantiates a new filterClause and sets the default values. + /// Instantiates a new and sets the default values. /// public FilterClause() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public FilterClause() { /// /// 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 FilterClause CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static FilterClause CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/FilterGroup.cs b/src/generated/Models/FilterGroup.cs index 5707842fa9..582b8ebcfb 100644 --- a/src/generated/Models/FilterGroup.cs +++ b/src/generated/Models/FilterGroup.cs @@ -33,7 +33,7 @@ public class FilterGroup : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new filterGroup and sets the default values. + /// Instantiates a new and sets the default values. /// public FilterGroup() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public FilterGroup() { /// /// 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 FilterGroup CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static FilterGroup CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"clauses", n => { Clauses = n.GetCollectionOfObjectValues(FilterClause.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/FilterOperand.cs b/src/generated/Models/FilterOperand.cs index b9f7b609ed..1a739c97a8 100644 --- a/src/generated/Models/FilterOperand.cs +++ b/src/generated/Models/FilterOperand.cs @@ -25,7 +25,7 @@ public class FilterOperand : IAdditionalDataHolder, IParsable { public List Values { get; set; } #endif /// - /// Instantiates a new filterOperand and sets the default values. + /// Instantiates a new and sets the default values. /// public FilterOperand() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public FilterOperand() { /// /// 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 FilterOperand CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static FilterOperand CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/FilterOperatorSchema.cs b/src/generated/Models/FilterOperatorSchema.cs index 52f5757d35..50971ad102 100644 --- a/src/generated/Models/FilterOperatorSchema.cs +++ b/src/generated/Models/FilterOperatorSchema.cs @@ -21,6 +21,7 @@ public class FilterOperatorSchema : Entity, IParsable { /// /// 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 new FilterOperatorSchema CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -29,6 +30,7 @@ public class FilterOperatorSchema : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"arity", n => { Arity = n.GetEnumValue(); } }, diff --git a/src/generated/Models/FilterOperatorSchemaCollectionResponse.cs b/src/generated/Models/FilterOperatorSchemaCollectionResponse.cs index 429d5610f7..c7b5835e7e 100644 --- a/src/generated/Models/FilterOperatorSchemaCollectionResponse.cs +++ b/src/generated/Models/FilterOperatorSchemaCollectionResponse.cs @@ -17,6 +17,7 @@ public class FilterOperatorSchemaCollectionResponse : BaseCollectionPaginationCo /// /// 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 new FilterOperatorSchemaCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class FilterOperatorSchemaCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(FilterOperatorSchema.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Folder.cs b/src/generated/Models/Folder.cs index ca3a51a141..a4c4ae2c1d 100644 --- a/src/generated/Models/Folder.cs +++ b/src/generated/Models/Folder.cs @@ -27,7 +27,7 @@ public class Folder : IAdditionalDataHolder, IParsable { public FolderView View { get; set; } #endif /// - /// Instantiates a new folder and sets the default values. + /// Instantiates a new and sets the default values. /// public Folder() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public Folder() { /// /// 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 Folder CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static Folder CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"childCount", n => { ChildCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/FolderView.cs b/src/generated/Models/FolderView.cs index 95f492c48f..9ed83d7e41 100644 --- a/src/generated/Models/FolderView.cs +++ b/src/generated/Models/FolderView.cs @@ -41,7 +41,7 @@ public class FolderView : IAdditionalDataHolder, IParsable { public string ViewType { get; set; } #endif /// - /// Instantiates a new folderView and sets the default values. + /// Instantiates a new and sets the default values. /// public FolderView() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public FolderView() { /// /// 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 FolderView CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static FolderView CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/FollowupFlag.cs b/src/generated/Models/FollowupFlag.cs index f3b3573f9a..7ec82082d5 100644 --- a/src/generated/Models/FollowupFlag.cs +++ b/src/generated/Models/FollowupFlag.cs @@ -43,7 +43,7 @@ public class FollowupFlag : IAdditionalDataHolder, IParsable { public DateTimeTimeZone StartDateTime { get; set; } #endif /// - /// Instantiates a new followupFlag and sets the default values. + /// Instantiates a new and sets the default values. /// public FollowupFlag() { AdditionalData = new Dictionary(); @@ -51,6 +51,7 @@ public FollowupFlag() { /// /// 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 FollowupFlag CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static FollowupFlag CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"completedDateTime", n => { CompletedDateTime = n.GetObjectValue(DateTimeTimeZone.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/FreeBusyError.cs b/src/generated/Models/FreeBusyError.cs index 9980f92253..63a7d9ad03 100644 --- a/src/generated/Models/FreeBusyError.cs +++ b/src/generated/Models/FreeBusyError.cs @@ -33,7 +33,7 @@ public class FreeBusyError : IAdditionalDataHolder, IParsable { public string ResponseCode { get; set; } #endif /// - /// Instantiates a new freeBusyError and sets the default values. + /// Instantiates a new and sets the default values. /// public FreeBusyError() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public FreeBusyError() { /// /// 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 FreeBusyError CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static FreeBusyError CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"message", n => { Message = n.GetStringValue(); } }, diff --git a/src/generated/Models/GenericError.cs b/src/generated/Models/GenericError.cs index ef9ae78d31..0b42cb6507 100644 --- a/src/generated/Models/GenericError.cs +++ b/src/generated/Models/GenericError.cs @@ -33,7 +33,7 @@ public class GenericError : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new genericError and sets the default values. + /// Instantiates a new and sets the default values. /// public GenericError() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public GenericError() { /// /// 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 GenericError CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static GenericError CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"code", n => { Code = n.GetStringValue(); } }, diff --git a/src/generated/Models/GeoCoordinates.cs b/src/generated/Models/GeoCoordinates.cs index 118eee6ba1..00d3c92e2b 100644 --- a/src/generated/Models/GeoCoordinates.cs +++ b/src/generated/Models/GeoCoordinates.cs @@ -23,7 +23,7 @@ public class GeoCoordinates : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new geoCoordinates and sets the default values. + /// Instantiates a new and sets the default values. /// public GeoCoordinates() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public GeoCoordinates() { /// /// 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 GeoCoordinates CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static GeoCoordinates CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"altitude", n => { Altitude = n.GetDoubleValue(); } }, diff --git a/src/generated/Models/GeolocationColumn.cs b/src/generated/Models/GeolocationColumn.cs index 1180ab3b94..9dfef2f61b 100644 --- a/src/generated/Models/GeolocationColumn.cs +++ b/src/generated/Models/GeolocationColumn.cs @@ -17,7 +17,7 @@ public class GeolocationColumn : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new geolocationColumn and sets the default values. + /// Instantiates a new and sets the default values. /// public GeolocationColumn() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public GeolocationColumn() { /// /// 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 GeolocationColumn CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static GeolocationColumn CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/GovernanceInsight.cs b/src/generated/Models/GovernanceInsight.cs index c1e270d7c4..f4c1df213a 100644 --- a/src/generated/Models/GovernanceInsight.cs +++ b/src/generated/Models/GovernanceInsight.cs @@ -11,6 +11,7 @@ public class GovernanceInsight : Entity, IParsable { /// /// 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 new GovernanceInsight CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -24,6 +25,7 @@ public class GovernanceInsight : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"insightCreatedDateTime", n => { InsightCreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/GovernanceInsightCollectionResponse.cs b/src/generated/Models/GovernanceInsightCollectionResponse.cs index f661b08eb6..affca80a59 100644 --- a/src/generated/Models/GovernanceInsightCollectionResponse.cs +++ b/src/generated/Models/GovernanceInsightCollectionResponse.cs @@ -17,6 +17,7 @@ public class GovernanceInsightCollectionResponse : BaseCollectionPaginationCount /// /// 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 new GovernanceInsightCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class GovernanceInsightCollectionResponse : BaseCollectionPaginationCount /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(GovernanceInsight.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Group.cs b/src/generated/Models/Group.cs index 8a11f1da21..8375d60422 100644 --- a/src/generated/Models/Group.cs +++ b/src/generated/Models/Group.cs @@ -427,6 +427,14 @@ public class Group : DirectoryObject, IParsable { #nullable restore #else public List TransitiveMembers { get; set; } +#endif + /// The uniqueName property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public string? UniqueName { get; set; } +#nullable restore +#else + public string UniqueName { get; set; } #endif /// Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). public int? UnseenCount { get; set; } @@ -439,7 +447,7 @@ public class Group : DirectoryObject, IParsable { public string Visibility { get; set; } #endif /// - /// Instantiates a new group and sets the default values. + /// Instantiates a new and sets the default values. /// public Group() : base() { OdataType = "#microsoft.graph.group"; @@ -447,6 +455,7 @@ public Group() : base() { /// /// 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 new Group CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -455,6 +464,7 @@ public Group() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"acceptedSenders", n => { AcceptedSenders = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, @@ -521,6 +531,7 @@ public override IDictionary> GetFieldDeserializers() {"threads", n => { Threads = n.GetCollectionOfObjectValues(ConversationThread.CreateFromDiscriminatorValue)?.ToList(); } }, {"transitiveMemberOf", n => { TransitiveMemberOf = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, {"transitiveMembers", n => { TransitiveMembers = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, + {"uniqueName", n => { UniqueName = n.GetStringValue(); } }, {"unseenCount", n => { UnseenCount = n.GetIntValue(); } }, {"visibility", n => { Visibility = n.GetStringValue(); } }, }; @@ -596,6 +607,7 @@ public override void Serialize(ISerializationWriter writer) { writer.WriteCollectionOfObjectValues("threads", Threads); writer.WriteCollectionOfObjectValues("transitiveMemberOf", TransitiveMemberOf); writer.WriteCollectionOfObjectValues("transitiveMembers", TransitiveMembers); + writer.WriteStringValue("uniqueName", UniqueName); writer.WriteIntValue("unseenCount", UnseenCount); writer.WriteStringValue("visibility", Visibility); } diff --git a/src/generated/Models/GroupAssignmentTarget.cs b/src/generated/Models/GroupAssignmentTarget.cs index 183849efc3..4185b5b8c7 100644 --- a/src/generated/Models/GroupAssignmentTarget.cs +++ b/src/generated/Models/GroupAssignmentTarget.cs @@ -18,7 +18,7 @@ public class GroupAssignmentTarget : DeviceAndAppManagementAssignmentTarget, IPa public string GroupId { get; set; } #endif /// - /// Instantiates a new groupAssignmentTarget and sets the default values. + /// Instantiates a new and sets the default values. /// public GroupAssignmentTarget() : base() { OdataType = "#microsoft.graph.groupAssignmentTarget"; @@ -26,6 +26,7 @@ public GroupAssignmentTarget() : base() { /// /// 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 new GroupAssignmentTarget CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public GroupAssignmentTarget() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Models/GroupCollectionResponse.cs b/src/generated/Models/GroupCollectionResponse.cs index 94c7b896e4..e17788d326 100644 --- a/src/generated/Models/GroupCollectionResponse.cs +++ b/src/generated/Models/GroupCollectionResponse.cs @@ -17,6 +17,7 @@ public class GroupCollectionResponse : BaseCollectionPaginationCountResponse, IP /// /// 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 new GroupCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class GroupCollectionResponse : BaseCollectionPaginationCountResponse, IP /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Group.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/GroupFilter.cs b/src/generated/Models/GroupFilter.cs index 6ce7fd5836..9030b2e58c 100644 --- a/src/generated/Models/GroupFilter.cs +++ b/src/generated/Models/GroupFilter.cs @@ -25,7 +25,7 @@ public class GroupFilter : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new groupFilter and sets the default values. + /// Instantiates a new and sets the default values. /// public GroupFilter() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public GroupFilter() { /// /// 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 GroupFilter CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static GroupFilter CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"includedGroups", n => { IncludedGroups = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/GroupLifecyclePolicy.cs b/src/generated/Models/GroupLifecyclePolicy.cs index 178a918566..4b5aaacd85 100644 --- a/src/generated/Models/GroupLifecyclePolicy.cs +++ b/src/generated/Models/GroupLifecyclePolicy.cs @@ -27,6 +27,7 @@ public class GroupLifecyclePolicy : Entity, IParsable { /// /// 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 new GroupLifecyclePolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public class GroupLifecyclePolicy : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"alternateNotificationEmails", n => { AlternateNotificationEmails = n.GetStringValue(); } }, diff --git a/src/generated/Models/GroupLifecyclePolicyCollectionResponse.cs b/src/generated/Models/GroupLifecyclePolicyCollectionResponse.cs index 3196f2cb50..f8ebb0b4a0 100644 --- a/src/generated/Models/GroupLifecyclePolicyCollectionResponse.cs +++ b/src/generated/Models/GroupLifecyclePolicyCollectionResponse.cs @@ -17,6 +17,7 @@ public class GroupLifecyclePolicyCollectionResponse : BaseCollectionPaginationCo /// /// 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 new GroupLifecyclePolicyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class GroupLifecyclePolicyCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(GroupLifecyclePolicy.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/GroupMembers.cs b/src/generated/Models/GroupMembers.cs index c1eb2f3cb3..220365845b 100644 --- a/src/generated/Models/GroupMembers.cs +++ b/src/generated/Models/GroupMembers.cs @@ -23,7 +23,7 @@ public class GroupMembers : SubjectSet, IParsable { public string GroupId { get; set; } #endif /// - /// Instantiates a new groupMembers and sets the default values. + /// Instantiates a new and sets the default values. /// public GroupMembers() : base() { OdataType = "#microsoft.graph.groupMembers"; @@ -31,6 +31,7 @@ public GroupMembers() : base() { /// /// 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 new GroupMembers CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public GroupMembers() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/GroupPeerOutlierRecommendationInsightSettings.cs b/src/generated/Models/GroupPeerOutlierRecommendationInsightSettings.cs index 16233c8c0f..af9257568d 100644 --- a/src/generated/Models/GroupPeerOutlierRecommendationInsightSettings.cs +++ b/src/generated/Models/GroupPeerOutlierRecommendationInsightSettings.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class GroupPeerOutlierRecommendationInsightSettings : AccessReviewRecommendationInsightSetting, IParsable { /// - /// Instantiates a new groupPeerOutlierRecommendationInsightSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public GroupPeerOutlierRecommendationInsightSettings() : base() { OdataType = "#microsoft.graph.groupPeerOutlierRecommendationInsightSettings"; @@ -15,6 +15,7 @@ public GroupPeerOutlierRecommendationInsightSettings() : base() { /// /// 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 new GroupPeerOutlierRecommendationInsightSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public GroupPeerOutlierRecommendationInsightSettings() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/GroupSetting.cs b/src/generated/Models/GroupSetting.cs index d0d06982da..9383744968 100644 --- a/src/generated/Models/GroupSetting.cs +++ b/src/generated/Models/GroupSetting.cs @@ -33,6 +33,7 @@ public class GroupSetting : Entity, IParsable { /// /// 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 new GroupSetting CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class GroupSetting : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/GroupSettingCollectionResponse.cs b/src/generated/Models/GroupSettingCollectionResponse.cs index 91fdf08167..49960af02c 100644 --- a/src/generated/Models/GroupSettingCollectionResponse.cs +++ b/src/generated/Models/GroupSettingCollectionResponse.cs @@ -17,6 +17,7 @@ public class GroupSettingCollectionResponse : BaseCollectionPaginationCountRespo /// /// 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 new GroupSettingCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class GroupSettingCollectionResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(GroupSetting.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/GroupSettingTemplate.cs b/src/generated/Models/GroupSettingTemplate.cs index 1298743d84..e763c5c048 100644 --- a/src/generated/Models/GroupSettingTemplate.cs +++ b/src/generated/Models/GroupSettingTemplate.cs @@ -31,7 +31,7 @@ public class GroupSettingTemplate : DirectoryObject, IParsable { public List Values { get; set; } #endif /// - /// Instantiates a new groupSettingTemplate and sets the default values. + /// Instantiates a new and sets the default values. /// public GroupSettingTemplate() : base() { OdataType = "#microsoft.graph.groupSettingTemplate"; @@ -39,6 +39,7 @@ public GroupSettingTemplate() : base() { /// /// 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 new GroupSettingTemplate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public GroupSettingTemplate() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/GroupSettingTemplateCollectionResponse.cs b/src/generated/Models/GroupSettingTemplateCollectionResponse.cs index 2c403ec923..2cf2e2b702 100644 --- a/src/generated/Models/GroupSettingTemplateCollectionResponse.cs +++ b/src/generated/Models/GroupSettingTemplateCollectionResponse.cs @@ -17,6 +17,7 @@ public class GroupSettingTemplateCollectionResponse : BaseCollectionPaginationCo /// /// 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 new GroupSettingTemplateCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class GroupSettingTemplateCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(GroupSettingTemplate.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Hashes.cs b/src/generated/Models/Hashes.cs index 0b1752ebda..88067810d5 100644 --- a/src/generated/Models/Hashes.cs +++ b/src/generated/Models/Hashes.cs @@ -49,7 +49,7 @@ public class Hashes : IAdditionalDataHolder, IParsable { public string Sha256Hash { get; set; } #endif /// - /// Instantiates a new hashes and sets the default values. + /// Instantiates a new and sets the default values. /// public Hashes() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public Hashes() { /// /// 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 Hashes CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static Hashes CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"crc32Hash", n => { Crc32Hash = n.GetStringValue(); } }, diff --git a/src/generated/Models/HomeRealmDiscoveryPolicy.cs b/src/generated/Models/HomeRealmDiscoveryPolicy.cs index f0ad46e098..5831c214c6 100644 --- a/src/generated/Models/HomeRealmDiscoveryPolicy.cs +++ b/src/generated/Models/HomeRealmDiscoveryPolicy.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class HomeRealmDiscoveryPolicy : StsPolicy, IParsable { /// - /// Instantiates a new homeRealmDiscoveryPolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public HomeRealmDiscoveryPolicy() : base() { OdataType = "#microsoft.graph.homeRealmDiscoveryPolicy"; @@ -15,6 +15,7 @@ public HomeRealmDiscoveryPolicy() : base() { /// /// 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 new HomeRealmDiscoveryPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public HomeRealmDiscoveryPolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/HomeRealmDiscoveryPolicyCollectionResponse.cs b/src/generated/Models/HomeRealmDiscoveryPolicyCollectionResponse.cs index c119e7578c..f82514b7c0 100644 --- a/src/generated/Models/HomeRealmDiscoveryPolicyCollectionResponse.cs +++ b/src/generated/Models/HomeRealmDiscoveryPolicyCollectionResponse.cs @@ -17,6 +17,7 @@ public class HomeRealmDiscoveryPolicyCollectionResponse : BaseCollectionPaginati /// /// 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 new HomeRealmDiscoveryPolicyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class HomeRealmDiscoveryPolicyCollectionResponse : BaseCollectionPaginati /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(HomeRealmDiscoveryPolicy.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/HostSecurityState.cs b/src/generated/Models/HostSecurityState.cs index 4926bfa68e..c27006ee6e 100644 --- a/src/generated/Models/HostSecurityState.cs +++ b/src/generated/Models/HostSecurityState.cs @@ -71,7 +71,7 @@ public class HostSecurityState : IAdditionalDataHolder, IParsable { public string RiskScore { get; set; } #endif /// - /// Instantiates a new hostSecurityState and sets the default values. + /// Instantiates a new and sets the default values. /// public HostSecurityState() { AdditionalData = new Dictionary(); @@ -79,6 +79,7 @@ public HostSecurityState() { /// /// 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 HostSecurityState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -87,6 +88,7 @@ public static HostSecurityState CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fqdn", n => { Fqdn = n.GetStringValue(); } }, diff --git a/src/generated/Models/HyperlinkOrPictureColumn.cs b/src/generated/Models/HyperlinkOrPictureColumn.cs index 6cc53eebf8..85766c3bd6 100644 --- a/src/generated/Models/HyperlinkOrPictureColumn.cs +++ b/src/generated/Models/HyperlinkOrPictureColumn.cs @@ -19,7 +19,7 @@ public class HyperlinkOrPictureColumn : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new hyperlinkOrPictureColumn and sets the default values. + /// Instantiates a new and sets the default values. /// public HyperlinkOrPictureColumn() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public HyperlinkOrPictureColumn() { /// /// 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 HyperlinkOrPictureColumn CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static HyperlinkOrPictureColumn CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isPicture", n => { IsPicture = n.GetBoolValue(); } }, diff --git a/src/generated/Models/IPv4CidrRange.cs b/src/generated/Models/IPv4CidrRange.cs index beb826081a..14bd183ac6 100644 --- a/src/generated/Models/IPv4CidrRange.cs +++ b/src/generated/Models/IPv4CidrRange.cs @@ -15,7 +15,7 @@ public class IPv4CidrRange : IpRange, IParsable { public string CidrAddress { get; set; } #endif /// - /// Instantiates a new iPv4CidrRange and sets the default values. + /// Instantiates a new and sets the default values. /// public IPv4CidrRange() : base() { OdataType = "#microsoft.graph.iPv4CidrRange"; @@ -23,6 +23,7 @@ public IPv4CidrRange() : base() { /// /// 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 new IPv4CidrRange CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public IPv4CidrRange() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"cidrAddress", n => { CidrAddress = n.GetStringValue(); } }, diff --git a/src/generated/Models/IPv4Range.cs b/src/generated/Models/IPv4Range.cs index 184c84ab3b..168b4879e4 100644 --- a/src/generated/Models/IPv4Range.cs +++ b/src/generated/Models/IPv4Range.cs @@ -26,7 +26,7 @@ public class IPv4Range : IpRange, IParsable { public string UpperAddress { get; set; } #endif /// - /// Instantiates a new iPv4Range and sets the default values. + /// Instantiates a new and sets the default values. /// public IPv4Range() : base() { OdataType = "#microsoft.graph.iPv4Range"; @@ -34,6 +34,7 @@ public IPv4Range() : base() { /// /// 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 new IPv4Range CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public IPv4Range() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"lowerAddress", n => { LowerAddress = n.GetStringValue(); } }, diff --git a/src/generated/Models/IPv6CidrRange.cs b/src/generated/Models/IPv6CidrRange.cs index ab9225d057..e9507a43ad 100644 --- a/src/generated/Models/IPv6CidrRange.cs +++ b/src/generated/Models/IPv6CidrRange.cs @@ -15,7 +15,7 @@ public class IPv6CidrRange : IpRange, IParsable { public string CidrAddress { get; set; } #endif /// - /// Instantiates a new iPv6CidrRange and sets the default values. + /// Instantiates a new and sets the default values. /// public IPv6CidrRange() : base() { OdataType = "#microsoft.graph.iPv6CidrRange"; @@ -23,6 +23,7 @@ public IPv6CidrRange() : base() { /// /// 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 new IPv6CidrRange CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public IPv6CidrRange() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"cidrAddress", n => { CidrAddress = n.GetStringValue(); } }, diff --git a/src/generated/Models/IPv6Range.cs b/src/generated/Models/IPv6Range.cs index 4e2ad8fb27..8124feedd5 100644 --- a/src/generated/Models/IPv6Range.cs +++ b/src/generated/Models/IPv6Range.cs @@ -26,7 +26,7 @@ public class IPv6Range : IpRange, IParsable { public string UpperAddress { get; set; } #endif /// - /// Instantiates a new iPv6Range and sets the default values. + /// Instantiates a new and sets the default values. /// public IPv6Range() : base() { OdataType = "#microsoft.graph.iPv6Range"; @@ -34,6 +34,7 @@ public IPv6Range() : base() { /// /// 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 new IPv6Range CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public IPv6Range() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"lowerAddress", n => { LowerAddress = n.GetStringValue(); } }, diff --git a/src/generated/Models/Identity.cs b/src/generated/Models/Identity.cs index 185feb954e..64fe22e615 100644 --- a/src/generated/Models/Identity.cs +++ b/src/generated/Models/Identity.cs @@ -33,7 +33,7 @@ public class Identity : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new identity and sets the default values. + /// Instantiates a new and sets the default values. /// public Identity() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public Identity() { /// /// 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 Identity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -71,6 +72,7 @@ public static Identity CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/IdentityApiConnector.cs b/src/generated/Models/IdentityApiConnector.cs index b5049d20d8..8e7583455e 100644 --- a/src/generated/Models/IdentityApiConnector.cs +++ b/src/generated/Models/IdentityApiConnector.cs @@ -33,6 +33,7 @@ public class IdentityApiConnector : Entity, IParsable { /// /// 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 new IdentityApiConnector CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class IdentityApiConnector : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"authenticationConfiguration", n => { AuthenticationConfiguration = n.GetObjectValue(ApiAuthenticationConfigurationBase.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/IdentityApiConnectorCollectionResponse.cs b/src/generated/Models/IdentityApiConnectorCollectionResponse.cs index 081cbcd7e6..a27ccffee7 100644 --- a/src/generated/Models/IdentityApiConnectorCollectionResponse.cs +++ b/src/generated/Models/IdentityApiConnectorCollectionResponse.cs @@ -17,6 +17,7 @@ public class IdentityApiConnectorCollectionResponse : BaseCollectionPaginationCo /// /// 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 new IdentityApiConnectorCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class IdentityApiConnectorCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(IdentityApiConnector.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IdentityBuiltInUserFlowAttribute.cs b/src/generated/Models/IdentityBuiltInUserFlowAttribute.cs index f32695902d..1244378ab9 100644 --- a/src/generated/Models/IdentityBuiltInUserFlowAttribute.cs +++ b/src/generated/Models/IdentityBuiltInUserFlowAttribute.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class IdentityBuiltInUserFlowAttribute : IdentityUserFlowAttribute, IParsable { /// - /// Instantiates a new identityBuiltInUserFlowAttribute and sets the default values. + /// Instantiates a new and sets the default values. /// public IdentityBuiltInUserFlowAttribute() : base() { OdataType = "#microsoft.graph.identityBuiltInUserFlowAttribute"; @@ -15,6 +15,7 @@ public IdentityBuiltInUserFlowAttribute() : base() { /// /// 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 new IdentityBuiltInUserFlowAttribute CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public IdentityBuiltInUserFlowAttribute() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/IdentityContainer.cs b/src/generated/Models/IdentityContainer.cs index 828f2e619f..20b20c8b29 100644 --- a/src/generated/Models/IdentityContainer.cs +++ b/src/generated/Models/IdentityContainer.cs @@ -49,6 +49,7 @@ public class IdentityContainer : Entity, IParsable { /// /// 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 new IdentityContainer CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public class IdentityContainer : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"apiConnectors", n => { ApiConnectors = n.GetCollectionOfObjectValues(IdentityApiConnector.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IdentityCustomUserFlowAttribute.cs b/src/generated/Models/IdentityCustomUserFlowAttribute.cs index 8bf4cb8dc1..eeea0ca447 100644 --- a/src/generated/Models/IdentityCustomUserFlowAttribute.cs +++ b/src/generated/Models/IdentityCustomUserFlowAttribute.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class IdentityCustomUserFlowAttribute : IdentityUserFlowAttribute, IParsable { /// - /// Instantiates a new identityCustomUserFlowAttribute and sets the default values. + /// Instantiates a new and sets the default values. /// public IdentityCustomUserFlowAttribute() : base() { OdataType = "#microsoft.graph.identityCustomUserFlowAttribute"; @@ -15,6 +15,7 @@ public IdentityCustomUserFlowAttribute() : base() { /// /// 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 new IdentityCustomUserFlowAttribute CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public IdentityCustomUserFlowAttribute() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/IdentityGovernance/CustomTaskExtension.cs b/src/generated/Models/IdentityGovernance/CustomTaskExtension.cs index 3ba4148fd1..63c983d5b6 100644 --- a/src/generated/Models/IdentityGovernance/CustomTaskExtension.cs +++ b/src/generated/Models/IdentityGovernance/CustomTaskExtension.cs @@ -35,7 +35,7 @@ public class CustomTaskExtension : ApiSdk.Models.CustomCalloutExtension, IParsab /// When the custom extension was last modified.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. public DateTimeOffset? LastModifiedDateTime { get; set; } /// - /// Instantiates a new customTaskExtension and sets the default values. + /// Instantiates a new and sets the default values. /// public CustomTaskExtension() : base() { OdataType = "#microsoft.graph.identityGovernance.customTaskExtension"; @@ -43,6 +43,7 @@ public CustomTaskExtension() : base() { /// /// 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 new CustomTaskExtension CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public CustomTaskExtension() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"callbackConfiguration", n => { CallbackConfiguration = n.GetObjectValue(ApiSdk.Models.CustomExtensionCallbackConfiguration.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/IdentityGovernance/CustomTaskExtensionCallbackConfiguration.cs b/src/generated/Models/IdentityGovernance/CustomTaskExtensionCallbackConfiguration.cs index c3ae98b49f..a969bd1c15 100644 --- a/src/generated/Models/IdentityGovernance/CustomTaskExtensionCallbackConfiguration.cs +++ b/src/generated/Models/IdentityGovernance/CustomTaskExtensionCallbackConfiguration.cs @@ -15,7 +15,7 @@ public class CustomTaskExtensionCallbackConfiguration : ApiSdk.Models.CustomExte public List AuthorizedApps { get; set; } #endif /// - /// Instantiates a new customTaskExtensionCallbackConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public CustomTaskExtensionCallbackConfiguration() : base() { OdataType = "#microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration"; @@ -23,6 +23,7 @@ public CustomTaskExtensionCallbackConfiguration() : base() { /// /// 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 new CustomTaskExtensionCallbackConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public CustomTaskExtensionCallbackConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"authorizedApps", n => { AuthorizedApps = n.GetCollectionOfObjectValues(ApiSdk.Models.Application.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IdentityGovernance/CustomTaskExtensionCallbackData.cs b/src/generated/Models/IdentityGovernance/CustomTaskExtensionCallbackData.cs index 2f00cfc5ed..1dce2cb27e 100644 --- a/src/generated/Models/IdentityGovernance/CustomTaskExtensionCallbackData.cs +++ b/src/generated/Models/IdentityGovernance/CustomTaskExtensionCallbackData.cs @@ -9,7 +9,7 @@ public class CustomTaskExtensionCallbackData : ApiSdk.Models.CustomExtensionData /// Operation status that's provided by the Azure Logic App indicating whenever the Azure Logic App has run successfully or not. Supported values: completed, failed, unknownFutureValue. public CustomTaskExtensionOperationStatus? OperationStatus { get; set; } /// - /// Instantiates a new customTaskExtensionCallbackData and sets the default values. + /// Instantiates a new and sets the default values. /// public CustomTaskExtensionCallbackData() : base() { OdataType = "#microsoft.graph.identityGovernance.customTaskExtensionCallbackData"; @@ -17,6 +17,7 @@ public CustomTaskExtensionCallbackData() : base() { /// /// 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 new CustomTaskExtensionCallbackData CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public CustomTaskExtensionCallbackData() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"operationStatus", n => { OperationStatus = n.GetEnumValue(); } }, diff --git a/src/generated/Models/IdentityGovernance/CustomTaskExtensionCalloutData.cs b/src/generated/Models/IdentityGovernance/CustomTaskExtensionCalloutData.cs index c0ee17f96a..6437e75f20 100644 --- a/src/generated/Models/IdentityGovernance/CustomTaskExtensionCalloutData.cs +++ b/src/generated/Models/IdentityGovernance/CustomTaskExtensionCalloutData.cs @@ -39,7 +39,7 @@ public class CustomTaskExtensionCalloutData : ApiSdk.Models.CustomExtensionData, public ApiSdk.Models.IdentityGovernance.Workflow Workflow { get; set; } #endif /// - /// Instantiates a new customTaskExtensionCalloutData and sets the default values. + /// Instantiates a new and sets the default values. /// public CustomTaskExtensionCalloutData() : base() { OdataType = "#microsoft.graph.identityGovernance.customTaskExtensionCalloutData"; @@ -47,6 +47,7 @@ public CustomTaskExtensionCalloutData() : base() { /// /// 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 new CustomTaskExtensionCalloutData CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public CustomTaskExtensionCalloutData() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"subject", n => { Subject = n.GetObjectValue(ApiSdk.Models.User.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/IdentityGovernance/CustomTaskExtensionCollectionResponse.cs b/src/generated/Models/IdentityGovernance/CustomTaskExtensionCollectionResponse.cs index c21c1ccf28..a1ed6846e3 100644 --- a/src/generated/Models/IdentityGovernance/CustomTaskExtensionCollectionResponse.cs +++ b/src/generated/Models/IdentityGovernance/CustomTaskExtensionCollectionResponse.cs @@ -17,6 +17,7 @@ public class CustomTaskExtensionCollectionResponse : ApiSdk.Models.BaseCollectio /// /// 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 new CustomTaskExtensionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class CustomTaskExtensionCollectionResponse : ApiSdk.Models.BaseCollectio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(CustomTaskExtension.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IdentityGovernance/IdentityGovernance.cs b/src/generated/Models/IdentityGovernance/IdentityGovernance.cs index 354863af92..c498d75378 100644 --- a/src/generated/Models/IdentityGovernance/IdentityGovernance.cs +++ b/src/generated/Models/IdentityGovernance/IdentityGovernance.cs @@ -65,7 +65,7 @@ public class IdentityGovernance : IAdditionalDataHolder, IParsable { public ApiSdk.Models.TermsOfUseContainer TermsOfUse { get; set; } #endif /// - /// Instantiates a new identityGovernance and sets the default values. + /// Instantiates a new and sets the default values. /// public IdentityGovernance() { AdditionalData = new Dictionary(); @@ -73,6 +73,7 @@ public IdentityGovernance() { /// /// 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 IdentityGovernance CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -81,6 +82,7 @@ public static IdentityGovernance CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"accessReviews", n => { AccessReviews = n.GetObjectValue(ApiSdk.Models.AccessReviewSet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/IdentityGovernance/LifecycleManagementSettings.cs b/src/generated/Models/IdentityGovernance/LifecycleManagementSettings.cs index 267c75f0d2..f789099850 100644 --- a/src/generated/Models/IdentityGovernance/LifecycleManagementSettings.cs +++ b/src/generated/Models/IdentityGovernance/LifecycleManagementSettings.cs @@ -19,6 +19,7 @@ public class LifecycleManagementSettings : ApiSdk.Models.Entity, IParsable { /// /// 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 new LifecycleManagementSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class LifecycleManagementSettings : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"emailSettings", n => { EmailSettings = n.GetObjectValue(ApiSdk.Models.EmailSettings.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/IdentityGovernance/LifecycleWorkflowsContainer.cs b/src/generated/Models/IdentityGovernance/LifecycleWorkflowsContainer.cs index 5c57368ba4..34a6bb2f19 100644 --- a/src/generated/Models/IdentityGovernance/LifecycleWorkflowsContainer.cs +++ b/src/generated/Models/IdentityGovernance/LifecycleWorkflowsContainer.cs @@ -57,6 +57,7 @@ public class LifecycleWorkflowsContainer : ApiSdk.Models.Entity, IParsable { /// /// 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 new LifecycleWorkflowsContainer CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public class LifecycleWorkflowsContainer : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"customTaskExtensions", n => { CustomTaskExtensions = n.GetCollectionOfObjectValues(CustomTaskExtension.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IdentityGovernance/OnDemandExecutionOnly.cs b/src/generated/Models/IdentityGovernance/OnDemandExecutionOnly.cs index 17b14adfa2..c83f539647 100644 --- a/src/generated/Models/IdentityGovernance/OnDemandExecutionOnly.cs +++ b/src/generated/Models/IdentityGovernance/OnDemandExecutionOnly.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models.IdentityGovernance { public class OnDemandExecutionOnly : WorkflowExecutionConditions, IParsable { /// - /// Instantiates a new onDemandExecutionOnly and sets the default values. + /// Instantiates a new and sets the default values. /// public OnDemandExecutionOnly() : base() { OdataType = "#microsoft.graph.identityGovernance.onDemandExecutionOnly"; @@ -15,6 +15,7 @@ public OnDemandExecutionOnly() : base() { /// /// 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 new OnDemandExecutionOnly CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public OnDemandExecutionOnly() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/IdentityGovernance/Parameter.cs b/src/generated/Models/IdentityGovernance/Parameter.cs index 675c82a325..5bc7765142 100644 --- a/src/generated/Models/IdentityGovernance/Parameter.cs +++ b/src/generated/Models/IdentityGovernance/Parameter.cs @@ -35,7 +35,7 @@ public class Parameter : IAdditionalDataHolder, IParsable { /// The valueType property public ValueTypeObject? ValueType { get; set; } /// - /// Instantiates a new parameter and sets the default values. + /// Instantiates a new and sets the default values. /// public Parameter() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public Parameter() { /// /// 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 Parameter CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static Parameter CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/IdentityGovernance/RuleBasedSubjectSet.cs b/src/generated/Models/IdentityGovernance/RuleBasedSubjectSet.cs index 9cffa46bb1..2fe9188991 100644 --- a/src/generated/Models/IdentityGovernance/RuleBasedSubjectSet.cs +++ b/src/generated/Models/IdentityGovernance/RuleBasedSubjectSet.cs @@ -15,7 +15,7 @@ public class RuleBasedSubjectSet : ApiSdk.Models.SubjectSet, IParsable { public string Rule { get; set; } #endif /// - /// Instantiates a new ruleBasedSubjectSet and sets the default values. + /// Instantiates a new and sets the default values. /// public RuleBasedSubjectSet() : base() { OdataType = "#microsoft.graph.identityGovernance.ruleBasedSubjectSet"; @@ -23,6 +23,7 @@ public RuleBasedSubjectSet() : base() { /// /// 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 new RuleBasedSubjectSet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public RuleBasedSubjectSet() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"rule", n => { Rule = n.GetStringValue(); } }, diff --git a/src/generated/Models/IdentityGovernance/Run.cs b/src/generated/Models/IdentityGovernance/Run.cs index cf1906fb77..8417e3c6f1 100644 --- a/src/generated/Models/IdentityGovernance/Run.cs +++ b/src/generated/Models/IdentityGovernance/Run.cs @@ -49,6 +49,7 @@ public class Run : ApiSdk.Models.Entity, IParsable { /// /// 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 new Run CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public class Run : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"completedDateTime", n => { CompletedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/IdentityGovernance/RunCollectionResponse.cs b/src/generated/Models/IdentityGovernance/RunCollectionResponse.cs index e5408b7afb..b61942fbea 100644 --- a/src/generated/Models/IdentityGovernance/RunCollectionResponse.cs +++ b/src/generated/Models/IdentityGovernance/RunCollectionResponse.cs @@ -17,6 +17,7 @@ public class RunCollectionResponse : ApiSdk.Models.BaseCollectionPaginationCount /// /// 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 new RunCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class RunCollectionResponse : ApiSdk.Models.BaseCollectionPaginationCount /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Run.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IdentityGovernance/RunSummary.cs b/src/generated/Models/IdentityGovernance/RunSummary.cs index 000cb539fd..0e9ce57523 100644 --- a/src/generated/Models/IdentityGovernance/RunSummary.cs +++ b/src/generated/Models/IdentityGovernance/RunSummary.cs @@ -29,7 +29,7 @@ public class RunSummary : IAdditionalDataHolder, IParsable { /// The total number of users processed by a workflow. public int? TotalUsers { get; set; } /// - /// Instantiates a new runSummary and sets the default values. + /// Instantiates a new and sets the default values. /// public RunSummary() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public RunSummary() { /// /// 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 RunSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static RunSummary CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"failedRuns", n => { FailedRuns = n.GetIntValue(); } }, diff --git a/src/generated/Models/IdentityGovernance/TaskCollectionResponse.cs b/src/generated/Models/IdentityGovernance/TaskCollectionResponse.cs index 01c7653f84..dff7bac6be 100644 --- a/src/generated/Models/IdentityGovernance/TaskCollectionResponse.cs +++ b/src/generated/Models/IdentityGovernance/TaskCollectionResponse.cs @@ -17,6 +17,7 @@ public class TaskCollectionResponse : ApiSdk.Models.BaseCollectionPaginationCoun /// /// 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 new TaskCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TaskCollectionResponse : ApiSdk.Models.BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TaskObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IdentityGovernance/TaskDefinition.cs b/src/generated/Models/IdentityGovernance/TaskDefinition.cs index ff7ce1a0ad..31f0e0d3e8 100644 --- a/src/generated/Models/IdentityGovernance/TaskDefinition.cs +++ b/src/generated/Models/IdentityGovernance/TaskDefinition.cs @@ -39,6 +39,7 @@ public class TaskDefinition : ApiSdk.Models.Entity, IParsable { /// /// 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 new TaskDefinition CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public class TaskDefinition : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"category", n => { Category = n.GetEnumValue(); } }, diff --git a/src/generated/Models/IdentityGovernance/TaskDefinitionCollectionResponse.cs b/src/generated/Models/IdentityGovernance/TaskDefinitionCollectionResponse.cs index 7887a6b4a9..a4eb99de8f 100644 --- a/src/generated/Models/IdentityGovernance/TaskDefinitionCollectionResponse.cs +++ b/src/generated/Models/IdentityGovernance/TaskDefinitionCollectionResponse.cs @@ -17,6 +17,7 @@ public class TaskDefinitionCollectionResponse : ApiSdk.Models.BaseCollectionPagi /// /// 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 new TaskDefinitionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TaskDefinitionCollectionResponse : ApiSdk.Models.BaseCollectionPagi /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TaskDefinition.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IdentityGovernance/TaskObject.cs b/src/generated/Models/IdentityGovernance/TaskObject.cs index 7a80a7d8f4..7d86bf45ee 100644 --- a/src/generated/Models/IdentityGovernance/TaskObject.cs +++ b/src/generated/Models/IdentityGovernance/TaskObject.cs @@ -57,6 +57,7 @@ public class TaskObject : ApiSdk.Models.Entity, IParsable { /// /// 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 new TaskObject CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public class TaskObject : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"arguments", n => { Arguments = n.GetCollectionOfObjectValues(ApiSdk.Models.KeyValuePair.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IdentityGovernance/TaskProcessingResult.cs b/src/generated/Models/IdentityGovernance/TaskProcessingResult.cs index 19170a04ae..897bde6402 100644 --- a/src/generated/Models/IdentityGovernance/TaskProcessingResult.cs +++ b/src/generated/Models/IdentityGovernance/TaskProcessingResult.cs @@ -41,6 +41,7 @@ public class TaskProcessingResult : ApiSdk.Models.Entity, IParsable { /// /// 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 new TaskProcessingResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public class TaskProcessingResult : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"completedDateTime", n => { CompletedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/IdentityGovernance/TaskProcessingResultCollectionResponse.cs b/src/generated/Models/IdentityGovernance/TaskProcessingResultCollectionResponse.cs index 77f77af228..c9798e50dd 100644 --- a/src/generated/Models/IdentityGovernance/TaskProcessingResultCollectionResponse.cs +++ b/src/generated/Models/IdentityGovernance/TaskProcessingResultCollectionResponse.cs @@ -17,6 +17,7 @@ public class TaskProcessingResultCollectionResponse : ApiSdk.Models.BaseCollecti /// /// 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 new TaskProcessingResultCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TaskProcessingResultCollectionResponse : ApiSdk.Models.BaseCollecti /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TaskProcessingResult.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IdentityGovernance/TaskReport.cs b/src/generated/Models/IdentityGovernance/TaskReport.cs index c20072b36b..8eee3f6caa 100644 --- a/src/generated/Models/IdentityGovernance/TaskReport.cs +++ b/src/generated/Models/IdentityGovernance/TaskReport.cs @@ -57,6 +57,7 @@ public class TaskReport : ApiSdk.Models.Entity, IParsable { /// /// 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 new TaskReport CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public class TaskReport : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"completedDateTime", n => { CompletedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/IdentityGovernance/TaskReportCollectionResponse.cs b/src/generated/Models/IdentityGovernance/TaskReportCollectionResponse.cs index 2c88098bff..dde9162659 100644 --- a/src/generated/Models/IdentityGovernance/TaskReportCollectionResponse.cs +++ b/src/generated/Models/IdentityGovernance/TaskReportCollectionResponse.cs @@ -17,6 +17,7 @@ public class TaskReportCollectionResponse : ApiSdk.Models.BaseCollectionPaginati /// /// 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 new TaskReportCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TaskReportCollectionResponse : ApiSdk.Models.BaseCollectionPaginati /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TaskReport.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IdentityGovernance/TaskReportSummary.cs b/src/generated/Models/IdentityGovernance/TaskReportSummary.cs index 506a0ee860..93b516bacb 100644 --- a/src/generated/Models/IdentityGovernance/TaskReportSummary.cs +++ b/src/generated/Models/IdentityGovernance/TaskReportSummary.cs @@ -25,7 +25,7 @@ public class TaskReportSummary : IAdditionalDataHolder, IParsable { /// The number of unprocessed tasks in a report. public int? UnprocessedTasks { get; set; } /// - /// Instantiates a new taskReportSummary and sets the default values. + /// Instantiates a new and sets the default values. /// public TaskReportSummary() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public TaskReportSummary() { /// /// 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 TaskReportSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static TaskReportSummary CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"failedTasks", n => { FailedTasks = n.GetIntValue(); } }, diff --git a/src/generated/Models/IdentityGovernance/TimeBasedAttributeTrigger.cs b/src/generated/Models/IdentityGovernance/TimeBasedAttributeTrigger.cs index 3d35cd2367..1d79718e12 100644 --- a/src/generated/Models/IdentityGovernance/TimeBasedAttributeTrigger.cs +++ b/src/generated/Models/IdentityGovernance/TimeBasedAttributeTrigger.cs @@ -11,7 +11,7 @@ public class TimeBasedAttributeTrigger : WorkflowExecutionTrigger, IParsable { /// The timeBasedAttribute property public WorkflowTriggerTimeBasedAttribute? TimeBasedAttribute { get; set; } /// - /// Instantiates a new timeBasedAttributeTrigger and sets the default values. + /// Instantiates a new and sets the default values. /// public TimeBasedAttributeTrigger() : base() { OdataType = "#microsoft.graph.identityGovernance.timeBasedAttributeTrigger"; @@ -19,6 +19,7 @@ public TimeBasedAttributeTrigger() : base() { /// /// 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 new TimeBasedAttributeTrigger CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public TimeBasedAttributeTrigger() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"offsetInDays", n => { OffsetInDays = n.GetIntValue(); } }, diff --git a/src/generated/Models/IdentityGovernance/TriggerAndScopeBasedConditions.cs b/src/generated/Models/IdentityGovernance/TriggerAndScopeBasedConditions.cs index 41b77b5e4d..806c725982 100644 --- a/src/generated/Models/IdentityGovernance/TriggerAndScopeBasedConditions.cs +++ b/src/generated/Models/IdentityGovernance/TriggerAndScopeBasedConditions.cs @@ -23,7 +23,7 @@ public class TriggerAndScopeBasedConditions : WorkflowExecutionConditions, IPars public WorkflowExecutionTrigger Trigger { get; set; } #endif /// - /// Instantiates a new triggerAndScopeBasedConditions and sets the default values. + /// Instantiates a new and sets the default values. /// public TriggerAndScopeBasedConditions() : base() { OdataType = "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions"; @@ -31,6 +31,7 @@ public TriggerAndScopeBasedConditions() : base() { /// /// 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 new TriggerAndScopeBasedConditions CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public TriggerAndScopeBasedConditions() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"scope", n => { Scope = n.GetObjectValue(ApiSdk.Models.SubjectSet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/IdentityGovernance/UserProcessingResult.cs b/src/generated/Models/IdentityGovernance/UserProcessingResult.cs index dd51041ac5..c85797058b 100644 --- a/src/generated/Models/IdentityGovernance/UserProcessingResult.cs +++ b/src/generated/Models/IdentityGovernance/UserProcessingResult.cs @@ -43,6 +43,7 @@ public class UserProcessingResult : ApiSdk.Models.Entity, IParsable { /// /// 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 new UserProcessingResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public class UserProcessingResult : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"completedDateTime", n => { CompletedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/IdentityGovernance/UserProcessingResultCollectionResponse.cs b/src/generated/Models/IdentityGovernance/UserProcessingResultCollectionResponse.cs index 2bea25622c..a5b21564d5 100644 --- a/src/generated/Models/IdentityGovernance/UserProcessingResultCollectionResponse.cs +++ b/src/generated/Models/IdentityGovernance/UserProcessingResultCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserProcessingResultCollectionResponse : ApiSdk.Models.BaseCollecti /// /// 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 new UserProcessingResultCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserProcessingResultCollectionResponse : ApiSdk.Models.BaseCollecti /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserProcessingResult.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IdentityGovernance/UserSummary.cs b/src/generated/Models/IdentityGovernance/UserSummary.cs index 1209351b2a..db4dc8a9e2 100644 --- a/src/generated/Models/IdentityGovernance/UserSummary.cs +++ b/src/generated/Models/IdentityGovernance/UserSummary.cs @@ -27,7 +27,7 @@ public class UserSummary : IAdditionalDataHolder, IParsable { /// The total number of users in a user summary public int? TotalUsers { get; set; } /// - /// Instantiates a new userSummary and sets the default values. + /// Instantiates a new and sets the default values. /// public UserSummary() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public UserSummary() { /// /// 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 UserSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static UserSummary CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"failedTasks", n => { FailedTasks = n.GetIntValue(); } }, diff --git a/src/generated/Models/IdentityGovernance/Workflow.cs b/src/generated/Models/IdentityGovernance/Workflow.cs index 8ec5bea315..b797e34d0b 100644 --- a/src/generated/Models/IdentityGovernance/Workflow.cs +++ b/src/generated/Models/IdentityGovernance/Workflow.cs @@ -61,7 +61,7 @@ public class Workflow : WorkflowBase, IParsable { public List Versions { get; set; } #endif /// - /// Instantiates a new workflow and sets the default values. + /// Instantiates a new and sets the default values. /// public Workflow() : base() { OdataType = "#microsoft.graph.identityGovernance.workflow"; @@ -69,6 +69,7 @@ public Workflow() : base() { /// /// 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 new Workflow CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -77,6 +78,7 @@ public Workflow() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deletedDateTime", n => { DeletedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/IdentityGovernance/WorkflowBase.cs b/src/generated/Models/IdentityGovernance/WorkflowBase.cs index 1b33651dbd..9fed5d63f1 100644 --- a/src/generated/Models/IdentityGovernance/WorkflowBase.cs +++ b/src/generated/Models/IdentityGovernance/WorkflowBase.cs @@ -75,7 +75,7 @@ public class WorkflowBase : IAdditionalDataHolder, IParsable { public List Tasks { get; set; } #endif /// - /// Instantiates a new workflowBase and sets the default values. + /// Instantiates a new and sets the default values. /// public WorkflowBase() { AdditionalData = new Dictionary(); @@ -83,6 +83,7 @@ public WorkflowBase() { /// /// 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 WorkflowBase CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -96,6 +97,7 @@ public static WorkflowBase CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"category", n => { Category = n.GetEnumValue(); } }, diff --git a/src/generated/Models/IdentityGovernance/WorkflowCollectionResponse.cs b/src/generated/Models/IdentityGovernance/WorkflowCollectionResponse.cs index fb94fb8339..102f9e7796 100644 --- a/src/generated/Models/IdentityGovernance/WorkflowCollectionResponse.cs +++ b/src/generated/Models/IdentityGovernance/WorkflowCollectionResponse.cs @@ -17,6 +17,7 @@ public class WorkflowCollectionResponse : ApiSdk.Models.BaseCollectionPagination /// /// 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 new WorkflowCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkflowCollectionResponse : ApiSdk.Models.BaseCollectionPagination /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Workflow.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IdentityGovernance/WorkflowExecutionConditions.cs b/src/generated/Models/IdentityGovernance/WorkflowExecutionConditions.cs index af7114a708..0bdb48b261 100644 --- a/src/generated/Models/IdentityGovernance/WorkflowExecutionConditions.cs +++ b/src/generated/Models/IdentityGovernance/WorkflowExecutionConditions.cs @@ -17,7 +17,7 @@ public class WorkflowExecutionConditions : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new workflowExecutionConditions and sets the default values. + /// Instantiates a new and sets the default values. /// public WorkflowExecutionConditions() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public WorkflowExecutionConditions() { /// /// 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 WorkflowExecutionConditions CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public static WorkflowExecutionConditions CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/IdentityGovernance/WorkflowExecutionTrigger.cs b/src/generated/Models/IdentityGovernance/WorkflowExecutionTrigger.cs index fdde3b7f75..dfd15bfa83 100644 --- a/src/generated/Models/IdentityGovernance/WorkflowExecutionTrigger.cs +++ b/src/generated/Models/IdentityGovernance/WorkflowExecutionTrigger.cs @@ -17,7 +17,7 @@ public class WorkflowExecutionTrigger : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new workflowExecutionTrigger and sets the default values. + /// Instantiates a new and sets the default values. /// public WorkflowExecutionTrigger() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public WorkflowExecutionTrigger() { /// /// 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 WorkflowExecutionTrigger CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static WorkflowExecutionTrigger CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/IdentityGovernance/WorkflowTemplate.cs b/src/generated/Models/IdentityGovernance/WorkflowTemplate.cs index 72e0ccc9d4..bddcf8954a 100644 --- a/src/generated/Models/IdentityGovernance/WorkflowTemplate.cs +++ b/src/generated/Models/IdentityGovernance/WorkflowTemplate.cs @@ -43,6 +43,7 @@ public class WorkflowTemplate : ApiSdk.Models.Entity, IParsable { /// /// 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 new WorkflowTemplate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public class WorkflowTemplate : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"category", n => { Category = n.GetEnumValue(); } }, diff --git a/src/generated/Models/IdentityGovernance/WorkflowTemplateCollectionResponse.cs b/src/generated/Models/IdentityGovernance/WorkflowTemplateCollectionResponse.cs index 76f0b1edb5..4cb37532ae 100644 --- a/src/generated/Models/IdentityGovernance/WorkflowTemplateCollectionResponse.cs +++ b/src/generated/Models/IdentityGovernance/WorkflowTemplateCollectionResponse.cs @@ -17,6 +17,7 @@ public class WorkflowTemplateCollectionResponse : ApiSdk.Models.BaseCollectionPa /// /// 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 new WorkflowTemplateCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkflowTemplateCollectionResponse : ApiSdk.Models.BaseCollectionPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WorkflowTemplate.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IdentityGovernance/WorkflowVersion.cs b/src/generated/Models/IdentityGovernance/WorkflowVersion.cs index 0e436f454a..82b121a687 100644 --- a/src/generated/Models/IdentityGovernance/WorkflowVersion.cs +++ b/src/generated/Models/IdentityGovernance/WorkflowVersion.cs @@ -9,7 +9,7 @@ public class WorkflowVersion : WorkflowBase, IParsable { /// The version of the workflow.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby. public int? VersionNumber { get; set; } /// - /// Instantiates a new workflowVersion and sets the default values. + /// Instantiates a new and sets the default values. /// public WorkflowVersion() : base() { OdataType = "#microsoft.graph.identityGovernance.workflowVersion"; @@ -17,6 +17,7 @@ public WorkflowVersion() : base() { /// /// 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 new WorkflowVersion CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public WorkflowVersion() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"versionNumber", n => { VersionNumber = n.GetIntValue(); } }, diff --git a/src/generated/Models/IdentityGovernance/WorkflowVersionCollectionResponse.cs b/src/generated/Models/IdentityGovernance/WorkflowVersionCollectionResponse.cs index bc193ba919..6e2dd01598 100644 --- a/src/generated/Models/IdentityGovernance/WorkflowVersionCollectionResponse.cs +++ b/src/generated/Models/IdentityGovernance/WorkflowVersionCollectionResponse.cs @@ -17,6 +17,7 @@ public class WorkflowVersionCollectionResponse : ApiSdk.Models.BaseCollectionPag /// /// 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 new WorkflowVersionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkflowVersionCollectionResponse : ApiSdk.Models.BaseCollectionPag /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WorkflowVersion.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IdentityProtectionRoot.cs b/src/generated/Models/IdentityProtectionRoot.cs index 49da1a0717..fe3670abfe 100644 --- a/src/generated/Models/IdentityProtectionRoot.cs +++ b/src/generated/Models/IdentityProtectionRoot.cs @@ -49,7 +49,7 @@ public class IdentityProtectionRoot : IAdditionalDataHolder, IParsable { public List ServicePrincipalRiskDetections { get; set; } #endif /// - /// Instantiates a new identityProtectionRoot and sets the default values. + /// Instantiates a new and sets the default values. /// public IdentityProtectionRoot() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public IdentityProtectionRoot() { /// /// 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 IdentityProtectionRoot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static IdentityProtectionRoot CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/IdentityProvider.cs b/src/generated/Models/IdentityProvider.cs index 00950fee8b..ba602ae0aa 100644 --- a/src/generated/Models/IdentityProvider.cs +++ b/src/generated/Models/IdentityProvider.cs @@ -41,6 +41,7 @@ public class IdentityProvider : Entity, IParsable { /// /// 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 new IdentityProvider CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public class IdentityProvider : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"clientId", n => { ClientId = n.GetStringValue(); } }, diff --git a/src/generated/Models/IdentityProviderBase.cs b/src/generated/Models/IdentityProviderBase.cs index 45f438af5a..a680c50bf3 100644 --- a/src/generated/Models/IdentityProviderBase.cs +++ b/src/generated/Models/IdentityProviderBase.cs @@ -17,6 +17,7 @@ public class IdentityProviderBase : Entity, IParsable { /// /// 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 new IdentityProviderBase CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public class IdentityProviderBase : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/IdentityProviderBaseCollectionResponse.cs b/src/generated/Models/IdentityProviderBaseCollectionResponse.cs index 4c9f969344..1cc7d55993 100644 --- a/src/generated/Models/IdentityProviderBaseCollectionResponse.cs +++ b/src/generated/Models/IdentityProviderBaseCollectionResponse.cs @@ -17,6 +17,7 @@ public class IdentityProviderBaseCollectionResponse : BaseCollectionPaginationCo /// /// 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 new IdentityProviderBaseCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class IdentityProviderBaseCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(IdentityProviderBase.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IdentityProviderCollectionResponse.cs b/src/generated/Models/IdentityProviderCollectionResponse.cs index c21963e4cb..a4e3821818 100644 --- a/src/generated/Models/IdentityProviderCollectionResponse.cs +++ b/src/generated/Models/IdentityProviderCollectionResponse.cs @@ -17,6 +17,7 @@ public class IdentityProviderCollectionResponse : BaseCollectionPaginationCountR /// /// 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 new IdentityProviderCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class IdentityProviderCollectionResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(IdentityProvider.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IdentitySecurityDefaultsEnforcementPolicy.cs b/src/generated/Models/IdentitySecurityDefaultsEnforcementPolicy.cs index c1f0b10919..f1f22aec1b 100644 --- a/src/generated/Models/IdentitySecurityDefaultsEnforcementPolicy.cs +++ b/src/generated/Models/IdentitySecurityDefaultsEnforcementPolicy.cs @@ -9,7 +9,7 @@ public class IdentitySecurityDefaultsEnforcementPolicy : PolicyBase, IParsable { /// If set to true, Microsoft Entra security defaults are enabled for the tenant. public bool? IsEnabled { get; set; } /// - /// Instantiates a new identitySecurityDefaultsEnforcementPolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public IdentitySecurityDefaultsEnforcementPolicy() : base() { OdataType = "#microsoft.graph.identitySecurityDefaultsEnforcementPolicy"; @@ -17,6 +17,7 @@ public IdentitySecurityDefaultsEnforcementPolicy() : base() { /// /// 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 new IdentitySecurityDefaultsEnforcementPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public IdentitySecurityDefaultsEnforcementPolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"isEnabled", n => { IsEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/IdentitySet.cs b/src/generated/Models/IdentitySet.cs index 7814fa07ea..3f38ec2f97 100644 --- a/src/generated/Models/IdentitySet.cs +++ b/src/generated/Models/IdentitySet.cs @@ -41,7 +41,7 @@ public class IdentitySet : IAdditionalDataHolder, IParsable { public Identity User { get; set; } #endif /// - /// Instantiates a new identitySet and sets the default values. + /// Instantiates a new and sets the default values. /// public IdentitySet() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public IdentitySet() { /// /// 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 IdentitySet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static IdentitySet CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"application", n => { Application = n.GetObjectValue(Identity.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/IdentitySource.cs b/src/generated/Models/IdentitySource.cs index 5192e38115..2e29413ed3 100644 --- a/src/generated/Models/IdentitySource.cs +++ b/src/generated/Models/IdentitySource.cs @@ -17,7 +17,7 @@ public class IdentitySource : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new identitySource and sets the default values. + /// Instantiates a new and sets the default values. /// public IdentitySource() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public IdentitySource() { /// /// 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 IdentitySource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static IdentitySource CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/IdentityUserFlow.cs b/src/generated/Models/IdentityUserFlow.cs index b081184b99..a2ac257315 100644 --- a/src/generated/Models/IdentityUserFlow.cs +++ b/src/generated/Models/IdentityUserFlow.cs @@ -13,6 +13,7 @@ public class IdentityUserFlow : Entity, IParsable { /// /// 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 new IdentityUserFlow CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class IdentityUserFlow : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"userFlowType", n => { UserFlowType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/IdentityUserFlowAttribute.cs b/src/generated/Models/IdentityUserFlowAttribute.cs index 9aa045496d..2af329359a 100644 --- a/src/generated/Models/IdentityUserFlowAttribute.cs +++ b/src/generated/Models/IdentityUserFlowAttribute.cs @@ -29,6 +29,7 @@ public class IdentityUserFlowAttribute : Entity, IParsable { /// /// 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 new IdentityUserFlowAttribute CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public class IdentityUserFlowAttribute : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"dataType", n => { DataType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/IdentityUserFlowAttributeAssignment.cs b/src/generated/Models/IdentityUserFlowAttributeAssignment.cs index 70a4352000..5c84a53f61 100644 --- a/src/generated/Models/IdentityUserFlowAttributeAssignment.cs +++ b/src/generated/Models/IdentityUserFlowAttributeAssignment.cs @@ -39,6 +39,7 @@ public class IdentityUserFlowAttributeAssignment : Entity, IParsable { /// /// 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 new IdentityUserFlowAttributeAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public class IdentityUserFlowAttributeAssignment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/IdentityUserFlowAttributeAssignmentCollectionResponse.cs b/src/generated/Models/IdentityUserFlowAttributeAssignmentCollectionResponse.cs index 7e412318e6..800fd1ca07 100644 --- a/src/generated/Models/IdentityUserFlowAttributeAssignmentCollectionResponse.cs +++ b/src/generated/Models/IdentityUserFlowAttributeAssignmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class IdentityUserFlowAttributeAssignmentCollectionResponse : BaseCollect /// /// 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 new IdentityUserFlowAttributeAssignmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class IdentityUserFlowAttributeAssignmentCollectionResponse : BaseCollect /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(IdentityUserFlowAttributeAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IdentityUserFlowAttributeCollectionResponse.cs b/src/generated/Models/IdentityUserFlowAttributeCollectionResponse.cs index c4b606c2bc..6394361cbe 100644 --- a/src/generated/Models/IdentityUserFlowAttributeCollectionResponse.cs +++ b/src/generated/Models/IdentityUserFlowAttributeCollectionResponse.cs @@ -17,6 +17,7 @@ public class IdentityUserFlowAttributeCollectionResponse : BaseCollectionPaginat /// /// 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 new IdentityUserFlowAttributeCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class IdentityUserFlowAttributeCollectionResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(IdentityUserFlowAttribute.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IdleSessionSignOut.cs b/src/generated/Models/IdleSessionSignOut.cs index 3c99210fda..0f37c251e1 100644 --- a/src/generated/Models/IdleSessionSignOut.cs +++ b/src/generated/Models/IdleSessionSignOut.cs @@ -23,7 +23,7 @@ public class IdleSessionSignOut : IAdditionalDataHolder, IParsable { /// Number of seconds of inactivity after which a user is notified that they'll be signed out. public long? WarnAfterInSeconds { get; set; } /// - /// Instantiates a new idleSessionSignOut and sets the default values. + /// Instantiates a new and sets the default values. /// public IdleSessionSignOut() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public IdleSessionSignOut() { /// /// 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 IdleSessionSignOut CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static IdleSessionSignOut CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isEnabled", n => { IsEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/Image.cs b/src/generated/Models/Image.cs index f6ab55157d..24fc333182 100644 --- a/src/generated/Models/Image.cs +++ b/src/generated/Models/Image.cs @@ -21,7 +21,7 @@ public class Image : IAdditionalDataHolder, IParsable { /// Optional. Width of the image, in pixels. Read-only. public int? Width { get; set; } /// - /// Instantiates a new image and sets the default values. + /// Instantiates a new and sets the default values. /// public Image() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public Image() { /// /// 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 Image CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static Image CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"height", n => { Height = n.GetIntValue(); } }, diff --git a/src/generated/Models/ImageInfo.cs b/src/generated/Models/ImageInfo.cs index 597d057e1d..4733b3c294 100644 --- a/src/generated/Models/ImageInfo.cs +++ b/src/generated/Models/ImageInfo.cs @@ -43,7 +43,7 @@ public class ImageInfo : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new imageInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public ImageInfo() { AdditionalData = new Dictionary(); @@ -51,6 +51,7 @@ public ImageInfo() { /// /// 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 ImageInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static ImageInfo CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"addImageQuery", n => { AddImageQuery = n.GetBoolValue(); } }, diff --git a/src/generated/Models/ImplicitGrantSettings.cs b/src/generated/Models/ImplicitGrantSettings.cs index 8927335938..9d0d4d31b5 100644 --- a/src/generated/Models/ImplicitGrantSettings.cs +++ b/src/generated/Models/ImplicitGrantSettings.cs @@ -21,7 +21,7 @@ public class ImplicitGrantSettings : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new implicitGrantSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public ImplicitGrantSettings() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public ImplicitGrantSettings() { /// /// 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 ImplicitGrantSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static ImplicitGrantSettings CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"enableAccessTokenIssuance", n => { EnableAccessTokenIssuance = n.GetBoolValue(); } }, diff --git a/src/generated/Models/ImportedWindowsAutopilotDeviceIdentity.cs b/src/generated/Models/ImportedWindowsAutopilotDeviceIdentity.cs index fdc32faee5..3d6a184ec5 100644 --- a/src/generated/Models/ImportedWindowsAutopilotDeviceIdentity.cs +++ b/src/generated/Models/ImportedWindowsAutopilotDeviceIdentity.cs @@ -68,6 +68,7 @@ public class ImportedWindowsAutopilotDeviceIdentity : Entity, IParsable { /// /// 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 new ImportedWindowsAutopilotDeviceIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -76,6 +77,7 @@ public class ImportedWindowsAutopilotDeviceIdentity : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assignedUserPrincipalName", n => { AssignedUserPrincipalName = n.GetStringValue(); } }, diff --git a/src/generated/Models/ImportedWindowsAutopilotDeviceIdentityCollectionResponse.cs b/src/generated/Models/ImportedWindowsAutopilotDeviceIdentityCollectionResponse.cs index 9e66e576f8..d146c08887 100644 --- a/src/generated/Models/ImportedWindowsAutopilotDeviceIdentityCollectionResponse.cs +++ b/src/generated/Models/ImportedWindowsAutopilotDeviceIdentityCollectionResponse.cs @@ -17,6 +17,7 @@ public class ImportedWindowsAutopilotDeviceIdentityCollectionResponse : BaseColl /// /// 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 new ImportedWindowsAutopilotDeviceIdentityCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ImportedWindowsAutopilotDeviceIdentityCollectionResponse : BaseColl /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ImportedWindowsAutopilotDeviceIdentity.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ImportedWindowsAutopilotDeviceIdentityState.cs b/src/generated/Models/ImportedWindowsAutopilotDeviceIdentityState.cs index d8c56862f0..4e8056c45b 100644 --- a/src/generated/Models/ImportedWindowsAutopilotDeviceIdentityState.cs +++ b/src/generated/Models/ImportedWindowsAutopilotDeviceIdentityState.cs @@ -37,7 +37,7 @@ public class ImportedWindowsAutopilotDeviceIdentityState : IAdditionalDataHolder public string OdataType { get; set; } #endif /// - /// Instantiates a new importedWindowsAutopilotDeviceIdentityState and sets the default values. + /// Instantiates a new and sets the default values. /// public ImportedWindowsAutopilotDeviceIdentityState() { AdditionalData = new Dictionary(); @@ -45,6 +45,7 @@ public ImportedWindowsAutopilotDeviceIdentityState() { /// /// 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 ImportedWindowsAutopilotDeviceIdentityState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public static ImportedWindowsAutopilotDeviceIdentityState CreateFromDiscriminato /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"deviceErrorCode", n => { DeviceErrorCode = n.GetIntValue(); } }, diff --git a/src/generated/Models/ImportedWindowsAutopilotDeviceIdentityUpload.cs b/src/generated/Models/ImportedWindowsAutopilotDeviceIdentityUpload.cs index d35ffdaf1c..469d406069 100644 --- a/src/generated/Models/ImportedWindowsAutopilotDeviceIdentityUpload.cs +++ b/src/generated/Models/ImportedWindowsAutopilotDeviceIdentityUpload.cs @@ -24,6 +24,7 @@ public class ImportedWindowsAutopilotDeviceIdentityUpload : Entity, IParsable { /// /// 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 new ImportedWindowsAutopilotDeviceIdentityUpload CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -32,6 +33,7 @@ public class ImportedWindowsAutopilotDeviceIdentityUpload : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTimeUtc", n => { CreatedDateTimeUtc = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/InboundOutboundPolicyConfiguration.cs b/src/generated/Models/InboundOutboundPolicyConfiguration.cs index 3d8e4e16b4..0728a087bb 100644 --- a/src/generated/Models/InboundOutboundPolicyConfiguration.cs +++ b/src/generated/Models/InboundOutboundPolicyConfiguration.cs @@ -21,7 +21,7 @@ public class InboundOutboundPolicyConfiguration : IAdditionalDataHolder, IParsab /// Defines whether internal users are allowed to go outbound. public bool? OutboundAllowed { get; set; } /// - /// Instantiates a new inboundOutboundPolicyConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public InboundOutboundPolicyConfiguration() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public InboundOutboundPolicyConfiguration() { /// /// 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 InboundOutboundPolicyConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static InboundOutboundPolicyConfiguration CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"inboundAllowed", n => { InboundAllowed = n.GetBoolValue(); } }, diff --git a/src/generated/Models/IncludeAllAccountTargetContent.cs b/src/generated/Models/IncludeAllAccountTargetContent.cs index 3f37e32073..de7d5eacdd 100644 --- a/src/generated/Models/IncludeAllAccountTargetContent.cs +++ b/src/generated/Models/IncludeAllAccountTargetContent.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class IncludeAllAccountTargetContent : AccountTargetContent, IParsable { /// - /// Instantiates a new includeAllAccountTargetContent and sets the default values. + /// Instantiates a new and sets the default values. /// public IncludeAllAccountTargetContent() : base() { OdataType = "#microsoft.graph.includeAllAccountTargetContent"; @@ -15,6 +15,7 @@ public IncludeAllAccountTargetContent() : base() { /// /// 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 new IncludeAllAccountTargetContent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public IncludeAllAccountTargetContent() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/IncomingCallOptions.cs b/src/generated/Models/IncomingCallOptions.cs index ae2cfe3069..62c3b6101f 100644 --- a/src/generated/Models/IncomingCallOptions.cs +++ b/src/generated/Models/IncomingCallOptions.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class IncomingCallOptions : CallOptions, IParsable { /// - /// Instantiates a new incomingCallOptions and sets the default values. + /// Instantiates a new and sets the default values. /// public IncomingCallOptions() : base() { OdataType = "#microsoft.graph.incomingCallOptions"; @@ -15,6 +15,7 @@ public IncomingCallOptions() : base() { /// /// 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 new IncomingCallOptions CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public IncomingCallOptions() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/IncomingContext.cs b/src/generated/Models/IncomingContext.cs index b57179f7dd..5f9c0fc86c 100644 --- a/src/generated/Models/IncomingContext.cs +++ b/src/generated/Models/IncomingContext.cs @@ -49,7 +49,7 @@ public class IncomingContext : IAdditionalDataHolder, IParsable { public IdentitySet Transferor { get; set; } #endif /// - /// Instantiates a new incomingContext and sets the default values. + /// Instantiates a new and sets the default values. /// public IncomingContext() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public IncomingContext() { /// /// 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 IncomingContext CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static IncomingContext CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"observedParticipantId", n => { ObservedParticipantId = n.GetStringValue(); } }, diff --git a/src/generated/Models/IncompleteData.cs b/src/generated/Models/IncompleteData.cs index ff7510fb11..29a62de2d3 100644 --- a/src/generated/Models/IncompleteData.cs +++ b/src/generated/Models/IncompleteData.cs @@ -21,7 +21,7 @@ public class IncompleteData : IAdditionalDataHolder, IParsable { /// Some data was not recorded due to excessive activity. public bool? WasThrottled { get; set; } /// - /// Instantiates a new incompleteData and sets the default values. + /// Instantiates a new and sets the default values. /// public IncompleteData() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public IncompleteData() { /// /// 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 IncompleteData CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static IncompleteData CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"missingDataBeforeDateTime", n => { MissingDataBeforeDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/InferenceClassification.cs b/src/generated/Models/InferenceClassification.cs index c5f3721b27..bd48ef1148 100644 --- a/src/generated/Models/InferenceClassification.cs +++ b/src/generated/Models/InferenceClassification.cs @@ -17,6 +17,7 @@ public class InferenceClassification : Entity, IParsable { /// /// 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 new InferenceClassification CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class InferenceClassification : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"overrides", n => { Overrides = n.GetCollectionOfObjectValues(InferenceClassificationOverride.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/InferenceClassificationOverride.cs b/src/generated/Models/InferenceClassificationOverride.cs index e5365f92ff..8e17f07961 100644 --- a/src/generated/Models/InferenceClassificationOverride.cs +++ b/src/generated/Models/InferenceClassificationOverride.cs @@ -19,6 +19,7 @@ public class InferenceClassificationOverride : Entity, IParsable { /// /// 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 new InferenceClassificationOverride CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class InferenceClassificationOverride : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"classifyAs", n => { ClassifyAs = n.GetEnumValue(); } }, diff --git a/src/generated/Models/InferenceClassificationOverrideCollectionResponse.cs b/src/generated/Models/InferenceClassificationOverrideCollectionResponse.cs index f702c97742..5265a783e6 100644 --- a/src/generated/Models/InferenceClassificationOverrideCollectionResponse.cs +++ b/src/generated/Models/InferenceClassificationOverrideCollectionResponse.cs @@ -17,6 +17,7 @@ public class InferenceClassificationOverrideCollectionResponse : BaseCollectionP /// /// 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 new InferenceClassificationOverrideCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class InferenceClassificationOverrideCollectionResponse : BaseCollectionP /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(InferenceClassificationOverride.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/InformationProtection.cs b/src/generated/Models/InformationProtection.cs index 946e0ea06f..41a1f8ea2f 100644 --- a/src/generated/Models/InformationProtection.cs +++ b/src/generated/Models/InformationProtection.cs @@ -33,7 +33,7 @@ public class InformationProtection : IAdditionalDataHolder, IParsable { public List ThreatAssessmentRequests { get; set; } #endif /// - /// Instantiates a new informationProtection and sets the default values. + /// Instantiates a new and sets the default values. /// public InformationProtection() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public InformationProtection() { /// /// 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 InformationProtection CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static InformationProtection CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"bitlocker", n => { Bitlocker = n.GetObjectValue(ApiSdk.Models.Bitlocker.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/InformationalUrl.cs b/src/generated/Models/InformationalUrl.cs index fd222898e5..582420797d 100644 --- a/src/generated/Models/InformationalUrl.cs +++ b/src/generated/Models/InformationalUrl.cs @@ -57,7 +57,7 @@ public class InformationalUrl : IAdditionalDataHolder, IParsable { public string TermsOfServiceUrl { get; set; } #endif /// - /// Instantiates a new informationalUrl and sets the default values. + /// Instantiates a new and sets the default values. /// public InformationalUrl() { AdditionalData = new Dictionary(); @@ -65,6 +65,7 @@ public InformationalUrl() { /// /// 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 InformationalUrl CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public static InformationalUrl CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"logoUrl", n => { LogoUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/Initiator.cs b/src/generated/Models/Initiator.cs index e0365b8731..e803941036 100644 --- a/src/generated/Models/Initiator.cs +++ b/src/generated/Models/Initiator.cs @@ -9,7 +9,7 @@ public class Initiator : Identity, IParsable { /// Type of initiator. Possible values are: user, application, system, unknownFutureValue. public ApiSdk.Models.InitiatorType? InitiatorType { get; set; } /// - /// Instantiates a new initiator and sets the default values. + /// Instantiates a new and sets the default values. /// public Initiator() : base() { OdataType = "#microsoft.graph.initiator"; @@ -17,6 +17,7 @@ public Initiator() : base() { /// /// 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 new Initiator CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public Initiator() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"initiatorType", n => { InitiatorType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/InsightIdentity.cs b/src/generated/Models/InsightIdentity.cs index 1fddeba216..586b47d596 100644 --- a/src/generated/Models/InsightIdentity.cs +++ b/src/generated/Models/InsightIdentity.cs @@ -41,7 +41,7 @@ public class InsightIdentity : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new insightIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public InsightIdentity() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public InsightIdentity() { /// /// 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 InsightIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static InsightIdentity CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"address", n => { Address = n.GetStringValue(); } }, diff --git a/src/generated/Models/InsightValueDouble.cs b/src/generated/Models/InsightValueDouble.cs index 662f57aa72..d428cf1781 100644 --- a/src/generated/Models/InsightValueDouble.cs +++ b/src/generated/Models/InsightValueDouble.cs @@ -12,7 +12,7 @@ public class InsightValueDouble : UserExperienceAnalyticsInsightValue, IParsable /// The double value of the user experience analytics insight. public double? Value { get; set; } /// - /// Instantiates a new insightValueDouble and sets the default values. + /// Instantiates a new and sets the default values. /// public InsightValueDouble() : base() { OdataType = "#microsoft.graph.insightValueDouble"; @@ -20,6 +20,7 @@ public InsightValueDouble() : base() { /// /// 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 new InsightValueDouble CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public InsightValueDouble() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetDoubleValue(); } }, diff --git a/src/generated/Models/InsightValueInt.cs b/src/generated/Models/InsightValueInt.cs index e805338bce..34c5afc452 100644 --- a/src/generated/Models/InsightValueInt.cs +++ b/src/generated/Models/InsightValueInt.cs @@ -12,7 +12,7 @@ public class InsightValueInt : UserExperienceAnalyticsInsightValue, IParsable { /// The int value of the user experience analytics insight. public int? Value { get; set; } /// - /// Instantiates a new insightValueInt and sets the default values. + /// Instantiates a new and sets the default values. /// public InsightValueInt() : base() { OdataType = "#microsoft.graph.insightValueInt"; @@ -20,6 +20,7 @@ public InsightValueInt() : base() { /// /// 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 new InsightValueInt CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public InsightValueInt() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetIntValue(); } }, diff --git a/src/generated/Models/IntegerRange.cs b/src/generated/Models/IntegerRange.cs index 4d0d918f0e..a62005af92 100644 --- a/src/generated/Models/IntegerRange.cs +++ b/src/generated/Models/IntegerRange.cs @@ -21,7 +21,7 @@ public class IntegerRange : IAdditionalDataHolder, IParsable { /// The inclusive lower bound of the integer range. public long? Start { get; set; } /// - /// Instantiates a new integerRange and sets the default values. + /// Instantiates a new and sets the default values. /// public IntegerRange() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public IntegerRange() { /// /// 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 IntegerRange CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static IntegerRange CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"end", n => { End = n.GetLongValue(); } }, diff --git a/src/generated/Models/InternalDomainFederation.cs b/src/generated/Models/InternalDomainFederation.cs index 7a743345e6..50e0d54955 100644 --- a/src/generated/Models/InternalDomainFederation.cs +++ b/src/generated/Models/InternalDomainFederation.cs @@ -45,7 +45,7 @@ public class InternalDomainFederation : SamlOrWsFedProvider, IParsable { public string SignOutUri { get; set; } #endif /// - /// Instantiates a new internalDomainFederation and sets the default values. + /// Instantiates a new and sets the default values. /// public InternalDomainFederation() : base() { OdataType = "#microsoft.graph.internalDomainFederation"; @@ -53,6 +53,7 @@ public InternalDomainFederation() : base() { /// /// 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 new InternalDomainFederation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -61,6 +62,7 @@ public InternalDomainFederation() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activeSignInUri", n => { ActiveSignInUri = n.GetStringValue(); } }, diff --git a/src/generated/Models/InternalDomainFederationCollectionResponse.cs b/src/generated/Models/InternalDomainFederationCollectionResponse.cs index 4f79c1e8c4..83cbf94016 100644 --- a/src/generated/Models/InternalDomainFederationCollectionResponse.cs +++ b/src/generated/Models/InternalDomainFederationCollectionResponse.cs @@ -17,6 +17,7 @@ public class InternalDomainFederationCollectionResponse : BaseCollectionPaginati /// /// 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 new InternalDomainFederationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class InternalDomainFederationCollectionResponse : BaseCollectionPaginati /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(InternalDomainFederation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/InternalSponsors.cs b/src/generated/Models/InternalSponsors.cs index a64e2037b3..b8669407c5 100644 --- a/src/generated/Models/InternalSponsors.cs +++ b/src/generated/Models/InternalSponsors.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class InternalSponsors : SubjectSet, IParsable { /// - /// Instantiates a new internalSponsors and sets the default values. + /// Instantiates a new and sets the default values. /// public InternalSponsors() : base() { OdataType = "#microsoft.graph.internalSponsors"; @@ -15,6 +15,7 @@ public InternalSponsors() : base() { /// /// 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 new InternalSponsors CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public InternalSponsors() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/InternetExplorerMode.cs b/src/generated/Models/InternetExplorerMode.cs index 8b5fcdf838..5d42cdaff1 100644 --- a/src/generated/Models/InternetExplorerMode.cs +++ b/src/generated/Models/InternetExplorerMode.cs @@ -17,6 +17,7 @@ public class InternetExplorerMode : Entity, IParsable { /// /// 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 new InternetExplorerMode CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class InternetExplorerMode : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"siteLists", n => { SiteLists = n.GetCollectionOfObjectValues(BrowserSiteList.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/InternetMessageHeader.cs b/src/generated/Models/InternetMessageHeader.cs index fa7b347af4..6c9b8efcd8 100644 --- a/src/generated/Models/InternetMessageHeader.cs +++ b/src/generated/Models/InternetMessageHeader.cs @@ -33,7 +33,7 @@ public class InternetMessageHeader : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new internetMessageHeader and sets the default values. + /// Instantiates a new and sets the default values. /// public InternetMessageHeader() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public InternetMessageHeader() { /// /// 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 InternetMessageHeader CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static InternetMessageHeader CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/IntuneBrand.cs b/src/generated/Models/IntuneBrand.cs index c869a53143..5c4751a156 100644 --- a/src/generated/Models/IntuneBrand.cs +++ b/src/generated/Models/IntuneBrand.cs @@ -114,7 +114,7 @@ public class IntuneBrand : IAdditionalDataHolder, IParsable { public RgbColor ThemeColor { get; set; } #endif /// - /// Instantiates a new intuneBrand and sets the default values. + /// Instantiates a new and sets the default values. /// public IntuneBrand() { AdditionalData = new Dictionary(); @@ -122,6 +122,7 @@ public IntuneBrand() { /// /// 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 IntuneBrand CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -130,6 +131,7 @@ public static IntuneBrand CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contactITEmailAddress", n => { ContactITEmailAddress = n.GetStringValue(); } }, diff --git a/src/generated/Models/InvestigationSecurityState.cs b/src/generated/Models/InvestigationSecurityState.cs index 81c0ea8f55..27793fec7d 100644 --- a/src/generated/Models/InvestigationSecurityState.cs +++ b/src/generated/Models/InvestigationSecurityState.cs @@ -33,7 +33,7 @@ public class InvestigationSecurityState : IAdditionalDataHolder, IParsable { public string Status { get; set; } #endif /// - /// Instantiates a new investigationSecurityState and sets the default values. + /// Instantiates a new and sets the default values. /// public InvestigationSecurityState() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public InvestigationSecurityState() { /// /// 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 InvestigationSecurityState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static InvestigationSecurityState CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/Invitation.cs b/src/generated/Models/Invitation.cs index ce792a2bb1..9eaadc5c44 100644 --- a/src/generated/Models/Invitation.cs +++ b/src/generated/Models/Invitation.cs @@ -77,6 +77,7 @@ public class Invitation : Entity, IParsable { /// /// 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 new Invitation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public class Invitation : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"inviteRedeemUrl", n => { InviteRedeemUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/InvitationCollectionResponse.cs b/src/generated/Models/InvitationCollectionResponse.cs index e511466e5e..312c756a86 100644 --- a/src/generated/Models/InvitationCollectionResponse.cs +++ b/src/generated/Models/InvitationCollectionResponse.cs @@ -17,6 +17,7 @@ public class InvitationCollectionResponse : BaseCollectionPaginationCountRespons /// /// 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 new InvitationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class InvitationCollectionResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Invitation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/InvitationParticipantInfo.cs b/src/generated/Models/InvitationParticipantInfo.cs index d3eecec560..fd44ca6022 100644 --- a/src/generated/Models/InvitationParticipantInfo.cs +++ b/src/generated/Models/InvitationParticipantInfo.cs @@ -45,7 +45,7 @@ public class InvitationParticipantInfo : IAdditionalDataHolder, IParsable { public string ReplacesCallId { get; set; } #endif /// - /// Instantiates a new invitationParticipantInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public InvitationParticipantInfo() { AdditionalData = new Dictionary(); @@ -53,6 +53,7 @@ public InvitationParticipantInfo() { /// /// 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 InvitationParticipantInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -61,6 +62,7 @@ public static InvitationParticipantInfo CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"hidden", n => { Hidden = n.GetBoolValue(); } }, diff --git a/src/generated/Models/InviteParticipantsOperation.cs b/src/generated/Models/InviteParticipantsOperation.cs index 3795f71325..e2ef8c0884 100644 --- a/src/generated/Models/InviteParticipantsOperation.cs +++ b/src/generated/Models/InviteParticipantsOperation.cs @@ -17,6 +17,7 @@ public class InviteParticipantsOperation : CommsOperation, IParsable { /// /// 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 new InviteParticipantsOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class InviteParticipantsOperation : CommsOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"participants", n => { Participants = n.GetCollectionOfObjectValues(InvitationParticipantInfo.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/InvitedUserMessageInfo.cs b/src/generated/Models/InvitedUserMessageInfo.cs index b104170555..2a4fd4ef4e 100644 --- a/src/generated/Models/InvitedUserMessageInfo.cs +++ b/src/generated/Models/InvitedUserMessageInfo.cs @@ -41,7 +41,7 @@ public class InvitedUserMessageInfo : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new invitedUserMessageInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public InvitedUserMessageInfo() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public InvitedUserMessageInfo() { /// /// 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 InvitedUserMessageInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static InvitedUserMessageInfo CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ccRecipients", n => { CcRecipients = n.GetCollectionOfObjectValues(Recipient.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IosCertificateProfile.cs b/src/generated/Models/IosCertificateProfile.cs index edd94e10af..4177198806 100644 --- a/src/generated/Models/IosCertificateProfile.cs +++ b/src/generated/Models/IosCertificateProfile.cs @@ -10,7 +10,7 @@ namespace ApiSdk.Models { /// public class IosCertificateProfile : DeviceConfiguration, IParsable { /// - /// Instantiates a new iosCertificateProfile and sets the default values. + /// Instantiates a new and sets the default values. /// public IosCertificateProfile() : base() { OdataType = "#microsoft.graph.iosCertificateProfile"; @@ -18,6 +18,7 @@ public IosCertificateProfile() : base() { /// /// 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 new IosCertificateProfile CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public IosCertificateProfile() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/IosCompliancePolicy.cs b/src/generated/Models/IosCompliancePolicy.cs index bd4995c315..4f36fc9254 100644 --- a/src/generated/Models/IosCompliancePolicy.cs +++ b/src/generated/Models/IosCompliancePolicy.cs @@ -50,7 +50,7 @@ public class IosCompliancePolicy : DeviceCompliancePolicy, IParsable { /// Devices must not be jailbroken or rooted. public bool? SecurityBlockJailbrokenDevices { get; set; } /// - /// Instantiates a new iosCompliancePolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public IosCompliancePolicy() : base() { OdataType = "#microsoft.graph.iosCompliancePolicy"; @@ -58,6 +58,7 @@ public IosCompliancePolicy() : base() { /// /// 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 new IosCompliancePolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public IosCompliancePolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deviceThreatProtectionEnabled", n => { DeviceThreatProtectionEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/IosCustomConfiguration.cs b/src/generated/Models/IosCustomConfiguration.cs index 6897208f31..cdf49776c5 100644 --- a/src/generated/Models/IosCustomConfiguration.cs +++ b/src/generated/Models/IosCustomConfiguration.cs @@ -34,7 +34,7 @@ public class IosCustomConfiguration : DeviceConfiguration, IParsable { public string PayloadName { get; set; } #endif /// - /// Instantiates a new iosCustomConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public IosCustomConfiguration() : base() { OdataType = "#microsoft.graph.iosCustomConfiguration"; @@ -42,6 +42,7 @@ public IosCustomConfiguration() : base() { /// /// 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 new IosCustomConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public IosCustomConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"payload", n => { Payload = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/IosDeviceFeaturesConfiguration.cs b/src/generated/Models/IosDeviceFeaturesConfiguration.cs index f2f5e942c0..919c59b2ae 100644 --- a/src/generated/Models/IosDeviceFeaturesConfiguration.cs +++ b/src/generated/Models/IosDeviceFeaturesConfiguration.cs @@ -50,7 +50,7 @@ public class IosDeviceFeaturesConfiguration : AppleDeviceFeaturesConfigurationBa public List NotificationSettings { get; set; } #endif /// - /// Instantiates a new iosDeviceFeaturesConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public IosDeviceFeaturesConfiguration() : base() { OdataType = "#microsoft.graph.iosDeviceFeaturesConfiguration"; @@ -58,6 +58,7 @@ public IosDeviceFeaturesConfiguration() : base() { /// /// 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 new IosDeviceFeaturesConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public IosDeviceFeaturesConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assetTagTemplate", n => { AssetTagTemplate = n.GetStringValue(); } }, diff --git a/src/generated/Models/IosDeviceType.cs b/src/generated/Models/IosDeviceType.cs index 8b7581a7af..f5a57d34e2 100644 --- a/src/generated/Models/IosDeviceType.cs +++ b/src/generated/Models/IosDeviceType.cs @@ -24,7 +24,7 @@ public class IosDeviceType : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new iosDeviceType and sets the default values. + /// Instantiates a new and sets the default values. /// public IosDeviceType() { AdditionalData = new Dictionary(); @@ -32,6 +32,7 @@ public IosDeviceType() { /// /// 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 IosDeviceType CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -40,6 +41,7 @@ public static IosDeviceType CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"iPad", n => { IPad = n.GetBoolValue(); } }, diff --git a/src/generated/Models/IosGeneralDeviceConfiguration.cs b/src/generated/Models/IosGeneralDeviceConfiguration.cs index 4dd1aaff43..42c80c51f1 100644 --- a/src/generated/Models/IosGeneralDeviceConfiguration.cs +++ b/src/generated/Models/IosGeneralDeviceConfiguration.cs @@ -386,7 +386,7 @@ public class IosGeneralDeviceConfiguration : DeviceConfiguration, IParsable { /// Indicates whether or not to force the device to use only Wi-Fi networks from configuration profiles when the device is in supervised mode. Available for devices running iOS and iPadOS versions 14.4 and earlier. Devices running 14.5+ should use the setting, 'WiFiConnectToAllowedNetworksOnlyForced. public bool? WiFiConnectOnlyToConfiguredNetworks { get; set; } /// - /// Instantiates a new iosGeneralDeviceConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public IosGeneralDeviceConfiguration() : base() { OdataType = "#microsoft.graph.iosGeneralDeviceConfiguration"; @@ -394,6 +394,7 @@ public IosGeneralDeviceConfiguration() : base() { /// /// 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 new IosGeneralDeviceConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -402,6 +403,7 @@ public IosGeneralDeviceConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accountBlockModification", n => { AccountBlockModification = n.GetBoolValue(); } }, diff --git a/src/generated/Models/IosHomeScreenApp.cs b/src/generated/Models/IosHomeScreenApp.cs index 64d7a0ff94..d5931dd592 100644 --- a/src/generated/Models/IosHomeScreenApp.cs +++ b/src/generated/Models/IosHomeScreenApp.cs @@ -18,7 +18,7 @@ public class IosHomeScreenApp : IosHomeScreenItem, IParsable { public string BundleID { get; set; } #endif /// - /// Instantiates a new iosHomeScreenApp and sets the default values. + /// Instantiates a new and sets the default values. /// public IosHomeScreenApp() : base() { OdataType = "#microsoft.graph.iosHomeScreenApp"; @@ -26,6 +26,7 @@ public IosHomeScreenApp() : base() { /// /// 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 new IosHomeScreenApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public IosHomeScreenApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"bundleID", n => { BundleID = n.GetStringValue(); } }, diff --git a/src/generated/Models/IosHomeScreenFolder.cs b/src/generated/Models/IosHomeScreenFolder.cs index 623591aad5..08ad0f6295 100644 --- a/src/generated/Models/IosHomeScreenFolder.cs +++ b/src/generated/Models/IosHomeScreenFolder.cs @@ -18,7 +18,7 @@ public class IosHomeScreenFolder : IosHomeScreenItem, IParsable { public List Pages { get; set; } #endif /// - /// Instantiates a new iosHomeScreenFolder and sets the default values. + /// Instantiates a new and sets the default values. /// public IosHomeScreenFolder() : base() { OdataType = "#microsoft.graph.iosHomeScreenFolder"; @@ -26,6 +26,7 @@ public IosHomeScreenFolder() : base() { /// /// 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 new IosHomeScreenFolder CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public IosHomeScreenFolder() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"pages", n => { Pages = n.GetCollectionOfObjectValues(IosHomeScreenFolderPage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IosHomeScreenFolderPage.cs b/src/generated/Models/IosHomeScreenFolderPage.cs index 6a3d8f104c..a2505b370f 100644 --- a/src/generated/Models/IosHomeScreenFolderPage.cs +++ b/src/generated/Models/IosHomeScreenFolderPage.cs @@ -36,7 +36,7 @@ public class IosHomeScreenFolderPage : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new iosHomeScreenFolderPage and sets the default values. + /// Instantiates a new and sets the default values. /// public IosHomeScreenFolderPage() { AdditionalData = new Dictionary(); @@ -44,6 +44,7 @@ public IosHomeScreenFolderPage() { /// /// 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 IosHomeScreenFolderPage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public static IosHomeScreenFolderPage CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"apps", n => { Apps = n.GetCollectionOfObjectValues(IosHomeScreenApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IosHomeScreenItem.cs b/src/generated/Models/IosHomeScreenItem.cs index 896d98fae0..77353504da 100644 --- a/src/generated/Models/IosHomeScreenItem.cs +++ b/src/generated/Models/IosHomeScreenItem.cs @@ -28,7 +28,7 @@ public class IosHomeScreenItem : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new iosHomeScreenItem and sets the default values. + /// Instantiates a new and sets the default values. /// public IosHomeScreenItem() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public IosHomeScreenItem() { /// /// 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 IosHomeScreenItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static IosHomeScreenItem CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/IosHomeScreenPage.cs b/src/generated/Models/IosHomeScreenPage.cs index b2ea76d773..28faac883f 100644 --- a/src/generated/Models/IosHomeScreenPage.cs +++ b/src/generated/Models/IosHomeScreenPage.cs @@ -36,7 +36,7 @@ public class IosHomeScreenPage : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new iosHomeScreenPage and sets the default values. + /// Instantiates a new and sets the default values. /// public IosHomeScreenPage() { AdditionalData = new Dictionary(); @@ -44,6 +44,7 @@ public IosHomeScreenPage() { /// /// 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 IosHomeScreenPage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public static IosHomeScreenPage CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/IosLobApp.cs b/src/generated/Models/IosLobApp.cs index 07f4a2ac17..32f5e28ecb 100644 --- a/src/generated/Models/IosLobApp.cs +++ b/src/generated/Models/IosLobApp.cs @@ -52,7 +52,7 @@ public class IosLobApp : MobileLobApp, IParsable { public string VersionNumber { get; set; } #endif /// - /// Instantiates a new iosLobApp and sets the default values. + /// Instantiates a new and sets the default values. /// public IosLobApp() : base() { OdataType = "#microsoft.graph.iosLobApp"; @@ -60,6 +60,7 @@ public IosLobApp() : base() { /// /// 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 new IosLobApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -68,6 +69,7 @@ public IosLobApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"applicableDeviceType", n => { ApplicableDeviceType = n.GetObjectValue(IosDeviceType.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/IosLobAppAssignmentSettings.cs b/src/generated/Models/IosLobAppAssignmentSettings.cs index dedb12cf01..af31fe9869 100644 --- a/src/generated/Models/IosLobAppAssignmentSettings.cs +++ b/src/generated/Models/IosLobAppAssignmentSettings.cs @@ -22,7 +22,7 @@ public class IosLobAppAssignmentSettings : MobileAppAssignmentSettings, IParsabl public string VpnConfigurationId { get; set; } #endif /// - /// Instantiates a new iosLobAppAssignmentSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public IosLobAppAssignmentSettings() : base() { OdataType = "#microsoft.graph.iosLobAppAssignmentSettings"; @@ -30,6 +30,7 @@ public IosLobAppAssignmentSettings() : base() { /// /// 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 new IosLobAppAssignmentSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public IosLobAppAssignmentSettings() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"isRemovable", n => { IsRemovable = n.GetBoolValue(); } }, diff --git a/src/generated/Models/IosLobAppCollectionResponse.cs b/src/generated/Models/IosLobAppCollectionResponse.cs index d6d4ddeb0e..f567b8de3b 100644 --- a/src/generated/Models/IosLobAppCollectionResponse.cs +++ b/src/generated/Models/IosLobAppCollectionResponse.cs @@ -17,6 +17,7 @@ public class IosLobAppCollectionResponse : BaseCollectionPaginationCountResponse /// /// 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 new IosLobAppCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class IosLobAppCollectionResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(IosLobApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IosLobAppProvisioningConfigurationAssignment.cs b/src/generated/Models/IosLobAppProvisioningConfigurationAssignment.cs index bd0d408e0e..6cf63ac542 100644 --- a/src/generated/Models/IosLobAppProvisioningConfigurationAssignment.cs +++ b/src/generated/Models/IosLobAppProvisioningConfigurationAssignment.cs @@ -20,6 +20,7 @@ public class IosLobAppProvisioningConfigurationAssignment : Entity, IParsable { /// /// 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 new IosLobAppProvisioningConfigurationAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public class IosLobAppProvisioningConfigurationAssignment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"target", n => { Target = n.GetObjectValue(DeviceAndAppManagementAssignmentTarget.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/IosManagedAppProtection.cs b/src/generated/Models/IosManagedAppProtection.cs index dcfd8d3666..0c62a0081c 100644 --- a/src/generated/Models/IosManagedAppProtection.cs +++ b/src/generated/Models/IosManagedAppProtection.cs @@ -48,7 +48,7 @@ public class IosManagedAppProtection : TargetedManagedAppProtection, IParsable { public string MinimumRequiredSdkVersion { get; set; } #endif /// - /// Instantiates a new iosManagedAppProtection and sets the default values. + /// Instantiates a new and sets the default values. /// public IosManagedAppProtection() : base() { OdataType = "#microsoft.graph.iosManagedAppProtection"; @@ -56,6 +56,7 @@ public IosManagedAppProtection() : base() { /// /// 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 new IosManagedAppProtection CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -64,6 +65,7 @@ public IosManagedAppProtection() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appDataEncryptionType", n => { AppDataEncryptionType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/IosManagedAppProtectionCollectionResponse.cs b/src/generated/Models/IosManagedAppProtectionCollectionResponse.cs index c5fbd70a2c..b4c11c6a08 100644 --- a/src/generated/Models/IosManagedAppProtectionCollectionResponse.cs +++ b/src/generated/Models/IosManagedAppProtectionCollectionResponse.cs @@ -17,6 +17,7 @@ public class IosManagedAppProtectionCollectionResponse : BaseCollectionPaginatio /// /// 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 new IosManagedAppProtectionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class IosManagedAppProtectionCollectionResponse : BaseCollectionPaginatio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(IosManagedAppProtection.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IosManagedAppRegistration.cs b/src/generated/Models/IosManagedAppRegistration.cs index 87b8a342cf..00f246c15e 100644 --- a/src/generated/Models/IosManagedAppRegistration.cs +++ b/src/generated/Models/IosManagedAppRegistration.cs @@ -10,7 +10,7 @@ namespace ApiSdk.Models { /// public class IosManagedAppRegistration : ManagedAppRegistration, IParsable { /// - /// Instantiates a new iosManagedAppRegistration and sets the default values. + /// Instantiates a new and sets the default values. /// public IosManagedAppRegistration() : base() { OdataType = "#microsoft.graph.iosManagedAppRegistration"; @@ -18,6 +18,7 @@ public IosManagedAppRegistration() : base() { /// /// 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 new IosManagedAppRegistration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public IosManagedAppRegistration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/IosMinimumOperatingSystem.cs b/src/generated/Models/IosMinimumOperatingSystem.cs index de24902422..4fb566e03e 100644 --- a/src/generated/Models/IosMinimumOperatingSystem.cs +++ b/src/generated/Models/IosMinimumOperatingSystem.cs @@ -36,7 +36,7 @@ public class IosMinimumOperatingSystem : IAdditionalDataHolder, IParsable { /// When TRUE, only Version 9.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE. public bool? V90 { get; set; } /// - /// Instantiates a new iosMinimumOperatingSystem and sets the default values. + /// Instantiates a new and sets the default values. /// public IosMinimumOperatingSystem() { AdditionalData = new Dictionary(); @@ -44,6 +44,7 @@ public IosMinimumOperatingSystem() { /// /// 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 IosMinimumOperatingSystem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public static IosMinimumOperatingSystem CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/IosMobileAppConfiguration.cs b/src/generated/Models/IosMobileAppConfiguration.cs index 2a06580d0b..0c6b3f9520 100644 --- a/src/generated/Models/IosMobileAppConfiguration.cs +++ b/src/generated/Models/IosMobileAppConfiguration.cs @@ -26,7 +26,7 @@ public class IosMobileAppConfiguration : ManagedDeviceMobileAppConfiguration, IP public List Settings { get; set; } #endif /// - /// Instantiates a new iosMobileAppConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public IosMobileAppConfiguration() : base() { OdataType = "#microsoft.graph.iosMobileAppConfiguration"; @@ -34,6 +34,7 @@ public IosMobileAppConfiguration() : base() { /// /// 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 new IosMobileAppConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public IosMobileAppConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"encodedSettingXml", n => { EncodedSettingXml = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/IosMobileAppIdentifier.cs b/src/generated/Models/IosMobileAppIdentifier.cs index c1c42e05bf..41cef57a89 100644 --- a/src/generated/Models/IosMobileAppIdentifier.cs +++ b/src/generated/Models/IosMobileAppIdentifier.cs @@ -18,7 +18,7 @@ public class IosMobileAppIdentifier : MobileAppIdentifier, IParsable { public string BundleId { get; set; } #endif /// - /// Instantiates a new iosMobileAppIdentifier and sets the default values. + /// Instantiates a new and sets the default values. /// public IosMobileAppIdentifier() : base() { OdataType = "#microsoft.graph.iosMobileAppIdentifier"; @@ -26,6 +26,7 @@ public IosMobileAppIdentifier() : base() { /// /// 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 new IosMobileAppIdentifier CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public IosMobileAppIdentifier() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"bundleId", n => { BundleId = n.GetStringValue(); } }, diff --git a/src/generated/Models/IosNetworkUsageRule.cs b/src/generated/Models/IosNetworkUsageRule.cs index 0e2545e1ba..73447ff23c 100644 --- a/src/generated/Models/IosNetworkUsageRule.cs +++ b/src/generated/Models/IosNetworkUsageRule.cs @@ -32,7 +32,7 @@ public class IosNetworkUsageRule : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new iosNetworkUsageRule and sets the default values. + /// Instantiates a new and sets the default values. /// public IosNetworkUsageRule() { AdditionalData = new Dictionary(); @@ -40,6 +40,7 @@ public IosNetworkUsageRule() { /// /// 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 IosNetworkUsageRule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -48,6 +49,7 @@ public static IosNetworkUsageRule CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cellularDataBlockWhenRoaming", n => { CellularDataBlockWhenRoaming = n.GetBoolValue(); } }, diff --git a/src/generated/Models/IosNotificationSettings.cs b/src/generated/Models/IosNotificationSettings.cs index dfb518ab4a..a85c9a6504 100644 --- a/src/generated/Models/IosNotificationSettings.cs +++ b/src/generated/Models/IosNotificationSettings.cs @@ -56,7 +56,7 @@ public class IosNotificationSettings : IAdditionalDataHolder, IParsable { /// Indicates whether sounds are allowed for this app. public bool? SoundsEnabled { get; set; } /// - /// Instantiates a new iosNotificationSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public IosNotificationSettings() { AdditionalData = new Dictionary(); @@ -64,6 +64,7 @@ public IosNotificationSettings() { /// /// 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 IosNotificationSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -72,6 +73,7 @@ public static IosNotificationSettings CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"alertType", n => { AlertType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/IosStoreApp.cs b/src/generated/Models/IosStoreApp.cs index d9bf8c4118..2ed9b33e93 100644 --- a/src/generated/Models/IosStoreApp.cs +++ b/src/generated/Models/IosStoreApp.cs @@ -42,7 +42,7 @@ public class IosStoreApp : MobileApp, IParsable { public IosMinimumOperatingSystem MinimumSupportedOperatingSystem { get; set; } #endif /// - /// Instantiates a new iosStoreApp and sets the default values. + /// Instantiates a new and sets the default values. /// public IosStoreApp() : base() { OdataType = "#microsoft.graph.iosStoreApp"; @@ -50,6 +50,7 @@ public IosStoreApp() : base() { /// /// 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 new IosStoreApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public IosStoreApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appStoreUrl", n => { AppStoreUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/IosStoreAppAssignmentSettings.cs b/src/generated/Models/IosStoreAppAssignmentSettings.cs index dd13776c09..3f63ebda12 100644 --- a/src/generated/Models/IosStoreAppAssignmentSettings.cs +++ b/src/generated/Models/IosStoreAppAssignmentSettings.cs @@ -22,7 +22,7 @@ public class IosStoreAppAssignmentSettings : MobileAppAssignmentSettings, IParsa public string VpnConfigurationId { get; set; } #endif /// - /// Instantiates a new iosStoreAppAssignmentSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public IosStoreAppAssignmentSettings() : base() { OdataType = "#microsoft.graph.iosStoreAppAssignmentSettings"; @@ -30,6 +30,7 @@ public IosStoreAppAssignmentSettings() : base() { /// /// 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 new IosStoreAppAssignmentSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public IosStoreAppAssignmentSettings() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"isRemovable", n => { IsRemovable = n.GetBoolValue(); } }, diff --git a/src/generated/Models/IosStoreAppCollectionResponse.cs b/src/generated/Models/IosStoreAppCollectionResponse.cs index 71b12b48a6..e7fe0021f4 100644 --- a/src/generated/Models/IosStoreAppCollectionResponse.cs +++ b/src/generated/Models/IosStoreAppCollectionResponse.cs @@ -17,6 +17,7 @@ public class IosStoreAppCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new IosStoreAppCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class IosStoreAppCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(IosStoreApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IosUpdateConfiguration.cs b/src/generated/Models/IosUpdateConfiguration.cs index c33298dcd3..c6450010c6 100644 --- a/src/generated/Models/IosUpdateConfiguration.cs +++ b/src/generated/Models/IosUpdateConfiguration.cs @@ -25,7 +25,7 @@ public class IosUpdateConfiguration : DeviceConfiguration, IParsable { /// UTC Time Offset indicated in minutes public int? UtcTimeOffsetInMinutes { get; set; } /// - /// Instantiates a new iosUpdateConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public IosUpdateConfiguration() : base() { OdataType = "#microsoft.graph.iosUpdateConfiguration"; @@ -33,6 +33,7 @@ public IosUpdateConfiguration() : base() { /// /// 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 new IosUpdateConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public IosUpdateConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activeHoursEnd", n => { ActiveHoursEnd = n.GetTimeValue(); } }, diff --git a/src/generated/Models/IosUpdateDeviceStatus.cs b/src/generated/Models/IosUpdateDeviceStatus.cs index 662c3d7e8f..34e2ac8cc0 100644 --- a/src/generated/Models/IosUpdateDeviceStatus.cs +++ b/src/generated/Models/IosUpdateDeviceStatus.cs @@ -73,6 +73,7 @@ public class IosUpdateDeviceStatus : Entity, IParsable { /// /// 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 new IosUpdateDeviceStatus CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -81,6 +82,7 @@ public class IosUpdateDeviceStatus : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"complianceGracePeriodExpirationDateTime", n => { ComplianceGracePeriodExpirationDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/IosUpdateDeviceStatusCollectionResponse.cs b/src/generated/Models/IosUpdateDeviceStatusCollectionResponse.cs index 64b9092c73..4a7cad7551 100644 --- a/src/generated/Models/IosUpdateDeviceStatusCollectionResponse.cs +++ b/src/generated/Models/IosUpdateDeviceStatusCollectionResponse.cs @@ -17,6 +17,7 @@ public class IosUpdateDeviceStatusCollectionResponse : BaseCollectionPaginationC /// /// 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 new IosUpdateDeviceStatusCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class IosUpdateDeviceStatusCollectionResponse : BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(IosUpdateDeviceStatus.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IosVppApp.cs b/src/generated/Models/IosVppApp.cs index 68c179bd47..c0f8af979f 100644 --- a/src/generated/Models/IosVppApp.cs +++ b/src/generated/Models/IosVppApp.cs @@ -66,7 +66,7 @@ public class IosVppApp : MobileApp, IParsable { public string VppTokenOrganizationName { get; set; } #endif /// - /// Instantiates a new iosVppApp and sets the default values. + /// Instantiates a new and sets the default values. /// public IosVppApp() : base() { OdataType = "#microsoft.graph.iosVppApp"; @@ -74,6 +74,7 @@ public IosVppApp() : base() { /// /// 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 new IosVppApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -82,6 +83,7 @@ public IosVppApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appStoreUrl", n => { AppStoreUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/IosVppAppAssignmentSettings.cs b/src/generated/Models/IosVppAppAssignmentSettings.cs index 98b36cf4c8..825b1e105d 100644 --- a/src/generated/Models/IosVppAppAssignmentSettings.cs +++ b/src/generated/Models/IosVppAppAssignmentSettings.cs @@ -20,7 +20,7 @@ public class IosVppAppAssignmentSettings : MobileAppAssignmentSettings, IParsabl public string VpnConfigurationId { get; set; } #endif /// - /// Instantiates a new iosVppAppAssignmentSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public IosVppAppAssignmentSettings() : base() { OdataType = "#microsoft.graph.iosVppAppAssignmentSettings"; @@ -28,6 +28,7 @@ public IosVppAppAssignmentSettings() : base() { /// /// 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 new IosVppAppAssignmentSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -36,6 +37,7 @@ public IosVppAppAssignmentSettings() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"useDeviceLicensing", n => { UseDeviceLicensing = n.GetBoolValue(); } }, diff --git a/src/generated/Models/IosVppAppCollectionResponse.cs b/src/generated/Models/IosVppAppCollectionResponse.cs index 82c1396898..0b22095d1e 100644 --- a/src/generated/Models/IosVppAppCollectionResponse.cs +++ b/src/generated/Models/IosVppAppCollectionResponse.cs @@ -17,6 +17,7 @@ public class IosVppAppCollectionResponse : BaseCollectionPaginationCountResponse /// /// 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 new IosVppAppCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class IosVppAppCollectionResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(IosVppApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IosVppEBook.cs b/src/generated/Models/IosVppEBook.cs index 1b723b2a0c..6d1d6d6535 100644 --- a/src/generated/Models/IosVppEBook.cs +++ b/src/generated/Models/IosVppEBook.cs @@ -56,7 +56,7 @@ public class IosVppEBook : ManagedEBook, IParsable { /// The Vpp token ID. public Guid? VppTokenId { get; set; } /// - /// Instantiates a new iosVppEBook and sets the default values. + /// Instantiates a new and sets the default values. /// public IosVppEBook() : base() { OdataType = "#microsoft.graph.iosVppEBook"; @@ -64,6 +64,7 @@ public IosVppEBook() : base() { /// /// 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 new IosVppEBook CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -72,6 +73,7 @@ public IosVppEBook() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appleId", n => { AppleId = n.GetStringValue(); } }, diff --git a/src/generated/Models/IosVppEBookAssignment.cs b/src/generated/Models/IosVppEBookAssignment.cs index 6af487734f..f76d3ef88b 100644 --- a/src/generated/Models/IosVppEBookAssignment.cs +++ b/src/generated/Models/IosVppEBookAssignment.cs @@ -12,6 +12,7 @@ public class IosVppEBookAssignment : ManagedEBookAssignment, IParsable { /// /// 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 new IosVppEBookAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -20,6 +21,7 @@ public class IosVppEBookAssignment : ManagedEBookAssignment, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/IosiPadOSWebClip.cs b/src/generated/Models/IosiPadOSWebClip.cs index 054f825a0b..4f6305ce34 100644 --- a/src/generated/Models/IosiPadOSWebClip.cs +++ b/src/generated/Models/IosiPadOSWebClip.cs @@ -20,7 +20,7 @@ public class IosiPadOSWebClip : MobileApp, IParsable { /// Whether or not to use managed browser. When TRUE, the app will be required to be opened in Microsoft Edge. When FALSE, the app will not be required to be opened in Microsoft Edge. By default, this property is set to FALSE. public bool? UseManagedBrowser { get; set; } /// - /// Instantiates a new iosiPadOSWebClip and sets the default values. + /// Instantiates a new and sets the default values. /// public IosiPadOSWebClip() : base() { OdataType = "#microsoft.graph.iosiPadOSWebClip"; @@ -28,6 +28,7 @@ public IosiPadOSWebClip() : base() { /// /// 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 new IosiPadOSWebClip CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -36,6 +37,7 @@ public IosiPadOSWebClip() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appUrl", n => { AppUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/IpNamedLocation.cs b/src/generated/Models/IpNamedLocation.cs index 8ad710f67a..b253a17c6e 100644 --- a/src/generated/Models/IpNamedLocation.cs +++ b/src/generated/Models/IpNamedLocation.cs @@ -19,6 +19,7 @@ public class IpNamedLocation : NamedLocation, IParsable { /// /// 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 new IpNamedLocation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class IpNamedLocation : NamedLocation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"ipRanges", n => { IpRanges = n.GetCollectionOfObjectValues(IpRange.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/IpRange.cs b/src/generated/Models/IpRange.cs index d8e1b25bee..94b3d4adc3 100644 --- a/src/generated/Models/IpRange.cs +++ b/src/generated/Models/IpRange.cs @@ -17,7 +17,7 @@ public class IpRange : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new ipRange and sets the default values. + /// Instantiates a new and sets the default values. /// public IpRange() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public IpRange() { /// /// 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 IpRange CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -40,6 +41,7 @@ public static IpRange CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/ItemActionStat.cs b/src/generated/Models/ItemActionStat.cs index af2b99a7e3..e328f55865 100644 --- a/src/generated/Models/ItemActionStat.cs +++ b/src/generated/Models/ItemActionStat.cs @@ -21,7 +21,7 @@ public class ItemActionStat : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new itemActionStat and sets the default values. + /// Instantiates a new and sets the default values. /// public ItemActionStat() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public ItemActionStat() { /// /// 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 ItemActionStat CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static ItemActionStat CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"actionCount", n => { ActionCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/ItemActivity.cs b/src/generated/Models/ItemActivity.cs index 2a7d5522e5..fccfc6012b 100644 --- a/src/generated/Models/ItemActivity.cs +++ b/src/generated/Models/ItemActivity.cs @@ -35,6 +35,7 @@ public class ItemActivity : Entity, IParsable { /// /// 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 new ItemActivity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public class ItemActivity : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"access", n => { Access = n.GetObjectValue(AccessAction.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ItemActivityCollectionResponse.cs b/src/generated/Models/ItemActivityCollectionResponse.cs index 8fa5a95434..b70bb35e56 100644 --- a/src/generated/Models/ItemActivityCollectionResponse.cs +++ b/src/generated/Models/ItemActivityCollectionResponse.cs @@ -17,6 +17,7 @@ public class ItemActivityCollectionResponse : BaseCollectionPaginationCountRespo /// /// 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 new ItemActivityCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ItemActivityCollectionResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivity.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ItemActivityStat.cs b/src/generated/Models/ItemActivityStat.cs index d6d4863fb3..c1ac1b463c 100644 --- a/src/generated/Models/ItemActivityStat.cs +++ b/src/generated/Models/ItemActivityStat.cs @@ -71,6 +71,7 @@ public class ItemActivityStat : Entity, IParsable { /// /// 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 new ItemActivityStat CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -79,6 +80,7 @@ public class ItemActivityStat : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"access", n => { Access = n.GetObjectValue(ItemActionStat.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ItemActivityStatCollectionResponse.cs b/src/generated/Models/ItemActivityStatCollectionResponse.cs index 5614250f2b..41e5130a76 100644 --- a/src/generated/Models/ItemActivityStatCollectionResponse.cs +++ b/src/generated/Models/ItemActivityStatCollectionResponse.cs @@ -17,6 +17,7 @@ public class ItemActivityStatCollectionResponse : BaseCollectionPaginationCountR /// /// 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 new ItemActivityStatCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ItemActivityStatCollectionResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivityStat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ItemAnalytics.cs b/src/generated/Models/ItemAnalytics.cs index 33199ae298..40965bd9af 100644 --- a/src/generated/Models/ItemAnalytics.cs +++ b/src/generated/Models/ItemAnalytics.cs @@ -33,6 +33,7 @@ public class ItemAnalytics : Entity, IParsable { /// /// 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 new ItemAnalytics CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class ItemAnalytics : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allTime", n => { AllTime = n.GetObjectValue(ItemActivityStat.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ItemAttachment.cs b/src/generated/Models/ItemAttachment.cs index a34687324b..64a51dc532 100644 --- a/src/generated/Models/ItemAttachment.cs +++ b/src/generated/Models/ItemAttachment.cs @@ -15,7 +15,7 @@ public class ItemAttachment : Attachment, IParsable { public OutlookItem Item { get; set; } #endif /// - /// Instantiates a new itemAttachment and sets the default values. + /// Instantiates a new and sets the default values. /// public ItemAttachment() : base() { OdataType = "#microsoft.graph.itemAttachment"; @@ -23,6 +23,7 @@ public ItemAttachment() : base() { /// /// 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 new ItemAttachment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public ItemAttachment() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"item", n => { Item = n.GetObjectValue(OutlookItem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ItemBody.cs b/src/generated/Models/ItemBody.cs index 6bdabc8535..a29cebd041 100644 --- a/src/generated/Models/ItemBody.cs +++ b/src/generated/Models/ItemBody.cs @@ -27,7 +27,7 @@ public class ItemBody : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new itemBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ItemBody() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public ItemBody() { /// /// 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 ItemBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static ItemBody CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"content", n => { Content = n.GetStringValue(); } }, diff --git a/src/generated/Models/ItemPreviewInfo.cs b/src/generated/Models/ItemPreviewInfo.cs index 1e6781a792..c98686f345 100644 --- a/src/generated/Models/ItemPreviewInfo.cs +++ b/src/generated/Models/ItemPreviewInfo.cs @@ -41,7 +41,7 @@ public class ItemPreviewInfo : IAdditionalDataHolder, IParsable { public string PostUrl { get; set; } #endif /// - /// Instantiates a new itemPreviewInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public ItemPreviewInfo() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public ItemPreviewInfo() { /// /// 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 ItemPreviewInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static ItemPreviewInfo CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"getUrl", n => { GetUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/ItemReference.cs b/src/generated/Models/ItemReference.cs index 9f2102a99b..a25b069367 100644 --- a/src/generated/Models/ItemReference.cs +++ b/src/generated/Models/ItemReference.cs @@ -81,7 +81,7 @@ public class ItemReference : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new itemReference and sets the default values. + /// Instantiates a new and sets the default values. /// public ItemReference() { AdditionalData = new Dictionary(); @@ -89,6 +89,7 @@ public ItemReference() { /// /// 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 ItemReference CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -97,6 +98,7 @@ public static ItemReference CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"driveId", n => { DriveId = n.GetStringValue(); } }, diff --git a/src/generated/Models/ItemRetentionLabel.cs b/src/generated/Models/ItemRetentionLabel.cs index 9d2f4688c6..04e7ae8a59 100644 --- a/src/generated/Models/ItemRetentionLabel.cs +++ b/src/generated/Models/ItemRetentionLabel.cs @@ -37,6 +37,7 @@ public class ItemRetentionLabel : Entity, IParsable { /// /// 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 new ItemRetentionLabel CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public class ItemRetentionLabel : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"isLabelAppliedExplicitly", n => { IsLabelAppliedExplicitly = n.GetBoolValue(); } }, diff --git a/src/generated/Models/JoinMeetingIdMeetingInfo.cs b/src/generated/Models/JoinMeetingIdMeetingInfo.cs index 8142449c07..630568a952 100644 --- a/src/generated/Models/JoinMeetingIdMeetingInfo.cs +++ b/src/generated/Models/JoinMeetingIdMeetingInfo.cs @@ -23,7 +23,7 @@ public class JoinMeetingIdMeetingInfo : MeetingInfo, IParsable { public string Passcode { get; set; } #endif /// - /// Instantiates a new joinMeetingIdMeetingInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public JoinMeetingIdMeetingInfo() : base() { OdataType = "#microsoft.graph.joinMeetingIdMeetingInfo"; @@ -31,6 +31,7 @@ public JoinMeetingIdMeetingInfo() : base() { /// /// 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 new JoinMeetingIdMeetingInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public JoinMeetingIdMeetingInfo() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"joinMeetingId", n => { JoinMeetingId = n.GetStringValue(); } }, diff --git a/src/generated/Models/JoinMeetingIdSettings.cs b/src/generated/Models/JoinMeetingIdSettings.cs index 918873dbee..6be2b1f64e 100644 --- a/src/generated/Models/JoinMeetingIdSettings.cs +++ b/src/generated/Models/JoinMeetingIdSettings.cs @@ -35,7 +35,7 @@ public class JoinMeetingIdSettings : IAdditionalDataHolder, IParsable { public string Passcode { get; set; } #endif /// - /// Instantiates a new joinMeetingIdSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public JoinMeetingIdSettings() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public JoinMeetingIdSettings() { /// /// 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 JoinMeetingIdSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static JoinMeetingIdSettings CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isPasscodeRequired", n => { IsPasscodeRequired = n.GetBoolValue(); } }, diff --git a/src/generated/Models/Json.cs b/src/generated/Models/Json.cs index 57fbb07f6b..f8c6c3aeab 100644 --- a/src/generated/Models/Json.cs +++ b/src/generated/Models/Json.cs @@ -17,7 +17,7 @@ public class Json : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new Json and sets the default values. + /// Instantiates a new and sets the default values. /// public Json() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public Json() { /// /// 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 Json CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static Json CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/KeyCredential.cs b/src/generated/Models/KeyCredential.cs index caf63c05d5..60b8eadd24 100644 --- a/src/generated/Models/KeyCredential.cs +++ b/src/generated/Models/KeyCredential.cs @@ -63,7 +63,7 @@ public class KeyCredential : IAdditionalDataHolder, IParsable { public string Usage { get; set; } #endif /// - /// Instantiates a new keyCredential and sets the default values. + /// Instantiates a new and sets the default values. /// public KeyCredential() { AdditionalData = new Dictionary(); @@ -71,6 +71,7 @@ public KeyCredential() { /// /// 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 KeyCredential CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -79,6 +80,7 @@ public static KeyCredential CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"customKeyIdentifier", n => { CustomKeyIdentifier = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/KeyCredentialConfiguration.cs b/src/generated/Models/KeyCredentialConfiguration.cs index 81d6ea12ff..3a4fc919aa 100644 --- a/src/generated/Models/KeyCredentialConfiguration.cs +++ b/src/generated/Models/KeyCredentialConfiguration.cs @@ -23,7 +23,7 @@ public class KeyCredentialConfiguration : IAdditionalDataHolder, IParsable { /// The type of restriction being applied. Possible values are asymmetricKeyLifetime, unknownFutureValue. Each value of restrictionType can be used only once per policy. public AppKeyCredentialRestrictionType? RestrictionType { get; set; } /// - /// Instantiates a new keyCredentialConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public KeyCredentialConfiguration() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public KeyCredentialConfiguration() { /// /// 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 KeyCredentialConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static KeyCredentialConfiguration CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"maxLifetime", n => { MaxLifetime = n.GetTimeSpanValue(); } }, diff --git a/src/generated/Models/KeyValue.cs b/src/generated/Models/KeyValue.cs index e9e19a3435..68d1f2d0a3 100644 --- a/src/generated/Models/KeyValue.cs +++ b/src/generated/Models/KeyValue.cs @@ -33,7 +33,7 @@ public class KeyValue : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new keyValue and sets the default values. + /// Instantiates a new and sets the default values. /// public KeyValue() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public KeyValue() { /// /// 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 KeyValue CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static KeyValue CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"key", n => { Key = n.GetStringValue(); } }, diff --git a/src/generated/Models/KeyValuePair.cs b/src/generated/Models/KeyValuePair.cs index a07c2ebed2..5c4d494614 100644 --- a/src/generated/Models/KeyValuePair.cs +++ b/src/generated/Models/KeyValuePair.cs @@ -33,7 +33,7 @@ public class KeyValuePair : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new keyValuePair and sets the default values. + /// Instantiates a new and sets the default values. /// public KeyValuePair() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public KeyValuePair() { /// /// 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 KeyValuePair CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static KeyValuePair CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/LandingPage.cs b/src/generated/Models/LandingPage.cs index 4a4aab4b76..ffb282b776 100644 --- a/src/generated/Models/LandingPage.cs +++ b/src/generated/Models/LandingPage.cs @@ -73,6 +73,7 @@ public class LandingPage : Entity, IParsable { /// /// 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 new LandingPage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -81,6 +82,7 @@ public class LandingPage : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdBy", n => { CreatedBy = n.GetObjectValue(EmailIdentity.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/LandingPageCollectionResponse.cs b/src/generated/Models/LandingPageCollectionResponse.cs index 6dc2375deb..b4331a2cb0 100644 --- a/src/generated/Models/LandingPageCollectionResponse.cs +++ b/src/generated/Models/LandingPageCollectionResponse.cs @@ -17,6 +17,7 @@ public class LandingPageCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new LandingPageCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class LandingPageCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(LandingPage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/LandingPageDetail.cs b/src/generated/Models/LandingPageDetail.cs index 5fcc3bb29f..4d071630fa 100644 --- a/src/generated/Models/LandingPageDetail.cs +++ b/src/generated/Models/LandingPageDetail.cs @@ -27,6 +27,7 @@ public class LandingPageDetail : Entity, IParsable { /// /// 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 new LandingPageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public class LandingPageDetail : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"content", n => { Content = n.GetStringValue(); } }, diff --git a/src/generated/Models/LandingPageDetailCollectionResponse.cs b/src/generated/Models/LandingPageDetailCollectionResponse.cs index 8beb0ef022..7dc92446e9 100644 --- a/src/generated/Models/LandingPageDetailCollectionResponse.cs +++ b/src/generated/Models/LandingPageDetailCollectionResponse.cs @@ -17,6 +17,7 @@ public class LandingPageDetailCollectionResponse : BaseCollectionPaginationCount /// /// 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 new LandingPageDetailCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class LandingPageDetailCollectionResponse : BaseCollectionPaginationCount /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(LandingPageDetail.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/LearningAssignment.cs b/src/generated/Models/LearningAssignment.cs index 8647ad18da..83c266368e 100644 --- a/src/generated/Models/LearningAssignment.cs +++ b/src/generated/Models/LearningAssignment.cs @@ -37,6 +37,7 @@ public class LearningAssignment : LearningCourseActivity, IParsable { /// /// 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 new LearningAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public class LearningAssignment : LearningCourseActivity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assignedDateTime", n => { AssignedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/LearningContent.cs b/src/generated/Models/LearningContent.cs index d00df94806..cef2f99062 100644 --- a/src/generated/Models/LearningContent.cs +++ b/src/generated/Models/LearningContent.cs @@ -111,6 +111,7 @@ public class LearningContent : Entity, IParsable { /// /// 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 new LearningContent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -119,6 +120,7 @@ public class LearningContent : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"additionalTags", n => { AdditionalTags = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/LearningContentCollectionResponse.cs b/src/generated/Models/LearningContentCollectionResponse.cs index 3c6cbde7ab..d5ed31d8de 100644 --- a/src/generated/Models/LearningContentCollectionResponse.cs +++ b/src/generated/Models/LearningContentCollectionResponse.cs @@ -17,6 +17,7 @@ public class LearningContentCollectionResponse : BaseCollectionPaginationCountRe /// /// 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 new LearningContentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class LearningContentCollectionResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(LearningContent.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/LearningCourseActivity.cs b/src/generated/Models/LearningCourseActivity.cs index dd34d8b6cc..6cc64be9ac 100644 --- a/src/generated/Models/LearningCourseActivity.cs +++ b/src/generated/Models/LearningCourseActivity.cs @@ -47,6 +47,7 @@ public class LearningCourseActivity : Entity, IParsable { /// /// 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 new LearningCourseActivity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -60,6 +61,7 @@ public class LearningCourseActivity : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"completedDateTime", n => { CompletedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/LearningCourseActivityCollectionResponse.cs b/src/generated/Models/LearningCourseActivityCollectionResponse.cs index 39b542bf06..688ce7747b 100644 --- a/src/generated/Models/LearningCourseActivityCollectionResponse.cs +++ b/src/generated/Models/LearningCourseActivityCollectionResponse.cs @@ -17,6 +17,7 @@ public class LearningCourseActivityCollectionResponse : BaseCollectionPagination /// /// 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 new LearningCourseActivityCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class LearningCourseActivityCollectionResponse : BaseCollectionPagination /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(LearningCourseActivity.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/LearningProvider.cs b/src/generated/Models/LearningProvider.cs index ae8553b41d..03b0b8603b 100644 --- a/src/generated/Models/LearningProvider.cs +++ b/src/generated/Models/LearningProvider.cs @@ -75,6 +75,7 @@ public class LearningProvider : Entity, IParsable { /// /// 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 new LearningProvider CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -83,6 +84,7 @@ public class LearningProvider : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/LearningProviderCollectionResponse.cs b/src/generated/Models/LearningProviderCollectionResponse.cs index 8b1cb19ca8..86edef396c 100644 --- a/src/generated/Models/LearningProviderCollectionResponse.cs +++ b/src/generated/Models/LearningProviderCollectionResponse.cs @@ -17,6 +17,7 @@ public class LearningProviderCollectionResponse : BaseCollectionPaginationCountR /// /// 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 new LearningProviderCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class LearningProviderCollectionResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(LearningProvider.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/LearningSelfInitiatedCourse.cs b/src/generated/Models/LearningSelfInitiatedCourse.cs index a2db9203f2..ae940e2cbe 100644 --- a/src/generated/Models/LearningSelfInitiatedCourse.cs +++ b/src/generated/Models/LearningSelfInitiatedCourse.cs @@ -11,6 +11,7 @@ public class LearningSelfInitiatedCourse : LearningCourseActivity, IParsable { /// /// 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 new LearningSelfInitiatedCourse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -19,6 +20,7 @@ public class LearningSelfInitiatedCourse : LearningCourseActivity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"startedDateTime", n => { StartedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/LicenseAssignmentState.cs b/src/generated/Models/LicenseAssignmentState.cs index 5fdec47c07..e94558f8e5 100644 --- a/src/generated/Models/LicenseAssignmentState.cs +++ b/src/generated/Models/LicenseAssignmentState.cs @@ -53,7 +53,7 @@ public class LicenseAssignmentState : IAdditionalDataHolder, IParsable { public string State { get; set; } #endif /// - /// Instantiates a new licenseAssignmentState and sets the default values. + /// Instantiates a new and sets the default values. /// public LicenseAssignmentState() { AdditionalData = new Dictionary(); @@ -61,6 +61,7 @@ public LicenseAssignmentState() { /// /// 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 LicenseAssignmentState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -69,6 +70,7 @@ public static LicenseAssignmentState CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"assignedByGroup", n => { AssignedByGroup = n.GetStringValue(); } }, diff --git a/src/generated/Models/LicenseDetails.cs b/src/generated/Models/LicenseDetails.cs index 4f937e05b2..e99e99a7a7 100644 --- a/src/generated/Models/LicenseDetails.cs +++ b/src/generated/Models/LicenseDetails.cs @@ -27,6 +27,7 @@ public class LicenseDetails : Entity, IParsable { /// /// 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 new LicenseDetails CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public class LicenseDetails : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"servicePlans", n => { ServicePlans = n.GetCollectionOfObjectValues(ServicePlanInfo.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/LicenseDetailsCollectionResponse.cs b/src/generated/Models/LicenseDetailsCollectionResponse.cs index 24cc042bd5..3c70df05d9 100644 --- a/src/generated/Models/LicenseDetailsCollectionResponse.cs +++ b/src/generated/Models/LicenseDetailsCollectionResponse.cs @@ -17,6 +17,7 @@ public class LicenseDetailsCollectionResponse : BaseCollectionPaginationCountRes /// /// 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 new LicenseDetailsCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class LicenseDetailsCollectionResponse : BaseCollectionPaginationCountRes /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(LicenseDetails.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/LicenseProcessingState.cs b/src/generated/Models/LicenseProcessingState.cs index 728ff9e9ad..76a058d073 100644 --- a/src/generated/Models/LicenseProcessingState.cs +++ b/src/generated/Models/LicenseProcessingState.cs @@ -25,7 +25,7 @@ public class LicenseProcessingState : IAdditionalDataHolder, IParsable { public string State { get; set; } #endif /// - /// Instantiates a new licenseProcessingState and sets the default values. + /// Instantiates a new and sets the default values. /// public LicenseProcessingState() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public LicenseProcessingState() { /// /// 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 LicenseProcessingState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static LicenseProcessingState CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/LicenseUnitsDetail.cs b/src/generated/Models/LicenseUnitsDetail.cs index ef77583fbf..919bce33a5 100644 --- a/src/generated/Models/LicenseUnitsDetail.cs +++ b/src/generated/Models/LicenseUnitsDetail.cs @@ -25,7 +25,7 @@ public class LicenseUnitsDetail : IAdditionalDataHolder, IParsable { /// The number of units that are in warning status. When the subscription of the service SKU has expired, the customer has a grace period to renew their subscription before it's canceled (moved to a suspended state). public int? Warning { get; set; } /// - /// Instantiates a new licenseUnitsDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public LicenseUnitsDetail() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public LicenseUnitsDetail() { /// /// 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 LicenseUnitsDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static LicenseUnitsDetail CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"enabled", n => { Enabled = n.GetIntValue(); } }, diff --git a/src/generated/Models/LinkedResource.cs b/src/generated/Models/LinkedResource.cs index 02fe4eaa72..fa3b25614d 100644 --- a/src/generated/Models/LinkedResource.cs +++ b/src/generated/Models/LinkedResource.cs @@ -41,6 +41,7 @@ public class LinkedResource : Entity, IParsable { /// /// 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 new LinkedResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public class LinkedResource : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"applicationName", n => { ApplicationName = n.GetStringValue(); } }, diff --git a/src/generated/Models/LinkedResourceCollectionResponse.cs b/src/generated/Models/LinkedResourceCollectionResponse.cs index bdd3b50d51..47951306ac 100644 --- a/src/generated/Models/LinkedResourceCollectionResponse.cs +++ b/src/generated/Models/LinkedResourceCollectionResponse.cs @@ -17,6 +17,7 @@ public class LinkedResourceCollectionResponse : BaseCollectionPaginationCountRes /// /// 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 new LinkedResourceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class LinkedResourceCollectionResponse : BaseCollectionPaginationCountRes /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(LinkedResource.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/List.cs b/src/generated/Models/List.cs index 60be3e7abc..39d475be54 100644 --- a/src/generated/Models/List.cs +++ b/src/generated/Models/List.cs @@ -87,7 +87,7 @@ public class List : BaseItem, IParsable { public SystemFacet System { get; set; } #endif /// - /// Instantiates a new list and sets the default values. + /// Instantiates a new and sets the default values. /// public List() : base() { OdataType = "#microsoft.graph.list"; @@ -95,6 +95,7 @@ public List() : base() { /// /// 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 new List CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -103,6 +104,7 @@ public List() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"columns", n => { Columns = n.GetCollectionOfObjectValues(ColumnDefinition.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ListCollectionResponse.cs b/src/generated/Models/ListCollectionResponse.cs index 7987db9c33..4e000c6538 100644 --- a/src/generated/Models/ListCollectionResponse.cs +++ b/src/generated/Models/ListCollectionResponse.cs @@ -17,6 +17,7 @@ public class ListCollectionResponse : BaseCollectionPaginationCountResponse, IPa /// /// 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 new ListCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ListCollectionResponse : BaseCollectionPaginationCountResponse, IPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(List.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ListInfo.cs b/src/generated/Models/ListInfo.cs index 275d184648..2643ec51f0 100644 --- a/src/generated/Models/ListInfo.cs +++ b/src/generated/Models/ListInfo.cs @@ -29,7 +29,7 @@ public class ListInfo : IAdditionalDataHolder, IParsable { public string Template { get; set; } #endif /// - /// Instantiates a new listInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public ListInfo() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public ListInfo() { /// /// 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 ListInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static ListInfo CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contentTypesEnabled", n => { ContentTypesEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/ListItem.cs b/src/generated/Models/ListItem.cs index 0618f5cd6f..c924efc243 100644 --- a/src/generated/Models/ListItem.cs +++ b/src/generated/Models/ListItem.cs @@ -63,7 +63,7 @@ public class ListItem : BaseItem, IParsable { public List Versions { get; set; } #endif /// - /// Instantiates a new listItem and sets the default values. + /// Instantiates a new and sets the default values. /// public ListItem() : base() { OdataType = "#microsoft.graph.listItem"; @@ -71,6 +71,7 @@ public ListItem() : base() { /// /// 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 new ListItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -79,6 +80,7 @@ public ListItem() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"analytics", n => { Analytics = n.GetObjectValue(ItemAnalytics.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ListItemCollectionResponse.cs b/src/generated/Models/ListItemCollectionResponse.cs index f8e86ee2cf..8afa609bb2 100644 --- a/src/generated/Models/ListItemCollectionResponse.cs +++ b/src/generated/Models/ListItemCollectionResponse.cs @@ -17,6 +17,7 @@ public class ListItemCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new ListItemCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ListItemCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ListItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ListItemVersion.cs b/src/generated/Models/ListItemVersion.cs index 7964cf9d89..3cacb518f0 100644 --- a/src/generated/Models/ListItemVersion.cs +++ b/src/generated/Models/ListItemVersion.cs @@ -15,7 +15,7 @@ public class ListItemVersion : BaseItemVersion, IParsable { public FieldValueSet Fields { get; set; } #endif /// - /// Instantiates a new listItemVersion and sets the default values. + /// Instantiates a new and sets the default values. /// public ListItemVersion() : base() { OdataType = "#microsoft.graph.listItemVersion"; @@ -23,6 +23,7 @@ public ListItemVersion() : base() { /// /// 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 new ListItemVersion CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public ListItemVersion() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"fields", n => { Fields = n.GetObjectValue(FieldValueSet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ListItemVersionCollectionResponse.cs b/src/generated/Models/ListItemVersionCollectionResponse.cs index f0b39585be..e080df805d 100644 --- a/src/generated/Models/ListItemVersionCollectionResponse.cs +++ b/src/generated/Models/ListItemVersionCollectionResponse.cs @@ -17,6 +17,7 @@ public class ListItemVersionCollectionResponse : BaseCollectionPaginationCountRe /// /// 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 new ListItemVersionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ListItemVersionCollectionResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ListItemVersion.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/LobbyBypassSettings.cs b/src/generated/Models/LobbyBypassSettings.cs index f3bd5b8e91..7afe10722b 100644 --- a/src/generated/Models/LobbyBypassSettings.cs +++ b/src/generated/Models/LobbyBypassSettings.cs @@ -21,7 +21,7 @@ public class LobbyBypassSettings : IAdditionalDataHolder, IParsable { /// Specifies the type of participants that are automatically admitted into a meeting, bypassing the lobby. Optional. public LobbyBypassScope? Scope { get; set; } /// - /// Instantiates a new lobbyBypassSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public LobbyBypassSettings() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public LobbyBypassSettings() { /// /// 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 LobbyBypassSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static LobbyBypassSettings CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isDialInBypassEnabled", n => { IsDialInBypassEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/LocaleInfo.cs b/src/generated/Models/LocaleInfo.cs index c51c4ee448..4f21a99876 100644 --- a/src/generated/Models/LocaleInfo.cs +++ b/src/generated/Models/LocaleInfo.cs @@ -33,7 +33,7 @@ public class LocaleInfo : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new localeInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public LocaleInfo() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public LocaleInfo() { /// /// 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 LocaleInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static LocaleInfo CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/LocalizedNotificationMessage.cs b/src/generated/Models/LocalizedNotificationMessage.cs index 9d9ab89b6f..dc4ecb513b 100644 --- a/src/generated/Models/LocalizedNotificationMessage.cs +++ b/src/generated/Models/LocalizedNotificationMessage.cs @@ -40,6 +40,7 @@ public class LocalizedNotificationMessage : Entity, IParsable { /// /// 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 new LocalizedNotificationMessage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -48,6 +49,7 @@ public class LocalizedNotificationMessage : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"isDefault", n => { IsDefault = n.GetBoolValue(); } }, diff --git a/src/generated/Models/LocalizedNotificationMessageCollectionResponse.cs b/src/generated/Models/LocalizedNotificationMessageCollectionResponse.cs index 68d7233dda..c78c03b7d0 100644 --- a/src/generated/Models/LocalizedNotificationMessageCollectionResponse.cs +++ b/src/generated/Models/LocalizedNotificationMessageCollectionResponse.cs @@ -17,6 +17,7 @@ public class LocalizedNotificationMessageCollectionResponse : BaseCollectionPagi /// /// 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 new LocalizedNotificationMessageCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class LocalizedNotificationMessageCollectionResponse : BaseCollectionPagi /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(LocalizedNotificationMessage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/LocateDeviceActionResult.cs b/src/generated/Models/LocateDeviceActionResult.cs index 116ecace7f..f46281f3c9 100644 --- a/src/generated/Models/LocateDeviceActionResult.cs +++ b/src/generated/Models/LocateDeviceActionResult.cs @@ -20,6 +20,7 @@ public class LocateDeviceActionResult : DeviceActionResult, IParsable { /// /// 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 new LocateDeviceActionResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public class LocateDeviceActionResult : DeviceActionResult, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deviceLocation", n => { DeviceLocation = n.GetObjectValue(DeviceGeoLocation.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Location.cs b/src/generated/Models/Location.cs index 03196bbdaa..f7cbfe7387 100644 --- a/src/generated/Models/Location.cs +++ b/src/generated/Models/Location.cs @@ -69,7 +69,7 @@ public class Location : IAdditionalDataHolder, IParsable { /// For internal use only. public LocationUniqueIdType? UniqueIdType { get; set; } /// - /// Instantiates a new location and sets the default values. + /// Instantiates a new and sets the default values. /// public Location() { AdditionalData = new Dictionary(); @@ -77,6 +77,7 @@ public Location() { /// /// 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 Location CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -89,6 +90,7 @@ public static Location CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"address", n => { Address = n.GetObjectValue(PhysicalAddress.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/LocationConstraint.cs b/src/generated/Models/LocationConstraint.cs index 8a807a715b..a6590f5cff 100644 --- a/src/generated/Models/LocationConstraint.cs +++ b/src/generated/Models/LocationConstraint.cs @@ -29,7 +29,7 @@ public class LocationConstraint : IAdditionalDataHolder, IParsable { /// The client requests the service to suggest one or more meeting locations. public bool? SuggestLocation { get; set; } /// - /// Instantiates a new locationConstraint and sets the default values. + /// Instantiates a new and sets the default values. /// public LocationConstraint() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public LocationConstraint() { /// /// 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 LocationConstraint CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static LocationConstraint CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isRequired", n => { IsRequired = n.GetBoolValue(); } }, diff --git a/src/generated/Models/LocationConstraintItem.cs b/src/generated/Models/LocationConstraintItem.cs index dd2baf379a..64f9ca1e92 100644 --- a/src/generated/Models/LocationConstraintItem.cs +++ b/src/generated/Models/LocationConstraintItem.cs @@ -9,7 +9,7 @@ public class LocationConstraintItem : Location, IParsable { /// If set to true and the specified resource is busy, findMeetingTimes looks for another resource that is free. If set to false and the specified resource is busy, findMeetingTimes returns the resource best ranked in the user's cache without checking if it's free. Default is true. public bool? ResolveAvailability { get; set; } /// - /// Instantiates a new locationConstraintItem and sets the default values. + /// Instantiates a new and sets the default values. /// public LocationConstraintItem() : base() { OdataType = "#microsoft.graph.locationConstraintItem"; @@ -17,6 +17,7 @@ public LocationConstraintItem() : base() { /// /// 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 new LocationConstraintItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public LocationConstraintItem() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"resolveAvailability", n => { ResolveAvailability = n.GetBoolValue(); } }, diff --git a/src/generated/Models/LogicAppTriggerEndpointConfiguration.cs b/src/generated/Models/LogicAppTriggerEndpointConfiguration.cs index fdd1bb80a7..c0b4c14fef 100644 --- a/src/generated/Models/LogicAppTriggerEndpointConfiguration.cs +++ b/src/generated/Models/LogicAppTriggerEndpointConfiguration.cs @@ -39,7 +39,7 @@ public class LogicAppTriggerEndpointConfiguration : CustomExtensionEndpointConfi public string Url { get; set; } #endif /// - /// Instantiates a new logicAppTriggerEndpointConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public LogicAppTriggerEndpointConfiguration() : base() { OdataType = "#microsoft.graph.logicAppTriggerEndpointConfiguration"; @@ -47,6 +47,7 @@ public LogicAppTriggerEndpointConfiguration() : base() { /// /// 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 new LogicAppTriggerEndpointConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public LogicAppTriggerEndpointConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"logicAppWorkflowName", n => { LogicAppWorkflowName = n.GetStringValue(); } }, diff --git a/src/generated/Models/LoginPage.cs b/src/generated/Models/LoginPage.cs index f9d5df5ed6..bc8a38aa6c 100644 --- a/src/generated/Models/LoginPage.cs +++ b/src/generated/Models/LoginPage.cs @@ -65,6 +65,7 @@ public class LoginPage : Entity, IParsable { /// /// 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 new LoginPage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public class LoginPage : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"content", n => { Content = n.GetStringValue(); } }, diff --git a/src/generated/Models/LoginPageCollectionResponse.cs b/src/generated/Models/LoginPageCollectionResponse.cs index 1822a08402..cef5d3dfe7 100644 --- a/src/generated/Models/LoginPageCollectionResponse.cs +++ b/src/generated/Models/LoginPageCollectionResponse.cs @@ -17,6 +17,7 @@ public class LoginPageCollectionResponse : BaseCollectionPaginationCountResponse /// /// 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 new LoginPageCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class LoginPageCollectionResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(LoginPage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/LoginPageLayoutConfiguration.cs b/src/generated/Models/LoginPageLayoutConfiguration.cs index cf2ac6be7d..880621162d 100644 --- a/src/generated/Models/LoginPageLayoutConfiguration.cs +++ b/src/generated/Models/LoginPageLayoutConfiguration.cs @@ -23,7 +23,7 @@ public class LoginPageLayoutConfiguration : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new loginPageLayoutConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public LoginPageLayoutConfiguration() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public LoginPageLayoutConfiguration() { /// /// 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 LoginPageLayoutConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static LoginPageLayoutConfiguration CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isFooterShown", n => { IsFooterShown = n.GetBoolValue(); } }, diff --git a/src/generated/Models/LoginPageTextVisibilitySettings.cs b/src/generated/Models/LoginPageTextVisibilitySettings.cs index 7d9b507036..a0d66cd290 100644 --- a/src/generated/Models/LoginPageTextVisibilitySettings.cs +++ b/src/generated/Models/LoginPageTextVisibilitySettings.cs @@ -29,7 +29,7 @@ public class LoginPageTextVisibilitySettings : IAdditionalDataHolder, IParsable public string OdataType { get; set; } #endif /// - /// Instantiates a new loginPageTextVisibilitySettings and sets the default values. + /// Instantiates a new and sets the default values. /// public LoginPageTextVisibilitySettings() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public LoginPageTextVisibilitySettings() { /// /// 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 LoginPageTextVisibilitySettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static LoginPageTextVisibilitySettings CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"hideAccountResetCredentials", n => { HideAccountResetCredentials = n.GetBoolValue(); } }, diff --git a/src/generated/Models/LongRunningOperation.cs b/src/generated/Models/LongRunningOperation.cs index 3c431ad6b2..237ca72801 100644 --- a/src/generated/Models/LongRunningOperation.cs +++ b/src/generated/Models/LongRunningOperation.cs @@ -31,6 +31,7 @@ public class LongRunningOperation : Entity, IParsable { /// /// 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 new LongRunningOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public class LongRunningOperation : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/LongRunningOperationCollectionResponse.cs b/src/generated/Models/LongRunningOperationCollectionResponse.cs index 3b47229873..26369171df 100644 --- a/src/generated/Models/LongRunningOperationCollectionResponse.cs +++ b/src/generated/Models/LongRunningOperationCollectionResponse.cs @@ -17,6 +17,7 @@ public class LongRunningOperationCollectionResponse : BaseCollectionPaginationCo /// /// 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 new LongRunningOperationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class LongRunningOperationCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(LongRunningOperation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/LookupColumn.cs b/src/generated/Models/LookupColumn.cs index 4e2faae04a..1390f5220c 100644 --- a/src/generated/Models/LookupColumn.cs +++ b/src/generated/Models/LookupColumn.cs @@ -45,7 +45,7 @@ public class LookupColumn : IAdditionalDataHolder, IParsable { public string PrimaryLookupColumnId { get; set; } #endif /// - /// Instantiates a new lookupColumn and sets the default values. + /// Instantiates a new and sets the default values. /// public LookupColumn() { AdditionalData = new Dictionary(); @@ -53,6 +53,7 @@ public LookupColumn() { /// /// 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 LookupColumn CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -61,6 +62,7 @@ public static LookupColumn CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowMultipleValues", n => { AllowMultipleValues = n.GetBoolValue(); } }, diff --git a/src/generated/Models/MacOSCompliancePolicy.cs b/src/generated/Models/MacOSCompliancePolicy.cs index 3a441029d6..71c64f063f 100644 --- a/src/generated/Models/MacOSCompliancePolicy.cs +++ b/src/generated/Models/MacOSCompliancePolicy.cs @@ -56,7 +56,7 @@ public class MacOSCompliancePolicy : DeviceCompliancePolicy, IParsable { /// Require that devices have enabled system integrity protection. public bool? SystemIntegrityProtectionEnabled { get; set; } /// - /// Instantiates a new macOSCompliancePolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public MacOSCompliancePolicy() : base() { OdataType = "#microsoft.graph.macOSCompliancePolicy"; @@ -64,6 +64,7 @@ public MacOSCompliancePolicy() : base() { /// /// 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 new MacOSCompliancePolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -72,6 +73,7 @@ public MacOSCompliancePolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deviceThreatProtectionEnabled", n => { DeviceThreatProtectionEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/MacOSCustomConfiguration.cs b/src/generated/Models/MacOSCustomConfiguration.cs index 1f43384add..29b48983c9 100644 --- a/src/generated/Models/MacOSCustomConfiguration.cs +++ b/src/generated/Models/MacOSCustomConfiguration.cs @@ -34,7 +34,7 @@ public class MacOSCustomConfiguration : DeviceConfiguration, IParsable { public string PayloadName { get; set; } #endif /// - /// Instantiates a new macOSCustomConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public MacOSCustomConfiguration() : base() { OdataType = "#microsoft.graph.macOSCustomConfiguration"; @@ -42,6 +42,7 @@ public MacOSCustomConfiguration() : base() { /// /// 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 new MacOSCustomConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public MacOSCustomConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"payload", n => { Payload = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/MacOSDeviceFeaturesConfiguration.cs b/src/generated/Models/MacOSDeviceFeaturesConfiguration.cs index ebb76750ac..65a9d7f6b1 100644 --- a/src/generated/Models/MacOSDeviceFeaturesConfiguration.cs +++ b/src/generated/Models/MacOSDeviceFeaturesConfiguration.cs @@ -10,7 +10,7 @@ namespace ApiSdk.Models { /// public class MacOSDeviceFeaturesConfiguration : AppleDeviceFeaturesConfigurationBase, IParsable { /// - /// Instantiates a new macOSDeviceFeaturesConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public MacOSDeviceFeaturesConfiguration() : base() { OdataType = "#microsoft.graph.macOSDeviceFeaturesConfiguration"; @@ -18,6 +18,7 @@ public MacOSDeviceFeaturesConfiguration() : base() { /// /// 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 new MacOSDeviceFeaturesConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public MacOSDeviceFeaturesConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/MacOSDmgApp.cs b/src/generated/Models/MacOSDmgApp.cs index f11e858eaa..4fc870701c 100644 --- a/src/generated/Models/MacOSDmgApp.cs +++ b/src/generated/Models/MacOSDmgApp.cs @@ -44,7 +44,7 @@ public class MacOSDmgApp : MobileLobApp, IParsable { public string PrimaryBundleVersion { get; set; } #endif /// - /// Instantiates a new macOSDmgApp and sets the default values. + /// Instantiates a new and sets the default values. /// public MacOSDmgApp() : base() { OdataType = "#microsoft.graph.macOSDmgApp"; @@ -52,6 +52,7 @@ public MacOSDmgApp() : base() { /// /// 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 new MacOSDmgApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -60,6 +61,7 @@ public MacOSDmgApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"ignoreVersionDetection", n => { IgnoreVersionDetection = n.GetBoolValue(); } }, diff --git a/src/generated/Models/MacOSDmgAppCollectionResponse.cs b/src/generated/Models/MacOSDmgAppCollectionResponse.cs index 16894b94df..190fdf0fd4 100644 --- a/src/generated/Models/MacOSDmgAppCollectionResponse.cs +++ b/src/generated/Models/MacOSDmgAppCollectionResponse.cs @@ -17,6 +17,7 @@ public class MacOSDmgAppCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new MacOSDmgAppCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MacOSDmgAppCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(MacOSDmgApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MacOSGeneralDeviceConfiguration.cs b/src/generated/Models/MacOSGeneralDeviceConfiguration.cs index 9b985bc0b6..58bb34ce51 100644 --- a/src/generated/Models/MacOSGeneralDeviceConfiguration.cs +++ b/src/generated/Models/MacOSGeneralDeviceConfiguration.cs @@ -46,7 +46,7 @@ public class MacOSGeneralDeviceConfiguration : DeviceConfiguration, IParsable { /// Possible values of required passwords. public RequiredPasswordType? PasswordRequiredType { get; set; } /// - /// Instantiates a new macOSGeneralDeviceConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public MacOSGeneralDeviceConfiguration() : base() { OdataType = "#microsoft.graph.macOSGeneralDeviceConfiguration"; @@ -54,6 +54,7 @@ public MacOSGeneralDeviceConfiguration() : base() { /// /// 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 new MacOSGeneralDeviceConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -62,6 +63,7 @@ public MacOSGeneralDeviceConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"compliantAppListType", n => { CompliantAppListType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/MacOSIncludedApp.cs b/src/generated/Models/MacOSIncludedApp.cs index 9fd2d1ea1e..80dbdae9c1 100644 --- a/src/generated/Models/MacOSIncludedApp.cs +++ b/src/generated/Models/MacOSIncludedApp.cs @@ -36,7 +36,7 @@ public class MacOSIncludedApp : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new macOSIncludedApp and sets the default values. + /// Instantiates a new and sets the default values. /// public MacOSIncludedApp() { AdditionalData = new Dictionary(); @@ -44,6 +44,7 @@ public MacOSIncludedApp() { /// /// 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 MacOSIncludedApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public static MacOSIncludedApp CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"bundleId", n => { BundleId = n.GetStringValue(); } }, diff --git a/src/generated/Models/MacOSLobApp.cs b/src/generated/Models/MacOSLobApp.cs index 931f70a44b..36ba51c312 100644 --- a/src/generated/Models/MacOSLobApp.cs +++ b/src/generated/Models/MacOSLobApp.cs @@ -64,7 +64,7 @@ public class MacOSLobApp : MobileLobApp, IParsable { public string VersionNumber { get; set; } #endif /// - /// Instantiates a new macOSLobApp and sets the default values. + /// Instantiates a new and sets the default values. /// public MacOSLobApp() : base() { OdataType = "#microsoft.graph.macOSLobApp"; @@ -72,6 +72,7 @@ public MacOSLobApp() : base() { /// /// 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 new MacOSLobApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -80,6 +81,7 @@ public MacOSLobApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"buildNumber", n => { BuildNumber = n.GetStringValue(); } }, diff --git a/src/generated/Models/MacOSLobAppCollectionResponse.cs b/src/generated/Models/MacOSLobAppCollectionResponse.cs index 682341fe9f..4212d095a8 100644 --- a/src/generated/Models/MacOSLobAppCollectionResponse.cs +++ b/src/generated/Models/MacOSLobAppCollectionResponse.cs @@ -17,6 +17,7 @@ public class MacOSLobAppCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new MacOSLobAppCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MacOSLobAppCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(MacOSLobApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MacOSLobChildApp.cs b/src/generated/Models/MacOSLobChildApp.cs index 9970b8afa8..0bb0b4bafe 100644 --- a/src/generated/Models/MacOSLobChildApp.cs +++ b/src/generated/Models/MacOSLobChildApp.cs @@ -44,7 +44,7 @@ public class MacOSLobChildApp : IAdditionalDataHolder, IParsable { public string VersionNumber { get; set; } #endif /// - /// Instantiates a new macOSLobChildApp and sets the default values. + /// Instantiates a new and sets the default values. /// public MacOSLobChildApp() { AdditionalData = new Dictionary(); @@ -52,6 +52,7 @@ public MacOSLobChildApp() { /// /// 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 MacOSLobChildApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -60,6 +61,7 @@ public static MacOSLobChildApp CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"buildNumber", n => { BuildNumber = n.GetStringValue(); } }, diff --git a/src/generated/Models/MacOSMicrosoftDefenderApp.cs b/src/generated/Models/MacOSMicrosoftDefenderApp.cs index 9d1b9c93fc..523868462a 100644 --- a/src/generated/Models/MacOSMicrosoftDefenderApp.cs +++ b/src/generated/Models/MacOSMicrosoftDefenderApp.cs @@ -10,7 +10,7 @@ namespace ApiSdk.Models { /// public class MacOSMicrosoftDefenderApp : MobileApp, IParsable { /// - /// Instantiates a new macOSMicrosoftDefenderApp and sets the default values. + /// Instantiates a new and sets the default values. /// public MacOSMicrosoftDefenderApp() : base() { OdataType = "#microsoft.graph.macOSMicrosoftDefenderApp"; @@ -18,6 +18,7 @@ public MacOSMicrosoftDefenderApp() : base() { /// /// 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 new MacOSMicrosoftDefenderApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public MacOSMicrosoftDefenderApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/MacOSMicrosoftEdgeApp.cs b/src/generated/Models/MacOSMicrosoftEdgeApp.cs index 922573b43b..61ba3a7eeb 100644 --- a/src/generated/Models/MacOSMicrosoftEdgeApp.cs +++ b/src/generated/Models/MacOSMicrosoftEdgeApp.cs @@ -12,7 +12,7 @@ public class MacOSMicrosoftEdgeApp : MobileApp, IParsable { /// The enum to specify the channels for Microsoft Edge apps. public MicrosoftEdgeChannel? Channel { get; set; } /// - /// Instantiates a new macOSMicrosoftEdgeApp and sets the default values. + /// Instantiates a new and sets the default values. /// public MacOSMicrosoftEdgeApp() : base() { OdataType = "#microsoft.graph.macOSMicrosoftEdgeApp"; @@ -20,6 +20,7 @@ public MacOSMicrosoftEdgeApp() : base() { /// /// 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 new MacOSMicrosoftEdgeApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public MacOSMicrosoftEdgeApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"channel", n => { Channel = n.GetEnumValue(); } }, diff --git a/src/generated/Models/MacOSMinimumOperatingSystem.cs b/src/generated/Models/MacOSMinimumOperatingSystem.cs index 261442ea2e..b0ff9a7dbc 100644 --- a/src/generated/Models/MacOSMinimumOperatingSystem.cs +++ b/src/generated/Models/MacOSMinimumOperatingSystem.cs @@ -44,7 +44,7 @@ public class MacOSMinimumOperatingSystem : IAdditionalDataHolder, IParsable { /// When TRUE, indicates macOS 13.0 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE. public bool? V130 { get; set; } /// - /// Instantiates a new macOSMinimumOperatingSystem and sets the default values. + /// Instantiates a new and sets the default values. /// public MacOSMinimumOperatingSystem() { AdditionalData = new Dictionary(); @@ -52,6 +52,7 @@ public MacOSMinimumOperatingSystem() { /// /// 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 MacOSMinimumOperatingSystem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -60,6 +61,7 @@ public static MacOSMinimumOperatingSystem CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/MacOSOfficeSuiteApp.cs b/src/generated/Models/MacOSOfficeSuiteApp.cs index d5302a11b5..1794641685 100644 --- a/src/generated/Models/MacOSOfficeSuiteApp.cs +++ b/src/generated/Models/MacOSOfficeSuiteApp.cs @@ -10,7 +10,7 @@ namespace ApiSdk.Models { /// public class MacOSOfficeSuiteApp : MobileApp, IParsable { /// - /// Instantiates a new macOSOfficeSuiteApp and sets the default values. + /// Instantiates a new and sets the default values. /// public MacOSOfficeSuiteApp() : base() { OdataType = "#microsoft.graph.macOSOfficeSuiteApp"; @@ -18,6 +18,7 @@ public MacOSOfficeSuiteApp() : base() { /// /// 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 new MacOSOfficeSuiteApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public MacOSOfficeSuiteApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/MacOsLobAppAssignmentSettings.cs b/src/generated/Models/MacOsLobAppAssignmentSettings.cs index 88cfcd247d..61cedadb2a 100644 --- a/src/generated/Models/MacOsLobAppAssignmentSettings.cs +++ b/src/generated/Models/MacOsLobAppAssignmentSettings.cs @@ -12,7 +12,7 @@ public class MacOsLobAppAssignmentSettings : MobileAppAssignmentSettings, IParsa /// When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune. public bool? UninstallOnDeviceRemoval { get; set; } /// - /// Instantiates a new macOsLobAppAssignmentSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public MacOsLobAppAssignmentSettings() : base() { OdataType = "#microsoft.graph.macOsLobAppAssignmentSettings"; @@ -20,6 +20,7 @@ public MacOsLobAppAssignmentSettings() : base() { /// /// 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 new MacOsLobAppAssignmentSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public MacOsLobAppAssignmentSettings() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"uninstallOnDeviceRemoval", n => { UninstallOnDeviceRemoval = n.GetBoolValue(); } }, diff --git a/src/generated/Models/MailAssessmentRequest.cs b/src/generated/Models/MailAssessmentRequest.cs index b149c2b62e..bca746bdb3 100644 --- a/src/generated/Models/MailAssessmentRequest.cs +++ b/src/generated/Models/MailAssessmentRequest.cs @@ -25,7 +25,7 @@ public class MailAssessmentRequest : ThreatAssessmentRequest, IParsable { public string RecipientEmail { get; set; } #endif /// - /// Instantiates a new mailAssessmentRequest and sets the default values. + /// Instantiates a new and sets the default values. /// public MailAssessmentRequest() : base() { OdataType = "#microsoft.graph.mailAssessmentRequest"; @@ -33,6 +33,7 @@ public MailAssessmentRequest() : base() { /// /// 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 new MailAssessmentRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public MailAssessmentRequest() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"destinationRoutingReason", n => { DestinationRoutingReason = n.GetEnumValue(); } }, diff --git a/src/generated/Models/MailFolder.cs b/src/generated/Models/MailFolder.cs index d400ee9d8b..824ea43fb5 100644 --- a/src/generated/Models/MailFolder.cs +++ b/src/generated/Models/MailFolder.cs @@ -73,6 +73,7 @@ public class MailFolder : Entity, IParsable { /// /// 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 new MailFolder CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public class MailFolder : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"childFolderCount", n => { ChildFolderCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/MailFolderCollectionResponse.cs b/src/generated/Models/MailFolderCollectionResponse.cs index 7d5b6cf879..332c29b098 100644 --- a/src/generated/Models/MailFolderCollectionResponse.cs +++ b/src/generated/Models/MailFolderCollectionResponse.cs @@ -17,6 +17,7 @@ public class MailFolderCollectionResponse : BaseCollectionPaginationCountRespons /// /// 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 new MailFolderCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MailFolderCollectionResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(MailFolder.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MailSearchFolder.cs b/src/generated/Models/MailSearchFolder.cs index e8e1c4bfdb..abddac2623 100644 --- a/src/generated/Models/MailSearchFolder.cs +++ b/src/generated/Models/MailSearchFolder.cs @@ -27,7 +27,7 @@ public class MailSearchFolder : MailFolder, IParsable { public List SourceFolderIds { get; set; } #endif /// - /// Instantiates a new mailSearchFolder and sets the default values. + /// Instantiates a new and sets the default values. /// public MailSearchFolder() : base() { OdataType = "#microsoft.graph.mailSearchFolder"; @@ -35,6 +35,7 @@ public MailSearchFolder() : base() { /// /// 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 new MailSearchFolder CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public MailSearchFolder() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"filterQuery", n => { FilterQuery = n.GetStringValue(); } }, diff --git a/src/generated/Models/MailTips.cs b/src/generated/Models/MailTips.cs index 43f5d821b9..7c57a2a628 100644 --- a/src/generated/Models/MailTips.cs +++ b/src/generated/Models/MailTips.cs @@ -71,7 +71,7 @@ public class MailTips : IAdditionalDataHolder, IParsable { /// The number of members if the recipient is a distribution list. public int? TotalMemberCount { get; set; } /// - /// Instantiates a new mailTips and sets the default values. + /// Instantiates a new and sets the default values. /// public MailTips() { AdditionalData = new Dictionary(); @@ -79,6 +79,7 @@ public MailTips() { /// /// 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 MailTips CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -87,6 +88,7 @@ public static MailTips CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"automaticReplies", n => { AutomaticReplies = n.GetObjectValue(AutomaticRepliesMailTips.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/MailTipsError.cs b/src/generated/Models/MailTipsError.cs index 62c175adb5..e7c7e3029a 100644 --- a/src/generated/Models/MailTipsError.cs +++ b/src/generated/Models/MailTipsError.cs @@ -33,7 +33,7 @@ public class MailTipsError : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new mailTipsError and sets the default values. + /// Instantiates a new and sets the default values. /// public MailTipsError() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public MailTipsError() { /// /// 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 MailTipsError CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static MailTipsError CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"code", n => { Code = n.GetStringValue(); } }, diff --git a/src/generated/Models/MailboxSettings.cs b/src/generated/Models/MailboxSettings.cs index 2b134a699c..dd4a0762b2 100644 --- a/src/generated/Models/MailboxSettings.cs +++ b/src/generated/Models/MailboxSettings.cs @@ -77,7 +77,7 @@ public class MailboxSettings : IAdditionalDataHolder, IParsable { public ApiSdk.Models.WorkingHours WorkingHours { get; set; } #endif /// - /// Instantiates a new mailboxSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public MailboxSettings() { AdditionalData = new Dictionary(); @@ -85,6 +85,7 @@ public MailboxSettings() { /// /// 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 MailboxSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -93,6 +94,7 @@ public static MailboxSettings CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"archiveFolder", n => { ArchiveFolder = n.GetStringValue(); } }, diff --git a/src/generated/Models/Malware.cs b/src/generated/Models/Malware.cs index c6f9487426..3900c48c6e 100644 --- a/src/generated/Models/Malware.cs +++ b/src/generated/Models/Malware.cs @@ -25,7 +25,7 @@ public class Malware : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new malware and sets the default values. + /// Instantiates a new and sets the default values. /// public Malware() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public Malware() { /// /// 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 Malware CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static Malware CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/MalwareState.cs b/src/generated/Models/MalwareState.cs index bdf4d56a53..c71ca0bd59 100644 --- a/src/generated/Models/MalwareState.cs +++ b/src/generated/Models/MalwareState.cs @@ -51,7 +51,7 @@ public class MalwareState : IAdditionalDataHolder, IParsable { /// Indicates whether the detected file (malware/vulnerability) was running at the time of detection or was detected at rest on the disk. public bool? WasRunning { get; set; } /// - /// Instantiates a new malwareState and sets the default values. + /// Instantiates a new and sets the default values. /// public MalwareState() { AdditionalData = new Dictionary(); @@ -59,6 +59,7 @@ public MalwareState() { /// /// 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 MalwareState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public static MalwareState CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"category", n => { Category = n.GetStringValue(); } }, diff --git a/src/generated/Models/MalwareStateForWindowsDevice.cs b/src/generated/Models/MalwareStateForWindowsDevice.cs index f13bddc7fa..4bde75c27f 100644 --- a/src/generated/Models/MalwareStateForWindowsDevice.cs +++ b/src/generated/Models/MalwareStateForWindowsDevice.cs @@ -30,6 +30,7 @@ public class MalwareStateForWindowsDevice : Entity, IParsable { /// /// 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 new MalwareStateForWindowsDevice CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public class MalwareStateForWindowsDevice : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"detectionCount", n => { DetectionCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/MalwareStateForWindowsDeviceCollectionResponse.cs b/src/generated/Models/MalwareStateForWindowsDeviceCollectionResponse.cs index 68324f11dd..53e7c9e2ed 100644 --- a/src/generated/Models/MalwareStateForWindowsDeviceCollectionResponse.cs +++ b/src/generated/Models/MalwareStateForWindowsDeviceCollectionResponse.cs @@ -17,6 +17,7 @@ public class MalwareStateForWindowsDeviceCollectionResponse : BaseCollectionPagi /// /// 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 new MalwareStateForWindowsDeviceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MalwareStateForWindowsDeviceCollectionResponse : BaseCollectionPagi /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(MalwareStateForWindowsDevice.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ManagedAndroidLobApp.cs b/src/generated/Models/ManagedAndroidLobApp.cs index f49c914c69..b415c950be 100644 --- a/src/generated/Models/ManagedAndroidLobApp.cs +++ b/src/generated/Models/ManagedAndroidLobApp.cs @@ -42,7 +42,7 @@ public class ManagedAndroidLobApp : ManagedMobileLobApp, IParsable { public string VersionName { get; set; } #endif /// - /// Instantiates a new managedAndroidLobApp and sets the default values. + /// Instantiates a new and sets the default values. /// public ManagedAndroidLobApp() : base() { OdataType = "#microsoft.graph.managedAndroidLobApp"; @@ -50,6 +50,7 @@ public ManagedAndroidLobApp() : base() { /// /// 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 new ManagedAndroidLobApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public ManagedAndroidLobApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"minimumSupportedOperatingSystem", n => { MinimumSupportedOperatingSystem = n.GetObjectValue(AndroidMinimumOperatingSystem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ManagedAndroidLobAppCollectionResponse.cs b/src/generated/Models/ManagedAndroidLobAppCollectionResponse.cs index b2d31ff812..07a60a1e38 100644 --- a/src/generated/Models/ManagedAndroidLobAppCollectionResponse.cs +++ b/src/generated/Models/ManagedAndroidLobAppCollectionResponse.cs @@ -17,6 +17,7 @@ public class ManagedAndroidLobAppCollectionResponse : BaseCollectionPaginationCo /// /// 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 new ManagedAndroidLobAppCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ManagedAndroidLobAppCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ManagedAndroidLobApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ManagedAndroidStoreApp.cs b/src/generated/Models/ManagedAndroidStoreApp.cs index 2bbc66d669..807e01b914 100644 --- a/src/generated/Models/ManagedAndroidStoreApp.cs +++ b/src/generated/Models/ManagedAndroidStoreApp.cs @@ -34,7 +34,7 @@ public class ManagedAndroidStoreApp : ManagedApp, IParsable { public string PackageId { get; set; } #endif /// - /// Instantiates a new managedAndroidStoreApp and sets the default values. + /// Instantiates a new and sets the default values. /// public ManagedAndroidStoreApp() : base() { OdataType = "#microsoft.graph.managedAndroidStoreApp"; @@ -42,6 +42,7 @@ public ManagedAndroidStoreApp() : base() { /// /// 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 new ManagedAndroidStoreApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public ManagedAndroidStoreApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appStoreUrl", n => { AppStoreUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/ManagedApp.cs b/src/generated/Models/ManagedApp.cs index 5e45231279..231bda8d61 100644 --- a/src/generated/Models/ManagedApp.cs +++ b/src/generated/Models/ManagedApp.cs @@ -20,7 +20,7 @@ public class ManagedApp : MobileApp, IParsable { public string Version { get; set; } #endif /// - /// Instantiates a new managedApp and sets the default values. + /// Instantiates a new and sets the default values. /// public ManagedApp() : base() { OdataType = "#microsoft.graph.managedApp"; @@ -28,6 +28,7 @@ public ManagedApp() : base() { /// /// 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 new ManagedApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public ManagedApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appAvailability", n => { AppAvailability = n.GetEnumValue(); } }, diff --git a/src/generated/Models/ManagedAppConfiguration.cs b/src/generated/Models/ManagedAppConfiguration.cs index dcac78bd45..929b4e5ce6 100644 --- a/src/generated/Models/ManagedAppConfiguration.cs +++ b/src/generated/Models/ManagedAppConfiguration.cs @@ -18,7 +18,7 @@ public class ManagedAppConfiguration : ManagedAppPolicy, IParsable { public List CustomSettings { get; set; } #endif /// - /// Instantiates a new managedAppConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public ManagedAppConfiguration() : base() { OdataType = "#microsoft.graph.managedAppConfiguration"; @@ -26,6 +26,7 @@ public ManagedAppConfiguration() : base() { /// /// 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 new ManagedAppConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public ManagedAppConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"customSettings", n => { CustomSettings = n.GetCollectionOfObjectValues(KeyValuePair.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ManagedAppDiagnosticStatus.cs b/src/generated/Models/ManagedAppDiagnosticStatus.cs index ba29d64f6e..a6adb4e2aa 100644 --- a/src/generated/Models/ManagedAppDiagnosticStatus.cs +++ b/src/generated/Models/ManagedAppDiagnosticStatus.cs @@ -44,7 +44,7 @@ public class ManagedAppDiagnosticStatus : IAdditionalDataHolder, IParsable { public string ValidationName { get; set; } #endif /// - /// Instantiates a new managedAppDiagnosticStatus and sets the default values. + /// Instantiates a new and sets the default values. /// public ManagedAppDiagnosticStatus() { AdditionalData = new Dictionary(); @@ -52,6 +52,7 @@ public ManagedAppDiagnosticStatus() { /// /// 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 ManagedAppDiagnosticStatus CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -60,6 +61,7 @@ public static ManagedAppDiagnosticStatus CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"mitigationInstruction", n => { MitigationInstruction = n.GetStringValue(); } }, diff --git a/src/generated/Models/ManagedAppOperation.cs b/src/generated/Models/ManagedAppOperation.cs index 0ba8846284..dfc59b5cfc 100644 --- a/src/generated/Models/ManagedAppOperation.cs +++ b/src/generated/Models/ManagedAppOperation.cs @@ -38,6 +38,7 @@ public class ManagedAppOperation : Entity, IParsable { /// /// 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 new ManagedAppOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -46,6 +47,7 @@ public class ManagedAppOperation : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/ManagedAppOperationCollectionResponse.cs b/src/generated/Models/ManagedAppOperationCollectionResponse.cs index 9d1db3faf9..16c72a1083 100644 --- a/src/generated/Models/ManagedAppOperationCollectionResponse.cs +++ b/src/generated/Models/ManagedAppOperationCollectionResponse.cs @@ -17,6 +17,7 @@ public class ManagedAppOperationCollectionResponse : BaseCollectionPaginationCou /// /// 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 new ManagedAppOperationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ManagedAppOperationCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ManagedAppOperation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ManagedAppPolicy.cs b/src/generated/Models/ManagedAppPolicy.cs index 88d7011b5f..d5ca6b71e2 100644 --- a/src/generated/Models/ManagedAppPolicy.cs +++ b/src/generated/Models/ManagedAppPolicy.cs @@ -40,6 +40,7 @@ public class ManagedAppPolicy : Entity, IParsable { /// /// 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 new ManagedAppPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -61,6 +62,7 @@ public class ManagedAppPolicy : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/ManagedAppPolicyCollectionResponse.cs b/src/generated/Models/ManagedAppPolicyCollectionResponse.cs index 7812dfffc0..b34df66fd7 100644 --- a/src/generated/Models/ManagedAppPolicyCollectionResponse.cs +++ b/src/generated/Models/ManagedAppPolicyCollectionResponse.cs @@ -17,6 +17,7 @@ public class ManagedAppPolicyCollectionResponse : BaseCollectionPaginationCountR /// /// 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 new ManagedAppPolicyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ManagedAppPolicyCollectionResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ManagedAppPolicy.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ManagedAppPolicyDeploymentSummary.cs b/src/generated/Models/ManagedAppPolicyDeploymentSummary.cs index e3edc105a8..4da2cf99c5 100644 --- a/src/generated/Models/ManagedAppPolicyDeploymentSummary.cs +++ b/src/generated/Models/ManagedAppPolicyDeploymentSummary.cs @@ -40,6 +40,7 @@ public class ManagedAppPolicyDeploymentSummary : Entity, IParsable { /// /// 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 new ManagedAppPolicyDeploymentSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -48,6 +49,7 @@ public class ManagedAppPolicyDeploymentSummary : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"configurationDeployedUserCount", n => { ConfigurationDeployedUserCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/ManagedAppPolicyDeploymentSummaryPerApp.cs b/src/generated/Models/ManagedAppPolicyDeploymentSummaryPerApp.cs index 8dc34e9ed7..0838224abd 100644 --- a/src/generated/Models/ManagedAppPolicyDeploymentSummaryPerApp.cs +++ b/src/generated/Models/ManagedAppPolicyDeploymentSummaryPerApp.cs @@ -30,7 +30,7 @@ public class ManagedAppPolicyDeploymentSummaryPerApp : IAdditionalDataHolder, IP public string OdataType { get; set; } #endif /// - /// Instantiates a new managedAppPolicyDeploymentSummaryPerApp and sets the default values. + /// Instantiates a new and sets the default values. /// public ManagedAppPolicyDeploymentSummaryPerApp() { AdditionalData = new Dictionary(); @@ -38,6 +38,7 @@ public ManagedAppPolicyDeploymentSummaryPerApp() { /// /// 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 ManagedAppPolicyDeploymentSummaryPerApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -46,6 +47,7 @@ public static ManagedAppPolicyDeploymentSummaryPerApp CreateFromDiscriminatorVal /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"configurationAppliedUserCount", n => { ConfigurationAppliedUserCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/ManagedAppProtection.cs b/src/generated/Models/ManagedAppProtection.cs index cbedcf3b6e..57c7d8e768 100644 --- a/src/generated/Models/ManagedAppProtection.cs +++ b/src/generated/Models/ManagedAppProtection.cs @@ -94,7 +94,7 @@ public class ManagedAppProtection : ManagedAppPolicy, IParsable { /// Indicates whether simplePin is blocked. public bool? SimplePinBlocked { get; set; } /// - /// Instantiates a new managedAppProtection and sets the default values. + /// Instantiates a new and sets the default values. /// public ManagedAppProtection() : base() { OdataType = "#microsoft.graph.managedAppProtection"; @@ -102,6 +102,7 @@ public ManagedAppProtection() : base() { /// /// 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 new ManagedAppProtection CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -117,6 +118,7 @@ public ManagedAppProtection() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowedDataStorageLocations", n => { AllowedDataStorageLocations = n.GetCollectionOfEnumValues()?.ToList(); } }, diff --git a/src/generated/Models/ManagedAppRegistration.cs b/src/generated/Models/ManagedAppRegistration.cs index 69a82a85ee..8af5947a17 100644 --- a/src/generated/Models/ManagedAppRegistration.cs +++ b/src/generated/Models/ManagedAppRegistration.cs @@ -120,6 +120,7 @@ public class ManagedAppRegistration : Entity, IParsable { /// /// 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 new ManagedAppRegistration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -133,6 +134,7 @@ public class ManagedAppRegistration : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appIdentifier", n => { AppIdentifier = n.GetObjectValue(MobileAppIdentifier.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ManagedAppRegistrationCollectionResponse.cs b/src/generated/Models/ManagedAppRegistrationCollectionResponse.cs index 143a5aaeca..52dbd19bb8 100644 --- a/src/generated/Models/ManagedAppRegistrationCollectionResponse.cs +++ b/src/generated/Models/ManagedAppRegistrationCollectionResponse.cs @@ -17,6 +17,7 @@ public class ManagedAppRegistrationCollectionResponse : BaseCollectionPagination /// /// 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 new ManagedAppRegistrationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ManagedAppRegistrationCollectionResponse : BaseCollectionPagination /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ManagedAppRegistration.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ManagedAppStatus.cs b/src/generated/Models/ManagedAppStatus.cs index b70c6a5de8..73e0e217e2 100644 --- a/src/generated/Models/ManagedAppStatus.cs +++ b/src/generated/Models/ManagedAppStatus.cs @@ -28,6 +28,7 @@ public class ManagedAppStatus : Entity, IParsable { /// /// 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 new ManagedAppStatus CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -40,6 +41,7 @@ public class ManagedAppStatus : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/ManagedAppStatusCollectionResponse.cs b/src/generated/Models/ManagedAppStatusCollectionResponse.cs index ad46ce36ff..15c6c1e12c 100644 --- a/src/generated/Models/ManagedAppStatusCollectionResponse.cs +++ b/src/generated/Models/ManagedAppStatusCollectionResponse.cs @@ -17,6 +17,7 @@ public class ManagedAppStatusCollectionResponse : BaseCollectionPaginationCountR /// /// 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 new ManagedAppStatusCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ManagedAppStatusCollectionResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ManagedAppStatus.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ManagedAppStatusRaw.cs b/src/generated/Models/ManagedAppStatusRaw.cs index 8c06954277..6b0156249d 100644 --- a/src/generated/Models/ManagedAppStatusRaw.cs +++ b/src/generated/Models/ManagedAppStatusRaw.cs @@ -18,7 +18,7 @@ public class ManagedAppStatusRaw : ManagedAppStatus, IParsable { public Json Content { get; set; } #endif /// - /// Instantiates a new managedAppStatusRaw and sets the default values. + /// Instantiates a new and sets the default values. /// public ManagedAppStatusRaw() : base() { OdataType = "#microsoft.graph.managedAppStatusRaw"; @@ -26,6 +26,7 @@ public ManagedAppStatusRaw() : base() { /// /// 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 new ManagedAppStatusRaw CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public ManagedAppStatusRaw() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"content", n => { Content = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ManagedDevice.cs b/src/generated/Models/ManagedDevice.cs index b5a01f87f3..a009eb776b 100644 --- a/src/generated/Models/ManagedDevice.cs +++ b/src/generated/Models/ManagedDevice.cs @@ -352,6 +352,7 @@ public class ManagedDevice : Entity, IParsable { /// /// 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 new ManagedDevice CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -360,6 +361,7 @@ public class ManagedDevice : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activationLockBypassCode", n => { ActivationLockBypassCode = n.GetStringValue(); } }, diff --git a/src/generated/Models/ManagedDeviceCollectionResponse.cs b/src/generated/Models/ManagedDeviceCollectionResponse.cs index 4c023b3ebb..44c9a538d8 100644 --- a/src/generated/Models/ManagedDeviceCollectionResponse.cs +++ b/src/generated/Models/ManagedDeviceCollectionResponse.cs @@ -17,6 +17,7 @@ public class ManagedDeviceCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new ManagedDeviceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ManagedDeviceCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ManagedDevice.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ManagedDeviceMobileAppConfiguration.cs b/src/generated/Models/ManagedDeviceMobileAppConfiguration.cs index bda3c893e1..71de0bf8f8 100644 --- a/src/generated/Models/ManagedDeviceMobileAppConfiguration.cs +++ b/src/generated/Models/ManagedDeviceMobileAppConfiguration.cs @@ -82,6 +82,7 @@ public class ManagedDeviceMobileAppConfiguration : Entity, IParsable { /// /// 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 new ManagedDeviceMobileAppConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -94,6 +95,7 @@ public class ManagedDeviceMobileAppConfiguration : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assignments", n => { Assignments = n.GetCollectionOfObjectValues(ManagedDeviceMobileAppConfigurationAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ManagedDeviceMobileAppConfigurationAssignment.cs b/src/generated/Models/ManagedDeviceMobileAppConfigurationAssignment.cs index 6e053d3f15..e25cc25a20 100644 --- a/src/generated/Models/ManagedDeviceMobileAppConfigurationAssignment.cs +++ b/src/generated/Models/ManagedDeviceMobileAppConfigurationAssignment.cs @@ -20,6 +20,7 @@ public class ManagedDeviceMobileAppConfigurationAssignment : Entity, IParsable { /// /// 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 new ManagedDeviceMobileAppConfigurationAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public class ManagedDeviceMobileAppConfigurationAssignment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"target", n => { Target = n.GetObjectValue(DeviceAndAppManagementAssignmentTarget.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ManagedDeviceMobileAppConfigurationAssignmentCollectionResponse.cs b/src/generated/Models/ManagedDeviceMobileAppConfigurationAssignmentCollectionResponse.cs index 1541667123..0ab54703e5 100644 --- a/src/generated/Models/ManagedDeviceMobileAppConfigurationAssignmentCollectionResponse.cs +++ b/src/generated/Models/ManagedDeviceMobileAppConfigurationAssignmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class ManagedDeviceMobileAppConfigurationAssignmentCollectionResponse : B /// /// 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 new ManagedDeviceMobileAppConfigurationAssignmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ManagedDeviceMobileAppConfigurationAssignmentCollectionResponse : B /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ManagedDeviceMobileAppConfigurationAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ManagedDeviceMobileAppConfigurationCollectionResponse.cs b/src/generated/Models/ManagedDeviceMobileAppConfigurationCollectionResponse.cs index f1fec86a0c..9a792da1a8 100644 --- a/src/generated/Models/ManagedDeviceMobileAppConfigurationCollectionResponse.cs +++ b/src/generated/Models/ManagedDeviceMobileAppConfigurationCollectionResponse.cs @@ -17,6 +17,7 @@ public class ManagedDeviceMobileAppConfigurationCollectionResponse : BaseCollect /// /// 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 new ManagedDeviceMobileAppConfigurationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ManagedDeviceMobileAppConfigurationCollectionResponse : BaseCollect /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ManagedDeviceMobileAppConfiguration.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ManagedDeviceMobileAppConfigurationDeviceStatus.cs b/src/generated/Models/ManagedDeviceMobileAppConfigurationDeviceStatus.cs index 82dd286669..2d378ae3b4 100644 --- a/src/generated/Models/ManagedDeviceMobileAppConfigurationDeviceStatus.cs +++ b/src/generated/Models/ManagedDeviceMobileAppConfigurationDeviceStatus.cs @@ -50,6 +50,7 @@ public class ManagedDeviceMobileAppConfigurationDeviceStatus : Entity, IParsable /// /// 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 new ManagedDeviceMobileAppConfigurationDeviceStatus CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public class ManagedDeviceMobileAppConfigurationDeviceStatus : Entity, IParsable /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"complianceGracePeriodExpirationDateTime", n => { ComplianceGracePeriodExpirationDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/ManagedDeviceMobileAppConfigurationDeviceStatusCollectionResponse.cs b/src/generated/Models/ManagedDeviceMobileAppConfigurationDeviceStatusCollectionResponse.cs index 2ac8856e4c..dccc3c531d 100644 --- a/src/generated/Models/ManagedDeviceMobileAppConfigurationDeviceStatusCollectionResponse.cs +++ b/src/generated/Models/ManagedDeviceMobileAppConfigurationDeviceStatusCollectionResponse.cs @@ -17,6 +17,7 @@ public class ManagedDeviceMobileAppConfigurationDeviceStatusCollectionResponse : /// /// 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 new ManagedDeviceMobileAppConfigurationDeviceStatusCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ManagedDeviceMobileAppConfigurationDeviceStatusCollectionResponse : /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ManagedDeviceMobileAppConfigurationDeviceStatus.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ManagedDeviceMobileAppConfigurationDeviceSummary.cs b/src/generated/Models/ManagedDeviceMobileAppConfigurationDeviceSummary.cs index 952b3cc9cb..7c4e3a793a 100644 --- a/src/generated/Models/ManagedDeviceMobileAppConfigurationDeviceSummary.cs +++ b/src/generated/Models/ManagedDeviceMobileAppConfigurationDeviceSummary.cs @@ -26,6 +26,7 @@ public class ManagedDeviceMobileAppConfigurationDeviceSummary : Entity, IParsabl /// /// 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 new ManagedDeviceMobileAppConfigurationDeviceSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public class ManagedDeviceMobileAppConfigurationDeviceSummary : Entity, IParsabl /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"configurationVersion", n => { ConfigurationVersion = n.GetIntValue(); } }, diff --git a/src/generated/Models/ManagedDeviceMobileAppConfigurationUserStatus.cs b/src/generated/Models/ManagedDeviceMobileAppConfigurationUserStatus.cs index 6c9c7ef1d0..8b1fab81d0 100644 --- a/src/generated/Models/ManagedDeviceMobileAppConfigurationUserStatus.cs +++ b/src/generated/Models/ManagedDeviceMobileAppConfigurationUserStatus.cs @@ -34,6 +34,7 @@ public class ManagedDeviceMobileAppConfigurationUserStatus : Entity, IParsable { /// /// 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 new ManagedDeviceMobileAppConfigurationUserStatus CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public class ManagedDeviceMobileAppConfigurationUserStatus : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"devicesCount", n => { DevicesCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/ManagedDeviceMobileAppConfigurationUserStatusCollectionResponse.cs b/src/generated/Models/ManagedDeviceMobileAppConfigurationUserStatusCollectionResponse.cs index e42a37c5f0..5bd2636abb 100644 --- a/src/generated/Models/ManagedDeviceMobileAppConfigurationUserStatusCollectionResponse.cs +++ b/src/generated/Models/ManagedDeviceMobileAppConfigurationUserStatusCollectionResponse.cs @@ -17,6 +17,7 @@ public class ManagedDeviceMobileAppConfigurationUserStatusCollectionResponse : B /// /// 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 new ManagedDeviceMobileAppConfigurationUserStatusCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ManagedDeviceMobileAppConfigurationUserStatusCollectionResponse : B /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ManagedDeviceMobileAppConfigurationUserStatus.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ManagedDeviceMobileAppConfigurationUserSummary.cs b/src/generated/Models/ManagedDeviceMobileAppConfigurationUserSummary.cs index b8426c470b..0c7a6e54dd 100644 --- a/src/generated/Models/ManagedDeviceMobileAppConfigurationUserSummary.cs +++ b/src/generated/Models/ManagedDeviceMobileAppConfigurationUserSummary.cs @@ -26,6 +26,7 @@ public class ManagedDeviceMobileAppConfigurationUserSummary : Entity, IParsable /// /// 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 new ManagedDeviceMobileAppConfigurationUserSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public class ManagedDeviceMobileAppConfigurationUserSummary : Entity, IParsable /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"configurationVersion", n => { ConfigurationVersion = n.GetIntValue(); } }, diff --git a/src/generated/Models/ManagedDeviceOverview.cs b/src/generated/Models/ManagedDeviceOverview.cs index 882501e8d5..787fab45c5 100644 --- a/src/generated/Models/ManagedDeviceOverview.cs +++ b/src/generated/Models/ManagedDeviceOverview.cs @@ -34,6 +34,7 @@ public class ManagedDeviceOverview : Entity, IParsable { /// /// 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 new ManagedDeviceOverview CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public class ManagedDeviceOverview : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deviceExchangeAccessStateSummary", n => { DeviceExchangeAccessStateSummary = n.GetObjectValue(ApiSdk.Models.DeviceExchangeAccessStateSummary.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ManagedEBook.cs b/src/generated/Models/ManagedEBook.cs index 37be54fa66..00ea1bc659 100644 --- a/src/generated/Models/ManagedEBook.cs +++ b/src/generated/Models/ManagedEBook.cs @@ -98,6 +98,7 @@ public class ManagedEBook : Entity, IParsable { /// /// 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 new ManagedEBook CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -110,6 +111,7 @@ public class ManagedEBook : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assignments", n => { Assignments = n.GetCollectionOfObjectValues(ManagedEBookAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ManagedEBookAssignment.cs b/src/generated/Models/ManagedEBookAssignment.cs index f0de0a64c2..a94fe970be 100644 --- a/src/generated/Models/ManagedEBookAssignment.cs +++ b/src/generated/Models/ManagedEBookAssignment.cs @@ -22,6 +22,7 @@ public class ManagedEBookAssignment : Entity, IParsable { /// /// 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 new ManagedEBookAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public class ManagedEBookAssignment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"installIntent", n => { InstallIntent = n.GetEnumValue(); } }, diff --git a/src/generated/Models/ManagedEBookAssignmentCollectionResponse.cs b/src/generated/Models/ManagedEBookAssignmentCollectionResponse.cs index 8baaa47a7e..c9122a9e76 100644 --- a/src/generated/Models/ManagedEBookAssignmentCollectionResponse.cs +++ b/src/generated/Models/ManagedEBookAssignmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class ManagedEBookAssignmentCollectionResponse : BaseCollectionPagination /// /// 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 new ManagedEBookAssignmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ManagedEBookAssignmentCollectionResponse : BaseCollectionPagination /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ManagedEBookAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ManagedEBookCollectionResponse.cs b/src/generated/Models/ManagedEBookCollectionResponse.cs index 5289b69228..9140e2be9d 100644 --- a/src/generated/Models/ManagedEBookCollectionResponse.cs +++ b/src/generated/Models/ManagedEBookCollectionResponse.cs @@ -17,6 +17,7 @@ public class ManagedEBookCollectionResponse : BaseCollectionPaginationCountRespo /// /// 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 new ManagedEBookCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ManagedEBookCollectionResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ManagedEBook.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ManagedIOSLobApp.cs b/src/generated/Models/ManagedIOSLobApp.cs index 312ac1c9b3..5df50a26fd 100644 --- a/src/generated/Models/ManagedIOSLobApp.cs +++ b/src/generated/Models/ManagedIOSLobApp.cs @@ -52,7 +52,7 @@ public class ManagedIOSLobApp : ManagedMobileLobApp, IParsable { public string VersionNumber { get; set; } #endif /// - /// Instantiates a new managedIOSLobApp and sets the default values. + /// Instantiates a new and sets the default values. /// public ManagedIOSLobApp() : base() { OdataType = "#microsoft.graph.managedIOSLobApp"; @@ -60,6 +60,7 @@ public ManagedIOSLobApp() : base() { /// /// 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 new ManagedIOSLobApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -68,6 +69,7 @@ public ManagedIOSLobApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"applicableDeviceType", n => { ApplicableDeviceType = n.GetObjectValue(IosDeviceType.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ManagedIOSLobAppCollectionResponse.cs b/src/generated/Models/ManagedIOSLobAppCollectionResponse.cs index 9cc72329fd..93ea5a38f4 100644 --- a/src/generated/Models/ManagedIOSLobAppCollectionResponse.cs +++ b/src/generated/Models/ManagedIOSLobAppCollectionResponse.cs @@ -17,6 +17,7 @@ public class ManagedIOSLobAppCollectionResponse : BaseCollectionPaginationCountR /// /// 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 new ManagedIOSLobAppCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ManagedIOSLobAppCollectionResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ManagedIOSLobApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ManagedIOSStoreApp.cs b/src/generated/Models/ManagedIOSStoreApp.cs index 48c37c803e..cfa0eeddec 100644 --- a/src/generated/Models/ManagedIOSStoreApp.cs +++ b/src/generated/Models/ManagedIOSStoreApp.cs @@ -42,7 +42,7 @@ public class ManagedIOSStoreApp : ManagedApp, IParsable { public IosMinimumOperatingSystem MinimumSupportedOperatingSystem { get; set; } #endif /// - /// Instantiates a new managedIOSStoreApp and sets the default values. + /// Instantiates a new and sets the default values. /// public ManagedIOSStoreApp() : base() { OdataType = "#microsoft.graph.managedIOSStoreApp"; @@ -50,6 +50,7 @@ public ManagedIOSStoreApp() : base() { /// /// 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 new ManagedIOSStoreApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public ManagedIOSStoreApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appStoreUrl", n => { AppStoreUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/ManagedMobileApp.cs b/src/generated/Models/ManagedMobileApp.cs index e7681a0c64..07f6b94b69 100644 --- a/src/generated/Models/ManagedMobileApp.cs +++ b/src/generated/Models/ManagedMobileApp.cs @@ -28,6 +28,7 @@ public class ManagedMobileApp : Entity, IParsable { /// /// 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 new ManagedMobileApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -36,6 +37,7 @@ public class ManagedMobileApp : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"mobileAppIdentifier", n => { MobileAppIdentifier = n.GetObjectValue(ApiSdk.Models.MobileAppIdentifier.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ManagedMobileAppCollectionResponse.cs b/src/generated/Models/ManagedMobileAppCollectionResponse.cs index 51695a233c..043043d97c 100644 --- a/src/generated/Models/ManagedMobileAppCollectionResponse.cs +++ b/src/generated/Models/ManagedMobileAppCollectionResponse.cs @@ -17,6 +17,7 @@ public class ManagedMobileAppCollectionResponse : BaseCollectionPaginationCountR /// /// 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 new ManagedMobileAppCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ManagedMobileAppCollectionResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ManagedMobileApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ManagedMobileLobApp.cs b/src/generated/Models/ManagedMobileLobApp.cs index 0a711e214d..791eb098e3 100644 --- a/src/generated/Models/ManagedMobileLobApp.cs +++ b/src/generated/Models/ManagedMobileLobApp.cs @@ -36,7 +36,7 @@ public class ManagedMobileLobApp : ManagedApp, IParsable { /// The total size, including all uploaded files. public long? Size { get; set; } /// - /// Instantiates a new managedMobileLobApp and sets the default values. + /// Instantiates a new and sets the default values. /// public ManagedMobileLobApp() : base() { OdataType = "#microsoft.graph.managedMobileLobApp"; @@ -44,6 +44,7 @@ public ManagedMobileLobApp() : base() { /// /// 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 new ManagedMobileLobApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public ManagedMobileLobApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"committedContentVersion", n => { CommittedContentVersion = n.GetStringValue(); } }, diff --git a/src/generated/Models/ManagedMobileLobAppCollectionResponse.cs b/src/generated/Models/ManagedMobileLobAppCollectionResponse.cs index beb29ce589..deee0f672e 100644 --- a/src/generated/Models/ManagedMobileLobAppCollectionResponse.cs +++ b/src/generated/Models/ManagedMobileLobAppCollectionResponse.cs @@ -17,6 +17,7 @@ public class ManagedMobileLobAppCollectionResponse : BaseCollectionPaginationCou /// /// 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 new ManagedMobileLobAppCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ManagedMobileLobAppCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ManagedMobileLobApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MdmWindowsInformationProtectionPolicy.cs b/src/generated/Models/MdmWindowsInformationProtectionPolicy.cs index fb48a39ee7..2d3c5a322c 100644 --- a/src/generated/Models/MdmWindowsInformationProtectionPolicy.cs +++ b/src/generated/Models/MdmWindowsInformationProtectionPolicy.cs @@ -10,7 +10,7 @@ namespace ApiSdk.Models { /// public class MdmWindowsInformationProtectionPolicy : WindowsInformationProtection, IParsable { /// - /// Instantiates a new mdmWindowsInformationProtectionPolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public MdmWindowsInformationProtectionPolicy() : base() { OdataType = "#microsoft.graph.mdmWindowsInformationProtectionPolicy"; @@ -18,6 +18,7 @@ public MdmWindowsInformationProtectionPolicy() : base() { /// /// 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 new MdmWindowsInformationProtectionPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public MdmWindowsInformationProtectionPolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/MdmWindowsInformationProtectionPolicyCollectionResponse.cs b/src/generated/Models/MdmWindowsInformationProtectionPolicyCollectionResponse.cs index b79bb6234a..9e09ecf3e6 100644 --- a/src/generated/Models/MdmWindowsInformationProtectionPolicyCollectionResponse.cs +++ b/src/generated/Models/MdmWindowsInformationProtectionPolicyCollectionResponse.cs @@ -17,6 +17,7 @@ public class MdmWindowsInformationProtectionPolicyCollectionResponse : BaseColle /// /// 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 new MdmWindowsInformationProtectionPolicyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MdmWindowsInformationProtectionPolicyCollectionResponse : BaseColle /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(MdmWindowsInformationProtectionPolicy.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MediaConfig.cs b/src/generated/Models/MediaConfig.cs index e71710ffd4..d3d9f37e46 100644 --- a/src/generated/Models/MediaConfig.cs +++ b/src/generated/Models/MediaConfig.cs @@ -17,7 +17,7 @@ public class MediaConfig : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new mediaConfig and sets the default values. + /// Instantiates a new and sets the default values. /// public MediaConfig() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public MediaConfig() { /// /// 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 MediaConfig CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public static MediaConfig CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/MediaContentRatingAustralia.cs b/src/generated/Models/MediaContentRatingAustralia.cs index 849283a925..6a9db92f3c 100644 --- a/src/generated/Models/MediaContentRatingAustralia.cs +++ b/src/generated/Models/MediaContentRatingAustralia.cs @@ -21,7 +21,7 @@ public class MediaContentRatingAustralia : IAdditionalDataHolder, IParsable { /// TV content rating labels in Australia public RatingAustraliaTelevisionType? TvRating { get; set; } /// - /// Instantiates a new mediaContentRatingAustralia and sets the default values. + /// Instantiates a new and sets the default values. /// public MediaContentRatingAustralia() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public MediaContentRatingAustralia() { /// /// 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 MediaContentRatingAustralia CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static MediaContentRatingAustralia CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"movieRating", n => { MovieRating = n.GetEnumValue(); } }, diff --git a/src/generated/Models/MediaContentRatingCanada.cs b/src/generated/Models/MediaContentRatingCanada.cs index 12cf6bcc1d..795cf4247a 100644 --- a/src/generated/Models/MediaContentRatingCanada.cs +++ b/src/generated/Models/MediaContentRatingCanada.cs @@ -21,7 +21,7 @@ public class MediaContentRatingCanada : IAdditionalDataHolder, IParsable { /// TV content rating labels in Canada public RatingCanadaTelevisionType? TvRating { get; set; } /// - /// Instantiates a new mediaContentRatingCanada and sets the default values. + /// Instantiates a new and sets the default values. /// public MediaContentRatingCanada() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public MediaContentRatingCanada() { /// /// 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 MediaContentRatingCanada CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static MediaContentRatingCanada CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"movieRating", n => { MovieRating = n.GetEnumValue(); } }, diff --git a/src/generated/Models/MediaContentRatingFrance.cs b/src/generated/Models/MediaContentRatingFrance.cs index 366b2237a8..68f9b9d7c2 100644 --- a/src/generated/Models/MediaContentRatingFrance.cs +++ b/src/generated/Models/MediaContentRatingFrance.cs @@ -21,7 +21,7 @@ public class MediaContentRatingFrance : IAdditionalDataHolder, IParsable { /// TV content rating labels in France public RatingFranceTelevisionType? TvRating { get; set; } /// - /// Instantiates a new mediaContentRatingFrance and sets the default values. + /// Instantiates a new and sets the default values. /// public MediaContentRatingFrance() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public MediaContentRatingFrance() { /// /// 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 MediaContentRatingFrance CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static MediaContentRatingFrance CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"movieRating", n => { MovieRating = n.GetEnumValue(); } }, diff --git a/src/generated/Models/MediaContentRatingGermany.cs b/src/generated/Models/MediaContentRatingGermany.cs index c944238f31..e63f3798f1 100644 --- a/src/generated/Models/MediaContentRatingGermany.cs +++ b/src/generated/Models/MediaContentRatingGermany.cs @@ -21,7 +21,7 @@ public class MediaContentRatingGermany : IAdditionalDataHolder, IParsable { /// TV content rating labels in Germany public RatingGermanyTelevisionType? TvRating { get; set; } /// - /// Instantiates a new mediaContentRatingGermany and sets the default values. + /// Instantiates a new and sets the default values. /// public MediaContentRatingGermany() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public MediaContentRatingGermany() { /// /// 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 MediaContentRatingGermany CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static MediaContentRatingGermany CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"movieRating", n => { MovieRating = n.GetEnumValue(); } }, diff --git a/src/generated/Models/MediaContentRatingIreland.cs b/src/generated/Models/MediaContentRatingIreland.cs index bb54e102d8..ec8cfbd367 100644 --- a/src/generated/Models/MediaContentRatingIreland.cs +++ b/src/generated/Models/MediaContentRatingIreland.cs @@ -21,7 +21,7 @@ public class MediaContentRatingIreland : IAdditionalDataHolder, IParsable { /// TV content rating labels in Ireland public RatingIrelandTelevisionType? TvRating { get; set; } /// - /// Instantiates a new mediaContentRatingIreland and sets the default values. + /// Instantiates a new and sets the default values. /// public MediaContentRatingIreland() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public MediaContentRatingIreland() { /// /// 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 MediaContentRatingIreland CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static MediaContentRatingIreland CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"movieRating", n => { MovieRating = n.GetEnumValue(); } }, diff --git a/src/generated/Models/MediaContentRatingJapan.cs b/src/generated/Models/MediaContentRatingJapan.cs index cc6fdf3c87..76e58cea8d 100644 --- a/src/generated/Models/MediaContentRatingJapan.cs +++ b/src/generated/Models/MediaContentRatingJapan.cs @@ -21,7 +21,7 @@ public class MediaContentRatingJapan : IAdditionalDataHolder, IParsable { /// TV content rating labels in Japan public RatingJapanTelevisionType? TvRating { get; set; } /// - /// Instantiates a new mediaContentRatingJapan and sets the default values. + /// Instantiates a new and sets the default values. /// public MediaContentRatingJapan() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public MediaContentRatingJapan() { /// /// 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 MediaContentRatingJapan CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static MediaContentRatingJapan CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"movieRating", n => { MovieRating = n.GetEnumValue(); } }, diff --git a/src/generated/Models/MediaContentRatingNewZealand.cs b/src/generated/Models/MediaContentRatingNewZealand.cs index 19244c8ed6..3c834df10e 100644 --- a/src/generated/Models/MediaContentRatingNewZealand.cs +++ b/src/generated/Models/MediaContentRatingNewZealand.cs @@ -21,7 +21,7 @@ public class MediaContentRatingNewZealand : IAdditionalDataHolder, IParsable { /// TV content rating labels in New Zealand public RatingNewZealandTelevisionType? TvRating { get; set; } /// - /// Instantiates a new mediaContentRatingNewZealand and sets the default values. + /// Instantiates a new and sets the default values. /// public MediaContentRatingNewZealand() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public MediaContentRatingNewZealand() { /// /// 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 MediaContentRatingNewZealand CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static MediaContentRatingNewZealand CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"movieRating", n => { MovieRating = n.GetEnumValue(); } }, diff --git a/src/generated/Models/MediaContentRatingUnitedKingdom.cs b/src/generated/Models/MediaContentRatingUnitedKingdom.cs index 06080c888e..1c7b136cfb 100644 --- a/src/generated/Models/MediaContentRatingUnitedKingdom.cs +++ b/src/generated/Models/MediaContentRatingUnitedKingdom.cs @@ -21,7 +21,7 @@ public class MediaContentRatingUnitedKingdom : IAdditionalDataHolder, IParsable /// TV content rating labels in United Kingdom public RatingUnitedKingdomTelevisionType? TvRating { get; set; } /// - /// Instantiates a new mediaContentRatingUnitedKingdom and sets the default values. + /// Instantiates a new and sets the default values. /// public MediaContentRatingUnitedKingdom() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public MediaContentRatingUnitedKingdom() { /// /// 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 MediaContentRatingUnitedKingdom CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static MediaContentRatingUnitedKingdom CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"movieRating", n => { MovieRating = n.GetEnumValue(); } }, diff --git a/src/generated/Models/MediaContentRatingUnitedStates.cs b/src/generated/Models/MediaContentRatingUnitedStates.cs index b06889d095..9006651bd4 100644 --- a/src/generated/Models/MediaContentRatingUnitedStates.cs +++ b/src/generated/Models/MediaContentRatingUnitedStates.cs @@ -21,7 +21,7 @@ public class MediaContentRatingUnitedStates : IAdditionalDataHolder, IParsable { /// TV content rating labels in United States public RatingUnitedStatesTelevisionType? TvRating { get; set; } /// - /// Instantiates a new mediaContentRatingUnitedStates and sets the default values. + /// Instantiates a new and sets the default values. /// public MediaContentRatingUnitedStates() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public MediaContentRatingUnitedStates() { /// /// 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 MediaContentRatingUnitedStates CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static MediaContentRatingUnitedStates CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"movieRating", n => { MovieRating = n.GetEnumValue(); } }, diff --git a/src/generated/Models/MediaInfo.cs b/src/generated/Models/MediaInfo.cs index c60ea4bfbd..b0220ba8dc 100644 --- a/src/generated/Models/MediaInfo.cs +++ b/src/generated/Models/MediaInfo.cs @@ -33,7 +33,7 @@ public class MediaInfo : IAdditionalDataHolder, IParsable { public string Uri { get; set; } #endif /// - /// Instantiates a new mediaInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public MediaInfo() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public MediaInfo() { /// /// 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 MediaInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static MediaInfo CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/MediaPrompt.cs b/src/generated/Models/MediaPrompt.cs index 0c6dbbcd3d..fdc06a7944 100644 --- a/src/generated/Models/MediaPrompt.cs +++ b/src/generated/Models/MediaPrompt.cs @@ -15,7 +15,7 @@ public class MediaPrompt : Prompt, IParsable { public ApiSdk.Models.MediaInfo MediaInfo { get; set; } #endif /// - /// Instantiates a new mediaPrompt and sets the default values. + /// Instantiates a new and sets the default values. /// public MediaPrompt() : base() { OdataType = "#microsoft.graph.mediaPrompt"; @@ -23,6 +23,7 @@ public MediaPrompt() : base() { /// /// 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 new MediaPrompt CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public MediaPrompt() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"mediaInfo", n => { MediaInfo = n.GetObjectValue(ApiSdk.Models.MediaInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/MediaStream.cs b/src/generated/Models/MediaStream.cs index 93418224d0..3bf2bca9dd 100644 --- a/src/generated/Models/MediaStream.cs +++ b/src/generated/Models/MediaStream.cs @@ -39,7 +39,7 @@ public class MediaStream : IAdditionalDataHolder, IParsable { public string SourceId { get; set; } #endif /// - /// Instantiates a new mediaStream and sets the default values. + /// Instantiates a new and sets the default values. /// public MediaStream() { AdditionalData = new Dictionary(); @@ -47,6 +47,7 @@ public MediaStream() { /// /// 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 MediaStream CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public static MediaStream CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"direction", n => { Direction = n.GetEnumValue(); } }, diff --git a/src/generated/Models/MeetingAttendanceReport.cs b/src/generated/Models/MeetingAttendanceReport.cs index d38a3e5a65..316b58fe25 100644 --- a/src/generated/Models/MeetingAttendanceReport.cs +++ b/src/generated/Models/MeetingAttendanceReport.cs @@ -23,6 +23,7 @@ public class MeetingAttendanceReport : Entity, IParsable { /// /// 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 new MeetingAttendanceReport CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public class MeetingAttendanceReport : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"attendanceRecords", n => { AttendanceRecords = n.GetCollectionOfObjectValues(AttendanceRecord.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MeetingAttendanceReportCollectionResponse.cs b/src/generated/Models/MeetingAttendanceReportCollectionResponse.cs index b7b4721748..bb8d14736b 100644 --- a/src/generated/Models/MeetingAttendanceReportCollectionResponse.cs +++ b/src/generated/Models/MeetingAttendanceReportCollectionResponse.cs @@ -17,6 +17,7 @@ public class MeetingAttendanceReportCollectionResponse : BaseCollectionPaginatio /// /// 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 new MeetingAttendanceReportCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MeetingAttendanceReportCollectionResponse : BaseCollectionPaginatio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(MeetingAttendanceReport.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MeetingInfo.cs b/src/generated/Models/MeetingInfo.cs index 274cd75f01..2bd092b4a9 100644 --- a/src/generated/Models/MeetingInfo.cs +++ b/src/generated/Models/MeetingInfo.cs @@ -17,7 +17,7 @@ public class MeetingInfo : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new meetingInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public MeetingInfo() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public MeetingInfo() { /// /// 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 MeetingInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static MeetingInfo CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/MeetingParticipantInfo.cs b/src/generated/Models/MeetingParticipantInfo.cs index 127a1dedb2..cb51bdac91 100644 --- a/src/generated/Models/MeetingParticipantInfo.cs +++ b/src/generated/Models/MeetingParticipantInfo.cs @@ -35,7 +35,7 @@ public class MeetingParticipantInfo : IAdditionalDataHolder, IParsable { public string Upn { get; set; } #endif /// - /// Instantiates a new meetingParticipantInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public MeetingParticipantInfo() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public MeetingParticipantInfo() { /// /// 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 MeetingParticipantInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static MeetingParticipantInfo CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"identity", n => { Identity = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/MeetingParticipants.cs b/src/generated/Models/MeetingParticipants.cs index fe9c441b8d..e3f600c989 100644 --- a/src/generated/Models/MeetingParticipants.cs +++ b/src/generated/Models/MeetingParticipants.cs @@ -33,7 +33,7 @@ public class MeetingParticipants : IAdditionalDataHolder, IParsable { public MeetingParticipantInfo Organizer { get; set; } #endif /// - /// Instantiates a new meetingParticipants and sets the default values. + /// Instantiates a new and sets the default values. /// public MeetingParticipants() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public MeetingParticipants() { /// /// 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 MeetingParticipants CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static MeetingParticipants CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"attendees", n => { Attendees = n.GetCollectionOfObjectValues(MeetingParticipantInfo.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MeetingPolicyUpdatedEventMessageDetail.cs b/src/generated/Models/MeetingPolicyUpdatedEventMessageDetail.cs index 8c935e849f..e966895faf 100644 --- a/src/generated/Models/MeetingPolicyUpdatedEventMessageDetail.cs +++ b/src/generated/Models/MeetingPolicyUpdatedEventMessageDetail.cs @@ -25,7 +25,7 @@ public class MeetingPolicyUpdatedEventMessageDetail : EventMessageDetail, IParsa public string MeetingChatId { get; set; } #endif /// - /// Instantiates a new meetingPolicyUpdatedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public MeetingPolicyUpdatedEventMessageDetail() : base() { OdataType = "#microsoft.graph.meetingPolicyUpdatedEventMessageDetail"; @@ -33,6 +33,7 @@ public MeetingPolicyUpdatedEventMessageDetail() : base() { /// /// 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 new MeetingPolicyUpdatedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public MeetingPolicyUpdatedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"initiator", n => { Initiator = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/MeetingTimeSuggestion.cs b/src/generated/Models/MeetingTimeSuggestion.cs index 2b474a865a..fa04766a43 100644 --- a/src/generated/Models/MeetingTimeSuggestion.cs +++ b/src/generated/Models/MeetingTimeSuggestion.cs @@ -55,7 +55,7 @@ public class MeetingTimeSuggestion : IAdditionalDataHolder, IParsable { public string SuggestionReason { get; set; } #endif /// - /// Instantiates a new meetingTimeSuggestion and sets the default values. + /// Instantiates a new and sets the default values. /// public MeetingTimeSuggestion() { AdditionalData = new Dictionary(); @@ -63,6 +63,7 @@ public MeetingTimeSuggestion() { /// /// 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 MeetingTimeSuggestion CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -71,6 +72,7 @@ public static MeetingTimeSuggestion CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"attendeeAvailability", n => { AttendeeAvailability = n.GetCollectionOfObjectValues(ApiSdk.Models.AttendeeAvailability.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MeetingTimeSuggestionsResult.cs b/src/generated/Models/MeetingTimeSuggestionsResult.cs index 833bd9aaba..428dc3af8e 100644 --- a/src/generated/Models/MeetingTimeSuggestionsResult.cs +++ b/src/generated/Models/MeetingTimeSuggestionsResult.cs @@ -33,7 +33,7 @@ public class MeetingTimeSuggestionsResult : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new meetingTimeSuggestionsResult and sets the default values. + /// Instantiates a new and sets the default values. /// public MeetingTimeSuggestionsResult() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public MeetingTimeSuggestionsResult() { /// /// 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 MeetingTimeSuggestionsResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static MeetingTimeSuggestionsResult CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"emptySuggestionsReason", n => { EmptySuggestionsReason = n.GetStringValue(); } }, diff --git a/src/generated/Models/MembersAddedEventMessageDetail.cs b/src/generated/Models/MembersAddedEventMessageDetail.cs index 9e74f1ba38..4c53330d0b 100644 --- a/src/generated/Models/MembersAddedEventMessageDetail.cs +++ b/src/generated/Models/MembersAddedEventMessageDetail.cs @@ -25,7 +25,7 @@ public class MembersAddedEventMessageDetail : EventMessageDetail, IParsable { /// The timestamp that denotes how far back a conversation's history is shared with the conversation members. public DateTimeOffset? VisibleHistoryStartDateTime { get; set; } /// - /// Instantiates a new membersAddedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public MembersAddedEventMessageDetail() : base() { OdataType = "#microsoft.graph.membersAddedEventMessageDetail"; @@ -33,6 +33,7 @@ public MembersAddedEventMessageDetail() : base() { /// /// 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 new MembersAddedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public MembersAddedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"initiator", n => { Initiator = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/MembersDeletedEventMessageDetail.cs b/src/generated/Models/MembersDeletedEventMessageDetail.cs index 290c369699..9dd9ed9618 100644 --- a/src/generated/Models/MembersDeletedEventMessageDetail.cs +++ b/src/generated/Models/MembersDeletedEventMessageDetail.cs @@ -23,7 +23,7 @@ public class MembersDeletedEventMessageDetail : EventMessageDetail, IParsable { public List Members { get; set; } #endif /// - /// Instantiates a new membersDeletedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public MembersDeletedEventMessageDetail() : base() { OdataType = "#microsoft.graph.membersDeletedEventMessageDetail"; @@ -31,6 +31,7 @@ public MembersDeletedEventMessageDetail() : base() { /// /// 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 new MembersDeletedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public MembersDeletedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"initiator", n => { Initiator = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/MembersJoinedEventMessageDetail.cs b/src/generated/Models/MembersJoinedEventMessageDetail.cs index dc93185a1f..84ef3954ad 100644 --- a/src/generated/Models/MembersJoinedEventMessageDetail.cs +++ b/src/generated/Models/MembersJoinedEventMessageDetail.cs @@ -23,7 +23,7 @@ public class MembersJoinedEventMessageDetail : EventMessageDetail, IParsable { public List Members { get; set; } #endif /// - /// Instantiates a new membersJoinedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public MembersJoinedEventMessageDetail() : base() { OdataType = "#microsoft.graph.membersJoinedEventMessageDetail"; @@ -31,6 +31,7 @@ public MembersJoinedEventMessageDetail() : base() { /// /// 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 new MembersJoinedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public MembersJoinedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"initiator", n => { Initiator = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/MembersLeftEventMessageDetail.cs b/src/generated/Models/MembersLeftEventMessageDetail.cs index 570123f90f..5a02c6613b 100644 --- a/src/generated/Models/MembersLeftEventMessageDetail.cs +++ b/src/generated/Models/MembersLeftEventMessageDetail.cs @@ -23,7 +23,7 @@ public class MembersLeftEventMessageDetail : EventMessageDetail, IParsable { public List Members { get; set; } #endif /// - /// Instantiates a new membersLeftEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public MembersLeftEventMessageDetail() : base() { OdataType = "#microsoft.graph.membersLeftEventMessageDetail"; @@ -31,6 +31,7 @@ public MembersLeftEventMessageDetail() : base() { /// /// 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 new MembersLeftEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public MembersLeftEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"initiator", n => { Initiator = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/MembershipOutlierInsight.cs b/src/generated/Models/MembershipOutlierInsight.cs index 644ae778f8..bcf09bd2bf 100644 --- a/src/generated/Models/MembershipOutlierInsight.cs +++ b/src/generated/Models/MembershipOutlierInsight.cs @@ -51,7 +51,7 @@ public class MembershipOutlierInsight : GovernanceInsight, IParsable { /// The outlierMemberType property public ApiSdk.Models.OutlierMemberType? OutlierMemberType { get; set; } /// - /// Instantiates a new membershipOutlierInsight and sets the default values. + /// Instantiates a new and sets the default values. /// public MembershipOutlierInsight() : base() { OdataType = "#microsoft.graph.membershipOutlierInsight"; @@ -59,6 +59,7 @@ public MembershipOutlierInsight() : base() { /// /// 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 new MembershipOutlierInsight CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public MembershipOutlierInsight() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"container", n => { Container = n.GetObjectValue(DirectoryObject.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Message.cs b/src/generated/Models/Message.cs index 5cac4b0ed1..3f983b0933 100644 --- a/src/generated/Models/Message.cs +++ b/src/generated/Models/Message.cs @@ -193,7 +193,7 @@ public class Message : OutlookItem, IParsable { public string WebLink { get; set; } #endif /// - /// Instantiates a new message and sets the default values. + /// Instantiates a new and sets the default values. /// public Message() : base() { OdataType = "#microsoft.graph.message"; @@ -201,6 +201,7 @@ public Message() : base() { /// /// 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 new Message CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -216,6 +217,7 @@ public Message() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"attachments", n => { Attachments = n.GetCollectionOfObjectValues(Attachment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MessageCollectionResponse.cs b/src/generated/Models/MessageCollectionResponse.cs index a328af3d86..eeafe9d823 100644 --- a/src/generated/Models/MessageCollectionResponse.cs +++ b/src/generated/Models/MessageCollectionResponse.cs @@ -17,6 +17,7 @@ public class MessageCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new MessageCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MessageCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Message.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MessagePinnedEventMessageDetail.cs b/src/generated/Models/MessagePinnedEventMessageDetail.cs index 201342db96..fed59bcce4 100644 --- a/src/generated/Models/MessagePinnedEventMessageDetail.cs +++ b/src/generated/Models/MessagePinnedEventMessageDetail.cs @@ -17,7 +17,7 @@ public class MessagePinnedEventMessageDetail : EventMessageDetail, IParsable { public IdentitySet Initiator { get; set; } #endif /// - /// Instantiates a new messagePinnedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public MessagePinnedEventMessageDetail() : base() { OdataType = "#microsoft.graph.messagePinnedEventMessageDetail"; @@ -25,6 +25,7 @@ public MessagePinnedEventMessageDetail() : base() { /// /// 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 new MessagePinnedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public MessagePinnedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"eventDateTime", n => { EventDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/MessageRule.cs b/src/generated/Models/MessageRule.cs index ad1b0a99eb..9d11b9a46c 100644 --- a/src/generated/Models/MessageRule.cs +++ b/src/generated/Models/MessageRule.cs @@ -49,6 +49,7 @@ public class MessageRule : Entity, IParsable { /// /// 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 new MessageRule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public class MessageRule : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"actions", n => { Actions = n.GetObjectValue(MessageRuleActions.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/MessageRuleActions.cs b/src/generated/Models/MessageRuleActions.cs index dad8fe2074..b3ea077869 100644 --- a/src/generated/Models/MessageRuleActions.cs +++ b/src/generated/Models/MessageRuleActions.cs @@ -75,7 +75,7 @@ public class MessageRuleActions : IAdditionalDataHolder, IParsable { /// Indicates whether subsequent rules should be evaluated. public bool? StopProcessingRules { get; set; } /// - /// Instantiates a new messageRuleActions and sets the default values. + /// Instantiates a new and sets the default values. /// public MessageRuleActions() { AdditionalData = new Dictionary(); @@ -83,6 +83,7 @@ public MessageRuleActions() { /// /// 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 MessageRuleActions CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -91,6 +92,7 @@ public static MessageRuleActions CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"assignCategories", n => { AssignCategories = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/MessageRuleCollectionResponse.cs b/src/generated/Models/MessageRuleCollectionResponse.cs index 81ca8ae377..1268616c88 100644 --- a/src/generated/Models/MessageRuleCollectionResponse.cs +++ b/src/generated/Models/MessageRuleCollectionResponse.cs @@ -17,6 +17,7 @@ public class MessageRuleCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new MessageRuleCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MessageRuleCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(MessageRule.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MessageRulePredicates.cs b/src/generated/Models/MessageRulePredicates.cs index 3f012c80a3..ff1bb257cb 100644 --- a/src/generated/Models/MessageRulePredicates.cs +++ b/src/generated/Models/MessageRulePredicates.cs @@ -137,7 +137,7 @@ public class MessageRulePredicates : IAdditionalDataHolder, IParsable { public SizeRange WithinSizeRange { get; set; } #endif /// - /// Instantiates a new messageRulePredicates and sets the default values. + /// Instantiates a new and sets the default values. /// public MessageRulePredicates() { AdditionalData = new Dictionary(); @@ -145,6 +145,7 @@ public MessageRulePredicates() { /// /// 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 MessageRulePredicates CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -153,6 +154,7 @@ public static MessageRulePredicates CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"bodyContains", n => { BodyContains = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/MessageSecurityState.cs b/src/generated/Models/MessageSecurityState.cs index 00af13c2ac..3eabc04457 100644 --- a/src/generated/Models/MessageSecurityState.cs +++ b/src/generated/Models/MessageSecurityState.cs @@ -83,7 +83,7 @@ public class MessageSecurityState : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new messageSecurityState and sets the default values. + /// Instantiates a new and sets the default values. /// public MessageSecurityState() { AdditionalData = new Dictionary(); @@ -91,6 +91,7 @@ public MessageSecurityState() { /// /// 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 MessageSecurityState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -99,6 +100,7 @@ public static MessageSecurityState CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"connectingIP", n => { ConnectingIP = n.GetStringValue(); } }, diff --git a/src/generated/Models/MessageUnpinnedEventMessageDetail.cs b/src/generated/Models/MessageUnpinnedEventMessageDetail.cs index ab9e15c360..443c0eb79a 100644 --- a/src/generated/Models/MessageUnpinnedEventMessageDetail.cs +++ b/src/generated/Models/MessageUnpinnedEventMessageDetail.cs @@ -17,7 +17,7 @@ public class MessageUnpinnedEventMessageDetail : EventMessageDetail, IParsable { public IdentitySet Initiator { get; set; } #endif /// - /// Instantiates a new messageUnpinnedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public MessageUnpinnedEventMessageDetail() : base() { OdataType = "#microsoft.graph.messageUnpinnedEventMessageDetail"; @@ -25,6 +25,7 @@ public MessageUnpinnedEventMessageDetail() : base() { /// /// 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 new MessageUnpinnedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public MessageUnpinnedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"eventDateTime", n => { EventDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/MicrosoftAccountUserConversationMember.cs b/src/generated/Models/MicrosoftAccountUserConversationMember.cs index cbd960b6a8..c77e96aa4c 100644 --- a/src/generated/Models/MicrosoftAccountUserConversationMember.cs +++ b/src/generated/Models/MicrosoftAccountUserConversationMember.cs @@ -15,7 +15,7 @@ public class MicrosoftAccountUserConversationMember : ConversationMember, IParsa public string UserId { get; set; } #endif /// - /// Instantiates a new microsoftAccountUserConversationMember and sets the default values. + /// Instantiates a new and sets the default values. /// public MicrosoftAccountUserConversationMember() : base() { OdataType = "#microsoft.graph.microsoftAccountUserConversationMember"; @@ -23,6 +23,7 @@ public MicrosoftAccountUserConversationMember() : base() { /// /// 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 new MicrosoftAccountUserConversationMember CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public MicrosoftAccountUserConversationMember() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"userId", n => { UserId = n.GetStringValue(); } }, diff --git a/src/generated/Models/MicrosoftAuthenticatorAuthenticationMethod.cs b/src/generated/Models/MicrosoftAuthenticatorAuthenticationMethod.cs index 8b8fd6c48b..5dd07ed80b 100644 --- a/src/generated/Models/MicrosoftAuthenticatorAuthenticationMethod.cs +++ b/src/generated/Models/MicrosoftAuthenticatorAuthenticationMethod.cs @@ -41,7 +41,7 @@ public class MicrosoftAuthenticatorAuthenticationMethod : AuthenticationMethod, public string PhoneAppVersion { get; set; } #endif /// - /// Instantiates a new microsoftAuthenticatorAuthenticationMethod and sets the default values. + /// Instantiates a new and sets the default values. /// public MicrosoftAuthenticatorAuthenticationMethod() : base() { OdataType = "#microsoft.graph.microsoftAuthenticatorAuthenticationMethod"; @@ -49,6 +49,7 @@ public MicrosoftAuthenticatorAuthenticationMethod() : base() { /// /// 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 new MicrosoftAuthenticatorAuthenticationMethod CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public MicrosoftAuthenticatorAuthenticationMethod() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/MicrosoftAuthenticatorAuthenticationMethodCollectionResponse.cs b/src/generated/Models/MicrosoftAuthenticatorAuthenticationMethodCollectionResponse.cs index 764ab5fd9d..36e8c44f21 100644 --- a/src/generated/Models/MicrosoftAuthenticatorAuthenticationMethodCollectionResponse.cs +++ b/src/generated/Models/MicrosoftAuthenticatorAuthenticationMethodCollectionResponse.cs @@ -17,6 +17,7 @@ public class MicrosoftAuthenticatorAuthenticationMethodCollectionResponse : Base /// /// 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 new MicrosoftAuthenticatorAuthenticationMethodCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MicrosoftAuthenticatorAuthenticationMethodCollectionResponse : Base /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(MicrosoftAuthenticatorAuthenticationMethod.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MicrosoftAuthenticatorAuthenticationMethodConfiguration.cs b/src/generated/Models/MicrosoftAuthenticatorAuthenticationMethodConfiguration.cs index f0fd6b2ac4..73894ca459 100644 --- a/src/generated/Models/MicrosoftAuthenticatorAuthenticationMethodConfiguration.cs +++ b/src/generated/Models/MicrosoftAuthenticatorAuthenticationMethodConfiguration.cs @@ -25,7 +25,7 @@ public class MicrosoftAuthenticatorAuthenticationMethodConfiguration : Authentic /// The isSoftwareOathEnabled property public bool? IsSoftwareOathEnabled { get; set; } /// - /// Instantiates a new microsoftAuthenticatorAuthenticationMethodConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public MicrosoftAuthenticatorAuthenticationMethodConfiguration() : base() { OdataType = "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration"; @@ -33,6 +33,7 @@ public MicrosoftAuthenticatorAuthenticationMethodConfiguration() : base() { /// /// 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 new MicrosoftAuthenticatorAuthenticationMethodConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public MicrosoftAuthenticatorAuthenticationMethodConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"featureSettings", n => { FeatureSettings = n.GetObjectValue(MicrosoftAuthenticatorFeatureSettings.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/MicrosoftAuthenticatorAuthenticationMethodTarget.cs b/src/generated/Models/MicrosoftAuthenticatorAuthenticationMethodTarget.cs index c1b101db90..cc41f849c0 100644 --- a/src/generated/Models/MicrosoftAuthenticatorAuthenticationMethodTarget.cs +++ b/src/generated/Models/MicrosoftAuthenticatorAuthenticationMethodTarget.cs @@ -11,6 +11,7 @@ public class MicrosoftAuthenticatorAuthenticationMethodTarget : AuthenticationMe /// /// 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 new MicrosoftAuthenticatorAuthenticationMethodTarget CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -19,6 +20,7 @@ public class MicrosoftAuthenticatorAuthenticationMethodTarget : AuthenticationMe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"authenticationMode", n => { AuthenticationMode = n.GetEnumValue(); } }, diff --git a/src/generated/Models/MicrosoftAuthenticatorFeatureSettings.cs b/src/generated/Models/MicrosoftAuthenticatorFeatureSettings.cs index e5aec2eb6d..08c79d8192 100644 --- a/src/generated/Models/MicrosoftAuthenticatorFeatureSettings.cs +++ b/src/generated/Models/MicrosoftAuthenticatorFeatureSettings.cs @@ -33,7 +33,7 @@ public class MicrosoftAuthenticatorFeatureSettings : IAdditionalDataHolder, IPar public string OdataType { get; set; } #endif /// - /// Instantiates a new microsoftAuthenticatorFeatureSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public MicrosoftAuthenticatorFeatureSettings() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public MicrosoftAuthenticatorFeatureSettings() { /// /// 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 MicrosoftAuthenticatorFeatureSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static MicrosoftAuthenticatorFeatureSettings CreateFromDiscriminatorValue /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayAppInformationRequiredState", n => { DisplayAppInformationRequiredState = n.GetObjectValue(AuthenticationMethodFeatureConfiguration.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/MicrosoftCustomTrainingSetting.cs b/src/generated/Models/MicrosoftCustomTrainingSetting.cs index 3168c87d2e..df6b2c5dc8 100644 --- a/src/generated/Models/MicrosoftCustomTrainingSetting.cs +++ b/src/generated/Models/MicrosoftCustomTrainingSetting.cs @@ -19,7 +19,7 @@ public class MicrosoftCustomTrainingSetting : TrainingSetting, IParsable { /// The training completion duration that needs to be provided before scheduling the training. Possible values are: week, fortnite, month, unknownFutureValue. public ApiSdk.Models.TrainingCompletionDuration? TrainingCompletionDuration { get; set; } /// - /// Instantiates a new microsoftCustomTrainingSetting and sets the default values. + /// Instantiates a new and sets the default values. /// public MicrosoftCustomTrainingSetting() : base() { OdataType = "#microsoft.graph.microsoftCustomTrainingSetting"; @@ -27,6 +27,7 @@ public MicrosoftCustomTrainingSetting() : base() { /// /// 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 new MicrosoftCustomTrainingSetting CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public MicrosoftCustomTrainingSetting() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"completionDateTime", n => { CompletionDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/MicrosoftManagedTrainingSetting.cs b/src/generated/Models/MicrosoftManagedTrainingSetting.cs index 36a418726b..f9e1076528 100644 --- a/src/generated/Models/MicrosoftManagedTrainingSetting.cs +++ b/src/generated/Models/MicrosoftManagedTrainingSetting.cs @@ -11,7 +11,7 @@ public class MicrosoftManagedTrainingSetting : TrainingSetting, IParsable { /// The training completion duration that needs to be provided before scheduling the training. The possible values are: week, fortnite, month, unknownFutureValue. public ApiSdk.Models.TrainingCompletionDuration? TrainingCompletionDuration { get; set; } /// - /// Instantiates a new microsoftManagedTrainingSetting and sets the default values. + /// Instantiates a new and sets the default values. /// public MicrosoftManagedTrainingSetting() : base() { OdataType = "#microsoft.graph.microsoftManagedTrainingSetting"; @@ -19,6 +19,7 @@ public MicrosoftManagedTrainingSetting() : base() { /// /// 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 new MicrosoftManagedTrainingSetting CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public MicrosoftManagedTrainingSetting() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"completionDateTime", n => { CompletionDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/MicrosoftStoreForBusinessApp.cs b/src/generated/Models/MicrosoftStoreForBusinessApp.cs index 8491c6b8a5..c51a9498a4 100644 --- a/src/generated/Models/MicrosoftStoreForBusinessApp.cs +++ b/src/generated/Models/MicrosoftStoreForBusinessApp.cs @@ -32,7 +32,7 @@ public class MicrosoftStoreForBusinessApp : MobileApp, IParsable { /// The number of Microsoft Store for Business licenses in use. public int? UsedLicenseCount { get; set; } /// - /// Instantiates a new microsoftStoreForBusinessApp and sets the default values. + /// Instantiates a new and sets the default values. /// public MicrosoftStoreForBusinessApp() : base() { OdataType = "#microsoft.graph.microsoftStoreForBusinessApp"; @@ -40,6 +40,7 @@ public MicrosoftStoreForBusinessApp() : base() { /// /// 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 new MicrosoftStoreForBusinessApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -48,6 +49,7 @@ public MicrosoftStoreForBusinessApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"licenseType", n => { LicenseType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/MicrosoftStoreForBusinessAppAssignmentSettings.cs b/src/generated/Models/MicrosoftStoreForBusinessAppAssignmentSettings.cs index eb98bfeb71..01c580ae7f 100644 --- a/src/generated/Models/MicrosoftStoreForBusinessAppAssignmentSettings.cs +++ b/src/generated/Models/MicrosoftStoreForBusinessAppAssignmentSettings.cs @@ -12,7 +12,7 @@ public class MicrosoftStoreForBusinessAppAssignmentSettings : MobileAppAssignmen /// Whether or not to use device execution context for Microsoft Store for Business mobile app. public bool? UseDeviceContext { get; set; } /// - /// Instantiates a new microsoftStoreForBusinessAppAssignmentSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public MicrosoftStoreForBusinessAppAssignmentSettings() : base() { OdataType = "#microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings"; @@ -20,6 +20,7 @@ public MicrosoftStoreForBusinessAppAssignmentSettings() : base() { /// /// 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 new MicrosoftStoreForBusinessAppAssignmentSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public MicrosoftStoreForBusinessAppAssignmentSettings() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"useDeviceContext", n => { UseDeviceContext = n.GetBoolValue(); } }, diff --git a/src/generated/Models/MicrosoftStoreForBusinessAppCollectionResponse.cs b/src/generated/Models/MicrosoftStoreForBusinessAppCollectionResponse.cs index 7841c2c9e7..d5b51f3c3d 100644 --- a/src/generated/Models/MicrosoftStoreForBusinessAppCollectionResponse.cs +++ b/src/generated/Models/MicrosoftStoreForBusinessAppCollectionResponse.cs @@ -17,6 +17,7 @@ public class MicrosoftStoreForBusinessAppCollectionResponse : BaseCollectionPagi /// /// 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 new MicrosoftStoreForBusinessAppCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MicrosoftStoreForBusinessAppCollectionResponse : BaseCollectionPagi /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(MicrosoftStoreForBusinessApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MicrosoftTrainingAssignmentMapping.cs b/src/generated/Models/MicrosoftTrainingAssignmentMapping.cs index c11488d7e1..49391faca5 100644 --- a/src/generated/Models/MicrosoftTrainingAssignmentMapping.cs +++ b/src/generated/Models/MicrosoftTrainingAssignmentMapping.cs @@ -23,7 +23,7 @@ public class MicrosoftTrainingAssignmentMapping : TrainingSetting, IParsable { public ApiSdk.Models.Training Training { get; set; } #endif /// - /// Instantiates a new microsoftTrainingAssignmentMapping and sets the default values. + /// Instantiates a new and sets the default values. /// public MicrosoftTrainingAssignmentMapping() : base() { OdataType = "#microsoft.graph.microsoftTrainingAssignmentMapping"; @@ -31,6 +31,7 @@ public MicrosoftTrainingAssignmentMapping() : base() { /// /// 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 new MicrosoftTrainingAssignmentMapping CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public MicrosoftTrainingAssignmentMapping() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assignedTo", n => { AssignedTo = n.GetCollectionOfEnumValues()?.ToList(); } }, diff --git a/src/generated/Models/MimeContent.cs b/src/generated/Models/MimeContent.cs index 2cca5844ea..4d2aa61e1c 100644 --- a/src/generated/Models/MimeContent.cs +++ b/src/generated/Models/MimeContent.cs @@ -36,7 +36,7 @@ public class MimeContent : IAdditionalDataHolder, IParsable { public byte[] Value { get; set; } #endif /// - /// Instantiates a new mimeContent and sets the default values. + /// Instantiates a new and sets the default values. /// public MimeContent() { AdditionalData = new Dictionary(); @@ -44,6 +44,7 @@ public MimeContent() { /// /// 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 MimeContent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public static MimeContent CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/MobileApp.cs b/src/generated/Models/MobileApp.cs index 28b8997ff7..c1bb964adb 100644 --- a/src/generated/Models/MobileApp.cs +++ b/src/generated/Models/MobileApp.cs @@ -108,6 +108,7 @@ public class MobileApp : Entity, IParsable { /// /// 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 new MobileApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -145,6 +146,7 @@ public class MobileApp : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assignments", n => { Assignments = n.GetCollectionOfObjectValues(MobileAppAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MobileAppAssignment.cs b/src/generated/Models/MobileAppAssignment.cs index d7110e0501..4ec9d772cf 100644 --- a/src/generated/Models/MobileAppAssignment.cs +++ b/src/generated/Models/MobileAppAssignment.cs @@ -30,6 +30,7 @@ public class MobileAppAssignment : Entity, IParsable { /// /// 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 new MobileAppAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public class MobileAppAssignment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"intent", n => { Intent = n.GetEnumValue(); } }, diff --git a/src/generated/Models/MobileAppAssignmentCollectionResponse.cs b/src/generated/Models/MobileAppAssignmentCollectionResponse.cs index b1fbd3c9a4..811e490a7e 100644 --- a/src/generated/Models/MobileAppAssignmentCollectionResponse.cs +++ b/src/generated/Models/MobileAppAssignmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class MobileAppAssignmentCollectionResponse : BaseCollectionPaginationCou /// /// 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 new MobileAppAssignmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MobileAppAssignmentCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(MobileAppAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MobileAppAssignmentSettings.cs b/src/generated/Models/MobileAppAssignmentSettings.cs index 8c1ea637e8..05a878689a 100644 --- a/src/generated/Models/MobileAppAssignmentSettings.cs +++ b/src/generated/Models/MobileAppAssignmentSettings.cs @@ -20,7 +20,7 @@ public class MobileAppAssignmentSettings : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new mobileAppAssignmentSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public MobileAppAssignmentSettings() { AdditionalData = new Dictionary(); @@ -28,6 +28,7 @@ public MobileAppAssignmentSettings() { /// /// 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 MobileAppAssignmentSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public static MobileAppAssignmentSettings CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/MobileAppCategory.cs b/src/generated/Models/MobileAppCategory.cs index f933881ada..32f31dcdee 100644 --- a/src/generated/Models/MobileAppCategory.cs +++ b/src/generated/Models/MobileAppCategory.cs @@ -22,6 +22,7 @@ public class MobileAppCategory : Entity, IParsable { /// /// 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 new MobileAppCategory CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -30,6 +31,7 @@ public class MobileAppCategory : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/MobileAppCategoryCollectionResponse.cs b/src/generated/Models/MobileAppCategoryCollectionResponse.cs index 7d5e4d6b09..e2f7c09ffa 100644 --- a/src/generated/Models/MobileAppCategoryCollectionResponse.cs +++ b/src/generated/Models/MobileAppCategoryCollectionResponse.cs @@ -17,6 +17,7 @@ public class MobileAppCategoryCollectionResponse : BaseCollectionPaginationCount /// /// 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 new MobileAppCategoryCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MobileAppCategoryCollectionResponse : BaseCollectionPaginationCount /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(MobileAppCategory.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MobileAppCollectionResponse.cs b/src/generated/Models/MobileAppCollectionResponse.cs index 0bc313abcc..693dc7fdb1 100644 --- a/src/generated/Models/MobileAppCollectionResponse.cs +++ b/src/generated/Models/MobileAppCollectionResponse.cs @@ -17,6 +17,7 @@ public class MobileAppCollectionResponse : BaseCollectionPaginationCountResponse /// /// 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 new MobileAppCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MobileAppCollectionResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(MobileApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MobileAppContent.cs b/src/generated/Models/MobileAppContent.cs index 2e5e5c8242..a1356e85fc 100644 --- a/src/generated/Models/MobileAppContent.cs +++ b/src/generated/Models/MobileAppContent.cs @@ -28,6 +28,7 @@ public class MobileAppContent : Entity, IParsable { /// /// 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 new MobileAppContent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -36,6 +37,7 @@ public class MobileAppContent : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"containedApps", n => { ContainedApps = n.GetCollectionOfObjectValues(MobileContainedApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MobileAppContentCollectionResponse.cs b/src/generated/Models/MobileAppContentCollectionResponse.cs index 04037dfcdd..d804906ef5 100644 --- a/src/generated/Models/MobileAppContentCollectionResponse.cs +++ b/src/generated/Models/MobileAppContentCollectionResponse.cs @@ -17,6 +17,7 @@ public class MobileAppContentCollectionResponse : BaseCollectionPaginationCountR /// /// 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 new MobileAppContentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MobileAppContentCollectionResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(MobileAppContent.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MobileAppContentFile.cs b/src/generated/Models/MobileAppContentFile.cs index 0adaed61c6..7f108cfd4f 100644 --- a/src/generated/Models/MobileAppContentFile.cs +++ b/src/generated/Models/MobileAppContentFile.cs @@ -48,6 +48,7 @@ public class MobileAppContentFile : Entity, IParsable { /// /// 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 new MobileAppContentFile CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -56,6 +57,7 @@ public class MobileAppContentFile : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"azureStorageUri", n => { AzureStorageUri = n.GetStringValue(); } }, diff --git a/src/generated/Models/MobileAppContentFileCollectionResponse.cs b/src/generated/Models/MobileAppContentFileCollectionResponse.cs index 4948ac221d..40b11f7e63 100644 --- a/src/generated/Models/MobileAppContentFileCollectionResponse.cs +++ b/src/generated/Models/MobileAppContentFileCollectionResponse.cs @@ -17,6 +17,7 @@ public class MobileAppContentFileCollectionResponse : BaseCollectionPaginationCo /// /// 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 new MobileAppContentFileCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MobileAppContentFileCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(MobileAppContentFile.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MobileAppIdentifier.cs b/src/generated/Models/MobileAppIdentifier.cs index 7b0ea72f81..4ddf61dddf 100644 --- a/src/generated/Models/MobileAppIdentifier.cs +++ b/src/generated/Models/MobileAppIdentifier.cs @@ -20,7 +20,7 @@ public class MobileAppIdentifier : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new mobileAppIdentifier and sets the default values. + /// Instantiates a new and sets the default values. /// public MobileAppIdentifier() { AdditionalData = new Dictionary(); @@ -28,6 +28,7 @@ public MobileAppIdentifier() { /// /// 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 MobileAppIdentifier CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static MobileAppIdentifier CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/MobileAppInstallTimeSettings.cs b/src/generated/Models/MobileAppInstallTimeSettings.cs index 7d4e50d8ba..d5f6b9771c 100644 --- a/src/generated/Models/MobileAppInstallTimeSettings.cs +++ b/src/generated/Models/MobileAppInstallTimeSettings.cs @@ -26,7 +26,7 @@ public class MobileAppInstallTimeSettings : IAdditionalDataHolder, IParsable { /// Whether the local device time or UTC time should be used when determining the available and deadline times. public bool? UseLocalTime { get; set; } /// - /// Instantiates a new mobileAppInstallTimeSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public MobileAppInstallTimeSettings() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public MobileAppInstallTimeSettings() { /// /// 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 MobileAppInstallTimeSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static MobileAppInstallTimeSettings CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"deadlineDateTime", n => { DeadlineDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/MobileAppTroubleshootingEvent.cs b/src/generated/Models/MobileAppTroubleshootingEvent.cs index 403776a56b..b2826c01b4 100644 --- a/src/generated/Models/MobileAppTroubleshootingEvent.cs +++ b/src/generated/Models/MobileAppTroubleshootingEvent.cs @@ -17,6 +17,7 @@ public class MobileAppTroubleshootingEvent : Entity, IParsable { /// /// 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 new MobileAppTroubleshootingEvent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MobileAppTroubleshootingEvent : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appLogCollectionRequests", n => { AppLogCollectionRequests = n.GetCollectionOfObjectValues(AppLogCollectionRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MobileAppTroubleshootingEventCollectionResponse.cs b/src/generated/Models/MobileAppTroubleshootingEventCollectionResponse.cs index 075fccb439..2523064d80 100644 --- a/src/generated/Models/MobileAppTroubleshootingEventCollectionResponse.cs +++ b/src/generated/Models/MobileAppTroubleshootingEventCollectionResponse.cs @@ -17,6 +17,7 @@ public class MobileAppTroubleshootingEventCollectionResponse : BaseCollectionPag /// /// 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 new MobileAppTroubleshootingEventCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MobileAppTroubleshootingEventCollectionResponse : BaseCollectionPag /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(MobileAppTroubleshootingEvent.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MobileContainedApp.cs b/src/generated/Models/MobileContainedApp.cs index ebd39dabdf..a947097b0f 100644 --- a/src/generated/Models/MobileContainedApp.cs +++ b/src/generated/Models/MobileContainedApp.cs @@ -12,6 +12,7 @@ public class MobileContainedApp : Entity, IParsable { /// /// 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 new MobileContainedApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -24,6 +25,7 @@ public class MobileContainedApp : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/MobileContainedAppCollectionResponse.cs b/src/generated/Models/MobileContainedAppCollectionResponse.cs index 44878670e1..206c88ca15 100644 --- a/src/generated/Models/MobileContainedAppCollectionResponse.cs +++ b/src/generated/Models/MobileContainedAppCollectionResponse.cs @@ -17,6 +17,7 @@ public class MobileContainedAppCollectionResponse : BaseCollectionPaginationCoun /// /// 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 new MobileContainedAppCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MobileContainedAppCollectionResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(MobileContainedApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/MobileLobApp.cs b/src/generated/Models/MobileLobApp.cs index 9ea88df176..8dae3ff8ac 100644 --- a/src/generated/Models/MobileLobApp.cs +++ b/src/generated/Models/MobileLobApp.cs @@ -36,7 +36,7 @@ public class MobileLobApp : MobileApp, IParsable { /// The total size, including all uploaded files. public long? Size { get; set; } /// - /// Instantiates a new mobileLobApp and sets the default values. + /// Instantiates a new and sets the default values. /// public MobileLobApp() : base() { OdataType = "#microsoft.graph.mobileLobApp"; @@ -44,6 +44,7 @@ public MobileLobApp() : base() { /// /// 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 new MobileLobApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -63,6 +64,7 @@ public MobileLobApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"committedContentVersion", n => { CommittedContentVersion = n.GetStringValue(); } }, diff --git a/src/generated/Models/MobileThreatDefenseConnector.cs b/src/generated/Models/MobileThreatDefenseConnector.cs index b53ea5576f..5f3652d035 100644 --- a/src/generated/Models/MobileThreatDefenseConnector.cs +++ b/src/generated/Models/MobileThreatDefenseConnector.cs @@ -42,6 +42,7 @@ public class MobileThreatDefenseConnector : Entity, IParsable { /// /// 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 new MobileThreatDefenseConnector CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public class MobileThreatDefenseConnector : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowPartnerToCollectIOSApplicationMetadata", n => { AllowPartnerToCollectIOSApplicationMetadata = n.GetBoolValue(); } }, diff --git a/src/generated/Models/MobileThreatDefenseConnectorCollectionResponse.cs b/src/generated/Models/MobileThreatDefenseConnectorCollectionResponse.cs index 964f348572..e1b7fa32cd 100644 --- a/src/generated/Models/MobileThreatDefenseConnectorCollectionResponse.cs +++ b/src/generated/Models/MobileThreatDefenseConnectorCollectionResponse.cs @@ -17,6 +17,7 @@ public class MobileThreatDefenseConnectorCollectionResponse : BaseCollectionPagi /// /// 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 new MobileThreatDefenseConnectorCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MobileThreatDefenseConnectorCollectionResponse : BaseCollectionPagi /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(MobileThreatDefenseConnector.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ModifiedProperty.cs b/src/generated/Models/ModifiedProperty.cs index 1fc7f27ab8..9c33a5310b 100644 --- a/src/generated/Models/ModifiedProperty.cs +++ b/src/generated/Models/ModifiedProperty.cs @@ -41,7 +41,7 @@ public class ModifiedProperty : IAdditionalDataHolder, IParsable { public string OldValue { get; set; } #endif /// - /// Instantiates a new modifiedProperty and sets the default values. + /// Instantiates a new and sets the default values. /// public ModifiedProperty() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public ModifiedProperty() { /// /// 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 ModifiedProperty CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static ModifiedProperty CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/MultiValueLegacyExtendedProperty.cs b/src/generated/Models/MultiValueLegacyExtendedProperty.cs index 4ea84b7700..02d47a9f75 100644 --- a/src/generated/Models/MultiValueLegacyExtendedProperty.cs +++ b/src/generated/Models/MultiValueLegacyExtendedProperty.cs @@ -17,6 +17,7 @@ public class MultiValueLegacyExtendedProperty : Entity, IParsable { /// /// 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 new MultiValueLegacyExtendedProperty CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class MultiValueLegacyExtendedProperty : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/MuteParticipantOperation.cs b/src/generated/Models/MuteParticipantOperation.cs index 3c092b239b..50c4a04974 100644 --- a/src/generated/Models/MuteParticipantOperation.cs +++ b/src/generated/Models/MuteParticipantOperation.cs @@ -9,6 +9,7 @@ public class MuteParticipantOperation : CommsOperation, IParsable { /// /// 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 new MuteParticipantOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class MuteParticipantOperation : CommsOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/NamedLocation.cs b/src/generated/Models/NamedLocation.cs index be1e0138db..a935b3ebed 100644 --- a/src/generated/Models/NamedLocation.cs +++ b/src/generated/Models/NamedLocation.cs @@ -21,6 +21,7 @@ public class NamedLocation : Entity, IParsable { /// /// 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 new NamedLocation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public class NamedLocation : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/NamedLocationCollectionResponse.cs b/src/generated/Models/NamedLocationCollectionResponse.cs index 572524d15b..1a2a3092bb 100644 --- a/src/generated/Models/NamedLocationCollectionResponse.cs +++ b/src/generated/Models/NamedLocationCollectionResponse.cs @@ -17,6 +17,7 @@ public class NamedLocationCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new NamedLocationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class NamedLocationCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(NamedLocation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/NetworkConnection.cs b/src/generated/Models/NetworkConnection.cs index 35894a6f53..6362eeb712 100644 --- a/src/generated/Models/NetworkConnection.cs +++ b/src/generated/Models/NetworkConnection.cs @@ -153,7 +153,7 @@ public class NetworkConnection : IAdditionalDataHolder, IParsable { public string UrlParameters { get; set; } #endif /// - /// Instantiates a new networkConnection and sets the default values. + /// Instantiates a new and sets the default values. /// public NetworkConnection() { AdditionalData = new Dictionary(); @@ -161,6 +161,7 @@ public NetworkConnection() { /// /// 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 NetworkConnection CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -169,6 +170,7 @@ public static NetworkConnection CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"applicationName", n => { ApplicationName = n.GetStringValue(); } }, diff --git a/src/generated/Models/NoTrainingNotificationSetting.cs b/src/generated/Models/NoTrainingNotificationSetting.cs index 0b2b31bfd2..4e666efcc7 100644 --- a/src/generated/Models/NoTrainingNotificationSetting.cs +++ b/src/generated/Models/NoTrainingNotificationSetting.cs @@ -15,7 +15,7 @@ public class NoTrainingNotificationSetting : EndUserNotificationSetting, IParsab public ApiSdk.Models.SimulationNotification SimulationNotification { get; set; } #endif /// - /// Instantiates a new noTrainingNotificationSetting and sets the default values. + /// Instantiates a new and sets the default values. /// public NoTrainingNotificationSetting() : base() { OdataType = "#microsoft.graph.noTrainingNotificationSetting"; @@ -23,6 +23,7 @@ public NoTrainingNotificationSetting() : base() { /// /// 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 new NoTrainingNotificationSetting CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public NoTrainingNotificationSetting() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"simulationNotification", n => { SimulationNotification = n.GetObjectValue(ApiSdk.Models.SimulationNotification.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/NoTrainingSetting.cs b/src/generated/Models/NoTrainingSetting.cs index 1e9e373892..67f56c6666 100644 --- a/src/generated/Models/NoTrainingSetting.cs +++ b/src/generated/Models/NoTrainingSetting.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class NoTrainingSetting : TrainingSetting, IParsable { /// - /// Instantiates a new noTrainingSetting and sets the default values. + /// Instantiates a new and sets the default values. /// public NoTrainingSetting() : base() { OdataType = "#microsoft.graph.noTrainingSetting"; @@ -15,6 +15,7 @@ public NoTrainingSetting() : base() { /// /// 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 new NoTrainingSetting CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public NoTrainingSetting() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/Notebook.cs b/src/generated/Models/Notebook.cs index 8a9f159c31..68db30e7a2 100644 --- a/src/generated/Models/Notebook.cs +++ b/src/generated/Models/Notebook.cs @@ -53,7 +53,7 @@ public class Notebook : OnenoteEntityHierarchyModel, IParsable { /// Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only. public OnenoteUserRole? UserRole { get; set; } /// - /// Instantiates a new notebook and sets the default values. + /// Instantiates a new and sets the default values. /// public Notebook() : base() { OdataType = "#microsoft.graph.notebook"; @@ -61,6 +61,7 @@ public Notebook() : base() { /// /// 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 new Notebook CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -69,6 +70,7 @@ public Notebook() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"isDefault", n => { IsDefault = n.GetBoolValue(); } }, diff --git a/src/generated/Models/NotebookCollectionResponse.cs b/src/generated/Models/NotebookCollectionResponse.cs index b1737a0a05..e97b2b4cff 100644 --- a/src/generated/Models/NotebookCollectionResponse.cs +++ b/src/generated/Models/NotebookCollectionResponse.cs @@ -17,6 +17,7 @@ public class NotebookCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new NotebookCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class NotebookCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Notebook.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/NotebookLinks.cs b/src/generated/Models/NotebookLinks.cs index 0220593227..eb5180e6ef 100644 --- a/src/generated/Models/NotebookLinks.cs +++ b/src/generated/Models/NotebookLinks.cs @@ -33,7 +33,7 @@ public class NotebookLinks : IAdditionalDataHolder, IParsable { public ExternalLink OneNoteWebUrl { get; set; } #endif /// - /// Instantiates a new notebookLinks and sets the default values. + /// Instantiates a new and sets the default values. /// public NotebookLinks() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public NotebookLinks() { /// /// 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 NotebookLinks CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static NotebookLinks CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/NotificationMessageTemplate.cs b/src/generated/Models/NotificationMessageTemplate.cs index 7de92485ec..cc2c7b707a 100644 --- a/src/generated/Models/NotificationMessageTemplate.cs +++ b/src/generated/Models/NotificationMessageTemplate.cs @@ -48,6 +48,7 @@ public class NotificationMessageTemplate : Entity, IParsable { /// /// 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 new NotificationMessageTemplate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -56,6 +57,7 @@ public class NotificationMessageTemplate : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"brandingOptions", n => { BrandingOptions = n.GetEnumValue(); } }, diff --git a/src/generated/Models/NotificationMessageTemplateCollectionResponse.cs b/src/generated/Models/NotificationMessageTemplateCollectionResponse.cs index 2317b199c4..dcbf71c48d 100644 --- a/src/generated/Models/NotificationMessageTemplateCollectionResponse.cs +++ b/src/generated/Models/NotificationMessageTemplateCollectionResponse.cs @@ -17,6 +17,7 @@ public class NotificationMessageTemplateCollectionResponse : BaseCollectionPagin /// /// 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 new NotificationMessageTemplateCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class NotificationMessageTemplateCollectionResponse : BaseCollectionPagin /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(NotificationMessageTemplate.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/NumberColumn.cs b/src/generated/Models/NumberColumn.cs index d17734cc7a..d8a6d4bd58 100644 --- a/src/generated/Models/NumberColumn.cs +++ b/src/generated/Models/NumberColumn.cs @@ -37,7 +37,7 @@ public class NumberColumn : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new numberColumn and sets the default values. + /// Instantiates a new and sets the default values. /// public NumberColumn() { AdditionalData = new Dictionary(); @@ -45,6 +45,7 @@ public NumberColumn() { /// /// 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 NumberColumn CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public static NumberColumn CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"decimalPlaces", n => { DecimalPlaces = n.GetStringValue(); } }, diff --git a/src/generated/Models/OAuth2PermissionGrant.cs b/src/generated/Models/OAuth2PermissionGrant.cs index 28f4a45269..6016845a69 100644 --- a/src/generated/Models/OAuth2PermissionGrant.cs +++ b/src/generated/Models/OAuth2PermissionGrant.cs @@ -49,6 +49,7 @@ public class OAuth2PermissionGrant : Entity, IParsable { /// /// 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 new OAuth2PermissionGrant CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public class OAuth2PermissionGrant : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"clientId", n => { ClientId = n.GetStringValue(); } }, diff --git a/src/generated/Models/OAuth2PermissionGrantCollectionResponse.cs b/src/generated/Models/OAuth2PermissionGrantCollectionResponse.cs index c8b1e92867..4ac1d2a9e5 100644 --- a/src/generated/Models/OAuth2PermissionGrantCollectionResponse.cs +++ b/src/generated/Models/OAuth2PermissionGrantCollectionResponse.cs @@ -17,6 +17,7 @@ public class OAuth2PermissionGrantCollectionResponse : BaseCollectionPaginationC /// /// 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 new OAuth2PermissionGrantCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class OAuth2PermissionGrantCollectionResponse : BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(OAuth2PermissionGrant.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/OAuthConsentAppDetail.cs b/src/generated/Models/OAuthConsentAppDetail.cs index 03de52f566..abbdd09204 100644 --- a/src/generated/Models/OAuthConsentAppDetail.cs +++ b/src/generated/Models/OAuthConsentAppDetail.cs @@ -35,7 +35,7 @@ public class OAuthConsentAppDetail : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new oAuthConsentAppDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public OAuthConsentAppDetail() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public OAuthConsentAppDetail() { /// /// 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 OAuthConsentAppDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static OAuthConsentAppDetail CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"appScope", n => { AppScope = n.GetEnumValue(); } }, diff --git a/src/generated/Models/ODataErrors/ErrorDetails.cs b/src/generated/Models/ODataErrors/ErrorDetails.cs index e047fd0a38..8bc156b425 100644 --- a/src/generated/Models/ODataErrors/ErrorDetails.cs +++ b/src/generated/Models/ODataErrors/ErrorDetails.cs @@ -33,7 +33,7 @@ public class ErrorDetails : IAdditionalDataHolder, IParsable { public string Target { get; set; } #endif /// - /// Instantiates a new ErrorDetails and sets the default values. + /// Instantiates a new and sets the default values. /// public ErrorDetails() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public ErrorDetails() { /// /// 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 ErrorDetails CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static ErrorDetails CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"code", n => { Code = n.GetStringValue(); } }, diff --git a/src/generated/Models/ODataErrors/InnerError.cs b/src/generated/Models/ODataErrors/InnerError.cs index 5cc47a40ed..5bfba044fd 100644 --- a/src/generated/Models/ODataErrors/InnerError.cs +++ b/src/generated/Models/ODataErrors/InnerError.cs @@ -35,7 +35,7 @@ public class InnerError : IAdditionalDataHolder, IParsable { public string RequestId { get; set; } #endif /// - /// Instantiates a new InnerError and sets the default values. + /// Instantiates a new and sets the default values. /// public InnerError() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public InnerError() { /// /// 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 InnerError CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static InnerError CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"client-request-id", n => { ClientRequestId = n.GetStringValue(); } }, diff --git a/src/generated/Models/ODataErrors/MainError.cs b/src/generated/Models/ODataErrors/MainError.cs index 07a93ab333..d3cb2c8bcf 100644 --- a/src/generated/Models/ODataErrors/MainError.cs +++ b/src/generated/Models/ODataErrors/MainError.cs @@ -49,7 +49,7 @@ public class MainError : IAdditionalDataHolder, IParsable { public string Target { get; set; } #endif /// - /// Instantiates a new MainError and sets the default values. + /// Instantiates a new and sets the default values. /// public MainError() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public MainError() { /// /// 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 MainError CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static MainError CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"code", n => { Code = n.GetStringValue(); } }, diff --git a/src/generated/Models/ODataErrors/ODataError.cs b/src/generated/Models/ODataErrors/ODataError.cs index ff4597c56b..62455b9ec1 100644 --- a/src/generated/Models/ODataErrors/ODataError.cs +++ b/src/generated/Models/ODataErrors/ODataError.cs @@ -18,7 +18,7 @@ public class ODataError : ApiException, IAdditionalDataHolder, IParsable { public MainError Error { get; set; } #endif /// - /// Instantiates a new ODataError and sets the default values. + /// Instantiates a new and sets the default values. /// public ODataError() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ODataError() { /// /// 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 ODataError CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ODataError CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"error", n => { Error = n.GetObjectValue(MainError.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ObjectDefinition.cs b/src/generated/Models/ObjectDefinition.cs index 2170b03058..8100ff728d 100644 --- a/src/generated/Models/ObjectDefinition.cs +++ b/src/generated/Models/ObjectDefinition.cs @@ -49,7 +49,7 @@ public class ObjectDefinition : IAdditionalDataHolder, IParsable { public List SupportedApis { get; set; } #endif /// - /// Instantiates a new objectDefinition and sets the default values. + /// Instantiates a new and sets the default values. /// public ObjectDefinition() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public ObjectDefinition() { /// /// 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 ObjectDefinition CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static ObjectDefinition CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"attributes", n => { Attributes = n.GetCollectionOfObjectValues(AttributeDefinition.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ObjectDefinitionMetadataEntry.cs b/src/generated/Models/ObjectDefinitionMetadataEntry.cs index db2e272990..31eace6203 100644 --- a/src/generated/Models/ObjectDefinitionMetadataEntry.cs +++ b/src/generated/Models/ObjectDefinitionMetadataEntry.cs @@ -27,7 +27,7 @@ public class ObjectDefinitionMetadataEntry : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new objectDefinitionMetadataEntry and sets the default values. + /// Instantiates a new and sets the default values. /// public ObjectDefinitionMetadataEntry() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public ObjectDefinitionMetadataEntry() { /// /// 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 ObjectDefinitionMetadataEntry CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static ObjectDefinitionMetadataEntry CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"key", n => { Key = n.GetEnumValue(); } }, diff --git a/src/generated/Models/ObjectIdentity.cs b/src/generated/Models/ObjectIdentity.cs index 0dba3721e1..193c7eb9f8 100644 --- a/src/generated/Models/ObjectIdentity.cs +++ b/src/generated/Models/ObjectIdentity.cs @@ -41,7 +41,7 @@ public class ObjectIdentity : IAdditionalDataHolder, IParsable { public string SignInType { get; set; } #endif /// - /// Instantiates a new objectIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public ObjectIdentity() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public ObjectIdentity() { /// /// 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 ObjectIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static ObjectIdentity CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"issuer", n => { Issuer = n.GetStringValue(); } }, diff --git a/src/generated/Models/ObjectMapping.cs b/src/generated/Models/ObjectMapping.cs index 523c70d875..65753e1b68 100644 --- a/src/generated/Models/ObjectMapping.cs +++ b/src/generated/Models/ObjectMapping.cs @@ -69,7 +69,7 @@ public class ObjectMapping : IAdditionalDataHolder, IParsable { public string TargetObjectName { get; set; } #endif /// - /// Instantiates a new objectMapping and sets the default values. + /// Instantiates a new and sets the default values. /// public ObjectMapping() { AdditionalData = new Dictionary(); @@ -77,6 +77,7 @@ public ObjectMapping() { /// /// 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 ObjectMapping CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public static ObjectMapping CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"attributeMappings", n => { AttributeMappings = n.GetCollectionOfObjectValues(AttributeMapping.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ObjectMappingMetadataEntry.cs b/src/generated/Models/ObjectMappingMetadataEntry.cs index d93763d71c..ba394486d6 100644 --- a/src/generated/Models/ObjectMappingMetadataEntry.cs +++ b/src/generated/Models/ObjectMappingMetadataEntry.cs @@ -27,7 +27,7 @@ public class ObjectMappingMetadataEntry : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new objectMappingMetadataEntry and sets the default values. + /// Instantiates a new and sets the default values. /// public ObjectMappingMetadataEntry() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public ObjectMappingMetadataEntry() { /// /// 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 ObjectMappingMetadataEntry CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static ObjectMappingMetadataEntry CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"key", n => { Key = n.GetEnumValue(); } }, diff --git a/src/generated/Models/OfferShiftRequest.cs b/src/generated/Models/OfferShiftRequest.cs index f656209089..95318ea59b 100644 --- a/src/generated/Models/OfferShiftRequest.cs +++ b/src/generated/Models/OfferShiftRequest.cs @@ -33,7 +33,7 @@ public class OfferShiftRequest : ScheduleChangeRequest, IParsable { public string SenderShiftId { get; set; } #endif /// - /// Instantiates a new offerShiftRequest and sets the default values. + /// Instantiates a new and sets the default values. /// public OfferShiftRequest() : base() { OdataType = "#microsoft.graph.offerShiftRequest"; @@ -41,6 +41,7 @@ public OfferShiftRequest() : base() { /// /// 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 new OfferShiftRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public OfferShiftRequest() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"recipientActionDateTime", n => { RecipientActionDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/OfferShiftRequestCollectionResponse.cs b/src/generated/Models/OfferShiftRequestCollectionResponse.cs index 92420acefc..2a8e2a8eb8 100644 --- a/src/generated/Models/OfferShiftRequestCollectionResponse.cs +++ b/src/generated/Models/OfferShiftRequestCollectionResponse.cs @@ -17,6 +17,7 @@ public class OfferShiftRequestCollectionResponse : BaseCollectionPaginationCount /// /// 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 new OfferShiftRequestCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class OfferShiftRequestCollectionResponse : BaseCollectionPaginationCount /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(OfferShiftRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/OfficeGraphInsights.cs b/src/generated/Models/OfficeGraphInsights.cs index ea3a88cef6..3afa10c3bd 100644 --- a/src/generated/Models/OfficeGraphInsights.cs +++ b/src/generated/Models/OfficeGraphInsights.cs @@ -33,6 +33,7 @@ public class OfficeGraphInsights : Entity, IParsable { /// /// 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 new OfficeGraphInsights CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class OfficeGraphInsights : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"shared", n => { Shared = n.GetCollectionOfObjectValues(SharedInsight.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/OmaSetting.cs b/src/generated/Models/OmaSetting.cs index 3035c2b01b..de84e84eb5 100644 --- a/src/generated/Models/OmaSetting.cs +++ b/src/generated/Models/OmaSetting.cs @@ -44,7 +44,7 @@ public class OmaSetting : IAdditionalDataHolder, IParsable { public string OmaUri { get; set; } #endif /// - /// Instantiates a new omaSetting and sets the default values. + /// Instantiates a new and sets the default values. /// public OmaSetting() { AdditionalData = new Dictionary(); @@ -52,6 +52,7 @@ public OmaSetting() { /// /// 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 OmaSetting CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -70,6 +71,7 @@ public static OmaSetting CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/OmaSettingBase64.cs b/src/generated/Models/OmaSettingBase64.cs index edf89f9cad..9b648d72c8 100644 --- a/src/generated/Models/OmaSettingBase64.cs +++ b/src/generated/Models/OmaSettingBase64.cs @@ -26,7 +26,7 @@ public class OmaSettingBase64 : OmaSetting, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new omaSettingBase64 and sets the default values. + /// Instantiates a new and sets the default values. /// public OmaSettingBase64() : base() { OdataType = "#microsoft.graph.omaSettingBase64"; @@ -34,6 +34,7 @@ public OmaSettingBase64() : base() { /// /// 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 new OmaSettingBase64 CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public OmaSettingBase64() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"fileName", n => { FileName = n.GetStringValue(); } }, diff --git a/src/generated/Models/OmaSettingBoolean.cs b/src/generated/Models/OmaSettingBoolean.cs index bbfc5be47c..84c4519463 100644 --- a/src/generated/Models/OmaSettingBoolean.cs +++ b/src/generated/Models/OmaSettingBoolean.cs @@ -12,7 +12,7 @@ public class OmaSettingBoolean : OmaSetting, IParsable { /// Value. public bool? Value { get; set; } /// - /// Instantiates a new omaSettingBoolean and sets the default values. + /// Instantiates a new and sets the default values. /// public OmaSettingBoolean() : base() { OdataType = "#microsoft.graph.omaSettingBoolean"; @@ -20,6 +20,7 @@ public OmaSettingBoolean() : base() { /// /// 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 new OmaSettingBoolean CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public OmaSettingBoolean() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetBoolValue(); } }, diff --git a/src/generated/Models/OmaSettingDateTime.cs b/src/generated/Models/OmaSettingDateTime.cs index 6749e5405e..67bb9c8b09 100644 --- a/src/generated/Models/OmaSettingDateTime.cs +++ b/src/generated/Models/OmaSettingDateTime.cs @@ -12,7 +12,7 @@ public class OmaSettingDateTime : OmaSetting, IParsable { /// Value. public DateTimeOffset? Value { get; set; } /// - /// Instantiates a new omaSettingDateTime and sets the default values. + /// Instantiates a new and sets the default values. /// public OmaSettingDateTime() : base() { OdataType = "#microsoft.graph.omaSettingDateTime"; @@ -20,6 +20,7 @@ public OmaSettingDateTime() : base() { /// /// 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 new OmaSettingDateTime CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public OmaSettingDateTime() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/OmaSettingFloatingPoint.cs b/src/generated/Models/OmaSettingFloatingPoint.cs index 5a0673af01..7b650550dc 100644 --- a/src/generated/Models/OmaSettingFloatingPoint.cs +++ b/src/generated/Models/OmaSettingFloatingPoint.cs @@ -12,7 +12,7 @@ public class OmaSettingFloatingPoint : OmaSetting, IParsable { /// Value. public float? Value { get; set; } /// - /// Instantiates a new omaSettingFloatingPoint and sets the default values. + /// Instantiates a new and sets the default values. /// public OmaSettingFloatingPoint() : base() { OdataType = "#microsoft.graph.omaSettingFloatingPoint"; @@ -20,6 +20,7 @@ public OmaSettingFloatingPoint() : base() { /// /// 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 new OmaSettingFloatingPoint CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public OmaSettingFloatingPoint() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetFloatValue(); } }, diff --git a/src/generated/Models/OmaSettingInteger.cs b/src/generated/Models/OmaSettingInteger.cs index 779cd817cf..ee1ad0a268 100644 --- a/src/generated/Models/OmaSettingInteger.cs +++ b/src/generated/Models/OmaSettingInteger.cs @@ -12,7 +12,7 @@ public class OmaSettingInteger : OmaSetting, IParsable { /// Value. public int? Value { get; set; } /// - /// Instantiates a new omaSettingInteger and sets the default values. + /// Instantiates a new and sets the default values. /// public OmaSettingInteger() : base() { OdataType = "#microsoft.graph.omaSettingInteger"; @@ -20,6 +20,7 @@ public OmaSettingInteger() : base() { /// /// 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 new OmaSettingInteger CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public OmaSettingInteger() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetIntValue(); } }, diff --git a/src/generated/Models/OmaSettingString.cs b/src/generated/Models/OmaSettingString.cs index 1ff17d6f28..b826588b8b 100644 --- a/src/generated/Models/OmaSettingString.cs +++ b/src/generated/Models/OmaSettingString.cs @@ -18,7 +18,7 @@ public class OmaSettingString : OmaSetting, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new omaSettingString and sets the default values. + /// Instantiates a new and sets the default values. /// public OmaSettingString() : base() { OdataType = "#microsoft.graph.omaSettingString"; @@ -26,6 +26,7 @@ public OmaSettingString() : base() { /// /// 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 new OmaSettingString CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public OmaSettingString() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetStringValue(); } }, diff --git a/src/generated/Models/OmaSettingStringXml.cs b/src/generated/Models/OmaSettingStringXml.cs index 7ff11e1b63..ab83f355ec 100644 --- a/src/generated/Models/OmaSettingStringXml.cs +++ b/src/generated/Models/OmaSettingStringXml.cs @@ -26,7 +26,7 @@ public class OmaSettingStringXml : OmaSetting, IParsable { public byte[] Value { get; set; } #endif /// - /// Instantiates a new omaSettingStringXml and sets the default values. + /// Instantiates a new and sets the default values. /// public OmaSettingStringXml() : base() { OdataType = "#microsoft.graph.omaSettingStringXml"; @@ -34,6 +34,7 @@ public OmaSettingStringXml() : base() { /// /// 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 new OmaSettingStringXml CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public OmaSettingStringXml() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"fileName", n => { FileName = n.GetStringValue(); } }, diff --git a/src/generated/Models/OnPremisesAccidentalDeletionPrevention.cs b/src/generated/Models/OnPremisesAccidentalDeletionPrevention.cs index f9c2005e23..af81b8a7f3 100644 --- a/src/generated/Models/OnPremisesAccidentalDeletionPrevention.cs +++ b/src/generated/Models/OnPremisesAccidentalDeletionPrevention.cs @@ -21,7 +21,7 @@ public class OnPremisesAccidentalDeletionPrevention : IAdditionalDataHolder, IPa /// The status of the accidental deletion prevention feature. The possible values are: disabled, enabledForCount, enabledForPercentage, unknownFutureValue. public OnPremisesDirectorySynchronizationDeletionPreventionType? SynchronizationPreventionType { get; set; } /// - /// Instantiates a new onPremisesAccidentalDeletionPrevention and sets the default values. + /// Instantiates a new and sets the default values. /// public OnPremisesAccidentalDeletionPrevention() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public OnPremisesAccidentalDeletionPrevention() { /// /// 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 OnPremisesAccidentalDeletionPrevention CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static OnPremisesAccidentalDeletionPrevention CreateFromDiscriminatorValu /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"alertThreshold", n => { AlertThreshold = n.GetIntValue(); } }, diff --git a/src/generated/Models/OnPremisesConditionalAccessSettings.cs b/src/generated/Models/OnPremisesConditionalAccessSettings.cs index a896b5839a..03c41bd582 100644 --- a/src/generated/Models/OnPremisesConditionalAccessSettings.cs +++ b/src/generated/Models/OnPremisesConditionalAccessSettings.cs @@ -32,6 +32,7 @@ public class OnPremisesConditionalAccessSettings : Entity, IParsable { /// /// 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 new OnPremisesConditionalAccessSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -40,6 +41,7 @@ public class OnPremisesConditionalAccessSettings : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"enabled", n => { Enabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/OnPremisesDirectorySynchronization.cs b/src/generated/Models/OnPremisesDirectorySynchronization.cs index eb66211fc0..c15e873a40 100644 --- a/src/generated/Models/OnPremisesDirectorySynchronization.cs +++ b/src/generated/Models/OnPremisesDirectorySynchronization.cs @@ -25,6 +25,7 @@ public class OnPremisesDirectorySynchronization : Entity, IParsable { /// /// 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 new OnPremisesDirectorySynchronization CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class OnPremisesDirectorySynchronization : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"configuration", n => { Configuration = n.GetObjectValue(OnPremisesDirectorySynchronizationConfiguration.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/OnPremisesDirectorySynchronizationCollectionResponse.cs b/src/generated/Models/OnPremisesDirectorySynchronizationCollectionResponse.cs index b94fe67f61..d70988c302 100644 --- a/src/generated/Models/OnPremisesDirectorySynchronizationCollectionResponse.cs +++ b/src/generated/Models/OnPremisesDirectorySynchronizationCollectionResponse.cs @@ -17,6 +17,7 @@ public class OnPremisesDirectorySynchronizationCollectionResponse : BaseCollecti /// /// 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 new OnPremisesDirectorySynchronizationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class OnPremisesDirectorySynchronizationCollectionResponse : BaseCollecti /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(OnPremisesDirectorySynchronization.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/OnPremisesDirectorySynchronizationConfiguration.cs b/src/generated/Models/OnPremisesDirectorySynchronizationConfiguration.cs index 9eb5b53e91..0ad02b023f 100644 --- a/src/generated/Models/OnPremisesDirectorySynchronizationConfiguration.cs +++ b/src/generated/Models/OnPremisesDirectorySynchronizationConfiguration.cs @@ -25,7 +25,7 @@ public class OnPremisesDirectorySynchronizationConfiguration : IAdditionalDataHo public string OdataType { get; set; } #endif /// - /// Instantiates a new onPremisesDirectorySynchronizationConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public OnPremisesDirectorySynchronizationConfiguration() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public OnPremisesDirectorySynchronizationConfiguration() { /// /// 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 OnPremisesDirectorySynchronizationConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static OnPremisesDirectorySynchronizationConfiguration CreateFromDiscrimi /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"accidentalDeletionPrevention", n => { AccidentalDeletionPrevention = n.GetObjectValue(OnPremisesAccidentalDeletionPrevention.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/OnPremisesDirectorySynchronizationFeature.cs b/src/generated/Models/OnPremisesDirectorySynchronizationFeature.cs index d8146ff476..a7c4517b86 100644 --- a/src/generated/Models/OnPremisesDirectorySynchronizationFeature.cs +++ b/src/generated/Models/OnPremisesDirectorySynchronizationFeature.cs @@ -55,7 +55,7 @@ public class OnPremisesDirectorySynchronizationFeature : IAdditionalDataHolder, /// Used to indicate that user writeback is enabled. public bool? UserWritebackEnabled { get; set; } /// - /// Instantiates a new onPremisesDirectorySynchronizationFeature and sets the default values. + /// Instantiates a new and sets the default values. /// public OnPremisesDirectorySynchronizationFeature() { AdditionalData = new Dictionary(); @@ -63,6 +63,7 @@ public OnPremisesDirectorySynchronizationFeature() { /// /// 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 OnPremisesDirectorySynchronizationFeature CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -71,6 +72,7 @@ public static OnPremisesDirectorySynchronizationFeature CreateFromDiscriminatorV /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"blockCloudObjectTakeoverThroughHardMatchEnabled", n => { BlockCloudObjectTakeoverThroughHardMatchEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/OnPremisesExtensionAttributes.cs b/src/generated/Models/OnPremisesExtensionAttributes.cs index 26f20bcc42..4d38b6ac75 100644 --- a/src/generated/Models/OnPremisesExtensionAttributes.cs +++ b/src/generated/Models/OnPremisesExtensionAttributes.cs @@ -137,7 +137,7 @@ public class OnPremisesExtensionAttributes : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new onPremisesExtensionAttributes and sets the default values. + /// Instantiates a new and sets the default values. /// public OnPremisesExtensionAttributes() { AdditionalData = new Dictionary(); @@ -145,6 +145,7 @@ public OnPremisesExtensionAttributes() { /// /// 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 OnPremisesExtensionAttributes CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -153,6 +154,7 @@ public static OnPremisesExtensionAttributes CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"extensionAttribute1", n => { ExtensionAttribute1 = n.GetStringValue(); } }, diff --git a/src/generated/Models/OnPremisesProvisioningError.cs b/src/generated/Models/OnPremisesProvisioningError.cs index 32b4947d29..013c0c9000 100644 --- a/src/generated/Models/OnPremisesProvisioningError.cs +++ b/src/generated/Models/OnPremisesProvisioningError.cs @@ -43,7 +43,7 @@ public class OnPremisesProvisioningError : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new onPremisesProvisioningError and sets the default values. + /// Instantiates a new and sets the default values. /// public OnPremisesProvisioningError() { AdditionalData = new Dictionary(); @@ -51,6 +51,7 @@ public OnPremisesProvisioningError() { /// /// 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 OnPremisesProvisioningError CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static OnPremisesProvisioningError CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"category", n => { Category = n.GetStringValue(); } }, diff --git a/src/generated/Models/Onenote.cs b/src/generated/Models/Onenote.cs index d5ad68f344..8f21087107 100644 --- a/src/generated/Models/Onenote.cs +++ b/src/generated/Models/Onenote.cs @@ -57,6 +57,7 @@ public class Onenote : Entity, IParsable { /// /// 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 new Onenote CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public class Onenote : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"notebooks", n => { Notebooks = n.GetCollectionOfObjectValues(Notebook.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/OnenoteEntityBaseModel.cs b/src/generated/Models/OnenoteEntityBaseModel.cs index 93fa4c88dc..2f2d652167 100644 --- a/src/generated/Models/OnenoteEntityBaseModel.cs +++ b/src/generated/Models/OnenoteEntityBaseModel.cs @@ -17,6 +17,7 @@ public class OnenoteEntityBaseModel : Entity, IParsable { /// /// 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 new OnenoteEntityBaseModel CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public class OnenoteEntityBaseModel : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"self", n => { Self = n.GetStringValue(); } }, diff --git a/src/generated/Models/OnenoteEntityHierarchyModel.cs b/src/generated/Models/OnenoteEntityHierarchyModel.cs index dae25e6375..e1960b5d60 100644 --- a/src/generated/Models/OnenoteEntityHierarchyModel.cs +++ b/src/generated/Models/OnenoteEntityHierarchyModel.cs @@ -33,7 +33,7 @@ public class OnenoteEntityHierarchyModel : OnenoteEntitySchemaObjectModel, IPars /// The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. public DateTimeOffset? LastModifiedDateTime { get; set; } /// - /// Instantiates a new onenoteEntityHierarchyModel and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenoteEntityHierarchyModel() : base() { OdataType = "#microsoft.graph.onenoteEntityHierarchyModel"; @@ -41,6 +41,7 @@ public OnenoteEntityHierarchyModel() : base() { /// /// 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 new OnenoteEntityHierarchyModel CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public OnenoteEntityHierarchyModel() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdBy", n => { CreatedBy = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/OnenoteEntitySchemaObjectModel.cs b/src/generated/Models/OnenoteEntitySchemaObjectModel.cs index c214e2004a..638a5b6e90 100644 --- a/src/generated/Models/OnenoteEntitySchemaObjectModel.cs +++ b/src/generated/Models/OnenoteEntitySchemaObjectModel.cs @@ -9,7 +9,7 @@ public class OnenoteEntitySchemaObjectModel : OnenoteEntityBaseModel, IParsable /// The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. public DateTimeOffset? CreatedDateTime { get; set; } /// - /// Instantiates a new onenoteEntitySchemaObjectModel and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenoteEntitySchemaObjectModel() : base() { OdataType = "#microsoft.graph.onenoteEntitySchemaObjectModel"; @@ -17,6 +17,7 @@ public OnenoteEntitySchemaObjectModel() : base() { /// /// 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 new OnenoteEntitySchemaObjectModel CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public OnenoteEntitySchemaObjectModel() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/OnenoteOperation.cs b/src/generated/Models/OnenoteOperation.cs index 1c54b3eabd..af8ae5556a 100644 --- a/src/generated/Models/OnenoteOperation.cs +++ b/src/generated/Models/OnenoteOperation.cs @@ -41,6 +41,7 @@ public class OnenoteOperation : Operation, IParsable { /// /// 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 new OnenoteOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public class OnenoteOperation : Operation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"error", n => { Error = n.GetObjectValue(OnenoteOperationError.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/OnenoteOperationCollectionResponse.cs b/src/generated/Models/OnenoteOperationCollectionResponse.cs index f7a26eae2d..66b925a64a 100644 --- a/src/generated/Models/OnenoteOperationCollectionResponse.cs +++ b/src/generated/Models/OnenoteOperationCollectionResponse.cs @@ -17,6 +17,7 @@ public class OnenoteOperationCollectionResponse : BaseCollectionPaginationCountR /// /// 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 new OnenoteOperationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class OnenoteOperationCollectionResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(OnenoteOperation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/OnenoteOperationError.cs b/src/generated/Models/OnenoteOperationError.cs index 007704d199..7591128d01 100644 --- a/src/generated/Models/OnenoteOperationError.cs +++ b/src/generated/Models/OnenoteOperationError.cs @@ -33,7 +33,7 @@ public class OnenoteOperationError : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new onenoteOperationError and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenoteOperationError() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public OnenoteOperationError() { /// /// 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 OnenoteOperationError CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static OnenoteOperationError CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"code", n => { Code = n.GetStringValue(); } }, diff --git a/src/generated/Models/OnenotePage.cs b/src/generated/Models/OnenotePage.cs index f0c5d27f8b..733cff940d 100644 --- a/src/generated/Models/OnenotePage.cs +++ b/src/generated/Models/OnenotePage.cs @@ -77,7 +77,7 @@ public class OnenotePage : OnenoteEntitySchemaObjectModel, IParsable { public List UserTags { get; set; } #endif /// - /// Instantiates a new onenotePage and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenotePage() : base() { OdataType = "#microsoft.graph.onenotePage"; @@ -85,6 +85,7 @@ public OnenotePage() : base() { /// /// 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 new OnenotePage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -93,6 +94,7 @@ public OnenotePage() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"content", n => { Content = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/OnenotePageCollectionResponse.cs b/src/generated/Models/OnenotePageCollectionResponse.cs index ae6de49668..7a641b01b1 100644 --- a/src/generated/Models/OnenotePageCollectionResponse.cs +++ b/src/generated/Models/OnenotePageCollectionResponse.cs @@ -17,6 +17,7 @@ public class OnenotePageCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new OnenotePageCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class OnenotePageCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(OnenotePage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/OnenotePagePreview.cs b/src/generated/Models/OnenotePagePreview.cs index 1a819b4254..1f00f87cd5 100644 --- a/src/generated/Models/OnenotePagePreview.cs +++ b/src/generated/Models/OnenotePagePreview.cs @@ -33,7 +33,7 @@ public class OnenotePagePreview : IAdditionalDataHolder, IParsable { public string PreviewText { get; set; } #endif /// - /// Instantiates a new onenotePagePreview and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenotePagePreview() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public OnenotePagePreview() { /// /// 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 OnenotePagePreview CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static OnenotePagePreview CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"links", n => { Links = n.GetObjectValue(OnenotePagePreviewLinks.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/OnenotePagePreviewLinks.cs b/src/generated/Models/OnenotePagePreviewLinks.cs index cb82d31f57..32bc2a3551 100644 --- a/src/generated/Models/OnenotePagePreviewLinks.cs +++ b/src/generated/Models/OnenotePagePreviewLinks.cs @@ -25,7 +25,7 @@ public class OnenotePagePreviewLinks : IAdditionalDataHolder, IParsable { public ExternalLink PreviewImageUrl { get; set; } #endif /// - /// Instantiates a new onenotePagePreviewLinks and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenotePagePreviewLinks() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public OnenotePagePreviewLinks() { /// /// 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 OnenotePagePreviewLinks CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static OnenotePagePreviewLinks CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/OnenotePatchContentCommand.cs b/src/generated/Models/OnenotePatchContentCommand.cs index 368c8f9f4c..ecff66cdf9 100644 --- a/src/generated/Models/OnenotePatchContentCommand.cs +++ b/src/generated/Models/OnenotePatchContentCommand.cs @@ -37,7 +37,7 @@ public class OnenotePatchContentCommand : IAdditionalDataHolder, IParsable { public string Target { get; set; } #endif /// - /// Instantiates a new onenotePatchContentCommand and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenotePatchContentCommand() { AdditionalData = new Dictionary(); @@ -45,6 +45,7 @@ public OnenotePatchContentCommand() { /// /// 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 OnenotePatchContentCommand CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public static OnenotePatchContentCommand CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"action", n => { Action = n.GetEnumValue(); } }, diff --git a/src/generated/Models/OnenoteResource.cs b/src/generated/Models/OnenoteResource.cs index 0af2668426..21cafdc601 100644 --- a/src/generated/Models/OnenoteResource.cs +++ b/src/generated/Models/OnenoteResource.cs @@ -23,7 +23,7 @@ public class OnenoteResource : OnenoteEntityBaseModel, IParsable { public string ContentUrl { get; set; } #endif /// - /// Instantiates a new onenoteResource and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenoteResource() : base() { OdataType = "#microsoft.graph.onenoteResource"; @@ -31,6 +31,7 @@ public OnenoteResource() : base() { /// /// 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 new OnenoteResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public OnenoteResource() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"content", n => { Content = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/OnenoteResourceCollectionResponse.cs b/src/generated/Models/OnenoteResourceCollectionResponse.cs index 28f3f6e0c2..0030e1ab8f 100644 --- a/src/generated/Models/OnenoteResourceCollectionResponse.cs +++ b/src/generated/Models/OnenoteResourceCollectionResponse.cs @@ -17,6 +17,7 @@ public class OnenoteResourceCollectionResponse : BaseCollectionPaginationCountRe /// /// 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 new OnenoteResourceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class OnenoteResourceCollectionResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(OnenoteResource.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/OnenoteSection.cs b/src/generated/Models/OnenoteSection.cs index 29e0204e3a..639c2d98ca 100644 --- a/src/generated/Models/OnenoteSection.cs +++ b/src/generated/Models/OnenoteSection.cs @@ -49,7 +49,7 @@ public class OnenoteSection : OnenoteEntityHierarchyModel, IParsable { public SectionGroup ParentSectionGroup { get; set; } #endif /// - /// Instantiates a new onenoteSection and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenoteSection() : base() { OdataType = "#microsoft.graph.onenoteSection"; @@ -57,6 +57,7 @@ public OnenoteSection() : base() { /// /// 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 new OnenoteSection CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public OnenoteSection() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"isDefault", n => { IsDefault = n.GetBoolValue(); } }, diff --git a/src/generated/Models/OnenoteSectionCollectionResponse.cs b/src/generated/Models/OnenoteSectionCollectionResponse.cs index 056a9be862..064325bfa4 100644 --- a/src/generated/Models/OnenoteSectionCollectionResponse.cs +++ b/src/generated/Models/OnenoteSectionCollectionResponse.cs @@ -17,6 +17,7 @@ public class OnenoteSectionCollectionResponse : BaseCollectionPaginationCountRes /// /// 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 new OnenoteSectionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class OnenoteSectionCollectionResponse : BaseCollectionPaginationCountRes /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(OnenoteSection.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/OnlineMeeting.cs b/src/generated/Models/OnlineMeeting.cs index 9ec0639e18..5d409818a5 100644 --- a/src/generated/Models/OnlineMeeting.cs +++ b/src/generated/Models/OnlineMeeting.cs @@ -63,7 +63,7 @@ public class OnlineMeeting : OnlineMeetingBase, IParsable { public List Transcripts { get; set; } #endif /// - /// Instantiates a new onlineMeeting and sets the default values. + /// Instantiates a new and sets the default values. /// public OnlineMeeting() : base() { OdataType = "#microsoft.graph.onlineMeeting"; @@ -71,6 +71,7 @@ public OnlineMeeting() : base() { /// /// 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 new OnlineMeeting CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -79,6 +80,7 @@ public OnlineMeeting() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"attendeeReport", n => { AttendeeReport = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/OnlineMeetingBase.cs b/src/generated/Models/OnlineMeetingBase.cs index 88d7934a13..ede41edd11 100644 --- a/src/generated/Models/OnlineMeetingBase.cs +++ b/src/generated/Models/OnlineMeetingBase.cs @@ -107,6 +107,7 @@ public class OnlineMeetingBase : Entity, IParsable { /// /// 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 new OnlineMeetingBase CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -120,6 +121,7 @@ public class OnlineMeetingBase : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowAttendeeToEnableCamera", n => { AllowAttendeeToEnableCamera = n.GetBoolValue(); } }, diff --git a/src/generated/Models/OnlineMeetingCollectionResponse.cs b/src/generated/Models/OnlineMeetingCollectionResponse.cs index 2f364d851e..52ea5008fa 100644 --- a/src/generated/Models/OnlineMeetingCollectionResponse.cs +++ b/src/generated/Models/OnlineMeetingCollectionResponse.cs @@ -17,6 +17,7 @@ public class OnlineMeetingCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new OnlineMeetingCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class OnlineMeetingCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(OnlineMeeting.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/OnlineMeetingInfo.cs b/src/generated/Models/OnlineMeetingInfo.cs index d4ea8bad5d..ede767cf33 100644 --- a/src/generated/Models/OnlineMeetingInfo.cs +++ b/src/generated/Models/OnlineMeetingInfo.cs @@ -65,7 +65,7 @@ public class OnlineMeetingInfo : IAdditionalDataHolder, IParsable { public string TollNumber { get; set; } #endif /// - /// Instantiates a new onlineMeetingInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public OnlineMeetingInfo() { AdditionalData = new Dictionary(); @@ -73,6 +73,7 @@ public OnlineMeetingInfo() { /// /// 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 OnlineMeetingInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -81,6 +82,7 @@ public static OnlineMeetingInfo CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"conferenceId", n => { ConferenceId = n.GetStringValue(); } }, diff --git a/src/generated/Models/OnlineMeetingRestricted.cs b/src/generated/Models/OnlineMeetingRestricted.cs index 514f539836..9138c674c8 100644 --- a/src/generated/Models/OnlineMeetingRestricted.cs +++ b/src/generated/Models/OnlineMeetingRestricted.cs @@ -21,7 +21,7 @@ public class OnlineMeetingRestricted : IAdditionalDataHolder, IParsable { /// Specifies the reason video from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue. public OnlineMeetingVideoDisabledReason? VideoDisabled { get; set; } /// - /// Instantiates a new onlineMeetingRestricted and sets the default values. + /// Instantiates a new and sets the default values. /// public OnlineMeetingRestricted() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public OnlineMeetingRestricted() { /// /// 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 OnlineMeetingRestricted CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static OnlineMeetingRestricted CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contentSharingDisabled", n => { ContentSharingDisabled = n.GetEnumValue(); } }, diff --git a/src/generated/Models/OpenShift.cs b/src/generated/Models/OpenShift.cs index 79970fa325..9b858bfdce 100644 --- a/src/generated/Models/OpenShift.cs +++ b/src/generated/Models/OpenShift.cs @@ -31,7 +31,7 @@ public class OpenShift : ChangeTrackedEntity, IParsable { public OpenShiftItem SharedOpenShift { get; set; } #endif /// - /// Instantiates a new openShift and sets the default values. + /// Instantiates a new and sets the default values. /// public OpenShift() : base() { OdataType = "#microsoft.graph.openShift"; @@ -39,6 +39,7 @@ public OpenShift() : base() { /// /// 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 new OpenShift CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public OpenShift() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"draftOpenShift", n => { DraftOpenShift = n.GetObjectValue(OpenShiftItem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/OpenShiftChangeRequest.cs b/src/generated/Models/OpenShiftChangeRequest.cs index 914b9b1357..eb08936ea9 100644 --- a/src/generated/Models/OpenShiftChangeRequest.cs +++ b/src/generated/Models/OpenShiftChangeRequest.cs @@ -15,7 +15,7 @@ public class OpenShiftChangeRequest : ScheduleChangeRequest, IParsable { public string OpenShiftId { get; set; } #endif /// - /// Instantiates a new openShiftChangeRequest and sets the default values. + /// Instantiates a new and sets the default values. /// public OpenShiftChangeRequest() : base() { OdataType = "#microsoft.graph.openShiftChangeRequest"; @@ -23,6 +23,7 @@ public OpenShiftChangeRequest() : base() { /// /// 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 new OpenShiftChangeRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public OpenShiftChangeRequest() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"openShiftId", n => { OpenShiftId = n.GetStringValue(); } }, diff --git a/src/generated/Models/OpenShiftChangeRequestCollectionResponse.cs b/src/generated/Models/OpenShiftChangeRequestCollectionResponse.cs index d3e840c053..1febccadac 100644 --- a/src/generated/Models/OpenShiftChangeRequestCollectionResponse.cs +++ b/src/generated/Models/OpenShiftChangeRequestCollectionResponse.cs @@ -17,6 +17,7 @@ public class OpenShiftChangeRequestCollectionResponse : BaseCollectionPagination /// /// 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 new OpenShiftChangeRequestCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class OpenShiftChangeRequestCollectionResponse : BaseCollectionPagination /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(OpenShiftChangeRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/OpenShiftCollectionResponse.cs b/src/generated/Models/OpenShiftCollectionResponse.cs index f31a017945..1e14e4f021 100644 --- a/src/generated/Models/OpenShiftCollectionResponse.cs +++ b/src/generated/Models/OpenShiftCollectionResponse.cs @@ -17,6 +17,7 @@ public class OpenShiftCollectionResponse : BaseCollectionPaginationCountResponse /// /// 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 new OpenShiftCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class OpenShiftCollectionResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(OpenShift.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/OpenShiftItem.cs b/src/generated/Models/OpenShiftItem.cs index ee9277af24..43a45155ba 100644 --- a/src/generated/Models/OpenShiftItem.cs +++ b/src/generated/Models/OpenShiftItem.cs @@ -9,7 +9,7 @@ public class OpenShiftItem : ShiftItem, IParsable { /// Count of the number of slots for the given open shift. public int? OpenSlotCount { get; set; } /// - /// Instantiates a new openShiftItem and sets the default values. + /// Instantiates a new and sets the default values. /// public OpenShiftItem() : base() { OdataType = "#microsoft.graph.openShiftItem"; @@ -17,6 +17,7 @@ public OpenShiftItem() : base() { /// /// 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 new OpenShiftItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public OpenShiftItem() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"openSlotCount", n => { OpenSlotCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/OpenTypeExtension.cs b/src/generated/Models/OpenTypeExtension.cs index 7633bc0a35..688c8cdaad 100644 --- a/src/generated/Models/OpenTypeExtension.cs +++ b/src/generated/Models/OpenTypeExtension.cs @@ -15,7 +15,7 @@ public class OpenTypeExtension : Extension, IParsable { public string ExtensionName { get; set; } #endif /// - /// Instantiates a new openTypeExtension and sets the default values. + /// Instantiates a new and sets the default values. /// public OpenTypeExtension() : base() { OdataType = "#microsoft.graph.openTypeExtension"; @@ -23,6 +23,7 @@ public OpenTypeExtension() : base() { /// /// 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 new OpenTypeExtension CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public OpenTypeExtension() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"extensionName", n => { ExtensionName = n.GetStringValue(); } }, diff --git a/src/generated/Models/Operation.cs b/src/generated/Models/Operation.cs index 8113ff0417..d0c16c0b12 100644 --- a/src/generated/Models/Operation.cs +++ b/src/generated/Models/Operation.cs @@ -15,6 +15,7 @@ public class Operation : Entity, IParsable { /// /// 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 new Operation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class Operation : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/OperationError.cs b/src/generated/Models/OperationError.cs index 29d781d818..1a719ac164 100644 --- a/src/generated/Models/OperationError.cs +++ b/src/generated/Models/OperationError.cs @@ -33,7 +33,7 @@ public class OperationError : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new operationError and sets the default values. + /// Instantiates a new and sets the default values. /// public OperationError() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public OperationError() { /// /// 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 OperationError CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static OperationError CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"code", n => { Code = n.GetStringValue(); } }, diff --git a/src/generated/Models/OptionalClaim.cs b/src/generated/Models/OptionalClaim.cs index d189595e0a..6f75c09e17 100644 --- a/src/generated/Models/OptionalClaim.cs +++ b/src/generated/Models/OptionalClaim.cs @@ -43,7 +43,7 @@ public class OptionalClaim : IAdditionalDataHolder, IParsable { public string Source { get; set; } #endif /// - /// Instantiates a new optionalClaim and sets the default values. + /// Instantiates a new and sets the default values. /// public OptionalClaim() { AdditionalData = new Dictionary(); @@ -51,6 +51,7 @@ public OptionalClaim() { /// /// 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 OptionalClaim CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static OptionalClaim CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"additionalProperties", n => { AdditionalProperties = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/OptionalClaims.cs b/src/generated/Models/OptionalClaims.cs index b2827f4e7d..cc5f09b146 100644 --- a/src/generated/Models/OptionalClaims.cs +++ b/src/generated/Models/OptionalClaims.cs @@ -41,7 +41,7 @@ public class OptionalClaims : IAdditionalDataHolder, IParsable { public List Saml2Token { get; set; } #endif /// - /// Instantiates a new optionalClaims and sets the default values. + /// Instantiates a new and sets the default values. /// public OptionalClaims() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public OptionalClaims() { /// /// 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 OptionalClaims CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static OptionalClaims CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"accessToken", n => { AccessToken = n.GetCollectionOfObjectValues(OptionalClaim.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/OrgContact.cs b/src/generated/Models/OrgContact.cs index f9f8deda48..031a00fc2a 100644 --- a/src/generated/Models/OrgContact.cs +++ b/src/generated/Models/OrgContact.cs @@ -147,7 +147,7 @@ public class OrgContact : DirectoryObject, IParsable { public List TransitiveMemberOf { get; set; } #endif /// - /// Instantiates a new orgContact and sets the default values. + /// Instantiates a new and sets the default values. /// public OrgContact() : base() { OdataType = "#microsoft.graph.orgContact"; @@ -155,6 +155,7 @@ public OrgContact() : base() { /// /// 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 new OrgContact CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -163,6 +164,7 @@ public OrgContact() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"addresses", n => { Addresses = n.GetCollectionOfObjectValues(PhysicalOfficeAddress.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/OrgContactCollectionResponse.cs b/src/generated/Models/OrgContactCollectionResponse.cs index 8a6ca5ee67..07c4768513 100644 --- a/src/generated/Models/OrgContactCollectionResponse.cs +++ b/src/generated/Models/OrgContactCollectionResponse.cs @@ -17,6 +17,7 @@ public class OrgContactCollectionResponse : BaseCollectionPaginationCountRespons /// /// 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 new OrgContactCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class OrgContactCollectionResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(OrgContact.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Organization.cs b/src/generated/Models/Organization.cs index 73749cf2a3..70540b9953 100644 --- a/src/generated/Models/Organization.cs +++ b/src/generated/Models/Organization.cs @@ -193,7 +193,7 @@ public class Organization : DirectoryObject, IParsable { public List VerifiedDomains { get; set; } #endif /// - /// Instantiates a new organization and sets the default values. + /// Instantiates a new and sets the default values. /// public Organization() : base() { OdataType = "#microsoft.graph.organization"; @@ -201,6 +201,7 @@ public Organization() : base() { /// /// 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 new Organization CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -209,6 +210,7 @@ public Organization() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assignedPlans", n => { AssignedPlans = n.GetCollectionOfObjectValues(AssignedPlan.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/OrganizationCollectionResponse.cs b/src/generated/Models/OrganizationCollectionResponse.cs index be6361d35e..5769ad9652 100644 --- a/src/generated/Models/OrganizationCollectionResponse.cs +++ b/src/generated/Models/OrganizationCollectionResponse.cs @@ -17,6 +17,7 @@ public class OrganizationCollectionResponse : BaseCollectionPaginationCountRespo /// /// 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 new OrganizationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class OrganizationCollectionResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Organization.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/OrganizationalBranding.cs b/src/generated/Models/OrganizationalBranding.cs index c53adc4713..e0aa672414 100644 --- a/src/generated/Models/OrganizationalBranding.cs +++ b/src/generated/Models/OrganizationalBranding.cs @@ -15,7 +15,7 @@ public class OrganizationalBranding : OrganizationalBrandingProperties, IParsabl public List Localizations { get; set; } #endif /// - /// Instantiates a new organizationalBranding and sets the default values. + /// Instantiates a new and sets the default values. /// public OrganizationalBranding() : base() { OdataType = "#microsoft.graph.organizationalBranding"; @@ -23,6 +23,7 @@ public OrganizationalBranding() : base() { /// /// 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 new OrganizationalBranding CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public OrganizationalBranding() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"localizations", n => { Localizations = n.GetCollectionOfObjectValues(OrganizationalBrandingLocalization.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/OrganizationalBrandingLocalization.cs b/src/generated/Models/OrganizationalBrandingLocalization.cs index 94fdad8d06..e37ada6405 100644 --- a/src/generated/Models/OrganizationalBrandingLocalization.cs +++ b/src/generated/Models/OrganizationalBrandingLocalization.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class OrganizationalBrandingLocalization : OrganizationalBrandingProperties, IParsable { /// - /// Instantiates a new organizationalBrandingLocalization and sets the default values. + /// Instantiates a new and sets the default values. /// public OrganizationalBrandingLocalization() : base() { OdataType = "#microsoft.graph.organizationalBrandingLocalization"; @@ -15,6 +15,7 @@ public OrganizationalBrandingLocalization() : base() { /// /// 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 new OrganizationalBrandingLocalization CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public OrganizationalBrandingLocalization() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/OrganizationalBrandingLocalizationCollectionResponse.cs b/src/generated/Models/OrganizationalBrandingLocalizationCollectionResponse.cs index 0b61e41038..0bbba7daec 100644 --- a/src/generated/Models/OrganizationalBrandingLocalizationCollectionResponse.cs +++ b/src/generated/Models/OrganizationalBrandingLocalizationCollectionResponse.cs @@ -17,6 +17,7 @@ public class OrganizationalBrandingLocalizationCollectionResponse : BaseCollecti /// /// 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 new OrganizationalBrandingLocalizationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class OrganizationalBrandingLocalizationCollectionResponse : BaseCollecti /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(OrganizationalBrandingLocalization.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/OrganizationalBrandingProperties.cs b/src/generated/Models/OrganizationalBrandingProperties.cs index dbe702c25c..72d2c62ff1 100644 --- a/src/generated/Models/OrganizationalBrandingProperties.cs +++ b/src/generated/Models/OrganizationalBrandingProperties.cs @@ -249,6 +249,7 @@ public class OrganizationalBrandingProperties : Entity, IParsable { /// /// 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 new OrganizationalBrandingProperties CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -262,6 +263,7 @@ public class OrganizationalBrandingProperties : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"backgroundColor", n => { BackgroundColor = n.GetStringValue(); } }, diff --git a/src/generated/Models/OrganizerMeetingInfo.cs b/src/generated/Models/OrganizerMeetingInfo.cs index f8ba6e7fb1..7936401bb8 100644 --- a/src/generated/Models/OrganizerMeetingInfo.cs +++ b/src/generated/Models/OrganizerMeetingInfo.cs @@ -15,7 +15,7 @@ public class OrganizerMeetingInfo : MeetingInfo, IParsable { public IdentitySet Organizer { get; set; } #endif /// - /// Instantiates a new organizerMeetingInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public OrganizerMeetingInfo() : base() { OdataType = "#microsoft.graph.organizerMeetingInfo"; @@ -23,6 +23,7 @@ public OrganizerMeetingInfo() : base() { /// /// 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 new OrganizerMeetingInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public OrganizerMeetingInfo() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"organizer", n => { Organizer = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/OsVersionCount.cs b/src/generated/Models/OsVersionCount.cs index dec49ded38..e64fbef3d5 100644 --- a/src/generated/Models/OsVersionCount.cs +++ b/src/generated/Models/OsVersionCount.cs @@ -32,7 +32,7 @@ public class OsVersionCount : IAdditionalDataHolder, IParsable { public string OsVersion { get; set; } #endif /// - /// Instantiates a new osVersionCount and sets the default values. + /// Instantiates a new and sets the default values. /// public OsVersionCount() { AdditionalData = new Dictionary(); @@ -40,6 +40,7 @@ public OsVersionCount() { /// /// 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 OsVersionCount CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -48,6 +49,7 @@ public static OsVersionCount CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"deviceCount", n => { DeviceCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/OutgoingCallOptions.cs b/src/generated/Models/OutgoingCallOptions.cs index 790673d6ae..2647e74964 100644 --- a/src/generated/Models/OutgoingCallOptions.cs +++ b/src/generated/Models/OutgoingCallOptions.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class OutgoingCallOptions : CallOptions, IParsable { /// - /// Instantiates a new outgoingCallOptions and sets the default values. + /// Instantiates a new and sets the default values. /// public OutgoingCallOptions() : base() { OdataType = "#microsoft.graph.outgoingCallOptions"; @@ -15,6 +15,7 @@ public OutgoingCallOptions() : base() { /// /// 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 new OutgoingCallOptions CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public OutgoingCallOptions() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/OutlookCategory.cs b/src/generated/Models/OutlookCategory.cs index 5e7a13d3d3..59fce2908d 100644 --- a/src/generated/Models/OutlookCategory.cs +++ b/src/generated/Models/OutlookCategory.cs @@ -19,6 +19,7 @@ public class OutlookCategory : Entity, IParsable { /// /// 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 new OutlookCategory CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class OutlookCategory : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"color", n => { Color = n.GetEnumValue(); } }, diff --git a/src/generated/Models/OutlookCategoryCollectionResponse.cs b/src/generated/Models/OutlookCategoryCollectionResponse.cs index befd562051..486f923e6e 100644 --- a/src/generated/Models/OutlookCategoryCollectionResponse.cs +++ b/src/generated/Models/OutlookCategoryCollectionResponse.cs @@ -17,6 +17,7 @@ public class OutlookCategoryCollectionResponse : BaseCollectionPaginationCountRe /// /// 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 new OutlookCategoryCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class OutlookCategoryCollectionResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(OutlookCategory.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/OutlookGeoCoordinates.cs b/src/generated/Models/OutlookGeoCoordinates.cs index a2694f77dd..39dd176d22 100644 --- a/src/generated/Models/OutlookGeoCoordinates.cs +++ b/src/generated/Models/OutlookGeoCoordinates.cs @@ -27,7 +27,7 @@ public class OutlookGeoCoordinates : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new outlookGeoCoordinates and sets the default values. + /// Instantiates a new and sets the default values. /// public OutlookGeoCoordinates() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public OutlookGeoCoordinates() { /// /// 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 OutlookGeoCoordinates CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static OutlookGeoCoordinates CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"accuracy", n => { Accuracy = n.GetDoubleValue(); } }, diff --git a/src/generated/Models/OutlookItem.cs b/src/generated/Models/OutlookItem.cs index 0f2dba034e..1b516fdf9e 100644 --- a/src/generated/Models/OutlookItem.cs +++ b/src/generated/Models/OutlookItem.cs @@ -29,6 +29,7 @@ public class OutlookItem : Entity, IParsable { /// /// 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 new OutlookItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -48,6 +49,7 @@ public class OutlookItem : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"categories", n => { Categories = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/OutlookUser.cs b/src/generated/Models/OutlookUser.cs index 7f8bd087c4..4d46dc0f5f 100644 --- a/src/generated/Models/OutlookUser.cs +++ b/src/generated/Models/OutlookUser.cs @@ -17,6 +17,7 @@ public class OutlookUser : Entity, IParsable { /// /// 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 new OutlookUser CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class OutlookUser : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"masterCategories", n => { MasterCategories = n.GetCollectionOfObjectValues(OutlookCategory.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Package.cs b/src/generated/Models/Package.cs index 4082382c87..880f8498fb 100644 --- a/src/generated/Models/Package.cs +++ b/src/generated/Models/Package.cs @@ -25,7 +25,7 @@ public class Package : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new package and sets the default values. + /// Instantiates a new and sets the default values. /// public Package() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public Package() { /// /// 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 Package CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static Package CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/PageLinks.cs b/src/generated/Models/PageLinks.cs index f5617d5b74..51d0dd14be 100644 --- a/src/generated/Models/PageLinks.cs +++ b/src/generated/Models/PageLinks.cs @@ -33,7 +33,7 @@ public class PageLinks : IAdditionalDataHolder, IParsable { public ExternalLink OneNoteWebUrl { get; set; } #endif /// - /// Instantiates a new pageLinks and sets the default values. + /// Instantiates a new and sets the default values. /// public PageLinks() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public PageLinks() { /// /// 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 PageLinks CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static PageLinks CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/ParentalControlSettings.cs b/src/generated/Models/ParentalControlSettings.cs index e0bfd89ed8..e99e4c562d 100644 --- a/src/generated/Models/ParentalControlSettings.cs +++ b/src/generated/Models/ParentalControlSettings.cs @@ -33,7 +33,7 @@ public class ParentalControlSettings : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new parentalControlSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public ParentalControlSettings() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public ParentalControlSettings() { /// /// 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 ParentalControlSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static ParentalControlSettings CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"countriesBlockedForMinors", n => { CountriesBlockedForMinors = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/ParseExpressionResponse.cs b/src/generated/Models/ParseExpressionResponse.cs index c36b1523ad..3e8aede184 100644 --- a/src/generated/Models/ParseExpressionResponse.cs +++ b/src/generated/Models/ParseExpressionResponse.cs @@ -45,7 +45,7 @@ public class ParseExpressionResponse : IAdditionalDataHolder, IParsable { /// true if the expression was parsed successfully. public bool? ParsingSucceeded { get; set; } /// - /// Instantiates a new parseExpressionResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public ParseExpressionResponse() { AdditionalData = new Dictionary(); @@ -53,6 +53,7 @@ public ParseExpressionResponse() { /// /// 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 ParseExpressionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -61,6 +62,7 @@ public static ParseExpressionResponse CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"error", n => { Error = n.GetObjectValue(PublicError.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Participant.cs b/src/generated/Models/Participant.cs index 36afc39637..7aa00195b7 100644 --- a/src/generated/Models/Participant.cs +++ b/src/generated/Models/Participant.cs @@ -63,6 +63,7 @@ public class Participant : Entity, IParsable { /// /// 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 new Participant CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -71,6 +72,7 @@ public class Participant : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"info", n => { Info = n.GetObjectValue(ParticipantInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ParticipantCollectionResponse.cs b/src/generated/Models/ParticipantCollectionResponse.cs index d3ebf7d3ee..aaa941545f 100644 --- a/src/generated/Models/ParticipantCollectionResponse.cs +++ b/src/generated/Models/ParticipantCollectionResponse.cs @@ -17,6 +17,7 @@ public class ParticipantCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new ParticipantCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ParticipantCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Participant.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ParticipantInfo.cs b/src/generated/Models/ParticipantInfo.cs index 5ccc0d1d9e..2cf460779b 100644 --- a/src/generated/Models/ParticipantInfo.cs +++ b/src/generated/Models/ParticipantInfo.cs @@ -59,7 +59,7 @@ public class ParticipantInfo : IAdditionalDataHolder, IParsable { public string Region { get; set; } #endif /// - /// Instantiates a new participantInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public ParticipantInfo() { AdditionalData = new Dictionary(); @@ -67,6 +67,7 @@ public ParticipantInfo() { /// /// 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 ParticipantInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -75,6 +76,7 @@ public static ParticipantInfo CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"countryCode", n => { CountryCode = n.GetStringValue(); } }, diff --git a/src/generated/Models/ParticipantJoiningNotification.cs b/src/generated/Models/ParticipantJoiningNotification.cs index a7cbc25916..6e7ecc4a38 100644 --- a/src/generated/Models/ParticipantJoiningNotification.cs +++ b/src/generated/Models/ParticipantJoiningNotification.cs @@ -17,6 +17,7 @@ public class ParticipantJoiningNotification : Entity, IParsable { /// /// 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 new ParticipantJoiningNotification CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ParticipantJoiningNotification : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"call", n => { Call = n.GetObjectValue(ApiSdk.Models.Call.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ParticipantLeftNotification.cs b/src/generated/Models/ParticipantLeftNotification.cs index b51d4e2de1..2a81c07734 100644 --- a/src/generated/Models/ParticipantLeftNotification.cs +++ b/src/generated/Models/ParticipantLeftNotification.cs @@ -25,6 +25,7 @@ public class ParticipantLeftNotification : Entity, IParsable { /// /// 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 new ParticipantLeftNotification CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class ParticipantLeftNotification : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"call", n => { Call = n.GetObjectValue(ApiSdk.Models.Call.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Partners/Billing/AzureUsage.cs b/src/generated/Models/Partners/Billing/AzureUsage.cs index df0cb8cf57..bcb9f8cbfa 100644 --- a/src/generated/Models/Partners/Billing/AzureUsage.cs +++ b/src/generated/Models/Partners/Billing/AzureUsage.cs @@ -25,6 +25,7 @@ public class AzureUsage : ApiSdk.Models.Entity, IParsable { /// /// 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 new AzureUsage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class AzureUsage : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"billed", n => { Billed = n.GetObjectValue(BilledUsage.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Partners/Billing/BilledUsage.cs b/src/generated/Models/Partners/Billing/BilledUsage.cs index 31f7865604..63779fa17a 100644 --- a/src/generated/Models/Partners/Billing/BilledUsage.cs +++ b/src/generated/Models/Partners/Billing/BilledUsage.cs @@ -9,6 +9,7 @@ public class BilledUsage : ApiSdk.Models.Entity, IParsable { /// /// 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 new BilledUsage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class BilledUsage : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/Partners/Billing/Billing.cs b/src/generated/Models/Partners/Billing/Billing.cs index 57dc4efc9e..3efa25fced 100644 --- a/src/generated/Models/Partners/Billing/Billing.cs +++ b/src/generated/Models/Partners/Billing/Billing.cs @@ -33,6 +33,7 @@ public class Billing : ApiSdk.Models.Entity, IParsable { /// /// 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 new Billing CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class Billing : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"manifests", n => { Manifests = n.GetCollectionOfObjectValues(Manifest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Partners/Billing/Blob.cs b/src/generated/Models/Partners/Billing/Blob.cs index 6e7599b9dd..81cca4995d 100644 --- a/src/generated/Models/Partners/Billing/Blob.cs +++ b/src/generated/Models/Partners/Billing/Blob.cs @@ -33,7 +33,7 @@ public class Blob : IAdditionalDataHolder, IParsable { public string PartitionValue { get; set; } #endif /// - /// Instantiates a new blob and sets the default values. + /// Instantiates a new and sets the default values. /// public Blob() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public Blob() { /// /// 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 Blob CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static Blob CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/Partners/Billing/ExportSuccessOperation.cs b/src/generated/Models/Partners/Billing/ExportSuccessOperation.cs index 9f4dd431a8..75ab204db6 100644 --- a/src/generated/Models/Partners/Billing/ExportSuccessOperation.cs +++ b/src/generated/Models/Partners/Billing/ExportSuccessOperation.cs @@ -17,6 +17,7 @@ public class ExportSuccessOperation : Operation, IParsable { /// /// 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 new ExportSuccessOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ExportSuccessOperation : Operation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"resourceLocation", n => { ResourceLocation = n.GetObjectValue(Manifest.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Partners/Billing/FailedOperation.cs b/src/generated/Models/Partners/Billing/FailedOperation.cs index d3cafacbc8..7a1ef364a1 100644 --- a/src/generated/Models/Partners/Billing/FailedOperation.cs +++ b/src/generated/Models/Partners/Billing/FailedOperation.cs @@ -17,6 +17,7 @@ public class FailedOperation : Operation, IParsable { /// /// 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 new FailedOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class FailedOperation : Operation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"error", n => { Error = n.GetObjectValue(ApiSdk.Models.PublicError.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Partners/Billing/Manifest.cs b/src/generated/Models/Partners/Billing/Manifest.cs index fe1183c7a1..319949bb19 100644 --- a/src/generated/Models/Partners/Billing/Manifest.cs +++ b/src/generated/Models/Partners/Billing/Manifest.cs @@ -77,6 +77,7 @@ public class Manifest : ApiSdk.Models.Entity, IParsable { /// /// 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 new Manifest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public class Manifest : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"blobCount", n => { BlobCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/Partners/Billing/ManifestCollectionResponse.cs b/src/generated/Models/Partners/Billing/ManifestCollectionResponse.cs index ec92e87952..f79f7c308f 100644 --- a/src/generated/Models/Partners/Billing/ManifestCollectionResponse.cs +++ b/src/generated/Models/Partners/Billing/ManifestCollectionResponse.cs @@ -17,6 +17,7 @@ public class ManifestCollectionResponse : ApiSdk.Models.BaseCollectionPagination /// /// 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 new ManifestCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ManifestCollectionResponse : ApiSdk.Models.BaseCollectionPagination /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Manifest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Partners/Billing/Operation.cs b/src/generated/Models/Partners/Billing/Operation.cs index a1f9e55fba..7a066d01eb 100644 --- a/src/generated/Models/Partners/Billing/Operation.cs +++ b/src/generated/Models/Partners/Billing/Operation.cs @@ -15,6 +15,7 @@ public class Operation : ApiSdk.Models.Entity, IParsable { /// /// 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 new Operation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -29,6 +30,7 @@ public class Operation : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/Partners/Billing/OperationCollectionResponse.cs b/src/generated/Models/Partners/Billing/OperationCollectionResponse.cs index c45f04df94..3086cec963 100644 --- a/src/generated/Models/Partners/Billing/OperationCollectionResponse.cs +++ b/src/generated/Models/Partners/Billing/OperationCollectionResponse.cs @@ -17,6 +17,7 @@ public class OperationCollectionResponse : ApiSdk.Models.BaseCollectionPaginatio /// /// 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 new OperationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class OperationCollectionResponse : ApiSdk.Models.BaseCollectionPaginatio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Operation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Partners/Billing/RunningOperation.cs b/src/generated/Models/Partners/Billing/RunningOperation.cs index 210eeb2774..106ae3a268 100644 --- a/src/generated/Models/Partners/Billing/RunningOperation.cs +++ b/src/generated/Models/Partners/Billing/RunningOperation.cs @@ -9,6 +9,7 @@ public class RunningOperation : Operation, IParsable { /// /// 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 new RunningOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class RunningOperation : Operation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/Partners/Billing/UnbilledUsage.cs b/src/generated/Models/Partners/Billing/UnbilledUsage.cs index 34145ec7b3..95d4baf64b 100644 --- a/src/generated/Models/Partners/Billing/UnbilledUsage.cs +++ b/src/generated/Models/Partners/Billing/UnbilledUsage.cs @@ -9,6 +9,7 @@ public class UnbilledUsage : ApiSdk.Models.Entity, IParsable { /// /// 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 new UnbilledUsage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class UnbilledUsage : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/Partners/Partners.cs b/src/generated/Models/Partners/Partners.cs index 8a7ba8f8e5..b092ed19d7 100644 --- a/src/generated/Models/Partners/Partners.cs +++ b/src/generated/Models/Partners/Partners.cs @@ -18,6 +18,7 @@ public class Partners : ApiSdk.Models.Entity, IParsable { /// /// 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 new Partners CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class Partners : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"billing", n => { Billing = n.GetObjectValue(ApiSdk.Models.Partners.Billing.Billing.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/PasswordAuthenticationMethod.cs b/src/generated/Models/PasswordAuthenticationMethod.cs index 5f57777405..1028dedd08 100644 --- a/src/generated/Models/PasswordAuthenticationMethod.cs +++ b/src/generated/Models/PasswordAuthenticationMethod.cs @@ -17,7 +17,7 @@ public class PasswordAuthenticationMethod : AuthenticationMethod, IParsable { public string Password { get; set; } #endif /// - /// Instantiates a new passwordAuthenticationMethod and sets the default values. + /// Instantiates a new and sets the default values. /// public PasswordAuthenticationMethod() : base() { OdataType = "#microsoft.graph.passwordAuthenticationMethod"; @@ -25,6 +25,7 @@ public PasswordAuthenticationMethod() : base() { /// /// 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 new PasswordAuthenticationMethod CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public PasswordAuthenticationMethod() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/PasswordAuthenticationMethodCollectionResponse.cs b/src/generated/Models/PasswordAuthenticationMethodCollectionResponse.cs index 218abfbfc0..9859309e26 100644 --- a/src/generated/Models/PasswordAuthenticationMethodCollectionResponse.cs +++ b/src/generated/Models/PasswordAuthenticationMethodCollectionResponse.cs @@ -17,6 +17,7 @@ public class PasswordAuthenticationMethodCollectionResponse : BaseCollectionPagi /// /// 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 new PasswordAuthenticationMethodCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PasswordAuthenticationMethodCollectionResponse : BaseCollectionPagi /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PasswordAuthenticationMethod.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PasswordCredential.cs b/src/generated/Models/PasswordCredential.cs index 6f8b7685cc..188d08a169 100644 --- a/src/generated/Models/PasswordCredential.cs +++ b/src/generated/Models/PasswordCredential.cs @@ -55,7 +55,7 @@ public class PasswordCredential : IAdditionalDataHolder, IParsable { /// The date and time at which the password becomes valid. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional. public DateTimeOffset? StartDateTime { get; set; } /// - /// Instantiates a new passwordCredential and sets the default values. + /// Instantiates a new and sets the default values. /// public PasswordCredential() { AdditionalData = new Dictionary(); @@ -63,6 +63,7 @@ public PasswordCredential() { /// /// 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 PasswordCredential CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -71,6 +72,7 @@ public static PasswordCredential CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"customKeyIdentifier", n => { CustomKeyIdentifier = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/PasswordCredentialConfiguration.cs b/src/generated/Models/PasswordCredentialConfiguration.cs index 184ebf189d..612383efee 100644 --- a/src/generated/Models/PasswordCredentialConfiguration.cs +++ b/src/generated/Models/PasswordCredentialConfiguration.cs @@ -23,7 +23,7 @@ public class PasswordCredentialConfiguration : IAdditionalDataHolder, IParsable /// The type of restriction being applied. The possible values are: passwordAddition, passwordLifetime, symmetricKeyAddition, symmetricKeyLifetime,customPasswordAddition, unknownFutureValue. Each value of restrictionType can be used only once per policy. public AppCredentialRestrictionType? RestrictionType { get; set; } /// - /// Instantiates a new passwordCredentialConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public PasswordCredentialConfiguration() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public PasswordCredentialConfiguration() { /// /// 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 PasswordCredentialConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static PasswordCredentialConfiguration CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"maxLifetime", n => { MaxLifetime = n.GetTimeSpanValue(); } }, diff --git a/src/generated/Models/PasswordProfile.cs b/src/generated/Models/PasswordProfile.cs index b12d07ccef..81faad64ba 100644 --- a/src/generated/Models/PasswordProfile.cs +++ b/src/generated/Models/PasswordProfile.cs @@ -29,7 +29,7 @@ public class PasswordProfile : IAdditionalDataHolder, IParsable { public string Password { get; set; } #endif /// - /// Instantiates a new passwordProfile and sets the default values. + /// Instantiates a new and sets the default values. /// public PasswordProfile() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public PasswordProfile() { /// /// 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 PasswordProfile CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static PasswordProfile CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"forceChangePasswordNextSignIn", n => { ForceChangePasswordNextSignIn = n.GetBoolValue(); } }, diff --git a/src/generated/Models/PasswordResetResponse.cs b/src/generated/Models/PasswordResetResponse.cs index 34c2e75b67..2c2f8fa1f7 100644 --- a/src/generated/Models/PasswordResetResponse.cs +++ b/src/generated/Models/PasswordResetResponse.cs @@ -25,7 +25,7 @@ public class PasswordResetResponse : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new passwordResetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public PasswordResetResponse() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public PasswordResetResponse() { /// /// 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 PasswordResetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static PasswordResetResponse CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"newPassword", n => { NewPassword = n.GetStringValue(); } }, diff --git a/src/generated/Models/PatternedRecurrence.cs b/src/generated/Models/PatternedRecurrence.cs index 08f320e2b2..de46d5c023 100644 --- a/src/generated/Models/PatternedRecurrence.cs +++ b/src/generated/Models/PatternedRecurrence.cs @@ -33,7 +33,7 @@ public class PatternedRecurrence : IAdditionalDataHolder, IParsable { public RecurrenceRange Range { get; set; } #endif /// - /// Instantiates a new patternedRecurrence and sets the default values. + /// Instantiates a new and sets the default values. /// public PatternedRecurrence() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public PatternedRecurrence() { /// /// 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 PatternedRecurrence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static PatternedRecurrence CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/Payload.cs b/src/generated/Models/Payload.cs index 4f4b1f0586..00aa26ac9d 100644 --- a/src/generated/Models/Payload.cs +++ b/src/generated/Models/Payload.cs @@ -95,6 +95,7 @@ public class Payload : Entity, IParsable { /// /// 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 new Payload CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -103,6 +104,7 @@ public class Payload : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"brand", n => { Brand = n.GetEnumValue(); } }, diff --git a/src/generated/Models/PayloadCoachmark.cs b/src/generated/Models/PayloadCoachmark.cs index 63cc73d02c..412beac77c 100644 --- a/src/generated/Models/PayloadCoachmark.cs +++ b/src/generated/Models/PayloadCoachmark.cs @@ -59,7 +59,7 @@ public class PayloadCoachmark : IAdditionalDataHolder, IParsable { public string Order { get; set; } #endif /// - /// Instantiates a new payloadCoachmark and sets the default values. + /// Instantiates a new and sets the default values. /// public PayloadCoachmark() { AdditionalData = new Dictionary(); @@ -67,6 +67,7 @@ public PayloadCoachmark() { /// /// 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 PayloadCoachmark CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -75,6 +76,7 @@ public static PayloadCoachmark CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"coachmarkLocation", n => { CoachmarkLocation = n.GetObjectValue(ApiSdk.Models.CoachmarkLocation.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/PayloadCollectionResponse.cs b/src/generated/Models/PayloadCollectionResponse.cs index 1c5252dc16..39892a5e3e 100644 --- a/src/generated/Models/PayloadCollectionResponse.cs +++ b/src/generated/Models/PayloadCollectionResponse.cs @@ -17,6 +17,7 @@ public class PayloadCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new PayloadCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PayloadCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Payload.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PayloadDetail.cs b/src/generated/Models/PayloadDetail.cs index 8b0a4e1e34..3cdcbaafc3 100644 --- a/src/generated/Models/PayloadDetail.cs +++ b/src/generated/Models/PayloadDetail.cs @@ -41,7 +41,7 @@ public class PayloadDetail : IAdditionalDataHolder, IParsable { public string PhishingUrl { get; set; } #endif /// - /// Instantiates a new payloadDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public PayloadDetail() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public PayloadDetail() { /// /// 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 PayloadDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -61,6 +62,7 @@ public static PayloadDetail CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"coachmarks", n => { Coachmarks = n.GetCollectionOfObjectValues(PayloadCoachmark.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PendingContentUpdate.cs b/src/generated/Models/PendingContentUpdate.cs index 02a02e0920..34d7ad1521 100644 --- a/src/generated/Models/PendingContentUpdate.cs +++ b/src/generated/Models/PendingContentUpdate.cs @@ -19,7 +19,7 @@ public class PendingContentUpdate : IAdditionalDataHolder, IParsable { /// Date and time the pending binary operation was queued in UTC time. Read-only. public DateTimeOffset? QueuedDateTime { get; set; } /// - /// Instantiates a new pendingContentUpdate and sets the default values. + /// Instantiates a new and sets the default values. /// public PendingContentUpdate() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public PendingContentUpdate() { /// /// 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 PendingContentUpdate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static PendingContentUpdate CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/PendingOperations.cs b/src/generated/Models/PendingOperations.cs index 2e0c010f83..d6842f006f 100644 --- a/src/generated/Models/PendingOperations.cs +++ b/src/generated/Models/PendingOperations.cs @@ -25,7 +25,7 @@ public class PendingOperations : IAdditionalDataHolder, IParsable { public ApiSdk.Models.PendingContentUpdate PendingContentUpdate { get; set; } #endif /// - /// Instantiates a new pendingOperations and sets the default values. + /// Instantiates a new and sets the default values. /// public PendingOperations() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public PendingOperations() { /// /// 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 PendingOperations CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static PendingOperations CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/PeopleAdminSettings.cs b/src/generated/Models/PeopleAdminSettings.cs index fbd9954937..da5abb6ff5 100644 --- a/src/generated/Models/PeopleAdminSettings.cs +++ b/src/generated/Models/PeopleAdminSettings.cs @@ -25,6 +25,7 @@ public class PeopleAdminSettings : Entity, IParsable { /// /// 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 new PeopleAdminSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class PeopleAdminSettings : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"profileCardProperties", n => { ProfileCardProperties = n.GetCollectionOfObjectValues(ProfileCardProperty.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Permission.cs b/src/generated/Models/Permission.cs index 166b7d1e5d..55904ed8c1 100644 --- a/src/generated/Models/Permission.cs +++ b/src/generated/Models/Permission.cs @@ -85,6 +85,7 @@ public class Permission : Entity, IParsable { /// /// 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 new Permission CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -93,6 +94,7 @@ public class Permission : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"expirationDateTime", n => { ExpirationDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/PermissionCollectionResponse.cs b/src/generated/Models/PermissionCollectionResponse.cs index a479396e65..30e39dbf0c 100644 --- a/src/generated/Models/PermissionCollectionResponse.cs +++ b/src/generated/Models/PermissionCollectionResponse.cs @@ -17,6 +17,7 @@ public class PermissionCollectionResponse : BaseCollectionPaginationCountRespons /// /// 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 new PermissionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PermissionCollectionResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Permission.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PermissionGrantConditionSet.cs b/src/generated/Models/PermissionGrantConditionSet.cs index f33570a7f2..90d15309f1 100644 --- a/src/generated/Models/PermissionGrantConditionSet.cs +++ b/src/generated/Models/PermissionGrantConditionSet.cs @@ -61,6 +61,7 @@ public class PermissionGrantConditionSet : Entity, IParsable { /// /// 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 new PermissionGrantConditionSet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -69,6 +70,7 @@ public class PermissionGrantConditionSet : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"clientApplicationIds", n => { ClientApplicationIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/PermissionGrantConditionSetCollectionResponse.cs b/src/generated/Models/PermissionGrantConditionSetCollectionResponse.cs index 27736549e0..24069fa803 100644 --- a/src/generated/Models/PermissionGrantConditionSetCollectionResponse.cs +++ b/src/generated/Models/PermissionGrantConditionSetCollectionResponse.cs @@ -17,6 +17,7 @@ public class PermissionGrantConditionSetCollectionResponse : BaseCollectionPagin /// /// 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 new PermissionGrantConditionSetCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PermissionGrantConditionSetCollectionResponse : BaseCollectionPagin /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PermissionGrantConditionSet.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PermissionGrantPolicy.cs b/src/generated/Models/PermissionGrantPolicy.cs index 22d480557d..bb133e88bf 100644 --- a/src/generated/Models/PermissionGrantPolicy.cs +++ b/src/generated/Models/PermissionGrantPolicy.cs @@ -23,7 +23,7 @@ public class PermissionGrantPolicy : PolicyBase, IParsable { public List Includes { get; set; } #endif /// - /// Instantiates a new permissionGrantPolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public PermissionGrantPolicy() : base() { OdataType = "#microsoft.graph.permissionGrantPolicy"; @@ -31,6 +31,7 @@ public PermissionGrantPolicy() : base() { /// /// 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 new PermissionGrantPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public PermissionGrantPolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"excludes", n => { Excludes = n.GetCollectionOfObjectValues(PermissionGrantConditionSet.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PermissionGrantPolicyCollectionResponse.cs b/src/generated/Models/PermissionGrantPolicyCollectionResponse.cs index 8d0d38c104..e82a1eef99 100644 --- a/src/generated/Models/PermissionGrantPolicyCollectionResponse.cs +++ b/src/generated/Models/PermissionGrantPolicyCollectionResponse.cs @@ -17,6 +17,7 @@ public class PermissionGrantPolicyCollectionResponse : BaseCollectionPaginationC /// /// 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 new PermissionGrantPolicyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PermissionGrantPolicyCollectionResponse : BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PermissionGrantPolicy.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PermissionScope.cs b/src/generated/Models/PermissionScope.cs index cb575f068c..dcaf68c295 100644 --- a/src/generated/Models/PermissionScope.cs +++ b/src/generated/Models/PermissionScope.cs @@ -77,7 +77,7 @@ public class PermissionScope : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new permissionScope and sets the default values. + /// Instantiates a new and sets the default values. /// public PermissionScope() { AdditionalData = new Dictionary(); @@ -85,6 +85,7 @@ public PermissionScope() { /// /// 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 PermissionScope CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -93,6 +94,7 @@ public static PermissionScope CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"adminConsentDescription", n => { AdminConsentDescription = n.GetStringValue(); } }, diff --git a/src/generated/Models/PersistentBrowserSessionControl.cs b/src/generated/Models/PersistentBrowserSessionControl.cs index 7a23085bf7..78afdb081f 100644 --- a/src/generated/Models/PersistentBrowserSessionControl.cs +++ b/src/generated/Models/PersistentBrowserSessionControl.cs @@ -9,7 +9,7 @@ public class PersistentBrowserSessionControl : ConditionalAccessSessionControl, /// Possible values are: always, never. public PersistentBrowserSessionMode? Mode { get; set; } /// - /// Instantiates a new persistentBrowserSessionControl and sets the default values. + /// Instantiates a new and sets the default values. /// public PersistentBrowserSessionControl() : base() { OdataType = "#microsoft.graph.persistentBrowserSessionControl"; @@ -17,6 +17,7 @@ public PersistentBrowserSessionControl() : base() { /// /// 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 new PersistentBrowserSessionControl CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public PersistentBrowserSessionControl() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"mode", n => { Mode = n.GetEnumValue(); } }, diff --git a/src/generated/Models/Person.cs b/src/generated/Models/Person.cs index 855331acbc..93ad027ec0 100644 --- a/src/generated/Models/Person.cs +++ b/src/generated/Models/Person.cs @@ -155,6 +155,7 @@ public class Person : Entity, IParsable { /// /// 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 new Person CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -163,6 +164,7 @@ public class Person : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"birthday", n => { Birthday = n.GetStringValue(); } }, diff --git a/src/generated/Models/PersonCollectionResponse.cs b/src/generated/Models/PersonCollectionResponse.cs index 995fe2893a..155d3953e0 100644 --- a/src/generated/Models/PersonCollectionResponse.cs +++ b/src/generated/Models/PersonCollectionResponse.cs @@ -17,6 +17,7 @@ public class PersonCollectionResponse : BaseCollectionPaginationCountResponse, I /// /// 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 new PersonCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PersonCollectionResponse : BaseCollectionPaginationCountResponse, I /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Person.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PersonOrGroupColumn.cs b/src/generated/Models/PersonOrGroupColumn.cs index 4f7b439fa3..6e3f6449f7 100644 --- a/src/generated/Models/PersonOrGroupColumn.cs +++ b/src/generated/Models/PersonOrGroupColumn.cs @@ -35,7 +35,7 @@ public class PersonOrGroupColumn : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new personOrGroupColumn and sets the default values. + /// Instantiates a new and sets the default values. /// public PersonOrGroupColumn() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public PersonOrGroupColumn() { /// /// 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 PersonOrGroupColumn CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static PersonOrGroupColumn CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowMultipleSelection", n => { AllowMultipleSelection = n.GetBoolValue(); } }, diff --git a/src/generated/Models/PersonType.cs b/src/generated/Models/PersonType.cs index 956509fcf4..1ee949601b 100644 --- a/src/generated/Models/PersonType.cs +++ b/src/generated/Models/PersonType.cs @@ -33,7 +33,7 @@ public class PersonType : IAdditionalDataHolder, IParsable { public string Subclass { get; set; } #endif /// - /// Instantiates a new personType and sets the default values. + /// Instantiates a new and sets the default values. /// public PersonType() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public PersonType() { /// /// 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 PersonType CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static PersonType CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"class", n => { Class = n.GetStringValue(); } }, diff --git a/src/generated/Models/Phone.cs b/src/generated/Models/Phone.cs index 5f72df9630..45b9bc7475 100644 --- a/src/generated/Models/Phone.cs +++ b/src/generated/Models/Phone.cs @@ -43,7 +43,7 @@ public class Phone : IAdditionalDataHolder, IParsable { /// The type of phone number. The possible values are: home, business, mobile, other, assistant, homeFax, businessFax, otherFax, pager, radio. public PhoneType? Type { get; set; } /// - /// Instantiates a new phone and sets the default values. + /// Instantiates a new and sets the default values. /// public Phone() { AdditionalData = new Dictionary(); @@ -51,6 +51,7 @@ public Phone() { /// /// 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 Phone CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static Phone CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"language", n => { Language = n.GetStringValue(); } }, diff --git a/src/generated/Models/PhoneAuthenticationMethod.cs b/src/generated/Models/PhoneAuthenticationMethod.cs index 93faf0b911..bc1b0faaa7 100644 --- a/src/generated/Models/PhoneAuthenticationMethod.cs +++ b/src/generated/Models/PhoneAuthenticationMethod.cs @@ -19,7 +19,7 @@ public class PhoneAuthenticationMethod : AuthenticationMethod, IParsable { /// Whether a phone is ready to be used for SMS sign-in or not. Possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue. public AuthenticationMethodSignInState? SmsSignInState { get; set; } /// - /// Instantiates a new phoneAuthenticationMethod and sets the default values. + /// Instantiates a new and sets the default values. /// public PhoneAuthenticationMethod() : base() { OdataType = "#microsoft.graph.phoneAuthenticationMethod"; @@ -27,6 +27,7 @@ public PhoneAuthenticationMethod() : base() { /// /// 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 new PhoneAuthenticationMethod CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public PhoneAuthenticationMethod() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"phoneNumber", n => { PhoneNumber = n.GetStringValue(); } }, diff --git a/src/generated/Models/PhoneAuthenticationMethodCollectionResponse.cs b/src/generated/Models/PhoneAuthenticationMethodCollectionResponse.cs index e3cb5706de..a23e8809a5 100644 --- a/src/generated/Models/PhoneAuthenticationMethodCollectionResponse.cs +++ b/src/generated/Models/PhoneAuthenticationMethodCollectionResponse.cs @@ -17,6 +17,7 @@ public class PhoneAuthenticationMethodCollectionResponse : BaseCollectionPaginat /// /// 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 new PhoneAuthenticationMethodCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PhoneAuthenticationMethodCollectionResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PhoneAuthenticationMethod.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Photo.cs b/src/generated/Models/Photo.cs index a64057085c..d404230a7d 100644 --- a/src/generated/Models/Photo.cs +++ b/src/generated/Models/Photo.cs @@ -47,7 +47,7 @@ public class Photo : IAdditionalDataHolder, IParsable { /// Represents the date and time the photo was taken. Read-only. public DateTimeOffset? TakenDateTime { get; set; } /// - /// Instantiates a new photo and sets the default values. + /// Instantiates a new and sets the default values. /// public Photo() { AdditionalData = new Dictionary(); @@ -55,6 +55,7 @@ public Photo() { /// /// 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 Photo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -63,6 +64,7 @@ public static Photo CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cameraMake", n => { CameraMake = n.GetStringValue(); } }, diff --git a/src/generated/Models/PhysicalAddress.cs b/src/generated/Models/PhysicalAddress.cs index cc9efa35d8..0669222d64 100644 --- a/src/generated/Models/PhysicalAddress.cs +++ b/src/generated/Models/PhysicalAddress.cs @@ -57,7 +57,7 @@ public class PhysicalAddress : IAdditionalDataHolder, IParsable { public string Street { get; set; } #endif /// - /// Instantiates a new physicalAddress and sets the default values. + /// Instantiates a new and sets the default values. /// public PhysicalAddress() { AdditionalData = new Dictionary(); @@ -65,6 +65,7 @@ public PhysicalAddress() { /// /// 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 PhysicalAddress CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public static PhysicalAddress CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"city", n => { City = n.GetStringValue(); } }, diff --git a/src/generated/Models/PhysicalOfficeAddress.cs b/src/generated/Models/PhysicalOfficeAddress.cs index 0f76c3585c..42f6c7653c 100644 --- a/src/generated/Models/PhysicalOfficeAddress.cs +++ b/src/generated/Models/PhysicalOfficeAddress.cs @@ -65,7 +65,7 @@ public class PhysicalOfficeAddress : IAdditionalDataHolder, IParsable { public string Street { get; set; } #endif /// - /// Instantiates a new physicalOfficeAddress and sets the default values. + /// Instantiates a new and sets the default values. /// public PhysicalOfficeAddress() { AdditionalData = new Dictionary(); @@ -73,6 +73,7 @@ public PhysicalOfficeAddress() { /// /// 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 PhysicalOfficeAddress CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -81,6 +82,7 @@ public static PhysicalOfficeAddress CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"city", n => { City = n.GetStringValue(); } }, diff --git a/src/generated/Models/PinnedChatMessageInfo.cs b/src/generated/Models/PinnedChatMessageInfo.cs index 195ddb3321..85d20fe6bc 100644 --- a/src/generated/Models/PinnedChatMessageInfo.cs +++ b/src/generated/Models/PinnedChatMessageInfo.cs @@ -17,6 +17,7 @@ public class PinnedChatMessageInfo : Entity, IParsable { /// /// 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 new PinnedChatMessageInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PinnedChatMessageInfo : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"message", n => { Message = n.GetObjectValue(ChatMessage.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/PinnedChatMessageInfoCollectionResponse.cs b/src/generated/Models/PinnedChatMessageInfoCollectionResponse.cs index a92cd9f1ce..54983c97ae 100644 --- a/src/generated/Models/PinnedChatMessageInfoCollectionResponse.cs +++ b/src/generated/Models/PinnedChatMessageInfoCollectionResponse.cs @@ -17,6 +17,7 @@ public class PinnedChatMessageInfoCollectionResponse : BaseCollectionPaginationC /// /// 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 new PinnedChatMessageInfoCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PinnedChatMessageInfoCollectionResponse : BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PinnedChatMessageInfo.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Pkcs12Certificate.cs b/src/generated/Models/Pkcs12Certificate.cs index b79145344f..4ccf12fa82 100644 --- a/src/generated/Models/Pkcs12Certificate.cs +++ b/src/generated/Models/Pkcs12Certificate.cs @@ -23,7 +23,7 @@ public class Pkcs12Certificate : ApiAuthenticationConfigurationBase, IParsable { public string Pkcs12Value { get; set; } #endif /// - /// Instantiates a new pkcs12Certificate and sets the default values. + /// Instantiates a new and sets the default values. /// public Pkcs12Certificate() : base() { OdataType = "#microsoft.graph.pkcs12Certificate"; @@ -31,6 +31,7 @@ public Pkcs12Certificate() : base() { /// /// 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 new Pkcs12Certificate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public Pkcs12Certificate() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"password", n => { Password = n.GetStringValue(); } }, diff --git a/src/generated/Models/Pkcs12CertificateInformation.cs b/src/generated/Models/Pkcs12CertificateInformation.cs index 09e9d3aee1..2315fc7986 100644 --- a/src/generated/Models/Pkcs12CertificateInformation.cs +++ b/src/generated/Models/Pkcs12CertificateInformation.cs @@ -31,7 +31,7 @@ public class Pkcs12CertificateInformation : IAdditionalDataHolder, IParsable { public string Thumbprint { get; set; } #endif /// - /// Instantiates a new pkcs12CertificateInformation and sets the default values. + /// Instantiates a new and sets the default values. /// public Pkcs12CertificateInformation() { AdditionalData = new Dictionary(); @@ -39,6 +39,7 @@ public Pkcs12CertificateInformation() { /// /// 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 Pkcs12CertificateInformation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public static Pkcs12CertificateInformation CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isActive", n => { IsActive = n.GetBoolValue(); } }, diff --git a/src/generated/Models/Place.cs b/src/generated/Models/Place.cs index 53e9a21a46..dc52664eec 100644 --- a/src/generated/Models/Place.cs +++ b/src/generated/Models/Place.cs @@ -41,6 +41,7 @@ public class Place : Entity, IParsable { /// /// 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 new Place CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -54,6 +55,7 @@ public class Place : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"address", n => { Address = n.GetObjectValue(PhysicalAddress.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Planner.cs b/src/generated/Models/Planner.cs index c7be2b83f7..43c1fe14d6 100644 --- a/src/generated/Models/Planner.cs +++ b/src/generated/Models/Planner.cs @@ -33,6 +33,7 @@ public class Planner : Entity, IParsable { /// /// 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 new Planner CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class Planner : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"buckets", n => { Buckets = n.GetCollectionOfObjectValues(PlannerBucket.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PlannerAppliedCategories.cs b/src/generated/Models/PlannerAppliedCategories.cs index e34e6bbc7b..d564a9201c 100644 --- a/src/generated/Models/PlannerAppliedCategories.cs +++ b/src/generated/Models/PlannerAppliedCategories.cs @@ -17,7 +17,7 @@ public class PlannerAppliedCategories : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new plannerAppliedCategories and sets the default values. + /// Instantiates a new and sets the default values. /// public PlannerAppliedCategories() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public PlannerAppliedCategories() { /// /// 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 PlannerAppliedCategories CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static PlannerAppliedCategories CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/PlannerAssignedToTaskBoardTaskFormat.cs b/src/generated/Models/PlannerAssignedToTaskBoardTaskFormat.cs index e670db348e..7add0440e0 100644 --- a/src/generated/Models/PlannerAssignedToTaskBoardTaskFormat.cs +++ b/src/generated/Models/PlannerAssignedToTaskBoardTaskFormat.cs @@ -25,6 +25,7 @@ public class PlannerAssignedToTaskBoardTaskFormat : Entity, IParsable { /// /// 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 new PlannerAssignedToTaskBoardTaskFormat CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class PlannerAssignedToTaskBoardTaskFormat : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"orderHintsByAssignee", n => { OrderHintsByAssignee = n.GetObjectValue(PlannerOrderHintsByAssignee.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/PlannerAssignments.cs b/src/generated/Models/PlannerAssignments.cs index 39cf056698..9900880cd7 100644 --- a/src/generated/Models/PlannerAssignments.cs +++ b/src/generated/Models/PlannerAssignments.cs @@ -17,7 +17,7 @@ public class PlannerAssignments : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new plannerAssignments and sets the default values. + /// Instantiates a new and sets the default values. /// public PlannerAssignments() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public PlannerAssignments() { /// /// 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 PlannerAssignments CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static PlannerAssignments CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/PlannerBucket.cs b/src/generated/Models/PlannerBucket.cs index d4983e58f0..3cee177ca6 100644 --- a/src/generated/Models/PlannerBucket.cs +++ b/src/generated/Models/PlannerBucket.cs @@ -41,6 +41,7 @@ public class PlannerBucket : Entity, IParsable { /// /// 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 new PlannerBucket CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public class PlannerBucket : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/PlannerBucketCollectionResponse.cs b/src/generated/Models/PlannerBucketCollectionResponse.cs index c2317cfa0c..e092536940 100644 --- a/src/generated/Models/PlannerBucketCollectionResponse.cs +++ b/src/generated/Models/PlannerBucketCollectionResponse.cs @@ -17,6 +17,7 @@ public class PlannerBucketCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new PlannerBucketCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PlannerBucketCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PlannerBucket.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PlannerBucketTaskBoardTaskFormat.cs b/src/generated/Models/PlannerBucketTaskBoardTaskFormat.cs index 1f715bc4ac..9408b4adea 100644 --- a/src/generated/Models/PlannerBucketTaskBoardTaskFormat.cs +++ b/src/generated/Models/PlannerBucketTaskBoardTaskFormat.cs @@ -17,6 +17,7 @@ public class PlannerBucketTaskBoardTaskFormat : Entity, IParsable { /// /// 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 new PlannerBucketTaskBoardTaskFormat CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PlannerBucketTaskBoardTaskFormat : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"orderHint", n => { OrderHint = n.GetStringValue(); } }, diff --git a/src/generated/Models/PlannerCategoryDescriptions.cs b/src/generated/Models/PlannerCategoryDescriptions.cs index 212abb7ae8..991b624ec2 100644 --- a/src/generated/Models/PlannerCategoryDescriptions.cs +++ b/src/generated/Models/PlannerCategoryDescriptions.cs @@ -217,7 +217,7 @@ public class PlannerCategoryDescriptions : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new plannerCategoryDescriptions and sets the default values. + /// Instantiates a new and sets the default values. /// public PlannerCategoryDescriptions() { AdditionalData = new Dictionary(); @@ -225,6 +225,7 @@ public PlannerCategoryDescriptions() { /// /// 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 PlannerCategoryDescriptions CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -233,6 +234,7 @@ public static PlannerCategoryDescriptions CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"category1", n => { Category1 = n.GetStringValue(); } }, diff --git a/src/generated/Models/PlannerChecklistItems.cs b/src/generated/Models/PlannerChecklistItems.cs index 2a1e6c44d8..c46a2c1ae7 100644 --- a/src/generated/Models/PlannerChecklistItems.cs +++ b/src/generated/Models/PlannerChecklistItems.cs @@ -17,7 +17,7 @@ public class PlannerChecklistItems : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new plannerChecklistItems and sets the default values. + /// Instantiates a new and sets the default values. /// public PlannerChecklistItems() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public PlannerChecklistItems() { /// /// 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 PlannerChecklistItems CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static PlannerChecklistItems CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/PlannerExternalReferences.cs b/src/generated/Models/PlannerExternalReferences.cs index 51b5f86c4a..cf9bc9f7b5 100644 --- a/src/generated/Models/PlannerExternalReferences.cs +++ b/src/generated/Models/PlannerExternalReferences.cs @@ -17,7 +17,7 @@ public class PlannerExternalReferences : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new plannerExternalReferences and sets the default values. + /// Instantiates a new and sets the default values. /// public PlannerExternalReferences() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public PlannerExternalReferences() { /// /// 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 PlannerExternalReferences CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static PlannerExternalReferences CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/PlannerGroup.cs b/src/generated/Models/PlannerGroup.cs index ab4ad7858c..0844665caf 100644 --- a/src/generated/Models/PlannerGroup.cs +++ b/src/generated/Models/PlannerGroup.cs @@ -17,6 +17,7 @@ public class PlannerGroup : Entity, IParsable { /// /// 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 new PlannerGroup CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PlannerGroup : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"plans", n => { Plans = n.GetCollectionOfObjectValues(PlannerPlan.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PlannerOrderHintsByAssignee.cs b/src/generated/Models/PlannerOrderHintsByAssignee.cs index a47efc61a7..1c19bc71e4 100644 --- a/src/generated/Models/PlannerOrderHintsByAssignee.cs +++ b/src/generated/Models/PlannerOrderHintsByAssignee.cs @@ -17,7 +17,7 @@ public class PlannerOrderHintsByAssignee : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new plannerOrderHintsByAssignee and sets the default values. + /// Instantiates a new and sets the default values. /// public PlannerOrderHintsByAssignee() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public PlannerOrderHintsByAssignee() { /// /// 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 PlannerOrderHintsByAssignee CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static PlannerOrderHintsByAssignee CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/PlannerPlan.cs b/src/generated/Models/PlannerPlan.cs index 27d7c23247..0ec539b2d1 100644 --- a/src/generated/Models/PlannerPlan.cs +++ b/src/generated/Models/PlannerPlan.cs @@ -67,6 +67,7 @@ public class PlannerPlan : Entity, IParsable { /// /// 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 new PlannerPlan CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -75,6 +76,7 @@ public class PlannerPlan : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"buckets", n => { Buckets = n.GetCollectionOfObjectValues(PlannerBucket.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PlannerPlanCollectionResponse.cs b/src/generated/Models/PlannerPlanCollectionResponse.cs index e990ccd7ff..3726841a4e 100644 --- a/src/generated/Models/PlannerPlanCollectionResponse.cs +++ b/src/generated/Models/PlannerPlanCollectionResponse.cs @@ -17,6 +17,7 @@ public class PlannerPlanCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new PlannerPlanCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PlannerPlanCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PlannerPlan.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PlannerPlanContainer.cs b/src/generated/Models/PlannerPlanContainer.cs index 77ef88ba32..0df8b46aba 100644 --- a/src/generated/Models/PlannerPlanContainer.cs +++ b/src/generated/Models/PlannerPlanContainer.cs @@ -35,7 +35,7 @@ public class PlannerPlanContainer : IAdditionalDataHolder, IParsable { public string Url { get; set; } #endif /// - /// Instantiates a new plannerPlanContainer and sets the default values. + /// Instantiates a new and sets the default values. /// public PlannerPlanContainer() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public PlannerPlanContainer() { /// /// 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 PlannerPlanContainer CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static PlannerPlanContainer CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"containerId", n => { ContainerId = n.GetStringValue(); } }, diff --git a/src/generated/Models/PlannerPlanDetails.cs b/src/generated/Models/PlannerPlanDetails.cs index 9cb5ba2a00..8f3c9e6b59 100644 --- a/src/generated/Models/PlannerPlanDetails.cs +++ b/src/generated/Models/PlannerPlanDetails.cs @@ -25,6 +25,7 @@ public class PlannerPlanDetails : Entity, IParsable { /// /// 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 new PlannerPlanDetails CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class PlannerPlanDetails : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"categoryDescriptions", n => { CategoryDescriptions = n.GetObjectValue(PlannerCategoryDescriptions.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/PlannerProgressTaskBoardTaskFormat.cs b/src/generated/Models/PlannerProgressTaskBoardTaskFormat.cs index d8ffca2deb..78ba3c5c85 100644 --- a/src/generated/Models/PlannerProgressTaskBoardTaskFormat.cs +++ b/src/generated/Models/PlannerProgressTaskBoardTaskFormat.cs @@ -17,6 +17,7 @@ public class PlannerProgressTaskBoardTaskFormat : Entity, IParsable { /// /// 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 new PlannerProgressTaskBoardTaskFormat CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PlannerProgressTaskBoardTaskFormat : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"orderHint", n => { OrderHint = n.GetStringValue(); } }, diff --git a/src/generated/Models/PlannerTask.cs b/src/generated/Models/PlannerTask.cs index 7737aa8f95..b6cfb0f61a 100644 --- a/src/generated/Models/PlannerTask.cs +++ b/src/generated/Models/PlannerTask.cs @@ -143,6 +143,7 @@ public class PlannerTask : Entity, IParsable { /// /// 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 new PlannerTask CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -151,6 +152,7 @@ public class PlannerTask : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activeChecklistItemCount", n => { ActiveChecklistItemCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/PlannerTaskCollectionResponse.cs b/src/generated/Models/PlannerTaskCollectionResponse.cs index cd62da291a..de01e79c14 100644 --- a/src/generated/Models/PlannerTaskCollectionResponse.cs +++ b/src/generated/Models/PlannerTaskCollectionResponse.cs @@ -17,6 +17,7 @@ public class PlannerTaskCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new PlannerTaskCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PlannerTaskCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PlannerTask.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PlannerTaskDetails.cs b/src/generated/Models/PlannerTaskDetails.cs index c70d10bc3f..b664a27507 100644 --- a/src/generated/Models/PlannerTaskDetails.cs +++ b/src/generated/Models/PlannerTaskDetails.cs @@ -35,6 +35,7 @@ public class PlannerTaskDetails : Entity, IParsable { /// /// 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 new PlannerTaskDetails CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public class PlannerTaskDetails : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"checklist", n => { Checklist = n.GetObjectValue(PlannerChecklistItems.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/PlannerUser.cs b/src/generated/Models/PlannerUser.cs index 14ee5103b3..1ab6dced5f 100644 --- a/src/generated/Models/PlannerUser.cs +++ b/src/generated/Models/PlannerUser.cs @@ -25,6 +25,7 @@ public class PlannerUser : Entity, IParsable { /// /// 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 new PlannerUser CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class PlannerUser : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"plans", n => { Plans = n.GetCollectionOfObjectValues(PlannerPlan.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PlannerUserIds.cs b/src/generated/Models/PlannerUserIds.cs index a2104077a9..05d0e6afe0 100644 --- a/src/generated/Models/PlannerUserIds.cs +++ b/src/generated/Models/PlannerUserIds.cs @@ -17,7 +17,7 @@ public class PlannerUserIds : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new plannerUserIds and sets the default values. + /// Instantiates a new and sets the default values. /// public PlannerUserIds() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public PlannerUserIds() { /// /// 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 PlannerUserIds CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static PlannerUserIds CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/PlayPromptOperation.cs b/src/generated/Models/PlayPromptOperation.cs index 08062aef78..afc9fd5117 100644 --- a/src/generated/Models/PlayPromptOperation.cs +++ b/src/generated/Models/PlayPromptOperation.cs @@ -9,6 +9,7 @@ public class PlayPromptOperation : CommsOperation, IParsable { /// /// 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 new PlayPromptOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class PlayPromptOperation : CommsOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/PolicyBase.cs b/src/generated/Models/PolicyBase.cs index 04d814f384..40729beac0 100644 --- a/src/generated/Models/PolicyBase.cs +++ b/src/generated/Models/PolicyBase.cs @@ -23,7 +23,7 @@ public class PolicyBase : DirectoryObject, IParsable { public string DisplayName { get; set; } #endif /// - /// Instantiates a new policyBase and sets the default values. + /// Instantiates a new and sets the default values. /// public PolicyBase() : base() { OdataType = "#microsoft.graph.policyBase"; @@ -31,6 +31,7 @@ public PolicyBase() : base() { /// /// 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 new PolicyBase CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -54,6 +55,7 @@ public PolicyBase() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/PolicyRoot.cs b/src/generated/Models/PolicyRoot.cs index 991fce432f..babc4d69eb 100644 --- a/src/generated/Models/PolicyRoot.cs +++ b/src/generated/Models/PolicyRoot.cs @@ -161,6 +161,7 @@ public class PolicyRoot : Entity, IParsable { /// /// 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 new PolicyRoot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -169,6 +170,7 @@ public class PolicyRoot : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activityBasedTimeoutPolicies", n => { ActivityBasedTimeoutPolicies = n.GetCollectionOfObjectValues(ActivityBasedTimeoutPolicy.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PositiveReinforcementNotification.cs b/src/generated/Models/PositiveReinforcementNotification.cs index a3a81c2cf3..fbd66e7e3f 100644 --- a/src/generated/Models/PositiveReinforcementNotification.cs +++ b/src/generated/Models/PositiveReinforcementNotification.cs @@ -9,7 +9,7 @@ public class PositiveReinforcementNotification : BaseEndUserNotification, IParsa /// Delivery preference. Possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue. public NotificationDeliveryPreference? DeliveryPreference { get; set; } /// - /// Instantiates a new positiveReinforcementNotification and sets the default values. + /// Instantiates a new and sets the default values. /// public PositiveReinforcementNotification() : base() { OdataType = "#microsoft.graph.positiveReinforcementNotification"; @@ -17,6 +17,7 @@ public PositiveReinforcementNotification() : base() { /// /// 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 new PositiveReinforcementNotification CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public PositiveReinforcementNotification() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deliveryPreference", n => { DeliveryPreference = n.GetEnumValue(); } }, diff --git a/src/generated/Models/Post.cs b/src/generated/Models/Post.cs index 639aeba643..be29a0dbfb 100644 --- a/src/generated/Models/Post.cs +++ b/src/generated/Models/Post.cs @@ -99,7 +99,7 @@ public class Post : OutlookItem, IParsable { public List SingleValueExtendedProperties { get; set; } #endif /// - /// Instantiates a new post and sets the default values. + /// Instantiates a new and sets the default values. /// public Post() : base() { OdataType = "#microsoft.graph.post"; @@ -107,6 +107,7 @@ public Post() : base() { /// /// 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 new Post CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -115,6 +116,7 @@ public Post() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"attachments", n => { Attachments = n.GetCollectionOfObjectValues(Attachment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PostCollectionResponse.cs b/src/generated/Models/PostCollectionResponse.cs index 5eaa59c2b9..6a594edae5 100644 --- a/src/generated/Models/PostCollectionResponse.cs +++ b/src/generated/Models/PostCollectionResponse.cs @@ -17,6 +17,7 @@ public class PostCollectionResponse : BaseCollectionPaginationCountResponse, IPa /// /// 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 new PostCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PostCollectionResponse : BaseCollectionPaginationCountResponse, IPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Post.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PreAuthorizedApplication.cs b/src/generated/Models/PreAuthorizedApplication.cs index 6de2787b70..bbefce818f 100644 --- a/src/generated/Models/PreAuthorizedApplication.cs +++ b/src/generated/Models/PreAuthorizedApplication.cs @@ -33,7 +33,7 @@ public class PreAuthorizedApplication : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new preAuthorizedApplication and sets the default values. + /// Instantiates a new and sets the default values. /// public PreAuthorizedApplication() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public PreAuthorizedApplication() { /// /// 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 PreAuthorizedApplication CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static PreAuthorizedApplication CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"appId", n => { AppId = n.GetStringValue(); } }, diff --git a/src/generated/Models/Presence.cs b/src/generated/Models/Presence.cs index 3b2cbbceca..89e37a3b8d 100644 --- a/src/generated/Models/Presence.cs +++ b/src/generated/Models/Presence.cs @@ -33,6 +33,7 @@ public class Presence : Entity, IParsable { /// /// 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 new Presence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class Presence : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activity", n => { Activity = n.GetStringValue(); } }, diff --git a/src/generated/Models/PresenceCollectionResponse.cs b/src/generated/Models/PresenceCollectionResponse.cs index c08b914594..d91be9cddf 100644 --- a/src/generated/Models/PresenceCollectionResponse.cs +++ b/src/generated/Models/PresenceCollectionResponse.cs @@ -17,6 +17,7 @@ public class PresenceCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new PresenceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PresenceCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Presence.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PresenceStatusMessage.cs b/src/generated/Models/PresenceStatusMessage.cs index 2832d9e87f..e700c3176d 100644 --- a/src/generated/Models/PresenceStatusMessage.cs +++ b/src/generated/Models/PresenceStatusMessage.cs @@ -35,7 +35,7 @@ public class PresenceStatusMessage : IAdditionalDataHolder, IParsable { /// Time in which the status message was published.Read-only.publishedDateTime isn't available when you request the presence of another user. public DateTimeOffset? PublishedDateTime { get; set; } /// - /// Instantiates a new presenceStatusMessage and sets the default values. + /// Instantiates a new and sets the default values. /// public PresenceStatusMessage() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public PresenceStatusMessage() { /// /// 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 PresenceStatusMessage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static PresenceStatusMessage CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"expiryDateTime", n => { ExpiryDateTime = n.GetObjectValue(DateTimeTimeZone.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/PrincipalResourceMembershipsScope.cs b/src/generated/Models/PrincipalResourceMembershipsScope.cs index c11ed64c72..12782d2681 100644 --- a/src/generated/Models/PrincipalResourceMembershipsScope.cs +++ b/src/generated/Models/PrincipalResourceMembershipsScope.cs @@ -23,7 +23,7 @@ public class PrincipalResourceMembershipsScope : AccessReviewScope, IParsable { public List ResourceScopes { get; set; } #endif /// - /// Instantiates a new principalResourceMembershipsScope and sets the default values. + /// Instantiates a new and sets the default values. /// public PrincipalResourceMembershipsScope() : base() { OdataType = "#microsoft.graph.principalResourceMembershipsScope"; @@ -31,6 +31,7 @@ public PrincipalResourceMembershipsScope() : base() { /// /// 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 new PrincipalResourceMembershipsScope CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public PrincipalResourceMembershipsScope() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"principalScopes", n => { PrincipalScopes = n.GetCollectionOfObjectValues(AccessReviewScope.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Print.cs b/src/generated/Models/Print.cs index dd5681841c..20c23c0b88 100644 --- a/src/generated/Models/Print.cs +++ b/src/generated/Models/Print.cs @@ -73,7 +73,7 @@ public class Print : IAdditionalDataHolder, IParsable { public List TaskDefinitions { get; set; } #endif /// - /// Instantiates a new print and sets the default values. + /// Instantiates a new and sets the default values. /// public Print() { AdditionalData = new Dictionary(); @@ -81,6 +81,7 @@ public Print() { /// /// 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 Print CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -89,6 +90,7 @@ public static Print CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"connectors", n => { Connectors = n.GetCollectionOfObjectValues(PrintConnector.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrintCertificateSigningRequest.cs b/src/generated/Models/PrintCertificateSigningRequest.cs index 832bc90acc..9d846e97b1 100644 --- a/src/generated/Models/PrintCertificateSigningRequest.cs +++ b/src/generated/Models/PrintCertificateSigningRequest.cs @@ -33,7 +33,7 @@ public class PrintCertificateSigningRequest : IAdditionalDataHolder, IParsable { public string TransportKey { get; set; } #endif /// - /// Instantiates a new printCertificateSigningRequest and sets the default values. + /// Instantiates a new and sets the default values. /// public PrintCertificateSigningRequest() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public PrintCertificateSigningRequest() { /// /// 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 PrintCertificateSigningRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static PrintCertificateSigningRequest CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"content", n => { Content = n.GetStringValue(); } }, diff --git a/src/generated/Models/PrintConnector.cs b/src/generated/Models/PrintConnector.cs index a5f3f41359..208ba85da0 100644 --- a/src/generated/Models/PrintConnector.cs +++ b/src/generated/Models/PrintConnector.cs @@ -51,6 +51,7 @@ public class PrintConnector : Entity, IParsable { /// /// 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 new PrintConnector CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public class PrintConnector : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appVersion", n => { AppVersion = n.GetStringValue(); } }, diff --git a/src/generated/Models/PrintConnectorCollectionResponse.cs b/src/generated/Models/PrintConnectorCollectionResponse.cs index 3fdf0fd3c9..ba65286016 100644 --- a/src/generated/Models/PrintConnectorCollectionResponse.cs +++ b/src/generated/Models/PrintConnectorCollectionResponse.cs @@ -17,6 +17,7 @@ public class PrintConnectorCollectionResponse : BaseCollectionPaginationCountRes /// /// 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 new PrintConnectorCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrintConnectorCollectionResponse : BaseCollectionPaginationCountRes /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrintConnector.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrintDocument.cs b/src/generated/Models/PrintDocument.cs index f5eb03a1ba..81cda99d28 100644 --- a/src/generated/Models/PrintDocument.cs +++ b/src/generated/Models/PrintDocument.cs @@ -27,6 +27,7 @@ public class PrintDocument : Entity, IParsable { /// /// 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 new PrintDocument CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public class PrintDocument : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"contentType", n => { ContentType = n.GetStringValue(); } }, diff --git a/src/generated/Models/PrintDocumentCollectionResponse.cs b/src/generated/Models/PrintDocumentCollectionResponse.cs index 18a042e1e2..ce4674c4bc 100644 --- a/src/generated/Models/PrintDocumentCollectionResponse.cs +++ b/src/generated/Models/PrintDocumentCollectionResponse.cs @@ -17,6 +17,7 @@ public class PrintDocumentCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new PrintDocumentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrintDocumentCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrintDocument.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrintDocumentUploadProperties.cs b/src/generated/Models/PrintDocumentUploadProperties.cs index 43970822b1..d0f37b810b 100644 --- a/src/generated/Models/PrintDocumentUploadProperties.cs +++ b/src/generated/Models/PrintDocumentUploadProperties.cs @@ -35,7 +35,7 @@ public class PrintDocumentUploadProperties : IAdditionalDataHolder, IParsable { /// The document's size in bytes. public long? Size { get; set; } /// - /// Instantiates a new printDocumentUploadProperties and sets the default values. + /// Instantiates a new and sets the default values. /// public PrintDocumentUploadProperties() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public PrintDocumentUploadProperties() { /// /// 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 PrintDocumentUploadProperties CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static PrintDocumentUploadProperties CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contentType", n => { ContentType = n.GetStringValue(); } }, diff --git a/src/generated/Models/PrintJob.cs b/src/generated/Models/PrintJob.cs index 14abb80cd4..4e04de9fc5 100644 --- a/src/generated/Models/PrintJob.cs +++ b/src/generated/Models/PrintJob.cs @@ -69,6 +69,7 @@ public class PrintJob : Entity, IParsable { /// /// 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 new PrintJob CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -77,6 +78,7 @@ public class PrintJob : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"configuration", n => { Configuration = n.GetObjectValue(PrintJobConfiguration.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/PrintJobCollectionResponse.cs b/src/generated/Models/PrintJobCollectionResponse.cs index bf9e04349a..4dc2a4c3c3 100644 --- a/src/generated/Models/PrintJobCollectionResponse.cs +++ b/src/generated/Models/PrintJobCollectionResponse.cs @@ -17,6 +17,7 @@ public class PrintJobCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new PrintJobCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrintJobCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrintJob.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrintJobConfiguration.cs b/src/generated/Models/PrintJobConfiguration.cs index a4b491fa0e..e133fab9eb 100644 --- a/src/generated/Models/PrintJobConfiguration.cs +++ b/src/generated/Models/PrintJobConfiguration.cs @@ -97,7 +97,7 @@ public class PrintJobConfiguration : IAdditionalDataHolder, IParsable { /// The scaling property public PrintScaling? Scaling { get; set; } /// - /// Instantiates a new printJobConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public PrintJobConfiguration() { AdditionalData = new Dictionary(); @@ -105,6 +105,7 @@ public PrintJobConfiguration() { /// /// 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 PrintJobConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -113,6 +114,7 @@ public static PrintJobConfiguration CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"collate", n => { Collate = n.GetBoolValue(); } }, diff --git a/src/generated/Models/PrintJobStatus.cs b/src/generated/Models/PrintJobStatus.cs index 1e3a51a2ad..e02e94c5af 100644 --- a/src/generated/Models/PrintJobStatus.cs +++ b/src/generated/Models/PrintJobStatus.cs @@ -37,7 +37,7 @@ public class PrintJobStatus : IAdditionalDataHolder, IParsable { /// The state property public PrintJobProcessingState? State { get; set; } /// - /// Instantiates a new printJobStatus and sets the default values. + /// Instantiates a new and sets the default values. /// public PrintJobStatus() { AdditionalData = new Dictionary(); @@ -45,6 +45,7 @@ public PrintJobStatus() { /// /// 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 PrintJobStatus CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public static PrintJobStatus CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/PrintMargin.cs b/src/generated/Models/PrintMargin.cs index ae52457bb0..7e8397edf4 100644 --- a/src/generated/Models/PrintMargin.cs +++ b/src/generated/Models/PrintMargin.cs @@ -25,7 +25,7 @@ public class PrintMargin : IAdditionalDataHolder, IParsable { /// The margin in microns from the top edge. public int? Top { get; set; } /// - /// Instantiates a new printMargin and sets the default values. + /// Instantiates a new and sets the default values. /// public PrintMargin() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public PrintMargin() { /// /// 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 PrintMargin CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static PrintMargin CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"bottom", n => { Bottom = n.GetIntValue(); } }, diff --git a/src/generated/Models/PrintOperation.cs b/src/generated/Models/PrintOperation.cs index 3be8138f95..5c72098c76 100644 --- a/src/generated/Models/PrintOperation.cs +++ b/src/generated/Models/PrintOperation.cs @@ -19,6 +19,7 @@ public class PrintOperation : Entity, IParsable { /// /// 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 new PrintOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public class PrintOperation : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/PrintOperationCollectionResponse.cs b/src/generated/Models/PrintOperationCollectionResponse.cs index ca5672e5e8..e425fde06c 100644 --- a/src/generated/Models/PrintOperationCollectionResponse.cs +++ b/src/generated/Models/PrintOperationCollectionResponse.cs @@ -17,6 +17,7 @@ public class PrintOperationCollectionResponse : BaseCollectionPaginationCountRes /// /// 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 new PrintOperationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrintOperationCollectionResponse : BaseCollectionPaginationCountRes /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrintOperation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrintOperationStatus.cs b/src/generated/Models/PrintOperationStatus.cs index 073c392df9..6353a5e146 100644 --- a/src/generated/Models/PrintOperationStatus.cs +++ b/src/generated/Models/PrintOperationStatus.cs @@ -27,7 +27,7 @@ public class PrintOperationStatus : IAdditionalDataHolder, IParsable { /// The state property public PrintOperationProcessingState? State { get; set; } /// - /// Instantiates a new printOperationStatus and sets the default values. + /// Instantiates a new and sets the default values. /// public PrintOperationStatus() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public PrintOperationStatus() { /// /// 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 PrintOperationStatus CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static PrintOperationStatus CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/PrintService.cs b/src/generated/Models/PrintService.cs index 6a21ef7bf0..9709dba85f 100644 --- a/src/generated/Models/PrintService.cs +++ b/src/generated/Models/PrintService.cs @@ -17,6 +17,7 @@ public class PrintService : Entity, IParsable { /// /// 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 new PrintService CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrintService : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"endpoints", n => { Endpoints = n.GetCollectionOfObjectValues(PrintServiceEndpoint.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrintServiceCollectionResponse.cs b/src/generated/Models/PrintServiceCollectionResponse.cs index 88deb08350..4700990eb2 100644 --- a/src/generated/Models/PrintServiceCollectionResponse.cs +++ b/src/generated/Models/PrintServiceCollectionResponse.cs @@ -17,6 +17,7 @@ public class PrintServiceCollectionResponse : BaseCollectionPaginationCountRespo /// /// 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 new PrintServiceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrintServiceCollectionResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrintService.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrintServiceEndpoint.cs b/src/generated/Models/PrintServiceEndpoint.cs index 0b1266d66f..d20be05801 100644 --- a/src/generated/Models/PrintServiceEndpoint.cs +++ b/src/generated/Models/PrintServiceEndpoint.cs @@ -25,6 +25,7 @@ public class PrintServiceEndpoint : Entity, IParsable { /// /// 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 new PrintServiceEndpoint CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class PrintServiceEndpoint : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/PrintServiceEndpointCollectionResponse.cs b/src/generated/Models/PrintServiceEndpointCollectionResponse.cs index d7e29312e5..77f28f0a41 100644 --- a/src/generated/Models/PrintServiceEndpointCollectionResponse.cs +++ b/src/generated/Models/PrintServiceEndpointCollectionResponse.cs @@ -17,6 +17,7 @@ public class PrintServiceEndpointCollectionResponse : BaseCollectionPaginationCo /// /// 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 new PrintServiceEndpointCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrintServiceEndpointCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrintServiceEndpoint.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrintSettings.cs b/src/generated/Models/PrintSettings.cs index b26d444255..edba1157e0 100644 --- a/src/generated/Models/PrintSettings.cs +++ b/src/generated/Models/PrintSettings.cs @@ -19,7 +19,7 @@ public class PrintSettings : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new printSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public PrintSettings() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public PrintSettings() { /// /// 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 PrintSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static PrintSettings CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"documentConversionEnabled", n => { DocumentConversionEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/PrintTask.cs b/src/generated/Models/PrintTask.cs index 849244c028..8714ed6575 100644 --- a/src/generated/Models/PrintTask.cs +++ b/src/generated/Models/PrintTask.cs @@ -41,6 +41,7 @@ public class PrintTask : Entity, IParsable { /// /// 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 new PrintTask CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public class PrintTask : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"definition", n => { Definition = n.GetObjectValue(PrintTaskDefinition.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/PrintTaskCollectionResponse.cs b/src/generated/Models/PrintTaskCollectionResponse.cs index ab01005f90..943a65fee0 100644 --- a/src/generated/Models/PrintTaskCollectionResponse.cs +++ b/src/generated/Models/PrintTaskCollectionResponse.cs @@ -17,6 +17,7 @@ public class PrintTaskCollectionResponse : BaseCollectionPaginationCountResponse /// /// 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 new PrintTaskCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrintTaskCollectionResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrintTask.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrintTaskDefinition.cs b/src/generated/Models/PrintTaskDefinition.cs index 82061b4ea2..6ab6f53950 100644 --- a/src/generated/Models/PrintTaskDefinition.cs +++ b/src/generated/Models/PrintTaskDefinition.cs @@ -33,6 +33,7 @@ public class PrintTaskDefinition : Entity, IParsable { /// /// 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 new PrintTaskDefinition CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class PrintTaskDefinition : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdBy", n => { CreatedBy = n.GetObjectValue(AppIdentity.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/PrintTaskDefinitionCollectionResponse.cs b/src/generated/Models/PrintTaskDefinitionCollectionResponse.cs index 780b17b2cd..9add1756f1 100644 --- a/src/generated/Models/PrintTaskDefinitionCollectionResponse.cs +++ b/src/generated/Models/PrintTaskDefinitionCollectionResponse.cs @@ -17,6 +17,7 @@ public class PrintTaskDefinitionCollectionResponse : BaseCollectionPaginationCou /// /// 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 new PrintTaskDefinitionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrintTaskDefinitionCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrintTaskDefinition.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrintTaskStatus.cs b/src/generated/Models/PrintTaskStatus.cs index 883404052c..69318d2b3c 100644 --- a/src/generated/Models/PrintTaskStatus.cs +++ b/src/generated/Models/PrintTaskStatus.cs @@ -27,7 +27,7 @@ public class PrintTaskStatus : IAdditionalDataHolder, IParsable { /// The state property public PrintTaskProcessingState? State { get; set; } /// - /// Instantiates a new printTaskStatus and sets the default values. + /// Instantiates a new and sets the default values. /// public PrintTaskStatus() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public PrintTaskStatus() { /// /// 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 PrintTaskStatus CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static PrintTaskStatus CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/PrintTaskTrigger.cs b/src/generated/Models/PrintTaskTrigger.cs index 9722177251..555fe22499 100644 --- a/src/generated/Models/PrintTaskTrigger.cs +++ b/src/generated/Models/PrintTaskTrigger.cs @@ -19,6 +19,7 @@ public class PrintTaskTrigger : Entity, IParsable { /// /// 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 new PrintTaskTrigger CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class PrintTaskTrigger : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"definition", n => { Definition = n.GetObjectValue(PrintTaskDefinition.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/PrintTaskTriggerCollectionResponse.cs b/src/generated/Models/PrintTaskTriggerCollectionResponse.cs index db1b1496e9..acd58af7a0 100644 --- a/src/generated/Models/PrintTaskTriggerCollectionResponse.cs +++ b/src/generated/Models/PrintTaskTriggerCollectionResponse.cs @@ -17,6 +17,7 @@ public class PrintTaskTriggerCollectionResponse : BaseCollectionPaginationCountR /// /// 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 new PrintTaskTriggerCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrintTaskTriggerCollectionResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrintTaskTrigger.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrintUsage.cs b/src/generated/Models/PrintUsage.cs index a2d0b569f5..f2ecb8d3b0 100644 --- a/src/generated/Models/PrintUsage.cs +++ b/src/generated/Models/PrintUsage.cs @@ -32,6 +32,7 @@ public class PrintUsage : Entity, IParsable { /// /// 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 new PrintUsage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public class PrintUsage : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"blackAndWhitePageCount", n => { BlackAndWhitePageCount = n.GetLongValue(); } }, diff --git a/src/generated/Models/PrintUsageByPrinter.cs b/src/generated/Models/PrintUsageByPrinter.cs index c774096c7e..3ff1e2ab61 100644 --- a/src/generated/Models/PrintUsageByPrinter.cs +++ b/src/generated/Models/PrintUsageByPrinter.cs @@ -23,7 +23,7 @@ public class PrintUsageByPrinter : PrintUsage, IParsable { public string PrinterName { get; set; } #endif /// - /// Instantiates a new printUsageByPrinter and sets the default values. + /// Instantiates a new and sets the default values. /// public PrintUsageByPrinter() : base() { OdataType = "#microsoft.graph.printUsageByPrinter"; @@ -31,6 +31,7 @@ public PrintUsageByPrinter() : base() { /// /// 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 new PrintUsageByPrinter CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public PrintUsageByPrinter() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"printerId", n => { PrinterId = n.GetStringValue(); } }, diff --git a/src/generated/Models/PrintUsageByPrinterCollectionResponse.cs b/src/generated/Models/PrintUsageByPrinterCollectionResponse.cs index 0c91a64874..4e560d66e7 100644 --- a/src/generated/Models/PrintUsageByPrinterCollectionResponse.cs +++ b/src/generated/Models/PrintUsageByPrinterCollectionResponse.cs @@ -17,6 +17,7 @@ public class PrintUsageByPrinterCollectionResponse : BaseCollectionPaginationCou /// /// 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 new PrintUsageByPrinterCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrintUsageByPrinterCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrintUsageByPrinter.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrintUsageByUser.cs b/src/generated/Models/PrintUsageByUser.cs index c15eb25343..7e59b3bd45 100644 --- a/src/generated/Models/PrintUsageByUser.cs +++ b/src/generated/Models/PrintUsageByUser.cs @@ -15,7 +15,7 @@ public class PrintUsageByUser : PrintUsage, IParsable { public string UserPrincipalName { get; set; } #endif /// - /// Instantiates a new printUsageByUser and sets the default values. + /// Instantiates a new and sets the default values. /// public PrintUsageByUser() : base() { OdataType = "#microsoft.graph.printUsageByUser"; @@ -23,6 +23,7 @@ public PrintUsageByUser() : base() { /// /// 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 new PrintUsageByUser CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public PrintUsageByUser() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"userPrincipalName", n => { UserPrincipalName = n.GetStringValue(); } }, diff --git a/src/generated/Models/PrintUsageByUserCollectionResponse.cs b/src/generated/Models/PrintUsageByUserCollectionResponse.cs index f98fc71305..c806600b09 100644 --- a/src/generated/Models/PrintUsageByUserCollectionResponse.cs +++ b/src/generated/Models/PrintUsageByUserCollectionResponse.cs @@ -17,6 +17,7 @@ public class PrintUsageByUserCollectionResponse : BaseCollectionPaginationCountR /// /// 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 new PrintUsageByUserCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrintUsageByUserCollectionResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrintUsageByUser.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Printer.cs b/src/generated/Models/Printer.cs index 19d796cb9b..877373ac94 100644 --- a/src/generated/Models/Printer.cs +++ b/src/generated/Models/Printer.cs @@ -39,7 +39,7 @@ public class Printer : PrinterBase, IParsable { public List TaskTriggers { get; set; } #endif /// - /// Instantiates a new printer and sets the default values. + /// Instantiates a new and sets the default values. /// public Printer() : base() { OdataType = "#microsoft.graph.printer"; @@ -47,6 +47,7 @@ public Printer() : base() { /// /// 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 new Printer CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public Printer() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"connectors", n => { Connectors = n.GetCollectionOfObjectValues(PrintConnector.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrinterBase.cs b/src/generated/Models/PrinterBase.cs index 832bdbfc60..3c384e6973 100644 --- a/src/generated/Models/PrinterBase.cs +++ b/src/generated/Models/PrinterBase.cs @@ -75,6 +75,7 @@ public class PrinterBase : Entity, IParsable { /// /// 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 new PrinterBase CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -88,6 +89,7 @@ public class PrinterBase : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"capabilities", n => { Capabilities = n.GetObjectValue(PrinterCapabilities.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/PrinterCapabilities.cs b/src/generated/Models/PrinterCapabilities.cs index a40e307209..eed7ca1a02 100644 --- a/src/generated/Models/PrinterCapabilities.cs +++ b/src/generated/Models/PrinterCapabilities.cs @@ -193,7 +193,7 @@ public class PrinterCapabilities : IAdditionalDataHolder, IParsable { public List TopMargins { get; set; } #endif /// - /// Instantiates a new printerCapabilities and sets the default values. + /// Instantiates a new and sets the default values. /// public PrinterCapabilities() { AdditionalData = new Dictionary(); @@ -201,6 +201,7 @@ public PrinterCapabilities() { /// /// 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 PrinterCapabilities CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -209,6 +210,7 @@ public static PrinterCapabilities CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"bottomMargins", n => { BottomMargins = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/PrinterCollectionResponse.cs b/src/generated/Models/PrinterCollectionResponse.cs index 966d277023..7ba3b45961 100644 --- a/src/generated/Models/PrinterCollectionResponse.cs +++ b/src/generated/Models/PrinterCollectionResponse.cs @@ -17,6 +17,7 @@ public class PrinterCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new PrinterCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrinterCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Printer.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrinterCreateOperation.cs b/src/generated/Models/PrinterCreateOperation.cs index 542a19e55c..4b5891f38a 100644 --- a/src/generated/Models/PrinterCreateOperation.cs +++ b/src/generated/Models/PrinterCreateOperation.cs @@ -23,7 +23,7 @@ public class PrinterCreateOperation : PrintOperation, IParsable { public ApiSdk.Models.Printer Printer { get; set; } #endif /// - /// Instantiates a new printerCreateOperation and sets the default values. + /// Instantiates a new and sets the default values. /// public PrinterCreateOperation() : base() { OdataType = "#microsoft.graph.printerCreateOperation"; @@ -31,6 +31,7 @@ public PrinterCreateOperation() : base() { /// /// 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 new PrinterCreateOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public PrinterCreateOperation() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"certificate", n => { Certificate = n.GetStringValue(); } }, diff --git a/src/generated/Models/PrinterDefaults.cs b/src/generated/Models/PrinterDefaults.cs index bc4452ecbe..645c04617f 100644 --- a/src/generated/Models/PrinterDefaults.cs +++ b/src/generated/Models/PrinterDefaults.cs @@ -93,7 +93,7 @@ public class PrinterDefaults : IAdditionalDataHolder, IParsable { /// Specifies how the printer scales the document data to fit the requested media. Valid values are described in the following table. public PrintScaling? Scaling { get; set; } /// - /// Instantiates a new printerDefaults and sets the default values. + /// Instantiates a new and sets the default values. /// public PrinterDefaults() { AdditionalData = new Dictionary(); @@ -101,6 +101,7 @@ public PrinterDefaults() { /// /// 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 PrinterDefaults CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -109,6 +110,7 @@ public static PrinterDefaults CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"colorMode", n => { ColorMode = n.GetEnumValue(); } }, diff --git a/src/generated/Models/PrinterLocation.cs b/src/generated/Models/PrinterLocation.cs index 2ffa5538e0..f93eeda331 100644 --- a/src/generated/Models/PrinterLocation.cs +++ b/src/generated/Models/PrinterLocation.cs @@ -135,7 +135,7 @@ public class PrinterLocation : IAdditionalDataHolder, IParsable { public List Subunit { get; set; } #endif /// - /// Instantiates a new printerLocation and sets the default values. + /// Instantiates a new and sets the default values. /// public PrinterLocation() { AdditionalData = new Dictionary(); @@ -143,6 +143,7 @@ public PrinterLocation() { /// /// 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 PrinterLocation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -151,6 +152,7 @@ public static PrinterLocation CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"altitudeInMeters", n => { AltitudeInMeters = n.GetIntValue(); } }, diff --git a/src/generated/Models/PrinterShare.cs b/src/generated/Models/PrinterShare.cs index 472901ea2d..c6a6388621 100644 --- a/src/generated/Models/PrinterShare.cs +++ b/src/generated/Models/PrinterShare.cs @@ -43,7 +43,7 @@ public class PrinterShare : PrinterBase, IParsable { public PrinterShareViewpoint ViewPoint { get; set; } #endif /// - /// Instantiates a new printerShare and sets the default values. + /// Instantiates a new and sets the default values. /// public PrinterShare() : base() { OdataType = "#microsoft.graph.printerShare"; @@ -51,6 +51,7 @@ public PrinterShare() : base() { /// /// 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 new PrinterShare CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public PrinterShare() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowAllUsers", n => { AllowAllUsers = n.GetBoolValue(); } }, diff --git a/src/generated/Models/PrinterShareCollectionResponse.cs b/src/generated/Models/PrinterShareCollectionResponse.cs index a2aed8cda2..61f5439bf9 100644 --- a/src/generated/Models/PrinterShareCollectionResponse.cs +++ b/src/generated/Models/PrinterShareCollectionResponse.cs @@ -17,6 +17,7 @@ public class PrinterShareCollectionResponse : BaseCollectionPaginationCountRespo /// /// 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 new PrinterShareCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrinterShareCollectionResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrinterShare.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrinterShareViewpoint.cs b/src/generated/Models/PrinterShareViewpoint.cs index 6ad055dd6a..151477a46e 100644 --- a/src/generated/Models/PrinterShareViewpoint.cs +++ b/src/generated/Models/PrinterShareViewpoint.cs @@ -19,7 +19,7 @@ public class PrinterShareViewpoint : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new printerShareViewpoint and sets the default values. + /// Instantiates a new and sets the default values. /// public PrinterShareViewpoint() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public PrinterShareViewpoint() { /// /// 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 PrinterShareViewpoint CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static PrinterShareViewpoint CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"lastUsedDateTime", n => { LastUsedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/PrinterStatus.cs b/src/generated/Models/PrinterStatus.cs index c4ff302490..a4f74ab917 100644 --- a/src/generated/Models/PrinterStatus.cs +++ b/src/generated/Models/PrinterStatus.cs @@ -35,7 +35,7 @@ public class PrinterStatus : IAdditionalDataHolder, IParsable { /// The state property public PrinterProcessingState? State { get; set; } /// - /// Instantiates a new printerStatus and sets the default values. + /// Instantiates a new and sets the default values. /// public PrinterStatus() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public PrinterStatus() { /// /// 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 PrinterStatus CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static PrinterStatus CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/Privacy.cs b/src/generated/Models/Privacy.cs index 9acd1a5c8c..c3b350edab 100644 --- a/src/generated/Models/Privacy.cs +++ b/src/generated/Models/Privacy.cs @@ -25,7 +25,7 @@ public class Privacy : IAdditionalDataHolder, IParsable { public List SubjectRightsRequests { get; set; } #endif /// - /// Instantiates a new privacy and sets the default values. + /// Instantiates a new and sets the default values. /// public Privacy() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public Privacy() { /// /// 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 Privacy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static Privacy CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/PrivacyProfile.cs b/src/generated/Models/PrivacyProfile.cs index 1b2d460e4d..d47f6deb62 100644 --- a/src/generated/Models/PrivacyProfile.cs +++ b/src/generated/Models/PrivacyProfile.cs @@ -33,7 +33,7 @@ public class PrivacyProfile : IAdditionalDataHolder, IParsable { public string StatementUrl { get; set; } #endif /// - /// Instantiates a new privacyProfile and sets the default values. + /// Instantiates a new and sets the default values. /// public PrivacyProfile() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public PrivacyProfile() { /// /// 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 PrivacyProfile CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static PrivacyProfile CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contactEmail", n => { ContactEmail = n.GetStringValue(); } }, diff --git a/src/generated/Models/PrivilegedAccessGroup.cs b/src/generated/Models/PrivilegedAccessGroup.cs index 4552cba36c..4d7e5ac261 100644 --- a/src/generated/Models/PrivilegedAccessGroup.cs +++ b/src/generated/Models/PrivilegedAccessGroup.cs @@ -65,6 +65,7 @@ public class PrivilegedAccessGroup : Entity, IParsable { /// /// 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 new PrivilegedAccessGroup CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public class PrivilegedAccessGroup : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assignmentApprovals", n => { AssignmentApprovals = n.GetCollectionOfObjectValues(Approval.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrivilegedAccessGroupAssignmentSchedule.cs b/src/generated/Models/PrivilegedAccessGroupAssignmentSchedule.cs index b543b3262a..1867889cf4 100644 --- a/src/generated/Models/PrivilegedAccessGroupAssignmentSchedule.cs +++ b/src/generated/Models/PrivilegedAccessGroupAssignmentSchedule.cs @@ -53,7 +53,7 @@ public class PrivilegedAccessGroupAssignmentSchedule : PrivilegedAccessSchedule, public string PrincipalId { get; set; } #endif /// - /// Instantiates a new privilegedAccessGroupAssignmentSchedule and sets the default values. + /// Instantiates a new and sets the default values. /// public PrivilegedAccessGroupAssignmentSchedule() : base() { OdataType = "#microsoft.graph.privilegedAccessGroupAssignmentSchedule"; @@ -61,6 +61,7 @@ public PrivilegedAccessGroupAssignmentSchedule() : base() { /// /// 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 new PrivilegedAccessGroupAssignmentSchedule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -69,6 +70,7 @@ public PrivilegedAccessGroupAssignmentSchedule() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accessId", n => { AccessId = n.GetEnumValue(); } }, diff --git a/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleCollectionResponse.cs b/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleCollectionResponse.cs index 2fc71b635a..3588d5e268 100644 --- a/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleCollectionResponse.cs +++ b/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleCollectionResponse.cs @@ -17,6 +17,7 @@ public class PrivilegedAccessGroupAssignmentScheduleCollectionResponse : BaseCol /// /// 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 new PrivilegedAccessGroupAssignmentScheduleCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrivilegedAccessGroupAssignmentScheduleCollectionResponse : BaseCol /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrivilegedAccessGroupAssignmentSchedule.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleInstance.cs b/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleInstance.cs index af96f1dbbb..a0220a7d68 100644 --- a/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleInstance.cs +++ b/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleInstance.cs @@ -61,7 +61,7 @@ public class PrivilegedAccessGroupAssignmentScheduleInstance : PrivilegedAccessS public string PrincipalId { get; set; } #endif /// - /// Instantiates a new privilegedAccessGroupAssignmentScheduleInstance and sets the default values. + /// Instantiates a new and sets the default values. /// public PrivilegedAccessGroupAssignmentScheduleInstance() : base() { OdataType = "#microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance"; @@ -69,6 +69,7 @@ public PrivilegedAccessGroupAssignmentScheduleInstance() : base() { /// /// 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 new PrivilegedAccessGroupAssignmentScheduleInstance CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -77,6 +78,7 @@ public PrivilegedAccessGroupAssignmentScheduleInstance() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accessId", n => { AccessId = n.GetEnumValue(); } }, diff --git a/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleInstanceCollectionResponse.cs b/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleInstanceCollectionResponse.cs index 22e0dbee40..c68232b43f 100644 --- a/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleInstanceCollectionResponse.cs +++ b/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleInstanceCollectionResponse.cs @@ -17,6 +17,7 @@ public class PrivilegedAccessGroupAssignmentScheduleInstanceCollectionResponse : /// /// 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 new PrivilegedAccessGroupAssignmentScheduleInstanceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrivilegedAccessGroupAssignmentScheduleInstanceCollectionResponse : /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrivilegedAccessGroupAssignmentScheduleInstance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleRequest.cs b/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleRequest.cs index d7c56cd62d..63c2e6e192 100644 --- a/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleRequest.cs +++ b/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleRequest.cs @@ -65,7 +65,7 @@ public class PrivilegedAccessGroupAssignmentScheduleRequest : PrivilegedAccessSc public string TargetScheduleId { get; set; } #endif /// - /// Instantiates a new privilegedAccessGroupAssignmentScheduleRequest and sets the default values. + /// Instantiates a new and sets the default values. /// public PrivilegedAccessGroupAssignmentScheduleRequest() : base() { OdataType = "#microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest"; @@ -73,6 +73,7 @@ public PrivilegedAccessGroupAssignmentScheduleRequest() : base() { /// /// 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 new PrivilegedAccessGroupAssignmentScheduleRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -81,6 +82,7 @@ public PrivilegedAccessGroupAssignmentScheduleRequest() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accessId", n => { AccessId = n.GetEnumValue(); } }, diff --git a/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleRequestCollectionResponse.cs b/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleRequestCollectionResponse.cs index d3e1eeece5..4723973c10 100644 --- a/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleRequestCollectionResponse.cs +++ b/src/generated/Models/PrivilegedAccessGroupAssignmentScheduleRequestCollectionResponse.cs @@ -17,6 +17,7 @@ public class PrivilegedAccessGroupAssignmentScheduleRequestCollectionResponse : /// /// 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 new PrivilegedAccessGroupAssignmentScheduleRequestCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrivilegedAccessGroupAssignmentScheduleRequestCollectionResponse : /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrivilegedAccessGroupAssignmentScheduleRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrivilegedAccessGroupEligibilitySchedule.cs b/src/generated/Models/PrivilegedAccessGroupEligibilitySchedule.cs index f8d983ce3b..1590aad8fe 100644 --- a/src/generated/Models/PrivilegedAccessGroupEligibilitySchedule.cs +++ b/src/generated/Models/PrivilegedAccessGroupEligibilitySchedule.cs @@ -43,7 +43,7 @@ public class PrivilegedAccessGroupEligibilitySchedule : PrivilegedAccessSchedule public string PrincipalId { get; set; } #endif /// - /// Instantiates a new privilegedAccessGroupEligibilitySchedule and sets the default values. + /// Instantiates a new and sets the default values. /// public PrivilegedAccessGroupEligibilitySchedule() : base() { OdataType = "#microsoft.graph.privilegedAccessGroupEligibilitySchedule"; @@ -51,6 +51,7 @@ public PrivilegedAccessGroupEligibilitySchedule() : base() { /// /// 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 new PrivilegedAccessGroupEligibilitySchedule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public PrivilegedAccessGroupEligibilitySchedule() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accessId", n => { AccessId = n.GetEnumValue(); } }, diff --git a/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleCollectionResponse.cs b/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleCollectionResponse.cs index c60fe4d8cf..bf0dbb4206 100644 --- a/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleCollectionResponse.cs +++ b/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleCollectionResponse.cs @@ -17,6 +17,7 @@ public class PrivilegedAccessGroupEligibilityScheduleCollectionResponse : BaseCo /// /// 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 new PrivilegedAccessGroupEligibilityScheduleCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrivilegedAccessGroupEligibilityScheduleCollectionResponse : BaseCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrivilegedAccessGroupEligibilitySchedule.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleInstance.cs b/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleInstance.cs index cecf0e1776..f278229506 100644 --- a/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleInstance.cs +++ b/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleInstance.cs @@ -51,7 +51,7 @@ public class PrivilegedAccessGroupEligibilityScheduleInstance : PrivilegedAccess public string PrincipalId { get; set; } #endif /// - /// Instantiates a new privilegedAccessGroupEligibilityScheduleInstance and sets the default values. + /// Instantiates a new and sets the default values. /// public PrivilegedAccessGroupEligibilityScheduleInstance() : base() { OdataType = "#microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance"; @@ -59,6 +59,7 @@ public PrivilegedAccessGroupEligibilityScheduleInstance() : base() { /// /// 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 new PrivilegedAccessGroupEligibilityScheduleInstance CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public PrivilegedAccessGroupEligibilityScheduleInstance() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accessId", n => { AccessId = n.GetEnumValue(); } }, diff --git a/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleInstanceCollectionResponse.cs b/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleInstanceCollectionResponse.cs index a797ba89dd..e2712f0c06 100644 --- a/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleInstanceCollectionResponse.cs +++ b/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleInstanceCollectionResponse.cs @@ -17,6 +17,7 @@ public class PrivilegedAccessGroupEligibilityScheduleInstanceCollectionResponse /// /// 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 new PrivilegedAccessGroupEligibilityScheduleInstanceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrivilegedAccessGroupEligibilityScheduleInstanceCollectionResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrivilegedAccessGroupEligibilityScheduleInstance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleRequest.cs b/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleRequest.cs index f4c98f22fb..42580d6e61 100644 --- a/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleRequest.cs +++ b/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleRequest.cs @@ -57,7 +57,7 @@ public class PrivilegedAccessGroupEligibilityScheduleRequest : PrivilegedAccessS public string TargetScheduleId { get; set; } #endif /// - /// Instantiates a new privilegedAccessGroupEligibilityScheduleRequest and sets the default values. + /// Instantiates a new and sets the default values. /// public PrivilegedAccessGroupEligibilityScheduleRequest() : base() { OdataType = "#microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest"; @@ -65,6 +65,7 @@ public PrivilegedAccessGroupEligibilityScheduleRequest() : base() { /// /// 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 new PrivilegedAccessGroupEligibilityScheduleRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public PrivilegedAccessGroupEligibilityScheduleRequest() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accessId", n => { AccessId = n.GetEnumValue(); } }, diff --git a/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleRequestCollectionResponse.cs b/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleRequestCollectionResponse.cs index 84a112d654..e036f6d49d 100644 --- a/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleRequestCollectionResponse.cs +++ b/src/generated/Models/PrivilegedAccessGroupEligibilityScheduleRequestCollectionResponse.cs @@ -17,6 +17,7 @@ public class PrivilegedAccessGroupEligibilityScheduleRequestCollectionResponse : /// /// 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 new PrivilegedAccessGroupEligibilityScheduleRequestCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrivilegedAccessGroupEligibilityScheduleRequestCollectionResponse : /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PrivilegedAccessGroupEligibilityScheduleRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/PrivilegedAccessRoot.cs b/src/generated/Models/PrivilegedAccessRoot.cs index 4be34f5270..eebc1d7fd9 100644 --- a/src/generated/Models/PrivilegedAccessRoot.cs +++ b/src/generated/Models/PrivilegedAccessRoot.cs @@ -17,6 +17,7 @@ public class PrivilegedAccessRoot : Entity, IParsable { /// /// 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 new PrivilegedAccessRoot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PrivilegedAccessRoot : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"group", n => { Group = n.GetObjectValue(PrivilegedAccessGroup.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/PrivilegedAccessSchedule.cs b/src/generated/Models/PrivilegedAccessSchedule.cs index 78e8f9ee70..b720b7df53 100644 --- a/src/generated/Models/PrivilegedAccessSchedule.cs +++ b/src/generated/Models/PrivilegedAccessSchedule.cs @@ -37,6 +37,7 @@ public class PrivilegedAccessSchedule : Entity, IParsable { /// /// 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 new PrivilegedAccessSchedule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public class PrivilegedAccessSchedule : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/PrivilegedAccessScheduleInstance.cs b/src/generated/Models/PrivilegedAccessScheduleInstance.cs index 56ab0c003d..8b299151c3 100644 --- a/src/generated/Models/PrivilegedAccessScheduleInstance.cs +++ b/src/generated/Models/PrivilegedAccessScheduleInstance.cs @@ -13,6 +13,7 @@ public class PrivilegedAccessScheduleInstance : Entity, IParsable { /// /// 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 new PrivilegedAccessScheduleInstance CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class PrivilegedAccessScheduleInstance : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"endDateTime", n => { EndDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/PrivilegedAccessScheduleRequest.cs b/src/generated/Models/PrivilegedAccessScheduleRequest.cs index d579699d88..41b93cae0a 100644 --- a/src/generated/Models/PrivilegedAccessScheduleRequest.cs +++ b/src/generated/Models/PrivilegedAccessScheduleRequest.cs @@ -37,6 +37,7 @@ public class PrivilegedAccessScheduleRequest : Request, IParsable { /// /// 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 new PrivilegedAccessScheduleRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public class PrivilegedAccessScheduleRequest : Request, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"action", n => { Action = n.GetEnumValue(); } }, diff --git a/src/generated/Models/Process.cs b/src/generated/Models/Process.cs index 800b9fb518..5f8c87ee7d 100644 --- a/src/generated/Models/Process.cs +++ b/src/generated/Models/Process.cs @@ -77,7 +77,7 @@ public class Process : IAdditionalDataHolder, IParsable { /// The Process ID (PID) of the process. public int? ProcessId { get; set; } /// - /// Instantiates a new process and sets the default values. + /// Instantiates a new and sets the default values. /// public Process() { AdditionalData = new Dictionary(); @@ -85,6 +85,7 @@ public Process() { /// /// 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 Process CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -93,6 +94,7 @@ public static Process CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"accountName", n => { AccountName = n.GetStringValue(); } }, diff --git a/src/generated/Models/ProfileCardAnnotation.cs b/src/generated/Models/ProfileCardAnnotation.cs index 2c58128d6f..41aa422035 100644 --- a/src/generated/Models/ProfileCardAnnotation.cs +++ b/src/generated/Models/ProfileCardAnnotation.cs @@ -33,7 +33,7 @@ public class ProfileCardAnnotation : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new profileCardAnnotation and sets the default values. + /// Instantiates a new and sets the default values. /// public ProfileCardAnnotation() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public ProfileCardAnnotation() { /// /// 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 ProfileCardAnnotation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static ProfileCardAnnotation CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/ProfileCardProperty.cs b/src/generated/Models/ProfileCardProperty.cs index b075c5b065..f0ef6f53ef 100644 --- a/src/generated/Models/ProfileCardProperty.cs +++ b/src/generated/Models/ProfileCardProperty.cs @@ -25,6 +25,7 @@ public class ProfileCardProperty : Entity, IParsable { /// /// 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 new ProfileCardProperty CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class ProfileCardProperty : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"annotations", n => { Annotations = n.GetCollectionOfObjectValues(ProfileCardAnnotation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ProfileCardPropertyCollectionResponse.cs b/src/generated/Models/ProfileCardPropertyCollectionResponse.cs index eb3491b0f0..027dee751e 100644 --- a/src/generated/Models/ProfileCardPropertyCollectionResponse.cs +++ b/src/generated/Models/ProfileCardPropertyCollectionResponse.cs @@ -17,6 +17,7 @@ public class ProfileCardPropertyCollectionResponse : BaseCollectionPaginationCou /// /// 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 new ProfileCardPropertyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ProfileCardPropertyCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ProfileCardProperty.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ProfilePhoto.cs b/src/generated/Models/ProfilePhoto.cs index 7a1138f164..b1b29e97a7 100644 --- a/src/generated/Models/ProfilePhoto.cs +++ b/src/generated/Models/ProfilePhoto.cs @@ -13,6 +13,7 @@ public class ProfilePhoto : Entity, IParsable { /// /// 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 new ProfilePhoto CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -21,6 +22,7 @@ public class ProfilePhoto : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"height", n => { Height = n.GetIntValue(); } }, diff --git a/src/generated/Models/ProfilePhotoCollectionResponse.cs b/src/generated/Models/ProfilePhotoCollectionResponse.cs index fd00b538f7..78ab6c1467 100644 --- a/src/generated/Models/ProfilePhotoCollectionResponse.cs +++ b/src/generated/Models/ProfilePhotoCollectionResponse.cs @@ -17,6 +17,7 @@ public class ProfilePhotoCollectionResponse : BaseCollectionPaginationCountRespo /// /// 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 new ProfilePhotoCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ProfilePhotoCollectionResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ProfilePhoto.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Prompt.cs b/src/generated/Models/Prompt.cs index cdaa224cc5..13b62607fb 100644 --- a/src/generated/Models/Prompt.cs +++ b/src/generated/Models/Prompt.cs @@ -17,7 +17,7 @@ public class Prompt : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new prompt and sets the default values. + /// Instantiates a new and sets the default values. /// public Prompt() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public Prompt() { /// /// 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 Prompt CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static Prompt CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/PronounsSettings.cs b/src/generated/Models/PronounsSettings.cs index 502231adae..f6d87901b9 100644 --- a/src/generated/Models/PronounsSettings.cs +++ b/src/generated/Models/PronounsSettings.cs @@ -11,6 +11,7 @@ public class PronounsSettings : Entity, IParsable { /// /// 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 new PronounsSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -19,6 +20,7 @@ public class PronounsSettings : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"isEnabledInOrganization", n => { IsEnabledInOrganization = n.GetBoolValue(); } }, diff --git a/src/generated/Models/ProvisionChannelEmailResult.cs b/src/generated/Models/ProvisionChannelEmailResult.cs index c9e72b4733..8ead5f8c62 100644 --- a/src/generated/Models/ProvisionChannelEmailResult.cs +++ b/src/generated/Models/ProvisionChannelEmailResult.cs @@ -25,7 +25,7 @@ public class ProvisionChannelEmailResult : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new provisionChannelEmailResult and sets the default values. + /// Instantiates a new and sets the default values. /// public ProvisionChannelEmailResult() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public ProvisionChannelEmailResult() { /// /// 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 ProvisionChannelEmailResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static ProvisionChannelEmailResult CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"email", n => { Email = n.GetStringValue(); } }, diff --git a/src/generated/Models/ProvisionedIdentity.cs b/src/generated/Models/ProvisionedIdentity.cs index d905d15582..3bb55bf24f 100644 --- a/src/generated/Models/ProvisionedIdentity.cs +++ b/src/generated/Models/ProvisionedIdentity.cs @@ -23,7 +23,7 @@ public class ProvisionedIdentity : Identity, IParsable { public string IdentityType { get; set; } #endif /// - /// Instantiates a new provisionedIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public ProvisionedIdentity() : base() { OdataType = "#microsoft.graph.provisionedIdentity"; @@ -31,6 +31,7 @@ public ProvisionedIdentity() : base() { /// /// 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 new ProvisionedIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public ProvisionedIdentity() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"details", n => { Details = n.GetObjectValue(DetailsInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ProvisionedPlan.cs b/src/generated/Models/ProvisionedPlan.cs index fbf4685252..313bb9be39 100644 --- a/src/generated/Models/ProvisionedPlan.cs +++ b/src/generated/Models/ProvisionedPlan.cs @@ -41,7 +41,7 @@ public class ProvisionedPlan : IAdditionalDataHolder, IParsable { public string Service { get; set; } #endif /// - /// Instantiates a new provisionedPlan and sets the default values. + /// Instantiates a new and sets the default values. /// public ProvisionedPlan() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public ProvisionedPlan() { /// /// 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 ProvisionedPlan CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static ProvisionedPlan CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"capabilityStatus", n => { CapabilityStatus = n.GetStringValue(); } }, diff --git a/src/generated/Models/ProvisioningErrorInfo.cs b/src/generated/Models/ProvisioningErrorInfo.cs index 11b6afa565..54080b3e7b 100644 --- a/src/generated/Models/ProvisioningErrorInfo.cs +++ b/src/generated/Models/ProvisioningErrorInfo.cs @@ -51,7 +51,7 @@ public class ProvisioningErrorInfo : IAdditionalDataHolder, IParsable { public string RecommendedAction { get; set; } #endif /// - /// Instantiates a new provisioningErrorInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public ProvisioningErrorInfo() { AdditionalData = new Dictionary(); @@ -59,6 +59,7 @@ public ProvisioningErrorInfo() { /// /// 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 ProvisioningErrorInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public static ProvisioningErrorInfo CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"additionalDetails", n => { AdditionalDetails = n.GetStringValue(); } }, diff --git a/src/generated/Models/ProvisioningObjectSummary.cs b/src/generated/Models/ProvisioningObjectSummary.cs index 3184911daf..bfa031d878 100644 --- a/src/generated/Models/ProvisioningObjectSummary.cs +++ b/src/generated/Models/ProvisioningObjectSummary.cs @@ -119,6 +119,7 @@ public class ProvisioningObjectSummary : Entity, IParsable { /// /// 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 new ProvisioningObjectSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -127,6 +128,7 @@ public class ProvisioningObjectSummary : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activityDateTime", n => { ActivityDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/ProvisioningObjectSummaryCollectionResponse.cs b/src/generated/Models/ProvisioningObjectSummaryCollectionResponse.cs index 411d08dd11..88ccd01450 100644 --- a/src/generated/Models/ProvisioningObjectSummaryCollectionResponse.cs +++ b/src/generated/Models/ProvisioningObjectSummaryCollectionResponse.cs @@ -17,6 +17,7 @@ public class ProvisioningObjectSummaryCollectionResponse : BaseCollectionPaginat /// /// 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 new ProvisioningObjectSummaryCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ProvisioningObjectSummaryCollectionResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ProvisioningObjectSummary.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ProvisioningServicePrincipal.cs b/src/generated/Models/ProvisioningServicePrincipal.cs index 2d43021867..741484c610 100644 --- a/src/generated/Models/ProvisioningServicePrincipal.cs +++ b/src/generated/Models/ProvisioningServicePrincipal.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class ProvisioningServicePrincipal : Identity, IParsable { /// - /// Instantiates a new provisioningServicePrincipal and sets the default values. + /// Instantiates a new and sets the default values. /// public ProvisioningServicePrincipal() : base() { OdataType = "#microsoft.graph.provisioningServicePrincipal"; @@ -15,6 +15,7 @@ public ProvisioningServicePrincipal() : base() { /// /// 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 new ProvisioningServicePrincipal CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public ProvisioningServicePrincipal() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/ProvisioningStatusInfo.cs b/src/generated/Models/ProvisioningStatusInfo.cs index 76c73c4220..a05e64392a 100644 --- a/src/generated/Models/ProvisioningStatusInfo.cs +++ b/src/generated/Models/ProvisioningStatusInfo.cs @@ -27,7 +27,7 @@ public class ProvisioningStatusInfo : IAdditionalDataHolder, IParsable { /// Possible values are: success, warning, failure, skipped, unknownFutureValue. public ProvisioningResult? Status { get; set; } /// - /// Instantiates a new provisioningStatusInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public ProvisioningStatusInfo() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public ProvisioningStatusInfo() { /// /// 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 ProvisioningStatusInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static ProvisioningStatusInfo CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"errorInformation", n => { ErrorInformation = n.GetObjectValue(ProvisioningErrorInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ProvisioningStep.cs b/src/generated/Models/ProvisioningStep.cs index 6643e61416..00d96a7a07 100644 --- a/src/generated/Models/ProvisioningStep.cs +++ b/src/generated/Models/ProvisioningStep.cs @@ -45,7 +45,7 @@ public class ProvisioningStep : IAdditionalDataHolder, IParsable { /// Status of the step. Possible values are: success, warning, failure, skipped, unknownFutureValue. public ProvisioningResult? Status { get; set; } /// - /// Instantiates a new provisioningStep and sets the default values. + /// Instantiates a new and sets the default values. /// public ProvisioningStep() { AdditionalData = new Dictionary(); @@ -53,6 +53,7 @@ public ProvisioningStep() { /// /// 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 ProvisioningStep CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -61,6 +62,7 @@ public static ProvisioningStep CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/ProvisioningSystem.cs b/src/generated/Models/ProvisioningSystem.cs index 26fb6d9747..c353271076 100644 --- a/src/generated/Models/ProvisioningSystem.cs +++ b/src/generated/Models/ProvisioningSystem.cs @@ -15,7 +15,7 @@ public class ProvisioningSystem : Identity, IParsable { public DetailsInfo Details { get; set; } #endif /// - /// Instantiates a new provisioningSystem and sets the default values. + /// Instantiates a new and sets the default values. /// public ProvisioningSystem() : base() { OdataType = "#microsoft.graph.provisioningSystem"; @@ -23,6 +23,7 @@ public ProvisioningSystem() : base() { /// /// 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 new ProvisioningSystem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public ProvisioningSystem() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"details", n => { Details = n.GetObjectValue(DetailsInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ProxiedDomain.cs b/src/generated/Models/ProxiedDomain.cs index ed284e134c..dac1981ae3 100644 --- a/src/generated/Models/ProxiedDomain.cs +++ b/src/generated/Models/ProxiedDomain.cs @@ -36,7 +36,7 @@ public class ProxiedDomain : IAdditionalDataHolder, IParsable { public string Proxy { get; set; } #endif /// - /// Instantiates a new proxiedDomain and sets the default values. + /// Instantiates a new and sets the default values. /// public ProxiedDomain() { AdditionalData = new Dictionary(); @@ -44,6 +44,7 @@ public ProxiedDomain() { /// /// 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 ProxiedDomain CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public static ProxiedDomain CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ipAddressOrFQDN", n => { IpAddressOrFQDN = n.GetStringValue(); } }, diff --git a/src/generated/Models/PublicClientApplication.cs b/src/generated/Models/PublicClientApplication.cs index d7e9cfb359..bc1ca2a319 100644 --- a/src/generated/Models/PublicClientApplication.cs +++ b/src/generated/Models/PublicClientApplication.cs @@ -25,7 +25,7 @@ public class PublicClientApplication : IAdditionalDataHolder, IParsable { public List RedirectUris { get; set; } #endif /// - /// Instantiates a new publicClientApplication and sets the default values. + /// Instantiates a new and sets the default values. /// public PublicClientApplication() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public PublicClientApplication() { /// /// 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 PublicClientApplication CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static PublicClientApplication CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/PublicError.cs b/src/generated/Models/PublicError.cs index f1f7f49bad..0864588fd1 100644 --- a/src/generated/Models/PublicError.cs +++ b/src/generated/Models/PublicError.cs @@ -57,7 +57,7 @@ public class PublicError : IAdditionalDataHolder, IParsable { public string Target { get; set; } #endif /// - /// Instantiates a new publicError and sets the default values. + /// Instantiates a new and sets the default values. /// public PublicError() { AdditionalData = new Dictionary(); @@ -65,6 +65,7 @@ public PublicError() { /// /// 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 PublicError CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public static PublicError CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"code", n => { Code = n.GetStringValue(); } }, diff --git a/src/generated/Models/PublicErrorDetail.cs b/src/generated/Models/PublicErrorDetail.cs index 8f544accf9..df9b4f4d86 100644 --- a/src/generated/Models/PublicErrorDetail.cs +++ b/src/generated/Models/PublicErrorDetail.cs @@ -41,7 +41,7 @@ public class PublicErrorDetail : IAdditionalDataHolder, IParsable { public string Target { get; set; } #endif /// - /// Instantiates a new publicErrorDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public PublicErrorDetail() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public PublicErrorDetail() { /// /// 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 PublicErrorDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static PublicErrorDetail CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"code", n => { Code = n.GetStringValue(); } }, diff --git a/src/generated/Models/PublicInnerError.cs b/src/generated/Models/PublicInnerError.cs index 62450f636f..ab50951ddf 100644 --- a/src/generated/Models/PublicInnerError.cs +++ b/src/generated/Models/PublicInnerError.cs @@ -49,7 +49,7 @@ public class PublicInnerError : IAdditionalDataHolder, IParsable { public string Target { get; set; } #endif /// - /// Instantiates a new publicInnerError and sets the default values. + /// Instantiates a new and sets the default values. /// public PublicInnerError() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public PublicInnerError() { /// /// 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 PublicInnerError CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static PublicInnerError CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"code", n => { Code = n.GetStringValue(); } }, diff --git a/src/generated/Models/PublicationFacet.cs b/src/generated/Models/PublicationFacet.cs index e9cfae531b..3eb1e821c7 100644 --- a/src/generated/Models/PublicationFacet.cs +++ b/src/generated/Models/PublicationFacet.cs @@ -41,7 +41,7 @@ public class PublicationFacet : IAdditionalDataHolder, IParsable { public string VersionId { get; set; } #endif /// - /// Instantiates a new publicationFacet and sets the default values. + /// Instantiates a new and sets the default values. /// public PublicationFacet() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public PublicationFacet() { /// /// 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 PublicationFacet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static PublicationFacet CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"checkedOutBy", n => { CheckedOutBy = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Quota.cs b/src/generated/Models/Quota.cs index d0299baeb0..8caf56cb09 100644 --- a/src/generated/Models/Quota.cs +++ b/src/generated/Models/Quota.cs @@ -41,7 +41,7 @@ public class Quota : IAdditionalDataHolder, IParsable { /// Total space used, in bytes. Read-only. public long? Used { get; set; } /// - /// Instantiates a new quota and sets the default values. + /// Instantiates a new and sets the default values. /// public Quota() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public Quota() { /// /// 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 Quota CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static Quota CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"deleted", n => { Deleted = n.GetLongValue(); } }, diff --git a/src/generated/Models/RbacApplication.cs b/src/generated/Models/RbacApplication.cs index 7998616567..fe2c3f705a 100644 --- a/src/generated/Models/RbacApplication.cs +++ b/src/generated/Models/RbacApplication.cs @@ -81,6 +81,7 @@ public class RbacApplication : Entity, IParsable { /// /// 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 new RbacApplication CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -89,6 +90,7 @@ public class RbacApplication : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"resourceNamespaces", n => { ResourceNamespaces = n.GetCollectionOfObjectValues(UnifiedRbacResourceNamespace.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/RecentNotebook.cs b/src/generated/Models/RecentNotebook.cs index c84c7dc2f0..de78047ec1 100644 --- a/src/generated/Models/RecentNotebook.cs +++ b/src/generated/Models/RecentNotebook.cs @@ -37,7 +37,7 @@ public class RecentNotebook : IAdditionalDataHolder, IParsable { /// The backend store where the Notebook resides, either OneDriveForBusiness or OneDrive. public OnenoteSourceService? SourceService { get; set; } /// - /// Instantiates a new recentNotebook and sets the default values. + /// Instantiates a new and sets the default values. /// public RecentNotebook() { AdditionalData = new Dictionary(); @@ -45,6 +45,7 @@ public RecentNotebook() { /// /// 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 RecentNotebook CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public static RecentNotebook CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/RecentNotebookLinks.cs b/src/generated/Models/RecentNotebookLinks.cs index b8b9bd80bb..e5cc46e4fe 100644 --- a/src/generated/Models/RecentNotebookLinks.cs +++ b/src/generated/Models/RecentNotebookLinks.cs @@ -33,7 +33,7 @@ public class RecentNotebookLinks : IAdditionalDataHolder, IParsable { public ExternalLink OneNoteWebUrl { get; set; } #endif /// - /// Instantiates a new recentNotebookLinks and sets the default values. + /// Instantiates a new and sets the default values. /// public RecentNotebookLinks() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public RecentNotebookLinks() { /// /// 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 RecentNotebookLinks CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static RecentNotebookLinks CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/Recipient.cs b/src/generated/Models/Recipient.cs index 57f7d97609..d4c3887109 100644 --- a/src/generated/Models/Recipient.cs +++ b/src/generated/Models/Recipient.cs @@ -25,7 +25,7 @@ public class Recipient : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new recipient and sets the default values. + /// Instantiates a new and sets the default values. /// public Recipient() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public Recipient() { /// /// 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 Recipient CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -46,6 +47,7 @@ public static Recipient CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"emailAddress", n => { EmailAddress = n.GetObjectValue(ApiSdk.Models.EmailAddress.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/RecommendedAction.cs b/src/generated/Models/RecommendedAction.cs index b94f9d67ce..282009d923 100644 --- a/src/generated/Models/RecommendedAction.cs +++ b/src/generated/Models/RecommendedAction.cs @@ -35,7 +35,7 @@ public class RecommendedAction : IAdditionalDataHolder, IParsable { public string Title { get; set; } #endif /// - /// Instantiates a new recommendedAction and sets the default values. + /// Instantiates a new and sets the default values. /// public RecommendedAction() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public RecommendedAction() { /// /// 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 RecommendedAction CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static RecommendedAction CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"actionWebUrl", n => { ActionWebUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/RecordOperation.cs b/src/generated/Models/RecordOperation.cs index 4d5028dfb0..00b377f0f0 100644 --- a/src/generated/Models/RecordOperation.cs +++ b/src/generated/Models/RecordOperation.cs @@ -25,6 +25,7 @@ public class RecordOperation : CommsOperation, IParsable { /// /// 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 new RecordOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class RecordOperation : CommsOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"recordingAccessToken", n => { RecordingAccessToken = n.GetStringValue(); } }, diff --git a/src/generated/Models/RecordingInfo.cs b/src/generated/Models/RecordingInfo.cs index a4cc419265..16c5b4a8d6 100644 --- a/src/generated/Models/RecordingInfo.cs +++ b/src/generated/Models/RecordingInfo.cs @@ -27,7 +27,7 @@ public class RecordingInfo : IAdditionalDataHolder, IParsable { /// The recordingStatus property public ApiSdk.Models.RecordingStatus? RecordingStatus { get; set; } /// - /// Instantiates a new recordingInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public RecordingInfo() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public RecordingInfo() { /// /// 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 RecordingInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static RecordingInfo CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"initiator", n => { Initiator = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/RecurrencePattern.cs b/src/generated/Models/RecurrencePattern.cs index 5b9e7d6cb7..b66eba5a8e 100644 --- a/src/generated/Models/RecurrencePattern.cs +++ b/src/generated/Models/RecurrencePattern.cs @@ -37,7 +37,7 @@ public class RecurrencePattern : IAdditionalDataHolder, IParsable { /// The recurrence pattern type: daily, weekly, absoluteMonthly, relativeMonthly, absoluteYearly, relativeYearly. Required. For more information, see values of type property. public RecurrencePatternType? Type { get; set; } /// - /// Instantiates a new recurrencePattern and sets the default values. + /// Instantiates a new and sets the default values. /// public RecurrencePattern() { AdditionalData = new Dictionary(); @@ -45,6 +45,7 @@ public RecurrencePattern() { /// /// 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 RecurrencePattern CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public static RecurrencePattern CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"dayOfMonth", n => { DayOfMonth = n.GetIntValue(); } }, diff --git a/src/generated/Models/RecurrenceRange.cs b/src/generated/Models/RecurrenceRange.cs index e20554867e..a7c36c96fa 100644 --- a/src/generated/Models/RecurrenceRange.cs +++ b/src/generated/Models/RecurrenceRange.cs @@ -34,7 +34,7 @@ public class RecurrenceRange : IAdditionalDataHolder, IParsable { /// The recurrence range. The possible values are: endDate, noEnd, numbered. Required. public RecurrenceRangeType? Type { get; set; } /// - /// Instantiates a new recurrenceRange and sets the default values. + /// Instantiates a new and sets the default values. /// public RecurrenceRange() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public RecurrenceRange() { /// /// 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 RecurrenceRange CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static RecurrenceRange CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"endDate", n => { EndDate = n.GetDateValue(); } }, diff --git a/src/generated/Models/RedirectUriSettings.cs b/src/generated/Models/RedirectUriSettings.cs index 22249546a9..834f7da465 100644 --- a/src/generated/Models/RedirectUriSettings.cs +++ b/src/generated/Models/RedirectUriSettings.cs @@ -27,7 +27,7 @@ public class RedirectUriSettings : IAdditionalDataHolder, IParsable { public string Uri { get; set; } #endif /// - /// Instantiates a new redirectUriSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public RedirectUriSettings() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public RedirectUriSettings() { /// /// 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 RedirectUriSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static RedirectUriSettings CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"index", n => { Index = n.GetIntValue(); } }, diff --git a/src/generated/Models/ReferenceAttachment.cs b/src/generated/Models/ReferenceAttachment.cs index 5c19ea20d1..4eef4a81d7 100644 --- a/src/generated/Models/ReferenceAttachment.cs +++ b/src/generated/Models/ReferenceAttachment.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class ReferenceAttachment : Attachment, IParsable { /// - /// Instantiates a new referenceAttachment and sets the default values. + /// Instantiates a new and sets the default values. /// public ReferenceAttachment() : base() { OdataType = "#microsoft.graph.referenceAttachment"; @@ -15,6 +15,7 @@ public ReferenceAttachment() : base() { /// /// 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 new ReferenceAttachment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public ReferenceAttachment() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/ReferenceCreate.cs b/src/generated/Models/ReferenceCreate.cs index bd8654c629..4af55ea097 100644 --- a/src/generated/Models/ReferenceCreate.cs +++ b/src/generated/Models/ReferenceCreate.cs @@ -17,7 +17,7 @@ public class ReferenceCreate : IAdditionalDataHolder, IParsable { public string OdataId { get; set; } #endif /// - /// Instantiates a new ReferenceCreate and sets the default values. + /// Instantiates a new and sets the default values. /// public ReferenceCreate() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ReferenceCreate() { /// /// 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 ReferenceCreate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ReferenceCreate CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.id", n => { OdataId = n.GetStringValue(); } }, diff --git a/src/generated/Models/ReferenceUpdate.cs b/src/generated/Models/ReferenceUpdate.cs index 42f7087274..f0d07e3b4a 100644 --- a/src/generated/Models/ReferenceUpdate.cs +++ b/src/generated/Models/ReferenceUpdate.cs @@ -25,7 +25,7 @@ public class ReferenceUpdate : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new ReferenceUpdate and sets the default values. + /// Instantiates a new and sets the default values. /// public ReferenceUpdate() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public ReferenceUpdate() { /// /// 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 ReferenceUpdate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static ReferenceUpdate CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.id", n => { OdataId = n.GetStringValue(); } }, diff --git a/src/generated/Models/ReferencedObject.cs b/src/generated/Models/ReferencedObject.cs index 0d455aff8c..2ad4683225 100644 --- a/src/generated/Models/ReferencedObject.cs +++ b/src/generated/Models/ReferencedObject.cs @@ -33,7 +33,7 @@ public class ReferencedObject : IAdditionalDataHolder, IParsable { public string ReferencedProperty { get; set; } #endif /// - /// Instantiates a new referencedObject and sets the default values. + /// Instantiates a new and sets the default values. /// public ReferencedObject() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public ReferencedObject() { /// /// 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 ReferencedObject CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static ReferencedObject CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/RegistrationEnforcement.cs b/src/generated/Models/RegistrationEnforcement.cs index d25900464c..2e514f52cf 100644 --- a/src/generated/Models/RegistrationEnforcement.cs +++ b/src/generated/Models/RegistrationEnforcement.cs @@ -25,7 +25,7 @@ public class RegistrationEnforcement : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new registrationEnforcement and sets the default values. + /// Instantiates a new and sets the default values. /// public RegistrationEnforcement() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public RegistrationEnforcement() { /// /// 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 RegistrationEnforcement CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static RegistrationEnforcement CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"authenticationMethodsRegistrationCampaign", n => { AuthenticationMethodsRegistrationCampaign = n.GetObjectValue(ApiSdk.Models.AuthenticationMethodsRegistrationCampaign.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/RegistryKeyState.cs b/src/generated/Models/RegistryKeyState.cs index c09fa8a795..2047c44130 100644 --- a/src/generated/Models/RegistryKeyState.cs +++ b/src/generated/Models/RegistryKeyState.cs @@ -73,7 +73,7 @@ public class RegistryKeyState : IAdditionalDataHolder, IParsable { /// Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ Possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz. public RegistryValueType? ValueType { get; set; } /// - /// Instantiates a new registryKeyState and sets the default values. + /// Instantiates a new and sets the default values. /// public RegistryKeyState() { AdditionalData = new Dictionary(); @@ -81,6 +81,7 @@ public RegistryKeyState() { /// /// 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 RegistryKeyState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -89,6 +90,7 @@ public static RegistryKeyState CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"hive", n => { Hive = n.GetEnumValue(); } }, diff --git a/src/generated/Models/RelatedContact.cs b/src/generated/Models/RelatedContact.cs index fd37139a79..2c870c817a 100644 --- a/src/generated/Models/RelatedContact.cs +++ b/src/generated/Models/RelatedContact.cs @@ -45,7 +45,7 @@ public class RelatedContact : IAdditionalDataHolder, IParsable { /// The relationship property public ContactRelationship? Relationship { get; set; } /// - /// Instantiates a new relatedContact and sets the default values. + /// Instantiates a new and sets the default values. /// public RelatedContact() { AdditionalData = new Dictionary(); @@ -53,6 +53,7 @@ public RelatedContact() { /// /// 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 RelatedContact CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -61,6 +62,7 @@ public static RelatedContact CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"accessConsent", n => { AccessConsent = n.GetBoolValue(); } }, diff --git a/src/generated/Models/Reminder.cs b/src/generated/Models/Reminder.cs index d08890daf1..98522d2f0f 100644 --- a/src/generated/Models/Reminder.cs +++ b/src/generated/Models/Reminder.cs @@ -81,7 +81,7 @@ public class Reminder : IAdditionalDataHolder, IParsable { public DateTimeTimeZone ReminderFireTime { get; set; } #endif /// - /// Instantiates a new reminder and sets the default values. + /// Instantiates a new and sets the default values. /// public Reminder() { AdditionalData = new Dictionary(); @@ -89,6 +89,7 @@ public Reminder() { /// /// 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 Reminder CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -97,6 +98,7 @@ public static Reminder CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"changeKey", n => { ChangeKey = n.GetStringValue(); } }, diff --git a/src/generated/Models/RemoteAssistancePartner.cs b/src/generated/Models/RemoteAssistancePartner.cs index 4d7b0df0ea..d7282efec2 100644 --- a/src/generated/Models/RemoteAssistancePartner.cs +++ b/src/generated/Models/RemoteAssistancePartner.cs @@ -32,6 +32,7 @@ public class RemoteAssistancePartner : Entity, IParsable { /// /// 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 new RemoteAssistancePartner CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -40,6 +41,7 @@ public class RemoteAssistancePartner : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/RemoteAssistancePartnerCollectionResponse.cs b/src/generated/Models/RemoteAssistancePartnerCollectionResponse.cs index ef68b879f2..6857677076 100644 --- a/src/generated/Models/RemoteAssistancePartnerCollectionResponse.cs +++ b/src/generated/Models/RemoteAssistancePartnerCollectionResponse.cs @@ -17,6 +17,7 @@ public class RemoteAssistancePartnerCollectionResponse : BaseCollectionPaginatio /// /// 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 new RemoteAssistancePartnerCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class RemoteAssistancePartnerCollectionResponse : BaseCollectionPaginatio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(RemoteAssistancePartner.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/RemoteDesktopSecurityConfiguration.cs b/src/generated/Models/RemoteDesktopSecurityConfiguration.cs index 94bb9436b7..c93d3488f9 100644 --- a/src/generated/Models/RemoteDesktopSecurityConfiguration.cs +++ b/src/generated/Models/RemoteDesktopSecurityConfiguration.cs @@ -19,6 +19,7 @@ public class RemoteDesktopSecurityConfiguration : Entity, IParsable { /// /// 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 new RemoteDesktopSecurityConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class RemoteDesktopSecurityConfiguration : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"isRemoteDesktopProtocolEnabled", n => { IsRemoteDesktopProtocolEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/RemoteItem.cs b/src/generated/Models/RemoteItem.cs index 30d53459ae..1026dc9fda 100644 --- a/src/generated/Models/RemoteItem.cs +++ b/src/generated/Models/RemoteItem.cs @@ -151,7 +151,7 @@ public class RemoteItem : IAdditionalDataHolder, IParsable { public string WebUrl { get; set; } #endif /// - /// Instantiates a new remoteItem and sets the default values. + /// Instantiates a new and sets the default values. /// public RemoteItem() { AdditionalData = new Dictionary(); @@ -159,6 +159,7 @@ public RemoteItem() { /// /// 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 RemoteItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -167,6 +168,7 @@ public static RemoteItem CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"createdBy", n => { CreatedBy = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/RemoteLockActionResult.cs b/src/generated/Models/RemoteLockActionResult.cs index 65c13a3026..48db148d76 100644 --- a/src/generated/Models/RemoteLockActionResult.cs +++ b/src/generated/Models/RemoteLockActionResult.cs @@ -20,6 +20,7 @@ public class RemoteLockActionResult : DeviceActionResult, IParsable { /// /// 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 new RemoteLockActionResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public class RemoteLockActionResult : DeviceActionResult, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"unlockPin", n => { UnlockPin = n.GetStringValue(); } }, diff --git a/src/generated/Models/RemoveAccessApplyAction.cs b/src/generated/Models/RemoveAccessApplyAction.cs index 3fc7559daa..99c6657897 100644 --- a/src/generated/Models/RemoveAccessApplyAction.cs +++ b/src/generated/Models/RemoveAccessApplyAction.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class RemoveAccessApplyAction : AccessReviewApplyAction, IParsable { /// - /// Instantiates a new removeAccessApplyAction and sets the default values. + /// Instantiates a new and sets the default values. /// public RemoveAccessApplyAction() : base() { OdataType = "#microsoft.graph.removeAccessApplyAction"; @@ -15,6 +15,7 @@ public RemoveAccessApplyAction() : base() { /// /// 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 new RemoveAccessApplyAction CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public RemoveAccessApplyAction() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/RemovedState.cs b/src/generated/Models/RemovedState.cs index c23b3735ea..399586d505 100644 --- a/src/generated/Models/RemovedState.cs +++ b/src/generated/Models/RemovedState.cs @@ -25,7 +25,7 @@ public class RemovedState : IAdditionalDataHolder, IParsable { public string Reason { get; set; } #endif /// - /// Instantiates a new removedState and sets the default values. + /// Instantiates a new and sets the default values. /// public RemovedState() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public RemovedState() { /// /// 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 RemovedState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static RemovedState CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/Report.cs b/src/generated/Models/Report.cs index cdae771857..fda3c9711e 100644 --- a/src/generated/Models/Report.cs +++ b/src/generated/Models/Report.cs @@ -28,7 +28,7 @@ public class Report : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new report and sets the default values. + /// Instantiates a new and sets the default values. /// public Report() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public Report() { /// /// 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 Report CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static Report CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"content", n => { Content = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/ReportRoot.cs b/src/generated/Models/ReportRoot.cs index 8271e0b834..ac5a8414fe 100644 --- a/src/generated/Models/ReportRoot.cs +++ b/src/generated/Models/ReportRoot.cs @@ -74,7 +74,7 @@ public class ReportRoot : IAdditionalDataHolder, IParsable { public SecurityReportsRoot Security { get; set; } #endif /// - /// Instantiates a new reportRoot and sets the default values. + /// Instantiates a new and sets the default values. /// public ReportRoot() { AdditionalData = new Dictionary(); @@ -82,6 +82,7 @@ public ReportRoot() { /// /// 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 ReportRoot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -90,6 +91,7 @@ public static ReportRoot CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"authenticationMethods", n => { AuthenticationMethods = n.GetObjectValue(AuthenticationMethodsRoot.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Request.cs b/src/generated/Models/Request.cs index 3fb41c8892..b87c06df2d 100644 --- a/src/generated/Models/Request.cs +++ b/src/generated/Models/Request.cs @@ -45,6 +45,7 @@ public class Request : Entity, IParsable { /// /// 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 new Request CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -62,6 +63,7 @@ public class Request : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"approvalId", n => { ApprovalId = n.GetStringValue(); } }, diff --git a/src/generated/Models/RequestSchedule.cs b/src/generated/Models/RequestSchedule.cs index b48a3e010a..9860fe5e65 100644 --- a/src/generated/Models/RequestSchedule.cs +++ b/src/generated/Models/RequestSchedule.cs @@ -35,7 +35,7 @@ public class RequestSchedule : IAdditionalDataHolder, IParsable { /// When the eligible or active assignment becomes active. public DateTimeOffset? StartDateTime { get; set; } /// - /// Instantiates a new requestSchedule and sets the default values. + /// Instantiates a new and sets the default values. /// public RequestSchedule() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public RequestSchedule() { /// /// 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 RequestSchedule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static RequestSchedule CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"expiration", n => { Expiration = n.GetObjectValue(ExpirationPattern.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/RequestSignatureVerification.cs b/src/generated/Models/RequestSignatureVerification.cs index 013267ba24..69739c08c9 100644 --- a/src/generated/Models/RequestSignatureVerification.cs +++ b/src/generated/Models/RequestSignatureVerification.cs @@ -21,7 +21,7 @@ public class RequestSignatureVerification : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new requestSignatureVerification and sets the default values. + /// Instantiates a new and sets the default values. /// public RequestSignatureVerification() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public RequestSignatureVerification() { /// /// 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 RequestSignatureVerification CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static RequestSignatureVerification CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowedWeakAlgorithms", n => { AllowedWeakAlgorithms = n.GetEnumValue(); } }, diff --git a/src/generated/Models/RequestorManager.cs b/src/generated/Models/RequestorManager.cs index 9782119e94..52a88bee7e 100644 --- a/src/generated/Models/RequestorManager.cs +++ b/src/generated/Models/RequestorManager.cs @@ -9,7 +9,7 @@ public class RequestorManager : SubjectSet, IParsable { /// The hierarchical level of the manager with respect to the requestor. For example, the direct manager of a requestor would have a managerLevel of 1, while the manager of the requestor's manager would have a managerLevel of 2. Default value for managerLevel is 1. Possible values for this property range from 1 to 2. public int? ManagerLevel { get; set; } /// - /// Instantiates a new requestorManager and sets the default values. + /// Instantiates a new and sets the default values. /// public RequestorManager() : base() { OdataType = "#microsoft.graph.requestorManager"; @@ -17,6 +17,7 @@ public RequestorManager() : base() { /// /// 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 new RequestorManager CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public RequestorManager() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"managerLevel", n => { ManagerLevel = n.GetIntValue(); } }, diff --git a/src/generated/Models/RequiredResourceAccess.cs b/src/generated/Models/RequiredResourceAccess.cs index b8cc13082f..374c4bf091 100644 --- a/src/generated/Models/RequiredResourceAccess.cs +++ b/src/generated/Models/RequiredResourceAccess.cs @@ -33,7 +33,7 @@ public class RequiredResourceAccess : IAdditionalDataHolder, IParsable { public string ResourceAppId { get; set; } #endif /// - /// Instantiates a new requiredResourceAccess and sets the default values. + /// Instantiates a new and sets the default values. /// public RequiredResourceAccess() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public RequiredResourceAccess() { /// /// 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 RequiredResourceAccess CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static RequiredResourceAccess CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/ResellerDelegatedAdminRelationship.cs b/src/generated/Models/ResellerDelegatedAdminRelationship.cs index 79ccd8ba17..097bf50a1e 100644 --- a/src/generated/Models/ResellerDelegatedAdminRelationship.cs +++ b/src/generated/Models/ResellerDelegatedAdminRelationship.cs @@ -19,6 +19,7 @@ public class ResellerDelegatedAdminRelationship : DelegatedAdminRelationship, IP /// /// 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 new ResellerDelegatedAdminRelationship CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class ResellerDelegatedAdminRelationship : DelegatedAdminRelationship, IP /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"indirectProviderTenantId", n => { IndirectProviderTenantId = n.GetStringValue(); } }, diff --git a/src/generated/Models/ResetPasscodeActionResult.cs b/src/generated/Models/ResetPasscodeActionResult.cs index f5bf734288..10d1077932 100644 --- a/src/generated/Models/ResetPasscodeActionResult.cs +++ b/src/generated/Models/ResetPasscodeActionResult.cs @@ -20,6 +20,7 @@ public class ResetPasscodeActionResult : DeviceActionResult, IParsable { /// /// 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 new ResetPasscodeActionResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public class ResetPasscodeActionResult : DeviceActionResult, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"passcode", n => { Passcode = n.GetStringValue(); } }, diff --git a/src/generated/Models/ResourceAccess.cs b/src/generated/Models/ResourceAccess.cs index 6fa9fbecfe..f1e787b6e6 100644 --- a/src/generated/Models/ResourceAccess.cs +++ b/src/generated/Models/ResourceAccess.cs @@ -27,7 +27,7 @@ public class ResourceAccess : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new resourceAccess and sets the default values. + /// Instantiates a new and sets the default values. /// public ResourceAccess() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public ResourceAccess() { /// /// 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 ResourceAccess CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static ResourceAccess CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"id", n => { Id = n.GetGuidValue(); } }, diff --git a/src/generated/Models/ResourceAction.cs b/src/generated/Models/ResourceAction.cs index 8a3620df5b..beb12a5373 100644 --- a/src/generated/Models/ResourceAction.cs +++ b/src/generated/Models/ResourceAction.cs @@ -36,7 +36,7 @@ public class ResourceAction : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new resourceAction and sets the default values. + /// Instantiates a new and sets the default values. /// public ResourceAction() { AdditionalData = new Dictionary(); @@ -44,6 +44,7 @@ public ResourceAction() { /// /// 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 ResourceAction CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public static ResourceAction CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowedResourceActions", n => { AllowedResourceActions = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/ResourceOperation.cs b/src/generated/Models/ResourceOperation.cs index 496ef90075..d8be1724bc 100644 --- a/src/generated/Models/ResourceOperation.cs +++ b/src/generated/Models/ResourceOperation.cs @@ -36,6 +36,7 @@ public class ResourceOperation : Entity, IParsable { /// /// 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 new ResourceOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public class ResourceOperation : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"actionName", n => { ActionName = n.GetStringValue(); } }, diff --git a/src/generated/Models/ResourceOperationCollectionResponse.cs b/src/generated/Models/ResourceOperationCollectionResponse.cs index c31ee6891e..cdd7385dfd 100644 --- a/src/generated/Models/ResourceOperationCollectionResponse.cs +++ b/src/generated/Models/ResourceOperationCollectionResponse.cs @@ -17,6 +17,7 @@ public class ResourceOperationCollectionResponse : BaseCollectionPaginationCount /// /// 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 new ResourceOperationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ResourceOperationCollectionResponse : BaseCollectionPaginationCount /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ResourceOperation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ResourceReference.cs b/src/generated/Models/ResourceReference.cs index ca2ce68e6f..84f635810b 100644 --- a/src/generated/Models/ResourceReference.cs +++ b/src/generated/Models/ResourceReference.cs @@ -41,7 +41,7 @@ public class ResourceReference : IAdditionalDataHolder, IParsable { public string WebUrl { get; set; } #endif /// - /// Instantiates a new resourceReference and sets the default values. + /// Instantiates a new and sets the default values. /// public ResourceReference() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public ResourceReference() { /// /// 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 ResourceReference CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static ResourceReference CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"id", n => { Id = n.GetStringValue(); } }, diff --git a/src/generated/Models/ResourceSpecificPermission.cs b/src/generated/Models/ResourceSpecificPermission.cs index 48485b3262..8309c81d55 100644 --- a/src/generated/Models/ResourceSpecificPermission.cs +++ b/src/generated/Models/ResourceSpecificPermission.cs @@ -45,7 +45,7 @@ public class ResourceSpecificPermission : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new resourceSpecificPermission and sets the default values. + /// Instantiates a new and sets the default values. /// public ResourceSpecificPermission() { AdditionalData = new Dictionary(); @@ -53,6 +53,7 @@ public ResourceSpecificPermission() { /// /// 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 ResourceSpecificPermission CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -61,6 +62,7 @@ public static ResourceSpecificPermission CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/ResourceSpecificPermissionGrant.cs b/src/generated/Models/ResourceSpecificPermissionGrant.cs index 2fdaee226f..4c6f6b587d 100644 --- a/src/generated/Models/ResourceSpecificPermissionGrant.cs +++ b/src/generated/Models/ResourceSpecificPermissionGrant.cs @@ -47,7 +47,7 @@ public class ResourceSpecificPermissionGrant : DirectoryObject, IParsable { public string ResourceAppId { get; set; } #endif /// - /// Instantiates a new resourceSpecificPermissionGrant and sets the default values. + /// Instantiates a new and sets the default values. /// public ResourceSpecificPermissionGrant() : base() { OdataType = "#microsoft.graph.resourceSpecificPermissionGrant"; @@ -55,6 +55,7 @@ public ResourceSpecificPermissionGrant() : base() { /// /// 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 new ResourceSpecificPermissionGrant CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -63,6 +64,7 @@ public ResourceSpecificPermissionGrant() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"clientAppId", n => { ClientAppId = n.GetStringValue(); } }, diff --git a/src/generated/Models/ResourceSpecificPermissionGrantCollectionResponse.cs b/src/generated/Models/ResourceSpecificPermissionGrantCollectionResponse.cs index c6b2617e1d..be98c9c9e8 100644 --- a/src/generated/Models/ResourceSpecificPermissionGrantCollectionResponse.cs +++ b/src/generated/Models/ResourceSpecificPermissionGrantCollectionResponse.cs @@ -17,6 +17,7 @@ public class ResourceSpecificPermissionGrantCollectionResponse : BaseCollectionP /// /// 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 new ResourceSpecificPermissionGrantCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ResourceSpecificPermissionGrantCollectionResponse : BaseCollectionP /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ResourceSpecificPermissionGrant.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ResourceVisualization.cs b/src/generated/Models/ResourceVisualization.cs index f48856fa40..4d965ed8e4 100644 --- a/src/generated/Models/ResourceVisualization.cs +++ b/src/generated/Models/ResourceVisualization.cs @@ -81,7 +81,7 @@ public class ResourceVisualization : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new resourceVisualization and sets the default values. + /// Instantiates a new and sets the default values. /// public ResourceVisualization() { AdditionalData = new Dictionary(); @@ -89,6 +89,7 @@ public ResourceVisualization() { /// /// 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 ResourceVisualization CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -97,6 +98,7 @@ public static ResourceVisualization CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"containerDisplayName", n => { ContainerDisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/ResponseStatus.cs b/src/generated/Models/ResponseStatus.cs index 72f4f0e97a..9f96f5888f 100644 --- a/src/generated/Models/ResponseStatus.cs +++ b/src/generated/Models/ResponseStatus.cs @@ -21,7 +21,7 @@ public class ResponseStatus : IAdditionalDataHolder, IParsable { /// The date and time when the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z public DateTimeOffset? Time { get; set; } /// - /// Instantiates a new responseStatus and sets the default values. + /// Instantiates a new and sets the default values. /// public ResponseStatus() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public ResponseStatus() { /// /// 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 ResponseStatus CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static ResponseStatus CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/ResultInfo.cs b/src/generated/Models/ResultInfo.cs index ced8ff76fa..3b01b8f47c 100644 --- a/src/generated/Models/ResultInfo.cs +++ b/src/generated/Models/ResultInfo.cs @@ -29,7 +29,7 @@ public class ResultInfo : IAdditionalDataHolder, IParsable { /// The result subcode. public int? Subcode { get; set; } /// - /// Instantiates a new resultInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public ResultInfo() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public ResultInfo() { /// /// 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 ResultInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static ResultInfo CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"code", n => { Code = n.GetIntValue(); } }, diff --git a/src/generated/Models/ResultTemplateDictionary.cs b/src/generated/Models/ResultTemplateDictionary.cs index e7a951e37d..b150c19cc2 100644 --- a/src/generated/Models/ResultTemplateDictionary.cs +++ b/src/generated/Models/ResultTemplateDictionary.cs @@ -9,6 +9,7 @@ public class ResultTemplateDictionary : Dictionary, IParsable { /// /// 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 new ResultTemplateDictionary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class ResultTemplateDictionary : Dictionary, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/ResultTemplateOption.cs b/src/generated/Models/ResultTemplateOption.cs index b397a1df74..fc8dad48bb 100644 --- a/src/generated/Models/ResultTemplateOption.cs +++ b/src/generated/Models/ResultTemplateOption.cs @@ -19,7 +19,7 @@ public class ResultTemplateOption : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new resultTemplateOption and sets the default values. + /// Instantiates a new and sets the default values. /// public ResultTemplateOption() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public ResultTemplateOption() { /// /// 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 ResultTemplateOption CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static ResultTemplateOption CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"enableResultTemplate", n => { EnableResultTemplate = n.GetBoolValue(); } }, diff --git a/src/generated/Models/RetentionLabelSettings.cs b/src/generated/Models/RetentionLabelSettings.cs index ba45bba72e..f8bec94181 100644 --- a/src/generated/Models/RetentionLabelSettings.cs +++ b/src/generated/Models/RetentionLabelSettings.cs @@ -30,7 +30,7 @@ public class RetentionLabelSettings : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new retentionLabelSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public RetentionLabelSettings() { AdditionalData = new Dictionary(); @@ -38,6 +38,7 @@ public RetentionLabelSettings() { /// /// 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 RetentionLabelSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -46,6 +47,7 @@ public static RetentionLabelSettings CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"behaviorDuringRetentionPeriod", n => { BehaviorDuringRetentionPeriod = n.GetEnumValue(); } }, diff --git a/src/generated/Models/RgbColor.cs b/src/generated/Models/RgbColor.cs index 27aebfb530..05d4d18436 100644 --- a/src/generated/Models/RgbColor.cs +++ b/src/generated/Models/RgbColor.cs @@ -26,7 +26,7 @@ public class RgbColor : IAdditionalDataHolder, IParsable { /// Red value public byte? R { get; set; } /// - /// Instantiates a new rgbColor and sets the default values. + /// Instantiates a new and sets the default values. /// public RgbColor() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public RgbColor() { /// /// 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 RgbColor CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static RgbColor CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"b", n => { B = n.GetByteValue(); } }, diff --git a/src/generated/Models/RichLongRunningOperation.cs b/src/generated/Models/RichLongRunningOperation.cs index f413e04149..c2d6cf79d3 100644 --- a/src/generated/Models/RichLongRunningOperation.cs +++ b/src/generated/Models/RichLongRunningOperation.cs @@ -35,6 +35,7 @@ public class RichLongRunningOperation : LongRunningOperation, IParsable { /// /// 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 new RichLongRunningOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public class RichLongRunningOperation : LongRunningOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"error", n => { Error = n.GetObjectValue(PublicError.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/RichLongRunningOperationCollectionResponse.cs b/src/generated/Models/RichLongRunningOperationCollectionResponse.cs index ba7583f4c6..979ba6aaa4 100644 --- a/src/generated/Models/RichLongRunningOperationCollectionResponse.cs +++ b/src/generated/Models/RichLongRunningOperationCollectionResponse.cs @@ -17,6 +17,7 @@ public class RichLongRunningOperationCollectionResponse : BaseCollectionPaginati /// /// 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 new RichLongRunningOperationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class RichLongRunningOperationCollectionResponse : BaseCollectionPaginati /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(RichLongRunningOperation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/RiskDetection.cs b/src/generated/Models/RiskDetection.cs index bca0d08280..54611eecd6 100644 --- a/src/generated/Models/RiskDetection.cs +++ b/src/generated/Models/RiskDetection.cs @@ -58,7 +58,7 @@ public class RiskDetection : Entity, IParsable { #endif /// Details of the detected risk. The possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, m365DAdminDismissedDetection. Note that you must use the Prefer: include - unknown -enum-members request header to get the following value(s) in this evolvable enum: m365DAdminDismissedDetection. public ApiSdk.Models.RiskDetail? RiskDetail { get; set; } - /// The type of risk event detected. The possible values are unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic,adminConfirmedUserCompromised, passwordSpray, impossibleTravel, newCountry, anomalousToken, tokenIssuerAnomaly,suspiciousBrowser, riskyIPAddress, mcasSuspiciousInboxManipulationRules, suspiciousInboxForwarding, and anomalousUserActivity. If the risk detection is a premium detection, will show generic. For more information about each value, see riskEventType values. + /// The type of risk event detected. The possible values are adminConfirmedUserCompromised, anomalousToken, anomalousUserActivity, anonymizedIPAddress, generic, impossibleTravel, investigationsThreatIntelligence, leakedCredentials, maliciousIPAddress,malwareInfectedIPAddress, mcasSuspiciousInboxManipulationRules, newCountry, passwordSpray,riskyIPAddress, suspiciousAPITraffic, suspiciousBrowser,suspiciousInboxForwarding, suspiciousIPAddress, tokenIssuerAnomaly, unfamiliarFeatures, unlikelyTravel. If the risk detection is a premium detection, will show generic. For more information about each value, see riskEventType values. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable public string? RiskEventType { get; set; } @@ -107,6 +107,7 @@ public class RiskDetection : Entity, IParsable { /// /// 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 new RiskDetection CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -115,6 +116,7 @@ public class RiskDetection : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activity", n => { Activity = n.GetEnumValue(); } }, diff --git a/src/generated/Models/RiskDetectionCollectionResponse.cs b/src/generated/Models/RiskDetectionCollectionResponse.cs index 026c9982c8..9a29abd503 100644 --- a/src/generated/Models/RiskDetectionCollectionResponse.cs +++ b/src/generated/Models/RiskDetectionCollectionResponse.cs @@ -17,6 +17,7 @@ public class RiskDetectionCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new RiskDetectionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class RiskDetectionCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(RiskDetection.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/RiskServicePrincipalActivity.cs b/src/generated/Models/RiskServicePrincipalActivity.cs index 8ad250ca4e..e6a0840df3 100644 --- a/src/generated/Models/RiskServicePrincipalActivity.cs +++ b/src/generated/Models/RiskServicePrincipalActivity.cs @@ -27,7 +27,7 @@ public class RiskServicePrincipalActivity : IAdditionalDataHolder, IParsable { public List RiskEventTypes { get; set; } #endif /// - /// Instantiates a new riskServicePrincipalActivity and sets the default values. + /// Instantiates a new and sets the default values. /// public RiskServicePrincipalActivity() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public RiskServicePrincipalActivity() { /// /// 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 RiskServicePrincipalActivity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static RiskServicePrincipalActivity CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"detail", n => { Detail = n.GetEnumValue(); } }, diff --git a/src/generated/Models/RiskUserActivity.cs b/src/generated/Models/RiskUserActivity.cs index b047e3cd0b..40ac556cb5 100644 --- a/src/generated/Models/RiskUserActivity.cs +++ b/src/generated/Models/RiskUserActivity.cs @@ -27,7 +27,7 @@ public class RiskUserActivity : IAdditionalDataHolder, IParsable { public List RiskEventTypes { get; set; } #endif /// - /// Instantiates a new riskUserActivity and sets the default values. + /// Instantiates a new and sets the default values. /// public RiskUserActivity() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public RiskUserActivity() { /// /// 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 RiskUserActivity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static RiskUserActivity CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"detail", n => { Detail = n.GetEnumValue(); } }, diff --git a/src/generated/Models/RiskyServicePrincipal.cs b/src/generated/Models/RiskyServicePrincipal.cs index 8b1adbf088..594be47a72 100644 --- a/src/generated/Models/RiskyServicePrincipal.cs +++ b/src/generated/Models/RiskyServicePrincipal.cs @@ -53,6 +53,7 @@ public class RiskyServicePrincipal : Entity, IParsable { /// /// 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 new RiskyServicePrincipal CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public class RiskyServicePrincipal : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appId", n => { AppId = n.GetStringValue(); } }, diff --git a/src/generated/Models/RiskyServicePrincipalCollectionResponse.cs b/src/generated/Models/RiskyServicePrincipalCollectionResponse.cs index bd42fd61a5..532ae157be 100644 --- a/src/generated/Models/RiskyServicePrincipalCollectionResponse.cs +++ b/src/generated/Models/RiskyServicePrincipalCollectionResponse.cs @@ -17,6 +17,7 @@ public class RiskyServicePrincipalCollectionResponse : BaseCollectionPaginationC /// /// 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 new RiskyServicePrincipalCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class RiskyServicePrincipalCollectionResponse : BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(RiskyServicePrincipal.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/RiskyServicePrincipalHistoryItem.cs b/src/generated/Models/RiskyServicePrincipalHistoryItem.cs index 3ac035bf1b..8ffdf0e65b 100644 --- a/src/generated/Models/RiskyServicePrincipalHistoryItem.cs +++ b/src/generated/Models/RiskyServicePrincipalHistoryItem.cs @@ -25,6 +25,7 @@ public class RiskyServicePrincipalHistoryItem : RiskyServicePrincipal, IParsable /// /// 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 new RiskyServicePrincipalHistoryItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class RiskyServicePrincipalHistoryItem : RiskyServicePrincipal, IParsable /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activity", n => { Activity = n.GetObjectValue(RiskServicePrincipalActivity.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/RiskyServicePrincipalHistoryItemCollectionResponse.cs b/src/generated/Models/RiskyServicePrincipalHistoryItemCollectionResponse.cs index 3cc6f39fe9..74e3b7c10a 100644 --- a/src/generated/Models/RiskyServicePrincipalHistoryItemCollectionResponse.cs +++ b/src/generated/Models/RiskyServicePrincipalHistoryItemCollectionResponse.cs @@ -17,6 +17,7 @@ public class RiskyServicePrincipalHistoryItemCollectionResponse : BaseCollection /// /// 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 new RiskyServicePrincipalHistoryItemCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class RiskyServicePrincipalHistoryItemCollectionResponse : BaseCollection /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(RiskyServicePrincipalHistoryItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/RiskyUser.cs b/src/generated/Models/RiskyUser.cs index 17f5761736..69e5ad084e 100644 --- a/src/generated/Models/RiskyUser.cs +++ b/src/generated/Models/RiskyUser.cs @@ -45,6 +45,7 @@ public class RiskyUser : Entity, IParsable { /// /// 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 new RiskyUser CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public class RiskyUser : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"history", n => { History = n.GetCollectionOfObjectValues(RiskyUserHistoryItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/RiskyUserCollectionResponse.cs b/src/generated/Models/RiskyUserCollectionResponse.cs index a436784f0b..077a1d33a6 100644 --- a/src/generated/Models/RiskyUserCollectionResponse.cs +++ b/src/generated/Models/RiskyUserCollectionResponse.cs @@ -17,6 +17,7 @@ public class RiskyUserCollectionResponse : BaseCollectionPaginationCountResponse /// /// 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 new RiskyUserCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class RiskyUserCollectionResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(RiskyUser.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/RiskyUserHistoryItem.cs b/src/generated/Models/RiskyUserHistoryItem.cs index 4f4ba7c24a..916328b9c4 100644 --- a/src/generated/Models/RiskyUserHistoryItem.cs +++ b/src/generated/Models/RiskyUserHistoryItem.cs @@ -33,6 +33,7 @@ public class RiskyUserHistoryItem : RiskyUser, IParsable { /// /// 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 new RiskyUserHistoryItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class RiskyUserHistoryItem : RiskyUser, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activity", n => { Activity = n.GetObjectValue(RiskUserActivity.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/RiskyUserHistoryItemCollectionResponse.cs b/src/generated/Models/RiskyUserHistoryItemCollectionResponse.cs index 90d01a06f7..9f61e9fc6e 100644 --- a/src/generated/Models/RiskyUserHistoryItemCollectionResponse.cs +++ b/src/generated/Models/RiskyUserHistoryItemCollectionResponse.cs @@ -17,6 +17,7 @@ public class RiskyUserHistoryItemCollectionResponse : BaseCollectionPaginationCo /// /// 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 new RiskyUserHistoryItemCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class RiskyUserHistoryItemCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(RiskyUserHistoryItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/RoleAssignment.cs b/src/generated/Models/RoleAssignment.cs index 4832716edf..9d387ebaa0 100644 --- a/src/generated/Models/RoleAssignment.cs +++ b/src/generated/Models/RoleAssignment.cs @@ -44,6 +44,7 @@ public class RoleAssignment : Entity, IParsable { /// /// 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 new RoleAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -56,6 +57,7 @@ public class RoleAssignment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/RoleAssignmentCollectionResponse.cs b/src/generated/Models/RoleAssignmentCollectionResponse.cs index 1b3b456aa6..5983af9652 100644 --- a/src/generated/Models/RoleAssignmentCollectionResponse.cs +++ b/src/generated/Models/RoleAssignmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class RoleAssignmentCollectionResponse : BaseCollectionPaginationCountRes /// /// 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 new RoleAssignmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class RoleAssignmentCollectionResponse : BaseCollectionPaginationCountRes /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(RoleAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/RoleDefinition.cs b/src/generated/Models/RoleDefinition.cs index 1bd0716f10..285723d272 100644 --- a/src/generated/Models/RoleDefinition.cs +++ b/src/generated/Models/RoleDefinition.cs @@ -46,6 +46,7 @@ public class RoleDefinition : Entity, IParsable { /// /// 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 new RoleDefinition CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -58,6 +59,7 @@ public class RoleDefinition : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/RoleDefinitionCollectionResponse.cs b/src/generated/Models/RoleDefinitionCollectionResponse.cs index a3102d76b1..8011f0cd2a 100644 --- a/src/generated/Models/RoleDefinitionCollectionResponse.cs +++ b/src/generated/Models/RoleDefinitionCollectionResponse.cs @@ -17,6 +17,7 @@ public class RoleDefinitionCollectionResponse : BaseCollectionPaginationCountRes /// /// 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 new RoleDefinitionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class RoleDefinitionCollectionResponse : BaseCollectionPaginationCountRes /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(RoleDefinition.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/RoleManagement.cs b/src/generated/Models/RoleManagement.cs index 29aa1bef5e..2f972bcd30 100644 --- a/src/generated/Models/RoleManagement.cs +++ b/src/generated/Models/RoleManagement.cs @@ -33,7 +33,7 @@ public class RoleManagement : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new roleManagement and sets the default values. + /// Instantiates a new and sets the default values. /// public RoleManagement() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public RoleManagement() { /// /// 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 RoleManagement CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static RoleManagement CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"directory", n => { Directory = n.GetObjectValue(RbacApplication.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/RolePermission.cs b/src/generated/Models/RolePermission.cs index 651fdd9c53..14e6e61227 100644 --- a/src/generated/Models/RolePermission.cs +++ b/src/generated/Models/RolePermission.cs @@ -28,7 +28,7 @@ public class RolePermission : IAdditionalDataHolder, IParsable { public List ResourceActions { get; set; } #endif /// - /// Instantiates a new rolePermission and sets the default values. + /// Instantiates a new and sets the default values. /// public RolePermission() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public RolePermission() { /// /// 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 RolePermission CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static RolePermission CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/Room.cs b/src/generated/Models/Room.cs index da583c9ba5..a74592d3db 100644 --- a/src/generated/Models/Room.cs +++ b/src/generated/Models/Room.cs @@ -87,7 +87,7 @@ public class Room : Place, IParsable { public string VideoDeviceName { get; set; } #endif /// - /// Instantiates a new room and sets the default values. + /// Instantiates a new and sets the default values. /// public Room() : base() { OdataType = "#microsoft.graph.room"; @@ -95,6 +95,7 @@ public Room() : base() { /// /// 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 new Room CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -103,6 +104,7 @@ public Room() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"audioDeviceName", n => { AudioDeviceName = n.GetStringValue(); } }, diff --git a/src/generated/Models/RoomCollectionResponse.cs b/src/generated/Models/RoomCollectionResponse.cs index a9af4fb352..a461539e28 100644 --- a/src/generated/Models/RoomCollectionResponse.cs +++ b/src/generated/Models/RoomCollectionResponse.cs @@ -17,6 +17,7 @@ public class RoomCollectionResponse : BaseCollectionPaginationCountResponse, IPa /// /// 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 new RoomCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class RoomCollectionResponse : BaseCollectionPaginationCountResponse, IPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Room.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/RoomList.cs b/src/generated/Models/RoomList.cs index 6152ccb7fd..baf7088388 100644 --- a/src/generated/Models/RoomList.cs +++ b/src/generated/Models/RoomList.cs @@ -23,7 +23,7 @@ public class RoomList : Place, IParsable { public List Rooms { get; set; } #endif /// - /// Instantiates a new roomList and sets the default values. + /// Instantiates a new and sets the default values. /// public RoomList() : base() { OdataType = "#microsoft.graph.roomList"; @@ -31,6 +31,7 @@ public RoomList() : base() { /// /// 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 new RoomList CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public RoomList() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"emailAddress", n => { EmailAddress = n.GetStringValue(); } }, diff --git a/src/generated/Models/RoomListCollectionResponse.cs b/src/generated/Models/RoomListCollectionResponse.cs index 958cd757d3..f99db8cd36 100644 --- a/src/generated/Models/RoomListCollectionResponse.cs +++ b/src/generated/Models/RoomListCollectionResponse.cs @@ -17,6 +17,7 @@ public class RoomListCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new RoomListCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class RoomListCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(RoomList.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Root.cs b/src/generated/Models/Root.cs index 7e11251c24..1f35a8b008 100644 --- a/src/generated/Models/Root.cs +++ b/src/generated/Models/Root.cs @@ -17,7 +17,7 @@ public class Root : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new root and sets the default values. + /// Instantiates a new and sets the default values. /// public Root() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public Root() { /// /// 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 Root CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static Root CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/RotateBitLockerKeysDeviceActionResult.cs b/src/generated/Models/RotateBitLockerKeysDeviceActionResult.cs index 92456b0d5a..8638f76194 100644 --- a/src/generated/Models/RotateBitLockerKeysDeviceActionResult.cs +++ b/src/generated/Models/RotateBitLockerKeysDeviceActionResult.cs @@ -14,6 +14,7 @@ public class RotateBitLockerKeysDeviceActionResult : DeviceActionResult, IParsab /// /// 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 new RotateBitLockerKeysDeviceActionResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -22,6 +23,7 @@ public class RotateBitLockerKeysDeviceActionResult : DeviceActionResult, IParsab /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"errorCode", n => { ErrorCode = n.GetIntValue(); } }, diff --git a/src/generated/Models/RubricCriterion.cs b/src/generated/Models/RubricCriterion.cs index 39be1db843..96c102c8ca 100644 --- a/src/generated/Models/RubricCriterion.cs +++ b/src/generated/Models/RubricCriterion.cs @@ -25,7 +25,7 @@ public class RubricCriterion : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new rubricCriterion and sets the default values. + /// Instantiates a new and sets the default values. /// public RubricCriterion() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public RubricCriterion() { /// /// 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 RubricCriterion CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static RubricCriterion CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"description", n => { Description = n.GetObjectValue(EducationItemBody.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/RubricLevel.cs b/src/generated/Models/RubricLevel.cs index 64d0deaa86..cb5111ec10 100644 --- a/src/generated/Models/RubricLevel.cs +++ b/src/generated/Models/RubricLevel.cs @@ -49,7 +49,7 @@ public class RubricLevel : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new rubricLevel and sets the default values. + /// Instantiates a new and sets the default values. /// public RubricLevel() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public RubricLevel() { /// /// 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 RubricLevel CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static RubricLevel CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"description", n => { Description = n.GetObjectValue(EducationItemBody.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/RubricQuality.cs b/src/generated/Models/RubricQuality.cs index 10918d42ed..8636be562f 100644 --- a/src/generated/Models/RubricQuality.cs +++ b/src/generated/Models/RubricQuality.cs @@ -51,7 +51,7 @@ public class RubricQuality : IAdditionalDataHolder, IParsable { /// If present, a numerical weight for this quality. Weights must add up to 100. public float? Weight { get; set; } /// - /// Instantiates a new rubricQuality and sets the default values. + /// Instantiates a new and sets the default values. /// public RubricQuality() { AdditionalData = new Dictionary(); @@ -59,6 +59,7 @@ public RubricQuality() { /// /// 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 RubricQuality CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public static RubricQuality CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetCollectionOfObjectValues(RubricCriterion.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/RubricQualityFeedbackModel.cs b/src/generated/Models/RubricQualityFeedbackModel.cs index 8c9a972b5e..bc425a1dfc 100644 --- a/src/generated/Models/RubricQualityFeedbackModel.cs +++ b/src/generated/Models/RubricQualityFeedbackModel.cs @@ -33,7 +33,7 @@ public class RubricQualityFeedbackModel : IAdditionalDataHolder, IParsable { public string QualityId { get; set; } #endif /// - /// Instantiates a new rubricQualityFeedbackModel and sets the default values. + /// Instantiates a new and sets the default values. /// public RubricQualityFeedbackModel() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public RubricQualityFeedbackModel() { /// /// 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 RubricQualityFeedbackModel CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static RubricQualityFeedbackModel CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"feedback", n => { Feedback = n.GetObjectValue(EducationItemBody.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/RubricQualitySelectedColumnModel.cs b/src/generated/Models/RubricQualitySelectedColumnModel.cs index 4bfafc5967..1e32c23daf 100644 --- a/src/generated/Models/RubricQualitySelectedColumnModel.cs +++ b/src/generated/Models/RubricQualitySelectedColumnModel.cs @@ -33,7 +33,7 @@ public class RubricQualitySelectedColumnModel : IAdditionalDataHolder, IParsable public string QualityId { get; set; } #endif /// - /// Instantiates a new rubricQualitySelectedColumnModel and sets the default values. + /// Instantiates a new and sets the default values. /// public RubricQualitySelectedColumnModel() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public RubricQualitySelectedColumnModel() { /// /// 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 RubricQualitySelectedColumnModel CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static RubricQualitySelectedColumnModel CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"columnId", n => { ColumnId = n.GetStringValue(); } }, diff --git a/src/generated/Models/SamlOrWsFedExternalDomainFederation.cs b/src/generated/Models/SamlOrWsFedExternalDomainFederation.cs index 8f17163edc..9f204ddb2a 100644 --- a/src/generated/Models/SamlOrWsFedExternalDomainFederation.cs +++ b/src/generated/Models/SamlOrWsFedExternalDomainFederation.cs @@ -15,7 +15,7 @@ public class SamlOrWsFedExternalDomainFederation : SamlOrWsFedProvider, IParsabl public List Domains { get; set; } #endif /// - /// Instantiates a new samlOrWsFedExternalDomainFederation and sets the default values. + /// Instantiates a new and sets the default values. /// public SamlOrWsFedExternalDomainFederation() : base() { OdataType = "#microsoft.graph.samlOrWsFedExternalDomainFederation"; @@ -23,6 +23,7 @@ public SamlOrWsFedExternalDomainFederation() : base() { /// /// 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 new SamlOrWsFedExternalDomainFederation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public SamlOrWsFedExternalDomainFederation() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"domains", n => { Domains = n.GetCollectionOfObjectValues(ExternalDomainName.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SamlOrWsFedProvider.cs b/src/generated/Models/SamlOrWsFedProvider.cs index 6e6f9bd143..93d31bee9e 100644 --- a/src/generated/Models/SamlOrWsFedProvider.cs +++ b/src/generated/Models/SamlOrWsFedProvider.cs @@ -41,7 +41,7 @@ public class SamlOrWsFedProvider : IdentityProviderBase, IParsable { public string SigningCertificate { get; set; } #endif /// - /// Instantiates a new samlOrWsFedProvider and sets the default values. + /// Instantiates a new and sets the default values. /// public SamlOrWsFedProvider() : base() { OdataType = "#microsoft.graph.samlOrWsFedProvider"; @@ -49,6 +49,7 @@ public SamlOrWsFedProvider() : base() { /// /// 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 new SamlOrWsFedProvider CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -62,6 +63,7 @@ public SamlOrWsFedProvider() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"issuerUri", n => { IssuerUri = n.GetStringValue(); } }, diff --git a/src/generated/Models/SamlSingleSignOnSettings.cs b/src/generated/Models/SamlSingleSignOnSettings.cs index 671cb29593..45d5fbe048 100644 --- a/src/generated/Models/SamlSingleSignOnSettings.cs +++ b/src/generated/Models/SamlSingleSignOnSettings.cs @@ -25,7 +25,7 @@ public class SamlSingleSignOnSettings : IAdditionalDataHolder, IParsable { public string RelayState { get; set; } #endif /// - /// Instantiates a new samlSingleSignOnSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public SamlSingleSignOnSettings() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public SamlSingleSignOnSettings() { /// /// 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 SamlSingleSignOnSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static SamlSingleSignOnSettings CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/Schedule.cs b/src/generated/Models/Schedule.cs index 6108428341..63f4508f9f 100644 --- a/src/generated/Models/Schedule.cs +++ b/src/generated/Models/Schedule.cs @@ -119,6 +119,7 @@ public class Schedule : Entity, IParsable { /// /// 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 new Schedule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -127,6 +128,7 @@ public class Schedule : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"enabled", n => { Enabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/ScheduleChangeRequest.cs b/src/generated/Models/ScheduleChangeRequest.cs index 57c91eb400..828b3c7608 100644 --- a/src/generated/Models/ScheduleChangeRequest.cs +++ b/src/generated/Models/ScheduleChangeRequest.cs @@ -47,7 +47,7 @@ public class ScheduleChangeRequest : ChangeTrackedEntity, IParsable { /// The state property public ScheduleChangeState? State { get; set; } /// - /// Instantiates a new scheduleChangeRequest and sets the default values. + /// Instantiates a new and sets the default values. /// public ScheduleChangeRequest() : base() { OdataType = "#microsoft.graph.scheduleChangeRequest"; @@ -55,6 +55,7 @@ public ScheduleChangeRequest() : base() { /// /// 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 new ScheduleChangeRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -70,6 +71,7 @@ public ScheduleChangeRequest() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assignedTo", n => { AssignedTo = n.GetEnumValue(); } }, diff --git a/src/generated/Models/ScheduleEntity.cs b/src/generated/Models/ScheduleEntity.cs index 475d4f9a17..585e7652e3 100644 --- a/src/generated/Models/ScheduleEntity.cs +++ b/src/generated/Models/ScheduleEntity.cs @@ -23,7 +23,7 @@ public class ScheduleEntity : IAdditionalDataHolder, IParsable { /// The theme property public ScheduleEntityTheme? Theme { get; set; } /// - /// Instantiates a new scheduleEntity and sets the default values. + /// Instantiates a new and sets the default values. /// public ScheduleEntity() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public ScheduleEntity() { /// /// 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 ScheduleEntity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static ScheduleEntity CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"endDateTime", n => { EndDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/ScheduleInformation.cs b/src/generated/Models/ScheduleInformation.cs index 5af5fe642c..dbf4528bce 100644 --- a/src/generated/Models/ScheduleInformation.cs +++ b/src/generated/Models/ScheduleInformation.cs @@ -57,7 +57,7 @@ public class ScheduleInformation : IAdditionalDataHolder, IParsable { public ApiSdk.Models.WorkingHours WorkingHours { get; set; } #endif /// - /// Instantiates a new scheduleInformation and sets the default values. + /// Instantiates a new and sets the default values. /// public ScheduleInformation() { AdditionalData = new Dictionary(); @@ -65,6 +65,7 @@ public ScheduleInformation() { /// /// 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 ScheduleInformation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public static ScheduleInformation CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"availabilityView", n => { AvailabilityView = n.GetStringValue(); } }, diff --git a/src/generated/Models/ScheduleItem.cs b/src/generated/Models/ScheduleItem.cs index 8a6b44dc2d..77a31099fd 100644 --- a/src/generated/Models/ScheduleItem.cs +++ b/src/generated/Models/ScheduleItem.cs @@ -53,7 +53,7 @@ public class ScheduleItem : IAdditionalDataHolder, IParsable { public string Subject { get; set; } #endif /// - /// Instantiates a new scheduleItem and sets the default values. + /// Instantiates a new and sets the default values. /// public ScheduleItem() { AdditionalData = new Dictionary(); @@ -61,6 +61,7 @@ public ScheduleItem() { /// /// 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 ScheduleItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -69,6 +70,7 @@ public static ScheduleItem CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"end", n => { End = n.GetObjectValue(DateTimeTimeZone.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/SchedulingGroup.cs b/src/generated/Models/SchedulingGroup.cs index 625eb91d4b..fd67d115da 100644 --- a/src/generated/Models/SchedulingGroup.cs +++ b/src/generated/Models/SchedulingGroup.cs @@ -25,7 +25,7 @@ public class SchedulingGroup : ChangeTrackedEntity, IParsable { public List UserIds { get; set; } #endif /// - /// Instantiates a new schedulingGroup and sets the default values. + /// Instantiates a new and sets the default values. /// public SchedulingGroup() : base() { OdataType = "#microsoft.graph.schedulingGroup"; @@ -33,6 +33,7 @@ public SchedulingGroup() : base() { /// /// 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 new SchedulingGroup CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public SchedulingGroup() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/SchedulingGroupCollectionResponse.cs b/src/generated/Models/SchedulingGroupCollectionResponse.cs index a4f1448004..3ce5291094 100644 --- a/src/generated/Models/SchedulingGroupCollectionResponse.cs +++ b/src/generated/Models/SchedulingGroupCollectionResponse.cs @@ -17,6 +17,7 @@ public class SchedulingGroupCollectionResponse : BaseCollectionPaginationCountRe /// /// 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 new SchedulingGroupCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SchedulingGroupCollectionResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SchedulingGroup.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SchemaExtension.cs b/src/generated/Models/SchemaExtension.cs index ce69dcb05f..097690c499 100644 --- a/src/generated/Models/SchemaExtension.cs +++ b/src/generated/Models/SchemaExtension.cs @@ -49,6 +49,7 @@ public class SchemaExtension : Entity, IParsable { /// /// 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 new SchemaExtension CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public class SchemaExtension : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/SchemaExtensionCollectionResponse.cs b/src/generated/Models/SchemaExtensionCollectionResponse.cs index 1992967790..b42a427575 100644 --- a/src/generated/Models/SchemaExtensionCollectionResponse.cs +++ b/src/generated/Models/SchemaExtensionCollectionResponse.cs @@ -17,6 +17,7 @@ public class SchemaExtensionCollectionResponse : BaseCollectionPaginationCountRe /// /// 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 new SchemaExtensionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SchemaExtensionCollectionResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SchemaExtension.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ScopedRoleMembership.cs b/src/generated/Models/ScopedRoleMembership.cs index 290ff7cfb7..d72c1b7f4c 100644 --- a/src/generated/Models/ScopedRoleMembership.cs +++ b/src/generated/Models/ScopedRoleMembership.cs @@ -33,6 +33,7 @@ public class ScopedRoleMembership : Entity, IParsable { /// /// 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 new ScopedRoleMembership CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class ScopedRoleMembership : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"administrativeUnitId", n => { AdministrativeUnitId = n.GetStringValue(); } }, diff --git a/src/generated/Models/ScopedRoleMembershipCollectionResponse.cs b/src/generated/Models/ScopedRoleMembershipCollectionResponse.cs index 236b6a5c08..b9267a6485 100644 --- a/src/generated/Models/ScopedRoleMembershipCollectionResponse.cs +++ b/src/generated/Models/ScopedRoleMembershipCollectionResponse.cs @@ -17,6 +17,7 @@ public class ScopedRoleMembershipCollectionResponse : BaseCollectionPaginationCo /// /// 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 new ScopedRoleMembershipCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ScopedRoleMembershipCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ScopedRoleMembership.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ScoredEmailAddress.cs b/src/generated/Models/ScoredEmailAddress.cs index 0b05f8183d..8894cde5bf 100644 --- a/src/generated/Models/ScoredEmailAddress.cs +++ b/src/generated/Models/ScoredEmailAddress.cs @@ -37,7 +37,7 @@ public class ScoredEmailAddress : IAdditionalDataHolder, IParsable { /// The selectionLikelihood property public SelectionLikelihoodInfo? SelectionLikelihood { get; set; } /// - /// Instantiates a new scoredEmailAddress and sets the default values. + /// Instantiates a new and sets the default values. /// public ScoredEmailAddress() { AdditionalData = new Dictionary(); @@ -45,6 +45,7 @@ public ScoredEmailAddress() { /// /// 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 ScoredEmailAddress CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public static ScoredEmailAddress CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"address", n => { Address = n.GetStringValue(); } }, diff --git a/src/generated/Models/SearchAggregation.cs b/src/generated/Models/SearchAggregation.cs index 247984a466..dfa97e12ea 100644 --- a/src/generated/Models/SearchAggregation.cs +++ b/src/generated/Models/SearchAggregation.cs @@ -33,7 +33,7 @@ public class SearchAggregation : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new searchAggregation and sets the default values. + /// Instantiates a new and sets the default values. /// public SearchAggregation() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public SearchAggregation() { /// /// 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 SearchAggregation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static SearchAggregation CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"buckets", n => { Buckets = n.GetCollectionOfObjectValues(SearchBucket.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SearchAlteration.cs b/src/generated/Models/SearchAlteration.cs index fb5860b097..5db8b57464 100644 --- a/src/generated/Models/SearchAlteration.cs +++ b/src/generated/Models/SearchAlteration.cs @@ -41,7 +41,7 @@ public class SearchAlteration : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new searchAlteration and sets the default values. + /// Instantiates a new and sets the default values. /// public SearchAlteration() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public SearchAlteration() { /// /// 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 SearchAlteration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static SearchAlteration CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"alteredHighlightedQueryString", n => { AlteredHighlightedQueryString = n.GetStringValue(); } }, diff --git a/src/generated/Models/SearchAlterationOptions.cs b/src/generated/Models/SearchAlterationOptions.cs index 73997e7bad..50cba54a78 100644 --- a/src/generated/Models/SearchAlterationOptions.cs +++ b/src/generated/Models/SearchAlterationOptions.cs @@ -21,7 +21,7 @@ public class SearchAlterationOptions : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new searchAlterationOptions and sets the default values. + /// Instantiates a new and sets the default values. /// public SearchAlterationOptions() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public SearchAlterationOptions() { /// /// 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 SearchAlterationOptions CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static SearchAlterationOptions CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"enableModification", n => { EnableModification = n.GetBoolValue(); } }, diff --git a/src/generated/Models/SearchBucket.cs b/src/generated/Models/SearchBucket.cs index aa1ab76067..b0b63c6aa9 100644 --- a/src/generated/Models/SearchBucket.cs +++ b/src/generated/Models/SearchBucket.cs @@ -35,7 +35,7 @@ public class SearchBucket : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new searchBucket and sets the default values. + /// Instantiates a new and sets the default values. /// public SearchBucket() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public SearchBucket() { /// /// 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 SearchBucket CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static SearchBucket CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"aggregationFilterToken", n => { AggregationFilterToken = n.GetStringValue(); } }, diff --git a/src/generated/Models/SearchEntity.cs b/src/generated/Models/SearchEntity.cs index e8552fc251..4554b625df 100644 --- a/src/generated/Models/SearchEntity.cs +++ b/src/generated/Models/SearchEntity.cs @@ -9,6 +9,7 @@ public class SearchEntity : Entity, IParsable { /// /// 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 new SearchEntity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class SearchEntity : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/SearchHit.cs b/src/generated/Models/SearchHit.cs index a9c7412217..fbe0ddb903 100644 --- a/src/generated/Models/SearchHit.cs +++ b/src/generated/Models/SearchHit.cs @@ -61,7 +61,7 @@ public class SearchHit : IAdditionalDataHolder, IParsable { public string Summary { get; set; } #endif /// - /// Instantiates a new searchHit and sets the default values. + /// Instantiates a new and sets the default values. /// public SearchHit() { AdditionalData = new Dictionary(); @@ -69,6 +69,7 @@ public SearchHit() { /// /// 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 SearchHit CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -77,6 +78,7 @@ public static SearchHit CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contentSource", n => { ContentSource = n.GetStringValue(); } }, diff --git a/src/generated/Models/SearchHitsContainer.cs b/src/generated/Models/SearchHitsContainer.cs index 3ac2d207ce..4ca2ce4bb8 100644 --- a/src/generated/Models/SearchHitsContainer.cs +++ b/src/generated/Models/SearchHitsContainer.cs @@ -37,7 +37,7 @@ public class SearchHitsContainer : IAdditionalDataHolder, IParsable { /// The total number of results. Note this isn't the number of results on the page, but the total number of results satisfying the query. public int? Total { get; set; } /// - /// Instantiates a new searchHitsContainer and sets the default values. + /// Instantiates a new and sets the default values. /// public SearchHitsContainer() { AdditionalData = new Dictionary(); @@ -45,6 +45,7 @@ public SearchHitsContainer() { /// /// 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 SearchHitsContainer CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public static SearchHitsContainer CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"aggregations", n => { Aggregations = n.GetCollectionOfObjectValues(SearchAggregation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SearchQuery.cs b/src/generated/Models/SearchQuery.cs index 4cb472d615..b110826321 100644 --- a/src/generated/Models/SearchQuery.cs +++ b/src/generated/Models/SearchQuery.cs @@ -33,7 +33,7 @@ public class SearchQuery : IAdditionalDataHolder, IParsable { public string QueryTemplate { get; set; } #endif /// - /// Instantiates a new searchQuery and sets the default values. + /// Instantiates a new and sets the default values. /// public SearchQuery() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public SearchQuery() { /// /// 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 SearchQuery CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static SearchQuery CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/SearchRequest.cs b/src/generated/Models/SearchRequest.cs index 406efd583e..e7a07340d7 100644 --- a/src/generated/Models/SearchRequest.cs +++ b/src/generated/Models/SearchRequest.cs @@ -119,7 +119,7 @@ public class SearchRequest : IAdditionalDataHolder, IParsable { public List SortProperties { get; set; } #endif /// - /// Instantiates a new searchRequest and sets the default values. + /// Instantiates a new and sets the default values. /// public SearchRequest() { AdditionalData = new Dictionary(); @@ -127,6 +127,7 @@ public SearchRequest() { /// /// 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 SearchRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -135,6 +136,7 @@ public static SearchRequest CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"aggregationFilters", n => { AggregationFilters = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/SearchResponse.cs b/src/generated/Models/SearchResponse.cs index bd1376612f..f152f8eaca 100644 --- a/src/generated/Models/SearchResponse.cs +++ b/src/generated/Models/SearchResponse.cs @@ -49,7 +49,7 @@ public class SearchResponse : IAdditionalDataHolder, IParsable { public List SearchTerms { get; set; } #endif /// - /// Instantiates a new searchResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public SearchResponse() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public SearchResponse() { /// /// 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 SearchResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static SearchResponse CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"hitsContainers", n => { HitsContainers = n.GetCollectionOfObjectValues(SearchHitsContainer.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SearchResult.cs b/src/generated/Models/SearchResult.cs index 03b707b990..56a430178a 100644 --- a/src/generated/Models/SearchResult.cs +++ b/src/generated/Models/SearchResult.cs @@ -25,7 +25,7 @@ public class SearchResult : IAdditionalDataHolder, IParsable { public string OnClickTelemetryUrl { get; set; } #endif /// - /// Instantiates a new searchResult and sets the default values. + /// Instantiates a new and sets the default values. /// public SearchResult() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public SearchResult() { /// /// 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 SearchResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static SearchResult CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/SectionGroup.cs b/src/generated/Models/SectionGroup.cs index f5337c082d..b2e8d7fba1 100644 --- a/src/generated/Models/SectionGroup.cs +++ b/src/generated/Models/SectionGroup.cs @@ -55,7 +55,7 @@ public class SectionGroup : OnenoteEntityHierarchyModel, IParsable { public string SectionsUrl { get; set; } #endif /// - /// Instantiates a new sectionGroup and sets the default values. + /// Instantiates a new and sets the default values. /// public SectionGroup() : base() { OdataType = "#microsoft.graph.sectionGroup"; @@ -63,6 +63,7 @@ public SectionGroup() : base() { /// /// 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 new SectionGroup CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -71,6 +72,7 @@ public SectionGroup() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"parentNotebook", n => { ParentNotebook = n.GetObjectValue(Notebook.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/SectionGroupCollectionResponse.cs b/src/generated/Models/SectionGroupCollectionResponse.cs index c3ea17dccb..c5c82b8a9b 100644 --- a/src/generated/Models/SectionGroupCollectionResponse.cs +++ b/src/generated/Models/SectionGroupCollectionResponse.cs @@ -17,6 +17,7 @@ public class SectionGroupCollectionResponse : BaseCollectionPaginationCountRespo /// /// 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 new SectionGroupCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SectionGroupCollectionResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SectionGroup.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SectionLinks.cs b/src/generated/Models/SectionLinks.cs index 233b003ab7..f19a9b15f6 100644 --- a/src/generated/Models/SectionLinks.cs +++ b/src/generated/Models/SectionLinks.cs @@ -33,7 +33,7 @@ public class SectionLinks : IAdditionalDataHolder, IParsable { public ExternalLink OneNoteWebUrl { get; set; } #endif /// - /// Instantiates a new sectionLinks and sets the default values. + /// Instantiates a new and sets the default values. /// public SectionLinks() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public SectionLinks() { /// /// 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 SectionLinks CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static SectionLinks CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/SecureScore.cs b/src/generated/Models/SecureScore.cs index 933b338b97..ae81973ff4 100644 --- a/src/generated/Models/SecureScore.cs +++ b/src/generated/Models/SecureScore.cs @@ -59,6 +59,7 @@ public class SecureScore : Entity, IParsable { /// /// 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 new SecureScore CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public class SecureScore : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activeUserCount", n => { ActiveUserCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/SecureScoreCollectionResponse.cs b/src/generated/Models/SecureScoreCollectionResponse.cs index 0cb2f23f1c..c287c37da2 100644 --- a/src/generated/Models/SecureScoreCollectionResponse.cs +++ b/src/generated/Models/SecureScoreCollectionResponse.cs @@ -17,6 +17,7 @@ public class SecureScoreCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new SecureScoreCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SecureScoreCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SecureScore.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SecureScoreControlProfile.cs b/src/generated/Models/SecureScoreControlProfile.cs index 598103ccec..d3d3b7c34f 100644 --- a/src/generated/Models/SecureScoreControlProfile.cs +++ b/src/generated/Models/SecureScoreControlProfile.cs @@ -137,6 +137,7 @@ public class SecureScoreControlProfile : Entity, IParsable { /// /// 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 new SecureScoreControlProfile CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -145,6 +146,7 @@ public class SecureScoreControlProfile : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"actionType", n => { ActionType = n.GetStringValue(); } }, diff --git a/src/generated/Models/SecureScoreControlProfileCollectionResponse.cs b/src/generated/Models/SecureScoreControlProfileCollectionResponse.cs index 833fa654a2..b4bf7e1b7b 100644 --- a/src/generated/Models/SecureScoreControlProfileCollectionResponse.cs +++ b/src/generated/Models/SecureScoreControlProfileCollectionResponse.cs @@ -17,6 +17,7 @@ public class SecureScoreControlProfileCollectionResponse : BaseCollectionPaginat /// /// 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 new SecureScoreControlProfileCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SecureScoreControlProfileCollectionResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SecureScoreControlProfile.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SecureScoreControlStateUpdate.cs b/src/generated/Models/SecureScoreControlStateUpdate.cs index f2e3ed0e46..a0ab9ebd98 100644 --- a/src/generated/Models/SecureScoreControlStateUpdate.cs +++ b/src/generated/Models/SecureScoreControlStateUpdate.cs @@ -51,7 +51,7 @@ public class SecureScoreControlStateUpdate : IAdditionalDataHolder, IParsable { /// Time at which the control state was updated. public DateTimeOffset? UpdatedDateTime { get; set; } /// - /// Instantiates a new secureScoreControlStateUpdate and sets the default values. + /// Instantiates a new and sets the default values. /// public SecureScoreControlStateUpdate() { AdditionalData = new Dictionary(); @@ -59,6 +59,7 @@ public SecureScoreControlStateUpdate() { /// /// 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 SecureScoreControlStateUpdate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public static SecureScoreControlStateUpdate CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"assignedTo", n => { AssignedTo = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/Alert.cs b/src/generated/Models/Security/Alert.cs index 568adf1940..25b9c1b563 100644 --- a/src/generated/Models/Security/Alert.cs +++ b/src/generated/Models/Security/Alert.cs @@ -183,6 +183,7 @@ public class Alert : ApiSdk.Models.Entity, IParsable { /// /// 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 new Alert CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -191,6 +192,7 @@ public class Alert : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"actorDisplayName", n => { ActorDisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/AlertCollectionResponse.cs b/src/generated/Models/Security/AlertCollectionResponse.cs index f99b6fca08..05848d5938 100644 --- a/src/generated/Models/Security/AlertCollectionResponse.cs +++ b/src/generated/Models/Security/AlertCollectionResponse.cs @@ -17,6 +17,7 @@ public class AlertCollectionResponse : ApiSdk.Models.BaseCollectionPaginationCou /// /// 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 new AlertCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class AlertCollectionResponse : ApiSdk.Models.BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Alert.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/AlertComment.cs b/src/generated/Models/Security/AlertComment.cs index 7124306964..4685d017d2 100644 --- a/src/generated/Models/Security/AlertComment.cs +++ b/src/generated/Models/Security/AlertComment.cs @@ -35,7 +35,7 @@ public class AlertComment : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new alertComment and sets the default values. + /// Instantiates a new and sets the default values. /// public AlertComment() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public AlertComment() { /// /// 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 AlertComment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static AlertComment CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/AlertEvidence.cs b/src/generated/Models/Security/AlertEvidence.cs index 5d2c7af073..761146cc4b 100644 --- a/src/generated/Models/Security/AlertEvidence.cs +++ b/src/generated/Models/Security/AlertEvidence.cs @@ -55,7 +55,7 @@ public class AlertEvidence : IAdditionalDataHolder, IParsable { /// The verdict property public EvidenceVerdict? Verdict { get; set; } /// - /// Instantiates a new alertEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public AlertEvidence() { AdditionalData = new Dictionary(); @@ -63,6 +63,7 @@ public AlertEvidence() { /// /// 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 AlertEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -116,6 +117,7 @@ public static AlertEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/Security/AmazonResourceEvidence.cs b/src/generated/Models/Security/AmazonResourceEvidence.cs index c8e75dc2f6..bf7e56229e 100644 --- a/src/generated/Models/Security/AmazonResourceEvidence.cs +++ b/src/generated/Models/Security/AmazonResourceEvidence.cs @@ -39,7 +39,7 @@ public class AmazonResourceEvidence : AlertEvidence, IParsable { public string ResourceType { get; set; } #endif /// - /// Instantiates a new amazonResourceEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public AmazonResourceEvidence() : base() { OdataType = "#microsoft.graph.security.amazonResourceEvidence"; @@ -47,6 +47,7 @@ public AmazonResourceEvidence() : base() { /// /// 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 new AmazonResourceEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public AmazonResourceEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"amazonAccountId", n => { AmazonAccountId = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/AnalyzedMessageEvidence.cs b/src/generated/Models/Security/AnalyzedMessageEvidence.cs index 65856ac717..44431edd5a 100644 --- a/src/generated/Models/Security/AnalyzedMessageEvidence.cs +++ b/src/generated/Models/Security/AnalyzedMessageEvidence.cs @@ -133,7 +133,7 @@ public class AnalyzedMessageEvidence : AlertEvidence, IParsable { public string Urn { get; set; } #endif /// - /// Instantiates a new analyzedMessageEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public AnalyzedMessageEvidence() : base() { OdataType = "#microsoft.graph.security.analyzedMessageEvidence"; @@ -141,6 +141,7 @@ public AnalyzedMessageEvidence() : base() { /// /// 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 new AnalyzedMessageEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -149,6 +150,7 @@ public AnalyzedMessageEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"antiSpamDirection", n => { AntiSpamDirection = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/Article.cs b/src/generated/Models/Security/Article.cs index 6fb52de1de..70cf97bc75 100644 --- a/src/generated/Models/Security/Article.cs +++ b/src/generated/Models/Security/Article.cs @@ -63,6 +63,7 @@ public class Article : ApiSdk.Models.Entity, IParsable { /// /// 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 new Article CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -71,6 +72,7 @@ public class Article : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"body", n => { Body = n.GetObjectValue(FormattedContent.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/ArticleCollectionResponse.cs b/src/generated/Models/Security/ArticleCollectionResponse.cs index 8479303021..b8d869e776 100644 --- a/src/generated/Models/Security/ArticleCollectionResponse.cs +++ b/src/generated/Models/Security/ArticleCollectionResponse.cs @@ -17,6 +17,7 @@ public class ArticleCollectionResponse : ApiSdk.Models.BaseCollectionPaginationC /// /// 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 new ArticleCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ArticleCollectionResponse : ApiSdk.Models.BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues
(Article.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/ArticleIndicator.cs b/src/generated/Models/Security/ArticleIndicator.cs index ed1bba7866..762b0d6768 100644 --- a/src/generated/Models/Security/ArticleIndicator.cs +++ b/src/generated/Models/Security/ArticleIndicator.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models.Security { public class ArticleIndicator : Indicator, IParsable { /// - /// Instantiates a new articleIndicator and sets the default values. + /// Instantiates a new and sets the default values. /// public ArticleIndicator() : base() { OdataType = "#microsoft.graph.security.articleIndicator"; @@ -15,6 +15,7 @@ public ArticleIndicator() : base() { /// /// 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 new ArticleIndicator CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public ArticleIndicator() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/Security/ArticleIndicatorCollectionResponse.cs b/src/generated/Models/Security/ArticleIndicatorCollectionResponse.cs index cb44c62df4..91dfa6395b 100644 --- a/src/generated/Models/Security/ArticleIndicatorCollectionResponse.cs +++ b/src/generated/Models/Security/ArticleIndicatorCollectionResponse.cs @@ -17,6 +17,7 @@ public class ArticleIndicatorCollectionResponse : ApiSdk.Models.BaseCollectionPa /// /// 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 new ArticleIndicatorCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ArticleIndicatorCollectionResponse : ApiSdk.Models.BaseCollectionPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ArticleIndicator.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/Artifact.cs b/src/generated/Models/Security/Artifact.cs index 74fabc0ee6..e2532c5428 100644 --- a/src/generated/Models/Security/Artifact.cs +++ b/src/generated/Models/Security/Artifact.cs @@ -9,6 +9,7 @@ public class Artifact : ApiSdk.Models.Entity, IParsable { /// /// 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 new Artifact CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -30,6 +31,7 @@ public class Artifact : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/Security/AutonomousSystem.cs b/src/generated/Models/Security/AutonomousSystem.cs index beb56a62e2..ecc610098d 100644 --- a/src/generated/Models/Security/AutonomousSystem.cs +++ b/src/generated/Models/Security/AutonomousSystem.cs @@ -43,7 +43,7 @@ public class AutonomousSystem : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new autonomousSystem and sets the default values. + /// Instantiates a new and sets the default values. /// public AutonomousSystem() { AdditionalData = new Dictionary(); @@ -51,6 +51,7 @@ public AutonomousSystem() { /// /// 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 AutonomousSystem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static AutonomousSystem CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/AzureResourceEvidence.cs b/src/generated/Models/Security/AzureResourceEvidence.cs index a47f365c2b..143aeb3575 100644 --- a/src/generated/Models/Security/AzureResourceEvidence.cs +++ b/src/generated/Models/Security/AzureResourceEvidence.cs @@ -31,7 +31,7 @@ public class AzureResourceEvidence : AlertEvidence, IParsable { public string ResourceType { get; set; } #endif /// - /// Instantiates a new azureResourceEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public AzureResourceEvidence() : base() { OdataType = "#microsoft.graph.security.azureResourceEvidence"; @@ -39,6 +39,7 @@ public AzureResourceEvidence() : base() { /// /// 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 new AzureResourceEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public AzureResourceEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"resourceId", n => { ResourceId = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/BlobContainerEvidence.cs b/src/generated/Models/Security/BlobContainerEvidence.cs index 100c50d2d9..1e055dda70 100644 --- a/src/generated/Models/Security/BlobContainerEvidence.cs +++ b/src/generated/Models/Security/BlobContainerEvidence.cs @@ -31,7 +31,7 @@ public class BlobContainerEvidence : AlertEvidence, IParsable { public string Url { get; set; } #endif /// - /// Instantiates a new blobContainerEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public BlobContainerEvidence() : base() { OdataType = "#microsoft.graph.security.blobContainerEvidence"; @@ -39,6 +39,7 @@ public BlobContainerEvidence() : base() { /// /// 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 new BlobContainerEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public BlobContainerEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/BlobEvidence.cs b/src/generated/Models/Security/BlobEvidence.cs index d1d8cc7457..59fce6e745 100644 --- a/src/generated/Models/Security/BlobEvidence.cs +++ b/src/generated/Models/Security/BlobEvidence.cs @@ -47,7 +47,7 @@ public class BlobEvidence : AlertEvidence, IParsable { public string Url { get; set; } #endif /// - /// Instantiates a new blobEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public BlobEvidence() : base() { OdataType = "#microsoft.graph.security.blobEvidence"; @@ -55,6 +55,7 @@ public BlobEvidence() : base() { /// /// 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 new BlobEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -63,6 +64,7 @@ public BlobEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"blobContainer", n => { BlobContainer = n.GetObjectValue(BlobContainerEvidence.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/Case.cs b/src/generated/Models/Security/Case.cs index fa36983812..436a0d7e4b 100644 --- a/src/generated/Models/Security/Case.cs +++ b/src/generated/Models/Security/Case.cs @@ -39,6 +39,7 @@ public class Case : ApiSdk.Models.Entity, IParsable { /// /// 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 new Case CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public class Case : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/Security/CaseOperation.cs b/src/generated/Models/Security/CaseOperation.cs index 4110ba56f9..7ee5604a43 100644 --- a/src/generated/Models/Security/CaseOperation.cs +++ b/src/generated/Models/Security/CaseOperation.cs @@ -35,6 +35,7 @@ public class CaseOperation : ApiSdk.Models.Entity, IParsable { /// /// 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 new CaseOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public class CaseOperation : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"action", n => { Action = n.GetEnumValue(); } }, diff --git a/src/generated/Models/Security/CaseOperationCollectionResponse.cs b/src/generated/Models/Security/CaseOperationCollectionResponse.cs index 114a97f01c..1a4ef0a666 100644 --- a/src/generated/Models/Security/CaseOperationCollectionResponse.cs +++ b/src/generated/Models/Security/CaseOperationCollectionResponse.cs @@ -17,6 +17,7 @@ public class CaseOperationCollectionResponse : ApiSdk.Models.BaseCollectionPagin /// /// 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 new CaseOperationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class CaseOperationCollectionResponse : ApiSdk.Models.BaseCollectionPagin /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(CaseOperation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/CasesRoot.cs b/src/generated/Models/Security/CasesRoot.cs index b43ae55460..d7eced4f7f 100644 --- a/src/generated/Models/Security/CasesRoot.cs +++ b/src/generated/Models/Security/CasesRoot.cs @@ -17,6 +17,7 @@ public class CasesRoot : ApiSdk.Models.Entity, IParsable { /// /// 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 new CasesRoot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class CasesRoot : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"ediscoveryCases", n => { EdiscoveryCases = n.GetCollectionOfObjectValues(EdiscoveryCase.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/CloudApplicationEvidence.cs b/src/generated/Models/Security/CloudApplicationEvidence.cs index 645c0d57ce..2a4f8109ad 100644 --- a/src/generated/Models/Security/CloudApplicationEvidence.cs +++ b/src/generated/Models/Security/CloudApplicationEvidence.cs @@ -29,7 +29,7 @@ public class CloudApplicationEvidence : AlertEvidence, IParsable { /// The identifier of the SaaS application. public long? SaasAppId { get; set; } /// - /// Instantiates a new cloudApplicationEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public CloudApplicationEvidence() : base() { OdataType = "#microsoft.graph.security.cloudApplicationEvidence"; @@ -37,6 +37,7 @@ public CloudApplicationEvidence() : base() { /// /// 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 new CloudApplicationEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public CloudApplicationEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appId", n => { AppId = n.GetLongValue(); } }, diff --git a/src/generated/Models/Security/ContainerEvidence.cs b/src/generated/Models/Security/ContainerEvidence.cs index 3f2ba90f1a..0eb54b2427 100644 --- a/src/generated/Models/Security/ContainerEvidence.cs +++ b/src/generated/Models/Security/ContainerEvidence.cs @@ -57,7 +57,7 @@ public class ContainerEvidence : AlertEvidence, IParsable { public KubernetesPodEvidence Pod { get; set; } #endif /// - /// Instantiates a new containerEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public ContainerEvidence() : base() { OdataType = "#microsoft.graph.security.containerEvidence"; @@ -65,6 +65,7 @@ public ContainerEvidence() : base() { /// /// 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 new ContainerEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public ContainerEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"args", n => { Args = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/Security/ContainerImageEvidence.cs b/src/generated/Models/Security/ContainerImageEvidence.cs index 135a88ef75..2f256195ae 100644 --- a/src/generated/Models/Security/ContainerImageEvidence.cs +++ b/src/generated/Models/Security/ContainerImageEvidence.cs @@ -31,7 +31,7 @@ public class ContainerImageEvidence : AlertEvidence, IParsable { public ContainerRegistryEvidence Registry { get; set; } #endif /// - /// Instantiates a new containerImageEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public ContainerImageEvidence() : base() { OdataType = "#microsoft.graph.security.containerImageEvidence"; @@ -39,6 +39,7 @@ public ContainerImageEvidence() : base() { /// /// 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 new ContainerImageEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public ContainerImageEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"digestImage", n => { DigestImage = n.GetObjectValue(ContainerImageEvidence.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/ContainerRegistryEvidence.cs b/src/generated/Models/Security/ContainerRegistryEvidence.cs index d4aed44943..119031e19b 100644 --- a/src/generated/Models/Security/ContainerRegistryEvidence.cs +++ b/src/generated/Models/Security/ContainerRegistryEvidence.cs @@ -15,7 +15,7 @@ public class ContainerRegistryEvidence : AlertEvidence, IParsable { public string Registry { get; set; } #endif /// - /// Instantiates a new containerRegistryEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public ContainerRegistryEvidence() : base() { OdataType = "#microsoft.graph.security.containerRegistryEvidence"; @@ -23,6 +23,7 @@ public ContainerRegistryEvidence() : base() { /// /// 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 new ContainerRegistryEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public ContainerRegistryEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"registry", n => { Registry = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/CvssSummary.cs b/src/generated/Models/Security/CvssSummary.cs index da32027434..3aa6b8e5aa 100644 --- a/src/generated/Models/Security/CvssSummary.cs +++ b/src/generated/Models/Security/CvssSummary.cs @@ -29,7 +29,7 @@ public class CvssSummary : IAdditionalDataHolder, IParsable { public string VectorString { get; set; } #endif /// - /// Instantiates a new cvssSummary and sets the default values. + /// Instantiates a new and sets the default values. /// public CvssSummary() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public CvssSummary() { /// /// 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 CvssSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static CvssSummary CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/DataSet.cs b/src/generated/Models/Security/DataSet.cs index ec84183ed6..7ecae515a0 100644 --- a/src/generated/Models/Security/DataSet.cs +++ b/src/generated/Models/Security/DataSet.cs @@ -27,6 +27,7 @@ public class DataSet : ApiSdk.Models.Entity, IParsable { /// /// 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 new DataSet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public class DataSet : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdBy", n => { CreatedBy = n.GetObjectValue(ApiSdk.Models.IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/DataSource.cs b/src/generated/Models/Security/DataSource.cs index 2a820d929e..ac242a99c1 100644 --- a/src/generated/Models/Security/DataSource.cs +++ b/src/generated/Models/Security/DataSource.cs @@ -29,6 +29,7 @@ public class DataSource : ApiSdk.Models.Entity, IParsable { /// /// 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 new DataSource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public class DataSource : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdBy", n => { CreatedBy = n.GetObjectValue(ApiSdk.Models.IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/DataSourceCollectionResponse.cs b/src/generated/Models/Security/DataSourceCollectionResponse.cs index d54674dd93..f2d8b560af 100644 --- a/src/generated/Models/Security/DataSourceCollectionResponse.cs +++ b/src/generated/Models/Security/DataSourceCollectionResponse.cs @@ -17,6 +17,7 @@ public class DataSourceCollectionResponse : ApiSdk.Models.BaseCollectionPaginati /// /// 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 new DataSourceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class DataSourceCollectionResponse : ApiSdk.Models.BaseCollectionPaginati /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DataSource.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/DataSourceContainer.cs b/src/generated/Models/Security/DataSourceContainer.cs index bfc49b7b81..8e74301e3e 100644 --- a/src/generated/Models/Security/DataSourceContainer.cs +++ b/src/generated/Models/Security/DataSourceContainer.cs @@ -27,6 +27,7 @@ public class DataSourceContainer : ApiSdk.Models.Entity, IParsable { /// /// 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 new DataSourceContainer CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -40,6 +41,7 @@ public class DataSourceContainer : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/Security/DeviceEvidence.cs b/src/generated/Models/Security/DeviceEvidence.cs index 27e4212b2b..8fdd4f91d2 100644 --- a/src/generated/Models/Security/DeviceEvidence.cs +++ b/src/generated/Models/Security/DeviceEvidence.cs @@ -93,7 +93,7 @@ public class DeviceEvidence : AlertEvidence, IParsable { public ApiSdk.Models.Security.VmMetadata VmMetadata { get; set; } #endif /// - /// Instantiates a new deviceEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public DeviceEvidence() : base() { OdataType = "#microsoft.graph.security.deviceEvidence"; @@ -101,6 +101,7 @@ public DeviceEvidence() : base() { /// /// 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 new DeviceEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -109,6 +110,7 @@ public DeviceEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"azureAdDeviceId", n => { AzureAdDeviceId = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/Dictionary.cs b/src/generated/Models/Security/Dictionary.cs index f9c44e8f84..40519ecb71 100644 --- a/src/generated/Models/Security/Dictionary.cs +++ b/src/generated/Models/Security/Dictionary.cs @@ -17,7 +17,7 @@ public class Dictionary : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new dictionary and sets the default values. + /// Instantiates a new and sets the default values. /// public Dictionary() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public Dictionary() { /// /// 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 Dictionary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static Dictionary CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/DnsEvidence.cs b/src/generated/Models/Security/DnsEvidence.cs index eed6d0841d..f8c6540186 100644 --- a/src/generated/Models/Security/DnsEvidence.cs +++ b/src/generated/Models/Security/DnsEvidence.cs @@ -39,7 +39,7 @@ public class DnsEvidence : AlertEvidence, IParsable { public List IpAddresses { get; set; } #endif /// - /// Instantiates a new dnsEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public DnsEvidence() : base() { OdataType = "#microsoft.graph.security.dnsEvidence"; @@ -47,6 +47,7 @@ public DnsEvidence() : base() { /// /// 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 new DnsEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public DnsEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"dnsServerIp", n => { DnsServerIp = n.GetObjectValue(IpEvidence.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/EdiscoveryAddToReviewSetOperation.cs b/src/generated/Models/Security/EdiscoveryAddToReviewSetOperation.cs index f0a8c9b28f..58e6355e1f 100644 --- a/src/generated/Models/Security/EdiscoveryAddToReviewSetOperation.cs +++ b/src/generated/Models/Security/EdiscoveryAddToReviewSetOperation.cs @@ -25,6 +25,7 @@ public class EdiscoveryAddToReviewSetOperation : CaseOperation, IParsable { /// /// 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 new EdiscoveryAddToReviewSetOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class EdiscoveryAddToReviewSetOperation : CaseOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"reviewSet", n => { ReviewSet = n.GetObjectValue(EdiscoveryReviewSet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/EdiscoveryCase.cs b/src/generated/Models/Security/EdiscoveryCase.cs index f42d33222d..8ec84b0ca0 100644 --- a/src/generated/Models/Security/EdiscoveryCase.cs +++ b/src/generated/Models/Security/EdiscoveryCase.cs @@ -81,7 +81,7 @@ public class EdiscoveryCase : Case, IParsable { public List Tags { get; set; } #endif /// - /// Instantiates a new ediscoveryCase and sets the default values. + /// Instantiates a new and sets the default values. /// public EdiscoveryCase() : base() { OdataType = "#microsoft.graph.security.ediscoveryCase"; @@ -89,6 +89,7 @@ public EdiscoveryCase() : base() { /// /// 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 new EdiscoveryCase CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -97,6 +98,7 @@ public EdiscoveryCase() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"closedBy", n => { ClosedBy = n.GetObjectValue(ApiSdk.Models.IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/EdiscoveryCaseCollectionResponse.cs b/src/generated/Models/Security/EdiscoveryCaseCollectionResponse.cs index 21c7a317b1..29918676ac 100644 --- a/src/generated/Models/Security/EdiscoveryCaseCollectionResponse.cs +++ b/src/generated/Models/Security/EdiscoveryCaseCollectionResponse.cs @@ -17,6 +17,7 @@ public class EdiscoveryCaseCollectionResponse : ApiSdk.Models.BaseCollectionPagi /// /// 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 new EdiscoveryCaseCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EdiscoveryCaseCollectionResponse : ApiSdk.Models.BaseCollectionPagi /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EdiscoveryCase.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/EdiscoveryCaseSettings.cs b/src/generated/Models/Security/EdiscoveryCaseSettings.cs index 00ae7f039c..ecfae2fc84 100644 --- a/src/generated/Models/Security/EdiscoveryCaseSettings.cs +++ b/src/generated/Models/Security/EdiscoveryCaseSettings.cs @@ -33,6 +33,7 @@ public class EdiscoveryCaseSettings : ApiSdk.Models.Entity, IParsable { /// /// 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 new EdiscoveryCaseSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class EdiscoveryCaseSettings : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"ocr", n => { Ocr = n.GetObjectValue(OcrSettings.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/EdiscoveryCustodian.cs b/src/generated/Models/Security/EdiscoveryCustodian.cs index 14ccb969ec..855da65699 100644 --- a/src/generated/Models/Security/EdiscoveryCustodian.cs +++ b/src/generated/Models/Security/EdiscoveryCustodian.cs @@ -49,7 +49,7 @@ public class EdiscoveryCustodian : DataSourceContainer, IParsable { public List UserSources { get; set; } #endif /// - /// Instantiates a new ediscoveryCustodian and sets the default values. + /// Instantiates a new and sets the default values. /// public EdiscoveryCustodian() : base() { OdataType = "#microsoft.graph.security.ediscoveryCustodian"; @@ -57,6 +57,7 @@ public EdiscoveryCustodian() : base() { /// /// 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 new EdiscoveryCustodian CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public EdiscoveryCustodian() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"acknowledgedDateTime", n => { AcknowledgedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/Security/EdiscoveryCustodianCollectionResponse.cs b/src/generated/Models/Security/EdiscoveryCustodianCollectionResponse.cs index 822892de8a..0fda821b3b 100644 --- a/src/generated/Models/Security/EdiscoveryCustodianCollectionResponse.cs +++ b/src/generated/Models/Security/EdiscoveryCustodianCollectionResponse.cs @@ -17,6 +17,7 @@ public class EdiscoveryCustodianCollectionResponse : ApiSdk.Models.BaseCollectio /// /// 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 new EdiscoveryCustodianCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EdiscoveryCustodianCollectionResponse : ApiSdk.Models.BaseCollectio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EdiscoveryCustodian.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/EdiscoveryEstimateOperation.cs b/src/generated/Models/Security/EdiscoveryEstimateOperation.cs index 2dff349af3..ac0c249f7a 100644 --- a/src/generated/Models/Security/EdiscoveryEstimateOperation.cs +++ b/src/generated/Models/Security/EdiscoveryEstimateOperation.cs @@ -29,6 +29,7 @@ public class EdiscoveryEstimateOperation : CaseOperation, IParsable { /// /// 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 new EdiscoveryEstimateOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public class EdiscoveryEstimateOperation : CaseOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"indexedItemCount", n => { IndexedItemCount = n.GetLongValue(); } }, diff --git a/src/generated/Models/Security/EdiscoveryExportOperation.cs b/src/generated/Models/Security/EdiscoveryExportOperation.cs index d8c06c6a62..f134283c37 100644 --- a/src/generated/Models/Security/EdiscoveryExportOperation.cs +++ b/src/generated/Models/Security/EdiscoveryExportOperation.cs @@ -53,6 +53,7 @@ public class EdiscoveryExportOperation : CaseOperation, IParsable { /// /// 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 new EdiscoveryExportOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -61,6 +62,7 @@ public class EdiscoveryExportOperation : CaseOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/EdiscoveryHoldOperation.cs b/src/generated/Models/Security/EdiscoveryHoldOperation.cs index 878c981599..e412b3999a 100644 --- a/src/generated/Models/Security/EdiscoveryHoldOperation.cs +++ b/src/generated/Models/Security/EdiscoveryHoldOperation.cs @@ -9,6 +9,7 @@ public class EdiscoveryHoldOperation : CaseOperation, IParsable { /// /// 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 new EdiscoveryHoldOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class EdiscoveryHoldOperation : CaseOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/Security/EdiscoveryIndexOperation.cs b/src/generated/Models/Security/EdiscoveryIndexOperation.cs index 1136e0aca8..283780d6dc 100644 --- a/src/generated/Models/Security/EdiscoveryIndexOperation.cs +++ b/src/generated/Models/Security/EdiscoveryIndexOperation.cs @@ -9,6 +9,7 @@ public class EdiscoveryIndexOperation : CaseOperation, IParsable { /// /// 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 new EdiscoveryIndexOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class EdiscoveryIndexOperation : CaseOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/Security/EdiscoveryNoncustodialDataSource.cs b/src/generated/Models/Security/EdiscoveryNoncustodialDataSource.cs index f9115ce293..535aad617a 100644 --- a/src/generated/Models/Security/EdiscoveryNoncustodialDataSource.cs +++ b/src/generated/Models/Security/EdiscoveryNoncustodialDataSource.cs @@ -23,7 +23,7 @@ public class EdiscoveryNoncustodialDataSource : DataSourceContainer, IParsable { public EdiscoveryIndexOperation LastIndexOperation { get; set; } #endif /// - /// Instantiates a new ediscoveryNoncustodialDataSource and sets the default values. + /// Instantiates a new and sets the default values. /// public EdiscoveryNoncustodialDataSource() : base() { OdataType = "#microsoft.graph.security.ediscoveryNoncustodialDataSource"; @@ -31,6 +31,7 @@ public EdiscoveryNoncustodialDataSource() : base() { /// /// 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 new EdiscoveryNoncustodialDataSource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public EdiscoveryNoncustodialDataSource() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"dataSource", n => { DataSource = n.GetObjectValue(ApiSdk.Models.Security.DataSource.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/EdiscoveryNoncustodialDataSourceCollectionResponse.cs b/src/generated/Models/Security/EdiscoveryNoncustodialDataSourceCollectionResponse.cs index 2116d423c6..6937e798ab 100644 --- a/src/generated/Models/Security/EdiscoveryNoncustodialDataSourceCollectionResponse.cs +++ b/src/generated/Models/Security/EdiscoveryNoncustodialDataSourceCollectionResponse.cs @@ -17,6 +17,7 @@ public class EdiscoveryNoncustodialDataSourceCollectionResponse : ApiSdk.Models. /// /// 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 new EdiscoveryNoncustodialDataSourceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EdiscoveryNoncustodialDataSourceCollectionResponse : ApiSdk.Models. /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EdiscoveryNoncustodialDataSource.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/EdiscoveryPurgeDataOperation.cs b/src/generated/Models/Security/EdiscoveryPurgeDataOperation.cs index 36a1040e06..8a8a1efefc 100644 --- a/src/generated/Models/Security/EdiscoveryPurgeDataOperation.cs +++ b/src/generated/Models/Security/EdiscoveryPurgeDataOperation.cs @@ -9,6 +9,7 @@ public class EdiscoveryPurgeDataOperation : CaseOperation, IParsable { /// /// 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 new EdiscoveryPurgeDataOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class EdiscoveryPurgeDataOperation : CaseOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/Security/EdiscoveryReviewSet.cs b/src/generated/Models/Security/EdiscoveryReviewSet.cs index ac3b5d74a5..74e38f7161 100644 --- a/src/generated/Models/Security/EdiscoveryReviewSet.cs +++ b/src/generated/Models/Security/EdiscoveryReviewSet.cs @@ -15,7 +15,7 @@ public class EdiscoveryReviewSet : DataSet, IParsable { public List Queries { get; set; } #endif /// - /// Instantiates a new ediscoveryReviewSet and sets the default values. + /// Instantiates a new and sets the default values. /// public EdiscoveryReviewSet() : base() { OdataType = "#microsoft.graph.security.ediscoveryReviewSet"; @@ -23,6 +23,7 @@ public EdiscoveryReviewSet() : base() { /// /// 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 new EdiscoveryReviewSet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public EdiscoveryReviewSet() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"queries", n => { Queries = n.GetCollectionOfObjectValues(EdiscoveryReviewSetQuery.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/EdiscoveryReviewSetCollectionResponse.cs b/src/generated/Models/Security/EdiscoveryReviewSetCollectionResponse.cs index 3f753fafd4..2e7509576d 100644 --- a/src/generated/Models/Security/EdiscoveryReviewSetCollectionResponse.cs +++ b/src/generated/Models/Security/EdiscoveryReviewSetCollectionResponse.cs @@ -17,6 +17,7 @@ public class EdiscoveryReviewSetCollectionResponse : ApiSdk.Models.BaseCollectio /// /// 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 new EdiscoveryReviewSetCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EdiscoveryReviewSetCollectionResponse : ApiSdk.Models.BaseCollectio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EdiscoveryReviewSet.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/EdiscoveryReviewSetQuery.cs b/src/generated/Models/Security/EdiscoveryReviewSetQuery.cs index 0f27cab491..026e0c31bb 100644 --- a/src/generated/Models/Security/EdiscoveryReviewSetQuery.cs +++ b/src/generated/Models/Security/EdiscoveryReviewSetQuery.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models.Security { public class EdiscoveryReviewSetQuery : Search, IParsable { /// - /// Instantiates a new ediscoveryReviewSetQuery and sets the default values. + /// Instantiates a new and sets the default values. /// public EdiscoveryReviewSetQuery() : base() { OdataType = "#microsoft.graph.security.ediscoveryReviewSetQuery"; @@ -15,6 +15,7 @@ public EdiscoveryReviewSetQuery() : base() { /// /// 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 new EdiscoveryReviewSetQuery CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public EdiscoveryReviewSetQuery() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/Security/EdiscoveryReviewSetQueryCollectionResponse.cs b/src/generated/Models/Security/EdiscoveryReviewSetQueryCollectionResponse.cs index 086b640f15..e78c6e6cf4 100644 --- a/src/generated/Models/Security/EdiscoveryReviewSetQueryCollectionResponse.cs +++ b/src/generated/Models/Security/EdiscoveryReviewSetQueryCollectionResponse.cs @@ -17,6 +17,7 @@ public class EdiscoveryReviewSetQueryCollectionResponse : ApiSdk.Models.BaseColl /// /// 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 new EdiscoveryReviewSetQueryCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EdiscoveryReviewSetQueryCollectionResponse : ApiSdk.Models.BaseColl /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EdiscoveryReviewSetQuery.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/EdiscoveryReviewTag.cs b/src/generated/Models/Security/EdiscoveryReviewTag.cs index 4fc17bbd2c..d8528e8b7d 100644 --- a/src/generated/Models/Security/EdiscoveryReviewTag.cs +++ b/src/generated/Models/Security/EdiscoveryReviewTag.cs @@ -25,7 +25,7 @@ public class EdiscoveryReviewTag : Tag, IParsable { public EdiscoveryReviewTag Parent { get; set; } #endif /// - /// Instantiates a new ediscoveryReviewTag and sets the default values. + /// Instantiates a new and sets the default values. /// public EdiscoveryReviewTag() : base() { OdataType = "#microsoft.graph.security.ediscoveryReviewTag"; @@ -33,6 +33,7 @@ public EdiscoveryReviewTag() : base() { /// /// 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 new EdiscoveryReviewTag CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public EdiscoveryReviewTag() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"childSelectability", n => { ChildSelectability = n.GetEnumValue(); } }, diff --git a/src/generated/Models/Security/EdiscoveryReviewTagCollectionResponse.cs b/src/generated/Models/Security/EdiscoveryReviewTagCollectionResponse.cs index b6208a76cc..bddd1a7ecf 100644 --- a/src/generated/Models/Security/EdiscoveryReviewTagCollectionResponse.cs +++ b/src/generated/Models/Security/EdiscoveryReviewTagCollectionResponse.cs @@ -17,6 +17,7 @@ public class EdiscoveryReviewTagCollectionResponse : ApiSdk.Models.BaseCollectio /// /// 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 new EdiscoveryReviewTagCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EdiscoveryReviewTagCollectionResponse : ApiSdk.Models.BaseCollectio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EdiscoveryReviewTag.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/EdiscoverySearch.cs b/src/generated/Models/Security/EdiscoverySearch.cs index 8b5b0439fe..bfe72903d1 100644 --- a/src/generated/Models/Security/EdiscoverySearch.cs +++ b/src/generated/Models/Security/EdiscoverySearch.cs @@ -49,7 +49,7 @@ public class EdiscoverySearch : Search, IParsable { public List NoncustodialSources { get; set; } #endif /// - /// Instantiates a new ediscoverySearch and sets the default values. + /// Instantiates a new and sets the default values. /// public EdiscoverySearch() : base() { OdataType = "#microsoft.graph.security.ediscoverySearch"; @@ -57,6 +57,7 @@ public EdiscoverySearch() : base() { /// /// 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 new EdiscoverySearch CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public EdiscoverySearch() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"addToReviewSetOperation", n => { AddToReviewSetOperation = n.GetObjectValue(EdiscoveryAddToReviewSetOperation.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/EdiscoverySearchCollectionResponse.cs b/src/generated/Models/Security/EdiscoverySearchCollectionResponse.cs index 0104fc024b..b429b33975 100644 --- a/src/generated/Models/Security/EdiscoverySearchCollectionResponse.cs +++ b/src/generated/Models/Security/EdiscoverySearchCollectionResponse.cs @@ -17,6 +17,7 @@ public class EdiscoverySearchCollectionResponse : ApiSdk.Models.BaseCollectionPa /// /// 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 new EdiscoverySearchCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class EdiscoverySearchCollectionResponse : ApiSdk.Models.BaseCollectionPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EdiscoverySearch.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/EdiscoveryTagOperation.cs b/src/generated/Models/Security/EdiscoveryTagOperation.cs index 3edb562f4f..0745aa074b 100644 --- a/src/generated/Models/Security/EdiscoveryTagOperation.cs +++ b/src/generated/Models/Security/EdiscoveryTagOperation.cs @@ -9,6 +9,7 @@ public class EdiscoveryTagOperation : CaseOperation, IParsable { /// /// 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 new EdiscoveryTagOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class EdiscoveryTagOperation : CaseOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/Security/EmailSender.cs b/src/generated/Models/Security/EmailSender.cs index 67e0256980..e7a852bd41 100644 --- a/src/generated/Models/Security/EmailSender.cs +++ b/src/generated/Models/Security/EmailSender.cs @@ -41,7 +41,7 @@ public class EmailSender : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new emailSender and sets the default values. + /// Instantiates a new and sets the default values. /// public EmailSender() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public EmailSender() { /// /// 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 EmailSender CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static EmailSender CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/EventPropagationResult.cs b/src/generated/Models/Security/EventPropagationResult.cs index 1cc1fa6609..5414654c4c 100644 --- a/src/generated/Models/Security/EventPropagationResult.cs +++ b/src/generated/Models/Security/EventPropagationResult.cs @@ -43,7 +43,7 @@ public class EventPropagationResult : IAdditionalDataHolder, IParsable { public string StatusInformation { get; set; } #endif /// - /// Instantiates a new eventPropagationResult and sets the default values. + /// Instantiates a new and sets the default values. /// public EventPropagationResult() { AdditionalData = new Dictionary(); @@ -51,6 +51,7 @@ public EventPropagationResult() { /// /// 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 EventPropagationResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static EventPropagationResult CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"location", n => { Location = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/EventQuery.cs b/src/generated/Models/Security/EventQuery.cs index 45d06f6fb1..efa33b6f7d 100644 --- a/src/generated/Models/Security/EventQuery.cs +++ b/src/generated/Models/Security/EventQuery.cs @@ -27,7 +27,7 @@ public class EventQuery : IAdditionalDataHolder, IParsable { /// Represents the type of query associated with an event. 'files' for SPO and ODB and 'messages' for EXO.The possible values are: files, messages, unknownFutureValue. public ApiSdk.Models.Security.QueryType? QueryType { get; set; } /// - /// Instantiates a new eventQuery and sets the default values. + /// Instantiates a new and sets the default values. /// public EventQuery() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public EventQuery() { /// /// 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 EventQuery CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static EventQuery CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/ExportFileMetadata.cs b/src/generated/Models/Security/ExportFileMetadata.cs index ae4ed8500c..dd65a96959 100644 --- a/src/generated/Models/Security/ExportFileMetadata.cs +++ b/src/generated/Models/Security/ExportFileMetadata.cs @@ -35,7 +35,7 @@ public class ExportFileMetadata : IAdditionalDataHolder, IParsable { /// The size property public long? Size { get; set; } /// - /// Instantiates a new exportFileMetadata and sets the default values. + /// Instantiates a new and sets the default values. /// public ExportFileMetadata() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public ExportFileMetadata() { /// /// 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 ExportFileMetadata CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static ExportFileMetadata CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"downloadUrl", n => { DownloadUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/FileDetails.cs b/src/generated/Models/Security/FileDetails.cs index c01fd2f319..1f5d354327 100644 --- a/src/generated/Models/Security/FileDetails.cs +++ b/src/generated/Models/Security/FileDetails.cs @@ -75,7 +75,7 @@ public class FileDetails : IAdditionalDataHolder, IParsable { public string Signer { get; set; } #endif /// - /// Instantiates a new fileDetails and sets the default values. + /// Instantiates a new and sets the default values. /// public FileDetails() { AdditionalData = new Dictionary(); @@ -83,6 +83,7 @@ public FileDetails() { /// /// 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 FileDetails CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -91,6 +92,7 @@ public static FileDetails CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"fileName", n => { FileName = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/FileEvidence.cs b/src/generated/Models/Security/FileEvidence.cs index a0b2385db6..82775f3903 100644 --- a/src/generated/Models/Security/FileEvidence.cs +++ b/src/generated/Models/Security/FileEvidence.cs @@ -25,7 +25,7 @@ public class FileEvidence : AlertEvidence, IParsable { public string MdeDeviceId { get; set; } #endif /// - /// Instantiates a new fileEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public FileEvidence() : base() { OdataType = "#microsoft.graph.security.fileEvidence"; @@ -33,6 +33,7 @@ public FileEvidence() : base() { /// /// 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 new FileEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public FileEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"detectionStatus", n => { DetectionStatus = n.GetEnumValue(); } }, diff --git a/src/generated/Models/Security/FileHash.cs b/src/generated/Models/Security/FileHash.cs index 5b5cbf173f..b62cb4386d 100644 --- a/src/generated/Models/Security/FileHash.cs +++ b/src/generated/Models/Security/FileHash.cs @@ -27,7 +27,7 @@ public class FileHash : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new fileHash and sets the default values. + /// Instantiates a new and sets the default values. /// public FileHash() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public FileHash() { /// /// 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 FileHash CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static FileHash CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"algorithm", n => { Algorithm = n.GetEnumValue(); } }, diff --git a/src/generated/Models/Security/FileHashEvidence.cs b/src/generated/Models/Security/FileHashEvidence.cs index 8c1bb33e68..e716b95b1c 100644 --- a/src/generated/Models/Security/FileHashEvidence.cs +++ b/src/generated/Models/Security/FileHashEvidence.cs @@ -17,7 +17,7 @@ public class FileHashEvidence : AlertEvidence, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new fileHashEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public FileHashEvidence() : base() { OdataType = "#microsoft.graph.security.fileHashEvidence"; @@ -25,6 +25,7 @@ public FileHashEvidence() : base() { /// /// 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 new FileHashEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public FileHashEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"algorithm", n => { Algorithm = n.GetEnumValue(); } }, diff --git a/src/generated/Models/Security/FormattedContent.cs b/src/generated/Models/Security/FormattedContent.cs index 04efdf148e..0a487cc73a 100644 --- a/src/generated/Models/Security/FormattedContent.cs +++ b/src/generated/Models/Security/FormattedContent.cs @@ -27,7 +27,7 @@ public class FormattedContent : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new formattedContent and sets the default values. + /// Instantiates a new and sets the default values. /// public FormattedContent() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public FormattedContent() { /// /// 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 FormattedContent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static FormattedContent CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"content", n => { Content = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/GitHubOrganizationEvidence.cs b/src/generated/Models/Security/GitHubOrganizationEvidence.cs index db98c6475e..4dff0c0bc4 100644 --- a/src/generated/Models/Security/GitHubOrganizationEvidence.cs +++ b/src/generated/Models/Security/GitHubOrganizationEvidence.cs @@ -55,7 +55,7 @@ public class GitHubOrganizationEvidence : AlertEvidence, IParsable { public string WebUrl { get; set; } #endif /// - /// Instantiates a new gitHubOrganizationEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public GitHubOrganizationEvidence() : base() { OdataType = "#microsoft.graph.security.gitHubOrganizationEvidence"; @@ -63,6 +63,7 @@ public GitHubOrganizationEvidence() : base() { /// /// 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 new GitHubOrganizationEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -71,6 +72,7 @@ public GitHubOrganizationEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"company", n => { Company = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/GitHubRepoEvidence.cs b/src/generated/Models/Security/GitHubRepoEvidence.cs index 03a0d8374a..88627740e0 100644 --- a/src/generated/Models/Security/GitHubRepoEvidence.cs +++ b/src/generated/Models/Security/GitHubRepoEvidence.cs @@ -47,7 +47,7 @@ public class GitHubRepoEvidence : AlertEvidence, IParsable { public string RepoId { get; set; } #endif /// - /// Instantiates a new gitHubRepoEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public GitHubRepoEvidence() : base() { OdataType = "#microsoft.graph.security.gitHubRepoEvidence"; @@ -55,6 +55,7 @@ public GitHubRepoEvidence() : base() { /// /// 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 new GitHubRepoEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -63,6 +64,7 @@ public GitHubRepoEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"baseUrl", n => { BaseUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/GitHubUserEvidence.cs b/src/generated/Models/Security/GitHubUserEvidence.cs index 29fb53881b..1dc9e08cbc 100644 --- a/src/generated/Models/Security/GitHubUserEvidence.cs +++ b/src/generated/Models/Security/GitHubUserEvidence.cs @@ -47,7 +47,7 @@ public class GitHubUserEvidence : AlertEvidence, IParsable { public string WebUrl { get; set; } #endif /// - /// Instantiates a new gitHubUserEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public GitHubUserEvidence() : base() { OdataType = "#microsoft.graph.security.gitHubUserEvidence"; @@ -55,6 +55,7 @@ public GitHubUserEvidence() : base() { /// /// 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 new GitHubUserEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -63,6 +64,7 @@ public GitHubUserEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"email", n => { Email = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/GoogleCloudResourceEvidence.cs b/src/generated/Models/Security/GoogleCloudResourceEvidence.cs index 7f864648f3..c113f639b1 100644 --- a/src/generated/Models/Security/GoogleCloudResourceEvidence.cs +++ b/src/generated/Models/Security/GoogleCloudResourceEvidence.cs @@ -43,7 +43,7 @@ public class GoogleCloudResourceEvidence : AlertEvidence, IParsable { public string ResourceType { get; set; } #endif /// - /// Instantiates a new googleCloudResourceEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public GoogleCloudResourceEvidence() : base() { OdataType = "#microsoft.graph.security.googleCloudResourceEvidence"; @@ -51,6 +51,7 @@ public GoogleCloudResourceEvidence() : base() { /// /// 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 new GoogleCloudResourceEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public GoogleCloudResourceEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"location", n => { Location = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/Host.cs b/src/generated/Models/Security/Host.cs index d6db9f6981..9c922464cd 100644 --- a/src/generated/Models/Security/Host.cs +++ b/src/generated/Models/Security/Host.cs @@ -115,7 +115,7 @@ public class Host : Artifact, IParsable { public WhoisRecord Whois { get; set; } #endif /// - /// Instantiates a new host and sets the default values. + /// Instantiates a new and sets the default values. /// public Host() : base() { OdataType = "#microsoft.graph.security.host"; @@ -123,6 +123,7 @@ public Host() : base() { /// /// 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 new Host CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -136,6 +137,7 @@ public Host() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"childHostPairs", n => { ChildHostPairs = n.GetCollectionOfObjectValues(HostPair.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/HostCollectionResponse.cs b/src/generated/Models/Security/HostCollectionResponse.cs index 0c206ee0c9..04a0b994bd 100644 --- a/src/generated/Models/Security/HostCollectionResponse.cs +++ b/src/generated/Models/Security/HostCollectionResponse.cs @@ -17,6 +17,7 @@ public class HostCollectionResponse : ApiSdk.Models.BaseCollectionPaginationCoun /// /// 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 new HostCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class HostCollectionResponse : ApiSdk.Models.BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Host.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/HostComponent.cs b/src/generated/Models/Security/HostComponent.cs index 307bf219a2..6df0cd84d8 100644 --- a/src/generated/Models/Security/HostComponent.cs +++ b/src/generated/Models/Security/HostComponent.cs @@ -43,7 +43,7 @@ public class HostComponent : Artifact, IParsable { public string Version { get; set; } #endif /// - /// Instantiates a new hostComponent and sets the default values. + /// Instantiates a new and sets the default values. /// public HostComponent() : base() { OdataType = "#microsoft.graph.security.hostComponent"; @@ -51,6 +51,7 @@ public HostComponent() : base() { /// /// 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 new HostComponent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public HostComponent() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"category", n => { Category = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/HostComponentCollectionResponse.cs b/src/generated/Models/Security/HostComponentCollectionResponse.cs index 8ba3ec03fa..56a07ea0c7 100644 --- a/src/generated/Models/Security/HostComponentCollectionResponse.cs +++ b/src/generated/Models/Security/HostComponentCollectionResponse.cs @@ -17,6 +17,7 @@ public class HostComponentCollectionResponse : ApiSdk.Models.BaseCollectionPagin /// /// 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 new HostComponentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class HostComponentCollectionResponse : ApiSdk.Models.BaseCollectionPagin /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(HostComponent.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/HostCookie.cs b/src/generated/Models/Security/HostCookie.cs index 5553f4d71c..0458872236 100644 --- a/src/generated/Models/Security/HostCookie.cs +++ b/src/generated/Models/Security/HostCookie.cs @@ -35,7 +35,7 @@ public class HostCookie : Artifact, IParsable { public string Name { get; set; } #endif /// - /// Instantiates a new hostCookie and sets the default values. + /// Instantiates a new and sets the default values. /// public HostCookie() : base() { OdataType = "#microsoft.graph.security.hostCookie"; @@ -43,6 +43,7 @@ public HostCookie() : base() { /// /// 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 new HostCookie CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public HostCookie() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"domain", n => { Domain = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/HostCookieCollectionResponse.cs b/src/generated/Models/Security/HostCookieCollectionResponse.cs index e25d2cea05..75b3e85690 100644 --- a/src/generated/Models/Security/HostCookieCollectionResponse.cs +++ b/src/generated/Models/Security/HostCookieCollectionResponse.cs @@ -17,6 +17,7 @@ public class HostCookieCollectionResponse : ApiSdk.Models.BaseCollectionPaginati /// /// 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 new HostCookieCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class HostCookieCollectionResponse : ApiSdk.Models.BaseCollectionPaginati /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(HostCookie.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/HostLogonSessionEvidence.cs b/src/generated/Models/Security/HostLogonSessionEvidence.cs index e2d561ef00..3ddc644f06 100644 --- a/src/generated/Models/Security/HostLogonSessionEvidence.cs +++ b/src/generated/Models/Security/HostLogonSessionEvidence.cs @@ -35,7 +35,7 @@ public class HostLogonSessionEvidence : AlertEvidence, IParsable { /// The startUtcDateTime property public DateTimeOffset? StartUtcDateTime { get; set; } /// - /// Instantiates a new hostLogonSessionEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public HostLogonSessionEvidence() : base() { OdataType = "#microsoft.graph.security.hostLogonSessionEvidence"; @@ -43,6 +43,7 @@ public HostLogonSessionEvidence() : base() { /// /// 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 new HostLogonSessionEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public HostLogonSessionEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"account", n => { Account = n.GetObjectValue(UserEvidence.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/HostPair.cs b/src/generated/Models/Security/HostPair.cs index 3444a9dc00..6c54219222 100644 --- a/src/generated/Models/Security/HostPair.cs +++ b/src/generated/Models/Security/HostPair.cs @@ -37,6 +37,7 @@ public class HostPair : ApiSdk.Models.Entity, IParsable { /// /// 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 new HostPair CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public class HostPair : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"childHost", n => { ChildHost = n.GetObjectValue(Host.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/HostPairCollectionResponse.cs b/src/generated/Models/Security/HostPairCollectionResponse.cs index ac3b80e86f..7b389392d6 100644 --- a/src/generated/Models/Security/HostPairCollectionResponse.cs +++ b/src/generated/Models/Security/HostPairCollectionResponse.cs @@ -17,6 +17,7 @@ public class HostPairCollectionResponse : ApiSdk.Models.BaseCollectionPagination /// /// 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 new HostPairCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class HostPairCollectionResponse : ApiSdk.Models.BaseCollectionPagination /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(HostPair.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/HostPort.cs b/src/generated/Models/Security/HostPort.cs index 90f4f9e103..28854ba010 100644 --- a/src/generated/Models/Security/HostPort.cs +++ b/src/generated/Models/Security/HostPort.cs @@ -55,6 +55,7 @@ public class HostPort : ApiSdk.Models.Entity, IParsable { /// /// 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 new HostPort CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -63,6 +64,7 @@ public class HostPort : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"banners", n => { Banners = n.GetCollectionOfObjectValues(HostPortBanner.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/HostPortBanner.cs b/src/generated/Models/Security/HostPortBanner.cs index f0e0db3625..6526f2fa40 100644 --- a/src/generated/Models/Security/HostPortBanner.cs +++ b/src/generated/Models/Security/HostPortBanner.cs @@ -39,7 +39,7 @@ public class HostPortBanner : IAdditionalDataHolder, IParsable { /// The total amount of times that Microsoft Defender Threat Intelligence has observed the hostPortBanner in all its scans. public int? TimesObserved { get; set; } /// - /// Instantiates a new hostPortBanner and sets the default values. + /// Instantiates a new and sets the default values. /// public HostPortBanner() { AdditionalData = new Dictionary(); @@ -47,6 +47,7 @@ public HostPortBanner() { /// /// 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 HostPortBanner CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public static HostPortBanner CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"banner", n => { Banner = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/HostPortCollectionResponse.cs b/src/generated/Models/Security/HostPortCollectionResponse.cs index 7aadef8a0c..0492b996bd 100644 --- a/src/generated/Models/Security/HostPortCollectionResponse.cs +++ b/src/generated/Models/Security/HostPortCollectionResponse.cs @@ -17,6 +17,7 @@ public class HostPortCollectionResponse : ApiSdk.Models.BaseCollectionPagination /// /// 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 new HostPortCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class HostPortCollectionResponse : ApiSdk.Models.BaseCollectionPagination /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(HostPort.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/HostPortComponent.cs b/src/generated/Models/Security/HostPortComponent.cs index 97074f1422..21f296851b 100644 --- a/src/generated/Models/Security/HostPortComponent.cs +++ b/src/generated/Models/Security/HostPortComponent.cs @@ -31,7 +31,7 @@ public class HostPortComponent : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new hostPortComponent and sets the default values. + /// Instantiates a new and sets the default values. /// public HostPortComponent() { AdditionalData = new Dictionary(); @@ -39,6 +39,7 @@ public HostPortComponent() { /// /// 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 HostPortComponent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public static HostPortComponent CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"component", n => { Component = n.GetObjectValue(HostComponent.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/HostReputation.cs b/src/generated/Models/Security/HostReputation.cs index 3ca417fdc6..11f31d7a8b 100644 --- a/src/generated/Models/Security/HostReputation.cs +++ b/src/generated/Models/Security/HostReputation.cs @@ -21,6 +21,7 @@ public class HostReputation : ApiSdk.Models.Entity, IParsable { /// /// 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 new HostReputation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -29,6 +30,7 @@ public class HostReputation : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"classification", n => { Classification = n.GetEnumValue(); } }, diff --git a/src/generated/Models/Security/HostReputationRule.cs b/src/generated/Models/Security/HostReputationRule.cs index 78f70eb18d..6bf2f674cb 100644 --- a/src/generated/Models/Security/HostReputationRule.cs +++ b/src/generated/Models/Security/HostReputationRule.cs @@ -43,7 +43,7 @@ public class HostReputationRule : IAdditionalDataHolder, IParsable { /// The severity property public HostReputationRuleSeverity? Severity { get; set; } /// - /// Instantiates a new hostReputationRule and sets the default values. + /// Instantiates a new and sets the default values. /// public HostReputationRule() { AdditionalData = new Dictionary(); @@ -51,6 +51,7 @@ public HostReputationRule() { /// /// 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 HostReputationRule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static HostReputationRule CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/HostSslCertificate.cs b/src/generated/Models/Security/HostSslCertificate.cs index fb65a1a15f..43fd0ab9b1 100644 --- a/src/generated/Models/Security/HostSslCertificate.cs +++ b/src/generated/Models/Security/HostSslCertificate.cs @@ -35,7 +35,7 @@ public class HostSslCertificate : Artifact, IParsable { public ApiSdk.Models.Security.SslCertificate SslCertificate { get; set; } #endif /// - /// Instantiates a new hostSslCertificate and sets the default values. + /// Instantiates a new and sets the default values. /// public HostSslCertificate() : base() { OdataType = "#microsoft.graph.security.hostSslCertificate"; @@ -43,6 +43,7 @@ public HostSslCertificate() : base() { /// /// 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 new HostSslCertificate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public HostSslCertificate() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"firstSeenDateTime", n => { FirstSeenDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/Security/HostSslCertificateCollectionResponse.cs b/src/generated/Models/Security/HostSslCertificateCollectionResponse.cs index 5b056d5ac7..24a1003695 100644 --- a/src/generated/Models/Security/HostSslCertificateCollectionResponse.cs +++ b/src/generated/Models/Security/HostSslCertificateCollectionResponse.cs @@ -17,6 +17,7 @@ public class HostSslCertificateCollectionResponse : ApiSdk.Models.BaseCollection /// /// 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 new HostSslCertificateCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class HostSslCertificateCollectionResponse : ApiSdk.Models.BaseCollection /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(HostSslCertificate.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/HostSslCertificatePort.cs b/src/generated/Models/Security/HostSslCertificatePort.cs index 3d2e66219e..07ed6e7d17 100644 --- a/src/generated/Models/Security/HostSslCertificatePort.cs +++ b/src/generated/Models/Security/HostSslCertificatePort.cs @@ -23,7 +23,7 @@ public class HostSslCertificatePort : IAdditionalDataHolder, IParsable { /// The port number. public int? Port { get; set; } /// - /// Instantiates a new hostSslCertificatePort and sets the default values. + /// Instantiates a new and sets the default values. /// public HostSslCertificatePort() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public HostSslCertificatePort() { /// /// 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 HostSslCertificatePort CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static HostSslCertificatePort CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"firstSeenDateTime", n => { FirstSeenDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/Security/HostTracker.cs b/src/generated/Models/Security/HostTracker.cs index aab5dc0dae..399981fcb4 100644 --- a/src/generated/Models/Security/HostTracker.cs +++ b/src/generated/Models/Security/HostTracker.cs @@ -35,7 +35,7 @@ public class HostTracker : Artifact, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new hostTracker and sets the default values. + /// Instantiates a new and sets the default values. /// public HostTracker() : base() { OdataType = "#microsoft.graph.security.hostTracker"; @@ -43,6 +43,7 @@ public HostTracker() : base() { /// /// 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 new HostTracker CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public HostTracker() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"firstSeenDateTime", n => { FirstSeenDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/Security/HostTrackerCollectionResponse.cs b/src/generated/Models/Security/HostTrackerCollectionResponse.cs index 938ee1aacd..3bfa3ef957 100644 --- a/src/generated/Models/Security/HostTrackerCollectionResponse.cs +++ b/src/generated/Models/Security/HostTrackerCollectionResponse.cs @@ -17,6 +17,7 @@ public class HostTrackerCollectionResponse : ApiSdk.Models.BaseCollectionPaginat /// /// 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 new HostTrackerCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class HostTrackerCollectionResponse : ApiSdk.Models.BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(HostTracker.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/Hostname.cs b/src/generated/Models/Security/Hostname.cs index 2e9af9fb33..03b5534a35 100644 --- a/src/generated/Models/Security/Hostname.cs +++ b/src/generated/Models/Security/Hostname.cs @@ -23,7 +23,7 @@ public class Hostname : Host, IParsable { public string Registrar { get; set; } #endif /// - /// Instantiates a new hostname and sets the default values. + /// Instantiates a new and sets the default values. /// public Hostname() : base() { OdataType = "#microsoft.graph.security.hostname"; @@ -31,6 +31,7 @@ public Hostname() : base() { /// /// 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 new Hostname CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public Hostname() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"registrant", n => { Registrant = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/HuntingQueryResults.cs b/src/generated/Models/Security/HuntingQueryResults.cs index ca61f1f19f..8f0c70d7cd 100644 --- a/src/generated/Models/Security/HuntingQueryResults.cs +++ b/src/generated/Models/Security/HuntingQueryResults.cs @@ -33,7 +33,7 @@ public class HuntingQueryResults : IAdditionalDataHolder, IParsable { public List Schema { get; set; } #endif /// - /// Instantiates a new huntingQueryResults and sets the default values. + /// Instantiates a new and sets the default values. /// public HuntingQueryResults() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public HuntingQueryResults() { /// /// 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 HuntingQueryResults CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static HuntingQueryResults CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/HuntingRowResult.cs b/src/generated/Models/Security/HuntingRowResult.cs index 6c85a194eb..41559890ea 100644 --- a/src/generated/Models/Security/HuntingRowResult.cs +++ b/src/generated/Models/Security/HuntingRowResult.cs @@ -17,7 +17,7 @@ public class HuntingRowResult : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new huntingRowResult and sets the default values. + /// Instantiates a new and sets the default values. /// public HuntingRowResult() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public HuntingRowResult() { /// /// 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 HuntingRowResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static HuntingRowResult CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/Hyperlink.cs b/src/generated/Models/Security/Hyperlink.cs index a909e8abd6..74d0f2a781 100644 --- a/src/generated/Models/Security/Hyperlink.cs +++ b/src/generated/Models/Security/Hyperlink.cs @@ -33,7 +33,7 @@ public class Hyperlink : IAdditionalDataHolder, IParsable { public string Url { get; set; } #endif /// - /// Instantiates a new hyperlink and sets the default values. + /// Instantiates a new and sets the default values. /// public Hyperlink() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public Hyperlink() { /// /// 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 Hyperlink CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static Hyperlink CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/Incident.cs b/src/generated/Models/Security/Incident.cs index 375eca6c0d..c9c73f9054 100644 --- a/src/generated/Models/Security/Incident.cs +++ b/src/generated/Models/Security/Incident.cs @@ -109,6 +109,7 @@ public class Incident : ApiSdk.Models.Entity, IParsable { /// /// 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 new Incident CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -117,6 +118,7 @@ public class Incident : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"alerts", n => { Alerts = n.GetCollectionOfObjectValues(Alert.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/IncidentCollectionResponse.cs b/src/generated/Models/Security/IncidentCollectionResponse.cs index c72fada3c1..269d46f1f7 100644 --- a/src/generated/Models/Security/IncidentCollectionResponse.cs +++ b/src/generated/Models/Security/IncidentCollectionResponse.cs @@ -17,6 +17,7 @@ public class IncidentCollectionResponse : ApiSdk.Models.BaseCollectionPagination /// /// 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 new IncidentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class IncidentCollectionResponse : ApiSdk.Models.BaseCollectionPagination /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Incident.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/Indicator.cs b/src/generated/Models/Security/Indicator.cs index 71d15bc114..c763eb6a71 100644 --- a/src/generated/Models/Security/Indicator.cs +++ b/src/generated/Models/Security/Indicator.cs @@ -19,6 +19,7 @@ public class Indicator : ApiSdk.Models.Entity, IParsable { /// /// 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 new Indicator CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -32,6 +33,7 @@ public class Indicator : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"artifact", n => { Artifact = n.GetObjectValue(ApiSdk.Models.Security.Artifact.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/IntelligenceProfile.cs b/src/generated/Models/Security/IntelligenceProfile.cs index ca0bb70c2e..9e0ac40059 100644 --- a/src/generated/Models/Security/IntelligenceProfile.cs +++ b/src/generated/Models/Security/IntelligenceProfile.cs @@ -77,6 +77,7 @@ public class IntelligenceProfile : ApiSdk.Models.Entity, IParsable { /// /// 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 new IntelligenceProfile CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public class IntelligenceProfile : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"aliases", n => { Aliases = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/Security/IntelligenceProfileCollectionResponse.cs b/src/generated/Models/Security/IntelligenceProfileCollectionResponse.cs index e89eb11459..727ea62847 100644 --- a/src/generated/Models/Security/IntelligenceProfileCollectionResponse.cs +++ b/src/generated/Models/Security/IntelligenceProfileCollectionResponse.cs @@ -17,6 +17,7 @@ public class IntelligenceProfileCollectionResponse : ApiSdk.Models.BaseCollectio /// /// 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 new IntelligenceProfileCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class IntelligenceProfileCollectionResponse : ApiSdk.Models.BaseCollectio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(IntelligenceProfile.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/IntelligenceProfileCountryOrRegionOfOrigin.cs b/src/generated/Models/Security/IntelligenceProfileCountryOrRegionOfOrigin.cs index 7d8f79e182..c720d24db7 100644 --- a/src/generated/Models/Security/IntelligenceProfileCountryOrRegionOfOrigin.cs +++ b/src/generated/Models/Security/IntelligenceProfileCountryOrRegionOfOrigin.cs @@ -33,7 +33,7 @@ public class IntelligenceProfileCountryOrRegionOfOrigin : IAdditionalDataHolder, public string OdataType { get; set; } #endif /// - /// Instantiates a new intelligenceProfileCountryOrRegionOfOrigin and sets the default values. + /// Instantiates a new and sets the default values. /// public IntelligenceProfileCountryOrRegionOfOrigin() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public IntelligenceProfileCountryOrRegionOfOrigin() { /// /// 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 IntelligenceProfileCountryOrRegionOfOrigin CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static IntelligenceProfileCountryOrRegionOfOrigin CreateFromDiscriminator /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"code", n => { Code = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/IntelligenceProfileIndicator.cs b/src/generated/Models/Security/IntelligenceProfileIndicator.cs index 87e30ff028..8ed7e450f1 100644 --- a/src/generated/Models/Security/IntelligenceProfileIndicator.cs +++ b/src/generated/Models/Security/IntelligenceProfileIndicator.cs @@ -11,7 +11,7 @@ public class IntelligenceProfileIndicator : Indicator, IParsable { /// Designate when an artifact was most recently used actively in an attack, when a particular sample was compiled, or if neither of those could be ascertained when the file was first seen in public repositories (for example, VirusTotal, ANY.RUN, Hybrid Analysis) or reported publicly. public DateTimeOffset? LastSeenDateTime { get; set; } /// - /// Instantiates a new intelligenceProfileIndicator and sets the default values. + /// Instantiates a new and sets the default values. /// public IntelligenceProfileIndicator() : base() { OdataType = "#microsoft.graph.security.intelligenceProfileIndicator"; @@ -19,6 +19,7 @@ public IntelligenceProfileIndicator() : base() { /// /// 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 new IntelligenceProfileIndicator CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public IntelligenceProfileIndicator() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"firstSeenDateTime", n => { FirstSeenDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/Security/IntelligenceProfileIndicatorCollectionResponse.cs b/src/generated/Models/Security/IntelligenceProfileIndicatorCollectionResponse.cs index 73b873696d..46fe2164df 100644 --- a/src/generated/Models/Security/IntelligenceProfileIndicatorCollectionResponse.cs +++ b/src/generated/Models/Security/IntelligenceProfileIndicatorCollectionResponse.cs @@ -17,6 +17,7 @@ public class IntelligenceProfileIndicatorCollectionResponse : ApiSdk.Models.Base /// /// 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 new IntelligenceProfileIndicatorCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class IntelligenceProfileIndicatorCollectionResponse : ApiSdk.Models.Base /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(IntelligenceProfileIndicator.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/IoTDeviceEvidence.cs b/src/generated/Models/Security/IoTDeviceEvidence.cs index 73fed4dddf..49e02e008f 100644 --- a/src/generated/Models/Security/IoTDeviceEvidence.cs +++ b/src/generated/Models/Security/IoTDeviceEvidence.cs @@ -191,7 +191,7 @@ public class IoTDeviceEvidence : AlertEvidence, IParsable { public string Zone { get; set; } #endif /// - /// Instantiates a new ioTDeviceEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public IoTDeviceEvidence() : base() { OdataType = "#microsoft.graph.security.ioTDeviceEvidence"; @@ -199,6 +199,7 @@ public IoTDeviceEvidence() : base() { /// /// 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 new IoTDeviceEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -207,6 +208,7 @@ public IoTDeviceEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deviceId", n => { DeviceId = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/IpAddress.cs b/src/generated/Models/Security/IpAddress.cs index 6968c0b138..a998c5dc8e 100644 --- a/src/generated/Models/Security/IpAddress.cs +++ b/src/generated/Models/Security/IpAddress.cs @@ -39,7 +39,7 @@ public class IpAddress : Host, IParsable { public string Netblock { get; set; } #endif /// - /// Instantiates a new ipAddress and sets the default values. + /// Instantiates a new and sets the default values. /// public IpAddress() : base() { OdataType = "#microsoft.graph.security.ipAddress"; @@ -47,6 +47,7 @@ public IpAddress() : base() { /// /// 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 new IpAddress CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public IpAddress() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"autonomousSystem", n => { AutonomousSystem = n.GetObjectValue(ApiSdk.Models.Security.AutonomousSystem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/IpEvidence.cs b/src/generated/Models/Security/IpEvidence.cs index 8d3c55089f..042627da21 100644 --- a/src/generated/Models/Security/IpEvidence.cs +++ b/src/generated/Models/Security/IpEvidence.cs @@ -23,7 +23,7 @@ public class IpEvidence : AlertEvidence, IParsable { public string IpAddress { get; set; } #endif /// - /// Instantiates a new ipEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public IpEvidence() : base() { OdataType = "#microsoft.graph.security.ipEvidence"; @@ -31,6 +31,7 @@ public IpEvidence() : base() { /// /// 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 new IpEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public IpEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"countryLetterCode", n => { CountryLetterCode = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/KubernetesClusterEvidence.cs b/src/generated/Models/Security/KubernetesClusterEvidence.cs index ff6ba04004..841fb36cda 100644 --- a/src/generated/Models/Security/KubernetesClusterEvidence.cs +++ b/src/generated/Models/Security/KubernetesClusterEvidence.cs @@ -41,7 +41,7 @@ public class KubernetesClusterEvidence : AlertEvidence, IParsable { public string Version { get; set; } #endif /// - /// Instantiates a new kubernetesClusterEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public KubernetesClusterEvidence() : base() { OdataType = "#microsoft.graph.security.kubernetesClusterEvidence"; @@ -49,6 +49,7 @@ public KubernetesClusterEvidence() : base() { /// /// 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 new KubernetesClusterEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public KubernetesClusterEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"cloudResource", n => { CloudResource = n.GetObjectValue(AlertEvidence.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/KubernetesControllerEvidence.cs b/src/generated/Models/Security/KubernetesControllerEvidence.cs index f11fc91cc8..83fee39020 100644 --- a/src/generated/Models/Security/KubernetesControllerEvidence.cs +++ b/src/generated/Models/Security/KubernetesControllerEvidence.cs @@ -39,7 +39,7 @@ public class KubernetesControllerEvidence : AlertEvidence, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new kubernetesControllerEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public KubernetesControllerEvidence() : base() { OdataType = "#microsoft.graph.security.kubernetesControllerEvidence"; @@ -47,6 +47,7 @@ public KubernetesControllerEvidence() : base() { /// /// 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 new KubernetesControllerEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public KubernetesControllerEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"labels", n => { Labels = n.GetObjectValue(Dictionary.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/KubernetesNamespaceEvidence.cs b/src/generated/Models/Security/KubernetesNamespaceEvidence.cs index 20310a0b3d..97692b3f0a 100644 --- a/src/generated/Models/Security/KubernetesNamespaceEvidence.cs +++ b/src/generated/Models/Security/KubernetesNamespaceEvidence.cs @@ -31,7 +31,7 @@ public class KubernetesNamespaceEvidence : AlertEvidence, IParsable { public string Name { get; set; } #endif /// - /// Instantiates a new kubernetesNamespaceEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public KubernetesNamespaceEvidence() : base() { OdataType = "#microsoft.graph.security.kubernetesNamespaceEvidence"; @@ -39,6 +39,7 @@ public KubernetesNamespaceEvidence() : base() { /// /// 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 new KubernetesNamespaceEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public KubernetesNamespaceEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"cluster", n => { Cluster = n.GetObjectValue(KubernetesClusterEvidence.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/KubernetesPodEvidence.cs b/src/generated/Models/Security/KubernetesPodEvidence.cs index 70c0741a58..bbf5ec11f9 100644 --- a/src/generated/Models/Security/KubernetesPodEvidence.cs +++ b/src/generated/Models/Security/KubernetesPodEvidence.cs @@ -79,7 +79,7 @@ public class KubernetesPodEvidence : AlertEvidence, IParsable { public KubernetesServiceAccountEvidence ServiceAccount { get; set; } #endif /// - /// Instantiates a new kubernetesPodEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public KubernetesPodEvidence() : base() { OdataType = "#microsoft.graph.security.kubernetesPodEvidence"; @@ -87,6 +87,7 @@ public KubernetesPodEvidence() : base() { /// /// 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 new KubernetesPodEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -95,6 +96,7 @@ public KubernetesPodEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"containers", n => { Containers = n.GetCollectionOfObjectValues(ContainerEvidence.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/KubernetesSecretEvidence.cs b/src/generated/Models/Security/KubernetesSecretEvidence.cs index b09a182d3b..73e772d7d3 100644 --- a/src/generated/Models/Security/KubernetesSecretEvidence.cs +++ b/src/generated/Models/Security/KubernetesSecretEvidence.cs @@ -31,7 +31,7 @@ public class KubernetesSecretEvidence : AlertEvidence, IParsable { public string SecretType { get; set; } #endif /// - /// Instantiates a new kubernetesSecretEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public KubernetesSecretEvidence() : base() { OdataType = "#microsoft.graph.security.kubernetesSecretEvidence"; @@ -39,6 +39,7 @@ public KubernetesSecretEvidence() : base() { /// /// 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 new KubernetesSecretEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public KubernetesSecretEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/KubernetesServiceAccountEvidence.cs b/src/generated/Models/Security/KubernetesServiceAccountEvidence.cs index 627d4c8ec1..fe12837905 100644 --- a/src/generated/Models/Security/KubernetesServiceAccountEvidence.cs +++ b/src/generated/Models/Security/KubernetesServiceAccountEvidence.cs @@ -23,7 +23,7 @@ public class KubernetesServiceAccountEvidence : AlertEvidence, IParsable { public KubernetesNamespaceEvidence Namespace { get; set; } #endif /// - /// Instantiates a new kubernetesServiceAccountEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public KubernetesServiceAccountEvidence() : base() { OdataType = "#microsoft.graph.security.kubernetesServiceAccountEvidence"; @@ -31,6 +31,7 @@ public KubernetesServiceAccountEvidence() : base() { /// /// 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 new KubernetesServiceAccountEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public KubernetesServiceAccountEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/KubernetesServiceEvidence.cs b/src/generated/Models/Security/KubernetesServiceEvidence.cs index 96b425eb92..5833947d6e 100644 --- a/src/generated/Models/Security/KubernetesServiceEvidence.cs +++ b/src/generated/Models/Security/KubernetesServiceEvidence.cs @@ -65,7 +65,7 @@ public class KubernetesServiceEvidence : AlertEvidence, IParsable { /// The serviceType property public KubernetesServiceType? ServiceType { get; set; } /// - /// Instantiates a new kubernetesServiceEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public KubernetesServiceEvidence() : base() { OdataType = "#microsoft.graph.security.kubernetesServiceEvidence"; @@ -73,6 +73,7 @@ public KubernetesServiceEvidence() : base() { /// /// 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 new KubernetesServiceEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -81,6 +82,7 @@ public KubernetesServiceEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"clusterIP", n => { ClusterIP = n.GetObjectValue(IpEvidence.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/KubernetesServicePort.cs b/src/generated/Models/Security/KubernetesServicePort.cs index d6ca1216cb..c474d6bb50 100644 --- a/src/generated/Models/Security/KubernetesServicePort.cs +++ b/src/generated/Models/Security/KubernetesServicePort.cs @@ -47,7 +47,7 @@ public class KubernetesServicePort : IAdditionalDataHolder, IParsable { public string TargetPort { get; set; } #endif /// - /// Instantiates a new kubernetesServicePort and sets the default values. + /// Instantiates a new and sets the default values. /// public KubernetesServicePort() { AdditionalData = new Dictionary(); @@ -55,6 +55,7 @@ public KubernetesServicePort() { /// /// 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 KubernetesServicePort CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -63,6 +64,7 @@ public static KubernetesServicePort CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"appProtocol", n => { AppProtocol = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/LoggedOnUser.cs b/src/generated/Models/Security/LoggedOnUser.cs index 5d10c02664..10ae9f3d33 100644 --- a/src/generated/Models/Security/LoggedOnUser.cs +++ b/src/generated/Models/Security/LoggedOnUser.cs @@ -33,7 +33,7 @@ public class LoggedOnUser : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new loggedOnUser and sets the default values. + /// Instantiates a new and sets the default values. /// public LoggedOnUser() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public LoggedOnUser() { /// /// 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 LoggedOnUser CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static LoggedOnUser CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"accountName", n => { AccountName = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/MailClusterEvidence.cs b/src/generated/Models/Security/MailClusterEvidence.cs index d7358f2cfa..679e4b9f9b 100644 --- a/src/generated/Models/Security/MailClusterEvidence.cs +++ b/src/generated/Models/Security/MailClusterEvidence.cs @@ -49,7 +49,7 @@ public class MailClusterEvidence : AlertEvidence, IParsable { public string Urn { get; set; } #endif /// - /// Instantiates a new mailClusterEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public MailClusterEvidence() : base() { OdataType = "#microsoft.graph.security.mailClusterEvidence"; @@ -57,6 +57,7 @@ public MailClusterEvidence() : base() { /// /// 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 new MailClusterEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public MailClusterEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"clusterBy", n => { ClusterBy = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/MailboxEvidence.cs b/src/generated/Models/Security/MailboxEvidence.cs index 7949910a71..0b5492bdb8 100644 --- a/src/generated/Models/Security/MailboxEvidence.cs +++ b/src/generated/Models/Security/MailboxEvidence.cs @@ -31,7 +31,7 @@ public class MailboxEvidence : AlertEvidence, IParsable { public ApiSdk.Models.Security.UserAccount UserAccount { get; set; } #endif /// - /// Instantiates a new mailboxEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public MailboxEvidence() : base() { OdataType = "#microsoft.graph.security.mailboxEvidence"; @@ -39,6 +39,7 @@ public MailboxEvidence() : base() { /// /// 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 new MailboxEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public MailboxEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/MalwareEvidence.cs b/src/generated/Models/Security/MalwareEvidence.cs index a1b2868f10..1b0213faf9 100644 --- a/src/generated/Models/Security/MalwareEvidence.cs +++ b/src/generated/Models/Security/MalwareEvidence.cs @@ -39,7 +39,7 @@ public class MalwareEvidence : AlertEvidence, IParsable { public List Processes { get; set; } #endif /// - /// Instantiates a new malwareEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public MalwareEvidence() : base() { OdataType = "#microsoft.graph.security.malwareEvidence"; @@ -47,6 +47,7 @@ public MalwareEvidence() : base() { /// /// 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 new MalwareEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public MalwareEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"category", n => { Category = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/NetworkConnectionEvidence.cs b/src/generated/Models/Security/NetworkConnectionEvidence.cs index 6d2ef2939a..481813c226 100644 --- a/src/generated/Models/Security/NetworkConnectionEvidence.cs +++ b/src/generated/Models/Security/NetworkConnectionEvidence.cs @@ -29,7 +29,7 @@ public class NetworkConnectionEvidence : AlertEvidence, IParsable { /// The sourcePort property public int? SourcePort { get; set; } /// - /// Instantiates a new networkConnectionEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public NetworkConnectionEvidence() : base() { OdataType = "#microsoft.graph.security.networkConnectionEvidence"; @@ -37,6 +37,7 @@ public NetworkConnectionEvidence() : base() { /// /// 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 new NetworkConnectionEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public NetworkConnectionEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"destinationAddress", n => { DestinationAddress = n.GetObjectValue(IpEvidence.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/NicEvidence.cs b/src/generated/Models/Security/NicEvidence.cs index 0d06b6cfad..9ce1371514 100644 --- a/src/generated/Models/Security/NicEvidence.cs +++ b/src/generated/Models/Security/NicEvidence.cs @@ -31,7 +31,7 @@ public class NicEvidence : AlertEvidence, IParsable { public List Vlans { get; set; } #endif /// - /// Instantiates a new nicEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public NicEvidence() : base() { OdataType = "#microsoft.graph.security.nicEvidence"; @@ -39,6 +39,7 @@ public NicEvidence() : base() { /// /// 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 new NicEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public NicEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"ipAddress", n => { IpAddress = n.GetObjectValue(IpEvidence.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/OauthApplicationEvidence.cs b/src/generated/Models/Security/OauthApplicationEvidence.cs index a3cd988757..0aefb6498b 100644 --- a/src/generated/Models/Security/OauthApplicationEvidence.cs +++ b/src/generated/Models/Security/OauthApplicationEvidence.cs @@ -39,7 +39,7 @@ public class OauthApplicationEvidence : AlertEvidence, IParsable { public string Publisher { get; set; } #endif /// - /// Instantiates a new oauthApplicationEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public OauthApplicationEvidence() : base() { OdataType = "#microsoft.graph.security.oauthApplicationEvidence"; @@ -47,6 +47,7 @@ public OauthApplicationEvidence() : base() { /// /// 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 new OauthApplicationEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public OauthApplicationEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appId", n => { AppId = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/OcrSettings.cs b/src/generated/Models/Security/OcrSettings.cs index e3f5af62d3..090cce2dca 100644 --- a/src/generated/Models/Security/OcrSettings.cs +++ b/src/generated/Models/Security/OcrSettings.cs @@ -23,7 +23,7 @@ public class OcrSettings : IAdditionalDataHolder, IParsable { /// The timeout duration for the OCR engine. A longer timeout might increase success of OCR, but might add to the total processing time. public TimeSpan? Timeout { get; set; } /// - /// Instantiates a new ocrSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public OcrSettings() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public OcrSettings() { /// /// 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 OcrSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static OcrSettings CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isEnabled", n => { IsEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/Security/PassiveDnsRecord.cs b/src/generated/Models/Security/PassiveDnsRecord.cs index afaa2fe8fc..ad7aa1b353 100644 --- a/src/generated/Models/Security/PassiveDnsRecord.cs +++ b/src/generated/Models/Security/PassiveDnsRecord.cs @@ -37,7 +37,7 @@ public class PassiveDnsRecord : Artifact, IParsable { public string RecordType { get; set; } #endif /// - /// Instantiates a new passiveDnsRecord and sets the default values. + /// Instantiates a new and sets the default values. /// public PassiveDnsRecord() : base() { OdataType = "#microsoft.graph.security.passiveDnsRecord"; @@ -45,6 +45,7 @@ public PassiveDnsRecord() : base() { /// /// 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 new PassiveDnsRecord CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public PassiveDnsRecord() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"artifact", n => { Artifact = n.GetObjectValue(ApiSdk.Models.Security.Artifact.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/PassiveDnsRecordCollectionResponse.cs b/src/generated/Models/Security/PassiveDnsRecordCollectionResponse.cs index dd13493153..f0d99a40fe 100644 --- a/src/generated/Models/Security/PassiveDnsRecordCollectionResponse.cs +++ b/src/generated/Models/Security/PassiveDnsRecordCollectionResponse.cs @@ -17,6 +17,7 @@ public class PassiveDnsRecordCollectionResponse : ApiSdk.Models.BaseCollectionPa /// /// 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 new PassiveDnsRecordCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class PassiveDnsRecordCollectionResponse : ApiSdk.Models.BaseCollectionPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(PassiveDnsRecord.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/ProcessEvidence.cs b/src/generated/Models/Security/ProcessEvidence.cs index dbb885ccde..e6cf025968 100644 --- a/src/generated/Models/Security/ProcessEvidence.cs +++ b/src/generated/Models/Security/ProcessEvidence.cs @@ -57,7 +57,7 @@ public class ProcessEvidence : AlertEvidence, IParsable { public ApiSdk.Models.Security.UserAccount UserAccount { get; set; } #endif /// - /// Instantiates a new processEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public ProcessEvidence() : base() { OdataType = "#microsoft.graph.security.processEvidence"; @@ -65,6 +65,7 @@ public ProcessEvidence() : base() { /// /// 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 new ProcessEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public ProcessEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"detectionStatus", n => { DetectionStatus = n.GetEnumValue(); } }, diff --git a/src/generated/Models/Security/RedundancyDetectionSettings.cs b/src/generated/Models/Security/RedundancyDetectionSettings.cs index ea9148ea13..2adb8eb56b 100644 --- a/src/generated/Models/Security/RedundancyDetectionSettings.cs +++ b/src/generated/Models/Security/RedundancyDetectionSettings.cs @@ -25,7 +25,7 @@ public class RedundancyDetectionSettings : IAdditionalDataHolder, IParsable { /// Specifies the similarity level for documents to be put in the same near duplicate set. To learn more, see Document and email similarity threshold. public int? SimilarityThreshold { get; set; } /// - /// Instantiates a new redundancyDetectionSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public RedundancyDetectionSettings() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public RedundancyDetectionSettings() { /// /// 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 RedundancyDetectionSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static RedundancyDetectionSettings CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isEnabled", n => { IsEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/Security/RegistryKeyEvidence.cs b/src/generated/Models/Security/RegistryKeyEvidence.cs index 31d21b0366..c63b5bc7ee 100644 --- a/src/generated/Models/Security/RegistryKeyEvidence.cs +++ b/src/generated/Models/Security/RegistryKeyEvidence.cs @@ -23,7 +23,7 @@ public class RegistryKeyEvidence : AlertEvidence, IParsable { public string RegistryKey { get; set; } #endif /// - /// Instantiates a new registryKeyEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public RegistryKeyEvidence() : base() { OdataType = "#microsoft.graph.security.registryKeyEvidence"; @@ -31,6 +31,7 @@ public RegistryKeyEvidence() : base() { /// /// 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 new RegistryKeyEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public RegistryKeyEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"registryHive", n => { RegistryHive = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/RegistryValueEvidence.cs b/src/generated/Models/Security/RegistryValueEvidence.cs index 51ce543fe9..750acd49f0 100644 --- a/src/generated/Models/Security/RegistryValueEvidence.cs +++ b/src/generated/Models/Security/RegistryValueEvidence.cs @@ -55,7 +55,7 @@ public class RegistryValueEvidence : AlertEvidence, IParsable { public string RegistryValueType { get; set; } #endif /// - /// Instantiates a new registryValueEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public RegistryValueEvidence() : base() { OdataType = "#microsoft.graph.security.registryValueEvidence"; @@ -63,6 +63,7 @@ public RegistryValueEvidence() : base() { /// /// 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 new RegistryValueEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -71,6 +72,7 @@ public RegistryValueEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"mdeDeviceId", n => { MdeDeviceId = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/RetentionEvent.cs b/src/generated/Models/Security/RetentionEvent.cs index 055a981f7a..d0b6df089f 100644 --- a/src/generated/Models/Security/RetentionEvent.cs +++ b/src/generated/Models/Security/RetentionEvent.cs @@ -81,6 +81,7 @@ public class RetentionEvent : ApiSdk.Models.Entity, IParsable { /// /// 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 new RetentionEvent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -89,6 +90,7 @@ public class RetentionEvent : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdBy", n => { CreatedBy = n.GetObjectValue(ApiSdk.Models.IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/RetentionEventCollectionResponse.cs b/src/generated/Models/Security/RetentionEventCollectionResponse.cs index a2c99ea4f7..0f27427bd8 100644 --- a/src/generated/Models/Security/RetentionEventCollectionResponse.cs +++ b/src/generated/Models/Security/RetentionEventCollectionResponse.cs @@ -17,6 +17,7 @@ public class RetentionEventCollectionResponse : ApiSdk.Models.BaseCollectionPagi /// /// 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 new RetentionEventCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class RetentionEventCollectionResponse : ApiSdk.Models.BaseCollectionPagi /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(RetentionEvent.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/RetentionEventStatus.cs b/src/generated/Models/Security/RetentionEventStatus.cs index 86b80ee952..985255d130 100644 --- a/src/generated/Models/Security/RetentionEventStatus.cs +++ b/src/generated/Models/Security/RetentionEventStatus.cs @@ -27,7 +27,7 @@ public class RetentionEventStatus : IAdditionalDataHolder, IParsable { /// The status of the distribution. The possible values are: pending, error, success, notAvaliable. public EventStatusType? Status { get; set; } /// - /// Instantiates a new retentionEventStatus and sets the default values. + /// Instantiates a new and sets the default values. /// public RetentionEventStatus() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public RetentionEventStatus() { /// /// 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 RetentionEventStatus CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static RetentionEventStatus CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"error", n => { Error = n.GetObjectValue(ApiSdk.Models.PublicError.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/RetentionEventType.cs b/src/generated/Models/Security/RetentionEventType.cs index f3e82a34eb..bf2d832641 100644 --- a/src/generated/Models/Security/RetentionEventType.cs +++ b/src/generated/Models/Security/RetentionEventType.cs @@ -45,6 +45,7 @@ public class RetentionEventType : ApiSdk.Models.Entity, IParsable { /// /// 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 new RetentionEventType CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public class RetentionEventType : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdBy", n => { CreatedBy = n.GetObjectValue(ApiSdk.Models.IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/RetentionEventTypeCollectionResponse.cs b/src/generated/Models/Security/RetentionEventTypeCollectionResponse.cs index f7f129001b..e9766adf30 100644 --- a/src/generated/Models/Security/RetentionEventTypeCollectionResponse.cs +++ b/src/generated/Models/Security/RetentionEventTypeCollectionResponse.cs @@ -17,6 +17,7 @@ public class RetentionEventTypeCollectionResponse : ApiSdk.Models.BaseCollection /// /// 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 new RetentionEventTypeCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class RetentionEventTypeCollectionResponse : ApiSdk.Models.BaseCollection /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(RetentionEventType.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/SasTokenEvidence.cs b/src/generated/Models/Security/SasTokenEvidence.cs index 32b619590f..3fbb7f75a8 100644 --- a/src/generated/Models/Security/SasTokenEvidence.cs +++ b/src/generated/Models/Security/SasTokenEvidence.cs @@ -75,7 +75,7 @@ public class SasTokenEvidence : AlertEvidence, IParsable { public AzureResourceEvidence StorageResource { get; set; } #endif /// - /// Instantiates a new sasTokenEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public SasTokenEvidence() : base() { OdataType = "#microsoft.graph.security.sasTokenEvidence"; @@ -83,6 +83,7 @@ public SasTokenEvidence() : base() { /// /// 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 new SasTokenEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -91,6 +92,7 @@ public SasTokenEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowedIpAddresses", n => { AllowedIpAddresses = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/Search.cs b/src/generated/Models/Security/Search.cs index 7b576f84df..1a82a27bf9 100644 --- a/src/generated/Models/Security/Search.cs +++ b/src/generated/Models/Security/Search.cs @@ -53,6 +53,7 @@ public class Search : ApiSdk.Models.Entity, IParsable { /// /// 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 new Search CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public class Search : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"contentQuery", n => { ContentQuery = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/Security.cs b/src/generated/Models/Security/Security.cs index 8a77b64dad..abd4f23c06 100644 --- a/src/generated/Models/Security/Security.cs +++ b/src/generated/Models/Security/Security.cs @@ -97,6 +97,7 @@ public class Security : ApiSdk.Models.Entity, IParsable { /// /// 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 new Security CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -105,6 +106,7 @@ public class Security : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"alerts", n => { Alerts = n.GetCollectionOfObjectValues(ApiSdk.Models.Alert.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/SecurityGroupEvidence.cs b/src/generated/Models/Security/SecurityGroupEvidence.cs index b7172f76c7..fe57ae875e 100644 --- a/src/generated/Models/Security/SecurityGroupEvidence.cs +++ b/src/generated/Models/Security/SecurityGroupEvidence.cs @@ -23,7 +23,7 @@ public class SecurityGroupEvidence : AlertEvidence, IParsable { public string SecurityGroupId { get; set; } #endif /// - /// Instantiates a new securityGroupEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public SecurityGroupEvidence() : base() { OdataType = "#microsoft.graph.security.securityGroupEvidence"; @@ -31,6 +31,7 @@ public SecurityGroupEvidence() : base() { /// /// 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 new SecurityGroupEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public SecurityGroupEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/ServicePrincipalEvidence.cs b/src/generated/Models/Security/ServicePrincipalEvidence.cs index 5beaf810c9..32fe52c5ab 100644 --- a/src/generated/Models/Security/ServicePrincipalEvidence.cs +++ b/src/generated/Models/Security/ServicePrincipalEvidence.cs @@ -49,7 +49,7 @@ public class ServicePrincipalEvidence : AlertEvidence, IParsable { public string TenantId { get; set; } #endif /// - /// Instantiates a new servicePrincipalEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public ServicePrincipalEvidence() : base() { OdataType = "#microsoft.graph.security.servicePrincipalEvidence"; @@ -57,6 +57,7 @@ public ServicePrincipalEvidence() : base() { /// /// 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 new ServicePrincipalEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public ServicePrincipalEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appId", n => { AppId = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/SinglePropertySchema.cs b/src/generated/Models/Security/SinglePropertySchema.cs index 5ee9b2da31..8cf78effe6 100644 --- a/src/generated/Models/Security/SinglePropertySchema.cs +++ b/src/generated/Models/Security/SinglePropertySchema.cs @@ -33,7 +33,7 @@ public class SinglePropertySchema : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new singlePropertySchema and sets the default values. + /// Instantiates a new and sets the default values. /// public SinglePropertySchema() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public SinglePropertySchema() { /// /// 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 SinglePropertySchema CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static SinglePropertySchema CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/SiteSource.cs b/src/generated/Models/Security/SiteSource.cs index 9fd50231a2..53a1771aa6 100644 --- a/src/generated/Models/Security/SiteSource.cs +++ b/src/generated/Models/Security/SiteSource.cs @@ -15,7 +15,7 @@ public class SiteSource : DataSource, IParsable { public ApiSdk.Models.Site Site { get; set; } #endif /// - /// Instantiates a new siteSource and sets the default values. + /// Instantiates a new and sets the default values. /// public SiteSource() : base() { OdataType = "#microsoft.graph.security.siteSource"; @@ -23,6 +23,7 @@ public SiteSource() : base() { /// /// 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 new SiteSource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public SiteSource() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"site", n => { Site = n.GetObjectValue(ApiSdk.Models.Site.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/SiteSourceCollectionResponse.cs b/src/generated/Models/Security/SiteSourceCollectionResponse.cs index e6346d00e7..403f03b198 100644 --- a/src/generated/Models/Security/SiteSourceCollectionResponse.cs +++ b/src/generated/Models/Security/SiteSourceCollectionResponse.cs @@ -17,6 +17,7 @@ public class SiteSourceCollectionResponse : ApiSdk.Models.BaseCollectionPaginati /// /// 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 new SiteSourceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SiteSourceCollectionResponse : ApiSdk.Models.BaseCollectionPaginati /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SiteSource.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/SslCertificate.cs b/src/generated/Models/Security/SslCertificate.cs index e5dc4a3efb..9295920dc3 100644 --- a/src/generated/Models/Security/SslCertificate.cs +++ b/src/generated/Models/Security/SslCertificate.cs @@ -63,7 +63,7 @@ public class SslCertificate : Artifact, IParsable { public SslCertificateEntity Subject { get; set; } #endif /// - /// Instantiates a new sslCertificate and sets the default values. + /// Instantiates a new and sets the default values. /// public SslCertificate() : base() { OdataType = "#microsoft.graph.security.sslCertificate"; @@ -71,6 +71,7 @@ public SslCertificate() : base() { /// /// 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 new SslCertificate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -79,6 +80,7 @@ public SslCertificate() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"expirationDateTime", n => { ExpirationDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/Security/SslCertificateCollectionResponse.cs b/src/generated/Models/Security/SslCertificateCollectionResponse.cs index 872e65492f..367546db36 100644 --- a/src/generated/Models/Security/SslCertificateCollectionResponse.cs +++ b/src/generated/Models/Security/SslCertificateCollectionResponse.cs @@ -17,6 +17,7 @@ public class SslCertificateCollectionResponse : ApiSdk.Models.BaseCollectionPagi /// /// 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 new SslCertificateCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SslCertificateCollectionResponse : ApiSdk.Models.BaseCollectionPagi /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SslCertificate.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/SslCertificateEntity.cs b/src/generated/Models/Security/SslCertificateEntity.cs index 2fc99fa63a..409fc1310b 100644 --- a/src/generated/Models/Security/SslCertificateEntity.cs +++ b/src/generated/Models/Security/SslCertificateEntity.cs @@ -89,7 +89,7 @@ public class SslCertificateEntity : IAdditionalDataHolder, IParsable { public string Surname { get; set; } #endif /// - /// Instantiates a new sslCertificateEntity and sets the default values. + /// Instantiates a new and sets the default values. /// public SslCertificateEntity() { AdditionalData = new Dictionary(); @@ -97,6 +97,7 @@ public SslCertificateEntity() { /// /// 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 SslCertificateEntity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -105,6 +106,7 @@ public static SslCertificateEntity CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"address", n => { Address = n.GetObjectValue(ApiSdk.Models.PhysicalAddress.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/Subdomain.cs b/src/generated/Models/Security/Subdomain.cs index 74ce8bf15b..1486266b2e 100644 --- a/src/generated/Models/Security/Subdomain.cs +++ b/src/generated/Models/Security/Subdomain.cs @@ -19,6 +19,7 @@ public class Subdomain : ApiSdk.Models.Entity, IParsable { /// /// 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 new Subdomain CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class Subdomain : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"firstSeenDateTime", n => { FirstSeenDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/Security/SubdomainCollectionResponse.cs b/src/generated/Models/Security/SubdomainCollectionResponse.cs index 07bc82b074..7158146187 100644 --- a/src/generated/Models/Security/SubdomainCollectionResponse.cs +++ b/src/generated/Models/Security/SubdomainCollectionResponse.cs @@ -17,6 +17,7 @@ public class SubdomainCollectionResponse : ApiSdk.Models.BaseCollectionPaginatio /// /// 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 new SubdomainCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SubdomainCollectionResponse : ApiSdk.Models.BaseCollectionPaginatio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Subdomain.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/SubmissionMailEvidence.cs b/src/generated/Models/Security/SubmissionMailEvidence.cs index 5461207818..4ed19111bf 100644 --- a/src/generated/Models/Security/SubmissionMailEvidence.cs +++ b/src/generated/Models/Security/SubmissionMailEvidence.cs @@ -73,7 +73,7 @@ public class SubmissionMailEvidence : AlertEvidence, IParsable { public string Submitter { get; set; } #endif /// - /// Instantiates a new submissionMailEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public SubmissionMailEvidence() : base() { OdataType = "#microsoft.graph.security.submissionMailEvidence"; @@ -81,6 +81,7 @@ public SubmissionMailEvidence() : base() { /// /// 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 new SubmissionMailEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -89,6 +90,7 @@ public SubmissionMailEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"networkMessageId", n => { NetworkMessageId = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/Tag.cs b/src/generated/Models/Security/Tag.cs index 19d8c9ad77..0f9e2572d0 100644 --- a/src/generated/Models/Security/Tag.cs +++ b/src/generated/Models/Security/Tag.cs @@ -35,6 +35,7 @@ public class Tag : ApiSdk.Models.Entity, IParsable { /// /// 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 new Tag CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public class Tag : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdBy", n => { CreatedBy = n.GetObjectValue(ApiSdk.Models.IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/ThreatIntelligence.cs b/src/generated/Models/Security/ThreatIntelligence.cs index f76254fcef..6acda8b592 100644 --- a/src/generated/Models/Security/ThreatIntelligence.cs +++ b/src/generated/Models/Security/ThreatIntelligence.cs @@ -145,6 +145,7 @@ public class ThreatIntelligence : ApiSdk.Models.Entity, IParsable { /// /// 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 new ThreatIntelligence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -153,6 +154,7 @@ public class ThreatIntelligence : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"articleIndicators", n => { ArticleIndicators = n.GetCollectionOfObjectValues(ArticleIndicator.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/TopicModelingSettings.cs b/src/generated/Models/Security/TopicModelingSettings.cs index 0f1e503b75..42beb0f4a0 100644 --- a/src/generated/Models/Security/TopicModelingSettings.cs +++ b/src/generated/Models/Security/TopicModelingSettings.cs @@ -25,7 +25,7 @@ public class TopicModelingSettings : IAdditionalDataHolder, IParsable { /// The total number of topics that the themes model will generate for a review set. To learn more, see Maximum number of themes. public int? TopicCount { get; set; } /// - /// Instantiates a new topicModelingSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public TopicModelingSettings() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public TopicModelingSettings() { /// /// 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 TopicModelingSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static TopicModelingSettings CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"dynamicallyAdjustTopicCount", n => { DynamicallyAdjustTopicCount = n.GetBoolValue(); } }, diff --git a/src/generated/Models/Security/TriggerTypesRoot.cs b/src/generated/Models/Security/TriggerTypesRoot.cs index 27c51caa21..dd30d3ab87 100644 --- a/src/generated/Models/Security/TriggerTypesRoot.cs +++ b/src/generated/Models/Security/TriggerTypesRoot.cs @@ -17,6 +17,7 @@ public class TriggerTypesRoot : ApiSdk.Models.Entity, IParsable { /// /// 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 new TriggerTypesRoot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TriggerTypesRoot : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"retentionEventTypes", n => { RetentionEventTypes = n.GetCollectionOfObjectValues(RetentionEventType.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/TriggersRoot.cs b/src/generated/Models/Security/TriggersRoot.cs index f63ecffea2..5a3bc972c1 100644 --- a/src/generated/Models/Security/TriggersRoot.cs +++ b/src/generated/Models/Security/TriggersRoot.cs @@ -17,6 +17,7 @@ public class TriggersRoot : ApiSdk.Models.Entity, IParsable { /// /// 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 new TriggersRoot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TriggersRoot : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"retentionEvents", n => { RetentionEvents = n.GetCollectionOfObjectValues(RetentionEvent.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/UnclassifiedArtifact.cs b/src/generated/Models/Security/UnclassifiedArtifact.cs index b96c1d8dd0..cfee00e33f 100644 --- a/src/generated/Models/Security/UnclassifiedArtifact.cs +++ b/src/generated/Models/Security/UnclassifiedArtifact.cs @@ -23,7 +23,7 @@ public class UnclassifiedArtifact : Artifact, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new unclassifiedArtifact and sets the default values. + /// Instantiates a new and sets the default values. /// public UnclassifiedArtifact() : base() { OdataType = "#microsoft.graph.security.unclassifiedArtifact"; @@ -31,6 +31,7 @@ public UnclassifiedArtifact() : base() { /// /// 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 new UnclassifiedArtifact CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public UnclassifiedArtifact() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"kind", n => { Kind = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/UnifiedGroupSource.cs b/src/generated/Models/Security/UnifiedGroupSource.cs index 0b6f7dc267..c0bbeaea88 100644 --- a/src/generated/Models/Security/UnifiedGroupSource.cs +++ b/src/generated/Models/Security/UnifiedGroupSource.cs @@ -17,7 +17,7 @@ public class UnifiedGroupSource : DataSource, IParsable { /// Specifies which sources are included in this group. Possible values are: mailbox, site. public SourceType? IncludedSources { get; set; } /// - /// Instantiates a new unifiedGroupSource and sets the default values. + /// Instantiates a new and sets the default values. /// public UnifiedGroupSource() : base() { OdataType = "#microsoft.graph.security.unifiedGroupSource"; @@ -25,6 +25,7 @@ public UnifiedGroupSource() : base() { /// /// 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 new UnifiedGroupSource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public UnifiedGroupSource() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"group", n => { Group = n.GetObjectValue(ApiSdk.Models.Group.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/UnifiedGroupSourceCollectionResponse.cs b/src/generated/Models/Security/UnifiedGroupSourceCollectionResponse.cs index ebe300f9c0..ee584713a6 100644 --- a/src/generated/Models/Security/UnifiedGroupSourceCollectionResponse.cs +++ b/src/generated/Models/Security/UnifiedGroupSourceCollectionResponse.cs @@ -17,6 +17,7 @@ public class UnifiedGroupSourceCollectionResponse : ApiSdk.Models.BaseCollection /// /// 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 new UnifiedGroupSourceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UnifiedGroupSourceCollectionResponse : ApiSdk.Models.BaseCollection /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedGroupSource.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/UrlEvidence.cs b/src/generated/Models/Security/UrlEvidence.cs index 29931472ff..417afeb5e5 100644 --- a/src/generated/Models/Security/UrlEvidence.cs +++ b/src/generated/Models/Security/UrlEvidence.cs @@ -15,7 +15,7 @@ public class UrlEvidence : AlertEvidence, IParsable { public string Url { get; set; } #endif /// - /// Instantiates a new urlEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public UrlEvidence() : base() { OdataType = "#microsoft.graph.security.urlEvidence"; @@ -23,6 +23,7 @@ public UrlEvidence() : base() { /// /// 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 new UrlEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public UrlEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"url", n => { Url = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/UserAccount.cs b/src/generated/Models/Security/UserAccount.cs index b8edf20c04..2ff2dac36f 100644 --- a/src/generated/Models/Security/UserAccount.cs +++ b/src/generated/Models/Security/UserAccount.cs @@ -65,7 +65,7 @@ public class UserAccount : IAdditionalDataHolder, IParsable { public string UserSid { get; set; } #endif /// - /// Instantiates a new userAccount and sets the default values. + /// Instantiates a new and sets the default values. /// public UserAccount() { AdditionalData = new Dictionary(); @@ -73,6 +73,7 @@ public UserAccount() { /// /// 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 UserAccount CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -81,6 +82,7 @@ public static UserAccount CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"accountName", n => { AccountName = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/UserEvidence.cs b/src/generated/Models/Security/UserEvidence.cs index aba7677686..103b24fe79 100644 --- a/src/generated/Models/Security/UserEvidence.cs +++ b/src/generated/Models/Security/UserEvidence.cs @@ -15,7 +15,7 @@ public class UserEvidence : AlertEvidence, IParsable { public ApiSdk.Models.Security.UserAccount UserAccount { get; set; } #endif /// - /// Instantiates a new userEvidence and sets the default values. + /// Instantiates a new and sets the default values. /// public UserEvidence() : base() { OdataType = "#microsoft.graph.security.userEvidence"; @@ -23,6 +23,7 @@ public UserEvidence() : base() { /// /// 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 new UserEvidence CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public UserEvidence() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"userAccount", n => { UserAccount = n.GetObjectValue(ApiSdk.Models.Security.UserAccount.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/UserSource.cs b/src/generated/Models/Security/UserSource.cs index e18762b580..5c8d1678c6 100644 --- a/src/generated/Models/Security/UserSource.cs +++ b/src/generated/Models/Security/UserSource.cs @@ -25,7 +25,7 @@ public class UserSource : DataSource, IParsable { public string SiteWebUrl { get; set; } #endif /// - /// Instantiates a new userSource and sets the default values. + /// Instantiates a new and sets the default values. /// public UserSource() : base() { OdataType = "#microsoft.graph.security.userSource"; @@ -33,6 +33,7 @@ public UserSource() : base() { /// /// 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 new UserSource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public UserSource() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"email", n => { Email = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/UserSourceCollectionResponse.cs b/src/generated/Models/Security/UserSourceCollectionResponse.cs index 4008e675c5..58a3e688d6 100644 --- a/src/generated/Models/Security/UserSourceCollectionResponse.cs +++ b/src/generated/Models/Security/UserSourceCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserSourceCollectionResponse : ApiSdk.Models.BaseCollectionPaginati /// /// 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 new UserSourceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserSourceCollectionResponse : ApiSdk.Models.BaseCollectionPaginati /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserSource.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/VmMetadata.cs b/src/generated/Models/Security/VmMetadata.cs index d9f2a535ff..75ae853100 100644 --- a/src/generated/Models/Security/VmMetadata.cs +++ b/src/generated/Models/Security/VmMetadata.cs @@ -43,7 +43,7 @@ public class VmMetadata : IAdditionalDataHolder, IParsable { public string VmId { get; set; } #endif /// - /// Instantiates a new vmMetadata and sets the default values. + /// Instantiates a new and sets the default values. /// public VmMetadata() { AdditionalData = new Dictionary(); @@ -51,6 +51,7 @@ public VmMetadata() { /// /// 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 VmMetadata CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static VmMetadata CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cloudProvider", n => { CloudProvider = n.GetEnumValue(); } }, diff --git a/src/generated/Models/Security/Vulnerability.cs b/src/generated/Models/Security/Vulnerability.cs index c588aeea83..c03c0c3674 100644 --- a/src/generated/Models/Security/Vulnerability.cs +++ b/src/generated/Models/Security/Vulnerability.cs @@ -97,6 +97,7 @@ public class Vulnerability : ApiSdk.Models.Entity, IParsable { /// /// 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 new Vulnerability CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -105,6 +106,7 @@ public class Vulnerability : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activeExploitsObserved", n => { ActiveExploitsObserved = n.GetBoolValue(); } }, diff --git a/src/generated/Models/Security/VulnerabilityCollectionResponse.cs b/src/generated/Models/Security/VulnerabilityCollectionResponse.cs index 8dfb8b29d5..3acf6f52ac 100644 --- a/src/generated/Models/Security/VulnerabilityCollectionResponse.cs +++ b/src/generated/Models/Security/VulnerabilityCollectionResponse.cs @@ -17,6 +17,7 @@ public class VulnerabilityCollectionResponse : ApiSdk.Models.BaseCollectionPagin /// /// 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 new VulnerabilityCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class VulnerabilityCollectionResponse : ApiSdk.Models.BaseCollectionPagin /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Vulnerability.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/VulnerabilityComponent.cs b/src/generated/Models/Security/VulnerabilityComponent.cs index cd2d7a9a32..f72df28527 100644 --- a/src/generated/Models/Security/VulnerabilityComponent.cs +++ b/src/generated/Models/Security/VulnerabilityComponent.cs @@ -17,6 +17,7 @@ public class VulnerabilityComponent : ApiSdk.Models.Entity, IParsable { /// /// 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 new VulnerabilityComponent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class VulnerabilityComponent : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/Security/VulnerabilityComponentCollectionResponse.cs b/src/generated/Models/Security/VulnerabilityComponentCollectionResponse.cs index 4b0ea1075a..e95bbe184d 100644 --- a/src/generated/Models/Security/VulnerabilityComponentCollectionResponse.cs +++ b/src/generated/Models/Security/VulnerabilityComponentCollectionResponse.cs @@ -17,6 +17,7 @@ public class VulnerabilityComponentCollectionResponse : ApiSdk.Models.BaseCollec /// /// 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 new VulnerabilityComponentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class VulnerabilityComponentCollectionResponse : ApiSdk.Models.BaseCollec /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(VulnerabilityComponent.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/WhoisBaseRecord.cs b/src/generated/Models/Security/WhoisBaseRecord.cs index af140a5531..91b230f2d1 100644 --- a/src/generated/Models/Security/WhoisBaseRecord.cs +++ b/src/generated/Models/Security/WhoisBaseRecord.cs @@ -123,6 +123,7 @@ public class WhoisBaseRecord : ApiSdk.Models.Entity, IParsable { /// /// 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 new WhoisBaseRecord CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -136,6 +137,7 @@ public class WhoisBaseRecord : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"abuse", n => { Abuse = n.GetObjectValue(WhoisContact.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/WhoisContact.cs b/src/generated/Models/Security/WhoisContact.cs index a702e23998..45a9bd5341 100644 --- a/src/generated/Models/Security/WhoisContact.cs +++ b/src/generated/Models/Security/WhoisContact.cs @@ -65,7 +65,7 @@ public class WhoisContact : IAdditionalDataHolder, IParsable { public string Telephone { get; set; } #endif /// - /// Instantiates a new whoisContact and sets the default values. + /// Instantiates a new and sets the default values. /// public WhoisContact() { AdditionalData = new Dictionary(); @@ -73,6 +73,7 @@ public WhoisContact() { /// /// 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 WhoisContact CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -81,6 +82,7 @@ public static WhoisContact CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"address", n => { Address = n.GetObjectValue(ApiSdk.Models.PhysicalAddress.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Security/WhoisHistoryRecord.cs b/src/generated/Models/Security/WhoisHistoryRecord.cs index 98e7e25cf3..565d10a461 100644 --- a/src/generated/Models/Security/WhoisHistoryRecord.cs +++ b/src/generated/Models/Security/WhoisHistoryRecord.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models.Security { public class WhoisHistoryRecord : WhoisBaseRecord, IParsable { /// - /// Instantiates a new whoisHistoryRecord and sets the default values. + /// Instantiates a new and sets the default values. /// public WhoisHistoryRecord() : base() { OdataType = "#microsoft.graph.security.whoisHistoryRecord"; @@ -15,6 +15,7 @@ public WhoisHistoryRecord() : base() { /// /// 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 new WhoisHistoryRecord CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public WhoisHistoryRecord() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/Security/WhoisHistoryRecordCollectionResponse.cs b/src/generated/Models/Security/WhoisHistoryRecordCollectionResponse.cs index 80f43659eb..3714fb1e54 100644 --- a/src/generated/Models/Security/WhoisHistoryRecordCollectionResponse.cs +++ b/src/generated/Models/Security/WhoisHistoryRecordCollectionResponse.cs @@ -17,6 +17,7 @@ public class WhoisHistoryRecordCollectionResponse : ApiSdk.Models.BaseCollection /// /// 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 new WhoisHistoryRecordCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WhoisHistoryRecordCollectionResponse : ApiSdk.Models.BaseCollection /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WhoisHistoryRecord.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/WhoisNameserver.cs b/src/generated/Models/Security/WhoisNameserver.cs index a408831a91..ea2d23d219 100644 --- a/src/generated/Models/Security/WhoisNameserver.cs +++ b/src/generated/Models/Security/WhoisNameserver.cs @@ -29,7 +29,7 @@ public class WhoisNameserver : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new whoisNameserver and sets the default values. + /// Instantiates a new and sets the default values. /// public WhoisNameserver() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public WhoisNameserver() { /// /// 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 WhoisNameserver CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static WhoisNameserver CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"firstSeenDateTime", n => { FirstSeenDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/Security/WhoisRecord.cs b/src/generated/Models/Security/WhoisRecord.cs index 1167b764dd..3a9eb8e223 100644 --- a/src/generated/Models/Security/WhoisRecord.cs +++ b/src/generated/Models/Security/WhoisRecord.cs @@ -15,7 +15,7 @@ public class WhoisRecord : WhoisBaseRecord, IParsable { public List History { get; set; } #endif /// - /// Instantiates a new whoisRecord and sets the default values. + /// Instantiates a new and sets the default values. /// public WhoisRecord() : base() { OdataType = "#microsoft.graph.security.whoisRecord"; @@ -23,6 +23,7 @@ public WhoisRecord() : base() { /// /// 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 new WhoisRecord CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public WhoisRecord() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"history", n => { History = n.GetCollectionOfObjectValues(WhoisHistoryRecord.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Security/WhoisRecordCollectionResponse.cs b/src/generated/Models/Security/WhoisRecordCollectionResponse.cs index 8b4f51914c..eac9085179 100644 --- a/src/generated/Models/Security/WhoisRecordCollectionResponse.cs +++ b/src/generated/Models/Security/WhoisRecordCollectionResponse.cs @@ -17,6 +17,7 @@ public class WhoisRecordCollectionResponse : ApiSdk.Models.BaseCollectionPaginat /// /// 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 new WhoisRecordCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WhoisRecordCollectionResponse : ApiSdk.Models.BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WhoisRecord.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SecurityReportsRoot.cs b/src/generated/Models/SecurityReportsRoot.cs index 662556344e..21c149f4b2 100644 --- a/src/generated/Models/SecurityReportsRoot.cs +++ b/src/generated/Models/SecurityReportsRoot.cs @@ -9,6 +9,7 @@ public class SecurityReportsRoot : Entity, IParsable { /// /// 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 new SecurityReportsRoot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class SecurityReportsRoot : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/SecurityResource.cs b/src/generated/Models/SecurityResource.cs index 6e8cc7b23c..f50a839fd9 100644 --- a/src/generated/Models/SecurityResource.cs +++ b/src/generated/Models/SecurityResource.cs @@ -27,7 +27,7 @@ public class SecurityResource : IAdditionalDataHolder, IParsable { /// Represents type of security resources related to an alert. Possible values are: attacked, related. public SecurityResourceType? ResourceType { get; set; } /// - /// Instantiates a new securityResource and sets the default values. + /// Instantiates a new and sets the default values. /// public SecurityResource() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public SecurityResource() { /// /// 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 SecurityResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static SecurityResource CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/SecurityVendorInformation.cs b/src/generated/Models/SecurityVendorInformation.cs index a202cf6c6d..a786333064 100644 --- a/src/generated/Models/SecurityVendorInformation.cs +++ b/src/generated/Models/SecurityVendorInformation.cs @@ -49,7 +49,7 @@ public class SecurityVendorInformation : IAdditionalDataHolder, IParsable { public string Vendor { get; set; } #endif /// - /// Instantiates a new securityVendorInformation and sets the default values. + /// Instantiates a new and sets the default values. /// public SecurityVendorInformation() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public SecurityVendorInformation() { /// /// 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 SecurityVendorInformation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static SecurityVendorInformation CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/SelfServiceSignUpAuthenticationFlowConfiguration.cs b/src/generated/Models/SelfServiceSignUpAuthenticationFlowConfiguration.cs index d3fc54b406..5d6c993a46 100644 --- a/src/generated/Models/SelfServiceSignUpAuthenticationFlowConfiguration.cs +++ b/src/generated/Models/SelfServiceSignUpAuthenticationFlowConfiguration.cs @@ -19,7 +19,7 @@ public class SelfServiceSignUpAuthenticationFlowConfiguration : IAdditionalDataH public string OdataType { get; set; } #endif /// - /// Instantiates a new selfServiceSignUpAuthenticationFlowConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public SelfServiceSignUpAuthenticationFlowConfiguration() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public SelfServiceSignUpAuthenticationFlowConfiguration() { /// /// 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 SelfServiceSignUpAuthenticationFlowConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static SelfServiceSignUpAuthenticationFlowConfiguration CreateFromDiscrim /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isEnabled", n => { IsEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/SelfSignedCertificate.cs b/src/generated/Models/SelfSignedCertificate.cs index b114cf5920..d3b311cddc 100644 --- a/src/generated/Models/SelfSignedCertificate.cs +++ b/src/generated/Models/SelfSignedCertificate.cs @@ -71,7 +71,7 @@ public class SelfSignedCertificate : IAdditionalDataHolder, IParsable { public string Usage { get; set; } #endif /// - /// Instantiates a new selfSignedCertificate and sets the default values. + /// Instantiates a new and sets the default values. /// public SelfSignedCertificate() { AdditionalData = new Dictionary(); @@ -79,6 +79,7 @@ public SelfSignedCertificate() { /// /// 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 SelfSignedCertificate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -87,6 +88,7 @@ public static SelfSignedCertificate CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"customKeyIdentifier", n => { CustomKeyIdentifier = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/SendDtmfTonesOperation.cs b/src/generated/Models/SendDtmfTonesOperation.cs index 914f33a701..9ed1b45498 100644 --- a/src/generated/Models/SendDtmfTonesOperation.cs +++ b/src/generated/Models/SendDtmfTonesOperation.cs @@ -11,6 +11,7 @@ public class SendDtmfTonesOperation : CommsOperation, IParsable { /// /// 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 new SendDtmfTonesOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -19,6 +20,7 @@ public class SendDtmfTonesOperation : CommsOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"completionReason", n => { CompletionReason = n.GetEnumValue(); } }, diff --git a/src/generated/Models/SensitivityLabelAssignment.cs b/src/generated/Models/SensitivityLabelAssignment.cs index f6f3b8fbad..080ae778d2 100644 --- a/src/generated/Models/SensitivityLabelAssignment.cs +++ b/src/generated/Models/SensitivityLabelAssignment.cs @@ -35,7 +35,7 @@ public class SensitivityLabelAssignment : IAdditionalDataHolder, IParsable { public string TenantId { get; set; } #endif /// - /// Instantiates a new sensitivityLabelAssignment and sets the default values. + /// Instantiates a new and sets the default values. /// public SensitivityLabelAssignment() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public SensitivityLabelAssignment() { /// /// 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 SensitivityLabelAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static SensitivityLabelAssignment CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"assignmentMethod", n => { AssignmentMethod = n.GetEnumValue(); } }, diff --git a/src/generated/Models/ServiceAnnouncement.cs b/src/generated/Models/ServiceAnnouncement.cs index 46c27d9d7e..1fda6c86f3 100644 --- a/src/generated/Models/ServiceAnnouncement.cs +++ b/src/generated/Models/ServiceAnnouncement.cs @@ -33,6 +33,7 @@ public class ServiceAnnouncement : Entity, IParsable { /// /// 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 new ServiceAnnouncement CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class ServiceAnnouncement : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"healthOverviews", n => { HealthOverviews = n.GetCollectionOfObjectValues(ServiceHealth.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ServiceAnnouncementAttachment.cs b/src/generated/Models/ServiceAnnouncementAttachment.cs index 51d9ff8b3a..0c6655448e 100644 --- a/src/generated/Models/ServiceAnnouncementAttachment.cs +++ b/src/generated/Models/ServiceAnnouncementAttachment.cs @@ -37,6 +37,7 @@ public class ServiceAnnouncementAttachment : Entity, IParsable { /// /// 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 new ServiceAnnouncementAttachment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public class ServiceAnnouncementAttachment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"content", n => { Content = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/ServiceAnnouncementAttachmentCollectionResponse.cs b/src/generated/Models/ServiceAnnouncementAttachmentCollectionResponse.cs index 8511979de0..545479e6e6 100644 --- a/src/generated/Models/ServiceAnnouncementAttachmentCollectionResponse.cs +++ b/src/generated/Models/ServiceAnnouncementAttachmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class ServiceAnnouncementAttachmentCollectionResponse : BaseCollectionPag /// /// 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 new ServiceAnnouncementAttachmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ServiceAnnouncementAttachmentCollectionResponse : BaseCollectionPag /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ServiceAnnouncementAttachment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ServiceAnnouncementBase.cs b/src/generated/Models/ServiceAnnouncementBase.cs index 1acc00f6c4..27af41fcfa 100644 --- a/src/generated/Models/ServiceAnnouncementBase.cs +++ b/src/generated/Models/ServiceAnnouncementBase.cs @@ -31,6 +31,7 @@ public class ServiceAnnouncementBase : Entity, IParsable { /// /// 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 new ServiceAnnouncementBase CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public class ServiceAnnouncementBase : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"details", n => { Details = n.GetCollectionOfObjectValues(KeyValuePair.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ServiceHealth.cs b/src/generated/Models/ServiceHealth.cs index 1aadce1a13..3c69948b13 100644 --- a/src/generated/Models/ServiceHealth.cs +++ b/src/generated/Models/ServiceHealth.cs @@ -27,6 +27,7 @@ public class ServiceHealth : Entity, IParsable { /// /// 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 new ServiceHealth CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public class ServiceHealth : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"issues", n => { Issues = n.GetCollectionOfObjectValues(ServiceHealthIssue.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ServiceHealthCollectionResponse.cs b/src/generated/Models/ServiceHealthCollectionResponse.cs index f89b70fa30..8cbfd90619 100644 --- a/src/generated/Models/ServiceHealthCollectionResponse.cs +++ b/src/generated/Models/ServiceHealthCollectionResponse.cs @@ -17,6 +17,7 @@ public class ServiceHealthCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new ServiceHealthCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ServiceHealthCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ServiceHealth.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ServiceHealthIssue.cs b/src/generated/Models/ServiceHealthIssue.cs index e159f2b11a..d6ef35dc03 100644 --- a/src/generated/Models/ServiceHealthIssue.cs +++ b/src/generated/Models/ServiceHealthIssue.cs @@ -55,7 +55,7 @@ public class ServiceHealthIssue : ServiceAnnouncementBase, IParsable { /// The status property public ServiceHealthStatus? Status { get; set; } /// - /// Instantiates a new serviceHealthIssue and sets the default values. + /// Instantiates a new and sets the default values. /// public ServiceHealthIssue() : base() { OdataType = "#microsoft.graph.serviceHealthIssue"; @@ -63,6 +63,7 @@ public ServiceHealthIssue() : base() { /// /// 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 new ServiceHealthIssue CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -71,6 +72,7 @@ public ServiceHealthIssue() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"classification", n => { Classification = n.GetEnumValue(); } }, diff --git a/src/generated/Models/ServiceHealthIssueCollectionResponse.cs b/src/generated/Models/ServiceHealthIssueCollectionResponse.cs index 4f72e073cc..9a1f676f7e 100644 --- a/src/generated/Models/ServiceHealthIssueCollectionResponse.cs +++ b/src/generated/Models/ServiceHealthIssueCollectionResponse.cs @@ -17,6 +17,7 @@ public class ServiceHealthIssueCollectionResponse : BaseCollectionPaginationCoun /// /// 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 new ServiceHealthIssueCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ServiceHealthIssueCollectionResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ServiceHealthIssue.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ServiceHealthIssuePost.cs b/src/generated/Models/ServiceHealthIssuePost.cs index 957129a4bf..534d4d8437 100644 --- a/src/generated/Models/ServiceHealthIssuePost.cs +++ b/src/generated/Models/ServiceHealthIssuePost.cs @@ -29,7 +29,7 @@ public class ServiceHealthIssuePost : IAdditionalDataHolder, IParsable { /// The post type of the service issue historical post. Possible values are: regular, quick, strategic, unknownFutureValue. public ApiSdk.Models.PostType? PostType { get; set; } /// - /// Instantiates a new serviceHealthIssuePost and sets the default values. + /// Instantiates a new and sets the default values. /// public ServiceHealthIssuePost() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public ServiceHealthIssuePost() { /// /// 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 ServiceHealthIssuePost CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static ServiceHealthIssuePost CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/ServiceHostedMediaConfig.cs b/src/generated/Models/ServiceHostedMediaConfig.cs index b592b3537c..b988136a0f 100644 --- a/src/generated/Models/ServiceHostedMediaConfig.cs +++ b/src/generated/Models/ServiceHostedMediaConfig.cs @@ -15,7 +15,7 @@ public class ServiceHostedMediaConfig : MediaConfig, IParsable { public List PreFetchMedia { get; set; } #endif /// - /// Instantiates a new serviceHostedMediaConfig and sets the default values. + /// Instantiates a new and sets the default values. /// public ServiceHostedMediaConfig() : base() { OdataType = "#microsoft.graph.serviceHostedMediaConfig"; @@ -23,6 +23,7 @@ public ServiceHostedMediaConfig() : base() { /// /// 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 new ServiceHostedMediaConfig CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public ServiceHostedMediaConfig() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"preFetchMedia", n => { PreFetchMedia = n.GetCollectionOfObjectValues(MediaInfo.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ServicePlanInfo.cs b/src/generated/Models/ServicePlanInfo.cs index 1f92b800b8..a37d8408d7 100644 --- a/src/generated/Models/ServicePlanInfo.cs +++ b/src/generated/Models/ServicePlanInfo.cs @@ -43,7 +43,7 @@ public class ServicePlanInfo : IAdditionalDataHolder, IParsable { public string ServicePlanName { get; set; } #endif /// - /// Instantiates a new servicePlanInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public ServicePlanInfo() { AdditionalData = new Dictionary(); @@ -51,6 +51,7 @@ public ServicePlanInfo() { /// /// 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 ServicePlanInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static ServicePlanInfo CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"appliesTo", n => { AppliesTo = n.GetStringValue(); } }, diff --git a/src/generated/Models/ServicePrincipal.cs b/src/generated/Models/ServicePrincipal.cs index a651d6c9ca..016fa3ff7c 100644 --- a/src/generated/Models/ServicePrincipal.cs +++ b/src/generated/Models/ServicePrincipal.cs @@ -399,7 +399,7 @@ public class ServicePrincipal : DirectoryObject, IParsable { public ApiSdk.Models.VerifiedPublisher VerifiedPublisher { get; set; } #endif /// - /// Instantiates a new servicePrincipal and sets the default values. + /// Instantiates a new and sets the default values. /// public ServicePrincipal() : base() { OdataType = "#microsoft.graph.servicePrincipal"; @@ -407,6 +407,7 @@ public ServicePrincipal() : base() { /// /// 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 new ServicePrincipal CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -415,6 +416,7 @@ public ServicePrincipal() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accountEnabled", n => { AccountEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/ServicePrincipalCollectionResponse.cs b/src/generated/Models/ServicePrincipalCollectionResponse.cs index 061b428d21..58ed9fecd7 100644 --- a/src/generated/Models/ServicePrincipalCollectionResponse.cs +++ b/src/generated/Models/ServicePrincipalCollectionResponse.cs @@ -17,6 +17,7 @@ public class ServicePrincipalCollectionResponse : BaseCollectionPaginationCountR /// /// 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 new ServicePrincipalCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ServicePrincipalCollectionResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ServicePrincipal.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ServicePrincipalIdentity.cs b/src/generated/Models/ServicePrincipalIdentity.cs index 6d7025463c..3b3b2ed89f 100644 --- a/src/generated/Models/ServicePrincipalIdentity.cs +++ b/src/generated/Models/ServicePrincipalIdentity.cs @@ -15,7 +15,7 @@ public class ServicePrincipalIdentity : Identity, IParsable { public string AppId { get; set; } #endif /// - /// Instantiates a new servicePrincipalIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public ServicePrincipalIdentity() : base() { OdataType = "#microsoft.graph.servicePrincipalIdentity"; @@ -23,6 +23,7 @@ public ServicePrincipalIdentity() : base() { /// /// 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 new ServicePrincipalIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public ServicePrincipalIdentity() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appId", n => { AppId = n.GetStringValue(); } }, diff --git a/src/generated/Models/ServicePrincipalLockConfiguration.cs b/src/generated/Models/ServicePrincipalLockConfiguration.cs index 6c0b5064d8..be4dea966c 100644 --- a/src/generated/Models/ServicePrincipalLockConfiguration.cs +++ b/src/generated/Models/ServicePrincipalLockConfiguration.cs @@ -27,7 +27,7 @@ public class ServicePrincipalLockConfiguration : IAdditionalDataHolder, IParsabl /// Locks the tokenEncryptionKeyId property for modification on the service principal. public bool? TokenEncryptionKeyId { get; set; } /// - /// Instantiates a new servicePrincipalLockConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public ServicePrincipalLockConfiguration() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public ServicePrincipalLockConfiguration() { /// /// 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 ServicePrincipalLockConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static ServicePrincipalLockConfiguration CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allProperties", n => { AllProperties = n.GetBoolValue(); } }, diff --git a/src/generated/Models/ServicePrincipalRiskDetection.cs b/src/generated/Models/ServicePrincipalRiskDetection.cs index b7717e127f..ae2547316c 100644 --- a/src/generated/Models/ServicePrincipalRiskDetection.cs +++ b/src/generated/Models/ServicePrincipalRiskDetection.cs @@ -115,6 +115,7 @@ public class ServicePrincipalRiskDetection : Entity, IParsable { /// /// 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 new ServicePrincipalRiskDetection CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -123,6 +124,7 @@ public class ServicePrincipalRiskDetection : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activity", n => { Activity = n.GetEnumValue(); } }, diff --git a/src/generated/Models/ServicePrincipalRiskDetectionCollectionResponse.cs b/src/generated/Models/ServicePrincipalRiskDetectionCollectionResponse.cs index a76ed40816..be9d581542 100644 --- a/src/generated/Models/ServicePrincipalRiskDetectionCollectionResponse.cs +++ b/src/generated/Models/ServicePrincipalRiskDetectionCollectionResponse.cs @@ -17,6 +17,7 @@ public class ServicePrincipalRiskDetectionCollectionResponse : BaseCollectionPag /// /// 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 new ServicePrincipalRiskDetectionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ServicePrincipalRiskDetectionCollectionResponse : BaseCollectionPag /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ServicePrincipalRiskDetection.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ServiceProvisioningError.cs b/src/generated/Models/ServiceProvisioningError.cs index 5f07d0c881..38785a4f22 100644 --- a/src/generated/Models/ServiceProvisioningError.cs +++ b/src/generated/Models/ServiceProvisioningError.cs @@ -29,7 +29,7 @@ public class ServiceProvisioningError : IAdditionalDataHolder, IParsable { public string ServiceInstance { get; set; } #endif /// - /// Instantiates a new serviceProvisioningError and sets the default values. + /// Instantiates a new and sets the default values. /// public ServiceProvisioningError() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public ServiceProvisioningError() { /// /// 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 ServiceProvisioningError CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static ServiceProvisioningError CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/ServiceProvisioningErrorCollectionResponse.cs b/src/generated/Models/ServiceProvisioningErrorCollectionResponse.cs index 775051970f..a8128e4d1d 100644 --- a/src/generated/Models/ServiceProvisioningErrorCollectionResponse.cs +++ b/src/generated/Models/ServiceProvisioningErrorCollectionResponse.cs @@ -17,6 +17,7 @@ public class ServiceProvisioningErrorCollectionResponse : BaseCollectionPaginati /// /// 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 new ServiceProvisioningErrorCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ServiceProvisioningErrorCollectionResponse : BaseCollectionPaginati /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ServiceProvisioningError.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ServiceProvisioningXmlError.cs b/src/generated/Models/ServiceProvisioningXmlError.cs index 51ac05c9e2..65139e8abc 100644 --- a/src/generated/Models/ServiceProvisioningXmlError.cs +++ b/src/generated/Models/ServiceProvisioningXmlError.cs @@ -15,7 +15,7 @@ public class ServiceProvisioningXmlError : ServiceProvisioningError, IParsable { public string ErrorDetail { get; set; } #endif /// - /// Instantiates a new serviceProvisioningXmlError and sets the default values. + /// Instantiates a new and sets the default values. /// public ServiceProvisioningXmlError() : base() { OdataType = "#microsoft.graph.serviceProvisioningXmlError"; @@ -23,6 +23,7 @@ public ServiceProvisioningXmlError() : base() { /// /// 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 new ServiceProvisioningXmlError CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public ServiceProvisioningXmlError() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"errorDetail", n => { ErrorDetail = n.GetStringValue(); } }, diff --git a/src/generated/Models/ServiceUpdateMessage.cs b/src/generated/Models/ServiceUpdateMessage.cs index fdc9718620..6581be25e5 100644 --- a/src/generated/Models/ServiceUpdateMessage.cs +++ b/src/generated/Models/ServiceUpdateMessage.cs @@ -65,7 +65,7 @@ public class ServiceUpdateMessage : ServiceAnnouncementBase, IParsable { public ServiceUpdateMessageViewpoint ViewPoint { get; set; } #endif /// - /// Instantiates a new serviceUpdateMessage and sets the default values. + /// Instantiates a new and sets the default values. /// public ServiceUpdateMessage() : base() { OdataType = "#microsoft.graph.serviceUpdateMessage"; @@ -73,6 +73,7 @@ public ServiceUpdateMessage() : base() { /// /// 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 new ServiceUpdateMessage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -81,6 +82,7 @@ public ServiceUpdateMessage() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"actionRequiredByDateTime", n => { ActionRequiredByDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/ServiceUpdateMessageCollectionResponse.cs b/src/generated/Models/ServiceUpdateMessageCollectionResponse.cs index e0b84d228b..222d2acef9 100644 --- a/src/generated/Models/ServiceUpdateMessageCollectionResponse.cs +++ b/src/generated/Models/ServiceUpdateMessageCollectionResponse.cs @@ -17,6 +17,7 @@ public class ServiceUpdateMessageCollectionResponse : BaseCollectionPaginationCo /// /// 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 new ServiceUpdateMessageCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ServiceUpdateMessageCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ServiceUpdateMessage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ServiceUpdateMessageViewpoint.cs b/src/generated/Models/ServiceUpdateMessageViewpoint.cs index 036a0a2ea6..39cd312b3f 100644 --- a/src/generated/Models/ServiceUpdateMessageViewpoint.cs +++ b/src/generated/Models/ServiceUpdateMessageViewpoint.cs @@ -23,7 +23,7 @@ public class ServiceUpdateMessageViewpoint : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new serviceUpdateMessageViewpoint and sets the default values. + /// Instantiates a new and sets the default values. /// public ServiceUpdateMessageViewpoint() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public ServiceUpdateMessageViewpoint() { /// /// 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 ServiceUpdateMessageViewpoint CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static ServiceUpdateMessageViewpoint CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isArchived", n => { IsArchived = n.GetBoolValue(); } }, diff --git a/src/generated/Models/SettingSource.cs b/src/generated/Models/SettingSource.cs index 9472666cf5..0403e6bab2 100644 --- a/src/generated/Models/SettingSource.cs +++ b/src/generated/Models/SettingSource.cs @@ -35,7 +35,7 @@ public class SettingSource : IAdditionalDataHolder, IParsable { /// The sourceType property public SettingSourceType? SourceType { get; set; } /// - /// Instantiates a new settingSource and sets the default values. + /// Instantiates a new and sets the default values. /// public SettingSource() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public SettingSource() { /// /// 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 SettingSource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static SettingSource CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/SettingStateDeviceSummary.cs b/src/generated/Models/SettingStateDeviceSummary.cs index d1e499b196..758ad2751d 100644 --- a/src/generated/Models/SettingStateDeviceSummary.cs +++ b/src/generated/Models/SettingStateDeviceSummary.cs @@ -42,6 +42,7 @@ public class SettingStateDeviceSummary : Entity, IParsable { /// /// 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 new SettingStateDeviceSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public class SettingStateDeviceSummary : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"compliantDeviceCount", n => { CompliantDeviceCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/SettingStateDeviceSummaryCollectionResponse.cs b/src/generated/Models/SettingStateDeviceSummaryCollectionResponse.cs index 79517f8423..c3d2f5ded1 100644 --- a/src/generated/Models/SettingStateDeviceSummaryCollectionResponse.cs +++ b/src/generated/Models/SettingStateDeviceSummaryCollectionResponse.cs @@ -17,6 +17,7 @@ public class SettingStateDeviceSummaryCollectionResponse : BaseCollectionPaginat /// /// 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 new SettingStateDeviceSummaryCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SettingStateDeviceSummaryCollectionResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SettingStateDeviceSummary.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SettingTemplateValue.cs b/src/generated/Models/SettingTemplateValue.cs index 611054612f..aa7e562b04 100644 --- a/src/generated/Models/SettingTemplateValue.cs +++ b/src/generated/Models/SettingTemplateValue.cs @@ -49,7 +49,7 @@ public class SettingTemplateValue : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new settingTemplateValue and sets the default values. + /// Instantiates a new and sets the default values. /// public SettingTemplateValue() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public SettingTemplateValue() { /// /// 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 SettingTemplateValue CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static SettingTemplateValue CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"defaultValue", n => { DefaultValue = n.GetStringValue(); } }, diff --git a/src/generated/Models/SettingValue.cs b/src/generated/Models/SettingValue.cs index 267934b219..bdb5019471 100644 --- a/src/generated/Models/SettingValue.cs +++ b/src/generated/Models/SettingValue.cs @@ -33,7 +33,7 @@ public class SettingValue : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new settingValue and sets the default values. + /// Instantiates a new and sets the default values. /// public SettingValue() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public SettingValue() { /// /// 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 SettingValue CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static SettingValue CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/SharePointIdentity.cs b/src/generated/Models/SharePointIdentity.cs index 1189544333..61b6621048 100644 --- a/src/generated/Models/SharePointIdentity.cs +++ b/src/generated/Models/SharePointIdentity.cs @@ -15,7 +15,7 @@ public class SharePointIdentity : Identity, IParsable { public string LoginName { get; set; } #endif /// - /// Instantiates a new sharePointIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public SharePointIdentity() : base() { OdataType = "#microsoft.graph.sharePointIdentity"; @@ -23,6 +23,7 @@ public SharePointIdentity() : base() { /// /// 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 new SharePointIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public SharePointIdentity() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"loginName", n => { LoginName = n.GetStringValue(); } }, diff --git a/src/generated/Models/SharePointIdentitySet.cs b/src/generated/Models/SharePointIdentitySet.cs index 9501e88175..9584eb4366 100644 --- a/src/generated/Models/SharePointIdentitySet.cs +++ b/src/generated/Models/SharePointIdentitySet.cs @@ -31,7 +31,7 @@ public class SharePointIdentitySet : IdentitySet, IParsable { public SharePointIdentity SiteUser { get; set; } #endif /// - /// Instantiates a new sharePointIdentitySet and sets the default values. + /// Instantiates a new and sets the default values. /// public SharePointIdentitySet() : base() { OdataType = "#microsoft.graph.sharePointIdentitySet"; @@ -39,6 +39,7 @@ public SharePointIdentitySet() : base() { /// /// 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 new SharePointIdentitySet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public SharePointIdentitySet() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"group", n => { Group = n.GetObjectValue(Identity.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/SharePointOneDriveOptions.cs b/src/generated/Models/SharePointOneDriveOptions.cs index 31da4968fa..88caa7461a 100644 --- a/src/generated/Models/SharePointOneDriveOptions.cs +++ b/src/generated/Models/SharePointOneDriveOptions.cs @@ -19,7 +19,7 @@ public class SharePointOneDriveOptions : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new sharePointOneDriveOptions and sets the default values. + /// Instantiates a new and sets the default values. /// public SharePointOneDriveOptions() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public SharePointOneDriveOptions() { /// /// 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 SharePointOneDriveOptions CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static SharePointOneDriveOptions CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"includeContent", n => { IncludeContent = n.GetEnumValue(); } }, diff --git a/src/generated/Models/Shared.cs b/src/generated/Models/Shared.cs index 7aff35173d..015247e56d 100644 --- a/src/generated/Models/Shared.cs +++ b/src/generated/Models/Shared.cs @@ -43,7 +43,7 @@ public class Shared : IAdditionalDataHolder, IParsable { /// The UTC date and time when the item was shared. Read-only. public DateTimeOffset? SharedDateTime { get; set; } /// - /// Instantiates a new shared and sets the default values. + /// Instantiates a new and sets the default values. /// public Shared() { AdditionalData = new Dictionary(); @@ -51,6 +51,7 @@ public Shared() { /// /// 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 Shared CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static Shared CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/SharedDriveItem.cs b/src/generated/Models/SharedDriveItem.cs index f18e0ec074..1e84d92643 100644 --- a/src/generated/Models/SharedDriveItem.cs +++ b/src/generated/Models/SharedDriveItem.cs @@ -71,7 +71,7 @@ public class SharedDriveItem : BaseItem, IParsable { public ApiSdk.Models.Site Site { get; set; } #endif /// - /// Instantiates a new sharedDriveItem and sets the default values. + /// Instantiates a new and sets the default values. /// public SharedDriveItem() : base() { OdataType = "#microsoft.graph.sharedDriveItem"; @@ -79,6 +79,7 @@ public SharedDriveItem() : base() { /// /// 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 new SharedDriveItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -87,6 +88,7 @@ public SharedDriveItem() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"driveItem", n => { DriveItem = n.GetObjectValue(ApiSdk.Models.DriveItem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/SharedDriveItemCollectionResponse.cs b/src/generated/Models/SharedDriveItemCollectionResponse.cs index 6a4197edfc..a98cc328fa 100644 --- a/src/generated/Models/SharedDriveItemCollectionResponse.cs +++ b/src/generated/Models/SharedDriveItemCollectionResponse.cs @@ -17,6 +17,7 @@ public class SharedDriveItemCollectionResponse : BaseCollectionPaginationCountRe /// /// 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 new SharedDriveItemCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SharedDriveItemCollectionResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SharedDriveItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SharedInsight.cs b/src/generated/Models/SharedInsight.cs index c487e34316..759ba62aa8 100644 --- a/src/generated/Models/SharedInsight.cs +++ b/src/generated/Models/SharedInsight.cs @@ -57,6 +57,7 @@ public class SharedInsight : Entity, IParsable { /// /// 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 new SharedInsight CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public class SharedInsight : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"lastShared", n => { LastShared = n.GetObjectValue(SharingDetail.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/SharedInsightCollectionResponse.cs b/src/generated/Models/SharedInsightCollectionResponse.cs index a3c1014f4c..d8928d54d6 100644 --- a/src/generated/Models/SharedInsightCollectionResponse.cs +++ b/src/generated/Models/SharedInsightCollectionResponse.cs @@ -17,6 +17,7 @@ public class SharedInsightCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new SharedInsightCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SharedInsightCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SharedInsight.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SharedPCAccountManagerPolicy.cs b/src/generated/Models/SharedPCAccountManagerPolicy.cs index fa5acb0c05..35fe911a2f 100644 --- a/src/generated/Models/SharedPCAccountManagerPolicy.cs +++ b/src/generated/Models/SharedPCAccountManagerPolicy.cs @@ -28,7 +28,7 @@ public class SharedPCAccountManagerPolicy : IAdditionalDataHolder, IParsable { /// Sets the percentage of disk space remaining on a PC before cached accounts will be deleted to free disk space. Accounts that have been inactive the longest will be deleted first. Only applies when AccountDeletionPolicy is DiskSpaceThresholdOrInactiveThreshold. Valid values 0 to 100 public int? RemoveAccountsBelowDiskFreePercentage { get; set; } /// - /// Instantiates a new sharedPCAccountManagerPolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public SharedPCAccountManagerPolicy() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public SharedPCAccountManagerPolicy() { /// /// 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 SharedPCAccountManagerPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static SharedPCAccountManagerPolicy CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"accountDeletionPolicy", n => { AccountDeletionPolicy = n.GetEnumValue(); } }, diff --git a/src/generated/Models/SharedPCConfiguration.cs b/src/generated/Models/SharedPCConfiguration.cs index 45b4aa8c67..fea8c17623 100644 --- a/src/generated/Models/SharedPCConfiguration.cs +++ b/src/generated/Models/SharedPCConfiguration.cs @@ -53,7 +53,7 @@ public class SharedPCConfiguration : DeviceConfiguration, IParsable { /// Specifies the daily start time of maintenance hour. public Time? MaintenanceStartTime { get; set; } /// - /// Instantiates a new sharedPCConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public SharedPCConfiguration() : base() { OdataType = "#microsoft.graph.sharedPCConfiguration"; @@ -61,6 +61,7 @@ public SharedPCConfiguration() : base() { /// /// 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 new SharedPCConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -69,6 +70,7 @@ public SharedPCConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accountManagerPolicy", n => { AccountManagerPolicy = n.GetObjectValue(SharedPCAccountManagerPolicy.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/SharedWithChannelTeamInfo.cs b/src/generated/Models/SharedWithChannelTeamInfo.cs index c871a163a0..a0a30296c9 100644 --- a/src/generated/Models/SharedWithChannelTeamInfo.cs +++ b/src/generated/Models/SharedWithChannelTeamInfo.cs @@ -19,6 +19,7 @@ public class SharedWithChannelTeamInfo : TeamInfo, IParsable { /// /// 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 new SharedWithChannelTeamInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class SharedWithChannelTeamInfo : TeamInfo, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowedMembers", n => { AllowedMembers = n.GetCollectionOfObjectValues(ConversationMember.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SharedWithChannelTeamInfoCollectionResponse.cs b/src/generated/Models/SharedWithChannelTeamInfoCollectionResponse.cs index c3849e8d16..3a5462ebd8 100644 --- a/src/generated/Models/SharedWithChannelTeamInfoCollectionResponse.cs +++ b/src/generated/Models/SharedWithChannelTeamInfoCollectionResponse.cs @@ -17,6 +17,7 @@ public class SharedWithChannelTeamInfoCollectionResponse : BaseCollectionPaginat /// /// 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 new SharedWithChannelTeamInfoCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SharedWithChannelTeamInfoCollectionResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SharedWithChannelTeamInfo.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Sharepoint.cs b/src/generated/Models/Sharepoint.cs index 6a9d36f9ba..daf0400178 100644 --- a/src/generated/Models/Sharepoint.cs +++ b/src/generated/Models/Sharepoint.cs @@ -17,6 +17,7 @@ public class Sharepoint : Entity, IParsable { /// /// 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 new Sharepoint CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class Sharepoint : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"settings", n => { Settings = n.GetObjectValue(SharepointSettings.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/SharepointIds.cs b/src/generated/Models/SharepointIds.cs index 1981fcc423..17dc22ccb6 100644 --- a/src/generated/Models/SharepointIds.cs +++ b/src/generated/Models/SharepointIds.cs @@ -73,7 +73,7 @@ public class SharepointIds : IAdditionalDataHolder, IParsable { public string WebId { get; set; } #endif /// - /// Instantiates a new sharepointIds and sets the default values. + /// Instantiates a new and sets the default values. /// public SharepointIds() { AdditionalData = new Dictionary(); @@ -81,6 +81,7 @@ public SharepointIds() { /// /// 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 SharepointIds CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -89,6 +90,7 @@ public static SharepointIds CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"listId", n => { ListId = n.GetStringValue(); } }, diff --git a/src/generated/Models/SharepointSettings.cs b/src/generated/Models/SharepointSettings.cs index a3674ae2cd..1a9b5abd3a 100644 --- a/src/generated/Models/SharepointSettings.cs +++ b/src/generated/Models/SharepointSettings.cs @@ -115,6 +115,7 @@ public class SharepointSettings : Entity, IParsable { /// /// 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 new SharepointSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -123,6 +124,7 @@ public class SharepointSettings : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowedDomainGuidsForSyncApp", n => { AllowedDomainGuidsForSyncApp = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/SharingDetail.cs b/src/generated/Models/SharingDetail.cs index 61efa02bd2..2d757242d8 100644 --- a/src/generated/Models/SharingDetail.cs +++ b/src/generated/Models/SharingDetail.cs @@ -51,7 +51,7 @@ public class SharingDetail : IAdditionalDataHolder, IParsable { public string SharingType { get; set; } #endif /// - /// Instantiates a new sharingDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public SharingDetail() { AdditionalData = new Dictionary(); @@ -59,6 +59,7 @@ public SharingDetail() { /// /// 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 SharingDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public static SharingDetail CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/SharingInvitation.cs b/src/generated/Models/SharingInvitation.cs index 104d1936a5..d11f16f995 100644 --- a/src/generated/Models/SharingInvitation.cs +++ b/src/generated/Models/SharingInvitation.cs @@ -43,7 +43,7 @@ public class SharingInvitation : IAdditionalDataHolder, IParsable { /// If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only. public bool? SignInRequired { get; set; } /// - /// Instantiates a new sharingInvitation and sets the default values. + /// Instantiates a new and sets the default values. /// public SharingInvitation() { AdditionalData = new Dictionary(); @@ -51,6 +51,7 @@ public SharingInvitation() { /// /// 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 SharingInvitation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static SharingInvitation CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"email", n => { Email = n.GetStringValue(); } }, diff --git a/src/generated/Models/SharingLink.cs b/src/generated/Models/SharingLink.cs index 31386e50b4..97ae7e88c1 100644 --- a/src/generated/Models/SharingLink.cs +++ b/src/generated/Models/SharingLink.cs @@ -59,7 +59,7 @@ public class SharingLink : IAdditionalDataHolder, IParsable { public string WebUrl { get; set; } #endif /// - /// Instantiates a new sharingLink and sets the default values. + /// Instantiates a new and sets the default values. /// public SharingLink() { AdditionalData = new Dictionary(); @@ -67,6 +67,7 @@ public SharingLink() { /// /// 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 SharingLink CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -75,6 +76,7 @@ public static SharingLink CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"application", n => { Application = n.GetObjectValue(Identity.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/Shift.cs b/src/generated/Models/Shift.cs index 07be169df4..ea4f29622a 100644 --- a/src/generated/Models/Shift.cs +++ b/src/generated/Models/Shift.cs @@ -39,7 +39,7 @@ public class Shift : ChangeTrackedEntity, IParsable { public string UserId { get; set; } #endif /// - /// Instantiates a new shift and sets the default values. + /// Instantiates a new and sets the default values. /// public Shift() : base() { OdataType = "#microsoft.graph.shift"; @@ -47,6 +47,7 @@ public Shift() : base() { /// /// 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 new Shift CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public Shift() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"draftShift", n => { DraftShift = n.GetObjectValue(ShiftItem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ShiftActivity.cs b/src/generated/Models/ShiftActivity.cs index 0869af14de..ccaabe2020 100644 --- a/src/generated/Models/ShiftActivity.cs +++ b/src/generated/Models/ShiftActivity.cs @@ -41,7 +41,7 @@ public class ShiftActivity : IAdditionalDataHolder, IParsable { /// The theme property public ScheduleEntityTheme? Theme { get; set; } /// - /// Instantiates a new shiftActivity and sets the default values. + /// Instantiates a new and sets the default values. /// public ShiftActivity() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public ShiftActivity() { /// /// 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 ShiftActivity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static ShiftActivity CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"code", n => { Code = n.GetStringValue(); } }, diff --git a/src/generated/Models/ShiftAvailability.cs b/src/generated/Models/ShiftAvailability.cs index bf7edfefb8..74db8931ca 100644 --- a/src/generated/Models/ShiftAvailability.cs +++ b/src/generated/Models/ShiftAvailability.cs @@ -41,7 +41,7 @@ public class ShiftAvailability : IAdditionalDataHolder, IParsable { public string TimeZone { get; set; } #endif /// - /// Instantiates a new shiftAvailability and sets the default values. + /// Instantiates a new and sets the default values. /// public ShiftAvailability() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public ShiftAvailability() { /// /// 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 ShiftAvailability CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static ShiftAvailability CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/ShiftCollectionResponse.cs b/src/generated/Models/ShiftCollectionResponse.cs index 258328b01b..b1f1bfcccd 100644 --- a/src/generated/Models/ShiftCollectionResponse.cs +++ b/src/generated/Models/ShiftCollectionResponse.cs @@ -17,6 +17,7 @@ public class ShiftCollectionResponse : BaseCollectionPaginationCountResponse, IP /// /// 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 new ShiftCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ShiftCollectionResponse : BaseCollectionPaginationCountResponse, IP /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Shift.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ShiftItem.cs b/src/generated/Models/ShiftItem.cs index 8e7169057c..35b30c77ac 100644 --- a/src/generated/Models/ShiftItem.cs +++ b/src/generated/Models/ShiftItem.cs @@ -33,6 +33,7 @@ public class ShiftItem : ScheduleEntity, IParsable { /// /// 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 new ShiftItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public class ShiftItem : ScheduleEntity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activities", n => { Activities = n.GetCollectionOfObjectValues(ShiftActivity.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ShiftPreferences.cs b/src/generated/Models/ShiftPreferences.cs index f9df160b5d..ea179dfb85 100644 --- a/src/generated/Models/ShiftPreferences.cs +++ b/src/generated/Models/ShiftPreferences.cs @@ -15,7 +15,7 @@ public class ShiftPreferences : ChangeTrackedEntity, IParsable { public List Availability { get; set; } #endif /// - /// Instantiates a new shiftPreferences and sets the default values. + /// Instantiates a new and sets the default values. /// public ShiftPreferences() : base() { OdataType = "#microsoft.graph.shiftPreferences"; @@ -23,6 +23,7 @@ public ShiftPreferences() : base() { /// /// 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 new ShiftPreferences CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public ShiftPreferences() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"availability", n => { Availability = n.GetCollectionOfObjectValues(ShiftAvailability.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SignIn.cs b/src/generated/Models/SignIn.cs index 0dc9805d7a..04ec649723 100644 --- a/src/generated/Models/SignIn.cs +++ b/src/generated/Models/SignIn.cs @@ -151,6 +151,7 @@ public class SignIn : Entity, IParsable { /// /// 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 new SignIn CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -159,6 +160,7 @@ public class SignIn : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appDisplayName", n => { AppDisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/SignInActivity.cs b/src/generated/Models/SignInActivity.cs index e0317fd679..e0f7e99262 100644 --- a/src/generated/Models/SignInActivity.cs +++ b/src/generated/Models/SignInActivity.cs @@ -37,7 +37,7 @@ public class SignInActivity : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new signInActivity and sets the default values. + /// Instantiates a new and sets the default values. /// public SignInActivity() { AdditionalData = new Dictionary(); @@ -45,6 +45,7 @@ public SignInActivity() { /// /// 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 SignInActivity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public static SignInActivity CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"lastNonInteractiveSignInDateTime", n => { LastNonInteractiveSignInDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/SignInCollectionResponse.cs b/src/generated/Models/SignInCollectionResponse.cs index 8a5c417041..1a32e2c6c4 100644 --- a/src/generated/Models/SignInCollectionResponse.cs +++ b/src/generated/Models/SignInCollectionResponse.cs @@ -17,6 +17,7 @@ public class SignInCollectionResponse : BaseCollectionPaginationCountResponse, I /// /// 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 new SignInCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SignInCollectionResponse : BaseCollectionPaginationCountResponse, I /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SignIn.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SignInFrequencySessionControl.cs b/src/generated/Models/SignInFrequencySessionControl.cs index 6b1986e42f..02806a89e8 100644 --- a/src/generated/Models/SignInFrequencySessionControl.cs +++ b/src/generated/Models/SignInFrequencySessionControl.cs @@ -6,16 +6,16 @@ using System; namespace ApiSdk.Models { public class SignInFrequencySessionControl : ConditionalAccessSessionControl, IParsable { - /// The possible values are primaryAndSecondaryAuthentication, secondaryAuthentication, unknownFutureValue. + /// The possible values are primaryAndSecondaryAuthentication, secondaryAuthentication, unknownFutureValue. This property isn't required when using frequencyInterval with the value of timeBased. public SignInFrequencyAuthenticationType? AuthenticationType { get; set; } - /// The possible values are timeBased, everyTime, unknownFutureValue. + /// The possible values are timeBased, everyTime, unknownFutureValue. Sign-in frequency of everyTime is available for risky users, risky sign-ins, and Intune device enrollment. For more information, see Require reauthentication every time. public SignInFrequencyInterval? FrequencyInterval { get; set; } /// Possible values are: days, hours. public SigninFrequencyType? Type { get; set; } /// The number of days or hours. public int? Value { get; set; } /// - /// Instantiates a new signInFrequencySessionControl and sets the default values. + /// Instantiates a new and sets the default values. /// public SignInFrequencySessionControl() : base() { OdataType = "#microsoft.graph.signInFrequencySessionControl"; @@ -23,6 +23,7 @@ public SignInFrequencySessionControl() : base() { /// /// 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 new SignInFrequencySessionControl CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public SignInFrequencySessionControl() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"authenticationType", n => { AuthenticationType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/SignInLocation.cs b/src/generated/Models/SignInLocation.cs index b0085c42e2..5260c06deb 100644 --- a/src/generated/Models/SignInLocation.cs +++ b/src/generated/Models/SignInLocation.cs @@ -49,7 +49,7 @@ public class SignInLocation : IAdditionalDataHolder, IParsable { public string State { get; set; } #endif /// - /// Instantiates a new signInLocation and sets the default values. + /// Instantiates a new and sets the default values. /// public SignInLocation() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public SignInLocation() { /// /// 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 SignInLocation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static SignInLocation CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"city", n => { City = n.GetStringValue(); } }, diff --git a/src/generated/Models/SignInStatus.cs b/src/generated/Models/SignInStatus.cs index b208597be8..b831043967 100644 --- a/src/generated/Models/SignInStatus.cs +++ b/src/generated/Models/SignInStatus.cs @@ -35,7 +35,7 @@ public class SignInStatus : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new signInStatus and sets the default values. + /// Instantiates a new and sets the default values. /// public SignInStatus() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public SignInStatus() { /// /// 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 SignInStatus CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static SignInStatus CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"additionalDetails", n => { AdditionalDetails = n.GetStringValue(); } }, diff --git a/src/generated/Models/SigningCertificateUpdateStatus.cs b/src/generated/Models/SigningCertificateUpdateStatus.cs index 045eca11f9..aa54800ca6 100644 --- a/src/generated/Models/SigningCertificateUpdateStatus.cs +++ b/src/generated/Models/SigningCertificateUpdateStatus.cs @@ -27,7 +27,7 @@ public class SigningCertificateUpdateStatus : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new signingCertificateUpdateStatus and sets the default values. + /// Instantiates a new and sets the default values. /// public SigningCertificateUpdateStatus() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public SigningCertificateUpdateStatus() { /// /// 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 SigningCertificateUpdateStatus CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static SigningCertificateUpdateStatus CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"certificateUpdateResult", n => { CertificateUpdateResult = n.GetStringValue(); } }, diff --git a/src/generated/Models/Simulation.cs b/src/generated/Models/Simulation.cs index 8b0f88f526..c254e037bd 100644 --- a/src/generated/Models/Simulation.cs +++ b/src/generated/Models/Simulation.cs @@ -141,6 +141,7 @@ public class Simulation : Entity, IParsable { /// /// 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 new Simulation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -149,6 +150,7 @@ public class Simulation : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"attackTechnique", n => { AttackTechnique = n.GetEnumValue(); } }, diff --git a/src/generated/Models/SimulationAutomation.cs b/src/generated/Models/SimulationAutomation.cs index 6a16fa79aa..42ee46a167 100644 --- a/src/generated/Models/SimulationAutomation.cs +++ b/src/generated/Models/SimulationAutomation.cs @@ -59,6 +59,7 @@ public class SimulationAutomation : Entity, IParsable { /// /// 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 new SimulationAutomation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public class SimulationAutomation : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdBy", n => { CreatedBy = n.GetObjectValue(EmailIdentity.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/SimulationAutomationCollectionResponse.cs b/src/generated/Models/SimulationAutomationCollectionResponse.cs index 72f5af22a3..e8eaf6ac77 100644 --- a/src/generated/Models/SimulationAutomationCollectionResponse.cs +++ b/src/generated/Models/SimulationAutomationCollectionResponse.cs @@ -17,6 +17,7 @@ public class SimulationAutomationCollectionResponse : BaseCollectionPaginationCo /// /// 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 new SimulationAutomationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SimulationAutomationCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SimulationAutomation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SimulationAutomationRun.cs b/src/generated/Models/SimulationAutomationRun.cs index e80880df14..bbff3aa417 100644 --- a/src/generated/Models/SimulationAutomationRun.cs +++ b/src/generated/Models/SimulationAutomationRun.cs @@ -23,6 +23,7 @@ public class SimulationAutomationRun : Entity, IParsable { /// /// 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 new SimulationAutomationRun CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public class SimulationAutomationRun : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"endDateTime", n => { EndDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/SimulationAutomationRunCollectionResponse.cs b/src/generated/Models/SimulationAutomationRunCollectionResponse.cs index 6951cc52ee..fb9419beeb 100644 --- a/src/generated/Models/SimulationAutomationRunCollectionResponse.cs +++ b/src/generated/Models/SimulationAutomationRunCollectionResponse.cs @@ -17,6 +17,7 @@ public class SimulationAutomationRunCollectionResponse : BaseCollectionPaginatio /// /// 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 new SimulationAutomationRunCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SimulationAutomationRunCollectionResponse : BaseCollectionPaginatio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SimulationAutomationRun.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SimulationCollectionResponse.cs b/src/generated/Models/SimulationCollectionResponse.cs index f08cde4423..56a61f067f 100644 --- a/src/generated/Models/SimulationCollectionResponse.cs +++ b/src/generated/Models/SimulationCollectionResponse.cs @@ -17,6 +17,7 @@ public class SimulationCollectionResponse : BaseCollectionPaginationCountRespons /// /// 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 new SimulationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SimulationCollectionResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Simulation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SimulationEvent.cs b/src/generated/Models/SimulationEvent.cs index 2157c9382e..8839804f41 100644 --- a/src/generated/Models/SimulationEvent.cs +++ b/src/generated/Models/SimulationEvent.cs @@ -27,7 +27,7 @@ public class SimulationEvent : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new simulationEvent and sets the default values. + /// Instantiates a new and sets the default values. /// public SimulationEvent() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public SimulationEvent() { /// /// 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 SimulationEvent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static SimulationEvent CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"count", n => { Count = n.GetIntValue(); } }, diff --git a/src/generated/Models/SimulationEventsContent.cs b/src/generated/Models/SimulationEventsContent.cs index cf14a7723f..9412b05235 100644 --- a/src/generated/Models/SimulationEventsContent.cs +++ b/src/generated/Models/SimulationEventsContent.cs @@ -27,7 +27,7 @@ public class SimulationEventsContent : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new simulationEventsContent and sets the default values. + /// Instantiates a new and sets the default values. /// public SimulationEventsContent() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public SimulationEventsContent() { /// /// 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 SimulationEventsContent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static SimulationEventsContent CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"compromisedRate", n => { CompromisedRate = n.GetDoubleValue(); } }, diff --git a/src/generated/Models/SimulationNotification.cs b/src/generated/Models/SimulationNotification.cs index e11f9b97b1..aa0e06e50a 100644 --- a/src/generated/Models/SimulationNotification.cs +++ b/src/generated/Models/SimulationNotification.cs @@ -9,7 +9,7 @@ public class SimulationNotification : BaseEndUserNotification, IParsable { /// Target user type. Possible values are: unknown, clicked, compromised, allUsers, unknownFutureValue. public ApiSdk.Models.TargettedUserType? TargettedUserType { get; set; } /// - /// Instantiates a new simulationNotification and sets the default values. + /// Instantiates a new and sets the default values. /// public SimulationNotification() : base() { OdataType = "#microsoft.graph.simulationNotification"; @@ -17,6 +17,7 @@ public SimulationNotification() : base() { /// /// 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 new SimulationNotification CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public SimulationNotification() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"targettedUserType", n => { TargettedUserType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/SimulationReport.cs b/src/generated/Models/SimulationReport.cs index 303f5cb7db..2ed39c9528 100644 --- a/src/generated/Models/SimulationReport.cs +++ b/src/generated/Models/SimulationReport.cs @@ -33,7 +33,7 @@ public class SimulationReport : IAdditionalDataHolder, IParsable { public List SimulationUsers { get; set; } #endif /// - /// Instantiates a new simulationReport and sets the default values. + /// Instantiates a new and sets the default values. /// public SimulationReport() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public SimulationReport() { /// /// 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 SimulationReport CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static SimulationReport CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/SimulationReportOverview.cs b/src/generated/Models/SimulationReportOverview.cs index 43f88aad79..2c55c00c3a 100644 --- a/src/generated/Models/SimulationReportOverview.cs +++ b/src/generated/Models/SimulationReportOverview.cs @@ -43,7 +43,7 @@ public class SimulationReportOverview : IAdditionalDataHolder, IParsable { public ApiSdk.Models.TrainingEventsContent TrainingEventsContent { get; set; } #endif /// - /// Instantiates a new simulationReportOverview and sets the default values. + /// Instantiates a new and sets the default values. /// public SimulationReportOverview() { AdditionalData = new Dictionary(); @@ -51,6 +51,7 @@ public SimulationReportOverview() { /// /// 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 SimulationReportOverview CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static SimulationReportOverview CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/SingleServicePrincipal.cs b/src/generated/Models/SingleServicePrincipal.cs index b2376d0b91..4cac78eed5 100644 --- a/src/generated/Models/SingleServicePrincipal.cs +++ b/src/generated/Models/SingleServicePrincipal.cs @@ -23,7 +23,7 @@ public class SingleServicePrincipal : SubjectSet, IParsable { public string ServicePrincipalId { get; set; } #endif /// - /// Instantiates a new singleServicePrincipal and sets the default values. + /// Instantiates a new and sets the default values. /// public SingleServicePrincipal() : base() { OdataType = "#microsoft.graph.singleServicePrincipal"; @@ -31,6 +31,7 @@ public SingleServicePrincipal() : base() { /// /// 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 new SingleServicePrincipal CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public SingleServicePrincipal() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/SingleUser.cs b/src/generated/Models/SingleUser.cs index 7a75e4a694..ce5fb3081d 100644 --- a/src/generated/Models/SingleUser.cs +++ b/src/generated/Models/SingleUser.cs @@ -23,7 +23,7 @@ public class SingleUser : SubjectSet, IParsable { public string UserId { get; set; } #endif /// - /// Instantiates a new singleUser and sets the default values. + /// Instantiates a new and sets the default values. /// public SingleUser() : base() { OdataType = "#microsoft.graph.singleUser"; @@ -31,6 +31,7 @@ public SingleUser() : base() { /// /// 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 new SingleUser CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public SingleUser() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/SingleValueLegacyExtendedProperty.cs b/src/generated/Models/SingleValueLegacyExtendedProperty.cs index a7e996b61f..cdee39b564 100644 --- a/src/generated/Models/SingleValueLegacyExtendedProperty.cs +++ b/src/generated/Models/SingleValueLegacyExtendedProperty.cs @@ -17,6 +17,7 @@ public class SingleValueLegacyExtendedProperty : Entity, IParsable { /// /// 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 new SingleValueLegacyExtendedProperty CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SingleValueLegacyExtendedProperty : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetStringValue(); } }, diff --git a/src/generated/Models/Site.cs b/src/generated/Models/Site.cs index 11338e657a..717d30cfce 100644 --- a/src/generated/Models/Site.cs +++ b/src/generated/Models/Site.cs @@ -71,7 +71,7 @@ public class Site : BaseItem, IParsable { #else public List ExternalColumns { get; set; } #endif - /// The isPersonalSite property + /// Identifies whether the site is personal or not. Read-only. public bool? IsPersonalSite { get; set; } /// Used to address any item contained in this site. This collection can't be enumerated. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -162,7 +162,7 @@ public class Site : BaseItem, IParsable { public List TermStores { get; set; } #endif /// - /// Instantiates a new site and sets the default values. + /// Instantiates a new and sets the default values. /// public Site() : base() { OdataType = "#microsoft.graph.site"; @@ -170,6 +170,7 @@ public Site() : base() { /// /// 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 new Site CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -178,6 +179,7 @@ public Site() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"analytics", n => { Analytics = n.GetObjectValue(ItemAnalytics.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/SiteCollection.cs b/src/generated/Models/SiteCollection.cs index e7f197bddf..89d7a6c1b3 100644 --- a/src/generated/Models/SiteCollection.cs +++ b/src/generated/Models/SiteCollection.cs @@ -41,7 +41,7 @@ public class SiteCollection : IAdditionalDataHolder, IParsable { public ApiSdk.Models.Root Root { get; set; } #endif /// - /// Instantiates a new siteCollection and sets the default values. + /// Instantiates a new and sets the default values. /// public SiteCollection() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public SiteCollection() { /// /// 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 SiteCollection CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static SiteCollection CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"dataLocationCode", n => { DataLocationCode = n.GetStringValue(); } }, diff --git a/src/generated/Models/SiteCollectionResponse.cs b/src/generated/Models/SiteCollectionResponse.cs index 6b650f4a22..5ca3c87678 100644 --- a/src/generated/Models/SiteCollectionResponse.cs +++ b/src/generated/Models/SiteCollectionResponse.cs @@ -17,6 +17,7 @@ public class SiteCollectionResponse : BaseCollectionPaginationCountResponse, IPa /// /// 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 new SiteCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SiteCollectionResponse : BaseCollectionPaginationCountResponse, IPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Site.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SizeRange.cs b/src/generated/Models/SizeRange.cs index 0c9cd4b910..a5b9e4d1a9 100644 --- a/src/generated/Models/SizeRange.cs +++ b/src/generated/Models/SizeRange.cs @@ -21,7 +21,7 @@ public class SizeRange : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new sizeRange and sets the default values. + /// Instantiates a new and sets the default values. /// public SizeRange() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public SizeRange() { /// /// 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 SizeRange CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static SizeRange CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"maximumSize", n => { MaximumSize = n.GetIntValue(); } }, diff --git a/src/generated/Models/SkypeForBusinessUserConversationMember.cs b/src/generated/Models/SkypeForBusinessUserConversationMember.cs index 4cd766f8ef..63185c9719 100644 --- a/src/generated/Models/SkypeForBusinessUserConversationMember.cs +++ b/src/generated/Models/SkypeForBusinessUserConversationMember.cs @@ -23,7 +23,7 @@ public class SkypeForBusinessUserConversationMember : ConversationMember, IParsa public string UserId { get; set; } #endif /// - /// Instantiates a new skypeForBusinessUserConversationMember and sets the default values. + /// Instantiates a new and sets the default values. /// public SkypeForBusinessUserConversationMember() : base() { OdataType = "#microsoft.graph.skypeForBusinessUserConversationMember"; @@ -31,6 +31,7 @@ public SkypeForBusinessUserConversationMember() : base() { /// /// 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 new SkypeForBusinessUserConversationMember CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public SkypeForBusinessUserConversationMember() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"tenantId", n => { TenantId = n.GetStringValue(); } }, diff --git a/src/generated/Models/SkypeUserConversationMember.cs b/src/generated/Models/SkypeUserConversationMember.cs index 3e94f27c9f..feb4b7a313 100644 --- a/src/generated/Models/SkypeUserConversationMember.cs +++ b/src/generated/Models/SkypeUserConversationMember.cs @@ -15,7 +15,7 @@ public class SkypeUserConversationMember : ConversationMember, IParsable { public string SkypeId { get; set; } #endif /// - /// Instantiates a new skypeUserConversationMember and sets the default values. + /// Instantiates a new and sets the default values. /// public SkypeUserConversationMember() : base() { OdataType = "#microsoft.graph.skypeUserConversationMember"; @@ -23,6 +23,7 @@ public SkypeUserConversationMember() : base() { /// /// 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 new SkypeUserConversationMember CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public SkypeUserConversationMember() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"skypeId", n => { SkypeId = n.GetStringValue(); } }, diff --git a/src/generated/Models/SmsAuthenticationMethodConfiguration.cs b/src/generated/Models/SmsAuthenticationMethodConfiguration.cs index 94a1cb96fb..7f7f3cbb19 100644 --- a/src/generated/Models/SmsAuthenticationMethodConfiguration.cs +++ b/src/generated/Models/SmsAuthenticationMethodConfiguration.cs @@ -15,7 +15,7 @@ public class SmsAuthenticationMethodConfiguration : AuthenticationMethodConfigur public List IncludeTargets { get; set; } #endif /// - /// Instantiates a new smsAuthenticationMethodConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public SmsAuthenticationMethodConfiguration() : base() { OdataType = "#microsoft.graph.smsAuthenticationMethodConfiguration"; @@ -23,6 +23,7 @@ public SmsAuthenticationMethodConfiguration() : base() { /// /// 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 new SmsAuthenticationMethodConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public SmsAuthenticationMethodConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"includeTargets", n => { IncludeTargets = n.GetCollectionOfObjectValues(SmsAuthenticationMethodTarget.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SmsAuthenticationMethodTarget.cs b/src/generated/Models/SmsAuthenticationMethodTarget.cs index f639efa848..04ee9f91b1 100644 --- a/src/generated/Models/SmsAuthenticationMethodTarget.cs +++ b/src/generated/Models/SmsAuthenticationMethodTarget.cs @@ -11,6 +11,7 @@ public class SmsAuthenticationMethodTarget : AuthenticationMethodTarget, IParsab /// /// 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 new SmsAuthenticationMethodTarget CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -19,6 +20,7 @@ public class SmsAuthenticationMethodTarget : AuthenticationMethodTarget, IParsab /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"isUsableForSignIn", n => { IsUsableForSignIn = n.GetBoolValue(); } }, diff --git a/src/generated/Models/SocialIdentityProvider.cs b/src/generated/Models/SocialIdentityProvider.cs index 65901f2d19..e99454818b 100644 --- a/src/generated/Models/SocialIdentityProvider.cs +++ b/src/generated/Models/SocialIdentityProvider.cs @@ -31,7 +31,7 @@ public class SocialIdentityProvider : IdentityProviderBase, IParsable { public string IdentityProviderType { get; set; } #endif /// - /// Instantiates a new socialIdentityProvider and sets the default values. + /// Instantiates a new and sets the default values. /// public SocialIdentityProvider() : base() { OdataType = "#microsoft.graph.socialIdentityProvider"; @@ -39,6 +39,7 @@ public SocialIdentityProvider() : base() { /// /// 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 new SocialIdentityProvider CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public SocialIdentityProvider() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"clientId", n => { ClientId = n.GetStringValue(); } }, diff --git a/src/generated/Models/SocialIdentitySource.cs b/src/generated/Models/SocialIdentitySource.cs index bfcd70c20b..6ffd05b0db 100644 --- a/src/generated/Models/SocialIdentitySource.cs +++ b/src/generated/Models/SocialIdentitySource.cs @@ -17,7 +17,7 @@ public class SocialIdentitySource : IdentitySource, IParsable { /// The socialIdentitySourceType property public ApiSdk.Models.SocialIdentitySourceType? SocialIdentitySourceType { get; set; } /// - /// Instantiates a new socialIdentitySource and sets the default values. + /// Instantiates a new and sets the default values. /// public SocialIdentitySource() : base() { OdataType = "#microsoft.graph.socialIdentitySource"; @@ -25,6 +25,7 @@ public SocialIdentitySource() : base() { /// /// 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 new SocialIdentitySource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public SocialIdentitySource() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/SoftwareOathAuthenticationMethod.cs b/src/generated/Models/SoftwareOathAuthenticationMethod.cs index 5b028675ae..9bd8e5d3cf 100644 --- a/src/generated/Models/SoftwareOathAuthenticationMethod.cs +++ b/src/generated/Models/SoftwareOathAuthenticationMethod.cs @@ -15,7 +15,7 @@ public class SoftwareOathAuthenticationMethod : AuthenticationMethod, IParsable public string SecretKey { get; set; } #endif /// - /// Instantiates a new softwareOathAuthenticationMethod and sets the default values. + /// Instantiates a new and sets the default values. /// public SoftwareOathAuthenticationMethod() : base() { OdataType = "#microsoft.graph.softwareOathAuthenticationMethod"; @@ -23,6 +23,7 @@ public SoftwareOathAuthenticationMethod() : base() { /// /// 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 new SoftwareOathAuthenticationMethod CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public SoftwareOathAuthenticationMethod() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"secretKey", n => { SecretKey = n.GetStringValue(); } }, diff --git a/src/generated/Models/SoftwareOathAuthenticationMethodCollectionResponse.cs b/src/generated/Models/SoftwareOathAuthenticationMethodCollectionResponse.cs index 9e07bd4270..705bd4dcec 100644 --- a/src/generated/Models/SoftwareOathAuthenticationMethodCollectionResponse.cs +++ b/src/generated/Models/SoftwareOathAuthenticationMethodCollectionResponse.cs @@ -17,6 +17,7 @@ public class SoftwareOathAuthenticationMethodCollectionResponse : BaseCollection /// /// 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 new SoftwareOathAuthenticationMethodCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SoftwareOathAuthenticationMethodCollectionResponse : BaseCollection /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SoftwareOathAuthenticationMethod.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SoftwareOathAuthenticationMethodConfiguration.cs b/src/generated/Models/SoftwareOathAuthenticationMethodConfiguration.cs index b5bb138d85..15032a97c5 100644 --- a/src/generated/Models/SoftwareOathAuthenticationMethodConfiguration.cs +++ b/src/generated/Models/SoftwareOathAuthenticationMethodConfiguration.cs @@ -15,7 +15,7 @@ public class SoftwareOathAuthenticationMethodConfiguration : AuthenticationMetho public List IncludeTargets { get; set; } #endif /// - /// Instantiates a new softwareOathAuthenticationMethodConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public SoftwareOathAuthenticationMethodConfiguration() : base() { OdataType = "#microsoft.graph.softwareOathAuthenticationMethodConfiguration"; @@ -23,6 +23,7 @@ public SoftwareOathAuthenticationMethodConfiguration() : base() { /// /// 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 new SoftwareOathAuthenticationMethodConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public SoftwareOathAuthenticationMethodConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"includeTargets", n => { IncludeTargets = n.GetCollectionOfObjectValues(AuthenticationMethodTarget.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SoftwareUpdateStatusSummary.cs b/src/generated/Models/SoftwareUpdateStatusSummary.cs index a5023e0aff..a04a5d2c6e 100644 --- a/src/generated/Models/SoftwareUpdateStatusSummary.cs +++ b/src/generated/Models/SoftwareUpdateStatusSummary.cs @@ -45,6 +45,7 @@ public class SoftwareUpdateStatusSummary : Entity, IParsable { /// /// 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 new SoftwareUpdateStatusSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public class SoftwareUpdateStatusSummary : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"compliantDeviceCount", n => { CompliantDeviceCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/SolutionsRoot.cs b/src/generated/Models/SolutionsRoot.cs index 72311d0f2f..08f4673f59 100644 --- a/src/generated/Models/SolutionsRoot.cs +++ b/src/generated/Models/SolutionsRoot.cs @@ -41,7 +41,7 @@ public class SolutionsRoot : IAdditionalDataHolder, IParsable { public VirtualEventsRoot VirtualEvents { get; set; } #endif /// - /// Instantiates a new solutionsRoot and sets the default values. + /// Instantiates a new and sets the default values. /// public SolutionsRoot() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public SolutionsRoot() { /// /// 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 SolutionsRoot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static SolutionsRoot CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"bookingBusinesses", n => { BookingBusinesses = n.GetCollectionOfObjectValues(BookingBusiness.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SortProperty.cs b/src/generated/Models/SortProperty.cs index c888053ebf..2745c7ee59 100644 --- a/src/generated/Models/SortProperty.cs +++ b/src/generated/Models/SortProperty.cs @@ -27,7 +27,7 @@ public class SortProperty : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new sortProperty and sets the default values. + /// Instantiates a new and sets the default values. /// public SortProperty() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public SortProperty() { /// /// 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 SortProperty CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static SortProperty CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isDescending", n => { IsDescending = n.GetBoolValue(); } }, diff --git a/src/generated/Models/SpaApplication.cs b/src/generated/Models/SpaApplication.cs index 089ddb9990..f6eeed034d 100644 --- a/src/generated/Models/SpaApplication.cs +++ b/src/generated/Models/SpaApplication.cs @@ -25,7 +25,7 @@ public class SpaApplication : IAdditionalDataHolder, IParsable { public List RedirectUris { get; set; } #endif /// - /// Instantiates a new spaApplication and sets the default values. + /// Instantiates a new and sets the default values. /// public SpaApplication() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public SpaApplication() { /// /// 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 SpaApplication CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static SpaApplication CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/SpecialFolder.cs b/src/generated/Models/SpecialFolder.cs index 50efbd4b2b..e603a3814f 100644 --- a/src/generated/Models/SpecialFolder.cs +++ b/src/generated/Models/SpecialFolder.cs @@ -25,7 +25,7 @@ public class SpecialFolder : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new specialFolder and sets the default values. + /// Instantiates a new and sets the default values. /// public SpecialFolder() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public SpecialFolder() { /// /// 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 SpecialFolder CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static SpecialFolder CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/StaffAvailabilityItem.cs b/src/generated/Models/StaffAvailabilityItem.cs index 3d51c95626..6630f1aa29 100644 --- a/src/generated/Models/StaffAvailabilityItem.cs +++ b/src/generated/Models/StaffAvailabilityItem.cs @@ -33,7 +33,7 @@ public class StaffAvailabilityItem : IAdditionalDataHolder, IParsable { public string StaffId { get; set; } #endif /// - /// Instantiates a new staffAvailabilityItem and sets the default values. + /// Instantiates a new and sets the default values. /// public StaffAvailabilityItem() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public StaffAvailabilityItem() { /// /// 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 StaffAvailabilityItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static StaffAvailabilityItem CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"availabilityItems", n => { AvailabilityItems = n.GetCollectionOfObjectValues(AvailabilityItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/StandardTimeZoneOffset.cs b/src/generated/Models/StandardTimeZoneOffset.cs index 2de3a84ca8..24d332f0fd 100644 --- a/src/generated/Models/StandardTimeZoneOffset.cs +++ b/src/generated/Models/StandardTimeZoneOffset.cs @@ -28,7 +28,7 @@ public class StandardTimeZoneOffset : IAdditionalDataHolder, IParsable { /// Represents how frequently in terms of years the change from daylight saving time to standard time occurs. For example, a value of 0 means every year. public int? Year { get; set; } /// - /// Instantiates a new standardTimeZoneOffset and sets the default values. + /// Instantiates a new and sets the default values. /// public StandardTimeZoneOffset() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public StandardTimeZoneOffset() { /// /// 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 StandardTimeZoneOffset CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -48,6 +49,7 @@ public static StandardTimeZoneOffset CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"dayOccurrence", n => { DayOccurrence = n.GetIntValue(); } }, diff --git a/src/generated/Models/StartHoldMusicOperation.cs b/src/generated/Models/StartHoldMusicOperation.cs index d09eef2550..7cff5407c7 100644 --- a/src/generated/Models/StartHoldMusicOperation.cs +++ b/src/generated/Models/StartHoldMusicOperation.cs @@ -9,6 +9,7 @@ public class StartHoldMusicOperation : CommsOperation, IParsable { /// /// 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 new StartHoldMusicOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class StartHoldMusicOperation : CommsOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/StopHoldMusicOperation.cs b/src/generated/Models/StopHoldMusicOperation.cs index 23fdbed3a0..9d39fabf11 100644 --- a/src/generated/Models/StopHoldMusicOperation.cs +++ b/src/generated/Models/StopHoldMusicOperation.cs @@ -9,6 +9,7 @@ public class StopHoldMusicOperation : CommsOperation, IParsable { /// /// 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 new StopHoldMusicOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class StopHoldMusicOperation : CommsOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/StoragePlanInformation.cs b/src/generated/Models/StoragePlanInformation.cs index 49d168a0f8..db042022c7 100644 --- a/src/generated/Models/StoragePlanInformation.cs +++ b/src/generated/Models/StoragePlanInformation.cs @@ -19,7 +19,7 @@ public class StoragePlanInformation : IAdditionalDataHolder, IParsable { /// Indicates whether there are higher storage quota plans available. Read-only. public bool? UpgradeAvailable { get; set; } /// - /// Instantiates a new storagePlanInformation and sets the default values. + /// Instantiates a new and sets the default values. /// public StoragePlanInformation() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public StoragePlanInformation() { /// /// 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 StoragePlanInformation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static StoragePlanInformation CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/StringCollectionResponse.cs b/src/generated/Models/StringCollectionResponse.cs index dd0ec445ee..0d2168c035 100644 --- a/src/generated/Models/StringCollectionResponse.cs +++ b/src/generated/Models/StringCollectionResponse.cs @@ -17,6 +17,7 @@ public class StringCollectionResponse : BaseCollectionPaginationCountResponse, I /// /// 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 new StringCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class StringCollectionResponse : BaseCollectionPaginationCountResponse, I /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/StringKeyAttributeMappingSourceValuePair.cs b/src/generated/Models/StringKeyAttributeMappingSourceValuePair.cs index ee469e3840..f2c8add2a6 100644 --- a/src/generated/Models/StringKeyAttributeMappingSourceValuePair.cs +++ b/src/generated/Models/StringKeyAttributeMappingSourceValuePair.cs @@ -33,7 +33,7 @@ public class StringKeyAttributeMappingSourceValuePair : IAdditionalDataHolder, I public AttributeMappingSource Value { get; set; } #endif /// - /// Instantiates a new stringKeyAttributeMappingSourceValuePair and sets the default values. + /// Instantiates a new and sets the default values. /// public StringKeyAttributeMappingSourceValuePair() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public StringKeyAttributeMappingSourceValuePair() { /// /// 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 StringKeyAttributeMappingSourceValuePair CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static StringKeyAttributeMappingSourceValuePair CreateFromDiscriminatorVa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"key", n => { Key = n.GetStringValue(); } }, diff --git a/src/generated/Models/StringKeyLongValuePair.cs b/src/generated/Models/StringKeyLongValuePair.cs index 00ac17618d..dce364027f 100644 --- a/src/generated/Models/StringKeyLongValuePair.cs +++ b/src/generated/Models/StringKeyLongValuePair.cs @@ -27,7 +27,7 @@ public class StringKeyLongValuePair : IAdditionalDataHolder, IParsable { /// Total number of synchronized objects. public long? Value { get; set; } /// - /// Instantiates a new stringKeyLongValuePair and sets the default values. + /// Instantiates a new and sets the default values. /// public StringKeyLongValuePair() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public StringKeyLongValuePair() { /// /// 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 StringKeyLongValuePair CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static StringKeyLongValuePair CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"key", n => { Key = n.GetStringValue(); } }, diff --git a/src/generated/Models/StringKeyObjectValuePair.cs b/src/generated/Models/StringKeyObjectValuePair.cs index f602b3373b..bde2271bd6 100644 --- a/src/generated/Models/StringKeyObjectValuePair.cs +++ b/src/generated/Models/StringKeyObjectValuePair.cs @@ -25,7 +25,7 @@ public class StringKeyObjectValuePair : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new stringKeyObjectValuePair and sets the default values. + /// Instantiates a new and sets the default values. /// public StringKeyObjectValuePair() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public StringKeyObjectValuePair() { /// /// 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 StringKeyObjectValuePair CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static StringKeyObjectValuePair CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"key", n => { Key = n.GetStringValue(); } }, diff --git a/src/generated/Models/StringKeyStringValuePair.cs b/src/generated/Models/StringKeyStringValuePair.cs index cda0f2e00a..e368599e02 100644 --- a/src/generated/Models/StringKeyStringValuePair.cs +++ b/src/generated/Models/StringKeyStringValuePair.cs @@ -33,7 +33,7 @@ public class StringKeyStringValuePair : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new stringKeyStringValuePair and sets the default values. + /// Instantiates a new and sets the default values. /// public StringKeyStringValuePair() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public StringKeyStringValuePair() { /// /// 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 StringKeyStringValuePair CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static StringKeyStringValuePair CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"key", n => { Key = n.GetStringValue(); } }, diff --git a/src/generated/Models/StsPolicy.cs b/src/generated/Models/StsPolicy.cs index f840d09c5f..ecab73ff82 100644 --- a/src/generated/Models/StsPolicy.cs +++ b/src/generated/Models/StsPolicy.cs @@ -25,7 +25,7 @@ public class StsPolicy : PolicyBase, IParsable { /// If set to true, activates this policy. There can be many policies for the same policy type, but only one can be activated as the organization default. Optional, default value is false. public bool? IsOrganizationDefault { get; set; } /// - /// Instantiates a new stsPolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public StsPolicy() : base() { OdataType = "#microsoft.graph.stsPolicy"; @@ -33,6 +33,7 @@ public StsPolicy() : base() { /// /// 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 new StsPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public StsPolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appliesTo", n => { AppliesTo = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SubjectRightsRequest.cs b/src/generated/Models/SubjectRightsRequest.cs index ca18c39f69..a7f4535cb9 100644 --- a/src/generated/Models/SubjectRightsRequest.cs +++ b/src/generated/Models/SubjectRightsRequest.cs @@ -173,6 +173,7 @@ public class SubjectRightsRequest : Entity, IParsable { /// /// 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 new SubjectRightsRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -181,6 +182,7 @@ public class SubjectRightsRequest : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"approvers", n => { Approvers = n.GetCollectionOfObjectValues(User.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SubjectRightsRequestAllMailboxLocation.cs b/src/generated/Models/SubjectRightsRequestAllMailboxLocation.cs index f78311c4d3..9b5a8ebea3 100644 --- a/src/generated/Models/SubjectRightsRequestAllMailboxLocation.cs +++ b/src/generated/Models/SubjectRightsRequestAllMailboxLocation.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class SubjectRightsRequestAllMailboxLocation : SubjectRightsRequestMailboxLocation, IParsable { /// - /// Instantiates a new subjectRightsRequestAllMailboxLocation and sets the default values. + /// Instantiates a new and sets the default values. /// public SubjectRightsRequestAllMailboxLocation() : base() { OdataType = "#microsoft.graph.subjectRightsRequestAllMailboxLocation"; @@ -15,6 +15,7 @@ public SubjectRightsRequestAllMailboxLocation() : base() { /// /// 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 new SubjectRightsRequestAllMailboxLocation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public SubjectRightsRequestAllMailboxLocation() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/SubjectRightsRequestAllSiteLocation.cs b/src/generated/Models/SubjectRightsRequestAllSiteLocation.cs index 8561fb5805..c9fd5e63a2 100644 --- a/src/generated/Models/SubjectRightsRequestAllSiteLocation.cs +++ b/src/generated/Models/SubjectRightsRequestAllSiteLocation.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class SubjectRightsRequestAllSiteLocation : SubjectRightsRequestSiteLocation, IParsable { /// - /// Instantiates a new subjectRightsRequestAllSiteLocation and sets the default values. + /// Instantiates a new and sets the default values. /// public SubjectRightsRequestAllSiteLocation() : base() { OdataType = "#microsoft.graph.subjectRightsRequestAllSiteLocation"; @@ -15,6 +15,7 @@ public SubjectRightsRequestAllSiteLocation() : base() { /// /// 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 new SubjectRightsRequestAllSiteLocation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public SubjectRightsRequestAllSiteLocation() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/SubjectRightsRequestCollectionResponse.cs b/src/generated/Models/SubjectRightsRequestCollectionResponse.cs index 3389193551..73a83e59be 100644 --- a/src/generated/Models/SubjectRightsRequestCollectionResponse.cs +++ b/src/generated/Models/SubjectRightsRequestCollectionResponse.cs @@ -17,6 +17,7 @@ public class SubjectRightsRequestCollectionResponse : BaseCollectionPaginationCo /// /// 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 new SubjectRightsRequestCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SubjectRightsRequestCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SubjectRightsRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SubjectRightsRequestDetail.cs b/src/generated/Models/SubjectRightsRequestDetail.cs index 7b579733d0..1249ef8d5a 100644 --- a/src/generated/Models/SubjectRightsRequestDetail.cs +++ b/src/generated/Models/SubjectRightsRequestDetail.cs @@ -43,7 +43,7 @@ public class SubjectRightsRequestDetail : IAdditionalDataHolder, IParsable { /// Total item size in bytes. public long? TotalItemSize { get; set; } /// - /// Instantiates a new subjectRightsRequestDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public SubjectRightsRequestDetail() { AdditionalData = new Dictionary(); @@ -51,6 +51,7 @@ public SubjectRightsRequestDetail() { /// /// 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 SubjectRightsRequestDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public static SubjectRightsRequestDetail CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"excludedItemCount", n => { ExcludedItemCount = n.GetLongValue(); } }, diff --git a/src/generated/Models/SubjectRightsRequestEnumeratedMailboxLocation.cs b/src/generated/Models/SubjectRightsRequestEnumeratedMailboxLocation.cs index 5436eefb0e..79635ecb9e 100644 --- a/src/generated/Models/SubjectRightsRequestEnumeratedMailboxLocation.cs +++ b/src/generated/Models/SubjectRightsRequestEnumeratedMailboxLocation.cs @@ -15,7 +15,7 @@ public class SubjectRightsRequestEnumeratedMailboxLocation : SubjectRightsReques public List UserPrincipalNames { get; set; } #endif /// - /// Instantiates a new subjectRightsRequestEnumeratedMailboxLocation and sets the default values. + /// Instantiates a new and sets the default values. /// public SubjectRightsRequestEnumeratedMailboxLocation() : base() { OdataType = "#microsoft.graph.subjectRightsRequestEnumeratedMailboxLocation"; @@ -23,6 +23,7 @@ public SubjectRightsRequestEnumeratedMailboxLocation() : base() { /// /// 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 new SubjectRightsRequestEnumeratedMailboxLocation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public SubjectRightsRequestEnumeratedMailboxLocation() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"userPrincipalNames", n => { UserPrincipalNames = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/SubjectRightsRequestEnumeratedSiteLocation.cs b/src/generated/Models/SubjectRightsRequestEnumeratedSiteLocation.cs index 19726c785a..7ec71f3071 100644 --- a/src/generated/Models/SubjectRightsRequestEnumeratedSiteLocation.cs +++ b/src/generated/Models/SubjectRightsRequestEnumeratedSiteLocation.cs @@ -15,7 +15,7 @@ public class SubjectRightsRequestEnumeratedSiteLocation : SubjectRightsRequestSi public List Urls { get; set; } #endif /// - /// Instantiates a new subjectRightsRequestEnumeratedSiteLocation and sets the default values. + /// Instantiates a new and sets the default values. /// public SubjectRightsRequestEnumeratedSiteLocation() : base() { OdataType = "#microsoft.graph.subjectRightsRequestEnumeratedSiteLocation"; @@ -23,6 +23,7 @@ public SubjectRightsRequestEnumeratedSiteLocation() : base() { /// /// 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 new SubjectRightsRequestEnumeratedSiteLocation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public SubjectRightsRequestEnumeratedSiteLocation() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"urls", n => { Urls = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/SubjectRightsRequestHistory.cs b/src/generated/Models/SubjectRightsRequestHistory.cs index 07bf66b39e..0d85c8eb32 100644 --- a/src/generated/Models/SubjectRightsRequestHistory.cs +++ b/src/generated/Models/SubjectRightsRequestHistory.cs @@ -39,7 +39,7 @@ public class SubjectRightsRequestHistory : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new subjectRightsRequestHistory and sets the default values. + /// Instantiates a new and sets the default values. /// public SubjectRightsRequestHistory() { AdditionalData = new Dictionary(); @@ -47,6 +47,7 @@ public SubjectRightsRequestHistory() { /// /// 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 SubjectRightsRequestHistory CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public static SubjectRightsRequestHistory CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"changedBy", n => { ChangedBy = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/SubjectRightsRequestMailboxLocation.cs b/src/generated/Models/SubjectRightsRequestMailboxLocation.cs index eaefa7116d..43ae04a86e 100644 --- a/src/generated/Models/SubjectRightsRequestMailboxLocation.cs +++ b/src/generated/Models/SubjectRightsRequestMailboxLocation.cs @@ -17,7 +17,7 @@ public class SubjectRightsRequestMailboxLocation : IAdditionalDataHolder, IParsa public string OdataType { get; set; } #endif /// - /// Instantiates a new subjectRightsRequestMailboxLocation and sets the default values. + /// Instantiates a new and sets the default values. /// public SubjectRightsRequestMailboxLocation() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public SubjectRightsRequestMailboxLocation() { /// /// 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 SubjectRightsRequestMailboxLocation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public static SubjectRightsRequestMailboxLocation CreateFromDiscriminatorValue(I /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/SubjectRightsRequestSiteLocation.cs b/src/generated/Models/SubjectRightsRequestSiteLocation.cs index d2cc0326cb..4a16253bbd 100644 --- a/src/generated/Models/SubjectRightsRequestSiteLocation.cs +++ b/src/generated/Models/SubjectRightsRequestSiteLocation.cs @@ -17,7 +17,7 @@ public class SubjectRightsRequestSiteLocation : IAdditionalDataHolder, IParsable public string OdataType { get; set; } #endif /// - /// Instantiates a new subjectRightsRequestSiteLocation and sets the default values. + /// Instantiates a new and sets the default values. /// public SubjectRightsRequestSiteLocation() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public SubjectRightsRequestSiteLocation() { /// /// 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 SubjectRightsRequestSiteLocation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public static SubjectRightsRequestSiteLocation CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/SubjectRightsRequestStageDetail.cs b/src/generated/Models/SubjectRightsRequestStageDetail.cs index dbdc6c1ab1..498fdc66e5 100644 --- a/src/generated/Models/SubjectRightsRequestStageDetail.cs +++ b/src/generated/Models/SubjectRightsRequestStageDetail.cs @@ -29,7 +29,7 @@ public class SubjectRightsRequestStageDetail : IAdditionalDataHolder, IParsable /// Status of the current stage. Possible values are: notStarted, current, completed, failed, unknownFutureValue. public SubjectRightsRequestStageStatus? Status { get; set; } /// - /// Instantiates a new subjectRightsRequestStageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public SubjectRightsRequestStageDetail() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public SubjectRightsRequestStageDetail() { /// /// 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 SubjectRightsRequestStageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static SubjectRightsRequestStageDetail CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"error", n => { Error = n.GetObjectValue(PublicError.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/SubjectSet.cs b/src/generated/Models/SubjectSet.cs index 0aa9a7c185..5cf1e686fd 100644 --- a/src/generated/Models/SubjectSet.cs +++ b/src/generated/Models/SubjectSet.cs @@ -18,7 +18,7 @@ public class SubjectSet : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new subjectSet and sets the default values. + /// Instantiates a new and sets the default values. /// public SubjectSet() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SubjectSet() { /// /// 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 SubjectSet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -48,6 +49,7 @@ public static SubjectSet CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/SubscribeToToneOperation.cs b/src/generated/Models/SubscribeToToneOperation.cs index 9d4958f60f..c3637b62ca 100644 --- a/src/generated/Models/SubscribeToToneOperation.cs +++ b/src/generated/Models/SubscribeToToneOperation.cs @@ -9,6 +9,7 @@ public class SubscribeToToneOperation : CommsOperation, IParsable { /// /// 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 new SubscribeToToneOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class SubscribeToToneOperation : CommsOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/SubscribedSku.cs b/src/generated/Models/SubscribedSku.cs index bfa9130244..6a4a14e722 100644 --- a/src/generated/Models/SubscribedSku.cs +++ b/src/generated/Models/SubscribedSku.cs @@ -77,6 +77,7 @@ public class SubscribedSku : Entity, IParsable { /// /// 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 new SubscribedSku CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public class SubscribedSku : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accountId", n => { AccountId = n.GetStringValue(); } }, diff --git a/src/generated/Models/SubscribedSkuCollectionResponse.cs b/src/generated/Models/SubscribedSkuCollectionResponse.cs index 1ddfe1bf1e..29c7ac4f88 100644 --- a/src/generated/Models/SubscribedSkuCollectionResponse.cs +++ b/src/generated/Models/SubscribedSkuCollectionResponse.cs @@ -17,6 +17,7 @@ public class SubscribedSkuCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new SubscribedSkuCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SubscribedSkuCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SubscribedSku.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Subscription.cs b/src/generated/Models/Subscription.cs index 8337a0a55d..298617f63b 100644 --- a/src/generated/Models/Subscription.cs +++ b/src/generated/Models/Subscription.cs @@ -109,6 +109,7 @@ public class Subscription : Entity, IParsable { /// /// 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 new Subscription CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -117,6 +118,7 @@ public class Subscription : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"applicationId", n => { ApplicationId = n.GetStringValue(); } }, diff --git a/src/generated/Models/SubscriptionCollectionResponse.cs b/src/generated/Models/SubscriptionCollectionResponse.cs index 9c9af9bf84..567026543d 100644 --- a/src/generated/Models/SubscriptionCollectionResponse.cs +++ b/src/generated/Models/SubscriptionCollectionResponse.cs @@ -17,6 +17,7 @@ public class SubscriptionCollectionResponse : BaseCollectionPaginationCountRespo /// /// 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 new SubscriptionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SubscriptionCollectionResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Subscription.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SwapShiftsChangeRequest.cs b/src/generated/Models/SwapShiftsChangeRequest.cs index 06bd8c3471..26574b28e5 100644 --- a/src/generated/Models/SwapShiftsChangeRequest.cs +++ b/src/generated/Models/SwapShiftsChangeRequest.cs @@ -15,7 +15,7 @@ public class SwapShiftsChangeRequest : OfferShiftRequest, IParsable { public string RecipientShiftId { get; set; } #endif /// - /// Instantiates a new swapShiftsChangeRequest and sets the default values. + /// Instantiates a new and sets the default values. /// public SwapShiftsChangeRequest() : base() { OdataType = "#microsoft.graph.swapShiftsChangeRequest"; @@ -23,6 +23,7 @@ public SwapShiftsChangeRequest() : base() { /// /// 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 new SwapShiftsChangeRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public SwapShiftsChangeRequest() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"recipientShiftId", n => { RecipientShiftId = n.GetStringValue(); } }, diff --git a/src/generated/Models/SwapShiftsChangeRequestCollectionResponse.cs b/src/generated/Models/SwapShiftsChangeRequestCollectionResponse.cs index a9bcf7cf99..f21ecf82cb 100644 --- a/src/generated/Models/SwapShiftsChangeRequestCollectionResponse.cs +++ b/src/generated/Models/SwapShiftsChangeRequestCollectionResponse.cs @@ -17,6 +17,7 @@ public class SwapShiftsChangeRequestCollectionResponse : BaseCollectionPaginatio /// /// 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 new SwapShiftsChangeRequestCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SwapShiftsChangeRequestCollectionResponse : BaseCollectionPaginatio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SwapShiftsChangeRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Synchronization.cs b/src/generated/Models/Synchronization.cs index f4d8453956..fb8010f2c2 100644 --- a/src/generated/Models/Synchronization.cs +++ b/src/generated/Models/Synchronization.cs @@ -33,6 +33,7 @@ public class Synchronization : Entity, IParsable { /// /// 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 new Synchronization CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class Synchronization : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"jobs", n => { Jobs = n.GetCollectionOfObjectValues(SynchronizationJob.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SynchronizationError.cs b/src/generated/Models/SynchronizationError.cs index 1b1ad0d9a6..9a408d0273 100644 --- a/src/generated/Models/SynchronizationError.cs +++ b/src/generated/Models/SynchronizationError.cs @@ -35,7 +35,7 @@ public class SynchronizationError : IAdditionalDataHolder, IParsable { /// The action to take to resolve the error. For example, false. public bool? TenantActionable { get; set; } /// - /// Instantiates a new synchronizationError and sets the default values. + /// Instantiates a new and sets the default values. /// public SynchronizationError() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public SynchronizationError() { /// /// 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 SynchronizationError CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static SynchronizationError CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"code", n => { Code = n.GetStringValue(); } }, diff --git a/src/generated/Models/SynchronizationJob.cs b/src/generated/Models/SynchronizationJob.cs index fd21331df2..3bea98e72c 100644 --- a/src/generated/Models/SynchronizationJob.cs +++ b/src/generated/Models/SynchronizationJob.cs @@ -6,6 +6,14 @@ using System; namespace ApiSdk.Models { public class SynchronizationJob : Entity, IParsable { + /// The bulkUpload property +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public ApiSdk.Models.BulkUpload? BulkUpload { get; set; } +#nullable restore +#else + public ApiSdk.Models.BulkUpload BulkUpload { get; set; } +#endif /// Schedule used to run the job. Read-only. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -49,6 +57,7 @@ public class SynchronizationJob : Entity, IParsable { /// /// 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 new SynchronizationJob CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,8 +66,10 @@ public class SynchronizationJob : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { + {"bulkUpload", n => { BulkUpload = n.GetObjectValue(ApiSdk.Models.BulkUpload.CreateFromDiscriminatorValue); } }, {"schedule", n => { Schedule = n.GetObjectValue(SynchronizationSchedule.CreateFromDiscriminatorValue); } }, {"schema", n => { Schema = n.GetObjectValue(SynchronizationSchema.CreateFromDiscriminatorValue); } }, {"status", n => { Status = n.GetObjectValue(SynchronizationStatus.CreateFromDiscriminatorValue); } }, @@ -73,6 +84,7 @@ public override IDictionary> GetFieldDeserializers() public override void Serialize(ISerializationWriter writer) { _ = writer ?? throw new ArgumentNullException(nameof(writer)); base.Serialize(writer); + writer.WriteObjectValue("bulkUpload", BulkUpload); writer.WriteObjectValue("schedule", Schedule); writer.WriteObjectValue("schema", Schema); writer.WriteObjectValue("status", Status); diff --git a/src/generated/Models/SynchronizationJobApplicationParameters.cs b/src/generated/Models/SynchronizationJobApplicationParameters.cs index 68820345f9..6bf29e8e11 100644 --- a/src/generated/Models/SynchronizationJobApplicationParameters.cs +++ b/src/generated/Models/SynchronizationJobApplicationParameters.cs @@ -33,7 +33,7 @@ public class SynchronizationJobApplicationParameters : IAdditionalDataHolder, IP public List Subjects { get; set; } #endif /// - /// Instantiates a new synchronizationJobApplicationParameters and sets the default values. + /// Instantiates a new and sets the default values. /// public SynchronizationJobApplicationParameters() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public SynchronizationJobApplicationParameters() { /// /// 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 SynchronizationJobApplicationParameters CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static SynchronizationJobApplicationParameters CreateFromDiscriminatorVal /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/SynchronizationJobCollectionResponse.cs b/src/generated/Models/SynchronizationJobCollectionResponse.cs index 1c4513c120..aae8cc50ce 100644 --- a/src/generated/Models/SynchronizationJobCollectionResponse.cs +++ b/src/generated/Models/SynchronizationJobCollectionResponse.cs @@ -17,6 +17,7 @@ public class SynchronizationJobCollectionResponse : BaseCollectionPaginationCoun /// /// 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 new SynchronizationJobCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SynchronizationJobCollectionResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SynchronizationJob.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SynchronizationJobRestartCriteria.cs b/src/generated/Models/SynchronizationJobRestartCriteria.cs index b6c31e0d8d..cf34f58461 100644 --- a/src/generated/Models/SynchronizationJobRestartCriteria.cs +++ b/src/generated/Models/SynchronizationJobRestartCriteria.cs @@ -19,7 +19,7 @@ public class SynchronizationJobRestartCriteria : IAdditionalDataHolder, IParsabl /// Comma-separated combination of the following values: None, ConnectorDataStore, Escrows, Watermark, QuarantineState, Full, ForceDeletes. The property can also be empty. None: Starts a paused or quarantined provisioning job. DO NOT USE. Use the Start synchronizationJob API instead.ConnectorDataStore - Clears the underlying cache for all users. DO NOT USE. Contact Microsoft Support for guidance.Escrows - Provisioning failures are marked as escrows and retried. Clearing escrows will stop the service from retrying failures.Watermark - Removing the watermark causes the service to reevaluate all the users again, rather than just processing changes.QuarantineState - Temporarily lifts the quarantine.Use Full if you want all of the options.ForceDeletes - Forces the system to delete the pending deleted users when using the accidental deletions prevention feature and the deletion threshold is exceeded. Leaving this property empty emulates the Restart provisioning option in the Microsoft Entra admin center. It is similar to setting the resetScope to include QuarantineState, Watermark, and Escrows. This option meets most customer needs. public SynchronizationJobRestartScope? ResetScope { get; set; } /// - /// Instantiates a new synchronizationJobRestartCriteria and sets the default values. + /// Instantiates a new and sets the default values. /// public SynchronizationJobRestartCriteria() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public SynchronizationJobRestartCriteria() { /// /// 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 SynchronizationJobRestartCriteria CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static SynchronizationJobRestartCriteria CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/SynchronizationJobSubject.cs b/src/generated/Models/SynchronizationJobSubject.cs index 47dd7b1ca8..4d5ee56b07 100644 --- a/src/generated/Models/SynchronizationJobSubject.cs +++ b/src/generated/Models/SynchronizationJobSubject.cs @@ -41,7 +41,7 @@ public class SynchronizationJobSubject : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new synchronizationJobSubject and sets the default values. + /// Instantiates a new and sets the default values. /// public SynchronizationJobSubject() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public SynchronizationJobSubject() { /// /// 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 SynchronizationJobSubject CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static SynchronizationJobSubject CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"links", n => { Links = n.GetObjectValue(SynchronizationLinkedObjects.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/SynchronizationLinkedObjects.cs b/src/generated/Models/SynchronizationLinkedObjects.cs index 6c0266c0a0..514da9756e 100644 --- a/src/generated/Models/SynchronizationLinkedObjects.cs +++ b/src/generated/Models/SynchronizationLinkedObjects.cs @@ -41,7 +41,7 @@ public class SynchronizationLinkedObjects : IAdditionalDataHolder, IParsable { public List Owners { get; set; } #endif /// - /// Instantiates a new synchronizationLinkedObjects and sets the default values. + /// Instantiates a new and sets the default values. /// public SynchronizationLinkedObjects() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public SynchronizationLinkedObjects() { /// /// 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 SynchronizationLinkedObjects CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static SynchronizationLinkedObjects CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"manager", n => { Manager = n.GetObjectValue(SynchronizationJobSubject.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/SynchronizationMetadataEntry.cs b/src/generated/Models/SynchronizationMetadataEntry.cs index c7800f1f6d..e1c064a5de 100644 --- a/src/generated/Models/SynchronizationMetadataEntry.cs +++ b/src/generated/Models/SynchronizationMetadataEntry.cs @@ -27,7 +27,7 @@ public class SynchronizationMetadataEntry : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new synchronizationMetadataEntry and sets the default values. + /// Instantiates a new and sets the default values. /// public SynchronizationMetadataEntry() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public SynchronizationMetadataEntry() { /// /// 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 SynchronizationMetadataEntry CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static SynchronizationMetadataEntry CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"key", n => { Key = n.GetEnumValue(); } }, diff --git a/src/generated/Models/SynchronizationProgress.cs b/src/generated/Models/SynchronizationProgress.cs index b090481c5c..8d6783e25c 100644 --- a/src/generated/Models/SynchronizationProgress.cs +++ b/src/generated/Models/SynchronizationProgress.cs @@ -31,7 +31,7 @@ public class SynchronizationProgress : IAdditionalDataHolder, IParsable { public string Units { get; set; } #endif /// - /// Instantiates a new synchronizationProgress and sets the default values. + /// Instantiates a new and sets the default values. /// public SynchronizationProgress() { AdditionalData = new Dictionary(); @@ -39,6 +39,7 @@ public SynchronizationProgress() { /// /// 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 SynchronizationProgress CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public static SynchronizationProgress CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"completedUnits", n => { CompletedUnits = n.GetLongValue(); } }, diff --git a/src/generated/Models/SynchronizationQuarantine.cs b/src/generated/Models/SynchronizationQuarantine.cs index 773bf0af77..b7a2c249d3 100644 --- a/src/generated/Models/SynchronizationQuarantine.cs +++ b/src/generated/Models/SynchronizationQuarantine.cs @@ -35,7 +35,7 @@ public class SynchronizationQuarantine : IAdditionalDataHolder, IParsable { /// Number of times in this series the quarantine was re-evaluated and left in effect (a series starts when quarantine is first imposed, and is reset as soon as quarantine is lifted). public long? SeriesCount { get; set; } /// - /// Instantiates a new synchronizationQuarantine and sets the default values. + /// Instantiates a new and sets the default values. /// public SynchronizationQuarantine() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public SynchronizationQuarantine() { /// /// 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 SynchronizationQuarantine CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static SynchronizationQuarantine CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"currentBegan", n => { CurrentBegan = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/SynchronizationRule.cs b/src/generated/Models/SynchronizationRule.cs index be9b3181ef..4bcd310dc8 100644 --- a/src/generated/Models/SynchronizationRule.cs +++ b/src/generated/Models/SynchronizationRule.cs @@ -85,7 +85,7 @@ public class SynchronizationRule : IAdditionalDataHolder, IParsable { public string TargetDirectoryName { get; set; } #endif /// - /// Instantiates a new synchronizationRule and sets the default values. + /// Instantiates a new and sets the default values. /// public SynchronizationRule() { AdditionalData = new Dictionary(); @@ -93,6 +93,7 @@ public SynchronizationRule() { /// /// 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 SynchronizationRule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -101,6 +102,7 @@ public static SynchronizationRule CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"containerFilter", n => { ContainerFilter = n.GetObjectValue(ApiSdk.Models.ContainerFilter.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/SynchronizationSchedule.cs b/src/generated/Models/SynchronizationSchedule.cs index b81585fe83..1f516dd944 100644 --- a/src/generated/Models/SynchronizationSchedule.cs +++ b/src/generated/Models/SynchronizationSchedule.cs @@ -23,7 +23,7 @@ public class SynchronizationSchedule : IAdditionalDataHolder, IParsable { /// The state property public SynchronizationScheduleState? State { get; set; } /// - /// Instantiates a new synchronizationSchedule and sets the default values. + /// Instantiates a new and sets the default values. /// public SynchronizationSchedule() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public SynchronizationSchedule() { /// /// 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 SynchronizationSchedule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static SynchronizationSchedule CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"expiration", n => { Expiration = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/SynchronizationSchema.cs b/src/generated/Models/SynchronizationSchema.cs index 189622452c..345ed95daf 100644 --- a/src/generated/Models/SynchronizationSchema.cs +++ b/src/generated/Models/SynchronizationSchema.cs @@ -33,6 +33,7 @@ public class SynchronizationSchema : Entity, IParsable { /// /// 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 new SynchronizationSchema CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class SynchronizationSchema : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"directories", n => { Directories = n.GetCollectionOfObjectValues(DirectoryDefinition.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SynchronizationSecretKeyStringValuePair.cs b/src/generated/Models/SynchronizationSecretKeyStringValuePair.cs index fbce7cd9d4..5bcceef445 100644 --- a/src/generated/Models/SynchronizationSecretKeyStringValuePair.cs +++ b/src/generated/Models/SynchronizationSecretKeyStringValuePair.cs @@ -27,7 +27,7 @@ public class SynchronizationSecretKeyStringValuePair : IAdditionalDataHolder, IP public string Value { get; set; } #endif /// - /// Instantiates a new synchronizationSecretKeyStringValuePair and sets the default values. + /// Instantiates a new and sets the default values. /// public SynchronizationSecretKeyStringValuePair() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public SynchronizationSecretKeyStringValuePair() { /// /// 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 SynchronizationSecretKeyStringValuePair CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static SynchronizationSecretKeyStringValuePair CreateFromDiscriminatorVal /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"key", n => { Key = n.GetEnumValue(); } }, diff --git a/src/generated/Models/SynchronizationStatus.cs b/src/generated/Models/SynchronizationStatus.cs index 426c864463..bbcc4a5971 100644 --- a/src/generated/Models/SynchronizationStatus.cs +++ b/src/generated/Models/SynchronizationStatus.cs @@ -83,7 +83,7 @@ public class SynchronizationStatus : IAdditionalDataHolder, IParsable { public string TroubleshootingUrl { get; set; } #endif /// - /// Instantiates a new synchronizationStatus and sets the default values. + /// Instantiates a new and sets the default values. /// public SynchronizationStatus() { AdditionalData = new Dictionary(); @@ -91,6 +91,7 @@ public SynchronizationStatus() { /// /// 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 SynchronizationStatus CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -99,6 +100,7 @@ public static SynchronizationStatus CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"code", n => { Code = n.GetEnumValue(); } }, diff --git a/src/generated/Models/SynchronizationTaskExecution.cs b/src/generated/Models/SynchronizationTaskExecution.cs index 8358299210..d3a8ed1fe1 100644 --- a/src/generated/Models/SynchronizationTaskExecution.cs +++ b/src/generated/Models/SynchronizationTaskExecution.cs @@ -57,7 +57,7 @@ public class SynchronizationTaskExecution : IAdditionalDataHolder, IParsable { /// Time when this job run ended. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. public DateTimeOffset? TimeEnded { get; set; } /// - /// Instantiates a new synchronizationTaskExecution and sets the default values. + /// Instantiates a new and sets the default values. /// public SynchronizationTaskExecution() { AdditionalData = new Dictionary(); @@ -65,6 +65,7 @@ public SynchronizationTaskExecution() { /// /// 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 SynchronizationTaskExecution CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public static SynchronizationTaskExecution CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"activityIdentifier", n => { ActivityIdentifier = n.GetStringValue(); } }, diff --git a/src/generated/Models/SynchronizationTemplate.cs b/src/generated/Models/SynchronizationTemplate.cs index 132a17c30d..97f47854c0 100644 --- a/src/generated/Models/SynchronizationTemplate.cs +++ b/src/generated/Models/SynchronizationTemplate.cs @@ -47,6 +47,7 @@ public class SynchronizationTemplate : Entity, IParsable { /// /// 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 new SynchronizationTemplate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public class SynchronizationTemplate : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"applicationId", n => { ApplicationId = n.GetGuidValue(); } }, diff --git a/src/generated/Models/SynchronizationTemplateCollectionResponse.cs b/src/generated/Models/SynchronizationTemplateCollectionResponse.cs index 809587ca6e..898ff21f2f 100644 --- a/src/generated/Models/SynchronizationTemplateCollectionResponse.cs +++ b/src/generated/Models/SynchronizationTemplateCollectionResponse.cs @@ -17,6 +17,7 @@ public class SynchronizationTemplateCollectionResponse : BaseCollectionPaginatio /// /// 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 new SynchronizationTemplateCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SynchronizationTemplateCollectionResponse : BaseCollectionPaginatio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SynchronizationTemplate.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/SystemFacet.cs b/src/generated/Models/SystemFacet.cs index 5c9b2f6478..bf8a783102 100644 --- a/src/generated/Models/SystemFacet.cs +++ b/src/generated/Models/SystemFacet.cs @@ -17,7 +17,7 @@ public class SystemFacet : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new systemFacet and sets the default values. + /// Instantiates a new and sets the default values. /// public SystemFacet() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public SystemFacet() { /// /// 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 SystemFacet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static SystemFacet CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/TabUpdatedEventMessageDetail.cs b/src/generated/Models/TabUpdatedEventMessageDetail.cs index 69af4612f4..866ecd184d 100644 --- a/src/generated/Models/TabUpdatedEventMessageDetail.cs +++ b/src/generated/Models/TabUpdatedEventMessageDetail.cs @@ -23,7 +23,7 @@ public class TabUpdatedEventMessageDetail : EventMessageDetail, IParsable { public string TabId { get; set; } #endif /// - /// Instantiates a new tabUpdatedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public TabUpdatedEventMessageDetail() : base() { OdataType = "#microsoft.graph.tabUpdatedEventMessageDetail"; @@ -31,6 +31,7 @@ public TabUpdatedEventMessageDetail() : base() { /// /// 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 new TabUpdatedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public TabUpdatedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"initiator", n => { Initiator = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TargetApplicationOwners.cs b/src/generated/Models/TargetApplicationOwners.cs index 79ba1f89f2..2af86e440f 100644 --- a/src/generated/Models/TargetApplicationOwners.cs +++ b/src/generated/Models/TargetApplicationOwners.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class TargetApplicationOwners : SubjectSet, IParsable { /// - /// Instantiates a new targetApplicationOwners and sets the default values. + /// Instantiates a new and sets the default values. /// public TargetApplicationOwners() : base() { OdataType = "#microsoft.graph.targetApplicationOwners"; @@ -15,6 +15,7 @@ public TargetApplicationOwners() : base() { /// /// 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 new TargetApplicationOwners CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public TargetApplicationOwners() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/TargetDeviceGroup.cs b/src/generated/Models/TargetDeviceGroup.cs index f6d5dc783b..2636bdf1a3 100644 --- a/src/generated/Models/TargetDeviceGroup.cs +++ b/src/generated/Models/TargetDeviceGroup.cs @@ -17,6 +17,7 @@ public class TargetDeviceGroup : Entity, IParsable { /// /// 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 new TargetDeviceGroup CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TargetDeviceGroup : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/TargetDeviceGroupCollectionResponse.cs b/src/generated/Models/TargetDeviceGroupCollectionResponse.cs index 49593782b3..2467f30f86 100644 --- a/src/generated/Models/TargetDeviceGroupCollectionResponse.cs +++ b/src/generated/Models/TargetDeviceGroupCollectionResponse.cs @@ -17,6 +17,7 @@ public class TargetDeviceGroupCollectionResponse : BaseCollectionPaginationCount /// /// 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 new TargetDeviceGroupCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TargetDeviceGroupCollectionResponse : BaseCollectionPaginationCount /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TargetDeviceGroup.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TargetManager.cs b/src/generated/Models/TargetManager.cs index bf0facff9b..b14a624baa 100644 --- a/src/generated/Models/TargetManager.cs +++ b/src/generated/Models/TargetManager.cs @@ -9,7 +9,7 @@ public class TargetManager : SubjectSet, IParsable { /// Manager level, between 1 and 4. The direct manager is 1. public int? ManagerLevel { get; set; } /// - /// Instantiates a new targetManager and sets the default values. + /// Instantiates a new and sets the default values. /// public TargetManager() : base() { OdataType = "#microsoft.graph.targetManager"; @@ -17,6 +17,7 @@ public TargetManager() : base() { /// /// 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 new TargetManager CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public TargetManager() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"managerLevel", n => { ManagerLevel = n.GetIntValue(); } }, diff --git a/src/generated/Models/TargetResource.cs b/src/generated/Models/TargetResource.cs index f7d10dc01a..e16b126c29 100644 --- a/src/generated/Models/TargetResource.cs +++ b/src/generated/Models/TargetResource.cs @@ -59,7 +59,7 @@ public class TargetResource : IAdditionalDataHolder, IParsable { public string UserPrincipalName { get; set; } #endif /// - /// Instantiates a new targetResource and sets the default values. + /// Instantiates a new and sets the default values. /// public TargetResource() { AdditionalData = new Dictionary(); @@ -67,6 +67,7 @@ public TargetResource() { /// /// 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 TargetResource CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -75,6 +76,7 @@ public static TargetResource CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/TargetedManagedAppConfiguration.cs b/src/generated/Models/TargetedManagedAppConfiguration.cs index 5c9f0d0163..0dedf0829f 100644 --- a/src/generated/Models/TargetedManagedAppConfiguration.cs +++ b/src/generated/Models/TargetedManagedAppConfiguration.cs @@ -38,7 +38,7 @@ public class TargetedManagedAppConfiguration : ManagedAppConfiguration, IParsabl /// Indicates if the policy is deployed to any inclusion groups or not. public bool? IsAssigned { get; set; } /// - /// Instantiates a new targetedManagedAppConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public TargetedManagedAppConfiguration() : base() { OdataType = "#microsoft.graph.targetedManagedAppConfiguration"; @@ -46,6 +46,7 @@ public TargetedManagedAppConfiguration() : base() { /// /// 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 new TargetedManagedAppConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -54,6 +55,7 @@ public TargetedManagedAppConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"apps", n => { Apps = n.GetCollectionOfObjectValues(ManagedMobileApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TargetedManagedAppConfigurationCollectionResponse.cs b/src/generated/Models/TargetedManagedAppConfigurationCollectionResponse.cs index 9b7062f8d0..e2d6a7fb17 100644 --- a/src/generated/Models/TargetedManagedAppConfigurationCollectionResponse.cs +++ b/src/generated/Models/TargetedManagedAppConfigurationCollectionResponse.cs @@ -17,6 +17,7 @@ public class TargetedManagedAppConfigurationCollectionResponse : BaseCollectionP /// /// 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 new TargetedManagedAppConfigurationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TargetedManagedAppConfigurationCollectionResponse : BaseCollectionP /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TargetedManagedAppConfiguration.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TargetedManagedAppPolicyAssignment.cs b/src/generated/Models/TargetedManagedAppPolicyAssignment.cs index 849c112ce4..660bfccf12 100644 --- a/src/generated/Models/TargetedManagedAppPolicyAssignment.cs +++ b/src/generated/Models/TargetedManagedAppPolicyAssignment.cs @@ -20,6 +20,7 @@ public class TargetedManagedAppPolicyAssignment : Entity, IParsable { /// /// 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 new TargetedManagedAppPolicyAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public class TargetedManagedAppPolicyAssignment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"target", n => { Target = n.GetObjectValue(DeviceAndAppManagementAssignmentTarget.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TargetedManagedAppPolicyAssignmentCollectionResponse.cs b/src/generated/Models/TargetedManagedAppPolicyAssignmentCollectionResponse.cs index 5dc2612b8d..897c7a0948 100644 --- a/src/generated/Models/TargetedManagedAppPolicyAssignmentCollectionResponse.cs +++ b/src/generated/Models/TargetedManagedAppPolicyAssignmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class TargetedManagedAppPolicyAssignmentCollectionResponse : BaseCollecti /// /// 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 new TargetedManagedAppPolicyAssignmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TargetedManagedAppPolicyAssignmentCollectionResponse : BaseCollecti /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TargetedManagedAppPolicyAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TargetedManagedAppProtection.cs b/src/generated/Models/TargetedManagedAppProtection.cs index 0b34b7b1bc..7eb73bbaf8 100644 --- a/src/generated/Models/TargetedManagedAppProtection.cs +++ b/src/generated/Models/TargetedManagedAppProtection.cs @@ -20,7 +20,7 @@ public class TargetedManagedAppProtection : ManagedAppProtection, IParsable { /// Indicates if the policy is deployed to any inclusion groups or not. public bool? IsAssigned { get; set; } /// - /// Instantiates a new targetedManagedAppProtection and sets the default values. + /// Instantiates a new and sets the default values. /// public TargetedManagedAppProtection() : base() { OdataType = "#microsoft.graph.targetedManagedAppProtection"; @@ -28,6 +28,7 @@ public TargetedManagedAppProtection() : base() { /// /// 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 new TargetedManagedAppProtection CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public TargetedManagedAppProtection() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assignments", n => { Assignments = n.GetCollectionOfObjectValues(TargetedManagedAppPolicyAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TaskFileAttachment.cs b/src/generated/Models/TaskFileAttachment.cs index 807dc7e4f7..1b37166443 100644 --- a/src/generated/Models/TaskFileAttachment.cs +++ b/src/generated/Models/TaskFileAttachment.cs @@ -15,7 +15,7 @@ public class TaskFileAttachment : AttachmentBase, IParsable { public byte[] ContentBytes { get; set; } #endif /// - /// Instantiates a new taskFileAttachment and sets the default values. + /// Instantiates a new and sets the default values. /// public TaskFileAttachment() : base() { OdataType = "#microsoft.graph.taskFileAttachment"; @@ -23,6 +23,7 @@ public TaskFileAttachment() : base() { /// /// 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 new TaskFileAttachment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public TaskFileAttachment() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"contentBytes", n => { ContentBytes = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/Team.cs b/src/generated/Models/Team.cs index d64e60b21b..78e08007ad 100644 --- a/src/generated/Models/Team.cs +++ b/src/generated/Models/Team.cs @@ -209,6 +209,7 @@ public class Team : Entity, IParsable { /// /// 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 new Team CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -217,6 +218,7 @@ public class Team : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allChannels", n => { AllChannels = n.GetCollectionOfObjectValues(Channel.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TeamArchivedEventMessageDetail.cs b/src/generated/Models/TeamArchivedEventMessageDetail.cs index de9c87583a..48ac023b67 100644 --- a/src/generated/Models/TeamArchivedEventMessageDetail.cs +++ b/src/generated/Models/TeamArchivedEventMessageDetail.cs @@ -23,7 +23,7 @@ public class TeamArchivedEventMessageDetail : EventMessageDetail, IParsable { public string TeamId { get; set; } #endif /// - /// Instantiates a new teamArchivedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamArchivedEventMessageDetail() : base() { OdataType = "#microsoft.graph.teamArchivedEventMessageDetail"; @@ -31,6 +31,7 @@ public TeamArchivedEventMessageDetail() : base() { /// /// 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 new TeamArchivedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public TeamArchivedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"initiator", n => { Initiator = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TeamCollectionResponse.cs b/src/generated/Models/TeamCollectionResponse.cs index 7fa4c7be7e..9e383e671e 100644 --- a/src/generated/Models/TeamCollectionResponse.cs +++ b/src/generated/Models/TeamCollectionResponse.cs @@ -17,6 +17,7 @@ public class TeamCollectionResponse : BaseCollectionPaginationCountResponse, IPa /// /// 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 new TeamCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TeamCollectionResponse : BaseCollectionPaginationCountResponse, IPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Team.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TeamCreatedEventMessageDetail.cs b/src/generated/Models/TeamCreatedEventMessageDetail.cs index 178eea2434..5c5fb966b2 100644 --- a/src/generated/Models/TeamCreatedEventMessageDetail.cs +++ b/src/generated/Models/TeamCreatedEventMessageDetail.cs @@ -39,7 +39,7 @@ public class TeamCreatedEventMessageDetail : EventMessageDetail, IParsable { public string TeamId { get; set; } #endif /// - /// Instantiates a new teamCreatedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamCreatedEventMessageDetail() : base() { OdataType = "#microsoft.graph.teamCreatedEventMessageDetail"; @@ -47,6 +47,7 @@ public TeamCreatedEventMessageDetail() : base() { /// /// 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 new TeamCreatedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public TeamCreatedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"initiator", n => { Initiator = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TeamDescriptionUpdatedEventMessageDetail.cs b/src/generated/Models/TeamDescriptionUpdatedEventMessageDetail.cs index aae8491c96..e7ca35173b 100644 --- a/src/generated/Models/TeamDescriptionUpdatedEventMessageDetail.cs +++ b/src/generated/Models/TeamDescriptionUpdatedEventMessageDetail.cs @@ -31,7 +31,7 @@ public class TeamDescriptionUpdatedEventMessageDetail : EventMessageDetail, IPar public string TeamId { get; set; } #endif /// - /// Instantiates a new teamDescriptionUpdatedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamDescriptionUpdatedEventMessageDetail() : base() { OdataType = "#microsoft.graph.teamDescriptionUpdatedEventMessageDetail"; @@ -39,6 +39,7 @@ public TeamDescriptionUpdatedEventMessageDetail() : base() { /// /// 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 new TeamDescriptionUpdatedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public TeamDescriptionUpdatedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"initiator", n => { Initiator = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TeamFunSettings.cs b/src/generated/Models/TeamFunSettings.cs index 986c7bdc44..9be63a94dc 100644 --- a/src/generated/Models/TeamFunSettings.cs +++ b/src/generated/Models/TeamFunSettings.cs @@ -25,7 +25,7 @@ public class TeamFunSettings : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new teamFunSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamFunSettings() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public TeamFunSettings() { /// /// 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 TeamFunSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static TeamFunSettings CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowCustomMemes", n => { AllowCustomMemes = n.GetBoolValue(); } }, diff --git a/src/generated/Models/TeamGuestSettings.cs b/src/generated/Models/TeamGuestSettings.cs index ca56d297bc..e05b42b250 100644 --- a/src/generated/Models/TeamGuestSettings.cs +++ b/src/generated/Models/TeamGuestSettings.cs @@ -21,7 +21,7 @@ public class TeamGuestSettings : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new teamGuestSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamGuestSettings() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public TeamGuestSettings() { /// /// 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 TeamGuestSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static TeamGuestSettings CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowCreateUpdateChannels", n => { AllowCreateUpdateChannels = n.GetBoolValue(); } }, diff --git a/src/generated/Models/TeamInfo.cs b/src/generated/Models/TeamInfo.cs index d949c70040..d3fb792bb2 100644 --- a/src/generated/Models/TeamInfo.cs +++ b/src/generated/Models/TeamInfo.cs @@ -33,6 +33,7 @@ public class TeamInfo : Entity, IParsable { /// /// 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 new TeamInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -46,6 +47,7 @@ public class TeamInfo : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/TeamJoiningDisabledEventMessageDetail.cs b/src/generated/Models/TeamJoiningDisabledEventMessageDetail.cs index 1717c04d12..c824eaf60e 100644 --- a/src/generated/Models/TeamJoiningDisabledEventMessageDetail.cs +++ b/src/generated/Models/TeamJoiningDisabledEventMessageDetail.cs @@ -23,7 +23,7 @@ public class TeamJoiningDisabledEventMessageDetail : EventMessageDetail, IParsab public string TeamId { get; set; } #endif /// - /// Instantiates a new teamJoiningDisabledEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamJoiningDisabledEventMessageDetail() : base() { OdataType = "#microsoft.graph.teamJoiningDisabledEventMessageDetail"; @@ -31,6 +31,7 @@ public TeamJoiningDisabledEventMessageDetail() : base() { /// /// 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 new TeamJoiningDisabledEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public TeamJoiningDisabledEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"initiator", n => { Initiator = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TeamJoiningEnabledEventMessageDetail.cs b/src/generated/Models/TeamJoiningEnabledEventMessageDetail.cs index a451fae3b7..55963ee00e 100644 --- a/src/generated/Models/TeamJoiningEnabledEventMessageDetail.cs +++ b/src/generated/Models/TeamJoiningEnabledEventMessageDetail.cs @@ -23,7 +23,7 @@ public class TeamJoiningEnabledEventMessageDetail : EventMessageDetail, IParsabl public string TeamId { get; set; } #endif /// - /// Instantiates a new teamJoiningEnabledEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamJoiningEnabledEventMessageDetail() : base() { OdataType = "#microsoft.graph.teamJoiningEnabledEventMessageDetail"; @@ -31,6 +31,7 @@ public TeamJoiningEnabledEventMessageDetail() : base() { /// /// 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 new TeamJoiningEnabledEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public TeamJoiningEnabledEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"initiator", n => { Initiator = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TeamMemberSettings.cs b/src/generated/Models/TeamMemberSettings.cs index d58fccbd03..d512ac0dcc 100644 --- a/src/generated/Models/TeamMemberSettings.cs +++ b/src/generated/Models/TeamMemberSettings.cs @@ -29,7 +29,7 @@ public class TeamMemberSettings : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new teamMemberSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamMemberSettings() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public TeamMemberSettings() { /// /// 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 TeamMemberSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static TeamMemberSettings CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowAddRemoveApps", n => { AllowAddRemoveApps = n.GetBoolValue(); } }, diff --git a/src/generated/Models/TeamMembersNotificationRecipient.cs b/src/generated/Models/TeamMembersNotificationRecipient.cs index a064aa6207..eab59db8db 100644 --- a/src/generated/Models/TeamMembersNotificationRecipient.cs +++ b/src/generated/Models/TeamMembersNotificationRecipient.cs @@ -15,7 +15,7 @@ public class TeamMembersNotificationRecipient : TeamworkNotificationRecipient, I public string TeamId { get; set; } #endif /// - /// Instantiates a new teamMembersNotificationRecipient and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamMembersNotificationRecipient() : base() { OdataType = "#microsoft.graph.teamMembersNotificationRecipient"; @@ -23,6 +23,7 @@ public TeamMembersNotificationRecipient() : base() { /// /// 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 new TeamMembersNotificationRecipient CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public TeamMembersNotificationRecipient() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"teamId", n => { TeamId = n.GetStringValue(); } }, diff --git a/src/generated/Models/TeamMessagingSettings.cs b/src/generated/Models/TeamMessagingSettings.cs index 88376f5ce4..bc77e3d854 100644 --- a/src/generated/Models/TeamMessagingSettings.cs +++ b/src/generated/Models/TeamMessagingSettings.cs @@ -27,7 +27,7 @@ public class TeamMessagingSettings : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new teamMessagingSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamMessagingSettings() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public TeamMessagingSettings() { /// /// 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 TeamMessagingSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static TeamMessagingSettings CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowChannelMentions", n => { AllowChannelMentions = n.GetBoolValue(); } }, diff --git a/src/generated/Models/TeamRenamedEventMessageDetail.cs b/src/generated/Models/TeamRenamedEventMessageDetail.cs index c8f43be669..ced3537d73 100644 --- a/src/generated/Models/TeamRenamedEventMessageDetail.cs +++ b/src/generated/Models/TeamRenamedEventMessageDetail.cs @@ -31,7 +31,7 @@ public class TeamRenamedEventMessageDetail : EventMessageDetail, IParsable { public string TeamId { get; set; } #endif /// - /// Instantiates a new teamRenamedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamRenamedEventMessageDetail() : base() { OdataType = "#microsoft.graph.teamRenamedEventMessageDetail"; @@ -39,6 +39,7 @@ public TeamRenamedEventMessageDetail() : base() { /// /// 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 new TeamRenamedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public TeamRenamedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"initiator", n => { Initiator = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TeamSummary.cs b/src/generated/Models/TeamSummary.cs index cc8ab0bd8c..d7eb270975 100644 --- a/src/generated/Models/TeamSummary.cs +++ b/src/generated/Models/TeamSummary.cs @@ -23,7 +23,7 @@ public class TeamSummary : IAdditionalDataHolder, IParsable { /// Count of owners in a team. public int? OwnersCount { get; set; } /// - /// Instantiates a new teamSummary and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamSummary() { AdditionalData = new Dictionary(); @@ -31,6 +31,7 @@ public TeamSummary() { /// /// 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 TeamSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public static TeamSummary CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"guestsCount", n => { GuestsCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/TeamUnarchivedEventMessageDetail.cs b/src/generated/Models/TeamUnarchivedEventMessageDetail.cs index f227848bd9..3b7dfd6011 100644 --- a/src/generated/Models/TeamUnarchivedEventMessageDetail.cs +++ b/src/generated/Models/TeamUnarchivedEventMessageDetail.cs @@ -23,7 +23,7 @@ public class TeamUnarchivedEventMessageDetail : EventMessageDetail, IParsable { public string TeamId { get; set; } #endif /// - /// Instantiates a new teamUnarchivedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamUnarchivedEventMessageDetail() : base() { OdataType = "#microsoft.graph.teamUnarchivedEventMessageDetail"; @@ -31,6 +31,7 @@ public TeamUnarchivedEventMessageDetail() : base() { /// /// 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 new TeamUnarchivedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public TeamUnarchivedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"initiator", n => { Initiator = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TeamsApp.cs b/src/generated/Models/TeamsApp.cs index 8c6c45cedc..278b8d78a5 100644 --- a/src/generated/Models/TeamsApp.cs +++ b/src/generated/Models/TeamsApp.cs @@ -35,6 +35,7 @@ public class TeamsApp : Entity, IParsable { /// /// 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 new TeamsApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public class TeamsApp : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appDefinitions", n => { AppDefinitions = n.GetCollectionOfObjectValues(TeamsAppDefinition.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TeamsAppAuthorization.cs b/src/generated/Models/TeamsAppAuthorization.cs index 09f7f84a60..fda11c20a1 100644 --- a/src/generated/Models/TeamsAppAuthorization.cs +++ b/src/generated/Models/TeamsAppAuthorization.cs @@ -25,7 +25,7 @@ public class TeamsAppAuthorization : IAdditionalDataHolder, IParsable { public TeamsAppPermissionSet RequiredPermissionSet { get; set; } #endif /// - /// Instantiates a new teamsAppAuthorization and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamsAppAuthorization() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public TeamsAppAuthorization() { /// /// 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 TeamsAppAuthorization CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static TeamsAppAuthorization CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/TeamsAppCollectionResponse.cs b/src/generated/Models/TeamsAppCollectionResponse.cs index 07b26764a1..95b3cbecec 100644 --- a/src/generated/Models/TeamsAppCollectionResponse.cs +++ b/src/generated/Models/TeamsAppCollectionResponse.cs @@ -17,6 +17,7 @@ public class TeamsAppCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new TeamsAppCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TeamsAppCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TeamsApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TeamsAppDefinition.cs b/src/generated/Models/TeamsAppDefinition.cs index 85ec4656e8..54bdd510fb 100644 --- a/src/generated/Models/TeamsAppDefinition.cs +++ b/src/generated/Models/TeamsAppDefinition.cs @@ -77,6 +77,7 @@ public class TeamsAppDefinition : Entity, IParsable { /// /// 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 new TeamsAppDefinition CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public class TeamsAppDefinition : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"authorization", n => { Authorization = n.GetObjectValue(TeamsAppAuthorization.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TeamsAppDefinitionCollectionResponse.cs b/src/generated/Models/TeamsAppDefinitionCollectionResponse.cs index e3fd5fb948..aff2d40edb 100644 --- a/src/generated/Models/TeamsAppDefinitionCollectionResponse.cs +++ b/src/generated/Models/TeamsAppDefinitionCollectionResponse.cs @@ -17,6 +17,7 @@ public class TeamsAppDefinitionCollectionResponse : BaseCollectionPaginationCoun /// /// 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 new TeamsAppDefinitionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TeamsAppDefinitionCollectionResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TeamsAppDefinition.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TeamsAppInstallation.cs b/src/generated/Models/TeamsAppInstallation.cs index ba48e1f6cf..d354975f9d 100644 --- a/src/generated/Models/TeamsAppInstallation.cs +++ b/src/generated/Models/TeamsAppInstallation.cs @@ -33,6 +33,7 @@ public class TeamsAppInstallation : Entity, IParsable { /// /// 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 new TeamsAppInstallation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public class TeamsAppInstallation : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"consentedPermissionSet", n => { ConsentedPermissionSet = n.GetObjectValue(TeamsAppPermissionSet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TeamsAppInstallationCollectionResponse.cs b/src/generated/Models/TeamsAppInstallationCollectionResponse.cs index a0e910625b..beb7c2f295 100644 --- a/src/generated/Models/TeamsAppInstallationCollectionResponse.cs +++ b/src/generated/Models/TeamsAppInstallationCollectionResponse.cs @@ -17,6 +17,7 @@ public class TeamsAppInstallationCollectionResponse : BaseCollectionPaginationCo /// /// 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 new TeamsAppInstallationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TeamsAppInstallationCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TeamsAppInstallation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TeamsAppInstalledEventMessageDetail.cs b/src/generated/Models/TeamsAppInstalledEventMessageDetail.cs index 08d7437f35..b8ec8282c2 100644 --- a/src/generated/Models/TeamsAppInstalledEventMessageDetail.cs +++ b/src/generated/Models/TeamsAppInstalledEventMessageDetail.cs @@ -31,7 +31,7 @@ public class TeamsAppInstalledEventMessageDetail : EventMessageDetail, IParsable public string TeamsAppId { get; set; } #endif /// - /// Instantiates a new teamsAppInstalledEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamsAppInstalledEventMessageDetail() : base() { OdataType = "#microsoft.graph.teamsAppInstalledEventMessageDetail"; @@ -39,6 +39,7 @@ public TeamsAppInstalledEventMessageDetail() : base() { /// /// 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 new TeamsAppInstalledEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public TeamsAppInstalledEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"initiator", n => { Initiator = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TeamsAppPermissionSet.cs b/src/generated/Models/TeamsAppPermissionSet.cs index 643349c209..53843499c5 100644 --- a/src/generated/Models/TeamsAppPermissionSet.cs +++ b/src/generated/Models/TeamsAppPermissionSet.cs @@ -25,7 +25,7 @@ public class TeamsAppPermissionSet : IAdditionalDataHolder, IParsable { public List ResourceSpecificPermissions { get; set; } #endif /// - /// Instantiates a new teamsAppPermissionSet and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamsAppPermissionSet() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public TeamsAppPermissionSet() { /// /// 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 TeamsAppPermissionSet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static TeamsAppPermissionSet CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/TeamsAppRemovedEventMessageDetail.cs b/src/generated/Models/TeamsAppRemovedEventMessageDetail.cs index a4683fc5fa..dd5dff1c07 100644 --- a/src/generated/Models/TeamsAppRemovedEventMessageDetail.cs +++ b/src/generated/Models/TeamsAppRemovedEventMessageDetail.cs @@ -31,7 +31,7 @@ public class TeamsAppRemovedEventMessageDetail : EventMessageDetail, IParsable { public string TeamsAppId { get; set; } #endif /// - /// Instantiates a new teamsAppRemovedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamsAppRemovedEventMessageDetail() : base() { OdataType = "#microsoft.graph.teamsAppRemovedEventMessageDetail"; @@ -39,6 +39,7 @@ public TeamsAppRemovedEventMessageDetail() : base() { /// /// 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 new TeamsAppRemovedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public TeamsAppRemovedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"initiator", n => { Initiator = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TeamsAppResourceSpecificPermission.cs b/src/generated/Models/TeamsAppResourceSpecificPermission.cs index 8858f32fb6..1ca33713f3 100644 --- a/src/generated/Models/TeamsAppResourceSpecificPermission.cs +++ b/src/generated/Models/TeamsAppResourceSpecificPermission.cs @@ -27,7 +27,7 @@ public class TeamsAppResourceSpecificPermission : IAdditionalDataHolder, IParsab public string PermissionValue { get; set; } #endif /// - /// Instantiates a new teamsAppResourceSpecificPermission and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamsAppResourceSpecificPermission() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public TeamsAppResourceSpecificPermission() { /// /// 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 TeamsAppResourceSpecificPermission CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static TeamsAppResourceSpecificPermission CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/TeamsAppSettings.cs b/src/generated/Models/TeamsAppSettings.cs index a0c0d32c5d..843c920f8a 100644 --- a/src/generated/Models/TeamsAppSettings.cs +++ b/src/generated/Models/TeamsAppSettings.cs @@ -13,6 +13,7 @@ public class TeamsAppSettings : Entity, IParsable { /// /// 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 new TeamsAppSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -21,6 +22,7 @@ public class TeamsAppSettings : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowUserRequestsForAppAccess", n => { AllowUserRequestsForAppAccess = n.GetBoolValue(); } }, diff --git a/src/generated/Models/TeamsAppUpgradedEventMessageDetail.cs b/src/generated/Models/TeamsAppUpgradedEventMessageDetail.cs index 9eae7cd445..515cf4d815 100644 --- a/src/generated/Models/TeamsAppUpgradedEventMessageDetail.cs +++ b/src/generated/Models/TeamsAppUpgradedEventMessageDetail.cs @@ -31,7 +31,7 @@ public class TeamsAppUpgradedEventMessageDetail : EventMessageDetail, IParsable public string TeamsAppId { get; set; } #endif /// - /// Instantiates a new teamsAppUpgradedEventMessageDetail and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamsAppUpgradedEventMessageDetail() : base() { OdataType = "#microsoft.graph.teamsAppUpgradedEventMessageDetail"; @@ -39,6 +39,7 @@ public TeamsAppUpgradedEventMessageDetail() : base() { /// /// 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 new TeamsAppUpgradedEventMessageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public TeamsAppUpgradedEventMessageDetail() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"initiator", n => { Initiator = n.GetObjectValue(IdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TeamsAsyncOperation.cs b/src/generated/Models/TeamsAsyncOperation.cs index e15c797099..23d1cf7024 100644 --- a/src/generated/Models/TeamsAsyncOperation.cs +++ b/src/generated/Models/TeamsAsyncOperation.cs @@ -43,6 +43,7 @@ public class TeamsAsyncOperation : Entity, IParsable { /// /// 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 new TeamsAsyncOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public class TeamsAsyncOperation : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"attemptsCount", n => { AttemptsCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/TeamsAsyncOperationCollectionResponse.cs b/src/generated/Models/TeamsAsyncOperationCollectionResponse.cs index c176e2bc6b..f53a01e644 100644 --- a/src/generated/Models/TeamsAsyncOperationCollectionResponse.cs +++ b/src/generated/Models/TeamsAsyncOperationCollectionResponse.cs @@ -17,6 +17,7 @@ public class TeamsAsyncOperationCollectionResponse : BaseCollectionPaginationCou /// /// 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 new TeamsAsyncOperationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TeamsAsyncOperationCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TeamsAsyncOperation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TeamsTab.cs b/src/generated/Models/TeamsTab.cs index 8db8ff67d1..08d6a35b1c 100644 --- a/src/generated/Models/TeamsTab.cs +++ b/src/generated/Models/TeamsTab.cs @@ -41,6 +41,7 @@ public class TeamsTab : Entity, IParsable { /// /// 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 new TeamsTab CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public class TeamsTab : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"configuration", n => { Configuration = n.GetObjectValue(TeamsTabConfiguration.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TeamsTabCollectionResponse.cs b/src/generated/Models/TeamsTabCollectionResponse.cs index 66e1d71c01..46f266a7d8 100644 --- a/src/generated/Models/TeamsTabCollectionResponse.cs +++ b/src/generated/Models/TeamsTabCollectionResponse.cs @@ -17,6 +17,7 @@ public class TeamsTabCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new TeamsTabCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TeamsTabCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TeamsTab.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TeamsTabConfiguration.cs b/src/generated/Models/TeamsTabConfiguration.cs index c8f79ad337..1b3ade9ebb 100644 --- a/src/generated/Models/TeamsTabConfiguration.cs +++ b/src/generated/Models/TeamsTabConfiguration.cs @@ -49,7 +49,7 @@ public class TeamsTabConfiguration : IAdditionalDataHolder, IParsable { public string WebsiteUrl { get; set; } #endif /// - /// Instantiates a new teamsTabConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamsTabConfiguration() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public TeamsTabConfiguration() { /// /// 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 TeamsTabConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static TeamsTabConfiguration CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contentUrl", n => { ContentUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/TeamsTemplate.cs b/src/generated/Models/TeamsTemplate.cs index aa0dbede52..d2543dcef6 100644 --- a/src/generated/Models/TeamsTemplate.cs +++ b/src/generated/Models/TeamsTemplate.cs @@ -9,6 +9,7 @@ public class TeamsTemplate : Entity, IParsable { /// /// 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 new TeamsTemplate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class TeamsTemplate : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/TeamsTemplateCollectionResponse.cs b/src/generated/Models/TeamsTemplateCollectionResponse.cs index dba3d6a236..e210e54840 100644 --- a/src/generated/Models/TeamsTemplateCollectionResponse.cs +++ b/src/generated/Models/TeamsTemplateCollectionResponse.cs @@ -17,6 +17,7 @@ public class TeamsTemplateCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new TeamsTemplateCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TeamsTemplateCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TeamsTemplate.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Teamwork.cs b/src/generated/Models/Teamwork.cs index 7073d5afbb..595e424215 100644 --- a/src/generated/Models/Teamwork.cs +++ b/src/generated/Models/Teamwork.cs @@ -33,6 +33,7 @@ public class Teamwork : Entity, IParsable { /// /// 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 new Teamwork CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class Teamwork : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deletedTeams", n => { DeletedTeams = n.GetCollectionOfObjectValues(DeletedTeam.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TeamworkActivityTopic.cs b/src/generated/Models/TeamworkActivityTopic.cs index 7d218e9d5f..62a4044e29 100644 --- a/src/generated/Models/TeamworkActivityTopic.cs +++ b/src/generated/Models/TeamworkActivityTopic.cs @@ -35,7 +35,7 @@ public class TeamworkActivityTopic : IAdditionalDataHolder, IParsable { public string WebUrl { get; set; } #endif /// - /// Instantiates a new teamworkActivityTopic and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamworkActivityTopic() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public TeamworkActivityTopic() { /// /// 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 TeamworkActivityTopic CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static TeamworkActivityTopic CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/TeamworkApplicationIdentity.cs b/src/generated/Models/TeamworkApplicationIdentity.cs index 712c53956c..e10532667b 100644 --- a/src/generated/Models/TeamworkApplicationIdentity.cs +++ b/src/generated/Models/TeamworkApplicationIdentity.cs @@ -9,7 +9,7 @@ public class TeamworkApplicationIdentity : Identity, IParsable { /// Type of application that is referenced. Possible values are: aadApplication, bot, tenantBot, office365Connector, outgoingWebhook, and unknownFutureValue. public TeamworkApplicationIdentityType? ApplicationIdentityType { get; set; } /// - /// Instantiates a new teamworkApplicationIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamworkApplicationIdentity() : base() { OdataType = "#microsoft.graph.teamworkApplicationIdentity"; @@ -17,6 +17,7 @@ public TeamworkApplicationIdentity() : base() { /// /// 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 new TeamworkApplicationIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public TeamworkApplicationIdentity() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"applicationIdentityType", n => { ApplicationIdentityType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/TeamworkBot.cs b/src/generated/Models/TeamworkBot.cs index 417c8f3de5..fc26e95642 100644 --- a/src/generated/Models/TeamworkBot.cs +++ b/src/generated/Models/TeamworkBot.cs @@ -9,6 +9,7 @@ public class TeamworkBot : Entity, IParsable { /// /// 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 new TeamworkBot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class TeamworkBot : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/TeamworkConversationIdentity.cs b/src/generated/Models/TeamworkConversationIdentity.cs index 11c2f8f1c4..0fb5f7024d 100644 --- a/src/generated/Models/TeamworkConversationIdentity.cs +++ b/src/generated/Models/TeamworkConversationIdentity.cs @@ -9,7 +9,7 @@ public class TeamworkConversationIdentity : Identity, IParsable { /// Type of conversation. Possible values are: team, channel, chat, and unknownFutureValue. public TeamworkConversationIdentityType? ConversationIdentityType { get; set; } /// - /// Instantiates a new teamworkConversationIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamworkConversationIdentity() : base() { OdataType = "#microsoft.graph.teamworkConversationIdentity"; @@ -17,6 +17,7 @@ public TeamworkConversationIdentity() : base() { /// /// 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 new TeamworkConversationIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public TeamworkConversationIdentity() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"conversationIdentityType", n => { ConversationIdentityType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/TeamworkHostedContent.cs b/src/generated/Models/TeamworkHostedContent.cs index d8bbe2ec67..0faf379e89 100644 --- a/src/generated/Models/TeamworkHostedContent.cs +++ b/src/generated/Models/TeamworkHostedContent.cs @@ -25,6 +25,7 @@ public class TeamworkHostedContent : Entity, IParsable { /// /// 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 new TeamworkHostedContent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public class TeamworkHostedContent : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"contentBytes", n => { ContentBytes = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/TeamworkNotificationRecipient.cs b/src/generated/Models/TeamworkNotificationRecipient.cs index 8b07ac0baf..944b7ae2c5 100644 --- a/src/generated/Models/TeamworkNotificationRecipient.cs +++ b/src/generated/Models/TeamworkNotificationRecipient.cs @@ -17,7 +17,7 @@ public class TeamworkNotificationRecipient : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new teamworkNotificationRecipient and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamworkNotificationRecipient() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public TeamworkNotificationRecipient() { /// /// 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 TeamworkNotificationRecipient CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -40,6 +41,7 @@ public static TeamworkNotificationRecipient CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/TeamworkOnlineMeetingInfo.cs b/src/generated/Models/TeamworkOnlineMeetingInfo.cs index 418cd5dcd2..aa0b89f039 100644 --- a/src/generated/Models/TeamworkOnlineMeetingInfo.cs +++ b/src/generated/Models/TeamworkOnlineMeetingInfo.cs @@ -41,7 +41,7 @@ public class TeamworkOnlineMeetingInfo : IAdditionalDataHolder, IParsable { public TeamworkUserIdentity Organizer { get; set; } #endif /// - /// Instantiates a new teamworkOnlineMeetingInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamworkOnlineMeetingInfo() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public TeamworkOnlineMeetingInfo() { /// /// 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 TeamworkOnlineMeetingInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static TeamworkOnlineMeetingInfo CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"calendarEventId", n => { CalendarEventId = n.GetStringValue(); } }, diff --git a/src/generated/Models/TeamworkTag.cs b/src/generated/Models/TeamworkTag.cs index 7196aebd7c..1628994eb8 100644 --- a/src/generated/Models/TeamworkTag.cs +++ b/src/generated/Models/TeamworkTag.cs @@ -45,6 +45,7 @@ public class TeamworkTag : Entity, IParsable { /// /// 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 new TeamworkTag CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public class TeamworkTag : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/TeamworkTagCollectionResponse.cs b/src/generated/Models/TeamworkTagCollectionResponse.cs index 5906d8fbf8..03b56facaa 100644 --- a/src/generated/Models/TeamworkTagCollectionResponse.cs +++ b/src/generated/Models/TeamworkTagCollectionResponse.cs @@ -17,6 +17,7 @@ public class TeamworkTagCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new TeamworkTagCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TeamworkTagCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TeamworkTag.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TeamworkTagIdentity.cs b/src/generated/Models/TeamworkTagIdentity.cs index 11ffc516a8..110d2f975f 100644 --- a/src/generated/Models/TeamworkTagIdentity.cs +++ b/src/generated/Models/TeamworkTagIdentity.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class TeamworkTagIdentity : Identity, IParsable { /// - /// Instantiates a new teamworkTagIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamworkTagIdentity() : base() { OdataType = "#microsoft.graph.teamworkTagIdentity"; @@ -15,6 +15,7 @@ public TeamworkTagIdentity() : base() { /// /// 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 new TeamworkTagIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public TeamworkTagIdentity() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/TeamworkTagMember.cs b/src/generated/Models/TeamworkTagMember.cs index 87d9c9d664..f116bcbd9c 100644 --- a/src/generated/Models/TeamworkTagMember.cs +++ b/src/generated/Models/TeamworkTagMember.cs @@ -33,6 +33,7 @@ public class TeamworkTagMember : Entity, IParsable { /// /// 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 new TeamworkTagMember CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class TeamworkTagMember : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/TeamworkTagMemberCollectionResponse.cs b/src/generated/Models/TeamworkTagMemberCollectionResponse.cs index d7c821d708..f19487a797 100644 --- a/src/generated/Models/TeamworkTagMemberCollectionResponse.cs +++ b/src/generated/Models/TeamworkTagMemberCollectionResponse.cs @@ -17,6 +17,7 @@ public class TeamworkTagMemberCollectionResponse : BaseCollectionPaginationCount /// /// 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 new TeamworkTagMemberCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TeamworkTagMemberCollectionResponse : BaseCollectionPaginationCount /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TeamworkTagMember.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TeamworkUserIdentity.cs b/src/generated/Models/TeamworkUserIdentity.cs index 336058e985..d14ac84d06 100644 --- a/src/generated/Models/TeamworkUserIdentity.cs +++ b/src/generated/Models/TeamworkUserIdentity.cs @@ -9,7 +9,7 @@ public class TeamworkUserIdentity : Identity, IParsable { /// Type of user. Possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, unknownFutureValue and emailUser. public TeamworkUserIdentityType? UserIdentityType { get; set; } /// - /// Instantiates a new teamworkUserIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public TeamworkUserIdentity() : base() { OdataType = "#microsoft.graph.teamworkUserIdentity"; @@ -17,6 +17,7 @@ public TeamworkUserIdentity() : base() { /// /// 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 new TeamworkUserIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public TeamworkUserIdentity() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"userIdentityType", n => { UserIdentityType = n.GetEnumValue(); } }, diff --git a/src/generated/Models/TelecomExpenseManagementPartner.cs b/src/generated/Models/TelecomExpenseManagementPartner.cs index 10517f86ad..2a3238260e 100644 --- a/src/generated/Models/TelecomExpenseManagementPartner.cs +++ b/src/generated/Models/TelecomExpenseManagementPartner.cs @@ -34,6 +34,7 @@ public class TelecomExpenseManagementPartner : Entity, IParsable { /// /// 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 new TelecomExpenseManagementPartner CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public class TelecomExpenseManagementPartner : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appAuthorized", n => { AppAuthorized = n.GetBoolValue(); } }, diff --git a/src/generated/Models/TelecomExpenseManagementPartnerCollectionResponse.cs b/src/generated/Models/TelecomExpenseManagementPartnerCollectionResponse.cs index a8594b218c..123edcf6dc 100644 --- a/src/generated/Models/TelecomExpenseManagementPartnerCollectionResponse.cs +++ b/src/generated/Models/TelecomExpenseManagementPartnerCollectionResponse.cs @@ -17,6 +17,7 @@ public class TelecomExpenseManagementPartnerCollectionResponse : BaseCollectionP /// /// 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 new TelecomExpenseManagementPartnerCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TelecomExpenseManagementPartnerCollectionResponse : BaseCollectionP /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TelecomExpenseManagementPartner.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TeleconferenceDeviceAudioQuality.cs b/src/generated/Models/TeleconferenceDeviceAudioQuality.cs index c708fdef61..780f5cd727 100644 --- a/src/generated/Models/TeleconferenceDeviceAudioQuality.cs +++ b/src/generated/Models/TeleconferenceDeviceAudioQuality.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class TeleconferenceDeviceAudioQuality : TeleconferenceDeviceMediaQuality, IParsable { /// - /// Instantiates a new teleconferenceDeviceAudioQuality and sets the default values. + /// Instantiates a new and sets the default values. /// public TeleconferenceDeviceAudioQuality() : base() { OdataType = "#microsoft.graph.teleconferenceDeviceAudioQuality"; @@ -15,6 +15,7 @@ public TeleconferenceDeviceAudioQuality() : base() { /// /// 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 new TeleconferenceDeviceAudioQuality CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public TeleconferenceDeviceAudioQuality() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/TeleconferenceDeviceMediaQuality.cs b/src/generated/Models/TeleconferenceDeviceMediaQuality.cs index e21dab243a..7aaa600a09 100644 --- a/src/generated/Models/TeleconferenceDeviceMediaQuality.cs +++ b/src/generated/Models/TeleconferenceDeviceMediaQuality.cs @@ -71,7 +71,7 @@ public class TeleconferenceDeviceMediaQuality : IAdditionalDataHolder, IParsable /// The remote media port. public int? RemotePort { get; set; } /// - /// Instantiates a new teleconferenceDeviceMediaQuality and sets the default values. + /// Instantiates a new and sets the default values. /// public TeleconferenceDeviceMediaQuality() { AdditionalData = new Dictionary(); @@ -79,6 +79,7 @@ public TeleconferenceDeviceMediaQuality() { /// /// 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 TeleconferenceDeviceMediaQuality CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -93,6 +94,7 @@ public static TeleconferenceDeviceMediaQuality CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"averageInboundJitter", n => { AverageInboundJitter = n.GetTimeSpanValue(); } }, diff --git a/src/generated/Models/TeleconferenceDeviceQuality.cs b/src/generated/Models/TeleconferenceDeviceQuality.cs index daf38ce5ce..f752e4d06b 100644 --- a/src/generated/Models/TeleconferenceDeviceQuality.cs +++ b/src/generated/Models/TeleconferenceDeviceQuality.cs @@ -79,7 +79,7 @@ public class TeleconferenceDeviceQuality : IAdditionalDataHolder, IParsable { /// A unique identifier for a specific participant in a conference. The CVI partner needs to copy over Call.MyParticipantId to this property. public Guid? ParticipantId { get; set; } /// - /// Instantiates a new teleconferenceDeviceQuality and sets the default values. + /// Instantiates a new and sets the default values. /// public TeleconferenceDeviceQuality() { AdditionalData = new Dictionary(); @@ -87,6 +87,7 @@ public TeleconferenceDeviceQuality() { /// /// 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 TeleconferenceDeviceQuality CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -95,6 +96,7 @@ public static TeleconferenceDeviceQuality CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"callChainId", n => { CallChainId = n.GetGuidValue(); } }, diff --git a/src/generated/Models/TeleconferenceDeviceScreenSharingQuality.cs b/src/generated/Models/TeleconferenceDeviceScreenSharingQuality.cs index 0954b1dd4f..2b9c3d8ebd 100644 --- a/src/generated/Models/TeleconferenceDeviceScreenSharingQuality.cs +++ b/src/generated/Models/TeleconferenceDeviceScreenSharingQuality.cs @@ -9,6 +9,7 @@ public class TeleconferenceDeviceScreenSharingQuality : TeleconferenceDeviceVide /// /// 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 new TeleconferenceDeviceScreenSharingQuality CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class TeleconferenceDeviceScreenSharingQuality : TeleconferenceDeviceVide /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/TeleconferenceDeviceVideoQuality.cs b/src/generated/Models/TeleconferenceDeviceVideoQuality.cs index 7855e59913..1dc7236d81 100644 --- a/src/generated/Models/TeleconferenceDeviceVideoQuality.cs +++ b/src/generated/Models/TeleconferenceDeviceVideoQuality.cs @@ -15,7 +15,7 @@ public class TeleconferenceDeviceVideoQuality : TeleconferenceDeviceMediaQuality /// The average outbound stream video frame rate per second. public double? AverageOutboundFrameRate { get; set; } /// - /// Instantiates a new teleconferenceDeviceVideoQuality and sets the default values. + /// Instantiates a new and sets the default values. /// public TeleconferenceDeviceVideoQuality() : base() { OdataType = "#microsoft.graph.teleconferenceDeviceVideoQuality"; @@ -23,6 +23,7 @@ public TeleconferenceDeviceVideoQuality() : base() { /// /// 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 new TeleconferenceDeviceVideoQuality CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public TeleconferenceDeviceVideoQuality() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"averageInboundBitRate", n => { AverageInboundBitRate = n.GetDoubleValue(); } }, diff --git a/src/generated/Models/TemporaryAccessPassAuthenticationMethod.cs b/src/generated/Models/TemporaryAccessPassAuthenticationMethod.cs index 723494bc50..5c520959a7 100644 --- a/src/generated/Models/TemporaryAccessPassAuthenticationMethod.cs +++ b/src/generated/Models/TemporaryAccessPassAuthenticationMethod.cs @@ -33,7 +33,7 @@ public class TemporaryAccessPassAuthenticationMethod : AuthenticationMethod, IPa public string TemporaryAccessPass { get; set; } #endif /// - /// Instantiates a new temporaryAccessPassAuthenticationMethod and sets the default values. + /// Instantiates a new and sets the default values. /// public TemporaryAccessPassAuthenticationMethod() : base() { OdataType = "#microsoft.graph.temporaryAccessPassAuthenticationMethod"; @@ -41,6 +41,7 @@ public TemporaryAccessPassAuthenticationMethod() : base() { /// /// 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 new TemporaryAccessPassAuthenticationMethod CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public TemporaryAccessPassAuthenticationMethod() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/TemporaryAccessPassAuthenticationMethodCollectionResponse.cs b/src/generated/Models/TemporaryAccessPassAuthenticationMethodCollectionResponse.cs index 2777c799ab..9b9ecd3c28 100644 --- a/src/generated/Models/TemporaryAccessPassAuthenticationMethodCollectionResponse.cs +++ b/src/generated/Models/TemporaryAccessPassAuthenticationMethodCollectionResponse.cs @@ -17,6 +17,7 @@ public class TemporaryAccessPassAuthenticationMethodCollectionResponse : BaseCol /// /// 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 new TemporaryAccessPassAuthenticationMethodCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TemporaryAccessPassAuthenticationMethodCollectionResponse : BaseCol /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TemporaryAccessPassAuthenticationMethod.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TemporaryAccessPassAuthenticationMethodConfiguration.cs b/src/generated/Models/TemporaryAccessPassAuthenticationMethodConfiguration.cs index 95a84fc3e3..8a94ca969c 100644 --- a/src/generated/Models/TemporaryAccessPassAuthenticationMethodConfiguration.cs +++ b/src/generated/Models/TemporaryAccessPassAuthenticationMethodConfiguration.cs @@ -25,7 +25,7 @@ public class TemporaryAccessPassAuthenticationMethodConfiguration : Authenticati /// Minimum lifetime in minutes for any Temporary Access Pass created in the tenant. Value can be between 10 and 43200 minutes (equivalent to 30 days). public int? MinimumLifetimeInMinutes { get; set; } /// - /// Instantiates a new temporaryAccessPassAuthenticationMethodConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public TemporaryAccessPassAuthenticationMethodConfiguration() : base() { OdataType = "#microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration"; @@ -33,6 +33,7 @@ public TemporaryAccessPassAuthenticationMethodConfiguration() : base() { /// /// 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 new TemporaryAccessPassAuthenticationMethodConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public TemporaryAccessPassAuthenticationMethodConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"defaultLength", n => { DefaultLength = n.GetIntValue(); } }, diff --git a/src/generated/Models/TenantAppManagementPolicy.cs b/src/generated/Models/TenantAppManagementPolicy.cs index 6461eb594a..7145829df8 100644 --- a/src/generated/Models/TenantAppManagementPolicy.cs +++ b/src/generated/Models/TenantAppManagementPolicy.cs @@ -25,7 +25,7 @@ public class TenantAppManagementPolicy : PolicyBase, IParsable { public AppManagementConfiguration ServicePrincipalRestrictions { get; set; } #endif /// - /// Instantiates a new tenantAppManagementPolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public TenantAppManagementPolicy() : base() { OdataType = "#microsoft.graph.tenantAppManagementPolicy"; @@ -33,6 +33,7 @@ public TenantAppManagementPolicy() : base() { /// /// 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 new TenantAppManagementPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public TenantAppManagementPolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"applicationRestrictions", n => { ApplicationRestrictions = n.GetObjectValue(AppManagementConfiguration.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TenantInformation.cs b/src/generated/Models/TenantInformation.cs index f611519347..cd28293d64 100644 --- a/src/generated/Models/TenantInformation.cs +++ b/src/generated/Models/TenantInformation.cs @@ -49,7 +49,7 @@ public class TenantInformation : IAdditionalDataHolder, IParsable { public string TenantId { get; set; } #endif /// - /// Instantiates a new tenantInformation and sets the default values. + /// Instantiates a new and sets the default values. /// public TenantInformation() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public TenantInformation() { /// /// 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 TenantInformation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static TenantInformation CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"defaultDomainName", n => { DefaultDomainName = n.GetStringValue(); } }, diff --git a/src/generated/Models/TenantRelationship.cs b/src/generated/Models/TenantRelationship.cs index 34b10bf67b..5383eefbc2 100644 --- a/src/generated/Models/TenantRelationship.cs +++ b/src/generated/Models/TenantRelationship.cs @@ -33,7 +33,7 @@ public class TenantRelationship : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new tenantRelationship and sets the default values. + /// Instantiates a new and sets the default values. /// public TenantRelationship() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public TenantRelationship() { /// /// 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 TenantRelationship CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static TenantRelationship CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"delegatedAdminCustomers", n => { DelegatedAdminCustomers = n.GetCollectionOfObjectValues(DelegatedAdminCustomer.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TermColumn.cs b/src/generated/Models/TermColumn.cs index 16f95102a8..db87638d17 100644 --- a/src/generated/Models/TermColumn.cs +++ b/src/generated/Models/TermColumn.cs @@ -38,7 +38,7 @@ public class TermColumn : IAdditionalDataHolder, IParsable { public ApiSdk.Models.TermStore.Set TermSet { get; set; } #endif /// - /// Instantiates a new termColumn and sets the default values. + /// Instantiates a new and sets the default values. /// public TermColumn() { AdditionalData = new Dictionary(); @@ -46,6 +46,7 @@ public TermColumn() { /// /// 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 TermColumn CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -54,6 +55,7 @@ public static TermColumn CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowMultipleValues", n => { AllowMultipleValues = n.GetBoolValue(); } }, diff --git a/src/generated/Models/TermStore/Group.cs b/src/generated/Models/TermStore/Group.cs index ff738cedfc..0325ce7e48 100644 --- a/src/generated/Models/TermStore/Group.cs +++ b/src/generated/Models/TermStore/Group.cs @@ -45,6 +45,7 @@ public class Group : ApiSdk.Models.Entity, IParsable { /// /// 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 new Group CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public class Group : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/TermStore/GroupCollectionResponse.cs b/src/generated/Models/TermStore/GroupCollectionResponse.cs index f9756c0ce6..99648e5935 100644 --- a/src/generated/Models/TermStore/GroupCollectionResponse.cs +++ b/src/generated/Models/TermStore/GroupCollectionResponse.cs @@ -17,6 +17,7 @@ public class GroupCollectionResponse : ApiSdk.Models.BaseCollectionPaginationCou /// /// 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 new GroupCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class GroupCollectionResponse : ApiSdk.Models.BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Group.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TermStore/LocalizedDescription.cs b/src/generated/Models/TermStore/LocalizedDescription.cs index b43ac21132..4e31cad0cf 100644 --- a/src/generated/Models/TermStore/LocalizedDescription.cs +++ b/src/generated/Models/TermStore/LocalizedDescription.cs @@ -33,7 +33,7 @@ public class LocalizedDescription : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new localizedDescription and sets the default values. + /// Instantiates a new and sets the default values. /// public LocalizedDescription() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public LocalizedDescription() { /// /// 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 LocalizedDescription CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static LocalizedDescription CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/TermStore/LocalizedLabel.cs b/src/generated/Models/TermStore/LocalizedLabel.cs index 541943c7bb..d12de150bc 100644 --- a/src/generated/Models/TermStore/LocalizedLabel.cs +++ b/src/generated/Models/TermStore/LocalizedLabel.cs @@ -35,7 +35,7 @@ public class LocalizedLabel : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new localizedLabel and sets the default values. + /// Instantiates a new and sets the default values. /// public LocalizedLabel() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public LocalizedLabel() { /// /// 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 LocalizedLabel CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static LocalizedLabel CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isDefault", n => { IsDefault = n.GetBoolValue(); } }, diff --git a/src/generated/Models/TermStore/LocalizedName.cs b/src/generated/Models/TermStore/LocalizedName.cs index 47c6713fba..8cc6a09412 100644 --- a/src/generated/Models/TermStore/LocalizedName.cs +++ b/src/generated/Models/TermStore/LocalizedName.cs @@ -33,7 +33,7 @@ public class LocalizedName : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new localizedName and sets the default values. + /// Instantiates a new and sets the default values. /// public LocalizedName() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public LocalizedName() { /// /// 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 LocalizedName CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static LocalizedName CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"languageTag", n => { LanguageTag = n.GetStringValue(); } }, diff --git a/src/generated/Models/TermStore/Relation.cs b/src/generated/Models/TermStore/Relation.cs index f56ae32060..a8650f113d 100644 --- a/src/generated/Models/TermStore/Relation.cs +++ b/src/generated/Models/TermStore/Relation.cs @@ -35,6 +35,7 @@ public class Relation : ApiSdk.Models.Entity, IParsable { /// /// 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 new Relation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public class Relation : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"fromTerm", n => { FromTerm = n.GetObjectValue(Term.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TermStore/RelationCollectionResponse.cs b/src/generated/Models/TermStore/RelationCollectionResponse.cs index ccbe18c71c..46c8fdc793 100644 --- a/src/generated/Models/TermStore/RelationCollectionResponse.cs +++ b/src/generated/Models/TermStore/RelationCollectionResponse.cs @@ -17,6 +17,7 @@ public class RelationCollectionResponse : ApiSdk.Models.BaseCollectionPagination /// /// 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 new RelationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class RelationCollectionResponse : ApiSdk.Models.BaseCollectionPagination /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Relation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TermStore/Set.cs b/src/generated/Models/TermStore/Set.cs index e1a63e1fd2..3acc665a5e 100644 --- a/src/generated/Models/TermStore/Set.cs +++ b/src/generated/Models/TermStore/Set.cs @@ -67,6 +67,7 @@ public class Set : ApiSdk.Models.Entity, IParsable { /// /// 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 new Set CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -75,6 +76,7 @@ public class Set : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"children", n => { Children = n.GetCollectionOfObjectValues(Term.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TermStore/SetCollectionResponse.cs b/src/generated/Models/TermStore/SetCollectionResponse.cs index 2207d020e1..2106f583ec 100644 --- a/src/generated/Models/TermStore/SetCollectionResponse.cs +++ b/src/generated/Models/TermStore/SetCollectionResponse.cs @@ -17,6 +17,7 @@ public class SetCollectionResponse : ApiSdk.Models.BaseCollectionPaginationCount /// /// 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 new SetCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class SetCollectionResponse : ApiSdk.Models.BaseCollectionPaginationCount /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Set.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TermStore/Store.cs b/src/generated/Models/TermStore/Store.cs index 231ded3d2e..65631ad62c 100644 --- a/src/generated/Models/TermStore/Store.cs +++ b/src/generated/Models/TermStore/Store.cs @@ -41,6 +41,7 @@ public class Store : ApiSdk.Models.Entity, IParsable { /// /// 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 new Store CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public class Store : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"defaultLanguageTag", n => { DefaultLanguageTag = n.GetStringValue(); } }, diff --git a/src/generated/Models/TermStore/StoreCollectionResponse.cs b/src/generated/Models/TermStore/StoreCollectionResponse.cs index a9a37642cb..504fa2b9bb 100644 --- a/src/generated/Models/TermStore/StoreCollectionResponse.cs +++ b/src/generated/Models/TermStore/StoreCollectionResponse.cs @@ -17,6 +17,7 @@ public class StoreCollectionResponse : ApiSdk.Models.BaseCollectionPaginationCou /// /// 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 new StoreCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class StoreCollectionResponse : ApiSdk.Models.BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Store.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TermStore/Term.cs b/src/generated/Models/TermStore/Term.cs index 5ecaa5b096..e0194651d7 100644 --- a/src/generated/Models/TermStore/Term.cs +++ b/src/generated/Models/TermStore/Term.cs @@ -61,6 +61,7 @@ public class Term : ApiSdk.Models.Entity, IParsable { /// /// 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 new Term CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -69,6 +70,7 @@ public class Term : ApiSdk.Models.Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"children", n => { Children = n.GetCollectionOfObjectValues(Term.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TermStore/TermCollectionResponse.cs b/src/generated/Models/TermStore/TermCollectionResponse.cs index f9ba193de0..04b15b5f25 100644 --- a/src/generated/Models/TermStore/TermCollectionResponse.cs +++ b/src/generated/Models/TermStore/TermCollectionResponse.cs @@ -17,6 +17,7 @@ public class TermCollectionResponse : ApiSdk.Models.BaseCollectionPaginationCoun /// /// 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 new TermCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TermCollectionResponse : ApiSdk.Models.BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Term.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TermsAndConditions.cs b/src/generated/Models/TermsAndConditions.cs index 6056bd7e46..afc61e423c 100644 --- a/src/generated/Models/TermsAndConditions.cs +++ b/src/generated/Models/TermsAndConditions.cs @@ -74,6 +74,7 @@ public class TermsAndConditions : Entity, IParsable { /// /// 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 new TermsAndConditions CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -82,6 +83,7 @@ public class TermsAndConditions : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"acceptanceStatement", n => { AcceptanceStatement = n.GetStringValue(); } }, diff --git a/src/generated/Models/TermsAndConditionsAcceptanceStatus.cs b/src/generated/Models/TermsAndConditionsAcceptanceStatus.cs index 43029cdda1..0fdcb2eca4 100644 --- a/src/generated/Models/TermsAndConditionsAcceptanceStatus.cs +++ b/src/generated/Models/TermsAndConditionsAcceptanceStatus.cs @@ -40,6 +40,7 @@ public class TermsAndConditionsAcceptanceStatus : Entity, IParsable { /// /// 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 new TermsAndConditionsAcceptanceStatus CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -48,6 +49,7 @@ public class TermsAndConditionsAcceptanceStatus : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"acceptedDateTime", n => { AcceptedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/TermsAndConditionsAcceptanceStatusCollectionResponse.cs b/src/generated/Models/TermsAndConditionsAcceptanceStatusCollectionResponse.cs index 63385ac9cf..09535c1914 100644 --- a/src/generated/Models/TermsAndConditionsAcceptanceStatusCollectionResponse.cs +++ b/src/generated/Models/TermsAndConditionsAcceptanceStatusCollectionResponse.cs @@ -17,6 +17,7 @@ public class TermsAndConditionsAcceptanceStatusCollectionResponse : BaseCollecti /// /// 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 new TermsAndConditionsAcceptanceStatusCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TermsAndConditionsAcceptanceStatusCollectionResponse : BaseCollecti /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TermsAndConditionsAcceptanceStatus.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TermsAndConditionsAssignment.cs b/src/generated/Models/TermsAndConditionsAssignment.cs index d3e3b5bb10..71911ec9de 100644 --- a/src/generated/Models/TermsAndConditionsAssignment.cs +++ b/src/generated/Models/TermsAndConditionsAssignment.cs @@ -20,6 +20,7 @@ public class TermsAndConditionsAssignment : Entity, IParsable { /// /// 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 new TermsAndConditionsAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public class TermsAndConditionsAssignment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"target", n => { Target = n.GetObjectValue(DeviceAndAppManagementAssignmentTarget.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TermsAndConditionsAssignmentCollectionResponse.cs b/src/generated/Models/TermsAndConditionsAssignmentCollectionResponse.cs index cfbddcd0ec..a066fbf1cc 100644 --- a/src/generated/Models/TermsAndConditionsAssignmentCollectionResponse.cs +++ b/src/generated/Models/TermsAndConditionsAssignmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class TermsAndConditionsAssignmentCollectionResponse : BaseCollectionPagi /// /// 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 new TermsAndConditionsAssignmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TermsAndConditionsAssignmentCollectionResponse : BaseCollectionPagi /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TermsAndConditionsAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TermsAndConditionsCollectionResponse.cs b/src/generated/Models/TermsAndConditionsCollectionResponse.cs index 31ca39ebac..b017882911 100644 --- a/src/generated/Models/TermsAndConditionsCollectionResponse.cs +++ b/src/generated/Models/TermsAndConditionsCollectionResponse.cs @@ -17,6 +17,7 @@ public class TermsAndConditionsCollectionResponse : BaseCollectionPaginationCoun /// /// 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 new TermsAndConditionsCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TermsAndConditionsCollectionResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TermsAndConditions.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TermsExpiration.cs b/src/generated/Models/TermsExpiration.cs index bcf99b8515..44a1f6a3b1 100644 --- a/src/generated/Models/TermsExpiration.cs +++ b/src/generated/Models/TermsExpiration.cs @@ -21,7 +21,7 @@ public class TermsExpiration : IAdditionalDataHolder, IParsable { /// The DateTime when the agreement is set to expire for all users. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. public DateTimeOffset? StartDateTime { get; set; } /// - /// Instantiates a new termsExpiration and sets the default values. + /// Instantiates a new and sets the default values. /// public TermsExpiration() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public TermsExpiration() { /// /// 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 TermsExpiration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static TermsExpiration CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"frequency", n => { Frequency = n.GetTimeSpanValue(); } }, diff --git a/src/generated/Models/TermsOfUseContainer.cs b/src/generated/Models/TermsOfUseContainer.cs index baf7502847..efa93a8d3d 100644 --- a/src/generated/Models/TermsOfUseContainer.cs +++ b/src/generated/Models/TermsOfUseContainer.cs @@ -25,6 +25,7 @@ public class TermsOfUseContainer : Entity, IParsable { /// /// 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 new TermsOfUseContainer CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class TermsOfUseContainer : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"agreementAcceptances", n => { AgreementAcceptances = n.GetCollectionOfObjectValues(AgreementAcceptance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TextColumn.cs b/src/generated/Models/TextColumn.cs index 4c0de255a6..15778e35e8 100644 --- a/src/generated/Models/TextColumn.cs +++ b/src/generated/Models/TextColumn.cs @@ -33,7 +33,7 @@ public class TextColumn : IAdditionalDataHolder, IParsable { public string TextType { get; set; } #endif /// - /// Instantiates a new textColumn and sets the default values. + /// Instantiates a new and sets the default values. /// public TextColumn() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public TextColumn() { /// /// 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 TextColumn CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static TextColumn CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowMultipleLines", n => { AllowMultipleLines = n.GetBoolValue(); } }, diff --git a/src/generated/Models/ThreatAssessmentRequest.cs b/src/generated/Models/ThreatAssessmentRequest.cs index fcd682e455..c7da38daa8 100644 --- a/src/generated/Models/ThreatAssessmentRequest.cs +++ b/src/generated/Models/ThreatAssessmentRequest.cs @@ -37,6 +37,7 @@ public class ThreatAssessmentRequest : Entity, IParsable { /// /// 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 new ThreatAssessmentRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public class ThreatAssessmentRequest : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"category", n => { Category = n.GetEnumValue(); } }, diff --git a/src/generated/Models/ThreatAssessmentRequestCollectionResponse.cs b/src/generated/Models/ThreatAssessmentRequestCollectionResponse.cs index 8b696d7f45..7225b2710f 100644 --- a/src/generated/Models/ThreatAssessmentRequestCollectionResponse.cs +++ b/src/generated/Models/ThreatAssessmentRequestCollectionResponse.cs @@ -17,6 +17,7 @@ public class ThreatAssessmentRequestCollectionResponse : BaseCollectionPaginatio /// /// 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 new ThreatAssessmentRequestCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ThreatAssessmentRequestCollectionResponse : BaseCollectionPaginatio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ThreatAssessmentRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/ThreatAssessmentResult.cs b/src/generated/Models/ThreatAssessmentResult.cs index de4815b40c..7e5487a752 100644 --- a/src/generated/Models/ThreatAssessmentResult.cs +++ b/src/generated/Models/ThreatAssessmentResult.cs @@ -21,6 +21,7 @@ public class ThreatAssessmentResult : Entity, IParsable { /// /// 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 new ThreatAssessmentResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -29,6 +30,7 @@ public class ThreatAssessmentResult : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/ThreatAssessmentResultCollectionResponse.cs b/src/generated/Models/ThreatAssessmentResultCollectionResponse.cs index 436895e24c..d2d7c3a3c3 100644 --- a/src/generated/Models/ThreatAssessmentResultCollectionResponse.cs +++ b/src/generated/Models/ThreatAssessmentResultCollectionResponse.cs @@ -17,6 +17,7 @@ public class ThreatAssessmentResultCollectionResponse : BaseCollectionPagination /// /// 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 new ThreatAssessmentResultCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ThreatAssessmentResultCollectionResponse : BaseCollectionPagination /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ThreatAssessmentResult.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Thumbnail.cs b/src/generated/Models/Thumbnail.cs index 8d29c391a7..b2f948610f 100644 --- a/src/generated/Models/Thumbnail.cs +++ b/src/generated/Models/Thumbnail.cs @@ -45,7 +45,7 @@ public class Thumbnail : IAdditionalDataHolder, IParsable { /// The width of the thumbnail, in pixels. public int? Width { get; set; } /// - /// Instantiates a new thumbnail and sets the default values. + /// Instantiates a new and sets the default values. /// public Thumbnail() { AdditionalData = new Dictionary(); @@ -53,6 +53,7 @@ public Thumbnail() { /// /// 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 Thumbnail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -61,6 +62,7 @@ public static Thumbnail CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"content", n => { Content = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/ThumbnailColumn.cs b/src/generated/Models/ThumbnailColumn.cs index 263ef70479..caf55385f7 100644 --- a/src/generated/Models/ThumbnailColumn.cs +++ b/src/generated/Models/ThumbnailColumn.cs @@ -17,7 +17,7 @@ public class ThumbnailColumn : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new thumbnailColumn and sets the default values. + /// Instantiates a new and sets the default values. /// public ThumbnailColumn() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ThumbnailColumn() { /// /// 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 ThumbnailColumn CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ThumbnailColumn CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/ThumbnailSet.cs b/src/generated/Models/ThumbnailSet.cs index 5ce8aedc97..ee5794525a 100644 --- a/src/generated/Models/ThumbnailSet.cs +++ b/src/generated/Models/ThumbnailSet.cs @@ -41,6 +41,7 @@ public class ThumbnailSet : Entity, IParsable { /// /// 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 new ThumbnailSet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public class ThumbnailSet : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"large", n => { Large = n.GetObjectValue(Thumbnail.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/ThumbnailSetCollectionResponse.cs b/src/generated/Models/ThumbnailSetCollectionResponse.cs index bd71d53dd6..610e351480 100644 --- a/src/generated/Models/ThumbnailSetCollectionResponse.cs +++ b/src/generated/Models/ThumbnailSetCollectionResponse.cs @@ -17,6 +17,7 @@ public class ThumbnailSetCollectionResponse : BaseCollectionPaginationCountRespo /// /// 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 new ThumbnailSetCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class ThumbnailSetCollectionResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ThumbnailSet.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TicketInfo.cs b/src/generated/Models/TicketInfo.cs index 2f38654f87..f101859531 100644 --- a/src/generated/Models/TicketInfo.cs +++ b/src/generated/Models/TicketInfo.cs @@ -33,7 +33,7 @@ public class TicketInfo : IAdditionalDataHolder, IParsable { public string TicketSystem { get; set; } #endif /// - /// Instantiates a new ticketInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public TicketInfo() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public TicketInfo() { /// /// 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 TicketInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static TicketInfo CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/TimeConstraint.cs b/src/generated/Models/TimeConstraint.cs index 6f0c7000df..fb8ae12a30 100644 --- a/src/generated/Models/TimeConstraint.cs +++ b/src/generated/Models/TimeConstraint.cs @@ -27,7 +27,7 @@ public class TimeConstraint : IAdditionalDataHolder, IParsable { public List TimeSlots { get; set; } #endif /// - /// Instantiates a new timeConstraint and sets the default values. + /// Instantiates a new and sets the default values. /// public TimeConstraint() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public TimeConstraint() { /// /// 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 TimeConstraint CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static TimeConstraint CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"activityDomain", n => { ActivityDomain = n.GetEnumValue(); } }, diff --git a/src/generated/Models/TimeOff.cs b/src/generated/Models/TimeOff.cs index a20f8f1c46..584b5f2936 100644 --- a/src/generated/Models/TimeOff.cs +++ b/src/generated/Models/TimeOff.cs @@ -31,7 +31,7 @@ public class TimeOff : ChangeTrackedEntity, IParsable { public string UserId { get; set; } #endif /// - /// Instantiates a new timeOff and sets the default values. + /// Instantiates a new and sets the default values. /// public TimeOff() : base() { OdataType = "#microsoft.graph.timeOff"; @@ -39,6 +39,7 @@ public TimeOff() : base() { /// /// 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 new TimeOff CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public TimeOff() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"draftTimeOff", n => { DraftTimeOff = n.GetObjectValue(TimeOffItem.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TimeOffCollectionResponse.cs b/src/generated/Models/TimeOffCollectionResponse.cs index 838a3cd02b..e31ce51d7e 100644 --- a/src/generated/Models/TimeOffCollectionResponse.cs +++ b/src/generated/Models/TimeOffCollectionResponse.cs @@ -17,6 +17,7 @@ public class TimeOffCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new TimeOffCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TimeOffCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TimeOff.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TimeOffItem.cs b/src/generated/Models/TimeOffItem.cs index 5826f2fa25..367f0d7363 100644 --- a/src/generated/Models/TimeOffItem.cs +++ b/src/generated/Models/TimeOffItem.cs @@ -17,6 +17,7 @@ public class TimeOffItem : ScheduleEntity, IParsable { /// /// 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 new TimeOffItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TimeOffItem : ScheduleEntity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"timeOffReasonId", n => { TimeOffReasonId = n.GetStringValue(); } }, diff --git a/src/generated/Models/TimeOffReason.cs b/src/generated/Models/TimeOffReason.cs index 5a0df9fbe9..e14f26c76d 100644 --- a/src/generated/Models/TimeOffReason.cs +++ b/src/generated/Models/TimeOffReason.cs @@ -19,7 +19,7 @@ public class TimeOffReason : ChangeTrackedEntity, IParsable { /// Indicates whether the timeOffReason can be used when creating new entities or updating existing ones. Required. public bool? IsActive { get; set; } /// - /// Instantiates a new timeOffReason and sets the default values. + /// Instantiates a new and sets the default values. /// public TimeOffReason() : base() { OdataType = "#microsoft.graph.timeOffReason"; @@ -27,6 +27,7 @@ public TimeOffReason() : base() { /// /// 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 new TimeOffReason CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public TimeOffReason() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/TimeOffReasonCollectionResponse.cs b/src/generated/Models/TimeOffReasonCollectionResponse.cs index 34b79cc8d2..d0d966d860 100644 --- a/src/generated/Models/TimeOffReasonCollectionResponse.cs +++ b/src/generated/Models/TimeOffReasonCollectionResponse.cs @@ -17,6 +17,7 @@ public class TimeOffReasonCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new TimeOffReasonCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TimeOffReasonCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TimeOffReason.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TimeOffRequest.cs b/src/generated/Models/TimeOffRequest.cs index ebbb9de736..833bf6c82b 100644 --- a/src/generated/Models/TimeOffRequest.cs +++ b/src/generated/Models/TimeOffRequest.cs @@ -19,7 +19,7 @@ public class TimeOffRequest : ScheduleChangeRequest, IParsable { public string TimeOffReasonId { get; set; } #endif /// - /// Instantiates a new timeOffRequest and sets the default values. + /// Instantiates a new and sets the default values. /// public TimeOffRequest() : base() { OdataType = "#microsoft.graph.timeOffRequest"; @@ -27,6 +27,7 @@ public TimeOffRequest() : base() { /// /// 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 new TimeOffRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public TimeOffRequest() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"endDateTime", n => { EndDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/TimeOffRequestCollectionResponse.cs b/src/generated/Models/TimeOffRequestCollectionResponse.cs index 5d64308e4b..423dd12008 100644 --- a/src/generated/Models/TimeOffRequestCollectionResponse.cs +++ b/src/generated/Models/TimeOffRequestCollectionResponse.cs @@ -17,6 +17,7 @@ public class TimeOffRequestCollectionResponse : BaseCollectionPaginationCountRes /// /// 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 new TimeOffRequestCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TimeOffRequestCollectionResponse : BaseCollectionPaginationCountRes /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TimeOffRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TimeRange.cs b/src/generated/Models/TimeRange.cs index 0e367df66b..3babcf6f6d 100644 --- a/src/generated/Models/TimeRange.cs +++ b/src/generated/Models/TimeRange.cs @@ -22,7 +22,7 @@ public class TimeRange : IAdditionalDataHolder, IParsable { /// Start time for the time range. public Time? StartTime { get; set; } /// - /// Instantiates a new timeRange and sets the default values. + /// Instantiates a new and sets the default values. /// public TimeRange() { AdditionalData = new Dictionary(); @@ -30,6 +30,7 @@ public TimeRange() { /// /// 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 TimeRange CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public static TimeRange CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"endTime", n => { EndTime = n.GetTimeValue(); } }, diff --git a/src/generated/Models/TimeSlot.cs b/src/generated/Models/TimeSlot.cs index b996265b66..2b88d9b9cb 100644 --- a/src/generated/Models/TimeSlot.cs +++ b/src/generated/Models/TimeSlot.cs @@ -33,7 +33,7 @@ public class TimeSlot : IAdditionalDataHolder, IParsable { public DateTimeTimeZone Start { get; set; } #endif /// - /// Instantiates a new timeSlot and sets the default values. + /// Instantiates a new and sets the default values. /// public TimeSlot() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public TimeSlot() { /// /// 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 TimeSlot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static TimeSlot CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"end", n => { End = n.GetObjectValue(DateTimeTimeZone.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TimeZoneBase.cs b/src/generated/Models/TimeZoneBase.cs index 9d8e9eac04..0714e7fa49 100644 --- a/src/generated/Models/TimeZoneBase.cs +++ b/src/generated/Models/TimeZoneBase.cs @@ -25,7 +25,7 @@ public class TimeZoneBase : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new timeZoneBase and sets the default values. + /// Instantiates a new and sets the default values. /// public TimeZoneBase() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public TimeZoneBase() { /// /// 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 TimeZoneBase CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static TimeZoneBase CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/TimeZoneInformation.cs b/src/generated/Models/TimeZoneInformation.cs index 00614b97d3..12c779d13a 100644 --- a/src/generated/Models/TimeZoneInformation.cs +++ b/src/generated/Models/TimeZoneInformation.cs @@ -33,7 +33,7 @@ public class TimeZoneInformation : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new timeZoneInformation and sets the default values. + /// Instantiates a new and sets the default values. /// public TimeZoneInformation() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public TimeZoneInformation() { /// /// 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 TimeZoneInformation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static TimeZoneInformation CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"alias", n => { Alias = n.GetStringValue(); } }, diff --git a/src/generated/Models/Todo.cs b/src/generated/Models/Todo.cs index dc8180144f..a95eafdc6c 100644 --- a/src/generated/Models/Todo.cs +++ b/src/generated/Models/Todo.cs @@ -17,6 +17,7 @@ public class Todo : Entity, IParsable { /// /// 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 new Todo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class Todo : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"lists", n => { Lists = n.GetCollectionOfObjectValues(TodoTaskList.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TodoTask.cs b/src/generated/Models/TodoTask.cs index e785160f43..ca1a4367d5 100644 --- a/src/generated/Models/TodoTask.cs +++ b/src/generated/Models/TodoTask.cs @@ -127,6 +127,7 @@ public class TodoTask : Entity, IParsable { /// /// 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 new TodoTask CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -135,6 +136,7 @@ public class TodoTask : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"attachmentSessions", n => { AttachmentSessions = n.GetCollectionOfObjectValues(AttachmentSession.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TodoTaskCollectionResponse.cs b/src/generated/Models/TodoTaskCollectionResponse.cs index b8262076a3..3fda91c7b4 100644 --- a/src/generated/Models/TodoTaskCollectionResponse.cs +++ b/src/generated/Models/TodoTaskCollectionResponse.cs @@ -17,6 +17,7 @@ public class TodoTaskCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new TodoTaskCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TodoTaskCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TodoTask.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TodoTaskList.cs b/src/generated/Models/TodoTaskList.cs index 4c8c42319c..f4459cb64e 100644 --- a/src/generated/Models/TodoTaskList.cs +++ b/src/generated/Models/TodoTaskList.cs @@ -39,6 +39,7 @@ public class TodoTaskList : Entity, IParsable { /// /// 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 new TodoTaskList CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public class TodoTaskList : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/TodoTaskListCollectionResponse.cs b/src/generated/Models/TodoTaskListCollectionResponse.cs index bc1d15d34b..be221c04de 100644 --- a/src/generated/Models/TodoTaskListCollectionResponse.cs +++ b/src/generated/Models/TodoTaskListCollectionResponse.cs @@ -17,6 +17,7 @@ public class TodoTaskListCollectionResponse : BaseCollectionPaginationCountRespo /// /// 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 new TodoTaskListCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TodoTaskListCollectionResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TodoTaskList.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TokenIssuancePolicy.cs b/src/generated/Models/TokenIssuancePolicy.cs index 4f3a1dc9c3..2589454fd7 100644 --- a/src/generated/Models/TokenIssuancePolicy.cs +++ b/src/generated/Models/TokenIssuancePolicy.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class TokenIssuancePolicy : StsPolicy, IParsable { /// - /// Instantiates a new tokenIssuancePolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public TokenIssuancePolicy() : base() { OdataType = "#microsoft.graph.tokenIssuancePolicy"; @@ -15,6 +15,7 @@ public TokenIssuancePolicy() : base() { /// /// 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 new TokenIssuancePolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public TokenIssuancePolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/TokenIssuancePolicyCollectionResponse.cs b/src/generated/Models/TokenIssuancePolicyCollectionResponse.cs index 9987d2ac6d..1945d16b96 100644 --- a/src/generated/Models/TokenIssuancePolicyCollectionResponse.cs +++ b/src/generated/Models/TokenIssuancePolicyCollectionResponse.cs @@ -17,6 +17,7 @@ public class TokenIssuancePolicyCollectionResponse : BaseCollectionPaginationCou /// /// 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 new TokenIssuancePolicyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TokenIssuancePolicyCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TokenIssuancePolicy.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TokenLifetimePolicy.cs b/src/generated/Models/TokenLifetimePolicy.cs index 04d9bb6429..3e70f5c3c3 100644 --- a/src/generated/Models/TokenLifetimePolicy.cs +++ b/src/generated/Models/TokenLifetimePolicy.cs @@ -7,7 +7,7 @@ namespace ApiSdk.Models { public class TokenLifetimePolicy : StsPolicy, IParsable { /// - /// Instantiates a new tokenLifetimePolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public TokenLifetimePolicy() : base() { OdataType = "#microsoft.graph.tokenLifetimePolicy"; @@ -15,6 +15,7 @@ public TokenLifetimePolicy() : base() { /// /// 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 new TokenLifetimePolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -23,6 +24,7 @@ public TokenLifetimePolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/TokenLifetimePolicyCollectionResponse.cs b/src/generated/Models/TokenLifetimePolicyCollectionResponse.cs index 5894dfbb49..b4c3b7f9da 100644 --- a/src/generated/Models/TokenLifetimePolicyCollectionResponse.cs +++ b/src/generated/Models/TokenLifetimePolicyCollectionResponse.cs @@ -17,6 +17,7 @@ public class TokenLifetimePolicyCollectionResponse : BaseCollectionPaginationCou /// /// 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 new TokenLifetimePolicyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TokenLifetimePolicyCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TokenLifetimePolicy.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TokenMeetingInfo.cs b/src/generated/Models/TokenMeetingInfo.cs index 7a9143fd48..67b480d7a9 100644 --- a/src/generated/Models/TokenMeetingInfo.cs +++ b/src/generated/Models/TokenMeetingInfo.cs @@ -15,7 +15,7 @@ public class TokenMeetingInfo : MeetingInfo, IParsable { public string Token { get; set; } #endif /// - /// Instantiates a new tokenMeetingInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public TokenMeetingInfo() : base() { OdataType = "#microsoft.graph.tokenMeetingInfo"; @@ -23,6 +23,7 @@ public TokenMeetingInfo() : base() { /// /// 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 new TokenMeetingInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public TokenMeetingInfo() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"token", n => { Token = n.GetStringValue(); } }, diff --git a/src/generated/Models/ToneInfo.cs b/src/generated/Models/ToneInfo.cs index 286f4142d9..65a3415678 100644 --- a/src/generated/Models/ToneInfo.cs +++ b/src/generated/Models/ToneInfo.cs @@ -21,7 +21,7 @@ public class ToneInfo : IAdditionalDataHolder, IParsable { /// The tone property public ApiSdk.Models.Tone? Tone { get; set; } /// - /// Instantiates a new toneInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public ToneInfo() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public ToneInfo() { /// /// 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 ToneInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static ToneInfo CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/Training.cs b/src/generated/Models/Training.cs index 2ba82cab09..20c20ccf22 100644 --- a/src/generated/Models/Training.cs +++ b/src/generated/Models/Training.cs @@ -79,6 +79,7 @@ public class Training : Entity, IParsable { /// /// 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 new Training CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -87,6 +88,7 @@ public class Training : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"availabilityStatus", n => { AvailabilityStatus = n.GetEnumValue(); } }, diff --git a/src/generated/Models/TrainingCollectionResponse.cs b/src/generated/Models/TrainingCollectionResponse.cs index af5785aec5..2e568ce34c 100644 --- a/src/generated/Models/TrainingCollectionResponse.cs +++ b/src/generated/Models/TrainingCollectionResponse.cs @@ -17,6 +17,7 @@ public class TrainingCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new TrainingCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TrainingCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Training.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TrainingEventsContent.cs b/src/generated/Models/TrainingEventsContent.cs index da99828063..1857fdcc50 100644 --- a/src/generated/Models/TrainingEventsContent.cs +++ b/src/generated/Models/TrainingEventsContent.cs @@ -27,7 +27,7 @@ public class TrainingEventsContent : IAdditionalDataHolder, IParsable { /// Number of users who were assigned trainings in an attack simulation and training campaign. public int? TrainingsAssignedUserCount { get; set; } /// - /// Instantiates a new trainingEventsContent and sets the default values. + /// Instantiates a new and sets the default values. /// public TrainingEventsContent() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public TrainingEventsContent() { /// /// 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 TrainingEventsContent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static TrainingEventsContent CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"assignedTrainingsInfos", n => { AssignedTrainingsInfos = n.GetCollectionOfObjectValues(AssignedTrainingInfo.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TrainingLanguageDetail.cs b/src/generated/Models/TrainingLanguageDetail.cs index e71f342bbd..2b23479f96 100644 --- a/src/generated/Models/TrainingLanguageDetail.cs +++ b/src/generated/Models/TrainingLanguageDetail.cs @@ -63,6 +63,7 @@ public class TrainingLanguageDetail : Entity, IParsable { /// /// 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 new TrainingLanguageDetail CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -71,6 +72,7 @@ public class TrainingLanguageDetail : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"content", n => { Content = n.GetStringValue(); } }, diff --git a/src/generated/Models/TrainingLanguageDetailCollectionResponse.cs b/src/generated/Models/TrainingLanguageDetailCollectionResponse.cs index e81d0fd015..ee7d37672a 100644 --- a/src/generated/Models/TrainingLanguageDetailCollectionResponse.cs +++ b/src/generated/Models/TrainingLanguageDetailCollectionResponse.cs @@ -17,6 +17,7 @@ public class TrainingLanguageDetailCollectionResponse : BaseCollectionPagination /// /// 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 new TrainingLanguageDetailCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TrainingLanguageDetailCollectionResponse : BaseCollectionPagination /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(TrainingLanguageDetail.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/TrainingNotificationSetting.cs b/src/generated/Models/TrainingNotificationSetting.cs index 0dd77c56da..1e530a1f7b 100644 --- a/src/generated/Models/TrainingNotificationSetting.cs +++ b/src/generated/Models/TrainingNotificationSetting.cs @@ -23,7 +23,7 @@ public class TrainingNotificationSetting : EndUserNotificationSetting, IParsable public TrainingReminderNotification TrainingReminder { get; set; } #endif /// - /// Instantiates a new trainingNotificationSetting and sets the default values. + /// Instantiates a new and sets the default values. /// public TrainingNotificationSetting() : base() { OdataType = "#microsoft.graph.trainingNotificationSetting"; @@ -31,6 +31,7 @@ public TrainingNotificationSetting() : base() { /// /// 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 new TrainingNotificationSetting CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public TrainingNotificationSetting() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"trainingAssignment", n => { TrainingAssignment = n.GetObjectValue(BaseEndUserNotification.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/TrainingReminderNotification.cs b/src/generated/Models/TrainingReminderNotification.cs index 630154e05e..09596d6d42 100644 --- a/src/generated/Models/TrainingReminderNotification.cs +++ b/src/generated/Models/TrainingReminderNotification.cs @@ -9,7 +9,7 @@ public class TrainingReminderNotification : BaseEndUserNotification, IParsable { /// Configurable frequency for the reminder email introduced during simulation creation. Possible values are: unknown, weekly, biWeekly, unknownFutureValue. public NotificationDeliveryFrequency? DeliveryFrequency { get; set; } /// - /// Instantiates a new trainingReminderNotification and sets the default values. + /// Instantiates a new and sets the default values. /// public TrainingReminderNotification() : base() { OdataType = "#microsoft.graph.trainingReminderNotification"; @@ -17,6 +17,7 @@ public TrainingReminderNotification() : base() { /// /// 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 new TrainingReminderNotification CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public TrainingReminderNotification() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deliveryFrequency", n => { DeliveryFrequency = n.GetEnumValue(); } }, diff --git a/src/generated/Models/TrainingSetting.cs b/src/generated/Models/TrainingSetting.cs index 4916c3af75..4db65a8e23 100644 --- a/src/generated/Models/TrainingSetting.cs +++ b/src/generated/Models/TrainingSetting.cs @@ -19,7 +19,7 @@ public class TrainingSetting : IAdditionalDataHolder, IParsable { /// Type of setting. Possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue. public TrainingSettingType? SettingType { get; set; } /// - /// Instantiates a new trainingSetting and sets the default values. + /// Instantiates a new and sets the default values. /// public TrainingSetting() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public TrainingSetting() { /// /// 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 TrainingSetting CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static TrainingSetting CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/Trending.cs b/src/generated/Models/Trending.cs index ff92b74a86..c2b3ed373d 100644 --- a/src/generated/Models/Trending.cs +++ b/src/generated/Models/Trending.cs @@ -37,6 +37,7 @@ public class Trending : Entity, IParsable { /// /// 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 new Trending CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public class Trending : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"lastModifiedDateTime", n => { LastModifiedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/TrendingCollectionResponse.cs b/src/generated/Models/TrendingCollectionResponse.cs index a7ecaf25af..eec24e965d 100644 --- a/src/generated/Models/TrendingCollectionResponse.cs +++ b/src/generated/Models/TrendingCollectionResponse.cs @@ -17,6 +17,7 @@ public class TrendingCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new TrendingCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class TrendingCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Trending.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UnifiedApprovalStage.cs b/src/generated/Models/UnifiedApprovalStage.cs index 70fcc4fd56..25ee78e4cf 100644 --- a/src/generated/Models/UnifiedApprovalStage.cs +++ b/src/generated/Models/UnifiedApprovalStage.cs @@ -41,7 +41,7 @@ public class UnifiedApprovalStage : IAdditionalDataHolder, IParsable { public List PrimaryApprovers { get; set; } #endif /// - /// Instantiates a new unifiedApprovalStage and sets the default values. + /// Instantiates a new and sets the default values. /// public UnifiedApprovalStage() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public UnifiedApprovalStage() { /// /// 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 UnifiedApprovalStage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static UnifiedApprovalStage CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"approvalStageTimeOutInDays", n => { ApprovalStageTimeOutInDays = n.GetIntValue(); } }, diff --git a/src/generated/Models/UnifiedRbacResourceAction.cs b/src/generated/Models/UnifiedRbacResourceAction.cs index c345723f30..32aec78507 100644 --- a/src/generated/Models/UnifiedRbacResourceAction.cs +++ b/src/generated/Models/UnifiedRbacResourceAction.cs @@ -51,6 +51,7 @@ public class UnifiedRbacResourceAction : Entity, IParsable { /// /// 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 new UnifiedRbacResourceAction CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -59,6 +60,7 @@ public class UnifiedRbacResourceAction : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"actionVerb", n => { ActionVerb = n.GetStringValue(); } }, diff --git a/src/generated/Models/UnifiedRbacResourceActionCollectionResponse.cs b/src/generated/Models/UnifiedRbacResourceActionCollectionResponse.cs index b0cb3bbc68..68f6189c5a 100644 --- a/src/generated/Models/UnifiedRbacResourceActionCollectionResponse.cs +++ b/src/generated/Models/UnifiedRbacResourceActionCollectionResponse.cs @@ -17,6 +17,7 @@ public class UnifiedRbacResourceActionCollectionResponse : BaseCollectionPaginat /// /// 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 new UnifiedRbacResourceActionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UnifiedRbacResourceActionCollectionResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRbacResourceAction.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UnifiedRbacResourceNamespace.cs b/src/generated/Models/UnifiedRbacResourceNamespace.cs index 1b5ad2c654..9e35045362 100644 --- a/src/generated/Models/UnifiedRbacResourceNamespace.cs +++ b/src/generated/Models/UnifiedRbacResourceNamespace.cs @@ -25,6 +25,7 @@ public class UnifiedRbacResourceNamespace : Entity, IParsable { /// /// 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 new UnifiedRbacResourceNamespace CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class UnifiedRbacResourceNamespace : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/UnifiedRbacResourceNamespaceCollectionResponse.cs b/src/generated/Models/UnifiedRbacResourceNamespaceCollectionResponse.cs index 26ed41e491..21a9721a9a 100644 --- a/src/generated/Models/UnifiedRbacResourceNamespaceCollectionResponse.cs +++ b/src/generated/Models/UnifiedRbacResourceNamespaceCollectionResponse.cs @@ -17,6 +17,7 @@ public class UnifiedRbacResourceNamespaceCollectionResponse : BaseCollectionPagi /// /// 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 new UnifiedRbacResourceNamespaceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UnifiedRbacResourceNamespaceCollectionResponse : BaseCollectionPagi /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRbacResourceNamespace.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UnifiedRole.cs b/src/generated/Models/UnifiedRole.cs index 309dba32f1..8353a84ee3 100644 --- a/src/generated/Models/UnifiedRole.cs +++ b/src/generated/Models/UnifiedRole.cs @@ -25,7 +25,7 @@ public class UnifiedRole : IAdditionalDataHolder, IParsable { public string RoleDefinitionId { get; set; } #endif /// - /// Instantiates a new unifiedRole and sets the default values. + /// Instantiates a new and sets the default values. /// public UnifiedRole() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public UnifiedRole() { /// /// 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 UnifiedRole CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static UnifiedRole CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/UnifiedRoleAssignment.cs b/src/generated/Models/UnifiedRoleAssignment.cs index 6f044fb41e..0b8eaa6543 100644 --- a/src/generated/Models/UnifiedRoleAssignment.cs +++ b/src/generated/Models/UnifiedRoleAssignment.cs @@ -81,6 +81,7 @@ public class UnifiedRoleAssignment : Entity, IParsable { /// /// 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 new UnifiedRoleAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -89,6 +90,7 @@ public class UnifiedRoleAssignment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appScope", n => { AppScope = n.GetObjectValue(ApiSdk.Models.AppScope.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/UnifiedRoleAssignmentCollectionResponse.cs b/src/generated/Models/UnifiedRoleAssignmentCollectionResponse.cs index fbb7cde3a1..16af1ad7a9 100644 --- a/src/generated/Models/UnifiedRoleAssignmentCollectionResponse.cs +++ b/src/generated/Models/UnifiedRoleAssignmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class UnifiedRoleAssignmentCollectionResponse : BaseCollectionPaginationC /// /// 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 new UnifiedRoleAssignmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UnifiedRoleAssignmentCollectionResponse : BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UnifiedRoleAssignmentSchedule.cs b/src/generated/Models/UnifiedRoleAssignmentSchedule.cs index b86e48e68b..916e02643c 100644 --- a/src/generated/Models/UnifiedRoleAssignmentSchedule.cs +++ b/src/generated/Models/UnifiedRoleAssignmentSchedule.cs @@ -41,6 +41,7 @@ public class UnifiedRoleAssignmentSchedule : UnifiedRoleScheduleBase, IParsable /// /// 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 new UnifiedRoleAssignmentSchedule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public class UnifiedRoleAssignmentSchedule : UnifiedRoleScheduleBase, IParsable /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activatedUsing", n => { ActivatedUsing = n.GetObjectValue(UnifiedRoleEligibilitySchedule.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/UnifiedRoleAssignmentScheduleCollectionResponse.cs b/src/generated/Models/UnifiedRoleAssignmentScheduleCollectionResponse.cs index e817f303e2..b75525e6b7 100644 --- a/src/generated/Models/UnifiedRoleAssignmentScheduleCollectionResponse.cs +++ b/src/generated/Models/UnifiedRoleAssignmentScheduleCollectionResponse.cs @@ -17,6 +17,7 @@ public class UnifiedRoleAssignmentScheduleCollectionResponse : BaseCollectionPag /// /// 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 new UnifiedRoleAssignmentScheduleCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UnifiedRoleAssignmentScheduleCollectionResponse : BaseCollectionPag /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleAssignmentSchedule.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UnifiedRoleAssignmentScheduleInstance.cs b/src/generated/Models/UnifiedRoleAssignmentScheduleInstance.cs index a11657e946..55d171bb3f 100644 --- a/src/generated/Models/UnifiedRoleAssignmentScheduleInstance.cs +++ b/src/generated/Models/UnifiedRoleAssignmentScheduleInstance.cs @@ -53,6 +53,7 @@ public class UnifiedRoleAssignmentScheduleInstance : UnifiedRoleScheduleInstance /// /// 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 new UnifiedRoleAssignmentScheduleInstance CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -61,6 +62,7 @@ public class UnifiedRoleAssignmentScheduleInstance : UnifiedRoleScheduleInstance /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activatedUsing", n => { ActivatedUsing = n.GetObjectValue(UnifiedRoleEligibilityScheduleInstance.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/UnifiedRoleAssignmentScheduleInstanceCollectionResponse.cs b/src/generated/Models/UnifiedRoleAssignmentScheduleInstanceCollectionResponse.cs index 3f33b5e5fe..298e59db13 100644 --- a/src/generated/Models/UnifiedRoleAssignmentScheduleInstanceCollectionResponse.cs +++ b/src/generated/Models/UnifiedRoleAssignmentScheduleInstanceCollectionResponse.cs @@ -17,6 +17,7 @@ public class UnifiedRoleAssignmentScheduleInstanceCollectionResponse : BaseColle /// /// 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 new UnifiedRoleAssignmentScheduleInstanceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UnifiedRoleAssignmentScheduleInstanceCollectionResponse : BaseColle /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleAssignmentScheduleInstance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UnifiedRoleAssignmentScheduleRequest.cs b/src/generated/Models/UnifiedRoleAssignmentScheduleRequest.cs index df88ebcec1..8b4a47e5d1 100644 --- a/src/generated/Models/UnifiedRoleAssignmentScheduleRequest.cs +++ b/src/generated/Models/UnifiedRoleAssignmentScheduleRequest.cs @@ -125,6 +125,7 @@ public class UnifiedRoleAssignmentScheduleRequest : Request, IParsable { /// /// 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 new UnifiedRoleAssignmentScheduleRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -133,6 +134,7 @@ public class UnifiedRoleAssignmentScheduleRequest : Request, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"action", n => { Action = n.GetEnumValue(); } }, diff --git a/src/generated/Models/UnifiedRoleAssignmentScheduleRequestCollectionResponse.cs b/src/generated/Models/UnifiedRoleAssignmentScheduleRequestCollectionResponse.cs index 90a95d2045..bfdd7446ea 100644 --- a/src/generated/Models/UnifiedRoleAssignmentScheduleRequestCollectionResponse.cs +++ b/src/generated/Models/UnifiedRoleAssignmentScheduleRequestCollectionResponse.cs @@ -17,6 +17,7 @@ public class UnifiedRoleAssignmentScheduleRequestCollectionResponse : BaseCollec /// /// 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 new UnifiedRoleAssignmentScheduleRequestCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UnifiedRoleAssignmentScheduleRequestCollectionResponse : BaseCollec /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleAssignmentScheduleRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UnifiedRoleDefinition.cs b/src/generated/Models/UnifiedRoleDefinition.cs index 0ec4ab2961..008848fc89 100644 --- a/src/generated/Models/UnifiedRoleDefinition.cs +++ b/src/generated/Models/UnifiedRoleDefinition.cs @@ -69,6 +69,7 @@ public class UnifiedRoleDefinition : Entity, IParsable { /// /// 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 new UnifiedRoleDefinition CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -77,6 +78,7 @@ public class UnifiedRoleDefinition : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/UnifiedRoleDefinitionCollectionResponse.cs b/src/generated/Models/UnifiedRoleDefinitionCollectionResponse.cs index 7e92530704..b4c9cef619 100644 --- a/src/generated/Models/UnifiedRoleDefinitionCollectionResponse.cs +++ b/src/generated/Models/UnifiedRoleDefinitionCollectionResponse.cs @@ -17,6 +17,7 @@ public class UnifiedRoleDefinitionCollectionResponse : BaseCollectionPaginationC /// /// 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 new UnifiedRoleDefinitionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UnifiedRoleDefinitionCollectionResponse : BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleDefinition.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UnifiedRoleEligibilitySchedule.cs b/src/generated/Models/UnifiedRoleEligibilitySchedule.cs index 6a8de96429..626b96ec66 100644 --- a/src/generated/Models/UnifiedRoleEligibilitySchedule.cs +++ b/src/generated/Models/UnifiedRoleEligibilitySchedule.cs @@ -25,6 +25,7 @@ public class UnifiedRoleEligibilitySchedule : UnifiedRoleScheduleBase, IParsable /// /// 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 new UnifiedRoleEligibilitySchedule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class UnifiedRoleEligibilitySchedule : UnifiedRoleScheduleBase, IParsable /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"memberType", n => { MemberType = n.GetStringValue(); } }, diff --git a/src/generated/Models/UnifiedRoleEligibilityScheduleCollectionResponse.cs b/src/generated/Models/UnifiedRoleEligibilityScheduleCollectionResponse.cs index e82062a29c..ffafb2d68c 100644 --- a/src/generated/Models/UnifiedRoleEligibilityScheduleCollectionResponse.cs +++ b/src/generated/Models/UnifiedRoleEligibilityScheduleCollectionResponse.cs @@ -17,6 +17,7 @@ public class UnifiedRoleEligibilityScheduleCollectionResponse : BaseCollectionPa /// /// 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 new UnifiedRoleEligibilityScheduleCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UnifiedRoleEligibilityScheduleCollectionResponse : BaseCollectionPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleEligibilitySchedule.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UnifiedRoleEligibilityScheduleInstance.cs b/src/generated/Models/UnifiedRoleEligibilityScheduleInstance.cs index 76844dbb31..e0f5f8a99f 100644 --- a/src/generated/Models/UnifiedRoleEligibilityScheduleInstance.cs +++ b/src/generated/Models/UnifiedRoleEligibilityScheduleInstance.cs @@ -29,6 +29,7 @@ public class UnifiedRoleEligibilityScheduleInstance : UnifiedRoleScheduleInstanc /// /// 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 new UnifiedRoleEligibilityScheduleInstance CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public class UnifiedRoleEligibilityScheduleInstance : UnifiedRoleScheduleInstanc /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"endDateTime", n => { EndDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/UnifiedRoleEligibilityScheduleInstanceCollectionResponse.cs b/src/generated/Models/UnifiedRoleEligibilityScheduleInstanceCollectionResponse.cs index 253af0ebf5..d3b6f4ae97 100644 --- a/src/generated/Models/UnifiedRoleEligibilityScheduleInstanceCollectionResponse.cs +++ b/src/generated/Models/UnifiedRoleEligibilityScheduleInstanceCollectionResponse.cs @@ -17,6 +17,7 @@ public class UnifiedRoleEligibilityScheduleInstanceCollectionResponse : BaseColl /// /// 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 new UnifiedRoleEligibilityScheduleInstanceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UnifiedRoleEligibilityScheduleInstanceCollectionResponse : BaseColl /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleEligibilityScheduleInstance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UnifiedRoleEligibilityScheduleRequest.cs b/src/generated/Models/UnifiedRoleEligibilityScheduleRequest.cs index 20c08a9942..8048439627 100644 --- a/src/generated/Models/UnifiedRoleEligibilityScheduleRequest.cs +++ b/src/generated/Models/UnifiedRoleEligibilityScheduleRequest.cs @@ -117,6 +117,7 @@ public class UnifiedRoleEligibilityScheduleRequest : Request, IParsable { /// /// 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 new UnifiedRoleEligibilityScheduleRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -125,6 +126,7 @@ public class UnifiedRoleEligibilityScheduleRequest : Request, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"action", n => { Action = n.GetEnumValue(); } }, diff --git a/src/generated/Models/UnifiedRoleEligibilityScheduleRequestCollectionResponse.cs b/src/generated/Models/UnifiedRoleEligibilityScheduleRequestCollectionResponse.cs index fe951218cb..245505ee51 100644 --- a/src/generated/Models/UnifiedRoleEligibilityScheduleRequestCollectionResponse.cs +++ b/src/generated/Models/UnifiedRoleEligibilityScheduleRequestCollectionResponse.cs @@ -17,6 +17,7 @@ public class UnifiedRoleEligibilityScheduleRequestCollectionResponse : BaseColle /// /// 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 new UnifiedRoleEligibilityScheduleRequestCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UnifiedRoleEligibilityScheduleRequestCollectionResponse : BaseColle /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleEligibilityScheduleRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UnifiedRoleManagementPolicy.cs b/src/generated/Models/UnifiedRoleManagementPolicy.cs index 594f042dfa..195e064cab 100644 --- a/src/generated/Models/UnifiedRoleManagementPolicy.cs +++ b/src/generated/Models/UnifiedRoleManagementPolicy.cs @@ -69,6 +69,7 @@ public class UnifiedRoleManagementPolicy : Entity, IParsable { /// /// 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 new UnifiedRoleManagementPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -77,6 +78,7 @@ public class UnifiedRoleManagementPolicy : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Models/UnifiedRoleManagementPolicyApprovalRule.cs b/src/generated/Models/UnifiedRoleManagementPolicyApprovalRule.cs index 14b6698adc..5392b966bc 100644 --- a/src/generated/Models/UnifiedRoleManagementPolicyApprovalRule.cs +++ b/src/generated/Models/UnifiedRoleManagementPolicyApprovalRule.cs @@ -15,7 +15,7 @@ public class UnifiedRoleManagementPolicyApprovalRule : UnifiedRoleManagementPoli public ApprovalSettings Setting { get; set; } #endif /// - /// Instantiates a new unifiedRoleManagementPolicyApprovalRule and sets the default values. + /// Instantiates a new and sets the default values. /// public UnifiedRoleManagementPolicyApprovalRule() : base() { OdataType = "#microsoft.graph.unifiedRoleManagementPolicyApprovalRule"; @@ -23,6 +23,7 @@ public UnifiedRoleManagementPolicyApprovalRule() : base() { /// /// 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 new UnifiedRoleManagementPolicyApprovalRule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public UnifiedRoleManagementPolicyApprovalRule() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"setting", n => { Setting = n.GetObjectValue(ApprovalSettings.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/UnifiedRoleManagementPolicyAssignment.cs b/src/generated/Models/UnifiedRoleManagementPolicyAssignment.cs index ebaf3e2eb8..976d0e2cad 100644 --- a/src/generated/Models/UnifiedRoleManagementPolicyAssignment.cs +++ b/src/generated/Models/UnifiedRoleManagementPolicyAssignment.cs @@ -49,6 +49,7 @@ public class UnifiedRoleManagementPolicyAssignment : Entity, IParsable { /// /// 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 new UnifiedRoleManagementPolicyAssignment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public class UnifiedRoleManagementPolicyAssignment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"policy", n => { Policy = n.GetObjectValue(UnifiedRoleManagementPolicy.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/UnifiedRoleManagementPolicyAssignmentCollectionResponse.cs b/src/generated/Models/UnifiedRoleManagementPolicyAssignmentCollectionResponse.cs index b5c5c82bfe..bf0d076085 100644 --- a/src/generated/Models/UnifiedRoleManagementPolicyAssignmentCollectionResponse.cs +++ b/src/generated/Models/UnifiedRoleManagementPolicyAssignmentCollectionResponse.cs @@ -17,6 +17,7 @@ public class UnifiedRoleManagementPolicyAssignmentCollectionResponse : BaseColle /// /// 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 new UnifiedRoleManagementPolicyAssignmentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UnifiedRoleManagementPolicyAssignmentCollectionResponse : BaseColle /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleManagementPolicyAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UnifiedRoleManagementPolicyAuthenticationContextRule.cs b/src/generated/Models/UnifiedRoleManagementPolicyAuthenticationContextRule.cs index dd19e2fcf5..831dd0d845 100644 --- a/src/generated/Models/UnifiedRoleManagementPolicyAuthenticationContextRule.cs +++ b/src/generated/Models/UnifiedRoleManagementPolicyAuthenticationContextRule.cs @@ -17,7 +17,7 @@ public class UnifiedRoleManagementPolicyAuthenticationContextRule : UnifiedRoleM /// Determines whether this rule is enabled. public bool? IsEnabled { get; set; } /// - /// Instantiates a new unifiedRoleManagementPolicyAuthenticationContextRule and sets the default values. + /// Instantiates a new and sets the default values. /// public UnifiedRoleManagementPolicyAuthenticationContextRule() : base() { OdataType = "#microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule"; @@ -25,6 +25,7 @@ public UnifiedRoleManagementPolicyAuthenticationContextRule() : base() { /// /// 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 new UnifiedRoleManagementPolicyAuthenticationContextRule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public UnifiedRoleManagementPolicyAuthenticationContextRule() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"claimValue", n => { ClaimValue = n.GetStringValue(); } }, diff --git a/src/generated/Models/UnifiedRoleManagementPolicyCollectionResponse.cs b/src/generated/Models/UnifiedRoleManagementPolicyCollectionResponse.cs index 7d387a8215..72d5a58c6f 100644 --- a/src/generated/Models/UnifiedRoleManagementPolicyCollectionResponse.cs +++ b/src/generated/Models/UnifiedRoleManagementPolicyCollectionResponse.cs @@ -17,6 +17,7 @@ public class UnifiedRoleManagementPolicyCollectionResponse : BaseCollectionPagin /// /// 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 new UnifiedRoleManagementPolicyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UnifiedRoleManagementPolicyCollectionResponse : BaseCollectionPagin /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleManagementPolicy.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UnifiedRoleManagementPolicyEnablementRule.cs b/src/generated/Models/UnifiedRoleManagementPolicyEnablementRule.cs index 35753cbf96..8543893d86 100644 --- a/src/generated/Models/UnifiedRoleManagementPolicyEnablementRule.cs +++ b/src/generated/Models/UnifiedRoleManagementPolicyEnablementRule.cs @@ -15,7 +15,7 @@ public class UnifiedRoleManagementPolicyEnablementRule : UnifiedRoleManagementPo public List EnabledRules { get; set; } #endif /// - /// Instantiates a new unifiedRoleManagementPolicyEnablementRule and sets the default values. + /// Instantiates a new and sets the default values. /// public UnifiedRoleManagementPolicyEnablementRule() : base() { OdataType = "#microsoft.graph.unifiedRoleManagementPolicyEnablementRule"; @@ -23,6 +23,7 @@ public UnifiedRoleManagementPolicyEnablementRule() : base() { /// /// 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 new UnifiedRoleManagementPolicyEnablementRule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public UnifiedRoleManagementPolicyEnablementRule() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"enabledRules", n => { EnabledRules = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/UnifiedRoleManagementPolicyExpirationRule.cs b/src/generated/Models/UnifiedRoleManagementPolicyExpirationRule.cs index c25d8e30e6..751f5bc6c5 100644 --- a/src/generated/Models/UnifiedRoleManagementPolicyExpirationRule.cs +++ b/src/generated/Models/UnifiedRoleManagementPolicyExpirationRule.cs @@ -11,7 +11,7 @@ public class UnifiedRoleManagementPolicyExpirationRule : UnifiedRoleManagementPo /// The maximum duration allowed for eligibility or assignment that isn't permanent. Required when isExpirationRequired is true. public TimeSpan? MaximumDuration { get; set; } /// - /// Instantiates a new unifiedRoleManagementPolicyExpirationRule and sets the default values. + /// Instantiates a new and sets the default values. /// public UnifiedRoleManagementPolicyExpirationRule() : base() { OdataType = "#microsoft.graph.unifiedRoleManagementPolicyExpirationRule"; @@ -19,6 +19,7 @@ public UnifiedRoleManagementPolicyExpirationRule() : base() { /// /// 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 new UnifiedRoleManagementPolicyExpirationRule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public UnifiedRoleManagementPolicyExpirationRule() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"isExpirationRequired", n => { IsExpirationRequired = n.GetBoolValue(); } }, diff --git a/src/generated/Models/UnifiedRoleManagementPolicyNotificationRule.cs b/src/generated/Models/UnifiedRoleManagementPolicyNotificationRule.cs index 03008b6a0c..4fbccaf9c3 100644 --- a/src/generated/Models/UnifiedRoleManagementPolicyNotificationRule.cs +++ b/src/generated/Models/UnifiedRoleManagementPolicyNotificationRule.cs @@ -41,7 +41,7 @@ public class UnifiedRoleManagementPolicyNotificationRule : UnifiedRoleManagement public string RecipientType { get; set; } #endif /// - /// Instantiates a new unifiedRoleManagementPolicyNotificationRule and sets the default values. + /// Instantiates a new and sets the default values. /// public UnifiedRoleManagementPolicyNotificationRule() : base() { OdataType = "#microsoft.graph.unifiedRoleManagementPolicyNotificationRule"; @@ -49,6 +49,7 @@ public UnifiedRoleManagementPolicyNotificationRule() : base() { /// /// 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 new UnifiedRoleManagementPolicyNotificationRule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public UnifiedRoleManagementPolicyNotificationRule() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"isDefaultRecipientsEnabled", n => { IsDefaultRecipientsEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/UnifiedRoleManagementPolicyRule.cs b/src/generated/Models/UnifiedRoleManagementPolicyRule.cs index 33fd0f6823..e01e6a25c4 100644 --- a/src/generated/Models/UnifiedRoleManagementPolicyRule.cs +++ b/src/generated/Models/UnifiedRoleManagementPolicyRule.cs @@ -17,6 +17,7 @@ public class UnifiedRoleManagementPolicyRule : Entity, IParsable { /// /// 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 new UnifiedRoleManagementPolicyRule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class UnifiedRoleManagementPolicyRule : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"target", n => { Target = n.GetObjectValue(UnifiedRoleManagementPolicyRuleTarget.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/UnifiedRoleManagementPolicyRuleCollectionResponse.cs b/src/generated/Models/UnifiedRoleManagementPolicyRuleCollectionResponse.cs index 22597e8118..5801151aad 100644 --- a/src/generated/Models/UnifiedRoleManagementPolicyRuleCollectionResponse.cs +++ b/src/generated/Models/UnifiedRoleManagementPolicyRuleCollectionResponse.cs @@ -17,6 +17,7 @@ public class UnifiedRoleManagementPolicyRuleCollectionResponse : BaseCollectionP /// /// 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 new UnifiedRoleManagementPolicyRuleCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UnifiedRoleManagementPolicyRuleCollectionResponse : BaseCollectionP /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleManagementPolicyRule.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UnifiedRoleManagementPolicyRuleTarget.cs b/src/generated/Models/UnifiedRoleManagementPolicyRuleTarget.cs index e69cd23f4d..893423fa8f 100644 --- a/src/generated/Models/UnifiedRoleManagementPolicyRuleTarget.cs +++ b/src/generated/Models/UnifiedRoleManagementPolicyRuleTarget.cs @@ -65,7 +65,7 @@ public class UnifiedRoleManagementPolicyRuleTarget : IAdditionalDataHolder, IPar public List TargetObjects { get; set; } #endif /// - /// Instantiates a new unifiedRoleManagementPolicyRuleTarget and sets the default values. + /// Instantiates a new and sets the default values. /// public UnifiedRoleManagementPolicyRuleTarget() { AdditionalData = new Dictionary(); @@ -73,6 +73,7 @@ public UnifiedRoleManagementPolicyRuleTarget() { /// /// 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 UnifiedRoleManagementPolicyRuleTarget CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -81,6 +82,7 @@ public static UnifiedRoleManagementPolicyRuleTarget CreateFromDiscriminatorValue /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"caller", n => { Caller = n.GetStringValue(); } }, diff --git a/src/generated/Models/UnifiedRolePermission.cs b/src/generated/Models/UnifiedRolePermission.cs index f8ce6fd164..02d686fa4f 100644 --- a/src/generated/Models/UnifiedRolePermission.cs +++ b/src/generated/Models/UnifiedRolePermission.cs @@ -41,7 +41,7 @@ public class UnifiedRolePermission : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new unifiedRolePermission and sets the default values. + /// Instantiates a new and sets the default values. /// public UnifiedRolePermission() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public UnifiedRolePermission() { /// /// 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 UnifiedRolePermission CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static UnifiedRolePermission CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowedResourceActions", n => { AllowedResourceActions = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Models/UnifiedRoleScheduleBase.cs b/src/generated/Models/UnifiedRoleScheduleBase.cs index 8d5c68aa9d..9f46b14c27 100644 --- a/src/generated/Models/UnifiedRoleScheduleBase.cs +++ b/src/generated/Models/UnifiedRoleScheduleBase.cs @@ -93,6 +93,7 @@ public class UnifiedRoleScheduleBase : Entity, IParsable { /// /// 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 new UnifiedRoleScheduleBase CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -106,6 +107,7 @@ public class UnifiedRoleScheduleBase : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appScope", n => { AppScope = n.GetObjectValue(ApiSdk.Models.AppScope.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/UnifiedRoleScheduleInstanceBase.cs b/src/generated/Models/UnifiedRoleScheduleInstanceBase.cs index 872f9b9a21..da2bfeb3b4 100644 --- a/src/generated/Models/UnifiedRoleScheduleInstanceBase.cs +++ b/src/generated/Models/UnifiedRoleScheduleInstanceBase.cs @@ -73,6 +73,7 @@ public class UnifiedRoleScheduleInstanceBase : Entity, IParsable { /// /// 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 new UnifiedRoleScheduleInstanceBase CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -86,6 +87,7 @@ public class UnifiedRoleScheduleInstanceBase : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appScope", n => { AppScope = n.GetObjectValue(ApiSdk.Models.AppScope.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/UnmuteParticipantOperation.cs b/src/generated/Models/UnmuteParticipantOperation.cs index f4e18df81b..64cd828dfc 100644 --- a/src/generated/Models/UnmuteParticipantOperation.cs +++ b/src/generated/Models/UnmuteParticipantOperation.cs @@ -9,6 +9,7 @@ public class UnmuteParticipantOperation : CommsOperation, IParsable { /// /// 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 new UnmuteParticipantOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class UnmuteParticipantOperation : CommsOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/UpdateAllowedCombinationsResult.cs b/src/generated/Models/UpdateAllowedCombinationsResult.cs index d574dc8efb..62a8b65b2b 100644 --- a/src/generated/Models/UpdateAllowedCombinationsResult.cs +++ b/src/generated/Models/UpdateAllowedCombinationsResult.cs @@ -49,7 +49,7 @@ public class UpdateAllowedCombinationsResult : IAdditionalDataHolder, IParsable public List PreviousCombinations { get; set; } #endif /// - /// Instantiates a new updateAllowedCombinationsResult and sets the default values. + /// Instantiates a new and sets the default values. /// public UpdateAllowedCombinationsResult() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public UpdateAllowedCombinationsResult() { /// /// 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 UpdateAllowedCombinationsResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static UpdateAllowedCombinationsResult CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"additionalInformation", n => { AdditionalInformation = n.GetStringValue(); } }, diff --git a/src/generated/Models/UpdateRecordingStatusOperation.cs b/src/generated/Models/UpdateRecordingStatusOperation.cs index b29d4c1d19..338fd2e033 100644 --- a/src/generated/Models/UpdateRecordingStatusOperation.cs +++ b/src/generated/Models/UpdateRecordingStatusOperation.cs @@ -9,6 +9,7 @@ public class UpdateRecordingStatusOperation : CommsOperation, IParsable { /// /// 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 new UpdateRecordingStatusOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class UpdateRecordingStatusOperation : CommsOperation, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/UpdateWindowsDeviceAccountActionParameter.cs b/src/generated/Models/UpdateWindowsDeviceAccountActionParameter.cs index 2cff883daa..ac0378625d 100644 --- a/src/generated/Models/UpdateWindowsDeviceAccountActionParameter.cs +++ b/src/generated/Models/UpdateWindowsDeviceAccountActionParameter.cs @@ -53,7 +53,7 @@ public class UpdateWindowsDeviceAccountActionParameter : IAdditionalDataHolder, public string SessionInitiationProtocalAddress { get; set; } #endif /// - /// Instantiates a new updateWindowsDeviceAccountActionParameter and sets the default values. + /// Instantiates a new and sets the default values. /// public UpdateWindowsDeviceAccountActionParameter() { AdditionalData = new Dictionary(); @@ -61,6 +61,7 @@ public UpdateWindowsDeviceAccountActionParameter() { /// /// 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 UpdateWindowsDeviceAccountActionParameter CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -69,6 +70,7 @@ public static UpdateWindowsDeviceAccountActionParameter CreateFromDiscriminatorV /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"calendarSyncEnabled", n => { CalendarSyncEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/UploadSession.cs b/src/generated/Models/UploadSession.cs index d5ef425492..18f01cfc46 100644 --- a/src/generated/Models/UploadSession.cs +++ b/src/generated/Models/UploadSession.cs @@ -35,7 +35,7 @@ public class UploadSession : IAdditionalDataHolder, IParsable { public string UploadUrl { get; set; } #endif /// - /// Instantiates a new uploadSession and sets the default values. + /// Instantiates a new and sets the default values. /// public UploadSession() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public UploadSession() { /// /// 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 UploadSession CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static UploadSession CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"expirationDateTime", n => { ExpirationDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/UriClickSecurityState.cs b/src/generated/Models/UriClickSecurityState.cs index ab275e2f7b..1d3b1186c0 100644 --- a/src/generated/Models/UriClickSecurityState.cs +++ b/src/generated/Models/UriClickSecurityState.cs @@ -59,7 +59,7 @@ public class UriClickSecurityState : IAdditionalDataHolder, IParsable { public string Verdict { get; set; } #endif /// - /// Instantiates a new uriClickSecurityState and sets the default values. + /// Instantiates a new and sets the default values. /// public UriClickSecurityState() { AdditionalData = new Dictionary(); @@ -67,6 +67,7 @@ public UriClickSecurityState() { /// /// 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 UriClickSecurityState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -75,6 +76,7 @@ public static UriClickSecurityState CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"clickAction", n => { ClickAction = n.GetStringValue(); } }, diff --git a/src/generated/Models/UrlAssessmentRequest.cs b/src/generated/Models/UrlAssessmentRequest.cs index 4eaf9850dc..503c7cbfc7 100644 --- a/src/generated/Models/UrlAssessmentRequest.cs +++ b/src/generated/Models/UrlAssessmentRequest.cs @@ -15,7 +15,7 @@ public class UrlAssessmentRequest : ThreatAssessmentRequest, IParsable { public string Url { get; set; } #endif /// - /// Instantiates a new urlAssessmentRequest and sets the default values. + /// Instantiates a new and sets the default values. /// public UrlAssessmentRequest() : base() { OdataType = "#microsoft.graph.urlAssessmentRequest"; @@ -23,6 +23,7 @@ public UrlAssessmentRequest() : base() { /// /// 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 new UrlAssessmentRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public UrlAssessmentRequest() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"url", n => { Url = n.GetStringValue(); } }, diff --git a/src/generated/Models/UsageDetails.cs b/src/generated/Models/UsageDetails.cs index 0fb745803a..42fb180cb0 100644 --- a/src/generated/Models/UsageDetails.cs +++ b/src/generated/Models/UsageDetails.cs @@ -21,7 +21,7 @@ public class UsageDetails : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new usageDetails and sets the default values. + /// Instantiates a new and sets the default values. /// public UsageDetails() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public UsageDetails() { /// /// 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 UsageDetails CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static UsageDetails CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"lastAccessedDateTime", n => { LastAccessedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/UsedInsight.cs b/src/generated/Models/UsedInsight.cs index 4ad046edd0..507a8efb16 100644 --- a/src/generated/Models/UsedInsight.cs +++ b/src/generated/Models/UsedInsight.cs @@ -41,6 +41,7 @@ public class UsedInsight : Entity, IParsable { /// /// 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 new UsedInsight CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public class UsedInsight : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"lastUsed", n => { LastUsed = n.GetObjectValue(UsageDetails.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/UsedInsightCollectionResponse.cs b/src/generated/Models/UsedInsightCollectionResponse.cs index 432c2aabc7..40f6940208 100644 --- a/src/generated/Models/UsedInsightCollectionResponse.cs +++ b/src/generated/Models/UsedInsightCollectionResponse.cs @@ -17,6 +17,7 @@ public class UsedInsightCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new UsedInsightCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UsedInsightCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UsedInsight.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/User.cs b/src/generated/Models/User.cs index 97c9f0eb6b..59dd3b1d48 100644 --- a/src/generated/Models/User.cs +++ b/src/generated/Models/User.cs @@ -923,7 +923,7 @@ public class User : DirectoryObject, IParsable { public string UserType { get; set; } #endif /// - /// Instantiates a new user and sets the default values. + /// Instantiates a new and sets the default values. /// public User() : base() { OdataType = "#microsoft.graph.user"; @@ -931,6 +931,7 @@ public User() : base() { /// /// 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 new User CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -939,6 +940,7 @@ public User() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"aboutMe", n => { AboutMe = n.GetStringValue(); } }, diff --git a/src/generated/Models/UserActivity.cs b/src/generated/Models/UserActivity.cs index 857974976d..1eace264e5 100644 --- a/src/generated/Models/UserActivity.cs +++ b/src/generated/Models/UserActivity.cs @@ -97,6 +97,7 @@ public class UserActivity : Entity, IParsable { /// /// 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 new UserActivity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -105,6 +106,7 @@ public class UserActivity : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activationUrl", n => { ActivationUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/UserActivityCollectionResponse.cs b/src/generated/Models/UserActivityCollectionResponse.cs index 9c6f03e57b..88d3b6736e 100644 --- a/src/generated/Models/UserActivityCollectionResponse.cs +++ b/src/generated/Models/UserActivityCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserActivityCollectionResponse : BaseCollectionPaginationCountRespo /// /// 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 new UserActivityCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserActivityCollectionResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserActivity.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserAttributeValuesItem.cs b/src/generated/Models/UserAttributeValuesItem.cs index 9c1af0e1e0..d55836934f 100644 --- a/src/generated/Models/UserAttributeValuesItem.cs +++ b/src/generated/Models/UserAttributeValuesItem.cs @@ -35,7 +35,7 @@ public class UserAttributeValuesItem : IAdditionalDataHolder, IParsable { public string Value { get; set; } #endif /// - /// Instantiates a new userAttributeValuesItem and sets the default values. + /// Instantiates a new and sets the default values. /// public UserAttributeValuesItem() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public UserAttributeValuesItem() { /// /// 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 UserAttributeValuesItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static UserAttributeValuesItem CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isDefault", n => { IsDefault = n.GetBoolValue(); } }, diff --git a/src/generated/Models/UserCollectionResponse.cs b/src/generated/Models/UserCollectionResponse.cs index a0d7bc685b..dc73958379 100644 --- a/src/generated/Models/UserCollectionResponse.cs +++ b/src/generated/Models/UserCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserCollectionResponse : BaseCollectionPaginationCountResponse, IPa /// /// 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 new UserCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserCollectionResponse : BaseCollectionPaginationCountResponse, IPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(User.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserConsentRequest.cs b/src/generated/Models/UserConsentRequest.cs index 537751b4a7..31347c695c 100644 --- a/src/generated/Models/UserConsentRequest.cs +++ b/src/generated/Models/UserConsentRequest.cs @@ -25,6 +25,7 @@ public class UserConsentRequest : Request, IParsable { /// /// 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 new UserConsentRequest CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class UserConsentRequest : Request, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"approval", n => { Approval = n.GetObjectValue(ApiSdk.Models.Approval.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/UserConsentRequestCollectionResponse.cs b/src/generated/Models/UserConsentRequestCollectionResponse.cs index 45a5e16d81..d1669afc16 100644 --- a/src/generated/Models/UserConsentRequestCollectionResponse.cs +++ b/src/generated/Models/UserConsentRequestCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserConsentRequestCollectionResponse : BaseCollectionPaginationCoun /// /// 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 new UserConsentRequestCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserConsentRequestCollectionResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserConsentRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.cs b/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.cs index dd570cf319..960f4f08ab 100644 --- a/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.cs +++ b/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.cs @@ -52,6 +52,7 @@ public class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails : /// /// 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 new UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -60,6 +61,7 @@ public class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails : /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appCrashCount", n => { AppCrashCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsCollectionResponse.cs index 6bf9d4f60f..8ca5765b39 100644 --- a/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsCo /// /// 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 new UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.cs b/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.cs index cd16101e77..644fb067c1 100644 --- a/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.cs +++ b/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.cs @@ -64,6 +64,7 @@ public class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId /// /// 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 new UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -72,6 +73,7 @@ public class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appCrashCount", n => { AppCrashCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdCollectionResponse.cs index 53e913af2e..55d1fef5b7 100644 --- a/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdC /// /// 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 new UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion.cs b/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion.cs index 90e0b47c48..0f861ff81e 100644 --- a/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion.cs +++ b/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion.cs @@ -60,6 +60,7 @@ public class UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion : Entity, /// /// 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 new UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -68,6 +69,7 @@ public class UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion : Entity, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activeDeviceCount", n => { ActiveDeviceCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionCollectionResponse.cs index ca1a7faaa4..920dd3f76d 100644 --- a/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionCollection /// /// 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 new UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsAppHealthAppPerformanceByOSVersionCollection /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsAppHealthApplicationPerformance.cs b/src/generated/Models/UserExperienceAnalyticsAppHealthApplicationPerformance.cs index 558222a45a..ed0ea5512b 100644 --- a/src/generated/Models/UserExperienceAnalyticsAppHealthApplicationPerformance.cs +++ b/src/generated/Models/UserExperienceAnalyticsAppHealthApplicationPerformance.cs @@ -48,6 +48,7 @@ public class UserExperienceAnalyticsAppHealthApplicationPerformance : Entity, IP /// /// 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 new UserExperienceAnalyticsAppHealthApplicationPerformance CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -56,6 +57,7 @@ public class UserExperienceAnalyticsAppHealthApplicationPerformance : Entity, IP /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activeDeviceCount", n => { ActiveDeviceCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsAppHealthApplicationPerformanceCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsAppHealthApplicationPerformanceCollectionResponse.cs index f8124a551e..3b645de0fe 100644 --- a/src/generated/Models/UserExperienceAnalyticsAppHealthApplicationPerformanceCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsAppHealthApplicationPerformanceCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsAppHealthApplicationPerformanceCollectionRes /// /// 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 new UserExperienceAnalyticsAppHealthApplicationPerformanceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsAppHealthApplicationPerformanceCollectionRes /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsAppHealthApplicationPerformance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsAppHealthDeviceModelPerformance.cs b/src/generated/Models/UserExperienceAnalyticsAppHealthDeviceModelPerformance.cs index f4fa245865..86afe50e6c 100644 --- a/src/generated/Models/UserExperienceAnalyticsAppHealthDeviceModelPerformance.cs +++ b/src/generated/Models/UserExperienceAnalyticsAppHealthDeviceModelPerformance.cs @@ -36,6 +36,7 @@ public class UserExperienceAnalyticsAppHealthDeviceModelPerformance : Entity, IP /// /// 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 new UserExperienceAnalyticsAppHealthDeviceModelPerformance CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public class UserExperienceAnalyticsAppHealthDeviceModelPerformance : Entity, IP /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activeDeviceCount", n => { ActiveDeviceCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsAppHealthDeviceModelPerformanceCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsAppHealthDeviceModelPerformanceCollectionResponse.cs index 25d79c7c31..970606614a 100644 --- a/src/generated/Models/UserExperienceAnalyticsAppHealthDeviceModelPerformanceCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsAppHealthDeviceModelPerformanceCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsAppHealthDeviceModelPerformanceCollectionRes /// /// 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 new UserExperienceAnalyticsAppHealthDeviceModelPerformanceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsAppHealthDeviceModelPerformanceCollectionRes /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsAppHealthDeviceModelPerformance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsAppHealthDevicePerformance.cs b/src/generated/Models/UserExperienceAnalyticsAppHealthDevicePerformance.cs index fef57fa682..b74763fd07 100644 --- a/src/generated/Models/UserExperienceAnalyticsAppHealthDevicePerformance.cs +++ b/src/generated/Models/UserExperienceAnalyticsAppHealthDevicePerformance.cs @@ -58,6 +58,7 @@ public class UserExperienceAnalyticsAppHealthDevicePerformance : Entity, IParsab /// /// 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 new UserExperienceAnalyticsAppHealthDevicePerformance CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public class UserExperienceAnalyticsAppHealthDevicePerformance : Entity, IParsab /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appCrashCount", n => { AppCrashCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsAppHealthDevicePerformanceCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsAppHealthDevicePerformanceCollectionResponse.cs index d47e1d249e..d7523fdf53 100644 --- a/src/generated/Models/UserExperienceAnalyticsAppHealthDevicePerformanceCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsAppHealthDevicePerformanceCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsAppHealthDevicePerformanceCollectionResponse /// /// 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 new UserExperienceAnalyticsAppHealthDevicePerformanceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsAppHealthDevicePerformanceCollectionResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsAppHealthDevicePerformance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsAppHealthDevicePerformanceDetails.cs b/src/generated/Models/UserExperienceAnalyticsAppHealthDevicePerformanceDetails.cs index 7edd4e37cf..fe7af870c0 100644 --- a/src/generated/Models/UserExperienceAnalyticsAppHealthDevicePerformanceDetails.cs +++ b/src/generated/Models/UserExperienceAnalyticsAppHealthDevicePerformanceDetails.cs @@ -62,6 +62,7 @@ public class UserExperienceAnalyticsAppHealthDevicePerformanceDetails : Entity, /// /// 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 new UserExperienceAnalyticsAppHealthDevicePerformanceDetails CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -70,6 +71,7 @@ public class UserExperienceAnalyticsAppHealthDevicePerformanceDetails : Entity, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appDisplayName", n => { AppDisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsAppHealthDevicePerformanceDetailsCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsAppHealthDevicePerformanceDetailsCollectionResponse.cs index 2533cde764..07229be1b6 100644 --- a/src/generated/Models/UserExperienceAnalyticsAppHealthDevicePerformanceDetailsCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsAppHealthDevicePerformanceDetailsCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsAppHealthDevicePerformanceDetailsCollectionR /// /// 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 new UserExperienceAnalyticsAppHealthDevicePerformanceDetailsCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsAppHealthDevicePerformanceDetailsCollectionR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsAppHealthDevicePerformanceDetails.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsAppHealthOSVersionPerformance.cs b/src/generated/Models/UserExperienceAnalyticsAppHealthOSVersionPerformance.cs index 9830ce3019..b9f76f7f66 100644 --- a/src/generated/Models/UserExperienceAnalyticsAppHealthOSVersionPerformance.cs +++ b/src/generated/Models/UserExperienceAnalyticsAppHealthOSVersionPerformance.cs @@ -34,6 +34,7 @@ public class UserExperienceAnalyticsAppHealthOSVersionPerformance : Entity, IPar /// /// 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 new UserExperienceAnalyticsAppHealthOSVersionPerformance CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public class UserExperienceAnalyticsAppHealthOSVersionPerformance : Entity, IPar /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activeDeviceCount", n => { ActiveDeviceCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsAppHealthOSVersionPerformanceCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsAppHealthOSVersionPerformanceCollectionResponse.cs index f4230d6631..82ab96867e 100644 --- a/src/generated/Models/UserExperienceAnalyticsAppHealthOSVersionPerformanceCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsAppHealthOSVersionPerformanceCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsAppHealthOSVersionPerformanceCollectionRespo /// /// 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 new UserExperienceAnalyticsAppHealthOSVersionPerformanceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsAppHealthOSVersionPerformanceCollectionRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsAppHealthOSVersionPerformance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsAutopilotDevicesSummary.cs b/src/generated/Models/UserExperienceAnalyticsAutopilotDevicesSummary.cs index b47a5d7e8b..b62af5b5b0 100644 --- a/src/generated/Models/UserExperienceAnalyticsAutopilotDevicesSummary.cs +++ b/src/generated/Models/UserExperienceAnalyticsAutopilotDevicesSummary.cs @@ -26,7 +26,7 @@ public class UserExperienceAnalyticsAutopilotDevicesSummary : IAdditionalDataHol /// The count of windows 10 devices that are Intune and co-managed. Read-only. public int? TotalWindows10DevicesWithoutTenantAttached { get; set; } /// - /// Instantiates a new userExperienceAnalyticsAutopilotDevicesSummary and sets the default values. + /// Instantiates a new and sets the default values. /// public UserExperienceAnalyticsAutopilotDevicesSummary() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public UserExperienceAnalyticsAutopilotDevicesSummary() { /// /// 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 UserExperienceAnalyticsAutopilotDevicesSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static UserExperienceAnalyticsAutopilotDevicesSummary CreateFromDiscrimin /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"devicesNotAutopilotRegistered", n => { DevicesNotAutopilotRegistered = n.GetIntValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsBaseline.cs b/src/generated/Models/UserExperienceAnalyticsBaseline.cs index 57d40d5cd9..78c104d40f 100644 --- a/src/generated/Models/UserExperienceAnalyticsBaseline.cs +++ b/src/generated/Models/UserExperienceAnalyticsBaseline.cs @@ -80,6 +80,7 @@ public class UserExperienceAnalyticsBaseline : Entity, IParsable { /// /// 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 new UserExperienceAnalyticsBaseline CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -88,6 +89,7 @@ public class UserExperienceAnalyticsBaseline : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appHealthMetrics", n => { AppHealthMetrics = n.GetObjectValue(UserExperienceAnalyticsCategory.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsBaselineCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsBaselineCollectionResponse.cs index 8a03bf7c9b..8a7b5aa2ae 100644 --- a/src/generated/Models/UserExperienceAnalyticsBaselineCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsBaselineCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsBaselineCollectionResponse : BaseCollectionP /// /// 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 new UserExperienceAnalyticsBaselineCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsBaselineCollectionResponse : BaseCollectionP /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsBaseline.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsCategory.cs b/src/generated/Models/UserExperienceAnalyticsCategory.cs index d10146d715..ed8c35ce91 100644 --- a/src/generated/Models/UserExperienceAnalyticsCategory.cs +++ b/src/generated/Models/UserExperienceAnalyticsCategory.cs @@ -28,6 +28,7 @@ public class UserExperienceAnalyticsCategory : Entity, IParsable { /// /// 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 new UserExperienceAnalyticsCategory CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -36,6 +37,7 @@ public class UserExperienceAnalyticsCategory : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"insights", n => { Insights = n.GetCollectionOfObjectValues(UserExperienceAnalyticsInsight.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsCategoryCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsCategoryCollectionResponse.cs index 02995081be..0970ed8d1d 100644 --- a/src/generated/Models/UserExperienceAnalyticsCategoryCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsCategoryCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsCategoryCollectionResponse : BaseCollectionP /// /// 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 new UserExperienceAnalyticsCategoryCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsCategoryCollectionResponse : BaseCollectionP /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsCategory.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsCloudIdentityDevicesSummary.cs b/src/generated/Models/UserExperienceAnalyticsCloudIdentityDevicesSummary.cs index 25cbfd4fd6..84f8d97d27 100644 --- a/src/generated/Models/UserExperienceAnalyticsCloudIdentityDevicesSummary.cs +++ b/src/generated/Models/UserExperienceAnalyticsCloudIdentityDevicesSummary.cs @@ -22,7 +22,7 @@ public class UserExperienceAnalyticsCloudIdentityDevicesSummary : IAdditionalDat public string OdataType { get; set; } #endif /// - /// Instantiates a new userExperienceAnalyticsCloudIdentityDevicesSummary and sets the default values. + /// Instantiates a new and sets the default values. /// public UserExperienceAnalyticsCloudIdentityDevicesSummary() { AdditionalData = new Dictionary(); @@ -30,6 +30,7 @@ public UserExperienceAnalyticsCloudIdentityDevicesSummary() { /// /// 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 UserExperienceAnalyticsCloudIdentityDevicesSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public static UserExperienceAnalyticsCloudIdentityDevicesSummary CreateFromDiscr /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"deviceWithoutCloudIdentityCount", n => { DeviceWithoutCloudIdentityCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsCloudManagementDevicesSummary.cs b/src/generated/Models/UserExperienceAnalyticsCloudManagementDevicesSummary.cs index 79d98ca5cc..e171450db2 100644 --- a/src/generated/Models/UserExperienceAnalyticsCloudManagementDevicesSummary.cs +++ b/src/generated/Models/UserExperienceAnalyticsCloudManagementDevicesSummary.cs @@ -26,7 +26,7 @@ public class UserExperienceAnalyticsCloudManagementDevicesSummary : IAdditionalD /// Total count of tenant attach devices. Read-only. public int? TenantAttachDeviceCount { get; set; } /// - /// Instantiates a new userExperienceAnalyticsCloudManagementDevicesSummary and sets the default values. + /// Instantiates a new and sets the default values. /// public UserExperienceAnalyticsCloudManagementDevicesSummary() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public UserExperienceAnalyticsCloudManagementDevicesSummary() { /// /// 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 UserExperienceAnalyticsCloudManagementDevicesSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static UserExperienceAnalyticsCloudManagementDevicesSummary CreateFromDis /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"coManagedDeviceCount", n => { CoManagedDeviceCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsDevicePerformance.cs b/src/generated/Models/UserExperienceAnalyticsDevicePerformance.cs index 3a4cc843bb..91c83d7fe5 100644 --- a/src/generated/Models/UserExperienceAnalyticsDevicePerformance.cs +++ b/src/generated/Models/UserExperienceAnalyticsDevicePerformance.cs @@ -76,6 +76,7 @@ public class UserExperienceAnalyticsDevicePerformance : Entity, IParsable { /// /// 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 new UserExperienceAnalyticsDevicePerformance CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -84,6 +85,7 @@ public class UserExperienceAnalyticsDevicePerformance : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"averageBlueScreens", n => { AverageBlueScreens = n.GetDoubleValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsDevicePerformanceCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsDevicePerformanceCollectionResponse.cs index 492b58bba0..fe47671975 100644 --- a/src/generated/Models/UserExperienceAnalyticsDevicePerformanceCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsDevicePerformanceCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsDevicePerformanceCollectionResponse : BaseCo /// /// 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 new UserExperienceAnalyticsDevicePerformanceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsDevicePerformanceCollectionResponse : BaseCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsDevicePerformance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsDeviceScores.cs b/src/generated/Models/UserExperienceAnalyticsDeviceScores.cs index 23e9e2714c..3c08069fdf 100644 --- a/src/generated/Models/UserExperienceAnalyticsDeviceScores.cs +++ b/src/generated/Models/UserExperienceAnalyticsDeviceScores.cs @@ -48,6 +48,7 @@ public class UserExperienceAnalyticsDeviceScores : Entity, IParsable { /// /// 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 new UserExperienceAnalyticsDeviceScores CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -56,6 +57,7 @@ public class UserExperienceAnalyticsDeviceScores : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appReliabilityScore", n => { AppReliabilityScore = n.GetDoubleValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsDeviceScoresCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsDeviceScoresCollectionResponse.cs index a699557c12..8f527159a4 100644 --- a/src/generated/Models/UserExperienceAnalyticsDeviceScoresCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsDeviceScoresCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsDeviceScoresCollectionResponse : BaseCollect /// /// 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 new UserExperienceAnalyticsDeviceScoresCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsDeviceScoresCollectionResponse : BaseCollect /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsDeviceScores.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsDeviceStartupHistory.cs b/src/generated/Models/UserExperienceAnalyticsDeviceStartupHistory.cs index 522d909ad4..0afcf1541e 100644 --- a/src/generated/Models/UserExperienceAnalyticsDeviceStartupHistory.cs +++ b/src/generated/Models/UserExperienceAnalyticsDeviceStartupHistory.cs @@ -68,6 +68,7 @@ public class UserExperienceAnalyticsDeviceStartupHistory : Entity, IParsable { /// /// 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 new UserExperienceAnalyticsDeviceStartupHistory CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -76,6 +77,7 @@ public class UserExperienceAnalyticsDeviceStartupHistory : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"coreBootTimeInMs", n => { CoreBootTimeInMs = n.GetIntValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsDeviceStartupHistoryCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsDeviceStartupHistoryCollectionResponse.cs index e80c451fd1..78bae33e6d 100644 --- a/src/generated/Models/UserExperienceAnalyticsDeviceStartupHistoryCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsDeviceStartupHistoryCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsDeviceStartupHistoryCollectionResponse : Bas /// /// 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 new UserExperienceAnalyticsDeviceStartupHistoryCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsDeviceStartupHistoryCollectionResponse : Bas /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsDeviceStartupHistory.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsDeviceStartupProcess.cs b/src/generated/Models/UserExperienceAnalyticsDeviceStartupProcess.cs index 04dd7bf3a9..c3060eace8 100644 --- a/src/generated/Models/UserExperienceAnalyticsDeviceStartupProcess.cs +++ b/src/generated/Models/UserExperienceAnalyticsDeviceStartupProcess.cs @@ -46,6 +46,7 @@ public class UserExperienceAnalyticsDeviceStartupProcess : Entity, IParsable { /// /// 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 new UserExperienceAnalyticsDeviceStartupProcess CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -54,6 +55,7 @@ public class UserExperienceAnalyticsDeviceStartupProcess : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"managedDeviceId", n => { ManagedDeviceId = n.GetStringValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsDeviceStartupProcessCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsDeviceStartupProcessCollectionResponse.cs index aeae3379a5..61c5c4e23d 100644 --- a/src/generated/Models/UserExperienceAnalyticsDeviceStartupProcessCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsDeviceStartupProcessCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsDeviceStartupProcessCollectionResponse : Bas /// /// 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 new UserExperienceAnalyticsDeviceStartupProcessCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsDeviceStartupProcessCollectionResponse : Bas /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsDeviceStartupProcess.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsDeviceStartupProcessPerformance.cs b/src/generated/Models/UserExperienceAnalyticsDeviceStartupProcessPerformance.cs index fff70d102a..a0ca9ce9e9 100644 --- a/src/generated/Models/UserExperienceAnalyticsDeviceStartupProcessPerformance.cs +++ b/src/generated/Models/UserExperienceAnalyticsDeviceStartupProcessPerformance.cs @@ -42,6 +42,7 @@ public class UserExperienceAnalyticsDeviceStartupProcessPerformance : Entity, IP /// /// 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 new UserExperienceAnalyticsDeviceStartupProcessPerformance CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public class UserExperienceAnalyticsDeviceStartupProcessPerformance : Entity, IP /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deviceCount", n => { DeviceCount = n.GetLongValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionResponse.cs index f0cedacd44..a11c6321e5 100644 --- a/src/generated/Models/UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionRes /// /// 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 new UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsDeviceStartupProcessPerformanceCollectionRes /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsDeviceStartupProcessPerformance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsInsight.cs b/src/generated/Models/UserExperienceAnalyticsInsight.cs index 183ceca56f..4b42ea1f39 100644 --- a/src/generated/Models/UserExperienceAnalyticsInsight.cs +++ b/src/generated/Models/UserExperienceAnalyticsInsight.cs @@ -46,7 +46,7 @@ public class UserExperienceAnalyticsInsight : IAdditionalDataHolder, IParsable { public List Values { get; set; } #endif /// - /// Instantiates a new userExperienceAnalyticsInsight and sets the default values. + /// Instantiates a new and sets the default values. /// public UserExperienceAnalyticsInsight() { AdditionalData = new Dictionary(); @@ -54,6 +54,7 @@ public UserExperienceAnalyticsInsight() { /// /// 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 UserExperienceAnalyticsInsight CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -62,6 +63,7 @@ public static UserExperienceAnalyticsInsight CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"insightId", n => { InsightId = n.GetStringValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsInsightValue.cs b/src/generated/Models/UserExperienceAnalyticsInsightValue.cs index d0d9e97708..9d564a878a 100644 --- a/src/generated/Models/UserExperienceAnalyticsInsightValue.cs +++ b/src/generated/Models/UserExperienceAnalyticsInsightValue.cs @@ -20,7 +20,7 @@ public class UserExperienceAnalyticsInsightValue : IAdditionalDataHolder, IParsa public string OdataType { get; set; } #endif /// - /// Instantiates a new userExperienceAnalyticsInsightValue and sets the default values. + /// Instantiates a new and sets the default values. /// public UserExperienceAnalyticsInsightValue() { AdditionalData = new Dictionary(); @@ -28,6 +28,7 @@ public UserExperienceAnalyticsInsightValue() { /// /// 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 UserExperienceAnalyticsInsightValue CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static UserExperienceAnalyticsInsightValue CreateFromDiscriminatorValue(I /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsMetric.cs b/src/generated/Models/UserExperienceAnalyticsMetric.cs index 21eee1da0a..3b1f70503f 100644 --- a/src/generated/Models/UserExperienceAnalyticsMetric.cs +++ b/src/generated/Models/UserExperienceAnalyticsMetric.cs @@ -22,6 +22,7 @@ public class UserExperienceAnalyticsMetric : Entity, IParsable { /// /// 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 new UserExperienceAnalyticsMetric CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -30,6 +31,7 @@ public class UserExperienceAnalyticsMetric : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"unit", n => { Unit = n.GetStringValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsMetricCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsMetricCollectionResponse.cs index 858e94960a..be800b6193 100644 --- a/src/generated/Models/UserExperienceAnalyticsMetricCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsMetricCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsMetricCollectionResponse : BaseCollectionPag /// /// 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 new UserExperienceAnalyticsMetricCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsMetricCollectionResponse : BaseCollectionPag /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsMetric.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsMetricHistory.cs b/src/generated/Models/UserExperienceAnalyticsMetricHistory.cs index 53c6a03d70..2e6e081de5 100644 --- a/src/generated/Models/UserExperienceAnalyticsMetricHistory.cs +++ b/src/generated/Models/UserExperienceAnalyticsMetricHistory.cs @@ -30,6 +30,7 @@ public class UserExperienceAnalyticsMetricHistory : Entity, IParsable { /// /// 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 new UserExperienceAnalyticsMetricHistory CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public class UserExperienceAnalyticsMetricHistory : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deviceId", n => { DeviceId = n.GetStringValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsMetricHistoryCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsMetricHistoryCollectionResponse.cs index 1a5ad4071b..6edae0425c 100644 --- a/src/generated/Models/UserExperienceAnalyticsMetricHistoryCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsMetricHistoryCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsMetricHistoryCollectionResponse : BaseCollec /// /// 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 new UserExperienceAnalyticsMetricHistoryCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsMetricHistoryCollectionResponse : BaseCollec /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsMetricHistory.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsModelScores.cs b/src/generated/Models/UserExperienceAnalyticsModelScores.cs index 9bd20ae07e..38df8001f5 100644 --- a/src/generated/Models/UserExperienceAnalyticsModelScores.cs +++ b/src/generated/Models/UserExperienceAnalyticsModelScores.cs @@ -42,6 +42,7 @@ public class UserExperienceAnalyticsModelScores : Entity, IParsable { /// /// 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 new UserExperienceAnalyticsModelScores CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public class UserExperienceAnalyticsModelScores : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appReliabilityScore", n => { AppReliabilityScore = n.GetDoubleValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsModelScoresCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsModelScoresCollectionResponse.cs index 99ee293789..65b50119b2 100644 --- a/src/generated/Models/UserExperienceAnalyticsModelScoresCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsModelScoresCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsModelScoresCollectionResponse : BaseCollecti /// /// 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 new UserExperienceAnalyticsModelScoresCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsModelScoresCollectionResponse : BaseCollecti /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsModelScores.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsOverview.cs b/src/generated/Models/UserExperienceAnalyticsOverview.cs index 77ae3ac98e..5ce7b6f203 100644 --- a/src/generated/Models/UserExperienceAnalyticsOverview.cs +++ b/src/generated/Models/UserExperienceAnalyticsOverview.cs @@ -20,6 +20,7 @@ public class UserExperienceAnalyticsOverview : Entity, IParsable { /// /// 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 new UserExperienceAnalyticsOverview CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public class UserExperienceAnalyticsOverview : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"insights", n => { Insights = n.GetCollectionOfObjectValues(UserExperienceAnalyticsInsight.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsScoreHistory.cs b/src/generated/Models/UserExperienceAnalyticsScoreHistory.cs index 7c66ef3541..1b7d025173 100644 --- a/src/generated/Models/UserExperienceAnalyticsScoreHistory.cs +++ b/src/generated/Models/UserExperienceAnalyticsScoreHistory.cs @@ -14,6 +14,7 @@ public class UserExperienceAnalyticsScoreHistory : Entity, IParsable { /// /// 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 new UserExperienceAnalyticsScoreHistory CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -22,6 +23,7 @@ public class UserExperienceAnalyticsScoreHistory : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"startupDateTime", n => { StartupDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsScoreHistoryCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsScoreHistoryCollectionResponse.cs index 343b6e69e8..48ee7ae436 100644 --- a/src/generated/Models/UserExperienceAnalyticsScoreHistoryCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsScoreHistoryCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsScoreHistoryCollectionResponse : BaseCollect /// /// 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 new UserExperienceAnalyticsScoreHistoryCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsScoreHistoryCollectionResponse : BaseCollect /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsScoreHistory.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsSettings.cs b/src/generated/Models/UserExperienceAnalyticsSettings.cs index a52aff76ee..c03e473d14 100644 --- a/src/generated/Models/UserExperienceAnalyticsSettings.cs +++ b/src/generated/Models/UserExperienceAnalyticsSettings.cs @@ -22,7 +22,7 @@ public class UserExperienceAnalyticsSettings : IAdditionalDataHolder, IParsable public string OdataType { get; set; } #endif /// - /// Instantiates a new userExperienceAnalyticsSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public UserExperienceAnalyticsSettings() { AdditionalData = new Dictionary(); @@ -30,6 +30,7 @@ public UserExperienceAnalyticsSettings() { /// /// 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 UserExperienceAnalyticsSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public static UserExperienceAnalyticsSettings CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"configurationManagerDataConnectorConfigured", n => { ConfigurationManagerDataConnectorConfigured = n.GetBoolValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsWindows10DevicesSummary.cs b/src/generated/Models/UserExperienceAnalyticsWindows10DevicesSummary.cs index 6e7c8220e6..2afbf4c795 100644 --- a/src/generated/Models/UserExperienceAnalyticsWindows10DevicesSummary.cs +++ b/src/generated/Models/UserExperienceAnalyticsWindows10DevicesSummary.cs @@ -22,7 +22,7 @@ public class UserExperienceAnalyticsWindows10DevicesSummary : IAdditionalDataHol /// The count of Windows 10 devices that have unsupported OS versions. Read-only. public int? UnsupportedOSversionDeviceCount { get; set; } /// - /// Instantiates a new userExperienceAnalyticsWindows10DevicesSummary and sets the default values. + /// Instantiates a new and sets the default values. /// public UserExperienceAnalyticsWindows10DevicesSummary() { AdditionalData = new Dictionary(); @@ -30,6 +30,7 @@ public UserExperienceAnalyticsWindows10DevicesSummary() { /// /// 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 UserExperienceAnalyticsWindows10DevicesSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public static UserExperienceAnalyticsWindows10DevicesSummary CreateFromDiscrimin /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereDevice.cs b/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereDevice.cs index ef5d1a46c8..bdab4c3f00 100644 --- a/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereDevice.cs +++ b/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereDevice.cs @@ -146,6 +146,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereDevice : Entity, IParsable { /// /// 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 new UserExperienceAnalyticsWorkFromAnywhereDevice CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -154,6 +155,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereDevice : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"autoPilotProfileAssigned", n => { AutoPilotProfileAssigned = n.GetBoolValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereDeviceCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereDeviceCollectionResponse.cs index 4d6d4f3a2a..bfbc345700 100644 --- a/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereDeviceCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereDeviceCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereDeviceCollectionResponse : B /// /// 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 new UserExperienceAnalyticsWorkFromAnywhereDeviceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereDeviceCollectionResponse : B /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsWorkFromAnywhereDevice.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereDevicesSummary.cs b/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereDevicesSummary.cs index 77e157448c..d7d7acfcc4 100644 --- a/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereDevicesSummary.cs +++ b/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereDevicesSummary.cs @@ -72,7 +72,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereDevicesSummary : IAdditional /// The count of windows 10 devices that are Intune and co-managed. Read-only. Valid values -2147483648 to 2147483647 public int? Windows10DevicesWithoutTenantAttach { get; set; } /// - /// Instantiates a new userExperienceAnalyticsWorkFromAnywhereDevicesSummary and sets the default values. + /// Instantiates a new and sets the default values. /// public UserExperienceAnalyticsWorkFromAnywhereDevicesSummary() { AdditionalData = new Dictionary(); @@ -80,6 +80,7 @@ public UserExperienceAnalyticsWorkFromAnywhereDevicesSummary() { /// /// 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 UserExperienceAnalyticsWorkFromAnywhereDevicesSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -88,6 +89,7 @@ public static UserExperienceAnalyticsWorkFromAnywhereDevicesSummary CreateFromDi /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"autopilotDevicesSummary", n => { AutopilotDevicesSummary = n.GetObjectValue(UserExperienceAnalyticsAutopilotDevicesSummary.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric.cs b/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric.cs index 4754e8c2ad..cbb08274b4 100644 --- a/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric.cs +++ b/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric.cs @@ -34,6 +34,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric : En /// /// 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 new UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric : En /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"osCheckFailedPercentage", n => { OsCheckFailedPercentage = n.GetDoubleValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereMetric.cs b/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereMetric.cs index d9350329b1..55a6b9f37c 100644 --- a/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereMetric.cs +++ b/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereMetric.cs @@ -20,6 +20,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereMetric : Entity, IParsable { /// /// 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 new UserExperienceAnalyticsWorkFromAnywhereMetric CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereMetric : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"metricDevices", n => { MetricDevices = n.GetCollectionOfObjectValues(UserExperienceAnalyticsWorkFromAnywhereDevice.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereMetricCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereMetricCollectionResponse.cs index 4686c27a62..2dbc1922f1 100644 --- a/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereMetricCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereMetricCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereMetricCollectionResponse : B /// /// 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 new UserExperienceAnalyticsWorkFromAnywhereMetricCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereMetricCollectionResponse : B /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsWorkFromAnywhereMetric.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereModelPerformance.cs b/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereModelPerformance.cs index 0ae16350f6..9d769d0f79 100644 --- a/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereModelPerformance.cs +++ b/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereModelPerformance.cs @@ -42,6 +42,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereModelPerformance : Entity, I /// /// 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 new UserExperienceAnalyticsWorkFromAnywhereModelPerformance CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereModelPerformance : Entity, I /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"cloudIdentityScore", n => { CloudIdentityScore = n.GetDoubleValue(); } }, diff --git a/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereModelPerformanceCollectionResponse.cs b/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereModelPerformanceCollectionResponse.cs index 801d91b28b..38cc9dfafe 100644 --- a/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereModelPerformanceCollectionResponse.cs +++ b/src/generated/Models/UserExperienceAnalyticsWorkFromAnywhereModelPerformanceCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereModelPerformanceCollectionRe /// /// 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 new UserExperienceAnalyticsWorkFromAnywhereModelPerformanceCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserExperienceAnalyticsWorkFromAnywhereModelPerformanceCollectionRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserExperienceAnalyticsWorkFromAnywhereModelPerformance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserFlowApiConnectorConfiguration.cs b/src/generated/Models/UserFlowApiConnectorConfiguration.cs index 91dc0e3548..0a999670c4 100644 --- a/src/generated/Models/UserFlowApiConnectorConfiguration.cs +++ b/src/generated/Models/UserFlowApiConnectorConfiguration.cs @@ -33,7 +33,7 @@ public class UserFlowApiConnectorConfiguration : IAdditionalDataHolder, IParsabl public IdentityApiConnector PostFederationSignup { get; set; } #endif /// - /// Instantiates a new userFlowApiConnectorConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public UserFlowApiConnectorConfiguration() { AdditionalData = new Dictionary(); @@ -41,6 +41,7 @@ public UserFlowApiConnectorConfiguration() { /// /// 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 UserFlowApiConnectorConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public static UserFlowApiConnectorConfiguration CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/UserFlowLanguageConfiguration.cs b/src/generated/Models/UserFlowLanguageConfiguration.cs index f973e5ea64..8e5f46676a 100644 --- a/src/generated/Models/UserFlowLanguageConfiguration.cs +++ b/src/generated/Models/UserFlowLanguageConfiguration.cs @@ -35,6 +35,7 @@ public class UserFlowLanguageConfiguration : Entity, IParsable { /// /// 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 new UserFlowLanguageConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public class UserFlowLanguageConfiguration : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"defaultPages", n => { DefaultPages = n.GetCollectionOfObjectValues(UserFlowLanguagePage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserFlowLanguageConfigurationCollectionResponse.cs b/src/generated/Models/UserFlowLanguageConfigurationCollectionResponse.cs index 6fef525e32..0522f709f9 100644 --- a/src/generated/Models/UserFlowLanguageConfigurationCollectionResponse.cs +++ b/src/generated/Models/UserFlowLanguageConfigurationCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserFlowLanguageConfigurationCollectionResponse : BaseCollectionPag /// /// 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 new UserFlowLanguageConfigurationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserFlowLanguageConfigurationCollectionResponse : BaseCollectionPag /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserFlowLanguageConfiguration.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserFlowLanguagePage.cs b/src/generated/Models/UserFlowLanguagePage.cs index 5fc5587950..9a74987b25 100644 --- a/src/generated/Models/UserFlowLanguagePage.cs +++ b/src/generated/Models/UserFlowLanguagePage.cs @@ -9,6 +9,7 @@ public class UserFlowLanguagePage : Entity, IParsable { /// /// 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 new UserFlowLanguagePage CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class UserFlowLanguagePage : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/UserFlowLanguagePageCollectionResponse.cs b/src/generated/Models/UserFlowLanguagePageCollectionResponse.cs index 6bde83bb9d..764e5256bd 100644 --- a/src/generated/Models/UserFlowLanguagePageCollectionResponse.cs +++ b/src/generated/Models/UserFlowLanguagePageCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserFlowLanguagePageCollectionResponse : BaseCollectionPaginationCo /// /// 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 new UserFlowLanguagePageCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserFlowLanguagePageCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserFlowLanguagePage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserIdentity.cs b/src/generated/Models/UserIdentity.cs index 3125d470b8..ebb1578b1d 100644 --- a/src/generated/Models/UserIdentity.cs +++ b/src/generated/Models/UserIdentity.cs @@ -23,7 +23,7 @@ public class UserIdentity : Identity, IParsable { public string UserPrincipalName { get; set; } #endif /// - /// Instantiates a new userIdentity and sets the default values. + /// Instantiates a new and sets the default values. /// public UserIdentity() : base() { OdataType = "#microsoft.graph.userIdentity"; @@ -31,6 +31,7 @@ public UserIdentity() : base() { /// /// 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 new UserIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public UserIdentity() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"ipAddress", n => { IpAddress = n.GetStringValue(); } }, diff --git a/src/generated/Models/UserInstallStateSummary.cs b/src/generated/Models/UserInstallStateSummary.cs index c109cd759d..251a32e7e4 100644 --- a/src/generated/Models/UserInstallStateSummary.cs +++ b/src/generated/Models/UserInstallStateSummary.cs @@ -34,6 +34,7 @@ public class UserInstallStateSummary : Entity, IParsable { /// /// 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 new UserInstallStateSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public class UserInstallStateSummary : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deviceStates", n => { DeviceStates = n.GetCollectionOfObjectValues(DeviceInstallState.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserInstallStateSummaryCollectionResponse.cs b/src/generated/Models/UserInstallStateSummaryCollectionResponse.cs index 85f227baf3..3f874ab7c0 100644 --- a/src/generated/Models/UserInstallStateSummaryCollectionResponse.cs +++ b/src/generated/Models/UserInstallStateSummaryCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserInstallStateSummaryCollectionResponse : BaseCollectionPaginatio /// /// 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 new UserInstallStateSummaryCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserInstallStateSummaryCollectionResponse : BaseCollectionPaginatio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserInstallStateSummary.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserLastSignInRecommendationInsightSetting.cs b/src/generated/Models/UserLastSignInRecommendationInsightSetting.cs index 38a0398613..ddea100821 100644 --- a/src/generated/Models/UserLastSignInRecommendationInsightSetting.cs +++ b/src/generated/Models/UserLastSignInRecommendationInsightSetting.cs @@ -11,7 +11,7 @@ public class UserLastSignInRecommendationInsightSetting : AccessReviewRecommenda /// Indicates whether inactivity is calculated based on the user's inactivity in the tenant or in the application. The possible values are tenant, application, unknownFutureValue. application is only relevant when the access review is a review of an assignment to an application. public UserSignInRecommendationScope? SignInScope { get; set; } /// - /// Instantiates a new userLastSignInRecommendationInsightSetting and sets the default values. + /// Instantiates a new and sets the default values. /// public UserLastSignInRecommendationInsightSetting() : base() { OdataType = "#microsoft.graph.userLastSignInRecommendationInsightSetting"; @@ -19,6 +19,7 @@ public UserLastSignInRecommendationInsightSetting() : base() { /// /// 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 new UserLastSignInRecommendationInsightSetting CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public UserLastSignInRecommendationInsightSetting() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"recommendationLookBackDuration", n => { RecommendationLookBackDuration = n.GetTimeSpanValue(); } }, diff --git a/src/generated/Models/UserPrint.cs b/src/generated/Models/UserPrint.cs index 60197ab278..b718103df4 100644 --- a/src/generated/Models/UserPrint.cs +++ b/src/generated/Models/UserPrint.cs @@ -25,7 +25,7 @@ public class UserPrint : IAdditionalDataHolder, IParsable { public List RecentPrinterShares { get; set; } #endif /// - /// Instantiates a new userPrint and sets the default values. + /// Instantiates a new and sets the default values. /// public UserPrint() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public UserPrint() { /// /// 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 UserPrint CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static UserPrint CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/UserRegistrationDetails.cs b/src/generated/Models/UserRegistrationDetails.cs index 3610e8cd25..7ed4d812d6 100644 --- a/src/generated/Models/UserRegistrationDetails.cs +++ b/src/generated/Models/UserRegistrationDetails.cs @@ -63,6 +63,7 @@ public class UserRegistrationDetails : Entity, IParsable { /// /// 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 new UserRegistrationDetails CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -71,6 +72,7 @@ public class UserRegistrationDetails : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"isAdmin", n => { IsAdmin = n.GetBoolValue(); } }, diff --git a/src/generated/Models/UserRegistrationDetailsCollectionResponse.cs b/src/generated/Models/UserRegistrationDetailsCollectionResponse.cs index 596a3cb1ad..fb75b97b45 100644 --- a/src/generated/Models/UserRegistrationDetailsCollectionResponse.cs +++ b/src/generated/Models/UserRegistrationDetailsCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserRegistrationDetailsCollectionResponse : BaseCollectionPaginatio /// /// 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 new UserRegistrationDetailsCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserRegistrationDetailsCollectionResponse : BaseCollectionPaginatio /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserRegistrationDetails.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserRegistrationFeatureCount.cs b/src/generated/Models/UserRegistrationFeatureCount.cs index 9651b4b695..03109fcf50 100644 --- a/src/generated/Models/UserRegistrationFeatureCount.cs +++ b/src/generated/Models/UserRegistrationFeatureCount.cs @@ -21,7 +21,7 @@ public class UserRegistrationFeatureCount : IAdditionalDataHolder, IParsable { /// Number of users. public long? UserCount { get; set; } /// - /// Instantiates a new userRegistrationFeatureCount and sets the default values. + /// Instantiates a new and sets the default values. /// public UserRegistrationFeatureCount() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public UserRegistrationFeatureCount() { /// /// 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 UserRegistrationFeatureCount CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static UserRegistrationFeatureCount CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"feature", n => { Feature = n.GetEnumValue(); } }, diff --git a/src/generated/Models/UserRegistrationFeatureSummary.cs b/src/generated/Models/UserRegistrationFeatureSummary.cs index 20598e262c..71684d7333 100644 --- a/src/generated/Models/UserRegistrationFeatureSummary.cs +++ b/src/generated/Models/UserRegistrationFeatureSummary.cs @@ -31,7 +31,7 @@ public class UserRegistrationFeatureSummary : IAdditionalDataHolder, IParsable { /// User type. Possible values are: all, member, guest, unknownFutureValue. public IncludedUserTypes? UserTypes { get; set; } /// - /// Instantiates a new userRegistrationFeatureSummary and sets the default values. + /// Instantiates a new and sets the default values. /// public UserRegistrationFeatureSummary() { AdditionalData = new Dictionary(); @@ -39,6 +39,7 @@ public UserRegistrationFeatureSummary() { /// /// 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 UserRegistrationFeatureSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public static UserRegistrationFeatureSummary CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/UserRegistrationMethodCount.cs b/src/generated/Models/UserRegistrationMethodCount.cs index 2a2217ddf3..9bf657b6ef 100644 --- a/src/generated/Models/UserRegistrationMethodCount.cs +++ b/src/generated/Models/UserRegistrationMethodCount.cs @@ -27,7 +27,7 @@ public class UserRegistrationMethodCount : IAdditionalDataHolder, IParsable { /// Number of users registered. public long? UserCount { get; set; } /// - /// Instantiates a new userRegistrationMethodCount and sets the default values. + /// Instantiates a new and sets the default values. /// public UserRegistrationMethodCount() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public UserRegistrationMethodCount() { /// /// 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 UserRegistrationMethodCount CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static UserRegistrationMethodCount CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"authenticationMethod", n => { AuthenticationMethod = n.GetStringValue(); } }, diff --git a/src/generated/Models/UserRegistrationMethodSummary.cs b/src/generated/Models/UserRegistrationMethodSummary.cs index 9d220c00ce..270f90cd95 100644 --- a/src/generated/Models/UserRegistrationMethodSummary.cs +++ b/src/generated/Models/UserRegistrationMethodSummary.cs @@ -31,7 +31,7 @@ public class UserRegistrationMethodSummary : IAdditionalDataHolder, IParsable { /// User type. Possible values are: all, member, guest, unknownFutureValue. public IncludedUserTypes? UserTypes { get; set; } /// - /// Instantiates a new userRegistrationMethodSummary and sets the default values. + /// Instantiates a new and sets the default values. /// public UserRegistrationMethodSummary() { AdditionalData = new Dictionary(); @@ -39,6 +39,7 @@ public UserRegistrationMethodSummary() { /// /// 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 UserRegistrationMethodSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public static UserRegistrationMethodSummary CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/UserScopeTeamsAppInstallation.cs b/src/generated/Models/UserScopeTeamsAppInstallation.cs index 735544b649..34dab85076 100644 --- a/src/generated/Models/UserScopeTeamsAppInstallation.cs +++ b/src/generated/Models/UserScopeTeamsAppInstallation.cs @@ -15,7 +15,7 @@ public class UserScopeTeamsAppInstallation : TeamsAppInstallation, IParsable { public ApiSdk.Models.Chat Chat { get; set; } #endif /// - /// Instantiates a new userScopeTeamsAppInstallation and sets the default values. + /// Instantiates a new and sets the default values. /// public UserScopeTeamsAppInstallation() : base() { OdataType = "#microsoft.graph.userScopeTeamsAppInstallation"; @@ -23,6 +23,7 @@ public UserScopeTeamsAppInstallation() : base() { /// /// 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 new UserScopeTeamsAppInstallation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public UserScopeTeamsAppInstallation() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"chat", n => { Chat = n.GetObjectValue(ApiSdk.Models.Chat.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/UserScopeTeamsAppInstallationCollectionResponse.cs b/src/generated/Models/UserScopeTeamsAppInstallationCollectionResponse.cs index a5064df6a6..22990acc4a 100644 --- a/src/generated/Models/UserScopeTeamsAppInstallationCollectionResponse.cs +++ b/src/generated/Models/UserScopeTeamsAppInstallationCollectionResponse.cs @@ -17,6 +17,7 @@ public class UserScopeTeamsAppInstallationCollectionResponse : BaseCollectionPag /// /// 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 new UserScopeTeamsAppInstallationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class UserScopeTeamsAppInstallationCollectionResponse : BaseCollectionPag /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UserScopeTeamsAppInstallation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserSecurityState.cs b/src/generated/Models/UserSecurityState.cs index 39ee8d85c8..1799a6d5af 100644 --- a/src/generated/Models/UserSecurityState.cs +++ b/src/generated/Models/UserSecurityState.cs @@ -99,7 +99,7 @@ public class UserSecurityState : IAdditionalDataHolder, IParsable { public string UserPrincipalName { get; set; } #endif /// - /// Instantiates a new userSecurityState and sets the default values. + /// Instantiates a new and sets the default values. /// public UserSecurityState() { AdditionalData = new Dictionary(); @@ -107,6 +107,7 @@ public UserSecurityState() { /// /// 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 UserSecurityState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -115,6 +116,7 @@ public static UserSecurityState CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"aadUserId", n => { AadUserId = n.GetStringValue(); } }, diff --git a/src/generated/Models/UserSettings.cs b/src/generated/Models/UserSettings.cs index cff6b41056..f2942dd0a5 100644 --- a/src/generated/Models/UserSettings.cs +++ b/src/generated/Models/UserSettings.cs @@ -21,6 +21,7 @@ public class UserSettings : Entity, IParsable { /// /// 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 new UserSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -29,6 +30,7 @@ public class UserSettings : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"contributionToContentDiscoveryAsOrganizationDisabled", n => { ContributionToContentDiscoveryAsOrganizationDisabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/UserSignInInsight.cs b/src/generated/Models/UserSignInInsight.cs index ac7a4ee3e9..416a8e2134 100644 --- a/src/generated/Models/UserSignInInsight.cs +++ b/src/generated/Models/UserSignInInsight.cs @@ -9,7 +9,7 @@ public class UserSignInInsight : GovernanceInsight, IParsable { /// Indicates when the user last signed in. public DateTimeOffset? LastSignInDateTime { get; set; } /// - /// Instantiates a new userSignInInsight and sets the default values. + /// Instantiates a new and sets the default values. /// public UserSignInInsight() : base() { OdataType = "#microsoft.graph.userSignInInsight"; @@ -17,6 +17,7 @@ public UserSignInInsight() : base() { /// /// 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 new UserSignInInsight CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public UserSignInInsight() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"lastSignInDateTime", n => { LastSignInDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/UserSimulationDetails.cs b/src/generated/Models/UserSimulationDetails.cs index 717ca57945..62923ac5a7 100644 --- a/src/generated/Models/UserSimulationDetails.cs +++ b/src/generated/Models/UserSimulationDetails.cs @@ -53,7 +53,7 @@ public class UserSimulationDetails : IAdditionalDataHolder, IParsable { public List TrainingEvents { get; set; } #endif /// - /// Instantiates a new userSimulationDetails and sets the default values. + /// Instantiates a new and sets the default values. /// public UserSimulationDetails() { AdditionalData = new Dictionary(); @@ -61,6 +61,7 @@ public UserSimulationDetails() { /// /// 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 UserSimulationDetails CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -69,6 +70,7 @@ public static UserSimulationDetails CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"assignedTrainingsCount", n => { AssignedTrainingsCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/UserSimulationEventInfo.cs b/src/generated/Models/UserSimulationEventInfo.cs index 866396ac84..78a99d0beb 100644 --- a/src/generated/Models/UserSimulationEventInfo.cs +++ b/src/generated/Models/UserSimulationEventInfo.cs @@ -51,7 +51,7 @@ public class UserSimulationEventInfo : IAdditionalDataHolder, IParsable { public string OsPlatformDeviceDetails { get; set; } #endif /// - /// Instantiates a new userSimulationEventInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public UserSimulationEventInfo() { AdditionalData = new Dictionary(); @@ -59,6 +59,7 @@ public UserSimulationEventInfo() { /// /// 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 UserSimulationEventInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public static UserSimulationEventInfo CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"browser", n => { Browser = n.GetStringValue(); } }, diff --git a/src/generated/Models/UserTeamwork.cs b/src/generated/Models/UserTeamwork.cs index 1863d54080..39e13b95b3 100644 --- a/src/generated/Models/UserTeamwork.cs +++ b/src/generated/Models/UserTeamwork.cs @@ -25,6 +25,7 @@ public class UserTeamwork : Entity, IParsable { /// /// 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 new UserTeamwork CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class UserTeamwork : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"associatedTeams", n => { AssociatedTeams = n.GetCollectionOfObjectValues(AssociatedTeamInfo.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/UserTrainingContentEventInfo.cs b/src/generated/Models/UserTrainingContentEventInfo.cs index 139bfb0e04..be20525114 100644 --- a/src/generated/Models/UserTrainingContentEventInfo.cs +++ b/src/generated/Models/UserTrainingContentEventInfo.cs @@ -45,7 +45,7 @@ public class UserTrainingContentEventInfo : IAdditionalDataHolder, IParsable { /// Potential improvement in the tenant security posture after completion of the training by the user. public double? PotentialScoreImpact { get; set; } /// - /// Instantiates a new userTrainingContentEventInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public UserTrainingContentEventInfo() { AdditionalData = new Dictionary(); @@ -53,6 +53,7 @@ public UserTrainingContentEventInfo() { /// /// 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 UserTrainingContentEventInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -61,6 +62,7 @@ public static UserTrainingContentEventInfo CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"browser", n => { Browser = n.GetStringValue(); } }, diff --git a/src/generated/Models/UserTrainingEventInfo.cs b/src/generated/Models/UserTrainingEventInfo.cs index 65e58ca0c4..7003abd342 100644 --- a/src/generated/Models/UserTrainingEventInfo.cs +++ b/src/generated/Models/UserTrainingEventInfo.cs @@ -51,7 +51,7 @@ public class UserTrainingEventInfo : IAdditionalDataHolder, IParsable { public UserTrainingContentEventInfo TrainingUpdatedProperties { get; set; } #endif /// - /// Instantiates a new userTrainingEventInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public UserTrainingEventInfo() { AdditionalData = new Dictionary(); @@ -59,6 +59,7 @@ public UserTrainingEventInfo() { /// /// 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 UserTrainingEventInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public static UserTrainingEventInfo CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/UserTrainingStatusInfo.cs b/src/generated/Models/UserTrainingStatusInfo.cs index 49b629af13..a945bbdfc5 100644 --- a/src/generated/Models/UserTrainingStatusInfo.cs +++ b/src/generated/Models/UserTrainingStatusInfo.cs @@ -31,7 +31,7 @@ public class UserTrainingStatusInfo : IAdditionalDataHolder, IParsable { /// The status of the training assigned to the user. Possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue. public ApiSdk.Models.TrainingStatus? TrainingStatus { get; set; } /// - /// Instantiates a new userTrainingStatusInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public UserTrainingStatusInfo() { AdditionalData = new Dictionary(); @@ -39,6 +39,7 @@ public UserTrainingStatusInfo() { /// /// 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 UserTrainingStatusInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public static UserTrainingStatusInfo CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"assignedDateTime", n => { AssignedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/VerifiedDomain.cs b/src/generated/Models/VerifiedDomain.cs index 93fe1760eb..b5a0e52c2f 100644 --- a/src/generated/Models/VerifiedDomain.cs +++ b/src/generated/Models/VerifiedDomain.cs @@ -45,7 +45,7 @@ public class VerifiedDomain : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new verifiedDomain and sets the default values. + /// Instantiates a new and sets the default values. /// public VerifiedDomain() { AdditionalData = new Dictionary(); @@ -53,6 +53,7 @@ public VerifiedDomain() { /// /// 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 VerifiedDomain CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -61,6 +62,7 @@ public static VerifiedDomain CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"capabilities", n => { Capabilities = n.GetStringValue(); } }, diff --git a/src/generated/Models/VerifiedPublisher.cs b/src/generated/Models/VerifiedPublisher.cs index d64e2771c6..7795423677 100644 --- a/src/generated/Models/VerifiedPublisher.cs +++ b/src/generated/Models/VerifiedPublisher.cs @@ -35,7 +35,7 @@ public class VerifiedPublisher : IAdditionalDataHolder, IParsable { public string VerifiedPublisherId { get; set; } #endif /// - /// Instantiates a new verifiedPublisher and sets the default values. + /// Instantiates a new and sets the default values. /// public VerifiedPublisher() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public VerifiedPublisher() { /// /// 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 VerifiedPublisher CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static VerifiedPublisher CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"addedDateTime", n => { AddedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/Video.cs b/src/generated/Models/Video.cs index 4d02cd8faa..ed962dc714 100644 --- a/src/generated/Models/Video.cs +++ b/src/generated/Models/Video.cs @@ -49,7 +49,7 @@ public class Video : IAdditionalDataHolder, IParsable { /// Width of the video, in pixels. public int? Width { get; set; } /// - /// Instantiates a new video and sets the default values. + /// Instantiates a new and sets the default values. /// public Video() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public Video() { /// /// 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 Video CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static Video CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"audioBitsPerSample", n => { AudioBitsPerSample = n.GetIntValue(); } }, diff --git a/src/generated/Models/VirtualEndpoint.cs b/src/generated/Models/VirtualEndpoint.cs index 49e74d845d..c067cc6e40 100644 --- a/src/generated/Models/VirtualEndpoint.cs +++ b/src/generated/Models/VirtualEndpoint.cs @@ -9,6 +9,7 @@ public class VirtualEndpoint : Entity, IParsable { /// /// 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 new VirtualEndpoint CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class VirtualEndpoint : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/VirtualEvent.cs b/src/generated/Models/VirtualEvent.cs index 393322f980..98dddc4eda 100644 --- a/src/generated/Models/VirtualEvent.cs +++ b/src/generated/Models/VirtualEvent.cs @@ -59,6 +59,7 @@ public class VirtualEvent : Entity, IParsable { /// /// 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 new VirtualEvent CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -71,6 +72,7 @@ public class VirtualEvent : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdBy", n => { CreatedBy = n.GetObjectValue(CommunicationsIdentitySet.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/VirtualEventCollectionResponse.cs b/src/generated/Models/VirtualEventCollectionResponse.cs index bad61889e3..9482c38766 100644 --- a/src/generated/Models/VirtualEventCollectionResponse.cs +++ b/src/generated/Models/VirtualEventCollectionResponse.cs @@ -17,6 +17,7 @@ public class VirtualEventCollectionResponse : BaseCollectionPaginationCountRespo /// /// 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 new VirtualEventCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class VirtualEventCollectionResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(VirtualEvent.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/VirtualEventRegistration.cs b/src/generated/Models/VirtualEventRegistration.cs index 2b020f492a..3bdd9921a6 100644 --- a/src/generated/Models/VirtualEventRegistration.cs +++ b/src/generated/Models/VirtualEventRegistration.cs @@ -55,6 +55,7 @@ public class VirtualEventRegistration : Entity, IParsable { /// /// 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 new VirtualEventRegistration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -63,6 +64,7 @@ public class VirtualEventRegistration : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"cancelationDateTime", n => { CancelationDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/VirtualEventRegistrationCollectionResponse.cs b/src/generated/Models/VirtualEventRegistrationCollectionResponse.cs index 6f8b9c6e08..d072e5acb9 100644 --- a/src/generated/Models/VirtualEventRegistrationCollectionResponse.cs +++ b/src/generated/Models/VirtualEventRegistrationCollectionResponse.cs @@ -17,6 +17,7 @@ public class VirtualEventRegistrationCollectionResponse : BaseCollectionPaginati /// /// 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 new VirtualEventRegistrationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class VirtualEventRegistrationCollectionResponse : BaseCollectionPaginati /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(VirtualEventRegistration.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/VirtualEventRegistrationQuestionAnswer.cs b/src/generated/Models/VirtualEventRegistrationQuestionAnswer.cs index a847f24416..8feab7145c 100644 --- a/src/generated/Models/VirtualEventRegistrationQuestionAnswer.cs +++ b/src/generated/Models/VirtualEventRegistrationQuestionAnswer.cs @@ -51,7 +51,7 @@ public class VirtualEventRegistrationQuestionAnswer : IAdditionalDataHolder, IPa public string Value { get; set; } #endif /// - /// Instantiates a new virtualEventRegistrationQuestionAnswer and sets the default values. + /// Instantiates a new and sets the default values. /// public VirtualEventRegistrationQuestionAnswer() { AdditionalData = new Dictionary(); @@ -59,6 +59,7 @@ public VirtualEventRegistrationQuestionAnswer() { /// /// 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 VirtualEventRegistrationQuestionAnswer CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public static VirtualEventRegistrationQuestionAnswer CreateFromDiscriminatorValu /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"booleanValue", n => { BooleanValue = n.GetBoolValue(); } }, diff --git a/src/generated/Models/VirtualEventSession.cs b/src/generated/Models/VirtualEventSession.cs index ceae0ba568..a6deef26b3 100644 --- a/src/generated/Models/VirtualEventSession.cs +++ b/src/generated/Models/VirtualEventSession.cs @@ -23,7 +23,7 @@ public class VirtualEventSession : OnlineMeetingBase, IParsable { public DateTimeTimeZone StartDateTime { get; set; } #endif /// - /// Instantiates a new virtualEventSession and sets the default values. + /// Instantiates a new and sets the default values. /// public VirtualEventSession() : base() { OdataType = "#microsoft.graph.virtualEventSession"; @@ -31,6 +31,7 @@ public VirtualEventSession() : base() { /// /// 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 new VirtualEventSession CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public VirtualEventSession() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"endDateTime", n => { EndDateTime = n.GetObjectValue(DateTimeTimeZone.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/VirtualEventSessionCollectionResponse.cs b/src/generated/Models/VirtualEventSessionCollectionResponse.cs index daa5167eba..615bb7e504 100644 --- a/src/generated/Models/VirtualEventSessionCollectionResponse.cs +++ b/src/generated/Models/VirtualEventSessionCollectionResponse.cs @@ -17,6 +17,7 @@ public class VirtualEventSessionCollectionResponse : BaseCollectionPaginationCou /// /// 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 new VirtualEventSessionCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class VirtualEventSessionCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(VirtualEventSession.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/VirtualEventWebinar.cs b/src/generated/Models/VirtualEventWebinar.cs index 0b4534c06a..bcb1344767 100644 --- a/src/generated/Models/VirtualEventWebinar.cs +++ b/src/generated/Models/VirtualEventWebinar.cs @@ -27,6 +27,7 @@ public class VirtualEventWebinar : VirtualEvent, IParsable { /// /// 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 new VirtualEventWebinar CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public class VirtualEventWebinar : VirtualEvent, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"audience", n => { Audience = n.GetEnumValue(); } }, diff --git a/src/generated/Models/VirtualEventWebinarCollectionResponse.cs b/src/generated/Models/VirtualEventWebinarCollectionResponse.cs index a5ea230adc..8e52e2b3b9 100644 --- a/src/generated/Models/VirtualEventWebinarCollectionResponse.cs +++ b/src/generated/Models/VirtualEventWebinarCollectionResponse.cs @@ -17,6 +17,7 @@ public class VirtualEventWebinarCollectionResponse : BaseCollectionPaginationCou /// /// 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 new VirtualEventWebinarCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class VirtualEventWebinarCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(VirtualEventWebinar.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/VirtualEventsRoot.cs b/src/generated/Models/VirtualEventsRoot.cs index 45754f8b98..8514c14b11 100644 --- a/src/generated/Models/VirtualEventsRoot.cs +++ b/src/generated/Models/VirtualEventsRoot.cs @@ -25,6 +25,7 @@ public class VirtualEventsRoot : Entity, IParsable { /// /// 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 new VirtualEventsRoot CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class VirtualEventsRoot : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"events", n => { Events = n.GetCollectionOfObjectValues(VirtualEvent.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/VisualInfo.cs b/src/generated/Models/VisualInfo.cs index a995429f42..92820932a1 100644 --- a/src/generated/Models/VisualInfo.cs +++ b/src/generated/Models/VisualInfo.cs @@ -57,7 +57,7 @@ public class VisualInfo : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new visualInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public VisualInfo() { AdditionalData = new Dictionary(); @@ -65,6 +65,7 @@ public VisualInfo() { /// /// 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 VisualInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public static VisualInfo CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"attribution", n => { Attribution = n.GetObjectValue(ImageInfo.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/VoiceAuthenticationMethodConfiguration.cs b/src/generated/Models/VoiceAuthenticationMethodConfiguration.cs index 453e781786..4f55211714 100644 --- a/src/generated/Models/VoiceAuthenticationMethodConfiguration.cs +++ b/src/generated/Models/VoiceAuthenticationMethodConfiguration.cs @@ -17,7 +17,7 @@ public class VoiceAuthenticationMethodConfiguration : AuthenticationMethodConfig /// true if users can register office phones, otherwise, false. public bool? IsOfficePhoneAllowed { get; set; } /// - /// Instantiates a new voiceAuthenticationMethodConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public VoiceAuthenticationMethodConfiguration() : base() { OdataType = "#microsoft.graph.voiceAuthenticationMethodConfiguration"; @@ -25,6 +25,7 @@ public VoiceAuthenticationMethodConfiguration() : base() { /// /// 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 new VoiceAuthenticationMethodConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public VoiceAuthenticationMethodConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"includeTargets", n => { IncludeTargets = n.GetCollectionOfObjectValues(AuthenticationMethodTarget.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/VppLicensingType.cs b/src/generated/Models/VppLicensingType.cs index e8888962a2..04eae294f4 100644 --- a/src/generated/Models/VppLicensingType.cs +++ b/src/generated/Models/VppLicensingType.cs @@ -24,7 +24,7 @@ public class VppLicensingType : IAdditionalDataHolder, IParsable { /// Whether the program supports the user licensing type. public bool? SupportsUserLicensing { get; set; } /// - /// Instantiates a new vppLicensingType and sets the default values. + /// Instantiates a new and sets the default values. /// public VppLicensingType() { AdditionalData = new Dictionary(); @@ -32,6 +32,7 @@ public VppLicensingType() { /// /// 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 VppLicensingType CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -40,6 +41,7 @@ public static VppLicensingType CreateFromDiscriminatorValue(IParseNode parseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/VppToken.cs b/src/generated/Models/VppToken.cs index 85ccd114d3..3727224cce 100644 --- a/src/generated/Models/VppToken.cs +++ b/src/generated/Models/VppToken.cs @@ -58,6 +58,7 @@ public class VppToken : Entity, IParsable { /// /// 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 new VppToken CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -66,6 +67,7 @@ public class VppToken : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appleId", n => { AppleId = n.GetStringValue(); } }, diff --git a/src/generated/Models/VppTokenCollectionResponse.cs b/src/generated/Models/VppTokenCollectionResponse.cs index c4bc6d7f8b..228ead5b9b 100644 --- a/src/generated/Models/VppTokenCollectionResponse.cs +++ b/src/generated/Models/VppTokenCollectionResponse.cs @@ -17,6 +17,7 @@ public class VppTokenCollectionResponse : BaseCollectionPaginationCountResponse, /// /// 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 new VppTokenCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class VppTokenCollectionResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(VppToken.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/VulnerabilityState.cs b/src/generated/Models/VulnerabilityState.cs index e07b19161a..7cff0679ae 100644 --- a/src/generated/Models/VulnerabilityState.cs +++ b/src/generated/Models/VulnerabilityState.cs @@ -35,7 +35,7 @@ public class VulnerabilityState : IAdditionalDataHolder, IParsable { /// Indicates whether the detected vulnerability (file) was running at the time of detection or was the file detected at rest on the disk. public bool? WasRunning { get; set; } /// - /// Instantiates a new vulnerabilityState and sets the default values. + /// Instantiates a new and sets the default values. /// public VulnerabilityState() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public VulnerabilityState() { /// /// 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 VulnerabilityState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static VulnerabilityState CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"cve", n => { Cve = n.GetStringValue(); } }, diff --git a/src/generated/Models/WatermarkProtectionValues.cs b/src/generated/Models/WatermarkProtectionValues.cs index b2a58ecbd4..f7d19805a6 100644 --- a/src/generated/Models/WatermarkProtectionValues.cs +++ b/src/generated/Models/WatermarkProtectionValues.cs @@ -21,7 +21,7 @@ public class WatermarkProtectionValues : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new watermarkProtectionValues and sets the default values. + /// Instantiates a new and sets the default values. /// public WatermarkProtectionValues() { AdditionalData = new Dictionary(); @@ -29,6 +29,7 @@ public WatermarkProtectionValues() { /// /// 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 WatermarkProtectionValues CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public static WatermarkProtectionValues CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isEnabledForContentSharing", n => { IsEnabledForContentSharing = n.GetBoolValue(); } }, diff --git a/src/generated/Models/WebApp.cs b/src/generated/Models/WebApp.cs index 37994af26b..db63213613 100644 --- a/src/generated/Models/WebApp.cs +++ b/src/generated/Models/WebApp.cs @@ -20,7 +20,7 @@ public class WebApp : MobileApp, IParsable { /// Whether or not to use managed browser. This property is only applicable for Android and IOS. public bool? UseManagedBrowser { get; set; } /// - /// Instantiates a new webApp and sets the default values. + /// Instantiates a new and sets the default values. /// public WebApp() : base() { OdataType = "#microsoft.graph.webApp"; @@ -28,6 +28,7 @@ public WebApp() : base() { /// /// 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 new WebApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -36,6 +37,7 @@ public WebApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appUrl", n => { AppUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/WebApplication.cs b/src/generated/Models/WebApplication.cs index a60c1733bc..ed55dd54f3 100644 --- a/src/generated/Models/WebApplication.cs +++ b/src/generated/Models/WebApplication.cs @@ -57,7 +57,7 @@ public class WebApplication : IAdditionalDataHolder, IParsable { public List RedirectUriSettings { get; set; } #endif /// - /// Instantiates a new webApplication and sets the default values. + /// Instantiates a new and sets the default values. /// public WebApplication() { AdditionalData = new Dictionary(); @@ -65,6 +65,7 @@ public WebApplication() { /// /// 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 WebApplication CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public static WebApplication CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"homePageUrl", n => { HomePageUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/Website.cs b/src/generated/Models/Website.cs index 0d617764db..d633b77241 100644 --- a/src/generated/Models/Website.cs +++ b/src/generated/Models/Website.cs @@ -35,7 +35,7 @@ public class Website : IAdditionalDataHolder, IParsable { /// The possible values are: other, home, work, blog, profile. public WebsiteType? Type { get; set; } /// - /// Instantiates a new website and sets the default values. + /// Instantiates a new and sets the default values. /// public Website() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public Website() { /// /// 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 Website CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static Website CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"address", n => { Address = n.GetStringValue(); } }, diff --git a/src/generated/Models/Win32LobApp.cs b/src/generated/Models/Win32LobApp.cs index b11eaab7b2..eec3bb581f 100644 --- a/src/generated/Models/Win32LobApp.cs +++ b/src/generated/Models/Win32LobApp.cs @@ -84,7 +84,7 @@ public class Win32LobApp : MobileLobApp, IParsable { public string UninstallCommandLine { get; set; } #endif /// - /// Instantiates a new win32LobApp and sets the default values. + /// Instantiates a new and sets the default values. /// public Win32LobApp() : base() { OdataType = "#microsoft.graph.win32LobApp"; @@ -92,6 +92,7 @@ public Win32LobApp() : base() { /// /// 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 new Win32LobApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -100,6 +101,7 @@ public Win32LobApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"applicableArchitectures", n => { ApplicableArchitectures = n.GetEnumValue(); } }, diff --git a/src/generated/Models/Win32LobAppAssignmentSettings.cs b/src/generated/Models/Win32LobAppAssignmentSettings.cs index 3a2a37d111..76029a4337 100644 --- a/src/generated/Models/Win32LobAppAssignmentSettings.cs +++ b/src/generated/Models/Win32LobAppAssignmentSettings.cs @@ -30,7 +30,7 @@ public class Win32LobAppAssignmentSettings : MobileAppAssignmentSettings, IParsa public Win32LobAppRestartSettings RestartSettings { get; set; } #endif /// - /// Instantiates a new win32LobAppAssignmentSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public Win32LobAppAssignmentSettings() : base() { OdataType = "#microsoft.graph.win32LobAppAssignmentSettings"; @@ -38,6 +38,7 @@ public Win32LobAppAssignmentSettings() : base() { /// /// 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 new Win32LobAppAssignmentSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -46,6 +47,7 @@ public Win32LobAppAssignmentSettings() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deliveryOptimizationPriority", n => { DeliveryOptimizationPriority = n.GetEnumValue(); } }, diff --git a/src/generated/Models/Win32LobAppCollectionResponse.cs b/src/generated/Models/Win32LobAppCollectionResponse.cs index 9057cf3254..6e16ad3ca8 100644 --- a/src/generated/Models/Win32LobAppCollectionResponse.cs +++ b/src/generated/Models/Win32LobAppCollectionResponse.cs @@ -17,6 +17,7 @@ public class Win32LobAppCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new Win32LobAppCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class Win32LobAppCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(Win32LobApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Win32LobAppFileSystemRule.cs b/src/generated/Models/Win32LobAppFileSystemRule.cs index 23562a5036..5ce1d15bfc 100644 --- a/src/generated/Models/Win32LobAppFileSystemRule.cs +++ b/src/generated/Models/Win32LobAppFileSystemRule.cs @@ -40,7 +40,7 @@ public class Win32LobAppFileSystemRule : Win32LobAppRule, IParsable { public string Path { get; set; } #endif /// - /// Instantiates a new win32LobAppFileSystemRule and sets the default values. + /// Instantiates a new and sets the default values. /// public Win32LobAppFileSystemRule() : base() { OdataType = "#microsoft.graph.win32LobAppFileSystemRule"; @@ -48,6 +48,7 @@ public Win32LobAppFileSystemRule() : base() { /// /// 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 new Win32LobAppFileSystemRule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -56,6 +57,7 @@ public Win32LobAppFileSystemRule() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"check32BitOn64System", n => { Check32BitOn64System = n.GetBoolValue(); } }, diff --git a/src/generated/Models/Win32LobAppInstallExperience.cs b/src/generated/Models/Win32LobAppInstallExperience.cs index 78c2ecaf57..f25e9c6125 100644 --- a/src/generated/Models/Win32LobAppInstallExperience.cs +++ b/src/generated/Models/Win32LobAppInstallExperience.cs @@ -24,7 +24,7 @@ public class Win32LobAppInstallExperience : IAdditionalDataHolder, IParsable { /// Indicates the type of execution context the app runs in. public RunAsAccountType? RunAsAccount { get; set; } /// - /// Instantiates a new win32LobAppInstallExperience and sets the default values. + /// Instantiates a new and sets the default values. /// public Win32LobAppInstallExperience() { AdditionalData = new Dictionary(); @@ -32,6 +32,7 @@ public Win32LobAppInstallExperience() { /// /// 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 Win32LobAppInstallExperience CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -40,6 +41,7 @@ public static Win32LobAppInstallExperience CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"deviceRestartBehavior", n => { DeviceRestartBehavior = n.GetEnumValue(); } }, diff --git a/src/generated/Models/Win32LobAppMsiInformation.cs b/src/generated/Models/Win32LobAppMsiInformation.cs index 2df114fe13..5eb6d0435e 100644 --- a/src/generated/Models/Win32LobAppMsiInformation.cs +++ b/src/generated/Models/Win32LobAppMsiInformation.cs @@ -64,7 +64,7 @@ public class Win32LobAppMsiInformation : IAdditionalDataHolder, IParsable { public string UpgradeCode { get; set; } #endif /// - /// Instantiates a new win32LobAppMsiInformation and sets the default values. + /// Instantiates a new and sets the default values. /// public Win32LobAppMsiInformation() { AdditionalData = new Dictionary(); @@ -72,6 +72,7 @@ public Win32LobAppMsiInformation() { /// /// 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 Win32LobAppMsiInformation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -80,6 +81,7 @@ public static Win32LobAppMsiInformation CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/Win32LobAppPowerShellScriptRule.cs b/src/generated/Models/Win32LobAppPowerShellScriptRule.cs index 3d5eed4f07..afb9b95693 100644 --- a/src/generated/Models/Win32LobAppPowerShellScriptRule.cs +++ b/src/generated/Models/Win32LobAppPowerShellScriptRule.cs @@ -44,7 +44,7 @@ public class Win32LobAppPowerShellScriptRule : Win32LobAppRule, IParsable { public string ScriptContent { get; set; } #endif /// - /// Instantiates a new win32LobAppPowerShellScriptRule and sets the default values. + /// Instantiates a new and sets the default values. /// public Win32LobAppPowerShellScriptRule() : base() { OdataType = "#microsoft.graph.win32LobAppPowerShellScriptRule"; @@ -52,6 +52,7 @@ public Win32LobAppPowerShellScriptRule() : base() { /// /// 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 new Win32LobAppPowerShellScriptRule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -60,6 +61,7 @@ public Win32LobAppPowerShellScriptRule() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"comparisonValue", n => { ComparisonValue = n.GetStringValue(); } }, diff --git a/src/generated/Models/Win32LobAppProductCodeRule.cs b/src/generated/Models/Win32LobAppProductCodeRule.cs index f441b47fdb..1921cfa60b 100644 --- a/src/generated/Models/Win32LobAppProductCodeRule.cs +++ b/src/generated/Models/Win32LobAppProductCodeRule.cs @@ -28,7 +28,7 @@ public class Win32LobAppProductCodeRule : Win32LobAppRule, IParsable { /// Contains properties for detection operator. public Win32LobAppRuleOperator? ProductVersionOperator { get; set; } /// - /// Instantiates a new win32LobAppProductCodeRule and sets the default values. + /// Instantiates a new and sets the default values. /// public Win32LobAppProductCodeRule() : base() { OdataType = "#microsoft.graph.win32LobAppProductCodeRule"; @@ -36,6 +36,7 @@ public Win32LobAppProductCodeRule() : base() { /// /// 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 new Win32LobAppProductCodeRule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public Win32LobAppProductCodeRule() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"productCode", n => { ProductCode = n.GetStringValue(); } }, diff --git a/src/generated/Models/Win32LobAppRegistryRule.cs b/src/generated/Models/Win32LobAppRegistryRule.cs index 82c69f819b..382da75c6b 100644 --- a/src/generated/Models/Win32LobAppRegistryRule.cs +++ b/src/generated/Models/Win32LobAppRegistryRule.cs @@ -40,7 +40,7 @@ public class Win32LobAppRegistryRule : Win32LobAppRule, IParsable { public string ValueName { get; set; } #endif /// - /// Instantiates a new win32LobAppRegistryRule and sets the default values. + /// Instantiates a new and sets the default values. /// public Win32LobAppRegistryRule() : base() { OdataType = "#microsoft.graph.win32LobAppRegistryRule"; @@ -48,6 +48,7 @@ public Win32LobAppRegistryRule() : base() { /// /// 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 new Win32LobAppRegistryRule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -56,6 +57,7 @@ public Win32LobAppRegistryRule() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"check32BitOn64System", n => { Check32BitOn64System = n.GetBoolValue(); } }, diff --git a/src/generated/Models/Win32LobAppRestartSettings.cs b/src/generated/Models/Win32LobAppRestartSettings.cs index f8ba8b8d03..ac10edc2e9 100644 --- a/src/generated/Models/Win32LobAppRestartSettings.cs +++ b/src/generated/Models/Win32LobAppRestartSettings.cs @@ -26,7 +26,7 @@ public class Win32LobAppRestartSettings : IAdditionalDataHolder, IParsable { /// The number of minutes to snooze the restart notification dialog when the snooze button is selected. public int? RestartNotificationSnoozeDurationInMinutes { get; set; } /// - /// Instantiates a new win32LobAppRestartSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public Win32LobAppRestartSettings() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public Win32LobAppRestartSettings() { /// /// 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 Win32LobAppRestartSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static Win32LobAppRestartSettings CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"countdownDisplayBeforeRestartInMinutes", n => { CountdownDisplayBeforeRestartInMinutes = n.GetIntValue(); } }, diff --git a/src/generated/Models/Win32LobAppReturnCode.cs b/src/generated/Models/Win32LobAppReturnCode.cs index 5c350fcf63..5d6101491d 100644 --- a/src/generated/Models/Win32LobAppReturnCode.cs +++ b/src/generated/Models/Win32LobAppReturnCode.cs @@ -24,7 +24,7 @@ public class Win32LobAppReturnCode : IAdditionalDataHolder, IParsable { /// Indicates the type of return code. public Win32LobAppReturnCodeType? Type { get; set; } /// - /// Instantiates a new win32LobAppReturnCode and sets the default values. + /// Instantiates a new and sets the default values. /// public Win32LobAppReturnCode() { AdditionalData = new Dictionary(); @@ -32,6 +32,7 @@ public Win32LobAppReturnCode() { /// /// 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 Win32LobAppReturnCode CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -40,6 +41,7 @@ public static Win32LobAppReturnCode CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/Win32LobAppRule.cs b/src/generated/Models/Win32LobAppRule.cs index 6c149334a6..b4f0eeaed2 100644 --- a/src/generated/Models/Win32LobAppRule.cs +++ b/src/generated/Models/Win32LobAppRule.cs @@ -22,7 +22,7 @@ public class Win32LobAppRule : IAdditionalDataHolder, IParsable { /// Contains rule types for Win32 LOB apps. public Win32LobAppRuleType? RuleType { get; set; } /// - /// Instantiates a new win32LobAppRule and sets the default values. + /// Instantiates a new and sets the default values. /// public Win32LobAppRule() { AdditionalData = new Dictionary(); @@ -30,6 +30,7 @@ public Win32LobAppRule() { /// /// 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 Win32LobAppRule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static Win32LobAppRule CreateFromDiscriminatorValue(IParseNode parseNode) /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/Windows10CompliancePolicy.cs b/src/generated/Models/Windows10CompliancePolicy.cs index 70f1140243..af27c250cb 100644 --- a/src/generated/Models/Windows10CompliancePolicy.cs +++ b/src/generated/Models/Windows10CompliancePolicy.cs @@ -72,7 +72,7 @@ public class Windows10CompliancePolicy : DeviceCompliancePolicy, IParsable { /// Require encryption on windows devices. public bool? StorageRequireEncryption { get; set; } /// - /// Instantiates a new windows10CompliancePolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public Windows10CompliancePolicy() : base() { OdataType = "#microsoft.graph.windows10CompliancePolicy"; @@ -80,6 +80,7 @@ public Windows10CompliancePolicy() : base() { /// /// 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 new Windows10CompliancePolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -88,6 +89,7 @@ public Windows10CompliancePolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"bitLockerEnabled", n => { BitLockerEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/Windows10CustomConfiguration.cs b/src/generated/Models/Windows10CustomConfiguration.cs index 4060f75e12..e032a2b62a 100644 --- a/src/generated/Models/Windows10CustomConfiguration.cs +++ b/src/generated/Models/Windows10CustomConfiguration.cs @@ -18,7 +18,7 @@ public class Windows10CustomConfiguration : DeviceConfiguration, IParsable { public List OmaSettings { get; set; } #endif /// - /// Instantiates a new windows10CustomConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public Windows10CustomConfiguration() : base() { OdataType = "#microsoft.graph.windows10CustomConfiguration"; @@ -26,6 +26,7 @@ public Windows10CustomConfiguration() : base() { /// /// 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 new Windows10CustomConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public Windows10CustomConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"omaSettings", n => { OmaSettings = n.GetCollectionOfObjectValues(OmaSetting.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Windows10EndpointProtectionConfiguration.cs b/src/generated/Models/Windows10EndpointProtectionConfiguration.cs index 8e888eec18..ee95fe2d28 100644 --- a/src/generated/Models/Windows10EndpointProtectionConfiguration.cs +++ b/src/generated/Models/Windows10EndpointProtectionConfiguration.cs @@ -136,7 +136,7 @@ public class Windows10EndpointProtectionConfiguration : DeviceConfiguration, IPa /// Allows IT Admins to configure SmartScreen for Windows. public bool? SmartScreenEnableInShell { get; set; } /// - /// Instantiates a new windows10EndpointProtectionConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public Windows10EndpointProtectionConfiguration() : base() { OdataType = "#microsoft.graph.windows10EndpointProtectionConfiguration"; @@ -144,6 +144,7 @@ public Windows10EndpointProtectionConfiguration() : base() { /// /// 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 new Windows10EndpointProtectionConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -152,6 +153,7 @@ public Windows10EndpointProtectionConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appLockerApplicationControl", n => { AppLockerApplicationControl = n.GetEnumValue(); } }, diff --git a/src/generated/Models/Windows10EnterpriseModernAppManagementConfiguration.cs b/src/generated/Models/Windows10EnterpriseModernAppManagementConfiguration.cs index 01e3e21be0..c8c31af0b7 100644 --- a/src/generated/Models/Windows10EnterpriseModernAppManagementConfiguration.cs +++ b/src/generated/Models/Windows10EnterpriseModernAppManagementConfiguration.cs @@ -12,7 +12,7 @@ public class Windows10EnterpriseModernAppManagementConfiguration : DeviceConfigu /// Indicates whether or not to uninstall a fixed list of built-in Windows apps. public bool? UninstallBuiltInApps { get; set; } /// - /// Instantiates a new windows10EnterpriseModernAppManagementConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public Windows10EnterpriseModernAppManagementConfiguration() : base() { OdataType = "#microsoft.graph.windows10EnterpriseModernAppManagementConfiguration"; @@ -20,6 +20,7 @@ public Windows10EnterpriseModernAppManagementConfiguration() : base() { /// /// 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 new Windows10EnterpriseModernAppManagementConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public Windows10EnterpriseModernAppManagementConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"uninstallBuiltInApps", n => { UninstallBuiltInApps = n.GetBoolValue(); } }, diff --git a/src/generated/Models/Windows10GeneralConfiguration.cs b/src/generated/Models/Windows10GeneralConfiguration.cs index 89e002f6fb..1c7e5c0c2a 100644 --- a/src/generated/Models/Windows10GeneralConfiguration.cs +++ b/src/generated/Models/Windows10GeneralConfiguration.cs @@ -533,7 +533,7 @@ public class Windows10GeneralConfiguration : DeviceConfiguration, IParsable { /// Indicates whether or not to require a PIN for new devices to initiate pairing. public bool? WirelessDisplayRequirePinForPairing { get; set; } /// - /// Instantiates a new windows10GeneralConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public Windows10GeneralConfiguration() : base() { OdataType = "#microsoft.graph.windows10GeneralConfiguration"; @@ -541,6 +541,7 @@ public Windows10GeneralConfiguration() : base() { /// /// 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 new Windows10GeneralConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -549,6 +550,7 @@ public Windows10GeneralConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accountsBlockAddingNonMicrosoftAccountEmail", n => { AccountsBlockAddingNonMicrosoftAccountEmail = n.GetBoolValue(); } }, diff --git a/src/generated/Models/Windows10MobileCompliancePolicy.cs b/src/generated/Models/Windows10MobileCompliancePolicy.cs index 28c9e86255..fec12ea35c 100644 --- a/src/generated/Models/Windows10MobileCompliancePolicy.cs +++ b/src/generated/Models/Windows10MobileCompliancePolicy.cs @@ -54,7 +54,7 @@ public class Windows10MobileCompliancePolicy : DeviceCompliancePolicy, IParsable /// Require encryption on windows devices. public bool? StorageRequireEncryption { get; set; } /// - /// Instantiates a new windows10MobileCompliancePolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public Windows10MobileCompliancePolicy() : base() { OdataType = "#microsoft.graph.windows10MobileCompliancePolicy"; @@ -62,6 +62,7 @@ public Windows10MobileCompliancePolicy() : base() { /// /// 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 new Windows10MobileCompliancePolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -70,6 +71,7 @@ public Windows10MobileCompliancePolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"bitLockerEnabled", n => { BitLockerEnabled = n.GetBoolValue(); } }, diff --git a/src/generated/Models/Windows10NetworkProxyServer.cs b/src/generated/Models/Windows10NetworkProxyServer.cs index 33fc8754e1..56abf5af87 100644 --- a/src/generated/Models/Windows10NetworkProxyServer.cs +++ b/src/generated/Models/Windows10NetworkProxyServer.cs @@ -38,7 +38,7 @@ public class Windows10NetworkProxyServer : IAdditionalDataHolder, IParsable { /// Specifies whether the proxy server should be used for local (intranet) addresses. public bool? UseForLocalAddresses { get; set; } /// - /// Instantiates a new windows10NetworkProxyServer and sets the default values. + /// Instantiates a new and sets the default values. /// public Windows10NetworkProxyServer() { AdditionalData = new Dictionary(); @@ -46,6 +46,7 @@ public Windows10NetworkProxyServer() { /// /// 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 Windows10NetworkProxyServer CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -54,6 +55,7 @@ public static Windows10NetworkProxyServer CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"address", n => { Address = n.GetStringValue(); } }, diff --git a/src/generated/Models/Windows10SecureAssessmentConfiguration.cs b/src/generated/Models/Windows10SecureAssessmentConfiguration.cs index e29feef9e3..9e386d9846 100644 --- a/src/generated/Models/Windows10SecureAssessmentConfiguration.cs +++ b/src/generated/Models/Windows10SecureAssessmentConfiguration.cs @@ -32,7 +32,7 @@ public class Windows10SecureAssessmentConfiguration : DeviceConfiguration, IPars public string LaunchUri { get; set; } #endif /// - /// Instantiates a new windows10SecureAssessmentConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public Windows10SecureAssessmentConfiguration() : base() { OdataType = "#microsoft.graph.windows10SecureAssessmentConfiguration"; @@ -40,6 +40,7 @@ public Windows10SecureAssessmentConfiguration() : base() { /// /// 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 new Windows10SecureAssessmentConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -48,6 +49,7 @@ public Windows10SecureAssessmentConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowPrinting", n => { AllowPrinting = n.GetBoolValue(); } }, diff --git a/src/generated/Models/Windows10TeamGeneralConfiguration.cs b/src/generated/Models/Windows10TeamGeneralConfiguration.cs index 6c2a34c779..a2b260e0e6 100644 --- a/src/generated/Models/Windows10TeamGeneralConfiguration.cs +++ b/src/generated/Models/Windows10TeamGeneralConfiguration.cs @@ -69,7 +69,7 @@ public class Windows10TeamGeneralConfiguration : DeviceConfiguration, IParsable /// Possible values for welcome screen meeting information. public ApiSdk.Models.WelcomeScreenMeetingInformation? WelcomeScreenMeetingInformation { get; set; } /// - /// Instantiates a new windows10TeamGeneralConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public Windows10TeamGeneralConfiguration() : base() { OdataType = "#microsoft.graph.windows10TeamGeneralConfiguration"; @@ -77,6 +77,7 @@ public Windows10TeamGeneralConfiguration() : base() { /// /// 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 new Windows10TeamGeneralConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -85,6 +86,7 @@ public Windows10TeamGeneralConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"azureOperationalInsightsBlockTelemetry", n => { AzureOperationalInsightsBlockTelemetry = n.GetBoolValue(); } }, diff --git a/src/generated/Models/Windows81CompliancePolicy.cs b/src/generated/Models/Windows81CompliancePolicy.cs index b29a56881c..37681de3a1 100644 --- a/src/generated/Models/Windows81CompliancePolicy.cs +++ b/src/generated/Models/Windows81CompliancePolicy.cs @@ -44,7 +44,7 @@ public class Windows81CompliancePolicy : DeviceCompliancePolicy, IParsable { /// Indicates whether or not to require encryption on a windows 8.1 device. public bool? StorageRequireEncryption { get; set; } /// - /// Instantiates a new windows81CompliancePolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public Windows81CompliancePolicy() : base() { OdataType = "#microsoft.graph.windows81CompliancePolicy"; @@ -52,6 +52,7 @@ public Windows81CompliancePolicy() : base() { /// /// 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 new Windows81CompliancePolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -60,6 +61,7 @@ public Windows81CompliancePolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"osMaximumVersion", n => { OsMaximumVersion = n.GetStringValue(); } }, diff --git a/src/generated/Models/Windows81GeneralConfiguration.cs b/src/generated/Models/Windows81GeneralConfiguration.cs index a6de972227..c311b81308 100644 --- a/src/generated/Models/Windows81GeneralConfiguration.cs +++ b/src/generated/Models/Windows81GeneralConfiguration.cs @@ -94,7 +94,7 @@ public class Windows81GeneralConfiguration : DeviceConfiguration, IParsable { public string WorkFoldersUrl { get; set; } #endif /// - /// Instantiates a new windows81GeneralConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public Windows81GeneralConfiguration() : base() { OdataType = "#microsoft.graph.windows81GeneralConfiguration"; @@ -102,6 +102,7 @@ public Windows81GeneralConfiguration() : base() { /// /// 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 new Windows81GeneralConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -110,6 +111,7 @@ public Windows81GeneralConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"accountsBlockAddingNonMicrosoftAccountEmail", n => { AccountsBlockAddingNonMicrosoftAccountEmail = n.GetBoolValue(); } }, diff --git a/src/generated/Models/WindowsAppX.cs b/src/generated/Models/WindowsAppX.cs index 4077494bb6..7f2d00d991 100644 --- a/src/generated/Models/WindowsAppX.cs +++ b/src/generated/Models/WindowsAppX.cs @@ -54,7 +54,7 @@ public class WindowsAppX : MobileLobApp, IParsable { public WindowsMinimumOperatingSystem MinimumSupportedOperatingSystem { get; set; } #endif /// - /// Instantiates a new windowsAppX and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsAppX() : base() { OdataType = "#microsoft.graph.windowsAppX"; @@ -62,6 +62,7 @@ public WindowsAppX() : base() { /// /// 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 new WindowsAppX CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -70,6 +71,7 @@ public WindowsAppX() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"applicableArchitectures", n => { ApplicableArchitectures = n.GetEnumValue(); } }, diff --git a/src/generated/Models/WindowsAppXAppAssignmentSettings.cs b/src/generated/Models/WindowsAppXAppAssignmentSettings.cs index 7fca518ee5..a65e7e4067 100644 --- a/src/generated/Models/WindowsAppXAppAssignmentSettings.cs +++ b/src/generated/Models/WindowsAppXAppAssignmentSettings.cs @@ -12,7 +12,7 @@ public class WindowsAppXAppAssignmentSettings : MobileAppAssignmentSettings, IPa /// When TRUE, indicates that device execution context will be used for the AppX mobile app. When FALSE, indicates that user context will be used for the AppX mobile app. By default, this property is set to FALSE. Once this property has been set to TRUE it cannot be changed. public bool? UseDeviceContext { get; set; } /// - /// Instantiates a new windowsAppXAppAssignmentSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsAppXAppAssignmentSettings() : base() { OdataType = "#microsoft.graph.windowsAppXAppAssignmentSettings"; @@ -20,6 +20,7 @@ public WindowsAppXAppAssignmentSettings() : base() { /// /// 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 new WindowsAppXAppAssignmentSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public WindowsAppXAppAssignmentSettings() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"useDeviceContext", n => { UseDeviceContext = n.GetBoolValue(); } }, diff --git a/src/generated/Models/WindowsAppXCollectionResponse.cs b/src/generated/Models/WindowsAppXCollectionResponse.cs index ff555f5b4b..17639916e0 100644 --- a/src/generated/Models/WindowsAppXCollectionResponse.cs +++ b/src/generated/Models/WindowsAppXCollectionResponse.cs @@ -17,6 +17,7 @@ public class WindowsAppXCollectionResponse : BaseCollectionPaginationCountRespon /// /// 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 new WindowsAppXCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WindowsAppXCollectionResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WindowsAppX.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WindowsAutopilotDeviceIdentity.cs b/src/generated/Models/WindowsAutopilotDeviceIdentity.cs index b2cc2e4aa8..e3b4bfdbfc 100644 --- a/src/generated/Models/WindowsAutopilotDeviceIdentity.cs +++ b/src/generated/Models/WindowsAutopilotDeviceIdentity.cs @@ -128,6 +128,7 @@ public class WindowsAutopilotDeviceIdentity : Entity, IParsable { /// /// 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 new WindowsAutopilotDeviceIdentity CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -136,6 +137,7 @@ public class WindowsAutopilotDeviceIdentity : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"addressableUserName", n => { AddressableUserName = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsAutopilotDeviceIdentityCollectionResponse.cs b/src/generated/Models/WindowsAutopilotDeviceIdentityCollectionResponse.cs index 919b270b25..0b5574da32 100644 --- a/src/generated/Models/WindowsAutopilotDeviceIdentityCollectionResponse.cs +++ b/src/generated/Models/WindowsAutopilotDeviceIdentityCollectionResponse.cs @@ -17,6 +17,7 @@ public class WindowsAutopilotDeviceIdentityCollectionResponse : BaseCollectionPa /// /// 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 new WindowsAutopilotDeviceIdentityCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WindowsAutopilotDeviceIdentityCollectionResponse : BaseCollectionPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WindowsAutopilotDeviceIdentity.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WindowsDefenderAdvancedThreatProtectionConfiguration.cs b/src/generated/Models/WindowsDefenderAdvancedThreatProtectionConfiguration.cs index afa530b0e0..a7dc742d2e 100644 --- a/src/generated/Models/WindowsDefenderAdvancedThreatProtectionConfiguration.cs +++ b/src/generated/Models/WindowsDefenderAdvancedThreatProtectionConfiguration.cs @@ -14,7 +14,7 @@ public class WindowsDefenderAdvancedThreatProtectionConfiguration : DeviceConfig /// Expedite Windows Defender Advanced Threat Protection telemetry reporting frequency. public bool? EnableExpeditedTelemetryReporting { get; set; } /// - /// Instantiates a new windowsDefenderAdvancedThreatProtectionConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsDefenderAdvancedThreatProtectionConfiguration() : base() { OdataType = "#microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration"; @@ -22,6 +22,7 @@ public WindowsDefenderAdvancedThreatProtectionConfiguration() : base() { /// /// 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 new WindowsDefenderAdvancedThreatProtectionConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -30,6 +31,7 @@ public WindowsDefenderAdvancedThreatProtectionConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowSampleSharing", n => { AllowSampleSharing = n.GetBoolValue(); } }, diff --git a/src/generated/Models/WindowsDefenderScanActionResult.cs b/src/generated/Models/WindowsDefenderScanActionResult.cs index 2ddc58d6f8..80fb981be5 100644 --- a/src/generated/Models/WindowsDefenderScanActionResult.cs +++ b/src/generated/Models/WindowsDefenderScanActionResult.cs @@ -20,6 +20,7 @@ public class WindowsDefenderScanActionResult : DeviceActionResult, IParsable { /// /// 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 new WindowsDefenderScanActionResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public class WindowsDefenderScanActionResult : DeviceActionResult, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"scanType", n => { ScanType = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsDeviceADAccount.cs b/src/generated/Models/WindowsDeviceADAccount.cs index 6eb7458dfd..b929c69896 100644 --- a/src/generated/Models/WindowsDeviceADAccount.cs +++ b/src/generated/Models/WindowsDeviceADAccount.cs @@ -23,7 +23,7 @@ public class WindowsDeviceADAccount : WindowsDeviceAccount, IParsable { public string UserName { get; set; } #endif /// - /// Instantiates a new windowsDeviceADAccount and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsDeviceADAccount() : base() { OdataType = "#microsoft.graph.windowsDeviceADAccount"; @@ -31,6 +31,7 @@ public WindowsDeviceADAccount() : base() { /// /// 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 new WindowsDeviceADAccount CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -39,6 +40,7 @@ public WindowsDeviceADAccount() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"domainName", n => { DomainName = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsDeviceAccount.cs b/src/generated/Models/WindowsDeviceAccount.cs index fa67c2dcc3..e208eb15e2 100644 --- a/src/generated/Models/WindowsDeviceAccount.cs +++ b/src/generated/Models/WindowsDeviceAccount.cs @@ -25,7 +25,7 @@ public class WindowsDeviceAccount : IAdditionalDataHolder, IParsable { public string Password { get; set; } #endif /// - /// Instantiates a new windowsDeviceAccount and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsDeviceAccount() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public WindowsDeviceAccount() { /// /// 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 WindowsDeviceAccount CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -46,6 +47,7 @@ public static WindowsDeviceAccount CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsDeviceAzureADAccount.cs b/src/generated/Models/WindowsDeviceAzureADAccount.cs index 252a36d59d..4ea8868fd7 100644 --- a/src/generated/Models/WindowsDeviceAzureADAccount.cs +++ b/src/generated/Models/WindowsDeviceAzureADAccount.cs @@ -15,7 +15,7 @@ public class WindowsDeviceAzureADAccount : WindowsDeviceAccount, IParsable { public string UserPrincipalName { get; set; } #endif /// - /// Instantiates a new windowsDeviceAzureADAccount and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsDeviceAzureADAccount() : base() { OdataType = "#microsoft.graph.windowsDeviceAzureADAccount"; @@ -23,6 +23,7 @@ public WindowsDeviceAzureADAccount() : base() { /// /// 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 new WindowsDeviceAzureADAccount CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -31,6 +32,7 @@ public WindowsDeviceAzureADAccount() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"userPrincipalName", n => { UserPrincipalName = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsDeviceMalwareState.cs b/src/generated/Models/WindowsDeviceMalwareState.cs index 414f99e0c7..9435dc195d 100644 --- a/src/generated/Models/WindowsDeviceMalwareState.cs +++ b/src/generated/Models/WindowsDeviceMalwareState.cs @@ -44,6 +44,7 @@ public class WindowsDeviceMalwareState : Entity, IParsable { /// /// 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 new WindowsDeviceMalwareState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public class WindowsDeviceMalwareState : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"additionalInformationUrl", n => { AdditionalInformationUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsDeviceMalwareStateCollectionResponse.cs b/src/generated/Models/WindowsDeviceMalwareStateCollectionResponse.cs index 285ff3e8c8..176879c5be 100644 --- a/src/generated/Models/WindowsDeviceMalwareStateCollectionResponse.cs +++ b/src/generated/Models/WindowsDeviceMalwareStateCollectionResponse.cs @@ -17,6 +17,7 @@ public class WindowsDeviceMalwareStateCollectionResponse : BaseCollectionPaginat /// /// 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 new WindowsDeviceMalwareStateCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WindowsDeviceMalwareStateCollectionResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WindowsDeviceMalwareState.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WindowsFirewallNetworkProfile.cs b/src/generated/Models/WindowsFirewallNetworkProfile.cs index 258732895e..d76ac7b061 100644 --- a/src/generated/Models/WindowsFirewallNetworkProfile.cs +++ b/src/generated/Models/WindowsFirewallNetworkProfile.cs @@ -44,7 +44,7 @@ public class WindowsFirewallNetworkProfile : IAdditionalDataHolder, IParsable { /// Configures the firewall to block unicast responses to multicast broadcast traffic. When UnicastResponsesToMulticastBroadcastsRequired and UnicastResponsesToMulticastBroadcastsBlocked are both true, UnicastResponsesToMulticastBroadcastsBlocked takes priority. public bool? UnicastResponsesToMulticastBroadcastsBlocked { get; set; } /// - /// Instantiates a new windowsFirewallNetworkProfile and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsFirewallNetworkProfile() { AdditionalData = new Dictionary(); @@ -52,6 +52,7 @@ public WindowsFirewallNetworkProfile() { /// /// 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 WindowsFirewallNetworkProfile CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -60,6 +61,7 @@ public static WindowsFirewallNetworkProfile CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"authorizedApplicationRulesFromGroupPolicyMerged", n => { AuthorizedApplicationRulesFromGroupPolicyMerged = n.GetBoolValue(); } }, diff --git a/src/generated/Models/WindowsHelloForBusinessAuthenticationMethod.cs b/src/generated/Models/WindowsHelloForBusinessAuthenticationMethod.cs index c54a4f6dd4..38e345cd2d 100644 --- a/src/generated/Models/WindowsHelloForBusinessAuthenticationMethod.cs +++ b/src/generated/Models/WindowsHelloForBusinessAuthenticationMethod.cs @@ -27,7 +27,7 @@ public class WindowsHelloForBusinessAuthenticationMethod : AuthenticationMethod, /// Key strength of this Windows Hello for Business key. Possible values are: normal, weak, unknown. public AuthenticationMethodKeyStrength? KeyStrength { get; set; } /// - /// Instantiates a new windowsHelloForBusinessAuthenticationMethod and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsHelloForBusinessAuthenticationMethod() : base() { OdataType = "#microsoft.graph.windowsHelloForBusinessAuthenticationMethod"; @@ -35,6 +35,7 @@ public WindowsHelloForBusinessAuthenticationMethod() : base() { /// /// 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 new WindowsHelloForBusinessAuthenticationMethod CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public WindowsHelloForBusinessAuthenticationMethod() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"createdDateTime", n => { CreatedDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Models/WindowsHelloForBusinessAuthenticationMethodCollectionResponse.cs b/src/generated/Models/WindowsHelloForBusinessAuthenticationMethodCollectionResponse.cs index 79ee33f2aa..a00c1078a2 100644 --- a/src/generated/Models/WindowsHelloForBusinessAuthenticationMethodCollectionResponse.cs +++ b/src/generated/Models/WindowsHelloForBusinessAuthenticationMethodCollectionResponse.cs @@ -17,6 +17,7 @@ public class WindowsHelloForBusinessAuthenticationMethodCollectionResponse : Bas /// /// 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 new WindowsHelloForBusinessAuthenticationMethodCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WindowsHelloForBusinessAuthenticationMethodCollectionResponse : Bas /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WindowsHelloForBusinessAuthenticationMethod.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WindowsInformationProtection.cs b/src/generated/Models/WindowsInformationProtection.cs index 01b4569928..9fe36d4875 100644 --- a/src/generated/Models/WindowsInformationProtection.cs +++ b/src/generated/Models/WindowsInformationProtection.cs @@ -150,7 +150,7 @@ public class WindowsInformationProtection : ManagedAppPolicy, IParsable { public List SmbAutoEncryptedFileExtensions { get; set; } #endif /// - /// Instantiates a new windowsInformationProtection and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsInformationProtection() : base() { OdataType = "#microsoft.graph.windowsInformationProtection"; @@ -158,6 +158,7 @@ public WindowsInformationProtection() : base() { /// /// 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 new WindowsInformationProtection CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -171,6 +172,7 @@ public WindowsInformationProtection() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"assignments", n => { Assignments = n.GetCollectionOfObjectValues(TargetedManagedAppPolicyAssignment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WindowsInformationProtectionApp.cs b/src/generated/Models/WindowsInformationProtectionApp.cs index 1644828e55..f73f3ab64e 100644 --- a/src/generated/Models/WindowsInformationProtectionApp.cs +++ b/src/generated/Models/WindowsInformationProtectionApp.cs @@ -54,7 +54,7 @@ public class WindowsInformationProtectionApp : IAdditionalDataHolder, IParsable public string PublisherName { get; set; } #endif /// - /// Instantiates a new windowsInformationProtectionApp and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsInformationProtectionApp() { AdditionalData = new Dictionary(); @@ -62,6 +62,7 @@ public WindowsInformationProtectionApp() { /// /// 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 WindowsInformationProtectionApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -75,6 +76,7 @@ public static WindowsInformationProtectionApp CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"denied", n => { Denied = n.GetBoolValue(); } }, diff --git a/src/generated/Models/WindowsInformationProtectionAppLearningSummary.cs b/src/generated/Models/WindowsInformationProtectionAppLearningSummary.cs index 95b32a514c..ef5275ec8d 100644 --- a/src/generated/Models/WindowsInformationProtectionAppLearningSummary.cs +++ b/src/generated/Models/WindowsInformationProtectionAppLearningSummary.cs @@ -24,6 +24,7 @@ public class WindowsInformationProtectionAppLearningSummary : Entity, IParsable /// /// 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 new WindowsInformationProtectionAppLearningSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -32,6 +33,7 @@ public class WindowsInformationProtectionAppLearningSummary : Entity, IParsable /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"applicationName", n => { ApplicationName = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsInformationProtectionAppLearningSummaryCollectionResponse.cs b/src/generated/Models/WindowsInformationProtectionAppLearningSummaryCollectionResponse.cs index 84e56cf8b4..c0c6a9a92d 100644 --- a/src/generated/Models/WindowsInformationProtectionAppLearningSummaryCollectionResponse.cs +++ b/src/generated/Models/WindowsInformationProtectionAppLearningSummaryCollectionResponse.cs @@ -17,6 +17,7 @@ public class WindowsInformationProtectionAppLearningSummaryCollectionResponse : /// /// 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 new WindowsInformationProtectionAppLearningSummaryCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WindowsInformationProtectionAppLearningSummaryCollectionResponse : /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WindowsInformationProtectionAppLearningSummary.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WindowsInformationProtectionAppLockerFile.cs b/src/generated/Models/WindowsInformationProtectionAppLockerFile.cs index ec0a91df0d..288604cdef 100644 --- a/src/generated/Models/WindowsInformationProtectionAppLockerFile.cs +++ b/src/generated/Models/WindowsInformationProtectionAppLockerFile.cs @@ -44,6 +44,7 @@ public class WindowsInformationProtectionAppLockerFile : Entity, IParsable { /// /// 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 new WindowsInformationProtectionAppLockerFile CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public class WindowsInformationProtectionAppLockerFile : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsInformationProtectionAppLockerFileCollectionResponse.cs b/src/generated/Models/WindowsInformationProtectionAppLockerFileCollectionResponse.cs index c0d05797ba..66bee5f32b 100644 --- a/src/generated/Models/WindowsInformationProtectionAppLockerFileCollectionResponse.cs +++ b/src/generated/Models/WindowsInformationProtectionAppLockerFileCollectionResponse.cs @@ -17,6 +17,7 @@ public class WindowsInformationProtectionAppLockerFileCollectionResponse : BaseC /// /// 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 new WindowsInformationProtectionAppLockerFileCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WindowsInformationProtectionAppLockerFileCollectionResponse : BaseC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WindowsInformationProtectionAppLockerFile.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WindowsInformationProtectionDataRecoveryCertificate.cs b/src/generated/Models/WindowsInformationProtectionDataRecoveryCertificate.cs index 13fb9dc3b5..d4f364bc9d 100644 --- a/src/generated/Models/WindowsInformationProtectionDataRecoveryCertificate.cs +++ b/src/generated/Models/WindowsInformationProtectionDataRecoveryCertificate.cs @@ -46,7 +46,7 @@ public class WindowsInformationProtectionDataRecoveryCertificate : IAdditionalDa public string SubjectName { get; set; } #endif /// - /// Instantiates a new windowsInformationProtectionDataRecoveryCertificate and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsInformationProtectionDataRecoveryCertificate() { AdditionalData = new Dictionary(); @@ -54,6 +54,7 @@ public WindowsInformationProtectionDataRecoveryCertificate() { /// /// 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 WindowsInformationProtectionDataRecoveryCertificate CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -62,6 +63,7 @@ public static WindowsInformationProtectionDataRecoveryCertificate CreateFromDisc /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"certificate", n => { Certificate = n.GetByteArrayValue(); } }, diff --git a/src/generated/Models/WindowsInformationProtectionDesktopApp.cs b/src/generated/Models/WindowsInformationProtectionDesktopApp.cs index 985be92034..f768ed0508 100644 --- a/src/generated/Models/WindowsInformationProtectionDesktopApp.cs +++ b/src/generated/Models/WindowsInformationProtectionDesktopApp.cs @@ -34,7 +34,7 @@ public class WindowsInformationProtectionDesktopApp : WindowsInformationProtecti public string BinaryVersionLow { get; set; } #endif /// - /// Instantiates a new windowsInformationProtectionDesktopApp and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsInformationProtectionDesktopApp() : base() { OdataType = "#microsoft.graph.windowsInformationProtectionDesktopApp"; @@ -42,6 +42,7 @@ public WindowsInformationProtectionDesktopApp() : base() { /// /// 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 new WindowsInformationProtectionDesktopApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public WindowsInformationProtectionDesktopApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"binaryName", n => { BinaryName = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsInformationProtectionIPRangeCollection.cs b/src/generated/Models/WindowsInformationProtectionIPRangeCollection.cs index 621c3221fa..251cfbf7a0 100644 --- a/src/generated/Models/WindowsInformationProtectionIPRangeCollection.cs +++ b/src/generated/Models/WindowsInformationProtectionIPRangeCollection.cs @@ -36,7 +36,7 @@ public class WindowsInformationProtectionIPRangeCollection : IAdditionalDataHold public List Ranges { get; set; } #endif /// - /// Instantiates a new windowsInformationProtectionIPRangeCollection and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsInformationProtectionIPRangeCollection() { AdditionalData = new Dictionary(); @@ -44,6 +44,7 @@ public WindowsInformationProtectionIPRangeCollection() { /// /// 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 WindowsInformationProtectionIPRangeCollection CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public static WindowsInformationProtectionIPRangeCollection CreateFromDiscrimina /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsInformationProtectionNetworkLearningSummary.cs b/src/generated/Models/WindowsInformationProtectionNetworkLearningSummary.cs index 8a29adefbf..81d1e33014 100644 --- a/src/generated/Models/WindowsInformationProtectionNetworkLearningSummary.cs +++ b/src/generated/Models/WindowsInformationProtectionNetworkLearningSummary.cs @@ -22,6 +22,7 @@ public class WindowsInformationProtectionNetworkLearningSummary : Entity, IParsa /// /// 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 new WindowsInformationProtectionNetworkLearningSummary CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -30,6 +31,7 @@ public class WindowsInformationProtectionNetworkLearningSummary : Entity, IParsa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"deviceCount", n => { DeviceCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/WindowsInformationProtectionNetworkLearningSummaryCollectionResponse.cs b/src/generated/Models/WindowsInformationProtectionNetworkLearningSummaryCollectionResponse.cs index 20f22370ec..bfb0a9ae8d 100644 --- a/src/generated/Models/WindowsInformationProtectionNetworkLearningSummaryCollectionResponse.cs +++ b/src/generated/Models/WindowsInformationProtectionNetworkLearningSummaryCollectionResponse.cs @@ -17,6 +17,7 @@ public class WindowsInformationProtectionNetworkLearningSummaryCollectionRespons /// /// 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 new WindowsInformationProtectionNetworkLearningSummaryCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WindowsInformationProtectionNetworkLearningSummaryCollectionRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WindowsInformationProtectionNetworkLearningSummary.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WindowsInformationProtectionPolicy.cs b/src/generated/Models/WindowsInformationProtectionPolicy.cs index 0e31fa0283..beb9b108b4 100644 --- a/src/generated/Models/WindowsInformationProtectionPolicy.cs +++ b/src/generated/Models/WindowsInformationProtectionPolicy.cs @@ -40,7 +40,7 @@ public class WindowsInformationProtectionPolicy : WindowsInformationProtection, /// Boolean value that sets Windows Hello for Business as a method for signing into Windows. public bool? WindowsHelloForBusinessBlocked { get; set; } /// - /// Instantiates a new windowsInformationProtectionPolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsInformationProtectionPolicy() : base() { OdataType = "#microsoft.graph.windowsInformationProtectionPolicy"; @@ -48,6 +48,7 @@ public WindowsInformationProtectionPolicy() : base() { /// /// 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 new WindowsInformationProtectionPolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -56,6 +57,7 @@ public WindowsInformationProtectionPolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"daysWithoutContactBeforeUnenroll", n => { DaysWithoutContactBeforeUnenroll = n.GetIntValue(); } }, diff --git a/src/generated/Models/WindowsInformationProtectionPolicyCollectionResponse.cs b/src/generated/Models/WindowsInformationProtectionPolicyCollectionResponse.cs index 587523e985..558439a138 100644 --- a/src/generated/Models/WindowsInformationProtectionPolicyCollectionResponse.cs +++ b/src/generated/Models/WindowsInformationProtectionPolicyCollectionResponse.cs @@ -17,6 +17,7 @@ public class WindowsInformationProtectionPolicyCollectionResponse : BaseCollecti /// /// 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 new WindowsInformationProtectionPolicyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WindowsInformationProtectionPolicyCollectionResponse : BaseCollecti /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WindowsInformationProtectionPolicy.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WindowsInformationProtectionProxiedDomainCollection.cs b/src/generated/Models/WindowsInformationProtectionProxiedDomainCollection.cs index 05da323bd2..eba92ba9f3 100644 --- a/src/generated/Models/WindowsInformationProtectionProxiedDomainCollection.cs +++ b/src/generated/Models/WindowsInformationProtectionProxiedDomainCollection.cs @@ -36,7 +36,7 @@ public class WindowsInformationProtectionProxiedDomainCollection : IAdditionalDa public List ProxiedDomains { get; set; } #endif /// - /// Instantiates a new windowsInformationProtectionProxiedDomainCollection and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsInformationProtectionProxiedDomainCollection() { AdditionalData = new Dictionary(); @@ -44,6 +44,7 @@ public WindowsInformationProtectionProxiedDomainCollection() { /// /// 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 WindowsInformationProtectionProxiedDomainCollection CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public static WindowsInformationProtectionProxiedDomainCollection CreateFromDisc /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsInformationProtectionResourceCollection.cs b/src/generated/Models/WindowsInformationProtectionResourceCollection.cs index 8496cf7554..c0a867d6ac 100644 --- a/src/generated/Models/WindowsInformationProtectionResourceCollection.cs +++ b/src/generated/Models/WindowsInformationProtectionResourceCollection.cs @@ -36,7 +36,7 @@ public class WindowsInformationProtectionResourceCollection : IAdditionalDataHol public List Resources { get; set; } #endif /// - /// Instantiates a new windowsInformationProtectionResourceCollection and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsInformationProtectionResourceCollection() { AdditionalData = new Dictionary(); @@ -44,6 +44,7 @@ public WindowsInformationProtectionResourceCollection() { /// /// 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 WindowsInformationProtectionResourceCollection CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public static WindowsInformationProtectionResourceCollection CreateFromDiscrimin /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsInformationProtectionStoreApp.cs b/src/generated/Models/WindowsInformationProtectionStoreApp.cs index 35980abbe2..b2beb459fc 100644 --- a/src/generated/Models/WindowsInformationProtectionStoreApp.cs +++ b/src/generated/Models/WindowsInformationProtectionStoreApp.cs @@ -10,7 +10,7 @@ namespace ApiSdk.Models { /// public class WindowsInformationProtectionStoreApp : WindowsInformationProtectionApp, IParsable { /// - /// Instantiates a new windowsInformationProtectionStoreApp and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsInformationProtectionStoreApp() : base() { OdataType = "#microsoft.graph.windowsInformationProtectionStoreApp"; @@ -18,6 +18,7 @@ public WindowsInformationProtectionStoreApp() : base() { /// /// 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 new WindowsInformationProtectionStoreApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public WindowsInformationProtectionStoreApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/WindowsMalwareCategoryCount.cs b/src/generated/Models/WindowsMalwareCategoryCount.cs index 30257321f0..691d6a126f 100644 --- a/src/generated/Models/WindowsMalwareCategoryCount.cs +++ b/src/generated/Models/WindowsMalwareCategoryCount.cs @@ -30,7 +30,7 @@ public class WindowsMalwareCategoryCount : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new windowsMalwareCategoryCount and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsMalwareCategoryCount() { AdditionalData = new Dictionary(); @@ -38,6 +38,7 @@ public WindowsMalwareCategoryCount() { /// /// 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 WindowsMalwareCategoryCount CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -46,6 +47,7 @@ public static WindowsMalwareCategoryCount CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"activeMalwareDetectionCount", n => { ActiveMalwareDetectionCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/WindowsMalwareExecutionStateCount.cs b/src/generated/Models/WindowsMalwareExecutionStateCount.cs index c0c142f782..f2580bc881 100644 --- a/src/generated/Models/WindowsMalwareExecutionStateCount.cs +++ b/src/generated/Models/WindowsMalwareExecutionStateCount.cs @@ -26,7 +26,7 @@ public class WindowsMalwareExecutionStateCount : IAdditionalDataHolder, IParsabl public string OdataType { get; set; } #endif /// - /// Instantiates a new windowsMalwareExecutionStateCount and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsMalwareExecutionStateCount() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public WindowsMalwareExecutionStateCount() { /// /// 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 WindowsMalwareExecutionStateCount CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static WindowsMalwareExecutionStateCount CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"deviceCount", n => { DeviceCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/WindowsMalwareInformation.cs b/src/generated/Models/WindowsMalwareInformation.cs index ce096c5d77..d51d1ec720 100644 --- a/src/generated/Models/WindowsMalwareInformation.cs +++ b/src/generated/Models/WindowsMalwareInformation.cs @@ -42,6 +42,7 @@ public class WindowsMalwareInformation : Entity, IParsable { /// /// 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 new WindowsMalwareInformation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public class WindowsMalwareInformation : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"additionalInformationUrl", n => { AdditionalInformationUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsMalwareInformationCollectionResponse.cs b/src/generated/Models/WindowsMalwareInformationCollectionResponse.cs index 34cd0a7e0b..d01cba2831 100644 --- a/src/generated/Models/WindowsMalwareInformationCollectionResponse.cs +++ b/src/generated/Models/WindowsMalwareInformationCollectionResponse.cs @@ -17,6 +17,7 @@ public class WindowsMalwareInformationCollectionResponse : BaseCollectionPaginat /// /// 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 new WindowsMalwareInformationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WindowsMalwareInformationCollectionResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WindowsMalwareInformation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WindowsMalwareNameCount.cs b/src/generated/Models/WindowsMalwareNameCount.cs index 590ccc0959..a988c66ec1 100644 --- a/src/generated/Models/WindowsMalwareNameCount.cs +++ b/src/generated/Models/WindowsMalwareNameCount.cs @@ -40,7 +40,7 @@ public class WindowsMalwareNameCount : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new windowsMalwareNameCount and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsMalwareNameCount() { AdditionalData = new Dictionary(); @@ -48,6 +48,7 @@ public WindowsMalwareNameCount() { /// /// 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 WindowsMalwareNameCount CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -56,6 +57,7 @@ public static WindowsMalwareNameCount CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"deviceCount", n => { DeviceCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/WindowsMalwareOverview.cs b/src/generated/Models/WindowsMalwareOverview.cs index ba80a1fc4b..4dd0aba10f 100644 --- a/src/generated/Models/WindowsMalwareOverview.cs +++ b/src/generated/Models/WindowsMalwareOverview.cs @@ -74,7 +74,7 @@ public class WindowsMalwareOverview : IAdditionalDataHolder, IParsable { /// Count of all malware detections across all devices. Valid values -2147483648 to 2147483647 public int? TotalMalwareCount { get; set; } /// - /// Instantiates a new windowsMalwareOverview and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsMalwareOverview() { AdditionalData = new Dictionary(); @@ -82,6 +82,7 @@ public WindowsMalwareOverview() { /// /// 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 WindowsMalwareOverview CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -90,6 +91,7 @@ public static WindowsMalwareOverview CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"malwareCategorySummary", n => { MalwareCategorySummary = n.GetCollectionOfObjectValues(WindowsMalwareCategoryCount.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WindowsMalwareSeverityCount.cs b/src/generated/Models/WindowsMalwareSeverityCount.cs index dc0e00b67d..38f29b41eb 100644 --- a/src/generated/Models/WindowsMalwareSeverityCount.cs +++ b/src/generated/Models/WindowsMalwareSeverityCount.cs @@ -28,7 +28,7 @@ public class WindowsMalwareSeverityCount : IAdditionalDataHolder, IParsable { /// Malware severity public WindowsMalwareSeverity? Severity { get; set; } /// - /// Instantiates a new windowsMalwareSeverityCount and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsMalwareSeverityCount() { AdditionalData = new Dictionary(); @@ -36,6 +36,7 @@ public WindowsMalwareSeverityCount() { /// /// 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 WindowsMalwareSeverityCount CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -44,6 +45,7 @@ public static WindowsMalwareSeverityCount CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"distinctMalwareCount", n => { DistinctMalwareCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/WindowsMalwareStateCount.cs b/src/generated/Models/WindowsMalwareStateCount.cs index aca23d08ab..f6abfcb70a 100644 --- a/src/generated/Models/WindowsMalwareStateCount.cs +++ b/src/generated/Models/WindowsMalwareStateCount.cs @@ -30,7 +30,7 @@ public class WindowsMalwareStateCount : IAdditionalDataHolder, IParsable { /// Malware threat status public WindowsMalwareThreatState? State { get; set; } /// - /// Instantiates a new windowsMalwareStateCount and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsMalwareStateCount() { AdditionalData = new Dictionary(); @@ -38,6 +38,7 @@ public WindowsMalwareStateCount() { /// /// 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 WindowsMalwareStateCount CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -46,6 +47,7 @@ public static WindowsMalwareStateCount CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"deviceCount", n => { DeviceCount = n.GetIntValue(); } }, diff --git a/src/generated/Models/WindowsMicrosoftEdgeApp.cs b/src/generated/Models/WindowsMicrosoftEdgeApp.cs index 1fde363f1d..16c975ab6e 100644 --- a/src/generated/Models/WindowsMicrosoftEdgeApp.cs +++ b/src/generated/Models/WindowsMicrosoftEdgeApp.cs @@ -20,7 +20,7 @@ public class WindowsMicrosoftEdgeApp : MobileApp, IParsable { public string DisplayLanguageLocale { get; set; } #endif /// - /// Instantiates a new windowsMicrosoftEdgeApp and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsMicrosoftEdgeApp() : base() { OdataType = "#microsoft.graph.windowsMicrosoftEdgeApp"; @@ -28,6 +28,7 @@ public WindowsMicrosoftEdgeApp() : base() { /// /// 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 new WindowsMicrosoftEdgeApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -36,6 +37,7 @@ public WindowsMicrosoftEdgeApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"channel", n => { Channel = n.GetEnumValue(); } }, diff --git a/src/generated/Models/WindowsMinimumOperatingSystem.cs b/src/generated/Models/WindowsMinimumOperatingSystem.cs index a40fff2d04..a2607e7a3f 100644 --- a/src/generated/Models/WindowsMinimumOperatingSystem.cs +++ b/src/generated/Models/WindowsMinimumOperatingSystem.cs @@ -26,7 +26,7 @@ public class WindowsMinimumOperatingSystem : IAdditionalDataHolder, IParsable { /// Windows version 8.1 or later. public bool? V81 { get; set; } /// - /// Instantiates a new windowsMinimumOperatingSystem and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsMinimumOperatingSystem() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public WindowsMinimumOperatingSystem() { /// /// 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 WindowsMinimumOperatingSystem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static WindowsMinimumOperatingSystem CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsMobileMSI.cs b/src/generated/Models/WindowsMobileMSI.cs index 7234bd7e5b..7ba2840470 100644 --- a/src/generated/Models/WindowsMobileMSI.cs +++ b/src/generated/Models/WindowsMobileMSI.cs @@ -36,7 +36,7 @@ public class WindowsMobileMSI : MobileLobApp, IParsable { public string ProductVersion { get; set; } #endif /// - /// Instantiates a new windowsMobileMSI and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsMobileMSI() : base() { OdataType = "#microsoft.graph.windowsMobileMSI"; @@ -44,6 +44,7 @@ public WindowsMobileMSI() : base() { /// /// 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 new WindowsMobileMSI CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public WindowsMobileMSI() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"commandLine", n => { CommandLine = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsMobileMSICollectionResponse.cs b/src/generated/Models/WindowsMobileMSICollectionResponse.cs index 090dc1bc45..ad9dcf83b2 100644 --- a/src/generated/Models/WindowsMobileMSICollectionResponse.cs +++ b/src/generated/Models/WindowsMobileMSICollectionResponse.cs @@ -17,6 +17,7 @@ public class WindowsMobileMSICollectionResponse : BaseCollectionPaginationCountR /// /// 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 new WindowsMobileMSICollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WindowsMobileMSICollectionResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WindowsMobileMSI.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WindowsPhone81CompliancePolicy.cs b/src/generated/Models/WindowsPhone81CompliancePolicy.cs index 59a153c8e1..9d9655af9c 100644 --- a/src/generated/Models/WindowsPhone81CompliancePolicy.cs +++ b/src/generated/Models/WindowsPhone81CompliancePolicy.cs @@ -44,7 +44,7 @@ public class WindowsPhone81CompliancePolicy : DeviceCompliancePolicy, IParsable /// Require encryption on windows phone devices. public bool? StorageRequireEncryption { get; set; } /// - /// Instantiates a new windowsPhone81CompliancePolicy and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsPhone81CompliancePolicy() : base() { OdataType = "#microsoft.graph.windowsPhone81CompliancePolicy"; @@ -52,6 +52,7 @@ public WindowsPhone81CompliancePolicy() : base() { /// /// 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 new WindowsPhone81CompliancePolicy CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -60,6 +61,7 @@ public WindowsPhone81CompliancePolicy() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"osMaximumVersion", n => { OsMaximumVersion = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsPhone81CustomConfiguration.cs b/src/generated/Models/WindowsPhone81CustomConfiguration.cs index 806a79f488..5ca8c2cdc6 100644 --- a/src/generated/Models/WindowsPhone81CustomConfiguration.cs +++ b/src/generated/Models/WindowsPhone81CustomConfiguration.cs @@ -18,7 +18,7 @@ public class WindowsPhone81CustomConfiguration : DeviceConfiguration, IParsable public List OmaSettings { get; set; } #endif /// - /// Instantiates a new windowsPhone81CustomConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsPhone81CustomConfiguration() : base() { OdataType = "#microsoft.graph.windowsPhone81CustomConfiguration"; @@ -26,6 +26,7 @@ public WindowsPhone81CustomConfiguration() : base() { /// /// 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 new WindowsPhone81CustomConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public WindowsPhone81CustomConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"omaSettings", n => { OmaSettings = n.GetCollectionOfObjectValues(OmaSetting.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WindowsPhone81GeneralConfiguration.cs b/src/generated/Models/WindowsPhone81GeneralConfiguration.cs index 4650431145..ced9aec79c 100644 --- a/src/generated/Models/WindowsPhone81GeneralConfiguration.cs +++ b/src/generated/Models/WindowsPhone81GeneralConfiguration.cs @@ -74,7 +74,7 @@ public class WindowsPhone81GeneralConfiguration : DeviceConfiguration, IParsable /// Indicates whether or not to block the Windows Store. public bool? WindowsStoreBlocked { get; set; } /// - /// Instantiates a new windowsPhone81GeneralConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsPhone81GeneralConfiguration() : base() { OdataType = "#microsoft.graph.windowsPhone81GeneralConfiguration"; @@ -82,6 +82,7 @@ public WindowsPhone81GeneralConfiguration() : base() { /// /// 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 new WindowsPhone81GeneralConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -90,6 +91,7 @@ public WindowsPhone81GeneralConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"applyOnlyToWindowsPhone81", n => { ApplyOnlyToWindowsPhone81 = n.GetBoolValue(); } }, diff --git a/src/generated/Models/WindowsProtectionState.cs b/src/generated/Models/WindowsProtectionState.cs index 419c1ba903..c31ada49f5 100644 --- a/src/generated/Models/WindowsProtectionState.cs +++ b/src/generated/Models/WindowsProtectionState.cs @@ -90,6 +90,7 @@ public class WindowsProtectionState : Entity, IParsable { /// /// 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 new WindowsProtectionState CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -98,6 +99,7 @@ public class WindowsProtectionState : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"antiMalwareVersion", n => { AntiMalwareVersion = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsUniversalAppX.cs b/src/generated/Models/WindowsUniversalAppX.cs index f67cdc5d16..178e844153 100644 --- a/src/generated/Models/WindowsUniversalAppX.cs +++ b/src/generated/Models/WindowsUniversalAppX.cs @@ -64,7 +64,7 @@ public class WindowsUniversalAppX : MobileLobApp, IParsable { public WindowsMinimumOperatingSystem MinimumSupportedOperatingSystem { get; set; } #endif /// - /// Instantiates a new windowsUniversalAppX and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsUniversalAppX() : base() { OdataType = "#microsoft.graph.windowsUniversalAppX"; @@ -72,6 +72,7 @@ public WindowsUniversalAppX() : base() { /// /// 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 new WindowsUniversalAppX CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -80,6 +81,7 @@ public WindowsUniversalAppX() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"applicableArchitectures", n => { ApplicableArchitectures = n.GetEnumValue(); } }, diff --git a/src/generated/Models/WindowsUniversalAppXAppAssignmentSettings.cs b/src/generated/Models/WindowsUniversalAppXAppAssignmentSettings.cs index b18d49e89c..2060ec5dbd 100644 --- a/src/generated/Models/WindowsUniversalAppXAppAssignmentSettings.cs +++ b/src/generated/Models/WindowsUniversalAppXAppAssignmentSettings.cs @@ -12,7 +12,7 @@ public class WindowsUniversalAppXAppAssignmentSettings : MobileAppAssignmentSett /// If true, uses device execution context for Windows Universal AppX mobile app. Device-context install is not allowed when this type of app is targeted with Available intent. Defaults to false. public bool? UseDeviceContext { get; set; } /// - /// Instantiates a new windowsUniversalAppXAppAssignmentSettings and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsUniversalAppXAppAssignmentSettings() : base() { OdataType = "#microsoft.graph.windowsUniversalAppXAppAssignmentSettings"; @@ -20,6 +20,7 @@ public WindowsUniversalAppXAppAssignmentSettings() : base() { /// /// 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 new WindowsUniversalAppXAppAssignmentSettings CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public WindowsUniversalAppXAppAssignmentSettings() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"useDeviceContext", n => { UseDeviceContext = n.GetBoolValue(); } }, diff --git a/src/generated/Models/WindowsUniversalAppXCollectionResponse.cs b/src/generated/Models/WindowsUniversalAppXCollectionResponse.cs index 73db8256d8..29df7a529d 100644 --- a/src/generated/Models/WindowsUniversalAppXCollectionResponse.cs +++ b/src/generated/Models/WindowsUniversalAppXCollectionResponse.cs @@ -17,6 +17,7 @@ public class WindowsUniversalAppXCollectionResponse : BaseCollectionPaginationCo /// /// 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 new WindowsUniversalAppXCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WindowsUniversalAppXCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WindowsUniversalAppX.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WindowsUniversalAppXContainedApp.cs b/src/generated/Models/WindowsUniversalAppXContainedApp.cs index 726891771b..b19a1dcaa8 100644 --- a/src/generated/Models/WindowsUniversalAppXContainedApp.cs +++ b/src/generated/Models/WindowsUniversalAppXContainedApp.cs @@ -18,7 +18,7 @@ public class WindowsUniversalAppXContainedApp : MobileContainedApp, IParsable { public string AppUserModelId { get; set; } #endif /// - /// Instantiates a new windowsUniversalAppXContainedApp and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsUniversalAppXContainedApp() : base() { OdataType = "#microsoft.graph.windowsUniversalAppXContainedApp"; @@ -26,6 +26,7 @@ public WindowsUniversalAppXContainedApp() : base() { /// /// 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 new WindowsUniversalAppXContainedApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public WindowsUniversalAppXContainedApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appUserModelId", n => { AppUserModelId = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsUpdateActiveHoursInstall.cs b/src/generated/Models/WindowsUpdateActiveHoursInstall.cs index 6417ee5062..6a23da999c 100644 --- a/src/generated/Models/WindowsUpdateActiveHoursInstall.cs +++ b/src/generated/Models/WindowsUpdateActiveHoursInstall.cs @@ -12,7 +12,7 @@ public class WindowsUpdateActiveHoursInstall : WindowsUpdateInstallScheduleType, /// Active Hours Start public Time? ActiveHoursStart { get; set; } /// - /// Instantiates a new windowsUpdateActiveHoursInstall and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsUpdateActiveHoursInstall() : base() { OdataType = "#microsoft.graph.windowsUpdateActiveHoursInstall"; @@ -20,6 +20,7 @@ public WindowsUpdateActiveHoursInstall() : base() { /// /// 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 new WindowsUpdateActiveHoursInstall CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public WindowsUpdateActiveHoursInstall() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"activeHoursEnd", n => { ActiveHoursEnd = n.GetTimeValue(); } }, diff --git a/src/generated/Models/WindowsUpdateForBusinessConfiguration.cs b/src/generated/Models/WindowsUpdateForBusinessConfiguration.cs index 1d353146d0..3449e80537 100644 --- a/src/generated/Models/WindowsUpdateForBusinessConfiguration.cs +++ b/src/generated/Models/WindowsUpdateForBusinessConfiguration.cs @@ -89,7 +89,7 @@ public class WindowsUpdateForBusinessConfiguration : DeviceConfiguration, IParsa /// Possible values of a property public Enablement? UserWindowsUpdateScanAccess { get; set; } /// - /// Instantiates a new windowsUpdateForBusinessConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsUpdateForBusinessConfiguration() : base() { OdataType = "#microsoft.graph.windowsUpdateForBusinessConfiguration"; @@ -97,6 +97,7 @@ public WindowsUpdateForBusinessConfiguration() : base() { /// /// 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 new WindowsUpdateForBusinessConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -105,6 +106,7 @@ public WindowsUpdateForBusinessConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"allowWindows11Upgrade", n => { AllowWindows11Upgrade = n.GetBoolValue(); } }, diff --git a/src/generated/Models/WindowsUpdateInstallScheduleType.cs b/src/generated/Models/WindowsUpdateInstallScheduleType.cs index 2a1dc60463..2412037063 100644 --- a/src/generated/Models/WindowsUpdateInstallScheduleType.cs +++ b/src/generated/Models/WindowsUpdateInstallScheduleType.cs @@ -17,7 +17,7 @@ public class WindowsUpdateInstallScheduleType : IAdditionalDataHolder, IParsable public string OdataType { get; set; } #endif /// - /// Instantiates a new windowsUpdateInstallScheduleType and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsUpdateInstallScheduleType() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public WindowsUpdateInstallScheduleType() { /// /// 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 WindowsUpdateInstallScheduleType CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public static WindowsUpdateInstallScheduleType CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsUpdateScheduledInstall.cs b/src/generated/Models/WindowsUpdateScheduledInstall.cs index dd57bba070..e53f89a09e 100644 --- a/src/generated/Models/WindowsUpdateScheduledInstall.cs +++ b/src/generated/Models/WindowsUpdateScheduledInstall.cs @@ -12,7 +12,7 @@ public class WindowsUpdateScheduledInstall : WindowsUpdateInstallScheduleType, I /// Scheduled Install Time during day public Time? ScheduledInstallTime { get; set; } /// - /// Instantiates a new windowsUpdateScheduledInstall and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsUpdateScheduledInstall() : base() { OdataType = "#microsoft.graph.windowsUpdateScheduledInstall"; @@ -20,6 +20,7 @@ public WindowsUpdateScheduledInstall() : base() { /// /// 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 new WindowsUpdateScheduledInstall CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -28,6 +29,7 @@ public WindowsUpdateScheduledInstall() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"scheduledInstallDay", n => { ScheduledInstallDay = n.GetEnumValue(); } }, diff --git a/src/generated/Models/WindowsWebApp.cs b/src/generated/Models/WindowsWebApp.cs index 03400c8322..b135a710f1 100644 --- a/src/generated/Models/WindowsWebApp.cs +++ b/src/generated/Models/WindowsWebApp.cs @@ -18,7 +18,7 @@ public class WindowsWebApp : MobileApp, IParsable { public string AppUrl { get; set; } #endif /// - /// Instantiates a new windowsWebApp and sets the default values. + /// Instantiates a new and sets the default values. /// public WindowsWebApp() : base() { OdataType = "#microsoft.graph.windowsWebApp"; @@ -26,6 +26,7 @@ public WindowsWebApp() : base() { /// /// 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 new WindowsWebApp CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public WindowsWebApp() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"appUrl", n => { AppUrl = n.GetStringValue(); } }, diff --git a/src/generated/Models/WindowsWebAppCollectionResponse.cs b/src/generated/Models/WindowsWebAppCollectionResponse.cs index 1673da937d..18e6b2fcf3 100644 --- a/src/generated/Models/WindowsWebAppCollectionResponse.cs +++ b/src/generated/Models/WindowsWebAppCollectionResponse.cs @@ -17,6 +17,7 @@ public class WindowsWebAppCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new WindowsWebAppCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WindowsWebAppCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WindowsWebApp.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/Workbook.cs b/src/generated/Models/Workbook.cs index e972e4f5df..d2d2561434 100644 --- a/src/generated/Models/Workbook.cs +++ b/src/generated/Models/Workbook.cs @@ -65,6 +65,7 @@ public class Workbook : Entity, IParsable { /// /// 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 new Workbook CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -73,6 +74,7 @@ public class Workbook : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"application", n => { Application = n.GetObjectValue(WorkbookApplication.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookApplication.cs b/src/generated/Models/WorkbookApplication.cs index f7437d9834..e031fc5415 100644 --- a/src/generated/Models/WorkbookApplication.cs +++ b/src/generated/Models/WorkbookApplication.cs @@ -17,6 +17,7 @@ public class WorkbookApplication : Entity, IParsable { /// /// 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 new WorkbookApplication CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkbookApplication : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"calculationMode", n => { CalculationMode = n.GetStringValue(); } }, diff --git a/src/generated/Models/WorkbookChart.cs b/src/generated/Models/WorkbookChart.cs index d37246f6e7..5cd3ed6128 100644 --- a/src/generated/Models/WorkbookChart.cs +++ b/src/generated/Models/WorkbookChart.cs @@ -81,6 +81,7 @@ public class WorkbookChart : Entity, IParsable { /// /// 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 new WorkbookChart CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -89,6 +90,7 @@ public class WorkbookChart : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"axes", n => { Axes = n.GetObjectValue(WorkbookChartAxes.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookChartAreaFormat.cs b/src/generated/Models/WorkbookChartAreaFormat.cs index a7b78a08f3..0ae1318ed0 100644 --- a/src/generated/Models/WorkbookChartAreaFormat.cs +++ b/src/generated/Models/WorkbookChartAreaFormat.cs @@ -25,6 +25,7 @@ public class WorkbookChartAreaFormat : Entity, IParsable { /// /// 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 new WorkbookChartAreaFormat CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class WorkbookChartAreaFormat : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"fill", n => { Fill = n.GetObjectValue(WorkbookChartFill.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookChartAxes.cs b/src/generated/Models/WorkbookChartAxes.cs index 1e08cfed27..db5d0e6315 100644 --- a/src/generated/Models/WorkbookChartAxes.cs +++ b/src/generated/Models/WorkbookChartAxes.cs @@ -33,6 +33,7 @@ public class WorkbookChartAxes : Entity, IParsable { /// /// 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 new WorkbookChartAxes CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class WorkbookChartAxes : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"categoryAxis", n => { CategoryAxis = n.GetObjectValue(WorkbookChartAxis.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookChartAxis.cs b/src/generated/Models/WorkbookChartAxis.cs index 16d7300be0..5cd2d55729 100644 --- a/src/generated/Models/WorkbookChartAxis.cs +++ b/src/generated/Models/WorkbookChartAxis.cs @@ -73,6 +73,7 @@ public class WorkbookChartAxis : Entity, IParsable { /// /// 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 new WorkbookChartAxis CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -81,6 +82,7 @@ public class WorkbookChartAxis : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"format", n => { Format = n.GetObjectValue(WorkbookChartAxisFormat.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookChartAxisFormat.cs b/src/generated/Models/WorkbookChartAxisFormat.cs index 80b18460df..5650852046 100644 --- a/src/generated/Models/WorkbookChartAxisFormat.cs +++ b/src/generated/Models/WorkbookChartAxisFormat.cs @@ -25,6 +25,7 @@ public class WorkbookChartAxisFormat : Entity, IParsable { /// /// 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 new WorkbookChartAxisFormat CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class WorkbookChartAxisFormat : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"font", n => { Font = n.GetObjectValue(WorkbookChartFont.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookChartAxisTitle.cs b/src/generated/Models/WorkbookChartAxisTitle.cs index 67d931cefa..ae73ddd961 100644 --- a/src/generated/Models/WorkbookChartAxisTitle.cs +++ b/src/generated/Models/WorkbookChartAxisTitle.cs @@ -27,6 +27,7 @@ public class WorkbookChartAxisTitle : Entity, IParsable { /// /// 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 new WorkbookChartAxisTitle CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public class WorkbookChartAxisTitle : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"format", n => { Format = n.GetObjectValue(WorkbookChartAxisTitleFormat.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookChartAxisTitleFormat.cs b/src/generated/Models/WorkbookChartAxisTitleFormat.cs index c1940cc74e..3e1e58d99d 100644 --- a/src/generated/Models/WorkbookChartAxisTitleFormat.cs +++ b/src/generated/Models/WorkbookChartAxisTitleFormat.cs @@ -17,6 +17,7 @@ public class WorkbookChartAxisTitleFormat : Entity, IParsable { /// /// 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 new WorkbookChartAxisTitleFormat CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkbookChartAxisTitleFormat : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"font", n => { Font = n.GetObjectValue(WorkbookChartFont.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookChartCollectionResponse.cs b/src/generated/Models/WorkbookChartCollectionResponse.cs index bae1ac3eef..98555a68c3 100644 --- a/src/generated/Models/WorkbookChartCollectionResponse.cs +++ b/src/generated/Models/WorkbookChartCollectionResponse.cs @@ -17,6 +17,7 @@ public class WorkbookChartCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new WorkbookChartCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkbookChartCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WorkbookChart.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WorkbookChartDataLabelFormat.cs b/src/generated/Models/WorkbookChartDataLabelFormat.cs index a8a41ddacc..482267c9c0 100644 --- a/src/generated/Models/WorkbookChartDataLabelFormat.cs +++ b/src/generated/Models/WorkbookChartDataLabelFormat.cs @@ -25,6 +25,7 @@ public class WorkbookChartDataLabelFormat : Entity, IParsable { /// /// 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 new WorkbookChartDataLabelFormat CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class WorkbookChartDataLabelFormat : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"fill", n => { Fill = n.GetObjectValue(WorkbookChartFill.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookChartDataLabels.cs b/src/generated/Models/WorkbookChartDataLabels.cs index 9480ca3af4..1b1e0fb937 100644 --- a/src/generated/Models/WorkbookChartDataLabels.cs +++ b/src/generated/Models/WorkbookChartDataLabels.cs @@ -45,6 +45,7 @@ public class WorkbookChartDataLabels : Entity, IParsable { /// /// 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 new WorkbookChartDataLabels CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public class WorkbookChartDataLabels : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"format", n => { Format = n.GetObjectValue(WorkbookChartDataLabelFormat.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookChartFill.cs b/src/generated/Models/WorkbookChartFill.cs index b56a95243a..f01f7a30a0 100644 --- a/src/generated/Models/WorkbookChartFill.cs +++ b/src/generated/Models/WorkbookChartFill.cs @@ -9,6 +9,7 @@ public class WorkbookChartFill : Entity, IParsable { /// /// 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 new WorkbookChartFill CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class WorkbookChartFill : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/WorkbookChartFont.cs b/src/generated/Models/WorkbookChartFont.cs index 3b662186f1..e8861edf2b 100644 --- a/src/generated/Models/WorkbookChartFont.cs +++ b/src/generated/Models/WorkbookChartFont.cs @@ -39,6 +39,7 @@ public class WorkbookChartFont : Entity, IParsable { /// /// 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 new WorkbookChartFont CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public class WorkbookChartFont : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"bold", n => { Bold = n.GetBoolValue(); } }, diff --git a/src/generated/Models/WorkbookChartGridlines.cs b/src/generated/Models/WorkbookChartGridlines.cs index 26582a969c..90894e6fc4 100644 --- a/src/generated/Models/WorkbookChartGridlines.cs +++ b/src/generated/Models/WorkbookChartGridlines.cs @@ -19,6 +19,7 @@ public class WorkbookChartGridlines : Entity, IParsable { /// /// 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 new WorkbookChartGridlines CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class WorkbookChartGridlines : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"format", n => { Format = n.GetObjectValue(WorkbookChartGridlinesFormat.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookChartGridlinesFormat.cs b/src/generated/Models/WorkbookChartGridlinesFormat.cs index c89fb50ab1..8539859f8e 100644 --- a/src/generated/Models/WorkbookChartGridlinesFormat.cs +++ b/src/generated/Models/WorkbookChartGridlinesFormat.cs @@ -17,6 +17,7 @@ public class WorkbookChartGridlinesFormat : Entity, IParsable { /// /// 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 new WorkbookChartGridlinesFormat CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkbookChartGridlinesFormat : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"line", n => { Line = n.GetObjectValue(WorkbookChartLineFormat.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookChartLegend.cs b/src/generated/Models/WorkbookChartLegend.cs index 4adfc214c6..b082e774a8 100644 --- a/src/generated/Models/WorkbookChartLegend.cs +++ b/src/generated/Models/WorkbookChartLegend.cs @@ -29,6 +29,7 @@ public class WorkbookChartLegend : Entity, IParsable { /// /// 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 new WorkbookChartLegend CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public class WorkbookChartLegend : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"format", n => { Format = n.GetObjectValue(WorkbookChartLegendFormat.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookChartLegendFormat.cs b/src/generated/Models/WorkbookChartLegendFormat.cs index d823257d89..29c8504b59 100644 --- a/src/generated/Models/WorkbookChartLegendFormat.cs +++ b/src/generated/Models/WorkbookChartLegendFormat.cs @@ -25,6 +25,7 @@ public class WorkbookChartLegendFormat : Entity, IParsable { /// /// 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 new WorkbookChartLegendFormat CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class WorkbookChartLegendFormat : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"fill", n => { Fill = n.GetObjectValue(WorkbookChartFill.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookChartLineFormat.cs b/src/generated/Models/WorkbookChartLineFormat.cs index 714ff794b0..b26dd3a61b 100644 --- a/src/generated/Models/WorkbookChartLineFormat.cs +++ b/src/generated/Models/WorkbookChartLineFormat.cs @@ -17,6 +17,7 @@ public class WorkbookChartLineFormat : Entity, IParsable { /// /// 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 new WorkbookChartLineFormat CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkbookChartLineFormat : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"color", n => { Color = n.GetStringValue(); } }, diff --git a/src/generated/Models/WorkbookChartPoint.cs b/src/generated/Models/WorkbookChartPoint.cs index 307c8da429..7a0338e294 100644 --- a/src/generated/Models/WorkbookChartPoint.cs +++ b/src/generated/Models/WorkbookChartPoint.cs @@ -25,6 +25,7 @@ public class WorkbookChartPoint : Entity, IParsable { /// /// 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 new WorkbookChartPoint CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class WorkbookChartPoint : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"format", n => { Format = n.GetObjectValue(WorkbookChartPointFormat.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookChartPointCollectionResponse.cs b/src/generated/Models/WorkbookChartPointCollectionResponse.cs index 8cfc39b56d..c9f3d68d6c 100644 --- a/src/generated/Models/WorkbookChartPointCollectionResponse.cs +++ b/src/generated/Models/WorkbookChartPointCollectionResponse.cs @@ -17,6 +17,7 @@ public class WorkbookChartPointCollectionResponse : BaseCollectionPaginationCoun /// /// 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 new WorkbookChartPointCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkbookChartPointCollectionResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WorkbookChartPoint.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WorkbookChartPointFormat.cs b/src/generated/Models/WorkbookChartPointFormat.cs index cb3c790522..50880d7e10 100644 --- a/src/generated/Models/WorkbookChartPointFormat.cs +++ b/src/generated/Models/WorkbookChartPointFormat.cs @@ -17,6 +17,7 @@ public class WorkbookChartPointFormat : Entity, IParsable { /// /// 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 new WorkbookChartPointFormat CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkbookChartPointFormat : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"fill", n => { Fill = n.GetObjectValue(WorkbookChartFill.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookChartSeries.cs b/src/generated/Models/WorkbookChartSeries.cs index a1492ccbf9..c02d002932 100644 --- a/src/generated/Models/WorkbookChartSeries.cs +++ b/src/generated/Models/WorkbookChartSeries.cs @@ -33,6 +33,7 @@ public class WorkbookChartSeries : Entity, IParsable { /// /// 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 new WorkbookChartSeries CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class WorkbookChartSeries : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"format", n => { Format = n.GetObjectValue(WorkbookChartSeriesFormat.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookChartSeriesCollectionResponse.cs b/src/generated/Models/WorkbookChartSeriesCollectionResponse.cs index 25964bb47f..eedc3875ed 100644 --- a/src/generated/Models/WorkbookChartSeriesCollectionResponse.cs +++ b/src/generated/Models/WorkbookChartSeriesCollectionResponse.cs @@ -17,6 +17,7 @@ public class WorkbookChartSeriesCollectionResponse : BaseCollectionPaginationCou /// /// 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 new WorkbookChartSeriesCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkbookChartSeriesCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WorkbookChartSeries.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WorkbookChartSeriesFormat.cs b/src/generated/Models/WorkbookChartSeriesFormat.cs index d2b5ef48f2..827ccc3392 100644 --- a/src/generated/Models/WorkbookChartSeriesFormat.cs +++ b/src/generated/Models/WorkbookChartSeriesFormat.cs @@ -25,6 +25,7 @@ public class WorkbookChartSeriesFormat : Entity, IParsable { /// /// 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 new WorkbookChartSeriesFormat CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class WorkbookChartSeriesFormat : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"fill", n => { Fill = n.GetObjectValue(WorkbookChartFill.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookChartTitle.cs b/src/generated/Models/WorkbookChartTitle.cs index e5fc657072..2a5026cb50 100644 --- a/src/generated/Models/WorkbookChartTitle.cs +++ b/src/generated/Models/WorkbookChartTitle.cs @@ -29,6 +29,7 @@ public class WorkbookChartTitle : Entity, IParsable { /// /// 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 new WorkbookChartTitle CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -37,6 +38,7 @@ public class WorkbookChartTitle : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"format", n => { Format = n.GetObjectValue(WorkbookChartTitleFormat.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookChartTitleFormat.cs b/src/generated/Models/WorkbookChartTitleFormat.cs index 28cba7c642..d0c673d969 100644 --- a/src/generated/Models/WorkbookChartTitleFormat.cs +++ b/src/generated/Models/WorkbookChartTitleFormat.cs @@ -25,6 +25,7 @@ public class WorkbookChartTitleFormat : Entity, IParsable { /// /// 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 new WorkbookChartTitleFormat CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class WorkbookChartTitleFormat : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"fill", n => { Fill = n.GetObjectValue(WorkbookChartFill.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookComment.cs b/src/generated/Models/WorkbookComment.cs index a0b76dade6..0d7ce4ae76 100644 --- a/src/generated/Models/WorkbookComment.cs +++ b/src/generated/Models/WorkbookComment.cs @@ -33,6 +33,7 @@ public class WorkbookComment : Entity, IParsable { /// /// 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 new WorkbookComment CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public class WorkbookComment : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"content", n => { Content = n.GetStringValue(); } }, diff --git a/src/generated/Models/WorkbookCommentCollectionResponse.cs b/src/generated/Models/WorkbookCommentCollectionResponse.cs index a868d98098..526bcc38db 100644 --- a/src/generated/Models/WorkbookCommentCollectionResponse.cs +++ b/src/generated/Models/WorkbookCommentCollectionResponse.cs @@ -17,6 +17,7 @@ public class WorkbookCommentCollectionResponse : BaseCollectionPaginationCountRe /// /// 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 new WorkbookCommentCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkbookCommentCollectionResponse : BaseCollectionPaginationCountRe /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WorkbookComment.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WorkbookCommentReply.cs b/src/generated/Models/WorkbookCommentReply.cs index cdc09d7397..37e1de82cf 100644 --- a/src/generated/Models/WorkbookCommentReply.cs +++ b/src/generated/Models/WorkbookCommentReply.cs @@ -25,6 +25,7 @@ public class WorkbookCommentReply : Entity, IParsable { /// /// 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 new WorkbookCommentReply CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class WorkbookCommentReply : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"content", n => { Content = n.GetStringValue(); } }, diff --git a/src/generated/Models/WorkbookCommentReplyCollectionResponse.cs b/src/generated/Models/WorkbookCommentReplyCollectionResponse.cs index 4d9ee4a340..79583f3761 100644 --- a/src/generated/Models/WorkbookCommentReplyCollectionResponse.cs +++ b/src/generated/Models/WorkbookCommentReplyCollectionResponse.cs @@ -17,6 +17,7 @@ public class WorkbookCommentReplyCollectionResponse : BaseCollectionPaginationCo /// /// 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 new WorkbookCommentReplyCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkbookCommentReplyCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WorkbookCommentReply.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WorkbookFilter.cs b/src/generated/Models/WorkbookFilter.cs index a7f1b75aa5..b5d2be7395 100644 --- a/src/generated/Models/WorkbookFilter.cs +++ b/src/generated/Models/WorkbookFilter.cs @@ -17,6 +17,7 @@ public class WorkbookFilter : Entity, IParsable { /// /// 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 new WorkbookFilter CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkbookFilter : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"criteria", n => { Criteria = n.GetObjectValue(WorkbookFilterCriteria.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookFilterCriteria.cs b/src/generated/Models/WorkbookFilterCriteria.cs index c49ec0161b..103c265d76 100644 --- a/src/generated/Models/WorkbookFilterCriteria.cs +++ b/src/generated/Models/WorkbookFilterCriteria.cs @@ -81,7 +81,7 @@ public class WorkbookFilterCriteria : IAdditionalDataHolder, IParsable { public Json Values { get; set; } #endif /// - /// Instantiates a new workbookFilterCriteria and sets the default values. + /// Instantiates a new and sets the default values. /// public WorkbookFilterCriteria() { AdditionalData = new Dictionary(); @@ -89,6 +89,7 @@ public WorkbookFilterCriteria() { /// /// 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 WorkbookFilterCriteria CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -97,6 +98,7 @@ public static WorkbookFilterCriteria CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"color", n => { Color = n.GetStringValue(); } }, diff --git a/src/generated/Models/WorkbookFormatProtection.cs b/src/generated/Models/WorkbookFormatProtection.cs index 905b64018d..72c854104f 100644 --- a/src/generated/Models/WorkbookFormatProtection.cs +++ b/src/generated/Models/WorkbookFormatProtection.cs @@ -13,6 +13,7 @@ public class WorkbookFormatProtection : Entity, IParsable { /// /// 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 new WorkbookFormatProtection CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -21,6 +22,7 @@ public class WorkbookFormatProtection : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"formulaHidden", n => { FormulaHidden = n.GetBoolValue(); } }, diff --git a/src/generated/Models/WorkbookFunctionResult.cs b/src/generated/Models/WorkbookFunctionResult.cs index e4055aae37..02284e2476 100644 --- a/src/generated/Models/WorkbookFunctionResult.cs +++ b/src/generated/Models/WorkbookFunctionResult.cs @@ -25,6 +25,7 @@ public class WorkbookFunctionResult : Entity, IParsable { /// /// 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 new WorkbookFunctionResult CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class WorkbookFunctionResult : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"error", n => { Error = n.GetStringValue(); } }, diff --git a/src/generated/Models/WorkbookFunctions.cs b/src/generated/Models/WorkbookFunctions.cs index 23d2d1ac98..3cb9d6c2ed 100644 --- a/src/generated/Models/WorkbookFunctions.cs +++ b/src/generated/Models/WorkbookFunctions.cs @@ -9,6 +9,7 @@ public class WorkbookFunctions : Entity, IParsable { /// /// 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 new WorkbookFunctions CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class WorkbookFunctions : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/WorkbookIcon.cs b/src/generated/Models/WorkbookIcon.cs index a83c405716..42006f0eed 100644 --- a/src/generated/Models/WorkbookIcon.cs +++ b/src/generated/Models/WorkbookIcon.cs @@ -27,7 +27,7 @@ public class WorkbookIcon : IAdditionalDataHolder, IParsable { public string Set { get; set; } #endif /// - /// Instantiates a new workbookIcon and sets the default values. + /// Instantiates a new and sets the default values. /// public WorkbookIcon() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public WorkbookIcon() { /// /// 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 WorkbookIcon CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static WorkbookIcon CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"index", n => { Index = n.GetIntValue(); } }, diff --git a/src/generated/Models/WorkbookNamedItem.cs b/src/generated/Models/WorkbookNamedItem.cs index f11ee2fe27..56a1e82fd8 100644 --- a/src/generated/Models/WorkbookNamedItem.cs +++ b/src/generated/Models/WorkbookNamedItem.cs @@ -59,6 +59,7 @@ public class WorkbookNamedItem : Entity, IParsable { /// /// 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 new WorkbookNamedItem CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -67,6 +68,7 @@ public class WorkbookNamedItem : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"comment", n => { Comment = n.GetStringValue(); } }, diff --git a/src/generated/Models/WorkbookNamedItemCollectionResponse.cs b/src/generated/Models/WorkbookNamedItemCollectionResponse.cs index fa3b7a2038..2837a248b4 100644 --- a/src/generated/Models/WorkbookNamedItemCollectionResponse.cs +++ b/src/generated/Models/WorkbookNamedItemCollectionResponse.cs @@ -17,6 +17,7 @@ public class WorkbookNamedItemCollectionResponse : BaseCollectionPaginationCount /// /// 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 new WorkbookNamedItemCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkbookNamedItemCollectionResponse : BaseCollectionPaginationCount /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WorkbookNamedItem.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WorkbookOperation.cs b/src/generated/Models/WorkbookOperation.cs index 917d118816..620b812d25 100644 --- a/src/generated/Models/WorkbookOperation.cs +++ b/src/generated/Models/WorkbookOperation.cs @@ -27,6 +27,7 @@ public class WorkbookOperation : Entity, IParsable { /// /// 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 new WorkbookOperation CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public class WorkbookOperation : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"error", n => { Error = n.GetObjectValue(WorkbookOperationError.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookOperationCollectionResponse.cs b/src/generated/Models/WorkbookOperationCollectionResponse.cs index 0bc5812f73..26989741b9 100644 --- a/src/generated/Models/WorkbookOperationCollectionResponse.cs +++ b/src/generated/Models/WorkbookOperationCollectionResponse.cs @@ -17,6 +17,7 @@ public class WorkbookOperationCollectionResponse : BaseCollectionPaginationCount /// /// 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 new WorkbookOperationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkbookOperationCollectionResponse : BaseCollectionPaginationCount /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WorkbookOperation.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WorkbookOperationError.cs b/src/generated/Models/WorkbookOperationError.cs index 5dfb11e0ad..0bd3335451 100644 --- a/src/generated/Models/WorkbookOperationError.cs +++ b/src/generated/Models/WorkbookOperationError.cs @@ -41,7 +41,7 @@ public class WorkbookOperationError : IAdditionalDataHolder, IParsable { public string OdataType { get; set; } #endif /// - /// Instantiates a new workbookOperationError and sets the default values. + /// Instantiates a new and sets the default values. /// public WorkbookOperationError() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public WorkbookOperationError() { /// /// 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 WorkbookOperationError CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static WorkbookOperationError CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"code", n => { Code = n.GetStringValue(); } }, diff --git a/src/generated/Models/WorkbookPivotTable.cs b/src/generated/Models/WorkbookPivotTable.cs index 272547c3d1..f45cdaf6c8 100644 --- a/src/generated/Models/WorkbookPivotTable.cs +++ b/src/generated/Models/WorkbookPivotTable.cs @@ -25,6 +25,7 @@ public class WorkbookPivotTable : Entity, IParsable { /// /// 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 new WorkbookPivotTable CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public class WorkbookPivotTable : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"name", n => { Name = n.GetStringValue(); } }, diff --git a/src/generated/Models/WorkbookPivotTableCollectionResponse.cs b/src/generated/Models/WorkbookPivotTableCollectionResponse.cs index 09215a67bd..53b0a807ce 100644 --- a/src/generated/Models/WorkbookPivotTableCollectionResponse.cs +++ b/src/generated/Models/WorkbookPivotTableCollectionResponse.cs @@ -17,6 +17,7 @@ public class WorkbookPivotTableCollectionResponse : BaseCollectionPaginationCoun /// /// 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 new WorkbookPivotTableCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkbookPivotTableCollectionResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WorkbookPivotTable.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WorkbookRange.cs b/src/generated/Models/WorkbookRange.cs index 32020335c8..095f9c4b35 100644 --- a/src/generated/Models/WorkbookRange.cs +++ b/src/generated/Models/WorkbookRange.cs @@ -121,6 +121,7 @@ public class WorkbookRange : Entity, IParsable { /// /// 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 new WorkbookRange CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -129,6 +130,7 @@ public class WorkbookRange : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"address", n => { Address = n.GetStringValue(); } }, diff --git a/src/generated/Models/WorkbookRangeBorder.cs b/src/generated/Models/WorkbookRangeBorder.cs index f3523a7e82..7637f5237b 100644 --- a/src/generated/Models/WorkbookRangeBorder.cs +++ b/src/generated/Models/WorkbookRangeBorder.cs @@ -41,6 +41,7 @@ public class WorkbookRangeBorder : Entity, IParsable { /// /// 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 new WorkbookRangeBorder CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -49,6 +50,7 @@ public class WorkbookRangeBorder : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"color", n => { Color = n.GetStringValue(); } }, diff --git a/src/generated/Models/WorkbookRangeFill.cs b/src/generated/Models/WorkbookRangeFill.cs index 6bc1ff74fd..df33e7f3fb 100644 --- a/src/generated/Models/WorkbookRangeFill.cs +++ b/src/generated/Models/WorkbookRangeFill.cs @@ -17,6 +17,7 @@ public class WorkbookRangeFill : Entity, IParsable { /// /// 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 new WorkbookRangeFill CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkbookRangeFill : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"color", n => { Color = n.GetStringValue(); } }, diff --git a/src/generated/Models/WorkbookRangeFont.cs b/src/generated/Models/WorkbookRangeFont.cs index 65ecbda1e9..2ec60016d5 100644 --- a/src/generated/Models/WorkbookRangeFont.cs +++ b/src/generated/Models/WorkbookRangeFont.cs @@ -39,6 +39,7 @@ public class WorkbookRangeFont : Entity, IParsable { /// /// 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 new WorkbookRangeFont CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public class WorkbookRangeFont : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"bold", n => { Bold = n.GetBoolValue(); } }, diff --git a/src/generated/Models/WorkbookRangeFormat.cs b/src/generated/Models/WorkbookRangeFormat.cs index 99d4c92709..cd0635f21d 100644 --- a/src/generated/Models/WorkbookRangeFormat.cs +++ b/src/generated/Models/WorkbookRangeFormat.cs @@ -63,6 +63,7 @@ public class WorkbookRangeFormat : Entity, IParsable { /// /// 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 new WorkbookRangeFormat CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -71,6 +72,7 @@ public class WorkbookRangeFormat : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"borders", n => { Borders = n.GetCollectionOfObjectValues(WorkbookRangeBorder.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WorkbookRangeSort.cs b/src/generated/Models/WorkbookRangeSort.cs index b186b3b68d..d52eaade46 100644 --- a/src/generated/Models/WorkbookRangeSort.cs +++ b/src/generated/Models/WorkbookRangeSort.cs @@ -9,6 +9,7 @@ public class WorkbookRangeSort : Entity, IParsable { /// /// 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 new WorkbookRangeSort CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -17,6 +18,7 @@ public class WorkbookRangeSort : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { }; diff --git a/src/generated/Models/WorkbookRangeView.cs b/src/generated/Models/WorkbookRangeView.cs index 5ab91a2171..aaa652e35a 100644 --- a/src/generated/Models/WorkbookRangeView.cs +++ b/src/generated/Models/WorkbookRangeView.cs @@ -87,6 +87,7 @@ public class WorkbookRangeView : Entity, IParsable { /// /// 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 new WorkbookRangeView CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -95,6 +96,7 @@ public class WorkbookRangeView : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"cellAddresses", n => { CellAddresses = n.GetObjectValue(Json.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookSessionInfo.cs b/src/generated/Models/WorkbookSessionInfo.cs index d8a295b737..d8f5306d91 100644 --- a/src/generated/Models/WorkbookSessionInfo.cs +++ b/src/generated/Models/WorkbookSessionInfo.cs @@ -27,7 +27,7 @@ public class WorkbookSessionInfo : IAdditionalDataHolder, IParsable { /// true for persistent session. false for non-persistent session (view mode) public bool? PersistChanges { get; set; } /// - /// Instantiates a new workbookSessionInfo and sets the default values. + /// Instantiates a new and sets the default values. /// public WorkbookSessionInfo() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public WorkbookSessionInfo() { /// /// 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 WorkbookSessionInfo CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static WorkbookSessionInfo CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"id", n => { Id = n.GetStringValue(); } }, diff --git a/src/generated/Models/WorkbookSortField.cs b/src/generated/Models/WorkbookSortField.cs index 5bcbf78a4f..4bc1ea807a 100644 --- a/src/generated/Models/WorkbookSortField.cs +++ b/src/generated/Models/WorkbookSortField.cs @@ -53,7 +53,7 @@ public class WorkbookSortField : IAdditionalDataHolder, IParsable { public string SortOn { get; set; } #endif /// - /// Instantiates a new workbookSortField and sets the default values. + /// Instantiates a new and sets the default values. /// public WorkbookSortField() { AdditionalData = new Dictionary(); @@ -61,6 +61,7 @@ public WorkbookSortField() { /// /// 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 WorkbookSortField CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -69,6 +70,7 @@ public static WorkbookSortField CreateFromDiscriminatorValue(IParseNode parseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ascending", n => { Ascending = n.GetBoolValue(); } }, diff --git a/src/generated/Models/WorkbookTable.cs b/src/generated/Models/WorkbookTable.cs index b59611c06e..4d78c08239 100644 --- a/src/generated/Models/WorkbookTable.cs +++ b/src/generated/Models/WorkbookTable.cs @@ -79,6 +79,7 @@ public class WorkbookTable : Entity, IParsable { /// /// 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 new WorkbookTable CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -87,6 +88,7 @@ public class WorkbookTable : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"columns", n => { Columns = n.GetCollectionOfObjectValues(WorkbookTableColumn.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WorkbookTableCollectionResponse.cs b/src/generated/Models/WorkbookTableCollectionResponse.cs index 2d0b27e484..f0a9de4bb7 100644 --- a/src/generated/Models/WorkbookTableCollectionResponse.cs +++ b/src/generated/Models/WorkbookTableCollectionResponse.cs @@ -17,6 +17,7 @@ public class WorkbookTableCollectionResponse : BaseCollectionPaginationCountResp /// /// 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 new WorkbookTableCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkbookTableCollectionResponse : BaseCollectionPaginationCountResp /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WorkbookTable.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WorkbookTableColumn.cs b/src/generated/Models/WorkbookTableColumn.cs index 0e8d052863..a6979b45ff 100644 --- a/src/generated/Models/WorkbookTableColumn.cs +++ b/src/generated/Models/WorkbookTableColumn.cs @@ -35,6 +35,7 @@ public class WorkbookTableColumn : Entity, IParsable { /// /// 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 new WorkbookTableColumn CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public class WorkbookTableColumn : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"filter", n => { Filter = n.GetObjectValue(WorkbookFilter.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookTableColumnCollectionResponse.cs b/src/generated/Models/WorkbookTableColumnCollectionResponse.cs index 61ae11ad8a..bbeadae6b4 100644 --- a/src/generated/Models/WorkbookTableColumnCollectionResponse.cs +++ b/src/generated/Models/WorkbookTableColumnCollectionResponse.cs @@ -17,6 +17,7 @@ public class WorkbookTableColumnCollectionResponse : BaseCollectionPaginationCou /// /// 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 new WorkbookTableColumnCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkbookTableColumnCollectionResponse : BaseCollectionPaginationCou /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WorkbookTableColumn.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WorkbookTableRow.cs b/src/generated/Models/WorkbookTableRow.cs index 28b984f9b4..778eed474e 100644 --- a/src/generated/Models/WorkbookTableRow.cs +++ b/src/generated/Models/WorkbookTableRow.cs @@ -19,6 +19,7 @@ public class WorkbookTableRow : Entity, IParsable { /// /// 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 new WorkbookTableRow CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class WorkbookTableRow : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"index", n => { Index = n.GetIntValue(); } }, diff --git a/src/generated/Models/WorkbookTableRowCollectionResponse.cs b/src/generated/Models/WorkbookTableRowCollectionResponse.cs index a8e8c520c5..46d04aeaf7 100644 --- a/src/generated/Models/WorkbookTableRowCollectionResponse.cs +++ b/src/generated/Models/WorkbookTableRowCollectionResponse.cs @@ -17,6 +17,7 @@ public class WorkbookTableRowCollectionResponse : BaseCollectionPaginationCountR /// /// 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 new WorkbookTableRowCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkbookTableRowCollectionResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WorkbookTableRow.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WorkbookTableSort.cs b/src/generated/Models/WorkbookTableSort.cs index 115bd83363..2610cf9799 100644 --- a/src/generated/Models/WorkbookTableSort.cs +++ b/src/generated/Models/WorkbookTableSort.cs @@ -27,6 +27,7 @@ public class WorkbookTableSort : Entity, IParsable { /// /// 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 new WorkbookTableSort CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public class WorkbookTableSort : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"fields", n => { Fields = n.GetCollectionOfObjectValues(WorkbookSortField.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WorkbookWorksheet.cs b/src/generated/Models/WorkbookWorksheet.cs index 778f76d7a5..ed8dabc10c 100644 --- a/src/generated/Models/WorkbookWorksheet.cs +++ b/src/generated/Models/WorkbookWorksheet.cs @@ -67,6 +67,7 @@ public class WorkbookWorksheet : Entity, IParsable { /// /// 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 new WorkbookWorksheet CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -75,6 +76,7 @@ public class WorkbookWorksheet : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"charts", n => { Charts = n.GetCollectionOfObjectValues(WorkbookChart.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WorkbookWorksheetCollectionResponse.cs b/src/generated/Models/WorkbookWorksheetCollectionResponse.cs index 18794e6b8d..c1f4e86b54 100644 --- a/src/generated/Models/WorkbookWorksheetCollectionResponse.cs +++ b/src/generated/Models/WorkbookWorksheetCollectionResponse.cs @@ -17,6 +17,7 @@ public class WorkbookWorksheetCollectionResponse : BaseCollectionPaginationCount /// /// 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 new WorkbookWorksheetCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkbookWorksheetCollectionResponse : BaseCollectionPaginationCount /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WorkbookWorksheet.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WorkbookWorksheetProtection.cs b/src/generated/Models/WorkbookWorksheetProtection.cs index 7fb7dae1ed..cd4fa5e4c7 100644 --- a/src/generated/Models/WorkbookWorksheetProtection.cs +++ b/src/generated/Models/WorkbookWorksheetProtection.cs @@ -19,6 +19,7 @@ public class WorkbookWorksheetProtection : Entity, IParsable { /// /// 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 new WorkbookWorksheetProtection CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class WorkbookWorksheetProtection : Entity, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"options", n => { Options = n.GetObjectValue(WorkbookWorksheetProtectionOptions.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/WorkbookWorksheetProtectionOptions.cs b/src/generated/Models/WorkbookWorksheetProtectionOptions.cs index 2f15d4ce35..1c6f4f5966 100644 --- a/src/generated/Models/WorkbookWorksheetProtectionOptions.cs +++ b/src/generated/Models/WorkbookWorksheetProtectionOptions.cs @@ -39,7 +39,7 @@ public class WorkbookWorksheetProtectionOptions : IAdditionalDataHolder, IParsab public string OdataType { get; set; } #endif /// - /// Instantiates a new workbookWorksheetProtectionOptions and sets the default values. + /// Instantiates a new and sets the default values. /// public WorkbookWorksheetProtectionOptions() { AdditionalData = new Dictionary(); @@ -47,6 +47,7 @@ public WorkbookWorksheetProtectionOptions() { /// /// 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 WorkbookWorksheetProtectionOptions CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -55,6 +56,7 @@ public static WorkbookWorksheetProtectionOptions CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowAutoFilter", n => { AllowAutoFilter = n.GetBoolValue(); } }, diff --git a/src/generated/Models/WorkforceIntegration.cs b/src/generated/Models/WorkforceIntegration.cs index 1e0e03fa71..d2add330aa 100644 --- a/src/generated/Models/WorkforceIntegration.cs +++ b/src/generated/Models/WorkforceIntegration.cs @@ -37,7 +37,7 @@ public class WorkforceIntegration : ChangeTrackedEntity, IParsable { public string Url { get; set; } #endif /// - /// Instantiates a new workforceIntegration and sets the default values. + /// Instantiates a new and sets the default values. /// public WorkforceIntegration() : base() { OdataType = "#microsoft.graph.workforceIntegration"; @@ -45,6 +45,7 @@ public WorkforceIntegration() : base() { /// /// 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 new WorkforceIntegration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -53,6 +54,7 @@ public WorkforceIntegration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"apiVersion", n => { ApiVersion = n.GetIntValue(); } }, diff --git a/src/generated/Models/WorkforceIntegrationCollectionResponse.cs b/src/generated/Models/WorkforceIntegrationCollectionResponse.cs index a7a6e3ad06..fda682bb82 100644 --- a/src/generated/Models/WorkforceIntegrationCollectionResponse.cs +++ b/src/generated/Models/WorkforceIntegrationCollectionResponse.cs @@ -17,6 +17,7 @@ public class WorkforceIntegrationCollectionResponse : BaseCollectionPaginationCo /// /// 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 new WorkforceIntegrationCollectionResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -25,6 +26,7 @@ public class WorkforceIntegrationCollectionResponse : BaseCollectionPaginationCo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(WorkforceIntegration.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Models/WorkforceIntegrationEncryption.cs b/src/generated/Models/WorkforceIntegrationEncryption.cs index db44f5200a..7166ad4091 100644 --- a/src/generated/Models/WorkforceIntegrationEncryption.cs +++ b/src/generated/Models/WorkforceIntegrationEncryption.cs @@ -27,7 +27,7 @@ public class WorkforceIntegrationEncryption : IAdditionalDataHolder, IParsable { public string Secret { get; set; } #endif /// - /// Instantiates a new workforceIntegrationEncryption and sets the default values. + /// Instantiates a new and sets the default values. /// public WorkforceIntegrationEncryption() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public WorkforceIntegrationEncryption() { /// /// 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 WorkforceIntegrationEncryption CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static WorkforceIntegrationEncryption CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/WorkingHours.cs b/src/generated/Models/WorkingHours.cs index cb2004c48e..36b64e3d42 100644 --- a/src/generated/Models/WorkingHours.cs +++ b/src/generated/Models/WorkingHours.cs @@ -38,7 +38,7 @@ public class WorkingHours : IAdditionalDataHolder, IParsable { public TimeZoneBase TimeZone { get; set; } #endif /// - /// Instantiates a new workingHours and sets the default values. + /// Instantiates a new and sets the default values. /// public WorkingHours() { AdditionalData = new Dictionary(); @@ -46,6 +46,7 @@ public WorkingHours() { /// /// 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 WorkingHours CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -54,6 +55,7 @@ public static WorkingHours CreateFromDiscriminatorValue(IParseNode parseNode) { /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"daysOfWeek", n => { DaysOfWeek = n.GetCollectionOfEnumValues()?.ToList(); } }, diff --git a/src/generated/Models/X509CertificateAuthenticationMethodConfiguration.cs b/src/generated/Models/X509CertificateAuthenticationMethodConfiguration.cs index 3e7559ab15..8b8e9173e6 100644 --- a/src/generated/Models/X509CertificateAuthenticationMethodConfiguration.cs +++ b/src/generated/Models/X509CertificateAuthenticationMethodConfiguration.cs @@ -31,7 +31,7 @@ public class X509CertificateAuthenticationMethodConfiguration : AuthenticationMe public List IncludeTargets { get; set; } #endif /// - /// Instantiates a new x509CertificateAuthenticationMethodConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public X509CertificateAuthenticationMethodConfiguration() : base() { OdataType = "#microsoft.graph.x509CertificateAuthenticationMethodConfiguration"; @@ -39,6 +39,7 @@ public X509CertificateAuthenticationMethodConfiguration() : base() { /// /// 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 new X509CertificateAuthenticationMethodConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -47,6 +48,7 @@ public X509CertificateAuthenticationMethodConfiguration() : base() { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"authenticationModeConfiguration", n => { AuthenticationModeConfiguration = n.GetObjectValue(X509CertificateAuthenticationModeConfiguration.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Models/X509CertificateAuthenticationModeConfiguration.cs b/src/generated/Models/X509CertificateAuthenticationModeConfiguration.cs index 8f7322ebf7..094410a44c 100644 --- a/src/generated/Models/X509CertificateAuthenticationModeConfiguration.cs +++ b/src/generated/Models/X509CertificateAuthenticationModeConfiguration.cs @@ -27,7 +27,7 @@ public class X509CertificateAuthenticationModeConfiguration : IAdditionalDataHol /// The type of strong authentication mode. The possible values are: x509CertificateSingleFactor, x509CertificateMultiFactor, unknownFutureValue. public X509CertificateAuthenticationMode? X509CertificateAuthenticationDefaultMode { get; set; } /// - /// Instantiates a new x509CertificateAuthenticationModeConfiguration and sets the default values. + /// Instantiates a new and sets the default values. /// public X509CertificateAuthenticationModeConfiguration() { AdditionalData = new Dictionary(); @@ -35,6 +35,7 @@ public X509CertificateAuthenticationModeConfiguration() { /// /// 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 X509CertificateAuthenticationModeConfiguration CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -43,6 +44,7 @@ public static X509CertificateAuthenticationModeConfiguration CreateFromDiscrimin /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Models/X509CertificateRule.cs b/src/generated/Models/X509CertificateRule.cs index 3e74a6c1de..0402027a4b 100644 --- a/src/generated/Models/X509CertificateRule.cs +++ b/src/generated/Models/X509CertificateRule.cs @@ -29,7 +29,7 @@ public class X509CertificateRule : IAdditionalDataHolder, IParsable { /// The type of the X.509 certificate mode configuration rule. The possible values are: issuerSubject, policyOID, unknownFutureValue. Required. public ApiSdk.Models.X509CertificateRuleType? X509CertificateRuleType { get; set; } /// - /// Instantiates a new x509CertificateRule and sets the default values. + /// Instantiates a new and sets the default values. /// public X509CertificateRule() { AdditionalData = new Dictionary(); @@ -37,6 +37,7 @@ public X509CertificateRule() { /// /// 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 X509CertificateRule CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -45,6 +46,7 @@ public static X509CertificateRule CreateFromDiscriminatorValue(IParseNode parseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"identifier", n => { Identifier = n.GetStringValue(); } }, diff --git a/src/generated/Models/X509CertificateUserBinding.cs b/src/generated/Models/X509CertificateUserBinding.cs index 4d0996a648..fc28464f8e 100644 --- a/src/generated/Models/X509CertificateUserBinding.cs +++ b/src/generated/Models/X509CertificateUserBinding.cs @@ -35,7 +35,7 @@ public class X509CertificateUserBinding : IAdditionalDataHolder, IParsable { public string X509CertificateField { get; set; } #endif /// - /// Instantiates a new x509CertificateUserBinding and sets the default values. + /// Instantiates a new and sets the default values. /// public X509CertificateUserBinding() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public X509CertificateUserBinding() { /// /// 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 X509CertificateUserBinding CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static X509CertificateUserBinding CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"@odata.type", n => { OdataType = n.GetStringValue(); } }, diff --git a/src/generated/Oauth2PermissionGrants/Count/CountRequestBuilder.cs b/src/generated/Oauth2PermissionGrants/Count/CountRequestBuilder.cs index d6aef5d412..02ce235576 100644 --- a/src/generated/Oauth2PermissionGrants/Count/CountRequestBuilder.cs +++ b/src/generated/Oauth2PermissionGrants/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}/oauth2PermissionGrants/$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}/oauth2PermissionGrants/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/oauth2PermissionGra /// /// 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/Oauth2PermissionGrants/Delta/DeltaGetResponse.cs b/src/generated/Oauth2PermissionGrants/Delta/DeltaGetResponse.cs index 36f91f0b6e..ed1adefa8b 100644 --- a/src/generated/Oauth2PermissionGrants/Delta/DeltaGetResponse.cs +++ b/src/generated/Oauth2PermissionGrants/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(OAuth2PermissionGrant.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Oauth2PermissionGrants/Delta/DeltaRequestBuilder.cs b/src/generated/Oauth2PermissionGrants/Delta/DeltaRequestBuilder.cs index 5ab22d852e..94822893ca 100644 --- a/src/generated/Oauth2PermissionGrants/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Oauth2PermissionGrants/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/oauth2PermissionGrants/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/oauth2PermissionGrants/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/oauth2PermissionGrants/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/oauth2PermissionGrants/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Oauth2PermissionGrants/Item/OAuth2PermissionGrantItemRequestBuilder.cs b/src/generated/Oauth2PermissionGrants/Item/OAuth2PermissionGrantItemRequestBuilder.cs index 2ae4408bcc..e4c0421bfc 100644 --- a/src/generated/Oauth2PermissionGrants/Item/OAuth2PermissionGrantItemRequestBuilder.cs +++ b/src/generated/Oauth2PermissionGrants/Item/OAuth2PermissionGrantItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class OAuth2PermissionGrantItemRequestBuilder : BaseCliRequestBuilder { /// Delete a delegated permission grant, represented by an oAuth2PermissionGrant object. When a delegated permission grant is deleted, the access it granted is revoked. Existing access tokens will continue to be valid for their lifetime, but new access tokens will not be granted for the delegated permissions identified in the deleted oAuth2PermissionGrant. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a delegated permission grant, represented by an oAuth2PermissionGrant object. When a delegated permission grant is deleted, the access it granted is revoked. Existing access tokens will continue to be valid for their lifetime, but new access tokens will not be granted for the delegated permissions identified in the deleted oAuth2PermissionGrant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties of a single delegated permission grant represented by an oAuth2PermissionGrant object. An oAuth2PermissionGrant represents delegated permissions which have been granted for a client application to access an API on behalf of a signed-in user. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of a single delegated permission grant represented by an oAuth2PermissionGrant object. An oAuth2PermissionGrant represents delegated permissions which have been granted for a client application to access an API on behalf of a signed-in user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of oAuth2PermissionGrant object, representing a delegated permission grant. An oAuth2PermissionGrant can be updated to change which delegated permissions are granted, by adding or removing items from the list in scopes. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of oAuth2PermissionGrant object, representing a delegated permission grant. An oAuth2PermissionGrant can be updated to change which delegated permissions are granted, by adding or removing items from the list in scopes.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OAuth2PermissionGrantItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OAuth2PermissionGrantItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/oauth2PermissionGrants/{oAuth2PermissionGrant%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OAuth2PermissionGrantItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OAuth2PermissionGrantItemRequestBuilder(string rawUrl) : base("{+baseurl}/oauth2PermissionGrants/{oAuth2PermissionGrant%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public OAuth2PermissionGrantItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete a delegated permission grant, represented by an oAuth2PermissionGrant object. When a delegated permission grant is deleted, the access it granted is revoked. Existing access tokens will continue to be valid for their lifetime, but new access tokens will not be granted for the delegated permissions identified in the deleted oAuth2PermissionGrant. /// + /// 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}/oauth2PermissionGrants/{oAuth2PermissionGrant%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 single delegated permission grant represented by an oAuth2PermissionGrant object. An oAuth2PermissionGrant represents delegated permissions which have been granted for a client application to access an API on behalf of a signed-in user. /// + /// 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 oAuth2PermissionGrant object, representing a delegated permission grant. An oAuth2PermissionGrant can be updated to change which delegated permissions are granted, by adding or removing items from the list in scopes. /// + /// 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(OAuth2PermissionGrant body, public RequestInformation ToPatchRequestInformation(OAuth2PermissionGrant 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}/oauth2PermissionGrants/{oAuth2PermissionGrant%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs b/src/generated/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs index 8da73f2081..aa444fb372 100644 --- a/src/generated/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs +++ b/src/generated/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs @@ -25,6 +25,7 @@ public class Oauth2PermissionGrantsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of oAuth2PermissionGrant entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new OAuth2PermissionGrantItemRequestBuilder(PathParameters); @@ -36,6 +37,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 a delegated permission grant represented by an oAuth2PermissionGrant object. A delegated permission grant authorizes a client service principal (representing a client application) to access a resource service principal (representing an API), on behalf of a signed-in user, for the level of access limited by the delegated permissions which were granted. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a delegated permission grant represented by an oAuth2PermissionGrant object. A delegated permission grant authorizes a client service principal (representing a client application) to access a resource service principal (representing an API), on behalf of a signed-in user, for the level of access limited by the delegated permissions which were granted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -111,6 +115,7 @@ public Command BuildDeltaNavCommand() { /// Retrieve a list of oAuth2PermissionGrant objects, representing delegated permissions which have been granted for client applications to access APIs on behalf of signed-in users. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of oAuth2PermissionGrant objects, representing delegated permissions which have been granted for client applications to access APIs on behalf of signed-in users.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0"; @@ -201,13 +206,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new Oauth2PermissionGrantsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Oauth2PermissionGrantsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/oauth2PermissionGrants{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new Oauth2PermissionGrantsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Oauth2PermissionGrantsRequestBuilder(string rawUrl) : base("{+baseurl}/oauth2PermissionGrants{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -215,6 +220,7 @@ public Oauth2PermissionGrantsRequestBuilder(string rawUrl) : base("{+baseurl}/oa /// /// Retrieve a list of oAuth2PermissionGrant objects, representing delegated permissions which have been granted for client applications to access APIs on behalf of signed-in users. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +237,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a delegated permission grant represented by an oAuth2PermissionGrant object. A delegated permission grant authorizes a client service principal (representing a client application) to access a resource service principal (representing an API), on behalf of a signed-in user, for the level of access limited by the delegated permissions which were granted. /// + /// 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 @@ -241,7 +248,7 @@ public RequestInformation ToPostRequestInformation(OAuth2PermissionGrant body, A public RequestInformation ToPostRequestInformation(OAuth2PermissionGrant 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}/oauth2PermissionGrants", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Organization/Count/CountRequestBuilder.cs b/src/generated/Organization/Count/CountRequestBuilder.cs index 6a6db3071f..9a70ca8cb0 100644 --- a/src/generated/Organization/Count/CountRequestBuilder.cs +++ b/src/generated/Organization/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}/organization/$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}/organization/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/organization/$count /// /// 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/Organization/Delta/DeltaGetResponse.cs b/src/generated/Organization/Delta/DeltaGetResponse.cs index 21be0e17f9..bd34408316 100644 --- a/src/generated/Organization/Delta/DeltaGetResponse.cs +++ b/src/generated/Organization/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Organization/Delta/DeltaRequestBuilder.cs b/src/generated/Organization/Delta/DeltaRequestBuilder.cs index 27ebb16503..e737a4e4d5 100644 --- a/src/generated/Organization/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Organization/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/organization/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/organization/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs b/src/generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs index de51bc9915..988dc4f263 100644 --- a/src/generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs +++ b/src/generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetAvailableExtensionPropertiesPostRequestBody : IAdditionalDataHol /// The isSyncedFromOnPremises property public bool? IsSyncedFromOnPremises { get; set; } /// - /// Instantiates a new getAvailableExtensionPropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetAvailableExtensionPropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetAvailableExtensionPropertiesPostRequestBody() { /// /// 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 GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscrimin /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isSyncedFromOnPremises", n => { IsSyncedFromOnPremises = n.GetBoolValue(); } }, diff --git a/src/generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs b/src/generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs index c7579793a0..4f25f04273 100644 --- a/src/generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs +++ b/src/generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs @@ -18,6 +18,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// 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 new GetAvailableExtensionPropertiesPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExtensionProperty.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index a1a1b84920..1c29d209cf 100644 --- a/src/generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/generated/Organization/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetAvailableExtensionPropertiesRequestBuilder : BaseCliRequestBuild /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetAvailableExtensionPropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/getAvailableExtensionProperties", pathParameters) { } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/organization/getAvailableExtensionProperties", rawUrl) { @@ -88,6 +89,7 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+ba /// /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// + /// 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/Organization/GetByIds/GetByIdsPostRequestBody.cs b/src/generated/Organization/GetByIds/GetByIdsPostRequestBody.cs index 9328868259..910d8bd51c 100644 --- a/src/generated/Organization/GetByIds/GetByIdsPostRequestBody.cs +++ b/src/generated/Organization/GetByIds/GetByIdsPostRequestBody.cs @@ -25,7 +25,7 @@ public class GetByIdsPostRequestBody : IAdditionalDataHolder, IParsable { public List Types { get; set; } #endif /// - /// Instantiates a new getByIdsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetByIdsPostRequestBody() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public GetByIdsPostRequestBody() { /// /// 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 GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Organization/GetByIds/GetByIdsPostResponse.cs b/src/generated/Organization/GetByIds/GetByIdsPostResponse.cs index 8d26b2c93c..1714038521 100644 --- a/src/generated/Organization/GetByIds/GetByIdsPostResponse.cs +++ b/src/generated/Organization/GetByIds/GetByIdsPostResponse.cs @@ -18,6 +18,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// 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 new GetByIdsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Organization/GetByIds/GetByIdsRequestBuilder.cs b/src/generated/Organization/GetByIds/GetByIdsRequestBuilder.cs index 35d850b785..770e8f1c48 100644 --- a/src/generated/Organization/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/generated/Organization/GetByIds/GetByIdsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetByIdsRequestBuilder : BaseCliRequestBuilder { /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetByIdsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/getByIds", pathParameters) { } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/organization/getByIds", rawUrl) { @@ -88,6 +89,7 @@ public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/organization/get /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// + /// 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/Organization/Item/Branding/BackgroundImage/BackgroundImageRequestBuilder.cs b/src/generated/Organization/Item/Branding/BackgroundImage/BackgroundImageRequestBuilder.cs index f86717e9ec..84a46b3c78 100644 --- a/src/generated/Organization/Item/Branding/BackgroundImage/BackgroundImageRequestBuilder.cs +++ b/src/generated/Organization/Item/Branding/BackgroundImage/BackgroundImageRequestBuilder.cs @@ -22,6 +22,7 @@ public class BackgroundImageRequestBuilder : BaseCliRequestBuilder { /// Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"; @@ -60,6 +61,7 @@ public Command BuildGetCommand() { /// /// Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster."; @@ -111,13 +113,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new BackgroundImageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BackgroundImageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/branding/backgroundImage", pathParameters) { } /// - /// Instantiates a new BackgroundImageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BackgroundImageRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/branding/backgroundImage", rawUrl) { @@ -125,6 +127,7 @@ public BackgroundImageRequestBuilder(string rawUrl) : base("{+baseurl}/organizat /// /// Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -141,6 +144,7 @@ public RequestInformation ToGetRequestInformation(Action /// Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. /// + /// A /// Binary request body /// The request body content type. /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/generated/Organization/Item/Branding/BannerLogo/BannerLogoRequestBuilder.cs b/src/generated/Organization/Item/Branding/BannerLogo/BannerLogoRequestBuilder.cs index 6e90813d2a..c12ae6fbd5 100644 --- a/src/generated/Organization/Item/Branding/BannerLogo/BannerLogoRequestBuilder.cs +++ b/src/generated/Organization/Item/Branding/BannerLogo/BannerLogoRequestBuilder.cs @@ -22,6 +22,7 @@ public class BannerLogoRequestBuilder : BaseCliRequestBuilder { /// A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"; @@ -60,6 +61,7 @@ public Command BuildGetCommand() { /// /// A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo."; @@ -111,13 +113,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new BannerLogoRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BannerLogoRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/branding/bannerLogo", pathParameters) { } /// - /// Instantiates a new BannerLogoRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BannerLogoRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/branding/bannerLogo", rawUrl) { @@ -125,6 +127,7 @@ public BannerLogoRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{ /// /// A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -141,6 +144,7 @@ public RequestInformation ToGetRequestInformation(Action /// A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. /// + /// A /// Binary request body /// The request body content type. /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/generated/Organization/Item/Branding/BrandingRequestBuilder.cs b/src/generated/Organization/Item/Branding/BrandingRequestBuilder.cs index 39d5e0c6bd..f72ed5674f 100644 --- a/src/generated/Organization/Item/Branding/BrandingRequestBuilder.cs +++ b/src/generated/Organization/Item/Branding/BrandingRequestBuilder.cs @@ -30,6 +30,7 @@ public class BrandingRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the organization entity. /// + /// A public Command BuildBackgroundImageNavCommand() { var command = new Command("background-image"); command.Description = "Provides operations to manage the media for the organization entity."; @@ -46,6 +47,7 @@ public Command BuildBackgroundImageNavCommand() { /// /// Provides operations to manage the media for the organization entity. /// + /// A public Command BuildBannerLogoNavCommand() { var command = new Command("banner-logo"); command.Description = "Provides operations to manage the media for the organization entity."; @@ -62,6 +64,7 @@ public Command BuildBannerLogoNavCommand() { /// /// Provides operations to manage the media for the organization entity. /// + /// A public Command BuildCustomCSSNavCommand() { var command = new Command("custom-c-s-s"); command.Description = "Provides operations to manage the media for the organization entity."; @@ -79,6 +82,7 @@ public Command BuildCustomCSSNavCommand() { /// Delete the default organizational branding object. To delete the organizationalBranding object, all images (Stream types) must first be removed from the object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete the default organizational branding object. To delete the organizationalBranding object, all images (Stream types) must first be removed from the object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-1.0"; @@ -112,6 +116,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the media for the organization entity. /// + /// A public Command BuildFaviconNavCommand() { var command = new Command("favicon"); command.Description = "Provides operations to manage the media for the organization entity."; @@ -129,6 +134,7 @@ public Command BuildFaviconNavCommand() { /// Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"; @@ -179,6 +185,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the media for the organization entity. /// + /// A public Command BuildHeaderLogoNavCommand() { var command = new Command("header-logo"); command.Description = "Provides operations to manage the media for the organization entity."; @@ -195,6 +202,7 @@ public Command BuildHeaderLogoNavCommand() { /// /// Provides operations to manage the localizations property of the microsoft.graph.organizationalBranding entity. /// + /// A public Command BuildLocalizationsNavCommand() { var command = new Command("localizations"); command.Description = "Provides operations to manage the localizations property of the microsoft.graph.organizationalBranding entity."; @@ -221,6 +229,7 @@ public Command BuildLocalizationsNavCommand() { /// Update the properties of the default branding object specified by the organizationalBranding resource. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of the default branding object specified by the organizationalBranding resource.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-1.0"; @@ -270,6 +279,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the media for the organization entity. /// + /// A public Command BuildSquareLogoDarkNavCommand() { var command = new Command("square-logo-dark"); command.Description = "Provides operations to manage the media for the organization entity."; @@ -286,6 +296,7 @@ public Command BuildSquareLogoDarkNavCommand() { /// /// Provides operations to manage the media for the organization entity. /// + /// A public Command BuildSquareLogoNavCommand() { var command = new Command("square-logo"); command.Description = "Provides operations to manage the media for the organization entity."; @@ -300,13 +311,13 @@ public Command BuildSquareLogoNavCommand() { return command; } /// - /// Instantiates a new BrandingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BrandingRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/branding{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BrandingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BrandingRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/branding{?%24expand,%24select}", rawUrl) { @@ -314,6 +325,7 @@ public BrandingRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{or /// /// Delete the default organizational branding object. To delete the organizationalBranding object, all images (Stream types) must first be removed from the 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 @@ -322,7 +334,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/organization/{organization%2Did}/branding", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -330,6 +342,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -346,6 +359,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of the default branding object specified by the organizationalBranding resource. /// + /// 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 @@ -356,7 +370,7 @@ public RequestInformation ToPatchRequestInformation(OrganizationalBranding body, public RequestInformation ToPatchRequestInformation(OrganizationalBranding 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}/organization/{organization%2Did}/branding", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Organization/Item/Branding/CustomCSS/CustomCSSRequestBuilder.cs b/src/generated/Organization/Item/Branding/CustomCSS/CustomCSSRequestBuilder.cs index 12bb633c60..92c9c05c20 100644 --- a/src/generated/Organization/Item/Branding/CustomCSS/CustomCSSRequestBuilder.cs +++ b/src/generated/Organization/Item/Branding/CustomCSS/CustomCSSRequestBuilder.cs @@ -22,6 +22,7 @@ public class CustomCSSRequestBuilder : BaseCliRequestBuilder { /// CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"; @@ -60,6 +61,7 @@ public Command BuildGetCommand() { /// /// CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB."; @@ -111,13 +113,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new CustomCSSRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CustomCSSRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/branding/customCSS", pathParameters) { } /// - /// Instantiates a new CustomCSSRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CustomCSSRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/branding/customCSS", rawUrl) { @@ -125,6 +127,7 @@ public CustomCSSRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{o /// /// CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -141,6 +144,7 @@ public RequestInformation ToGetRequestInformation(Action /// CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. /// + /// A /// Binary request body /// The request body content type. /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/generated/Organization/Item/Branding/Favicon/FaviconRequestBuilder.cs b/src/generated/Organization/Item/Branding/Favicon/FaviconRequestBuilder.cs index fd74afb9b4..2ab507b3a9 100644 --- a/src/generated/Organization/Item/Branding/Favicon/FaviconRequestBuilder.cs +++ b/src/generated/Organization/Item/Branding/Favicon/FaviconRequestBuilder.cs @@ -22,6 +22,7 @@ public class FaviconRequestBuilder : BaseCliRequestBuilder { /// A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"; @@ -60,6 +61,7 @@ public Command BuildGetCommand() { /// /// A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant."; @@ -111,13 +113,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new FaviconRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FaviconRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/branding/favicon", pathParameters) { } /// - /// Instantiates a new FaviconRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FaviconRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/branding/favicon", rawUrl) { @@ -125,6 +127,7 @@ public FaviconRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{org /// /// A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra 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 @@ -141,6 +144,7 @@ public RequestInformation ToGetRequestInformation(Action /// A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. /// + /// A /// Binary request body /// The request body content type. /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/generated/Organization/Item/Branding/HeaderLogo/HeaderLogoRequestBuilder.cs b/src/generated/Organization/Item/Branding/HeaderLogo/HeaderLogoRequestBuilder.cs index 88f9fe193a..6662578834 100644 --- a/src/generated/Organization/Item/Branding/HeaderLogo/HeaderLogoRequestBuilder.cs +++ b/src/generated/Organization/Item/Branding/HeaderLogo/HeaderLogoRequestBuilder.cs @@ -22,6 +22,7 @@ public class HeaderLogoRequestBuilder : BaseCliRequestBuilder { /// A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"; @@ -60,6 +61,7 @@ public Command BuildGetCommand() { /// /// A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo."; @@ -111,13 +113,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new HeaderLogoRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HeaderLogoRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/branding/headerLogo", pathParameters) { } /// - /// Instantiates a new HeaderLogoRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HeaderLogoRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/branding/headerLogo", rawUrl) { @@ -125,6 +127,7 @@ public HeaderLogoRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{ /// /// A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -141,6 +144,7 @@ public RequestInformation ToGetRequestInformation(Action /// A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. /// + /// A /// Binary request body /// The request body content type. /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/generated/Organization/Item/Branding/Localizations/Count/CountRequestBuilder.cs b/src/generated/Organization/Item/Branding/Localizations/Count/CountRequestBuilder.cs index b0d5f6ce75..eb9946f4bd 100644 --- a/src/generated/Organization/Item/Branding/Localizations/Count/CountRequestBuilder.cs +++ b/src/generated/Organization/Item/Branding/Localizations/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}/organization/{organization%2Did}/branding/localizations/$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}/organization/{organization%2Did}/branding/localizations/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organ /// /// 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/Organization/Item/Branding/Localizations/Item/BackgroundImage/BackgroundImageRequestBuilder.cs b/src/generated/Organization/Item/Branding/Localizations/Item/BackgroundImage/BackgroundImageRequestBuilder.cs index 628b236e56..4ba4fbbdde 100644 --- a/src/generated/Organization/Item/Branding/Localizations/Item/BackgroundImage/BackgroundImageRequestBuilder.cs +++ b/src/generated/Organization/Item/Branding/Localizations/Item/BackgroundImage/BackgroundImageRequestBuilder.cs @@ -22,6 +22,7 @@ public class BackgroundImageRequestBuilder : BaseCliRequestBuilder { /// Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"; @@ -66,6 +67,7 @@ public Command BuildGetCommand() { /// /// Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster."; @@ -123,13 +125,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new BackgroundImageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BackgroundImageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/branding/localizations/{organizationalBrandingLocalization%2Did}/backgroundImage", pathParameters) { } /// - /// Instantiates a new BackgroundImageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BackgroundImageRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/branding/localizations/{organizationalBrandingLocalization%2Did}/backgroundImage", rawUrl) { @@ -137,6 +139,7 @@ public BackgroundImageRequestBuilder(string rawUrl) : base("{+baseurl}/organizat /// /// Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -153,6 +156,7 @@ public RequestInformation ToGetRequestInformation(Action /// Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster. /// + /// A /// Binary request body /// The request body content type. /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/generated/Organization/Item/Branding/Localizations/Item/BannerLogo/BannerLogoRequestBuilder.cs b/src/generated/Organization/Item/Branding/Localizations/Item/BannerLogo/BannerLogoRequestBuilder.cs index 7b27d4038a..27a005ceee 100644 --- a/src/generated/Organization/Item/Branding/Localizations/Item/BannerLogo/BannerLogoRequestBuilder.cs +++ b/src/generated/Organization/Item/Branding/Localizations/Item/BannerLogo/BannerLogoRequestBuilder.cs @@ -22,6 +22,7 @@ public class BannerLogoRequestBuilder : BaseCliRequestBuilder { /// A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"; @@ -66,6 +67,7 @@ public Command BuildGetCommand() { /// /// A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo."; @@ -123,13 +125,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new BannerLogoRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BannerLogoRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/branding/localizations/{organizationalBrandingLocalization%2Did}/bannerLogo", pathParameters) { } /// - /// Instantiates a new BannerLogoRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BannerLogoRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/branding/localizations/{organizationalBrandingLocalization%2Did}/bannerLogo", rawUrl) { @@ -137,6 +139,7 @@ public BannerLogoRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{ /// /// A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -153,6 +156,7 @@ public RequestInformation ToGetRequestInformation(Action /// A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. /// + /// A /// Binary request body /// The request body content type. /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/generated/Organization/Item/Branding/Localizations/Item/CustomCSS/CustomCSSRequestBuilder.cs b/src/generated/Organization/Item/Branding/Localizations/Item/CustomCSS/CustomCSSRequestBuilder.cs index 3718f26d27..69c7022851 100644 --- a/src/generated/Organization/Item/Branding/Localizations/Item/CustomCSS/CustomCSSRequestBuilder.cs +++ b/src/generated/Organization/Item/Branding/Localizations/Item/CustomCSS/CustomCSSRequestBuilder.cs @@ -22,6 +22,7 @@ public class CustomCSSRequestBuilder : BaseCliRequestBuilder { /// CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"; @@ -66,6 +67,7 @@ public Command BuildGetCommand() { /// /// CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB."; @@ -123,13 +125,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new CustomCSSRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CustomCSSRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/branding/localizations/{organizationalBrandingLocalization%2Did}/customCSS", pathParameters) { } /// - /// Instantiates a new CustomCSSRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CustomCSSRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/branding/localizations/{organizationalBrandingLocalization%2Did}/customCSS", rawUrl) { @@ -137,6 +139,7 @@ public CustomCSSRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{o /// /// CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -153,6 +156,7 @@ public RequestInformation ToGetRequestInformation(Action /// CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. /// + /// A /// Binary request body /// The request body content type. /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/generated/Organization/Item/Branding/Localizations/Item/Favicon/FaviconRequestBuilder.cs b/src/generated/Organization/Item/Branding/Localizations/Item/Favicon/FaviconRequestBuilder.cs index 95fee164e3..8792b8f295 100644 --- a/src/generated/Organization/Item/Branding/Localizations/Item/Favicon/FaviconRequestBuilder.cs +++ b/src/generated/Organization/Item/Branding/Localizations/Item/Favicon/FaviconRequestBuilder.cs @@ -22,6 +22,7 @@ public class FaviconRequestBuilder : BaseCliRequestBuilder { /// A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"; @@ -66,6 +67,7 @@ public Command BuildGetCommand() { /// /// A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant."; @@ -123,13 +125,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new FaviconRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FaviconRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/branding/localizations/{organizationalBrandingLocalization%2Did}/favicon", pathParameters) { } /// - /// Instantiates a new FaviconRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FaviconRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/branding/localizations/{organizationalBrandingLocalization%2Did}/favicon", rawUrl) { @@ -137,6 +139,7 @@ public FaviconRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{org /// /// A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra 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 @@ -153,6 +156,7 @@ public RequestInformation ToGetRequestInformation(Action /// A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. /// + /// A /// Binary request body /// The request body content type. /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/generated/Organization/Item/Branding/Localizations/Item/HeaderLogo/HeaderLogoRequestBuilder.cs b/src/generated/Organization/Item/Branding/Localizations/Item/HeaderLogo/HeaderLogoRequestBuilder.cs index 7fd89dcc61..cef47d4769 100644 --- a/src/generated/Organization/Item/Branding/Localizations/Item/HeaderLogo/HeaderLogoRequestBuilder.cs +++ b/src/generated/Organization/Item/Branding/Localizations/Item/HeaderLogo/HeaderLogoRequestBuilder.cs @@ -22,6 +22,7 @@ public class HeaderLogoRequestBuilder : BaseCliRequestBuilder { /// A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"; @@ -66,6 +67,7 @@ public Command BuildGetCommand() { /// /// A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo."; @@ -123,13 +125,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new HeaderLogoRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HeaderLogoRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/branding/localizations/{organizationalBrandingLocalization%2Did}/headerLogo", pathParameters) { } /// - /// Instantiates a new HeaderLogoRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HeaderLogoRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/branding/localizations/{organizationalBrandingLocalization%2Did}/headerLogo", rawUrl) { @@ -137,6 +139,7 @@ public HeaderLogoRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{ /// /// A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -153,6 +156,7 @@ public RequestInformation ToGetRequestInformation(Action /// A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. /// + /// A /// Binary request body /// The request body content type. /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/generated/Organization/Item/Branding/Localizations/Item/OrganizationalBrandingLocalizationItemRequestBuilder.cs b/src/generated/Organization/Item/Branding/Localizations/Item/OrganizationalBrandingLocalizationItemRequestBuilder.cs index e1dfb6a886..43d25789f3 100644 --- a/src/generated/Organization/Item/Branding/Localizations/Item/OrganizationalBrandingLocalizationItemRequestBuilder.cs +++ b/src/generated/Organization/Item/Branding/Localizations/Item/OrganizationalBrandingLocalizationItemRequestBuilder.cs @@ -29,6 +29,7 @@ public class OrganizationalBrandingLocalizationItemRequestBuilder : BaseCliReque /// /// Provides operations to manage the media for the organization entity. /// + /// A public Command BuildBackgroundImageNavCommand() { var command = new Command("background-image"); command.Description = "Provides operations to manage the media for the organization entity."; @@ -45,6 +46,7 @@ public Command BuildBackgroundImageNavCommand() { /// /// Provides operations to manage the media for the organization entity. /// + /// A public Command BuildBannerLogoNavCommand() { var command = new Command("banner-logo"); command.Description = "Provides operations to manage the media for the organization entity."; @@ -61,6 +63,7 @@ public Command BuildBannerLogoNavCommand() { /// /// Provides operations to manage the media for the organization entity. /// + /// A public Command BuildCustomCSSNavCommand() { var command = new Command("custom-c-s-s"); command.Description = "Provides operations to manage the media for the organization entity."; @@ -78,6 +81,7 @@ public Command BuildCustomCSSNavCommand() { /// Delete a localized branding object. To delete the organizationalBrandingLocalization object, all images (Stream types) must first be removed from the object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a localized branding object. To delete the organizationalBrandingLocalization object, all images (Stream types) must first be removed from the object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-1.0"; @@ -117,6 +121,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the media for the organization entity. /// + /// A public Command BuildFaviconNavCommand() { var command = new Command("favicon"); command.Description = "Provides operations to manage the media for the organization entity."; @@ -134,6 +139,7 @@ public Command BuildFaviconNavCommand() { /// Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0"; @@ -190,6 +196,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the media for the organization entity. /// + /// A public Command BuildHeaderLogoNavCommand() { var command = new Command("header-logo"); command.Description = "Provides operations to manage the media for the organization entity."; @@ -207,6 +214,7 @@ public Command BuildHeaderLogoNavCommand() { /// Update the properties of an organizationalBrandingLocalization object for a specific localization. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an organizationalBrandingLocalization object for a specific localization.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0"; @@ -262,6 +270,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the media for the organization entity. /// + /// A public Command BuildSquareLogoDarkNavCommand() { var command = new Command("square-logo-dark"); command.Description = "Provides operations to manage the media for the organization entity."; @@ -278,6 +287,7 @@ public Command BuildSquareLogoDarkNavCommand() { /// /// Provides operations to manage the media for the organization entity. /// + /// A public Command BuildSquareLogoNavCommand() { var command = new Command("square-logo"); command.Description = "Provides operations to manage the media for the organization entity."; @@ -292,13 +302,13 @@ public Command BuildSquareLogoNavCommand() { return command; } /// - /// Instantiates a new OrganizationalBrandingLocalizationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OrganizationalBrandingLocalizationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/branding/localizations/{organizationalBrandingLocalization%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OrganizationalBrandingLocalizationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OrganizationalBrandingLocalizationItemRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/branding/localizations/{organizationalBrandingLocalization%2Did}{?%24expand,%24select}", rawUrl) { @@ -306,6 +316,7 @@ public OrganizationalBrandingLocalizationItemRequestBuilder(string rawUrl) : bas /// /// Delete a localized branding object. To delete the organizationalBrandingLocalization object, all images (Stream types) must first be removed from the 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 @@ -314,7 +325,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/organization/{organization%2Did}/branding/localizations/{organizationalBrandingLocalization%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -322,6 +333,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -338,6 +350,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an organizationalBrandingLocalization object for a specific localization. /// + /// 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 @@ -348,7 +361,7 @@ public RequestInformation ToPatchRequestInformation(OrganizationalBrandingLocali public RequestInformation ToPatchRequestInformation(OrganizationalBrandingLocalization 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}/organization/{organization%2Did}/branding/localizations/{organizationalBrandingLocalization%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Organization/Item/Branding/Localizations/Item/SquareLogo/SquareLogoRequestBuilder.cs b/src/generated/Organization/Item/Branding/Localizations/Item/SquareLogo/SquareLogoRequestBuilder.cs index cd263127e8..738a3579ee 100644 --- a/src/generated/Organization/Item/Branding/Localizations/Item/SquareLogo/SquareLogoRequestBuilder.cs +++ b/src/generated/Organization/Item/Branding/Localizations/Item/SquareLogo/SquareLogoRequestBuilder.cs @@ -22,6 +22,7 @@ public class SquareLogoRequestBuilder : BaseCliRequestBuilder { /// A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"; @@ -66,6 +67,7 @@ public Command BuildGetCommand() { /// /// A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo."; @@ -123,13 +125,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new SquareLogoRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SquareLogoRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/branding/localizations/{organizationalBrandingLocalization%2Did}/squareLogo", pathParameters) { } /// - /// Instantiates a new SquareLogoRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SquareLogoRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/branding/localizations/{organizationalBrandingLocalization%2Did}/squareLogo", rawUrl) { @@ -137,6 +139,7 @@ public SquareLogoRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{ /// /// A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -153,6 +156,7 @@ public RequestInformation ToGetRequestInformation(Action /// A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. /// + /// A /// Binary request body /// The request body content type. /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/generated/Organization/Item/Branding/Localizations/Item/SquareLogoDark/SquareLogoDarkRequestBuilder.cs b/src/generated/Organization/Item/Branding/Localizations/Item/SquareLogoDark/SquareLogoDarkRequestBuilder.cs index 7bea0926f4..c3a36f0acf 100644 --- a/src/generated/Organization/Item/Branding/Localizations/Item/SquareLogoDark/SquareLogoDarkRequestBuilder.cs +++ b/src/generated/Organization/Item/Branding/Localizations/Item/SquareLogoDark/SquareLogoDarkRequestBuilder.cs @@ -22,6 +22,7 @@ public class SquareLogoDarkRequestBuilder : BaseCliRequestBuilder { /// A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"; @@ -66,6 +67,7 @@ public Command BuildGetCommand() { /// /// A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo."; @@ -123,13 +125,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new SquareLogoDarkRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SquareLogoDarkRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/branding/localizations/{organizationalBrandingLocalization%2Did}/squareLogoDark", pathParameters) { } /// - /// Instantiates a new SquareLogoDarkRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SquareLogoDarkRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/branding/localizations/{organizationalBrandingLocalization%2Did}/squareLogoDark", rawUrl) { @@ -137,6 +139,7 @@ public SquareLogoDarkRequestBuilder(string rawUrl) : base("{+baseurl}/organizati /// /// A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -153,6 +156,7 @@ public RequestInformation ToGetRequestInformation(Action /// A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. /// + /// A /// Binary request body /// The request body content type. /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/generated/Organization/Item/Branding/Localizations/LocalizationsRequestBuilder.cs b/src/generated/Organization/Item/Branding/Localizations/LocalizationsRequestBuilder.cs index 995934ae05..6ac72add35 100644 --- a/src/generated/Organization/Item/Branding/Localizations/LocalizationsRequestBuilder.cs +++ b/src/generated/Organization/Item/Branding/Localizations/LocalizationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class LocalizationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the localizations property of the microsoft.graph.organizationalBranding entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -43,6 +44,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."; @@ -59,6 +61,7 @@ public Command BuildCountNavCommand() { /// Create a new organizationalBrandingLocalization object. This creates a localized branding and at the same time, the default branding if it doesn't exist. The default branding is created only once. It's loaded when a localized branding isn't configured for the user's browser language. To retrieve the default branding, see Get branding. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new organizationalBrandingLocalization object. This creates a localized branding and at the same time, the default branding if it doesn't exist. The default branding is created only once. It's loaded when a localized branding isn't configured for the user's browser language. To retrieve the default branding, see Get branding.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-1.0"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// Retrieve all localization branding objects, including the default branding. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve all localization branding objects, including the default branding.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"; @@ -205,13 +209,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new LocalizationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LocalizationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/branding/localizations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new LocalizationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LocalizationsRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/branding/localizations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -219,6 +223,7 @@ public LocalizationsRequestBuilder(string rawUrl) : base("{+baseurl}/organizatio /// /// Retrieve all localization branding objects, including the default branding. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new organizationalBrandingLocalization object. This creates a localized branding and at the same time, the default branding if it doesn't exist. The default branding is created only once. It's loaded when a localized branding isn't configured for the user's browser language. To retrieve the default branding, see Get branding. /// + /// 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 @@ -245,7 +251,7 @@ public RequestInformation ToPostRequestInformation(OrganizationalBrandingLocaliz public RequestInformation ToPostRequestInformation(OrganizationalBrandingLocalization 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}/organization/{organization%2Did}/branding/localizations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Organization/Item/Branding/SquareLogo/SquareLogoRequestBuilder.cs b/src/generated/Organization/Item/Branding/SquareLogo/SquareLogoRequestBuilder.cs index ef0477b13b..c45002cc57 100644 --- a/src/generated/Organization/Item/Branding/SquareLogo/SquareLogoRequestBuilder.cs +++ b/src/generated/Organization/Item/Branding/SquareLogo/SquareLogoRequestBuilder.cs @@ -22,6 +22,7 @@ public class SquareLogoRequestBuilder : BaseCliRequestBuilder { /// A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"; @@ -60,6 +61,7 @@ public Command BuildGetCommand() { /// /// A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo."; @@ -111,13 +113,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new SquareLogoRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SquareLogoRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/branding/squareLogo", pathParameters) { } /// - /// Instantiates a new SquareLogoRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SquareLogoRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/branding/squareLogo", rawUrl) { @@ -125,6 +127,7 @@ public SquareLogoRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{ /// /// A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -141,6 +144,7 @@ public RequestInformation ToGetRequestInformation(Action /// A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. /// + /// A /// Binary request body /// The request body content type. /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/generated/Organization/Item/Branding/SquareLogoDark/SquareLogoDarkRequestBuilder.cs b/src/generated/Organization/Item/Branding/SquareLogoDark/SquareLogoDarkRequestBuilder.cs index 5e9943565f..bafc800936 100644 --- a/src/generated/Organization/Item/Branding/SquareLogoDark/SquareLogoDarkRequestBuilder.cs +++ b/src/generated/Organization/Item/Branding/SquareLogoDark/SquareLogoDarkRequestBuilder.cs @@ -22,6 +22,7 @@ public class SquareLogoDarkRequestBuilder : BaseCliRequestBuilder { /// A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"; @@ -60,6 +61,7 @@ public Command BuildGetCommand() { /// /// A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo."; @@ -111,13 +113,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new SquareLogoDarkRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SquareLogoDarkRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/branding/squareLogoDark", pathParameters) { } /// - /// Instantiates a new SquareLogoDarkRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SquareLogoDarkRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/branding/squareLogoDark", rawUrl) { @@ -125,6 +127,7 @@ public SquareLogoDarkRequestBuilder(string rawUrl) : base("{+baseurl}/organizati /// /// A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -141,6 +144,7 @@ public RequestInformation ToGetRequestInformation(Action /// A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. /// + /// A /// Binary request body /// The request body content type. /// Configuration for the request such as headers, query parameters, and middleware options. diff --git a/src/generated/Organization/Item/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.cs b/src/generated/Organization/Item/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.cs index 578f2b4cfc..770fd829e7 100644 --- a/src/generated/Organization/Item/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.cs +++ b/src/generated/Organization/Item/CertificateBasedAuthConfiguration/CertificateBasedAuthConfigurationRequestBuilder.cs @@ -24,6 +24,7 @@ public class CertificateBasedAuthConfigurationRequestBuilder : BaseCliRequestBui /// /// Provides operations to manage the certificateBasedAuthConfiguration property of the microsoft.graph.organization entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new CertificateBasedAuthConfigurationItemRequestBuilder(PathParameters); @@ -34,6 +35,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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// Create a new certificateBasedAuthConfiguration object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new certificateBasedAuthConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-1.0"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Get a list of certificateBasedAuthConfiguration objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of certificateBasedAuthConfiguration objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CertificateBasedAuthConfigurationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CertificateBasedAuthConfigurationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/certificateBasedAuthConfiguration{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CertificateBasedAuthConfigurationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CertificateBasedAuthConfigurationRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/certificateBasedAuthConfiguration{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public CertificateBasedAuthConfigurationRequestBuilder(string rawUrl) : base("{+ /// /// Get a list of certificateBasedAuthConfiguration objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new certificateBasedAuthConfiguration 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 @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.CertificateBase public RequestInformation ToPostRequestInformation(ApiSdk.Models.CertificateBasedAuthConfiguration 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}/organization/{organization%2Did}/certificateBasedAuthConfiguration", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Organization/Item/CertificateBasedAuthConfiguration/Count/CountRequestBuilder.cs b/src/generated/Organization/Item/CertificateBasedAuthConfiguration/Count/CountRequestBuilder.cs index 47f1fa8bee..2789f2bdda 100644 --- a/src/generated/Organization/Item/CertificateBasedAuthConfiguration/Count/CountRequestBuilder.cs +++ b/src/generated/Organization/Item/CertificateBasedAuthConfiguration/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}/organization/{organization%2Did}/certificateBasedAuthConfiguration/$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}/organization/{organization%2Did}/certificateBasedAuthConfiguration/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organ /// /// 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/Organization/Item/CertificateBasedAuthConfiguration/Item/CertificateBasedAuthConfigurationItemRequestBuilder.cs b/src/generated/Organization/Item/CertificateBasedAuthConfiguration/Item/CertificateBasedAuthConfigurationItemRequestBuilder.cs index 6e4768ae66..ae49be577c 100644 --- a/src/generated/Organization/Item/CertificateBasedAuthConfiguration/Item/CertificateBasedAuthConfigurationItemRequestBuilder.cs +++ b/src/generated/Organization/Item/CertificateBasedAuthConfiguration/Item/CertificateBasedAuthConfigurationItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class CertificateBasedAuthConfigurationItemRequestBuilder : BaseCliReques /// Delete a certificateBasedAuthConfiguration object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a certificateBasedAuthConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Get the properties of a certificateBasedAuthConfiguration object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the properties of a certificateBasedAuthConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-1.0"; @@ -117,13 +119,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CertificateBasedAuthConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CertificateBasedAuthConfigurationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CertificateBasedAuthConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CertificateBasedAuthConfigurationItemRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration%2Did}{?%24expand,%24select}", rawUrl) { @@ -131,6 +133,7 @@ public CertificateBasedAuthConfigurationItemRequestBuilder(string rawUrl) : base /// /// Delete a certificateBasedAuthConfiguration 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 @@ -139,7 +142,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/organization/{organization%2Did}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -147,6 +150,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the properties of a certificateBasedAuthConfiguration 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/Organization/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs b/src/generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs index 9660adde65..e46a8229ab 100644 --- a/src/generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs +++ b/src/generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable public List GroupIds { get; set; } #endif /// - /// Instantiates a new checkMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberGroupsPostRequestBody() { /// /// 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 CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupIds", n => { GroupIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs b/src/generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs index 1b6f346ccb..8fb56055c1 100644 --- a/src/generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs +++ b/src/generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// 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 new CheckMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index a4ff56160e..5caea16d6e 100644 --- a/src/generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/generated/Organization/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class CheckMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/checkMemberGroups", pathParameters) { } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/checkMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/organiz /// /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// + /// 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/Organization/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs b/src/generated/Organization/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs index be52f30b83..4c2613d480 100644 --- a/src/generated/Organization/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs +++ b/src/generated/Organization/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsabl public List Ids { get; set; } #endif /// - /// Instantiates a new checkMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberObjectsPostRequestBody() { /// /// 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 CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Organization/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs b/src/generated/Organization/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs index fc78f5f5cc..70057c59c2 100644 --- a/src/generated/Organization/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs +++ b/src/generated/Organization/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// 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 new CheckMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Organization/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs b/src/generated/Organization/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs index 9420ce609c..59407a368d 100644 --- a/src/generated/Organization/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs +++ b/src/generated/Organization/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs @@ -21,6 +21,7 @@ public class CheckMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action checkMemberObjects /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action checkMemberObjects"; @@ -79,13 +80,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/checkMemberObjects", pathParameters) { } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/checkMemberObjects", rawUrl) { @@ -93,6 +94,7 @@ public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/organi /// /// Invoke action checkMemberObjects /// + /// 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/Organization/Item/Extensions/Count/CountRequestBuilder.cs b/src/generated/Organization/Item/Extensions/Count/CountRequestBuilder.cs index 05b8bba3ad..989c270453 100644 --- a/src/generated/Organization/Item/Extensions/Count/CountRequestBuilder.cs +++ b/src/generated/Organization/Item/Extensions/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}/organization/{organization%2Did}/extensions/$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}/organization/{organization%2Did}/extensions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organ /// /// 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/Organization/Item/Extensions/ExtensionsRequestBuilder.cs b/src/generated/Organization/Item/Extensions/ExtensionsRequestBuilder.cs index 9e68d5a00d..99431ce846 100644 --- a/src/generated/Organization/Item/Extensions/ExtensionsRequestBuilder.cs +++ b/src/generated/Organization/Item/Extensions/ExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the extensions property of the microsoft.graph.organization entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ExtensionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to extensions for organization /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to extensions for organization"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// The collection of open extensions defined for the organization. Read-only. Nullable. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of open extensions defined for the organization. Read-only. Nullable."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/extensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public ExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{ /// /// The collection of open extensions defined for the organization. Read-only. Nullable. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to extensions for organization /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(Extension 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}/organization/{organization%2Did}/extensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Organization/Item/Extensions/Item/ExtensionItemRequestBuilder.cs b/src/generated/Organization/Item/Extensions/Item/ExtensionItemRequestBuilder.cs index 26e4165354..1589eb1146 100644 --- a/src/generated/Organization/Item/Extensions/Item/ExtensionItemRequestBuilder.cs +++ b/src/generated/Organization/Item/Extensions/Item/ExtensionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExtensionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property extensions for organization /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property extensions for organization"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// The collection of open extensions defined for the organization. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of open extensions defined for the organization. Read-only. Nullable."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property extensions in organization /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property extensions in organization"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/extensions/{extension%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public ExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/organizatio /// /// Delete navigation property extensions for organization /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/organization/{organization%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of open extensions defined for the organization. Read-only. Nullable. /// + /// 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 /// Update the navigation property extensions in organization /// + /// 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 ToPatchRequestInformation(Extension 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}/organization/{organization%2Did}/extensions/{extension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Organization/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs b/src/generated/Organization/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs index 9023b1ff2b..4654831268 100644 --- a/src/generated/Organization/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs +++ b/src/generated/Organization/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable { /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberGroupsPostRequestBody() { /// /// 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 GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/Organization/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs b/src/generated/Organization/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs index 7e6125aa06..8522c82474 100644 --- a/src/generated/Organization/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs +++ b/src/generated/Organization/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// 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 new GetMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Organization/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/generated/Organization/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index 2e42570eed..4bf73a1585 100644 --- a/src/generated/Organization/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/generated/Organization/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/getMemberGroups", pathParameters) { } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/getMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/organizat /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf 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 diff --git a/src/generated/Organization/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs b/src/generated/Organization/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs index 3e32c534f2..5637c22a57 100644 --- a/src/generated/Organization/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs +++ b/src/generated/Organization/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsable /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberObjectsPostRequestBody() { /// /// 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 GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/Organization/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs b/src/generated/Organization/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs index e517feb07e..64b0ab8837 100644 --- a/src/generated/Organization/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs +++ b/src/generated/Organization/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// 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 new GetMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Organization/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/generated/Organization/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index b9ecde350b..ee0652d48c 100644 --- a/src/generated/Organization/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/generated/Organization/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/getMemberObjects", pathParameters) { } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/getMemberObjects", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/organiza /// /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// + /// 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/Organization/Item/OrganizationItemRequestBuilder.cs b/src/generated/Organization/Item/OrganizationItemRequestBuilder.cs index dca19f8e35..7d9e8ebfeb 100644 --- a/src/generated/Organization/Item/OrganizationItemRequestBuilder.cs +++ b/src/generated/Organization/Item/OrganizationItemRequestBuilder.cs @@ -31,6 +31,7 @@ public class OrganizationItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the branding property of the microsoft.graph.organization entity. /// + /// A public Command BuildBrandingNavCommand() { var command = new Command("branding"); command.Description = "Provides operations to manage the branding property of the microsoft.graph.organization entity."; @@ -61,6 +62,7 @@ public Command BuildBrandingNavCommand() { /// /// Provides operations to manage the certificateBasedAuthConfiguration property of the microsoft.graph.organization entity. /// + /// A public Command BuildCertificateBasedAuthConfigurationNavCommand() { var command = new Command("certificate-based-auth-configuration"); command.Description = "Provides operations to manage the certificateBasedAuthConfiguration property of the microsoft.graph.organization entity."; @@ -86,6 +88,7 @@ public Command BuildCertificateBasedAuthConfigurationNavCommand() { /// /// Provides operations to call the checkMemberGroups method. /// + /// A public Command BuildCheckMemberGroupsNavCommand() { var command = new Command("check-member-groups"); command.Description = "Provides operations to call the checkMemberGroups method."; @@ -101,6 +104,7 @@ public Command BuildCheckMemberGroupsNavCommand() { /// /// Provides operations to call the checkMemberObjects method. /// + /// A public Command BuildCheckMemberObjectsNavCommand() { var command = new Command("check-member-objects"); command.Description = "Provides operations to call the checkMemberObjects method."; @@ -116,6 +120,7 @@ public Command BuildCheckMemberObjectsNavCommand() { /// /// Delete entity from organization /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from organization"; @@ -149,6 +154,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the extensions property of the microsoft.graph.organization entity. /// + /// A public Command BuildExtensionsNavCommand() { var command = new Command("extensions"); command.Description = "Provides operations to manage the extensions property of the microsoft.graph.organization entity."; @@ -172,12 +178,13 @@ public Command BuildExtensionsNavCommand() { return command; } /// - /// Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. - /// Find more info here + /// Read properties and relationships of the organization object. + /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); - command.Description = "Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0"; + command.Description = "Read properties and relationships of the organization object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0"; var organizationIdOption = new Option("--organization-id", description: "The unique identifier of organization") { }; organizationIdOption.IsRequired = true; @@ -225,6 +232,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getMemberGroups method. /// + /// A public Command BuildGetMemberGroupsNavCommand() { var command = new Command("get-member-groups"); command.Description = "Provides operations to call the getMemberGroups method."; @@ -240,6 +248,7 @@ public Command BuildGetMemberGroupsNavCommand() { /// /// Provides operations to call the getMemberObjects method. /// + /// A public Command BuildGetMemberObjectsNavCommand() { var command = new Command("get-member-objects"); command.Description = "Provides operations to call the getMemberObjects method."; @@ -253,12 +262,13 @@ public Command BuildGetMemberObjectsNavCommand() { return command; } /// - /// Update the properties of a organization object. - /// Find more info here + /// Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization. + /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); - command.Description = "Update the properties of a organization object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-organization-update?view=graph-rest-1.0"; + command.Description = "Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0"; var organizationIdOption = new Option("--organization-id", description: "The unique identifier of organization") { }; organizationIdOption.IsRequired = true; @@ -305,6 +315,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the restore method. /// + /// A public Command BuildRestoreNavCommand() { var command = new Command("restore"); command.Description = "Provides operations to call the restore method."; @@ -320,6 +331,7 @@ public Command BuildRestoreNavCommand() { /// /// Provides operations to call the setMobileDeviceManagementAuthority method. /// + /// A public Command BuildSetMobileDeviceManagementAuthorityNavCommand() { var command = new Command("set-mobile-device-management-authority"); command.Description = "Provides operations to call the setMobileDeviceManagementAuthority method."; @@ -333,13 +345,13 @@ public Command BuildSetMobileDeviceManagementAuthorityNavCommand() { return command; } /// - /// Instantiates a new OrganizationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OrganizationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OrganizationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OrganizationItemRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}{?%24expand,%24select}", rawUrl) { @@ -347,6 +359,7 @@ public OrganizationItemRequestBuilder(string rawUrl) : base("{+baseurl}/organiza /// /// Delete entity from organization /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -355,14 +368,15 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/organization/{organization%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. + /// Read properties and relationships of the organization 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 @@ -377,8 +391,9 @@ public RequestInformation ToGetRequestInformation(Action - /// Update the properties of a organization object. + /// Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization. /// + /// 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 @@ -389,13 +404,13 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Organization b public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Organization 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}/organization/{organization%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; } /// - /// Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. + /// Read properties and relationships of the organization object. /// public class OrganizationItemRequestBuilderGetQueryParameters { /// Expand related entities diff --git a/src/generated/Organization/Item/Restore/RestoreRequestBuilder.cs b/src/generated/Organization/Item/Restore/RestoreRequestBuilder.cs index 1b3fb2de91..c6f9d42967 100644 --- a/src/generated/Organization/Item/Restore/RestoreRequestBuilder.cs +++ b/src/generated/Organization/Item/Restore/RestoreRequestBuilder.cs @@ -23,6 +23,7 @@ public class RestoreRequestBuilder : BaseCliRequestBuilder { /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/restore", pathParameters) { } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/restore", rawUrl) { @@ -71,6 +72,7 @@ public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{org /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// + /// 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/Organization/Item/SetMobileDeviceManagementAuthority/SetMobileDeviceManagementAuthorityPostResponse.cs b/src/generated/Organization/Item/SetMobileDeviceManagementAuthority/SetMobileDeviceManagementAuthorityPostResponse.cs index d9a38c863a..2c24b7b9c1 100644 --- a/src/generated/Organization/Item/SetMobileDeviceManagementAuthority/SetMobileDeviceManagementAuthorityPostResponse.cs +++ b/src/generated/Organization/Item/SetMobileDeviceManagementAuthority/SetMobileDeviceManagementAuthorityPostResponse.cs @@ -11,7 +11,7 @@ public class SetMobileDeviceManagementAuthorityPostResponse : IAdditionalDataHol /// The value property public int? Value { get; set; } /// - /// Instantiates a new setMobileDeviceManagementAuthorityPostResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public SetMobileDeviceManagementAuthorityPostResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public SetMobileDeviceManagementAuthorityPostResponse() { /// /// 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 SetMobileDeviceManagementAuthorityPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static SetMobileDeviceManagementAuthorityPostResponse CreateFromDiscrimin /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetIntValue(); } }, diff --git a/src/generated/Organization/Item/SetMobileDeviceManagementAuthority/SetMobileDeviceManagementAuthorityRequestBuilder.cs b/src/generated/Organization/Item/SetMobileDeviceManagementAuthority/SetMobileDeviceManagementAuthorityRequestBuilder.cs index 714b797bbb..3ccb87f2d1 100644 --- a/src/generated/Organization/Item/SetMobileDeviceManagementAuthority/SetMobileDeviceManagementAuthorityRequestBuilder.cs +++ b/src/generated/Organization/Item/SetMobileDeviceManagementAuthority/SetMobileDeviceManagementAuthorityRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetMobileDeviceManagementAuthorityRequestBuilder : BaseCliRequestBu /// Set mobile device management authority /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Set mobile device management authority\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-organization-setmobiledevicemanagementauthority?view=graph-rest-1.0"; @@ -56,13 +57,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new SetMobileDeviceManagementAuthorityRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetMobileDeviceManagementAuthorityRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/{organization%2Did}/setMobileDeviceManagementAuthority", pathParameters) { } /// - /// Instantiates a new SetMobileDeviceManagementAuthorityRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetMobileDeviceManagementAuthorityRequestBuilder(string rawUrl) : base("{+baseurl}/organization/{organization%2Did}/setMobileDeviceManagementAuthority", rawUrl) { @@ -70,6 +71,7 @@ public SetMobileDeviceManagementAuthorityRequestBuilder(string rawUrl) : base("{ /// /// Set mobile device management authority /// + /// 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/Organization/OrganizationRequestBuilder.cs b/src/generated/Organization/OrganizationRequestBuilder.cs index 90a000eb2c..ce9b52f1db 100644 --- a/src/generated/Organization/OrganizationRequestBuilder.cs +++ b/src/generated/Organization/OrganizationRequestBuilder.cs @@ -28,6 +28,7 @@ public class OrganizationRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of organization entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -49,6 +50,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."; @@ -64,6 +66,7 @@ public Command BuildCountNavCommand() { /// /// Add new entity to organization /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add new entity to organization"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -122,6 +126,7 @@ public Command BuildDeltaNavCommand() { /// /// Provides operations to call the getAvailableExtensionProperties method. /// + /// A public Command BuildGetAvailableExtensionPropertiesNavCommand() { var command = new Command("get-available-extension-properties"); command.Description = "Provides operations to call the getAvailableExtensionProperties method."; @@ -137,6 +142,7 @@ public Command BuildGetAvailableExtensionPropertiesNavCommand() { /// /// Provides operations to call the getByIds method. /// + /// A public Command BuildGetByIdsNavCommand() { var command = new Command("get-by-ids"); command.Description = "Provides operations to call the getByIds method."; @@ -153,6 +159,7 @@ public Command BuildGetByIdsNavCommand() { /// List properties and relationships of the organization objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List properties and relationships of the organization objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0"; @@ -245,6 +252,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the validateProperties method. /// + /// A public Command BuildValidatePropertiesNavCommand() { var command = new Command("validate-properties"); command.Description = "Provides operations to call the validateProperties method."; @@ -258,13 +266,13 @@ public Command BuildValidatePropertiesNavCommand() { return command; } /// - /// Instantiates a new OrganizationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OrganizationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OrganizationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OrganizationRequestBuilder(string rawUrl) : base("{+baseurl}/organization{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -272,6 +280,7 @@ public OrganizationRequestBuilder(string rawUrl) : base("{+baseurl}/organization /// /// List properties and relationships of the organization objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -288,6 +297,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add new entity to organization /// + /// 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 @@ -298,7 +308,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.Organization bo public RequestInformation ToPostRequestInformation(ApiSdk.Models.Organization 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}/organization", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Organization/ValidateProperties/ValidatePropertiesPostRequestBody.cs b/src/generated/Organization/ValidateProperties/ValidatePropertiesPostRequestBody.cs index d1a1c35695..d224a0a41b 100644 --- a/src/generated/Organization/ValidateProperties/ValidatePropertiesPostRequestBody.cs +++ b/src/generated/Organization/ValidateProperties/ValidatePropertiesPostRequestBody.cs @@ -35,7 +35,7 @@ public class ValidatePropertiesPostRequestBody : IAdditionalDataHolder, IParsabl /// The onBehalfOfUserId property public Guid? OnBehalfOfUserId { get; set; } /// - /// Instantiates a new validatePropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValidatePropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public ValidatePropertiesPostRequestBody() { /// /// 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 ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/Organization/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/generated/Organization/ValidateProperties/ValidatePropertiesRequestBuilder.cs index 73701e86fc..acfdf6da6d 100644 --- a/src/generated/Organization/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/generated/Organization/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class ValidatePropertiesRequestBuilder : BaseCliRequestBuilder { /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"; @@ -53,13 +54,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValidatePropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/organization/validateProperties", pathParameters) { } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/organization/validateProperties", rawUrl) { @@ -67,6 +68,7 @@ public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/organi /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// + /// 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/PermissionGrants/Delta/DeltaGetResponse.cs b/src/generated/PermissionGrants/Delta/DeltaGetResponse.cs index dd0ba7c16a..ae9e8c909e 100644 --- a/src/generated/PermissionGrants/Delta/DeltaGetResponse.cs +++ b/src/generated/PermissionGrants/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/PermissionGrants/Delta/DeltaRequestBuilder.cs b/src/generated/PermissionGrants/Delta/DeltaRequestBuilder.cs index e9ab1c9524..7cf968241f 100644 --- a/src/generated/PermissionGrants/Delta/DeltaRequestBuilder.cs +++ b/src/generated/PermissionGrants/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/permissionGrants/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/permissionGrants/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/permissionGrants/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/permissionGrants/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs b/src/generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs index d367e938f3..2673e21e1f 100644 --- a/src/generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs +++ b/src/generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetAvailableExtensionPropertiesPostRequestBody : IAdditionalDataHol /// The isSyncedFromOnPremises property public bool? IsSyncedFromOnPremises { get; set; } /// - /// Instantiates a new getAvailableExtensionPropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetAvailableExtensionPropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetAvailableExtensionPropertiesPostRequestBody() { /// /// 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 GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscrimin /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isSyncedFromOnPremises", n => { IsSyncedFromOnPremises = n.GetBoolValue(); } }, diff --git a/src/generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs b/src/generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs index 101d24443b..ed05ba75d5 100644 --- a/src/generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs +++ b/src/generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs @@ -18,6 +18,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// 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 new GetAvailableExtensionPropertiesPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExtensionProperty.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index 43233636cf..2dfb804efa 100644 --- a/src/generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/generated/PermissionGrants/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetAvailableExtensionPropertiesRequestBuilder : BaseCliRequestBuild /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetAvailableExtensionPropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/permissionGrants/getAvailableExtensionProperties", pathParameters) { } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/permissionGrants/getAvailableExtensionProperties", rawUrl) { @@ -88,6 +89,7 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+ba /// /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// + /// 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/PermissionGrants/GetByIds/GetByIdsPostRequestBody.cs b/src/generated/PermissionGrants/GetByIds/GetByIdsPostRequestBody.cs index 4a42ef1cdb..873fd5d935 100644 --- a/src/generated/PermissionGrants/GetByIds/GetByIdsPostRequestBody.cs +++ b/src/generated/PermissionGrants/GetByIds/GetByIdsPostRequestBody.cs @@ -25,7 +25,7 @@ public class GetByIdsPostRequestBody : IAdditionalDataHolder, IParsable { public List Types { get; set; } #endif /// - /// Instantiates a new getByIdsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetByIdsPostRequestBody() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public GetByIdsPostRequestBody() { /// /// 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 GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/PermissionGrants/GetByIds/GetByIdsPostResponse.cs b/src/generated/PermissionGrants/GetByIds/GetByIdsPostResponse.cs index 4a851b29d9..16f8a2dd6d 100644 --- a/src/generated/PermissionGrants/GetByIds/GetByIdsPostResponse.cs +++ b/src/generated/PermissionGrants/GetByIds/GetByIdsPostResponse.cs @@ -18,6 +18,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// 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 new GetByIdsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/PermissionGrants/GetByIds/GetByIdsRequestBuilder.cs b/src/generated/PermissionGrants/GetByIds/GetByIdsRequestBuilder.cs index b679a560c4..c03f76541a 100644 --- a/src/generated/PermissionGrants/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/generated/PermissionGrants/GetByIds/GetByIdsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetByIdsRequestBuilder : BaseCliRequestBuilder { /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetByIdsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/permissionGrants/getByIds", pathParameters) { } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/permissionGrants/getByIds", rawUrl) { @@ -88,6 +89,7 @@ public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/permissionGrants /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// + /// 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/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs b/src/generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs index 1ab559e070..ccf214cb0a 100644 --- a/src/generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs +++ b/src/generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable public List GroupIds { get; set; } #endif /// - /// Instantiates a new checkMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberGroupsPostRequestBody() { /// /// 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 CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupIds", n => { GroupIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs b/src/generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs index e7275ecff7..0aa20da10c 100644 --- a/src/generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs +++ b/src/generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// 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 new CheckMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index ab60821b43..4cddf63910 100644 --- a/src/generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/generated/PermissionGrants/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class CheckMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberGroups", pathParameters) { } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/permiss /// /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// + /// 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/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs b/src/generated/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs index 379289cbeb..317ec1b947 100644 --- a/src/generated/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs +++ b/src/generated/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsabl public List Ids { get; set; } #endif /// - /// Instantiates a new checkMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberObjectsPostRequestBody() { /// /// 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 CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs b/src/generated/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs index 672f54b40e..78b5b3241d 100644 --- a/src/generated/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs +++ b/src/generated/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// 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 new CheckMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs b/src/generated/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs index 4f2ac79c71..e4e946a7c7 100644 --- a/src/generated/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs +++ b/src/generated/PermissionGrants/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs @@ -21,6 +21,7 @@ public class CheckMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action checkMemberObjects /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action checkMemberObjects"; @@ -79,13 +80,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberObjects", pathParameters) { } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/checkMemberObjects", rawUrl) { @@ -93,6 +94,7 @@ public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/permis /// /// Invoke action checkMemberObjects /// + /// 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/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs b/src/generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs index fd1f9cf579..1b9cc4e227 100644 --- a/src/generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs +++ b/src/generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable { /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberGroupsPostRequestBody() { /// /// 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 GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs b/src/generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs index 90936bcca6..8298b945a1 100644 --- a/src/generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs +++ b/src/generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// 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 new GetMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index c36240a3b5..d84255d576 100644 --- a/src/generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/generated/PermissionGrants/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberGroups", pathParameters) { } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/permissio /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf 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 diff --git a/src/generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs b/src/generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs index 0457fdc86e..ca9ffed770 100644 --- a/src/generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs +++ b/src/generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsable /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberObjectsPostRequestBody() { /// /// 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 GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs b/src/generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs index 23384b9acb..ba0a731504 100644 --- a/src/generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs +++ b/src/generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// 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 new GetMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index d211313e6e..c2d6cd6776 100644 --- a/src/generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/generated/PermissionGrants/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberObjects", pathParameters) { } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/getMemberObjects", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/permissi /// /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// + /// 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/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.cs b/src/generated/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.cs index ae89cd4393..ad9e46b974 100644 --- a/src/generated/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.cs +++ b/src/generated/PermissionGrants/Item/ResourceSpecificPermissionGrantItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class ResourceSpecificPermissionGrantItemRequestBuilder : BaseCliRequestB /// /// Provides operations to call the checkMemberGroups method. /// + /// A public Command BuildCheckMemberGroupsNavCommand() { var command = new Command("check-member-groups"); command.Description = "Provides operations to call the checkMemberGroups method."; @@ -42,6 +43,7 @@ public Command BuildCheckMemberGroupsNavCommand() { /// /// Provides operations to call the checkMemberObjects method. /// + /// A public Command BuildCheckMemberObjectsNavCommand() { var command = new Command("check-member-objects"); command.Description = "Provides operations to call the checkMemberObjects method."; @@ -57,6 +59,7 @@ public Command BuildCheckMemberObjectsNavCommand() { /// /// Delete entity from permissionGrants /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from permissionGrants"; @@ -90,6 +93,7 @@ public Command BuildDeleteCommand() { /// /// Get entity from permissionGrants by key /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get entity from permissionGrants by key"; @@ -140,6 +144,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getMemberGroups method. /// + /// A public Command BuildGetMemberGroupsNavCommand() { var command = new Command("get-member-groups"); command.Description = "Provides operations to call the getMemberGroups method."; @@ -155,6 +160,7 @@ public Command BuildGetMemberGroupsNavCommand() { /// /// Provides operations to call the getMemberObjects method. /// + /// A public Command BuildGetMemberObjectsNavCommand() { var command = new Command("get-member-objects"); command.Description = "Provides operations to call the getMemberObjects method."; @@ -170,6 +176,7 @@ public Command BuildGetMemberObjectsNavCommand() { /// /// Update entity in permissionGrants /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in permissionGrants"; @@ -219,6 +226,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the restore method. /// + /// A public Command BuildRestoreNavCommand() { var command = new Command("restore"); command.Description = "Provides operations to call the restore method."; @@ -232,13 +240,13 @@ public Command BuildRestoreNavCommand() { return command; } /// - /// Instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceSpecificPermissionGrantItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/permissionGrants/{resourceSpecificPermissionGrant%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ResourceSpecificPermissionGrantItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceSpecificPermissionGrantItemRequestBuilder(string rawUrl) : base("{+baseurl}/permissionGrants/{resourceSpecificPermissionGrant%2Did}{?%24expand,%24select}", rawUrl) { @@ -246,6 +254,7 @@ public ResourceSpecificPermissionGrantItemRequestBuilder(string rawUrl) : base(" /// /// Delete entity from permissionGrants /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -254,7 +263,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/permissionGrants/{resourceSpecificPermissionGrant%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -262,6 +271,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get entity from permissionGrants 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 @@ -278,6 +288,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in permissionGrants /// + /// 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 @@ -288,7 +299,7 @@ public RequestInformation ToPatchRequestInformation(ResourceSpecificPermissionGr public RequestInformation ToPatchRequestInformation(ResourceSpecificPermissionGrant 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}/permissionGrants/{resourceSpecificPermissionGrant%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/PermissionGrants/Item/Restore/RestoreRequestBuilder.cs b/src/generated/PermissionGrants/Item/Restore/RestoreRequestBuilder.cs index 7cb5e6e545..9332f1629a 100644 --- a/src/generated/PermissionGrants/Item/Restore/RestoreRequestBuilder.cs +++ b/src/generated/PermissionGrants/Item/Restore/RestoreRequestBuilder.cs @@ -23,6 +23,7 @@ public class RestoreRequestBuilder : BaseCliRequestBuilder { /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/restore", pathParameters) { } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/permissionGrants/{resourceSpecificPermissionGrant%2Did}/restore", rawUrl) { @@ -71,6 +72,7 @@ public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/permissionGrants/ /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// + /// 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/PermissionGrants/PermissionGrantsRequestBuilder.cs b/src/generated/PermissionGrants/PermissionGrantsRequestBuilder.cs index 22343d29a2..bb506b9f01 100644 --- a/src/generated/PermissionGrants/PermissionGrantsRequestBuilder.cs +++ b/src/generated/PermissionGrants/PermissionGrantsRequestBuilder.cs @@ -27,6 +27,7 @@ public class PermissionGrantsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of resourceSpecificPermissionGrant entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -44,6 +45,7 @@ public Tuple, List> BuildCommand() { /// /// Add new entity to permissionGrants /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add new entity to permissionGrants"; @@ -87,6 +89,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -102,6 +105,7 @@ public Command BuildDeltaNavCommand() { /// /// Provides operations to call the getAvailableExtensionProperties method. /// + /// A public Command BuildGetAvailableExtensionPropertiesNavCommand() { var command = new Command("get-available-extension-properties"); command.Description = "Provides operations to call the getAvailableExtensionProperties method."; @@ -117,6 +121,7 @@ public Command BuildGetAvailableExtensionPropertiesNavCommand() { /// /// Provides operations to call the getByIds method. /// + /// A public Command BuildGetByIdsNavCommand() { var command = new Command("get-by-ids"); command.Description = "Provides operations to call the getByIds method."; @@ -132,6 +137,7 @@ public Command BuildGetByIdsNavCommand() { /// /// Get entities from permissionGrants /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get entities from permissionGrants"; @@ -206,6 +212,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the validateProperties method. /// + /// A public Command BuildValidatePropertiesNavCommand() { var command = new Command("validate-properties"); command.Description = "Provides operations to call the validateProperties method."; @@ -219,13 +226,13 @@ public Command BuildValidatePropertiesNavCommand() { return command; } /// - /// Instantiates a new PermissionGrantsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermissionGrantsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/permissionGrants{?%24expand,%24filter,%24orderby,%24search,%24select}", pathParameters) { } /// - /// Instantiates a new PermissionGrantsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermissionGrantsRequestBuilder(string rawUrl) : base("{+baseurl}/permissionGrants{?%24expand,%24filter,%24orderby,%24search,%24select}", rawUrl) { @@ -233,6 +240,7 @@ public PermissionGrantsRequestBuilder(string rawUrl) : base("{+baseurl}/permissi /// /// Get entities from permissionGrants /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -249,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add new entity to permissionGrants /// + /// 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 @@ -259,7 +268,7 @@ public RequestInformation ToPostRequestInformation(ResourceSpecificPermissionGra public RequestInformation ToPostRequestInformation(ResourceSpecificPermissionGrant 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}/permissionGrants", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.cs b/src/generated/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.cs index bf000defdb..20134198a7 100644 --- a/src/generated/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.cs +++ b/src/generated/PermissionGrants/ValidateProperties/ValidatePropertiesPostRequestBody.cs @@ -35,7 +35,7 @@ public class ValidatePropertiesPostRequestBody : IAdditionalDataHolder, IParsabl /// The onBehalfOfUserId property public Guid? OnBehalfOfUserId { get; set; } /// - /// Instantiates a new validatePropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValidatePropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public ValidatePropertiesPostRequestBody() { /// /// 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 ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/generated/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.cs index 29425e92df..539efa880c 100644 --- a/src/generated/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/generated/PermissionGrants/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class ValidatePropertiesRequestBuilder : BaseCliRequestBuilder { /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"; @@ -53,13 +54,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValidatePropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/permissionGrants/validateProperties", pathParameters) { } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/permissionGrants/validateProperties", rawUrl) { @@ -67,6 +68,7 @@ public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/permis /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// + /// 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/Places/Count/CountRequestBuilder.cs b/src/generated/Places/Count/CountRequestBuilder.cs index 628946aae7..abdbf61586 100644 --- a/src/generated/Places/Count/CountRequestBuilder.cs +++ b/src/generated/Places/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}/places/$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}/places/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/places/$count{?%24f /// /// 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/Places/GraphRoom/Count/CountRequestBuilder.cs b/src/generated/Places/GraphRoom/Count/CountRequestBuilder.cs index 7bbd28544b..e2db4bcc29 100644 --- a/src/generated/Places/GraphRoom/Count/CountRequestBuilder.cs +++ b/src/generated/Places/GraphRoom/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}/places/graph.room/$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}/places/graph.room/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/places/graph.room/$ /// /// 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/Places/GraphRoom/GraphRoomRequestBuilder.cs b/src/generated/Places/GraphRoom/GraphRoomRequestBuilder.cs index 86b95fdd07..f35fecc98d 100644 --- a/src/generated/Places/GraphRoom/GraphRoomRequestBuilder.cs +++ b/src/generated/Places/GraphRoom/GraphRoomRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphRoomRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.room in the microsoft.graph.place collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.room in the microsoft.graph.place collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphRoomRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphRoomRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/places/graph.room{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphRoomRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphRoomRequestBuilder(string rawUrl) : base("{+baseurl}/places/graph.room{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphRoomRequestBuilder(string rawUrl) : base("{+baseurl}/places/graph.ro /// /// Get the items of type microsoft.graph.room in the microsoft.graph.place collection /// + /// 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/Places/GraphRoomList/Count/CountRequestBuilder.cs b/src/generated/Places/GraphRoomList/Count/CountRequestBuilder.cs index cda2839c92..ff86cb8567 100644 --- a/src/generated/Places/GraphRoomList/Count/CountRequestBuilder.cs +++ b/src/generated/Places/GraphRoomList/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}/places/graph.roomList/$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}/places/graph.roomList/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/places/graph.roomLi /// /// 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/Places/GraphRoomList/GraphRoomListRequestBuilder.cs b/src/generated/Places/GraphRoomList/GraphRoomListRequestBuilder.cs index 9698fbe34b..2def4718ce 100644 --- a/src/generated/Places/GraphRoomList/GraphRoomListRequestBuilder.cs +++ b/src/generated/Places/GraphRoomList/GraphRoomListRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphRoomListRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.roomList in the microsoft.graph.place collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.roomList in the microsoft.graph.place collection"; @@ -128,13 +130,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphRoomListRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphRoomListRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/places/graph.roomList{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphRoomListRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphRoomListRequestBuilder(string rawUrl) : base("{+baseurl}/places/graph.roomList{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -142,6 +144,7 @@ public GraphRoomListRequestBuilder(string rawUrl) : base("{+baseurl}/places/grap /// /// Get the items of type microsoft.graph.roomList in the microsoft.graph.place collection /// + /// 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/Places/Item/GraphRoom/GraphRoomRequestBuilder.cs b/src/generated/Places/Item/GraphRoom/GraphRoomRequestBuilder.cs index 31661d7eec..26b7ff2f63 100644 --- a/src/generated/Places/Item/GraphRoom/GraphRoomRequestBuilder.cs +++ b/src/generated/Places/Item/GraphRoom/GraphRoomRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphRoomRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.place as microsoft.graph.room /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.place as microsoft.graph.room"; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphRoomRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphRoomRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/places/{place%2Did}/graph.room{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphRoomRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphRoomRequestBuilder(string rawUrl) : base("{+baseurl}/places/{place%2Did}/graph.room{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public GraphRoomRequestBuilder(string rawUrl) : base("{+baseurl}/places/{place%2 /// /// Get the item of type microsoft.graph.place as microsoft.graph.room /// + /// 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/Places/Item/GraphRoomList/GraphRoomListRequestBuilder.cs b/src/generated/Places/Item/GraphRoomList/GraphRoomListRequestBuilder.cs index 33020ba824..3cf583e7ac 100644 --- a/src/generated/Places/Item/GraphRoomList/GraphRoomListRequestBuilder.cs +++ b/src/generated/Places/Item/GraphRoomList/GraphRoomListRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphRoomListRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.place as microsoft.graph.roomList /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.place as microsoft.graph.roomList"; @@ -73,6 +74,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the rooms property of the microsoft.graph.roomList entity. /// + /// A public Command BuildRoomsNavCommand() { var command = new Command("rooms"); command.Description = "Provides operations to manage the rooms property of the microsoft.graph.roomList entity."; @@ -96,13 +98,13 @@ public Command BuildRoomsNavCommand() { return command; } /// - /// Instantiates a new GraphRoomListRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphRoomListRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/places/{place%2Did}/graph.roomList{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphRoomListRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphRoomListRequestBuilder(string rawUrl) : base("{+baseurl}/places/{place%2Did}/graph.roomList{?%24expand,%24select}", rawUrl) { @@ -110,6 +112,7 @@ public GraphRoomListRequestBuilder(string rawUrl) : base("{+baseurl}/places/{pla /// /// Get the item of type microsoft.graph.place as microsoft.graph.roomList /// + /// 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/Places/Item/GraphRoomList/Rooms/Count/CountRequestBuilder.cs b/src/generated/Places/Item/GraphRoomList/Rooms/Count/CountRequestBuilder.cs index d856b41ddf..4d46aed767 100644 --- a/src/generated/Places/Item/GraphRoomList/Rooms/Count/CountRequestBuilder.cs +++ b/src/generated/Places/Item/GraphRoomList/Rooms/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}/places/{place%2Did}/graph.roomList/rooms/$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}/places/{place%2Did}/graph.roomList/rooms/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/places/{place%2Did} /// /// 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/Places/Item/GraphRoomList/Rooms/Item/RoomItemRequestBuilder.cs b/src/generated/Places/Item/GraphRoomList/Rooms/Item/RoomItemRequestBuilder.cs index 5163056080..82716bd4cc 100644 --- a/src/generated/Places/Item/GraphRoomList/Rooms/Item/RoomItemRequestBuilder.cs +++ b/src/generated/Places/Item/GraphRoomList/Rooms/Item/RoomItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoomItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property rooms for places /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property rooms for places"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Get rooms from places /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get rooms from places"; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property rooms in places /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property rooms in places"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new RoomItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoomItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/places/{place%2Did}/graph.roomList/rooms/{room%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoomItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoomItemRequestBuilder(string rawUrl) : base("{+baseurl}/places/{place%2Did}/graph.roomList/rooms/{room%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public RoomItemRequestBuilder(string rawUrl) : base("{+baseurl}/places/{place%2D /// /// Delete navigation property rooms for places /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/places/{place%2Did}/graph.roomList/rooms/{room%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get rooms from places /// + /// 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 /// Update the navigation property rooms in places /// + /// 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 ToPatchRequestInformation(Room 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}/places/{place%2Did}/graph.roomList/rooms/{room%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Places/Item/GraphRoomList/Rooms/RoomsRequestBuilder.cs b/src/generated/Places/Item/GraphRoomList/Rooms/RoomsRequestBuilder.cs index a281dca72b..d3c064ed4f 100644 --- a/src/generated/Places/Item/GraphRoomList/Rooms/RoomsRequestBuilder.cs +++ b/src/generated/Places/Item/GraphRoomList/Rooms/RoomsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RoomsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the rooms property of the microsoft.graph.roomList entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new RoomItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to rooms for places /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to rooms for places"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Get rooms from places /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get rooms from places"; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoomsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoomsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/places/{place%2Did}/graph.roomList/rooms{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoomsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoomsRequestBuilder(string rawUrl) : base("{+baseurl}/places/{place%2Did}/graph.roomList/rooms{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public RoomsRequestBuilder(string rawUrl) : base("{+baseurl}/places/{place%2Did} /// /// Get rooms from places /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to rooms for places /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(Room 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}/places/{place%2Did}/graph.roomList/rooms", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Places/Item/PlaceItemRequestBuilder.cs b/src/generated/Places/Item/PlaceItemRequestBuilder.cs index a8228bee36..bd42fbab68 100644 --- a/src/generated/Places/Item/PlaceItemRequestBuilder.cs +++ b/src/generated/Places/Item/PlaceItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class PlaceItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete entity from places /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from places"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// /// Casts the previous resource to room. /// + /// A public Command BuildGraphRoomByIdNavCommand() { var command = new Command("graph-room-by-id"); command.Description = "Casts the previous resource to room."; @@ -72,6 +74,7 @@ public Command BuildGraphRoomByIdNavCommand() { /// /// Casts the previous resource to roomList. /// + /// A public Command BuildGraphRoomListByIdNavCommand() { var command = new Command("graph-room-list-by-id"); command.Description = "Casts the previous resource to roomList."; @@ -94,6 +97,7 @@ public Command BuildGraphRoomListByIdNavCommand() { /// Update the properties of place object, which can be a room or roomList. You can identify the room or roomList by specifying the id or emailAddress property. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of place object, which can be a room or roomList. You can identify the room or roomList by specifying the id or emailAddress property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0"; @@ -141,13 +145,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PlaceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PlaceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/places/{place%2Did}", pathParameters) { } /// - /// Instantiates a new PlaceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PlaceItemRequestBuilder(string rawUrl) : base("{+baseurl}/places/{place%2Did}", rawUrl) { @@ -155,6 +159,7 @@ public PlaceItemRequestBuilder(string rawUrl) : base("{+baseurl}/places/{place%2 /// /// Delete entity from places /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -171,6 +176,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Update the properties of place object, which can be a room or roomList. You can identify the room or roomList by specifying the id or emailAddress 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 diff --git a/src/generated/Places/PlacesRequestBuilder.cs b/src/generated/Places/PlacesRequestBuilder.cs index e1cf7b681e..a868cd2dd7 100644 --- a/src/generated/Places/PlacesRequestBuilder.cs +++ b/src/generated/Places/PlacesRequestBuilder.cs @@ -21,6 +21,7 @@ public class PlacesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of place entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -34,6 +35,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// /// Casts the previous resource to roomList. /// + /// A public Command BuildGraphRoomListNavCommand() { var command = new Command("graph-room-list"); command.Description = "Casts the previous resource to roomList."; @@ -70,6 +73,7 @@ public Command BuildGraphRoomListNavCommand() { /// /// Casts the previous resource to room. /// + /// A public Command BuildGraphRoomNavCommand() { var command = new Command("graph-room"); command.Description = "Casts the previous resource to room."; @@ -89,13 +93,13 @@ public Command BuildGraphRoomNavCommand() { return command; } /// - /// Instantiates a new PlacesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PlacesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/places", pathParameters) { } /// - /// Instantiates a new PlacesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PlacesRequestBuilder(string rawUrl) : base("{+baseurl}/places", rawUrl) { diff --git a/src/generated/Planner/Buckets/BucketsRequestBuilder.cs b/src/generated/Planner/Buckets/BucketsRequestBuilder.cs index badbb071ae..c097294b03 100644 --- a/src/generated/Planner/Buckets/BucketsRequestBuilder.cs +++ b/src/generated/Planner/Buckets/BucketsRequestBuilder.cs @@ -24,6 +24,7 @@ public class BucketsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the buckets property of the microsoft.graph.planner 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new plannerBucket object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new plannerBucket object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of plannerbucket objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of plannerbucket objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new BucketsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BucketsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/buckets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new BucketsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BucketsRequestBuilder(string rawUrl) : base("{+baseurl}/planner/buckets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public BucketsRequestBuilder(string rawUrl) : base("{+baseurl}/planner/buckets{? /// /// Retrieve a list of plannerbucket objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new plannerBucket 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(PlannerBucket 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}/planner/buckets", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Buckets/Count/CountRequestBuilder.cs b/src/generated/Planner/Buckets/Count/CountRequestBuilder.cs index f0403cce5e..69cdf9a780 100644 --- a/src/generated/Planner/Buckets/Count/CountRequestBuilder.cs +++ b/src/generated/Planner/Buckets/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}/planner/buckets/$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}/planner/buckets/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/planner/buckets/$co /// /// 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/Planner/Buckets/Item/PlannerBucketItemRequestBuilder.cs b/src/generated/Planner/Buckets/Item/PlannerBucketItemRequestBuilder.cs index f792ab72ae..9b88aad22d 100644 --- a/src/generated/Planner/Buckets/Item/PlannerBucketItemRequestBuilder.cs +++ b/src/generated/Planner/Buckets/Item/PlannerBucketItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class PlannerBucketItemRequestBuilder : BaseCliRequestBuilder { /// Delete plannerBucket. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete plannerBucket.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-1.0"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a plannerBucket object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a plannerBucket object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0"; @@ -109,6 +111,7 @@ public Command BuildGetCommand() { /// Update the navigation property buckets in planner /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property buckets in planner\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-1.0"; @@ -165,6 +168,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. /// + /// A public Command BuildTasksNavCommand() { var command = new Command("tasks"); command.Description = "Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity."; @@ -188,13 +192,13 @@ public Command BuildTasksNavCommand() { return command; } /// - /// Instantiates a new PlannerBucketItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PlannerBucketItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/buckets/{plannerBucket%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PlannerBucketItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PlannerBucketItemRequestBuilder(string rawUrl) : base("{+baseurl}/planner/buckets/{plannerBucket%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +206,7 @@ public PlannerBucketItemRequestBuilder(string rawUrl) : base("{+baseurl}/planner /// /// Delete plannerBucket. /// + /// 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}/planner/buckets/{plannerBucket%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a plannerBucket 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 buckets in planner /// + /// 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(PlannerBucket 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}/planner/buckets/{plannerBucket%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Buckets/Item/Tasks/Count/CountRequestBuilder.cs b/src/generated/Planner/Buckets/Item/Tasks/Count/CountRequestBuilder.cs index e496006f8c..39e210b5ba 100644 --- a/src/generated/Planner/Buckets/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/generated/Planner/Buckets/Item/Tasks/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}/planner/buckets/{plannerBucket%2Did}/tasks/$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}/planner/buckets/{plannerBucket%2Did}/tasks/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/planner/buckets/{pl /// /// 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/Planner/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs b/src/generated/Planner/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs index ff85206548..213b057999 100644 --- a/src/generated/Planner/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs +++ b/src/generated/Planner/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssignedToTaskBoardFormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property assignedToTaskBoardFormat for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignedToTaskBoardFormat for planner"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// Update the navigation property assignedToTaskBoardFormat in planner /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignedToTaskBoardFormat in planner\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0"; @@ -179,13 +182,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AssignedToTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignedToTaskBoardFormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AssignedToTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignedToTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat{?%24expand,%24select}", rawUrl) { @@ -193,6 +196,7 @@ public AssignedToTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete navigation property assignedToTaskBoardFormat for planner /// + /// 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 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat 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 @@ -225,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property assignedToTaskBoardFormat in planner /// + /// 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 +241,7 @@ public RequestInformation ToPatchRequestInformation(PlannerAssignedToTaskBoardTa public RequestInformation ToPatchRequestInformation(PlannerAssignedToTaskBoardTaskFormat 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}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs b/src/generated/Planner/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs index 01a1ef5128..0ad36e2c8f 100644 --- a/src/generated/Planner/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs +++ b/src/generated/Planner/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class BucketTaskBoardFormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property bucketTaskBoardFormat for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property bucketTaskBoardFormat for planner"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// Update the navigation property bucketTaskBoardFormat in planner /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property bucketTaskBoardFormat in planner\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0"; @@ -179,13 +182,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new BucketTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BucketTaskBoardFormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BucketTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BucketTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat{?%24expand,%24select}", rawUrl) { @@ -193,6 +196,7 @@ public BucketTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/pla /// /// Delete navigation property bucketTaskBoardFormat for planner /// + /// 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 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat 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 @@ -225,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property bucketTaskBoardFormat in planner /// + /// 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 +241,7 @@ public RequestInformation ToPatchRequestInformation(PlannerBucketTaskBoardTaskFo public RequestInformation ToPatchRequestInformation(PlannerBucketTaskBoardTaskFormat 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}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.cs b/src/generated/Planner/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.cs index d585f5c541..46762ac12f 100644 --- a/src/generated/Planner/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.cs +++ b/src/generated/Planner/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.cs @@ -22,6 +22,7 @@ public class DetailsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property details for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property details for planner"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a plannerTaskDetails object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a plannerTaskDetails object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// Update the navigation property details in planner /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property details in planner\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0"; @@ -179,13 +182,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DetailsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/details{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/details{?%24expand,%24select}", rawUrl) { @@ -193,6 +196,7 @@ public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/planner/buckets/{ /// /// Delete navigation property details for planner /// + /// 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 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/details", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a plannerTaskDetails 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 @@ -225,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property details in planner /// + /// 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 +241,7 @@ public RequestInformation ToPatchRequestInformation(PlannerTaskDetails body, Act public RequestInformation ToPatchRequestInformation(PlannerTaskDetails 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}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/details", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Buckets/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs b/src/generated/Planner/Buckets/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs index 4c6db6c777..326319a330 100644 --- a/src/generated/Planner/Buckets/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs +++ b/src/generated/Planner/Buckets/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class PlannerTaskItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildAssignedToTaskBoardFormatNavCommand() { var command = new Command("assigned-to-task-board-format"); command.Description = "Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity."; @@ -43,6 +44,7 @@ public Command BuildAssignedToTaskBoardFormatNavCommand() { /// /// Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildBucketTaskBoardFormatNavCommand() { var command = new Command("bucket-task-board-format"); command.Description = "Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity."; @@ -60,6 +62,7 @@ public Command BuildBucketTaskBoardFormatNavCommand() { /// /// Delete navigation property tasks for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property tasks for planner"; @@ -99,6 +102,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the details property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildDetailsNavCommand() { var command = new Command("details"); command.Description = "Provides operations to manage the details property of the microsoft.graph.plannerTask entity."; @@ -116,6 +120,7 @@ public Command BuildDetailsNavCommand() { /// /// Read-only. Nullable. The collection of tasks in the bucket. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. The collection of tasks in the bucket."; @@ -172,6 +177,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property tasks in planner /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property tasks in planner"; @@ -227,6 +233,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildProgressTaskBoardFormatNavCommand() { var command = new Command("progress-task-board-format"); command.Description = "Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity."; @@ -242,13 +249,13 @@ public Command BuildProgressTaskBoardFormatNavCommand() { return command; } /// - /// Instantiates a new PlannerTaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PlannerTaskItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PlannerTaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PlannerTaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}{?%24expand,%24select}", rawUrl) { @@ -256,6 +263,7 @@ public PlannerTaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/planner/b /// /// Delete navigation property tasks for planner /// + /// 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,7 +272,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -272,6 +280,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. The collection of tasks in the bucket. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -288,6 +297,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property tasks in planner /// + /// 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 @@ -298,7 +308,7 @@ public RequestInformation ToPatchRequestInformation(PlannerTask 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}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs b/src/generated/Planner/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs index a698a064dc..316d926cd6 100644 --- a/src/generated/Planner/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs +++ b/src/generated/Planner/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class ProgressTaskBoardFormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property progressTaskBoardFormat for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property progressTaskBoardFormat for planner"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// Update the navigation property progressTaskBoardFormat in planner /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property progressTaskBoardFormat in planner\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0"; @@ -179,13 +182,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ProgressTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ProgressTaskBoardFormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ProgressTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ProgressTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat{?%24expand,%24select}", rawUrl) { @@ -193,6 +196,7 @@ public ProgressTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/p /// /// Delete navigation property progressTaskBoardFormat for planner /// + /// 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 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat 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 @@ -225,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property progressTaskBoardFormat in planner /// + /// 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 +241,7 @@ public RequestInformation ToPatchRequestInformation(PlannerProgressTaskBoardTask public RequestInformation ToPatchRequestInformation(PlannerProgressTaskBoardTaskFormat 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}/planner/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Buckets/Item/Tasks/TasksRequestBuilder.cs b/src/generated/Planner/Buckets/Item/Tasks/TasksRequestBuilder.cs index 1ed4283409..f776e92ec6 100644 --- a/src/generated/Planner/Buckets/Item/Tasks/TasksRequestBuilder.cs +++ b/src/generated/Planner/Buckets/Item/Tasks/TasksRequestBuilder.cs @@ -24,6 +24,7 @@ public class TasksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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 new navigation property to tasks for planner /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to tasks for planner"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of plannerTask objects associated to a plannerBucket object. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of plannerTask objects associated to a plannerBucket object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0"; @@ -201,13 +205,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TasksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/buckets/{plannerBucket%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/planner/buckets/{plannerBucket%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -215,6 +219,7 @@ public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/planner/buckets/{pl /// /// Retrieve a list of plannerTask objects associated to a plannerBucket 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 @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to tasks for planner /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(PlannerTask 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}/planner/buckets/{plannerBucket%2Did}/tasks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/PlannerRequestBuilder.cs b/src/generated/Planner/PlannerRequestBuilder.cs index 8c10f3304b..3713a7746f 100644 --- a/src/generated/Planner/PlannerRequestBuilder.cs +++ b/src/generated/Planner/PlannerRequestBuilder.cs @@ -25,6 +25,7 @@ public class PlannerRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the buckets property of the microsoft.graph.planner entity. /// + /// A public Command BuildBucketsNavCommand() { var command = new Command("buckets"); command.Description = "Provides operations to manage the buckets property of the microsoft.graph.planner entity."; @@ -50,6 +51,7 @@ public Command BuildBucketsNavCommand() { /// /// Get planner /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get planner"; @@ -94,6 +96,7 @@ public Command BuildGetCommand() { /// /// Update planner /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update planner"; @@ -137,6 +140,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the plans property of the microsoft.graph.planner entity. /// + /// A public Command BuildPlansNavCommand() { var command = new Command("plans"); command.Description = "Provides operations to manage the plans property of the microsoft.graph.planner entity."; @@ -162,6 +166,7 @@ public Command BuildPlansNavCommand() { /// /// Provides operations to manage the tasks property of the microsoft.graph.planner entity. /// + /// A public Command BuildTasksNavCommand() { var command = new Command("tasks"); command.Description = "Provides operations to manage the tasks property of the microsoft.graph.planner entity."; @@ -185,13 +190,13 @@ public Command BuildTasksNavCommand() { return command; } /// - /// Instantiates a new PlannerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PlannerRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PlannerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PlannerRequestBuilder(string rawUrl) : base("{+baseurl}/planner{?%24expand,%24select}", rawUrl) { @@ -199,6 +204,7 @@ public PlannerRequestBuilder(string rawUrl) : base("{+baseurl}/planner{?%24expan /// /// Get planner /// + /// 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 planner /// + /// 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(ApiSdk.Models.Planner body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Planner 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}/planner", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Plans/Count/CountRequestBuilder.cs b/src/generated/Planner/Plans/Count/CountRequestBuilder.cs index 22108944ea..1b4c5800af 100644 --- a/src/generated/Planner/Plans/Count/CountRequestBuilder.cs +++ b/src/generated/Planner/Plans/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}/planner/plans/$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}/planner/plans/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/$coun /// /// 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/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs b/src/generated/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs index dbca7cc372..7d5136e762 100644 --- a/src/generated/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs +++ b/src/generated/Planner/Plans/Item/Buckets/BucketsRequestBuilder.cs @@ -24,6 +24,7 @@ public class BucketsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the buckets property of the microsoft.graph.plannerPlan 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 buckets for planner /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to buckets for planner"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of plannerBucket objects contained by a plannerPlan object. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of plannerBucket objects contained by a plannerPlan object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0"; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new BucketsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BucketsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new BucketsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BucketsRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public BucketsRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{pl /// /// Retrieve a list of plannerBucket objects contained by a plannerPlan 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 @@ -228,6 +233,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to buckets for planner /// + /// 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(PlannerBucket 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}/planner/plans/{plannerPlan%2Did}/buckets", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs b/src/generated/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs index 96c1a358de..c6ed4b31a0 100644 --- a/src/generated/Planner/Plans/Item/Buckets/Count/CountRequestBuilder.cs +++ b/src/generated/Planner/Plans/Item/Buckets/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}/planner/plans/{plannerPlan%2Did}/buckets/$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}/planner/plans/{plannerPlan%2Did}/buckets/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plan /// /// 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/Planner/Plans/Item/Buckets/Item/PlannerBucketItemRequestBuilder.cs b/src/generated/Planner/Plans/Item/Buckets/Item/PlannerBucketItemRequestBuilder.cs index 003a566001..78a6da66c6 100644 --- a/src/generated/Planner/Plans/Item/Buckets/Item/PlannerBucketItemRequestBuilder.cs +++ b/src/generated/Planner/Plans/Item/Buckets/Item/PlannerBucketItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class PlannerBucketItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property buckets for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property buckets for planner"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Read-only. Nullable. Collection of buckets in the plan. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Collection of buckets in the plan."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property buckets in planner /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property buckets in planner"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. /// + /// A public Command BuildTasksNavCommand() { var command = new Command("tasks"); command.Description = "Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity."; @@ -196,13 +200,13 @@ public Command BuildTasksNavCommand() { return command; } /// - /// Instantiates a new PlannerBucketItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PlannerBucketItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PlannerBucketItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PlannerBucketItemRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}{?%24expand,%24select}", rawUrl) { @@ -210,6 +214,7 @@ public PlannerBucketItemRequestBuilder(string rawUrl) : base("{+baseurl}/planner /// /// Delete navigation property buckets for planner /// + /// 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 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -226,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Collection of buckets in the plan. /// + /// 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 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property buckets in planner /// + /// 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 +259,7 @@ public RequestInformation ToPatchRequestInformation(PlannerBucket 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}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs b/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs index f1b68b62d2..d6e7144058 100644 --- a/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/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"; @@ -65,13 +66,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}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/$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}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plan /// /// 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/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs b/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs index 0991aaf26a..04a013e312 100644 --- a/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs +++ b/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssignedToTaskBoardFormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property assignedToTaskBoardFormat for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignedToTaskBoardFormat for planner"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0"; @@ -131,6 +133,7 @@ public Command BuildGetCommand() { /// Update the navigation property assignedToTaskBoardFormat in planner /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignedToTaskBoardFormat in planner\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0"; @@ -197,13 +200,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AssignedToTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignedToTaskBoardFormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AssignedToTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignedToTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat{?%24expand,%24select}", rawUrl) { @@ -211,6 +214,7 @@ public AssignedToTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete navigation property assignedToTaskBoardFormat for planner /// + /// 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,7 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -227,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat 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 @@ -243,6 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property assignedToTaskBoardFormat in planner /// + /// 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 @@ -253,7 +259,7 @@ public RequestInformation ToPatchRequestInformation(PlannerAssignedToTaskBoardTa public RequestInformation ToPatchRequestInformation(PlannerAssignedToTaskBoardTaskFormat 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}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs b/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs index 9c3847b692..d215ab5a7c 100644 --- a/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs +++ b/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class BucketTaskBoardFormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property bucketTaskBoardFormat for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property bucketTaskBoardFormat for planner"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0"; @@ -131,6 +133,7 @@ public Command BuildGetCommand() { /// Update the navigation property bucketTaskBoardFormat in planner /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property bucketTaskBoardFormat in planner\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0"; @@ -197,13 +200,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new BucketTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BucketTaskBoardFormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BucketTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BucketTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat{?%24expand,%24select}", rawUrl) { @@ -211,6 +214,7 @@ public BucketTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/pla /// /// Delete navigation property bucketTaskBoardFormat for planner /// + /// 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,7 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -227,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat 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 @@ -243,6 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property bucketTaskBoardFormat in planner /// + /// 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 @@ -253,7 +259,7 @@ public RequestInformation ToPatchRequestInformation(PlannerBucketTaskBoardTaskFo public RequestInformation ToPatchRequestInformation(PlannerBucketTaskBoardTaskFormat 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}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.cs b/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.cs index 0d545ccda7..76d1dfa810 100644 --- a/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.cs +++ b/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/Details/DetailsRequestBuilder.cs @@ -22,6 +22,7 @@ public class DetailsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property details for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property details for planner"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a plannerTaskDetails object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a plannerTaskDetails object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0"; @@ -131,6 +133,7 @@ public Command BuildGetCommand() { /// Update the navigation property details in planner /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property details in planner\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0"; @@ -197,13 +200,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DetailsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/details{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/details{?%24expand,%24select}", rawUrl) { @@ -211,6 +214,7 @@ public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{pl /// /// Delete navigation property details for planner /// + /// 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,7 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/details", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -227,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a plannerTaskDetails 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 @@ -243,6 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property details in planner /// + /// 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 @@ -253,7 +259,7 @@ public RequestInformation ToPatchRequestInformation(PlannerTaskDetails body, Act public RequestInformation ToPatchRequestInformation(PlannerTaskDetails 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}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/details", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs b/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs index d0e6989b92..5333de7107 100644 --- a/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs +++ b/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class PlannerTaskItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildAssignedToTaskBoardFormatNavCommand() { var command = new Command("assigned-to-task-board-format"); command.Description = "Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity."; @@ -43,6 +44,7 @@ public Command BuildAssignedToTaskBoardFormatNavCommand() { /// /// Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildBucketTaskBoardFormatNavCommand() { var command = new Command("bucket-task-board-format"); command.Description = "Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity."; @@ -60,6 +62,7 @@ public Command BuildBucketTaskBoardFormatNavCommand() { /// /// Delete navigation property tasks for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property tasks for planner"; @@ -105,6 +108,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the details property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildDetailsNavCommand() { var command = new Command("details"); command.Description = "Provides operations to manage the details property of the microsoft.graph.plannerTask entity."; @@ -122,6 +126,7 @@ public Command BuildDetailsNavCommand() { /// /// Read-only. Nullable. The collection of tasks in the bucket. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. The collection of tasks in the bucket."; @@ -184,6 +189,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property tasks in planner /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property tasks in planner"; @@ -245,6 +251,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildProgressTaskBoardFormatNavCommand() { var command = new Command("progress-task-board-format"); command.Description = "Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity."; @@ -260,13 +267,13 @@ public Command BuildProgressTaskBoardFormatNavCommand() { return command; } /// - /// Instantiates a new PlannerTaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PlannerTaskItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PlannerTaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PlannerTaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}{?%24expand,%24select}", rawUrl) { @@ -274,6 +281,7 @@ public PlannerTaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/planner/p /// /// Delete navigation property tasks for planner /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -282,7 +290,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -290,6 +298,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. The collection of tasks in the bucket. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -306,6 +315,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property tasks in planner /// + /// 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 @@ -316,7 +326,7 @@ public RequestInformation ToPatchRequestInformation(PlannerTask 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}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs b/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs index d36f96da26..00d34e8f65 100644 --- a/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs +++ b/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class ProgressTaskBoardFormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property progressTaskBoardFormat for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property progressTaskBoardFormat for planner"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0"; @@ -131,6 +133,7 @@ public Command BuildGetCommand() { /// Update the navigation property progressTaskBoardFormat in planner /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property progressTaskBoardFormat in planner\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0"; @@ -197,13 +200,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ProgressTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ProgressTaskBoardFormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ProgressTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ProgressTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat{?%24expand,%24select}", rawUrl) { @@ -211,6 +214,7 @@ public ProgressTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/p /// /// Delete navigation property progressTaskBoardFormat for planner /// + /// 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,7 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -227,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat 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 @@ -243,6 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property progressTaskBoardFormat in planner /// + /// 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 @@ -253,7 +259,7 @@ public RequestInformation ToPatchRequestInformation(PlannerProgressTaskBoardTask public RequestInformation ToPatchRequestInformation(PlannerProgressTaskBoardTaskFormat 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}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs b/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs index 545be40f9b..10fd48af30 100644 --- a/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs +++ b/src/generated/Planner/Plans/Item/Buckets/Item/Tasks/TasksRequestBuilder.cs @@ -24,6 +24,7 @@ public class TasksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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 new navigation property to tasks for planner /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to tasks for planner"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of plannerTask objects associated to a plannerBucket object. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of plannerTask objects associated to a plannerBucket object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0"; @@ -213,13 +217,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TasksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -227,6 +231,7 @@ public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plan /// /// Retrieve a list of plannerTask objects associated to a plannerBucket 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 @@ -243,6 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to tasks for planner /// + /// 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 @@ -253,7 +259,7 @@ public RequestInformation ToPostRequestInformation(PlannerTask 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}/planner/plans/{plannerPlan%2Did}/buckets/{plannerBucket%2Did}/tasks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Plans/Item/Details/DetailsRequestBuilder.cs b/src/generated/Planner/Plans/Item/Details/DetailsRequestBuilder.cs index 0a22541014..3e67ae1809 100644 --- a/src/generated/Planner/Plans/Item/Details/DetailsRequestBuilder.cs +++ b/src/generated/Planner/Plans/Item/Details/DetailsRequestBuilder.cs @@ -22,6 +22,7 @@ public class DetailsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property details for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property details for planner"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a plannerPlanDetails object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a plannerPlanDetails object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// Update the navigation property details in planner /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property details in planner\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0"; @@ -161,13 +164,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DetailsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/details{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/details{?%24expand,%24select}", rawUrl) { @@ -175,6 +178,7 @@ public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{pl /// /// Delete navigation property details for planner /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -183,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}/planner/plans/{plannerPlan%2Did}/details", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -191,6 +195,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a plannerPlanDetails 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 @@ -207,6 +212,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property details in planner /// + /// 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 @@ -217,7 +223,7 @@ public RequestInformation ToPatchRequestInformation(PlannerPlanDetails body, Act public RequestInformation ToPatchRequestInformation(PlannerPlanDetails 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}/planner/plans/{plannerPlan%2Did}/details", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Plans/Item/PlannerPlanItemRequestBuilder.cs b/src/generated/Planner/Plans/Item/PlannerPlanItemRequestBuilder.cs index cc15b90e40..18beb6e4e5 100644 --- a/src/generated/Planner/Plans/Item/PlannerPlanItemRequestBuilder.cs +++ b/src/generated/Planner/Plans/Item/PlannerPlanItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class PlannerPlanItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity. /// + /// A public Command BuildBucketsNavCommand() { var command = new Command("buckets"); command.Description = "Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity."; @@ -51,6 +52,7 @@ public Command BuildBucketsNavCommand() { /// Delete a plannerPlan object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a plannerPlan object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-1.0"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the details property of the microsoft.graph.plannerPlan entity. /// + /// A public Command BuildDetailsNavCommand() { var command = new Command("details"); command.Description = "Provides operations to manage the details property of the microsoft.graph.plannerPlan entity."; @@ -102,6 +105,7 @@ public Command BuildDetailsNavCommand() { /// Retrieve the properties and relationships of a plannerplan object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a plannerplan object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0"; @@ -153,6 +157,7 @@ public Command BuildGetCommand() { /// Update the properties of a plannerPlan object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a plannerPlan object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-1.0"; @@ -202,6 +207,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. /// + /// A public Command BuildTasksNavCommand() { var command = new Command("tasks"); command.Description = "Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity."; @@ -225,13 +231,13 @@ public Command BuildTasksNavCommand() { return command; } /// - /// Instantiates a new PlannerPlanItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PlannerPlanItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PlannerPlanItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PlannerPlanItemRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}{?%24expand,%24select}", rawUrl) { @@ -239,6 +245,7 @@ public PlannerPlanItemRequestBuilder(string rawUrl) : base("{+baseurl}/planner/p /// /// Delete a plannerPlan 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 @@ -247,7 +254,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/planner/plans/{plannerPlan%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -255,6 +262,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a plannerplan 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 @@ -271,6 +279,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a plannerPlan 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 @@ -281,7 +290,7 @@ public RequestInformation ToPatchRequestInformation(PlannerPlan 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}/planner/plans/{plannerPlan%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs b/src/generated/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs index 93c3d4ccf7..87be7778ea 100644 --- a/src/generated/Planner/Plans/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/generated/Planner/Plans/Item/Tasks/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}/planner/plans/{plannerPlan%2Did}/tasks/$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}/planner/plans/{plannerPlan%2Did}/tasks/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plan /// /// 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/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs b/src/generated/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs index 1b3da31f94..d987ee73c4 100644 --- a/src/generated/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs +++ b/src/generated/Planner/Plans/Item/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssignedToTaskBoardFormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property assignedToTaskBoardFormat for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignedToTaskBoardFormat for planner"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// Update the navigation property assignedToTaskBoardFormat in planner /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignedToTaskBoardFormat in planner\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0"; @@ -179,13 +182,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AssignedToTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignedToTaskBoardFormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AssignedToTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignedToTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat{?%24expand,%24select}", rawUrl) { @@ -193,6 +196,7 @@ public AssignedToTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete navigation property assignedToTaskBoardFormat for planner /// + /// 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 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat 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 @@ -225,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property assignedToTaskBoardFormat in planner /// + /// 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 +241,7 @@ public RequestInformation ToPatchRequestInformation(PlannerAssignedToTaskBoardTa public RequestInformation ToPatchRequestInformation(PlannerAssignedToTaskBoardTaskFormat 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}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs b/src/generated/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs index 365f71cf69..f90a504bfb 100644 --- a/src/generated/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs +++ b/src/generated/Planner/Plans/Item/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class BucketTaskBoardFormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property bucketTaskBoardFormat for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property bucketTaskBoardFormat for planner"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// Update the navigation property bucketTaskBoardFormat in planner /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property bucketTaskBoardFormat in planner\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0"; @@ -179,13 +182,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new BucketTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BucketTaskBoardFormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BucketTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BucketTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat{?%24expand,%24select}", rawUrl) { @@ -193,6 +196,7 @@ public BucketTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/pla /// /// Delete navigation property bucketTaskBoardFormat for planner /// + /// 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 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat 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 @@ -225,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property bucketTaskBoardFormat in planner /// + /// 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 +241,7 @@ public RequestInformation ToPatchRequestInformation(PlannerBucketTaskBoardTaskFo public RequestInformation ToPatchRequestInformation(PlannerBucketTaskBoardTaskFormat 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}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/bucketTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.cs b/src/generated/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.cs index 6df59e54f2..613d55e105 100644 --- a/src/generated/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.cs +++ b/src/generated/Planner/Plans/Item/Tasks/Item/Details/DetailsRequestBuilder.cs @@ -22,6 +22,7 @@ public class DetailsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property details for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property details for planner"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a plannerTaskDetails object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a plannerTaskDetails object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// Update the navigation property details in planner /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property details in planner\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0"; @@ -179,13 +182,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DetailsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/details{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/details{?%24expand,%24select}", rawUrl) { @@ -193,6 +196,7 @@ public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{pl /// /// Delete navigation property details for planner /// + /// 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 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/details", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a plannerTaskDetails 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 @@ -225,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property details in planner /// + /// 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 +241,7 @@ public RequestInformation ToPatchRequestInformation(PlannerTaskDetails body, Act public RequestInformation ToPatchRequestInformation(PlannerTaskDetails 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}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/details", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Plans/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs b/src/generated/Planner/Plans/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs index 5c17c9077a..41ba8093a8 100644 --- a/src/generated/Planner/Plans/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs +++ b/src/generated/Planner/Plans/Item/Tasks/Item/PlannerTaskItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class PlannerTaskItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildAssignedToTaskBoardFormatNavCommand() { var command = new Command("assigned-to-task-board-format"); command.Description = "Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity."; @@ -43,6 +44,7 @@ public Command BuildAssignedToTaskBoardFormatNavCommand() { /// /// Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildBucketTaskBoardFormatNavCommand() { var command = new Command("bucket-task-board-format"); command.Description = "Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity."; @@ -60,6 +62,7 @@ public Command BuildBucketTaskBoardFormatNavCommand() { /// /// Delete navigation property tasks for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property tasks for planner"; @@ -99,6 +102,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the details property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildDetailsNavCommand() { var command = new Command("details"); command.Description = "Provides operations to manage the details property of the microsoft.graph.plannerTask entity."; @@ -116,6 +120,7 @@ public Command BuildDetailsNavCommand() { /// /// Read-only. Nullable. Collection of tasks in the plan. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only. Nullable. Collection of tasks in the plan."; @@ -172,6 +177,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property tasks in planner /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property tasks in planner"; @@ -227,6 +233,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildProgressTaskBoardFormatNavCommand() { var command = new Command("progress-task-board-format"); command.Description = "Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity."; @@ -242,13 +249,13 @@ public Command BuildProgressTaskBoardFormatNavCommand() { return command; } /// - /// Instantiates a new PlannerTaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PlannerTaskItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PlannerTaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PlannerTaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}{?%24expand,%24select}", rawUrl) { @@ -256,6 +263,7 @@ public PlannerTaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/planner/p /// /// Delete navigation property tasks for planner /// + /// 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,7 +272,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -272,6 +280,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only. Nullable. Collection of tasks in the plan. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -288,6 +297,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property tasks in planner /// + /// 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 @@ -298,7 +308,7 @@ public RequestInformation ToPatchRequestInformation(PlannerTask 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}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs b/src/generated/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs index 82547ed122..44debf58d8 100644 --- a/src/generated/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs +++ b/src/generated/Planner/Plans/Item/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class ProgressTaskBoardFormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property progressTaskBoardFormat for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property progressTaskBoardFormat for planner"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// Update the navigation property progressTaskBoardFormat in planner /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property progressTaskBoardFormat in planner\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0"; @@ -179,13 +182,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ProgressTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ProgressTaskBoardFormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ProgressTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ProgressTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat{?%24expand,%24select}", rawUrl) { @@ -193,6 +196,7 @@ public ProgressTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/p /// /// Delete navigation property progressTaskBoardFormat for planner /// + /// 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 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat 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 @@ -225,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property progressTaskBoardFormat in planner /// + /// 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 +241,7 @@ public RequestInformation ToPatchRequestInformation(PlannerProgressTaskBoardTask public RequestInformation ToPatchRequestInformation(PlannerProgressTaskBoardTaskFormat 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}/planner/plans/{plannerPlan%2Did}/tasks/{plannerTask%2Did}/progressTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs b/src/generated/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs index bf10b78c1e..ae4b6bf3fa 100644 --- a/src/generated/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs +++ b/src/generated/Planner/Plans/Item/Tasks/TasksRequestBuilder.cs @@ -24,6 +24,7 @@ public class TasksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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 new navigation property to tasks for planner /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to tasks for planner"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of plannerTask objects associated with a plannerPlan object. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of plannerTask objects associated with a plannerPlan object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0"; @@ -201,13 +205,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TasksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plannerPlan%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -215,6 +219,7 @@ public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans/{plan /// /// Retrieve a list of plannerTask objects associated with a plannerPlan 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 @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to tasks for planner /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(PlannerTask 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}/planner/plans/{plannerPlan%2Did}/tasks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Plans/PlansRequestBuilder.cs b/src/generated/Planner/Plans/PlansRequestBuilder.cs index e0d547c1dd..306c7845aa 100644 --- a/src/generated/Planner/Plans/PlansRequestBuilder.cs +++ b/src/generated/Planner/Plans/PlansRequestBuilder.cs @@ -24,6 +24,7 @@ public class PlansRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the plans property of the microsoft.graph.planner 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() { /// Use this API to create a new plannerPlan. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Use this API to create a new plannerPlan.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-1.0"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// Get a list of plannerPlan objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of plannerPlan objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0"; @@ -189,13 +193,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PlansRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PlansRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/plans{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PlansRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PlansRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -203,6 +207,7 @@ public PlansRequestBuilder(string rawUrl) : base("{+baseurl}/planner/plans{?%24c /// /// Get a list of plannerPlan objects. /// + /// 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 /// Use this API to create a new plannerPlan. /// + /// 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(PlannerPlan 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}/planner/plans", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Tasks/Count/CountRequestBuilder.cs b/src/generated/Planner/Tasks/Count/CountRequestBuilder.cs index 98c6d77a4f..4e3912b8b5 100644 --- a/src/generated/Planner/Tasks/Count/CountRequestBuilder.cs +++ b/src/generated/Planner/Tasks/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}/planner/tasks/$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}/planner/tasks/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/planner/tasks/$coun /// /// 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/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs b/src/generated/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs index 9d68ced2a0..a6d9d57908 100644 --- a/src/generated/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs +++ b/src/generated/Planner/Tasks/Item/AssignedToTaskBoardFormat/AssignedToTaskBoardFormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssignedToTaskBoardFormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property assignedToTaskBoardFormat for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property assignedToTaskBoardFormat for planner"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// Update the navigation property assignedToTaskBoardFormat in planner /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property assignedToTaskBoardFormat in planner\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0"; @@ -161,13 +164,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AssignedToTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssignedToTaskBoardFormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AssignedToTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssignedToTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/planner/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat{?%24expand,%24select}", rawUrl) { @@ -175,6 +178,7 @@ public AssignedToTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete navigation property assignedToTaskBoardFormat for planner /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -183,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}/planner/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -191,6 +195,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat 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 @@ -207,6 +212,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property assignedToTaskBoardFormat in planner /// + /// 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 @@ -217,7 +223,7 @@ public RequestInformation ToPatchRequestInformation(PlannerAssignedToTaskBoardTa public RequestInformation ToPatchRequestInformation(PlannerAssignedToTaskBoardTaskFormat 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}/planner/tasks/{plannerTask%2Did}/assignedToTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs b/src/generated/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs index 174886e8c4..bf1d9de0ae 100644 --- a/src/generated/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs +++ b/src/generated/Planner/Tasks/Item/BucketTaskBoardFormat/BucketTaskBoardFormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class BucketTaskBoardFormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property bucketTaskBoardFormat for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property bucketTaskBoardFormat for planner"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// Update the navigation property bucketTaskBoardFormat in planner /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property bucketTaskBoardFormat in planner\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0"; @@ -161,13 +164,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new BucketTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BucketTaskBoardFormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/tasks/{plannerTask%2Did}/bucketTaskBoardFormat{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BucketTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BucketTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/planner/tasks/{plannerTask%2Did}/bucketTaskBoardFormat{?%24expand,%24select}", rawUrl) { @@ -175,6 +178,7 @@ public BucketTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/pla /// /// Delete navigation property bucketTaskBoardFormat for planner /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -183,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}/planner/tasks/{plannerTask%2Did}/bucketTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -191,6 +195,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat 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 @@ -207,6 +212,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property bucketTaskBoardFormat in planner /// + /// 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 @@ -217,7 +223,7 @@ public RequestInformation ToPatchRequestInformation(PlannerBucketTaskBoardTaskFo public RequestInformation ToPatchRequestInformation(PlannerBucketTaskBoardTaskFormat 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}/planner/tasks/{plannerTask%2Did}/bucketTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Tasks/Item/Details/DetailsRequestBuilder.cs b/src/generated/Planner/Tasks/Item/Details/DetailsRequestBuilder.cs index a37efcd0b4..73a0d3d2a7 100644 --- a/src/generated/Planner/Tasks/Item/Details/DetailsRequestBuilder.cs +++ b/src/generated/Planner/Tasks/Item/Details/DetailsRequestBuilder.cs @@ -22,6 +22,7 @@ public class DetailsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property details for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property details for planner"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a plannerTaskDetails object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a plannerTaskDetails object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// Update the navigation property details in planner /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property details in planner\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0"; @@ -161,13 +164,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DetailsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/tasks/{plannerTask%2Did}/details{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/planner/tasks/{plannerTask%2Did}/details{?%24expand,%24select}", rawUrl) { @@ -175,6 +178,7 @@ public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/planner/tasks/{pl /// /// Delete navigation property details for planner /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -183,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}/planner/tasks/{plannerTask%2Did}/details", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -191,6 +195,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a plannerTaskDetails 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 @@ -207,6 +212,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property details in planner /// + /// 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 @@ -217,7 +223,7 @@ public RequestInformation ToPatchRequestInformation(PlannerTaskDetails body, Act public RequestInformation ToPatchRequestInformation(PlannerTaskDetails 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}/planner/tasks/{plannerTask%2Did}/details", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Tasks/Item/PlannerTaskItemRequestBuilder.cs b/src/generated/Planner/Tasks/Item/PlannerTaskItemRequestBuilder.cs index e45408ad65..a7b3351010 100644 --- a/src/generated/Planner/Tasks/Item/PlannerTaskItemRequestBuilder.cs +++ b/src/generated/Planner/Tasks/Item/PlannerTaskItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class PlannerTaskItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildAssignedToTaskBoardFormatNavCommand() { var command = new Command("assigned-to-task-board-format"); command.Description = "Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity."; @@ -43,6 +44,7 @@ public Command BuildAssignedToTaskBoardFormatNavCommand() { /// /// Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildBucketTaskBoardFormatNavCommand() { var command = new Command("bucket-task-board-format"); command.Description = "Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity."; @@ -61,6 +63,7 @@ public Command BuildBucketTaskBoardFormatNavCommand() { /// Delete a plannerTask object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a plannerTask object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-1.0"; @@ -94,6 +97,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the details property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildDetailsNavCommand() { var command = new Command("details"); command.Description = "Provides operations to manage the details property of the microsoft.graph.plannerTask entity."; @@ -112,6 +116,7 @@ public Command BuildDetailsNavCommand() { /// Retrieve the properties and relationships of plannerTask object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of plannerTask object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0"; @@ -163,6 +168,7 @@ public Command BuildGetCommand() { /// Update the navigation property tasks in planner /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property tasks in planner\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-1.0"; @@ -219,6 +225,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. /// + /// A public Command BuildProgressTaskBoardFormatNavCommand() { var command = new Command("progress-task-board-format"); command.Description = "Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity."; @@ -234,13 +241,13 @@ public Command BuildProgressTaskBoardFormatNavCommand() { return command; } /// - /// Instantiates a new PlannerTaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PlannerTaskItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/tasks/{plannerTask%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PlannerTaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PlannerTaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/planner/tasks/{plannerTask%2Did}{?%24expand,%24select}", rawUrl) { @@ -248,6 +255,7 @@ public PlannerTaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/planner/t /// /// Delete a plannerTask 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 @@ -256,7 +264,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/planner/tasks/{plannerTask%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -264,6 +272,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of plannerTask 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 @@ -280,6 +289,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property tasks in planner /// + /// 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 @@ -290,7 +300,7 @@ public RequestInformation ToPatchRequestInformation(PlannerTask 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}/planner/tasks/{plannerTask%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs b/src/generated/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs index 2ff238afe6..1caba5e8dc 100644 --- a/src/generated/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs +++ b/src/generated/Planner/Tasks/Item/ProgressTaskBoardFormat/ProgressTaskBoardFormatRequestBuilder.cs @@ -22,6 +22,7 @@ public class ProgressTaskBoardFormatRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property progressTaskBoardFormat for planner /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property progressTaskBoardFormat for planner"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// Update the navigation property progressTaskBoardFormat in planner /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property progressTaskBoardFormat in planner\n\nFind more info here:\n https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0"; @@ -161,13 +164,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ProgressTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ProgressTaskBoardFormatRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/tasks/{plannerTask%2Did}/progressTaskBoardFormat{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ProgressTaskBoardFormatRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ProgressTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/planner/tasks/{plannerTask%2Did}/progressTaskBoardFormat{?%24expand,%24select}", rawUrl) { @@ -175,6 +178,7 @@ public ProgressTaskBoardFormatRequestBuilder(string rawUrl) : base("{+baseurl}/p /// /// Delete navigation property progressTaskBoardFormat for planner /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -183,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}/planner/tasks/{plannerTask%2Did}/progressTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -191,6 +195,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat 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 @@ -207,6 +212,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property progressTaskBoardFormat in planner /// + /// 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 @@ -217,7 +223,7 @@ public RequestInformation ToPatchRequestInformation(PlannerProgressTaskBoardTask public RequestInformation ToPatchRequestInformation(PlannerProgressTaskBoardTaskFormat 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}/planner/tasks/{plannerTask%2Did}/progressTaskBoardFormat", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Planner/Tasks/TasksRequestBuilder.cs b/src/generated/Planner/Tasks/TasksRequestBuilder.cs index 4bd2fb92d2..dfe48c93ba 100644 --- a/src/generated/Planner/Tasks/TasksRequestBuilder.cs +++ b/src/generated/Planner/Tasks/TasksRequestBuilder.cs @@ -24,6 +24,7 @@ public class TasksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tasks property of the microsoft.graph.planner entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// Create a new plannerTask. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new plannerTask.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-1.0"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of plannertask objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of plannertask objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0"; @@ -190,13 +194,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TasksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/planner/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/planner/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -204,6 +208,7 @@ public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/planner/tasks{?%24c /// /// Retrieve a list of plannertask objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -220,6 +225,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new plannerTask. /// + /// 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 @@ -230,7 +236,7 @@ public RequestInformation ToPostRequestInformation(PlannerTask 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}/planner/tasks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/ActivityBasedTimeoutPolicies/ActivityBasedTimeoutPoliciesRequestBuilder.cs b/src/generated/Policies/ActivityBasedTimeoutPolicies/ActivityBasedTimeoutPoliciesRequestBuilder.cs index 9d2ff75615..46c94b8c3f 100644 --- a/src/generated/Policies/ActivityBasedTimeoutPolicies/ActivityBasedTimeoutPoliciesRequestBuilder.cs +++ b/src/generated/Policies/ActivityBasedTimeoutPolicies/ActivityBasedTimeoutPoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ActivityBasedTimeoutPoliciesRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the activityBasedTimeoutPolicies property of the microsoft.graph.policyRoot 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new activityBasedTimeoutPolicy object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new activityBasedTimeoutPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// Get a list of activityBasedTimeoutPolicy objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of activityBasedTimeoutPolicy objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ActivityBasedTimeoutPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ActivityBasedTimeoutPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/activityBasedTimeoutPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ActivityBasedTimeoutPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ActivityBasedTimeoutPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/policies/activityBasedTimeoutPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public ActivityBasedTimeoutPoliciesRequestBuilder(string rawUrl) : base("{+baseu /// /// Get a list of activityBasedTimeoutPolicy objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new activityBasedTimeoutPolicy 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(ActivityBasedTimeoutPolicy bo public RequestInformation ToPostRequestInformation(ActivityBasedTimeoutPolicy 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}/policies/activityBasedTimeoutPolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/ActivityBasedTimeoutPolicies/Count/CountRequestBuilder.cs b/src/generated/Policies/ActivityBasedTimeoutPolicies/Count/CountRequestBuilder.cs index 270ec5f3d2..c5cad48a08 100644 --- a/src/generated/Policies/ActivityBasedTimeoutPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/ActivityBasedTimeoutPolicies/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}/policies/activityBasedTimeoutPolicies/$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}/policies/activityBasedTimeoutPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/activityBa /// /// 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/Policies/ActivityBasedTimeoutPolicies/Item/ActivityBasedTimeoutPolicyItemRequestBuilder.cs b/src/generated/Policies/ActivityBasedTimeoutPolicies/Item/ActivityBasedTimeoutPolicyItemRequestBuilder.cs index c54bd2c4fc..1898a7f74c 100644 --- a/src/generated/Policies/ActivityBasedTimeoutPolicies/Item/ActivityBasedTimeoutPolicyItemRequestBuilder.cs +++ b/src/generated/Policies/ActivityBasedTimeoutPolicies/Item/ActivityBasedTimeoutPolicyItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ActivityBasedTimeoutPolicyItemRequestBuilder : BaseCliRequestBuilde /// /// Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. /// + /// A public Command BuildAppliesToNavCommand() { var command = new Command("applies-to"); command.Description = "Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity."; @@ -48,6 +49,7 @@ public Command BuildAppliesToNavCommand() { /// Delete an activityBasedTimeoutPolicy object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an activityBasedTimeoutPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-1.0"; @@ -82,6 +84,7 @@ public Command BuildDeleteCommand() { /// Get the properties of an activityBasedTimeoutPolicy object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the properties of an activityBasedTimeoutPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-1.0"; @@ -133,6 +136,7 @@ public Command BuildGetCommand() { /// Update the properties of an activityBasedTimeoutPolicy object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an activityBasedTimeoutPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-1.0"; @@ -180,13 +184,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ActivityBasedTimeoutPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ActivityBasedTimeoutPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ActivityBasedTimeoutPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ActivityBasedTimeoutPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -194,6 +198,7 @@ public ActivityBasedTimeoutPolicyItemRequestBuilder(string rawUrl) : base("{+bas /// /// Delete an activityBasedTimeoutPolicy 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 @@ -202,7 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -210,6 +215,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the properties of an activityBasedTimeoutPolicy 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 @@ -226,6 +232,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an activityBasedTimeoutPolicy 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 @@ -236,7 +243,7 @@ public RequestInformation ToPatchRequestInformation(ActivityBasedTimeoutPolicy b public RequestInformation ToPatchRequestInformation(ActivityBasedTimeoutPolicy 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}/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs b/src/generated/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs index 5d0e00d97d..0a2814a9e5 100644 --- a/src/generated/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs +++ b/src/generated/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs @@ -24,6 +24,7 @@ public class AppliesToRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// Get appliesTo from policies /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get appliesTo from policies"; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AppliesToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppliesToRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy%2Did}/appliesTo{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppliesToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppliesToRequestBuilder(string rawUrl) : base("{+baseurl}/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy%2Did}/appliesTo{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public AppliesToRequestBuilder(string rawUrl) : base("{+baseurl}/policies/activi /// /// Get appliesTo from policies /// + /// 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/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs b/src/generated/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs index 78592cb063..14e52dcd22 100644 --- a/src/generated/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/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}/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy%2Did}/appliesTo/$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}/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy%2Did}/appliesTo/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/activityBa /// /// 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/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs index 968b7ef234..e5c02f3987 100644 --- a/src/generated/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Policies/ActivityBasedTimeoutPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Get appliesTo from policies /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get appliesTo from policies"; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy%2Did}/appliesTo/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy%2Did}/appliesTo/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/polic /// /// Get appliesTo from policies /// + /// 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/Policies/AdminConsentRequestPolicy/AdminConsentRequestPolicyRequestBuilder.cs b/src/generated/Policies/AdminConsentRequestPolicy/AdminConsentRequestPolicyRequestBuilder.cs index 370b02edb5..eafac30139 100644 --- a/src/generated/Policies/AdminConsentRequestPolicy/AdminConsentRequestPolicyRequestBuilder.cs +++ b/src/generated/Policies/AdminConsentRequestPolicy/AdminConsentRequestPolicyRequestBuilder.cs @@ -22,6 +22,7 @@ public class AdminConsentRequestPolicyRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property adminConsentRequestPolicy for policies /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property adminConsentRequestPolicy for policies"; @@ -50,6 +51,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an adminConsentRequestPolicy object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an adminConsentRequestPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0"; @@ -95,6 +97,7 @@ public Command BuildGetCommand() { /// Update the properties of an adminConsentRequestPolicy object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an adminConsentRequestPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-1.0"; @@ -136,13 +139,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AdminConsentRequestPolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AdminConsentRequestPolicyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/adminConsentRequestPolicy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AdminConsentRequestPolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AdminConsentRequestPolicyRequestBuilder(string rawUrl) : base("{+baseurl}/policies/adminConsentRequestPolicy{?%24expand,%24select}", rawUrl) { @@ -150,6 +153,7 @@ public AdminConsentRequestPolicyRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete navigation property adminConsentRequestPolicy for policies /// + /// 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}/policies/adminConsentRequestPolicy", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -166,6 +170,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an adminConsentRequestPolicy 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 @@ -182,6 +187,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an adminConsentRequestPolicy 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 @@ -192,7 +198,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.AdminConsentRe public RequestInformation ToPatchRequestInformation(ApiSdk.Models.AdminConsentRequestPolicy 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}/policies/adminConsentRequestPolicy", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs b/src/generated/Policies/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs index 61b940b92f..e632491f50 100644 --- a/src/generated/Policies/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs +++ b/src/generated/Policies/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class AppManagementPoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appManagementPolicies property of the microsoft.graph.policyRoot 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create an appManagementPolicy object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create an appManagementPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of appManagementPolicy objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of appManagementPolicy objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AppManagementPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppManagementPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/appManagementPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppManagementPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppManagementPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/policies/appManagementPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public AppManagementPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/pol /// /// Retrieve a list of appManagementPolicy objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create an appManagementPolicy 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(AppManagementPolicy body, Act public RequestInformation ToPostRequestInformation(AppManagementPolicy 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}/policies/appManagementPolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/AppManagementPolicies/Count/CountRequestBuilder.cs b/src/generated/Policies/AppManagementPolicies/Count/CountRequestBuilder.cs index 4ad3ceff98..e832b15af9 100644 --- a/src/generated/Policies/AppManagementPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/AppManagementPolicies/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}/policies/appManagementPolicies/$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}/policies/appManagementPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/appManagem /// /// 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/Policies/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.cs b/src/generated/Policies/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.cs index bf0867c8d7..6ef795128d 100644 --- a/src/generated/Policies/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.cs +++ b/src/generated/Policies/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AppManagementPolicyItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appliesTo property of the microsoft.graph.appManagementPolicy entity. /// + /// A public Command BuildAppliesToNavCommand() { var command = new Command("applies-to"); command.Description = "Provides operations to manage the appliesTo property of the microsoft.graph.appManagementPolicy entity."; @@ -48,6 +49,7 @@ public Command BuildAppliesToNavCommand() { /// Delete an appManagementPolicy object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an appManagementPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-1.0"; @@ -82,6 +84,7 @@ public Command BuildDeleteCommand() { /// Read the properties of an appManagementPolicy object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties of an appManagementPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-1.0"; @@ -133,6 +136,7 @@ public Command BuildGetCommand() { /// Update an appManagementPolicy object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update an appManagementPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-1.0"; @@ -180,13 +184,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AppManagementPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppManagementPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/appManagementPolicies/{appManagementPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppManagementPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppManagementPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/appManagementPolicies/{appManagementPolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -194,6 +198,7 @@ public AppManagementPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/p /// /// Delete an appManagementPolicy 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 @@ -202,7 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/policies/appManagementPolicies/{appManagementPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -210,6 +215,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties of an appManagementPolicy 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 @@ -226,6 +232,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update an appManagementPolicy 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 @@ -236,7 +243,7 @@ public RequestInformation ToPatchRequestInformation(AppManagementPolicy body, Ac public RequestInformation ToPatchRequestInformation(AppManagementPolicy 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}/policies/appManagementPolicies/{appManagementPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/AppManagementPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs b/src/generated/Policies/AppManagementPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs index 1712a613ca..10a7b64bd5 100644 --- a/src/generated/Policies/AppManagementPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs +++ b/src/generated/Policies/AppManagementPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs @@ -24,6 +24,7 @@ public class AppliesToRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appliesTo property of the microsoft.graph.appManagementPolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// List application and service principal objects that are assigned an appManagementPolicy policy object. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List application and service principal objects that are assigned an appManagementPolicy policy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AppliesToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppliesToRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/appManagementPolicies/{appManagementPolicy%2Did}/appliesTo{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppliesToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppliesToRequestBuilder(string rawUrl) : base("{+baseurl}/policies/appManagementPolicies/{appManagementPolicy%2Did}/appliesTo{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public AppliesToRequestBuilder(string rawUrl) : base("{+baseurl}/policies/appMan /// /// List application and service principal objects that are assigned an appManagementPolicy policy 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/Policies/AppManagementPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs b/src/generated/Policies/AppManagementPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs index ae3e37f650..9dd46b9393 100644 --- a/src/generated/Policies/AppManagementPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/AppManagementPolicies/Item/AppliesTo/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}/policies/appManagementPolicies/{appManagementPolicy%2Did}/appliesTo/$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}/policies/appManagementPolicies/{appManagementPolicy%2Did}/appliesTo/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/appManagem /// /// 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/Policies/AppManagementPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Policies/AppManagementPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs index f791de59ce..75d4224a43 100644 --- a/src/generated/Policies/AppManagementPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Policies/AppManagementPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Collection of applications and service principals to which the policy is applied. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Collection of applications and service principals to which the policy is applied."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/appManagementPolicies/{appManagementPolicy%2Did}/appliesTo/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/appManagementPolicies/{appManagementPolicy%2Did}/appliesTo/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/polic /// /// Collection of applications and service principals to which the policy is applied. /// + /// 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/Policies/AuthenticationFlowsPolicy/AuthenticationFlowsPolicyRequestBuilder.cs b/src/generated/Policies/AuthenticationFlowsPolicy/AuthenticationFlowsPolicyRequestBuilder.cs index ba9b593b8c..77c7de99b9 100644 --- a/src/generated/Policies/AuthenticationFlowsPolicy/AuthenticationFlowsPolicyRequestBuilder.cs +++ b/src/generated/Policies/AuthenticationFlowsPolicy/AuthenticationFlowsPolicyRequestBuilder.cs @@ -22,6 +22,7 @@ public class AuthenticationFlowsPolicyRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property authenticationFlowsPolicy for policies /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property authenticationFlowsPolicy for policies"; @@ -50,6 +51,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an authenticationFlowsPolicy object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an authenticationFlowsPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-1.0"; @@ -95,6 +97,7 @@ public Command BuildGetCommand() { /// Update the selfServiceSignUp property of an authenticationFlowsPolicy object. The properties id, type, and description cannot be modified. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the selfServiceSignUp property of an authenticationFlowsPolicy object. The properties id, type, and description cannot be modified.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-1.0"; @@ -136,13 +139,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AuthenticationFlowsPolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationFlowsPolicyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/authenticationFlowsPolicy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AuthenticationFlowsPolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationFlowsPolicyRequestBuilder(string rawUrl) : base("{+baseurl}/policies/authenticationFlowsPolicy{?%24expand,%24select}", rawUrl) { @@ -150,6 +153,7 @@ public AuthenticationFlowsPolicyRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete navigation property authenticationFlowsPolicy for policies /// + /// 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}/policies/authenticationFlowsPolicy", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -166,6 +170,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an authenticationFlowsPolicy 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 @@ -182,6 +187,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the selfServiceSignUp property of an authenticationFlowsPolicy object. The properties id, type, and description cannot be modified. /// + /// 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(ApiSdk.Models.Authentication public RequestInformation ToPatchRequestInformation(ApiSdk.Models.AuthenticationFlowsPolicy 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}/policies/authenticationFlowsPolicy", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs b/src/generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs index 22c9b18a0d..fce9754cd9 100644 --- a/src/generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs +++ b/src/generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/AuthenticationMethodConfigurationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AuthenticationMethodConfigurationsRequestBuilder : BaseCliRequestBu /// /// Provides operations to manage the authenticationMethodConfigurations property of the microsoft.graph.authenticationMethodsPolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AuthenticationMethodConfigurationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to authenticationMethodConfigurations for policies /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to authenticationMethodConfigurations for policies"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy."; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AuthenticationMethodConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationMethodConfigurationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/authenticationMethodsPolicy/authenticationMethodConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AuthenticationMethodConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationMethodConfigurationsRequestBuilder(string rawUrl) : base("{+baseurl}/policies/authenticationMethodsPolicy/authenticationMethodConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public AuthenticationMethodConfigurationsRequestBuilder(string rawUrl) : base("{ /// /// Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to authenticationMethodConfigurations for policies /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(AuthenticationMethodConfigura public RequestInformation ToPostRequestInformation(AuthenticationMethodConfiguration 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}/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs b/src/generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs index 89161a4924..1da6781029 100644 --- a/src/generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/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}/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$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}/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/authentica /// /// 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/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Item/AuthenticationMethodConfigurationItemRequestBuilder.cs b/src/generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Item/AuthenticationMethodConfigurationItemRequestBuilder.cs index d1c130eb0a..a193dd7837 100644 --- a/src/generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Item/AuthenticationMethodConfigurationItemRequestBuilder.cs +++ b/src/generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodConfigurations/Item/AuthenticationMethodConfigurationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AuthenticationMethodConfigurationItemRequestBuilder : BaseCliReques /// /// Delete navigation property authenticationMethodConfigurations for policies /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property authenticationMethodConfigurations for policies"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy."; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property authenticationMethodConfigurations in policies /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property authenticationMethodConfigurations in policies"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AuthenticationMethodConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationMethodConfigurationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AuthenticationMethodConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationMethodConfigurationItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public AuthenticationMethodConfigurationItemRequestBuilder(string rawUrl) : base /// /// Delete navigation property authenticationMethodConfigurations for policies /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy. /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property authenticationMethodConfigurations in policies /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(AuthenticationMethodConfigur public RequestInformation ToPatchRequestInformation(AuthenticationMethodConfiguration 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}/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodsPolicyRequestBuilder.cs b/src/generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodsPolicyRequestBuilder.cs index 1eb3d1336e..3a62d429ea 100644 --- a/src/generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodsPolicyRequestBuilder.cs +++ b/src/generated/Policies/AuthenticationMethodsPolicy/AuthenticationMethodsPolicyRequestBuilder.cs @@ -23,6 +23,7 @@ public class AuthenticationMethodsPolicyRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the authenticationMethodConfigurations property of the microsoft.graph.authenticationMethodsPolicy entity. /// + /// A public Command BuildAuthenticationMethodConfigurationsNavCommand() { var command = new Command("authentication-method-configurations"); command.Description = "Provides operations to manage the authenticationMethodConfigurations property of the microsoft.graph.authenticationMethodsPolicy entity."; @@ -48,6 +49,7 @@ public Command BuildAuthenticationMethodConfigurationsNavCommand() { /// /// Delete navigation property authenticationMethodsPolicy for policies /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property authenticationMethodsPolicy for policies"; @@ -76,6 +78,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an authenticationMethodsPolicy object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an authenticationMethodsPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0"; @@ -121,6 +124,7 @@ public Command BuildGetCommand() { /// Update the properties of an authenticationMethodsPolicy object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an authenticationMethodsPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-1.0"; @@ -162,13 +166,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AuthenticationMethodsPolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationMethodsPolicyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/authenticationMethodsPolicy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AuthenticationMethodsPolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationMethodsPolicyRequestBuilder(string rawUrl) : base("{+baseurl}/policies/authenticationMethodsPolicy{?%24expand,%24select}", rawUrl) { @@ -176,6 +180,7 @@ public AuthenticationMethodsPolicyRequestBuilder(string rawUrl) : base("{+baseur /// /// Delete navigation property authenticationMethodsPolicy for policies /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -184,7 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/policies/authenticationMethodsPolicy", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -192,6 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an authenticationMethodsPolicy 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 @@ -208,6 +214,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an authenticationMethodsPolicy 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 @@ -218,7 +225,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Authentication public RequestInformation ToPatchRequestInformation(ApiSdk.Models.AuthenticationMethodsPolicy 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}/policies/authenticationMethodsPolicy", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/AuthenticationStrengthPolicies/AuthenticationStrengthPoliciesRequestBuilder.cs b/src/generated/Policies/AuthenticationStrengthPolicies/AuthenticationStrengthPoliciesRequestBuilder.cs index be829b3c61..feb5216716 100644 --- a/src/generated/Policies/AuthenticationStrengthPolicies/AuthenticationStrengthPoliciesRequestBuilder.cs +++ b/src/generated/Policies/AuthenticationStrengthPolicies/AuthenticationStrengthPoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class AuthenticationStrengthPoliciesRequestBuilder : BaseCliRequestBuilde /// /// Provides operations to manage the authenticationStrengthPolicies property of the microsoft.graph.policyRoot 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 custom authenticationStrengthPolicy object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new custom authenticationStrengthPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-1.0"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// Get a list of the authenticationStrengthPolicy objects and their properties. This API returns both built-in and custom policies. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the authenticationStrengthPolicy objects and their properties. This API returns both built-in and custom policies.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-1.0"; @@ -189,13 +193,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AuthenticationStrengthPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationStrengthPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/authenticationStrengthPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AuthenticationStrengthPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationStrengthPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/policies/authenticationStrengthPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -203,6 +207,7 @@ public AuthenticationStrengthPoliciesRequestBuilder(string rawUrl) : base("{+bas /// /// Get a list of the authenticationStrengthPolicy objects and their properties. This API returns both built-in and custom policies. /// + /// 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 custom authenticationStrengthPolicy 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 ToPostRequestInformation(AuthenticationStrengthPolicy public RequestInformation ToPostRequestInformation(AuthenticationStrengthPolicy 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}/policies/authenticationStrengthPolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/AuthenticationStrengthPolicies/Count/CountRequestBuilder.cs b/src/generated/Policies/AuthenticationStrengthPolicies/Count/CountRequestBuilder.cs index c62b0d7eda..6d34d521bb 100644 --- a/src/generated/Policies/AuthenticationStrengthPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/AuthenticationStrengthPolicies/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}/policies/authenticationStrengthPolicies/$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}/policies/authenticationStrengthPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/authentica /// /// 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/Policies/AuthenticationStrengthPolicies/Item/AuthenticationStrengthPolicyItemRequestBuilder.cs b/src/generated/Policies/AuthenticationStrengthPolicies/Item/AuthenticationStrengthPolicyItemRequestBuilder.cs index 36a449835d..b1bc674995 100644 --- a/src/generated/Policies/AuthenticationStrengthPolicies/Item/AuthenticationStrengthPolicyItemRequestBuilder.cs +++ b/src/generated/Policies/AuthenticationStrengthPolicies/Item/AuthenticationStrengthPolicyItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class AuthenticationStrengthPolicyItemRequestBuilder : BaseCliRequestBuil /// /// Provides operations to manage the combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity. /// + /// A public Command BuildCombinationConfigurationsNavCommand() { var command = new Command("combination-configurations"); command.Description = "Provides operations to manage the combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity."; @@ -51,6 +52,7 @@ public Command BuildCombinationConfigurationsNavCommand() { /// Delete a custom authenticationStrengthPolicy object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a custom authenticationStrengthPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-1.0"; @@ -85,6 +87,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an authenticationStrengthPolicy object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an authenticationStrengthPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-1.0"; @@ -136,6 +139,7 @@ public Command BuildGetCommand() { /// Update the properties of an authenticationStrengthPolicy object. You cannot update the allowed auth method combinations using this request. To do so, use the Update allowed combinations action. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an authenticationStrengthPolicy object. You cannot update the allowed auth method combinations using this request. To do so, use the Update allowed combinations action.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-1.0"; @@ -185,6 +189,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the updateAllowedCombinations method. /// + /// A public Command BuildUpdateAllowedCombinationsNavCommand() { var command = new Command("update-allowed-combinations"); command.Description = "Provides operations to call the updateAllowedCombinations method."; @@ -200,6 +205,7 @@ public Command BuildUpdateAllowedCombinationsNavCommand() { /// /// Provides operations to call the usage method. /// + /// A public Command BuildUsageNavCommand() { var command = new Command("usage"); command.Description = "Provides operations to call the usage method."; @@ -213,13 +219,13 @@ public Command BuildUsageNavCommand() { return command; } /// - /// Instantiates a new AuthenticationStrengthPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationStrengthPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AuthenticationStrengthPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationStrengthPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -227,6 +233,7 @@ public AuthenticationStrengthPolicyItemRequestBuilder(string rawUrl) : base("{+b /// /// Delete a custom authenticationStrengthPolicy 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 @@ -235,7 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -243,6 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an authenticationStrengthPolicy 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 @@ -259,6 +267,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an authenticationStrengthPolicy object. You cannot update the allowed auth method combinations using this request. To do so, use the Update allowed combinations action. /// + /// 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 @@ -269,7 +278,7 @@ public RequestInformation ToPatchRequestInformation(AuthenticationStrengthPolicy public RequestInformation ToPatchRequestInformation(AuthenticationStrengthPolicy 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}/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.cs b/src/generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.cs index 55b8006a06..229bc80448 100644 --- a/src/generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.cs +++ b/src/generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/CombinationConfigurationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class CombinationConfigurationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AuthenticationCombinationConfigurationItemRequestBuilder(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 authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CombinationConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CombinationConfigurationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy%2Did}/combinationConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CombinationConfigurationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CombinationConfigurationsRequestBuilder(string rawUrl) : base("{+baseurl}/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy%2Did}/combinationConfigurations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public CombinationConfigurationsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Get the authenticationCombinationConfiguration objects for an authentication strength policy. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. authenticationCombinationConfiguration objects are supported only for custom authentication strengths. /// + /// 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 authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies. /// + /// 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(AuthenticationCombinationConf public RequestInformation ToPostRequestInformation(AuthenticationCombinationConfiguration 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}/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy%2Did}/combinationConfigurations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/Count/CountRequestBuilder.cs b/src/generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/Count/CountRequestBuilder.cs index ffda7903ed..e6812d0ccd 100644 --- a/src/generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/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}/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy%2Did}/combinationConfigurations/$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}/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy%2Did}/combinationConfigurations/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/authentica /// /// 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/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilder.cs b/src/generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilder.cs index eb3ae3e390..5513bde299 100644 --- a/src/generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilder.cs +++ b/src/generated/Policies/AuthenticationStrengthPolicies/Item/CombinationConfigurations/Item/AuthenticationCombinationConfigurationItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AuthenticationCombinationConfigurationItemRequestBuilder : BaseCliR /// Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-delete-combinationconfigurations?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an authenticationCombinationConfiguration object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an authenticationCombinationConfiguration object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of an authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be updated as they're the only type of authenticationCombinationConfiguration that may be created. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be updated as they're the only type of authenticationCombinationConfiguration that may be created.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AuthenticationCombinationConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationCombinationConfigurationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy%2Did}/combinationConfigurations/{authenticationCombinationConfiguration%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AuthenticationCombinationConfigurationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationCombinationConfigurationItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy%2Did}/combinationConfigurations/{authenticationCombinationConfiguration%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public AuthenticationCombinationConfigurationItemRequestBuilder(string rawUrl) : /// /// Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy 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 @@ -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}/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy%2Did}/combinationConfigurations/{authenticationCombinationConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an authenticationCombinationConfiguration 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be updated as they're the only type of authenticationCombinationConfiguration that may be created. /// + /// 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(AuthenticationCombinationCon public RequestInformation ToPatchRequestInformation(AuthenticationCombinationConfiguration 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}/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy%2Did}/combinationConfigurations/{authenticationCombinationConfiguration%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.cs b/src/generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.cs index 8fc1715935..2189dcf7e0 100644 --- a/src/generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.cs +++ b/src/generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.cs @@ -18,7 +18,7 @@ public class UpdateAllowedCombinationsPostRequestBody : IAdditionalDataHolder, I public List AllowedCombinations { get; set; } #endif /// - /// Instantiates a new updateAllowedCombinationsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public UpdateAllowedCombinationsPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public UpdateAllowedCombinationsPostRequestBody() { /// /// 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 UpdateAllowedCombinationsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static UpdateAllowedCombinationsPostRequestBody CreateFromDiscriminatorVa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"allowedCombinations", n => { AllowedCombinations = n.GetCollectionOfEnumValues()?.ToList(); } }, diff --git a/src/generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.cs b/src/generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.cs index 8c4eac0c84..ed890df5fb 100644 --- a/src/generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.cs +++ b/src/generated/Policies/AuthenticationStrengthPolicies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.cs @@ -23,6 +23,7 @@ public class UpdateAllowedCombinationsRequestBuilder : BaseCliRequestBuilder { /// Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UpdateAllowedCombinationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UpdateAllowedCombinationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy%2Did}/updateAllowedCombinations", pathParameters) { } /// - /// Instantiates a new UpdateAllowedCombinationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UpdateAllowedCombinationsRequestBuilder(string rawUrl) : base("{+baseurl}/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy%2Did}/updateAllowedCombinations", rawUrl) { @@ -84,6 +85,7 @@ public UpdateAllowedCombinationsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method. /// + /// 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/Policies/AuthenticationStrengthPolicies/Item/Usage/UsageRequestBuilder.cs b/src/generated/Policies/AuthenticationStrengthPolicies/Item/Usage/UsageRequestBuilder.cs index 5f22faf013..7aabbdea7f 100644 --- a/src/generated/Policies/AuthenticationStrengthPolicies/Item/Usage/UsageRequestBuilder.cs +++ b/src/generated/Policies/AuthenticationStrengthPolicies/Item/Usage/UsageRequestBuilder.cs @@ -22,6 +22,7 @@ public class UsageRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function usage /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function usage"; @@ -56,13 +57,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new UsageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UsageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy%2Did}/usage()", pathParameters) { } /// - /// Instantiates a new UsageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UsageRequestBuilder(string rawUrl) : base("{+baseurl}/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy%2Did}/usage()", rawUrl) { @@ -70,6 +71,7 @@ public UsageRequestBuilder(string rawUrl) : base("{+baseurl}/policies/authentica /// /// Invoke function usage /// + /// 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/Policies/AuthorizationPolicy/AuthorizationPolicyRequestBuilder.cs b/src/generated/Policies/AuthorizationPolicy/AuthorizationPolicyRequestBuilder.cs index fe13cd37a1..9c8601717a 100644 --- a/src/generated/Policies/AuthorizationPolicy/AuthorizationPolicyRequestBuilder.cs +++ b/src/generated/Policies/AuthorizationPolicy/AuthorizationPolicyRequestBuilder.cs @@ -22,6 +22,7 @@ public class AuthorizationPolicyRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property authorizationPolicy for policies /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property authorizationPolicy for policies"; @@ -50,6 +51,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties of an authorizationPolicy object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of an authorizationPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-1.0"; @@ -95,6 +97,7 @@ public Command BuildGetCommand() { /// Update the properties of an authorizationPolicy object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an authorizationPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authorizationpolicy-update?view=graph-rest-1.0"; @@ -136,13 +139,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AuthorizationPolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthorizationPolicyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/authorizationPolicy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AuthorizationPolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthorizationPolicyRequestBuilder(string rawUrl) : base("{+baseurl}/policies/authorizationPolicy{?%24expand,%24select}", rawUrl) { @@ -150,6 +153,7 @@ public AuthorizationPolicyRequestBuilder(string rawUrl) : base("{+baseurl}/polic /// /// Delete navigation property authorizationPolicy for policies /// + /// 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}/policies/authorizationPolicy", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -166,6 +170,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties of an authorizationPolicy 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 @@ -182,6 +187,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an authorizationPolicy 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 @@ -192,7 +198,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.AuthorizationP public RequestInformation ToPatchRequestInformation(ApiSdk.Models.AuthorizationPolicy 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}/policies/authorizationPolicy", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.cs b/src/generated/Policies/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.cs index 0cac1de797..6bb370fafb 100644 --- a/src/generated/Policies/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.cs +++ b/src/generated/Policies/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ClaimsMappingPoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the claimsMappingPolicies property of the microsoft.graph.policyRoot 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new claimsMappingPolicy object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new claimsMappingPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// Get a list of claimsMappingPolicy objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of claimsMappingPolicy objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ClaimsMappingPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClaimsMappingPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/claimsMappingPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ClaimsMappingPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClaimsMappingPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/policies/claimsMappingPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public ClaimsMappingPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/pol /// /// Get a list of claimsMappingPolicy objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new claimsMappingPolicy 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(ClaimsMappingPolicy body, Act public RequestInformation ToPostRequestInformation(ClaimsMappingPolicy 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}/policies/claimsMappingPolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/ClaimsMappingPolicies/Count/CountRequestBuilder.cs b/src/generated/Policies/ClaimsMappingPolicies/Count/CountRequestBuilder.cs index a5735ca6c8..c0db1b24aa 100644 --- a/src/generated/Policies/ClaimsMappingPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/ClaimsMappingPolicies/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}/policies/claimsMappingPolicies/$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}/policies/claimsMappingPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/claimsMapp /// /// 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/Policies/ClaimsMappingPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs b/src/generated/Policies/ClaimsMappingPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs index 1f81d07195..50f6a38645 100644 --- a/src/generated/Policies/ClaimsMappingPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs +++ b/src/generated/Policies/ClaimsMappingPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs @@ -24,6 +24,7 @@ public class AppliesToRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// Get appliesTo from policies /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get appliesTo from policies"; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AppliesToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppliesToRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/claimsMappingPolicies/{claimsMappingPolicy%2Did}/appliesTo{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppliesToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppliesToRequestBuilder(string rawUrl) : base("{+baseurl}/policies/claimsMappingPolicies/{claimsMappingPolicy%2Did}/appliesTo{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public AppliesToRequestBuilder(string rawUrl) : base("{+baseurl}/policies/claims /// /// Get appliesTo from policies /// + /// 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/Policies/ClaimsMappingPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs b/src/generated/Policies/ClaimsMappingPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs index f42978b928..5e9224f801 100644 --- a/src/generated/Policies/ClaimsMappingPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/ClaimsMappingPolicies/Item/AppliesTo/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}/policies/claimsMappingPolicies/{claimsMappingPolicy%2Did}/appliesTo/$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}/policies/claimsMappingPolicies/{claimsMappingPolicy%2Did}/appliesTo/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/claimsMapp /// /// 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/Policies/ClaimsMappingPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Policies/ClaimsMappingPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs index 2d37f06f33..513b895690 100644 --- a/src/generated/Policies/ClaimsMappingPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Policies/ClaimsMappingPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Get appliesTo from policies /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get appliesTo from policies"; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/claimsMappingPolicies/{claimsMappingPolicy%2Did}/appliesTo/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/claimsMappingPolicies/{claimsMappingPolicy%2Did}/appliesTo/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/polic /// /// Get appliesTo from policies /// + /// 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/Policies/ClaimsMappingPolicies/Item/ClaimsMappingPolicyItemRequestBuilder.cs b/src/generated/Policies/ClaimsMappingPolicies/Item/ClaimsMappingPolicyItemRequestBuilder.cs index 1b7c94bea2..9ccc5dd31a 100644 --- a/src/generated/Policies/ClaimsMappingPolicies/Item/ClaimsMappingPolicyItemRequestBuilder.cs +++ b/src/generated/Policies/ClaimsMappingPolicies/Item/ClaimsMappingPolicyItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ClaimsMappingPolicyItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. /// + /// A public Command BuildAppliesToNavCommand() { var command = new Command("applies-to"); command.Description = "Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity."; @@ -48,6 +49,7 @@ public Command BuildAppliesToNavCommand() { /// Delete a claimsMappingPolicy object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a claimsMappingPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-1.0"; @@ -82,6 +84,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a claimsMappingPolicy object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a claimsMappingPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-1.0"; @@ -133,6 +136,7 @@ public Command BuildGetCommand() { /// Update the properties of a claimsMappingPolicy object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a claimsMappingPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-1.0"; @@ -180,13 +184,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ClaimsMappingPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClaimsMappingPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/claimsMappingPolicies/{claimsMappingPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ClaimsMappingPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClaimsMappingPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/claimsMappingPolicies/{claimsMappingPolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -194,6 +198,7 @@ public ClaimsMappingPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/p /// /// Delete a claimsMappingPolicy 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 @@ -202,7 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/policies/claimsMappingPolicies/{claimsMappingPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -210,6 +215,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a claimsMappingPolicy 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 @@ -226,6 +232,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a claimsMappingPolicy 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 @@ -236,7 +243,7 @@ public RequestInformation ToPatchRequestInformation(ClaimsMappingPolicy body, Ac public RequestInformation ToPatchRequestInformation(ClaimsMappingPolicy 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}/policies/claimsMappingPolicies/{claimsMappingPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/ConditionalAccessPolicies/ConditionalAccessPoliciesRequestBuilder.cs b/src/generated/Policies/ConditionalAccessPolicies/ConditionalAccessPoliciesRequestBuilder.cs index 38ef2b4634..a0051112de 100644 --- a/src/generated/Policies/ConditionalAccessPolicies/ConditionalAccessPoliciesRequestBuilder.cs +++ b/src/generated/Policies/ConditionalAccessPolicies/ConditionalAccessPoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ConditionalAccessPoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the conditionalAccessPolicies property of the microsoft.graph.policyRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ConditionalAccessPolicyItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to conditionalAccessPolicies for policies /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to conditionalAccessPolicies for policies"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// The custom rules that define an access scenario. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The custom rules that define an access scenario."; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ConditionalAccessPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConditionalAccessPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/conditionalAccessPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ConditionalAccessPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConditionalAccessPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/policies/conditionalAccessPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public ConditionalAccessPoliciesRequestBuilder(string rawUrl) : base("{+baseurl} /// /// The custom rules that define an access scenario. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to conditionalAccessPolicies for policies /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(ConditionalAccessPolicy body, public RequestInformation ToPostRequestInformation(ConditionalAccessPolicy 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}/policies/conditionalAccessPolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/ConditionalAccessPolicies/Count/CountRequestBuilder.cs b/src/generated/Policies/ConditionalAccessPolicies/Count/CountRequestBuilder.cs index d229eac3a6..73159398f2 100644 --- a/src/generated/Policies/ConditionalAccessPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/ConditionalAccessPolicies/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}/policies/conditionalAccessPolicies/$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}/policies/conditionalAccessPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/conditiona /// /// 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/Policies/ConditionalAccessPolicies/Item/ConditionalAccessPolicyItemRequestBuilder.cs b/src/generated/Policies/ConditionalAccessPolicies/Item/ConditionalAccessPolicyItemRequestBuilder.cs index f9b16f787d..bde884b9d7 100644 --- a/src/generated/Policies/ConditionalAccessPolicies/Item/ConditionalAccessPolicyItemRequestBuilder.cs +++ b/src/generated/Policies/ConditionalAccessPolicies/Item/ConditionalAccessPolicyItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ConditionalAccessPolicyItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property conditionalAccessPolicies for policies /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property conditionalAccessPolicies for policies"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// The custom rules that define an access scenario. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The custom rules that define an access scenario."; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property conditionalAccessPolicies in policies /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property conditionalAccessPolicies in policies"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ConditionalAccessPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConditionalAccessPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/conditionalAccessPolicies/{conditionalAccessPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ConditionalAccessPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConditionalAccessPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/conditionalAccessPolicies/{conditionalAccessPolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public ConditionalAccessPolicyItemRequestBuilder(string rawUrl) : base("{+baseur /// /// Delete navigation property conditionalAccessPolicies for policies /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/policies/conditionalAccessPolicies/{conditionalAccessPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The custom rules that define an access scenario. /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property conditionalAccessPolicies in policies /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ConditionalAccessPolicy body public RequestInformation ToPatchRequestInformation(ConditionalAccessPolicy 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}/policies/conditionalAccessPolicies/{conditionalAccessPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/CrossTenantAccessPolicy/CrossTenantAccessPolicyRequestBuilder.cs b/src/generated/Policies/CrossTenantAccessPolicy/CrossTenantAccessPolicyRequestBuilder.cs index bdcb78cc5c..4e6fbed8b1 100644 --- a/src/generated/Policies/CrossTenantAccessPolicy/CrossTenantAccessPolicyRequestBuilder.cs +++ b/src/generated/Policies/CrossTenantAccessPolicy/CrossTenantAccessPolicyRequestBuilder.cs @@ -24,6 +24,7 @@ public class CrossTenantAccessPolicyRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the default property of the microsoft.graph.crossTenantAccessPolicy entity. /// + /// A public Command BuildDefaultNavCommand() { var command = new Command("default"); command.Description = "Provides operations to manage the default property of the microsoft.graph.crossTenantAccessPolicy entity."; @@ -47,6 +48,7 @@ public Command BuildDefaultNavCommand() { /// /// Delete navigation property crossTenantAccessPolicy for policies /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property crossTenantAccessPolicy for policies"; @@ -75,6 +77,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a crossTenantAccessPolicy object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a crossTenantAccessPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-1.0"; @@ -119,6 +122,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the partners property of the microsoft.graph.crossTenantAccessPolicy entity. /// + /// A public Command BuildPartnersNavCommand() { var command = new Command("partners"); command.Description = "Provides operations to manage the partners property of the microsoft.graph.crossTenantAccessPolicy entity."; @@ -145,6 +149,7 @@ public Command BuildPartnersNavCommand() { /// Update the properties of a cross-tenant access policy. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a cross-tenant access policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-1.0"; @@ -186,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new CrossTenantAccessPolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CrossTenantAccessPolicyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/crossTenantAccessPolicy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CrossTenantAccessPolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CrossTenantAccessPolicyRequestBuilder(string rawUrl) : base("{+baseurl}/policies/crossTenantAccessPolicy{?%24expand,%24select}", rawUrl) { @@ -200,6 +205,7 @@ public CrossTenantAccessPolicyRequestBuilder(string rawUrl) : base("{+baseurl}/p /// /// Delete navigation property crossTenantAccessPolicy for policies /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/policies/crossTenantAccessPolicy", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -216,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a crossTenantAccessPolicy 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 @@ -232,6 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a cross-tenant access policy. /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.CrossTenantAcc public RequestInformation ToPatchRequestInformation(ApiSdk.Models.CrossTenantAccessPolicy 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}/policies/crossTenantAccessPolicy", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/CrossTenantAccessPolicy/Default/DefaultRequestBuilder.cs b/src/generated/Policies/CrossTenantAccessPolicy/Default/DefaultRequestBuilder.cs index 49f16b7b14..54712fb8eb 100644 --- a/src/generated/Policies/CrossTenantAccessPolicy/Default/DefaultRequestBuilder.cs +++ b/src/generated/Policies/CrossTenantAccessPolicy/Default/DefaultRequestBuilder.cs @@ -23,6 +23,7 @@ public class DefaultRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property default for policies /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property default for policies"; @@ -51,6 +52,7 @@ public Command BuildDeleteCommand() { /// Read the default configuration of a cross-tenant access policy. This default configuration may be the service default assigned by Microsoft Entra ID (isServiceDefault is true) or may be customized in your tenant (isServiceDefault is false). /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the default configuration of a cross-tenant access policy. This default configuration may be the service default assigned by Microsoft Entra ID (isServiceDefault is true) or may be customized in your tenant (isServiceDefault is false).\n\nFind more info here:\n https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-1.0"; @@ -96,6 +98,7 @@ public Command BuildGetCommand() { /// Update the default configuration of a cross-tenant access policy. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the default configuration of a cross-tenant access policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-1.0"; @@ -139,6 +142,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the resetToSystemDefault method. /// + /// A public Command BuildResetToSystemDefaultNavCommand() { var command = new Command("reset-to-system-default"); command.Description = "Provides operations to call the resetToSystemDefault method."; @@ -152,13 +156,13 @@ public Command BuildResetToSystemDefaultNavCommand() { return command; } /// - /// Instantiates a new DefaultRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DefaultRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/crossTenantAccessPolicy/default{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DefaultRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DefaultRequestBuilder(string rawUrl) : base("{+baseurl}/policies/crossTenantAccessPolicy/default{?%24expand,%24select}", rawUrl) { @@ -166,6 +170,7 @@ public DefaultRequestBuilder(string rawUrl) : base("{+baseurl}/policies/crossTen /// /// Delete navigation property default for policies /// + /// 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}/policies/crossTenantAccessPolicy/default", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the default configuration of a cross-tenant access policy. This default configuration may be the service default assigned by Microsoft Entra ID (isServiceDefault is true) or may be customized in your tenant (isServiceDefault is false). /// + /// 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 default configuration of a cross-tenant access policy. /// + /// 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(CrossTenantAccessPolicyConfi public RequestInformation ToPatchRequestInformation(CrossTenantAccessPolicyConfigurationDefault 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}/policies/crossTenantAccessPolicy/default", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/CrossTenantAccessPolicy/Default/ResetToSystemDefault/ResetToSystemDefaultRequestBuilder.cs b/src/generated/Policies/CrossTenantAccessPolicy/Default/ResetToSystemDefault/ResetToSystemDefaultRequestBuilder.cs index 78c049b9e7..b6c70ce561 100644 --- a/src/generated/Policies/CrossTenantAccessPolicy/Default/ResetToSystemDefault/ResetToSystemDefaultRequestBuilder.cs +++ b/src/generated/Policies/CrossTenantAccessPolicy/Default/ResetToSystemDefault/ResetToSystemDefaultRequestBuilder.cs @@ -22,6 +22,7 @@ public class ResetToSystemDefaultRequestBuilder : BaseCliRequestBuilder { /// Reset any changes made to the default configuration in a cross-tenant access policy back to the system default. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reset any changes made to the default configuration in a cross-tenant access policy back to the system default.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0"; @@ -40,13 +41,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ResetToSystemDefaultRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResetToSystemDefaultRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/crossTenantAccessPolicy/default/resetToSystemDefault", pathParameters) { } /// - /// Instantiates a new ResetToSystemDefaultRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResetToSystemDefaultRequestBuilder(string rawUrl) : base("{+baseurl}/policies/crossTenantAccessPolicy/default/resetToSystemDefault", rawUrl) { @@ -54,6 +55,7 @@ public ResetToSystemDefaultRequestBuilder(string rawUrl) : base("{+baseurl}/poli /// /// Reset any changes made to the default configuration in a cross-tenant access policy back to the system default. /// + /// 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/Policies/CrossTenantAccessPolicy/Partners/Count/CountRequestBuilder.cs b/src/generated/Policies/CrossTenantAccessPolicy/Partners/Count/CountRequestBuilder.cs index 3d46b031e8..98a01b9d9b 100644 --- a/src/generated/Policies/CrossTenantAccessPolicy/Partners/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/CrossTenantAccessPolicy/Partners/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}/policies/crossTenantAccessPolicy/partners/$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}/policies/crossTenantAccessPolicy/partners/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/crossTenan /// /// 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/Policies/CrossTenantAccessPolicy/Partners/Item/CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder.cs b/src/generated/Policies/CrossTenantAccessPolicy/Partners/Item/CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder.cs index 54f137ed85..b34388d0ab 100644 --- a/src/generated/Policies/CrossTenantAccessPolicy/Partners/Item/CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder.cs +++ b/src/generated/Policies/CrossTenantAccessPolicy/Partners/Item/CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder /// Delete a partner-specific configuration in a cross-tenant access policy. If a configuration includes a user synchronization policy, you must first delete the user synchronization policy before you can delete the partner-specific configuration. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a partner-specific configuration in a cross-tenant access policy. If a configuration includes a user synchronization policy, you must first delete the user synchronization policy before you can delete the partner-specific configuration.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-1.0"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a partner-specific configuration. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a partner-specific configuration.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the identitySynchronization property of the microsoft.graph.crossTenantAccessPolicyConfigurationPartner entity. /// + /// A public Command BuildIdentitySynchronizationNavCommand() { var command = new Command("identity-synchronization"); command.Description = "Provides operations to manage the identitySynchronization property of the microsoft.graph.crossTenantAccessPolicyConfigurationPartner entity."; @@ -126,6 +129,7 @@ public Command BuildIdentitySynchronizationNavCommand() { /// Update the properties of a partner-specific configuration. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a partner-specific configuration.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-1.0"; @@ -173,13 +177,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner%2DtenantId}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner%2DtenantId}{?%24expand,%24select}", rawUrl) { @@ -187,6 +191,7 @@ public CrossTenantAccessPolicyConfigurationPartnerTenantItemRequestBuilder(strin /// /// Delete a partner-specific configuration in a cross-tenant access policy. If a configuration includes a user synchronization policy, you must first delete the user synchronization policy before you can delete the partner-specific configuration. /// + /// 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 +200,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner%2DtenantId}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +208,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a partner-specific configuration. /// + /// 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 +225,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a partner-specific configuration. /// + /// 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 +236,7 @@ public RequestInformation ToPatchRequestInformation(CrossTenantAccessPolicyConfi public RequestInformation ToPatchRequestInformation(CrossTenantAccessPolicyConfigurationPartner 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}/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner%2DtenantId}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.cs b/src/generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.cs index 917167963c..7df843679e 100644 --- a/src/generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.cs +++ b/src/generated/Policies/CrossTenantAccessPolicy/Partners/Item/IdentitySynchronization/IdentitySynchronizationRequestBuilder.cs @@ -23,6 +23,7 @@ public class IdentitySynchronizationRequestBuilder : BaseCliRequestBuilder { /// Delete the user synchronization policy for a partner-specific configuration. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete the user synchronization policy for a partner-specific configuration.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Get the user synchronization policy of a partner-specific configuration. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the user synchronization policy of a partner-specific configuration.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property identitySynchronization in policies /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update the navigation property identitySynchronization in policies"; @@ -154,13 +157,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new IdentitySynchronizationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IdentitySynchronizationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner%2DtenantId}/identitySynchronization{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IdentitySynchronizationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IdentitySynchronizationRequestBuilder(string rawUrl) : base("{+baseurl}/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner%2DtenantId}/identitySynchronization{?%24expand,%24select}", rawUrl) { @@ -168,6 +171,7 @@ public IdentitySynchronizationRequestBuilder(string rawUrl) : base("{+baseurl}/p /// /// Delete the user synchronization policy for a partner-specific configuration. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -176,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner%2DtenantId}/identitySynchronization", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -184,6 +188,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the user synchronization policy of a partner-specific configuration. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -200,6 +205,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property identitySynchronization in policies /// + /// 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 @@ -210,7 +216,7 @@ public RequestInformation ToPutRequestInformation(CrossTenantIdentitySyncPolicyP public RequestInformation ToPutRequestInformation(CrossTenantIdentitySyncPolicyPartner body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner%2DtenantId}/identitySynchronization", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/CrossTenantAccessPolicy/Partners/PartnersRequestBuilder.cs b/src/generated/Policies/CrossTenantAccessPolicy/Partners/PartnersRequestBuilder.cs index 73c14647a1..6aeaacebe5 100644 --- a/src/generated/Policies/CrossTenantAccessPolicy/Partners/PartnersRequestBuilder.cs +++ b/src/generated/Policies/CrossTenantAccessPolicy/Partners/PartnersRequestBuilder.cs @@ -24,6 +24,7 @@ public class PartnersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the partners property of the microsoft.graph.crossTenantAccessPolicy 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new partner configuration in a cross-tenant access policy. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new partner configuration in a cross-tenant access policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// Get a list of all partner configurations within a cross-tenant access policy. You can also use the $expand parameter to list the user synchronization policy for all partner configurations. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of all partner configurations within a cross-tenant access policy. You can also use the $expand parameter to list the user synchronization policy for all partner configurations.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PartnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PartnersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/crossTenantAccessPolicy/partners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PartnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PartnersRequestBuilder(string rawUrl) : base("{+baseurl}/policies/crossTenantAccessPolicy/partners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public PartnersRequestBuilder(string rawUrl) : base("{+baseurl}/policies/crossTe /// /// Get a list of all partner configurations within a cross-tenant access policy. You can also use the $expand parameter to list the user synchronization policy for all partner configurations. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new partner configuration in a cross-tenant access policy. /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(CrossTenantAccessPolicyConfig public RequestInformation ToPostRequestInformation(CrossTenantAccessPolicyConfigurationPartner 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}/policies/crossTenantAccessPolicy/partners", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/DefaultAppManagementPolicy/DefaultAppManagementPolicyRequestBuilder.cs b/src/generated/Policies/DefaultAppManagementPolicy/DefaultAppManagementPolicyRequestBuilder.cs index a1fc11f6be..95cc5b6f29 100644 --- a/src/generated/Policies/DefaultAppManagementPolicy/DefaultAppManagementPolicyRequestBuilder.cs +++ b/src/generated/Policies/DefaultAppManagementPolicy/DefaultAppManagementPolicyRequestBuilder.cs @@ -22,6 +22,7 @@ public class DefaultAppManagementPolicyRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property defaultAppManagementPolicy for policies /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property defaultAppManagementPolicy for policies"; @@ -50,6 +51,7 @@ public Command BuildDeleteCommand() { /// Read the properties of a tenantAppManagementPolicy object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties of a tenantAppManagementPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-1.0"; @@ -95,6 +97,7 @@ public Command BuildGetCommand() { /// Update the properties of a tenantAppManagementPolicy object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a tenantAppManagementPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-1.0"; @@ -136,13 +139,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DefaultAppManagementPolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DefaultAppManagementPolicyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/defaultAppManagementPolicy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DefaultAppManagementPolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DefaultAppManagementPolicyRequestBuilder(string rawUrl) : base("{+baseurl}/policies/defaultAppManagementPolicy{?%24expand,%24select}", rawUrl) { @@ -150,6 +153,7 @@ public DefaultAppManagementPolicyRequestBuilder(string rawUrl) : base("{+baseurl /// /// Delete navigation property defaultAppManagementPolicy for policies /// + /// 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}/policies/defaultAppManagementPolicy", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -166,6 +170,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties of a tenantAppManagementPolicy 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 @@ -182,6 +187,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a tenantAppManagementPolicy 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 @@ -192,7 +198,7 @@ public RequestInformation ToPatchRequestInformation(TenantAppManagementPolicy bo public RequestInformation ToPatchRequestInformation(TenantAppManagementPolicy 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}/policies/defaultAppManagementPolicy", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/FeatureRolloutPolicies/Count/CountRequestBuilder.cs b/src/generated/Policies/FeatureRolloutPolicies/Count/CountRequestBuilder.cs index f255154279..836b275f76 100644 --- a/src/generated/Policies/FeatureRolloutPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/FeatureRolloutPolicies/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}/policies/featureRolloutPolicies/$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}/policies/featureRolloutPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/featureRol /// /// 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/Policies/FeatureRolloutPolicies/FeatureRolloutPoliciesRequestBuilder.cs b/src/generated/Policies/FeatureRolloutPolicies/FeatureRolloutPoliciesRequestBuilder.cs index f8df0d902e..298bba9d79 100644 --- a/src/generated/Policies/FeatureRolloutPolicies/FeatureRolloutPoliciesRequestBuilder.cs +++ b/src/generated/Policies/FeatureRolloutPolicies/FeatureRolloutPoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class FeatureRolloutPoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the featureRolloutPolicies property of the microsoft.graph.policyRoot 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new featureRolloutPolicy object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new featureRolloutPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/featurerolloutpolicies-post?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of featureRolloutPolicy objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of featureRolloutPolicy objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/featurerolloutpolicies-list?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FeatureRolloutPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FeatureRolloutPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/featureRolloutPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FeatureRolloutPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FeatureRolloutPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/policies/featureRolloutPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public FeatureRolloutPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/po /// /// Retrieve a list of featureRolloutPolicy objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new featureRolloutPolicy 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(FeatureRolloutPolicy body, Ac public RequestInformation ToPostRequestInformation(FeatureRolloutPolicy 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}/policies/featureRolloutPolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs b/src/generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs index 88d490a756..59d0505acb 100644 --- a/src/generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs +++ b/src/generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs @@ -25,6 +25,7 @@ public class AppliesToRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.policies.featureRolloutPolicies.item.appliesTo.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -34,6 +35,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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Nullable. Specifies a list of directoryObjects that feature is enabled for. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Nullable. Specifies a list of directoryObjects that feature is enabled for."; @@ -197,6 +201,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of policyRoot entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of policyRoot entities."; @@ -212,13 +217,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new AppliesToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppliesToRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppliesToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppliesToRequestBuilder(string rawUrl) : base("{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -226,6 +231,7 @@ public AppliesToRequestBuilder(string rawUrl) : base("{+baseurl}/policies/featur /// /// Nullable. Specifies a list of directoryObjects that feature is enabled for. /// + /// 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 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied. /// + /// 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 +259,7 @@ public RequestInformation ToPostRequestInformation(DirectoryObject body, Action< public RequestInformation ToPostRequestInformation(DirectoryObject 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}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs b/src/generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs index f68743c557..17d65109ae 100644 --- a/src/generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/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}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/$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}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/featureRol /// /// 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/Policies/FeatureRolloutPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs index 7eeba1a34f..253987c265 100644 --- a/src/generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs @@ -18,6 +18,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of policyRoot entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of policyRoot entities."; @@ -31,13 +32,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/{directoryObject%2Did}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/{directoryObject%2Did}", rawUrl) { diff --git a/src/generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Item/Ref/RefRequestBuilder.cs b/src/generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Item/Ref/RefRequestBuilder.cs index 51ebe0626e..1778d097f5 100644 --- a/src/generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/{directoryObject%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/{directoryObject%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/policies/featureRollo /// /// Remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. /// + /// 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/Policies/FeatureRolloutPolicies/Item/AppliesTo/Ref/RefRequestBuilder.cs b/src/generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Ref/RefRequestBuilder.cs index e1d6fd0246..13efdce822 100644 --- a/src/generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Ref/RefRequestBuilder.cs +++ b/src/generated/Policies/FeatureRolloutPolicies/Item/AppliesTo/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Nullable. Specifies a list of directoryObjects that feature is enabled for. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Nullable. Specifies a list of directoryObjects that feature is enabled for."; @@ -147,6 +149,7 @@ public Command BuildGetCommand() { /// Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0"; @@ -184,20 +187,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. /// + /// 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,7 +210,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -214,6 +218,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Nullable. Specifies a list of directoryObjects that feature is enabled for. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -230,6 +235,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied. /// + /// 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 @@ -240,7 +246,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}/appliesTo/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/FeatureRolloutPolicies/Item/FeatureRolloutPolicyItemRequestBuilder.cs b/src/generated/Policies/FeatureRolloutPolicies/Item/FeatureRolloutPolicyItemRequestBuilder.cs index 418f54fcd0..5b9b5ce7e4 100644 --- a/src/generated/Policies/FeatureRolloutPolicies/Item/FeatureRolloutPolicyItemRequestBuilder.cs +++ b/src/generated/Policies/FeatureRolloutPolicies/Item/FeatureRolloutPolicyItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class FeatureRolloutPolicyItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appliesTo property of the microsoft.graph.featureRolloutPolicy entity. /// + /// A public Command BuildAppliesToNavCommand() { var command = new Command("applies-to"); command.Description = "Provides operations to manage the appliesTo property of the microsoft.graph.featureRolloutPolicy entity."; @@ -50,6 +51,7 @@ public Command BuildAppliesToNavCommand() { /// Delete a featureRolloutPolicy object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a featureRolloutPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-1.0"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a featureRolloutPolicy object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a featureRolloutPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-1.0"; @@ -135,6 +138,7 @@ public Command BuildGetCommand() { /// Update the properties of featureRolloutPolicy object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of featureRolloutPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-1.0"; @@ -182,13 +186,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FeatureRolloutPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FeatureRolloutPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FeatureRolloutPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FeatureRolloutPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -196,6 +200,7 @@ public FeatureRolloutPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete a featureRolloutPolicy 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 @@ -204,7 +209,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -212,6 +217,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a featureRolloutPolicy 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 @@ -228,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of featureRolloutPolicy 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 @@ -238,7 +245,7 @@ public RequestInformation ToPatchRequestInformation(FeatureRolloutPolicy body, A public RequestInformation ToPatchRequestInformation(FeatureRolloutPolicy 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}/policies/featureRolloutPolicies/{featureRolloutPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs b/src/generated/Policies/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs index 569d6e7862..594a5ac33a 100644 --- a/src/generated/Policies/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/HomeRealmDiscoveryPolicies/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}/policies/homeRealmDiscoveryPolicies/$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}/policies/homeRealmDiscoveryPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/homeRealmD /// /// 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/Policies/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs b/src/generated/Policies/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs index 6886866a13..71cd9702ab 100644 --- a/src/generated/Policies/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs +++ b/src/generated/Policies/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class HomeRealmDiscoveryPoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the homeRealmDiscoveryPolicies property of the microsoft.graph.policyRoot 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new homeRealmDiscoveryPolicy object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new homeRealmDiscoveryPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// Get a list of homeRealmDiscoveryPolicy objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of homeRealmDiscoveryPolicy objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HomeRealmDiscoveryPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HomeRealmDiscoveryPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/homeRealmDiscoveryPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HomeRealmDiscoveryPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HomeRealmDiscoveryPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/policies/homeRealmDiscoveryPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public HomeRealmDiscoveryPoliciesRequestBuilder(string rawUrl) : base("{+baseurl /// /// Get a list of homeRealmDiscoveryPolicy objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new homeRealmDiscoveryPolicy 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(HomeRealmDiscoveryPolicy body public RequestInformation ToPostRequestInformation(HomeRealmDiscoveryPolicy 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}/policies/homeRealmDiscoveryPolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs b/src/generated/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs index 3c1c90e9e8..535c8dd64f 100644 --- a/src/generated/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs +++ b/src/generated/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/AppliesToRequestBuilder.cs @@ -24,6 +24,7 @@ public class AppliesToRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// Get appliesTo from policies /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get appliesTo from policies"; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AppliesToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppliesToRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy%2Did}/appliesTo{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppliesToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppliesToRequestBuilder(string rawUrl) : base("{+baseurl}/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy%2Did}/appliesTo{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public AppliesToRequestBuilder(string rawUrl) : base("{+baseurl}/policies/homeRe /// /// Get appliesTo from policies /// + /// 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/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs b/src/generated/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs index d0381afeb5..c61f1fc282 100644 --- a/src/generated/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/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}/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy%2Did}/appliesTo/$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}/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy%2Did}/appliesTo/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/homeRealmD /// /// 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/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs index 969f2fd0c2..169bac3cf6 100644 --- a/src/generated/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Policies/HomeRealmDiscoveryPolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Get appliesTo from policies /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get appliesTo from policies"; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy%2Did}/appliesTo/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy%2Did}/appliesTo/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/polic /// /// Get appliesTo from policies /// + /// 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/Policies/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilder.cs b/src/generated/Policies/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilder.cs index 1fc58bfe78..7471eb0a3f 100644 --- a/src/generated/Policies/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilder.cs +++ b/src/generated/Policies/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class HomeRealmDiscoveryPolicyItemRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. /// + /// A public Command BuildAppliesToNavCommand() { var command = new Command("applies-to"); command.Description = "Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity."; @@ -48,6 +49,7 @@ public Command BuildAppliesToNavCommand() { /// Delete a homeRealmDiscoveryPolicy object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a homeRealmDiscoveryPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-1.0"; @@ -82,6 +84,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a homeRealmDiscoveryPolicy object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a homeRealmDiscoveryPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-1.0"; @@ -133,6 +136,7 @@ public Command BuildGetCommand() { /// Update the properties of a homeRealmDiscoveryPolicy object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a homeRealmDiscoveryPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-1.0"; @@ -180,13 +184,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new HomeRealmDiscoveryPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HomeRealmDiscoveryPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HomeRealmDiscoveryPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HomeRealmDiscoveryPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -194,6 +198,7 @@ public HomeRealmDiscoveryPolicyItemRequestBuilder(string rawUrl) : base("{+baseu /// /// Delete a homeRealmDiscoveryPolicy 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 @@ -202,7 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -210,6 +215,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a homeRealmDiscoveryPolicy 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 @@ -226,6 +232,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a homeRealmDiscoveryPolicy 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 @@ -236,7 +243,7 @@ public RequestInformation ToPatchRequestInformation(HomeRealmDiscoveryPolicy bod public RequestInformation ToPatchRequestInformation(HomeRealmDiscoveryPolicy 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}/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/IdentitySecurityDefaultsEnforcementPolicy/IdentitySecurityDefaultsEnforcementPolicyRequestBuilder.cs b/src/generated/Policies/IdentitySecurityDefaultsEnforcementPolicy/IdentitySecurityDefaultsEnforcementPolicyRequestBuilder.cs index f4d3642826..9742ccfb67 100644 --- a/src/generated/Policies/IdentitySecurityDefaultsEnforcementPolicy/IdentitySecurityDefaultsEnforcementPolicyRequestBuilder.cs +++ b/src/generated/Policies/IdentitySecurityDefaultsEnforcementPolicy/IdentitySecurityDefaultsEnforcementPolicyRequestBuilder.cs @@ -22,6 +22,7 @@ public class IdentitySecurityDefaultsEnforcementPolicyRequestBuilder : BaseCliRe /// /// Delete navigation property identitySecurityDefaultsEnforcementPolicy for policies /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property identitySecurityDefaultsEnforcementPolicy for policies"; @@ -50,6 +51,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties of an identitySecurityDefaultsEnforcementPolicy object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties of an identitySecurityDefaultsEnforcementPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0"; @@ -95,6 +97,7 @@ public Command BuildGetCommand() { /// Update the properties of an identitySecurityDefaultsEnforcementPolicy object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an identitySecurityDefaultsEnforcementPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-1.0"; @@ -136,13 +139,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new IdentitySecurityDefaultsEnforcementPolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IdentitySecurityDefaultsEnforcementPolicyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/identitySecurityDefaultsEnforcementPolicy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IdentitySecurityDefaultsEnforcementPolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IdentitySecurityDefaultsEnforcementPolicyRequestBuilder(string rawUrl) : base("{+baseurl}/policies/identitySecurityDefaultsEnforcementPolicy{?%24expand,%24select}", rawUrl) { @@ -150,6 +153,7 @@ public IdentitySecurityDefaultsEnforcementPolicyRequestBuilder(string rawUrl) : /// /// Delete navigation property identitySecurityDefaultsEnforcementPolicy for policies /// + /// 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}/policies/identitySecurityDefaultsEnforcementPolicy", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -166,6 +170,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties of an identitySecurityDefaultsEnforcementPolicy 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 @@ -182,6 +187,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an identitySecurityDefaultsEnforcementPolicy 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 @@ -192,7 +198,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.IdentitySecuri public RequestInformation ToPatchRequestInformation(ApiSdk.Models.IdentitySecurityDefaultsEnforcementPolicy 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}/policies/identitySecurityDefaultsEnforcementPolicy", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/PermissionGrantPolicies/Count/CountRequestBuilder.cs b/src/generated/Policies/PermissionGrantPolicies/Count/CountRequestBuilder.cs index 922d2c3756..e8011e03de 100644 --- a/src/generated/Policies/PermissionGrantPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/PermissionGrantPolicies/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}/policies/permissionGrantPolicies/$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}/policies/permissionGrantPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/permission /// /// 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/Policies/PermissionGrantPolicies/Item/Excludes/Count/CountRequestBuilder.cs b/src/generated/Policies/PermissionGrantPolicies/Item/Excludes/Count/CountRequestBuilder.cs index f3cea8be59..497e0ee1b4 100644 --- a/src/generated/Policies/PermissionGrantPolicies/Item/Excludes/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/PermissionGrantPolicies/Item/Excludes/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}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}/excludes/$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}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}/excludes/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/permission /// /// 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/Policies/PermissionGrantPolicies/Item/Excludes/ExcludesRequestBuilder.cs b/src/generated/Policies/PermissionGrantPolicies/Item/Excludes/ExcludesRequestBuilder.cs index f5c2e291b1..5b8234c2e9 100644 --- a/src/generated/Policies/PermissionGrantPolicies/Item/Excludes/ExcludesRequestBuilder.cs +++ b/src/generated/Policies/PermissionGrantPolicies/Item/Excludes/ExcludesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExcludesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the excludes property of the microsoft.graph.permissionGrantPolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new PermissionGrantConditionSetItemRequestBuilder(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() { /// Add conditions under which a permission grant event is *excluded* in a permission grant policy. You do this by adding a permissionGrantConditionSet to the excludes collection of a permissionGrantPolicy. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add conditions under which a permission grant event is *excluded* in a permission grant policy. You do this by adding a permissionGrantConditionSet to the excludes collection of a permissionGrantPolicy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Retrieve the condition sets which are *excluded* in a permissionGrantPolicy. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the condition sets which are *excluded* in a permissionGrantPolicy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExcludesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExcludesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}/excludes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExcludesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExcludesRequestBuilder(string rawUrl) : base("{+baseurl}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}/excludes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public ExcludesRequestBuilder(string rawUrl) : base("{+baseurl}/policies/permiss /// /// Retrieve the condition sets which are *excluded* in a permissionGrantPolicy. /// + /// 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 /// Add conditions under which a permission grant event is *excluded* in a permission grant policy. You do this by adding a permissionGrantConditionSet to the excludes collection of a permissionGrantPolicy. /// + /// 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(PermissionGrantConditionSet b public RequestInformation ToPostRequestInformation(PermissionGrantConditionSet 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}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}/excludes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/PermissionGrantPolicies/Item/Excludes/Item/PermissionGrantConditionSetItemRequestBuilder.cs b/src/generated/Policies/PermissionGrantPolicies/Item/Excludes/Item/PermissionGrantConditionSetItemRequestBuilder.cs index 67b6c5a8bc..85299ef797 100644 --- a/src/generated/Policies/PermissionGrantPolicies/Item/Excludes/Item/PermissionGrantConditionSetItemRequestBuilder.cs +++ b/src/generated/Policies/PermissionGrantPolicies/Item/Excludes/Item/PermissionGrantConditionSetItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class PermissionGrantConditionSetItemRequestBuilder : BaseCliRequestBuild /// Deletes a permissionGrantConditionSet from the excludes collection of a permissionGrantPolicy. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a permissionGrantConditionSet from the excludes collection of a permissionGrantPolicy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-1.0"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Condition sets which are excluded in this permission grant policy. Automatically expanded on GET. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Condition sets which are excluded in this permission grant policy. Automatically expanded on GET."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property excludes in policies /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property excludes in policies"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PermissionGrantConditionSetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermissionGrantConditionSetItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}/excludes/{permissionGrantConditionSet%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PermissionGrantConditionSetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermissionGrantConditionSetItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}/excludes/{permissionGrantConditionSet%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public PermissionGrantConditionSetItemRequestBuilder(string rawUrl) : base("{+ba /// /// Deletes a permissionGrantConditionSet from the excludes collection of a permissionGrantPolicy. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}/excludes/{permissionGrantConditionSet%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Condition sets which are excluded in this permission grant policy. Automatically expanded on GET. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property excludes in policies /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(PermissionGrantConditionSet public RequestInformation ToPatchRequestInformation(PermissionGrantConditionSet 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}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}/excludes/{permissionGrantConditionSet%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/PermissionGrantPolicies/Item/Includes/Count/CountRequestBuilder.cs b/src/generated/Policies/PermissionGrantPolicies/Item/Includes/Count/CountRequestBuilder.cs index 5e3f66bda4..d3ba86af30 100644 --- a/src/generated/Policies/PermissionGrantPolicies/Item/Includes/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/PermissionGrantPolicies/Item/Includes/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}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}/includes/$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}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}/includes/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/permission /// /// 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/Policies/PermissionGrantPolicies/Item/Includes/IncludesRequestBuilder.cs b/src/generated/Policies/PermissionGrantPolicies/Item/Includes/IncludesRequestBuilder.cs index 0ffb1d9d4c..61f92be12d 100644 --- a/src/generated/Policies/PermissionGrantPolicies/Item/Includes/IncludesRequestBuilder.cs +++ b/src/generated/Policies/PermissionGrantPolicies/Item/Includes/IncludesRequestBuilder.cs @@ -24,6 +24,7 @@ public class IncludesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the includes property of the microsoft.graph.permissionGrantPolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new PermissionGrantConditionSetItemRequestBuilder(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() { /// Add conditions under which a permission grant event is *included* in a permission grant policy. You do this by adding a permissionGrantConditionSet to the includes collection of a permissionGrantPolicy. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add conditions under which a permission grant event is *included* in a permission grant policy. You do this by adding a permissionGrantConditionSet to the includes collection of a permissionGrantPolicy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Retrieve the condition sets which are *included* in a permissionGrantPolicy. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the condition sets which are *included* in a permissionGrantPolicy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new IncludesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IncludesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}/includes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new IncludesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IncludesRequestBuilder(string rawUrl) : base("{+baseurl}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}/includes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public IncludesRequestBuilder(string rawUrl) : base("{+baseurl}/policies/permiss /// /// Retrieve the condition sets which are *included* in a permissionGrantPolicy. /// + /// 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 /// Add conditions under which a permission grant event is *included* in a permission grant policy. You do this by adding a permissionGrantConditionSet to the includes collection of a permissionGrantPolicy. /// + /// 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(PermissionGrantConditionSet b public RequestInformation ToPostRequestInformation(PermissionGrantConditionSet 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}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}/includes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/PermissionGrantPolicies/Item/Includes/Item/PermissionGrantConditionSetItemRequestBuilder.cs b/src/generated/Policies/PermissionGrantPolicies/Item/Includes/Item/PermissionGrantConditionSetItemRequestBuilder.cs index a310197c73..70f41f623d 100644 --- a/src/generated/Policies/PermissionGrantPolicies/Item/Includes/Item/PermissionGrantConditionSetItemRequestBuilder.cs +++ b/src/generated/Policies/PermissionGrantPolicies/Item/Includes/Item/PermissionGrantConditionSetItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class PermissionGrantConditionSetItemRequestBuilder : BaseCliRequestBuild /// Deletes a permissionGrantConditionSet from the includes collection of a permissionGrantPolicy. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a permissionGrantConditionSet from the includes collection of a permissionGrantPolicy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-1.0"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Condition sets which are included in this permission grant policy. Automatically expanded on GET. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Condition sets which are included in this permission grant policy. Automatically expanded on GET."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property includes in policies /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property includes in policies"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PermissionGrantConditionSetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermissionGrantConditionSetItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}/includes/{permissionGrantConditionSet%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PermissionGrantConditionSetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermissionGrantConditionSetItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}/includes/{permissionGrantConditionSet%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public PermissionGrantConditionSetItemRequestBuilder(string rawUrl) : base("{+ba /// /// Deletes a permissionGrantConditionSet from the includes collection of a permissionGrantPolicy. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}/includes/{permissionGrantConditionSet%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Condition sets which are included in this permission grant policy. Automatically expanded on GET. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property includes in policies /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(PermissionGrantConditionSet public RequestInformation ToPatchRequestInformation(PermissionGrantConditionSet 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}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}/includes/{permissionGrantConditionSet%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/PermissionGrantPolicies/Item/PermissionGrantPolicyItemRequestBuilder.cs b/src/generated/Policies/PermissionGrantPolicies/Item/PermissionGrantPolicyItemRequestBuilder.cs index 12b43caadf..1fcbe4b52e 100644 --- a/src/generated/Policies/PermissionGrantPolicies/Item/PermissionGrantPolicyItemRequestBuilder.cs +++ b/src/generated/Policies/PermissionGrantPolicies/Item/PermissionGrantPolicyItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class PermissionGrantPolicyItemRequestBuilder : BaseCliRequestBuilder { /// Delete a permissionGrantPolicy object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a permissionGrantPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-1.0"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the excludes property of the microsoft.graph.permissionGrantPolicy entity. /// + /// A public Command BuildExcludesNavCommand() { var command = new Command("excludes"); command.Description = "Provides operations to manage the excludes property of the microsoft.graph.permissionGrantPolicy entity."; @@ -84,6 +86,7 @@ public Command BuildExcludesNavCommand() { /// Retrieve a single permissionGrantPolicy object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a single permissionGrantPolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-1.0"; @@ -134,6 +137,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the includes property of the microsoft.graph.permissionGrantPolicy entity. /// + /// A public Command BuildIncludesNavCommand() { var command = new Command("includes"); command.Description = "Provides operations to manage the includes property of the microsoft.graph.permissionGrantPolicy entity."; @@ -160,6 +164,7 @@ public Command BuildIncludesNavCommand() { /// Update properties of a permissionGrantPolicy. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update properties of a permissionGrantPolicy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-1.0"; @@ -207,13 +212,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PermissionGrantPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermissionGrantPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PermissionGrantPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermissionGrantPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -221,6 +226,7 @@ public PermissionGrantPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete a permissionGrantPolicy 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 @@ -229,7 +235,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -237,6 +243,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a single permissionGrantPolicy 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 @@ -253,6 +260,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update properties of a permissionGrantPolicy. /// + /// 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 @@ -263,7 +271,7 @@ public RequestInformation ToPatchRequestInformation(PermissionGrantPolicy body, public RequestInformation ToPatchRequestInformation(PermissionGrantPolicy 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}/policies/permissionGrantPolicies/{permissionGrantPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/PermissionGrantPolicies/PermissionGrantPoliciesRequestBuilder.cs b/src/generated/Policies/PermissionGrantPolicies/PermissionGrantPoliciesRequestBuilder.cs index 31f31a02cc..1cf1964cc0 100644 --- a/src/generated/Policies/PermissionGrantPolicies/PermissionGrantPoliciesRequestBuilder.cs +++ b/src/generated/Policies/PermissionGrantPolicies/PermissionGrantPoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PermissionGrantPoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the permissionGrantPolicies property of the microsoft.graph.policyRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Creates a permissionGrantPolicy. A permission grant policy is used to describe the conditions under which permissions can be granted (for example, during application consent). After creating the permission grant policy, you can add include condition sets to add matching rules, and add exclude condition sets to add exclusion rules. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Creates a permissionGrantPolicy. A permission grant policy is used to describe the conditions under which permissions can be granted (for example, during application consent). After creating the permission grant policy, you can add include condition sets to add matching rules, and add exclude condition sets to add exclusion rules.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-1.0"; @@ -98,6 +101,7 @@ public Command BuildCreateCommand() { /// Retrieve the list of permissionGrantPolicy objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of permissionGrantPolicy objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-1.0"; @@ -188,13 +192,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PermissionGrantPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermissionGrantPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/permissionGrantPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PermissionGrantPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermissionGrantPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/policies/permissionGrantPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -202,6 +206,7 @@ public PermissionGrantPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/p /// /// Retrieve the list of permissionGrantPolicy objects. /// + /// 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,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Creates a permissionGrantPolicy. A permission grant policy is used to describe the conditions under which permissions can be granted (for example, during application consent). After creating the permission grant policy, you can add include condition sets to add matching rules, and add exclude condition sets to add exclusion rules. /// + /// 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 @@ -228,7 +234,7 @@ public RequestInformation ToPostRequestInformation(PermissionGrantPolicy body, A public RequestInformation ToPostRequestInformation(PermissionGrantPolicy 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}/policies/permissionGrantPolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/PoliciesRequestBuilder.cs b/src/generated/Policies/PoliciesRequestBuilder.cs index 867cf9286c..230a82a87a 100644 --- a/src/generated/Policies/PoliciesRequestBuilder.cs +++ b/src/generated/Policies/PoliciesRequestBuilder.cs @@ -41,6 +41,7 @@ public class PoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the activityBasedTimeoutPolicies property of the microsoft.graph.policyRoot entity. /// + /// A public Command BuildActivityBasedTimeoutPoliciesNavCommand() { var command = new Command("activity-based-timeout-policies"); command.Description = "Provides operations to manage the activityBasedTimeoutPolicies property of the microsoft.graph.policyRoot entity."; @@ -66,6 +67,7 @@ public Command BuildActivityBasedTimeoutPoliciesNavCommand() { /// /// Provides operations to manage the adminConsentRequestPolicy property of the microsoft.graph.policyRoot entity. /// + /// A public Command BuildAdminConsentRequestPolicyNavCommand() { var command = new Command("admin-consent-request-policy"); command.Description = "Provides operations to manage the adminConsentRequestPolicy property of the microsoft.graph.policyRoot entity."; @@ -83,6 +85,7 @@ public Command BuildAdminConsentRequestPolicyNavCommand() { /// /// Provides operations to manage the appManagementPolicies property of the microsoft.graph.policyRoot entity. /// + /// A public Command BuildAppManagementPoliciesNavCommand() { var command = new Command("app-management-policies"); command.Description = "Provides operations to manage the appManagementPolicies property of the microsoft.graph.policyRoot entity."; @@ -108,6 +111,7 @@ public Command BuildAppManagementPoliciesNavCommand() { /// /// Provides operations to manage the authenticationFlowsPolicy property of the microsoft.graph.policyRoot entity. /// + /// A public Command BuildAuthenticationFlowsPolicyNavCommand() { var command = new Command("authentication-flows-policy"); command.Description = "Provides operations to manage the authenticationFlowsPolicy property of the microsoft.graph.policyRoot entity."; @@ -125,6 +129,7 @@ public Command BuildAuthenticationFlowsPolicyNavCommand() { /// /// Provides operations to manage the authenticationMethodsPolicy property of the microsoft.graph.policyRoot entity. /// + /// A public Command BuildAuthenticationMethodsPolicyNavCommand() { var command = new Command("authentication-methods-policy"); command.Description = "Provides operations to manage the authenticationMethodsPolicy property of the microsoft.graph.policyRoot entity."; @@ -148,6 +153,7 @@ public Command BuildAuthenticationMethodsPolicyNavCommand() { /// /// Provides operations to manage the authenticationStrengthPolicies property of the microsoft.graph.policyRoot entity. /// + /// A public Command BuildAuthenticationStrengthPoliciesNavCommand() { var command = new Command("authentication-strength-policies"); command.Description = "Provides operations to manage the authenticationStrengthPolicies property of the microsoft.graph.policyRoot entity."; @@ -173,6 +179,7 @@ public Command BuildAuthenticationStrengthPoliciesNavCommand() { /// /// Provides operations to manage the authorizationPolicy property of the microsoft.graph.policyRoot entity. /// + /// A public Command BuildAuthorizationPolicyNavCommand() { var command = new Command("authorization-policy"); command.Description = "Provides operations to manage the authorizationPolicy property of the microsoft.graph.policyRoot entity."; @@ -190,6 +197,7 @@ public Command BuildAuthorizationPolicyNavCommand() { /// /// Provides operations to manage the claimsMappingPolicies property of the microsoft.graph.policyRoot entity. /// + /// A public Command BuildClaimsMappingPoliciesNavCommand() { var command = new Command("claims-mapping-policies"); command.Description = "Provides operations to manage the claimsMappingPolicies property of the microsoft.graph.policyRoot entity."; @@ -215,6 +223,7 @@ public Command BuildClaimsMappingPoliciesNavCommand() { /// /// Provides operations to manage the conditionalAccessPolicies property of the microsoft.graph.policyRoot entity. /// + /// A public Command BuildConditionalAccessPoliciesNavCommand() { var command = new Command("conditional-access-policies"); command.Description = "Provides operations to manage the conditionalAccessPolicies property of the microsoft.graph.policyRoot entity."; @@ -240,6 +249,7 @@ public Command BuildConditionalAccessPoliciesNavCommand() { /// /// Provides operations to manage the crossTenantAccessPolicy property of the microsoft.graph.policyRoot entity. /// + /// A public Command BuildCrossTenantAccessPolicyNavCommand() { var command = new Command("cross-tenant-access-policy"); command.Description = "Provides operations to manage the crossTenantAccessPolicy property of the microsoft.graph.policyRoot entity."; @@ -264,6 +274,7 @@ public Command BuildCrossTenantAccessPolicyNavCommand() { /// /// Provides operations to manage the defaultAppManagementPolicy property of the microsoft.graph.policyRoot entity. /// + /// A public Command BuildDefaultAppManagementPolicyNavCommand() { var command = new Command("default-app-management-policy"); command.Description = "Provides operations to manage the defaultAppManagementPolicy property of the microsoft.graph.policyRoot entity."; @@ -281,6 +292,7 @@ public Command BuildDefaultAppManagementPolicyNavCommand() { /// /// Provides operations to manage the featureRolloutPolicies property of the microsoft.graph.policyRoot entity. /// + /// A public Command BuildFeatureRolloutPoliciesNavCommand() { var command = new Command("feature-rollout-policies"); command.Description = "Provides operations to manage the featureRolloutPolicies property of the microsoft.graph.policyRoot entity."; @@ -306,6 +318,7 @@ public Command BuildFeatureRolloutPoliciesNavCommand() { /// /// Get policies /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get policies"; @@ -350,6 +363,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the homeRealmDiscoveryPolicies property of the microsoft.graph.policyRoot entity. /// + /// A public Command BuildHomeRealmDiscoveryPoliciesNavCommand() { var command = new Command("home-realm-discovery-policies"); command.Description = "Provides operations to manage the homeRealmDiscoveryPolicies property of the microsoft.graph.policyRoot entity."; @@ -375,6 +389,7 @@ public Command BuildHomeRealmDiscoveryPoliciesNavCommand() { /// /// Provides operations to manage the identitySecurityDefaultsEnforcementPolicy property of the microsoft.graph.policyRoot entity. /// + /// A public Command BuildIdentitySecurityDefaultsEnforcementPolicyNavCommand() { var command = new Command("identity-security-defaults-enforcement-policy"); command.Description = "Provides operations to manage the identitySecurityDefaultsEnforcementPolicy property of the microsoft.graph.policyRoot entity."; @@ -392,6 +407,7 @@ public Command BuildIdentitySecurityDefaultsEnforcementPolicyNavCommand() { /// /// Update policies /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update policies"; @@ -435,6 +451,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the permissionGrantPolicies property of the microsoft.graph.policyRoot entity. /// + /// A public Command BuildPermissionGrantPoliciesNavCommand() { var command = new Command("permission-grant-policies"); command.Description = "Provides operations to manage the permissionGrantPolicies property of the microsoft.graph.policyRoot entity."; @@ -460,6 +477,7 @@ public Command BuildPermissionGrantPoliciesNavCommand() { /// /// Provides operations to manage the roleManagementPolicies property of the microsoft.graph.policyRoot entity. /// + /// A public Command BuildRoleManagementPoliciesNavCommand() { var command = new Command("role-management-policies"); command.Description = "Provides operations to manage the roleManagementPolicies property of the microsoft.graph.policyRoot entity."; @@ -485,6 +503,7 @@ public Command BuildRoleManagementPoliciesNavCommand() { /// /// Provides operations to manage the roleManagementPolicyAssignments property of the microsoft.graph.policyRoot entity. /// + /// A public Command BuildRoleManagementPolicyAssignmentsNavCommand() { var command = new Command("role-management-policy-assignments"); command.Description = "Provides operations to manage the roleManagementPolicyAssignments property of the microsoft.graph.policyRoot entity."; @@ -510,6 +529,7 @@ public Command BuildRoleManagementPolicyAssignmentsNavCommand() { /// /// Provides operations to manage the tokenIssuancePolicies property of the microsoft.graph.policyRoot entity. /// + /// A public Command BuildTokenIssuancePoliciesNavCommand() { var command = new Command("token-issuance-policies"); command.Description = "Provides operations to manage the tokenIssuancePolicies property of the microsoft.graph.policyRoot entity."; @@ -535,6 +555,7 @@ public Command BuildTokenIssuancePoliciesNavCommand() { /// /// Provides operations to manage the tokenLifetimePolicies property of the microsoft.graph.policyRoot entity. /// + /// A public Command BuildTokenLifetimePoliciesNavCommand() { var command = new Command("token-lifetime-policies"); command.Description = "Provides operations to manage the tokenLifetimePolicies property of the microsoft.graph.policyRoot entity."; @@ -558,13 +579,13 @@ public Command BuildTokenLifetimePoliciesNavCommand() { return command; } /// - /// Instantiates a new PoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/policies{?%24expand,%24select}", rawUrl) { @@ -572,6 +593,7 @@ public PoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/policies{?%24exp /// /// Get policies /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -588,6 +610,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update policies /// + /// 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 @@ -598,7 +621,7 @@ public RequestInformation ToPatchRequestInformation(PolicyRoot 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}/policies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/RoleManagementPolicies/Count/CountRequestBuilder.cs b/src/generated/Policies/RoleManagementPolicies/Count/CountRequestBuilder.cs index 9a2d933140..f3f932ab71 100644 --- a/src/generated/Policies/RoleManagementPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/RoleManagementPolicies/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}/policies/roleManagementPolicies/$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}/policies/roleManagementPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/roleManage /// /// 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/Policies/RoleManagementPolicies/Item/EffectiveRules/Count/CountRequestBuilder.cs b/src/generated/Policies/RoleManagementPolicies/Item/EffectiveRules/Count/CountRequestBuilder.cs index da48c400af..44ca7630bb 100644 --- a/src/generated/Policies/RoleManagementPolicies/Item/EffectiveRules/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/RoleManagementPolicies/Item/EffectiveRules/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}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}/effectiveRules/$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}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}/effectiveRules/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/roleManage /// /// 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/Policies/RoleManagementPolicies/Item/EffectiveRules/EffectiveRulesRequestBuilder.cs b/src/generated/Policies/RoleManagementPolicies/Item/EffectiveRules/EffectiveRulesRequestBuilder.cs index 878322ac15..57c9897799 100644 --- a/src/generated/Policies/RoleManagementPolicies/Item/EffectiveRules/EffectiveRulesRequestBuilder.cs +++ b/src/generated/Policies/RoleManagementPolicies/Item/EffectiveRules/EffectiveRulesRequestBuilder.cs @@ -24,6 +24,7 @@ public class EffectiveRulesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the effectiveRules property of the microsoft.graph.unifiedRoleManagementPolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UnifiedRoleManagementPolicyRuleItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to effectiveRules for policies /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to effectiveRules for policies"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. Supports $expand."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new EffectiveRulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EffectiveRulesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}/effectiveRules{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new EffectiveRulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EffectiveRulesRequestBuilder(string rawUrl) : base("{+baseurl}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}/effectiveRules{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public EffectiveRulesRequestBuilder(string rawUrl) : base("{+baseurl}/policies/r /// /// The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. Supports $expand. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to effectiveRules for policies /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleManagementPolicyRu public RequestInformation ToPostRequestInformation(UnifiedRoleManagementPolicyRule 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}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}/effectiveRules", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/RoleManagementPolicies/Item/EffectiveRules/Item/UnifiedRoleManagementPolicyRuleItemRequestBuilder.cs b/src/generated/Policies/RoleManagementPolicies/Item/EffectiveRules/Item/UnifiedRoleManagementPolicyRuleItemRequestBuilder.cs index 48f147265b..347138e354 100644 --- a/src/generated/Policies/RoleManagementPolicies/Item/EffectiveRules/Item/UnifiedRoleManagementPolicyRuleItemRequestBuilder.cs +++ b/src/generated/Policies/RoleManagementPolicies/Item/EffectiveRules/Item/UnifiedRoleManagementPolicyRuleItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnifiedRoleManagementPolicyRuleItemRequestBuilder : BaseCliRequestB /// /// Delete navigation property effectiveRules for policies /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property effectiveRules for policies"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. Supports $expand."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property effectiveRules in policies /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property effectiveRules in policies"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UnifiedRoleManagementPolicyRuleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleManagementPolicyRuleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}/effectiveRules/{unifiedRoleManagementPolicyRule%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleManagementPolicyRuleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleManagementPolicyRuleItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}/effectiveRules/{unifiedRoleManagementPolicyRule%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public UnifiedRoleManagementPolicyRuleItemRequestBuilder(string rawUrl) : base(" /// /// Delete navigation property effectiveRules for policies /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}/effectiveRules/{unifiedRoleManagementPolicyRule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. Supports $expand. /// + /// 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 /// Update the navigation property effectiveRules in policies /// + /// 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 ToPatchRequestInformation(UnifiedRoleManagementPolicyR public RequestInformation ToPatchRequestInformation(UnifiedRoleManagementPolicyRule 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}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}/effectiveRules/{unifiedRoleManagementPolicyRule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/RoleManagementPolicies/Item/Rules/Count/CountRequestBuilder.cs b/src/generated/Policies/RoleManagementPolicies/Item/Rules/Count/CountRequestBuilder.cs index 7cfe818dd9..f51b828e5e 100644 --- a/src/generated/Policies/RoleManagementPolicies/Item/Rules/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/RoleManagementPolicies/Item/Rules/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}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}/rules/$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}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}/rules/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/roleManage /// /// 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/Policies/RoleManagementPolicies/Item/Rules/Item/UnifiedRoleManagementPolicyRuleItemRequestBuilder.cs b/src/generated/Policies/RoleManagementPolicies/Item/Rules/Item/UnifiedRoleManagementPolicyRuleItemRequestBuilder.cs index 7634f28f34..1948b7eb25 100644 --- a/src/generated/Policies/RoleManagementPolicies/Item/Rules/Item/UnifiedRoleManagementPolicyRuleItemRequestBuilder.cs +++ b/src/generated/Policies/RoleManagementPolicies/Item/Rules/Item/UnifiedRoleManagementPolicyRuleItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnifiedRoleManagementPolicyRuleItemRequestBuilder : BaseCliRequestB /// /// Delete navigation property rules for policies /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property rules for policies"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Retrieve a rule or settings defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule object: /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a rule or settings defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule object:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-1.0"; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// Update a rule defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule object: For more information about rules for Microsoft Entra roles and examples of updating rules, see the following articles: /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update a rule defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule object: For more information about rules for Microsoft Entra roles and examples of updating rules, see the following articles:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-1.0"; @@ -172,13 +175,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UnifiedRoleManagementPolicyRuleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleManagementPolicyRuleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}/rules/{unifiedRoleManagementPolicyRule%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleManagementPolicyRuleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleManagementPolicyRuleItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}/rules/{unifiedRoleManagementPolicyRule%2Did}{?%24expand,%24select}", rawUrl) { @@ -186,6 +189,7 @@ public UnifiedRoleManagementPolicyRuleItemRequestBuilder(string rawUrl) : base(" /// /// Delete navigation property rules for policies /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -194,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}/rules/{unifiedRoleManagementPolicyRule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -202,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a rule or settings defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule 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 @@ -218,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update a rule defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule object: For more information about rules for Microsoft Entra roles and examples of updating rules, see the following articles: /// + /// 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 @@ -228,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRoleManagementPolicyR public RequestInformation ToPatchRequestInformation(UnifiedRoleManagementPolicyRule 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}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}/rules/{unifiedRoleManagementPolicyRule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/RoleManagementPolicies/Item/Rules/RulesRequestBuilder.cs b/src/generated/Policies/RoleManagementPolicies/Item/Rules/RulesRequestBuilder.cs index 6425d9e290..20bd0ac79a 100644 --- a/src/generated/Policies/RoleManagementPolicies/Item/Rules/RulesRequestBuilder.cs +++ b/src/generated/Policies/RoleManagementPolicies/Item/Rules/RulesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RulesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the rules property of the microsoft.graph.unifiedRoleManagementPolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UnifiedRoleManagementPolicyRuleItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to rules for policies /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to rules for policies"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Get the rules or settings defined for a role management policy. The rules are a collection of following types that are derived from the unifiedRoleManagementPolicyRule object: /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the rules or settings defined for a role management policy. The rules are a collection of following types that are derived from the unifiedRoleManagementPolicyRule object:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RulesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}/rules{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RulesRequestBuilder(string rawUrl) : base("{+baseurl}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}/rules{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public RulesRequestBuilder(string rawUrl) : base("{+baseurl}/policies/roleManage /// /// Get the rules or settings defined for a role management policy. The rules are a collection of following types that are derived from the unifiedRoleManagementPolicyRule 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 @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to rules for policies /// + /// 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 @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleManagementPolicyRu public RequestInformation ToPostRequestInformation(UnifiedRoleManagementPolicyRule 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}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}/rules", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/RoleManagementPolicies/Item/UnifiedRoleManagementPolicyItemRequestBuilder.cs b/src/generated/Policies/RoleManagementPolicies/Item/UnifiedRoleManagementPolicyItemRequestBuilder.cs index 3d4d575c22..f23eb65096 100644 --- a/src/generated/Policies/RoleManagementPolicies/Item/UnifiedRoleManagementPolicyItemRequestBuilder.cs +++ b/src/generated/Policies/RoleManagementPolicies/Item/UnifiedRoleManagementPolicyItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class UnifiedRoleManagementPolicyItemRequestBuilder : BaseCliRequestBuild /// /// Delete navigation property roleManagementPolicies for policies /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roleManagementPolicies for policies"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the effectiveRules property of the microsoft.graph.unifiedRoleManagementPolicy entity. /// + /// A public Command BuildEffectiveRulesNavCommand() { var command = new Command("effective-rules"); command.Description = "Provides operations to manage the effectiveRules property of the microsoft.graph.unifiedRoleManagementPolicy entity."; @@ -83,6 +85,7 @@ public Command BuildEffectiveRulesNavCommand() { /// Retrieve the details of a role management policy. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the details of a role management policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-get?view=graph-rest-1.0"; @@ -133,6 +136,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roleManagementPolicies in policies /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roleManagementPolicies in policies"; @@ -182,6 +186,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the rules property of the microsoft.graph.unifiedRoleManagementPolicy entity. /// + /// A public Command BuildRulesNavCommand() { var command = new Command("rules"); command.Description = "Provides operations to manage the rules property of the microsoft.graph.unifiedRoleManagementPolicy entity."; @@ -205,13 +210,13 @@ public Command BuildRulesNavCommand() { return command; } /// - /// Instantiates a new UnifiedRoleManagementPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleManagementPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleManagementPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleManagementPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -219,6 +224,7 @@ public UnifiedRoleManagementPolicyItemRequestBuilder(string rawUrl) : base("{+ba /// /// Delete navigation property roleManagementPolicies for policies /// + /// 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,7 +233,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -235,6 +241,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the details of a role management policy. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -251,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roleManagementPolicies in policies /// + /// 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 @@ -261,7 +269,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRoleManagementPolicy public RequestInformation ToPatchRequestInformation(UnifiedRoleManagementPolicy 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}/policies/roleManagementPolicies/{unifiedRoleManagementPolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/RoleManagementPolicies/RoleManagementPoliciesRequestBuilder.cs b/src/generated/Policies/RoleManagementPolicies/RoleManagementPoliciesRequestBuilder.cs index 740d39e250..6d9156ec14 100644 --- a/src/generated/Policies/RoleManagementPolicies/RoleManagementPoliciesRequestBuilder.cs +++ b/src/generated/Policies/RoleManagementPolicies/RoleManagementPoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RoleManagementPoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roleManagementPolicies property of the microsoft.graph.policyRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to roleManagementPolicies for policies /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roleManagementPolicies for policies"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// Get the details of the policies in PIM that can be applied to Microsoft Entra roles or group membership or ownership. To retrieve policies that apply to Azure RBAC, use the Azure REST PIM API for role management policies. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the details of the policies in PIM that can be applied to Microsoft Entra roles or group membership or ownership. To retrieve policies that apply to Azure RBAC, use the Azure REST PIM API for role management policies.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleManagementPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleManagementPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/roleManagementPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleManagementPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleManagementPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/policies/roleManagementPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public RoleManagementPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/po /// /// Get the details of the policies in PIM that can be applied to Microsoft Entra roles or group membership or ownership. To retrieve policies that apply to Azure RBAC, use the Azure REST PIM API for role management policies. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roleManagementPolicies for policies /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleManagementPolicy b public RequestInformation ToPostRequestInformation(UnifiedRoleManagementPolicy 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}/policies/roleManagementPolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/RoleManagementPolicyAssignments/Count/CountRequestBuilder.cs b/src/generated/Policies/RoleManagementPolicyAssignments/Count/CountRequestBuilder.cs index fea00fa662..9a2e5d01f7 100644 --- a/src/generated/Policies/RoleManagementPolicyAssignments/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/RoleManagementPolicyAssignments/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}/policies/roleManagementPolicyAssignments/$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}/policies/roleManagementPolicyAssignments/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/roleManage /// /// 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/Policies/RoleManagementPolicyAssignments/Item/Policy/PolicyRequestBuilder.cs b/src/generated/Policies/RoleManagementPolicyAssignments/Item/Policy/PolicyRequestBuilder.cs index 8a989538b9..c38afc45fb 100644 --- a/src/generated/Policies/RoleManagementPolicyAssignments/Item/Policy/PolicyRequestBuilder.cs +++ b/src/generated/Policies/RoleManagementPolicyAssignments/Item/Policy/PolicyRequestBuilder.cs @@ -22,6 +22,7 @@ public class PolicyRequestBuilder : BaseCliRequestBuilder { /// /// The policy that's associated with a policy assignment. Supports $expand and a nested $expand of the rules and effectiveRules relationships for the policy. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The policy that's associated with a policy assignment. Supports $expand and a nested $expand of the rules and effectiveRules relationships for the policy."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PolicyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment%2Did}/policy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PolicyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PolicyRequestBuilder(string rawUrl) : base("{+baseurl}/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment%2Did}/policy{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PolicyRequestBuilder(string rawUrl) : base("{+baseurl}/policies/roleManag /// /// The policy that's associated with a policy assignment. Supports $expand and a nested $expand of the rules and effectiveRules relationships for the policy. /// + /// 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/Policies/RoleManagementPolicyAssignments/Item/UnifiedRoleManagementPolicyAssignmentItemRequestBuilder.cs b/src/generated/Policies/RoleManagementPolicyAssignments/Item/UnifiedRoleManagementPolicyAssignmentItemRequestBuilder.cs index 1ad3c8dbd7..161ee9b72a 100644 --- a/src/generated/Policies/RoleManagementPolicyAssignments/Item/UnifiedRoleManagementPolicyAssignmentItemRequestBuilder.cs +++ b/src/generated/Policies/RoleManagementPolicyAssignments/Item/UnifiedRoleManagementPolicyAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class UnifiedRoleManagementPolicyAssignmentItemRequestBuilder : BaseCliRe /// /// Delete navigation property roleManagementPolicyAssignments for policies /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roleManagementPolicyAssignments for policies"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Get the details of a policy assignment in PIM that's assigned to Microsoft Entra roles or group membership or ownership. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the details of a policy assignment in PIM that's assigned to Microsoft Entra roles or group membership or ownership.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyassignment-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roleManagementPolicyAssignments in policies /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roleManagementPolicyAssignments in policies"; @@ -156,6 +159,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the policy property of the microsoft.graph.unifiedRoleManagementPolicyAssignment entity. /// + /// A public Command BuildPolicyNavCommand() { var command = new Command("policy"); command.Description = "Provides operations to manage the policy property of the microsoft.graph.unifiedRoleManagementPolicyAssignment entity."; @@ -169,13 +173,13 @@ public Command BuildPolicyNavCommand() { return command; } /// - /// Instantiates a new UnifiedRoleManagementPolicyAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleManagementPolicyAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleManagementPolicyAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleManagementPolicyAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -183,6 +187,7 @@ public UnifiedRoleManagementPolicyAssignmentItemRequestBuilder(string rawUrl) : /// /// Delete navigation property roleManagementPolicyAssignments for policies /// + /// 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}/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -199,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the details of a policy assignment in PIM that's assigned to Microsoft Entra roles or group membership or ownership. /// + /// 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 roleManagementPolicyAssignments in policies /// + /// 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(UnifiedRoleManagementPolicyA public RequestInformation ToPatchRequestInformation(UnifiedRoleManagementPolicyAssignment 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}/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/RoleManagementPolicyAssignments/RoleManagementPolicyAssignmentsRequestBuilder.cs b/src/generated/Policies/RoleManagementPolicyAssignments/RoleManagementPolicyAssignmentsRequestBuilder.cs index d47c0bcc9f..655e036836 100644 --- a/src/generated/Policies/RoleManagementPolicyAssignments/RoleManagementPolicyAssignmentsRequestBuilder.cs +++ b/src/generated/Policies/RoleManagementPolicyAssignments/RoleManagementPolicyAssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RoleManagementPolicyAssignmentsRequestBuilder : BaseCliRequestBuild /// /// Provides operations to manage the roleManagementPolicyAssignments property of the microsoft.graph.policyRoot 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 roleManagementPolicyAssignments for policies /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roleManagementPolicyAssignments for policies"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// Get the details of all role management policy assignments made in PIM for Microsoft Entra roles and PIM for groups. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the details of all role management policy assignments made in PIM for Microsoft Entra roles and PIM for groups.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-1.0"; @@ -186,13 +190,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleManagementPolicyAssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleManagementPolicyAssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/roleManagementPolicyAssignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleManagementPolicyAssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleManagementPolicyAssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/policies/roleManagementPolicyAssignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +204,7 @@ public RoleManagementPolicyAssignmentsRequestBuilder(string rawUrl) : base("{+ba /// /// Get the details of all role management policy assignments made in PIM for Microsoft Entra roles and PIM for groups. /// + /// 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 roleManagementPolicyAssignments for policies /// + /// 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(UnifiedRoleManagementPolicyAs public RequestInformation ToPostRequestInformation(UnifiedRoleManagementPolicyAssignment 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}/policies/roleManagementPolicyAssignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/TokenIssuancePolicies/Count/CountRequestBuilder.cs b/src/generated/Policies/TokenIssuancePolicies/Count/CountRequestBuilder.cs index 5c707e03e6..89684c91aa 100644 --- a/src/generated/Policies/TokenIssuancePolicies/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/TokenIssuancePolicies/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}/policies/tokenIssuancePolicies/$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}/policies/tokenIssuancePolicies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/tokenIssua /// /// 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/Policies/TokenIssuancePolicies/Item/AppliesTo/AppliesToRequestBuilder.cs b/src/generated/Policies/TokenIssuancePolicies/Item/AppliesTo/AppliesToRequestBuilder.cs index d0b295b23c..55bede66e5 100644 --- a/src/generated/Policies/TokenIssuancePolicies/Item/AppliesTo/AppliesToRequestBuilder.cs +++ b/src/generated/Policies/TokenIssuancePolicies/Item/AppliesTo/AppliesToRequestBuilder.cs @@ -24,6 +24,7 @@ public class AppliesToRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// Get appliesTo from policies /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get appliesTo from policies"; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AppliesToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppliesToRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/tokenIssuancePolicies/{tokenIssuancePolicy%2Did}/appliesTo{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppliesToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppliesToRequestBuilder(string rawUrl) : base("{+baseurl}/policies/tokenIssuancePolicies/{tokenIssuancePolicy%2Did}/appliesTo{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public AppliesToRequestBuilder(string rawUrl) : base("{+baseurl}/policies/tokenI /// /// Get appliesTo from policies /// + /// 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/Policies/TokenIssuancePolicies/Item/AppliesTo/Count/CountRequestBuilder.cs b/src/generated/Policies/TokenIssuancePolicies/Item/AppliesTo/Count/CountRequestBuilder.cs index 43291722ee..4ea8c68ca4 100644 --- a/src/generated/Policies/TokenIssuancePolicies/Item/AppliesTo/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/TokenIssuancePolicies/Item/AppliesTo/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}/policies/tokenIssuancePolicies/{tokenIssuancePolicy%2Did}/appliesTo/$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}/policies/tokenIssuancePolicies/{tokenIssuancePolicy%2Did}/appliesTo/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/tokenIssua /// /// 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/Policies/TokenIssuancePolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Policies/TokenIssuancePolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs index 80737eecc7..1f9504900f 100644 --- a/src/generated/Policies/TokenIssuancePolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Policies/TokenIssuancePolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Get appliesTo from policies /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get appliesTo from policies"; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/tokenIssuancePolicies/{tokenIssuancePolicy%2Did}/appliesTo/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/tokenIssuancePolicies/{tokenIssuancePolicy%2Did}/appliesTo/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/polic /// /// Get appliesTo from policies /// + /// 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/Policies/TokenIssuancePolicies/Item/TokenIssuancePolicyItemRequestBuilder.cs b/src/generated/Policies/TokenIssuancePolicies/Item/TokenIssuancePolicyItemRequestBuilder.cs index c898f63505..bfcbc76d16 100644 --- a/src/generated/Policies/TokenIssuancePolicies/Item/TokenIssuancePolicyItemRequestBuilder.cs +++ b/src/generated/Policies/TokenIssuancePolicies/Item/TokenIssuancePolicyItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class TokenIssuancePolicyItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. /// + /// A public Command BuildAppliesToNavCommand() { var command = new Command("applies-to"); command.Description = "Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity."; @@ -48,6 +49,7 @@ public Command BuildAppliesToNavCommand() { /// Delete a tokenIssuancePolicy object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a tokenIssuancePolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-1.0"; @@ -81,6 +83,7 @@ public Command BuildDeleteCommand() { /// /// The policy that specifies the characteristics of SAML tokens issued by Microsoft Entra ID. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The policy that specifies the characteristics of SAML tokens issued by Microsoft Entra ID."; @@ -132,6 +135,7 @@ public Command BuildGetCommand() { /// Update the properties of a tokenIssuancePolicy object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a tokenIssuancePolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-1.0"; @@ -179,13 +183,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TokenIssuancePolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TokenIssuancePolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/tokenIssuancePolicies/{tokenIssuancePolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TokenIssuancePolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TokenIssuancePolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/tokenIssuancePolicies/{tokenIssuancePolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -193,6 +197,7 @@ public TokenIssuancePolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/p /// /// Delete a tokenIssuancePolicy 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 @@ -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}/policies/tokenIssuancePolicies/{tokenIssuancePolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The policy that specifies the characteristics of SAML tokens issued by Microsoft Entra ID. /// + /// 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 properties of a tokenIssuancePolicy 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 @@ -235,7 +242,7 @@ public RequestInformation ToPatchRequestInformation(TokenIssuancePolicy body, Ac public RequestInformation ToPatchRequestInformation(TokenIssuancePolicy 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}/policies/tokenIssuancePolicies/{tokenIssuancePolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs b/src/generated/Policies/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs index 5a81bc516e..d053bf7e59 100644 --- a/src/generated/Policies/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs +++ b/src/generated/Policies/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class TokenIssuancePoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tokenIssuancePolicies property of the microsoft.graph.policyRoot 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new tokenIssuancePolicy object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new tokenIssuancePolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// Get a list of tokenIssuancePolicy objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of tokenIssuancePolicy objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TokenIssuancePoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TokenIssuancePoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/tokenIssuancePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TokenIssuancePoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TokenIssuancePoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/policies/tokenIssuancePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public TokenIssuancePoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/pol /// /// Get a list of tokenIssuancePolicy objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new tokenIssuancePolicy 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(TokenIssuancePolicy body, Act public RequestInformation ToPostRequestInformation(TokenIssuancePolicy 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}/policies/tokenIssuancePolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/TokenLifetimePolicies/Count/CountRequestBuilder.cs b/src/generated/Policies/TokenLifetimePolicies/Count/CountRequestBuilder.cs index 2a2198350f..0273f918e1 100644 --- a/src/generated/Policies/TokenLifetimePolicies/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/TokenLifetimePolicies/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}/policies/tokenLifetimePolicies/$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}/policies/tokenLifetimePolicies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/tokenLifet /// /// 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/Policies/TokenLifetimePolicies/Item/AppliesTo/AppliesToRequestBuilder.cs b/src/generated/Policies/TokenLifetimePolicies/Item/AppliesTo/AppliesToRequestBuilder.cs index 50e685a597..dd481d401f 100644 --- a/src/generated/Policies/TokenLifetimePolicies/Item/AppliesTo/AppliesToRequestBuilder.cs +++ b/src/generated/Policies/TokenLifetimePolicies/Item/AppliesTo/AppliesToRequestBuilder.cs @@ -24,6 +24,7 @@ public class AppliesToRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// Get appliesTo from policies /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get appliesTo from policies"; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AppliesToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppliesToRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/tokenLifetimePolicies/{tokenLifetimePolicy%2Did}/appliesTo{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppliesToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppliesToRequestBuilder(string rawUrl) : base("{+baseurl}/policies/tokenLifetimePolicies/{tokenLifetimePolicy%2Did}/appliesTo{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public AppliesToRequestBuilder(string rawUrl) : base("{+baseurl}/policies/tokenL /// /// Get appliesTo from policies /// + /// 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/Policies/TokenLifetimePolicies/Item/AppliesTo/Count/CountRequestBuilder.cs b/src/generated/Policies/TokenLifetimePolicies/Item/AppliesTo/Count/CountRequestBuilder.cs index b9e421639e..d18b9637a9 100644 --- a/src/generated/Policies/TokenLifetimePolicies/Item/AppliesTo/Count/CountRequestBuilder.cs +++ b/src/generated/Policies/TokenLifetimePolicies/Item/AppliesTo/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}/policies/tokenLifetimePolicies/{tokenLifetimePolicy%2Did}/appliesTo/$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}/policies/tokenLifetimePolicies/{tokenLifetimePolicy%2Did}/appliesTo/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/policies/tokenLifet /// /// 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/Policies/TokenLifetimePolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/Policies/TokenLifetimePolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs index 2126efda03..d787f59942 100644 --- a/src/generated/Policies/TokenLifetimePolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/Policies/TokenLifetimePolicies/Item/AppliesTo/Item/DirectoryObjectItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Get appliesTo from policies /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get appliesTo from policies"; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/tokenLifetimePolicies/{tokenLifetimePolicy%2Did}/appliesTo/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/tokenLifetimePolicies/{tokenLifetimePolicy%2Did}/appliesTo/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/polic /// /// Get appliesTo from policies /// + /// 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/Policies/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilder.cs b/src/generated/Policies/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilder.cs index 25b02f975b..5447a03d73 100644 --- a/src/generated/Policies/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilder.cs +++ b/src/generated/Policies/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class TokenLifetimePolicyItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. /// + /// A public Command BuildAppliesToNavCommand() { var command = new Command("applies-to"); command.Description = "Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity."; @@ -48,6 +49,7 @@ public Command BuildAppliesToNavCommand() { /// Delete a tokenLifetimePolicy object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a tokenLifetimePolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-1.0"; @@ -82,6 +84,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a tokenLifetimePolicy object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a tokenLifetimePolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-1.0"; @@ -133,6 +136,7 @@ public Command BuildGetCommand() { /// Update the properties of a tokenLifetimePolicy object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a tokenLifetimePolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-1.0"; @@ -180,13 +184,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TokenLifetimePolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TokenLifetimePolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/tokenLifetimePolicies/{tokenLifetimePolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TokenLifetimePolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TokenLifetimePolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/policies/tokenLifetimePolicies/{tokenLifetimePolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -194,6 +198,7 @@ public TokenLifetimePolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/p /// /// Delete a tokenLifetimePolicy 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 @@ -202,7 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/policies/tokenLifetimePolicies/{tokenLifetimePolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -210,6 +215,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a tokenLifetimePolicy 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 @@ -226,6 +232,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a tokenLifetimePolicy 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 @@ -236,7 +243,7 @@ public RequestInformation ToPatchRequestInformation(TokenLifetimePolicy body, Ac public RequestInformation ToPatchRequestInformation(TokenLifetimePolicy 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}/policies/tokenLifetimePolicies/{tokenLifetimePolicy%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Policies/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs b/src/generated/Policies/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs index d692821fa9..d8380e4eaa 100644 --- a/src/generated/Policies/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs +++ b/src/generated/Policies/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class TokenLifetimePoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tokenLifetimePolicies property of the microsoft.graph.policyRoot 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new tokenLifetimePolicy object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new tokenLifetimePolicy object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// Get a list of tokenLifetimePolicy objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of tokenLifetimePolicy objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TokenLifetimePoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TokenLifetimePoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/policies/tokenLifetimePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TokenLifetimePoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TokenLifetimePoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/policies/tokenLifetimePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public TokenLifetimePoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/pol /// /// Get a list of tokenLifetimePolicy objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new tokenLifetimePolicy 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(TokenLifetimePolicy body, Act public RequestInformation ToPostRequestInformation(TokenLifetimePolicy 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}/policies/tokenLifetimePolicies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Connectors/ConnectorsRequestBuilder.cs b/src/generated/Print/Connectors/ConnectorsRequestBuilder.cs index b2189f4be0..8f874558ea 100644 --- a/src/generated/Print/Connectors/ConnectorsRequestBuilder.cs +++ b/src/generated/Print/Connectors/ConnectorsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ConnectorsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the connectors property of the microsoft.graph.print entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new PrintConnectorItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to connectors for print /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to connectors for print"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of print connectors. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of print connectors.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0"; @@ -184,13 +188,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ConnectorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConnectorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/connectors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ConnectorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConnectorsRequestBuilder(string rawUrl) : base("{+baseurl}/print/connectors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -198,6 +202,7 @@ public ConnectorsRequestBuilder(string rawUrl) : base("{+baseurl}/print/connecto /// /// Retrieve a list of print connectors. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,6 +219,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to connectors for print /// + /// 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 @@ -224,7 +230,7 @@ public RequestInformation ToPostRequestInformation(PrintConnector 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}/print/connectors", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Connectors/Count/CountRequestBuilder.cs b/src/generated/Print/Connectors/Count/CountRequestBuilder.cs index 904c7708e3..58befc46bb 100644 --- a/src/generated/Print/Connectors/Count/CountRequestBuilder.cs +++ b/src/generated/Print/Connectors/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}/print/connectors/$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}/print/connectors/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/connectors/$c /// /// 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/Print/Connectors/Item/PrintConnectorItemRequestBuilder.cs b/src/generated/Print/Connectors/Item/PrintConnectorItemRequestBuilder.cs index ff7c4100c4..fc7e2a6480 100644 --- a/src/generated/Print/Connectors/Item/PrintConnectorItemRequestBuilder.cs +++ b/src/generated/Print/Connectors/Item/PrintConnectorItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class PrintConnectorItemRequestBuilder : BaseCliRequestBuilder { /// Delete (unregister) a printConnector. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete (unregister) a printConnector.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a printConnector object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a printConnector object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update the properties of a printConnector object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a printConnector object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PrintConnectorItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintConnectorItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/connectors/{printConnector%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrintConnectorItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintConnectorItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/connectors/{printConnector%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public PrintConnectorItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/ /// /// Delete (unregister) a printConnector. /// + /// 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}/print/connectors/{printConnector%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a printConnector 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 @@ -201,6 +206,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a printConnector 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 @@ -211,7 +217,7 @@ public RequestInformation ToPatchRequestInformation(PrintConnector body, Action< public RequestInformation ToPatchRequestInformation(PrintConnector 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}/print/connectors/{printConnector%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Operations/Count/CountRequestBuilder.cs b/src/generated/Print/Operations/Count/CountRequestBuilder.cs index ee8204533a..cf509f390f 100644 --- a/src/generated/Print/Operations/Count/CountRequestBuilder.cs +++ b/src/generated/Print/Operations/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}/print/operations/$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}/print/operations/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/operations/$c /// /// 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/Print/Operations/Item/PrintOperationItemRequestBuilder.cs b/src/generated/Print/Operations/Item/PrintOperationItemRequestBuilder.cs index 51d25c9bbe..241ac77639 100644 --- a/src/generated/Print/Operations/Item/PrintOperationItemRequestBuilder.cs +++ b/src/generated/Print/Operations/Item/PrintOperationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrintOperationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property operations for print /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property operations for print"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a printOperation object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a printOperation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-1.0"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property operations in print /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property operations in print"; @@ -153,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PrintOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/operations/{printOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrintOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/operations/{printOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -167,6 +170,7 @@ public PrintOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/ /// /// Delete navigation property operations for print /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -175,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}/print/operations/{printOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -183,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a printOperation 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 @@ -199,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property operations in print /// + /// 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 @@ -209,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(PrintOperation body, Action< public RequestInformation ToPatchRequestInformation(PrintOperation 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}/print/operations/{printOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Operations/OperationsRequestBuilder.cs b/src/generated/Print/Operations/OperationsRequestBuilder.cs index d4b6ac3548..cd3f50ccb2 100644 --- a/src/generated/Print/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Print/Operations/OperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the operations property of the microsoft.graph.print entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new PrintOperationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to operations for print /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to operations for print"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// Retrieve the properties and relationships of a printOperation object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the properties and relationships of a printOperation object."; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/print/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/print/operatio /// /// Retrieve the properties and relationships of a printOperation 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 @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for print /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(PrintOperation 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}/print/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/PrintRequestBuilder.cs b/src/generated/Print/PrintRequestBuilder.cs index 573bf68906..56b9bdde2d 100644 --- a/src/generated/Print/PrintRequestBuilder.cs +++ b/src/generated/Print/PrintRequestBuilder.cs @@ -28,6 +28,7 @@ public class PrintRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the connectors property of the microsoft.graph.print entity. /// + /// A public Command BuildConnectorsNavCommand() { var command = new Command("connectors"); command.Description = "Provides operations to manage the connectors property of the microsoft.graph.print entity."; @@ -53,6 +54,7 @@ public Command BuildConnectorsNavCommand() { /// /// Get print /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get print"; @@ -97,6 +99,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.print entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.print entity."; @@ -122,6 +125,7 @@ public Command BuildOperationsNavCommand() { /// /// Update print /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update print"; @@ -165,6 +169,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the printers property of the microsoft.graph.print entity. /// + /// A public Command BuildPrintersNavCommand() { var command = new Command("printers"); command.Description = "Provides operations to manage the printers property of the microsoft.graph.print entity."; @@ -190,6 +195,7 @@ public Command BuildPrintersNavCommand() { /// /// Provides operations to manage the services property of the microsoft.graph.print entity. /// + /// A public Command BuildServicesNavCommand() { var command = new Command("services"); command.Description = "Provides operations to manage the services property of the microsoft.graph.print entity."; @@ -215,6 +221,7 @@ public Command BuildServicesNavCommand() { /// /// Provides operations to manage the shares property of the microsoft.graph.print entity. /// + /// A public Command BuildSharesNavCommand() { var command = new Command("shares"); command.Description = "Provides operations to manage the shares property of the microsoft.graph.print entity."; @@ -240,6 +247,7 @@ public Command BuildSharesNavCommand() { /// /// Provides operations to manage the taskDefinitions property of the microsoft.graph.print entity. /// + /// A public Command BuildTaskDefinitionsNavCommand() { var command = new Command("task-definitions"); command.Description = "Provides operations to manage the taskDefinitions property of the microsoft.graph.print entity."; @@ -263,13 +271,13 @@ public Command BuildTaskDefinitionsNavCommand() { return command; } /// - /// Instantiates a new PrintRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrintRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintRequestBuilder(string rawUrl) : base("{+baseurl}/print{?%24expand,%24select}", rawUrl) { @@ -277,6 +285,7 @@ public PrintRequestBuilder(string rawUrl) : base("{+baseurl}/print{?%24expand,%2 /// /// Get print /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -293,6 +302,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update print /// + /// 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 @@ -303,7 +313,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Print body, Ac public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Print 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}/print", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Printers/Count/CountRequestBuilder.cs b/src/generated/Print/Printers/Count/CountRequestBuilder.cs index b696c20075..52068abd6d 100644 --- a/src/generated/Print/Printers/Count/CountRequestBuilder.cs +++ b/src/generated/Print/Printers/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}/print/printers/$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}/print/printers/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/$cou /// /// 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/Print/Printers/Create/CreatePostRequestBody.cs b/src/generated/Print/Printers/Create/CreatePostRequestBody.cs index fa104f9080..836ede461a 100644 --- a/src/generated/Print/Printers/Create/CreatePostRequestBody.cs +++ b/src/generated/Print/Printers/Create/CreatePostRequestBody.cs @@ -60,7 +60,7 @@ public class CreatePostRequestBody : IAdditionalDataHolder, IParsable { public string PhysicalDeviceId { get; set; } #endif /// - /// Instantiates a new createPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreatePostRequestBody() { AdditionalData = new Dictionary(); @@ -68,6 +68,7 @@ public CreatePostRequestBody() { /// /// 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 CreatePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -76,6 +77,7 @@ public static CreatePostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"certificateSigningRequest", n => { CertificateSigningRequest = n.GetObjectValue(PrintCertificateSigningRequest.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Print/Printers/Create/CreateRequestBuilder.cs b/src/generated/Print/Printers/Create/CreateRequestBuilder.cs index 4c606acc62..0c53f042c3 100644 --- a/src/generated/Print/Printers/Create/CreateRequestBuilder.cs +++ b/src/generated/Print/Printers/Create/CreateRequestBuilder.cs @@ -22,6 +22,7 @@ public class CreateRequestBuilder : BaseCliRequestBuilder { /// Create (register) a printer with the Universal Print service. This is a long-running operation and as such, it returns a printerCreateOperation that can be used to track and verify the registration of the printer. For help creating the required Certificate Signing Request (CSR) for creating printer, see the CSR generation code sample. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create (register) a printer with the Universal Print service. This is a long-running operation and as such, it returns a printerCreateOperation that can be used to track and verify the registration of the printer. For help creating the required Certificate Signing Request (CSR) for creating printer, see the CSR generation code sample.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0"; @@ -53,13 +54,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/create", pathParameters) { } /// - /// Instantiates a new CreateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/create", rawUrl) { @@ -67,6 +68,7 @@ public CreateRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/cre /// /// Create (register) a printer with the Universal Print service. This is a long-running operation and as such, it returns a printerCreateOperation that can be used to track and verify the registration of the printer. For help creating the required Certificate Signing Request (CSR) for creating printer, see the CSR generation code sample. /// + /// 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/Print/Printers/Item/Connectors/ConnectorsRequestBuilder.cs b/src/generated/Print/Printers/Item/Connectors/ConnectorsRequestBuilder.cs index 91d0d55027..0063086e59 100644 --- a/src/generated/Print/Printers/Item/Connectors/ConnectorsRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Connectors/ConnectorsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ConnectorsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the connectors property of the microsoft.graph.printer entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new PrintConnectorItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Retrieve a list of printConnectors associated with the printer. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of printConnectors associated with the printer.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ConnectorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ConnectorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/connectors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ConnectorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ConnectorsRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/connectors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public ConnectorsRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers /// /// Retrieve a list of printConnectors associated with the printer. /// + /// 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/Print/Printers/Item/Connectors/Count/CountRequestBuilder.cs b/src/generated/Print/Printers/Item/Connectors/Count/CountRequestBuilder.cs index efeaf2fdca..fc8603c028 100644 --- a/src/generated/Print/Printers/Item/Connectors/Count/CountRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Connectors/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}/print/printers/{printer%2Did}/connectors/$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}/print/printers/{printer%2Did}/connectors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{pri /// /// 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/Print/Printers/Item/Connectors/Item/PrintConnectorItemRequestBuilder.cs b/src/generated/Print/Printers/Item/Connectors/Item/PrintConnectorItemRequestBuilder.cs index 898811df37..b5e6aa71a7 100644 --- a/src/generated/Print/Printers/Item/Connectors/Item/PrintConnectorItemRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Connectors/Item/PrintConnectorItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrintConnectorItemRequestBuilder : BaseCliRequestBuilder { /// /// The connectors that are associated with the printer. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The connectors that are associated with the printer."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrintConnectorItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintConnectorItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/connectors/{printConnector%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrintConnectorItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintConnectorItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/connectors/{printConnector%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public PrintConnectorItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/ /// /// The connectors that are associated with the printer. /// + /// 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/Print/Printers/Item/Jobs/Count/CountRequestBuilder.cs b/src/generated/Print/Printers/Item/Jobs/Count/CountRequestBuilder.cs index 6ccf6f0d8e..c48576b18b 100644 --- a/src/generated/Print/Printers/Item/Jobs/Count/CountRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Jobs/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}/print/printers/{printer%2Did}/jobs/$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}/print/printers/{printer%2Did}/jobs/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{pri /// /// 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/Print/Printers/Item/Jobs/Item/Abort/AbortPostRequestBody.cs b/src/generated/Print/Printers/Item/Jobs/Item/Abort/AbortPostRequestBody.cs index 900bf9515c..011fc4b68e 100644 --- a/src/generated/Print/Printers/Item/Jobs/Item/Abort/AbortPostRequestBody.cs +++ b/src/generated/Print/Printers/Item/Jobs/Item/Abort/AbortPostRequestBody.cs @@ -17,7 +17,7 @@ public class AbortPostRequestBody : IAdditionalDataHolder, IParsable { public string Reason { get; set; } #endif /// - /// Instantiates a new abortPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AbortPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AbortPostRequestBody() { /// /// 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 AbortPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static AbortPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"reason", n => { Reason = n.GetStringValue(); } }, diff --git a/src/generated/Print/Printers/Item/Jobs/Item/Abort/AbortRequestBuilder.cs b/src/generated/Print/Printers/Item/Jobs/Item/Abort/AbortRequestBuilder.cs index f3580f53b2..90af5ecb77 100644 --- a/src/generated/Print/Printers/Item/Jobs/Item/Abort/AbortRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Jobs/Item/Abort/AbortRequestBuilder.cs @@ -22,6 +22,7 @@ public class AbortRequestBuilder : BaseCliRequestBuilder { /// Abort a print job. Only applications using application permissions can abort a print job. Aborting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Abort a print job. Only applications using application permissions can abort a print job. Aborting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AbortRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AbortRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/abort", pathParameters) { } /// - /// Instantiates a new AbortRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AbortRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/abort", rawUrl) { @@ -79,6 +80,7 @@ public AbortRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{pri /// /// Abort a print job. Only applications using application permissions can abort a print job. Aborting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing. /// + /// 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/Print/Printers/Item/Jobs/Item/Cancel/CancelRequestBuilder.cs b/src/generated/Print/Printers/Item/Jobs/Item/Cancel/CancelRequestBuilder.cs index c0f2111c3e..8da4cb8595 100644 --- a/src/generated/Print/Printers/Item/Jobs/Item/Cancel/CancelRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Jobs/Item/Cancel/CancelRequestBuilder.cs @@ -22,6 +22,7 @@ public class CancelRequestBuilder : BaseCliRequestBuilder { /// Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CancelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/cancel", pathParameters) { } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/cancel", rawUrl) { @@ -66,6 +67,7 @@ public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{pr /// /// Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions. /// + /// 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/Print/Printers/Item/Jobs/Item/Documents/Count/CountRequestBuilder.cs b/src/generated/Print/Printers/Item/Jobs/Item/Documents/Count/CountRequestBuilder.cs index 579df6ea2f..830223e737 100644 --- a/src/generated/Print/Printers/Item/Jobs/Item/Documents/Count/CountRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Jobs/Item/Documents/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"; @@ -65,13 +66,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}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/documents/$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}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/documents/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{pri /// /// 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/Print/Printers/Item/Jobs/Item/Documents/DocumentsRequestBuilder.cs b/src/generated/Print/Printers/Item/Jobs/Item/Documents/DocumentsRequestBuilder.cs index 6e47d2bd13..7bc0d495fe 100644 --- a/src/generated/Print/Printers/Item/Jobs/Item/Documents/DocumentsRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Jobs/Item/Documents/DocumentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class DocumentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the documents property of the microsoft.graph.printJob entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to documents for print /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to documents for print"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// Get documents from print /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get documents from print"; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DocumentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DocumentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/documents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DocumentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DocumentsRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/documents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public DocumentsRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/ /// /// Get documents from print /// + /// 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,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to documents for print /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(PrintDocument 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}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/documents", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/generated/Print/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.cs index 817bd4e309..41273afa69 100644 --- a/src/generated/Print/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ b/src/generated/Print/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.cs @@ -18,7 +18,7 @@ public class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IParsab public PrintDocumentUploadProperties Properties { get; set; } #endif /// - /// Instantiates a new createUploadSessionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateUploadSessionPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CreateUploadSessionPostRequestBody() { /// /// 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 CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"properties", n => { Properties = n.GetObjectValue(PrintDocumentUploadProperties.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Print/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/generated/Print/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 88bdc413f1..587521460e 100644 --- a/src/generated/Print/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CreateUploadSessionRequestBuilder : BaseCliRequestBuilder { /// Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateUploadSessionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/documents/{printDocument%2Did}/createUploadSession", pathParameters) { } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/documents/{printDocument%2Did}/createUploadSession", rawUrl) { @@ -96,6 +97,7 @@ public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/print /// /// Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. /// + /// 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/Print/Printers/Item/Jobs/Item/Documents/Item/PrintDocumentItemRequestBuilder.cs b/src/generated/Print/Printers/Item/Jobs/Item/Documents/Item/PrintDocumentItemRequestBuilder.cs index c74cc62032..2d03951f3b 100644 --- a/src/generated/Print/Printers/Item/Jobs/Item/Documents/Item/PrintDocumentItemRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Jobs/Item/Documents/Item/PrintDocumentItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class PrintDocumentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the print entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the print entity."; @@ -40,6 +41,7 @@ public Command BuildContentNavCommand() { /// /// Provides operations to call the createUploadSession method. /// + /// A public Command BuildCreateUploadSessionNavCommand() { var command = new Command("create-upload-session"); command.Description = "Provides operations to call the createUploadSession method."; @@ -55,6 +57,7 @@ public Command BuildCreateUploadSessionNavCommand() { /// /// Delete navigation property documents for print /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property documents for print"; @@ -100,6 +103,7 @@ public Command BuildDeleteCommand() { /// /// Get documents from print /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get documents from print"; @@ -162,6 +166,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property documents in print /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property documents in print"; @@ -221,13 +226,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PrintDocumentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintDocumentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/documents/{printDocument%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrintDocumentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintDocumentItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/documents/{printDocument%2Did}{?%24expand,%24select}", rawUrl) { @@ -235,6 +240,7 @@ public PrintDocumentItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/p /// /// Delete navigation property documents for print /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -243,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/documents/{printDocument%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -251,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get documents from print /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -267,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property documents in print /// + /// 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 @@ -277,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(PrintDocument 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}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/documents/{printDocument%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Printers/Item/Jobs/Item/Documents/Item/Value/ContentRequestBuilder.cs b/src/generated/Print/Printers/Item/Jobs/Item/Documents/Item/Value/ContentRequestBuilder.cs index 511275b534..a948b4eb90 100644 --- a/src/generated/Print/Printers/Item/Jobs/Item/Documents/Item/Value/ContentRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Jobs/Item/Documents/Item/Value/ContentRequestBuilder.cs @@ -21,6 +21,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// Get media content for the navigation property documents from print /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get media content for the navigation property documents from print"; @@ -71,6 +72,7 @@ public Command BuildGetCommand() { /// /// Update media content for the navigation property documents in print /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update media content for the navigation property documents in print"; @@ -129,13 +131,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}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/documents/{printDocument%2Did}/$value", 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}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/documents/{printDocument%2Did}/$value", rawUrl) { @@ -143,6 +145,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{p /// /// Get media content for the navigation property documents from print /// + /// 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 +162,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update media content for the navigation property documents in print /// + /// 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/Print/Printers/Item/Jobs/Item/PrintJobItemRequestBuilder.cs b/src/generated/Print/Printers/Item/Jobs/Item/PrintJobItemRequestBuilder.cs index 8589b268eb..e4ed44605e 100644 --- a/src/generated/Print/Printers/Item/Jobs/Item/PrintJobItemRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Jobs/Item/PrintJobItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class PrintJobItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the abort method. /// + /// A public Command BuildAbortNavCommand() { var command = new Command("abort"); command.Description = "Provides operations to call the abort method."; @@ -43,6 +44,7 @@ public Command BuildAbortNavCommand() { /// /// Provides operations to call the cancel method. /// + /// A public Command BuildCancelNavCommand() { var command = new Command("cancel"); command.Description = "Provides operations to call the cancel method."; @@ -58,6 +60,7 @@ public Command BuildCancelNavCommand() { /// /// Delete navigation property jobs for print /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property jobs for print"; @@ -97,6 +100,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the documents property of the microsoft.graph.printJob entity. /// + /// A public Command BuildDocumentsNavCommand() { var command = new Command("documents"); command.Description = "Provides operations to manage the documents property of the microsoft.graph.printJob entity."; @@ -122,6 +126,7 @@ public Command BuildDocumentsNavCommand() { /// /// The list of jobs that are queued for printing by the printer/printerShare. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of jobs that are queued for printing by the printer/printerShare."; @@ -178,6 +183,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property jobs in print /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property jobs in print"; @@ -233,6 +239,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the redirect method. /// + /// A public Command BuildRedirectNavCommand() { var command = new Command("redirect"); command.Description = "Provides operations to call the redirect method."; @@ -248,6 +255,7 @@ public Command BuildRedirectNavCommand() { /// /// Provides operations to call the start method. /// + /// A public Command BuildStartNavCommand() { var command = new Command("start"); command.Description = "Provides operations to call the start method."; @@ -263,6 +271,7 @@ public Command BuildStartNavCommand() { /// /// Provides operations to manage the tasks property of the microsoft.graph.printJob entity. /// + /// A public Command BuildTasksNavCommand() { var command = new Command("tasks"); command.Description = "Provides operations to manage the tasks property of the microsoft.graph.printJob entity."; @@ -286,13 +295,13 @@ public Command BuildTasksNavCommand() { return command; } /// - /// Instantiates a new PrintJobItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintJobItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrintJobItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintJobItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}{?%24expand,%24select}", rawUrl) { @@ -300,6 +309,7 @@ public PrintJobItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/printe /// /// Delete navigation property jobs for print /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -308,7 +318,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -316,6 +326,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of jobs that are queued for printing by the printer/printerShare. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -332,6 +343,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property jobs in print /// + /// 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 @@ -342,7 +354,7 @@ public RequestInformation ToPatchRequestInformation(PrintJob 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}/print/printers/{printer%2Did}/jobs/{printJob%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Printers/Item/Jobs/Item/Redirect/RedirectPostRequestBody.cs b/src/generated/Print/Printers/Item/Jobs/Item/Redirect/RedirectPostRequestBody.cs index fe38600c6a..7ed719b22d 100644 --- a/src/generated/Print/Printers/Item/Jobs/Item/Redirect/RedirectPostRequestBody.cs +++ b/src/generated/Print/Printers/Item/Jobs/Item/Redirect/RedirectPostRequestBody.cs @@ -26,7 +26,7 @@ public class RedirectPostRequestBody : IAdditionalDataHolder, IParsable { public string DestinationPrinterId { get; set; } #endif /// - /// Instantiates a new redirectPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RedirectPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public RedirectPostRequestBody() { /// /// 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 RedirectPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static RedirectPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"configuration", n => { Configuration = n.GetObjectValue(PrintJobConfiguration.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Print/Printers/Item/Jobs/Item/Redirect/RedirectRequestBuilder.cs b/src/generated/Print/Printers/Item/Jobs/Item/Redirect/RedirectRequestBuilder.cs index 49a35297ed..6da31a6c7d 100644 --- a/src/generated/Print/Printers/Item/Jobs/Item/Redirect/RedirectRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Jobs/Item/Redirect/RedirectRequestBuilder.cs @@ -23,6 +23,7 @@ public class RedirectRequestBuilder : BaseCliRequestBuilder { /// Redirect a print job to a different printer. Redirecting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Redirect a print job to a different printer. Redirecting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RedirectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RedirectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/redirect", pathParameters) { } /// - /// Instantiates a new RedirectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RedirectRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/redirect", rawUrl) { @@ -90,6 +91,7 @@ public RedirectRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{ /// /// Redirect a print job to a different printer. Redirecting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// + /// 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/Print/Printers/Item/Jobs/Item/Start/StartRequestBuilder.cs b/src/generated/Print/Printers/Item/Jobs/Item/Start/StartRequestBuilder.cs index 2d9b7c9580..b20cecb42f 100644 --- a/src/generated/Print/Printers/Item/Jobs/Item/Start/StartRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Jobs/Item/Start/StartRequestBuilder.cs @@ -23,6 +23,7 @@ public class StartRequestBuilder : BaseCliRequestBuilder { /// Submits the print job to the associated printer or printerShare. It will be printed after any existing pending jobs are completed, aborted, or canceled. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Submits the print job to the associated printer or printerShare. It will be printed after any existing pending jobs are completed, aborted, or canceled.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0"; @@ -63,13 +64,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new StartRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public StartRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/start", pathParameters) { } /// - /// Instantiates a new StartRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public StartRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/start", rawUrl) { @@ -77,6 +78,7 @@ public StartRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{pri /// /// Submits the print job to the associated printer or printerShare. It will be printed after any existing pending jobs are completed, aborted, or canceled. /// + /// 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/Print/Printers/Item/Jobs/Item/Tasks/Count/CountRequestBuilder.cs b/src/generated/Print/Printers/Item/Jobs/Item/Tasks/Count/CountRequestBuilder.cs index 024f03587f..aeb5a49e6b 100644 --- a/src/generated/Print/Printers/Item/Jobs/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Jobs/Item/Tasks/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"; @@ -65,13 +66,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}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/tasks/$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}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/tasks/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{pri /// /// 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/Print/Printers/Item/Jobs/Item/Tasks/Item/Definition/DefinitionRequestBuilder.cs b/src/generated/Print/Printers/Item/Jobs/Item/Tasks/Item/Definition/DefinitionRequestBuilder.cs index 0866bbf0bb..de52dc8e0e 100644 --- a/src/generated/Print/Printers/Item/Jobs/Item/Tasks/Item/Definition/DefinitionRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Jobs/Item/Tasks/Item/Definition/DefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class DefinitionRequestBuilder : BaseCliRequestBuilder { /// /// The printTaskDefinition that was used to create this task. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The printTaskDefinition that was used to create this task. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/tasks/{printTask%2Did}/definition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/tasks/{printTask%2Did}/definition{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public DefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers /// /// The printTaskDefinition that was used to create this task. 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 diff --git a/src/generated/Print/Printers/Item/Jobs/Item/Tasks/Item/PrintTaskItemRequestBuilder.cs b/src/generated/Print/Printers/Item/Jobs/Item/Tasks/Item/PrintTaskItemRequestBuilder.cs index 8c4b74848d..d1814ccee6 100644 --- a/src/generated/Print/Printers/Item/Jobs/Item/Tasks/Item/PrintTaskItemRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Jobs/Item/Tasks/Item/PrintTaskItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class PrintTaskItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the definition property of the microsoft.graph.printTask entity. /// + /// A public Command BuildDefinitionNavCommand() { var command = new Command("definition"); command.Description = "Provides operations to manage the definition property of the microsoft.graph.printTask entity."; @@ -39,6 +40,7 @@ public Command BuildDefinitionNavCommand() { /// /// Delete navigation property tasks for print /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property tasks for print"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// A list of printTasks that were triggered by this print job. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A list of printTasks that were triggered by this print job."; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property tasks in print /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property tasks in print"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the trigger property of the microsoft.graph.printTask entity. /// + /// A public Command BuildTriggerNavCommand() { var command = new Command("trigger"); command.Description = "Provides operations to manage the trigger property of the microsoft.graph.printTask entity."; @@ -220,13 +225,13 @@ public Command BuildTriggerNavCommand() { return command; } /// - /// Instantiates a new PrintTaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintTaskItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/tasks/{printTask%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrintTaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintTaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/tasks/{printTask%2Did}{?%24expand,%24select}", rawUrl) { @@ -234,6 +239,7 @@ public PrintTaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/print /// /// Delete navigation property tasks for print /// + /// 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,7 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/tasks/{printTask%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +256,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A list of printTasks that were triggered by this print job. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +273,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property tasks in print /// + /// 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 @@ -276,7 +284,7 @@ public RequestInformation ToPatchRequestInformation(PrintTask 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}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/tasks/{printTask%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Printers/Item/Jobs/Item/Tasks/Item/Trigger/TriggerRequestBuilder.cs b/src/generated/Print/Printers/Item/Jobs/Item/Tasks/Item/Trigger/TriggerRequestBuilder.cs index a83fb31e4c..aa512974b5 100644 --- a/src/generated/Print/Printers/Item/Jobs/Item/Tasks/Item/Trigger/TriggerRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Jobs/Item/Tasks/Item/Trigger/TriggerRequestBuilder.cs @@ -22,6 +22,7 @@ public class TriggerRequestBuilder : BaseCliRequestBuilder { /// /// The printTaskTrigger that triggered this task's execution. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The printTaskTrigger that triggered this task's execution. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TriggerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TriggerRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/tasks/{printTask%2Did}/trigger{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TriggerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TriggerRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/tasks/{printTask%2Did}/trigger{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public TriggerRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{p /// /// The printTaskTrigger that triggered this task's execution. 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 diff --git a/src/generated/Print/Printers/Item/Jobs/Item/Tasks/TasksRequestBuilder.cs b/src/generated/Print/Printers/Item/Jobs/Item/Tasks/TasksRequestBuilder.cs index 9749c5ca8d..77b2489a9b 100644 --- a/src/generated/Print/Printers/Item/Jobs/Item/Tasks/TasksRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Jobs/Item/Tasks/TasksRequestBuilder.cs @@ -24,6 +24,7 @@ public class TasksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tasks property of the microsoft.graph.printJob entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to tasks for print /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to tasks for print"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// A list of printTasks that were triggered by this print job. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "A list of printTasks that were triggered by this print job."; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TasksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{pri /// /// A list of printTasks that were triggered by this print job. /// + /// 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,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to tasks for print /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(PrintTask 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}/print/printers/{printer%2Did}/jobs/{printJob%2Did}/tasks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Printers/Item/Jobs/JobsRequestBuilder.cs b/src/generated/Print/Printers/Item/Jobs/JobsRequestBuilder.cs index 6a692fb4c5..cf9cd80cdf 100644 --- a/src/generated/Print/Printers/Item/Jobs/JobsRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Jobs/JobsRequestBuilder.cs @@ -24,6 +24,7 @@ public class JobsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the jobs property of the microsoft.graph.printerBase entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to jobs for print /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to jobs for print"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// /// The list of jobs that are queued for printing by the printer/printerShare. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of jobs that are queued for printing by the printer/printerShare."; @@ -202,13 +206,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new JobsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public JobsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/jobs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new JobsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public JobsRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/jobs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -216,6 +220,7 @@ public JobsRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{prin /// /// The list of jobs that are queued for printing by the printer/printerShare. /// + /// 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 +237,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to jobs for print /// + /// 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 +248,7 @@ public RequestInformation ToPostRequestInformation(PrintJob 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}/print/printers/{printer%2Did}/jobs", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Printers/Item/PrinterItemRequestBuilder.cs b/src/generated/Print/Printers/Item/PrinterItemRequestBuilder.cs index 1c246a75e3..a129636d7b 100644 --- a/src/generated/Print/Printers/Item/PrinterItemRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/PrinterItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class PrinterItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the connectors property of the microsoft.graph.printer entity. /// + /// A public Command BuildConnectorsNavCommand() { var command = new Command("connectors"); command.Description = "Provides operations to manage the connectors property of the microsoft.graph.printer entity."; @@ -52,6 +53,7 @@ public Command BuildConnectorsNavCommand() { /// Delete (unregister) a printer. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete (unregister) a printer.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-1.0"; @@ -86,6 +88,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a printer object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a printer object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-1.0"; @@ -136,6 +139,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the jobs property of the microsoft.graph.printerBase entity. /// + /// A public Command BuildJobsNavCommand() { var command = new Command("jobs"); command.Description = "Provides operations to manage the jobs property of the microsoft.graph.printerBase entity."; @@ -162,6 +166,7 @@ public Command BuildJobsNavCommand() { /// Update the properties of a printer object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a printer object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-1.0"; @@ -211,6 +216,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the restoreFactoryDefaults method. /// + /// A public Command BuildRestoreFactoryDefaultsNavCommand() { var command = new Command("restore-factory-defaults"); command.Description = "Provides operations to call the restoreFactoryDefaults method."; @@ -226,6 +232,7 @@ public Command BuildRestoreFactoryDefaultsNavCommand() { /// /// Provides operations to manage the shares property of the microsoft.graph.printer entity. /// + /// A public Command BuildSharesNavCommand() { var command = new Command("shares"); command.Description = "Provides operations to manage the shares property of the microsoft.graph.printer entity."; @@ -250,6 +257,7 @@ public Command BuildSharesNavCommand() { /// /// Provides operations to manage the taskTriggers property of the microsoft.graph.printer entity. /// + /// A public Command BuildTaskTriggersNavCommand() { var command = new Command("task-triggers"); command.Description = "Provides operations to manage the taskTriggers property of the microsoft.graph.printer entity."; @@ -273,13 +281,13 @@ public Command BuildTaskTriggersNavCommand() { return command; } /// - /// Instantiates a new PrinterItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrinterItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrinterItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrinterItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}{?%24expand,%24select}", rawUrl) { @@ -287,6 +295,7 @@ public PrinterItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/printer /// /// Delete (unregister) a printer. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -295,7 +304,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/print/printers/{printer%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -303,6 +312,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a printer 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 @@ -319,6 +329,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a printer 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 @@ -329,7 +340,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Printer body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Printer 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}/print/printers/{printer%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Printers/Item/RestoreFactoryDefaults/RestoreFactoryDefaultsRequestBuilder.cs b/src/generated/Print/Printers/Item/RestoreFactoryDefaults/RestoreFactoryDefaultsRequestBuilder.cs index 65796da0ca..f9d73ed7fb 100644 --- a/src/generated/Print/Printers/Item/RestoreFactoryDefaults/RestoreFactoryDefaultsRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/RestoreFactoryDefaults/RestoreFactoryDefaultsRequestBuilder.cs @@ -22,6 +22,7 @@ public class RestoreFactoryDefaultsRequestBuilder : BaseCliRequestBuilder { /// Restore a printer's default settings to the values specified by the manufacturer. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a printer's default settings to the values specified by the manufacturer.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreFactoryDefaultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreFactoryDefaultsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/restoreFactoryDefaults", pathParameters) { } /// - /// Instantiates a new RestoreFactoryDefaultsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreFactoryDefaultsRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/restoreFactoryDefaults", rawUrl) { @@ -60,6 +61,7 @@ public RestoreFactoryDefaultsRequestBuilder(string rawUrl) : base("{+baseurl}/pr /// /// Restore a printer's default settings to the values specified by the manufacturer. /// + /// 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/Print/Printers/Item/Shares/Count/CountRequestBuilder.cs b/src/generated/Print/Printers/Item/Shares/Count/CountRequestBuilder.cs index 53a99db4bc..a9d589baaf 100644 --- a/src/generated/Print/Printers/Item/Shares/Count/CountRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Shares/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}/print/printers/{printer%2Did}/shares/$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}/print/printers/{printer%2Did}/shares/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{pri /// /// 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/Print/Printers/Item/Shares/Item/PrinterShareItemRequestBuilder.cs b/src/generated/Print/Printers/Item/Shares/Item/PrinterShareItemRequestBuilder.cs index 737ef9e475..6454d165c8 100644 --- a/src/generated/Print/Printers/Item/Shares/Item/PrinterShareItemRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Shares/Item/PrinterShareItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrinterShareItemRequestBuilder : BaseCliRequestBuilder { /// /// The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrinterShareItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrinterShareItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/shares/{printerShare%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrinterShareItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrinterShareItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/shares/{printerShare%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public PrinterShareItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/pr /// /// The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. /// + /// 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/Print/Printers/Item/Shares/SharesRequestBuilder.cs b/src/generated/Print/Printers/Item/Shares/SharesRequestBuilder.cs index e165315f29..95ca94b361 100644 --- a/src/generated/Print/Printers/Item/Shares/SharesRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/Shares/SharesRequestBuilder.cs @@ -24,6 +24,7 @@ public class SharesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the shares property of the microsoft.graph.printer entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new PrinterShareItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Retrieve a list of printer shares associated with the printer. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of printer shares associated with the printer.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printer-list-shares?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SharesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SharesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/shares{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SharesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SharesRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/shares{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public SharesRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{pr /// /// Retrieve a list of printer shares associated with the printer. /// + /// 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/Print/Printers/Item/TaskTriggers/Count/CountRequestBuilder.cs b/src/generated/Print/Printers/Item/TaskTriggers/Count/CountRequestBuilder.cs index 7deeaa87bc..07cb932de1 100644 --- a/src/generated/Print/Printers/Item/TaskTriggers/Count/CountRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/TaskTriggers/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}/print/printers/{printer%2Did}/taskTriggers/$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}/print/printers/{printer%2Did}/taskTriggers/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{pri /// /// 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/Print/Printers/Item/TaskTriggers/Item/Definition/DefinitionRequestBuilder.cs b/src/generated/Print/Printers/Item/TaskTriggers/Item/Definition/DefinitionRequestBuilder.cs index b9df404a60..d642ec64b5 100644 --- a/src/generated/Print/Printers/Item/TaskTriggers/Item/Definition/DefinitionRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/TaskTriggers/Item/Definition/DefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class DefinitionRequestBuilder : BaseCliRequestBuilder { /// /// An abstract definition that is used to create a printTask when triggered by a print event. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "An abstract definition that is used to create a printTask when triggered by a print event. Read-only."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/taskTriggers/{printTaskTrigger%2Did}/definition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/taskTriggers/{printTaskTrigger%2Did}/definition{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public DefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers /// /// An abstract definition that is used to create a printTask when triggered by a print event. 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 diff --git a/src/generated/Print/Printers/Item/TaskTriggers/Item/PrintTaskTriggerItemRequestBuilder.cs b/src/generated/Print/Printers/Item/TaskTriggers/Item/PrintTaskTriggerItemRequestBuilder.cs index 3d23c9a0c0..20961c6f69 100644 --- a/src/generated/Print/Printers/Item/TaskTriggers/Item/PrintTaskTriggerItemRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/TaskTriggers/Item/PrintTaskTriggerItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class PrintTaskTriggerItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the definition property of the microsoft.graph.printTaskTrigger entity. /// + /// A public Command BuildDefinitionNavCommand() { var command = new Command("definition"); command.Description = "Provides operations to manage the definition property of the microsoft.graph.printTaskTrigger entity."; @@ -39,6 +40,7 @@ public Command BuildDefinitionNavCommand() { /// Delete the task trigger of a printer to prevent related print events from triggering tasks on the specified printer. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete the task trigger of a printer to prevent related print events from triggering tasks on the specified printer.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-1.0"; @@ -79,6 +81,7 @@ public Command BuildDeleteCommand() { /// Get a task trigger from a printer. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a task trigger from a printer. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-1.0"; @@ -135,6 +138,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property taskTriggers in print /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property taskTriggers in print"; @@ -188,13 +192,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PrintTaskTriggerItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintTaskTriggerItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/taskTriggers/{printTaskTrigger%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrintTaskTriggerItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintTaskTriggerItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/taskTriggers/{printTaskTrigger%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +206,7 @@ public PrintTaskTriggerItemRequestBuilder(string rawUrl) : base("{+baseurl}/prin /// /// Delete the task trigger of a printer to prevent related print events from triggering tasks on the specified printer. /// + /// 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}/print/printers/{printer%2Did}/taskTriggers/{printTaskTrigger%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get a task trigger from a printer. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// + /// 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 taskTriggers in print /// + /// 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(PrintTaskTrigger body, Actio public RequestInformation ToPatchRequestInformation(PrintTaskTrigger 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}/print/printers/{printer%2Did}/taskTriggers/{printTaskTrigger%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Printers/Item/TaskTriggers/TaskTriggersRequestBuilder.cs b/src/generated/Print/Printers/Item/TaskTriggers/TaskTriggersRequestBuilder.cs index 4ad8b03aea..9a0afafc0b 100644 --- a/src/generated/Print/Printers/Item/TaskTriggers/TaskTriggersRequestBuilder.cs +++ b/src/generated/Print/Printers/Item/TaskTriggers/TaskTriggersRequestBuilder.cs @@ -24,6 +24,7 @@ public class TaskTriggersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taskTriggers property of the microsoft.graph.printer 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new task trigger on the specified printer. Currently, only one task trigger can be specified per printer, but this limit might be removed in the future. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new task trigger on the specified printer. Currently, only one task trigger can be specified per printer, but this limit might be removed in the future. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of task triggers associated with the printer. The list of task triggers defines which tasks will be triggered as a result of events that occur during printing. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of task triggers associated with the printer. The list of task triggers defines which tasks will be triggered as a result of events that occur during printing. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TaskTriggersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskTriggersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers/{printer%2Did}/taskTriggers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaskTriggersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskTriggersRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers/{printer%2Did}/taskTriggers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public TaskTriggersRequestBuilder(string rawUrl) : base("{+baseurl}/print/printe /// /// Retrieve a list of task triggers associated with the printer. The list of task triggers defines which tasks will be triggered as a result of events that occur during printing. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new task trigger on the specified printer. Currently, only one task trigger can be specified per printer, but this limit might be removed in the future. /// + /// 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(PrintTaskTrigger body, Action public RequestInformation ToPostRequestInformation(PrintTaskTrigger 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}/print/printers/{printer%2Did}/taskTriggers", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Printers/PrintersRequestBuilder.cs b/src/generated/Print/Printers/PrintersRequestBuilder.cs index 0ffecf1a3f..3aaddab53f 100644 --- a/src/generated/Print/Printers/PrintersRequestBuilder.cs +++ b/src/generated/Print/Printers/PrintersRequestBuilder.cs @@ -25,6 +25,7 @@ public class PrintersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the printers property of the microsoft.graph.print entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to printers for print /// + /// A public Command BuildCreateCommand() { var command = BuildCreateNavCommand(); command.Description = "Create new navigation property to printers for print"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the create method. /// + /// A public Command BuildCreateNavCommand() { var command = new Command("create"); command.Description = "Provides operations to call the create method."; @@ -116,6 +120,7 @@ public Command BuildCreateNavCommand() { /// Retrieve the list of printers that are registered in the tenant. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of printers that are registered in the tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0"; @@ -206,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PrintersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/printers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PrintersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintersRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -220,6 +225,7 @@ public PrintersRequestBuilder(string rawUrl) : base("{+baseurl}/print/printers{? /// /// Retrieve the list of printers that are registered in 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 @@ -236,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to printers for print /// + /// 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 @@ -246,7 +253,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.Printer body, A public RequestInformation ToPostRequestInformation(ApiSdk.Models.Printer 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}/print/printers", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Services/Count/CountRequestBuilder.cs b/src/generated/Print/Services/Count/CountRequestBuilder.cs index 0b3f13ddd6..e89b8e903e 100644 --- a/src/generated/Print/Services/Count/CountRequestBuilder.cs +++ b/src/generated/Print/Services/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}/print/services/$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}/print/services/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/services/$cou /// /// 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/Print/Services/Item/Endpoints/Count/CountRequestBuilder.cs b/src/generated/Print/Services/Item/Endpoints/Count/CountRequestBuilder.cs index 9e877fe2bc..f27452c87a 100644 --- a/src/generated/Print/Services/Item/Endpoints/Count/CountRequestBuilder.cs +++ b/src/generated/Print/Services/Item/Endpoints/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}/print/services/{printService%2Did}/endpoints/$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}/print/services/{printService%2Did}/endpoints/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/services/{pri /// /// 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/Print/Services/Item/Endpoints/EndpointsRequestBuilder.cs b/src/generated/Print/Services/Item/Endpoints/EndpointsRequestBuilder.cs index ba8d84785b..ebd468f2ff 100644 --- a/src/generated/Print/Services/Item/Endpoints/EndpointsRequestBuilder.cs +++ b/src/generated/Print/Services/Item/Endpoints/EndpointsRequestBuilder.cs @@ -24,6 +24,7 @@ public class EndpointsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the endpoints property of the microsoft.graph.printService entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new PrintServiceEndpointItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to endpoints for print /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to endpoints for print"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of endpoints exposed by a print service. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of endpoints exposed by a print service.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new EndpointsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EndpointsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/services/{printService%2Did}/endpoints{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new EndpointsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EndpointsRequestBuilder(string rawUrl) : base("{+baseurl}/print/services/{printService%2Did}/endpoints{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public EndpointsRequestBuilder(string rawUrl) : base("{+baseurl}/print/services/ /// /// Retrieve a list of endpoints exposed by a print service. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to endpoints for print /// + /// 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 @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(PrintServiceEndpoint body, Ac public RequestInformation ToPostRequestInformation(PrintServiceEndpoint 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}/print/services/{printService%2Did}/endpoints", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Services/Item/Endpoints/Item/PrintServiceEndpointItemRequestBuilder.cs b/src/generated/Print/Services/Item/Endpoints/Item/PrintServiceEndpointItemRequestBuilder.cs index b25e009d4d..32f4b5ecd4 100644 --- a/src/generated/Print/Services/Item/Endpoints/Item/PrintServiceEndpointItemRequestBuilder.cs +++ b/src/generated/Print/Services/Item/Endpoints/Item/PrintServiceEndpointItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrintServiceEndpointItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property endpoints for print /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property endpoints for print"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a print service endpoint. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a print service endpoint.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-1.0"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property endpoints in print /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property endpoints in print"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PrintServiceEndpointItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintServiceEndpointItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/services/{printService%2Did}/endpoints/{printServiceEndpoint%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrintServiceEndpointItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintServiceEndpointItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/services/{printService%2Did}/endpoints/{printServiceEndpoint%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public PrintServiceEndpointItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property endpoints for print /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/print/services/{printService%2Did}/endpoints/{printServiceEndpoint%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a print service endpoint. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property endpoints in print /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(PrintServiceEndpoint body, A public RequestInformation ToPatchRequestInformation(PrintServiceEndpoint 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}/print/services/{printService%2Did}/endpoints/{printServiceEndpoint%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Services/Item/PrintServiceItemRequestBuilder.cs b/src/generated/Print/Services/Item/PrintServiceItemRequestBuilder.cs index 18b4d71207..c4ed721221 100644 --- a/src/generated/Print/Services/Item/PrintServiceItemRequestBuilder.cs +++ b/src/generated/Print/Services/Item/PrintServiceItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class PrintServiceItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property services for print /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property services for print"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the endpoints property of the microsoft.graph.printService entity. /// + /// A public Command BuildEndpointsNavCommand() { var command = new Command("endpoints"); command.Description = "Provides operations to manage the endpoints property of the microsoft.graph.printService entity."; @@ -82,6 +84,7 @@ public Command BuildEndpointsNavCommand() { /// Retrieve the properties and relationships of a print service. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a print service.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-1.0"; @@ -132,6 +135,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property services in print /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property services in print"; @@ -179,13 +183,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PrintServiceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintServiceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/services/{printService%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrintServiceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintServiceItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/services/{printService%2Did}{?%24expand,%24select}", rawUrl) { @@ -193,6 +197,7 @@ public PrintServiceItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/se /// /// Delete navigation property services for print /// + /// 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}/print/services/{printService%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 print service. /// + /// 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 services in print /// + /// 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(PrintService 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}/print/services/{printService%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Services/ServicesRequestBuilder.cs b/src/generated/Print/Services/ServicesRequestBuilder.cs index fb41d5180e..92e6322432 100644 --- a/src/generated/Print/Services/ServicesRequestBuilder.cs +++ b/src/generated/Print/Services/ServicesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ServicesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the services property of the microsoft.graph.print 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 services for print /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to services for print"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of printService objects that represent the services available to your tenant. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of printService objects that represent the services available to your tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0"; @@ -186,13 +190,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ServicesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServicesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/services{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServicesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServicesRequestBuilder(string rawUrl) : base("{+baseurl}/print/services{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +204,7 @@ public ServicesRequestBuilder(string rawUrl) : base("{+baseurl}/print/services{? /// /// Retrieve a list of printService objects that represent the services available to your 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 services for print /// + /// 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(PrintService 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}/print/services", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Shares/Count/CountRequestBuilder.cs b/src/generated/Print/Shares/Count/CountRequestBuilder.cs index fee495a927..dd12b56638 100644 --- a/src/generated/Print/Shares/Count/CountRequestBuilder.cs +++ b/src/generated/Print/Shares/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}/print/shares/$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}/print/shares/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/$count /// /// 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/Print/Shares/Item/AllowedGroups/AllowedGroupsRequestBuilder.cs b/src/generated/Print/Shares/Item/AllowedGroups/AllowedGroupsRequestBuilder.cs index 846b7c3b8d..e2225d4d9a 100644 --- a/src/generated/Print/Shares/Item/AllowedGroups/AllowedGroupsRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/AllowedGroups/AllowedGroupsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AllowedGroupsRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.print.shares.item.allowedGroups.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new GroupItemRequestBuilder(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() { /// Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0"; @@ -149,6 +152,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of print entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of print entities."; @@ -164,13 +168,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new AllowedGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AllowedGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AllowedGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AllowedGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -178,6 +182,7 @@ public AllowedGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/print/share /// /// Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. /// + /// 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/Print/Shares/Item/AllowedGroups/Count/CountRequestBuilder.cs b/src/generated/Print/Shares/Item/AllowedGroups/Count/CountRequestBuilder.cs index 5f240f10f8..48af67c865 100644 --- a/src/generated/Print/Shares/Item/AllowedGroups/Count/CountRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/AllowedGroups/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}/print/shares/{printerShare%2Did}/allowedGroups/$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}/print/shares/{printerShare%2Did}/allowedGroups/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{print /// /// 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/Print/Shares/Item/AllowedGroups/Item/GroupItemRequestBuilder.cs b/src/generated/Print/Shares/Item/AllowedGroups/Item/GroupItemRequestBuilder.cs index d3a8f3788b..fc6bbf7e77 100644 --- a/src/generated/Print/Shares/Item/AllowedGroups/Item/GroupItemRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/AllowedGroups/Item/GroupItemRequestBuilder.cs @@ -19,6 +19,7 @@ public class GroupItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of print entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of print entities."; @@ -34,6 +35,7 @@ public Command BuildRefByIdNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -53,13 +55,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new GroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/{group%2Did}", pathParameters) { } /// - /// Instantiates a new GroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/{group%2Did}", rawUrl) { diff --git a/src/generated/Print/Shares/Item/AllowedGroups/Item/Ref/RefRequestBuilder.cs b/src/generated/Print/Shares/Item/AllowedGroups/Item/Ref/RefRequestBuilder.cs index 3ceda742a5..dbb56f7c42 100644 --- a/src/generated/Print/Shares/Item/AllowedGroups/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/AllowedGroups/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Revoke the specified group's access to submit print jobs to the associated printerShare. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Revoke the specified group's access to submit print jobs to the associated printerShare.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/{group%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/{group%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printer /// /// Revoke the specified group's access to submit print jobs to the associated printerShare. /// + /// 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/Print/Shares/Item/AllowedGroups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Print/Shares/Item/AllowedGroups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 6c1df48a20..418cef7e83 100644 --- a/src/generated/Print/Shares/Item/AllowedGroups/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/AllowedGroups/Item/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/print/shares/{printerShare%2Did}/allowedGroups/{group%2Did}/serviceProvisioningErrors/$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}/print/shares/{printerShare%2Did}/allowedGroups/{group%2Did}/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{print /// /// 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/Print/Shares/Item/AllowedGroups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Print/Shares/Item/AllowedGroups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 4ae8a0ac61..7aaa01c6d7 100644 --- a/src/generated/Print/Shares/Item/AllowedGroups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/AllowedGroups/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/{group%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/{group%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Print/Shares/Item/AllowedGroups/Ref/RefRequestBuilder.cs b/src/generated/Print/Shares/Item/AllowedGroups/Ref/RefRequestBuilder.cs index 1e22305dd2..0640af57ca 100644 --- a/src/generated/Print/Shares/Item/AllowedGroups/Ref/RefRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/AllowedGroups/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Revoke the specified group's access to submit print jobs to the associated printerShare. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Revoke the specified group's access to submit print jobs to the associated printerShare.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0"; @@ -148,6 +150,7 @@ public Command BuildGetCommand() { /// Grant the specified group access to submit print jobs to the associated printerShare. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Grant the specified group access to submit print jobs to the associated printerShare.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-1.0"; @@ -185,20 +188,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Revoke the specified group's access to submit print jobs to the associated printerShare. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,7 +211,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +219,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Grant the specified group access to submit print jobs to the associated printerShare. /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/print/shares/{printerShare%2Did}/allowedGroups/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Shares/Item/AllowedUsers/AllowedUsersRequestBuilder.cs b/src/generated/Print/Shares/Item/AllowedUsers/AllowedUsersRequestBuilder.cs index 113f1ce1b3..c4c1c8e8c1 100644 --- a/src/generated/Print/Shares/Item/AllowedUsers/AllowedUsersRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/AllowedUsers/AllowedUsersRequestBuilder.cs @@ -25,6 +25,7 @@ public class AllowedUsersRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.print.shares.item.allowedUsers.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new UserItemRequestBuilder(PathParameters); @@ -36,6 +37,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() { /// Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0"; @@ -150,6 +153,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of print entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of print entities."; @@ -165,13 +169,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new AllowedUsersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AllowedUsersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedUsers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AllowedUsersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AllowedUsersRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedUsers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -179,6 +183,7 @@ public AllowedUsersRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares /// /// Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. /// + /// 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/Print/Shares/Item/AllowedUsers/Count/CountRequestBuilder.cs b/src/generated/Print/Shares/Item/AllowedUsers/Count/CountRequestBuilder.cs index b990101d0d..61dd5153fe 100644 --- a/src/generated/Print/Shares/Item/AllowedUsers/Count/CountRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/AllowedUsers/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}/print/shares/{printerShare%2Did}/allowedUsers/$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}/print/shares/{printerShare%2Did}/allowedUsers/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{print /// /// 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/Print/Shares/Item/AllowedUsers/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Print/Shares/Item/AllowedUsers/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs index 30d4b8c6f2..c48e735119 100644 --- a/src/generated/Print/Shares/Item/AllowedUsers/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/AllowedUsers/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -131,13 +133,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedUsers/{user%2Did}/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedUsers/{user%2Did}/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -145,6 +147,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/print/sha /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,6 +164,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -171,7 +175,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/print/shares/{printerShare%2Did}/allowedUsers/{user%2Did}/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Shares/Item/AllowedUsers/Item/Ref/RefRequestBuilder.cs b/src/generated/Print/Shares/Item/AllowedUsers/Item/Ref/RefRequestBuilder.cs index b019b394ed..ba4668fbd7 100644 --- a/src/generated/Print/Shares/Item/AllowedUsers/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/AllowedUsers/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Revoke the specified user's access to submit print jobs to the associated printerShare. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Revoke the specified user's access to submit print jobs to the associated printerShare.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedUsers/{user%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedUsers/{user%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printer /// /// Revoke the specified user's access to submit print jobs to the associated printerShare. /// + /// 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/Print/Shares/Item/AllowedUsers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Print/Shares/Item/AllowedUsers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 1934c240f1..97e67ce8b6 100644 --- a/src/generated/Print/Shares/Item/AllowedUsers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/AllowedUsers/Item/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/print/shares/{printerShare%2Did}/allowedUsers/{user%2Did}/serviceProvisioningErrors/$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}/print/shares/{printerShare%2Did}/allowedUsers/{user%2Did}/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{print /// /// 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/Print/Shares/Item/AllowedUsers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Print/Shares/Item/AllowedUsers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 461b9300da..f25faa1fe8 100644 --- a/src/generated/Print/Shares/Item/AllowedUsers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/AllowedUsers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedUsers/{user%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedUsers/{user%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Print/Shares/Item/AllowedUsers/Item/UserItemRequestBuilder.cs b/src/generated/Print/Shares/Item/AllowedUsers/Item/UserItemRequestBuilder.cs index cde206d1f0..9373be10dc 100644 --- a/src/generated/Print/Shares/Item/AllowedUsers/Item/UserItemRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/AllowedUsers/Item/UserItemRequestBuilder.cs @@ -20,6 +20,7 @@ public class UserItemRequestBuilder : BaseCliRequestBuilder { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -36,6 +37,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// Provides operations to manage the collection of print entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of print entities."; @@ -51,6 +53,7 @@ public Command BuildRefByIdNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -70,13 +73,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new UserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedUsers/{user%2Did}", pathParameters) { } /// - /// Instantiates a new UserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedUsers/{user%2Did}", rawUrl) { diff --git a/src/generated/Print/Shares/Item/AllowedUsers/Ref/RefRequestBuilder.cs b/src/generated/Print/Shares/Item/AllowedUsers/Ref/RefRequestBuilder.cs index 160bca62db..6eed40aa52 100644 --- a/src/generated/Print/Shares/Item/AllowedUsers/Ref/RefRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/AllowedUsers/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Revoke the specified user's access to submit print jobs to the associated printerShare. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Revoke the specified user's access to submit print jobs to the associated printerShare.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0"; @@ -148,6 +150,7 @@ public Command BuildGetCommand() { /// Grant the specified user access to submit print jobs to the associated printerShare. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Grant the specified user access to submit print jobs to the associated printerShare.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-1.0"; @@ -185,20 +188,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedUsers/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedUsers/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedUsers/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/allowedUsers/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Revoke the specified user's access to submit print jobs to the associated printerShare. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,7 +211,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/print/shares/{printerShare%2Did}/allowedUsers/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +219,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Grant the specified user access to submit print jobs to the associated printerShare. /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/print/shares/{printerShare%2Did}/allowedUsers/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Shares/Item/Jobs/Count/CountRequestBuilder.cs b/src/generated/Print/Shares/Item/Jobs/Count/CountRequestBuilder.cs index f853cf1aba..9e1c11ea4a 100644 --- a/src/generated/Print/Shares/Item/Jobs/Count/CountRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/Jobs/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}/print/shares/{printerShare%2Did}/jobs/$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}/print/shares/{printerShare%2Did}/jobs/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{print /// /// 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/Print/Shares/Item/Jobs/Item/Abort/AbortPostRequestBody.cs b/src/generated/Print/Shares/Item/Jobs/Item/Abort/AbortPostRequestBody.cs index 85771b0c5d..e304f98231 100644 --- a/src/generated/Print/Shares/Item/Jobs/Item/Abort/AbortPostRequestBody.cs +++ b/src/generated/Print/Shares/Item/Jobs/Item/Abort/AbortPostRequestBody.cs @@ -17,7 +17,7 @@ public class AbortPostRequestBody : IAdditionalDataHolder, IParsable { public string Reason { get; set; } #endif /// - /// Instantiates a new abortPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AbortPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AbortPostRequestBody() { /// /// 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 AbortPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static AbortPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"reason", n => { Reason = n.GetStringValue(); } }, diff --git a/src/generated/Print/Shares/Item/Jobs/Item/Abort/AbortRequestBuilder.cs b/src/generated/Print/Shares/Item/Jobs/Item/Abort/AbortRequestBuilder.cs index b5a1d21b19..f88ddd8381 100644 --- a/src/generated/Print/Shares/Item/Jobs/Item/Abort/AbortRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/Jobs/Item/Abort/AbortRequestBuilder.cs @@ -22,6 +22,7 @@ public class AbortRequestBuilder : BaseCliRequestBuilder { /// Abort a print job. Only applications using application permissions can abort a print job. Aborting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Abort a print job. Only applications using application permissions can abort a print job. Aborting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AbortRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AbortRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/abort", pathParameters) { } /// - /// Instantiates a new AbortRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AbortRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/abort", rawUrl) { @@ -79,6 +80,7 @@ public AbortRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{print /// /// Abort a print job. Only applications using application permissions can abort a print job. Aborting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing. /// + /// 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/Print/Shares/Item/Jobs/Item/Cancel/CancelRequestBuilder.cs b/src/generated/Print/Shares/Item/Jobs/Item/Cancel/CancelRequestBuilder.cs index 00587906b7..b4307875f4 100644 --- a/src/generated/Print/Shares/Item/Jobs/Item/Cancel/CancelRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/Jobs/Item/Cancel/CancelRequestBuilder.cs @@ -22,6 +22,7 @@ public class CancelRequestBuilder : BaseCliRequestBuilder { /// Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CancelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/cancel", pathParameters) { } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/cancel", rawUrl) { @@ -66,6 +67,7 @@ public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{prin /// /// Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions. /// + /// 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/Print/Shares/Item/Jobs/Item/Documents/Count/CountRequestBuilder.cs b/src/generated/Print/Shares/Item/Jobs/Item/Documents/Count/CountRequestBuilder.cs index 78b462ecde..f8cf934d29 100644 --- a/src/generated/Print/Shares/Item/Jobs/Item/Documents/Count/CountRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/Jobs/Item/Documents/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"; @@ -65,13 +66,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}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/documents/$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}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/documents/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{print /// /// 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/Print/Shares/Item/Jobs/Item/Documents/DocumentsRequestBuilder.cs b/src/generated/Print/Shares/Item/Jobs/Item/Documents/DocumentsRequestBuilder.cs index b6141d688a..5cb99f9e19 100644 --- a/src/generated/Print/Shares/Item/Jobs/Item/Documents/DocumentsRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/Jobs/Item/Documents/DocumentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class DocumentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the documents property of the microsoft.graph.printJob entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to documents for print /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to documents for print"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// Get documents from print /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get documents from print"; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DocumentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DocumentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/documents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DocumentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DocumentsRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/documents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public DocumentsRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{p /// /// Get documents from print /// + /// 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,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to documents for print /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(PrintDocument 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}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/documents", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.cs b/src/generated/Print/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.cs index 3053229a23..5261877e12 100644 --- a/src/generated/Print/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.cs +++ b/src/generated/Print/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionPostRequestBody.cs @@ -18,7 +18,7 @@ public class CreateUploadSessionPostRequestBody : IAdditionalDataHolder, IParsab public PrintDocumentUploadProperties Properties { get; set; } #endif /// - /// Instantiates a new createUploadSessionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateUploadSessionPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public CreateUploadSessionPostRequestBody() { /// /// 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 CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static CreateUploadSessionPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"properties", n => { Properties = n.GetObjectValue(PrintDocumentUploadProperties.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Print/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs b/src/generated/Print/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs index 8b068c1082..9e7c2d9723 100644 --- a/src/generated/Print/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CreateUploadSessionRequestBuilder : BaseCliRequestBuilder { /// Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateUploadSessionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/documents/{printDocument%2Did}/createUploadSession", pathParameters) { } /// - /// Instantiates a new CreateUploadSessionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/documents/{printDocument%2Did}/createUploadSession", rawUrl) { @@ -96,6 +97,7 @@ public CreateUploadSessionRequestBuilder(string rawUrl) : base("{+baseurl}/print /// /// Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. /// + /// 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/Print/Shares/Item/Jobs/Item/Documents/Item/PrintDocumentItemRequestBuilder.cs b/src/generated/Print/Shares/Item/Jobs/Item/Documents/Item/PrintDocumentItemRequestBuilder.cs index d1928b7eb1..2f22c81c94 100644 --- a/src/generated/Print/Shares/Item/Jobs/Item/Documents/Item/PrintDocumentItemRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/Jobs/Item/Documents/Item/PrintDocumentItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class PrintDocumentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the print entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the print entity."; @@ -40,6 +41,7 @@ public Command BuildContentNavCommand() { /// /// Provides operations to call the createUploadSession method. /// + /// A public Command BuildCreateUploadSessionNavCommand() { var command = new Command("create-upload-session"); command.Description = "Provides operations to call the createUploadSession method."; @@ -55,6 +57,7 @@ public Command BuildCreateUploadSessionNavCommand() { /// /// Delete navigation property documents for print /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property documents for print"; @@ -100,6 +103,7 @@ public Command BuildDeleteCommand() { /// /// Get documents from print /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get documents from print"; @@ -162,6 +166,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property documents in print /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property documents in print"; @@ -221,13 +226,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PrintDocumentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintDocumentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/documents/{printDocument%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrintDocumentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintDocumentItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/documents/{printDocument%2Did}{?%24expand,%24select}", rawUrl) { @@ -235,6 +240,7 @@ public PrintDocumentItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/s /// /// Delete navigation property documents for print /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -243,7 +249,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/documents/{printDocument%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -251,6 +257,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get documents from print /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -267,6 +274,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property documents in print /// + /// 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 @@ -277,7 +285,7 @@ public RequestInformation ToPatchRequestInformation(PrintDocument 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}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/documents/{printDocument%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Shares/Item/Jobs/Item/Documents/Item/Value/ContentRequestBuilder.cs b/src/generated/Print/Shares/Item/Jobs/Item/Documents/Item/Value/ContentRequestBuilder.cs index 911e322453..621e248b5d 100644 --- a/src/generated/Print/Shares/Item/Jobs/Item/Documents/Item/Value/ContentRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/Jobs/Item/Documents/Item/Value/ContentRequestBuilder.cs @@ -21,6 +21,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// Get media content for the navigation property documents from print /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get media content for the navigation property documents from print"; @@ -71,6 +72,7 @@ public Command BuildGetCommand() { /// /// Update media content for the navigation property documents in print /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update media content for the navigation property documents in print"; @@ -129,13 +131,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}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/documents/{printDocument%2Did}/$value", 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}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/documents/{printDocument%2Did}/$value", rawUrl) { @@ -143,6 +145,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{pri /// /// Get media content for the navigation property documents from print /// + /// 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 +162,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update media content for the navigation property documents in print /// + /// 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/Print/Shares/Item/Jobs/Item/PrintJobItemRequestBuilder.cs b/src/generated/Print/Shares/Item/Jobs/Item/PrintJobItemRequestBuilder.cs index a6c6305d21..b20f829c14 100644 --- a/src/generated/Print/Shares/Item/Jobs/Item/PrintJobItemRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/Jobs/Item/PrintJobItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class PrintJobItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the abort method. /// + /// A public Command BuildAbortNavCommand() { var command = new Command("abort"); command.Description = "Provides operations to call the abort method."; @@ -43,6 +44,7 @@ public Command BuildAbortNavCommand() { /// /// Provides operations to call the cancel method. /// + /// A public Command BuildCancelNavCommand() { var command = new Command("cancel"); command.Description = "Provides operations to call the cancel method."; @@ -58,6 +60,7 @@ public Command BuildCancelNavCommand() { /// /// Delete navigation property jobs for print /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property jobs for print"; @@ -97,6 +100,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the documents property of the microsoft.graph.printJob entity. /// + /// A public Command BuildDocumentsNavCommand() { var command = new Command("documents"); command.Description = "Provides operations to manage the documents property of the microsoft.graph.printJob entity."; @@ -122,6 +126,7 @@ public Command BuildDocumentsNavCommand() { /// /// The list of jobs that are queued for printing by the printer/printerShare. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of jobs that are queued for printing by the printer/printerShare."; @@ -178,6 +183,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property jobs in print /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property jobs in print"; @@ -233,6 +239,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the redirect method. /// + /// A public Command BuildRedirectNavCommand() { var command = new Command("redirect"); command.Description = "Provides operations to call the redirect method."; @@ -248,6 +255,7 @@ public Command BuildRedirectNavCommand() { /// /// Provides operations to call the start method. /// + /// A public Command BuildStartNavCommand() { var command = new Command("start"); command.Description = "Provides operations to call the start method."; @@ -263,6 +271,7 @@ public Command BuildStartNavCommand() { /// /// Provides operations to manage the tasks property of the microsoft.graph.printJob entity. /// + /// A public Command BuildTasksNavCommand() { var command = new Command("tasks"); command.Description = "Provides operations to manage the tasks property of the microsoft.graph.printJob entity."; @@ -286,13 +295,13 @@ public Command BuildTasksNavCommand() { return command; } /// - /// Instantiates a new PrintJobItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintJobItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrintJobItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintJobItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}{?%24expand,%24select}", rawUrl) { @@ -300,6 +309,7 @@ public PrintJobItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares /// /// Delete navigation property jobs for print /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -308,7 +318,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -316,6 +326,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The list of jobs that are queued for printing by the printer/printerShare. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -332,6 +343,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property jobs in print /// + /// 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 @@ -342,7 +354,7 @@ public RequestInformation ToPatchRequestInformation(PrintJob 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}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Shares/Item/Jobs/Item/Redirect/RedirectPostRequestBody.cs b/src/generated/Print/Shares/Item/Jobs/Item/Redirect/RedirectPostRequestBody.cs index 2140928c57..b94fb537d4 100644 --- a/src/generated/Print/Shares/Item/Jobs/Item/Redirect/RedirectPostRequestBody.cs +++ b/src/generated/Print/Shares/Item/Jobs/Item/Redirect/RedirectPostRequestBody.cs @@ -26,7 +26,7 @@ public class RedirectPostRequestBody : IAdditionalDataHolder, IParsable { public string DestinationPrinterId { get; set; } #endif /// - /// Instantiates a new redirectPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RedirectPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public RedirectPostRequestBody() { /// /// 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 RedirectPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static RedirectPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"configuration", n => { Configuration = n.GetObjectValue(PrintJobConfiguration.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/Print/Shares/Item/Jobs/Item/Redirect/RedirectRequestBuilder.cs b/src/generated/Print/Shares/Item/Jobs/Item/Redirect/RedirectRequestBuilder.cs index 3a968e076e..2e2b505e0b 100644 --- a/src/generated/Print/Shares/Item/Jobs/Item/Redirect/RedirectRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/Jobs/Item/Redirect/RedirectRequestBuilder.cs @@ -23,6 +23,7 @@ public class RedirectRequestBuilder : BaseCliRequestBuilder { /// Redirect a print job to a different printer. Redirecting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Redirect a print job to a different printer. Redirecting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RedirectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RedirectRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/redirect", pathParameters) { } /// - /// Instantiates a new RedirectRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RedirectRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/redirect", rawUrl) { @@ -90,6 +91,7 @@ public RedirectRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{pr /// /// Redirect a print job to a different printer. Redirecting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// + /// 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/Print/Shares/Item/Jobs/Item/Start/StartRequestBuilder.cs b/src/generated/Print/Shares/Item/Jobs/Item/Start/StartRequestBuilder.cs index 50c454dd24..2ee307e7fe 100644 --- a/src/generated/Print/Shares/Item/Jobs/Item/Start/StartRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/Jobs/Item/Start/StartRequestBuilder.cs @@ -23,6 +23,7 @@ public class StartRequestBuilder : BaseCliRequestBuilder { /// Submits the print job to the associated printer or printerShare. It will be printed after any existing pending jobs are completed, aborted, or canceled. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Submits the print job to the associated printer or printerShare. It will be printed after any existing pending jobs are completed, aborted, or canceled.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0"; @@ -63,13 +64,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new StartRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public StartRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/start", pathParameters) { } /// - /// Instantiates a new StartRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public StartRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/start", rawUrl) { @@ -77,6 +78,7 @@ public StartRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{print /// /// Submits the print job to the associated printer or printerShare. It will be printed after any existing pending jobs are completed, aborted, or canceled. /// + /// 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/Print/Shares/Item/Jobs/Item/Tasks/Count/CountRequestBuilder.cs b/src/generated/Print/Shares/Item/Jobs/Item/Tasks/Count/CountRequestBuilder.cs index 000599f5e1..fc9a6119b4 100644 --- a/src/generated/Print/Shares/Item/Jobs/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/Jobs/Item/Tasks/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"; @@ -65,13 +66,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}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/tasks/$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}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/tasks/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{print /// /// 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/Print/Shares/Item/Jobs/Item/Tasks/Item/Definition/DefinitionRequestBuilder.cs b/src/generated/Print/Shares/Item/Jobs/Item/Tasks/Item/Definition/DefinitionRequestBuilder.cs index 915829ebeb..d3b69b9136 100644 --- a/src/generated/Print/Shares/Item/Jobs/Item/Tasks/Item/Definition/DefinitionRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/Jobs/Item/Tasks/Item/Definition/DefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class DefinitionRequestBuilder : BaseCliRequestBuilder { /// /// The printTaskDefinition that was used to create this task. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The printTaskDefinition that was used to create this task. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/tasks/{printTask%2Did}/definition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/tasks/{printTask%2Did}/definition{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public DefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{ /// /// The printTaskDefinition that was used to create this task. 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 diff --git a/src/generated/Print/Shares/Item/Jobs/Item/Tasks/Item/PrintTaskItemRequestBuilder.cs b/src/generated/Print/Shares/Item/Jobs/Item/Tasks/Item/PrintTaskItemRequestBuilder.cs index 95184264fd..5a238659cf 100644 --- a/src/generated/Print/Shares/Item/Jobs/Item/Tasks/Item/PrintTaskItemRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/Jobs/Item/Tasks/Item/PrintTaskItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class PrintTaskItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the definition property of the microsoft.graph.printTask entity. /// + /// A public Command BuildDefinitionNavCommand() { var command = new Command("definition"); command.Description = "Provides operations to manage the definition property of the microsoft.graph.printTask entity."; @@ -39,6 +40,7 @@ public Command BuildDefinitionNavCommand() { /// /// Delete navigation property tasks for print /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property tasks for print"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// A list of printTasks that were triggered by this print job. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A list of printTasks that were triggered by this print job."; @@ -146,6 +149,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property tasks in print /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property tasks in print"; @@ -207,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the trigger property of the microsoft.graph.printTask entity. /// + /// A public Command BuildTriggerNavCommand() { var command = new Command("trigger"); command.Description = "Provides operations to manage the trigger property of the microsoft.graph.printTask entity."; @@ -220,13 +225,13 @@ public Command BuildTriggerNavCommand() { return command; } /// - /// Instantiates a new PrintTaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintTaskItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/tasks/{printTask%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrintTaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintTaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/tasks/{printTask%2Did}{?%24expand,%24select}", rawUrl) { @@ -234,6 +239,7 @@ public PrintTaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/share /// /// Delete navigation property tasks for print /// + /// 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,7 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/tasks/{printTask%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +256,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A list of printTasks that were triggered by this print job. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,6 +273,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property tasks in print /// + /// 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 @@ -276,7 +284,7 @@ public RequestInformation ToPatchRequestInformation(PrintTask 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}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/tasks/{printTask%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Shares/Item/Jobs/Item/Tasks/Item/Trigger/TriggerRequestBuilder.cs b/src/generated/Print/Shares/Item/Jobs/Item/Tasks/Item/Trigger/TriggerRequestBuilder.cs index fb341931ec..c1806c3b11 100644 --- a/src/generated/Print/Shares/Item/Jobs/Item/Tasks/Item/Trigger/TriggerRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/Jobs/Item/Tasks/Item/Trigger/TriggerRequestBuilder.cs @@ -22,6 +22,7 @@ public class TriggerRequestBuilder : BaseCliRequestBuilder { /// /// The printTaskTrigger that triggered this task's execution. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The printTaskTrigger that triggered this task's execution. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TriggerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TriggerRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/tasks/{printTask%2Did}/trigger{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TriggerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TriggerRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/tasks/{printTask%2Did}/trigger{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public TriggerRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{pri /// /// The printTaskTrigger that triggered this task's execution. 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 diff --git a/src/generated/Print/Shares/Item/Jobs/Item/Tasks/TasksRequestBuilder.cs b/src/generated/Print/Shares/Item/Jobs/Item/Tasks/TasksRequestBuilder.cs index 887197668f..b79cba46bd 100644 --- a/src/generated/Print/Shares/Item/Jobs/Item/Tasks/TasksRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/Jobs/Item/Tasks/TasksRequestBuilder.cs @@ -24,6 +24,7 @@ public class TasksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tasks property of the microsoft.graph.printJob entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to tasks for print /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to tasks for print"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// /// A list of printTasks that were triggered by this print job. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "A list of printTasks that were triggered by this print job."; @@ -210,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TasksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -224,6 +228,7 @@ public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{print /// /// A list of printTasks that were triggered by this print job. /// + /// 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,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to tasks for print /// + /// 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 @@ -250,7 +256,7 @@ public RequestInformation ToPostRequestInformation(PrintTask 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}/print/shares/{printerShare%2Did}/jobs/{printJob%2Did}/tasks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Shares/Item/Jobs/JobsRequestBuilder.cs b/src/generated/Print/Shares/Item/Jobs/JobsRequestBuilder.cs index f2c1d3e118..a9c749640e 100644 --- a/src/generated/Print/Shares/Item/Jobs/JobsRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/Jobs/JobsRequestBuilder.cs @@ -24,6 +24,7 @@ public class JobsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the jobs property of the microsoft.graph.printerBase entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to jobs for print /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to jobs for print"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// /// The list of jobs that are queued for printing by the printer/printerShare. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of jobs that are queued for printing by the printer/printerShare."; @@ -202,13 +206,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new JobsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public JobsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new JobsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public JobsRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/jobs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -216,6 +220,7 @@ public JobsRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printe /// /// The list of jobs that are queued for printing by the printer/printerShare. /// + /// 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 +237,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to jobs for print /// + /// 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 +248,7 @@ public RequestInformation ToPostRequestInformation(PrintJob 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}/print/shares/{printerShare%2Did}/jobs", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Shares/Item/Printer/PrinterRequestBuilder.cs b/src/generated/Print/Shares/Item/Printer/PrinterRequestBuilder.cs index 7d38a09bcd..918985f17f 100644 --- a/src/generated/Print/Shares/Item/Printer/PrinterRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/Printer/PrinterRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrinterRequestBuilder : BaseCliRequestBuilder { /// /// The printer that this printer share is related to. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The printer that this printer share is related to."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrinterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrinterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}/printer{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrinterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrinterRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}/printer{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrinterRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{pri /// /// The printer that this printer share is related to. /// + /// 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/Print/Shares/Item/PrinterShareItemRequestBuilder.cs b/src/generated/Print/Shares/Item/PrinterShareItemRequestBuilder.cs index 0b53587835..d97f54f6f5 100644 --- a/src/generated/Print/Shares/Item/PrinterShareItemRequestBuilder.cs +++ b/src/generated/Print/Shares/Item/PrinterShareItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class PrinterShareItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the allowedGroups property of the microsoft.graph.printerShare entity. /// + /// A public Command BuildAllowedGroupsNavCommand() { var command = new Command("allowed-groups"); command.Description = "Provides operations to manage the allowedGroups property of the microsoft.graph.printerShare entity."; @@ -51,6 +52,7 @@ public Command BuildAllowedGroupsNavCommand() { /// /// Provides operations to manage the allowedUsers property of the microsoft.graph.printerShare entity. /// + /// A public Command BuildAllowedUsersNavCommand() { var command = new Command("allowed-users"); command.Description = "Provides operations to manage the allowedUsers property of the microsoft.graph.printerShare entity."; @@ -77,6 +79,7 @@ public Command BuildAllowedUsersNavCommand() { /// Delete a printer share (unshare the associated printer). This action can't be undone. If the printer is shared again in the future, any Windows users who had previously installed the printer needs to discover and reinstall it. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a printer share (unshare the associated printer). This action can't be undone. If the printer is shared again in the future, any Windows users who had previously installed the printer needs to discover and reinstall it.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-1.0"; @@ -111,6 +114,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a printer share. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a printer share.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-1.0"; @@ -161,6 +165,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the jobs property of the microsoft.graph.printerBase entity. /// + /// A public Command BuildJobsNavCommand() { var command = new Command("jobs"); command.Description = "Provides operations to manage the jobs property of the microsoft.graph.printerBase entity."; @@ -187,6 +192,7 @@ public Command BuildJobsNavCommand() { /// Update the properties of a printer share. This method can be used to swap printers. For example, if a physical printer device breaks, an administrator can register a new printer device and update this printerShare to point to the new printer without requiring users to take any action. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a printer share. This method can be used to swap printers. For example, if a physical printer device breaks, an administrator can register a new printer device and update this printerShare to point to the new printer without requiring users to take any action.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-1.0"; @@ -236,6 +242,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the printer property of the microsoft.graph.printerShare entity. /// + /// A public Command BuildPrinterNavCommand() { var command = new Command("printer"); command.Description = "Provides operations to manage the printer property of the microsoft.graph.printerShare entity."; @@ -249,13 +256,13 @@ public Command BuildPrinterNavCommand() { return command; } /// - /// Instantiates a new PrinterShareItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrinterShareItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares/{printerShare%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrinterShareItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrinterShareItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares/{printerShare%2Did}{?%24expand,%24select}", rawUrl) { @@ -263,6 +270,7 @@ public PrinterShareItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/sh /// /// Delete a printer share (unshare the associated printer). This action can't be undone. If the printer is shared again in the future, any Windows users who had previously installed the printer needs to discover and reinstall it. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -271,7 +279,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/print/shares/{printerShare%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -279,6 +287,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a printer share. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -295,6 +304,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a printer share. This method can be used to swap printers. For example, if a physical printer device breaks, an administrator can register a new printer device and update this printerShare to point to the new printer without requiring users to take any action. /// + /// 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 @@ -305,7 +315,7 @@ public RequestInformation ToPatchRequestInformation(PrinterShare 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}/print/shares/{printerShare%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/Shares/SharesRequestBuilder.cs b/src/generated/Print/Shares/SharesRequestBuilder.cs index 679412d1c9..87ae92adcd 100644 --- a/src/generated/Print/Shares/SharesRequestBuilder.cs +++ b/src/generated/Print/Shares/SharesRequestBuilder.cs @@ -24,6 +24,7 @@ public class SharesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the shares property of the microsoft.graph.print entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// Create a new printerShare for the specified printer. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new printerShare for the specified printer.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-1.0"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of printerShares. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of printerShares.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-1.0"; @@ -190,13 +194,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SharesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SharesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/shares{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SharesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SharesRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -204,6 +208,7 @@ public SharesRequestBuilder(string rawUrl) : base("{+baseurl}/print/shares{?%24c /// /// Retrieve a list of printerShares. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -220,6 +225,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new printerShare for the specified printer. /// + /// 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 @@ -230,7 +236,7 @@ public RequestInformation ToPostRequestInformation(PrinterShare 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}/print/shares", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/TaskDefinitions/Count/CountRequestBuilder.cs b/src/generated/Print/TaskDefinitions/Count/CountRequestBuilder.cs index 7aba8dfb5e..92f72714a0 100644 --- a/src/generated/Print/TaskDefinitions/Count/CountRequestBuilder.cs +++ b/src/generated/Print/TaskDefinitions/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}/print/taskDefinitions/$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}/print/taskDefinitions/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/taskDefinitio /// /// 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/Print/TaskDefinitions/Item/PrintTaskDefinitionItemRequestBuilder.cs b/src/generated/Print/TaskDefinitions/Item/PrintTaskDefinitionItemRequestBuilder.cs index f7aebeb4df..364eb5b716 100644 --- a/src/generated/Print/TaskDefinitions/Item/PrintTaskDefinitionItemRequestBuilder.cs +++ b/src/generated/Print/TaskDefinitions/Item/PrintTaskDefinitionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class PrintTaskDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// Delete a taskDefinition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a taskDefinition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-1.0"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Get details about a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get details about a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-1.0"; @@ -109,6 +111,7 @@ public Command BuildGetCommand() { /// Update a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-1.0"; @@ -158,6 +161,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the tasks property of the microsoft.graph.printTaskDefinition entity. /// + /// A public Command BuildTasksNavCommand() { var command = new Command("tasks"); command.Description = "Provides operations to manage the tasks property of the microsoft.graph.printTaskDefinition entity."; @@ -181,13 +185,13 @@ public Command BuildTasksNavCommand() { return command; } /// - /// Instantiates a new PrintTaskDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintTaskDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/taskDefinitions/{printTaskDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrintTaskDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintTaskDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/taskDefinitions/{printTaskDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -195,6 +199,7 @@ public PrintTaskDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/p /// /// Delete a taskDefinition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -203,7 +208,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/print/taskDefinitions/{printTaskDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -211,6 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get details about a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// + /// 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 +233,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// + /// 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 +244,7 @@ public RequestInformation ToPatchRequestInformation(PrintTaskDefinition body, Ac public RequestInformation ToPatchRequestInformation(PrintTaskDefinition 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}/print/taskDefinitions/{printTaskDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/TaskDefinitions/Item/Tasks/Count/CountRequestBuilder.cs b/src/generated/Print/TaskDefinitions/Item/Tasks/Count/CountRequestBuilder.cs index 37c330b9b4..88c37fe94d 100644 --- a/src/generated/Print/TaskDefinitions/Item/Tasks/Count/CountRequestBuilder.cs +++ b/src/generated/Print/TaskDefinitions/Item/Tasks/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}/print/taskDefinitions/{printTaskDefinition%2Did}/tasks/$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}/print/taskDefinitions/{printTaskDefinition%2Did}/tasks/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/print/taskDefinitio /// /// 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/Print/TaskDefinitions/Item/Tasks/Item/Definition/DefinitionRequestBuilder.cs b/src/generated/Print/TaskDefinitions/Item/Tasks/Item/Definition/DefinitionRequestBuilder.cs index fe15c1ffa7..dcee88d185 100644 --- a/src/generated/Print/TaskDefinitions/Item/Tasks/Item/Definition/DefinitionRequestBuilder.cs +++ b/src/generated/Print/TaskDefinitions/Item/Tasks/Item/Definition/DefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class DefinitionRequestBuilder : BaseCliRequestBuilder { /// /// The printTaskDefinition that was used to create this task. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The printTaskDefinition that was used to create this task. Read-only."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/taskDefinitions/{printTaskDefinition%2Did}/tasks/{printTask%2Did}/definition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/print/taskDefinitions/{printTaskDefinition%2Did}/tasks/{printTask%2Did}/definition{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public DefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/print/taskDefi /// /// The printTaskDefinition that was used to create this task. 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 diff --git a/src/generated/Print/TaskDefinitions/Item/Tasks/Item/PrintTaskItemRequestBuilder.cs b/src/generated/Print/TaskDefinitions/Item/Tasks/Item/PrintTaskItemRequestBuilder.cs index 158d096499..4175ac7877 100644 --- a/src/generated/Print/TaskDefinitions/Item/Tasks/Item/PrintTaskItemRequestBuilder.cs +++ b/src/generated/Print/TaskDefinitions/Item/Tasks/Item/PrintTaskItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class PrintTaskItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the definition property of the microsoft.graph.printTask entity. /// + /// A public Command BuildDefinitionNavCommand() { var command = new Command("definition"); command.Description = "Provides operations to manage the definition property of the microsoft.graph.printTask entity."; @@ -39,6 +40,7 @@ public Command BuildDefinitionNavCommand() { /// /// Delete navigation property tasks for print /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property tasks for print"; @@ -79,6 +81,7 @@ public Command BuildDeleteCommand() { /// Get details about a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get details about a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-1.0"; @@ -136,6 +139,7 @@ public Command BuildGetCommand() { /// Update a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-1.0"; @@ -191,6 +195,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the trigger property of the microsoft.graph.printTask entity. /// + /// A public Command BuildTriggerNavCommand() { var command = new Command("trigger"); command.Description = "Provides operations to manage the trigger property of the microsoft.graph.printTask entity."; @@ -204,13 +209,13 @@ public Command BuildTriggerNavCommand() { return command; } /// - /// Instantiates a new PrintTaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintTaskItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/taskDefinitions/{printTaskDefinition%2Did}/tasks/{printTask%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrintTaskItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintTaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/taskDefinitions/{printTaskDefinition%2Did}/tasks/{printTask%2Did}{?%24expand,%24select}", rawUrl) { @@ -218,6 +223,7 @@ public PrintTaskItemRequestBuilder(string rawUrl) : base("{+baseurl}/print/taskD /// /// Delete navigation property tasks for print /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/print/taskDefinitions/{printTaskDefinition%2Did}/tasks/{printTask%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -234,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get details about a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// + /// 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 @@ -260,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(PrintTask 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}/print/taskDefinitions/{printTaskDefinition%2Did}/tasks/{printTask%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/TaskDefinitions/Item/Tasks/Item/Trigger/TriggerRequestBuilder.cs b/src/generated/Print/TaskDefinitions/Item/Tasks/Item/Trigger/TriggerRequestBuilder.cs index 5f95d0e3d5..2440c9c3a6 100644 --- a/src/generated/Print/TaskDefinitions/Item/Tasks/Item/Trigger/TriggerRequestBuilder.cs +++ b/src/generated/Print/TaskDefinitions/Item/Tasks/Item/Trigger/TriggerRequestBuilder.cs @@ -22,6 +22,7 @@ public class TriggerRequestBuilder : BaseCliRequestBuilder { /// /// The printTaskTrigger that triggered this task's execution. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The printTaskTrigger that triggered this task's execution. Read-only."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TriggerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TriggerRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/taskDefinitions/{printTaskDefinition%2Did}/tasks/{printTask%2Did}/trigger{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TriggerRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TriggerRequestBuilder(string rawUrl) : base("{+baseurl}/print/taskDefinitions/{printTaskDefinition%2Did}/tasks/{printTask%2Did}/trigger{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public TriggerRequestBuilder(string rawUrl) : base("{+baseurl}/print/taskDefinit /// /// The printTaskTrigger that triggered this task's execution. 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 diff --git a/src/generated/Print/TaskDefinitions/Item/Tasks/TasksRequestBuilder.cs b/src/generated/Print/TaskDefinitions/Item/Tasks/TasksRequestBuilder.cs index e20ab5a6f8..3d044e1e1f 100644 --- a/src/generated/Print/TaskDefinitions/Item/Tasks/TasksRequestBuilder.cs +++ b/src/generated/Print/TaskDefinitions/Item/Tasks/TasksRequestBuilder.cs @@ -24,6 +24,7 @@ public class TasksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tasks property of the microsoft.graph.printTaskDefinition entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to tasks for print /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to tasks for print"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of tasks associated with a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of tasks associated with a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TasksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/taskDefinitions/{printTaskDefinition%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TasksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/print/taskDefinitions/{printTaskDefinition%2Did}/tasks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public TasksRequestBuilder(string rawUrl) : base("{+baseurl}/print/taskDefinitio /// /// Retrieve a list of tasks associated with a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to tasks for print /// + /// 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(PrintTask 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}/print/taskDefinitions/{printTaskDefinition%2Did}/tasks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Print/TaskDefinitions/TaskDefinitionsRequestBuilder.cs b/src/generated/Print/TaskDefinitions/TaskDefinitionsRequestBuilder.cs index edf14a1bda..a294c54da5 100644 --- a/src/generated/Print/TaskDefinitions/TaskDefinitionsRequestBuilder.cs +++ b/src/generated/Print/TaskDefinitions/TaskDefinitionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TaskDefinitionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the taskDefinitions property of the microsoft.graph.print 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of task definitions that the requesting app defined in the tenant. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of task definitions that the requesting app defined in the tenant. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TaskDefinitionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TaskDefinitionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/print/taskDefinitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TaskDefinitionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TaskDefinitionsRequestBuilder(string rawUrl) : base("{+baseurl}/print/taskDefinitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public TaskDefinitionsRequestBuilder(string rawUrl) : base("{+baseurl}/print/tas /// /// Retrieve a list of task definitions that the requesting app defined in the tenant. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing. /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(PrintTaskDefinition body, Act public RequestInformation ToPostRequestInformation(PrintTaskDefinition 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}/print/taskDefinitions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Privacy/PrivacyRequestBuilder.cs b/src/generated/Privacy/PrivacyRequestBuilder.cs index 852399226f..60ec40e5f0 100644 --- a/src/generated/Privacy/PrivacyRequestBuilder.cs +++ b/src/generated/Privacy/PrivacyRequestBuilder.cs @@ -23,6 +23,7 @@ public class PrivacyRequestBuilder : BaseCliRequestBuilder { /// /// Get privacy /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get privacy"; @@ -67,6 +68,7 @@ public Command BuildGetCommand() { /// /// Update privacy /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update privacy"; @@ -110,6 +112,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the subjectRightsRequests property of the microsoft.graph.privacy entity. /// + /// A public Command BuildSubjectRightsRequestsNavCommand() { var command = new Command("subject-rights-requests"); command.Description = "Provides operations to manage the subjectRightsRequests property of the microsoft.graph.privacy entity."; @@ -133,13 +136,13 @@ public Command BuildSubjectRightsRequestsNavCommand() { return command; } /// - /// Instantiates a new PrivacyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrivacyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/privacy{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrivacyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrivacyRequestBuilder(string rawUrl) : base("{+baseurl}/privacy{?%24expand,%24select}", rawUrl) { @@ -147,6 +150,7 @@ public PrivacyRequestBuilder(string rawUrl) : base("{+baseurl}/privacy{?%24expan /// /// Get privacy /// + /// 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 /// Update privacy /// + /// 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 ToPatchRequestInformation(ApiSdk.Models.Privacy body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Privacy 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}/privacy", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Privacy/SubjectRightsRequests/Count/CountRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Count/CountRequestBuilder.cs index 253bb0e1c3..9943d120c2 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Count/CountRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Count/CountRequestBuilder.cs @@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder { /// /// Get the number of the resource /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildGetCommand() { var command = new Command("get"); @@ -54,13 +55,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}/privacy/subjectRightsRequests/$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}/privacy/subjectRightsRequests/$count{?%24filter,%24search}", rawUrl) { @@ -68,6 +69,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRigh /// /// Get the number of the resource /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/ApproversRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/ApproversRequestBuilder.cs index f038045bd2..79111fb97f 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/ApproversRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/ApproversRequestBuilder.cs @@ -24,6 +24,7 @@ public class ApproversRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the approvers property of the microsoft.graph.subjectRightsRequest entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -36,6 +37,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() { /// /// Collection of users who can approve the request. Currently only supported for requests of type delete. /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildListCommand() { var command = new Command("list"); @@ -148,13 +151,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ApproversRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApproversRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ApproversRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApproversRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -162,6 +165,7 @@ public ApproversRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subject /// /// Collection of users who can approve the request. Currently only supported for requests of type delete. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Count/CountRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Count/CountRequestBuilder.cs index 809aebb2ca..f3bdfe702c 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Count/CountRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Count/CountRequestBuilder.cs @@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder { /// /// Get the number of the resource /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildGetCommand() { var command = new Command("get"); @@ -60,13 +61,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}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/$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}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/$count{?%24filter,%24search}", rawUrl) { @@ -74,6 +75,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRigh /// /// Get the number of the resource /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs index 845794b5a9..195a86cdae 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildGetCommand() { var command = new Command("get"); @@ -79,6 +80,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildPatchCommand() { var command = new Command("patch"); @@ -133,13 +135,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/{user%2Did}/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/{user%2Did}/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -147,6 +149,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/s /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -164,6 +167,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] @@ -175,7 +179,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/{user%2Did}/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 08e21a2518..112b29441d 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder { /// /// Get the number of the resource /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildGetCommand() { var command = new Command("get"); @@ -66,13 +67,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}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/{user%2Did}/serviceProvisioningErrors/$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}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/{user%2Did}/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRigh /// /// Get the number of the resource /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 995371f0e9..f979b64026 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildGetCommand() { var command = new Command("get"); @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/{user%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/{user%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/UserItemRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/UserItemRequestBuilder.cs index 715df0dd5d..1aeb1169ee 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/UserItemRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Item/Approvers/Item/UserItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserItemRequestBuilder : BaseCliRequestBuilder { /// /// Collection of users who can approve the request. Currently only supported for requests of type delete. /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildGetCommand() { var command = new Command("get"); @@ -81,6 +82,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -97,6 +99,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -116,13 +119,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new UserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/{user%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserItemRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/{user%2Did}{?%24expand,%24select}", rawUrl) { @@ -130,6 +133,7 @@ public UserItemRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectR /// /// Collection of users who can approve the request. Currently only supported for requests of type delete. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/CollaboratorsRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/CollaboratorsRequestBuilder.cs index ba5724cc29..090bdf181d 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/CollaboratorsRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/CollaboratorsRequestBuilder.cs @@ -24,6 +24,7 @@ public class CollaboratorsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collaborators property of the microsoft.graph.subjectRightsRequest entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -36,6 +37,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() { /// /// Collection of users who can collaborate on the request. /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildListCommand() { var command = new Command("list"); @@ -148,13 +151,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CollaboratorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CollaboratorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CollaboratorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CollaboratorsRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -162,6 +165,7 @@ public CollaboratorsRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/sub /// /// Collection of users who can collaborate on the request. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Count/CountRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Count/CountRequestBuilder.cs index b62c722619..928fffe464 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Count/CountRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Count/CountRequestBuilder.cs @@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder { /// /// Get the number of the resource /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildGetCommand() { var command = new Command("get"); @@ -60,13 +61,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}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/$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}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/$count{?%24filter,%24search}", rawUrl) { @@ -74,6 +75,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRigh /// /// Get the number of the resource /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs index 0693ea8e81..ccf2cd039f 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildGetCommand() { var command = new Command("get"); @@ -79,6 +80,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildPatchCommand() { var command = new Command("patch"); @@ -133,13 +135,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/{user%2Did}/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/{user%2Did}/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -147,6 +149,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/s /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -164,6 +167,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] @@ -175,7 +179,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/{user%2Did}/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 8c817f0a28..779e264651 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs @@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder { /// /// Get the number of the resource /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildGetCommand() { var command = new Command("get"); @@ -66,13 +67,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}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/{user%2Did}/serviceProvisioningErrors/$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}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/{user%2Did}/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRigh /// /// Get the number of the resource /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 167d937578..cb6f37b0eb 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildGetCommand() { var command = new Command("get"); @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/{user%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/{user%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/UserItemRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/UserItemRequestBuilder.cs index 2f20d8029a..358c8299be 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/UserItemRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Item/Collaborators/Item/UserItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserItemRequestBuilder : BaseCliRequestBuilder { /// /// Collection of users who can collaborate on the request. /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildGetCommand() { var command = new Command("get"); @@ -81,6 +82,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -97,6 +99,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -116,13 +119,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new UserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/{user%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserItemRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/{user%2Did}{?%24expand,%24select}", rawUrl) { @@ -130,6 +133,7 @@ public UserItemRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectR /// /// Collection of users who can collaborate on the request. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Privacy/SubjectRightsRequests/Item/GetFinalAttachment/GetFinalAttachmentRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Item/GetFinalAttachment/GetFinalAttachmentRequestBuilder.cs index 72bcbf4520..4d96ab2b71 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Item/GetFinalAttachment/GetFinalAttachmentRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Item/GetFinalAttachment/GetFinalAttachmentRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetFinalAttachmentRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function getFinalAttachment /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildGetCommand() { var command = new Command("get"); @@ -58,13 +59,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetFinalAttachmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetFinalAttachmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/getFinalAttachment()", pathParameters) { } /// - /// Instantiates a new GetFinalAttachmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetFinalAttachmentRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/getFinalAttachment()", rawUrl) { @@ -72,6 +73,7 @@ public GetFinalAttachmentRequestBuilder(string rawUrl) : base("{+baseurl}/privac /// /// Invoke function getFinalAttachment /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Privacy/SubjectRightsRequests/Item/GetFinalReport/GetFinalReportRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Item/GetFinalReport/GetFinalReportRequestBuilder.cs index fc809d4480..5543253353 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Item/GetFinalReport/GetFinalReportRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Item/GetFinalReport/GetFinalReportRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetFinalReportRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function getFinalReport /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildGetCommand() { var command = new Command("get"); @@ -58,13 +59,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetFinalReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetFinalReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/getFinalReport()", pathParameters) { } /// - /// Instantiates a new GetFinalReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetFinalReportRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/getFinalReport()", rawUrl) { @@ -72,6 +73,7 @@ public GetFinalReportRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/su /// /// Invoke function getFinalReport /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Privacy/SubjectRightsRequests/Item/Notes/Count/CountRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Item/Notes/Count/CountRequestBuilder.cs index 9f3c2ee99f..7ae7c538ce 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Item/Notes/Count/CountRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Item/Notes/Count/CountRequestBuilder.cs @@ -21,6 +21,7 @@ public class CountRequestBuilder : BaseCliRequestBuilder { /// /// Get the number of the resource /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildGetCommand() { var command = new Command("get"); @@ -60,13 +61,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}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/notes/$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}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/notes/$count{?%24filter,%24search}", rawUrl) { @@ -74,6 +75,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRigh /// /// Get the number of the resource /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Privacy/SubjectRightsRequests/Item/Notes/Item/AuthoredNoteItemRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Item/Notes/Item/AuthoredNoteItemRequestBuilder.cs index 4bb462da26..906d5d429b 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Item/Notes/Item/AuthoredNoteItemRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Item/Notes/Item/AuthoredNoteItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AuthoredNoteItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property notes for privacy /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildDeleteCommand() { var command = new Command("delete"); @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// List of notes associated with the request. /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildGetCommand() { var command = new Command("get"); @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property notes in privacy /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildPatchCommand() { var command = new Command("patch"); @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AuthoredNoteItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthoredNoteItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/notes/{authoredNote%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AuthoredNoteItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthoredNoteItemRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/notes/{authoredNote%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public AuthoredNoteItemRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/ /// /// Delete navigation property notes for privacy /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -196,7 +200,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/notes/{authoredNote%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -204,6 +208,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// List of notes associated with the request. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -221,6 +226,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property notes in privacy /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] @@ -232,7 +238,7 @@ public RequestInformation ToPatchRequestInformation(AuthoredNote 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}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/notes/{authoredNote%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Privacy/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.cs index a298a1e554..279e33c706 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.cs @@ -24,6 +24,7 @@ public class NotesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the notes property of the microsoft.graph.subjectRightsRequest entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AuthoredNoteItemRequestBuilder(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 authoredNote object. /// Find more info here /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildCreateCommand() { var command = new Command("create"); @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// Get the list of authored notes assoicated with a subject rights request. /// Find more info here /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildListCommand() { var command = new Command("list"); @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new NotesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NotesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/notes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new NotesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NotesRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/notes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public NotesRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRigh /// /// Get the list of authored notes assoicated with a subject rights request. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -230,6 +235,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new authoredNote object. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(AuthoredNote 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}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/notes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Privacy/SubjectRightsRequests/Item/SubjectRightsRequestItemRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Item/SubjectRightsRequestItemRequestBuilder.cs index 0839df098a..79eb7f66e3 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Item/SubjectRightsRequestItemRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Item/SubjectRightsRequestItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class SubjectRightsRequestItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the approvers property of the microsoft.graph.subjectRightsRequest entity. /// + /// A public Command BuildApproversNavCommand() { var command = new Command("approvers"); command.Description = "Provides operations to manage the approvers property of the microsoft.graph.subjectRightsRequest entity."; @@ -52,6 +53,7 @@ public Command BuildApproversNavCommand() { /// /// Provides operations to manage the collaborators property of the microsoft.graph.subjectRightsRequest entity. /// + /// A public Command BuildCollaboratorsNavCommand() { var command = new Command("collaborators"); command.Description = "Provides operations to manage the collaborators property of the microsoft.graph.subjectRightsRequest entity."; @@ -76,6 +78,7 @@ public Command BuildCollaboratorsNavCommand() { /// /// Delete navigation property subjectRightsRequests for privacy /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildDeleteCommand() { var command = new Command("delete"); @@ -111,6 +114,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a subjectRightsRequest object. /// Find more info here /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildGetCommand() { var command = new Command("get"); @@ -162,6 +166,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getFinalAttachment method. /// + /// A public Command BuildGetFinalAttachmentNavCommand() { var command = new Command("get-final-attachment"); command.Description = "Provides operations to call the getFinalAttachment method."; @@ -177,6 +182,7 @@ public Command BuildGetFinalAttachmentNavCommand() { /// /// Provides operations to call the getFinalReport method. /// + /// A public Command BuildGetFinalReportNavCommand() { var command = new Command("get-final-report"); command.Description = "Provides operations to call the getFinalReport method."; @@ -192,6 +198,7 @@ public Command BuildGetFinalReportNavCommand() { /// /// Provides operations to manage the notes property of the microsoft.graph.subjectRightsRequest entity. /// + /// A public Command BuildNotesNavCommand() { var command = new Command("notes"); command.Description = "Provides operations to manage the notes property of the microsoft.graph.subjectRightsRequest entity."; @@ -218,6 +225,7 @@ public Command BuildNotesNavCommand() { /// Update the properties of a subjectRightsRequest object. /// Find more info here /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildPatchCommand() { var command = new Command("patch"); @@ -268,6 +276,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the team property of the microsoft.graph.subjectRightsRequest entity. /// + /// A public Command BuildTeamNavCommand() { var command = new Command("team"); command.Description = "Provides operations to manage the team property of the microsoft.graph.subjectRightsRequest entity."; @@ -281,13 +290,13 @@ public Command BuildTeamNavCommand() { return command; } /// - /// Instantiates a new SubjectRightsRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRightsRequestItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubjectRightsRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRightsRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}{?%24expand,%24select}", rawUrl) { @@ -295,6 +304,7 @@ public SubjectRightsRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property subjectRightsRequests for privacy /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -304,7 +314,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -312,6 +322,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a subjectRightsRequest object. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -329,6 +340,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a subjectRightsRequest object. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] @@ -340,7 +352,7 @@ public RequestInformation ToPatchRequestInformation(SubjectRightsRequest body, A public RequestInformation ToPatchRequestInformation(SubjectRightsRequest 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}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Privacy/SubjectRightsRequests/Item/Team/TeamRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/Item/Team/TeamRequestBuilder.cs index 3431ebeda6..565b1b857f 100644 --- a/src/generated/Privacy/SubjectRightsRequests/Item/Team/TeamRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/Item/Team/TeamRequestBuilder.cs @@ -22,6 +22,7 @@ public class TeamRequestBuilder : BaseCliRequestBuilder { /// /// Information about the Microsoft Teams team that was created for the request. /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildGetCommand() { var command = new Command("get"); @@ -71,13 +72,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TeamRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/team{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRightsRequests/{subjectRightsRequest%2Did}/team{?%24expand,%24select}", rawUrl) { @@ -85,6 +86,7 @@ public TeamRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRight /// /// Information about the Microsoft Teams team that was created for the request. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER diff --git a/src/generated/Privacy/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.cs b/src/generated/Privacy/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.cs index eb8b7fb46f..7e869cce5c 100644 --- a/src/generated/Privacy/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.cs +++ b/src/generated/Privacy/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubjectRightsRequestsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the subjectRightsRequests property of the microsoft.graph.privacy entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new subjectRightsRequest object. /// Find more info here /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildCreateCommand() { var command = new Command("create"); @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// Get a list of subjectRightsRequest objects and their properties. /// Find more info here /// + /// A [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] public Command BuildListCommand() { var command = new Command("list"); @@ -194,13 +198,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SubjectRightsRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRightsRequestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/privacy/subjectRightsRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SubjectRightsRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRightsRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/privacy/subjectRightsRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -208,6 +212,7 @@ public SubjectRightsRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/pri /// /// Get a list of subjectRightsRequest objects and their properties. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER @@ -225,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new subjectRightsRequest object. /// + /// A /// The request body /// Configuration for the request such as headers, query parameters, and middleware options. [Obsolete("The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate")] @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(SubjectRightsRequest body, Ac public RequestInformation ToPostRequestInformation(SubjectRightsRequest 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}/privacy/subjectRightsRequests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/AuthenticationMethods/AuthenticationMethodsRequestBuilder.cs b/src/generated/Reports/AuthenticationMethods/AuthenticationMethodsRequestBuilder.cs index f56e82ed17..d72d45a2bc 100644 --- a/src/generated/Reports/AuthenticationMethods/AuthenticationMethodsRequestBuilder.cs +++ b/src/generated/Reports/AuthenticationMethods/AuthenticationMethodsRequestBuilder.cs @@ -27,6 +27,7 @@ public class AuthenticationMethodsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property authenticationMethods for reports /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property authenticationMethods for reports"; @@ -54,6 +55,7 @@ public Command BuildDeleteCommand() { /// /// Container for navigation properties for Microsoft Entra authentication methods resources. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Container for navigation properties for Microsoft Entra authentication methods resources."; @@ -98,6 +100,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property authenticationMethods in reports /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property authenticationMethods in reports"; @@ -141,6 +144,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the userRegistrationDetails property of the microsoft.graph.authenticationMethodsRoot entity. /// + /// A public Command BuildUserRegistrationDetailsNavCommand() { var command = new Command("user-registration-details"); command.Description = "Provides operations to manage the userRegistrationDetails property of the microsoft.graph.authenticationMethodsRoot entity."; @@ -166,6 +170,7 @@ public Command BuildUserRegistrationDetailsNavCommand() { /// /// Provides operations to call the usersRegisteredByFeature method. /// + /// A public Command BuildUsersRegisteredByFeatureNavCommand() { var command = new Command("users-registered-by-feature"); command.Description = "Provides operations to call the usersRegisteredByFeature method."; @@ -181,6 +186,7 @@ public Command BuildUsersRegisteredByFeatureNavCommand() { /// /// Provides operations to call the usersRegisteredByFeature method. /// + /// A public Command BuildUsersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRolesRbCommand() { var command = new Command("users-registered-by-feature-with-included-user-types-with-included-user-roles"); command.Description = "Provides operations to call the usersRegisteredByFeature method."; @@ -196,6 +202,7 @@ public Command BuildUsersRegisteredByFeatureWithIncludedUserTypesWithIncludedUse /// /// Provides operations to call the usersRegisteredByMethod method. /// + /// A public Command BuildUsersRegisteredByMethodNavCommand() { var command = new Command("users-registered-by-method"); command.Description = "Provides operations to call the usersRegisteredByMethod method."; @@ -211,6 +218,7 @@ public Command BuildUsersRegisteredByMethodNavCommand() { /// /// Provides operations to call the usersRegisteredByMethod method. /// + /// A public Command BuildUsersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRolesRbCommand() { var command = new Command("users-registered-by-method-with-included-user-types-with-included-user-roles"); command.Description = "Provides operations to call the usersRegisteredByMethod method."; @@ -224,13 +232,13 @@ public Command BuildUsersRegisteredByMethodWithIncludedUserTypesWithIncludedUser return command; } /// - /// Instantiates a new AuthenticationMethodsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthenticationMethodsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/authenticationMethods{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AuthenticationMethodsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthenticationMethodsRequestBuilder(string rawUrl) : base("{+baseurl}/reports/authenticationMethods{?%24expand,%24select}", rawUrl) { @@ -238,6 +246,7 @@ public AuthenticationMethodsRequestBuilder(string rawUrl) : base("{+baseurl}/rep /// /// Delete navigation property authenticationMethods for reports /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,7 +255,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/reports/authenticationMethods", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +263,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Container for navigation properties for Microsoft Entra authentication methods 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 @@ -270,6 +280,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property authenticationMethods in reports /// + /// 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 @@ -280,7 +291,7 @@ public RequestInformation ToPatchRequestInformation(AuthenticationMethodsRoot bo public RequestInformation ToPatchRequestInformation(AuthenticationMethodsRoot 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}/reports/authenticationMethods", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/AuthenticationMethods/UserRegistrationDetails/Count/CountRequestBuilder.cs b/src/generated/Reports/AuthenticationMethods/UserRegistrationDetails/Count/CountRequestBuilder.cs index e7bb99798a..9120ce2bfd 100644 --- a/src/generated/Reports/AuthenticationMethods/UserRegistrationDetails/Count/CountRequestBuilder.cs +++ b/src/generated/Reports/AuthenticationMethods/UserRegistrationDetails/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}/reports/authenticationMethods/userRegistrationDetails/$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}/reports/authenticationMethods/userRegistrationDetails/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/reports/authenticat /// /// 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/Reports/AuthenticationMethods/UserRegistrationDetails/Item/UserRegistrationDetailsItemRequestBuilder.cs b/src/generated/Reports/AuthenticationMethods/UserRegistrationDetails/Item/UserRegistrationDetailsItemRequestBuilder.cs index dedd7e146f..cc76a21277 100644 --- a/src/generated/Reports/AuthenticationMethods/UserRegistrationDetails/Item/UserRegistrationDetailsItemRequestBuilder.cs +++ b/src/generated/Reports/AuthenticationMethods/UserRegistrationDetails/Item/UserRegistrationDetailsItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserRegistrationDetailsItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property userRegistrationDetails for reports /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userRegistrationDetails for reports"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a userRegistrationDetails object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a userRegistrationDetails object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-1.0"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userRegistrationDetails in reports /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userRegistrationDetails in reports"; @@ -153,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserRegistrationDetailsItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserRegistrationDetailsItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserRegistrationDetailsItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserRegistrationDetailsItemRequestBuilder(string rawUrl) : base("{+baseurl}/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails%2Did}{?%24expand,%24select}", rawUrl) { @@ -167,6 +170,7 @@ public UserRegistrationDetailsItemRequestBuilder(string rawUrl) : base("{+baseur /// /// Delete navigation property userRegistrationDetails for reports /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -175,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}/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -183,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a userRegistrationDetails 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 @@ -199,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userRegistrationDetails in reports /// + /// 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 @@ -209,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserRegistrati public RequestInformation ToPatchRequestInformation(ApiSdk.Models.UserRegistrationDetails 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}/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/AuthenticationMethods/UserRegistrationDetails/UserRegistrationDetailsRequestBuilder.cs b/src/generated/Reports/AuthenticationMethods/UserRegistrationDetails/UserRegistrationDetailsRequestBuilder.cs index 14efadf923..e5f62681dd 100644 --- a/src/generated/Reports/AuthenticationMethods/UserRegistrationDetails/UserRegistrationDetailsRequestBuilder.cs +++ b/src/generated/Reports/AuthenticationMethods/UserRegistrationDetails/UserRegistrationDetailsRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserRegistrationDetailsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the userRegistrationDetails property of the microsoft.graph.authenticationMethodsRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserRegistrationDetailsItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to userRegistrationDetails for reports /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to userRegistrationDetails for reports"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// Get a list of the authentication methods registered for a user as defined in the userRegistrationDetails object. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the authentication methods registered for a user as defined in the userRegistrationDetails object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0"; @@ -184,13 +188,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserRegistrationDetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserRegistrationDetailsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/authenticationMethods/userRegistrationDetails{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserRegistrationDetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserRegistrationDetailsRequestBuilder(string rawUrl) : base("{+baseurl}/reports/authenticationMethods/userRegistrationDetails{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -198,6 +202,7 @@ public UserRegistrationDetailsRequestBuilder(string rawUrl) : base("{+baseurl}/r /// /// Get a list of the authentication methods registered for a user as defined in the userRegistrationDetails 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 @@ -214,6 +219,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to userRegistrationDetails for reports /// + /// 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 @@ -224,7 +230,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserRegistratio public RequestInformation ToPostRequestInformation(ApiSdk.Models.UserRegistrationDetails 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}/reports/authenticationMethods/userRegistrationDetails", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/AuthenticationMethods/UsersRegisteredByFeature/UsersRegisteredByFeatureRequestBuilder.cs b/src/generated/Reports/AuthenticationMethods/UsersRegisteredByFeature/UsersRegisteredByFeatureRequestBuilder.cs index 66473c3904..38982b0ab1 100644 --- a/src/generated/Reports/AuthenticationMethods/UsersRegisteredByFeature/UsersRegisteredByFeatureRequestBuilder.cs +++ b/src/generated/Reports/AuthenticationMethods/UsersRegisteredByFeature/UsersRegisteredByFeatureRequestBuilder.cs @@ -22,6 +22,7 @@ public class UsersRegisteredByFeatureRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function usersRegisteredByFeature /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function usersRegisteredByFeature"; @@ -50,13 +51,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new UsersRegisteredByFeatureRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UsersRegisteredByFeatureRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/authenticationMethods/usersRegisteredByFeature()", pathParameters) { } /// - /// Instantiates a new UsersRegisteredByFeatureRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UsersRegisteredByFeatureRequestBuilder(string rawUrl) : base("{+baseurl}/reports/authenticationMethods/usersRegisteredByFeature()", rawUrl) { @@ -64,6 +65,7 @@ public UsersRegisteredByFeatureRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Invoke function usersRegisteredByFeature /// + /// 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/Reports/AuthenticationMethods/UsersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRoles/UsersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRolesRequestBuilder.cs b/src/generated/Reports/AuthenticationMethods/UsersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRoles/UsersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRolesRequestBuilder.cs index 5f68cfafb6..1860f6573c 100644 --- a/src/generated/Reports/AuthenticationMethods/UsersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRoles/UsersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRolesRequestBuilder.cs +++ b/src/generated/Reports/AuthenticationMethods/UsersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRoles/UsersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRolesRequestBuilder.cs @@ -22,6 +22,7 @@ public class UsersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRolesR /// /// Invoke function usersRegisteredByFeature /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function usersRegisteredByFeature"; @@ -62,13 +63,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new UsersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UsersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/authenticationMethods/usersRegisteredByFeature(includedUserTypes='{includedUserTypes}',includedUserRoles='{includedUserRoles}')", pathParameters) { } /// - /// Instantiates a new UsersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UsersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRolesRequestBuilder(string rawUrl) : base("{+baseurl}/reports/authenticationMethods/usersRegisteredByFeature(includedUserTypes='{includedUserTypes}',includedUserRoles='{includedUserRoles}')", rawUrl) { @@ -76,6 +77,7 @@ public UsersRegisteredByFeatureWithIncludedUserTypesWithIncludedUserRolesRequest /// /// Invoke function usersRegisteredByFeature /// + /// 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/Reports/AuthenticationMethods/UsersRegisteredByMethod/UsersRegisteredByMethodRequestBuilder.cs b/src/generated/Reports/AuthenticationMethods/UsersRegisteredByMethod/UsersRegisteredByMethodRequestBuilder.cs index 60e2edfdb8..72aca13cc9 100644 --- a/src/generated/Reports/AuthenticationMethods/UsersRegisteredByMethod/UsersRegisteredByMethodRequestBuilder.cs +++ b/src/generated/Reports/AuthenticationMethods/UsersRegisteredByMethod/UsersRegisteredByMethodRequestBuilder.cs @@ -22,6 +22,7 @@ public class UsersRegisteredByMethodRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function usersRegisteredByMethod /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function usersRegisteredByMethod"; @@ -50,13 +51,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new UsersRegisteredByMethodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UsersRegisteredByMethodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/authenticationMethods/usersRegisteredByMethod()", pathParameters) { } /// - /// Instantiates a new UsersRegisteredByMethodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UsersRegisteredByMethodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/authenticationMethods/usersRegisteredByMethod()", rawUrl) { @@ -64,6 +65,7 @@ public UsersRegisteredByMethodRequestBuilder(string rawUrl) : base("{+baseurl}/r /// /// Invoke function usersRegisteredByMethod /// + /// 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/Reports/AuthenticationMethods/UsersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRoles/UsersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRolesRequestBuilder.cs b/src/generated/Reports/AuthenticationMethods/UsersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRoles/UsersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRolesRequestBuilder.cs index b743e6780f..5bd8c129ac 100644 --- a/src/generated/Reports/AuthenticationMethods/UsersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRoles/UsersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRolesRequestBuilder.cs +++ b/src/generated/Reports/AuthenticationMethods/UsersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRoles/UsersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRolesRequestBuilder.cs @@ -22,6 +22,7 @@ public class UsersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRolesRe /// /// Invoke function usersRegisteredByMethod /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function usersRegisteredByMethod"; @@ -62,13 +63,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new UsersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UsersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRolesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/authenticationMethods/usersRegisteredByMethod(includedUserTypes='{includedUserTypes}',includedUserRoles='{includedUserRoles}')", pathParameters) { } /// - /// Instantiates a new UsersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRolesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UsersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRolesRequestBuilder(string rawUrl) : base("{+baseurl}/reports/authenticationMethods/usersRegisteredByMethod(includedUserTypes='{includedUserTypes}',includedUserRoles='{includedUserRoles}')", rawUrl) { @@ -76,6 +77,7 @@ public UsersRegisteredByMethodWithIncludedUserTypesWithIncludedUserRolesRequestB /// /// Invoke function usersRegisteredByMethod /// + /// 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/Reports/DailyPrintUsageByPrinter/Count/CountRequestBuilder.cs b/src/generated/Reports/DailyPrintUsageByPrinter/Count/CountRequestBuilder.cs index 86598f8975..c5faaca865 100644 --- a/src/generated/Reports/DailyPrintUsageByPrinter/Count/CountRequestBuilder.cs +++ b/src/generated/Reports/DailyPrintUsageByPrinter/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}/reports/dailyPrintUsageByPrinter/$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}/reports/dailyPrintUsageByPrinter/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/reports/dailyPrintU /// /// 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/Reports/DailyPrintUsageByPrinter/DailyPrintUsageByPrinterRequestBuilder.cs b/src/generated/Reports/DailyPrintUsageByPrinter/DailyPrintUsageByPrinterRequestBuilder.cs index 185b2039eb..82a88c023b 100644 --- a/src/generated/Reports/DailyPrintUsageByPrinter/DailyPrintUsageByPrinterRequestBuilder.cs +++ b/src/generated/Reports/DailyPrintUsageByPrinter/DailyPrintUsageByPrinterRequestBuilder.cs @@ -24,6 +24,7 @@ public class DailyPrintUsageByPrinterRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the dailyPrintUsageByPrinter property of the microsoft.graph.reportRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new PrintUsageByPrinterItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to dailyPrintUsageByPrinter for reports /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to dailyPrintUsageByPrinter for reports"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of daily print usage summaries, grouped by printer. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of daily print usage summaries, grouped by printer.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0"; @@ -184,13 +188,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DailyPrintUsageByPrinterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DailyPrintUsageByPrinterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/dailyPrintUsageByPrinter{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DailyPrintUsageByPrinterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DailyPrintUsageByPrinterRequestBuilder(string rawUrl) : base("{+baseurl}/reports/dailyPrintUsageByPrinter{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -198,6 +202,7 @@ public DailyPrintUsageByPrinterRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Retrieve a list of daily print usage summaries, grouped by printer. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,6 +219,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to dailyPrintUsageByPrinter for reports /// + /// 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 @@ -224,7 +230,7 @@ public RequestInformation ToPostRequestInformation(PrintUsageByPrinter body, Act public RequestInformation ToPostRequestInformation(PrintUsageByPrinter 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}/reports/dailyPrintUsageByPrinter", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/DailyPrintUsageByPrinter/Item/PrintUsageByPrinterItemRequestBuilder.cs b/src/generated/Reports/DailyPrintUsageByPrinter/Item/PrintUsageByPrinterItemRequestBuilder.cs index 092ad58252..9c3fd7dada 100644 --- a/src/generated/Reports/DailyPrintUsageByPrinter/Item/PrintUsageByPrinterItemRequestBuilder.cs +++ b/src/generated/Reports/DailyPrintUsageByPrinter/Item/PrintUsageByPrinterItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrintUsageByPrinterItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property dailyPrintUsageByPrinter for reports /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property dailyPrintUsageByPrinter for reports"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Retrieve a usage summary for a printer for a particular time period. For descriptions of each of the endpoints, see printUsageByPrinter. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a usage summary for a printer for a particular time period. For descriptions of each of the endpoints, see printUsageByPrinter.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property dailyPrintUsageByPrinter in reports /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property dailyPrintUsageByPrinter in reports"; @@ -153,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PrintUsageByPrinterItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintUsageByPrinterItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/dailyPrintUsageByPrinter/{printUsageByPrinter%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrintUsageByPrinterItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintUsageByPrinterItemRequestBuilder(string rawUrl) : base("{+baseurl}/reports/dailyPrintUsageByPrinter/{printUsageByPrinter%2Did}{?%24expand,%24select}", rawUrl) { @@ -167,6 +170,7 @@ public PrintUsageByPrinterItemRequestBuilder(string rawUrl) : base("{+baseurl}/r /// /// Delete navigation property dailyPrintUsageByPrinter for reports /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -175,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}/reports/dailyPrintUsageByPrinter/{printUsageByPrinter%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -183,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a usage summary for a printer for a particular time period. For descriptions of each of the endpoints, see printUsageByPrinter. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -199,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property dailyPrintUsageByPrinter in reports /// + /// 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 @@ -209,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(PrintUsageByPrinter body, Ac public RequestInformation ToPatchRequestInformation(PrintUsageByPrinter 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}/reports/dailyPrintUsageByPrinter/{printUsageByPrinter%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/DailyPrintUsageByUser/Count/CountRequestBuilder.cs b/src/generated/Reports/DailyPrintUsageByUser/Count/CountRequestBuilder.cs index 33c1613cde..e1c650d303 100644 --- a/src/generated/Reports/DailyPrintUsageByUser/Count/CountRequestBuilder.cs +++ b/src/generated/Reports/DailyPrintUsageByUser/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}/reports/dailyPrintUsageByUser/$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}/reports/dailyPrintUsageByUser/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/reports/dailyPrintU /// /// 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/Reports/DailyPrintUsageByUser/DailyPrintUsageByUserRequestBuilder.cs b/src/generated/Reports/DailyPrintUsageByUser/DailyPrintUsageByUserRequestBuilder.cs index 611e0b4a31..8f2b5a8df1 100644 --- a/src/generated/Reports/DailyPrintUsageByUser/DailyPrintUsageByUserRequestBuilder.cs +++ b/src/generated/Reports/DailyPrintUsageByUser/DailyPrintUsageByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class DailyPrintUsageByUserRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the dailyPrintUsageByUser property of the microsoft.graph.reportRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new PrintUsageByUserItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to dailyPrintUsageByUser for reports /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to dailyPrintUsageByUser for reports"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of daily print usage summaries, grouped by user. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of daily print usage summaries, grouped by user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0"; @@ -184,13 +188,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DailyPrintUsageByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DailyPrintUsageByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/dailyPrintUsageByUser{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DailyPrintUsageByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DailyPrintUsageByUserRequestBuilder(string rawUrl) : base("{+baseurl}/reports/dailyPrintUsageByUser{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -198,6 +202,7 @@ public DailyPrintUsageByUserRequestBuilder(string rawUrl) : base("{+baseurl}/rep /// /// Retrieve a list of daily print usage summaries, grouped by user. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,6 +219,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to dailyPrintUsageByUser for reports /// + /// 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 @@ -224,7 +230,7 @@ public RequestInformation ToPostRequestInformation(PrintUsageByUser body, Action public RequestInformation ToPostRequestInformation(PrintUsageByUser 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}/reports/dailyPrintUsageByUser", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/DailyPrintUsageByUser/Item/PrintUsageByUserItemRequestBuilder.cs b/src/generated/Reports/DailyPrintUsageByUser/Item/PrintUsageByUserItemRequestBuilder.cs index 6ccf82e4c7..97515d78f5 100644 --- a/src/generated/Reports/DailyPrintUsageByUser/Item/PrintUsageByUserItemRequestBuilder.cs +++ b/src/generated/Reports/DailyPrintUsageByUser/Item/PrintUsageByUserItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrintUsageByUserItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property dailyPrintUsageByUser for reports /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property dailyPrintUsageByUser for reports"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Retrieve a user's usage summary for a particular time period. For descriptions of each endpoint, see printUsageByUser. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a user's usage summary for a particular time period. For descriptions of each endpoint, see printUsageByUser.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property dailyPrintUsageByUser in reports /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property dailyPrintUsageByUser in reports"; @@ -153,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PrintUsageByUserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintUsageByUserItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/dailyPrintUsageByUser/{printUsageByUser%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrintUsageByUserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintUsageByUserItemRequestBuilder(string rawUrl) : base("{+baseurl}/reports/dailyPrintUsageByUser/{printUsageByUser%2Did}{?%24expand,%24select}", rawUrl) { @@ -167,6 +170,7 @@ public PrintUsageByUserItemRequestBuilder(string rawUrl) : base("{+baseurl}/repo /// /// Delete navigation property dailyPrintUsageByUser for reports /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -175,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}/reports/dailyPrintUsageByUser/{printUsageByUser%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -183,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a user's usage summary for a particular time period. For descriptions of each endpoint, see printUsageByUser. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -199,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property dailyPrintUsageByUser in reports /// + /// 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 @@ -209,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(PrintUsageByUser body, Actio public RequestInformation ToPatchRequestInformation(PrintUsageByUser 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}/reports/dailyPrintUsageByUser/{printUsageByUser%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/DeviceConfigurationDeviceActivity/DeviceConfigurationDeviceActivityRequestBuilder.cs b/src/generated/Reports/DeviceConfigurationDeviceActivity/DeviceConfigurationDeviceActivityRequestBuilder.cs index 2df2fe3564..9e799d494d 100644 --- a/src/generated/Reports/DeviceConfigurationDeviceActivity/DeviceConfigurationDeviceActivityRequestBuilder.cs +++ b/src/generated/Reports/DeviceConfigurationDeviceActivity/DeviceConfigurationDeviceActivityRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeviceConfigurationDeviceActivityRequestBuilder : BaseCliRequestBui /// /// Metadata for the device configuration device activity report /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Metadata for the device configuration device activity report"; @@ -50,13 +51,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeviceConfigurationDeviceActivityRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceConfigurationDeviceActivityRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/deviceConfigurationDeviceActivity()", pathParameters) { } /// - /// Instantiates a new DeviceConfigurationDeviceActivityRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceConfigurationDeviceActivityRequestBuilder(string rawUrl) : base("{+baseurl}/reports/deviceConfigurationDeviceActivity()", rawUrl) { @@ -64,6 +65,7 @@ public DeviceConfigurationDeviceActivityRequestBuilder(string rawUrl) : base("{+ /// /// Metadata for the device configuration device activity report /// + /// 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/Reports/DeviceConfigurationUserActivity/DeviceConfigurationUserActivityRequestBuilder.cs b/src/generated/Reports/DeviceConfigurationUserActivity/DeviceConfigurationUserActivityRequestBuilder.cs index 52d43117b4..97fa2a9210 100644 --- a/src/generated/Reports/DeviceConfigurationUserActivity/DeviceConfigurationUserActivityRequestBuilder.cs +++ b/src/generated/Reports/DeviceConfigurationUserActivity/DeviceConfigurationUserActivityRequestBuilder.cs @@ -22,6 +22,7 @@ public class DeviceConfigurationUserActivityRequestBuilder : BaseCliRequestBuild /// /// Metadata for the device configuration user activity report /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Metadata for the device configuration user activity report"; @@ -50,13 +51,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeviceConfigurationUserActivityRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DeviceConfigurationUserActivityRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/deviceConfigurationUserActivity()", pathParameters) { } /// - /// Instantiates a new DeviceConfigurationUserActivityRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DeviceConfigurationUserActivityRequestBuilder(string rawUrl) : base("{+baseurl}/reports/deviceConfigurationUserActivity()", rawUrl) { @@ -64,6 +65,7 @@ public DeviceConfigurationUserActivityRequestBuilder(string rawUrl) : base("{+ba /// /// Metadata for the device configuration user activity report /// + /// 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/Reports/GetEmailActivityCountsWithPeriod/GetEmailActivityCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetEmailActivityCountsWithPeriod/GetEmailActivityCountsWithPeriodRequestBuilder.cs index de16cc4375..bd07a5df98 100644 --- a/src/generated/Reports/GetEmailActivityCountsWithPeriod/GetEmailActivityCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetEmailActivityCountsWithPeriod/GetEmailActivityCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetEmailActivityCountsWithPeriodRequestBuilder : BaseCliRequestBuil /// /// Invoke function getEmailActivityCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getEmailActivityCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetEmailActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetEmailActivityCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getEmailActivityCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetEmailActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetEmailActivityCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getEmailActivityCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetEmailActivityCountsWithPeriodRequestBuilder(string rawUrl) : base("{+b /// /// Invoke function getEmailActivityCounts /// + /// 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/Reports/GetEmailActivityUserCountsWithPeriod/GetEmailActivityUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetEmailActivityUserCountsWithPeriod/GetEmailActivityUserCountsWithPeriodRequestBuilder.cs index 3fd6c38a4a..bfca651eca 100644 --- a/src/generated/Reports/GetEmailActivityUserCountsWithPeriod/GetEmailActivityUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetEmailActivityUserCountsWithPeriod/GetEmailActivityUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetEmailActivityUserCountsWithPeriodRequestBuilder : BaseCliRequest /// /// Invoke function getEmailActivityUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getEmailActivityUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetEmailActivityUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetEmailActivityUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getEmailActivityUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetEmailActivityUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetEmailActivityUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getEmailActivityUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetEmailActivityUserCountsWithPeriodRequestBuilder(string rawUrl) : base( /// /// Invoke function getEmailActivityUserCounts /// + /// 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/Reports/GetEmailActivityUserDetailWithDate/GetEmailActivityUserDetailWithDateRequestBuilder.cs b/src/generated/Reports/GetEmailActivityUserDetailWithDate/GetEmailActivityUserDetailWithDateRequestBuilder.cs index fdb6633c63..d43f985fa1 100644 --- a/src/generated/Reports/GetEmailActivityUserDetailWithDate/GetEmailActivityUserDetailWithDateRequestBuilder.cs +++ b/src/generated/Reports/GetEmailActivityUserDetailWithDate/GetEmailActivityUserDetailWithDateRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetEmailActivityUserDetailWithDateRequestBuilder : BaseCliRequestBu /// /// Invoke function getEmailActivityUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getEmailActivityUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetEmailActivityUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetEmailActivityUserDetailWithDateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getEmailActivityUserDetail(date={date})", pathParameters) { } /// - /// Instantiates a new GetEmailActivityUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetEmailActivityUserDetailWithDateRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getEmailActivityUserDetail(date={date})", rawUrl) { @@ -71,6 +72,7 @@ public GetEmailActivityUserDetailWithDateRequestBuilder(string rawUrl) : base("{ /// /// Invoke function getEmailActivityUserDetail /// + /// 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/Reports/GetEmailActivityUserDetailWithPeriod/GetEmailActivityUserDetailWithPeriodRequestBuilder.cs b/src/generated/Reports/GetEmailActivityUserDetailWithPeriod/GetEmailActivityUserDetailWithPeriodRequestBuilder.cs index 5c0be51b1f..75f3462aef 100644 --- a/src/generated/Reports/GetEmailActivityUserDetailWithPeriod/GetEmailActivityUserDetailWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetEmailActivityUserDetailWithPeriod/GetEmailActivityUserDetailWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetEmailActivityUserDetailWithPeriodRequestBuilder : BaseCliRequest /// /// Invoke function getEmailActivityUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getEmailActivityUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetEmailActivityUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetEmailActivityUserDetailWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getEmailActivityUserDetail(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetEmailActivityUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetEmailActivityUserDetailWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getEmailActivityUserDetail(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetEmailActivityUserDetailWithPeriodRequestBuilder(string rawUrl) : base( /// /// Invoke function getEmailActivityUserDetail /// + /// 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/Reports/GetEmailAppUsageAppsUserCountsWithPeriod/GetEmailAppUsageAppsUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetEmailAppUsageAppsUserCountsWithPeriod/GetEmailAppUsageAppsUserCountsWithPeriodRequestBuilder.cs index ca7e1a0b4f..80615ea614 100644 --- a/src/generated/Reports/GetEmailAppUsageAppsUserCountsWithPeriod/GetEmailAppUsageAppsUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetEmailAppUsageAppsUserCountsWithPeriod/GetEmailAppUsageAppsUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetEmailAppUsageAppsUserCountsWithPeriodRequestBuilder : BaseCliReq /// /// Invoke function getEmailAppUsageAppsUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getEmailAppUsageAppsUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetEmailAppUsageAppsUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetEmailAppUsageAppsUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getEmailAppUsageAppsUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetEmailAppUsageAppsUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetEmailAppUsageAppsUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getEmailAppUsageAppsUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetEmailAppUsageAppsUserCountsWithPeriodRequestBuilder(string rawUrl) : b /// /// Invoke function getEmailAppUsageAppsUserCounts /// + /// 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/Reports/GetEmailAppUsageUserCountsWithPeriod/GetEmailAppUsageUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetEmailAppUsageUserCountsWithPeriod/GetEmailAppUsageUserCountsWithPeriodRequestBuilder.cs index c00d196c3c..1e72cfa9b3 100644 --- a/src/generated/Reports/GetEmailAppUsageUserCountsWithPeriod/GetEmailAppUsageUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetEmailAppUsageUserCountsWithPeriod/GetEmailAppUsageUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetEmailAppUsageUserCountsWithPeriodRequestBuilder : BaseCliRequest /// /// Invoke function getEmailAppUsageUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getEmailAppUsageUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetEmailAppUsageUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetEmailAppUsageUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getEmailAppUsageUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetEmailAppUsageUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetEmailAppUsageUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getEmailAppUsageUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetEmailAppUsageUserCountsWithPeriodRequestBuilder(string rawUrl) : base( /// /// Invoke function getEmailAppUsageUserCounts /// + /// 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/Reports/GetEmailAppUsageUserDetailWithDate/GetEmailAppUsageUserDetailWithDateRequestBuilder.cs b/src/generated/Reports/GetEmailAppUsageUserDetailWithDate/GetEmailAppUsageUserDetailWithDateRequestBuilder.cs index e2c241bcfd..f043ef6900 100644 --- a/src/generated/Reports/GetEmailAppUsageUserDetailWithDate/GetEmailAppUsageUserDetailWithDateRequestBuilder.cs +++ b/src/generated/Reports/GetEmailAppUsageUserDetailWithDate/GetEmailAppUsageUserDetailWithDateRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetEmailAppUsageUserDetailWithDateRequestBuilder : BaseCliRequestBu /// /// Invoke function getEmailAppUsageUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getEmailAppUsageUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetEmailAppUsageUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetEmailAppUsageUserDetailWithDateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getEmailAppUsageUserDetail(date={date})", pathParameters) { } /// - /// Instantiates a new GetEmailAppUsageUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetEmailAppUsageUserDetailWithDateRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getEmailAppUsageUserDetail(date={date})", rawUrl) { @@ -71,6 +72,7 @@ public GetEmailAppUsageUserDetailWithDateRequestBuilder(string rawUrl) : base("{ /// /// Invoke function getEmailAppUsageUserDetail /// + /// 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/Reports/GetEmailAppUsageUserDetailWithPeriod/GetEmailAppUsageUserDetailWithPeriodRequestBuilder.cs b/src/generated/Reports/GetEmailAppUsageUserDetailWithPeriod/GetEmailAppUsageUserDetailWithPeriodRequestBuilder.cs index 08c0ae5c58..9ea700b6d1 100644 --- a/src/generated/Reports/GetEmailAppUsageUserDetailWithPeriod/GetEmailAppUsageUserDetailWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetEmailAppUsageUserDetailWithPeriod/GetEmailAppUsageUserDetailWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetEmailAppUsageUserDetailWithPeriodRequestBuilder : BaseCliRequest /// /// Invoke function getEmailAppUsageUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getEmailAppUsageUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetEmailAppUsageUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetEmailAppUsageUserDetailWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getEmailAppUsageUserDetail(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetEmailAppUsageUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetEmailAppUsageUserDetailWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getEmailAppUsageUserDetail(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetEmailAppUsageUserDetailWithPeriodRequestBuilder(string rawUrl) : base( /// /// Invoke function getEmailAppUsageUserDetail /// + /// 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/Reports/GetEmailAppUsageVersionsUserCountsWithPeriod/GetEmailAppUsageVersionsUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetEmailAppUsageVersionsUserCountsWithPeriod/GetEmailAppUsageVersionsUserCountsWithPeriodRequestBuilder.cs index b70b7f8134..3032af68f2 100644 --- a/src/generated/Reports/GetEmailAppUsageVersionsUserCountsWithPeriod/GetEmailAppUsageVersionsUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetEmailAppUsageVersionsUserCountsWithPeriod/GetEmailAppUsageVersionsUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetEmailAppUsageVersionsUserCountsWithPeriodRequestBuilder : BaseCl /// /// Invoke function getEmailAppUsageVersionsUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getEmailAppUsageVersionsUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetEmailAppUsageVersionsUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetEmailAppUsageVersionsUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetEmailAppUsageVersionsUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetEmailAppUsageVersionsUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetEmailAppUsageVersionsUserCountsWithPeriodRequestBuilder(string rawUrl) /// /// Invoke function getEmailAppUsageVersionsUserCounts /// + /// 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/Reports/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeGetResponse.cs b/src/generated/Reports/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeGetResponse.cs index c753bc23ae..bdc04c5076 100644 --- a/src/generated/Reports/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeGetResponse.cs +++ b/src/generated/Reports/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeGetResponse.cs @@ -18,6 +18,7 @@ public class GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTim /// /// 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 new GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTim /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ArchivedPrintJob.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Reports/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/generated/Reports/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs index 7be5423300..9df0946676 100644 --- a/src/generated/Reports/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/generated/Reports/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTime/GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTim /// /// Invoke function getGroupArchivedPrintJobs /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getGroupArchivedPrintJobs"; @@ -108,13 +109,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime}){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime}){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl) { @@ -122,6 +123,7 @@ public GetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeReque /// /// Invoke function getGroupArchivedPrintJobs /// + /// 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/Reports/GetM365AppPlatformUserCountsWithPeriod/GetM365AppPlatformUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetM365AppPlatformUserCountsWithPeriod/GetM365AppPlatformUserCountsWithPeriodRequestBuilder.cs index 05cc084969..44339fcf5f 100644 --- a/src/generated/Reports/GetM365AppPlatformUserCountsWithPeriod/GetM365AppPlatformUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetM365AppPlatformUserCountsWithPeriod/GetM365AppPlatformUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetM365AppPlatformUserCountsWithPeriodRequestBuilder : BaseCliReque /// /// Invoke function getM365AppPlatformUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getM365AppPlatformUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetM365AppPlatformUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetM365AppPlatformUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getM365AppPlatformUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetM365AppPlatformUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetM365AppPlatformUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getM365AppPlatformUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetM365AppPlatformUserCountsWithPeriodRequestBuilder(string rawUrl) : bas /// /// Invoke function getM365AppPlatformUserCounts /// + /// 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/Reports/GetM365AppUserCountsWithPeriod/GetM365AppUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetM365AppUserCountsWithPeriod/GetM365AppUserCountsWithPeriodRequestBuilder.cs index a08e424f85..529449669c 100644 --- a/src/generated/Reports/GetM365AppUserCountsWithPeriod/GetM365AppUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetM365AppUserCountsWithPeriod/GetM365AppUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetM365AppUserCountsWithPeriodRequestBuilder : BaseCliRequestBuilde /// /// Invoke function getM365AppUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getM365AppUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetM365AppUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetM365AppUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getM365AppUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetM365AppUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetM365AppUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getM365AppUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetM365AppUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+bas /// /// Invoke function getM365AppUserCounts /// + /// 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/Reports/GetM365AppUserDetailWithDate/GetM365AppUserDetailWithDateRequestBuilder.cs b/src/generated/Reports/GetM365AppUserDetailWithDate/GetM365AppUserDetailWithDateRequestBuilder.cs index c6184cbca9..8de54eafb1 100644 --- a/src/generated/Reports/GetM365AppUserDetailWithDate/GetM365AppUserDetailWithDateRequestBuilder.cs +++ b/src/generated/Reports/GetM365AppUserDetailWithDate/GetM365AppUserDetailWithDateRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetM365AppUserDetailWithDateRequestBuilder : BaseCliRequestBuilder /// /// Invoke function getM365AppUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getM365AppUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetM365AppUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetM365AppUserDetailWithDateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getM365AppUserDetail(date={date})", pathParameters) { } /// - /// Instantiates a new GetM365AppUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetM365AppUserDetailWithDateRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getM365AppUserDetail(date={date})", rawUrl) { @@ -71,6 +72,7 @@ public GetM365AppUserDetailWithDateRequestBuilder(string rawUrl) : base("{+baseu /// /// Invoke function getM365AppUserDetail /// + /// 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/Reports/GetM365AppUserDetailWithPeriod/GetM365AppUserDetailWithPeriodRequestBuilder.cs b/src/generated/Reports/GetM365AppUserDetailWithPeriod/GetM365AppUserDetailWithPeriodRequestBuilder.cs index b9848a65c5..bfc2f3b0d4 100644 --- a/src/generated/Reports/GetM365AppUserDetailWithPeriod/GetM365AppUserDetailWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetM365AppUserDetailWithPeriod/GetM365AppUserDetailWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetM365AppUserDetailWithPeriodRequestBuilder : BaseCliRequestBuilde /// /// Invoke function getM365AppUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getM365AppUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetM365AppUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetM365AppUserDetailWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getM365AppUserDetail(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetM365AppUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetM365AppUserDetailWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getM365AppUserDetail(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetM365AppUserDetailWithPeriodRequestBuilder(string rawUrl) : base("{+bas /// /// Invoke function getM365AppUserDetail /// + /// 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/Reports/GetMailboxUsageDetailWithPeriod/GetMailboxUsageDetailWithPeriodRequestBuilder.cs b/src/generated/Reports/GetMailboxUsageDetailWithPeriod/GetMailboxUsageDetailWithPeriodRequestBuilder.cs index a04ea7c175..d2aa6ed9e2 100644 --- a/src/generated/Reports/GetMailboxUsageDetailWithPeriod/GetMailboxUsageDetailWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetMailboxUsageDetailWithPeriod/GetMailboxUsageDetailWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetMailboxUsageDetailWithPeriodRequestBuilder : BaseCliRequestBuild /// /// Invoke function getMailboxUsageDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getMailboxUsageDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetMailboxUsageDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMailboxUsageDetailWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getMailboxUsageDetail(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetMailboxUsageDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMailboxUsageDetailWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getMailboxUsageDetail(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetMailboxUsageDetailWithPeriodRequestBuilder(string rawUrl) : base("{+ba /// /// Invoke function getMailboxUsageDetail /// + /// 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/Reports/GetMailboxUsageMailboxCountsWithPeriod/GetMailboxUsageMailboxCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetMailboxUsageMailboxCountsWithPeriod/GetMailboxUsageMailboxCountsWithPeriodRequestBuilder.cs index 1ca3197d54..972f177d4c 100644 --- a/src/generated/Reports/GetMailboxUsageMailboxCountsWithPeriod/GetMailboxUsageMailboxCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetMailboxUsageMailboxCountsWithPeriod/GetMailboxUsageMailboxCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetMailboxUsageMailboxCountsWithPeriodRequestBuilder : BaseCliReque /// /// Invoke function getMailboxUsageMailboxCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getMailboxUsageMailboxCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetMailboxUsageMailboxCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMailboxUsageMailboxCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getMailboxUsageMailboxCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetMailboxUsageMailboxCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMailboxUsageMailboxCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getMailboxUsageMailboxCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetMailboxUsageMailboxCountsWithPeriodRequestBuilder(string rawUrl) : bas /// /// Invoke function getMailboxUsageMailboxCounts /// + /// 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/Reports/GetMailboxUsageQuotaStatusMailboxCountsWithPeriod/GetMailboxUsageQuotaStatusMailboxCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetMailboxUsageQuotaStatusMailboxCountsWithPeriod/GetMailboxUsageQuotaStatusMailboxCountsWithPeriodRequestBuilder.cs index 4aad70ecee..4f01c434e6 100644 --- a/src/generated/Reports/GetMailboxUsageQuotaStatusMailboxCountsWithPeriod/GetMailboxUsageQuotaStatusMailboxCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetMailboxUsageQuotaStatusMailboxCountsWithPeriod/GetMailboxUsageQuotaStatusMailboxCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetMailboxUsageQuotaStatusMailboxCountsWithPeriodRequestBuilder : B /// /// Invoke function getMailboxUsageQuotaStatusMailboxCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getMailboxUsageQuotaStatusMailboxCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetMailboxUsageQuotaStatusMailboxCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMailboxUsageQuotaStatusMailboxCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetMailboxUsageQuotaStatusMailboxCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMailboxUsageQuotaStatusMailboxCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetMailboxUsageQuotaStatusMailboxCountsWithPeriodRequestBuilder(string ra /// /// Invoke function getMailboxUsageQuotaStatusMailboxCounts /// + /// 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/Reports/GetMailboxUsageStorageWithPeriod/GetMailboxUsageStorageWithPeriodRequestBuilder.cs b/src/generated/Reports/GetMailboxUsageStorageWithPeriod/GetMailboxUsageStorageWithPeriodRequestBuilder.cs index cb5da1ec9a..cedf148d97 100644 --- a/src/generated/Reports/GetMailboxUsageStorageWithPeriod/GetMailboxUsageStorageWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetMailboxUsageStorageWithPeriod/GetMailboxUsageStorageWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetMailboxUsageStorageWithPeriodRequestBuilder : BaseCliRequestBuil /// /// Invoke function getMailboxUsageStorage /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getMailboxUsageStorage"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetMailboxUsageStorageWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMailboxUsageStorageWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getMailboxUsageStorage(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetMailboxUsageStorageWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMailboxUsageStorageWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getMailboxUsageStorage(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetMailboxUsageStorageWithPeriodRequestBuilder(string rawUrl) : base("{+b /// /// Invoke function getMailboxUsageStorage /// + /// 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/Reports/GetOffice365ActivationCounts/GetOffice365ActivationCountsRequestBuilder.cs b/src/generated/Reports/GetOffice365ActivationCounts/GetOffice365ActivationCountsRequestBuilder.cs index a7873edd42..dad1bd28c5 100644 --- a/src/generated/Reports/GetOffice365ActivationCounts/GetOffice365ActivationCountsRequestBuilder.cs +++ b/src/generated/Reports/GetOffice365ActivationCounts/GetOffice365ActivationCountsRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOffice365ActivationCountsRequestBuilder : BaseCliRequestBuilder /// /// Invoke function getOffice365ActivationCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOffice365ActivationCounts"; @@ -51,13 +52,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOffice365ActivationCountsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOffice365ActivationCountsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOffice365ActivationCounts()", pathParameters) { } /// - /// Instantiates a new GetOffice365ActivationCountsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOffice365ActivationCountsRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOffice365ActivationCounts()", rawUrl) { @@ -65,6 +66,7 @@ public GetOffice365ActivationCountsRequestBuilder(string rawUrl) : base("{+baseu /// /// Invoke function getOffice365ActivationCounts /// + /// 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/Reports/GetOffice365ActivationsUserCounts/GetOffice365ActivationsUserCountsRequestBuilder.cs b/src/generated/Reports/GetOffice365ActivationsUserCounts/GetOffice365ActivationsUserCountsRequestBuilder.cs index a11c546e73..6dc5da959e 100644 --- a/src/generated/Reports/GetOffice365ActivationsUserCounts/GetOffice365ActivationsUserCountsRequestBuilder.cs +++ b/src/generated/Reports/GetOffice365ActivationsUserCounts/GetOffice365ActivationsUserCountsRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOffice365ActivationsUserCountsRequestBuilder : BaseCliRequestBui /// /// Invoke function getOffice365ActivationsUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOffice365ActivationsUserCounts"; @@ -51,13 +52,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOffice365ActivationsUserCountsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOffice365ActivationsUserCountsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOffice365ActivationsUserCounts()", pathParameters) { } /// - /// Instantiates a new GetOffice365ActivationsUserCountsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOffice365ActivationsUserCountsRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOffice365ActivationsUserCounts()", rawUrl) { @@ -65,6 +66,7 @@ public GetOffice365ActivationsUserCountsRequestBuilder(string rawUrl) : base("{+ /// /// Invoke function getOffice365ActivationsUserCounts /// + /// 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/Reports/GetOffice365ActivationsUserDetail/GetOffice365ActivationsUserDetailRequestBuilder.cs b/src/generated/Reports/GetOffice365ActivationsUserDetail/GetOffice365ActivationsUserDetailRequestBuilder.cs index 1c15b93d78..0f3c11e0a2 100644 --- a/src/generated/Reports/GetOffice365ActivationsUserDetail/GetOffice365ActivationsUserDetailRequestBuilder.cs +++ b/src/generated/Reports/GetOffice365ActivationsUserDetail/GetOffice365ActivationsUserDetailRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOffice365ActivationsUserDetailRequestBuilder : BaseCliRequestBui /// /// Invoke function getOffice365ActivationsUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOffice365ActivationsUserDetail"; @@ -51,13 +52,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOffice365ActivationsUserDetailRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOffice365ActivationsUserDetailRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOffice365ActivationsUserDetail()", pathParameters) { } /// - /// Instantiates a new GetOffice365ActivationsUserDetailRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOffice365ActivationsUserDetailRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOffice365ActivationsUserDetail()", rawUrl) { @@ -65,6 +66,7 @@ public GetOffice365ActivationsUserDetailRequestBuilder(string rawUrl) : base("{+ /// /// Invoke function getOffice365ActivationsUserDetail /// + /// 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/Reports/GetOffice365ActiveUserCountsWithPeriod/GetOffice365ActiveUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetOffice365ActiveUserCountsWithPeriod/GetOffice365ActiveUserCountsWithPeriodRequestBuilder.cs index 541977b288..8f32b07c65 100644 --- a/src/generated/Reports/GetOffice365ActiveUserCountsWithPeriod/GetOffice365ActiveUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetOffice365ActiveUserCountsWithPeriod/GetOffice365ActiveUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOffice365ActiveUserCountsWithPeriodRequestBuilder : BaseCliReque /// /// Invoke function getOffice365ActiveUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOffice365ActiveUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOffice365ActiveUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOffice365ActiveUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOffice365ActiveUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetOffice365ActiveUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOffice365ActiveUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOffice365ActiveUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetOffice365ActiveUserCountsWithPeriodRequestBuilder(string rawUrl) : bas /// /// Invoke function getOffice365ActiveUserCounts /// + /// 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/Reports/GetOffice365ActiveUserDetailWithDate/GetOffice365ActiveUserDetailWithDateRequestBuilder.cs b/src/generated/Reports/GetOffice365ActiveUserDetailWithDate/GetOffice365ActiveUserDetailWithDateRequestBuilder.cs index f92b550f62..45a60ed87a 100644 --- a/src/generated/Reports/GetOffice365ActiveUserDetailWithDate/GetOffice365ActiveUserDetailWithDateRequestBuilder.cs +++ b/src/generated/Reports/GetOffice365ActiveUserDetailWithDate/GetOffice365ActiveUserDetailWithDateRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOffice365ActiveUserDetailWithDateRequestBuilder : BaseCliRequest /// /// Invoke function getOffice365ActiveUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOffice365ActiveUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOffice365ActiveUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOffice365ActiveUserDetailWithDateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOffice365ActiveUserDetail(date={date})", pathParameters) { } /// - /// Instantiates a new GetOffice365ActiveUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOffice365ActiveUserDetailWithDateRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOffice365ActiveUserDetail(date={date})", rawUrl) { @@ -71,6 +72,7 @@ public GetOffice365ActiveUserDetailWithDateRequestBuilder(string rawUrl) : base( /// /// Invoke function getOffice365ActiveUserDetail /// + /// 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/Reports/GetOffice365ActiveUserDetailWithPeriod/GetOffice365ActiveUserDetailWithPeriodRequestBuilder.cs b/src/generated/Reports/GetOffice365ActiveUserDetailWithPeriod/GetOffice365ActiveUserDetailWithPeriodRequestBuilder.cs index 6a4ec74a10..67750800f2 100644 --- a/src/generated/Reports/GetOffice365ActiveUserDetailWithPeriod/GetOffice365ActiveUserDetailWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetOffice365ActiveUserDetailWithPeriod/GetOffice365ActiveUserDetailWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOffice365ActiveUserDetailWithPeriodRequestBuilder : BaseCliReque /// /// Invoke function getOffice365ActiveUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOffice365ActiveUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOffice365ActiveUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOffice365ActiveUserDetailWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOffice365ActiveUserDetail(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetOffice365ActiveUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOffice365ActiveUserDetailWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOffice365ActiveUserDetail(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetOffice365ActiveUserDetailWithPeriodRequestBuilder(string rawUrl) : bas /// /// Invoke function getOffice365ActiveUserDetail /// + /// 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/Reports/GetOffice365GroupsActivityCountsWithPeriod/GetOffice365GroupsActivityCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetOffice365GroupsActivityCountsWithPeriod/GetOffice365GroupsActivityCountsWithPeriodRequestBuilder.cs index 97a374397b..5f5a69ede9 100644 --- a/src/generated/Reports/GetOffice365GroupsActivityCountsWithPeriod/GetOffice365GroupsActivityCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetOffice365GroupsActivityCountsWithPeriod/GetOffice365GroupsActivityCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOffice365GroupsActivityCountsWithPeriodRequestBuilder : BaseCliR /// /// Invoke function getOffice365GroupsActivityCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOffice365GroupsActivityCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOffice365GroupsActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOffice365GroupsActivityCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOffice365GroupsActivityCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetOffice365GroupsActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOffice365GroupsActivityCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOffice365GroupsActivityCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetOffice365GroupsActivityCountsWithPeriodRequestBuilder(string rawUrl) : /// /// Invoke function getOffice365GroupsActivityCounts /// + /// 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/Reports/GetOffice365GroupsActivityDetailWithDate/GetOffice365GroupsActivityDetailWithDateRequestBuilder.cs b/src/generated/Reports/GetOffice365GroupsActivityDetailWithDate/GetOffice365GroupsActivityDetailWithDateRequestBuilder.cs index 4475734023..2945c8a69a 100644 --- a/src/generated/Reports/GetOffice365GroupsActivityDetailWithDate/GetOffice365GroupsActivityDetailWithDateRequestBuilder.cs +++ b/src/generated/Reports/GetOffice365GroupsActivityDetailWithDate/GetOffice365GroupsActivityDetailWithDateRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOffice365GroupsActivityDetailWithDateRequestBuilder : BaseCliReq /// /// Invoke function getOffice365GroupsActivityDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOffice365GroupsActivityDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOffice365GroupsActivityDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOffice365GroupsActivityDetailWithDateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOffice365GroupsActivityDetail(date={date})", pathParameters) { } /// - /// Instantiates a new GetOffice365GroupsActivityDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOffice365GroupsActivityDetailWithDateRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOffice365GroupsActivityDetail(date={date})", rawUrl) { @@ -71,6 +72,7 @@ public GetOffice365GroupsActivityDetailWithDateRequestBuilder(string rawUrl) : b /// /// Invoke function getOffice365GroupsActivityDetail /// + /// 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/Reports/GetOffice365GroupsActivityDetailWithPeriod/GetOffice365GroupsActivityDetailWithPeriodRequestBuilder.cs b/src/generated/Reports/GetOffice365GroupsActivityDetailWithPeriod/GetOffice365GroupsActivityDetailWithPeriodRequestBuilder.cs index 9e4a40697a..c518d8d09e 100644 --- a/src/generated/Reports/GetOffice365GroupsActivityDetailWithPeriod/GetOffice365GroupsActivityDetailWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetOffice365GroupsActivityDetailWithPeriod/GetOffice365GroupsActivityDetailWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOffice365GroupsActivityDetailWithPeriodRequestBuilder : BaseCliR /// /// Invoke function getOffice365GroupsActivityDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOffice365GroupsActivityDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOffice365GroupsActivityDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOffice365GroupsActivityDetailWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOffice365GroupsActivityDetail(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetOffice365GroupsActivityDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOffice365GroupsActivityDetailWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOffice365GroupsActivityDetail(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetOffice365GroupsActivityDetailWithPeriodRequestBuilder(string rawUrl) : /// /// Invoke function getOffice365GroupsActivityDetail /// + /// 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/Reports/GetOffice365GroupsActivityFileCountsWithPeriod/GetOffice365GroupsActivityFileCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetOffice365GroupsActivityFileCountsWithPeriod/GetOffice365GroupsActivityFileCountsWithPeriodRequestBuilder.cs index 3ccc8ef477..f9f91ee45f 100644 --- a/src/generated/Reports/GetOffice365GroupsActivityFileCountsWithPeriod/GetOffice365GroupsActivityFileCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetOffice365GroupsActivityFileCountsWithPeriod/GetOffice365GroupsActivityFileCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOffice365GroupsActivityFileCountsWithPeriodRequestBuilder : Base /// /// Invoke function getOffice365GroupsActivityFileCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOffice365GroupsActivityFileCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOffice365GroupsActivityFileCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOffice365GroupsActivityFileCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOffice365GroupsActivityFileCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetOffice365GroupsActivityFileCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOffice365GroupsActivityFileCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOffice365GroupsActivityFileCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetOffice365GroupsActivityFileCountsWithPeriodRequestBuilder(string rawUr /// /// Invoke function getOffice365GroupsActivityFileCounts /// + /// 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/Reports/GetOffice365GroupsActivityGroupCountsWithPeriod/GetOffice365GroupsActivityGroupCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetOffice365GroupsActivityGroupCountsWithPeriod/GetOffice365GroupsActivityGroupCountsWithPeriodRequestBuilder.cs index 2509fca06c..91a31d28be 100644 --- a/src/generated/Reports/GetOffice365GroupsActivityGroupCountsWithPeriod/GetOffice365GroupsActivityGroupCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetOffice365GroupsActivityGroupCountsWithPeriod/GetOffice365GroupsActivityGroupCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOffice365GroupsActivityGroupCountsWithPeriodRequestBuilder : Bas /// /// Invoke function getOffice365GroupsActivityGroupCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOffice365GroupsActivityGroupCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOffice365GroupsActivityGroupCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOffice365GroupsActivityGroupCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetOffice365GroupsActivityGroupCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOffice365GroupsActivityGroupCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetOffice365GroupsActivityGroupCountsWithPeriodRequestBuilder(string rawU /// /// Invoke function getOffice365GroupsActivityGroupCounts /// + /// 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/Reports/GetOffice365GroupsActivityStorageWithPeriod/GetOffice365GroupsActivityStorageWithPeriodRequestBuilder.cs b/src/generated/Reports/GetOffice365GroupsActivityStorageWithPeriod/GetOffice365GroupsActivityStorageWithPeriodRequestBuilder.cs index b5930a9104..17b1d863db 100644 --- a/src/generated/Reports/GetOffice365GroupsActivityStorageWithPeriod/GetOffice365GroupsActivityStorageWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetOffice365GroupsActivityStorageWithPeriod/GetOffice365GroupsActivityStorageWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOffice365GroupsActivityStorageWithPeriodRequestBuilder : BaseCli /// /// Invoke function getOffice365GroupsActivityStorage /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOffice365GroupsActivityStorage"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOffice365GroupsActivityStorageWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOffice365GroupsActivityStorageWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOffice365GroupsActivityStorage(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetOffice365GroupsActivityStorageWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOffice365GroupsActivityStorageWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOffice365GroupsActivityStorage(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetOffice365GroupsActivityStorageWithPeriodRequestBuilder(string rawUrl) /// /// Invoke function getOffice365GroupsActivityStorage /// + /// 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/Reports/GetOffice365ServicesUserCountsWithPeriod/GetOffice365ServicesUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetOffice365ServicesUserCountsWithPeriod/GetOffice365ServicesUserCountsWithPeriodRequestBuilder.cs index 2975e7daec..16fc87e0e8 100644 --- a/src/generated/Reports/GetOffice365ServicesUserCountsWithPeriod/GetOffice365ServicesUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetOffice365ServicesUserCountsWithPeriod/GetOffice365ServicesUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOffice365ServicesUserCountsWithPeriodRequestBuilder : BaseCliReq /// /// Invoke function getOffice365ServicesUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOffice365ServicesUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOffice365ServicesUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOffice365ServicesUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOffice365ServicesUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetOffice365ServicesUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOffice365ServicesUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOffice365ServicesUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetOffice365ServicesUserCountsWithPeriodRequestBuilder(string rawUrl) : b /// /// Invoke function getOffice365ServicesUserCounts /// + /// 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/Reports/GetOneDriveActivityFileCountsWithPeriod/GetOneDriveActivityFileCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetOneDriveActivityFileCountsWithPeriod/GetOneDriveActivityFileCountsWithPeriodRequestBuilder.cs index c4a22f11c4..c598cb749b 100644 --- a/src/generated/Reports/GetOneDriveActivityFileCountsWithPeriod/GetOneDriveActivityFileCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetOneDriveActivityFileCountsWithPeriod/GetOneDriveActivityFileCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOneDriveActivityFileCountsWithPeriodRequestBuilder : BaseCliRequ /// /// Invoke function getOneDriveActivityFileCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOneDriveActivityFileCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOneDriveActivityFileCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOneDriveActivityFileCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOneDriveActivityFileCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetOneDriveActivityFileCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOneDriveActivityFileCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOneDriveActivityFileCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetOneDriveActivityFileCountsWithPeriodRequestBuilder(string rawUrl) : ba /// /// Invoke function getOneDriveActivityFileCounts /// + /// 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/Reports/GetOneDriveActivityUserCountsWithPeriod/GetOneDriveActivityUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetOneDriveActivityUserCountsWithPeriod/GetOneDriveActivityUserCountsWithPeriodRequestBuilder.cs index c9e40d8baa..73a7e5d3b5 100644 --- a/src/generated/Reports/GetOneDriveActivityUserCountsWithPeriod/GetOneDriveActivityUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetOneDriveActivityUserCountsWithPeriod/GetOneDriveActivityUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOneDriveActivityUserCountsWithPeriodRequestBuilder : BaseCliRequ /// /// Invoke function getOneDriveActivityUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOneDriveActivityUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOneDriveActivityUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOneDriveActivityUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOneDriveActivityUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetOneDriveActivityUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOneDriveActivityUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOneDriveActivityUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetOneDriveActivityUserCountsWithPeriodRequestBuilder(string rawUrl) : ba /// /// Invoke function getOneDriveActivityUserCounts /// + /// 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/Reports/GetOneDriveActivityUserDetailWithDate/GetOneDriveActivityUserDetailWithDateRequestBuilder.cs b/src/generated/Reports/GetOneDriveActivityUserDetailWithDate/GetOneDriveActivityUserDetailWithDateRequestBuilder.cs index 66ce835818..6dcb2fe259 100644 --- a/src/generated/Reports/GetOneDriveActivityUserDetailWithDate/GetOneDriveActivityUserDetailWithDateRequestBuilder.cs +++ b/src/generated/Reports/GetOneDriveActivityUserDetailWithDate/GetOneDriveActivityUserDetailWithDateRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOneDriveActivityUserDetailWithDateRequestBuilder : BaseCliReques /// /// Invoke function getOneDriveActivityUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOneDriveActivityUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOneDriveActivityUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOneDriveActivityUserDetailWithDateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOneDriveActivityUserDetail(date={date})", pathParameters) { } /// - /// Instantiates a new GetOneDriveActivityUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOneDriveActivityUserDetailWithDateRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOneDriveActivityUserDetail(date={date})", rawUrl) { @@ -71,6 +72,7 @@ public GetOneDriveActivityUserDetailWithDateRequestBuilder(string rawUrl) : base /// /// Invoke function getOneDriveActivityUserDetail /// + /// 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/Reports/GetOneDriveActivityUserDetailWithPeriod/GetOneDriveActivityUserDetailWithPeriodRequestBuilder.cs b/src/generated/Reports/GetOneDriveActivityUserDetailWithPeriod/GetOneDriveActivityUserDetailWithPeriodRequestBuilder.cs index bde3e72202..25f01094fd 100644 --- a/src/generated/Reports/GetOneDriveActivityUserDetailWithPeriod/GetOneDriveActivityUserDetailWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetOneDriveActivityUserDetailWithPeriod/GetOneDriveActivityUserDetailWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOneDriveActivityUserDetailWithPeriodRequestBuilder : BaseCliRequ /// /// Invoke function getOneDriveActivityUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOneDriveActivityUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOneDriveActivityUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOneDriveActivityUserDetailWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOneDriveActivityUserDetail(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetOneDriveActivityUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOneDriveActivityUserDetailWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOneDriveActivityUserDetail(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetOneDriveActivityUserDetailWithPeriodRequestBuilder(string rawUrl) : ba /// /// Invoke function getOneDriveActivityUserDetail /// + /// 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/Reports/GetOneDriveUsageAccountCountsWithPeriod/GetOneDriveUsageAccountCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetOneDriveUsageAccountCountsWithPeriod/GetOneDriveUsageAccountCountsWithPeriodRequestBuilder.cs index 16e2f93462..17a535215a 100644 --- a/src/generated/Reports/GetOneDriveUsageAccountCountsWithPeriod/GetOneDriveUsageAccountCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetOneDriveUsageAccountCountsWithPeriod/GetOneDriveUsageAccountCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOneDriveUsageAccountCountsWithPeriodRequestBuilder : BaseCliRequ /// /// Invoke function getOneDriveUsageAccountCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOneDriveUsageAccountCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOneDriveUsageAccountCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOneDriveUsageAccountCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOneDriveUsageAccountCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetOneDriveUsageAccountCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOneDriveUsageAccountCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOneDriveUsageAccountCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetOneDriveUsageAccountCountsWithPeriodRequestBuilder(string rawUrl) : ba /// /// Invoke function getOneDriveUsageAccountCounts /// + /// 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/Reports/GetOneDriveUsageAccountDetailWithDate/GetOneDriveUsageAccountDetailWithDateRequestBuilder.cs b/src/generated/Reports/GetOneDriveUsageAccountDetailWithDate/GetOneDriveUsageAccountDetailWithDateRequestBuilder.cs index f96f1449e2..380f2b7dca 100644 --- a/src/generated/Reports/GetOneDriveUsageAccountDetailWithDate/GetOneDriveUsageAccountDetailWithDateRequestBuilder.cs +++ b/src/generated/Reports/GetOneDriveUsageAccountDetailWithDate/GetOneDriveUsageAccountDetailWithDateRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOneDriveUsageAccountDetailWithDateRequestBuilder : BaseCliReques /// /// Invoke function getOneDriveUsageAccountDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOneDriveUsageAccountDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOneDriveUsageAccountDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOneDriveUsageAccountDetailWithDateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOneDriveUsageAccountDetail(date={date})", pathParameters) { } /// - /// Instantiates a new GetOneDriveUsageAccountDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOneDriveUsageAccountDetailWithDateRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOneDriveUsageAccountDetail(date={date})", rawUrl) { @@ -71,6 +72,7 @@ public GetOneDriveUsageAccountDetailWithDateRequestBuilder(string rawUrl) : base /// /// Invoke function getOneDriveUsageAccountDetail /// + /// 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/Reports/GetOneDriveUsageAccountDetailWithPeriod/GetOneDriveUsageAccountDetailWithPeriodRequestBuilder.cs b/src/generated/Reports/GetOneDriveUsageAccountDetailWithPeriod/GetOneDriveUsageAccountDetailWithPeriodRequestBuilder.cs index 9606f90f0a..3c04ae4b88 100644 --- a/src/generated/Reports/GetOneDriveUsageAccountDetailWithPeriod/GetOneDriveUsageAccountDetailWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetOneDriveUsageAccountDetailWithPeriod/GetOneDriveUsageAccountDetailWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOneDriveUsageAccountDetailWithPeriodRequestBuilder : BaseCliRequ /// /// Invoke function getOneDriveUsageAccountDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOneDriveUsageAccountDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOneDriveUsageAccountDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOneDriveUsageAccountDetailWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOneDriveUsageAccountDetail(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetOneDriveUsageAccountDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOneDriveUsageAccountDetailWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOneDriveUsageAccountDetail(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetOneDriveUsageAccountDetailWithPeriodRequestBuilder(string rawUrl) : ba /// /// Invoke function getOneDriveUsageAccountDetail /// + /// 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/Reports/GetOneDriveUsageFileCountsWithPeriod/GetOneDriveUsageFileCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetOneDriveUsageFileCountsWithPeriod/GetOneDriveUsageFileCountsWithPeriodRequestBuilder.cs index a8f96bac93..f17ab068d5 100644 --- a/src/generated/Reports/GetOneDriveUsageFileCountsWithPeriod/GetOneDriveUsageFileCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetOneDriveUsageFileCountsWithPeriod/GetOneDriveUsageFileCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOneDriveUsageFileCountsWithPeriodRequestBuilder : BaseCliRequest /// /// Invoke function getOneDriveUsageFileCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOneDriveUsageFileCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOneDriveUsageFileCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOneDriveUsageFileCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOneDriveUsageFileCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetOneDriveUsageFileCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOneDriveUsageFileCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOneDriveUsageFileCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetOneDriveUsageFileCountsWithPeriodRequestBuilder(string rawUrl) : base( /// /// Invoke function getOneDriveUsageFileCounts /// + /// 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/Reports/GetOneDriveUsageStorageWithPeriod/GetOneDriveUsageStorageWithPeriodRequestBuilder.cs b/src/generated/Reports/GetOneDriveUsageStorageWithPeriod/GetOneDriveUsageStorageWithPeriodRequestBuilder.cs index 9d9d0282e2..60a9e235eb 100644 --- a/src/generated/Reports/GetOneDriveUsageStorageWithPeriod/GetOneDriveUsageStorageWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetOneDriveUsageStorageWithPeriod/GetOneDriveUsageStorageWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetOneDriveUsageStorageWithPeriodRequestBuilder : BaseCliRequestBui /// /// Invoke function getOneDriveUsageStorage /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getOneDriveUsageStorage"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetOneDriveUsageStorageWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetOneDriveUsageStorageWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getOneDriveUsageStorage(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetOneDriveUsageStorageWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetOneDriveUsageStorageWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getOneDriveUsageStorage(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetOneDriveUsageStorageWithPeriodRequestBuilder(string rawUrl) : base("{+ /// /// Invoke function getOneDriveUsageStorage /// + /// 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/Reports/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeGetResponse.cs b/src/generated/Reports/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeGetResponse.cs index c8084caba5..0fbc357959 100644 --- a/src/generated/Reports/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeGetResponse.cs +++ b/src/generated/Reports/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeGetResponse.cs @@ -18,6 +18,7 @@ public class GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDat /// /// 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 new GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ArchivedPrintJob.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Reports/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/generated/Reports/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs index d6bc4d5941..2c86ab816a 100644 --- a/src/generated/Reports/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/generated/Reports/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTime/GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDat /// /// Invoke function getPrinterArchivedPrintJobs /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getPrinterArchivedPrintJobs"; @@ -108,13 +109,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime}){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime}){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl) { @@ -122,6 +123,7 @@ public GetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeR /// /// Invoke function getPrinterArchivedPrintJobs /// + /// 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/Reports/GetSharePointActivityFileCountsWithPeriod/GetSharePointActivityFileCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSharePointActivityFileCountsWithPeriod/GetSharePointActivityFileCountsWithPeriodRequestBuilder.cs index 7a124e0868..b99b23617e 100644 --- a/src/generated/Reports/GetSharePointActivityFileCountsWithPeriod/GetSharePointActivityFileCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSharePointActivityFileCountsWithPeriod/GetSharePointActivityFileCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSharePointActivityFileCountsWithPeriodRequestBuilder : BaseCliRe /// /// Invoke function getSharePointActivityFileCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSharePointActivityFileCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSharePointActivityFileCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSharePointActivityFileCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSharePointActivityFileCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSharePointActivityFileCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSharePointActivityFileCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSharePointActivityFileCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSharePointActivityFileCountsWithPeriodRequestBuilder(string rawUrl) : /// /// Invoke function getSharePointActivityFileCounts /// + /// 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/Reports/GetSharePointActivityPagesWithPeriod/GetSharePointActivityPagesWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSharePointActivityPagesWithPeriod/GetSharePointActivityPagesWithPeriodRequestBuilder.cs index f1bc111f11..f81c075987 100644 --- a/src/generated/Reports/GetSharePointActivityPagesWithPeriod/GetSharePointActivityPagesWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSharePointActivityPagesWithPeriod/GetSharePointActivityPagesWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSharePointActivityPagesWithPeriodRequestBuilder : BaseCliRequest /// /// Invoke function getSharePointActivityPages /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSharePointActivityPages"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSharePointActivityPagesWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSharePointActivityPagesWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSharePointActivityPages(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSharePointActivityPagesWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSharePointActivityPagesWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSharePointActivityPages(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSharePointActivityPagesWithPeriodRequestBuilder(string rawUrl) : base( /// /// Invoke function getSharePointActivityPages /// + /// 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/Reports/GetSharePointActivityUserCountsWithPeriod/GetSharePointActivityUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSharePointActivityUserCountsWithPeriod/GetSharePointActivityUserCountsWithPeriodRequestBuilder.cs index ccf27cd5f0..5d3c897c91 100644 --- a/src/generated/Reports/GetSharePointActivityUserCountsWithPeriod/GetSharePointActivityUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSharePointActivityUserCountsWithPeriod/GetSharePointActivityUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSharePointActivityUserCountsWithPeriodRequestBuilder : BaseCliRe /// /// Invoke function getSharePointActivityUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSharePointActivityUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSharePointActivityUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSharePointActivityUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSharePointActivityUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSharePointActivityUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSharePointActivityUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSharePointActivityUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSharePointActivityUserCountsWithPeriodRequestBuilder(string rawUrl) : /// /// Invoke function getSharePointActivityUserCounts /// + /// 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/Reports/GetSharePointActivityUserDetailWithDate/GetSharePointActivityUserDetailWithDateRequestBuilder.cs b/src/generated/Reports/GetSharePointActivityUserDetailWithDate/GetSharePointActivityUserDetailWithDateRequestBuilder.cs index 963531e3b5..9b011c3292 100644 --- a/src/generated/Reports/GetSharePointActivityUserDetailWithDate/GetSharePointActivityUserDetailWithDateRequestBuilder.cs +++ b/src/generated/Reports/GetSharePointActivityUserDetailWithDate/GetSharePointActivityUserDetailWithDateRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSharePointActivityUserDetailWithDateRequestBuilder : BaseCliRequ /// /// Invoke function getSharePointActivityUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSharePointActivityUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSharePointActivityUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSharePointActivityUserDetailWithDateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSharePointActivityUserDetail(date={date})", pathParameters) { } /// - /// Instantiates a new GetSharePointActivityUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSharePointActivityUserDetailWithDateRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSharePointActivityUserDetail(date={date})", rawUrl) { @@ -71,6 +72,7 @@ public GetSharePointActivityUserDetailWithDateRequestBuilder(string rawUrl) : ba /// /// Invoke function getSharePointActivityUserDetail /// + /// 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/Reports/GetSharePointActivityUserDetailWithPeriod/GetSharePointActivityUserDetailWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSharePointActivityUserDetailWithPeriod/GetSharePointActivityUserDetailWithPeriodRequestBuilder.cs index 7d93e726c1..8aaceab633 100644 --- a/src/generated/Reports/GetSharePointActivityUserDetailWithPeriod/GetSharePointActivityUserDetailWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSharePointActivityUserDetailWithPeriod/GetSharePointActivityUserDetailWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSharePointActivityUserDetailWithPeriodRequestBuilder : BaseCliRe /// /// Invoke function getSharePointActivityUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSharePointActivityUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSharePointActivityUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSharePointActivityUserDetailWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSharePointActivityUserDetail(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSharePointActivityUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSharePointActivityUserDetailWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSharePointActivityUserDetail(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSharePointActivityUserDetailWithPeriodRequestBuilder(string rawUrl) : /// /// Invoke function getSharePointActivityUserDetail /// + /// 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/Reports/GetSharePointSiteUsageDetailWithDate/GetSharePointSiteUsageDetailWithDateRequestBuilder.cs b/src/generated/Reports/GetSharePointSiteUsageDetailWithDate/GetSharePointSiteUsageDetailWithDateRequestBuilder.cs index c37a6010fd..1b26cf1dcc 100644 --- a/src/generated/Reports/GetSharePointSiteUsageDetailWithDate/GetSharePointSiteUsageDetailWithDateRequestBuilder.cs +++ b/src/generated/Reports/GetSharePointSiteUsageDetailWithDate/GetSharePointSiteUsageDetailWithDateRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSharePointSiteUsageDetailWithDateRequestBuilder : BaseCliRequest /// /// Invoke function getSharePointSiteUsageDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSharePointSiteUsageDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSharePointSiteUsageDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSharePointSiteUsageDetailWithDateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSharePointSiteUsageDetail(date={date})", pathParameters) { } /// - /// Instantiates a new GetSharePointSiteUsageDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSharePointSiteUsageDetailWithDateRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSharePointSiteUsageDetail(date={date})", rawUrl) { @@ -71,6 +72,7 @@ public GetSharePointSiteUsageDetailWithDateRequestBuilder(string rawUrl) : base( /// /// Invoke function getSharePointSiteUsageDetail /// + /// 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/Reports/GetSharePointSiteUsageDetailWithPeriod/GetSharePointSiteUsageDetailWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSharePointSiteUsageDetailWithPeriod/GetSharePointSiteUsageDetailWithPeriodRequestBuilder.cs index 1d0d3bd199..cfcaa1a0ca 100644 --- a/src/generated/Reports/GetSharePointSiteUsageDetailWithPeriod/GetSharePointSiteUsageDetailWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSharePointSiteUsageDetailWithPeriod/GetSharePointSiteUsageDetailWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSharePointSiteUsageDetailWithPeriodRequestBuilder : BaseCliReque /// /// Invoke function getSharePointSiteUsageDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSharePointSiteUsageDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSharePointSiteUsageDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSharePointSiteUsageDetailWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSharePointSiteUsageDetail(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSharePointSiteUsageDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSharePointSiteUsageDetailWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSharePointSiteUsageDetail(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSharePointSiteUsageDetailWithPeriodRequestBuilder(string rawUrl) : bas /// /// Invoke function getSharePointSiteUsageDetail /// + /// 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/Reports/GetSharePointSiteUsageFileCountsWithPeriod/GetSharePointSiteUsageFileCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSharePointSiteUsageFileCountsWithPeriod/GetSharePointSiteUsageFileCountsWithPeriodRequestBuilder.cs index d08e229d81..a40efe64cc 100644 --- a/src/generated/Reports/GetSharePointSiteUsageFileCountsWithPeriod/GetSharePointSiteUsageFileCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSharePointSiteUsageFileCountsWithPeriod/GetSharePointSiteUsageFileCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSharePointSiteUsageFileCountsWithPeriodRequestBuilder : BaseCliR /// /// Invoke function getSharePointSiteUsageFileCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSharePointSiteUsageFileCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSharePointSiteUsageFileCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSharePointSiteUsageFileCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSharePointSiteUsageFileCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSharePointSiteUsageFileCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSharePointSiteUsageFileCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSharePointSiteUsageFileCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSharePointSiteUsageFileCountsWithPeriodRequestBuilder(string rawUrl) : /// /// Invoke function getSharePointSiteUsageFileCounts /// + /// 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/Reports/GetSharePointSiteUsagePagesWithPeriod/GetSharePointSiteUsagePagesWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSharePointSiteUsagePagesWithPeriod/GetSharePointSiteUsagePagesWithPeriodRequestBuilder.cs index 60d0c66fd0..d42dc703e4 100644 --- a/src/generated/Reports/GetSharePointSiteUsagePagesWithPeriod/GetSharePointSiteUsagePagesWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSharePointSiteUsagePagesWithPeriod/GetSharePointSiteUsagePagesWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSharePointSiteUsagePagesWithPeriodRequestBuilder : BaseCliReques /// /// Invoke function getSharePointSiteUsagePages /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSharePointSiteUsagePages"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSharePointSiteUsagePagesWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSharePointSiteUsagePagesWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSharePointSiteUsagePages(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSharePointSiteUsagePagesWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSharePointSiteUsagePagesWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSharePointSiteUsagePages(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSharePointSiteUsagePagesWithPeriodRequestBuilder(string rawUrl) : base /// /// Invoke function getSharePointSiteUsagePages /// + /// 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/Reports/GetSharePointSiteUsageSiteCountsWithPeriod/GetSharePointSiteUsageSiteCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSharePointSiteUsageSiteCountsWithPeriod/GetSharePointSiteUsageSiteCountsWithPeriodRequestBuilder.cs index 6864fb6994..6a5f3c7285 100644 --- a/src/generated/Reports/GetSharePointSiteUsageSiteCountsWithPeriod/GetSharePointSiteUsageSiteCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSharePointSiteUsageSiteCountsWithPeriod/GetSharePointSiteUsageSiteCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSharePointSiteUsageSiteCountsWithPeriodRequestBuilder : BaseCliR /// /// Invoke function getSharePointSiteUsageSiteCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSharePointSiteUsageSiteCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSharePointSiteUsageSiteCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSharePointSiteUsageSiteCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSharePointSiteUsageSiteCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSharePointSiteUsageSiteCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSharePointSiteUsageSiteCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSharePointSiteUsageSiteCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSharePointSiteUsageSiteCountsWithPeriodRequestBuilder(string rawUrl) : /// /// Invoke function getSharePointSiteUsageSiteCounts /// + /// 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/Reports/GetSharePointSiteUsageStorageWithPeriod/GetSharePointSiteUsageStorageWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSharePointSiteUsageStorageWithPeriod/GetSharePointSiteUsageStorageWithPeriodRequestBuilder.cs index db1c07445f..25c11dd692 100644 --- a/src/generated/Reports/GetSharePointSiteUsageStorageWithPeriod/GetSharePointSiteUsageStorageWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSharePointSiteUsageStorageWithPeriod/GetSharePointSiteUsageStorageWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSharePointSiteUsageStorageWithPeriodRequestBuilder : BaseCliRequ /// /// Invoke function getSharePointSiteUsageStorage /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSharePointSiteUsageStorage"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSharePointSiteUsageStorageWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSharePointSiteUsageStorageWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSharePointSiteUsageStorage(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSharePointSiteUsageStorageWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSharePointSiteUsageStorageWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSharePointSiteUsageStorage(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSharePointSiteUsageStorageWithPeriodRequestBuilder(string rawUrl) : ba /// /// Invoke function getSharePointSiteUsageStorage /// + /// 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/Reports/GetSkypeForBusinessActivityCountsWithPeriod/GetSkypeForBusinessActivityCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSkypeForBusinessActivityCountsWithPeriod/GetSkypeForBusinessActivityCountsWithPeriodRequestBuilder.cs index 5ec29dd3c9..b7045fbb1c 100644 --- a/src/generated/Reports/GetSkypeForBusinessActivityCountsWithPeriod/GetSkypeForBusinessActivityCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSkypeForBusinessActivityCountsWithPeriod/GetSkypeForBusinessActivityCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSkypeForBusinessActivityCountsWithPeriodRequestBuilder : BaseCli /// /// Invoke function getSkypeForBusinessActivityCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSkypeForBusinessActivityCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSkypeForBusinessActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSkypeForBusinessActivityCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSkypeForBusinessActivityCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSkypeForBusinessActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSkypeForBusinessActivityCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSkypeForBusinessActivityCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSkypeForBusinessActivityCountsWithPeriodRequestBuilder(string rawUrl) /// /// Invoke function getSkypeForBusinessActivityCounts /// + /// 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/Reports/GetSkypeForBusinessActivityUserCountsWithPeriod/GetSkypeForBusinessActivityUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSkypeForBusinessActivityUserCountsWithPeriod/GetSkypeForBusinessActivityUserCountsWithPeriodRequestBuilder.cs index f06e19054e..1fda890b7c 100644 --- a/src/generated/Reports/GetSkypeForBusinessActivityUserCountsWithPeriod/GetSkypeForBusinessActivityUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSkypeForBusinessActivityUserCountsWithPeriod/GetSkypeForBusinessActivityUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSkypeForBusinessActivityUserCountsWithPeriodRequestBuilder : Bas /// /// Invoke function getSkypeForBusinessActivityUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSkypeForBusinessActivityUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSkypeForBusinessActivityUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSkypeForBusinessActivityUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSkypeForBusinessActivityUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSkypeForBusinessActivityUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSkypeForBusinessActivityUserCountsWithPeriodRequestBuilder(string rawU /// /// Invoke function getSkypeForBusinessActivityUserCounts /// + /// 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/Reports/GetSkypeForBusinessActivityUserDetailWithDate/GetSkypeForBusinessActivityUserDetailWithDateRequestBuilder.cs b/src/generated/Reports/GetSkypeForBusinessActivityUserDetailWithDate/GetSkypeForBusinessActivityUserDetailWithDateRequestBuilder.cs index 3c4e098de7..0fc707fce7 100644 --- a/src/generated/Reports/GetSkypeForBusinessActivityUserDetailWithDate/GetSkypeForBusinessActivityUserDetailWithDateRequestBuilder.cs +++ b/src/generated/Reports/GetSkypeForBusinessActivityUserDetailWithDate/GetSkypeForBusinessActivityUserDetailWithDateRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSkypeForBusinessActivityUserDetailWithDateRequestBuilder : BaseC /// /// Invoke function getSkypeForBusinessActivityUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSkypeForBusinessActivityUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSkypeForBusinessActivityUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSkypeForBusinessActivityUserDetailWithDateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSkypeForBusinessActivityUserDetail(date={date})", pathParameters) { } /// - /// Instantiates a new GetSkypeForBusinessActivityUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSkypeForBusinessActivityUserDetailWithDateRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSkypeForBusinessActivityUserDetail(date={date})", rawUrl) { @@ -71,6 +72,7 @@ public GetSkypeForBusinessActivityUserDetailWithDateRequestBuilder(string rawUrl /// /// Invoke function getSkypeForBusinessActivityUserDetail /// + /// 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/Reports/GetSkypeForBusinessActivityUserDetailWithPeriod/GetSkypeForBusinessActivityUserDetailWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSkypeForBusinessActivityUserDetailWithPeriod/GetSkypeForBusinessActivityUserDetailWithPeriodRequestBuilder.cs index a9415b1fb7..08baa94d5a 100644 --- a/src/generated/Reports/GetSkypeForBusinessActivityUserDetailWithPeriod/GetSkypeForBusinessActivityUserDetailWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSkypeForBusinessActivityUserDetailWithPeriod/GetSkypeForBusinessActivityUserDetailWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSkypeForBusinessActivityUserDetailWithPeriodRequestBuilder : Bas /// /// Invoke function getSkypeForBusinessActivityUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSkypeForBusinessActivityUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSkypeForBusinessActivityUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSkypeForBusinessActivityUserDetailWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSkypeForBusinessActivityUserDetail(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSkypeForBusinessActivityUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSkypeForBusinessActivityUserDetailWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSkypeForBusinessActivityUserDetail(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSkypeForBusinessActivityUserDetailWithPeriodRequestBuilder(string rawU /// /// Invoke function getSkypeForBusinessActivityUserDetail /// + /// 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/Reports/GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriod/GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriod/GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs index f535f5f283..1611166ffa 100644 --- a/src/generated/Reports/GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriod/GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriod/GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriodReque /// /// Invoke function getSkypeForBusinessDeviceUsageDistributionUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSkypeForBusinessDeviceUsageDistributionUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriodRequestBuil /// /// Invoke function getSkypeForBusinessDeviceUsageDistributionUserCounts /// + /// 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/Reports/GetSkypeForBusinessDeviceUsageUserCountsWithPeriod/GetSkypeForBusinessDeviceUsageUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSkypeForBusinessDeviceUsageUserCountsWithPeriod/GetSkypeForBusinessDeviceUsageUserCountsWithPeriodRequestBuilder.cs index 7f41728501..672fa49b9a 100644 --- a/src/generated/Reports/GetSkypeForBusinessDeviceUsageUserCountsWithPeriod/GetSkypeForBusinessDeviceUsageUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSkypeForBusinessDeviceUsageUserCountsWithPeriod/GetSkypeForBusinessDeviceUsageUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSkypeForBusinessDeviceUsageUserCountsWithPeriodRequestBuilder : /// /// Invoke function getSkypeForBusinessDeviceUsageUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSkypeForBusinessDeviceUsageUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSkypeForBusinessDeviceUsageUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSkypeForBusinessDeviceUsageUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSkypeForBusinessDeviceUsageUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSkypeForBusinessDeviceUsageUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSkypeForBusinessDeviceUsageUserCountsWithPeriodRequestBuilder(string r /// /// Invoke function getSkypeForBusinessDeviceUsageUserCounts /// + /// 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/Reports/GetSkypeForBusinessDeviceUsageUserDetailWithDate/GetSkypeForBusinessDeviceUsageUserDetailWithDateRequestBuilder.cs b/src/generated/Reports/GetSkypeForBusinessDeviceUsageUserDetailWithDate/GetSkypeForBusinessDeviceUsageUserDetailWithDateRequestBuilder.cs index 56e608afff..4d67a07da7 100644 --- a/src/generated/Reports/GetSkypeForBusinessDeviceUsageUserDetailWithDate/GetSkypeForBusinessDeviceUsageUserDetailWithDateRequestBuilder.cs +++ b/src/generated/Reports/GetSkypeForBusinessDeviceUsageUserDetailWithDate/GetSkypeForBusinessDeviceUsageUserDetailWithDateRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSkypeForBusinessDeviceUsageUserDetailWithDateRequestBuilder : Ba /// /// Invoke function getSkypeForBusinessDeviceUsageUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSkypeForBusinessDeviceUsageUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSkypeForBusinessDeviceUsageUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSkypeForBusinessDeviceUsageUserDetailWithDateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", pathParameters) { } /// - /// Instantiates a new GetSkypeForBusinessDeviceUsageUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSkypeForBusinessDeviceUsageUserDetailWithDateRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", rawUrl) { @@ -71,6 +72,7 @@ public GetSkypeForBusinessDeviceUsageUserDetailWithDateRequestBuilder(string raw /// /// Invoke function getSkypeForBusinessDeviceUsageUserDetail /// + /// 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/Reports/GetSkypeForBusinessDeviceUsageUserDetailWithPeriod/GetSkypeForBusinessDeviceUsageUserDetailWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSkypeForBusinessDeviceUsageUserDetailWithPeriod/GetSkypeForBusinessDeviceUsageUserDetailWithPeriodRequestBuilder.cs index 3c6ca6429f..b403f1e164 100644 --- a/src/generated/Reports/GetSkypeForBusinessDeviceUsageUserDetailWithPeriod/GetSkypeForBusinessDeviceUsageUserDetailWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSkypeForBusinessDeviceUsageUserDetailWithPeriod/GetSkypeForBusinessDeviceUsageUserDetailWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSkypeForBusinessDeviceUsageUserDetailWithPeriodRequestBuilder : /// /// Invoke function getSkypeForBusinessDeviceUsageUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSkypeForBusinessDeviceUsageUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSkypeForBusinessDeviceUsageUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSkypeForBusinessDeviceUsageUserDetailWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSkypeForBusinessDeviceUsageUserDetail(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSkypeForBusinessDeviceUsageUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSkypeForBusinessDeviceUsageUserDetailWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSkypeForBusinessDeviceUsageUserDetail(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSkypeForBusinessDeviceUsageUserDetailWithPeriodRequestBuilder(string r /// /// Invoke function getSkypeForBusinessDeviceUsageUserDetail /// + /// 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/Reports/GetSkypeForBusinessOrganizerActivityCountsWithPeriod/GetSkypeForBusinessOrganizerActivityCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSkypeForBusinessOrganizerActivityCountsWithPeriod/GetSkypeForBusinessOrganizerActivityCountsWithPeriodRequestBuilder.cs index ed990c4534..6ad821bd30 100644 --- a/src/generated/Reports/GetSkypeForBusinessOrganizerActivityCountsWithPeriod/GetSkypeForBusinessOrganizerActivityCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSkypeForBusinessOrganizerActivityCountsWithPeriod/GetSkypeForBusinessOrganizerActivityCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSkypeForBusinessOrganizerActivityCountsWithPeriodRequestBuilder /// /// Invoke function getSkypeForBusinessOrganizerActivityCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSkypeForBusinessOrganizerActivityCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSkypeForBusinessOrganizerActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSkypeForBusinessOrganizerActivityCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSkypeForBusinessOrganizerActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSkypeForBusinessOrganizerActivityCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSkypeForBusinessOrganizerActivityCountsWithPeriodRequestBuilder(string /// /// Invoke function getSkypeForBusinessOrganizerActivityCounts /// + /// 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/Reports/GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriod/GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriod/GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriodRequestBuilder.cs index f340cd94e9..805f3a04bd 100644 --- a/src/generated/Reports/GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriod/GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriod/GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriodRequestBu /// /// Invoke function getSkypeForBusinessOrganizerActivityMinuteCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSkypeForBusinessOrganizerActivityMinuteCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriodRequestBuilder( /// /// Invoke function getSkypeForBusinessOrganizerActivityMinuteCounts /// + /// 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/Reports/GetSkypeForBusinessOrganizerActivityUserCountsWithPeriod/GetSkypeForBusinessOrganizerActivityUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSkypeForBusinessOrganizerActivityUserCountsWithPeriod/GetSkypeForBusinessOrganizerActivityUserCountsWithPeriodRequestBuilder.cs index 95a85e75a2..c8b49b2dc2 100644 --- a/src/generated/Reports/GetSkypeForBusinessOrganizerActivityUserCountsWithPeriod/GetSkypeForBusinessOrganizerActivityUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSkypeForBusinessOrganizerActivityUserCountsWithPeriod/GetSkypeForBusinessOrganizerActivityUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSkypeForBusinessOrganizerActivityUserCountsWithPeriodRequestBuil /// /// Invoke function getSkypeForBusinessOrganizerActivityUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSkypeForBusinessOrganizerActivityUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSkypeForBusinessOrganizerActivityUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSkypeForBusinessOrganizerActivityUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSkypeForBusinessOrganizerActivityUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSkypeForBusinessOrganizerActivityUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSkypeForBusinessOrganizerActivityUserCountsWithPeriodRequestBuilder(st /// /// Invoke function getSkypeForBusinessOrganizerActivityUserCounts /// + /// 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/Reports/GetSkypeForBusinessParticipantActivityCountsWithPeriod/GetSkypeForBusinessParticipantActivityCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSkypeForBusinessParticipantActivityCountsWithPeriod/GetSkypeForBusinessParticipantActivityCountsWithPeriodRequestBuilder.cs index 86ec55693c..e2e6edb8a4 100644 --- a/src/generated/Reports/GetSkypeForBusinessParticipantActivityCountsWithPeriod/GetSkypeForBusinessParticipantActivityCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSkypeForBusinessParticipantActivityCountsWithPeriod/GetSkypeForBusinessParticipantActivityCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSkypeForBusinessParticipantActivityCountsWithPeriodRequestBuilde /// /// Invoke function getSkypeForBusinessParticipantActivityCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSkypeForBusinessParticipantActivityCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSkypeForBusinessParticipantActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSkypeForBusinessParticipantActivityCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSkypeForBusinessParticipantActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSkypeForBusinessParticipantActivityCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSkypeForBusinessParticipantActivityCountsWithPeriodRequestBuilder(stri /// /// Invoke function getSkypeForBusinessParticipantActivityCounts /// + /// 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/Reports/GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriod/GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriod/GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriodRequestBuilder.cs index 4ed46f781c..8d392078c0 100644 --- a/src/generated/Reports/GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriod/GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriod/GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriodRequest /// /// Invoke function getSkypeForBusinessParticipantActivityMinuteCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSkypeForBusinessParticipantActivityMinuteCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSkypeForBusinessParticipantActivityMinuteCountsWithPeriodRequestBuilde /// /// Invoke function getSkypeForBusinessParticipantActivityMinuteCounts /// + /// 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/Reports/GetSkypeForBusinessParticipantActivityUserCountsWithPeriod/GetSkypeForBusinessParticipantActivityUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSkypeForBusinessParticipantActivityUserCountsWithPeriod/GetSkypeForBusinessParticipantActivityUserCountsWithPeriodRequestBuilder.cs index 457b21220a..c7a79ab4aa 100644 --- a/src/generated/Reports/GetSkypeForBusinessParticipantActivityUserCountsWithPeriod/GetSkypeForBusinessParticipantActivityUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSkypeForBusinessParticipantActivityUserCountsWithPeriod/GetSkypeForBusinessParticipantActivityUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSkypeForBusinessParticipantActivityUserCountsWithPeriodRequestBu /// /// Invoke function getSkypeForBusinessParticipantActivityUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSkypeForBusinessParticipantActivityUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSkypeForBusinessParticipantActivityUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSkypeForBusinessParticipantActivityUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSkypeForBusinessParticipantActivityUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSkypeForBusinessParticipantActivityUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSkypeForBusinessParticipantActivityUserCountsWithPeriodRequestBuilder( /// /// Invoke function getSkypeForBusinessParticipantActivityUserCounts /// + /// 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/Reports/GetSkypeForBusinessPeerToPeerActivityCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSkypeForBusinessPeerToPeerActivityCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityCountsWithPeriodRequestBuilder.cs index f8e54249c4..5008b42cdd 100644 --- a/src/generated/Reports/GetSkypeForBusinessPeerToPeerActivityCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSkypeForBusinessPeerToPeerActivityCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSkypeForBusinessPeerToPeerActivityCountsWithPeriodRequestBuilder /// /// Invoke function getSkypeForBusinessPeerToPeerActivityCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSkypeForBusinessPeerToPeerActivityCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSkypeForBusinessPeerToPeerActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSkypeForBusinessPeerToPeerActivityCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSkypeForBusinessPeerToPeerActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSkypeForBusinessPeerToPeerActivityCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSkypeForBusinessPeerToPeerActivityCountsWithPeriodRequestBuilder(strin /// /// Invoke function getSkypeForBusinessPeerToPeerActivityCounts /// + /// 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/Reports/GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriodRequestBuilder.cs index 724fb7a0b1..3e130a5ffb 100644 --- a/src/generated/Reports/GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriodRequestB /// /// Invoke function getSkypeForBusinessPeerToPeerActivityMinuteCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSkypeForBusinessPeerToPeerActivityMinuteCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriodRequestBuilder /// /// Invoke function getSkypeForBusinessPeerToPeerActivityMinuteCounts /// + /// 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/Reports/GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriodRequestBuilder.cs index 9e0f7af1dd..c389ab7070 100644 --- a/src/generated/Reports/GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriod/GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriodRequestBui /// /// Invoke function getSkypeForBusinessPeerToPeerActivityUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getSkypeForBusinessPeerToPeerActivityUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriodRequestBuilder(s /// /// Invoke function getSkypeForBusinessPeerToPeerActivityUserCounts /// + /// 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/Reports/GetTeamsDeviceUsageDistributionUserCountsWithPeriod/GetTeamsDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetTeamsDeviceUsageDistributionUserCountsWithPeriod/GetTeamsDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs index 96ad65f1bc..653efe2c5f 100644 --- a/src/generated/Reports/GetTeamsDeviceUsageDistributionUserCountsWithPeriod/GetTeamsDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetTeamsDeviceUsageDistributionUserCountsWithPeriod/GetTeamsDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetTeamsDeviceUsageDistributionUserCountsWithPeriodRequestBuilder : /// /// Invoke function getTeamsDeviceUsageDistributionUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getTeamsDeviceUsageDistributionUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetTeamsDeviceUsageDistributionUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetTeamsDeviceUsageDistributionUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetTeamsDeviceUsageDistributionUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetTeamsDeviceUsageDistributionUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetTeamsDeviceUsageDistributionUserCountsWithPeriodRequestBuilder(string /// /// Invoke function getTeamsDeviceUsageDistributionUserCounts /// + /// 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/Reports/GetTeamsDeviceUsageUserCountsWithPeriod/GetTeamsDeviceUsageUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetTeamsDeviceUsageUserCountsWithPeriod/GetTeamsDeviceUsageUserCountsWithPeriodRequestBuilder.cs index 0739691e90..dceb170b15 100644 --- a/src/generated/Reports/GetTeamsDeviceUsageUserCountsWithPeriod/GetTeamsDeviceUsageUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetTeamsDeviceUsageUserCountsWithPeriod/GetTeamsDeviceUsageUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetTeamsDeviceUsageUserCountsWithPeriodRequestBuilder : BaseCliRequ /// /// Invoke function getTeamsDeviceUsageUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getTeamsDeviceUsageUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetTeamsDeviceUsageUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetTeamsDeviceUsageUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getTeamsDeviceUsageUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetTeamsDeviceUsageUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetTeamsDeviceUsageUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getTeamsDeviceUsageUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetTeamsDeviceUsageUserCountsWithPeriodRequestBuilder(string rawUrl) : ba /// /// Invoke function getTeamsDeviceUsageUserCounts /// + /// 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/Reports/GetTeamsDeviceUsageUserDetailWithDate/GetTeamsDeviceUsageUserDetailWithDateRequestBuilder.cs b/src/generated/Reports/GetTeamsDeviceUsageUserDetailWithDate/GetTeamsDeviceUsageUserDetailWithDateRequestBuilder.cs index 345bfe4d65..2e316e3379 100644 --- a/src/generated/Reports/GetTeamsDeviceUsageUserDetailWithDate/GetTeamsDeviceUsageUserDetailWithDateRequestBuilder.cs +++ b/src/generated/Reports/GetTeamsDeviceUsageUserDetailWithDate/GetTeamsDeviceUsageUserDetailWithDateRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetTeamsDeviceUsageUserDetailWithDateRequestBuilder : BaseCliReques /// /// Invoke function getTeamsDeviceUsageUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getTeamsDeviceUsageUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetTeamsDeviceUsageUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetTeamsDeviceUsageUserDetailWithDateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getTeamsDeviceUsageUserDetail(date={date})", pathParameters) { } /// - /// Instantiates a new GetTeamsDeviceUsageUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetTeamsDeviceUsageUserDetailWithDateRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getTeamsDeviceUsageUserDetail(date={date})", rawUrl) { @@ -71,6 +72,7 @@ public GetTeamsDeviceUsageUserDetailWithDateRequestBuilder(string rawUrl) : base /// /// Invoke function getTeamsDeviceUsageUserDetail /// + /// 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/Reports/GetTeamsDeviceUsageUserDetailWithPeriod/GetTeamsDeviceUsageUserDetailWithPeriodRequestBuilder.cs b/src/generated/Reports/GetTeamsDeviceUsageUserDetailWithPeriod/GetTeamsDeviceUsageUserDetailWithPeriodRequestBuilder.cs index b6811f0946..2d692da173 100644 --- a/src/generated/Reports/GetTeamsDeviceUsageUserDetailWithPeriod/GetTeamsDeviceUsageUserDetailWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetTeamsDeviceUsageUserDetailWithPeriod/GetTeamsDeviceUsageUserDetailWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetTeamsDeviceUsageUserDetailWithPeriodRequestBuilder : BaseCliRequ /// /// Invoke function getTeamsDeviceUsageUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getTeamsDeviceUsageUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetTeamsDeviceUsageUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetTeamsDeviceUsageUserDetailWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getTeamsDeviceUsageUserDetail(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetTeamsDeviceUsageUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetTeamsDeviceUsageUserDetailWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getTeamsDeviceUsageUserDetail(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetTeamsDeviceUsageUserDetailWithPeriodRequestBuilder(string rawUrl) : ba /// /// Invoke function getTeamsDeviceUsageUserDetail /// + /// 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/Reports/GetTeamsTeamActivityCountsWithPeriod/GetTeamsTeamActivityCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetTeamsTeamActivityCountsWithPeriod/GetTeamsTeamActivityCountsWithPeriodRequestBuilder.cs index 91078d0494..918d581e2d 100644 --- a/src/generated/Reports/GetTeamsTeamActivityCountsWithPeriod/GetTeamsTeamActivityCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetTeamsTeamActivityCountsWithPeriod/GetTeamsTeamActivityCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetTeamsTeamActivityCountsWithPeriodRequestBuilder : BaseCliRequest /// /// Invoke function getTeamsTeamActivityCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getTeamsTeamActivityCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetTeamsTeamActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetTeamsTeamActivityCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getTeamsTeamActivityCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetTeamsTeamActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetTeamsTeamActivityCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getTeamsTeamActivityCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetTeamsTeamActivityCountsWithPeriodRequestBuilder(string rawUrl) : base( /// /// Invoke function getTeamsTeamActivityCounts /// + /// 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/Reports/GetTeamsTeamActivityDetailWithDate/GetTeamsTeamActivityDetailWithDateRequestBuilder.cs b/src/generated/Reports/GetTeamsTeamActivityDetailWithDate/GetTeamsTeamActivityDetailWithDateRequestBuilder.cs index ad759e9a39..cf1cc7e465 100644 --- a/src/generated/Reports/GetTeamsTeamActivityDetailWithDate/GetTeamsTeamActivityDetailWithDateRequestBuilder.cs +++ b/src/generated/Reports/GetTeamsTeamActivityDetailWithDate/GetTeamsTeamActivityDetailWithDateRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetTeamsTeamActivityDetailWithDateRequestBuilder : BaseCliRequestBu /// /// Invoke function getTeamsTeamActivityDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getTeamsTeamActivityDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetTeamsTeamActivityDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetTeamsTeamActivityDetailWithDateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getTeamsTeamActivityDetail(date={date})", pathParameters) { } /// - /// Instantiates a new GetTeamsTeamActivityDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetTeamsTeamActivityDetailWithDateRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getTeamsTeamActivityDetail(date={date})", rawUrl) { @@ -71,6 +72,7 @@ public GetTeamsTeamActivityDetailWithDateRequestBuilder(string rawUrl) : base("{ /// /// Invoke function getTeamsTeamActivityDetail /// + /// 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/Reports/GetTeamsTeamActivityDetailWithPeriod/GetTeamsTeamActivityDetailWithPeriodRequestBuilder.cs b/src/generated/Reports/GetTeamsTeamActivityDetailWithPeriod/GetTeamsTeamActivityDetailWithPeriodRequestBuilder.cs index b9ebc6d3f0..a71002c2db 100644 --- a/src/generated/Reports/GetTeamsTeamActivityDetailWithPeriod/GetTeamsTeamActivityDetailWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetTeamsTeamActivityDetailWithPeriod/GetTeamsTeamActivityDetailWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetTeamsTeamActivityDetailWithPeriodRequestBuilder : BaseCliRequest /// /// Invoke function getTeamsTeamActivityDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getTeamsTeamActivityDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetTeamsTeamActivityDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetTeamsTeamActivityDetailWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getTeamsTeamActivityDetail(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetTeamsTeamActivityDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetTeamsTeamActivityDetailWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getTeamsTeamActivityDetail(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetTeamsTeamActivityDetailWithPeriodRequestBuilder(string rawUrl) : base( /// /// Invoke function getTeamsTeamActivityDetail /// + /// 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/Reports/GetTeamsTeamActivityDistributionCountsWithPeriod/GetTeamsTeamActivityDistributionCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetTeamsTeamActivityDistributionCountsWithPeriod/GetTeamsTeamActivityDistributionCountsWithPeriodRequestBuilder.cs index 7a2252464e..1248a832ad 100644 --- a/src/generated/Reports/GetTeamsTeamActivityDistributionCountsWithPeriod/GetTeamsTeamActivityDistributionCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetTeamsTeamActivityDistributionCountsWithPeriod/GetTeamsTeamActivityDistributionCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetTeamsTeamActivityDistributionCountsWithPeriodRequestBuilder : Ba /// /// Invoke function getTeamsTeamActivityDistributionCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getTeamsTeamActivityDistributionCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetTeamsTeamActivityDistributionCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetTeamsTeamActivityDistributionCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetTeamsTeamActivityDistributionCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetTeamsTeamActivityDistributionCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetTeamsTeamActivityDistributionCountsWithPeriodRequestBuilder(string raw /// /// Invoke function getTeamsTeamActivityDistributionCounts /// + /// 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/Reports/GetTeamsTeamCountsWithPeriod/GetTeamsTeamCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetTeamsTeamCountsWithPeriod/GetTeamsTeamCountsWithPeriodRequestBuilder.cs index c2e87a2650..2a3c96a348 100644 --- a/src/generated/Reports/GetTeamsTeamCountsWithPeriod/GetTeamsTeamCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetTeamsTeamCountsWithPeriod/GetTeamsTeamCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetTeamsTeamCountsWithPeriodRequestBuilder : BaseCliRequestBuilder /// /// Invoke function getTeamsTeamCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getTeamsTeamCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetTeamsTeamCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetTeamsTeamCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getTeamsTeamCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetTeamsTeamCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetTeamsTeamCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getTeamsTeamCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetTeamsTeamCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseu /// /// Invoke function getTeamsTeamCounts /// + /// 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/Reports/GetTeamsUserActivityCountsWithPeriod/GetTeamsUserActivityCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetTeamsUserActivityCountsWithPeriod/GetTeamsUserActivityCountsWithPeriodRequestBuilder.cs index 52f836de36..37eb19e0d2 100644 --- a/src/generated/Reports/GetTeamsUserActivityCountsWithPeriod/GetTeamsUserActivityCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetTeamsUserActivityCountsWithPeriod/GetTeamsUserActivityCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetTeamsUserActivityCountsWithPeriodRequestBuilder : BaseCliRequest /// /// Invoke function getTeamsUserActivityCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getTeamsUserActivityCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetTeamsUserActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetTeamsUserActivityCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getTeamsUserActivityCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetTeamsUserActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetTeamsUserActivityCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getTeamsUserActivityCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetTeamsUserActivityCountsWithPeriodRequestBuilder(string rawUrl) : base( /// /// Invoke function getTeamsUserActivityCounts /// + /// 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/Reports/GetTeamsUserActivityUserCountsWithPeriod/GetTeamsUserActivityUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetTeamsUserActivityUserCountsWithPeriod/GetTeamsUserActivityUserCountsWithPeriodRequestBuilder.cs index d78b18e14b..1e37877d64 100644 --- a/src/generated/Reports/GetTeamsUserActivityUserCountsWithPeriod/GetTeamsUserActivityUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetTeamsUserActivityUserCountsWithPeriod/GetTeamsUserActivityUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetTeamsUserActivityUserCountsWithPeriodRequestBuilder : BaseCliReq /// /// Invoke function getTeamsUserActivityUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getTeamsUserActivityUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetTeamsUserActivityUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetTeamsUserActivityUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getTeamsUserActivityUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetTeamsUserActivityUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetTeamsUserActivityUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getTeamsUserActivityUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetTeamsUserActivityUserCountsWithPeriodRequestBuilder(string rawUrl) : b /// /// Invoke function getTeamsUserActivityUserCounts /// + /// 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/Reports/GetTeamsUserActivityUserDetailWithDate/GetTeamsUserActivityUserDetailWithDateRequestBuilder.cs b/src/generated/Reports/GetTeamsUserActivityUserDetailWithDate/GetTeamsUserActivityUserDetailWithDateRequestBuilder.cs index 709e5135e9..b4adb03e29 100644 --- a/src/generated/Reports/GetTeamsUserActivityUserDetailWithDate/GetTeamsUserActivityUserDetailWithDateRequestBuilder.cs +++ b/src/generated/Reports/GetTeamsUserActivityUserDetailWithDate/GetTeamsUserActivityUserDetailWithDateRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetTeamsUserActivityUserDetailWithDateRequestBuilder : BaseCliReque /// /// Invoke function getTeamsUserActivityUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getTeamsUserActivityUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetTeamsUserActivityUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetTeamsUserActivityUserDetailWithDateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getTeamsUserActivityUserDetail(date={date})", pathParameters) { } /// - /// Instantiates a new GetTeamsUserActivityUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetTeamsUserActivityUserDetailWithDateRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getTeamsUserActivityUserDetail(date={date})", rawUrl) { @@ -71,6 +72,7 @@ public GetTeamsUserActivityUserDetailWithDateRequestBuilder(string rawUrl) : bas /// /// Invoke function getTeamsUserActivityUserDetail /// + /// 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/Reports/GetTeamsUserActivityUserDetailWithPeriod/GetTeamsUserActivityUserDetailWithPeriodRequestBuilder.cs b/src/generated/Reports/GetTeamsUserActivityUserDetailWithPeriod/GetTeamsUserActivityUserDetailWithPeriodRequestBuilder.cs index e85e62d859..6b2fe8c9d4 100644 --- a/src/generated/Reports/GetTeamsUserActivityUserDetailWithPeriod/GetTeamsUserActivityUserDetailWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetTeamsUserActivityUserDetailWithPeriod/GetTeamsUserActivityUserDetailWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetTeamsUserActivityUserDetailWithPeriodRequestBuilder : BaseCliReq /// /// Invoke function getTeamsUserActivityUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getTeamsUserActivityUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetTeamsUserActivityUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetTeamsUserActivityUserDetailWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getTeamsUserActivityUserDetail(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetTeamsUserActivityUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetTeamsUserActivityUserDetailWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getTeamsUserActivityUserDetail(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetTeamsUserActivityUserDetailWithPeriodRequestBuilder(string rawUrl) : b /// /// Invoke function getTeamsUserActivityUserDetail /// + /// 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/Reports/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeGetResponse.cs b/src/generated/Reports/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeGetResponse.cs index 5df7787069..287c614a6d 100644 --- a/src/generated/Reports/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeGetResponse.cs +++ b/src/generated/Reports/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeGetResponse.cs @@ -18,6 +18,7 @@ public class GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeG /// /// 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 new GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeG /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ArchivedPrintJob.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Reports/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs b/src/generated/Reports/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs index ad38253a99..f22689a220 100644 --- a/src/generated/Reports/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs +++ b/src/generated/Reports/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTime/GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeR /// /// Invoke function getUserArchivedPrintJobs /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getUserArchivedPrintJobs"; @@ -108,13 +109,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime}){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime}){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl) { @@ -122,6 +123,7 @@ public GetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRequest /// /// Invoke function getUserArchivedPrintJobs /// + /// 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/Reports/GetYammerActivityCountsWithPeriod/GetYammerActivityCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetYammerActivityCountsWithPeriod/GetYammerActivityCountsWithPeriodRequestBuilder.cs index 8ba2f3c331..9a9ccb1906 100644 --- a/src/generated/Reports/GetYammerActivityCountsWithPeriod/GetYammerActivityCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetYammerActivityCountsWithPeriod/GetYammerActivityCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetYammerActivityCountsWithPeriodRequestBuilder : BaseCliRequestBui /// /// Invoke function getYammerActivityCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getYammerActivityCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetYammerActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetYammerActivityCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getYammerActivityCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetYammerActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetYammerActivityCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getYammerActivityCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetYammerActivityCountsWithPeriodRequestBuilder(string rawUrl) : base("{+ /// /// Invoke function getYammerActivityCounts /// + /// 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/Reports/GetYammerActivityUserCountsWithPeriod/GetYammerActivityUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetYammerActivityUserCountsWithPeriod/GetYammerActivityUserCountsWithPeriodRequestBuilder.cs index a1e8eea7f8..8942fc17a5 100644 --- a/src/generated/Reports/GetYammerActivityUserCountsWithPeriod/GetYammerActivityUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetYammerActivityUserCountsWithPeriod/GetYammerActivityUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetYammerActivityUserCountsWithPeriodRequestBuilder : BaseCliReques /// /// Invoke function getYammerActivityUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getYammerActivityUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetYammerActivityUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetYammerActivityUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getYammerActivityUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetYammerActivityUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetYammerActivityUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getYammerActivityUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetYammerActivityUserCountsWithPeriodRequestBuilder(string rawUrl) : base /// /// Invoke function getYammerActivityUserCounts /// + /// 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/Reports/GetYammerActivityUserDetailWithDate/GetYammerActivityUserDetailWithDateRequestBuilder.cs b/src/generated/Reports/GetYammerActivityUserDetailWithDate/GetYammerActivityUserDetailWithDateRequestBuilder.cs index c20380c8d3..6382a8bb5d 100644 --- a/src/generated/Reports/GetYammerActivityUserDetailWithDate/GetYammerActivityUserDetailWithDateRequestBuilder.cs +++ b/src/generated/Reports/GetYammerActivityUserDetailWithDate/GetYammerActivityUserDetailWithDateRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetYammerActivityUserDetailWithDateRequestBuilder : BaseCliRequestB /// /// Invoke function getYammerActivityUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getYammerActivityUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetYammerActivityUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetYammerActivityUserDetailWithDateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getYammerActivityUserDetail(date={date})", pathParameters) { } /// - /// Instantiates a new GetYammerActivityUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetYammerActivityUserDetailWithDateRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getYammerActivityUserDetail(date={date})", rawUrl) { @@ -71,6 +72,7 @@ public GetYammerActivityUserDetailWithDateRequestBuilder(string rawUrl) : base(" /// /// Invoke function getYammerActivityUserDetail /// + /// 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/Reports/GetYammerActivityUserDetailWithPeriod/GetYammerActivityUserDetailWithPeriodRequestBuilder.cs b/src/generated/Reports/GetYammerActivityUserDetailWithPeriod/GetYammerActivityUserDetailWithPeriodRequestBuilder.cs index a7bf39d7d8..ea60fb5e83 100644 --- a/src/generated/Reports/GetYammerActivityUserDetailWithPeriod/GetYammerActivityUserDetailWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetYammerActivityUserDetailWithPeriod/GetYammerActivityUserDetailWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetYammerActivityUserDetailWithPeriodRequestBuilder : BaseCliReques /// /// Invoke function getYammerActivityUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getYammerActivityUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetYammerActivityUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetYammerActivityUserDetailWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getYammerActivityUserDetail(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetYammerActivityUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetYammerActivityUserDetailWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getYammerActivityUserDetail(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetYammerActivityUserDetailWithPeriodRequestBuilder(string rawUrl) : base /// /// Invoke function getYammerActivityUserDetail /// + /// 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/Reports/GetYammerDeviceUsageDistributionUserCountsWithPeriod/GetYammerDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetYammerDeviceUsageDistributionUserCountsWithPeriod/GetYammerDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs index 5be214ef02..697c8ca6d9 100644 --- a/src/generated/Reports/GetYammerDeviceUsageDistributionUserCountsWithPeriod/GetYammerDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetYammerDeviceUsageDistributionUserCountsWithPeriod/GetYammerDeviceUsageDistributionUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetYammerDeviceUsageDistributionUserCountsWithPeriodRequestBuilder /// /// Invoke function getYammerDeviceUsageDistributionUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getYammerDeviceUsageDistributionUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetYammerDeviceUsageDistributionUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetYammerDeviceUsageDistributionUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetYammerDeviceUsageDistributionUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetYammerDeviceUsageDistributionUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetYammerDeviceUsageDistributionUserCountsWithPeriodRequestBuilder(string /// /// Invoke function getYammerDeviceUsageDistributionUserCounts /// + /// 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/Reports/GetYammerDeviceUsageUserCountsWithPeriod/GetYammerDeviceUsageUserCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetYammerDeviceUsageUserCountsWithPeriod/GetYammerDeviceUsageUserCountsWithPeriodRequestBuilder.cs index 198be68f70..fc7a72a8ad 100644 --- a/src/generated/Reports/GetYammerDeviceUsageUserCountsWithPeriod/GetYammerDeviceUsageUserCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetYammerDeviceUsageUserCountsWithPeriod/GetYammerDeviceUsageUserCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetYammerDeviceUsageUserCountsWithPeriodRequestBuilder : BaseCliReq /// /// Invoke function getYammerDeviceUsageUserCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getYammerDeviceUsageUserCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetYammerDeviceUsageUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetYammerDeviceUsageUserCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getYammerDeviceUsageUserCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetYammerDeviceUsageUserCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetYammerDeviceUsageUserCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getYammerDeviceUsageUserCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetYammerDeviceUsageUserCountsWithPeriodRequestBuilder(string rawUrl) : b /// /// Invoke function getYammerDeviceUsageUserCounts /// + /// 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/Reports/GetYammerDeviceUsageUserDetailWithDate/GetYammerDeviceUsageUserDetailWithDateRequestBuilder.cs b/src/generated/Reports/GetYammerDeviceUsageUserDetailWithDate/GetYammerDeviceUsageUserDetailWithDateRequestBuilder.cs index 997d9ccfc5..5c7e3a185e 100644 --- a/src/generated/Reports/GetYammerDeviceUsageUserDetailWithDate/GetYammerDeviceUsageUserDetailWithDateRequestBuilder.cs +++ b/src/generated/Reports/GetYammerDeviceUsageUserDetailWithDate/GetYammerDeviceUsageUserDetailWithDateRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetYammerDeviceUsageUserDetailWithDateRequestBuilder : BaseCliReque /// /// Invoke function getYammerDeviceUsageUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getYammerDeviceUsageUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetYammerDeviceUsageUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetYammerDeviceUsageUserDetailWithDateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getYammerDeviceUsageUserDetail(date={date})", pathParameters) { } /// - /// Instantiates a new GetYammerDeviceUsageUserDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetYammerDeviceUsageUserDetailWithDateRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getYammerDeviceUsageUserDetail(date={date})", rawUrl) { @@ -71,6 +72,7 @@ public GetYammerDeviceUsageUserDetailWithDateRequestBuilder(string rawUrl) : bas /// /// Invoke function getYammerDeviceUsageUserDetail /// + /// 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/Reports/GetYammerDeviceUsageUserDetailWithPeriod/GetYammerDeviceUsageUserDetailWithPeriodRequestBuilder.cs b/src/generated/Reports/GetYammerDeviceUsageUserDetailWithPeriod/GetYammerDeviceUsageUserDetailWithPeriodRequestBuilder.cs index acaf860366..0cb4018f5b 100644 --- a/src/generated/Reports/GetYammerDeviceUsageUserDetailWithPeriod/GetYammerDeviceUsageUserDetailWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetYammerDeviceUsageUserDetailWithPeriod/GetYammerDeviceUsageUserDetailWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetYammerDeviceUsageUserDetailWithPeriodRequestBuilder : BaseCliReq /// /// Invoke function getYammerDeviceUsageUserDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getYammerDeviceUsageUserDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetYammerDeviceUsageUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetYammerDeviceUsageUserDetailWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getYammerDeviceUsageUserDetail(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetYammerDeviceUsageUserDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetYammerDeviceUsageUserDetailWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getYammerDeviceUsageUserDetail(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetYammerDeviceUsageUserDetailWithPeriodRequestBuilder(string rawUrl) : b /// /// Invoke function getYammerDeviceUsageUserDetail /// + /// 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/Reports/GetYammerGroupsActivityCountsWithPeriod/GetYammerGroupsActivityCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetYammerGroupsActivityCountsWithPeriod/GetYammerGroupsActivityCountsWithPeriodRequestBuilder.cs index 5cdcee6062..81af0194de 100644 --- a/src/generated/Reports/GetYammerGroupsActivityCountsWithPeriod/GetYammerGroupsActivityCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetYammerGroupsActivityCountsWithPeriod/GetYammerGroupsActivityCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetYammerGroupsActivityCountsWithPeriodRequestBuilder : BaseCliRequ /// /// Invoke function getYammerGroupsActivityCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getYammerGroupsActivityCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetYammerGroupsActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetYammerGroupsActivityCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getYammerGroupsActivityCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetYammerGroupsActivityCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetYammerGroupsActivityCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getYammerGroupsActivityCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetYammerGroupsActivityCountsWithPeriodRequestBuilder(string rawUrl) : ba /// /// Invoke function getYammerGroupsActivityCounts /// + /// 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/Reports/GetYammerGroupsActivityDetailWithDate/GetYammerGroupsActivityDetailWithDateRequestBuilder.cs b/src/generated/Reports/GetYammerGroupsActivityDetailWithDate/GetYammerGroupsActivityDetailWithDateRequestBuilder.cs index 71f5fa4ab7..0aa49a8ed5 100644 --- a/src/generated/Reports/GetYammerGroupsActivityDetailWithDate/GetYammerGroupsActivityDetailWithDateRequestBuilder.cs +++ b/src/generated/Reports/GetYammerGroupsActivityDetailWithDate/GetYammerGroupsActivityDetailWithDateRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetYammerGroupsActivityDetailWithDateRequestBuilder : BaseCliReques /// /// Invoke function getYammerGroupsActivityDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getYammerGroupsActivityDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetYammerGroupsActivityDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetYammerGroupsActivityDetailWithDateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getYammerGroupsActivityDetail(date={date})", pathParameters) { } /// - /// Instantiates a new GetYammerGroupsActivityDetailWithDateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetYammerGroupsActivityDetailWithDateRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getYammerGroupsActivityDetail(date={date})", rawUrl) { @@ -71,6 +72,7 @@ public GetYammerGroupsActivityDetailWithDateRequestBuilder(string rawUrl) : base /// /// Invoke function getYammerGroupsActivityDetail /// + /// 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/Reports/GetYammerGroupsActivityDetailWithPeriod/GetYammerGroupsActivityDetailWithPeriodRequestBuilder.cs b/src/generated/Reports/GetYammerGroupsActivityDetailWithPeriod/GetYammerGroupsActivityDetailWithPeriodRequestBuilder.cs index 5775626d46..46cebe2b0a 100644 --- a/src/generated/Reports/GetYammerGroupsActivityDetailWithPeriod/GetYammerGroupsActivityDetailWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetYammerGroupsActivityDetailWithPeriod/GetYammerGroupsActivityDetailWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetYammerGroupsActivityDetailWithPeriodRequestBuilder : BaseCliRequ /// /// Invoke function getYammerGroupsActivityDetail /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getYammerGroupsActivityDetail"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetYammerGroupsActivityDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetYammerGroupsActivityDetailWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getYammerGroupsActivityDetail(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetYammerGroupsActivityDetailWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetYammerGroupsActivityDetailWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getYammerGroupsActivityDetail(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetYammerGroupsActivityDetailWithPeriodRequestBuilder(string rawUrl) : ba /// /// Invoke function getYammerGroupsActivityDetail /// + /// 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/Reports/GetYammerGroupsActivityGroupCountsWithPeriod/GetYammerGroupsActivityGroupCountsWithPeriodRequestBuilder.cs b/src/generated/Reports/GetYammerGroupsActivityGroupCountsWithPeriod/GetYammerGroupsActivityGroupCountsWithPeriodRequestBuilder.cs index 415551df43..276466beac 100644 --- a/src/generated/Reports/GetYammerGroupsActivityGroupCountsWithPeriod/GetYammerGroupsActivityGroupCountsWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/GetYammerGroupsActivityGroupCountsWithPeriod/GetYammerGroupsActivityGroupCountsWithPeriodRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetYammerGroupsActivityGroupCountsWithPeriodRequestBuilder : BaseCl /// /// Invoke function getYammerGroupsActivityGroupCounts /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getYammerGroupsActivityGroupCounts"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetYammerGroupsActivityGroupCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetYammerGroupsActivityGroupCountsWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/getYammerGroupsActivityGroupCounts(period='{period}')", pathParameters) { } /// - /// Instantiates a new GetYammerGroupsActivityGroupCountsWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetYammerGroupsActivityGroupCountsWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/getYammerGroupsActivityGroupCounts(period='{period}')", rawUrl) { @@ -71,6 +72,7 @@ public GetYammerGroupsActivityGroupCountsWithPeriodRequestBuilder(string rawUrl) /// /// Invoke function getYammerGroupsActivityGroupCounts /// + /// 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/Reports/ManagedDeviceEnrollmentFailureDetails/ManagedDeviceEnrollmentFailureDetailsRequestBuilder.cs b/src/generated/Reports/ManagedDeviceEnrollmentFailureDetails/ManagedDeviceEnrollmentFailureDetailsRequestBuilder.cs index 6eea26f429..a072713c07 100644 --- a/src/generated/Reports/ManagedDeviceEnrollmentFailureDetails/ManagedDeviceEnrollmentFailureDetailsRequestBuilder.cs +++ b/src/generated/Reports/ManagedDeviceEnrollmentFailureDetails/ManagedDeviceEnrollmentFailureDetailsRequestBuilder.cs @@ -22,6 +22,7 @@ public class ManagedDeviceEnrollmentFailureDetailsRequestBuilder : BaseCliReques /// /// Invoke function managedDeviceEnrollmentFailureDetails /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function managedDeviceEnrollmentFailureDetails"; @@ -50,13 +51,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ManagedDeviceEnrollmentFailureDetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedDeviceEnrollmentFailureDetailsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/managedDeviceEnrollmentFailureDetails()", pathParameters) { } /// - /// Instantiates a new ManagedDeviceEnrollmentFailureDetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedDeviceEnrollmentFailureDetailsRequestBuilder(string rawUrl) : base("{+baseurl}/reports/managedDeviceEnrollmentFailureDetails()", rawUrl) { @@ -64,6 +65,7 @@ public ManagedDeviceEnrollmentFailureDetailsRequestBuilder(string rawUrl) : base /// /// Invoke function managedDeviceEnrollmentFailureDetails /// + /// 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/Reports/ManagedDeviceEnrollmentFailureDetailsWithSkipWithTopWithFilterWithSkipToken/ManagedDeviceEnrollmentFailureDetailsWithSkipWithTopWithFilterWithSkipTokenRequestBuilder.cs b/src/generated/Reports/ManagedDeviceEnrollmentFailureDetailsWithSkipWithTopWithFilterWithSkipToken/ManagedDeviceEnrollmentFailureDetailsWithSkipWithTopWithFilterWithSkipTokenRequestBuilder.cs index 612180be52..fb33ffb86e 100644 --- a/src/generated/Reports/ManagedDeviceEnrollmentFailureDetailsWithSkipWithTopWithFilterWithSkipToken/ManagedDeviceEnrollmentFailureDetailsWithSkipWithTopWithFilterWithSkipTokenRequestBuilder.cs +++ b/src/generated/Reports/ManagedDeviceEnrollmentFailureDetailsWithSkipWithTopWithFilterWithSkipToken/ManagedDeviceEnrollmentFailureDetailsWithSkipWithTopWithFilterWithSkipTokenRequestBuilder.cs @@ -22,6 +22,7 @@ public class ManagedDeviceEnrollmentFailureDetailsWithSkipWithTopWithFilterWithS /// /// Invoke function managedDeviceEnrollmentFailureDetails /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function managedDeviceEnrollmentFailureDetails"; @@ -74,13 +75,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ManagedDeviceEnrollmentFailureDetailsWithSkipWithTopWithFilterWithSkipTokenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedDeviceEnrollmentFailureDetailsWithSkipWithTopWithFilterWithSkipTokenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", pathParameters) { } /// - /// Instantiates a new ManagedDeviceEnrollmentFailureDetailsWithSkipWithTopWithFilterWithSkipTokenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedDeviceEnrollmentFailureDetailsWithSkipWithTopWithFilterWithSkipTokenRequestBuilder(string rawUrl) : base("{+baseurl}/reports/managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", rawUrl) { @@ -88,6 +89,7 @@ public ManagedDeviceEnrollmentFailureDetailsWithSkipWithTopWithFilterWithSkipTok /// /// Invoke function managedDeviceEnrollmentFailureDetails /// + /// 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/Reports/ManagedDeviceEnrollmentTopFailures/ManagedDeviceEnrollmentTopFailuresRequestBuilder.cs b/src/generated/Reports/ManagedDeviceEnrollmentTopFailures/ManagedDeviceEnrollmentTopFailuresRequestBuilder.cs index 9d91f9be82..49db4b7c51 100644 --- a/src/generated/Reports/ManagedDeviceEnrollmentTopFailures/ManagedDeviceEnrollmentTopFailuresRequestBuilder.cs +++ b/src/generated/Reports/ManagedDeviceEnrollmentTopFailures/ManagedDeviceEnrollmentTopFailuresRequestBuilder.cs @@ -22,6 +22,7 @@ public class ManagedDeviceEnrollmentTopFailuresRequestBuilder : BaseCliRequestBu /// /// Invoke function managedDeviceEnrollmentTopFailures /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function managedDeviceEnrollmentTopFailures"; @@ -50,13 +51,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ManagedDeviceEnrollmentTopFailuresRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedDeviceEnrollmentTopFailuresRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/managedDeviceEnrollmentTopFailures()", pathParameters) { } /// - /// Instantiates a new ManagedDeviceEnrollmentTopFailuresRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedDeviceEnrollmentTopFailuresRequestBuilder(string rawUrl) : base("{+baseurl}/reports/managedDeviceEnrollmentTopFailures()", rawUrl) { @@ -64,6 +65,7 @@ public ManagedDeviceEnrollmentTopFailuresRequestBuilder(string rawUrl) : base("{ /// /// Invoke function managedDeviceEnrollmentTopFailures /// + /// 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/Reports/ManagedDeviceEnrollmentTopFailuresWithPeriod/ManagedDeviceEnrollmentTopFailuresWithPeriodRequestBuilder.cs b/src/generated/Reports/ManagedDeviceEnrollmentTopFailuresWithPeriod/ManagedDeviceEnrollmentTopFailuresWithPeriodRequestBuilder.cs index 8e14dbe511..5360672af1 100644 --- a/src/generated/Reports/ManagedDeviceEnrollmentTopFailuresWithPeriod/ManagedDeviceEnrollmentTopFailuresWithPeriodRequestBuilder.cs +++ b/src/generated/Reports/ManagedDeviceEnrollmentTopFailuresWithPeriod/ManagedDeviceEnrollmentTopFailuresWithPeriodRequestBuilder.cs @@ -22,6 +22,7 @@ public class ManagedDeviceEnrollmentTopFailuresWithPeriodRequestBuilder : BaseCl /// /// Invoke function managedDeviceEnrollmentTopFailures /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function managedDeviceEnrollmentTopFailures"; @@ -56,13 +57,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ManagedDeviceEnrollmentTopFailuresWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManagedDeviceEnrollmentTopFailuresWithPeriodRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/managedDeviceEnrollmentTopFailures(period='{period}')", pathParameters) { } /// - /// Instantiates a new ManagedDeviceEnrollmentTopFailuresWithPeriodRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManagedDeviceEnrollmentTopFailuresWithPeriodRequestBuilder(string rawUrl) : base("{+baseurl}/reports/managedDeviceEnrollmentTopFailures(period='{period}')", rawUrl) { @@ -70,6 +71,7 @@ public ManagedDeviceEnrollmentTopFailuresWithPeriodRequestBuilder(string rawUrl) /// /// Invoke function managedDeviceEnrollmentTopFailures /// + /// 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/Reports/MonthlyPrintUsageByPrinter/Count/CountRequestBuilder.cs b/src/generated/Reports/MonthlyPrintUsageByPrinter/Count/CountRequestBuilder.cs index bd9ea9e3c0..efb0c6c153 100644 --- a/src/generated/Reports/MonthlyPrintUsageByPrinter/Count/CountRequestBuilder.cs +++ b/src/generated/Reports/MonthlyPrintUsageByPrinter/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}/reports/monthlyPrintUsageByPrinter/$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}/reports/monthlyPrintUsageByPrinter/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/reports/monthlyPrin /// /// 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/Reports/MonthlyPrintUsageByPrinter/Item/PrintUsageByPrinterItemRequestBuilder.cs b/src/generated/Reports/MonthlyPrintUsageByPrinter/Item/PrintUsageByPrinterItemRequestBuilder.cs index 14c1da12d2..808e55efd0 100644 --- a/src/generated/Reports/MonthlyPrintUsageByPrinter/Item/PrintUsageByPrinterItemRequestBuilder.cs +++ b/src/generated/Reports/MonthlyPrintUsageByPrinter/Item/PrintUsageByPrinterItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrintUsageByPrinterItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property monthlyPrintUsageByPrinter for reports /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property monthlyPrintUsageByPrinter for reports"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Retrieve a list of monthly print usage summaries, grouped by printer. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a list of monthly print usage summaries, grouped by printer."; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property monthlyPrintUsageByPrinter in reports /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property monthlyPrintUsageByPrinter in reports"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PrintUsageByPrinterItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintUsageByPrinterItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrintUsageByPrinterItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintUsageByPrinterItemRequestBuilder(string rawUrl) : base("{+baseurl}/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public PrintUsageByPrinterItemRequestBuilder(string rawUrl) : base("{+baseurl}/r /// /// Delete navigation property monthlyPrintUsageByPrinter for reports /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a list of monthly print usage summaries, grouped by printer. /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property monthlyPrintUsageByPrinter in reports /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(PrintUsageByPrinter body, Ac public RequestInformation ToPatchRequestInformation(PrintUsageByPrinter 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}/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/MonthlyPrintUsageByPrinter/MonthlyPrintUsageByPrinterRequestBuilder.cs b/src/generated/Reports/MonthlyPrintUsageByPrinter/MonthlyPrintUsageByPrinterRequestBuilder.cs index 559ea68d2b..6f951dd881 100644 --- a/src/generated/Reports/MonthlyPrintUsageByPrinter/MonthlyPrintUsageByPrinterRequestBuilder.cs +++ b/src/generated/Reports/MonthlyPrintUsageByPrinter/MonthlyPrintUsageByPrinterRequestBuilder.cs @@ -24,6 +24,7 @@ public class MonthlyPrintUsageByPrinterRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the monthlyPrintUsageByPrinter property of the microsoft.graph.reportRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new PrintUsageByPrinterItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to monthlyPrintUsageByPrinter for reports /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to monthlyPrintUsageByPrinter for reports"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of monthly print usage summaries, grouped by printer. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of monthly print usage summaries, grouped by printer.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0"; @@ -184,13 +188,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MonthlyPrintUsageByPrinterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MonthlyPrintUsageByPrinterRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/monthlyPrintUsageByPrinter{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MonthlyPrintUsageByPrinterRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MonthlyPrintUsageByPrinterRequestBuilder(string rawUrl) : base("{+baseurl}/reports/monthlyPrintUsageByPrinter{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -198,6 +202,7 @@ public MonthlyPrintUsageByPrinterRequestBuilder(string rawUrl) : base("{+baseurl /// /// Retrieve a list of monthly print usage summaries, grouped by printer. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,6 +219,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to monthlyPrintUsageByPrinter for reports /// + /// 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 @@ -224,7 +230,7 @@ public RequestInformation ToPostRequestInformation(PrintUsageByPrinter body, Act public RequestInformation ToPostRequestInformation(PrintUsageByPrinter 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}/reports/monthlyPrintUsageByPrinter", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/MonthlyPrintUsageByUser/Count/CountRequestBuilder.cs b/src/generated/Reports/MonthlyPrintUsageByUser/Count/CountRequestBuilder.cs index c35b77d07c..ab4b87af88 100644 --- a/src/generated/Reports/MonthlyPrintUsageByUser/Count/CountRequestBuilder.cs +++ b/src/generated/Reports/MonthlyPrintUsageByUser/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}/reports/monthlyPrintUsageByUser/$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}/reports/monthlyPrintUsageByUser/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/reports/monthlyPrin /// /// 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/Reports/MonthlyPrintUsageByUser/Item/PrintUsageByUserItemRequestBuilder.cs b/src/generated/Reports/MonthlyPrintUsageByUser/Item/PrintUsageByUserItemRequestBuilder.cs index deafa90e3e..1a1d14ab51 100644 --- a/src/generated/Reports/MonthlyPrintUsageByUser/Item/PrintUsageByUserItemRequestBuilder.cs +++ b/src/generated/Reports/MonthlyPrintUsageByUser/Item/PrintUsageByUserItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrintUsageByUserItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property monthlyPrintUsageByUser for reports /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property monthlyPrintUsageByUser for reports"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Retrieve a list of monthly print usage summaries, grouped by user. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve a list of monthly print usage summaries, grouped by user."; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property monthlyPrintUsageByUser in reports /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property monthlyPrintUsageByUser in reports"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PrintUsageByUserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrintUsageByUserItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/monthlyPrintUsageByUser/{printUsageByUser%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrintUsageByUserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrintUsageByUserItemRequestBuilder(string rawUrl) : base("{+baseurl}/reports/monthlyPrintUsageByUser/{printUsageByUser%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public PrintUsageByUserItemRequestBuilder(string rawUrl) : base("{+baseurl}/repo /// /// Delete navigation property monthlyPrintUsageByUser for reports /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/reports/monthlyPrintUsageByUser/{printUsageByUser%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve a list of monthly print usage summaries, grouped by user. /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property monthlyPrintUsageByUser in reports /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(PrintUsageByUser body, Actio public RequestInformation ToPatchRequestInformation(PrintUsageByUser 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}/reports/monthlyPrintUsageByUser/{printUsageByUser%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/MonthlyPrintUsageByUser/MonthlyPrintUsageByUserRequestBuilder.cs b/src/generated/Reports/MonthlyPrintUsageByUser/MonthlyPrintUsageByUserRequestBuilder.cs index d33fdc4100..2c183e85f7 100644 --- a/src/generated/Reports/MonthlyPrintUsageByUser/MonthlyPrintUsageByUserRequestBuilder.cs +++ b/src/generated/Reports/MonthlyPrintUsageByUser/MonthlyPrintUsageByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class MonthlyPrintUsageByUserRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the monthlyPrintUsageByUser property of the microsoft.graph.reportRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new PrintUsageByUserItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to monthlyPrintUsageByUser for reports /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to monthlyPrintUsageByUser for reports"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of monthly print usage summaries, grouped by user. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of monthly print usage summaries, grouped by user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0"; @@ -184,13 +188,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MonthlyPrintUsageByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MonthlyPrintUsageByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/monthlyPrintUsageByUser{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MonthlyPrintUsageByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MonthlyPrintUsageByUserRequestBuilder(string rawUrl) : base("{+baseurl}/reports/monthlyPrintUsageByUser{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -198,6 +202,7 @@ public MonthlyPrintUsageByUserRequestBuilder(string rawUrl) : base("{+baseurl}/r /// /// Retrieve a list of monthly print usage summaries, grouped by user. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,6 +219,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to monthlyPrintUsageByUser for reports /// + /// 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 @@ -224,7 +230,7 @@ public RequestInformation ToPostRequestInformation(PrintUsageByUser body, Action public RequestInformation ToPostRequestInformation(PrintUsageByUser 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}/reports/monthlyPrintUsageByUser", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/Partners/Billing/BillingRequestBuilder.cs b/src/generated/Reports/Partners/Billing/BillingRequestBuilder.cs index fbf5f76976..9ca557d62e 100644 --- a/src/generated/Reports/Partners/Billing/BillingRequestBuilder.cs +++ b/src/generated/Reports/Partners/Billing/BillingRequestBuilder.cs @@ -25,6 +25,7 @@ public class BillingRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property billing for reports /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property billing for reports"; @@ -52,6 +53,7 @@ public Command BuildDeleteCommand() { /// /// Represents billing details for billed and unbilled data. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents billing details for billed and unbilled data."; @@ -96,6 +98,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the manifests property of the microsoft.graph.partners.billing.billing entity. /// + /// A public Command BuildManifestsNavCommand() { var command = new Command("manifests"); command.Description = "Provides operations to manage the manifests property of the microsoft.graph.partners.billing.billing entity."; @@ -121,6 +124,7 @@ public Command BuildManifestsNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.partners.billing.billing entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.partners.billing.billing entity."; @@ -146,6 +150,7 @@ public Command BuildOperationsNavCommand() { /// /// Update the navigation property billing in reports /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property billing in reports"; @@ -189,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the usage property of the microsoft.graph.partners.billing.billing entity. /// + /// A public Command BuildUsageNavCommand() { var command = new Command("usage"); command.Description = "Provides operations to manage the usage property of the microsoft.graph.partners.billing.billing entity."; @@ -211,13 +217,13 @@ public Command BuildUsageNavCommand() { return command; } /// - /// Instantiates a new BillingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BillingRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/partners/billing{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BillingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BillingRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partners/billing{?%24expand,%24select}", rawUrl) { @@ -225,6 +231,7 @@ public BillingRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partners/ /// /// Delete navigation property billing for reports /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -233,7 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/reports/partners/billing", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -241,6 +248,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents billing details for billed and unbilled data. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -257,6 +265,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property billing in reports /// + /// 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 @@ -267,7 +276,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Partners.Billi public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Partners.Billing.Billing 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}/reports/partners/billing", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/Partners/Billing/Manifests/Count/CountRequestBuilder.cs b/src/generated/Reports/Partners/Billing/Manifests/Count/CountRequestBuilder.cs index 6e593608ed..3b6668a404 100644 --- a/src/generated/Reports/Partners/Billing/Manifests/Count/CountRequestBuilder.cs +++ b/src/generated/Reports/Partners/Billing/Manifests/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}/reports/partners/billing/manifests/$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}/reports/partners/billing/manifests/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partners/bi /// /// 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/Reports/Partners/Billing/Manifests/Item/ManifestItemRequestBuilder.cs b/src/generated/Reports/Partners/Billing/Manifests/Item/ManifestItemRequestBuilder.cs index 9f11a8c44c..ce5a07e02b 100644 --- a/src/generated/Reports/Partners/Billing/Manifests/Item/ManifestItemRequestBuilder.cs +++ b/src/generated/Reports/Partners/Billing/Manifests/Item/ManifestItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ManifestItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property manifests for reports /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property manifests for reports"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a manifest object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a manifest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-1.0"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property manifests in reports /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property manifests in reports"; @@ -153,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ManifestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManifestItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/partners/billing/manifests/{manifest%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ManifestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManifestItemRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partners/billing/manifests/{manifest%2Did}{?%24expand,%24select}", rawUrl) { @@ -167,6 +170,7 @@ public ManifestItemRequestBuilder(string rawUrl) : base("{+baseurl}/reports/part /// /// Delete navigation property manifests for reports /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -175,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}/reports/partners/billing/manifests/{manifest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -183,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a manifest 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 @@ -199,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property manifests in reports /// + /// 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 @@ -209,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(Manifest 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}/reports/partners/billing/manifests/{manifest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/Partners/Billing/Manifests/ManifestsRequestBuilder.cs b/src/generated/Reports/Partners/Billing/Manifests/ManifestsRequestBuilder.cs index 2a50f99e65..e9cb30c6a2 100644 --- a/src/generated/Reports/Partners/Billing/Manifests/ManifestsRequestBuilder.cs +++ b/src/generated/Reports/Partners/Billing/Manifests/ManifestsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ManifestsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the manifests property of the microsoft.graph.partners.billing.billing entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ManifestItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to manifests for reports /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to manifests for reports"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a manifest object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a manifest object."; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ManifestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ManifestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/partners/billing/manifests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ManifestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ManifestsRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partners/billing/manifests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public ManifestsRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partner /// /// Read the properties and relationships of a manifest 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 @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to manifests for reports /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(Manifest 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}/reports/partners/billing/manifests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/Partners/Billing/Operations/Count/CountRequestBuilder.cs b/src/generated/Reports/Partners/Billing/Operations/Count/CountRequestBuilder.cs index 3a8ffc4ade..2f7ae3ff31 100644 --- a/src/generated/Reports/Partners/Billing/Operations/Count/CountRequestBuilder.cs +++ b/src/generated/Reports/Partners/Billing/Operations/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}/reports/partners/billing/operations/$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}/reports/partners/billing/operations/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partners/bi /// /// 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/Reports/Partners/Billing/Operations/Item/OperationItemRequestBuilder.cs b/src/generated/Reports/Partners/Billing/Operations/Item/OperationItemRequestBuilder.cs index f6b419fc49..fa40281b2c 100644 --- a/src/generated/Reports/Partners/Billing/Operations/Item/OperationItemRequestBuilder.cs +++ b/src/generated/Reports/Partners/Billing/Operations/Item/OperationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class OperationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property operations for reports /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property operations for reports"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an operation object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an operation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-1.0"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property operations in reports /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property operations in reports"; @@ -153,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/partners/billing/operations/{operation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partners/billing/operations/{operation%2Did}{?%24expand,%24select}", rawUrl) { @@ -167,6 +170,7 @@ public OperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/reports/par /// /// Delete navigation property operations for reports /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -175,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}/reports/partners/billing/operations/{operation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -183,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an operation 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 @@ -199,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property operations in reports /// + /// 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 @@ -209,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(Operation 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}/reports/partners/billing/operations/{operation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/Partners/Billing/Operations/OperationsRequestBuilder.cs b/src/generated/Reports/Partners/Billing/Operations/OperationsRequestBuilder.cs index 5af95de2f6..c75b2f274f 100644 --- a/src/generated/Reports/Partners/Billing/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Reports/Partners/Billing/Operations/OperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the operations property of the microsoft.graph.partners.billing.billing entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new OperationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to operations for reports /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to operations for reports"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of an operation object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of an operation object."; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/partners/billing/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partners/billing/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partne /// /// Read the properties and relationships of an operation 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 @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for reports /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(Operation 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}/reports/partners/billing/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/Partners/Billing/Usage/Billed/BilledRequestBuilder.cs b/src/generated/Reports/Partners/Billing/Usage/Billed/BilledRequestBuilder.cs index 0b4d1dee3a..5172930238 100644 --- a/src/generated/Reports/Partners/Billing/Usage/Billed/BilledRequestBuilder.cs +++ b/src/generated/Reports/Partners/Billing/Usage/Billed/BilledRequestBuilder.cs @@ -23,6 +23,7 @@ public class BilledRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property billed for reports /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property billed for reports"; @@ -50,6 +51,7 @@ public Command BuildDeleteCommand() { /// /// Represents details for billed Azure usage data. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents details for billed Azure usage data."; @@ -94,6 +96,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the export method. /// + /// A public Command BuildMicrosoftGraphPartnersBillingExportNavCommand() { var command = new Command("microsoft-graph-partners-billing-export"); command.Description = "Provides operations to call the export method."; @@ -109,6 +112,7 @@ public Command BuildMicrosoftGraphPartnersBillingExportNavCommand() { /// /// Update the navigation property billed in reports /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property billed in reports"; @@ -150,13 +154,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new BilledRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BilledRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/partners/billing/usage/billed{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BilledRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BilledRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partners/billing/usage/billed{?%24expand,%24select}", rawUrl) { @@ -164,6 +168,7 @@ public BilledRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partners/b /// /// Delete navigation property billed for reports /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -172,7 +177,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/reports/partners/billing/usage/billed", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -180,6 +185,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents details for billed Azure usage data. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -196,6 +202,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property billed in reports /// + /// 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 @@ -206,7 +213,7 @@ public RequestInformation ToPatchRequestInformation(BilledUsage 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}/reports/partners/billing/usage/billed", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/Partners/Billing/Usage/Billed/MicrosoftGraphPartnersBillingExport/ExportPostRequestBody.cs b/src/generated/Reports/Partners/Billing/Usage/Billed/MicrosoftGraphPartnersBillingExport/ExportPostRequestBody.cs index 5cb9bb19b9..c9cc7ef149 100644 --- a/src/generated/Reports/Partners/Billing/Usage/Billed/MicrosoftGraphPartnersBillingExport/ExportPostRequestBody.cs +++ b/src/generated/Reports/Partners/Billing/Usage/Billed/MicrosoftGraphPartnersBillingExport/ExportPostRequestBody.cs @@ -20,7 +20,7 @@ public class ExportPostRequestBody : IAdditionalDataHolder, IParsable { public string InvoiceId { get; set; } #endif /// - /// Instantiates a new exportPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ExportPostRequestBody() { AdditionalData = new Dictionary(); @@ -28,6 +28,7 @@ public ExportPostRequestBody() { /// /// 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 ExportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -36,6 +37,7 @@ public static ExportPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"attributeSet", n => { AttributeSet = n.GetEnumValue(); } }, diff --git a/src/generated/Reports/Partners/Billing/Usage/Billed/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs b/src/generated/Reports/Partners/Billing/Usage/Billed/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs index bb267a97ac..d6efaf1408 100644 --- a/src/generated/Reports/Partners/Billing/Usage/Billed/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs +++ b/src/generated/Reports/Partners/Billing/Usage/Billed/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs @@ -23,6 +23,7 @@ public class MicrosoftGraphPartnersBillingExportRequestBuilder : BaseCliRequestB /// Export the billed Azure usage data. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Export the billed Azure usage data.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphPartnersBillingExportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphPartnersBillingExportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/partners/billing/usage/billed/microsoft.graph.partners.billing.export", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphPartnersBillingExportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphPartnersBillingExportRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partners/billing/usage/billed/microsoft.graph.partners.billing.export", rawUrl) { @@ -78,6 +79,7 @@ public MicrosoftGraphPartnersBillingExportRequestBuilder(string rawUrl) : base(" /// /// Export the billed Azure usage data. /// + /// 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/Reports/Partners/Billing/Usage/Unbilled/MicrosoftGraphPartnersBillingExport/ExportPostRequestBody.cs b/src/generated/Reports/Partners/Billing/Usage/Unbilled/MicrosoftGraphPartnersBillingExport/ExportPostRequestBody.cs index 2d3360e953..df47d0a06b 100644 --- a/src/generated/Reports/Partners/Billing/Usage/Unbilled/MicrosoftGraphPartnersBillingExport/ExportPostRequestBody.cs +++ b/src/generated/Reports/Partners/Billing/Usage/Unbilled/MicrosoftGraphPartnersBillingExport/ExportPostRequestBody.cs @@ -22,7 +22,7 @@ public class ExportPostRequestBody : IAdditionalDataHolder, IParsable { public string CurrencyCode { get; set; } #endif /// - /// Instantiates a new exportPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ExportPostRequestBody() { AdditionalData = new Dictionary(); @@ -30,6 +30,7 @@ public ExportPostRequestBody() { /// /// 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 ExportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -38,6 +39,7 @@ public static ExportPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"attributeSet", n => { AttributeSet = n.GetEnumValue(); } }, diff --git a/src/generated/Reports/Partners/Billing/Usage/Unbilled/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs b/src/generated/Reports/Partners/Billing/Usage/Unbilled/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs index ab70790032..38a9164e69 100644 --- a/src/generated/Reports/Partners/Billing/Usage/Unbilled/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs +++ b/src/generated/Reports/Partners/Billing/Usage/Unbilled/MicrosoftGraphPartnersBillingExport/MicrosoftGraphPartnersBillingExportRequestBuilder.cs @@ -23,6 +23,7 @@ public class MicrosoftGraphPartnersBillingExportRequestBuilder : BaseCliRequestB /// Export the unbilled Azure usage data for a specific billing period and a given currency. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Export the unbilled Azure usage data for a specific billing period and a given currency.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphPartnersBillingExportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphPartnersBillingExportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/partners/billing/usage/unbilled/microsoft.graph.partners.billing.export", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphPartnersBillingExportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphPartnersBillingExportRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partners/billing/usage/unbilled/microsoft.graph.partners.billing.export", rawUrl) { @@ -78,6 +79,7 @@ public MicrosoftGraphPartnersBillingExportRequestBuilder(string rawUrl) : base(" /// /// Export the unbilled Azure usage data for a specific billing period and a given currency. /// + /// 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/Reports/Partners/Billing/Usage/Unbilled/UnbilledRequestBuilder.cs b/src/generated/Reports/Partners/Billing/Usage/Unbilled/UnbilledRequestBuilder.cs index 3981167107..e4950b5e7e 100644 --- a/src/generated/Reports/Partners/Billing/Usage/Unbilled/UnbilledRequestBuilder.cs +++ b/src/generated/Reports/Partners/Billing/Usage/Unbilled/UnbilledRequestBuilder.cs @@ -23,6 +23,7 @@ public class UnbilledRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property unbilled for reports /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property unbilled for reports"; @@ -50,6 +51,7 @@ public Command BuildDeleteCommand() { /// /// Represents details for unbilled Azure usage data. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents details for unbilled Azure usage data."; @@ -94,6 +96,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the export method. /// + /// A public Command BuildMicrosoftGraphPartnersBillingExportNavCommand() { var command = new Command("microsoft-graph-partners-billing-export"); command.Description = "Provides operations to call the export method."; @@ -109,6 +112,7 @@ public Command BuildMicrosoftGraphPartnersBillingExportNavCommand() { /// /// Update the navigation property unbilled in reports /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property unbilled in reports"; @@ -150,13 +154,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UnbilledRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnbilledRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/partners/billing/usage/unbilled{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnbilledRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnbilledRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partners/billing/usage/unbilled{?%24expand,%24select}", rawUrl) { @@ -164,6 +168,7 @@ public UnbilledRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partners /// /// Delete navigation property unbilled for reports /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -172,7 +177,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/reports/partners/billing/usage/unbilled", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -180,6 +185,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents details for unbilled Azure usage data. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -196,6 +202,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property unbilled in reports /// + /// 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 @@ -206,7 +213,7 @@ public RequestInformation ToPatchRequestInformation(UnbilledUsage 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}/reports/partners/billing/usage/unbilled", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/Partners/Billing/Usage/UsageRequestBuilder.cs b/src/generated/Reports/Partners/Billing/Usage/UsageRequestBuilder.cs index 9b060e38c9..8906bc936f 100644 --- a/src/generated/Reports/Partners/Billing/Usage/UsageRequestBuilder.cs +++ b/src/generated/Reports/Partners/Billing/Usage/UsageRequestBuilder.cs @@ -24,6 +24,7 @@ public class UsageRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the billed property of the microsoft.graph.partners.billing.azureUsage entity. /// + /// A public Command BuildBilledNavCommand() { var command = new Command("billed"); command.Description = "Provides operations to manage the billed property of the microsoft.graph.partners.billing.azureUsage entity."; @@ -47,6 +48,7 @@ public Command BuildBilledNavCommand() { /// /// Delete navigation property usage for reports /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property usage for reports"; @@ -74,6 +76,7 @@ public Command BuildDeleteCommand() { /// /// Represents details for billed and unbilled Azure usage data. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents details for billed and unbilled Azure usage data."; @@ -118,6 +121,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property usage in reports /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property usage in reports"; @@ -161,6 +165,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the unbilled property of the microsoft.graph.partners.billing.azureUsage entity. /// + /// A public Command BuildUnbilledNavCommand() { var command = new Command("unbilled"); command.Description = "Provides operations to manage the unbilled property of the microsoft.graph.partners.billing.azureUsage entity."; @@ -182,13 +187,13 @@ public Command BuildUnbilledNavCommand() { return command; } /// - /// Instantiates a new UsageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UsageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/partners/billing/usage{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UsageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UsageRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partners/billing/usage{?%24expand,%24select}", rawUrl) { @@ -196,6 +201,7 @@ public UsageRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partners/bi /// /// Delete navigation property usage for reports /// + /// 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,7 +210,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/reports/partners/billing/usage", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -212,6 +218,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents details for billed and unbilled Azure usage data. /// + /// 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 +235,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property usage in reports /// + /// 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 +246,7 @@ public RequestInformation ToPatchRequestInformation(AzureUsage 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}/reports/partners/billing/usage", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/Partners/PartnersRequestBuilder.cs b/src/generated/Reports/Partners/PartnersRequestBuilder.cs index f304399cee..3b3c1dce07 100644 --- a/src/generated/Reports/Partners/PartnersRequestBuilder.cs +++ b/src/generated/Reports/Partners/PartnersRequestBuilder.cs @@ -23,6 +23,7 @@ public class PartnersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the billing property of the microsoft.graph.partners entity. /// + /// A public Command BuildBillingNavCommand() { var command = new Command("billing"); command.Description = "Provides operations to manage the billing property of the microsoft.graph.partners entity."; @@ -48,6 +49,7 @@ public Command BuildBillingNavCommand() { /// /// Delete navigation property partners for reports /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property partners for reports"; @@ -75,6 +77,7 @@ public Command BuildDeleteCommand() { /// /// Represents billing details for a Microsoft direct partner. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents billing details for a Microsoft direct partner."; @@ -119,6 +122,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property partners in reports /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property partners in reports"; @@ -160,13 +164,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PartnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PartnersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/partners{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PartnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PartnersRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partners{?%24expand,%24select}", rawUrl) { @@ -174,6 +178,7 @@ public PartnersRequestBuilder(string rawUrl) : base("{+baseurl}/reports/partners /// /// Delete navigation property partners for reports /// + /// 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}/reports/partners", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -190,6 +195,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents billing details for a Microsoft direct partner. /// + /// 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 partners in reports /// + /// 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.Partners.Partn public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Partners.Partners 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}/reports/partners", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/ReportsRequestBuilder.cs b/src/generated/Reports/ReportsRequestBuilder.cs index 0781e7021c..f9e7d95798 100644 --- a/src/generated/Reports/ReportsRequestBuilder.cs +++ b/src/generated/Reports/ReportsRequestBuilder.cs @@ -130,6 +130,7 @@ public class ReportsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the authenticationMethods property of the microsoft.graph.reportRoot entity. /// + /// A public Command BuildAuthenticationMethodsNavCommand() { var command = new Command("authentication-methods"); command.Description = "Provides operations to manage the authenticationMethods property of the microsoft.graph.reportRoot entity."; @@ -157,6 +158,7 @@ public Command BuildAuthenticationMethodsNavCommand() { /// /// Provides operations to manage the dailyPrintUsageByPrinter property of the microsoft.graph.reportRoot entity. /// + /// A public Command BuildDailyPrintUsageByPrinterNavCommand() { var command = new Command("daily-print-usage-by-printer"); command.Description = "Provides operations to manage the dailyPrintUsageByPrinter property of the microsoft.graph.reportRoot entity."; @@ -182,6 +184,7 @@ public Command BuildDailyPrintUsageByPrinterNavCommand() { /// /// Provides operations to manage the dailyPrintUsageByUser property of the microsoft.graph.reportRoot entity. /// + /// A public Command BuildDailyPrintUsageByUserNavCommand() { var command = new Command("daily-print-usage-by-user"); command.Description = "Provides operations to manage the dailyPrintUsageByUser property of the microsoft.graph.reportRoot entity."; @@ -207,6 +210,7 @@ public Command BuildDailyPrintUsageByUserNavCommand() { /// /// Provides operations to call the deviceConfigurationDeviceActivity method. /// + /// A public Command BuildDeviceConfigurationDeviceActivityNavCommand() { var command = new Command("device-configuration-device-activity"); command.Description = "Provides operations to call the deviceConfigurationDeviceActivity method."; @@ -222,6 +226,7 @@ public Command BuildDeviceConfigurationDeviceActivityNavCommand() { /// /// Provides operations to call the deviceConfigurationUserActivity method. /// + /// A public Command BuildDeviceConfigurationUserActivityNavCommand() { var command = new Command("device-configuration-user-activity"); command.Description = "Provides operations to call the deviceConfigurationUserActivity method."; @@ -238,6 +243,7 @@ public Command BuildDeviceConfigurationUserActivityNavCommand() { /// Read properties and relationships of the reportRoot object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read properties and relationships of the reportRoot object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-get?view=graph-rest-1.0"; @@ -282,6 +288,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getEmailActivityCounts method. /// + /// A public Command BuildGetEmailActivityCountsWithPeriodRbCommand() { var command = new Command("get-email-activity-counts-with-period"); command.Description = "Provides operations to call the getEmailActivityCounts method."; @@ -297,6 +304,7 @@ public Command BuildGetEmailActivityCountsWithPeriodRbCommand() { /// /// Provides operations to call the getEmailActivityUserCounts method. /// + /// A public Command BuildGetEmailActivityUserCountsWithPeriodRbCommand() { var command = new Command("get-email-activity-user-counts-with-period"); command.Description = "Provides operations to call the getEmailActivityUserCounts method."; @@ -312,6 +320,7 @@ public Command BuildGetEmailActivityUserCountsWithPeriodRbCommand() { /// /// Provides operations to call the getEmailActivityUserDetail method. /// + /// A public Command BuildGetEmailActivityUserDetailWithDateRbCommand() { var command = new Command("get-email-activity-user-detail-with-date"); command.Description = "Provides operations to call the getEmailActivityUserDetail method."; @@ -327,6 +336,7 @@ public Command BuildGetEmailActivityUserDetailWithDateRbCommand() { /// /// Provides operations to call the getEmailActivityUserDetail method. /// + /// A public Command BuildGetEmailActivityUserDetailWithPeriodRbCommand() { var command = new Command("get-email-activity-user-detail-with-period"); command.Description = "Provides operations to call the getEmailActivityUserDetail method."; @@ -342,6 +352,7 @@ public Command BuildGetEmailActivityUserDetailWithPeriodRbCommand() { /// /// Provides operations to call the getEmailAppUsageAppsUserCounts method. /// + /// A public Command BuildGetEmailAppUsageAppsUserCountsWithPeriodRbCommand() { var command = new Command("get-email-app-usage-apps-user-counts-with-period"); command.Description = "Provides operations to call the getEmailAppUsageAppsUserCounts method."; @@ -357,6 +368,7 @@ public Command BuildGetEmailAppUsageAppsUserCountsWithPeriodRbCommand() { /// /// Provides operations to call the getEmailAppUsageUserCounts method. /// + /// A public Command BuildGetEmailAppUsageUserCountsWithPeriodRbCommand() { var command = new Command("get-email-app-usage-user-counts-with-period"); command.Description = "Provides operations to call the getEmailAppUsageUserCounts method."; @@ -372,6 +384,7 @@ public Command BuildGetEmailAppUsageUserCountsWithPeriodRbCommand() { /// /// Provides operations to call the getEmailAppUsageUserDetail method. /// + /// A public Command BuildGetEmailAppUsageUserDetailWithDateRbCommand() { var command = new Command("get-email-app-usage-user-detail-with-date"); command.Description = "Provides operations to call the getEmailAppUsageUserDetail method."; @@ -387,6 +400,7 @@ public Command BuildGetEmailAppUsageUserDetailWithDateRbCommand() { /// /// Provides operations to call the getEmailAppUsageUserDetail method. /// + /// A public Command BuildGetEmailAppUsageUserDetailWithPeriodRbCommand() { var command = new Command("get-email-app-usage-user-detail-with-period"); command.Description = "Provides operations to call the getEmailAppUsageUserDetail method."; @@ -402,6 +416,7 @@ public Command BuildGetEmailAppUsageUserDetailWithPeriodRbCommand() { /// /// Provides operations to call the getEmailAppUsageVersionsUserCounts method. /// + /// A public Command BuildGetEmailAppUsageVersionsUserCountsWithPeriodRbCommand() { var command = new Command("get-email-app-usage-versions-user-counts-with-period"); command.Description = "Provides operations to call the getEmailAppUsageVersionsUserCounts method."; @@ -417,6 +432,7 @@ public Command BuildGetEmailAppUsageVersionsUserCountsWithPeriodRbCommand() { /// /// Provides operations to call the getGroupArchivedPrintJobs method. /// + /// A public Command BuildGetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEndDateTimeRbCommand() { var command = new Command("get-group-archived-print-jobs-with-group-id-with-start-date-time-with-end-date-time"); command.Description = "Provides operations to call the getGroupArchivedPrintJobs method."; @@ -432,6 +448,7 @@ public Command BuildGetGroupArchivedPrintJobsWithGroupIdWithStartDateTimeWithEnd /// /// Provides operations to call the getM365AppPlatformUserCounts method. /// + /// A public Command BuildGetM365AppPlatformUserCountsWithPeriodRbCommand() { var command = new Command("get-m365-app-platform-user-counts-with-period"); command.Description = "Provides operations to call the getM365AppPlatformUserCounts method."; @@ -447,6 +464,7 @@ public Command BuildGetM365AppPlatformUserCountsWithPeriodRbCommand() { /// /// Provides operations to call the getM365AppUserCounts method. /// + /// A public Command BuildGetM365AppUserCountsWithPeriodRbCommand() { var command = new Command("get-m365-app-user-counts-with-period"); command.Description = "Provides operations to call the getM365AppUserCounts method."; @@ -462,6 +480,7 @@ public Command BuildGetM365AppUserCountsWithPeriodRbCommand() { /// /// Provides operations to call the getM365AppUserDetail method. /// + /// A public Command BuildGetM365AppUserDetailWithDateRbCommand() { var command = new Command("get-m365-app-user-detail-with-date"); command.Description = "Provides operations to call the getM365AppUserDetail method."; @@ -477,6 +496,7 @@ public Command BuildGetM365AppUserDetailWithDateRbCommand() { /// /// Provides operations to call the getM365AppUserDetail method. /// + /// A public Command BuildGetM365AppUserDetailWithPeriodRbCommand() { var command = new Command("get-m365-app-user-detail-with-period"); command.Description = "Provides operations to call the getM365AppUserDetail method."; @@ -492,6 +512,7 @@ public Command BuildGetM365AppUserDetailWithPeriodRbCommand() { /// /// Provides operations to call the getMailboxUsageDetail method. /// + /// A public Command BuildGetMailboxUsageDetailWithPeriodRbCommand() { var command = new Command("get-mailbox-usage-detail-with-period"); command.Description = "Provides operations to call the getMailboxUsageDetail method."; @@ -507,6 +528,7 @@ public Command BuildGetMailboxUsageDetailWithPeriodRbCommand() { /// /// Provides operations to call the getMailboxUsageMailboxCounts method. /// + /// A public Command BuildGetMailboxUsageMailboxCountsWithPeriodRbCommand() { var command = new Command("get-mailbox-usage-mailbox-counts-with-period"); command.Description = "Provides operations to call the getMailboxUsageMailboxCounts method."; @@ -522,6 +544,7 @@ public Command BuildGetMailboxUsageMailboxCountsWithPeriodRbCommand() { /// /// Provides operations to call the getMailboxUsageQuotaStatusMailboxCounts method. /// + /// A public Command BuildGetMailboxUsageQuotaStatusMailboxCountsWithPeriodRbCommand() { var command = new Command("get-mailbox-usage-quota-status-mailbox-counts-with-period"); command.Description = "Provides operations to call the getMailboxUsageQuotaStatusMailboxCounts method."; @@ -537,6 +560,7 @@ public Command BuildGetMailboxUsageQuotaStatusMailboxCountsWithPeriodRbCommand() /// /// Provides operations to call the getMailboxUsageStorage method. /// + /// A public Command BuildGetMailboxUsageStorageWithPeriodRbCommand() { var command = new Command("get-mailbox-usage-storage-with-period"); command.Description = "Provides operations to call the getMailboxUsageStorage method."; @@ -552,6 +576,7 @@ public Command BuildGetMailboxUsageStorageWithPeriodRbCommand() { /// /// Provides operations to call the getOffice365ActivationCounts method. /// + /// A public Command BuildGetOffice365ActivationCountsNavCommand() { var command = new Command("get-office365-activation-counts"); command.Description = "Provides operations to call the getOffice365ActivationCounts method."; @@ -567,6 +592,7 @@ public Command BuildGetOffice365ActivationCountsNavCommand() { /// /// Provides operations to call the getOffice365ActivationsUserCounts method. /// + /// A public Command BuildGetOffice365ActivationsUserCountsNavCommand() { var command = new Command("get-office365-activations-user-counts"); command.Description = "Provides operations to call the getOffice365ActivationsUserCounts method."; @@ -582,6 +608,7 @@ public Command BuildGetOffice365ActivationsUserCountsNavCommand() { /// /// Provides operations to call the getOffice365ActivationsUserDetail method. /// + /// A public Command BuildGetOffice365ActivationsUserDetailNavCommand() { var command = new Command("get-office365-activations-user-detail"); command.Description = "Provides operations to call the getOffice365ActivationsUserDetail method."; @@ -597,6 +624,7 @@ public Command BuildGetOffice365ActivationsUserDetailNavCommand() { /// /// Provides operations to call the getOffice365ActiveUserCounts method. /// + /// A public Command BuildGetOffice365ActiveUserCountsWithPeriodRbCommand() { var command = new Command("get-office365-active-user-counts-with-period"); command.Description = "Provides operations to call the getOffice365ActiveUserCounts method."; @@ -612,6 +640,7 @@ public Command BuildGetOffice365ActiveUserCountsWithPeriodRbCommand() { /// /// Provides operations to call the getOffice365ActiveUserDetail method. /// + /// A public Command BuildGetOffice365ActiveUserDetailWithDateRbCommand() { var command = new Command("get-office365-active-user-detail-with-date"); command.Description = "Provides operations to call the getOffice365ActiveUserDetail method."; @@ -627,6 +656,7 @@ public Command BuildGetOffice365ActiveUserDetailWithDateRbCommand() { /// /// Provides operations to call the getOffice365ActiveUserDetail method. /// + /// A public Command BuildGetOffice365ActiveUserDetailWithPeriodRbCommand() { var command = new Command("get-office365-active-user-detail-with-period"); command.Description = "Provides operations to call the getOffice365ActiveUserDetail method."; @@ -642,6 +672,7 @@ public Command BuildGetOffice365ActiveUserDetailWithPeriodRbCommand() { /// /// Provides operations to call the getOffice365GroupsActivityCounts method. /// + /// A public Command BuildGetOffice365GroupsActivityCountsWithPeriodRbCommand() { var command = new Command("get-office365-groups-activity-counts-with-period"); command.Description = "Provides operations to call the getOffice365GroupsActivityCounts method."; @@ -657,6 +688,7 @@ public Command BuildGetOffice365GroupsActivityCountsWithPeriodRbCommand() { /// /// Provides operations to call the getOffice365GroupsActivityDetail method. /// + /// A public Command BuildGetOffice365GroupsActivityDetailWithDateRbCommand() { var command = new Command("get-office365-groups-activity-detail-with-date"); command.Description = "Provides operations to call the getOffice365GroupsActivityDetail method."; @@ -672,6 +704,7 @@ public Command BuildGetOffice365GroupsActivityDetailWithDateRbCommand() { /// /// Provides operations to call the getOffice365GroupsActivityDetail method. /// + /// A public Command BuildGetOffice365GroupsActivityDetailWithPeriodRbCommand() { var command = new Command("get-office365-groups-activity-detail-with-period"); command.Description = "Provides operations to call the getOffice365GroupsActivityDetail method."; @@ -687,6 +720,7 @@ public Command BuildGetOffice365GroupsActivityDetailWithPeriodRbCommand() { /// /// Provides operations to call the getOffice365GroupsActivityFileCounts method. /// + /// A public Command BuildGetOffice365GroupsActivityFileCountsWithPeriodRbCommand() { var command = new Command("get-office365-groups-activity-file-counts-with-period"); command.Description = "Provides operations to call the getOffice365GroupsActivityFileCounts method."; @@ -702,6 +736,7 @@ public Command BuildGetOffice365GroupsActivityFileCountsWithPeriodRbCommand() { /// /// Provides operations to call the getOffice365GroupsActivityGroupCounts method. /// + /// A public Command BuildGetOffice365GroupsActivityGroupCountsWithPeriodRbCommand() { var command = new Command("get-office365-groups-activity-group-counts-with-period"); command.Description = "Provides operations to call the getOffice365GroupsActivityGroupCounts method."; @@ -717,6 +752,7 @@ public Command BuildGetOffice365GroupsActivityGroupCountsWithPeriodRbCommand() { /// /// Provides operations to call the getOffice365GroupsActivityStorage method. /// + /// A public Command BuildGetOffice365GroupsActivityStorageWithPeriodRbCommand() { var command = new Command("get-office365-groups-activity-storage-with-period"); command.Description = "Provides operations to call the getOffice365GroupsActivityStorage method."; @@ -732,6 +768,7 @@ public Command BuildGetOffice365GroupsActivityStorageWithPeriodRbCommand() { /// /// Provides operations to call the getOffice365ServicesUserCounts method. /// + /// A public Command BuildGetOffice365ServicesUserCountsWithPeriodRbCommand() { var command = new Command("get-office365-services-user-counts-with-period"); command.Description = "Provides operations to call the getOffice365ServicesUserCounts method."; @@ -747,6 +784,7 @@ public Command BuildGetOffice365ServicesUserCountsWithPeriodRbCommand() { /// /// Provides operations to call the getOneDriveActivityFileCounts method. /// + /// A public Command BuildGetOneDriveActivityFileCountsWithPeriodRbCommand() { var command = new Command("get-one-drive-activity-file-counts-with-period"); command.Description = "Provides operations to call the getOneDriveActivityFileCounts method."; @@ -762,6 +800,7 @@ public Command BuildGetOneDriveActivityFileCountsWithPeriodRbCommand() { /// /// Provides operations to call the getOneDriveActivityUserCounts method. /// + /// A public Command BuildGetOneDriveActivityUserCountsWithPeriodRbCommand() { var command = new Command("get-one-drive-activity-user-counts-with-period"); command.Description = "Provides operations to call the getOneDriveActivityUserCounts method."; @@ -777,6 +816,7 @@ public Command BuildGetOneDriveActivityUserCountsWithPeriodRbCommand() { /// /// Provides operations to call the getOneDriveActivityUserDetail method. /// + /// A public Command BuildGetOneDriveActivityUserDetailWithDateRbCommand() { var command = new Command("get-one-drive-activity-user-detail-with-date"); command.Description = "Provides operations to call the getOneDriveActivityUserDetail method."; @@ -792,6 +832,7 @@ public Command BuildGetOneDriveActivityUserDetailWithDateRbCommand() { /// /// Provides operations to call the getOneDriveActivityUserDetail method. /// + /// A public Command BuildGetOneDriveActivityUserDetailWithPeriodRbCommand() { var command = new Command("get-one-drive-activity-user-detail-with-period"); command.Description = "Provides operations to call the getOneDriveActivityUserDetail method."; @@ -807,6 +848,7 @@ public Command BuildGetOneDriveActivityUserDetailWithPeriodRbCommand() { /// /// Provides operations to call the getOneDriveUsageAccountCounts method. /// + /// A public Command BuildGetOneDriveUsageAccountCountsWithPeriodRbCommand() { var command = new Command("get-one-drive-usage-account-counts-with-period"); command.Description = "Provides operations to call the getOneDriveUsageAccountCounts method."; @@ -822,6 +864,7 @@ public Command BuildGetOneDriveUsageAccountCountsWithPeriodRbCommand() { /// /// Provides operations to call the getOneDriveUsageAccountDetail method. /// + /// A public Command BuildGetOneDriveUsageAccountDetailWithDateRbCommand() { var command = new Command("get-one-drive-usage-account-detail-with-date"); command.Description = "Provides operations to call the getOneDriveUsageAccountDetail method."; @@ -837,6 +880,7 @@ public Command BuildGetOneDriveUsageAccountDetailWithDateRbCommand() { /// /// Provides operations to call the getOneDriveUsageAccountDetail method. /// + /// A public Command BuildGetOneDriveUsageAccountDetailWithPeriodRbCommand() { var command = new Command("get-one-drive-usage-account-detail-with-period"); command.Description = "Provides operations to call the getOneDriveUsageAccountDetail method."; @@ -852,6 +896,7 @@ public Command BuildGetOneDriveUsageAccountDetailWithPeriodRbCommand() { /// /// Provides operations to call the getOneDriveUsageFileCounts method. /// + /// A public Command BuildGetOneDriveUsageFileCountsWithPeriodRbCommand() { var command = new Command("get-one-drive-usage-file-counts-with-period"); command.Description = "Provides operations to call the getOneDriveUsageFileCounts method."; @@ -867,6 +912,7 @@ public Command BuildGetOneDriveUsageFileCountsWithPeriodRbCommand() { /// /// Provides operations to call the getOneDriveUsageStorage method. /// + /// A public Command BuildGetOneDriveUsageStorageWithPeriodRbCommand() { var command = new Command("get-one-drive-usage-storage-with-period"); command.Description = "Provides operations to call the getOneDriveUsageStorage method."; @@ -882,6 +928,7 @@ public Command BuildGetOneDriveUsageStorageWithPeriodRbCommand() { /// /// Provides operations to call the getPrinterArchivedPrintJobs method. /// + /// A public Command BuildGetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWithEndDateTimeRbCommand() { var command = new Command("get-printer-archived-print-jobs-with-printer-id-with-start-date-time-with-end-date-time"); command.Description = "Provides operations to call the getPrinterArchivedPrintJobs method."; @@ -897,6 +944,7 @@ public Command BuildGetPrinterArchivedPrintJobsWithPrinterIdWithStartDateTimeWit /// /// Provides operations to call the getSharePointActivityFileCounts method. /// + /// A public Command BuildGetSharePointActivityFileCountsWithPeriodRbCommand() { var command = new Command("get-share-point-activity-file-counts-with-period"); command.Description = "Provides operations to call the getSharePointActivityFileCounts method."; @@ -912,6 +960,7 @@ public Command BuildGetSharePointActivityFileCountsWithPeriodRbCommand() { /// /// Provides operations to call the getSharePointActivityPages method. /// + /// A public Command BuildGetSharePointActivityPagesWithPeriodRbCommand() { var command = new Command("get-share-point-activity-pages-with-period"); command.Description = "Provides operations to call the getSharePointActivityPages method."; @@ -927,6 +976,7 @@ public Command BuildGetSharePointActivityPagesWithPeriodRbCommand() { /// /// Provides operations to call the getSharePointActivityUserCounts method. /// + /// A public Command BuildGetSharePointActivityUserCountsWithPeriodRbCommand() { var command = new Command("get-share-point-activity-user-counts-with-period"); command.Description = "Provides operations to call the getSharePointActivityUserCounts method."; @@ -942,6 +992,7 @@ public Command BuildGetSharePointActivityUserCountsWithPeriodRbCommand() { /// /// Provides operations to call the getSharePointActivityUserDetail method. /// + /// A public Command BuildGetSharePointActivityUserDetailWithDateRbCommand() { var command = new Command("get-share-point-activity-user-detail-with-date"); command.Description = "Provides operations to call the getSharePointActivityUserDetail method."; @@ -957,6 +1008,7 @@ public Command BuildGetSharePointActivityUserDetailWithDateRbCommand() { /// /// Provides operations to call the getSharePointActivityUserDetail method. /// + /// A public Command BuildGetSharePointActivityUserDetailWithPeriodRbCommand() { var command = new Command("get-share-point-activity-user-detail-with-period"); command.Description = "Provides operations to call the getSharePointActivityUserDetail method."; @@ -972,6 +1024,7 @@ public Command BuildGetSharePointActivityUserDetailWithPeriodRbCommand() { /// /// Provides operations to call the getSharePointSiteUsageDetail method. /// + /// A public Command BuildGetSharePointSiteUsageDetailWithDateRbCommand() { var command = new Command("get-share-point-site-usage-detail-with-date"); command.Description = "Provides operations to call the getSharePointSiteUsageDetail method."; @@ -987,6 +1040,7 @@ public Command BuildGetSharePointSiteUsageDetailWithDateRbCommand() { /// /// Provides operations to call the getSharePointSiteUsageDetail method. /// + /// A public Command BuildGetSharePointSiteUsageDetailWithPeriodRbCommand() { var command = new Command("get-share-point-site-usage-detail-with-period"); command.Description = "Provides operations to call the getSharePointSiteUsageDetail method."; @@ -1002,6 +1056,7 @@ public Command BuildGetSharePointSiteUsageDetailWithPeriodRbCommand() { /// /// Provides operations to call the getSharePointSiteUsageFileCounts method. /// + /// A public Command BuildGetSharePointSiteUsageFileCountsWithPeriodRbCommand() { var command = new Command("get-share-point-site-usage-file-counts-with-period"); command.Description = "Provides operations to call the getSharePointSiteUsageFileCounts method."; @@ -1017,6 +1072,7 @@ public Command BuildGetSharePointSiteUsageFileCountsWithPeriodRbCommand() { /// /// Provides operations to call the getSharePointSiteUsagePages method. /// + /// A public Command BuildGetSharePointSiteUsagePagesWithPeriodRbCommand() { var command = new Command("get-share-point-site-usage-pages-with-period"); command.Description = "Provides operations to call the getSharePointSiteUsagePages method."; @@ -1032,6 +1088,7 @@ public Command BuildGetSharePointSiteUsagePagesWithPeriodRbCommand() { /// /// Provides operations to call the getSharePointSiteUsageSiteCounts method. /// + /// A public Command BuildGetSharePointSiteUsageSiteCountsWithPeriodRbCommand() { var command = new Command("get-share-point-site-usage-site-counts-with-period"); command.Description = "Provides operations to call the getSharePointSiteUsageSiteCounts method."; @@ -1047,6 +1104,7 @@ public Command BuildGetSharePointSiteUsageSiteCountsWithPeriodRbCommand() { /// /// Provides operations to call the getSharePointSiteUsageStorage method. /// + /// A public Command BuildGetSharePointSiteUsageStorageWithPeriodRbCommand() { var command = new Command("get-share-point-site-usage-storage-with-period"); command.Description = "Provides operations to call the getSharePointSiteUsageStorage method."; @@ -1062,6 +1120,7 @@ public Command BuildGetSharePointSiteUsageStorageWithPeriodRbCommand() { /// /// Provides operations to call the getSkypeForBusinessActivityCounts method. /// + /// A public Command BuildGetSkypeForBusinessActivityCountsWithPeriodRbCommand() { var command = new Command("get-skype-for-business-activity-counts-with-period"); command.Description = "Provides operations to call the getSkypeForBusinessActivityCounts method."; @@ -1077,6 +1136,7 @@ public Command BuildGetSkypeForBusinessActivityCountsWithPeriodRbCommand() { /// /// Provides operations to call the getSkypeForBusinessActivityUserCounts method. /// + /// A public Command BuildGetSkypeForBusinessActivityUserCountsWithPeriodRbCommand() { var command = new Command("get-skype-for-business-activity-user-counts-with-period"); command.Description = "Provides operations to call the getSkypeForBusinessActivityUserCounts method."; @@ -1092,6 +1152,7 @@ public Command BuildGetSkypeForBusinessActivityUserCountsWithPeriodRbCommand() { /// /// Provides operations to call the getSkypeForBusinessActivityUserDetail method. /// + /// A public Command BuildGetSkypeForBusinessActivityUserDetailWithDateRbCommand() { var command = new Command("get-skype-for-business-activity-user-detail-with-date"); command.Description = "Provides operations to call the getSkypeForBusinessActivityUserDetail method."; @@ -1107,6 +1168,7 @@ public Command BuildGetSkypeForBusinessActivityUserDetailWithDateRbCommand() { /// /// Provides operations to call the getSkypeForBusinessActivityUserDetail method. /// + /// A public Command BuildGetSkypeForBusinessActivityUserDetailWithPeriodRbCommand() { var command = new Command("get-skype-for-business-activity-user-detail-with-period"); command.Description = "Provides operations to call the getSkypeForBusinessActivityUserDetail method."; @@ -1122,6 +1184,7 @@ public Command BuildGetSkypeForBusinessActivityUserDetailWithPeriodRbCommand() { /// /// Provides operations to call the getSkypeForBusinessDeviceUsageDistributionUserCounts method. /// + /// A public Command BuildGetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeriodRbCommand() { var command = new Command("get-skype-for-business-device-usage-distribution-user-counts-with-period"); command.Description = "Provides operations to call the getSkypeForBusinessDeviceUsageDistributionUserCounts method."; @@ -1137,6 +1200,7 @@ public Command BuildGetSkypeForBusinessDeviceUsageDistributionUserCountsWithPeri /// /// Provides operations to call the getSkypeForBusinessDeviceUsageUserCounts method. /// + /// A public Command BuildGetSkypeForBusinessDeviceUsageUserCountsWithPeriodRbCommand() { var command = new Command("get-skype-for-business-device-usage-user-counts-with-period"); command.Description = "Provides operations to call the getSkypeForBusinessDeviceUsageUserCounts method."; @@ -1152,6 +1216,7 @@ public Command BuildGetSkypeForBusinessDeviceUsageUserCountsWithPeriodRbCommand( /// /// Provides operations to call the getSkypeForBusinessDeviceUsageUserDetail method. /// + /// A public Command BuildGetSkypeForBusinessDeviceUsageUserDetailWithDateRbCommand() { var command = new Command("get-skype-for-business-device-usage-user-detail-with-date"); command.Description = "Provides operations to call the getSkypeForBusinessDeviceUsageUserDetail method."; @@ -1167,6 +1232,7 @@ public Command BuildGetSkypeForBusinessDeviceUsageUserDetailWithDateRbCommand() /// /// Provides operations to call the getSkypeForBusinessDeviceUsageUserDetail method. /// + /// A public Command BuildGetSkypeForBusinessDeviceUsageUserDetailWithPeriodRbCommand() { var command = new Command("get-skype-for-business-device-usage-user-detail-with-period"); command.Description = "Provides operations to call the getSkypeForBusinessDeviceUsageUserDetail method."; @@ -1182,6 +1248,7 @@ public Command BuildGetSkypeForBusinessDeviceUsageUserDetailWithPeriodRbCommand( /// /// Provides operations to call the getSkypeForBusinessOrganizerActivityCounts method. /// + /// A public Command BuildGetSkypeForBusinessOrganizerActivityCountsWithPeriodRbCommand() { var command = new Command("get-skype-for-business-organizer-activity-counts-with-period"); command.Description = "Provides operations to call the getSkypeForBusinessOrganizerActivityCounts method."; @@ -1197,6 +1264,7 @@ public Command BuildGetSkypeForBusinessOrganizerActivityCountsWithPeriodRbComman /// /// Provides operations to call the getSkypeForBusinessOrganizerActivityMinuteCounts method. /// + /// A public Command BuildGetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriodRbCommand() { var command = new Command("get-skype-for-business-organizer-activity-minute-counts-with-period"); command.Description = "Provides operations to call the getSkypeForBusinessOrganizerActivityMinuteCounts method."; @@ -1212,6 +1280,7 @@ public Command BuildGetSkypeForBusinessOrganizerActivityMinuteCountsWithPeriodRb /// /// Provides operations to call the getSkypeForBusinessOrganizerActivityUserCounts method. /// + /// A public Command BuildGetSkypeForBusinessOrganizerActivityUserCountsWithPeriodRbCommand() { var command = new Command("get-skype-for-business-organizer-activity-user-counts-with-period"); command.Description = "Provides operations to call the getSkypeForBusinessOrganizerActivityUserCounts method."; @@ -1227,6 +1296,7 @@ public Command BuildGetSkypeForBusinessOrganizerActivityUserCountsWithPeriodRbCo /// /// Provides operations to call the getSkypeForBusinessParticipantActivityCounts method. /// + /// A public Command BuildGetSkypeForBusinessParticipantActivityCountsWithPeriodRbCommand() { var command = new Command("get-skype-for-business-participant-activity-counts-with-period"); command.Description = "Provides operations to call the getSkypeForBusinessParticipantActivityCounts method."; @@ -1242,6 +1312,7 @@ public Command BuildGetSkypeForBusinessParticipantActivityCountsWithPeriodRbComm /// /// Provides operations to call the getSkypeForBusinessParticipantActivityMinuteCounts method. /// + /// A public Command BuildGetSkypeForBusinessParticipantActivityMinuteCountsWithPeriodRbCommand() { var command = new Command("get-skype-for-business-participant-activity-minute-counts-with-period"); command.Description = "Provides operations to call the getSkypeForBusinessParticipantActivityMinuteCounts method."; @@ -1257,6 +1328,7 @@ public Command BuildGetSkypeForBusinessParticipantActivityMinuteCountsWithPeriod /// /// Provides operations to call the getSkypeForBusinessParticipantActivityUserCounts method. /// + /// A public Command BuildGetSkypeForBusinessParticipantActivityUserCountsWithPeriodRbCommand() { var command = new Command("get-skype-for-business-participant-activity-user-counts-with-period"); command.Description = "Provides operations to call the getSkypeForBusinessParticipantActivityUserCounts method."; @@ -1272,6 +1344,7 @@ public Command BuildGetSkypeForBusinessParticipantActivityUserCountsWithPeriodRb /// /// Provides operations to call the getSkypeForBusinessPeerToPeerActivityCounts method. /// + /// A public Command BuildGetSkypeForBusinessPeerToPeerActivityCountsWithPeriodRbCommand() { var command = new Command("get-skype-for-business-peer-to-peer-activity-counts-with-period"); command.Description = "Provides operations to call the getSkypeForBusinessPeerToPeerActivityCounts method."; @@ -1287,6 +1360,7 @@ public Command BuildGetSkypeForBusinessPeerToPeerActivityCountsWithPeriodRbComma /// /// Provides operations to call the getSkypeForBusinessPeerToPeerActivityMinuteCounts method. /// + /// A public Command BuildGetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriodRbCommand() { var command = new Command("get-skype-for-business-peer-to-peer-activity-minute-counts-with-period"); command.Description = "Provides operations to call the getSkypeForBusinessPeerToPeerActivityMinuteCounts method."; @@ -1302,6 +1376,7 @@ public Command BuildGetSkypeForBusinessPeerToPeerActivityMinuteCountsWithPeriodR /// /// Provides operations to call the getSkypeForBusinessPeerToPeerActivityUserCounts method. /// + /// A public Command BuildGetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriodRbCommand() { var command = new Command("get-skype-for-business-peer-to-peer-activity-user-counts-with-period"); command.Description = "Provides operations to call the getSkypeForBusinessPeerToPeerActivityUserCounts method."; @@ -1317,6 +1392,7 @@ public Command BuildGetSkypeForBusinessPeerToPeerActivityUserCountsWithPeriodRbC /// /// Provides operations to call the getTeamsDeviceUsageDistributionUserCounts method. /// + /// A public Command BuildGetTeamsDeviceUsageDistributionUserCountsWithPeriodRbCommand() { var command = new Command("get-teams-device-usage-distribution-user-counts-with-period"); command.Description = "Provides operations to call the getTeamsDeviceUsageDistributionUserCounts method."; @@ -1332,6 +1408,7 @@ public Command BuildGetTeamsDeviceUsageDistributionUserCountsWithPeriodRbCommand /// /// Provides operations to call the getTeamsDeviceUsageUserCounts method. /// + /// A public Command BuildGetTeamsDeviceUsageUserCountsWithPeriodRbCommand() { var command = new Command("get-teams-device-usage-user-counts-with-period"); command.Description = "Provides operations to call the getTeamsDeviceUsageUserCounts method."; @@ -1347,6 +1424,7 @@ public Command BuildGetTeamsDeviceUsageUserCountsWithPeriodRbCommand() { /// /// Provides operations to call the getTeamsDeviceUsageUserDetail method. /// + /// A public Command BuildGetTeamsDeviceUsageUserDetailWithDateRbCommand() { var command = new Command("get-teams-device-usage-user-detail-with-date"); command.Description = "Provides operations to call the getTeamsDeviceUsageUserDetail method."; @@ -1362,6 +1440,7 @@ public Command BuildGetTeamsDeviceUsageUserDetailWithDateRbCommand() { /// /// Provides operations to call the getTeamsDeviceUsageUserDetail method. /// + /// A public Command BuildGetTeamsDeviceUsageUserDetailWithPeriodRbCommand() { var command = new Command("get-teams-device-usage-user-detail-with-period"); command.Description = "Provides operations to call the getTeamsDeviceUsageUserDetail method."; @@ -1377,6 +1456,7 @@ public Command BuildGetTeamsDeviceUsageUserDetailWithPeriodRbCommand() { /// /// Provides operations to call the getTeamsTeamActivityCounts method. /// + /// A public Command BuildGetTeamsTeamActivityCountsWithPeriodRbCommand() { var command = new Command("get-teams-team-activity-counts-with-period"); command.Description = "Provides operations to call the getTeamsTeamActivityCounts method."; @@ -1392,6 +1472,7 @@ public Command BuildGetTeamsTeamActivityCountsWithPeriodRbCommand() { /// /// Provides operations to call the getTeamsTeamActivityDetail method. /// + /// A public Command BuildGetTeamsTeamActivityDetailWithDateRbCommand() { var command = new Command("get-teams-team-activity-detail-with-date"); command.Description = "Provides operations to call the getTeamsTeamActivityDetail method."; @@ -1407,6 +1488,7 @@ public Command BuildGetTeamsTeamActivityDetailWithDateRbCommand() { /// /// Provides operations to call the getTeamsTeamActivityDetail method. /// + /// A public Command BuildGetTeamsTeamActivityDetailWithPeriodRbCommand() { var command = new Command("get-teams-team-activity-detail-with-period"); command.Description = "Provides operations to call the getTeamsTeamActivityDetail method."; @@ -1422,6 +1504,7 @@ public Command BuildGetTeamsTeamActivityDetailWithPeriodRbCommand() { /// /// Provides operations to call the getTeamsTeamActivityDistributionCounts method. /// + /// A public Command BuildGetTeamsTeamActivityDistributionCountsWithPeriodRbCommand() { var command = new Command("get-teams-team-activity-distribution-counts-with-period"); command.Description = "Provides operations to call the getTeamsTeamActivityDistributionCounts method."; @@ -1437,6 +1520,7 @@ public Command BuildGetTeamsTeamActivityDistributionCountsWithPeriodRbCommand() /// /// Provides operations to call the getTeamsTeamCounts method. /// + /// A public Command BuildGetTeamsTeamCountsWithPeriodRbCommand() { var command = new Command("get-teams-team-counts-with-period"); command.Description = "Provides operations to call the getTeamsTeamCounts method."; @@ -1452,6 +1536,7 @@ public Command BuildGetTeamsTeamCountsWithPeriodRbCommand() { /// /// Provides operations to call the getTeamsUserActivityCounts method. /// + /// A public Command BuildGetTeamsUserActivityCountsWithPeriodRbCommand() { var command = new Command("get-teams-user-activity-counts-with-period"); command.Description = "Provides operations to call the getTeamsUserActivityCounts method."; @@ -1467,6 +1552,7 @@ public Command BuildGetTeamsUserActivityCountsWithPeriodRbCommand() { /// /// Provides operations to call the getTeamsUserActivityUserCounts method. /// + /// A public Command BuildGetTeamsUserActivityUserCountsWithPeriodRbCommand() { var command = new Command("get-teams-user-activity-user-counts-with-period"); command.Description = "Provides operations to call the getTeamsUserActivityUserCounts method."; @@ -1482,6 +1568,7 @@ public Command BuildGetTeamsUserActivityUserCountsWithPeriodRbCommand() { /// /// Provides operations to call the getTeamsUserActivityUserDetail method. /// + /// A public Command BuildGetTeamsUserActivityUserDetailWithDateRbCommand() { var command = new Command("get-teams-user-activity-user-detail-with-date"); command.Description = "Provides operations to call the getTeamsUserActivityUserDetail method."; @@ -1497,6 +1584,7 @@ public Command BuildGetTeamsUserActivityUserDetailWithDateRbCommand() { /// /// Provides operations to call the getTeamsUserActivityUserDetail method. /// + /// A public Command BuildGetTeamsUserActivityUserDetailWithPeriodRbCommand() { var command = new Command("get-teams-user-activity-user-detail-with-period"); command.Description = "Provides operations to call the getTeamsUserActivityUserDetail method."; @@ -1512,6 +1600,7 @@ public Command BuildGetTeamsUserActivityUserDetailWithPeriodRbCommand() { /// /// Provides operations to call the getUserArchivedPrintJobs method. /// + /// A public Command BuildGetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDateTimeRbCommand() { var command = new Command("get-user-archived-print-jobs-with-user-id-with-start-date-time-with-end-date-time"); command.Description = "Provides operations to call the getUserArchivedPrintJobs method."; @@ -1527,6 +1616,7 @@ public Command BuildGetUserArchivedPrintJobsWithUserIdWithStartDateTimeWithEndDa /// /// Provides operations to call the getYammerActivityCounts method. /// + /// A public Command BuildGetYammerActivityCountsWithPeriodRbCommand() { var command = new Command("get-yammer-activity-counts-with-period"); command.Description = "Provides operations to call the getYammerActivityCounts method."; @@ -1542,6 +1632,7 @@ public Command BuildGetYammerActivityCountsWithPeriodRbCommand() { /// /// Provides operations to call the getYammerActivityUserCounts method. /// + /// A public Command BuildGetYammerActivityUserCountsWithPeriodRbCommand() { var command = new Command("get-yammer-activity-user-counts-with-period"); command.Description = "Provides operations to call the getYammerActivityUserCounts method."; @@ -1557,6 +1648,7 @@ public Command BuildGetYammerActivityUserCountsWithPeriodRbCommand() { /// /// Provides operations to call the getYammerActivityUserDetail method. /// + /// A public Command BuildGetYammerActivityUserDetailWithDateRbCommand() { var command = new Command("get-yammer-activity-user-detail-with-date"); command.Description = "Provides operations to call the getYammerActivityUserDetail method."; @@ -1572,6 +1664,7 @@ public Command BuildGetYammerActivityUserDetailWithDateRbCommand() { /// /// Provides operations to call the getYammerActivityUserDetail method. /// + /// A public Command BuildGetYammerActivityUserDetailWithPeriodRbCommand() { var command = new Command("get-yammer-activity-user-detail-with-period"); command.Description = "Provides operations to call the getYammerActivityUserDetail method."; @@ -1587,6 +1680,7 @@ public Command BuildGetYammerActivityUserDetailWithPeriodRbCommand() { /// /// Provides operations to call the getYammerDeviceUsageDistributionUserCounts method. /// + /// A public Command BuildGetYammerDeviceUsageDistributionUserCountsWithPeriodRbCommand() { var command = new Command("get-yammer-device-usage-distribution-user-counts-with-period"); command.Description = "Provides operations to call the getYammerDeviceUsageDistributionUserCounts method."; @@ -1602,6 +1696,7 @@ public Command BuildGetYammerDeviceUsageDistributionUserCountsWithPeriodRbComman /// /// Provides operations to call the getYammerDeviceUsageUserCounts method. /// + /// A public Command BuildGetYammerDeviceUsageUserCountsWithPeriodRbCommand() { var command = new Command("get-yammer-device-usage-user-counts-with-period"); command.Description = "Provides operations to call the getYammerDeviceUsageUserCounts method."; @@ -1617,6 +1712,7 @@ public Command BuildGetYammerDeviceUsageUserCountsWithPeriodRbCommand() { /// /// Provides operations to call the getYammerDeviceUsageUserDetail method. /// + /// A public Command BuildGetYammerDeviceUsageUserDetailWithDateRbCommand() { var command = new Command("get-yammer-device-usage-user-detail-with-date"); command.Description = "Provides operations to call the getYammerDeviceUsageUserDetail method."; @@ -1632,6 +1728,7 @@ public Command BuildGetYammerDeviceUsageUserDetailWithDateRbCommand() { /// /// Provides operations to call the getYammerDeviceUsageUserDetail method. /// + /// A public Command BuildGetYammerDeviceUsageUserDetailWithPeriodRbCommand() { var command = new Command("get-yammer-device-usage-user-detail-with-period"); command.Description = "Provides operations to call the getYammerDeviceUsageUserDetail method."; @@ -1647,6 +1744,7 @@ public Command BuildGetYammerDeviceUsageUserDetailWithPeriodRbCommand() { /// /// Provides operations to call the getYammerGroupsActivityCounts method. /// + /// A public Command BuildGetYammerGroupsActivityCountsWithPeriodRbCommand() { var command = new Command("get-yammer-groups-activity-counts-with-period"); command.Description = "Provides operations to call the getYammerGroupsActivityCounts method."; @@ -1662,6 +1760,7 @@ public Command BuildGetYammerGroupsActivityCountsWithPeriodRbCommand() { /// /// Provides operations to call the getYammerGroupsActivityDetail method. /// + /// A public Command BuildGetYammerGroupsActivityDetailWithDateRbCommand() { var command = new Command("get-yammer-groups-activity-detail-with-date"); command.Description = "Provides operations to call the getYammerGroupsActivityDetail method."; @@ -1677,6 +1776,7 @@ public Command BuildGetYammerGroupsActivityDetailWithDateRbCommand() { /// /// Provides operations to call the getYammerGroupsActivityDetail method. /// + /// A public Command BuildGetYammerGroupsActivityDetailWithPeriodRbCommand() { var command = new Command("get-yammer-groups-activity-detail-with-period"); command.Description = "Provides operations to call the getYammerGroupsActivityDetail method."; @@ -1692,6 +1792,7 @@ public Command BuildGetYammerGroupsActivityDetailWithPeriodRbCommand() { /// /// Provides operations to call the getYammerGroupsActivityGroupCounts method. /// + /// A public Command BuildGetYammerGroupsActivityGroupCountsWithPeriodRbCommand() { var command = new Command("get-yammer-groups-activity-group-counts-with-period"); command.Description = "Provides operations to call the getYammerGroupsActivityGroupCounts method."; @@ -1707,6 +1808,7 @@ public Command BuildGetYammerGroupsActivityGroupCountsWithPeriodRbCommand() { /// /// Provides operations to call the managedDeviceEnrollmentFailureDetails method. /// + /// A public Command BuildManagedDeviceEnrollmentFailureDetailsNavCommand() { var command = new Command("managed-device-enrollment-failure-details"); command.Description = "Provides operations to call the managedDeviceEnrollmentFailureDetails method."; @@ -1722,6 +1824,7 @@ public Command BuildManagedDeviceEnrollmentFailureDetailsNavCommand() { /// /// Provides operations to call the managedDeviceEnrollmentFailureDetails method. /// + /// A public Command BuildManagedDeviceEnrollmentFailureDetailsWithSkipWithTopWithFilterWithSkipTokenRbCommand() { var command = new Command("managed-device-enrollment-failure-details-with-skip-with-top-with-filter-with-skip-token"); command.Description = "Provides operations to call the managedDeviceEnrollmentFailureDetails method."; @@ -1737,6 +1840,7 @@ public Command BuildManagedDeviceEnrollmentFailureDetailsWithSkipWithTopWithFilt /// /// Provides operations to call the managedDeviceEnrollmentTopFailures method. /// + /// A public Command BuildManagedDeviceEnrollmentTopFailuresNavCommand() { var command = new Command("managed-device-enrollment-top-failures"); command.Description = "Provides operations to call the managedDeviceEnrollmentTopFailures method."; @@ -1752,6 +1856,7 @@ public Command BuildManagedDeviceEnrollmentTopFailuresNavCommand() { /// /// Provides operations to call the managedDeviceEnrollmentTopFailures method. /// + /// A public Command BuildManagedDeviceEnrollmentTopFailuresWithPeriodRbCommand() { var command = new Command("managed-device-enrollment-top-failures-with-period"); command.Description = "Provides operations to call the managedDeviceEnrollmentTopFailures method."; @@ -1767,6 +1872,7 @@ public Command BuildManagedDeviceEnrollmentTopFailuresWithPeriodRbCommand() { /// /// Provides operations to manage the monthlyPrintUsageByPrinter property of the microsoft.graph.reportRoot entity. /// + /// A public Command BuildMonthlyPrintUsageByPrinterNavCommand() { var command = new Command("monthly-print-usage-by-printer"); command.Description = "Provides operations to manage the monthlyPrintUsageByPrinter property of the microsoft.graph.reportRoot entity."; @@ -1792,6 +1898,7 @@ public Command BuildMonthlyPrintUsageByPrinterNavCommand() { /// /// Provides operations to manage the monthlyPrintUsageByUser property of the microsoft.graph.reportRoot entity. /// + /// A public Command BuildMonthlyPrintUsageByUserNavCommand() { var command = new Command("monthly-print-usage-by-user"); command.Description = "Provides operations to manage the monthlyPrintUsageByUser property of the microsoft.graph.reportRoot entity."; @@ -1817,6 +1924,7 @@ public Command BuildMonthlyPrintUsageByUserNavCommand() { /// /// Provides operations to manage the partners property of the microsoft.graph.reportRoot entity. /// + /// A public Command BuildPartnersNavCommand() { var command = new Command("partners"); command.Description = "Provides operations to manage the partners property of the microsoft.graph.reportRoot entity."; @@ -1841,6 +1949,7 @@ public Command BuildPartnersNavCommand() { /// Update the properties of a reportRoot object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a reportRoot object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-update?view=graph-rest-1.0"; @@ -1884,6 +1993,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the security property of the microsoft.graph.reportRoot entity. /// + /// A public Command BuildSecurityNavCommand() { var command = new Command("security"); command.Description = "Provides operations to manage the security property of the microsoft.graph.reportRoot entity."; @@ -1907,13 +2017,13 @@ public Command BuildSecurityNavCommand() { return command; } /// - /// Instantiates a new ReportsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReportsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ReportsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReportsRequestBuilder(string rawUrl) : base("{+baseurl}/reports{?%24expand,%24select}", rawUrl) { @@ -1921,6 +2031,7 @@ public ReportsRequestBuilder(string rawUrl) : base("{+baseurl}/reports{?%24expan /// /// Read properties and relationships of the reportRoot 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 @@ -1937,6 +2048,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a reportRoot 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 @@ -1947,7 +2059,7 @@ public RequestInformation ToPatchRequestInformation(ReportRoot 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}/reports", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Reports/Security/GetAttackSimulationRepeatOffenders/GetAttackSimulationRepeatOffendersGetResponse.cs b/src/generated/Reports/Security/GetAttackSimulationRepeatOffenders/GetAttackSimulationRepeatOffendersGetResponse.cs index c470d8b1c4..7b89c74870 100644 --- a/src/generated/Reports/Security/GetAttackSimulationRepeatOffenders/GetAttackSimulationRepeatOffendersGetResponse.cs +++ b/src/generated/Reports/Security/GetAttackSimulationRepeatOffenders/GetAttackSimulationRepeatOffendersGetResponse.cs @@ -18,6 +18,7 @@ public class GetAttackSimulationRepeatOffendersGetResponse : BaseCollectionPagin /// /// 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 new GetAttackSimulationRepeatOffendersGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAttackSimulationRepeatOffendersGetResponse : BaseCollectionPagin /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AttackSimulationRepeatOffender.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Reports/Security/GetAttackSimulationRepeatOffenders/GetAttackSimulationRepeatOffendersRequestBuilder.cs b/src/generated/Reports/Security/GetAttackSimulationRepeatOffenders/GetAttackSimulationRepeatOffendersRequestBuilder.cs index 9a786f2590..c273e07d01 100644 --- a/src/generated/Reports/Security/GetAttackSimulationRepeatOffenders/GetAttackSimulationRepeatOffendersRequestBuilder.cs +++ b/src/generated/Reports/Security/GetAttackSimulationRepeatOffenders/GetAttackSimulationRepeatOffendersRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetAttackSimulationRepeatOffendersRequestBuilder : BaseCliRequestBu /// /// Invoke function getAttackSimulationRepeatOffenders /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getAttackSimulationRepeatOffenders"; @@ -90,13 +91,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetAttackSimulationRepeatOffendersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetAttackSimulationRepeatOffendersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/security/getAttackSimulationRepeatOffenders(){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetAttackSimulationRepeatOffendersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetAttackSimulationRepeatOffendersRequestBuilder(string rawUrl) : base("{+baseurl}/reports/security/getAttackSimulationRepeatOffenders(){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl) { @@ -104,6 +105,7 @@ public GetAttackSimulationRepeatOffendersRequestBuilder(string rawUrl) : base("{ /// /// Invoke function getAttackSimulationRepeatOffenders /// + /// 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/Reports/Security/GetAttackSimulationSimulationUserCoverage/GetAttackSimulationSimulationUserCoverageGetResponse.cs b/src/generated/Reports/Security/GetAttackSimulationSimulationUserCoverage/GetAttackSimulationSimulationUserCoverageGetResponse.cs index 153ac0353b..e347934fad 100644 --- a/src/generated/Reports/Security/GetAttackSimulationSimulationUserCoverage/GetAttackSimulationSimulationUserCoverageGetResponse.cs +++ b/src/generated/Reports/Security/GetAttackSimulationSimulationUserCoverage/GetAttackSimulationSimulationUserCoverageGetResponse.cs @@ -18,6 +18,7 @@ public class GetAttackSimulationSimulationUserCoverageGetResponse : BaseCollecti /// /// 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 new GetAttackSimulationSimulationUserCoverageGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAttackSimulationSimulationUserCoverageGetResponse : BaseCollecti /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AttackSimulationSimulationUserCoverage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Reports/Security/GetAttackSimulationSimulationUserCoverage/GetAttackSimulationSimulationUserCoverageRequestBuilder.cs b/src/generated/Reports/Security/GetAttackSimulationSimulationUserCoverage/GetAttackSimulationSimulationUserCoverageRequestBuilder.cs index ba1aca14a9..c1f736c0c1 100644 --- a/src/generated/Reports/Security/GetAttackSimulationSimulationUserCoverage/GetAttackSimulationSimulationUserCoverageRequestBuilder.cs +++ b/src/generated/Reports/Security/GetAttackSimulationSimulationUserCoverage/GetAttackSimulationSimulationUserCoverageRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetAttackSimulationSimulationUserCoverageRequestBuilder : BaseCliRe /// /// Invoke function getAttackSimulationSimulationUserCoverage /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getAttackSimulationSimulationUserCoverage"; @@ -90,13 +91,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetAttackSimulationSimulationUserCoverageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetAttackSimulationSimulationUserCoverageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/security/getAttackSimulationSimulationUserCoverage(){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetAttackSimulationSimulationUserCoverageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetAttackSimulationSimulationUserCoverageRequestBuilder(string rawUrl) : base("{+baseurl}/reports/security/getAttackSimulationSimulationUserCoverage(){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl) { @@ -104,6 +105,7 @@ public GetAttackSimulationSimulationUserCoverageRequestBuilder(string rawUrl) : /// /// Invoke function getAttackSimulationSimulationUserCoverage /// + /// 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/Reports/Security/GetAttackSimulationTrainingUserCoverage/GetAttackSimulationTrainingUserCoverageGetResponse.cs b/src/generated/Reports/Security/GetAttackSimulationTrainingUserCoverage/GetAttackSimulationTrainingUserCoverageGetResponse.cs index b64fa0c659..5a2bb3efd4 100644 --- a/src/generated/Reports/Security/GetAttackSimulationTrainingUserCoverage/GetAttackSimulationTrainingUserCoverageGetResponse.cs +++ b/src/generated/Reports/Security/GetAttackSimulationTrainingUserCoverage/GetAttackSimulationTrainingUserCoverageGetResponse.cs @@ -18,6 +18,7 @@ public class GetAttackSimulationTrainingUserCoverageGetResponse : BaseCollection /// /// 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 new GetAttackSimulationTrainingUserCoverageGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAttackSimulationTrainingUserCoverageGetResponse : BaseCollection /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AttackSimulationTrainingUserCoverage.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Reports/Security/GetAttackSimulationTrainingUserCoverage/GetAttackSimulationTrainingUserCoverageRequestBuilder.cs b/src/generated/Reports/Security/GetAttackSimulationTrainingUserCoverage/GetAttackSimulationTrainingUserCoverageRequestBuilder.cs index 8e824536a3..2b466aaf98 100644 --- a/src/generated/Reports/Security/GetAttackSimulationTrainingUserCoverage/GetAttackSimulationTrainingUserCoverageRequestBuilder.cs +++ b/src/generated/Reports/Security/GetAttackSimulationTrainingUserCoverage/GetAttackSimulationTrainingUserCoverageRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetAttackSimulationTrainingUserCoverageRequestBuilder : BaseCliRequ /// /// Invoke function getAttackSimulationTrainingUserCoverage /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getAttackSimulationTrainingUserCoverage"; @@ -90,13 +91,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetAttackSimulationTrainingUserCoverageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetAttackSimulationTrainingUserCoverageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/security/getAttackSimulationTrainingUserCoverage(){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetAttackSimulationTrainingUserCoverageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetAttackSimulationTrainingUserCoverageRequestBuilder(string rawUrl) : base("{+baseurl}/reports/security/getAttackSimulationTrainingUserCoverage(){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl) { @@ -104,6 +105,7 @@ public GetAttackSimulationTrainingUserCoverageRequestBuilder(string rawUrl) : ba /// /// Invoke function getAttackSimulationTrainingUserCoverage /// + /// 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/Reports/Security/SecurityRequestBuilder.cs b/src/generated/Reports/Security/SecurityRequestBuilder.cs index c372d514c2..f7b1f586ec 100644 --- a/src/generated/Reports/Security/SecurityRequestBuilder.cs +++ b/src/generated/Reports/Security/SecurityRequestBuilder.cs @@ -25,6 +25,7 @@ public class SecurityRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property security for reports /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property security for reports"; @@ -52,6 +53,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to call the getAttackSimulationRepeatOffenders method. /// + /// A public Command BuildGetAttackSimulationRepeatOffendersNavCommand() { var command = new Command("get-attack-simulation-repeat-offenders"); command.Description = "Provides operations to call the getAttackSimulationRepeatOffenders method."; @@ -67,6 +69,7 @@ public Command BuildGetAttackSimulationRepeatOffendersNavCommand() { /// /// Provides operations to call the getAttackSimulationSimulationUserCoverage method. /// + /// A public Command BuildGetAttackSimulationSimulationUserCoverageNavCommand() { var command = new Command("get-attack-simulation-simulation-user-coverage"); command.Description = "Provides operations to call the getAttackSimulationSimulationUserCoverage method."; @@ -82,6 +85,7 @@ public Command BuildGetAttackSimulationSimulationUserCoverageNavCommand() { /// /// Provides operations to call the getAttackSimulationTrainingUserCoverage method. /// + /// A public Command BuildGetAttackSimulationTrainingUserCoverageNavCommand() { var command = new Command("get-attack-simulation-training-user-coverage"); command.Description = "Provides operations to call the getAttackSimulationTrainingUserCoverage method."; @@ -97,6 +101,7 @@ public Command BuildGetAttackSimulationTrainingUserCoverageNavCommand() { /// /// Represents an abstract type that contains resources for attack simulation and training reports. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents an abstract type that contains resources for attack simulation and training reports."; @@ -141,6 +146,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property security in reports /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property security in reports"; @@ -182,13 +188,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SecurityRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SecurityRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/reports/security{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SecurityRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SecurityRequestBuilder(string rawUrl) : base("{+baseurl}/reports/security{?%24expand,%24select}", rawUrl) { @@ -196,6 +202,7 @@ public SecurityRequestBuilder(string rawUrl) : base("{+baseurl}/reports/security /// /// Delete navigation property security for reports /// + /// 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,7 +211,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/reports/security", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -212,6 +219,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents an abstract type that contains resources for attack simulation and training reports. /// + /// 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 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property security in reports /// + /// 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 +247,7 @@ public RequestInformation ToPatchRequestInformation(SecurityReportsRoot body, Ac public RequestInformation ToPatchRequestInformation(SecurityReportsRoot 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}/reports/security", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/DirectoryRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/DirectoryRequestBuilder.cs index 538f066924..19a562b530 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/DirectoryRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/DirectoryRequestBuilder.cs @@ -31,6 +31,7 @@ public class DirectoryRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property directory for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property directory for roleManagement"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// /// Get directory from roleManagement /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get directory from roleManagement"; @@ -102,6 +104,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property directory in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property directory in roleManagement"; @@ -145,6 +148,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resourceNamespaces property of the microsoft.graph.rbacApplication entity. /// + /// A public Command BuildResourceNamespacesNavCommand() { var command = new Command("resource-namespaces"); command.Description = "Provides operations to manage the resourceNamespaces property of the microsoft.graph.rbacApplication entity."; @@ -170,6 +174,7 @@ public Command BuildResourceNamespacesNavCommand() { /// /// Provides operations to manage the roleAssignmentScheduleInstances property of the microsoft.graph.rbacApplication entity. /// + /// A public Command BuildRoleAssignmentScheduleInstancesNavCommand() { var command = new Command("role-assignment-schedule-instances"); command.Description = "Provides operations to manage the roleAssignmentScheduleInstances property of the microsoft.graph.rbacApplication entity."; @@ -196,6 +201,7 @@ public Command BuildRoleAssignmentScheduleInstancesNavCommand() { /// /// Provides operations to manage the roleAssignmentScheduleRequests property of the microsoft.graph.rbacApplication entity. /// + /// A public Command BuildRoleAssignmentScheduleRequestsNavCommand() { var command = new Command("role-assignment-schedule-requests"); command.Description = "Provides operations to manage the roleAssignmentScheduleRequests property of the microsoft.graph.rbacApplication entity."; @@ -222,6 +228,7 @@ public Command BuildRoleAssignmentScheduleRequestsNavCommand() { /// /// Provides operations to manage the roleAssignmentSchedules property of the microsoft.graph.rbacApplication entity. /// + /// A public Command BuildRoleAssignmentSchedulesNavCommand() { var command = new Command("role-assignment-schedules"); command.Description = "Provides operations to manage the roleAssignmentSchedules property of the microsoft.graph.rbacApplication entity."; @@ -248,6 +255,7 @@ public Command BuildRoleAssignmentSchedulesNavCommand() { /// /// Provides operations to manage the roleAssignments property of the microsoft.graph.rbacApplication entity. /// + /// A public Command BuildRoleAssignmentsNavCommand() { var command = new Command("role-assignments"); command.Description = "Provides operations to manage the roleAssignments property of the microsoft.graph.rbacApplication entity."; @@ -273,6 +281,7 @@ public Command BuildRoleAssignmentsNavCommand() { /// /// Provides operations to manage the roleDefinitions property of the microsoft.graph.rbacApplication entity. /// + /// A public Command BuildRoleDefinitionsNavCommand() { var command = new Command("role-definitions"); command.Description = "Provides operations to manage the roleDefinitions property of the microsoft.graph.rbacApplication entity."; @@ -298,6 +307,7 @@ public Command BuildRoleDefinitionsNavCommand() { /// /// Provides operations to manage the roleEligibilityScheduleInstances property of the microsoft.graph.rbacApplication entity. /// + /// A public Command BuildRoleEligibilityScheduleInstancesNavCommand() { var command = new Command("role-eligibility-schedule-instances"); command.Description = "Provides operations to manage the roleEligibilityScheduleInstances property of the microsoft.graph.rbacApplication entity."; @@ -324,6 +334,7 @@ public Command BuildRoleEligibilityScheduleInstancesNavCommand() { /// /// Provides operations to manage the roleEligibilityScheduleRequests property of the microsoft.graph.rbacApplication entity. /// + /// A public Command BuildRoleEligibilityScheduleRequestsNavCommand() { var command = new Command("role-eligibility-schedule-requests"); command.Description = "Provides operations to manage the roleEligibilityScheduleRequests property of the microsoft.graph.rbacApplication entity."; @@ -350,6 +361,7 @@ public Command BuildRoleEligibilityScheduleRequestsNavCommand() { /// /// Provides operations to manage the roleEligibilitySchedules property of the microsoft.graph.rbacApplication entity. /// + /// A public Command BuildRoleEligibilitySchedulesNavCommand() { var command = new Command("role-eligibility-schedules"); command.Description = "Provides operations to manage the roleEligibilitySchedules property of the microsoft.graph.rbacApplication entity."; @@ -374,13 +386,13 @@ public Command BuildRoleEligibilitySchedulesNavCommand() { return command; } /// - /// Instantiates a new DirectoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory{?%24expand,%24select}", rawUrl) { @@ -388,6 +400,7 @@ public DirectoryRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/ /// /// Delete navigation property directory for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -396,7 +409,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/roleManagement/directory", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -404,6 +417,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get directory from roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -420,6 +434,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property directory in roleManagement /// + /// 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 @@ -430,7 +445,7 @@ public RequestInformation ToPatchRequestInformation(RbacApplication body, Action public RequestInformation ToPatchRequestInformation(RbacApplication 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}/roleManagement/directory", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Count/CountRequestBuilder.cs index c058e7746e..2b6d36e579 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/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}/roleManagement/directory/resourceNamespaces/$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}/roleManagement/directory/resourceNamespaces/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/dire /// /// 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/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/Count/CountRequestBuilder.cs index 372b430540..65805f73d7 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/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}/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}/resourceActions/$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}/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}/resourceActions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/dire /// /// 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/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/Item/UnifiedRbacResourceActionItemRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/Item/UnifiedRbacResourceActionItemRequestBuilder.cs index 9980ea14ec..23b1c6b2c0 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/Item/UnifiedRbacResourceActionItemRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/Item/UnifiedRbacResourceActionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnifiedRbacResourceActionItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property resourceActions for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resourceActions for roleManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Get resourceActions from roleManagement /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resourceActions from roleManagement"; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resourceActions in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resourceActions in roleManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UnifiedRbacResourceActionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRbacResourceActionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}/resourceActions/{unifiedRbacResourceAction%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRbacResourceActionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRbacResourceActionItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}/resourceActions/{unifiedRbacResourceAction%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public UnifiedRbacResourceActionItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property resourceActions for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}/resourceActions/{unifiedRbacResourceAction%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resourceActions from roleManagement /// + /// 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 /// Update the navigation property resourceActions in roleManagement /// + /// 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 ToPatchRequestInformation(UnifiedRbacResourceAction bo public RequestInformation ToPatchRequestInformation(UnifiedRbacResourceAction 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}/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}/resourceActions/{unifiedRbacResourceAction%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/ResourceActionsRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/ResourceActionsRequestBuilder.cs index 8d73f78134..6ecc30842e 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/ResourceActionsRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/ResourceActions/ResourceActionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceActionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resourceActions property of the microsoft.graph.unifiedRbacResourceNamespace entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UnifiedRbacResourceActionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to resourceActions for roleManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to resourceActions for roleManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Get resourceActions from roleManagement /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get resourceActions from roleManagement"; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourceActionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceActionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}/resourceActions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourceActionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceActionsRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}/resourceActions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public ResourceActionsRequestBuilder(string rawUrl) : base("{+baseurl}/roleManag /// /// Get resourceActions from roleManagement /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to resourceActions for roleManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRbacResourceAction bod public RequestInformation ToPostRequestInformation(UnifiedRbacResourceAction 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}/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}/resourceActions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/UnifiedRbacResourceNamespaceItemRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/UnifiedRbacResourceNamespaceItemRequestBuilder.cs index 84018601c2..1131bca7ad 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/UnifiedRbacResourceNamespaceItemRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/Item/UnifiedRbacResourceNamespaceItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class UnifiedRbacResourceNamespaceItemRequestBuilder : BaseCliRequestBuil /// /// Delete navigation property resourceNamespaces for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resourceNamespaces for roleManagement"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// /// Get resourceNamespaces from roleManagement /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resourceNamespaces from roleManagement"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resourceNamespaces in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resourceNamespaces in roleManagement"; @@ -155,6 +158,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resourceActions property of the microsoft.graph.unifiedRbacResourceNamespace entity. /// + /// A public Command BuildResourceActionsNavCommand() { var command = new Command("resource-actions"); command.Description = "Provides operations to manage the resourceActions property of the microsoft.graph.unifiedRbacResourceNamespace entity."; @@ -178,13 +182,13 @@ public Command BuildResourceActionsNavCommand() { return command; } /// - /// Instantiates a new UnifiedRbacResourceNamespaceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRbacResourceNamespaceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRbacResourceNamespaceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRbacResourceNamespaceItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}{?%24expand,%24select}", rawUrl) { @@ -192,6 +196,7 @@ public UnifiedRbacResourceNamespaceItemRequestBuilder(string rawUrl) : base("{+b /// /// Delete navigation property resourceNamespaces for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -200,7 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -208,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resourceNamespaces from roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -224,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resourceNamespaces in roleManagement /// + /// 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 @@ -234,7 +241,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRbacResourceNamespace public RequestInformation ToPatchRequestInformation(UnifiedRbacResourceNamespace 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}/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/ResourceNamespacesRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/ResourceNamespacesRequestBuilder.cs index 6adf0b87b8..0973f5e47d 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/ResourceNamespacesRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/ResourceNamespaces/ResourceNamespacesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceNamespacesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resourceNamespaces property of the microsoft.graph.rbacApplication 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 resourceNamespaces for roleManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to resourceNamespaces for roleManagement"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// /// Get resourceNamespaces from roleManagement /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get resourceNamespaces from roleManagement"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourceNamespacesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceNamespacesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/resourceNamespaces{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourceNamespacesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceNamespacesRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/resourceNamespaces{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public ResourceNamespacesRequestBuilder(string rawUrl) : base("{+baseurl}/roleMa /// /// Get resourceNamespaces from roleManagement /// + /// 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 new navigation property to resourceNamespaces for roleManagement /// + /// 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(UnifiedRbacResourceNamespace public RequestInformation ToPostRequestInformation(UnifiedRbacResourceNamespace 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}/roleManagement/directory/resourceNamespaces", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Count/CountRequestBuilder.cs index 230f2da39e..b2055d7a1f 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/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}/roleManagement/directory/roleAssignmentScheduleInstances/$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}/roleManagement/directory/roleAssignmentScheduleInstances/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/dire /// /// 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/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index cd02d41c2b..0a3659cd7a 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleAssignmentScheduleInstance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 9a5bd1131e..0ef7c1154b 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs index c35d43332f..6899895b8e 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs @@ -22,6 +22,7 @@ public class ActivatedUsingRequestBuilder : BaseCliRequestBuilder { /// /// If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it is null. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it is null. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ActivatedUsingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ActivatedUsingRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/activatedUsing{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ActivatedUsingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ActivatedUsingRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/activatedUsing{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public ActivatedUsingRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it is null. Supports $expand. /// + /// 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/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/AppScope/AppScopeRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/AppScope/AppScopeRequestBuilder.cs index cc1abe85cb..f711da787f 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/AppScope/AppScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/AppScope/AppScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class AppScopeRequestBuilder : BaseCliRequestBuilder { /// /// Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/appScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/appScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/d /// /// Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable. /// + /// 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/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs index c5e96c1d38..0294af31fd 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryScopeRequestBuilder : BaseCliRequestBuilder { /// /// The directory object that is the scope of the assignment or role eligibility. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The directory object that is the scope of the assignment or role eligibility. Read-only."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/directoryScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/directoryScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The directory object that is the scope of the assignment or role eligibility. 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 diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs index 9f931920e2..1e29491b42 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// The principal that's getting a role assignment or role eligibility through the request. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The principal that's getting a role assignment or role eligibility through the request."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/ /// /// The principal that's getting a role assignment or role eligibility through the request. /// + /// 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/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs index 3e50e5f4aa..b286741ac0 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoleDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/roleDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/roleDefinition{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// Detailed information for the roleDefinition object that is referenced through the roleDefinitionId 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 diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder.cs index fc63979b89..5126f69970 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder : BaseCliRe /// /// Provides operations to manage the activatedUsing property of the microsoft.graph.unifiedRoleAssignmentScheduleInstance entity. /// + /// A public Command BuildActivatedUsingNavCommand() { var command = new Command("activated-using"); command.Description = "Provides operations to manage the activatedUsing property of the microsoft.graph.unifiedRoleAssignmentScheduleInstance entity."; @@ -42,6 +43,7 @@ public Command BuildActivatedUsingNavCommand() { /// /// Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. /// + /// A public Command BuildAppScopeNavCommand() { var command = new Command("app-scope"); command.Description = "Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity."; @@ -57,6 +59,7 @@ public Command BuildAppScopeNavCommand() { /// /// Delete navigation property roleAssignmentScheduleInstances for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roleAssignmentScheduleInstances for roleManagement"; @@ -90,6 +93,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. /// + /// A public Command BuildDirectoryScopeNavCommand() { var command = new Command("directory-scope"); command.Description = "Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity."; @@ -106,6 +110,7 @@ public Command BuildDirectoryScopeNavCommand() { /// Get the instance of an active role assignment. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the instance of an active role assignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0"; @@ -156,6 +161,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roleAssignmentScheduleInstances in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roleAssignmentScheduleInstances in roleManagement"; @@ -205,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity."; @@ -220,6 +227,7 @@ public Command BuildPrincipalNavCommand() { /// /// Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. /// + /// A public Command BuildRoleDefinitionNavCommand() { var command = new Command("role-definition"); command.Description = "Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity."; @@ -233,13 +241,13 @@ public Command BuildRoleDefinitionNavCommand() { return command; } /// - /// Instantiates a new UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}{?%24expand,%24select}", rawUrl) { @@ -247,6 +255,7 @@ public UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder(string rawUrl) : /// /// Delete navigation property roleAssignmentScheduleInstances for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -255,7 +264,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -263,6 +272,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the instance of an active role assignment. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -279,6 +289,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roleAssignmentScheduleInstances in roleManagement /// + /// 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 @@ -289,7 +300,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRoleAssignmentSchedul public RequestInformation ToPatchRequestInformation(UnifiedRoleAssignmentScheduleInstance 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}/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.cs index 73d09bd7fb..bdf653e73f 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.cs @@ -25,6 +25,7 @@ public class RoleAssignmentScheduleInstancesRequestBuilder : BaseCliRequestBuild /// /// Provides operations to manage the roleAssignmentScheduleInstances property of the microsoft.graph.rbacApplication entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to roleAssignmentScheduleInstances for roleManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roleAssignmentScheduleInstances for roleManagement"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -116,6 +120,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0"; @@ -206,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleAssignmentScheduleInstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleAssignmentScheduleInstancesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleInstances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleAssignmentScheduleInstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleAssignmentScheduleInstancesRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleInstances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -220,6 +225,7 @@ public RoleAssignmentScheduleInstancesRequestBuilder(string rawUrl) : base("{+ba /// /// Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments 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 @@ -236,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roleAssignmentScheduleInstances for roleManagement /// + /// 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 @@ -246,7 +253,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleAssignmentSchedule public RequestInformation ToPostRequestInformation(UnifiedRoleAssignmentScheduleInstance 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}/roleManagement/directory/roleAssignmentScheduleInstances", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Count/CountRequestBuilder.cs index 7f261ac284..ef525d2fc0 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/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}/roleManagement/directory/roleAssignmentScheduleRequests/$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}/roleManagement/directory/roleAssignmentScheduleRequests/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/dire /// /// 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/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index 96544302e7..86b43d0ad0 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleAssignmentScheduleRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 6355ddd312..043005c004 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs index 32b3b172a0..10d310bf00 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs @@ -22,6 +22,7 @@ public class ActivatedUsingRequestBuilder : BaseCliRequestBuilder { /// /// If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it's null. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it's null. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ActivatedUsingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ActivatedUsingRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/activatedUsing{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ActivatedUsingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ActivatedUsingRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/activatedUsing{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public ActivatedUsingRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it's null. Supports $expand. /// + /// 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/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/AppScope/AppScopeRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/AppScope/AppScopeRequestBuilder.cs index 51d9619466..c74be260cb 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/AppScope/AppScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/AppScope/AppScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class AppScopeRequestBuilder : BaseCliRequestBuilder { /// /// Read-only property with details of the app-specific scope when the assignment is scoped to an app. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only property with details of the app-specific scope when the assignment is scoped to an app. Nullable. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/appScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/appScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/d /// /// Read-only property with details of the app-specific scope when the assignment is scoped to an app. Nullable. Supports $expand. /// + /// 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/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs index 0c4157791e..2fd1073137 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs @@ -22,6 +22,7 @@ public class CancelRequestBuilder : BaseCliRequestBuilder { /// Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CancelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/cancel", pathParameters) { } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/cancel", rawUrl) { @@ -60,6 +61,7 @@ public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/dir /// /// Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled. /// + /// 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/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs index 9368ebd675..9f3a454ea1 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryScopeRequestBuilder : BaseCliRequestBuilder { /// /// The directory object that is the scope of the assignment. Read-only. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The directory object that is the scope of the assignment. Read-only. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/directoryScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/directoryScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The directory object that is the scope of the assignment. Read-only. Supports $expand. /// + /// 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/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs index 8bcbf574b0..92826619cd 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// The principal that's getting a role assignment through the request. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The principal that's getting a role assignment through the request. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/ /// /// The principal that's getting a role assignment through the request. Supports $expand. /// + /// 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/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs index b7efabc532..835a684ba9 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoleDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/roleDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/roleDefinition{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand. /// + /// 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/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs index 2c1fb97341..6a0dd6fe67 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs @@ -22,6 +22,7 @@ public class TargetScheduleRequestBuilder : BaseCliRequestBuilder { /// /// The schedule for an eligible role assignment that is referenced through the targetScheduleId property. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The schedule for an eligible role assignment that is referenced through the targetScheduleId property. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TargetScheduleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetScheduleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/targetSchedule{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TargetScheduleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetScheduleRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/targetSchedule{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public TargetScheduleRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The schedule for an eligible role assignment that is referenced through the targetScheduleId property. Supports $expand. /// + /// 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/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilder.cs index b77f232077..691f6f1791 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilder.cs @@ -29,6 +29,7 @@ public class UnifiedRoleAssignmentScheduleRequestItemRequestBuilder : BaseCliReq /// /// Provides operations to manage the activatedUsing property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. /// + /// A public Command BuildActivatedUsingNavCommand() { var command = new Command("activated-using"); command.Description = "Provides operations to manage the activatedUsing property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity."; @@ -44,6 +45,7 @@ public Command BuildActivatedUsingNavCommand() { /// /// Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. /// + /// A public Command BuildAppScopeNavCommand() { var command = new Command("app-scope"); command.Description = "Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity."; @@ -59,6 +61,7 @@ public Command BuildAppScopeNavCommand() { /// /// Provides operations to call the cancel method. /// + /// A public Command BuildCancelNavCommand() { var command = new Command("cancel"); command.Description = "Provides operations to call the cancel method."; @@ -74,6 +77,7 @@ public Command BuildCancelNavCommand() { /// /// Delete navigation property roleAssignmentScheduleRequests for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roleAssignmentScheduleRequests for roleManagement"; @@ -107,6 +111,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. /// + /// A public Command BuildDirectoryScopeNavCommand() { var command = new Command("directory-scope"); command.Description = "Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity."; @@ -123,6 +128,7 @@ public Command BuildDirectoryScopeNavCommand() { /// In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0"; @@ -173,6 +179,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roleAssignmentScheduleRequests in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roleAssignmentScheduleRequests in roleManagement"; @@ -222,6 +229,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity."; @@ -237,6 +245,7 @@ public Command BuildPrincipalNavCommand() { /// /// Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. /// + /// A public Command BuildRoleDefinitionNavCommand() { var command = new Command("role-definition"); command.Description = "Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity."; @@ -252,6 +261,7 @@ public Command BuildRoleDefinitionNavCommand() { /// /// Provides operations to manage the targetSchedule property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. /// + /// A public Command BuildTargetScheduleNavCommand() { var command = new Command("target-schedule"); command.Description = "Provides operations to manage the targetSchedule property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity."; @@ -265,13 +275,13 @@ public Command BuildTargetScheduleNavCommand() { return command; } /// - /// Instantiates a new UnifiedRoleAssignmentScheduleRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleAssignmentScheduleRequestItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleAssignmentScheduleRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleAssignmentScheduleRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}{?%24expand,%24select}", rawUrl) { @@ -279,6 +289,7 @@ public UnifiedRoleAssignmentScheduleRequestItemRequestBuilder(string rawUrl) : b /// /// Delete navigation property roleAssignmentScheduleRequests for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -287,7 +298,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -295,6 +306,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest 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 @@ -311,6 +323,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roleAssignmentScheduleRequests in roleManagement /// + /// 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 @@ -321,7 +334,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRoleAssignmentSchedul public RequestInformation ToPatchRequestInformation(UnifiedRoleAssignmentScheduleRequest 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}/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.cs index 1108ccf57e..78e5da5d4e 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.cs @@ -25,6 +25,7 @@ public class RoleAssignmentScheduleRequestsRequestBuilder : BaseCliRequestBuilde /// /// Provides operations to manage the roleAssignmentScheduleRequests property of the microsoft.graph.rbacApplication entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -44,6 +45,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."; @@ -60,6 +62,7 @@ public Command BuildCountNavCommand() { /// In PIM, carry out the following operations through the unifiedRoleAssignmentScheduleRequest object: To call this API to update, renew, and extend assignments for yourself, you must have multifactor authentication (MFA) enforced, and running the query in a session in which they were challenged for MFA. See Enable per-user Microsoft Entra multifactor authentication to secure sign-in events. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "In PIM, carry out the following operations through the unifiedRoleAssignmentScheduleRequest object: To call this API to update, renew, and extend assignments for yourself, you must have multifactor authentication (MFA) enforced, and running the query in a session in which they were challenged for MFA. See Enable per-user Microsoft Entra multifactor authentication to secure sign-in events.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -119,6 +123,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0"; @@ -209,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleAssignmentScheduleRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleAssignmentScheduleRequestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleAssignmentScheduleRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleAssignmentScheduleRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentScheduleRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +228,7 @@ public RoleAssignmentScheduleRequestsRequestBuilder(string rawUrl) : base("{+bas /// /// Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// In PIM, carry out the following operations through the unifiedRoleAssignmentScheduleRequest object: To call this API to update, renew, and extend assignments for yourself, you must have multifactor authentication (MFA) enforced, and running the query in a session in which they were challenged for MFA. See Enable per-user Microsoft Entra multifactor authentication to secure sign-in events. /// + /// 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 @@ -249,7 +256,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleAssignmentSchedule public RequestInformation ToPostRequestInformation(UnifiedRoleAssignmentScheduleRequest 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}/roleManagement/directory/roleAssignmentScheduleRequests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Count/CountRequestBuilder.cs index 5641f1fcb8..eaf893d616 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/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}/roleManagement/directory/roleAssignmentSchedules/$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}/roleManagement/directory/roleAssignmentSchedules/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/dire /// /// 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/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index 44291bcd53..7064dcd89a 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleAssignmentSchedule.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index c2c31e0d0b..2053952474 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs index 610c80ff9c..06976e8e86 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs @@ -22,6 +22,7 @@ public class ActivatedUsingRequestBuilder : BaseCliRequestBuilder { /// /// If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it is null. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it is null. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ActivatedUsingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ActivatedUsingRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/activatedUsing{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ActivatedUsingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ActivatedUsingRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/activatedUsing{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public ActivatedUsingRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it is null. Supports $expand. /// + /// 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/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/AppScope/AppScopeRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/AppScope/AppScopeRequestBuilder.cs index f3fca9d670..fa8387bc85 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/AppScope/AppScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/AppScope/AppScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class AppScopeRequestBuilder : BaseCliRequestBuilder { /// /// Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/appScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/appScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/d /// /// Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable. /// + /// 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/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs index 6e490c6fc8..a8b954d3c1 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryScopeRequestBuilder : BaseCliRequestBuilder { /// /// The directory object that is the scope of the role eligibility or assignment. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The directory object that is the scope of the role eligibility or assignment. Read-only."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/directoryScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/directoryScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The directory object that is the scope of the role eligibility or assignment. 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 diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/Principal/PrincipalRequestBuilder.cs index 13ff7fd637..4e6a0b43e5 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// The principal that's getting a role assignment or that's eligible for a role through the request. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The principal that's getting a role assignment or that's eligible for a role through the request."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/ /// /// The principal that's getting a role assignment or that's eligible for a role through the request. /// + /// 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/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs index 60867b8e7b..26636077fd 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoleDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/roleDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/roleDefinition{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// Detailed information for the roleDefinition object that is referenced through the roleDefinitionId 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 diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilder.cs index ca4d19c964..0aea152cbc 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class UnifiedRoleAssignmentScheduleItemRequestBuilder : BaseCliRequestBui /// /// Provides operations to manage the activatedUsing property of the microsoft.graph.unifiedRoleAssignmentSchedule entity. /// + /// A public Command BuildActivatedUsingNavCommand() { var command = new Command("activated-using"); command.Description = "Provides operations to manage the activatedUsing property of the microsoft.graph.unifiedRoleAssignmentSchedule entity."; @@ -42,6 +43,7 @@ public Command BuildActivatedUsingNavCommand() { /// /// Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleBase entity. /// + /// A public Command BuildAppScopeNavCommand() { var command = new Command("app-scope"); command.Description = "Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleBase entity."; @@ -57,6 +59,7 @@ public Command BuildAppScopeNavCommand() { /// /// Delete navigation property roleAssignmentSchedules for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roleAssignmentSchedules for roleManagement"; @@ -90,6 +93,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleBase entity. /// + /// A public Command BuildDirectoryScopeNavCommand() { var command = new Command("directory-scope"); command.Description = "Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleBase entity."; @@ -106,6 +110,7 @@ public Command BuildDirectoryScopeNavCommand() { /// Retrieve the schedule for an active role assignment operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the schedule for an active role assignment operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0"; @@ -156,6 +161,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roleAssignmentSchedules in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roleAssignmentSchedules in roleManagement"; @@ -205,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleBase entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleBase entity."; @@ -220,6 +227,7 @@ public Command BuildPrincipalNavCommand() { /// /// Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleBase entity. /// + /// A public Command BuildRoleDefinitionNavCommand() { var command = new Command("role-definition"); command.Description = "Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleBase entity."; @@ -233,13 +241,13 @@ public Command BuildRoleDefinitionNavCommand() { return command; } /// - /// Instantiates a new UnifiedRoleAssignmentScheduleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleAssignmentScheduleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleAssignmentScheduleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleAssignmentScheduleItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}{?%24expand,%24select}", rawUrl) { @@ -247,6 +255,7 @@ public UnifiedRoleAssignmentScheduleItemRequestBuilder(string rawUrl) : base("{+ /// /// Delete navigation property roleAssignmentSchedules for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -255,7 +264,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -263,6 +272,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the schedule for an active role assignment operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -279,6 +289,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roleAssignmentSchedules in roleManagement /// + /// 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 @@ -289,7 +300,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRoleAssignmentSchedul public RequestInformation ToPatchRequestInformation(UnifiedRoleAssignmentSchedule 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}/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.cs index 3f3f1b4f75..5d61bd9a2d 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.cs @@ -25,6 +25,7 @@ public class RoleAssignmentSchedulesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roleAssignmentSchedules property of the microsoft.graph.rbacApplication entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to roleAssignmentSchedules for roleManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roleAssignmentSchedules for roleManagement"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -116,6 +120,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Get the schedules for active role assignment operations. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the schedules for active role assignment operations.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0"; @@ -206,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleAssignmentSchedulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleAssignmentSchedulesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignmentSchedules{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleAssignmentSchedulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleAssignmentSchedulesRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignmentSchedules{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -220,6 +225,7 @@ public RoleAssignmentSchedulesRequestBuilder(string rawUrl) : base("{+baseurl}/r /// /// Get the schedules for active role assignment operations. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -236,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roleAssignmentSchedules for roleManagement /// + /// 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 @@ -246,7 +253,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleAssignmentSchedule public RequestInformation ToPostRequestInformation(UnifiedRoleAssignmentSchedule 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}/roleManagement/directory/roleAssignmentSchedules", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/Count/CountRequestBuilder.cs index 7f71de4359..e1f0b495ab 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/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}/roleManagement/directory/roleAssignments/$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}/roleManagement/directory/roleAssignments/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/dire /// /// 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/RoleManagement/DirectoryNamespace/RoleAssignments/Item/AppScope/AppScopeRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/Item/AppScope/AppScopeRequestBuilder.cs index 8f09796ba3..43640f67b5 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/Item/AppScope/AppScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/Item/AppScope/AppScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class AppScopeRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property appScope for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property appScope for roleManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand."; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property appScope in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property appScope in roleManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignments/{unifiedRoleAssignment%2Did}/appScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignments/{unifiedRoleAssignment%2Did}/appScope{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/d /// /// Delete navigation property appScope for roleManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/roleManagement/directory/roleAssignments/{unifiedRoleAssignment%2Did}/appScope", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand. /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property appScope in roleManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.AppScope body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.AppScope 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}/roleManagement/directory/roleAssignments/{unifiedRoleAssignment%2Did}/appScope", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs index dcec07a240..d49b00581c 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryScopeRequestBuilder : BaseCliRequestBuilder { /// /// The directory object that is the scope of the assignment. Read-only. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The directory object that is the scope of the assignment. Read-only. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignments/{unifiedRoleAssignment%2Did}/directoryScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignments/{unifiedRoleAssignment%2Did}/directoryScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The directory object that is the scope of the assignment. Read-only. Supports $expand. /// + /// 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/RoleManagement/DirectoryNamespace/RoleAssignments/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/Item/Principal/PrincipalRequestBuilder.cs index 592782c708..9e7243b1e3 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// Referencing the assigned principal. Read-only. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Referencing the assigned principal. Read-only. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignments/{unifiedRoleAssignment%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignments/{unifiedRoleAssignment%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/ /// /// Referencing the assigned principal. Read-only. Supports $expand. /// + /// 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/RoleManagement/DirectoryNamespace/RoleAssignments/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs index 9ac0c8ed74..54a4120a2d 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoleDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// The roleDefinition the assignment is for. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The roleDefinition the assignment is for. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignments/{unifiedRoleAssignment%2Did}/roleDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignments/{unifiedRoleAssignment%2Did}/roleDefinition{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The roleDefinition the assignment is for. Supports $expand. /// + /// 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/RoleManagement/DirectoryNamespace/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilder.cs index 7c4325be61..fd4b01599a 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class UnifiedRoleAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleAssignment entity. /// + /// A public Command BuildAppScopeNavCommand() { var command = new Command("app-scope"); command.Description = "Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleAssignment entity."; @@ -44,6 +45,7 @@ public Command BuildAppScopeNavCommand() { /// Delete a unifiedRoleAssignment object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a unifiedRoleAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0"; @@ -77,6 +79,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleAssignment entity. /// + /// A public Command BuildDirectoryScopeNavCommand() { var command = new Command("directory-scope"); command.Description = "Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleAssignment entity."; @@ -93,6 +96,7 @@ public Command BuildDirectoryScopeNavCommand() { /// Retrieve the properties and relationships of a unifiedRoleAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a unifiedRoleAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0"; @@ -143,6 +147,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roleAssignments in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roleAssignments in roleManagement"; @@ -192,6 +197,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.unifiedRoleAssignment entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.unifiedRoleAssignment entity."; @@ -207,6 +213,7 @@ public Command BuildPrincipalNavCommand() { /// /// Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleAssignment entity. /// + /// A public Command BuildRoleDefinitionNavCommand() { var command = new Command("role-definition"); command.Description = "Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleAssignment entity."; @@ -220,13 +227,13 @@ public Command BuildRoleDefinitionNavCommand() { return command; } /// - /// Instantiates a new UnifiedRoleAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignments/{unifiedRoleAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignments/{unifiedRoleAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -234,6 +241,7 @@ public UnifiedRoleAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete a unifiedRoleAssignment 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 @@ -242,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/roleManagement/directory/roleAssignments/{unifiedRoleAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a unifiedRoleAssignment 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 @@ -266,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roleAssignments in roleManagement /// + /// 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 @@ -276,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRoleAssignment body, public RequestInformation ToPatchRequestInformation(UnifiedRoleAssignment 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}/roleManagement/directory/roleAssignments/{unifiedRoleAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/RoleAssignmentsRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/RoleAssignmentsRequestBuilder.cs index a3740cb0aa..7465f3acec 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/RoleAssignmentsRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleAssignments/RoleAssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RoleAssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roleAssignments property of the microsoft.graph.rbacApplication entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// Create a new unifiedRoleAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new unifiedRoleAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:- directory (Microsoft Entra ID)- entitlement management (Microsoft Entra entitlement management) /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:- directory (Microsoft Entra ID)- entitlement management (Microsoft Entra entitlement management)\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0"; @@ -190,13 +194,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleAssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleAssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleAssignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleAssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleAssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleAssignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -204,6 +208,7 @@ public RoleAssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/roleManag /// /// Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:- directory (Microsoft Entra ID)- entitlement management (Microsoft Entra entitlement management) /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -220,6 +225,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new unifiedRoleAssignment 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 @@ -230,7 +236,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleAssignment body, A public RequestInformation ToPostRequestInformation(UnifiedRoleAssignment 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}/roleManagement/directory/roleAssignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Count/CountRequestBuilder.cs index c6c1ed6098..a80a57baa4 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/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}/roleManagement/directory/roleDefinitions/$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}/roleManagement/directory/roleDefinitions/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/dire /// /// 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/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/Count/CountRequestBuilder.cs index 2921e271c7..abb17346f9 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/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}/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition%2Did}/inheritsPermissionsFrom/$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}/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition%2Did}/inheritsPermissionsFrom/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/dire /// /// 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/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/InheritsPermissionsFromRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/InheritsPermissionsFromRequestBuilder.cs index ee5a41b363..88732d3d14 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/InheritsPermissionsFromRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/InheritsPermissionsFromRequestBuilder.cs @@ -24,6 +24,7 @@ public class InheritsPermissionsFromRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the inheritsPermissionsFrom property of the microsoft.graph.unifiedRoleDefinition entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.RoleManagement.DirectoryNamespace.RoleDefinitions.Item.InheritsPermissionsFrom.Item.UnifiedRoleDefinitionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to inheritsPermissionsFrom for roleManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to inheritsPermissionsFrom for roleManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Read-only collection of role definitions that the given role definition inherits from. Only Microsoft Entra built-in roles (isBuiltIn is true) support this attribute. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only collection of role definitions that the given role definition inherits from. Only Microsoft Entra built-in roles (isBuiltIn is true) support this attribute. Supports $expand."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new InheritsPermissionsFromRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InheritsPermissionsFromRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition%2Did}/inheritsPermissionsFrom{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new InheritsPermissionsFromRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InheritsPermissionsFromRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition%2Did}/inheritsPermissionsFrom{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public InheritsPermissionsFromRequestBuilder(string rawUrl) : base("{+baseurl}/r /// /// Read-only collection of role definitions that the given role definition inherits from. Only Microsoft Entra built-in roles (isBuiltIn is true) support this attribute. Supports $expand. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to inheritsPermissionsFrom for roleManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleDefinition body, A public RequestInformation ToPostRequestInformation(UnifiedRoleDefinition 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}/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition%2Did}/inheritsPermissionsFrom", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/Item/UnifiedRoleDefinitionItemRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/Item/UnifiedRoleDefinitionItemRequestBuilder.cs index 53da459b10..146f679552 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/Item/UnifiedRoleDefinitionItemRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/InheritsPermissionsFrom/Item/UnifiedRoleDefinitionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnifiedRoleDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property inheritsPermissionsFrom for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property inheritsPermissionsFrom for roleManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Read-only collection of role definitions that the given role definition inherits from. Only Microsoft Entra built-in roles (isBuiltIn is true) support this attribute. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only collection of role definitions that the given role definition inherits from. Only Microsoft Entra built-in roles (isBuiltIn is true) support this attribute. Supports $expand."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property inheritsPermissionsFrom in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property inheritsPermissionsFrom in roleManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UnifiedRoleDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition%2Did}/inheritsPermissionsFrom/{unifiedRoleDefinition%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition%2Did}/inheritsPermissionsFrom/{unifiedRoleDefinition%2Did1}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public UnifiedRoleDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete navigation property inheritsPermissionsFrom for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition%2Did}/inheritsPermissionsFrom/{unifiedRoleDefinition%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only collection of role definitions that the given role definition inherits from. Only Microsoft Entra built-in roles (isBuiltIn is true) support this attribute. Supports $expand. /// + /// 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 /// Update the navigation property inheritsPermissionsFrom in roleManagement /// + /// 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 ToPatchRequestInformation(UnifiedRoleDefinition body, public RequestInformation ToPatchRequestInformation(UnifiedRoleDefinition 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}/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition%2Did}/inheritsPermissionsFrom/{unifiedRoleDefinition%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilder.cs index 7b365e8638..be54090df5 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class UnifiedRoleDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// Delete a unifiedRoleDefinition object. You can't delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a unifiedRoleDefinition object. You can't delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported: /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the inheritsPermissionsFrom property of the microsoft.graph.unifiedRoleDefinition entity. /// + /// A public Command BuildInheritsPermissionsFromNavCommand() { var command = new Command("inherits-permissions-from"); command.Description = "Provides operations to manage the inheritsPermissionsFrom property of the microsoft.graph.unifiedRoleDefinition entity."; @@ -134,6 +137,7 @@ public Command BuildInheritsPermissionsFromNavCommand() { /// Update the properties of a unifiedRoleDefinition object. You cannot update built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a unifiedRoleDefinition object. You cannot update built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0"; @@ -181,13 +185,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UnifiedRoleDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -195,6 +199,7 @@ public UnifiedRoleDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete a unifiedRoleDefinition object. You can't delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -203,7 +208,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -211,6 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported: /// + /// 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 +233,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a unifiedRoleDefinition object. You cannot update built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. /// + /// 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 +244,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRoleDefinition body, public RequestInformation ToPatchRequestInformation(UnifiedRoleDefinition 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}/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/RoleDefinitionsRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/RoleDefinitionsRequestBuilder.cs index c137aa92e0..aa738caf36 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/RoleDefinitionsRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleDefinitions/RoleDefinitionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RoleDefinitionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roleDefinitions property of the microsoft.graph.rbacApplication 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new custom unifiedRoleDefinition object. This feature requires a Microsoft Entra ID P1 or P2 license. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new custom unifiedRoleDefinition object. This feature requires a Microsoft Entra ID P1 or P2 license.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:- directory (Microsoft Entra ID)- entitlement management (Microsoft Entra Entitlement Management) /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:- directory (Microsoft Entra ID)- entitlement management (Microsoft Entra Entitlement Management)\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleDefinitionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleDefinitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionsRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleDefinitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public RoleDefinitionsRequestBuilder(string rawUrl) : base("{+baseurl}/roleManag /// /// Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:- directory (Microsoft Entra ID)- entitlement management (Microsoft Entra Entitlement Management) /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new custom unifiedRoleDefinition object. This feature requires a Microsoft Entra ID P1 or P2 license. /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleDefinition body, A public RequestInformation ToPostRequestInformation(UnifiedRoleDefinition 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}/roleManagement/directory/roleDefinitions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Count/CountRequestBuilder.cs index f3d5a7aefe..24fc2ffa83 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/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}/roleManagement/directory/roleEligibilityScheduleInstances/$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}/roleManagement/directory/roleEligibilityScheduleInstances/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/dire /// /// 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/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index 3e69dd3496..ae6eb6b22c 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleEligibilityScheduleInstance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 53b11e5f2c..2652eeaec8 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/AppScope/AppScopeRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/AppScope/AppScopeRequestBuilder.cs index 02c563b6f5..748a1ee32c 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/AppScope/AppScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/AppScope/AppScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class AppScopeRequestBuilder : BaseCliRequestBuilder { /// /// Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}/appScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}/appScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/d /// /// Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable. /// + /// 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/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs index 99bb851718..7f1a09abeb 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryScopeRequestBuilder : BaseCliRequestBuilder { /// /// The directory object that is the scope of the assignment or role eligibility. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The directory object that is the scope of the assignment or role eligibility. Read-only."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}/directoryScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}/directoryScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The directory object that is the scope of the assignment or role eligibility. 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 diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs index 2f36cecf50..eb43e9062c 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// The principal that's getting a role assignment or role eligibility through the request. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The principal that's getting a role assignment or role eligibility through the request."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/ /// /// The principal that's getting a role assignment or role eligibility through the request. /// + /// 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/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs index 25a20d0bce..18df268cca 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoleDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}/roleDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}/roleDefinition{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// Detailed information for the roleDefinition object that is referenced through the roleDefinitionId 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 diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder.cs index 900f6333e1..28fe605bda 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder : BaseCliR /// /// Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. /// + /// A public Command BuildAppScopeNavCommand() { var command = new Command("app-scope"); command.Description = "Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity."; @@ -41,6 +42,7 @@ public Command BuildAppScopeNavCommand() { /// /// Delete navigation property roleEligibilityScheduleInstances for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roleEligibilityScheduleInstances for roleManagement"; @@ -74,6 +76,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. /// + /// A public Command BuildDirectoryScopeNavCommand() { var command = new Command("directory-scope"); command.Description = "Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity."; @@ -90,6 +93,7 @@ public Command BuildDirectoryScopeNavCommand() { /// Get the instance of a role eligibility. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the instance of a role eligibility.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0"; @@ -140,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roleEligibilityScheduleInstances in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roleEligibilityScheduleInstances in roleManagement"; @@ -189,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity."; @@ -204,6 +210,7 @@ public Command BuildPrincipalNavCommand() { /// /// Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. /// + /// A public Command BuildRoleDefinitionNavCommand() { var command = new Command("role-definition"); command.Description = "Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity."; @@ -217,13 +224,13 @@ public Command BuildRoleDefinitionNavCommand() { return command; } /// - /// Instantiates a new UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}{?%24expand,%24select}", rawUrl) { @@ -231,6 +238,7 @@ public UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder(string rawUrl) : /// /// Delete navigation property roleEligibilityScheduleInstances for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,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}/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -247,6 +255,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the instance of a role eligibility. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -263,6 +272,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roleEligibilityScheduleInstances in roleManagement /// + /// 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 @@ -273,7 +283,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRoleEligibilitySchedu public RequestInformation ToPatchRequestInformation(UnifiedRoleEligibilityScheduleInstance 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}/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.cs index af25db9ee3..1aada6b0bc 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.cs @@ -25,6 +25,7 @@ public class RoleEligibilityScheduleInstancesRequestBuilder : BaseCliRequestBuil /// /// Provides operations to manage the roleEligibilityScheduleInstances property of the microsoft.graph.rbacApplication entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to roleEligibilityScheduleInstances for roleManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roleEligibilityScheduleInstances for roleManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -115,6 +119,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Get the instances of role eligibilities. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the instances of role eligibilities.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0"; @@ -205,13 +210,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleEligibilityScheduleInstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleEligibilityScheduleInstancesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleInstances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleEligibilityScheduleInstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleEligibilityScheduleInstancesRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleInstances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -219,6 +224,7 @@ public RoleEligibilityScheduleInstancesRequestBuilder(string rawUrl) : base("{+b /// /// Get the instances of role eligibilities. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roleEligibilityScheduleInstances for roleManagement /// + /// 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 @@ -245,7 +252,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleEligibilitySchedul public RequestInformation ToPostRequestInformation(UnifiedRoleEligibilityScheduleInstance 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}/roleManagement/directory/roleEligibilityScheduleInstances", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Count/CountRequestBuilder.cs index 5e432469c6..62b76c055f 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/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}/roleManagement/directory/roleEligibilityScheduleRequests/$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}/roleManagement/directory/roleEligibilityScheduleRequests/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/dire /// /// 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/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index 52df0c26bb..b3f3bbddc6 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleEligibilityScheduleRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index a45a8fd472..03c5ea5060 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/AppScope/AppScopeRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/AppScope/AppScopeRequestBuilder.cs index 781de51efe..d73e2659dc 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/AppScope/AppScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/AppScope/AppScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class AppScopeRequestBuilder : BaseCliRequestBuilder { /// /// Read-only property with details of the app-specific scope when the role eligibility is scoped to an app. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only property with details of the app-specific scope when the role eligibility is scoped to an app. Nullable. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/appScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/appScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/d /// /// Read-only property with details of the app-specific scope when the role eligibility is scoped to an app. Nullable. Supports $expand. /// + /// 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/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs index e10e74eb09..af2a411471 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs @@ -22,6 +22,7 @@ public class CancelRequestBuilder : BaseCliRequestBuilder { /// Immediately cancel a unifiedRoleEligibilityScheduleRequest object whose status is Granted and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Immediately cancel a unifiedRoleEligibilityScheduleRequest object whose status is Granted and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CancelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/cancel", pathParameters) { } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/cancel", rawUrl) { @@ -60,6 +61,7 @@ public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/dir /// /// Immediately cancel a unifiedRoleEligibilityScheduleRequest object whose status is Granted and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked. /// + /// 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/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs index 8f53c2031b..131ff8c74c 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryScopeRequestBuilder : BaseCliRequestBuilder { /// /// The directory object that is the scope of the role eligibility. Read-only. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The directory object that is the scope of the role eligibility. Read-only. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/directoryScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/directoryScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The directory object that is the scope of the role eligibility. Read-only. Supports $expand. /// + /// 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/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs index 9dd34677fc..d6baa94b09 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// The principal that's getting a role eligibility through the request. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The principal that's getting a role eligibility through the request. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/ /// /// The principal that's getting a role eligibility through the request. Supports $expand. /// + /// 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/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs index 7125f5880c..22d564b914 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoleDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/roleDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/roleDefinition{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand. /// + /// 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/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs index 6af2bdec18..17d95ce8d1 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs @@ -22,6 +22,7 @@ public class TargetScheduleRequestBuilder : BaseCliRequestBuilder { /// /// The schedule for a role eligibility that is referenced through the targetScheduleId property. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The schedule for a role eligibility that is referenced through the targetScheduleId property. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TargetScheduleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetScheduleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/targetSchedule{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TargetScheduleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetScheduleRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/targetSchedule{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public TargetScheduleRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The schedule for a role eligibility that is referenced through the targetScheduleId property. Supports $expand. /// + /// 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/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilder.cs index d9e2d52289..44065e8699 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class UnifiedRoleEligibilityScheduleRequestItemRequestBuilder : BaseCliRe /// /// Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. /// + /// A public Command BuildAppScopeNavCommand() { var command = new Command("app-scope"); command.Description = "Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity."; @@ -43,6 +44,7 @@ public Command BuildAppScopeNavCommand() { /// /// Provides operations to call the cancel method. /// + /// A public Command BuildCancelNavCommand() { var command = new Command("cancel"); command.Description = "Provides operations to call the cancel method."; @@ -58,6 +60,7 @@ public Command BuildCancelNavCommand() { /// /// Delete navigation property roleEligibilityScheduleRequests for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roleEligibilityScheduleRequests for roleManagement"; @@ -91,6 +94,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. /// + /// A public Command BuildDirectoryScopeNavCommand() { var command = new Command("directory-scope"); command.Description = "Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity."; @@ -107,6 +111,7 @@ public Command BuildDirectoryScopeNavCommand() { /// In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0"; @@ -157,6 +162,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roleEligibilityScheduleRequests in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roleEligibilityScheduleRequests in roleManagement"; @@ -206,6 +212,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity."; @@ -221,6 +228,7 @@ public Command BuildPrincipalNavCommand() { /// /// Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. /// + /// A public Command BuildRoleDefinitionNavCommand() { var command = new Command("role-definition"); command.Description = "Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity."; @@ -236,6 +244,7 @@ public Command BuildRoleDefinitionNavCommand() { /// /// Provides operations to manage the targetSchedule property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. /// + /// A public Command BuildTargetScheduleNavCommand() { var command = new Command("target-schedule"); command.Description = "Provides operations to manage the targetSchedule property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity."; @@ -249,13 +258,13 @@ public Command BuildTargetScheduleNavCommand() { return command; } /// - /// Instantiates a new UnifiedRoleEligibilityScheduleRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleEligibilityScheduleRequestItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleEligibilityScheduleRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleEligibilityScheduleRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}{?%24expand,%24select}", rawUrl) { @@ -263,6 +272,7 @@ public UnifiedRoleEligibilityScheduleRequestItemRequestBuilder(string rawUrl) : /// /// Delete navigation property roleEligibilityScheduleRequests for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -271,7 +281,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -279,6 +289,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest 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 @@ -295,6 +306,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roleEligibilityScheduleRequests in roleManagement /// + /// 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 @@ -305,7 +317,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRoleEligibilitySchedu public RequestInformation ToPatchRequestInformation(UnifiedRoleEligibilityScheduleRequest 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}/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.cs index 643568a6c2..c9066e872c 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.cs @@ -25,6 +25,7 @@ public class RoleEligibilityScheduleRequestsRequestBuilder : BaseCliRequestBuild /// /// Provides operations to manage the roleEligibilityScheduleRequests property of the microsoft.graph.rbacApplication entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -43,6 +44,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."; @@ -59,6 +61,7 @@ public Command BuildCountNavCommand() { /// In PIM, request for a role eligibility for a principal through the unifiedRoleEligibilityScheduleRequest object. This operation allows both admins and eligible users to add, revoke, or extend eligible assignments. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "In PIM, request for a role eligibility for a principal through the unifiedRoleEligibilityScheduleRequest object. This operation allows both admins and eligible users to add, revoke, or extend eligible assignments.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -118,6 +122,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest object. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0"; @@ -208,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleEligibilityScheduleRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleEligibilityScheduleRequestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleEligibilityScheduleRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleEligibilityScheduleRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilityScheduleRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -222,6 +227,7 @@ public RoleEligibilityScheduleRequestsRequestBuilder(string rawUrl) : base("{+ba /// /// In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest 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 @@ -238,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// In PIM, request for a role eligibility for a principal through the unifiedRoleEligibilityScheduleRequest object. This operation allows both admins and eligible users to add, revoke, or extend eligible assignments. /// + /// 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 @@ -248,7 +255,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleEligibilitySchedul public RequestInformation ToPostRequestInformation(UnifiedRoleEligibilityScheduleRequest 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}/roleManagement/directory/roleEligibilityScheduleRequests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Count/CountRequestBuilder.cs index 03d47a1e3b..73c348b9ce 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/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}/roleManagement/directory/roleEligibilitySchedules/$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}/roleManagement/directory/roleEligibilitySchedules/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/dire /// /// 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/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index cefbacd029..19cdbc5bca 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleEligibilitySchedule.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 3a64155c92..c076e0e862 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/AppScope/AppScopeRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/AppScope/AppScopeRequestBuilder.cs index 9a67c1525c..f454c32975 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/AppScope/AppScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/AppScope/AppScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class AppScopeRequestBuilder : BaseCliRequestBuilder { /// /// Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}/appScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}/appScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/d /// /// Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable. /// + /// 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/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs index 11cf7448fe..3bf2ab73db 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryScopeRequestBuilder : BaseCliRequestBuilder { /// /// The directory object that is the scope of the role eligibility or assignment. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The directory object that is the scope of the role eligibility or assignment. Read-only."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}/directoryScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}/directoryScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The directory object that is the scope of the role eligibility or assignment. 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 diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/Principal/PrincipalRequestBuilder.cs index b6a9ef8356..35b5111153 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// The principal that's getting a role assignment or that's eligible for a role through the request. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The principal that's getting a role assignment or that's eligible for a role through the request."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/ /// /// The principal that's getting a role assignment or that's eligible for a role through the request. /// + /// 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/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs index 59860b998a..83df304531 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoleDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}/roleDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}/roleDefinition{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// Detailed information for the roleDefinition object that is referenced through the roleDefinitionId 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 diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilder.cs index 93516b6f36..4f3bf0decb 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class UnifiedRoleEligibilityScheduleItemRequestBuilder : BaseCliRequestBu /// /// Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleBase entity. /// + /// A public Command BuildAppScopeNavCommand() { var command = new Command("app-scope"); command.Description = "Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleBase entity."; @@ -41,6 +42,7 @@ public Command BuildAppScopeNavCommand() { /// /// Delete navigation property roleEligibilitySchedules for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roleEligibilitySchedules for roleManagement"; @@ -74,6 +76,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleBase entity. /// + /// A public Command BuildDirectoryScopeNavCommand() { var command = new Command("directory-scope"); command.Description = "Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleBase entity."; @@ -90,6 +93,7 @@ public Command BuildDirectoryScopeNavCommand() { /// Retrieve the schedule for a role eligibility operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the schedule for a role eligibility operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0"; @@ -140,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roleEligibilitySchedules in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roleEligibilitySchedules in roleManagement"; @@ -189,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleBase entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleBase entity."; @@ -204,6 +210,7 @@ public Command BuildPrincipalNavCommand() { /// /// Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleBase entity. /// + /// A public Command BuildRoleDefinitionNavCommand() { var command = new Command("role-definition"); command.Description = "Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleBase entity."; @@ -217,13 +224,13 @@ public Command BuildRoleDefinitionNavCommand() { return command; } /// - /// Instantiates a new UnifiedRoleEligibilityScheduleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleEligibilityScheduleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleEligibilityScheduleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleEligibilityScheduleItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}{?%24expand,%24select}", rawUrl) { @@ -231,6 +238,7 @@ public UnifiedRoleEligibilityScheduleItemRequestBuilder(string rawUrl) : base("{ /// /// Delete navigation property roleEligibilitySchedules for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,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}/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -247,6 +255,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the schedule for a role eligibility operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -263,6 +272,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roleEligibilitySchedules in roleManagement /// + /// 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 @@ -273,7 +283,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRoleEligibilitySchedu public RequestInformation ToPatchRequestInformation(UnifiedRoleEligibilitySchedule 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}/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.cs b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.cs index 7dc535da2c..7b8e40af14 100644 --- a/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.cs +++ b/src/generated/RoleManagement/DirectoryNamespace/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.cs @@ -25,6 +25,7 @@ public class RoleEligibilitySchedulesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roleEligibilitySchedules property of the microsoft.graph.rbacApplication entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to roleEligibilitySchedules for roleManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roleEligibilitySchedules for roleManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -115,6 +119,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0"; @@ -205,13 +210,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleEligibilitySchedulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleEligibilitySchedulesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/directory/roleEligibilitySchedules{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleEligibilitySchedulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleEligibilitySchedulesRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/directory/roleEligibilitySchedules{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -219,6 +224,7 @@ public RoleEligibilitySchedulesRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation 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 @@ -235,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roleEligibilitySchedules for roleManagement /// + /// 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 @@ -245,7 +252,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleEligibilitySchedul public RequestInformation ToPostRequestInformation(UnifiedRoleEligibilitySchedule 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}/roleManagement/directory/roleEligibilitySchedules", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/EntitlementManagementRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/EntitlementManagementRequestBuilder.cs index d4a630ba96..d31e9591f5 100644 --- a/src/generated/RoleManagement/EntitlementManagement/EntitlementManagementRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/EntitlementManagementRequestBuilder.cs @@ -31,6 +31,7 @@ public class EntitlementManagementRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property entitlementManagement for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property entitlementManagement for roleManagement"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// /// Container for roles and assignments for entitlement management resources. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Container for roles and assignments for entitlement management resources."; @@ -102,6 +104,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property entitlementManagement in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property entitlementManagement in roleManagement"; @@ -145,6 +148,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resourceNamespaces property of the microsoft.graph.rbacApplication entity. /// + /// A public Command BuildResourceNamespacesNavCommand() { var command = new Command("resource-namespaces"); command.Description = "Provides operations to manage the resourceNamespaces property of the microsoft.graph.rbacApplication entity."; @@ -170,6 +174,7 @@ public Command BuildResourceNamespacesNavCommand() { /// /// Provides operations to manage the roleAssignmentScheduleInstances property of the microsoft.graph.rbacApplication entity. /// + /// A public Command BuildRoleAssignmentScheduleInstancesNavCommand() { var command = new Command("role-assignment-schedule-instances"); command.Description = "Provides operations to manage the roleAssignmentScheduleInstances property of the microsoft.graph.rbacApplication entity."; @@ -196,6 +201,7 @@ public Command BuildRoleAssignmentScheduleInstancesNavCommand() { /// /// Provides operations to manage the roleAssignmentScheduleRequests property of the microsoft.graph.rbacApplication entity. /// + /// A public Command BuildRoleAssignmentScheduleRequestsNavCommand() { var command = new Command("role-assignment-schedule-requests"); command.Description = "Provides operations to manage the roleAssignmentScheduleRequests property of the microsoft.graph.rbacApplication entity."; @@ -222,6 +228,7 @@ public Command BuildRoleAssignmentScheduleRequestsNavCommand() { /// /// Provides operations to manage the roleAssignmentSchedules property of the microsoft.graph.rbacApplication entity. /// + /// A public Command BuildRoleAssignmentSchedulesNavCommand() { var command = new Command("role-assignment-schedules"); command.Description = "Provides operations to manage the roleAssignmentSchedules property of the microsoft.graph.rbacApplication entity."; @@ -248,6 +255,7 @@ public Command BuildRoleAssignmentSchedulesNavCommand() { /// /// Provides operations to manage the roleAssignments property of the microsoft.graph.rbacApplication entity. /// + /// A public Command BuildRoleAssignmentsNavCommand() { var command = new Command("role-assignments"); command.Description = "Provides operations to manage the roleAssignments property of the microsoft.graph.rbacApplication entity."; @@ -273,6 +281,7 @@ public Command BuildRoleAssignmentsNavCommand() { /// /// Provides operations to manage the roleDefinitions property of the microsoft.graph.rbacApplication entity. /// + /// A public Command BuildRoleDefinitionsNavCommand() { var command = new Command("role-definitions"); command.Description = "Provides operations to manage the roleDefinitions property of the microsoft.graph.rbacApplication entity."; @@ -298,6 +307,7 @@ public Command BuildRoleDefinitionsNavCommand() { /// /// Provides operations to manage the roleEligibilityScheduleInstances property of the microsoft.graph.rbacApplication entity. /// + /// A public Command BuildRoleEligibilityScheduleInstancesNavCommand() { var command = new Command("role-eligibility-schedule-instances"); command.Description = "Provides operations to manage the roleEligibilityScheduleInstances property of the microsoft.graph.rbacApplication entity."; @@ -324,6 +334,7 @@ public Command BuildRoleEligibilityScheduleInstancesNavCommand() { /// /// Provides operations to manage the roleEligibilityScheduleRequests property of the microsoft.graph.rbacApplication entity. /// + /// A public Command BuildRoleEligibilityScheduleRequestsNavCommand() { var command = new Command("role-eligibility-schedule-requests"); command.Description = "Provides operations to manage the roleEligibilityScheduleRequests property of the microsoft.graph.rbacApplication entity."; @@ -350,6 +361,7 @@ public Command BuildRoleEligibilityScheduleRequestsNavCommand() { /// /// Provides operations to manage the roleEligibilitySchedules property of the microsoft.graph.rbacApplication entity. /// + /// A public Command BuildRoleEligibilitySchedulesNavCommand() { var command = new Command("role-eligibility-schedules"); command.Description = "Provides operations to manage the roleEligibilitySchedules property of the microsoft.graph.rbacApplication entity."; @@ -374,13 +386,13 @@ public Command BuildRoleEligibilitySchedulesNavCommand() { return command; } /// - /// Instantiates a new EntitlementManagementRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EntitlementManagementRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EntitlementManagementRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EntitlementManagementRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement{?%24expand,%24select}", rawUrl) { @@ -388,6 +400,7 @@ public EntitlementManagementRequestBuilder(string rawUrl) : base("{+baseurl}/rol /// /// Delete navigation property entitlementManagement for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -396,7 +409,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/roleManagement/entitlementManagement", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -404,6 +417,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Container for roles and assignments for entitlement management 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 @@ -420,6 +434,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property entitlementManagement in roleManagement /// + /// 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 @@ -430,7 +445,7 @@ public RequestInformation ToPatchRequestInformation(RbacApplication body, Action public RequestInformation ToPatchRequestInformation(RbacApplication 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}/roleManagement/entitlementManagement", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Count/CountRequestBuilder.cs index 584b61492d..186f49826d 100644 --- a/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/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}/roleManagement/entitlementManagement/resourceNamespaces/$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}/roleManagement/entitlementManagement/resourceNamespaces/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/enti /// /// 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/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/Count/CountRequestBuilder.cs index 8e5cf535b6..d66a2a9eac 100644 --- a/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/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}/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}/resourceActions/$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}/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}/resourceActions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/enti /// /// 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/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/Item/UnifiedRbacResourceActionItemRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/Item/UnifiedRbacResourceActionItemRequestBuilder.cs index 83e383c27f..c1d14546dc 100644 --- a/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/Item/UnifiedRbacResourceActionItemRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/Item/UnifiedRbacResourceActionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnifiedRbacResourceActionItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property resourceActions for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resourceActions for roleManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Get resourceActions from roleManagement /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resourceActions from roleManagement"; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resourceActions in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resourceActions in roleManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UnifiedRbacResourceActionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRbacResourceActionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}/resourceActions/{unifiedRbacResourceAction%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRbacResourceActionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRbacResourceActionItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}/resourceActions/{unifiedRbacResourceAction%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public UnifiedRbacResourceActionItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property resourceActions for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}/resourceActions/{unifiedRbacResourceAction%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resourceActions from roleManagement /// + /// 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 /// Update the navigation property resourceActions in roleManagement /// + /// 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 ToPatchRequestInformation(UnifiedRbacResourceAction bo public RequestInformation ToPatchRequestInformation(UnifiedRbacResourceAction 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}/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}/resourceActions/{unifiedRbacResourceAction%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/ResourceActionsRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/ResourceActionsRequestBuilder.cs index 231e69081c..91c6046e9b 100644 --- a/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/ResourceActionsRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/ResourceActions/ResourceActionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceActionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resourceActions property of the microsoft.graph.unifiedRbacResourceNamespace entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UnifiedRbacResourceActionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to resourceActions for roleManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to resourceActions for roleManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Get resourceActions from roleManagement /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get resourceActions from roleManagement"; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourceActionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceActionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}/resourceActions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourceActionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceActionsRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}/resourceActions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public ResourceActionsRequestBuilder(string rawUrl) : base("{+baseurl}/roleManag /// /// Get resourceActions from roleManagement /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to resourceActions for roleManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRbacResourceAction bod public RequestInformation ToPostRequestInformation(UnifiedRbacResourceAction 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}/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}/resourceActions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/UnifiedRbacResourceNamespaceItemRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/UnifiedRbacResourceNamespaceItemRequestBuilder.cs index c8c186f503..eefe8dbc1c 100644 --- a/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/UnifiedRbacResourceNamespaceItemRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/Item/UnifiedRbacResourceNamespaceItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class UnifiedRbacResourceNamespaceItemRequestBuilder : BaseCliRequestBuil /// /// Delete navigation property resourceNamespaces for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resourceNamespaces for roleManagement"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// /// Get resourceNamespaces from roleManagement /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get resourceNamespaces from roleManagement"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resourceNamespaces in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resourceNamespaces in roleManagement"; @@ -155,6 +158,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resourceActions property of the microsoft.graph.unifiedRbacResourceNamespace entity. /// + /// A public Command BuildResourceActionsNavCommand() { var command = new Command("resource-actions"); command.Description = "Provides operations to manage the resourceActions property of the microsoft.graph.unifiedRbacResourceNamespace entity."; @@ -178,13 +182,13 @@ public Command BuildResourceActionsNavCommand() { return command; } /// - /// Instantiates a new UnifiedRbacResourceNamespaceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRbacResourceNamespaceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRbacResourceNamespaceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRbacResourceNamespaceItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}{?%24expand,%24select}", rawUrl) { @@ -192,6 +196,7 @@ public UnifiedRbacResourceNamespaceItemRequestBuilder(string rawUrl) : base("{+b /// /// Delete navigation property resourceNamespaces for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -200,7 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -208,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get resourceNamespaces from roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -224,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resourceNamespaces in roleManagement /// + /// 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 @@ -234,7 +241,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRbacResourceNamespace public RequestInformation ToPatchRequestInformation(UnifiedRbacResourceNamespace 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}/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/ResourceNamespacesRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/ResourceNamespacesRequestBuilder.cs index 8e7a6f014e..66a2fa135e 100644 --- a/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/ResourceNamespacesRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/ResourceNamespaces/ResourceNamespacesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourceNamespacesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resourceNamespaces property of the microsoft.graph.rbacApplication 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 resourceNamespaces for roleManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to resourceNamespaces for roleManagement"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// /// Get resourceNamespaces from roleManagement /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get resourceNamespaces from roleManagement"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourceNamespacesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourceNamespacesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/resourceNamespaces{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourceNamespacesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourceNamespacesRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/resourceNamespaces{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public ResourceNamespacesRequestBuilder(string rawUrl) : base("{+baseurl}/roleMa /// /// Get resourceNamespaces from roleManagement /// + /// 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 new navigation property to resourceNamespaces for roleManagement /// + /// 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(UnifiedRbacResourceNamespace public RequestInformation ToPostRequestInformation(UnifiedRbacResourceNamespace 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}/roleManagement/entitlementManagement/resourceNamespaces", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Count/CountRequestBuilder.cs index ee98f4df41..540186b25c 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/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}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$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}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/enti /// /// 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/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index 9dc728a4d2..e4f124512d 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleAssignmentScheduleInstance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 60bb265130..406ae63e3e 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs index 7354139914..a9e458a030 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs @@ -22,6 +22,7 @@ public class ActivatedUsingRequestBuilder : BaseCliRequestBuilder { /// /// If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it is null. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it is null. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ActivatedUsingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ActivatedUsingRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/activatedUsing{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ActivatedUsingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ActivatedUsingRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/activatedUsing{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public ActivatedUsingRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it is null. Supports $expand. /// + /// 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/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/AppScope/AppScopeRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/AppScope/AppScopeRequestBuilder.cs index 16cba05b96..0e4e3d857e 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/AppScope/AppScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/AppScope/AppScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class AppScopeRequestBuilder : BaseCliRequestBuilder { /// /// Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/appScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/appScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/e /// /// Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable. /// + /// 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/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs index 614fac26e6..0baa59d5b0 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryScopeRequestBuilder : BaseCliRequestBuilder { /// /// The directory object that is the scope of the assignment or role eligibility. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The directory object that is the scope of the assignment or role eligibility. Read-only."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/directoryScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/directoryScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The directory object that is the scope of the assignment or role eligibility. 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 diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs index 392630c2da..d11836fa9e 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// The principal that's getting a role assignment or role eligibility through the request. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The principal that's getting a role assignment or role eligibility through the request."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/ /// /// The principal that's getting a role assignment or role eligibility through the request. /// + /// 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/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs index f071ebb877..ab7a8bdcfd 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoleDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/roleDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}/roleDefinition{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// Detailed information for the roleDefinition object that is referenced through the roleDefinitionId 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 diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder.cs index 98d0bad502..e9c4830db6 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/Item/UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder : BaseCliRe /// /// Provides operations to manage the activatedUsing property of the microsoft.graph.unifiedRoleAssignmentScheduleInstance entity. /// + /// A public Command BuildActivatedUsingNavCommand() { var command = new Command("activated-using"); command.Description = "Provides operations to manage the activatedUsing property of the microsoft.graph.unifiedRoleAssignmentScheduleInstance entity."; @@ -42,6 +43,7 @@ public Command BuildActivatedUsingNavCommand() { /// /// Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. /// + /// A public Command BuildAppScopeNavCommand() { var command = new Command("app-scope"); command.Description = "Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity."; @@ -57,6 +59,7 @@ public Command BuildAppScopeNavCommand() { /// /// Delete navigation property roleAssignmentScheduleInstances for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roleAssignmentScheduleInstances for roleManagement"; @@ -90,6 +93,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. /// + /// A public Command BuildDirectoryScopeNavCommand() { var command = new Command("directory-scope"); command.Description = "Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity."; @@ -106,6 +110,7 @@ public Command BuildDirectoryScopeNavCommand() { /// Get the instance of an active role assignment. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the instance of an active role assignment.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0"; @@ -156,6 +161,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roleAssignmentScheduleInstances in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roleAssignmentScheduleInstances in roleManagement"; @@ -205,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity."; @@ -220,6 +227,7 @@ public Command BuildPrincipalNavCommand() { /// /// Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. /// + /// A public Command BuildRoleDefinitionNavCommand() { var command = new Command("role-definition"); command.Description = "Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity."; @@ -233,13 +241,13 @@ public Command BuildRoleDefinitionNavCommand() { return command; } /// - /// Instantiates a new UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}{?%24expand,%24select}", rawUrl) { @@ -247,6 +255,7 @@ public UnifiedRoleAssignmentScheduleInstanceItemRequestBuilder(string rawUrl) : /// /// Delete navigation property roleAssignmentScheduleInstances for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -255,7 +264,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -263,6 +272,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the instance of an active role assignment. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -279,6 +289,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roleAssignmentScheduleInstances in roleManagement /// + /// 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 @@ -289,7 +300,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRoleAssignmentSchedul public RequestInformation ToPatchRequestInformation(UnifiedRoleAssignmentScheduleInstance 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}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.cs index 3336fb4f07..58f48b6591 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleInstances/RoleAssignmentScheduleInstancesRequestBuilder.cs @@ -25,6 +25,7 @@ public class RoleAssignmentScheduleInstancesRequestBuilder : BaseCliRequestBuild /// /// Provides operations to manage the roleAssignmentScheduleInstances property of the microsoft.graph.rbacApplication entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to roleAssignmentScheduleInstances for roleManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roleAssignmentScheduleInstances for roleManagement"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -116,6 +120,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0"; @@ -206,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleAssignmentScheduleInstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleAssignmentScheduleInstancesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleAssignmentScheduleInstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleAssignmentScheduleInstancesRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -220,6 +225,7 @@ public RoleAssignmentScheduleInstancesRequestBuilder(string rawUrl) : base("{+ba /// /// Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments 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 @@ -236,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roleAssignmentScheduleInstances for roleManagement /// + /// 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 @@ -246,7 +253,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleAssignmentSchedule public RequestInformation ToPostRequestInformation(UnifiedRoleAssignmentScheduleInstance 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}/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Count/CountRequestBuilder.cs index c697e46627..dfa0b8ab29 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/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}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$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}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/enti /// /// 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/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index ca353d2907..ecd96934cd 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleAssignmentScheduleRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 166dfc58a2..f54fa20b36 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs index 8f805add7a..50f4958529 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs @@ -22,6 +22,7 @@ public class ActivatedUsingRequestBuilder : BaseCliRequestBuilder { /// /// If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it's null. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it's null. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ActivatedUsingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ActivatedUsingRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/activatedUsing{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ActivatedUsingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ActivatedUsingRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/activatedUsing{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public ActivatedUsingRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it's null. Supports $expand. /// + /// 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/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/AppScope/AppScopeRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/AppScope/AppScopeRequestBuilder.cs index 4b711ab8a4..c168a8b3d0 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/AppScope/AppScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/AppScope/AppScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class AppScopeRequestBuilder : BaseCliRequestBuilder { /// /// Read-only property with details of the app-specific scope when the assignment is scoped to an app. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only property with details of the app-specific scope when the assignment is scoped to an app. Nullable. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/appScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/appScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/e /// /// Read-only property with details of the app-specific scope when the assignment is scoped to an app. Nullable. Supports $expand. /// + /// 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/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs index 1a5a78efb8..5e4e8f6b7c 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.cs @@ -22,6 +22,7 @@ public class CancelRequestBuilder : BaseCliRequestBuilder { /// Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CancelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/cancel", pathParameters) { } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/cancel", rawUrl) { @@ -60,6 +61,7 @@ public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/ent /// /// Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled. /// + /// 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/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs index 03be70e44c..2269925418 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryScopeRequestBuilder : BaseCliRequestBuilder { /// /// The directory object that is the scope of the assignment. Read-only. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The directory object that is the scope of the assignment. Read-only. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/directoryScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/directoryScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The directory object that is the scope of the assignment. Read-only. Supports $expand. /// + /// 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/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs index 3b288adcf8..8b556c4f2b 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// The principal that's getting a role assignment through the request. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The principal that's getting a role assignment through the request. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/ /// /// The principal that's getting a role assignment through the request. Supports $expand. /// + /// 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/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs index 287622ee60..37985b1ac4 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoleDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/roleDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/roleDefinition{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand. /// + /// 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/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs index 15c2021585..8ad32adba7 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs @@ -22,6 +22,7 @@ public class TargetScheduleRequestBuilder : BaseCliRequestBuilder { /// /// The schedule for an eligible role assignment that is referenced through the targetScheduleId property. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The schedule for an eligible role assignment that is referenced through the targetScheduleId property. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TargetScheduleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetScheduleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/targetSchedule{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TargetScheduleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetScheduleRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}/targetSchedule{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public TargetScheduleRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The schedule for an eligible role assignment that is referenced through the targetScheduleId property. Supports $expand. /// + /// 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/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilder.cs index 87fff3cd7c..4c6bea0dba 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/Item/UnifiedRoleAssignmentScheduleRequestItemRequestBuilder.cs @@ -29,6 +29,7 @@ public class UnifiedRoleAssignmentScheduleRequestItemRequestBuilder : BaseCliReq /// /// Provides operations to manage the activatedUsing property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. /// + /// A public Command BuildActivatedUsingNavCommand() { var command = new Command("activated-using"); command.Description = "Provides operations to manage the activatedUsing property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity."; @@ -44,6 +45,7 @@ public Command BuildActivatedUsingNavCommand() { /// /// Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. /// + /// A public Command BuildAppScopeNavCommand() { var command = new Command("app-scope"); command.Description = "Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity."; @@ -59,6 +61,7 @@ public Command BuildAppScopeNavCommand() { /// /// Provides operations to call the cancel method. /// + /// A public Command BuildCancelNavCommand() { var command = new Command("cancel"); command.Description = "Provides operations to call the cancel method."; @@ -74,6 +77,7 @@ public Command BuildCancelNavCommand() { /// /// Delete navigation property roleAssignmentScheduleRequests for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roleAssignmentScheduleRequests for roleManagement"; @@ -107,6 +111,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. /// + /// A public Command BuildDirectoryScopeNavCommand() { var command = new Command("directory-scope"); command.Description = "Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity."; @@ -123,6 +128,7 @@ public Command BuildDirectoryScopeNavCommand() { /// In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0"; @@ -173,6 +179,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roleAssignmentScheduleRequests in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roleAssignmentScheduleRequests in roleManagement"; @@ -222,6 +229,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity."; @@ -237,6 +245,7 @@ public Command BuildPrincipalNavCommand() { /// /// Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. /// + /// A public Command BuildRoleDefinitionNavCommand() { var command = new Command("role-definition"); command.Description = "Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity."; @@ -252,6 +261,7 @@ public Command BuildRoleDefinitionNavCommand() { /// /// Provides operations to manage the targetSchedule property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. /// + /// A public Command BuildTargetScheduleNavCommand() { var command = new Command("target-schedule"); command.Description = "Provides operations to manage the targetSchedule property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity."; @@ -265,13 +275,13 @@ public Command BuildTargetScheduleNavCommand() { return command; } /// - /// Instantiates a new UnifiedRoleAssignmentScheduleRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleAssignmentScheduleRequestItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleAssignmentScheduleRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleAssignmentScheduleRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}{?%24expand,%24select}", rawUrl) { @@ -279,6 +289,7 @@ public UnifiedRoleAssignmentScheduleRequestItemRequestBuilder(string rawUrl) : b /// /// Delete navigation property roleAssignmentScheduleRequests for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -287,7 +298,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -295,6 +306,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest 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 @@ -311,6 +323,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roleAssignmentScheduleRequests in roleManagement /// + /// 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 @@ -321,7 +334,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRoleAssignmentSchedul public RequestInformation ToPatchRequestInformation(UnifiedRoleAssignmentScheduleRequest 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}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.cs index 03e3568be7..f8834e5bb2 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentScheduleRequests/RoleAssignmentScheduleRequestsRequestBuilder.cs @@ -25,6 +25,7 @@ public class RoleAssignmentScheduleRequestsRequestBuilder : BaseCliRequestBuilde /// /// Provides operations to manage the roleAssignmentScheduleRequests property of the microsoft.graph.rbacApplication entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -44,6 +45,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."; @@ -60,6 +62,7 @@ public Command BuildCountNavCommand() { /// In PIM, carry out the following operations through the unifiedRoleAssignmentScheduleRequest object: To call this API to update, renew, and extend assignments for yourself, you must have multifactor authentication (MFA) enforced, and running the query in a session in which they were challenged for MFA. See Enable per-user Microsoft Entra multifactor authentication to secure sign-in events. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "In PIM, carry out the following operations through the unifiedRoleAssignmentScheduleRequest object: To call this API to update, renew, and extend assignments for yourself, you must have multifactor authentication (MFA) enforced, and running the query in a session in which they were challenged for MFA. See Enable per-user Microsoft Entra multifactor authentication to secure sign-in events.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -119,6 +123,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0"; @@ -209,13 +214,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleAssignmentScheduleRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleAssignmentScheduleRequestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleAssignmentScheduleRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleAssignmentScheduleRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +228,7 @@ public RoleAssignmentScheduleRequestsRequestBuilder(string rawUrl) : base("{+bas /// /// Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +245,7 @@ public RequestInformation ToGetRequestInformation(Action /// In PIM, carry out the following operations through the unifiedRoleAssignmentScheduleRequest object: To call this API to update, renew, and extend assignments for yourself, you must have multifactor authentication (MFA) enforced, and running the query in a session in which they were challenged for MFA. See Enable per-user Microsoft Entra multifactor authentication to secure sign-in events. /// + /// 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 @@ -249,7 +256,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleAssignmentSchedule public RequestInformation ToPostRequestInformation(UnifiedRoleAssignmentScheduleRequest 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}/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Count/CountRequestBuilder.cs index 76a8925681..9307b73a6a 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/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}/roleManagement/entitlementManagement/roleAssignmentSchedules/$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}/roleManagement/entitlementManagement/roleAssignmentSchedules/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/enti /// /// 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/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index 500f6caa27..47ff8cd335 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleAssignmentSchedule.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index f01117ceb6..9d544e0df1 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs index 21bb566483..ea5b4b2181 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/ActivatedUsing/ActivatedUsingRequestBuilder.cs @@ -22,6 +22,7 @@ public class ActivatedUsingRequestBuilder : BaseCliRequestBuilder { /// /// If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it is null. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it is null. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ActivatedUsingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ActivatedUsingRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/activatedUsing{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ActivatedUsingRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ActivatedUsingRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/activatedUsing{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public ActivatedUsingRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it is null. Supports $expand. /// + /// 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/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/AppScope/AppScopeRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/AppScope/AppScopeRequestBuilder.cs index 1db3fb6389..e03650e787 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/AppScope/AppScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/AppScope/AppScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class AppScopeRequestBuilder : BaseCliRequestBuilder { /// /// Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/appScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/appScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/e /// /// Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable. /// + /// 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/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs index 984ac0a072..4a67a1360f 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryScopeRequestBuilder : BaseCliRequestBuilder { /// /// The directory object that is the scope of the role eligibility or assignment. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The directory object that is the scope of the role eligibility or assignment. Read-only."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/directoryScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/directoryScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The directory object that is the scope of the role eligibility or assignment. 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 diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/Principal/PrincipalRequestBuilder.cs index 08ca85de6a..eddd1b71a5 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// The principal that's getting a role assignment or that's eligible for a role through the request. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The principal that's getting a role assignment or that's eligible for a role through the request."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/ /// /// The principal that's getting a role assignment or that's eligible for a role through the request. /// + /// 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/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs index b4379d62db..bba42f07df 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoleDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/roleDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}/roleDefinition{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// Detailed information for the roleDefinition object that is referenced through the roleDefinitionId 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 diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilder.cs index de9b8fcd16..150c17d4a7 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/Item/UnifiedRoleAssignmentScheduleItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class UnifiedRoleAssignmentScheduleItemRequestBuilder : BaseCliRequestBui /// /// Provides operations to manage the activatedUsing property of the microsoft.graph.unifiedRoleAssignmentSchedule entity. /// + /// A public Command BuildActivatedUsingNavCommand() { var command = new Command("activated-using"); command.Description = "Provides operations to manage the activatedUsing property of the microsoft.graph.unifiedRoleAssignmentSchedule entity."; @@ -42,6 +43,7 @@ public Command BuildActivatedUsingNavCommand() { /// /// Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleBase entity. /// + /// A public Command BuildAppScopeNavCommand() { var command = new Command("app-scope"); command.Description = "Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleBase entity."; @@ -57,6 +59,7 @@ public Command BuildAppScopeNavCommand() { /// /// Delete navigation property roleAssignmentSchedules for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roleAssignmentSchedules for roleManagement"; @@ -90,6 +93,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleBase entity. /// + /// A public Command BuildDirectoryScopeNavCommand() { var command = new Command("directory-scope"); command.Description = "Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleBase entity."; @@ -106,6 +110,7 @@ public Command BuildDirectoryScopeNavCommand() { /// Retrieve the schedule for an active role assignment operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the schedule for an active role assignment operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0"; @@ -156,6 +161,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roleAssignmentSchedules in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roleAssignmentSchedules in roleManagement"; @@ -205,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleBase entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleBase entity."; @@ -220,6 +227,7 @@ public Command BuildPrincipalNavCommand() { /// /// Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleBase entity. /// + /// A public Command BuildRoleDefinitionNavCommand() { var command = new Command("role-definition"); command.Description = "Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleBase entity."; @@ -233,13 +241,13 @@ public Command BuildRoleDefinitionNavCommand() { return command; } /// - /// Instantiates a new UnifiedRoleAssignmentScheduleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleAssignmentScheduleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleAssignmentScheduleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleAssignmentScheduleItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}{?%24expand,%24select}", rawUrl) { @@ -247,6 +255,7 @@ public UnifiedRoleAssignmentScheduleItemRequestBuilder(string rawUrl) : base("{+ /// /// Delete navigation property roleAssignmentSchedules for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -255,7 +264,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -263,6 +272,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the schedule for an active role assignment operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -279,6 +289,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roleAssignmentSchedules in roleManagement /// + /// 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 @@ -289,7 +300,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRoleAssignmentSchedul public RequestInformation ToPatchRequestInformation(UnifiedRoleAssignmentSchedule 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}/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.cs index 52bc9e66f0..4b37c1ccb8 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignmentSchedules/RoleAssignmentSchedulesRequestBuilder.cs @@ -25,6 +25,7 @@ public class RoleAssignmentSchedulesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roleAssignmentSchedules property of the microsoft.graph.rbacApplication entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to roleAssignmentSchedules for roleManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roleAssignmentSchedules for roleManagement"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -116,6 +120,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Get the schedules for active role assignment operations. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the schedules for active role assignment operations.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0"; @@ -206,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleAssignmentSchedulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleAssignmentSchedulesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentSchedules{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleAssignmentSchedulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleAssignmentSchedulesRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignmentSchedules{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -220,6 +225,7 @@ public RoleAssignmentSchedulesRequestBuilder(string rawUrl) : base("{+baseurl}/r /// /// Get the schedules for active role assignment operations. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -236,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roleAssignmentSchedules for roleManagement /// + /// 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 @@ -246,7 +253,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleAssignmentSchedule public RequestInformation ToPostRequestInformation(UnifiedRoleAssignmentSchedule 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}/roleManagement/entitlementManagement/roleAssignmentSchedules", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/Count/CountRequestBuilder.cs index f6027ed700..4af0417477 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/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}/roleManagement/entitlementManagement/roleAssignments/$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}/roleManagement/entitlementManagement/roleAssignments/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/enti /// /// 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/RoleManagement/EntitlementManagement/RoleAssignments/Item/AppScope/AppScopeRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/AppScope/AppScopeRequestBuilder.cs index 74e54e6202..4fa574f1ca 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/AppScope/AppScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/AppScope/AppScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class AppScopeRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property appScope for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property appScope for roleManagement"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand."; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property appScope in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property appScope in roleManagement"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment%2Did}/appScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment%2Did}/appScope{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/e /// /// Delete navigation property appScope for roleManagement /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment%2Did}/appScope", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand. /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property appScope in roleManagement /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.AppScope body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.AppScope 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}/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment%2Did}/appScope", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs index a29282be19..5964b687df 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryScopeRequestBuilder : BaseCliRequestBuilder { /// /// The directory object that is the scope of the assignment. Read-only. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The directory object that is the scope of the assignment. Read-only. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment%2Did}/directoryScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment%2Did}/directoryScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The directory object that is the scope of the assignment. Read-only. Supports $expand. /// + /// 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/RoleManagement/EntitlementManagement/RoleAssignments/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/Principal/PrincipalRequestBuilder.cs index 95a3afdff2..1cc3dd4805 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// Referencing the assigned principal. Read-only. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Referencing the assigned principal. Read-only. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/ /// /// Referencing the assigned principal. Read-only. Supports $expand. /// + /// 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/RoleManagement/EntitlementManagement/RoleAssignments/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs index d9b07f0386..9bf771e9f5 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoleDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// The roleDefinition the assignment is for. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The roleDefinition the assignment is for. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment%2Did}/roleDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment%2Did}/roleDefinition{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The roleDefinition the assignment is for. Supports $expand. /// + /// 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/RoleManagement/EntitlementManagement/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilder.cs index 1db0e0afe5..9a61cc03e1 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/Item/UnifiedRoleAssignmentItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class UnifiedRoleAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleAssignment entity. /// + /// A public Command BuildAppScopeNavCommand() { var command = new Command("app-scope"); command.Description = "Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleAssignment entity."; @@ -44,6 +45,7 @@ public Command BuildAppScopeNavCommand() { /// Delete a unifiedRoleAssignment object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a unifiedRoleAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0"; @@ -77,6 +79,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleAssignment entity. /// + /// A public Command BuildDirectoryScopeNavCommand() { var command = new Command("directory-scope"); command.Description = "Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleAssignment entity."; @@ -93,6 +96,7 @@ public Command BuildDirectoryScopeNavCommand() { /// Retrieve the properties and relationships of a unifiedRoleAssignment object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a unifiedRoleAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0"; @@ -143,6 +147,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roleAssignments in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roleAssignments in roleManagement"; @@ -192,6 +197,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.unifiedRoleAssignment entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.unifiedRoleAssignment entity."; @@ -207,6 +213,7 @@ public Command BuildPrincipalNavCommand() { /// /// Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleAssignment entity. /// + /// A public Command BuildRoleDefinitionNavCommand() { var command = new Command("role-definition"); command.Description = "Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleAssignment entity."; @@ -220,13 +227,13 @@ public Command BuildRoleDefinitionNavCommand() { return command; } /// - /// Instantiates a new UnifiedRoleAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -234,6 +241,7 @@ public UnifiedRoleAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete a unifiedRoleAssignment 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 @@ -242,7 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -250,6 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a unifiedRoleAssignment 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 @@ -266,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roleAssignments in roleManagement /// + /// 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 @@ -276,7 +286,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRoleAssignment body, public RequestInformation ToPatchRequestInformation(UnifiedRoleAssignment 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}/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/RoleAssignmentsRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/RoleAssignmentsRequestBuilder.cs index fef74a3440..ac96aac48d 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/RoleAssignmentsRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleAssignments/RoleAssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RoleAssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roleAssignments property of the microsoft.graph.rbacApplication entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// Create a new unifiedRoleAssignment object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new unifiedRoleAssignment object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:- directory (Microsoft Entra ID)- entitlement management (Microsoft Entra entitlement management) /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:- directory (Microsoft Entra ID)- entitlement management (Microsoft Entra entitlement management)\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0"; @@ -190,13 +194,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleAssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleAssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleAssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleAssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleAssignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -204,6 +208,7 @@ public RoleAssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/roleManag /// /// Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:- directory (Microsoft Entra ID)- entitlement management (Microsoft Entra entitlement management) /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -220,6 +225,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new unifiedRoleAssignment 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 @@ -230,7 +236,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleAssignment body, A public RequestInformation ToPostRequestInformation(UnifiedRoleAssignment 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}/roleManagement/entitlementManagement/roleAssignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/Count/CountRequestBuilder.cs index 8c575db2dd..2797c63b64 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/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}/roleManagement/entitlementManagement/roleDefinitions/$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}/roleManagement/entitlementManagement/roleDefinitions/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/enti /// /// 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/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/Count/CountRequestBuilder.cs index bfd4321698..0c73e2fa2a 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/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}/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition%2Did}/inheritsPermissionsFrom/$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}/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition%2Did}/inheritsPermissionsFrom/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/enti /// /// 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/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/InheritsPermissionsFromRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/InheritsPermissionsFromRequestBuilder.cs index 8d4952ccb2..fc2de8c183 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/InheritsPermissionsFromRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/InheritsPermissionsFromRequestBuilder.cs @@ -24,6 +24,7 @@ public class InheritsPermissionsFromRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the inheritsPermissionsFrom property of the microsoft.graph.unifiedRoleDefinition entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.RoleManagement.EntitlementManagement.RoleDefinitions.Item.InheritsPermissionsFrom.Item.UnifiedRoleDefinitionItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to inheritsPermissionsFrom for roleManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to inheritsPermissionsFrom for roleManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Read-only collection of role definitions that the given role definition inherits from. Only Microsoft Entra built-in roles (isBuiltIn is true) support this attribute. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read-only collection of role definitions that the given role definition inherits from. Only Microsoft Entra built-in roles (isBuiltIn is true) support this attribute. Supports $expand."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new InheritsPermissionsFromRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public InheritsPermissionsFromRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition%2Did}/inheritsPermissionsFrom{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new InheritsPermissionsFromRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public InheritsPermissionsFromRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition%2Did}/inheritsPermissionsFrom{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public InheritsPermissionsFromRequestBuilder(string rawUrl) : base("{+baseurl}/r /// /// Read-only collection of role definitions that the given role definition inherits from. Only Microsoft Entra built-in roles (isBuiltIn is true) support this attribute. Supports $expand. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to inheritsPermissionsFrom for roleManagement /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleDefinition body, A public RequestInformation ToPostRequestInformation(UnifiedRoleDefinition 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}/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition%2Did}/inheritsPermissionsFrom", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/Item/UnifiedRoleDefinitionItemRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/Item/UnifiedRoleDefinitionItemRequestBuilder.cs index 45746d8451..96c194722e 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/Item/UnifiedRoleDefinitionItemRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/InheritsPermissionsFrom/Item/UnifiedRoleDefinitionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnifiedRoleDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property inheritsPermissionsFrom for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property inheritsPermissionsFrom for roleManagement"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Read-only collection of role definitions that the given role definition inherits from. Only Microsoft Entra built-in roles (isBuiltIn is true) support this attribute. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only collection of role definitions that the given role definition inherits from. Only Microsoft Entra built-in roles (isBuiltIn is true) support this attribute. Supports $expand."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property inheritsPermissionsFrom in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property inheritsPermissionsFrom in roleManagement"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UnifiedRoleDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition%2Did}/inheritsPermissionsFrom/{unifiedRoleDefinition%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition%2Did}/inheritsPermissionsFrom/{unifiedRoleDefinition%2Did1}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public UnifiedRoleDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete navigation property inheritsPermissionsFrom for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition%2Did}/inheritsPermissionsFrom/{unifiedRoleDefinition%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read-only collection of role definitions that the given role definition inherits from. Only Microsoft Entra built-in roles (isBuiltIn is true) support this attribute. Supports $expand. /// + /// 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 /// Update the navigation property inheritsPermissionsFrom in roleManagement /// + /// 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 ToPatchRequestInformation(UnifiedRoleDefinition body, public RequestInformation ToPatchRequestInformation(UnifiedRoleDefinition 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}/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition%2Did}/inheritsPermissionsFrom/{unifiedRoleDefinition%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilder.cs index a7b84f720f..82f4f2b9f4 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/Item/UnifiedRoleDefinitionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class UnifiedRoleDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// Delete a unifiedRoleDefinition object. You can't delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a unifiedRoleDefinition object. You can't delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported: /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the inheritsPermissionsFrom property of the microsoft.graph.unifiedRoleDefinition entity. /// + /// A public Command BuildInheritsPermissionsFromNavCommand() { var command = new Command("inherits-permissions-from"); command.Description = "Provides operations to manage the inheritsPermissionsFrom property of the microsoft.graph.unifiedRoleDefinition entity."; @@ -134,6 +137,7 @@ public Command BuildInheritsPermissionsFromNavCommand() { /// Update the properties of a unifiedRoleDefinition object. You cannot update built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a unifiedRoleDefinition object. You cannot update built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0"; @@ -181,13 +185,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UnifiedRoleDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -195,6 +199,7 @@ public UnifiedRoleDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delete a unifiedRoleDefinition object. You can't delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -203,7 +208,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -211,6 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported: /// + /// 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 +233,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a unifiedRoleDefinition object. You cannot update built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. /// + /// 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 +244,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRoleDefinition body, public RequestInformation ToPatchRequestInformation(UnifiedRoleDefinition 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}/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs index 04e7a1a83a..e4f0333644 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleDefinitions/RoleDefinitionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RoleDefinitionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roleDefinitions property of the microsoft.graph.rbacApplication 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new custom unifiedRoleDefinition object. This feature requires a Microsoft Entra ID P1 or P2 license. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new custom unifiedRoleDefinition object. This feature requires a Microsoft Entra ID P1 or P2 license.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:- directory (Microsoft Entra ID)- entitlement management (Microsoft Entra Entitlement Management) /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:- directory (Microsoft Entra ID)- entitlement management (Microsoft Entra Entitlement Management)\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleDefinitionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleDefinitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionsRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleDefinitions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public RoleDefinitionsRequestBuilder(string rawUrl) : base("{+baseurl}/roleManag /// /// Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:- directory (Microsoft Entra ID)- entitlement management (Microsoft Entra Entitlement Management) /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new custom unifiedRoleDefinition object. This feature requires a Microsoft Entra ID P1 or P2 license. /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleDefinition body, A public RequestInformation ToPostRequestInformation(UnifiedRoleDefinition 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}/roleManagement/entitlementManagement/roleDefinitions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Count/CountRequestBuilder.cs index 3035b34d1c..8f945181fa 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/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}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$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}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/enti /// /// 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/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index a4900ad453..59855c49ef 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleEligibilityScheduleInstance.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 7e45a7596e..2b670d345f 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/AppScope/AppScopeRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/AppScope/AppScopeRequestBuilder.cs index 6569f84acf..9c3693d836 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/AppScope/AppScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/AppScope/AppScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class AppScopeRequestBuilder : BaseCliRequestBuilder { /// /// Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}/appScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}/appScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/e /// /// Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable. /// + /// 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/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs index ff4df87228..1c33d5b3bf 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryScopeRequestBuilder : BaseCliRequestBuilder { /// /// The directory object that is the scope of the assignment or role eligibility. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The directory object that is the scope of the assignment or role eligibility. Read-only."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}/directoryScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}/directoryScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The directory object that is the scope of the assignment or role eligibility. 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 diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs index b8e03c5d02..41a1ee1663 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// The principal that's getting a role assignment or role eligibility through the request. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The principal that's getting a role assignment or role eligibility through the request."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/ /// /// The principal that's getting a role assignment or role eligibility through the request. /// + /// 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/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs index 7b51b1df02..0adaecb973 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoleDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}/roleDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}/roleDefinition{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// Detailed information for the roleDefinition object that is referenced through the roleDefinitionId 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 diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder.cs index 405bbbd6ff..3c462358cd 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/Item/UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder : BaseCliR /// /// Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. /// + /// A public Command BuildAppScopeNavCommand() { var command = new Command("app-scope"); command.Description = "Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity."; @@ -41,6 +42,7 @@ public Command BuildAppScopeNavCommand() { /// /// Delete navigation property roleEligibilityScheduleInstances for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roleEligibilityScheduleInstances for roleManagement"; @@ -74,6 +76,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. /// + /// A public Command BuildDirectoryScopeNavCommand() { var command = new Command("directory-scope"); command.Description = "Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity."; @@ -90,6 +93,7 @@ public Command BuildDirectoryScopeNavCommand() { /// Get the instance of a role eligibility. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the instance of a role eligibility.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0"; @@ -140,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roleEligibilityScheduleInstances in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roleEligibilityScheduleInstances in roleManagement"; @@ -189,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity."; @@ -204,6 +210,7 @@ public Command BuildPrincipalNavCommand() { /// /// Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. /// + /// A public Command BuildRoleDefinitionNavCommand() { var command = new Command("role-definition"); command.Description = "Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity."; @@ -217,13 +224,13 @@ public Command BuildRoleDefinitionNavCommand() { return command; } /// - /// Instantiates a new UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}{?%24expand,%24select}", rawUrl) { @@ -231,6 +238,7 @@ public UnifiedRoleEligibilityScheduleInstanceItemRequestBuilder(string rawUrl) : /// /// Delete navigation property roleEligibilityScheduleInstances for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,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}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -247,6 +255,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the instance of a role eligibility. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -263,6 +272,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roleEligibilityScheduleInstances in roleManagement /// + /// 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 @@ -273,7 +283,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRoleEligibilitySchedu public RequestInformation ToPatchRequestInformation(UnifiedRoleEligibilityScheduleInstance 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}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.cs index b2b241efe8..be5d2f4a22 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleInstances/RoleEligibilityScheduleInstancesRequestBuilder.cs @@ -25,6 +25,7 @@ public class RoleEligibilityScheduleInstancesRequestBuilder : BaseCliRequestBuil /// /// Provides operations to manage the roleEligibilityScheduleInstances property of the microsoft.graph.rbacApplication entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to roleEligibilityScheduleInstances for roleManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roleEligibilityScheduleInstances for roleManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -115,6 +119,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Get the instances of role eligibilities. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the instances of role eligibilities.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0"; @@ -205,13 +210,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleEligibilityScheduleInstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleEligibilityScheduleInstancesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleEligibilityScheduleInstancesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleEligibilityScheduleInstancesRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -219,6 +224,7 @@ public RoleEligibilityScheduleInstancesRequestBuilder(string rawUrl) : base("{+b /// /// Get the instances of role eligibilities. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roleEligibilityScheduleInstances for roleManagement /// + /// 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 @@ -245,7 +252,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleEligibilitySchedul public RequestInformation ToPostRequestInformation(UnifiedRoleEligibilityScheduleInstance 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}/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Count/CountRequestBuilder.cs index 632b6316aa..48c3e74862 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/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}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$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}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/enti /// /// 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/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index ef4ea3f1ff..c0851c65bb 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleEligibilityScheduleRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 7443b5dd9c..ca68a70ea3 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/AppScope/AppScopeRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/AppScope/AppScopeRequestBuilder.cs index 6ff4a3793f..567525a0ee 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/AppScope/AppScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/AppScope/AppScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class AppScopeRequestBuilder : BaseCliRequestBuilder { /// /// Read-only property with details of the app-specific scope when the role eligibility is scoped to an app. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only property with details of the app-specific scope when the role eligibility is scoped to an app. Nullable. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/appScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/appScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/e /// /// Read-only property with details of the app-specific scope when the role eligibility is scoped to an app. Nullable. Supports $expand. /// + /// 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/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs index 8dbc09a42b..5ed55338c1 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.cs @@ -22,6 +22,7 @@ public class CancelRequestBuilder : BaseCliRequestBuilder { /// Immediately cancel a unifiedRoleEligibilityScheduleRequest object whose status is Granted and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Immediately cancel a unifiedRoleEligibilityScheduleRequest object whose status is Granted and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CancelRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/cancel", pathParameters) { } /// - /// Instantiates a new CancelRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/cancel", rawUrl) { @@ -60,6 +61,7 @@ public CancelRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/ent /// /// Immediately cancel a unifiedRoleEligibilityScheduleRequest object whose status is Granted and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked. /// + /// 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/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs index 352e296337..d90b0e032b 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryScopeRequestBuilder : BaseCliRequestBuilder { /// /// The directory object that is the scope of the role eligibility. Read-only. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The directory object that is the scope of the role eligibility. Read-only. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/directoryScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/directoryScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The directory object that is the scope of the role eligibility. Read-only. Supports $expand. /// + /// 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/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs index 7019446085..fc6c58da9e 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// The principal that's getting a role eligibility through the request. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The principal that's getting a role eligibility through the request. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/ /// /// The principal that's getting a role eligibility through the request. Supports $expand. /// + /// 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/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs index 74e439a7a8..b23dd9634b 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoleDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/roleDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/roleDefinition{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand. /// + /// 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/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs index dae4a506c4..07d1110e3d 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/TargetSchedule/TargetScheduleRequestBuilder.cs @@ -22,6 +22,7 @@ public class TargetScheduleRequestBuilder : BaseCliRequestBuilder { /// /// The schedule for a role eligibility that is referenced through the targetScheduleId property. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The schedule for a role eligibility that is referenced through the targetScheduleId property. Supports $expand."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TargetScheduleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetScheduleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/targetSchedule{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TargetScheduleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetScheduleRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}/targetSchedule{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public TargetScheduleRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The schedule for a role eligibility that is referenced through the targetScheduleId property. Supports $expand. /// + /// 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/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilder.cs index 7eafafa399..d372c60998 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/Item/UnifiedRoleEligibilityScheduleRequestItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class UnifiedRoleEligibilityScheduleRequestItemRequestBuilder : BaseCliRe /// /// Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. /// + /// A public Command BuildAppScopeNavCommand() { var command = new Command("app-scope"); command.Description = "Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity."; @@ -43,6 +44,7 @@ public Command BuildAppScopeNavCommand() { /// /// Provides operations to call the cancel method. /// + /// A public Command BuildCancelNavCommand() { var command = new Command("cancel"); command.Description = "Provides operations to call the cancel method."; @@ -58,6 +60,7 @@ public Command BuildCancelNavCommand() { /// /// Delete navigation property roleEligibilityScheduleRequests for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roleEligibilityScheduleRequests for roleManagement"; @@ -91,6 +94,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. /// + /// A public Command BuildDirectoryScopeNavCommand() { var command = new Command("directory-scope"); command.Description = "Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity."; @@ -107,6 +111,7 @@ public Command BuildDirectoryScopeNavCommand() { /// In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0"; @@ -157,6 +162,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roleEligibilityScheduleRequests in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roleEligibilityScheduleRequests in roleManagement"; @@ -206,6 +212,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity."; @@ -221,6 +228,7 @@ public Command BuildPrincipalNavCommand() { /// /// Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. /// + /// A public Command BuildRoleDefinitionNavCommand() { var command = new Command("role-definition"); command.Description = "Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity."; @@ -236,6 +244,7 @@ public Command BuildRoleDefinitionNavCommand() { /// /// Provides operations to manage the targetSchedule property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. /// + /// A public Command BuildTargetScheduleNavCommand() { var command = new Command("target-schedule"); command.Description = "Provides operations to manage the targetSchedule property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity."; @@ -249,13 +258,13 @@ public Command BuildTargetScheduleNavCommand() { return command; } /// - /// Instantiates a new UnifiedRoleEligibilityScheduleRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleEligibilityScheduleRequestItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleEligibilityScheduleRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleEligibilityScheduleRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}{?%24expand,%24select}", rawUrl) { @@ -263,6 +272,7 @@ public UnifiedRoleEligibilityScheduleRequestItemRequestBuilder(string rawUrl) : /// /// Delete navigation property roleEligibilityScheduleRequests for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -271,7 +281,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -279,6 +289,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest 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 @@ -295,6 +306,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roleEligibilityScheduleRequests in roleManagement /// + /// 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 @@ -305,7 +317,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRoleEligibilitySchedu public RequestInformation ToPatchRequestInformation(UnifiedRoleEligibilityScheduleRequest 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}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.cs index 092128372e..ffaedd429b 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilityScheduleRequests/RoleEligibilityScheduleRequestsRequestBuilder.cs @@ -25,6 +25,7 @@ public class RoleEligibilityScheduleRequestsRequestBuilder : BaseCliRequestBuild /// /// Provides operations to manage the roleEligibilityScheduleRequests property of the microsoft.graph.rbacApplication entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -43,6 +44,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."; @@ -59,6 +61,7 @@ public Command BuildCountNavCommand() { /// In PIM, request for a role eligibility for a principal through the unifiedRoleEligibilityScheduleRequest object. This operation allows both admins and eligible users to add, revoke, or extend eligible assignments. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "In PIM, request for a role eligibility for a principal through the unifiedRoleEligibilityScheduleRequest object. This operation allows both admins and eligible users to add, revoke, or extend eligible assignments.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -118,6 +122,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest object. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0"; @@ -208,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleEligibilityScheduleRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleEligibilityScheduleRequestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleEligibilityScheduleRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleEligibilityScheduleRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -222,6 +227,7 @@ public RoleEligibilityScheduleRequestsRequestBuilder(string rawUrl) : base("{+ba /// /// In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest 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 @@ -238,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// In PIM, request for a role eligibility for a principal through the unifiedRoleEligibilityScheduleRequest object. This operation allows both admins and eligible users to add, revoke, or extend eligible assignments. /// + /// 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 @@ -248,7 +255,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleEligibilitySchedul public RequestInformation ToPostRequestInformation(UnifiedRoleEligibilityScheduleRequest 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}/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Count/CountRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Count/CountRequestBuilder.cs index f31fefce93..c06207cd68 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Count/CountRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/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}/roleManagement/entitlementManagement/roleEligibilitySchedules/$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}/roleManagement/entitlementManagement/roleEligibilitySchedules/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/enti /// /// 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/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs index 36c7a9ee9e..3fb3e2b709 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnGetResponse.cs @@ -18,6 +18,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// 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 new FilterByCurrentUserWithOnGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterByCurrentUserWithOnGetResponse : BaseCollectionPaginationCoun /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(UnifiedRoleEligibilitySchedule.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs index 8ce4816ba5..facf037644 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterByCurrentUserWithOnRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterByCurrentUser /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterByCurrentUser"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (on is not null) requestInfo.PathParameters.Add("on", on); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterByCurrentUserWithOnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterByCurrentUserWithOnRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterByCurrentUser /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class FilterByCurrentUserWithOnRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/AppScope/AppScopeRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/AppScope/AppScopeRequestBuilder.cs index 5d8291fa60..002f78457d 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/AppScope/AppScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/AppScope/AppScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class AppScopeRequestBuilder : BaseCliRequestBuilder { /// /// Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}/appScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}/appScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public AppScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/e /// /// Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable. /// + /// 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/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs index ffca67c54c..6cac527b3e 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/DirectoryScope/DirectoryScopeRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryScopeRequestBuilder : BaseCliRequestBuilder { /// /// The directory object that is the scope of the role eligibility or assignment. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The directory object that is the scope of the role eligibility or assignment. Read-only."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryScopeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}/directoryScope{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryScopeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}/directoryScope{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public DirectoryScopeRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// The directory object that is the scope of the role eligibility or assignment. 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 diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/Principal/PrincipalRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/Principal/PrincipalRequestBuilder.cs index 985b43cef9..44e4d4fb68 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/Principal/PrincipalRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/Principal/PrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class PrincipalRequestBuilder : BaseCliRequestBuilder { /// /// The principal that's getting a role assignment or that's eligible for a role through the request. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The principal that's getting a role assignment or that's eligible for a role through the request."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}/principal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}/principal{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/ /// /// The principal that's getting a role assignment or that's eligible for a role through the request. /// + /// 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/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs index e8745c8f1f..46bc976083 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/RoleDefinition/RoleDefinitionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RoleDefinitionRequestBuilder : BaseCliRequestBuilder { /// /// Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleDefinitionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}/roleDefinition{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleDefinitionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}/roleDefinition{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public RoleDefinitionRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// Detailed information for the roleDefinition object that is referenced through the roleDefinitionId 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 diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilder.cs index 5c2b75d6cd..034756cee1 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/Item/UnifiedRoleEligibilityScheduleItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class UnifiedRoleEligibilityScheduleItemRequestBuilder : BaseCliRequestBu /// /// Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleBase entity. /// + /// A public Command BuildAppScopeNavCommand() { var command = new Command("app-scope"); command.Description = "Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleBase entity."; @@ -41,6 +42,7 @@ public Command BuildAppScopeNavCommand() { /// /// Delete navigation property roleEligibilitySchedules for roleManagement /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property roleEligibilitySchedules for roleManagement"; @@ -74,6 +76,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleBase entity. /// + /// A public Command BuildDirectoryScopeNavCommand() { var command = new Command("directory-scope"); command.Description = "Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleBase entity."; @@ -90,6 +93,7 @@ public Command BuildDirectoryScopeNavCommand() { /// Retrieve the schedule for a role eligibility operation. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the schedule for a role eligibility operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0"; @@ -140,6 +144,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property roleEligibilitySchedules in roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property roleEligibilitySchedules in roleManagement"; @@ -189,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleBase entity. /// + /// A public Command BuildPrincipalNavCommand() { var command = new Command("principal"); command.Description = "Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleBase entity."; @@ -204,6 +210,7 @@ public Command BuildPrincipalNavCommand() { /// /// Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleBase entity. /// + /// A public Command BuildRoleDefinitionNavCommand() { var command = new Command("role-definition"); command.Description = "Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleBase entity."; @@ -217,13 +224,13 @@ public Command BuildRoleDefinitionNavCommand() { return command; } /// - /// Instantiates a new UnifiedRoleEligibilityScheduleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedRoleEligibilityScheduleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedRoleEligibilityScheduleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedRoleEligibilityScheduleItemRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}{?%24expand,%24select}", rawUrl) { @@ -231,6 +238,7 @@ public UnifiedRoleEligibilityScheduleItemRequestBuilder(string rawUrl) : base("{ /// /// Delete navigation property roleEligibilitySchedules for roleManagement /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,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}/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -247,6 +255,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the schedule for a role eligibility operation. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -263,6 +272,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property roleEligibilitySchedules in roleManagement /// + /// 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 @@ -273,7 +283,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedRoleEligibilitySchedu public RequestInformation ToPatchRequestInformation(UnifiedRoleEligibilitySchedule 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}/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.cs b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.cs index 35883dddfd..e80f9d8c5b 100644 --- a/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.cs +++ b/src/generated/RoleManagement/EntitlementManagement/RoleEligibilitySchedules/RoleEligibilitySchedulesRequestBuilder.cs @@ -25,6 +25,7 @@ public class RoleEligibilitySchedulesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the roleEligibilitySchedules property of the microsoft.graph.rbacApplication entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to roleEligibilitySchedules for roleManagement /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to roleEligibilitySchedules for roleManagement"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the filterByCurrentUser method. /// + /// A public Command BuildFilterByCurrentUserWithOnRbCommand() { var command = new Command("filter-by-current-user-with-on"); command.Description = "Provides operations to call the filterByCurrentUser method."; @@ -115,6 +119,7 @@ public Command BuildFilterByCurrentUserWithOnRbCommand() { /// Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0"; @@ -205,13 +210,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RoleEligibilitySchedulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleEligibilitySchedulesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilitySchedules{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RoleEligibilitySchedulesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleEligibilitySchedulesRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement/entitlementManagement/roleEligibilitySchedules{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -219,6 +224,7 @@ public RoleEligibilitySchedulesRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation 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 @@ -235,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to roleEligibilitySchedules for roleManagement /// + /// 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 @@ -245,7 +252,7 @@ public RequestInformation ToPostRequestInformation(UnifiedRoleEligibilitySchedul public RequestInformation ToPostRequestInformation(UnifiedRoleEligibilitySchedule 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}/roleManagement/entitlementManagement/roleEligibilitySchedules", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/RoleManagement/RoleManagementRequestBuilder.cs b/src/generated/RoleManagement/RoleManagementRequestBuilder.cs index 66a2cc5f5a..922c285f56 100644 --- a/src/generated/RoleManagement/RoleManagementRequestBuilder.cs +++ b/src/generated/RoleManagement/RoleManagementRequestBuilder.cs @@ -24,6 +24,7 @@ public class RoleManagementRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the directory property of the microsoft.graph.roleManagement entity. /// + /// A public Command BuildDirectoryNavCommand() { var command = new Command("directory"); command.Description = "Provides operations to manage the directory property of the microsoft.graph.roleManagement entity."; @@ -55,6 +56,7 @@ public Command BuildDirectoryNavCommand() { /// /// Provides operations to manage the entitlementManagement property of the microsoft.graph.roleManagement entity. /// + /// A public Command BuildEntitlementManagementNavCommand() { var command = new Command("entitlement-management"); command.Description = "Provides operations to manage the entitlementManagement property of the microsoft.graph.roleManagement entity."; @@ -86,6 +88,7 @@ public Command BuildEntitlementManagementNavCommand() { /// /// Get roleManagement /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get roleManagement"; @@ -130,6 +133,7 @@ public Command BuildGetCommand() { /// /// Update roleManagement /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update roleManagement"; @@ -171,13 +175,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new RoleManagementRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RoleManagementRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/roleManagement{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RoleManagementRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RoleManagementRequestBuilder(string rawUrl) : base("{+baseurl}/roleManagement{?%24expand,%24select}", rawUrl) { @@ -185,6 +189,7 @@ public RoleManagementRequestBuilder(string rawUrl) : base("{+baseurl}/roleManage /// /// Get roleManagement /// + /// 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 roleManagement /// + /// 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(ApiSdk.Models.RoleManagement public RequestInformation ToPatchRequestInformation(ApiSdk.Models.RoleManagement 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}/roleManagement", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/SchemaExtensions/Count/CountRequestBuilder.cs b/src/generated/SchemaExtensions/Count/CountRequestBuilder.cs index 8c5d34996a..56fb839d6a 100644 --- a/src/generated/SchemaExtensions/Count/CountRequestBuilder.cs +++ b/src/generated/SchemaExtensions/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}/schemaExtensions/$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}/schemaExtensions/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/schemaExtensions/$c /// /// 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/SchemaExtensions/Item/SchemaExtensionItemRequestBuilder.cs b/src/generated/SchemaExtensions/Item/SchemaExtensionItemRequestBuilder.cs index 0bcd3820b1..eb28f7d1e5 100644 --- a/src/generated/SchemaExtensions/Item/SchemaExtensionItemRequestBuilder.cs +++ b/src/generated/SchemaExtensions/Item/SchemaExtensionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class SchemaExtensionItemRequestBuilder : BaseCliRequestBuilder { /// Delete the definition of a schema extension. Only the app that created the schema extension (owner app) can delete the schema extension definition, and only when the extension is in the InDevelopment state. Deleting a schema extension definition does not affect accessing custom data that has been added to resource instances based on that definition. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete the definition of a schema extension. Only the app that created the schema extension (owner app) can delete the schema extension definition, and only when the extension is in the InDevelopment state. Deleting a schema extension definition does not affect accessing custom data that has been added to resource instances based on that definition.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Get schemaExtension /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get schemaExtension\n\nFind more info here:\n https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// Update properties in the definition of the specified schemaExtension. Additive updates to the extension can only be made when the extension is in the InDevelopment or Available status. This means custom properties or target resource types cannot be removed from the definition, but new custom properties can be added and the description of the extension changed. The update applies to all the resources that are included in the targetTypes property of the extension. These resources are among the supporting resource types. For delegated flows, the signed-in user can update a schema extension as long as the owner property of the extension is set to the appId of an application the signed-in user owns. That application can be the one that initially created the extension, or some other application owned by the signed-in user. This criteria for the owner property allows a signed-in user to make updates through other applications they don't own, such as Microsoft Graph Explorer. When using Graph Explorer to update a schemaExtension resource, include the owner property in the PATCH request body. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update properties in the definition of the specified schemaExtension. Additive updates to the extension can only be made when the extension is in the InDevelopment or Available status. This means custom properties or target resource types cannot be removed from the definition, but new custom properties can be added and the description of the extension changed. The update applies to all the resources that are included in the targetTypes property of the extension. These resources are among the supporting resource types. For delegated flows, the signed-in user can update a schema extension as long as the owner property of the extension is set to the appId of an application the signed-in user owns. That application can be the one that initially created the extension, or some other application owned by the signed-in user. This criteria for the owner property allows a signed-in user to make updates through other applications they don't own, such as Microsoft Graph Explorer. When using Graph Explorer to update a schemaExtension resource, include the owner property in the PATCH request body.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0"; @@ -155,13 +158,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SchemaExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SchemaExtensionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/schemaExtensions/{schemaExtension%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SchemaExtensionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SchemaExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/schemaExtensions/{schemaExtension%2Did}{?%24expand,%24select}", rawUrl) { @@ -169,6 +172,7 @@ public SchemaExtensionItemRequestBuilder(string rawUrl) : base("{+baseurl}/schem /// /// Delete the definition of a schema extension. Only the app that created the schema extension (owner app) can delete the schema extension definition, and only when the extension is in the InDevelopment state. Deleting a schema extension definition does not affect accessing custom data that has been added to resource instances based on that definition. /// + /// 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}/schemaExtensions/{schemaExtension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -185,6 +189,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get schemaExtension /// + /// 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 properties in the definition of the specified schemaExtension. Additive updates to the extension can only be made when the extension is in the InDevelopment or Available status. This means custom properties or target resource types cannot be removed from the definition, but new custom properties can be added and the description of the extension changed. The update applies to all the resources that are included in the targetTypes property of the extension. These resources are among the supporting resource types. For delegated flows, the signed-in user can update a schema extension as long as the owner property of the extension is set to the appId of an application the signed-in user owns. That application can be the one that initially created the extension, or some other application owned by the signed-in user. This criteria for the owner property allows a signed-in user to make updates through other applications they don't own, such as Microsoft Graph Explorer. When using Graph Explorer to update a schemaExtension resource, include the owner property in the PATCH request body. /// + /// 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(SchemaExtension body, Action public RequestInformation ToPatchRequestInformation(SchemaExtension 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}/schemaExtensions/{schemaExtension%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/SchemaExtensions/SchemaExtensionsRequestBuilder.cs b/src/generated/SchemaExtensions/SchemaExtensionsRequestBuilder.cs index 11a4983bc8..2cca9d8edb 100644 --- a/src/generated/SchemaExtensions/SchemaExtensionsRequestBuilder.cs +++ b/src/generated/SchemaExtensions/SchemaExtensionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SchemaExtensionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of schemaExtension entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new SchemaExtensionItemRequestBuilder(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 schemaExtension definition and its associated schema extension property to extend a supporting resource type. Schema extensions let you add strongly-typed custom data to a resource. The app that creates a schema extension is the owner app. Depending on the state of the extension, the owner app, and only the owner app, may update or delete the extension. See examples of how to define a schema extension that describes a training course, use the schema extension definition to create a new group with training course data, and add training course data to an existing group. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new schemaExtension definition and its associated schema extension property to extend a supporting resource type. Schema extensions let you add strongly-typed custom data to a resource. The app that creates a schema extension is the owner app. Depending on the state of the extension, the owner app, and only the owner app, may update or delete the extension. See examples of how to define a schema extension that describes a training course, use the schema extension definition to create a new group with training course data, and add training course data to an existing group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// Get a list of schemaExtension objects in your tenant. The schema extensions can be InDevelopment, Available, or Deprecated and includes schema extensions: /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of schemaExtension objects in your tenant. The schema extensions can be InDevelopment, Available, or Deprecated and includes schema extensions:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SchemaExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SchemaExtensionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/schemaExtensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SchemaExtensionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SchemaExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/schemaExtensions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public SchemaExtensionsRequestBuilder(string rawUrl) : base("{+baseurl}/schemaEx /// /// Get a list of schemaExtension objects in your tenant. The schema extensions can be InDevelopment, Available, or Deprecated and includes schema extensions: /// + /// 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 schemaExtension definition and its associated schema extension property to extend a supporting resource type. Schema extensions let you add strongly-typed custom data to a resource. The app that creates a schema extension is the owner app. Depending on the state of the extension, the owner app, and only the owner app, may update or delete the extension. See examples of how to define a schema extension that describes a training course, use the schema extension definition to create a new group with training course data, and add training course data to an existing group. /// + /// 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(SchemaExtension body, Action< public RequestInformation ToPostRequestInformation(SchemaExtension 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}/schemaExtensions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ScopedRoleMemberships/Count/CountRequestBuilder.cs b/src/generated/ScopedRoleMemberships/Count/CountRequestBuilder.cs index a10ad296df..2eb70477a9 100644 --- a/src/generated/ScopedRoleMemberships/Count/CountRequestBuilder.cs +++ b/src/generated/ScopedRoleMemberships/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}/scopedRoleMemberships/$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}/scopedRoleMemberships/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/scopedRoleMembershi /// /// 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/ScopedRoleMemberships/Item/ScopedRoleMembershipItemRequestBuilder.cs b/src/generated/ScopedRoleMemberships/Item/ScopedRoleMembershipItemRequestBuilder.cs index c7a22baa2b..8af0e6392f 100644 --- a/src/generated/ScopedRoleMemberships/Item/ScopedRoleMembershipItemRequestBuilder.cs +++ b/src/generated/ScopedRoleMemberships/Item/ScopedRoleMembershipItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ScopedRoleMembershipItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete entity from scopedRoleMemberships /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from scopedRoleMemberships"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Get entity from scopedRoleMemberships by key /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get entity from scopedRoleMemberships by key"; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update entity in scopedRoleMemberships /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in scopedRoleMemberships"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ScopedRoleMembershipItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopedRoleMembershipItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/scopedRoleMemberships/{scopedRoleMembership%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ScopedRoleMembershipItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopedRoleMembershipItemRequestBuilder(string rawUrl) : base("{+baseurl}/scopedRoleMemberships/{scopedRoleMembership%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public ScopedRoleMembershipItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete entity from scopedRoleMemberships /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/scopedRoleMemberships/{scopedRoleMembership%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get entity from scopedRoleMemberships 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 @@ -198,6 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in scopedRoleMemberships /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ScopedRoleMembership body, A public RequestInformation ToPatchRequestInformation(ScopedRoleMembership 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}/scopedRoleMemberships/{scopedRoleMembership%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ScopedRoleMemberships/ScopedRoleMembershipsRequestBuilder.cs b/src/generated/ScopedRoleMemberships/ScopedRoleMembershipsRequestBuilder.cs index 9e2f823c58..64eb55d77f 100644 --- a/src/generated/ScopedRoleMemberships/ScopedRoleMembershipsRequestBuilder.cs +++ b/src/generated/ScopedRoleMemberships/ScopedRoleMembershipsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ScopedRoleMembershipsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of scopedRoleMembership entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ScopedRoleMembershipItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Add new entity to scopedRoleMemberships /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add new entity to scopedRoleMemberships"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// Get entities from scopedRoleMemberships /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get entities from scopedRoleMemberships"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ScopedRoleMembershipsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ScopedRoleMembershipsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/scopedRoleMemberships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ScopedRoleMembershipsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ScopedRoleMembershipsRequestBuilder(string rawUrl) : base("{+baseurl}/scopedRoleMemberships{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public ScopedRoleMembershipsRequestBuilder(string rawUrl) : base("{+baseurl}/sco /// /// Get entities from scopedRoleMemberships /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add new entity to scopedRoleMemberships /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(ScopedRoleMembership body, Ac public RequestInformation ToPostRequestInformation(ScopedRoleMembership 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}/scopedRoleMemberships", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Search/Query/QueryPostRequestBody.cs b/src/generated/Search/Query/QueryPostRequestBody.cs index a5c0e4b644..894273756e 100644 --- a/src/generated/Search/Query/QueryPostRequestBody.cs +++ b/src/generated/Search/Query/QueryPostRequestBody.cs @@ -18,7 +18,7 @@ public class QueryPostRequestBody : IAdditionalDataHolder, IParsable { public List Requests { get; set; } #endif /// - /// Instantiates a new queryPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public QueryPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public QueryPostRequestBody() { /// /// 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 QueryPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static QueryPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"requests", n => { Requests = n.GetCollectionOfObjectValues(SearchRequest.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Search/Query/QueryPostResponse.cs b/src/generated/Search/Query/QueryPostResponse.cs index 96fe99bdcc..654950de41 100644 --- a/src/generated/Search/Query/QueryPostResponse.cs +++ b/src/generated/Search/Query/QueryPostResponse.cs @@ -18,6 +18,7 @@ public class QueryPostResponse : BaseCollectionPaginationCountResponse, IParsabl /// /// 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 new QueryPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class QueryPostResponse : BaseCollectionPaginationCountResponse, IParsabl /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(SearchResponse.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Search/Query/QueryRequestBuilder.cs b/src/generated/Search/Query/QueryRequestBuilder.cs index 5427ae34fe..8c21982d7b 100644 --- a/src/generated/Search/Query/QueryRequestBuilder.cs +++ b/src/generated/Search/Query/QueryRequestBuilder.cs @@ -22,6 +22,7 @@ public class QueryRequestBuilder : BaseCliRequestBuilder { /// Runs the query specified in the request body. Search results are provided in the response. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Runs the query specified in the request body. Search results are provided in the response.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/search-query?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new QueryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public QueryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/search/query", pathParameters) { } /// - /// Instantiates a new QueryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public QueryRequestBuilder(string rawUrl) : base("{+baseurl}/search/query", rawUrl) { @@ -88,6 +89,7 @@ public QueryRequestBuilder(string rawUrl) : base("{+baseurl}/search/query", rawU /// /// Runs the query specified in the request body. Search results are provided in the response. /// + /// 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/Search/SearchRequestBuilder.cs b/src/generated/Search/SearchRequestBuilder.cs index 3f974c86c1..de829d41f1 100644 --- a/src/generated/Search/SearchRequestBuilder.cs +++ b/src/generated/Search/SearchRequestBuilder.cs @@ -23,6 +23,7 @@ public class SearchRequestBuilder : BaseCliRequestBuilder { /// /// Get search /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get search"; @@ -67,6 +68,7 @@ public Command BuildGetCommand() { /// /// Update search /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update search"; @@ -110,6 +112,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the query method. /// + /// A public Command BuildQueryNavCommand() { var command = new Command("query"); command.Description = "Provides operations to call the query method."; @@ -123,13 +126,13 @@ public Command BuildQueryNavCommand() { return command; } /// - /// Instantiates a new SearchRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SearchRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/search{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SearchRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SearchRequestBuilder(string rawUrl) : base("{+baseurl}/search{?%24expand,%24select}", rawUrl) { @@ -137,6 +140,7 @@ public SearchRequestBuilder(string rawUrl) : base("{+baseurl}/search{?%24expand, /// /// Get search /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -153,6 +157,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update search /// + /// 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 @@ -163,7 +168,7 @@ public RequestInformation ToPatchRequestInformation(SearchEntity 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}/search", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Alerts/AlertsRequestBuilder.cs b/src/generated/Security/Alerts/AlertsRequestBuilder.cs index 4c9f887b52..40050dc5fa 100644 --- a/src/generated/Security/Alerts/AlertsRequestBuilder.cs +++ b/src/generated/Security/Alerts/AlertsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AlertsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the alerts property of the microsoft.graph.security entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AlertItemRequestBuilder(PathParameters); @@ -34,6 +35,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to alerts for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to alerts for security"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of alert objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of alert objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-1.0"; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AlertsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AlertsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/alerts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AlertsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AlertsRequestBuilder(string rawUrl) : base("{+baseurl}/security/alerts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public AlertsRequestBuilder(string rawUrl) : base("{+baseurl}/security/alerts{?% /// /// Retrieve a list of alert objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to alerts for security /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(Alert 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}/security/alerts", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Alerts/Count/CountRequestBuilder.cs b/src/generated/Security/Alerts/Count/CountRequestBuilder.cs index 4eb7415841..0b8820cb12 100644 --- a/src/generated/Security/Alerts/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Alerts/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}/security/alerts/$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}/security/alerts/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/alerts/$co /// /// 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/Security/Alerts/Item/AlertItemRequestBuilder.cs b/src/generated/Security/Alerts/Item/AlertItemRequestBuilder.cs index dde3d4253c..fc30dae743 100644 --- a/src/generated/Security/Alerts/Item/AlertItemRequestBuilder.cs +++ b/src/generated/Security/Alerts/Item/AlertItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AlertItemRequestBuilder : BaseCliRequestBuilder { /// Retrieve the properties and relationships of an alert object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of an alert object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-1.0"; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// Update an editable alert property within any integrated solution to keep alert status and assignments in sync across solutions. This method updates any solution that has a record of the referenced alert ID. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update an editable alert property within any integrated solution to keep alert status and assignments in sync across solutions. This method updates any solution that has a record of the referenced alert ID.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-1.0"; @@ -121,13 +123,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AlertItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AlertItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/alerts/{alert%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AlertItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AlertItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/alerts/{alert%2Did}{?%24expand,%24select}", rawUrl) { @@ -135,6 +137,7 @@ public AlertItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/alerts /// /// Retrieve the properties and relationships of an alert 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 @@ -151,6 +154,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update an editable alert property within any integrated solution to keep alert status and assignments in sync across solutions. This method updates any solution that has a record of the referenced alert ID. /// + /// 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 @@ -161,7 +165,7 @@ public RequestInformation ToPatchRequestInformation(Alert 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}/security/alerts/{alert%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Alerts_v2/Alerts_v2RequestBuilder.cs b/src/generated/Security/Alerts_v2/Alerts_v2RequestBuilder.cs index e219e940ed..1f9cfbe116 100644 --- a/src/generated/Security/Alerts_v2/Alerts_v2RequestBuilder.cs +++ b/src/generated/Security/Alerts_v2/Alerts_v2RequestBuilder.cs @@ -24,6 +24,7 @@ public class Alerts_v2RequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the alerts_v2 property of the microsoft.graph.security 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 alerts_v2 for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to alerts_v2 for security"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// Get a list of alert resources that have been created to track suspicious activities in an organization. This operation lets you filter and sort through alerts to create an informed cyber security response. It exposes a collection of alerts that were flagged in your network, within the time range you specified in your environment retention policy. The most recent alerts are displayed at the top of the list. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of alert resources that have been created to track suspicious activities in an organization. This operation lets you filter and sort through alerts to create an informed cyber security response. It exposes a collection of alerts that were flagged in your network, within the time range you specified in your environment retention policy. The most recent alerts are displayed at the top of the list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-1.0"; @@ -186,13 +190,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new Alerts_v2RequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Alerts_v2RequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/alerts_v2{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new Alerts_v2RequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Alerts_v2RequestBuilder(string rawUrl) : base("{+baseurl}/security/alerts_v2{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +204,7 @@ public Alerts_v2RequestBuilder(string rawUrl) : base("{+baseurl}/security/alerts /// /// Get a list of alert resources that have been created to track suspicious activities in an organization. This operation lets you filter and sort through alerts to create an informed cyber security response. It exposes a collection of alerts that were flagged in your network, within the time range you specified in your environment retention policy. The most recent alerts are displayed at the top of the list. /// + /// 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 alerts_v2 for security /// + /// 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(Alert 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}/security/alerts_v2", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Alerts_v2/Count/CountRequestBuilder.cs b/src/generated/Security/Alerts_v2/Count/CountRequestBuilder.cs index 21f6781db6..6983c6a80c 100644 --- a/src/generated/Security/Alerts_v2/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Alerts_v2/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}/security/alerts_v2/$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}/security/alerts_v2/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/alerts_v2/ /// /// 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/Security/Alerts_v2/Item/AlertItemRequestBuilder.cs b/src/generated/Security/Alerts_v2/Item/AlertItemRequestBuilder.cs index ef5d216601..933b093e78 100644 --- a/src/generated/Security/Alerts_v2/Item/AlertItemRequestBuilder.cs +++ b/src/generated/Security/Alerts_v2/Item/AlertItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AlertItemRequestBuilder : BaseCliRequestBuilder { /// /// The comments property /// + /// A public Command BuildCommentsNavCommand() { var command = new Command("comments"); command.Description = "The comments property"; @@ -44,6 +45,7 @@ public Command BuildCommentsNavCommand() { /// /// Delete navigation property alerts_v2 for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property alerts_v2 for security"; @@ -78,6 +80,7 @@ public Command BuildDeleteCommand() { /// Get the properties and relationships of an alert in an organization based on the specified alert id property. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the properties and relationships of an alert in an organization based on the specified alert id property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-1.0"; @@ -129,6 +132,7 @@ public Command BuildGetCommand() { /// Update the properties of an alert object in an organization based on the specified alert id property. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an alert object in an organization based on the specified alert id property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-1.0"; @@ -176,13 +180,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AlertItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AlertItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/alerts_v2/{alert%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AlertItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AlertItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/alerts_v2/{alert%2Did}{?%24expand,%24select}", rawUrl) { @@ -190,6 +194,7 @@ public AlertItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/alerts /// /// Delete navigation property alerts_v2 for security /// + /// 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,7 +203,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/alerts_v2/{alert%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -206,6 +211,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the properties and relationships of an alert in an organization based on the specified alert id 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 @@ -222,6 +228,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an alert object in an organization based on the specified alert id 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 @@ -232,7 +239,7 @@ public RequestInformation ToPatchRequestInformation(Alert 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}/security/alerts_v2/{alert%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Alerts_v2/Item/Comments/CommentsRequestBuilder.cs b/src/generated/Security/Alerts_v2/Item/Comments/CommentsRequestBuilder.cs index d3eacd5fe3..4775d46c4a 100644 --- a/src/generated/Security/Alerts_v2/Item/Comments/CommentsRequestBuilder.cs +++ b/src/generated/Security/Alerts_v2/Item/Comments/CommentsRequestBuilder.cs @@ -23,6 +23,7 @@ public class CommentsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Sets a new value for the collection of alertComment. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Sets a new value for the collection of alertComment."; @@ -93,13 +95,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CommentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CommentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/alerts_v2/{alert%2Did}/comments", pathParameters) { } /// - /// Instantiates a new CommentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CommentsRequestBuilder(string rawUrl) : base("{+baseurl}/security/alerts_v2/{alert%2Did}/comments", rawUrl) { @@ -107,6 +109,7 @@ public CommentsRequestBuilder(string rawUrl) : base("{+baseurl}/security/alerts_ /// /// Sets a new value for the collection of alertComment. /// + /// 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/Security/Alerts_v2/Item/Comments/Count/CountRequestBuilder.cs b/src/generated/Security/Alerts_v2/Item/Comments/Count/CountRequestBuilder.cs index fc67877cc2..dd3aab984c 100644 --- a/src/generated/Security/Alerts_v2/Item/Comments/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Alerts_v2/Item/Comments/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}/security/alerts_v2/{alert%2Did}/comments/$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}/security/alerts_v2/{alert%2Did}/comments/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/alerts_v2/ /// /// 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/Security/AttackSimulation/AttackSimulationRequestBuilder.cs b/src/generated/Security/AttackSimulation/AttackSimulationRequestBuilder.cs index 3e396a7f71..89c67d7ce1 100644 --- a/src/generated/Security/AttackSimulation/AttackSimulationRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/AttackSimulationRequestBuilder.cs @@ -30,6 +30,7 @@ public class AttackSimulationRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property attackSimulation for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property attackSimulation for security"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the endUserNotifications property of the microsoft.graph.attackSimulationRoot entity. /// + /// A public Command BuildEndUserNotificationsNavCommand() { var command = new Command("end-user-notifications"); command.Description = "Provides operations to manage the endUserNotifications property of the microsoft.graph.attackSimulationRoot entity."; @@ -82,6 +84,7 @@ public Command BuildEndUserNotificationsNavCommand() { /// /// Get attackSimulation from security /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get attackSimulation from security"; @@ -126,6 +129,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the landingPages property of the microsoft.graph.attackSimulationRoot entity. /// + /// A public Command BuildLandingPagesNavCommand() { var command = new Command("landing-pages"); command.Description = "Provides operations to manage the landingPages property of the microsoft.graph.attackSimulationRoot entity."; @@ -151,6 +155,7 @@ public Command BuildLandingPagesNavCommand() { /// /// Provides operations to manage the loginPages property of the microsoft.graph.attackSimulationRoot entity. /// + /// A public Command BuildLoginPagesNavCommand() { var command = new Command("login-pages"); command.Description = "Provides operations to manage the loginPages property of the microsoft.graph.attackSimulationRoot entity."; @@ -176,6 +181,7 @@ public Command BuildLoginPagesNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.attackSimulationRoot entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.attackSimulationRoot entity."; @@ -201,6 +207,7 @@ public Command BuildOperationsNavCommand() { /// /// Update the navigation property attackSimulation in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property attackSimulation in security"; @@ -244,6 +251,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the payloads property of the microsoft.graph.attackSimulationRoot entity. /// + /// A public Command BuildPayloadsNavCommand() { var command = new Command("payloads"); command.Description = "Provides operations to manage the payloads property of the microsoft.graph.attackSimulationRoot entity."; @@ -269,6 +277,7 @@ public Command BuildPayloadsNavCommand() { /// /// Provides operations to manage the simulationAutomations property of the microsoft.graph.attackSimulationRoot entity. /// + /// A public Command BuildSimulationAutomationsNavCommand() { var command = new Command("simulation-automations"); command.Description = "Provides operations to manage the simulationAutomations property of the microsoft.graph.attackSimulationRoot entity."; @@ -294,6 +303,7 @@ public Command BuildSimulationAutomationsNavCommand() { /// /// Provides operations to manage the simulations property of the microsoft.graph.attackSimulationRoot entity. /// + /// A public Command BuildSimulationsNavCommand() { var command = new Command("simulations"); command.Description = "Provides operations to manage the simulations property of the microsoft.graph.attackSimulationRoot entity."; @@ -319,6 +329,7 @@ public Command BuildSimulationsNavCommand() { /// /// Provides operations to manage the trainings property of the microsoft.graph.attackSimulationRoot entity. /// + /// A public Command BuildTrainingsNavCommand() { var command = new Command("trainings"); command.Description = "Provides operations to manage the trainings property of the microsoft.graph.attackSimulationRoot entity."; @@ -342,13 +353,13 @@ public Command BuildTrainingsNavCommand() { return command; } /// - /// Instantiates a new AttackSimulationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttackSimulationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AttackSimulationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttackSimulationRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation{?%24expand,%24select}", rawUrl) { @@ -356,6 +367,7 @@ public AttackSimulationRequestBuilder(string rawUrl) : base("{+baseurl}/security /// /// Delete navigation property attackSimulation for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -364,7 +376,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/attackSimulation", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -372,6 +384,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get attackSimulation from security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -388,6 +401,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property attackSimulation in security /// + /// 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 @@ -398,7 +412,7 @@ public RequestInformation ToPatchRequestInformation(AttackSimulationRoot body, A public RequestInformation ToPatchRequestInformation(AttackSimulationRoot 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}/security/attackSimulation", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/EndUserNotifications/Count/CountRequestBuilder.cs b/src/generated/Security/AttackSimulation/EndUserNotifications/Count/CountRequestBuilder.cs index a6f75d5a3a..2327bde21b 100644 --- a/src/generated/Security/AttackSimulation/EndUserNotifications/Count/CountRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/EndUserNotifications/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}/security/attackSimulation/endUserNotifications/$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}/security/attackSimulation/endUserNotifications/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimu /// /// 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/Security/AttackSimulation/EndUserNotifications/EndUserNotificationsRequestBuilder.cs b/src/generated/Security/AttackSimulation/EndUserNotifications/EndUserNotificationsRequestBuilder.cs index a58559d90e..0322ec714e 100644 --- a/src/generated/Security/AttackSimulation/EndUserNotifications/EndUserNotificationsRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/EndUserNotifications/EndUserNotificationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class EndUserNotificationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the endUserNotifications property of the microsoft.graph.attackSimulationRoot 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 endUserNotifications for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to endUserNotifications for security"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// Get a list of endUserNotification objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of endUserNotification objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-1.0"; @@ -186,13 +190,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new EndUserNotificationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EndUserNotificationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/endUserNotifications{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new EndUserNotificationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EndUserNotificationsRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/endUserNotifications{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +204,7 @@ public EndUserNotificationsRequestBuilder(string rawUrl) : base("{+baseurl}/secu /// /// Get a list of endUserNotification 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 @@ -216,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to endUserNotifications for security /// + /// 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(EndUserNotification body, Act public RequestInformation ToPostRequestInformation(EndUserNotification 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}/security/attackSimulation/endUserNotifications", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/EndUserNotifications/Item/Details/Count/CountRequestBuilder.cs b/src/generated/Security/AttackSimulation/EndUserNotifications/Item/Details/Count/CountRequestBuilder.cs index 1323c68bc9..f5c47debba 100644 --- a/src/generated/Security/AttackSimulation/EndUserNotifications/Item/Details/Count/CountRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/EndUserNotifications/Item/Details/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}/security/attackSimulation/endUserNotifications/{endUserNotification%2Did}/details/$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}/security/attackSimulation/endUserNotifications/{endUserNotification%2Did}/details/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimu /// /// 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/Security/AttackSimulation/EndUserNotifications/Item/Details/DetailsRequestBuilder.cs b/src/generated/Security/AttackSimulation/EndUserNotifications/Item/Details/DetailsRequestBuilder.cs index 16fe52e915..993c37c748 100644 --- a/src/generated/Security/AttackSimulation/EndUserNotifications/Item/Details/DetailsRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/EndUserNotifications/Item/Details/DetailsRequestBuilder.cs @@ -24,6 +24,7 @@ public class DetailsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the details property of the microsoft.graph.endUserNotification entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EndUserNotificationDetailItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to details for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to details for security"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Get details from security /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get details from security"; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DetailsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/endUserNotifications/{endUserNotification%2Did}/details{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/endUserNotifications/{endUserNotification%2Did}/details{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSi /// /// Get details from security /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to details for security /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(EndUserNotificationDetail bod public RequestInformation ToPostRequestInformation(EndUserNotificationDetail 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}/security/attackSimulation/endUserNotifications/{endUserNotification%2Did}/details", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/EndUserNotifications/Item/Details/Item/EndUserNotificationDetailItemRequestBuilder.cs b/src/generated/Security/AttackSimulation/EndUserNotifications/Item/Details/Item/EndUserNotificationDetailItemRequestBuilder.cs index 9bbe4efa74..bc0605c63f 100644 --- a/src/generated/Security/AttackSimulation/EndUserNotifications/Item/Details/Item/EndUserNotificationDetailItemRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/EndUserNotifications/Item/Details/Item/EndUserNotificationDetailItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class EndUserNotificationDetailItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property details for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property details for security"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Get details from security /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get details from security"; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property details in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property details in security"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EndUserNotificationDetailItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EndUserNotificationDetailItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/endUserNotifications/{endUserNotification%2Did}/details/{endUserNotificationDetail%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EndUserNotificationDetailItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EndUserNotificationDetailItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/endUserNotifications/{endUserNotification%2Did}/details/{endUserNotificationDetail%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public EndUserNotificationDetailItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property details for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/security/attackSimulation/endUserNotifications/{endUserNotification%2Did}/details/{endUserNotificationDetail%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get details from security /// + /// 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 /// Update the navigation property details in security /// + /// 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 ToPatchRequestInformation(EndUserNotificationDetail bo public RequestInformation ToPatchRequestInformation(EndUserNotificationDetail 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}/security/attackSimulation/endUserNotifications/{endUserNotification%2Did}/details/{endUserNotificationDetail%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/EndUserNotifications/Item/EndUserNotificationItemRequestBuilder.cs b/src/generated/Security/AttackSimulation/EndUserNotifications/Item/EndUserNotificationItemRequestBuilder.cs index e90433dbee..95f44addcf 100644 --- a/src/generated/Security/AttackSimulation/EndUserNotifications/Item/EndUserNotificationItemRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/EndUserNotifications/Item/EndUserNotificationItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class EndUserNotificationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property endUserNotifications for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property endUserNotifications for security"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the details property of the microsoft.graph.endUserNotification entity. /// + /// A public Command BuildDetailsNavCommand() { var command = new Command("details"); command.Description = "Provides operations to manage the details property of the microsoft.graph.endUserNotification entity."; @@ -81,6 +83,7 @@ public Command BuildDetailsNavCommand() { /// /// Represents an end user's notification for an attack simulation training. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents an end user's notification for an attack simulation training."; @@ -131,6 +134,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property endUserNotifications in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property endUserNotifications in security"; @@ -178,13 +182,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EndUserNotificationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EndUserNotificationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/endUserNotifications/{endUserNotification%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EndUserNotificationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EndUserNotificationItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/endUserNotifications/{endUserNotification%2Did}{?%24expand,%24select}", rawUrl) { @@ -192,6 +196,7 @@ public EndUserNotificationItemRequestBuilder(string rawUrl) : base("{+baseurl}/s /// /// Delete navigation property endUserNotifications for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -200,7 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/attackSimulation/endUserNotifications/{endUserNotification%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -208,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents an end user's notification for an attack simulation training. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -224,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property endUserNotifications in security /// + /// 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 @@ -234,7 +241,7 @@ public RequestInformation ToPatchRequestInformation(EndUserNotification body, Ac public RequestInformation ToPatchRequestInformation(EndUserNotification 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}/security/attackSimulation/endUserNotifications/{endUserNotification%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/LandingPages/Count/CountRequestBuilder.cs b/src/generated/Security/AttackSimulation/LandingPages/Count/CountRequestBuilder.cs index 2e82f177c9..6e333af0e6 100644 --- a/src/generated/Security/AttackSimulation/LandingPages/Count/CountRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/LandingPages/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}/security/attackSimulation/landingPages/$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}/security/attackSimulation/landingPages/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimu /// /// 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/Security/AttackSimulation/LandingPages/Item/Details/Count/CountRequestBuilder.cs b/src/generated/Security/AttackSimulation/LandingPages/Item/Details/Count/CountRequestBuilder.cs index e7be62f28b..44396e7fba 100644 --- a/src/generated/Security/AttackSimulation/LandingPages/Item/Details/Count/CountRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/LandingPages/Item/Details/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}/security/attackSimulation/landingPages/{landingPage%2Did}/details/$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}/security/attackSimulation/landingPages/{landingPage%2Did}/details/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimu /// /// 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/Security/AttackSimulation/LandingPages/Item/Details/DetailsRequestBuilder.cs b/src/generated/Security/AttackSimulation/LandingPages/Item/Details/DetailsRequestBuilder.cs index db7677a5e0..c7cab1e7e9 100644 --- a/src/generated/Security/AttackSimulation/LandingPages/Item/Details/DetailsRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/LandingPages/Item/Details/DetailsRequestBuilder.cs @@ -24,6 +24,7 @@ public class DetailsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the details property of the microsoft.graph.landingPage entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new LandingPageDetailItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to details for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to details for security"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// The detail information for a landing page associated with a simulation during its creation. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The detail information for a landing page associated with a simulation during its creation."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DetailsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/landingPages/{landingPage%2Did}/details{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/landingPages/{landingPage%2Did}/details{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public DetailsRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSi /// /// The detail information for a landing page associated with a simulation during its creation. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to details for security /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(LandingPageDetail body, Actio public RequestInformation ToPostRequestInformation(LandingPageDetail 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}/security/attackSimulation/landingPages/{landingPage%2Did}/details", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/LandingPages/Item/Details/Item/LandingPageDetailItemRequestBuilder.cs b/src/generated/Security/AttackSimulation/LandingPages/Item/Details/Item/LandingPageDetailItemRequestBuilder.cs index 882a885240..7348749a6d 100644 --- a/src/generated/Security/AttackSimulation/LandingPages/Item/Details/Item/LandingPageDetailItemRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/LandingPages/Item/Details/Item/LandingPageDetailItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class LandingPageDetailItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property details for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property details for security"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// The detail information for a landing page associated with a simulation during its creation. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The detail information for a landing page associated with a simulation during its creation."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property details in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property details in security"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LandingPageDetailItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LandingPageDetailItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/landingPages/{landingPage%2Did}/details/{landingPageDetail%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LandingPageDetailItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LandingPageDetailItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/landingPages/{landingPage%2Did}/details/{landingPageDetail%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public LandingPageDetailItemRequestBuilder(string rawUrl) : base("{+baseurl}/sec /// /// Delete navigation property details for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/security/attackSimulation/landingPages/{landingPage%2Did}/details/{landingPageDetail%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The detail information for a landing page associated with a simulation during its creation. /// + /// 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 /// Update the navigation property details in security /// + /// 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 ToPatchRequestInformation(LandingPageDetail body, Acti public RequestInformation ToPatchRequestInformation(LandingPageDetail 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}/security/attackSimulation/landingPages/{landingPage%2Did}/details/{landingPageDetail%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/LandingPages/Item/LandingPageItemRequestBuilder.cs b/src/generated/Security/AttackSimulation/LandingPages/Item/LandingPageItemRequestBuilder.cs index f7069af19e..ce07b7a60c 100644 --- a/src/generated/Security/AttackSimulation/LandingPages/Item/LandingPageItemRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/LandingPages/Item/LandingPageItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class LandingPageItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property landingPages for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property landingPages for security"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the details property of the microsoft.graph.landingPage entity. /// + /// A public Command BuildDetailsNavCommand() { var command = new Command("details"); command.Description = "Provides operations to manage the details property of the microsoft.graph.landingPage entity."; @@ -81,6 +83,7 @@ public Command BuildDetailsNavCommand() { /// /// Represents an attack simulation training landing page. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents an attack simulation training landing page."; @@ -131,6 +134,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property landingPages in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property landingPages in security"; @@ -178,13 +182,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LandingPageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LandingPageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/landingPages/{landingPage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LandingPageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LandingPageItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/landingPages/{landingPage%2Did}{?%24expand,%24select}", rawUrl) { @@ -192,6 +196,7 @@ public LandingPageItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/ /// /// Delete navigation property landingPages for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -200,7 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/attackSimulation/landingPages/{landingPage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -208,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents an attack simulation training landing page. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -224,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property landingPages in security /// + /// 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 @@ -234,7 +241,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.LandingPage bo public RequestInformation ToPatchRequestInformation(ApiSdk.Models.LandingPage 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}/security/attackSimulation/landingPages/{landingPage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/LandingPages/LandingPagesRequestBuilder.cs b/src/generated/Security/AttackSimulation/LandingPages/LandingPagesRequestBuilder.cs index 2614cee3f2..631b7df949 100644 --- a/src/generated/Security/AttackSimulation/LandingPages/LandingPagesRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/LandingPages/LandingPagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class LandingPagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the landingPages property of the microsoft.graph.attackSimulationRoot 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 landingPages for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to landingPages for security"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// Get a list of the landingPage objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the landingPage objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-1.0"; @@ -186,13 +190,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new LandingPagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LandingPagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/landingPages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new LandingPagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LandingPagesRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/landingPages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +204,7 @@ public LandingPagesRequestBuilder(string rawUrl) : base("{+baseurl}/security/att /// /// Get a list of the landingPage 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 @@ -216,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to landingPages for security /// + /// 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(ApiSdk.Models.LandingPage bod public RequestInformation ToPostRequestInformation(ApiSdk.Models.LandingPage 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}/security/attackSimulation/landingPages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/LoginPages/Count/CountRequestBuilder.cs b/src/generated/Security/AttackSimulation/LoginPages/Count/CountRequestBuilder.cs index d650569cef..e197584891 100644 --- a/src/generated/Security/AttackSimulation/LoginPages/Count/CountRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/LoginPages/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}/security/attackSimulation/loginPages/$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}/security/attackSimulation/loginPages/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimu /// /// 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/Security/AttackSimulation/LoginPages/Item/LoginPageItemRequestBuilder.cs b/src/generated/Security/AttackSimulation/LoginPages/Item/LoginPageItemRequestBuilder.cs index 5ce2268188..12e8908a12 100644 --- a/src/generated/Security/AttackSimulation/LoginPages/Item/LoginPageItemRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/LoginPages/Item/LoginPageItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class LoginPageItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property loginPages for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property loginPages for security"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Represents an attack simulation training login page. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents an attack simulation training login page."; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property loginPages in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property loginPages in security"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new LoginPageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LoginPageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/loginPages/{loginPage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LoginPageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LoginPageItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/loginPages/{loginPage%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public LoginPageItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/at /// /// Delete navigation property loginPages for security /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/attackSimulation/loginPages/{loginPage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents an attack simulation training login page. /// + /// 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 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property loginPages in security /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.LoginPage body public RequestInformation ToPatchRequestInformation(ApiSdk.Models.LoginPage 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}/security/attackSimulation/loginPages/{loginPage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/LoginPages/LoginPagesRequestBuilder.cs b/src/generated/Security/AttackSimulation/LoginPages/LoginPagesRequestBuilder.cs index 7d3bdfbbe4..a7cfef0fdf 100644 --- a/src/generated/Security/AttackSimulation/LoginPages/LoginPagesRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/LoginPages/LoginPagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class LoginPagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the loginPages property of the microsoft.graph.attackSimulationRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new LoginPageItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to loginPages for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to loginPages for security"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// Get a list of the loginPage objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the loginPage objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-1.0"; @@ -184,13 +188,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new LoginPagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LoginPagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/loginPages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new LoginPagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LoginPagesRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/loginPages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -198,6 +202,7 @@ public LoginPagesRequestBuilder(string rawUrl) : base("{+baseurl}/security/attac /// /// Get a list of the loginPage 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 @@ -214,6 +219,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to loginPages for security /// + /// 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 @@ -224,7 +230,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.LoginPage body, public RequestInformation ToPostRequestInformation(ApiSdk.Models.LoginPage 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}/security/attackSimulation/loginPages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/Operations/Count/CountRequestBuilder.cs b/src/generated/Security/AttackSimulation/Operations/Count/CountRequestBuilder.cs index 2c3590802c..ced5cb1513 100644 --- a/src/generated/Security/AttackSimulation/Operations/Count/CountRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/Operations/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}/security/attackSimulation/operations/$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}/security/attackSimulation/operations/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimu /// /// 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/Security/AttackSimulation/Operations/Item/AttackSimulationOperationItemRequestBuilder.cs b/src/generated/Security/AttackSimulation/Operations/Item/AttackSimulationOperationItemRequestBuilder.cs index bebb63af82..ffca420cbf 100644 --- a/src/generated/Security/AttackSimulation/Operations/Item/AttackSimulationOperationItemRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/Operations/Item/AttackSimulationOperationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AttackSimulationOperationItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property operations for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property operations for security"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Get an attack simulation operation to track a long-running operation request for a tenant. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get an attack simulation operation to track a long-running operation request for a tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-1.0"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property operations in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property operations in security"; @@ -153,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AttackSimulationOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AttackSimulationOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/operations/{attackSimulationOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AttackSimulationOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AttackSimulationOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/operations/{attackSimulationOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -167,6 +170,7 @@ public AttackSimulationOperationItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property operations for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -175,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}/security/attackSimulation/operations/{attackSimulationOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -183,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get an attack simulation operation to track a long-running operation request 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 @@ -199,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property operations in security /// + /// 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 @@ -209,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(AttackSimulationOperation bo public RequestInformation ToPatchRequestInformation(AttackSimulationOperation 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}/security/attackSimulation/operations/{attackSimulationOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/Operations/OperationsRequestBuilder.cs b/src/generated/Security/AttackSimulation/Operations/OperationsRequestBuilder.cs index ab7936a667..680fe071a6 100644 --- a/src/generated/Security/AttackSimulation/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/Operations/OperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the operations property of the microsoft.graph.attackSimulationRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AttackSimulationOperationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to operations for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to operations for security"; @@ -93,6 +96,7 @@ public Command BuildCreateCommand() { /// /// Get an attack simulation operation to track a long-running operation request for a tenant. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get an attack simulation operation to track a long-running operation request for a tenant."; @@ -183,13 +187,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -197,6 +201,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/security/attac /// /// Get an attack simulation operation to track a long-running operation request 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 @@ -213,6 +218,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for security /// + /// 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 @@ -223,7 +229,7 @@ public RequestInformation ToPostRequestInformation(AttackSimulationOperation bod public RequestInformation ToPostRequestInformation(AttackSimulationOperation 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}/security/attackSimulation/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/Payloads/Count/CountRequestBuilder.cs b/src/generated/Security/AttackSimulation/Payloads/Count/CountRequestBuilder.cs index d9ee28403f..336143cf5a 100644 --- a/src/generated/Security/AttackSimulation/Payloads/Count/CountRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/Payloads/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}/security/attackSimulation/payloads/$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}/security/attackSimulation/payloads/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimu /// /// 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/Security/AttackSimulation/Payloads/Item/PayloadItemRequestBuilder.cs b/src/generated/Security/AttackSimulation/Payloads/Item/PayloadItemRequestBuilder.cs index fc712eb1b4..a5e98852b2 100644 --- a/src/generated/Security/AttackSimulation/Payloads/Item/PayloadItemRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/Payloads/Item/PayloadItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class PayloadItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property payloads for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property payloads for security"; @@ -55,6 +56,7 @@ public Command BuildDeleteCommand() { /// /// Represents an attack simulation training campaign payload in a tenant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents an attack simulation training campaign payload in a tenant."; @@ -105,6 +107,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property payloads in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property payloads in security"; @@ -152,13 +155,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PayloadItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PayloadItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/payloads/{payload%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PayloadItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PayloadItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/payloads/{payload%2Did}{?%24expand,%24select}", rawUrl) { @@ -166,6 +169,7 @@ public PayloadItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/atta /// /// Delete navigation property payloads for security /// + /// 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 +178,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/attackSimulation/payloads/{payload%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +186,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents an attack simulation training campaign payload in 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 @@ -198,6 +203,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property payloads in security /// + /// 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 +214,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Payload body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Payload 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}/security/attackSimulation/payloads/{payload%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/Payloads/PayloadsRequestBuilder.cs b/src/generated/Security/AttackSimulation/Payloads/PayloadsRequestBuilder.cs index 24b3c049ec..ae91c5f303 100644 --- a/src/generated/Security/AttackSimulation/Payloads/PayloadsRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/Payloads/PayloadsRequestBuilder.cs @@ -24,6 +24,7 @@ public class PayloadsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the payloads property of the microsoft.graph.attackSimulationRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new PayloadItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to payloads for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to payloads for security"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// Get a list of payloads for attack simulation campaigns. This operation expects the mandatory parameter source to filter and query the respective data source. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of payloads for attack simulation campaigns. This operation expects the mandatory parameter source to filter and query the respective data source.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-1.0"; @@ -184,13 +188,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PayloadsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PayloadsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/payloads{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PayloadsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PayloadsRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/payloads{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -198,6 +202,7 @@ public PayloadsRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackS /// /// Get a list of payloads for attack simulation campaigns. This operation expects the mandatory parameter source to filter and query the respective data source. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,6 +219,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to payloads for security /// + /// 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 @@ -224,7 +230,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.Payload body, A public RequestInformation ToPostRequestInformation(ApiSdk.Models.Payload 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}/security/attackSimulation/payloads", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/SimulationAutomations/Count/CountRequestBuilder.cs b/src/generated/Security/AttackSimulation/SimulationAutomations/Count/CountRequestBuilder.cs index 726fefea0e..271fa0306d 100644 --- a/src/generated/Security/AttackSimulation/SimulationAutomations/Count/CountRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/SimulationAutomations/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}/security/attackSimulation/simulationAutomations/$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}/security/attackSimulation/simulationAutomations/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimu /// /// 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/Security/AttackSimulation/SimulationAutomations/Item/Runs/Count/CountRequestBuilder.cs b/src/generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/Count/CountRequestBuilder.cs index 011138720f..aad6daca5b 100644 --- a/src/generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/Count/CountRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/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}/security/attackSimulation/simulationAutomations/{simulationAutomation%2Did}/runs/$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}/security/attackSimulation/simulationAutomations/{simulationAutomation%2Did}/runs/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimu /// /// 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/Security/AttackSimulation/SimulationAutomations/Item/Runs/Item/SimulationAutomationRunItemRequestBuilder.cs b/src/generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/Item/SimulationAutomationRunItemRequestBuilder.cs index a134b68d40..422d0e5d77 100644 --- a/src/generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/Item/SimulationAutomationRunItemRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/Item/SimulationAutomationRunItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class SimulationAutomationRunItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property runs for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property runs for security"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// A collection of simulation automation runs. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A collection of simulation automation runs."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property runs in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property runs in security"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SimulationAutomationRunItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SimulationAutomationRunItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/simulationAutomations/{simulationAutomation%2Did}/runs/{simulationAutomationRun%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SimulationAutomationRunItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SimulationAutomationRunItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/simulationAutomations/{simulationAutomation%2Did}/runs/{simulationAutomationRun%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public SimulationAutomationRunItemRequestBuilder(string rawUrl) : base("{+baseur /// /// Delete navigation property runs for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/security/attackSimulation/simulationAutomations/{simulationAutomation%2Did}/runs/{simulationAutomationRun%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A collection of simulation automation runs. /// + /// 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 /// Update the navigation property runs in security /// + /// 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 ToPatchRequestInformation(SimulationAutomationRun body public RequestInformation ToPatchRequestInformation(SimulationAutomationRun 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}/security/attackSimulation/simulationAutomations/{simulationAutomation%2Did}/runs/{simulationAutomationRun%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/RunsRequestBuilder.cs b/src/generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/RunsRequestBuilder.cs index 2d0366213d..af8ec93b57 100644 --- a/src/generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/RunsRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/SimulationAutomations/Item/Runs/RunsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RunsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the runs property of the microsoft.graph.simulationAutomation entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new SimulationAutomationRunItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to runs for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to runs for security"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Get a list of the attack simulation automation runs for a tenant. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the attack simulation automation runs for a tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RunsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RunsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/simulationAutomations/{simulationAutomation%2Did}/runs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RunsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RunsRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/simulationAutomations/{simulationAutomation%2Did}/runs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public RunsRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimul /// /// Get a list of the attack simulation automation runs 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 @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to runs for security /// + /// 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 @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(SimulationAutomationRun body, public RequestInformation ToPostRequestInformation(SimulationAutomationRun 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}/security/attackSimulation/simulationAutomations/{simulationAutomation%2Did}/runs", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/SimulationAutomations/Item/SimulationAutomationItemRequestBuilder.cs b/src/generated/Security/AttackSimulation/SimulationAutomations/Item/SimulationAutomationItemRequestBuilder.cs index bafe4018ed..bb8f2c5de9 100644 --- a/src/generated/Security/AttackSimulation/SimulationAutomations/Item/SimulationAutomationItemRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/SimulationAutomations/Item/SimulationAutomationItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class SimulationAutomationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property simulationAutomations for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property simulationAutomations for security"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Get an attack simulation automation for a tenant. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get an attack simulation automation for a tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property simulationAutomations in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property simulationAutomations in security"; @@ -156,6 +159,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the runs property of the microsoft.graph.simulationAutomation entity. /// + /// A public Command BuildRunsNavCommand() { var command = new Command("runs"); command.Description = "Provides operations to manage the runs property of the microsoft.graph.simulationAutomation entity."; @@ -179,13 +183,13 @@ public Command BuildRunsNavCommand() { return command; } /// - /// Instantiates a new SimulationAutomationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SimulationAutomationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/simulationAutomations/{simulationAutomation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SimulationAutomationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SimulationAutomationItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/simulationAutomations/{simulationAutomation%2Did}{?%24expand,%24select}", rawUrl) { @@ -193,6 +197,7 @@ public SimulationAutomationItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property simulationAutomations for security /// + /// 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}/security/attackSimulation/simulationAutomations/{simulationAutomation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -209,6 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get an attack simulation automation 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 simulationAutomations in security /// + /// 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(SimulationAutomation body, A public RequestInformation ToPatchRequestInformation(SimulationAutomation 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}/security/attackSimulation/simulationAutomations/{simulationAutomation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/SimulationAutomations/SimulationAutomationsRequestBuilder.cs b/src/generated/Security/AttackSimulation/SimulationAutomations/SimulationAutomationsRequestBuilder.cs index ab3c31a019..19c07663ac 100644 --- a/src/generated/Security/AttackSimulation/SimulationAutomations/SimulationAutomationsRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/SimulationAutomations/SimulationAutomationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SimulationAutomationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the simulationAutomations property of the microsoft.graph.attackSimulationRoot 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 simulationAutomations for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to simulationAutomations for security"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// Get a list of attack simulation automations for a tenant. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of attack simulation automations for a tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0"; @@ -186,13 +190,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SimulationAutomationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SimulationAutomationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/simulationAutomations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SimulationAutomationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SimulationAutomationsRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/simulationAutomations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +204,7 @@ public SimulationAutomationsRequestBuilder(string rawUrl) : base("{+baseurl}/sec /// /// Get a list of attack simulation automations 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 simulationAutomations for security /// + /// 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(SimulationAutomation body, Ac public RequestInformation ToPostRequestInformation(SimulationAutomation 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}/security/attackSimulation/simulationAutomations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/Simulations/Count/CountRequestBuilder.cs b/src/generated/Security/AttackSimulation/Simulations/Count/CountRequestBuilder.cs index 9770444c24..b998d1923a 100644 --- a/src/generated/Security/AttackSimulation/Simulations/Count/CountRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/Simulations/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}/security/attackSimulation/simulations/$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}/security/attackSimulation/simulations/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimu /// /// 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/Security/AttackSimulation/Simulations/Item/LandingPage/LandingPageRequestBuilder.cs b/src/generated/Security/AttackSimulation/Simulations/Item/LandingPage/LandingPageRequestBuilder.cs index a7dcce59b4..965ab28c22 100644 --- a/src/generated/Security/AttackSimulation/Simulations/Item/LandingPage/LandingPageRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/Simulations/Item/LandingPage/LandingPageRequestBuilder.cs @@ -22,6 +22,7 @@ public class LandingPageRequestBuilder : BaseCliRequestBuilder { /// /// The landing page associated with a simulation during its creation. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The landing page associated with a simulation during its creation."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new LandingPageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LandingPageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/simulations/{simulation%2Did}/landingPage{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LandingPageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LandingPageRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/simulations/{simulation%2Did}/landingPage{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public LandingPageRequestBuilder(string rawUrl) : base("{+baseurl}/security/atta /// /// The landing page associated with a simulation during its creation. /// + /// 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/Security/AttackSimulation/Simulations/Item/LoginPage/LoginPageRequestBuilder.cs b/src/generated/Security/AttackSimulation/Simulations/Item/LoginPage/LoginPageRequestBuilder.cs index 3a9198b217..70f0b2c989 100644 --- a/src/generated/Security/AttackSimulation/Simulations/Item/LoginPage/LoginPageRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/Simulations/Item/LoginPage/LoginPageRequestBuilder.cs @@ -22,6 +22,7 @@ public class LoginPageRequestBuilder : BaseCliRequestBuilder { /// /// The login page associated with a simulation during its creation. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The login page associated with a simulation during its creation."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new LoginPageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LoginPageRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/simulations/{simulation%2Did}/loginPage{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LoginPageRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LoginPageRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/simulations/{simulation%2Did}/loginPage{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public LoginPageRequestBuilder(string rawUrl) : base("{+baseurl}/security/attack /// /// The login page associated with a simulation during its creation. /// + /// 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/Security/AttackSimulation/Simulations/Item/Payload/PayloadRequestBuilder.cs b/src/generated/Security/AttackSimulation/Simulations/Item/Payload/PayloadRequestBuilder.cs index 08517de0b6..3e5dad1392 100644 --- a/src/generated/Security/AttackSimulation/Simulations/Item/Payload/PayloadRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/Simulations/Item/Payload/PayloadRequestBuilder.cs @@ -22,6 +22,7 @@ public class PayloadRequestBuilder : BaseCliRequestBuilder { /// /// The payload associated with a simulation during its creation. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The payload associated with a simulation during its creation."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PayloadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PayloadRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/simulations/{simulation%2Did}/payload{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PayloadRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PayloadRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/simulations/{simulation%2Did}/payload{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public PayloadRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSi /// /// The payload associated with a simulation during its creation. /// + /// 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/Security/AttackSimulation/Simulations/Item/SimulationItemRequestBuilder.cs b/src/generated/Security/AttackSimulation/Simulations/Item/SimulationItemRequestBuilder.cs index 35ec8ade23..e006beacf1 100644 --- a/src/generated/Security/AttackSimulation/Simulations/Item/SimulationItemRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/Simulations/Item/SimulationItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class SimulationItemRequestBuilder : BaseCliRequestBuilder { /// Delete an attack simulation campaign for a tenant. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an attack simulation campaign for a tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/simulation-delete?view=graph-rest-1.0"; @@ -60,6 +61,7 @@ public Command BuildDeleteCommand() { /// Get an attack simulation campaign for a tenant. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get an attack simulation campaign for a tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/simulation-get?view=graph-rest-1.0"; @@ -110,6 +112,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the landingPage property of the microsoft.graph.simulation entity. /// + /// A public Command BuildLandingPageNavCommand() { var command = new Command("landing-page"); command.Description = "Provides operations to manage the landingPage property of the microsoft.graph.simulation entity."; @@ -125,6 +128,7 @@ public Command BuildLandingPageNavCommand() { /// /// Provides operations to manage the loginPage property of the microsoft.graph.simulation entity. /// + /// A public Command BuildLoginPageNavCommand() { var command = new Command("login-page"); command.Description = "Provides operations to manage the loginPage property of the microsoft.graph.simulation entity."; @@ -141,6 +145,7 @@ public Command BuildLoginPageNavCommand() { /// Update an attack simulation campaign for a tenant. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update an attack simulation campaign for a tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/simulation-update?view=graph-rest-1.0"; @@ -190,6 +195,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the payload property of the microsoft.graph.simulation entity. /// + /// A public Command BuildPayloadNavCommand() { var command = new Command("payload"); command.Description = "Provides operations to manage the payload property of the microsoft.graph.simulation entity."; @@ -203,13 +209,13 @@ public Command BuildPayloadNavCommand() { return command; } /// - /// Instantiates a new SimulationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SimulationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/simulations/{simulation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SimulationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SimulationItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/simulations/{simulation%2Did}{?%24expand,%24select}", rawUrl) { @@ -217,6 +223,7 @@ public SimulationItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/a /// /// Delete an attack simulation campaign 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/attackSimulation/simulations/{simulation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -233,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get an attack simulation campaign 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 @@ -249,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update an attack simulation campaign for a tenant. /// + /// 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 @@ -259,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(Simulation 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}/security/attackSimulation/simulations/{simulation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/Simulations/SimulationsRequestBuilder.cs b/src/generated/Security/AttackSimulation/Simulations/SimulationsRequestBuilder.cs index 4bc2cdcf71..a584e02e41 100644 --- a/src/generated/Security/AttackSimulation/Simulations/SimulationsRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/Simulations/SimulationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SimulationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the simulations property of the microsoft.graph.attackSimulationRoot 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 an attack simulation campaign for a tenant. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create an attack simulation campaign for a tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-1.0"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// Get a list of attack simulation campaigns for a tenant. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of attack simulation campaigns for a tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0"; @@ -189,13 +193,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SimulationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SimulationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/simulations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SimulationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SimulationsRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/simulations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -203,6 +207,7 @@ public SimulationsRequestBuilder(string rawUrl) : base("{+baseurl}/security/atta /// /// Get a list of attack simulation campaigns 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 @@ -219,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create an attack simulation campaign for a tenant. /// + /// 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(Simulation 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}/security/attackSimulation/simulations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/Trainings/Count/CountRequestBuilder.cs b/src/generated/Security/AttackSimulation/Trainings/Count/CountRequestBuilder.cs index 29339104e5..e30d58ed78 100644 --- a/src/generated/Security/AttackSimulation/Trainings/Count/CountRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/Trainings/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}/security/attackSimulation/trainings/$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}/security/attackSimulation/trainings/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimu /// /// 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/Security/AttackSimulation/Trainings/Item/LanguageDetails/Count/CountRequestBuilder.cs b/src/generated/Security/AttackSimulation/Trainings/Item/LanguageDetails/Count/CountRequestBuilder.cs index ffb29e567a..eaac70be7c 100644 --- a/src/generated/Security/AttackSimulation/Trainings/Item/LanguageDetails/Count/CountRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/Trainings/Item/LanguageDetails/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}/security/attackSimulation/trainings/{training%2Did}/languageDetails/$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}/security/attackSimulation/trainings/{training%2Did}/languageDetails/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimu /// /// 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/Security/AttackSimulation/Trainings/Item/LanguageDetails/Item/TrainingLanguageDetailItemRequestBuilder.cs b/src/generated/Security/AttackSimulation/Trainings/Item/LanguageDetails/Item/TrainingLanguageDetailItemRequestBuilder.cs index 90ef6438c4..1f848430b3 100644 --- a/src/generated/Security/AttackSimulation/Trainings/Item/LanguageDetails/Item/TrainingLanguageDetailItemRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/Trainings/Item/LanguageDetails/Item/TrainingLanguageDetailItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class TrainingLanguageDetailItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property languageDetails for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property languageDetails for security"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Language specific details on a training. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Language specific details on a training."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property languageDetails in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property languageDetails in security"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TrainingLanguageDetailItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TrainingLanguageDetailItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/trainings/{training%2Did}/languageDetails/{trainingLanguageDetail%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TrainingLanguageDetailItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TrainingLanguageDetailItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/trainings/{training%2Did}/languageDetails/{trainingLanguageDetail%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public TrainingLanguageDetailItemRequestBuilder(string rawUrl) : base("{+baseurl /// /// Delete navigation property languageDetails for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/security/attackSimulation/trainings/{training%2Did}/languageDetails/{trainingLanguageDetail%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Language specific details on a training. /// + /// 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 /// Update the navigation property languageDetails in security /// + /// 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 ToPatchRequestInformation(TrainingLanguageDetail body, public RequestInformation ToPatchRequestInformation(TrainingLanguageDetail 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}/security/attackSimulation/trainings/{training%2Did}/languageDetails/{trainingLanguageDetail%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/Trainings/Item/LanguageDetails/LanguageDetailsRequestBuilder.cs b/src/generated/Security/AttackSimulation/Trainings/Item/LanguageDetails/LanguageDetailsRequestBuilder.cs index 9798e329bb..7e93890168 100644 --- a/src/generated/Security/AttackSimulation/Trainings/Item/LanguageDetails/LanguageDetailsRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/Trainings/Item/LanguageDetails/LanguageDetailsRequestBuilder.cs @@ -24,6 +24,7 @@ public class LanguageDetailsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the languageDetails property of the microsoft.graph.training entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new TrainingLanguageDetailItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to languageDetails for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to languageDetails for security"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Language specific details on a training. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Language specific details on a training."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new LanguageDetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LanguageDetailsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/trainings/{training%2Did}/languageDetails{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new LanguageDetailsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LanguageDetailsRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/trainings/{training%2Did}/languageDetails{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public LanguageDetailsRequestBuilder(string rawUrl) : base("{+baseurl}/security/ /// /// Language specific details on a training. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to languageDetails for security /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(TrainingLanguageDetail body, public RequestInformation ToPostRequestInformation(TrainingLanguageDetail 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}/security/attackSimulation/trainings/{training%2Did}/languageDetails", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/Trainings/Item/TrainingItemRequestBuilder.cs b/src/generated/Security/AttackSimulation/Trainings/Item/TrainingItemRequestBuilder.cs index 5b268d7cf8..88aaa555a0 100644 --- a/src/generated/Security/AttackSimulation/Trainings/Item/TrainingItemRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/Trainings/Item/TrainingItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class TrainingItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property trainings for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property trainings for security"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// /// Represents details about attack simulation trainings. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents details about attack simulation trainings."; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the languageDetails property of the microsoft.graph.training entity. /// + /// A public Command BuildLanguageDetailsNavCommand() { var command = new Command("language-details"); command.Description = "Provides operations to manage the languageDetails property of the microsoft.graph.training entity."; @@ -131,6 +134,7 @@ public Command BuildLanguageDetailsNavCommand() { /// /// Update the navigation property trainings in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property trainings in security"; @@ -178,13 +182,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TrainingItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TrainingItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/trainings/{training%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TrainingItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TrainingItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/trainings/{training%2Did}{?%24expand,%24select}", rawUrl) { @@ -192,6 +196,7 @@ public TrainingItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/att /// /// Delete navigation property trainings for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -200,7 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/attackSimulation/trainings/{training%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -208,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents details about attack simulation trainings. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -224,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property trainings in security /// + /// 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 @@ -234,7 +241,7 @@ public RequestInformation ToPatchRequestInformation(Training 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}/security/attackSimulation/trainings/{training%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/AttackSimulation/Trainings/TrainingsRequestBuilder.cs b/src/generated/Security/AttackSimulation/Trainings/TrainingsRequestBuilder.cs index e5d867b86e..4269b9a1da 100644 --- a/src/generated/Security/AttackSimulation/Trainings/TrainingsRequestBuilder.cs +++ b/src/generated/Security/AttackSimulation/Trainings/TrainingsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TrainingsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the trainings property of the microsoft.graph.attackSimulationRoot 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 trainings for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to trainings for security"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// Get a list of the training objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the training objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-1.0"; @@ -186,13 +190,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TrainingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TrainingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/attackSimulation/trainings{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TrainingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TrainingsRequestBuilder(string rawUrl) : base("{+baseurl}/security/attackSimulation/trainings{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +204,7 @@ public TrainingsRequestBuilder(string rawUrl) : base("{+baseurl}/security/attack /// /// Get a list of the training 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 @@ -216,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to trainings for security /// + /// 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(Training 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}/security/attackSimulation/trainings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/CasesRequestBuilder.cs b/src/generated/Security/Cases/CasesRequestBuilder.cs index eab311cd8c..9649abfa79 100644 --- a/src/generated/Security/Cases/CasesRequestBuilder.cs +++ b/src/generated/Security/Cases/CasesRequestBuilder.cs @@ -23,6 +23,7 @@ public class CasesRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property cases for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property cases for security"; @@ -50,6 +51,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the ediscoveryCases property of the microsoft.graph.security.casesRoot entity. /// + /// A public Command BuildEdiscoveryCasesNavCommand() { var command = new Command("ediscovery-cases"); command.Description = "Provides operations to manage the ediscoveryCases property of the microsoft.graph.security.casesRoot entity."; @@ -75,6 +77,7 @@ public Command BuildEdiscoveryCasesNavCommand() { /// /// Get cases from security /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get cases from security"; @@ -119,6 +122,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property cases in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property cases in security"; @@ -160,13 +164,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new CasesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CasesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CasesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CasesRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases{?%24expand,%24select}", rawUrl) { @@ -174,6 +178,7 @@ public CasesRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases{?%24 /// /// Delete navigation property cases for security /// + /// 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}/security/cases", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -190,6 +195,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get cases from security /// + /// 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 cases in security /// + /// 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(CasesRoot 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}/security/cases", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Count/CountRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Count/CountRequestBuilder.cs index af194917f2..75a98ab436 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/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}/security/cases/ediscoveryCases/$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}/security/cases/ediscoveryCases/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edis /// /// 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/Security/Cases/EdiscoveryCases/EdiscoveryCasesRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/EdiscoveryCasesRequestBuilder.cs index 3957bff2e3..a9a897e9be 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/EdiscoveryCasesRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/EdiscoveryCasesRequestBuilder.cs @@ -24,6 +24,7 @@ public class EdiscoveryCasesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the ediscoveryCases property of the microsoft.graph.security.casesRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -45,6 +46,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."; @@ -61,6 +63,7 @@ public Command BuildCountNavCommand() { /// Create a new ediscoveryCase object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new ediscoveryCase object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-1.0"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// Get a list of the ediscoveryCase objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the ediscoveryCase objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0"; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new EdiscoveryCasesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EdiscoveryCasesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new EdiscoveryCasesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EdiscoveryCasesRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public EdiscoveryCasesRequestBuilder(string rawUrl) : base("{+baseurl}/security/ /// /// Get a list of the ediscoveryCase 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 @@ -225,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new ediscoveryCase 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 @@ -235,7 +241,7 @@ public RequestInformation ToPostRequestInformation(EdiscoveryCase 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}/security/cases/ediscoveryCases", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Count/CountRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Count/CountRequestBuilder.cs index a93b63cc65..911d329a84 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/$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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edis /// /// 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/Security/Cases/EdiscoveryCases/Item/Custodians/CustodiansRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/CustodiansRequestBuilder.cs index 6af0920ff9..c99a13ae05 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/CustodiansRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/CustodiansRequestBuilder.cs @@ -26,6 +26,7 @@ public class CustodiansRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the custodians property of the microsoft.graph.security.ediscoveryCase entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -47,6 +48,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."; @@ -63,6 +65,7 @@ public Command BuildCountNavCommand() { /// Create a new ediscoveryCustodian object.After the custodian object is created, you will need to create the custodian's userSource to reference their mailbox and OneDrive for Business site. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new ediscoveryCustodian object.After the custodian object is created, you will need to create the custodian's userSource to reference their mailbox and OneDrive for Business site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-1.0"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// Get a list of the custodian objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the custodian objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0"; @@ -211,6 +215,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the applyHold method. /// + /// A public Command BuildMicrosoftGraphSecurityApplyHoldNavCommand() { var command = new Command("microsoft-graph-security-apply-hold"); command.Description = "Provides operations to call the applyHold method."; @@ -226,6 +231,7 @@ public Command BuildMicrosoftGraphSecurityApplyHoldNavCommand() { /// /// Provides operations to call the removeHold method. /// + /// A public Command BuildMicrosoftGraphSecurityRemoveHoldNavCommand() { var command = new Command("microsoft-graph-security-remove-hold"); command.Description = "Provides operations to call the removeHold method."; @@ -239,13 +245,13 @@ public Command BuildMicrosoftGraphSecurityRemoveHoldNavCommand() { return command; } /// - /// Instantiates a new CustodiansRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CustodiansRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CustodiansRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CustodiansRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -253,6 +259,7 @@ public CustodiansRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases /// /// Get a list of the custodian 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 @@ -269,6 +276,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new ediscoveryCustodian object.After the custodian object is created, you will need to create the custodian's userSource to reference their mailbox and OneDrive for Business site. /// + /// 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 +287,7 @@ public RequestInformation ToPostRequestInformation(EdiscoveryCustodian body, Act public RequestInformation ToPostRequestInformation(EdiscoveryCustodian 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/EdiscoveryCustodianItemRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/EdiscoveryCustodianItemRequestBuilder.cs index f8d781bfd0..1f7328f01a 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/EdiscoveryCustodianItemRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/EdiscoveryCustodianItemRequestBuilder.cs @@ -31,6 +31,7 @@ public class EdiscoveryCustodianItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property custodians for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property custodians for security"; @@ -71,6 +72,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an ediscoveryCustodian object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an ediscoveryCustodian object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-1.0"; @@ -127,6 +129,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the lastIndexOperation property of the microsoft.graph.security.ediscoveryCustodian entity. /// + /// A public Command BuildLastIndexOperationNavCommand() { var command = new Command("last-index-operation"); command.Description = "Provides operations to manage the lastIndexOperation property of the microsoft.graph.security.ediscoveryCustodian entity."; @@ -142,6 +145,7 @@ public Command BuildLastIndexOperationNavCommand() { /// /// Provides operations to call the activate method. /// + /// A public Command BuildMicrosoftGraphSecurityActivateNavCommand() { var command = new Command("microsoft-graph-security-activate"); command.Description = "Provides operations to call the activate method."; @@ -157,6 +161,7 @@ public Command BuildMicrosoftGraphSecurityActivateNavCommand() { /// /// Provides operations to call the applyHold method. /// + /// A public Command BuildMicrosoftGraphSecurityApplyHoldByIdNavCommand() { var command = new Command("microsoft-graph-security-apply-hold-by-id"); command.Description = "Provides operations to call the applyHold method."; @@ -172,6 +177,7 @@ public Command BuildMicrosoftGraphSecurityApplyHoldByIdNavCommand() { /// /// Provides operations to call the release method. /// + /// A public Command BuildMicrosoftGraphSecurityReleaseNavCommand() { var command = new Command("microsoft-graph-security-release"); command.Description = "Provides operations to call the release method."; @@ -187,6 +193,7 @@ public Command BuildMicrosoftGraphSecurityReleaseNavCommand() { /// /// Provides operations to call the removeHold method. /// + /// A public Command BuildMicrosoftGraphSecurityRemoveHoldByIdNavCommand() { var command = new Command("microsoft-graph-security-remove-hold-by-id"); command.Description = "Provides operations to call the removeHold method."; @@ -202,6 +209,7 @@ public Command BuildMicrosoftGraphSecurityRemoveHoldByIdNavCommand() { /// /// Provides operations to call the updateIndex method. /// + /// A public Command BuildMicrosoftGraphSecurityUpdateIndexNavCommand() { var command = new Command("microsoft-graph-security-update-index"); command.Description = "Provides operations to call the updateIndex method."; @@ -217,6 +225,7 @@ public Command BuildMicrosoftGraphSecurityUpdateIndexNavCommand() { /// /// Update the navigation property custodians in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property custodians in security"; @@ -272,6 +281,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the siteSources property of the microsoft.graph.security.ediscoveryCustodian entity. /// + /// A public Command BuildSiteSourcesNavCommand() { var command = new Command("site-sources"); command.Description = "Provides operations to manage the siteSources property of the microsoft.graph.security.ediscoveryCustodian entity."; @@ -297,6 +307,7 @@ public Command BuildSiteSourcesNavCommand() { /// /// Provides operations to manage the unifiedGroupSources property of the microsoft.graph.security.ediscoveryCustodian entity. /// + /// A public Command BuildUnifiedGroupSourcesNavCommand() { var command = new Command("unified-group-sources"); command.Description = "Provides operations to manage the unifiedGroupSources property of the microsoft.graph.security.ediscoveryCustodian entity."; @@ -322,6 +333,7 @@ public Command BuildUnifiedGroupSourcesNavCommand() { /// /// Provides operations to manage the userSources property of the microsoft.graph.security.ediscoveryCustodian entity. /// + /// A public Command BuildUserSourcesNavCommand() { var command = new Command("user-sources"); command.Description = "Provides operations to manage the userSources property of the microsoft.graph.security.ediscoveryCustodian entity."; @@ -345,13 +357,13 @@ public Command BuildUserSourcesNavCommand() { return command; } /// - /// Instantiates a new EdiscoveryCustodianItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EdiscoveryCustodianItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EdiscoveryCustodianItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EdiscoveryCustodianItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}{?%24expand,%24select}", rawUrl) { @@ -359,6 +371,7 @@ public EdiscoveryCustodianItemRequestBuilder(string rawUrl) : base("{+baseurl}/s /// /// Delete navigation property custodians for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -367,7 +380,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -375,6 +388,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an ediscoveryCustodian 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 @@ -391,6 +405,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property custodians in security /// + /// 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 @@ -401,7 +416,7 @@ public RequestInformation ToPatchRequestInformation(EdiscoveryCustodian body, Ac public RequestInformation ToPatchRequestInformation(EdiscoveryCustodian 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/LastIndexOperation/LastIndexOperationRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/LastIndexOperation/LastIndexOperationRequestBuilder.cs index de55193c75..378f0f1994 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/LastIndexOperation/LastIndexOperationRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/LastIndexOperation/LastIndexOperationRequestBuilder.cs @@ -23,6 +23,7 @@ public class LastIndexOperationRequestBuilder : BaseCliRequestBuilder { /// Get a list of the ediscoveryIndexOperations associated with an ediscoveryCustodian. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a list of the ediscoveryIndexOperations associated with an ediscoveryCustodian.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new LastIndexOperationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastIndexOperationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/lastIndexOperation{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastIndexOperationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastIndexOperationRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/lastIndexOperation{?%24expand,%24select}", rawUrl) { @@ -91,6 +92,7 @@ public LastIndexOperationRequestBuilder(string rawUrl) : base("{+baseurl}/securi /// /// Get a list of the ediscoveryIndexOperations associated with an ediscoveryCustodian. /// + /// 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/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityActivate/MicrosoftGraphSecurityActivateRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityActivate/MicrosoftGraphSecurityActivateRequestBuilder.cs index 940a80a86d..a7a30b658e 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityActivate/MicrosoftGraphSecurityActivateRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityActivate/MicrosoftGraphSecurityActivateRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphSecurityActivateRequestBuilder : BaseCliRequestBuilde /// Activate a custodian that has been released from a case to make them part of the case again. For details, see Manage custodians in an eDiscovery (Premium) case. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Activate a custodian that has been released from a case to make them part of the case again. For details, see Manage custodians in an eDiscovery (Premium) case.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityActivateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityActivateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/microsoft.graph.security.activate", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityActivateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityActivateRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/microsoft.graph.security.activate", rawUrl) { @@ -66,6 +67,7 @@ public MicrosoftGraphSecurityActivateRequestBuilder(string rawUrl) : base("{+bas /// /// Activate a custodian that has been released from a case to make them part of the case again. For details, see Manage custodians in an eDiscovery (Premium) case. /// + /// 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/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs index cb95959120..7cce0f3b36 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphSecurityApplyHoldRequestBuilder : BaseCliRequestBuild /// Start the process of applying hold on eDiscovery custodians. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that will return an eDiscoveryHoldOperation object. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Start the process of applying hold on eDiscovery custodians. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that will return an eDiscoveryHoldOperation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityApplyHoldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityApplyHoldRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/microsoft.graph.security.applyHold", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityApplyHoldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityApplyHoldRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/microsoft.graph.security.applyHold", rawUrl) { @@ -66,6 +67,7 @@ public MicrosoftGraphSecurityApplyHoldRequestBuilder(string rawUrl) : base("{+ba /// /// Start the process of applying hold on eDiscovery custodians. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that will return an eDiscoveryHoldOperation 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/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.cs index ac32f246ad..bef9248b1b 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphSecurityReleaseRequestBuilder : BaseCliRequestBuilder /// Release a custodian from a case. For details, see Release a custodian from a case. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Release a custodian from a case. For details, see Release a custodian from a case.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityReleaseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityReleaseRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/microsoft.graph.security.release", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityReleaseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityReleaseRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/microsoft.graph.security.release", rawUrl) { @@ -66,6 +67,7 @@ public MicrosoftGraphSecurityReleaseRequestBuilder(string rawUrl) : base("{+base /// /// Release a custodian from a case. For details, see Release a custodian from a case. /// + /// 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/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs index 92599a4ee0..b914f4db07 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphSecurityRemoveHoldRequestBuilder : BaseCliRequestBuil /// Start the process of removing hold from eDiscovery custodians. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that will return an eDiscoveryHoldOperation object. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Start the process of removing hold from eDiscovery custodians. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that will return an eDiscoveryHoldOperation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityRemoveHoldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityRemoveHoldRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/microsoft.graph.security.removeHold", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityRemoveHoldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityRemoveHoldRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/microsoft.graph.security.removeHold", rawUrl) { @@ -66,6 +67,7 @@ public MicrosoftGraphSecurityRemoveHoldRequestBuilder(string rawUrl) : base("{+b /// /// Start the process of removing hold from eDiscovery custodians. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that will return an eDiscoveryHoldOperation 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/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.cs index 2a73549f5e..aa561b8a0a 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphSecurityUpdateIndexRequestBuilder : BaseCliRequestBui /// Trigger an indexOperation to make a custodian and associated sources searchable. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Trigger an indexOperation to make a custodian and associated sources searchable.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityUpdateIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityUpdateIndexRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/microsoft.graph.security.updateIndex", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityUpdateIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityUpdateIndexRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/microsoft.graph.security.updateIndex", rawUrl) { @@ -66,6 +67,7 @@ public MicrosoftGraphSecurityUpdateIndexRequestBuilder(string rawUrl) : base("{+ /// /// Trigger an indexOperation to make a custodian and associated sources searchable. /// + /// 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/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/Count/CountRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/Count/CountRequestBuilder.cs index ba669661f4..1cb207d9bb 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/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"; @@ -65,13 +66,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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/siteSources/$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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/siteSources/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edis /// /// 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/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/Item/Site/SiteRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/Item/Site/SiteRequestBuilder.cs index 6bea35472f..849e54064c 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/Item/Site/SiteRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/Item/Site/SiteRequestBuilder.cs @@ -22,6 +22,7 @@ public class SiteRequestBuilder : BaseCliRequestBuilder { /// /// The SharePoint site associated with the siteSource. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The SharePoint site associated with the siteSource."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SiteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SiteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/siteSources/{siteSource%2Did}/site{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SiteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SiteRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/siteSources/{siteSource%2Did}/site{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public SiteRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edisc /// /// The SharePoint site associated with the siteSource. /// + /// 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/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/Item/SiteSourceItemRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/Item/SiteSourceItemRequestBuilder.cs index f8243c1986..f91d924787 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/Item/SiteSourceItemRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/Item/SiteSourceItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class SiteSourceItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property siteSources for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property siteSources for security"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Data source entity for SharePoint sites associated with the custodian. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Data source entity for SharePoint sites associated with the custodian."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property siteSources in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property siteSources in security"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the site property of the microsoft.graph.security.siteSource entity. /// + /// A public Command BuildSiteNavCommand() { var command = new Command("site"); command.Description = "Provides operations to manage the site property of the microsoft.graph.security.siteSource entity."; @@ -204,13 +208,13 @@ public Command BuildSiteNavCommand() { return command; } /// - /// Instantiates a new SiteSourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SiteSourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/siteSources/{siteSource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SiteSourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SiteSourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/siteSources/{siteSource%2Did}{?%24expand,%24select}", rawUrl) { @@ -218,6 +222,7 @@ public SiteSourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/c /// /// Delete navigation property siteSources for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,7 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/siteSources/{siteSource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -234,6 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Data source entity for SharePoint sites associated with the custodian. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property siteSources in security /// + /// 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 @@ -260,7 +267,7 @@ public RequestInformation ToPatchRequestInformation(SiteSource 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/siteSources/{siteSource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/SiteSourcesRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/SiteSourcesRequestBuilder.cs index 4c33f7e65b..96ef88866c 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/SiteSourcesRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/SiteSources/SiteSourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class SiteSourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the siteSources property of the microsoft.graph.security.ediscoveryCustodian 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new siteSource object associated with an eDiscovery custodian. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new siteSource object associated with an eDiscovery custodian.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-1.0"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// Get a list of the siteSource objects associated with an ediscoveryCustodian. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the siteSource objects associated with an ediscoveryCustodian.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-1.0"; @@ -211,13 +215,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SiteSourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SiteSourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/siteSources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SiteSourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SiteSourcesRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/siteSources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -225,6 +229,7 @@ public SiteSourcesRequestBuilder(string rawUrl) : base("{+baseurl}/security/case /// /// Get a list of the siteSource objects associated with an ediscoveryCustodian. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +246,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new siteSource object associated with an eDiscovery custodian. /// + /// 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 @@ -251,7 +257,7 @@ public RequestInformation ToPostRequestInformation(SiteSource 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/siteSources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Count/CountRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Count/CountRequestBuilder.cs index 4ffc1d90fa..14769f7105 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/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"; @@ -65,13 +66,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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/unifiedGroupSources/$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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/unifiedGroupSources/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edis /// /// 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/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/GroupRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/GroupRequestBuilder.cs index 3ef1011bcf..ddd79cfc6a 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/GroupRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/GroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GroupRequestBuilder : BaseCliRequestBuilder { /// /// Represents a group. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents a group."; @@ -85,6 +86,7 @@ public Command BuildGetCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -104,13 +106,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/unifiedGroupSources/{unifiedGroupSource%2Did}/group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/unifiedGroupSources/{unifiedGroupSource%2Did}/group{?%24expand,%24select}", rawUrl) { @@ -118,6 +120,7 @@ public GroupRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edis /// /// Represents a group. /// + /// 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/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 8f9c09e17a..e8969bc875 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/ServiceProvisioningErrors/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"; @@ -71,13 +72,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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/unifiedGroupSources/{unifiedGroupSource%2Did}/group/serviceProvisioningErrors/$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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/unifiedGroupSources/{unifiedGroupSource%2Did}/group/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edis /// /// 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/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 3b7f76b230..72782d53bd 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/Group/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -146,13 +148,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/unifiedGroupSources/{unifiedGroupSource%2Did}/group/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/unifiedGroupSources/{unifiedGroupSource%2Did}/group/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +162,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/UnifiedGroupSourceItemRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/UnifiedGroupSourceItemRequestBuilder.cs index 140ba27876..4703efdb2f 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/UnifiedGroupSourceItemRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/Item/UnifiedGroupSourceItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class UnifiedGroupSourceItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property unifiedGroupSources for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property unifiedGroupSources for security"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Data source entity for groups associated with the custodian. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Data source entity for groups associated with the custodian."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the group property of the microsoft.graph.security.unifiedGroupSource entity. /// + /// A public Command BuildGroupNavCommand() { var command = new Command("group"); command.Description = "Provides operations to manage the group property of the microsoft.graph.security.unifiedGroupSource entity."; @@ -151,6 +154,7 @@ public Command BuildGroupNavCommand() { /// /// Update the navigation property unifiedGroupSources in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property unifiedGroupSources in security"; @@ -210,13 +214,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UnifiedGroupSourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedGroupSourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/unifiedGroupSources/{unifiedGroupSource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UnifiedGroupSourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedGroupSourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/unifiedGroupSources/{unifiedGroupSource%2Did}{?%24expand,%24select}", rawUrl) { @@ -224,6 +228,7 @@ public UnifiedGroupSourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/se /// /// Delete navigation property unifiedGroupSources for security /// + /// 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,7 +237,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/unifiedGroupSources/{unifiedGroupSource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -240,6 +245,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Data source entity for groups associated with the custodian. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -256,6 +262,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property unifiedGroupSources in security /// + /// 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 @@ -266,7 +273,7 @@ public RequestInformation ToPatchRequestInformation(UnifiedGroupSource body, Act public RequestInformation ToPatchRequestInformation(UnifiedGroupSource 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/unifiedGroupSources/{unifiedGroupSource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/UnifiedGroupSourcesRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/UnifiedGroupSourcesRequestBuilder.cs index 78fd28a1f6..ab3507f405 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/UnifiedGroupSourcesRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UnifiedGroupSources/UnifiedGroupSourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class UnifiedGroupSourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the unifiedGroupSources property of the microsoft.graph.security.ediscoveryCustodian 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new unifiedGroupSource object associated with an eDiscovery custodian. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new unifiedGroupSource object associated with an eDiscovery custodian.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-1.0"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// Get a list of the unifiedGroupSource objects associated with an ediscoveryCustodian. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the unifiedGroupSource objects associated with an ediscoveryCustodian.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-1.0"; @@ -211,13 +215,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UnifiedGroupSourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnifiedGroupSourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/unifiedGroupSources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UnifiedGroupSourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnifiedGroupSourcesRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/unifiedGroupSources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -225,6 +229,7 @@ public UnifiedGroupSourcesRequestBuilder(string rawUrl) : base("{+baseurl}/secur /// /// Get a list of the unifiedGroupSource objects associated with an ediscoveryCustodian. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +246,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new unifiedGroupSource object associated with an eDiscovery custodian. /// + /// 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 @@ -251,7 +257,7 @@ public RequestInformation ToPostRequestInformation(UnifiedGroupSource body, Acti public RequestInformation ToPostRequestInformation(UnifiedGroupSource 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/unifiedGroupSources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/Count/CountRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/Count/CountRequestBuilder.cs index 07b24936e7..cdc4e94c36 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/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"; @@ -65,13 +66,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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/userSources/$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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/userSources/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edis /// /// 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/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/Item/UserSourceItemRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/Item/UserSourceItemRequestBuilder.cs index 633540f038..7b2f497d1a 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/Item/UserSourceItemRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/Item/UserSourceItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class UserSourceItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property userSources for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property userSources for security"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Data source entity for a the custodian. This is the container for a custodian's mailbox and OneDrive for Business site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Data source entity for a the custodian. This is the container for a custodian's mailbox and OneDrive for Business site."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property userSources in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property userSources in security"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new UserSourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserSourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/userSources/{userSource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserSourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserSourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/userSources/{userSource%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public UserSourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/c /// /// Delete navigation property userSources for security /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/userSources/{userSource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Data source entity for a the custodian. This is the container for a custodian's mailbox and OneDrive for Business site. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property userSources in security /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(UserSource 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/userSources/{userSource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/UserSourcesRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/UserSourcesRequestBuilder.cs index 1c7430412d..5ed9aaed32 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/UserSourcesRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/Item/UserSources/UserSourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserSourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the userSources property of the microsoft.graph.security.ediscoveryCustodian entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new UserSourceItemRequestBuilder(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 userSource object associated with an eDiscovery custodian. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new userSource object associated with an eDiscovery custodian.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-1.0"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// Get a list of the userSource objects associated with an ediscoveryCustodian. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the userSource objects associated with an ediscoveryCustodian.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-1.0"; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new UserSourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserSourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/userSources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new UserSourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserSourcesRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/userSources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public UserSourcesRequestBuilder(string rawUrl) : base("{+baseurl}/security/case /// /// Get a list of the userSource objects associated with an ediscoveryCustodian. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new userSource object associated with an eDiscovery custodian. /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(UserSource 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/{ediscoveryCustodian%2Did}/userSources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityApplyHold/ApplyHoldPostRequestBody.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityApplyHold/ApplyHoldPostRequestBody.cs index 076c72ea25..84373bc109 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityApplyHold/ApplyHoldPostRequestBody.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityApplyHold/ApplyHoldPostRequestBody.cs @@ -17,7 +17,7 @@ public class ApplyHoldPostRequestBody : IAdditionalDataHolder, IParsable { public List Ids { get; set; } #endif /// - /// Instantiates a new applyHoldPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyHoldPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ApplyHoldPostRequestBody() { /// /// 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 ApplyHoldPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ApplyHoldPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs index 77d3d06360..b3a3873e5c 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs @@ -21,6 +21,7 @@ public class MicrosoftGraphSecurityApplyHoldRequestBuilder : BaseCliRequestBuild /// /// Invoke action applyHold /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyHold"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityApplyHoldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityApplyHoldRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/microsoft.graph.security.applyHold", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityApplyHoldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityApplyHoldRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/microsoft.graph.security.applyHold", rawUrl) { @@ -72,6 +73,7 @@ public MicrosoftGraphSecurityApplyHoldRequestBuilder(string rawUrl) : base("{+ba /// /// Invoke action applyHold /// + /// 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/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs index e8b250fd2f..f0f214878f 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs @@ -21,6 +21,7 @@ public class MicrosoftGraphSecurityRemoveHoldRequestBuilder : BaseCliRequestBuil /// /// Invoke action removeHold /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action removeHold"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityRemoveHoldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityRemoveHoldRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/microsoft.graph.security.removeHold", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityRemoveHoldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityRemoveHoldRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/custodians/microsoft.graph.security.removeHold", rawUrl) { @@ -72,6 +73,7 @@ public MicrosoftGraphSecurityRemoveHoldRequestBuilder(string rawUrl) : base("{+b /// /// Invoke action removeHold /// + /// 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/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityRemoveHold/RemoveHoldPostRequestBody.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityRemoveHold/RemoveHoldPostRequestBody.cs index 4511ccb2e6..67157cb1f0 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityRemoveHold/RemoveHoldPostRequestBody.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Custodians/MicrosoftGraphSecurityRemoveHold/RemoveHoldPostRequestBody.cs @@ -17,7 +17,7 @@ public class RemoveHoldPostRequestBody : IAdditionalDataHolder, IParsable { public List Ids { get; set; } #endif /// - /// Instantiates a new removeHoldPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RemoveHoldPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public RemoveHoldPostRequestBody() { /// /// 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 RemoveHoldPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static RemoveHoldPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/EdiscoveryCaseItemRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/EdiscoveryCaseItemRequestBuilder.cs index 05c310f64e..d19f135093 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/EdiscoveryCaseItemRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/EdiscoveryCaseItemRequestBuilder.cs @@ -31,6 +31,7 @@ public class EdiscoveryCaseItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the custodians property of the microsoft.graph.security.ediscoveryCase entity. /// + /// A public Command BuildCustodiansNavCommand() { var command = new Command("custodians"); command.Description = "Provides operations to manage the custodians property of the microsoft.graph.security.ediscoveryCase entity."; @@ -59,6 +60,7 @@ public Command BuildCustodiansNavCommand() { /// Delete an ediscoveryCase object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an ediscoveryCase object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-1.0"; @@ -93,6 +95,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an ediscoveryCase object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an ediscoveryCase object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-1.0"; @@ -143,6 +146,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the close method. /// + /// A public Command BuildMicrosoftGraphSecurityCloseNavCommand() { var command = new Command("microsoft-graph-security-close"); command.Description = "Provides operations to call the close method."; @@ -158,6 +162,7 @@ public Command BuildMicrosoftGraphSecurityCloseNavCommand() { /// /// Provides operations to call the reopen method. /// + /// A public Command BuildMicrosoftGraphSecurityReopenNavCommand() { var command = new Command("microsoft-graph-security-reopen"); command.Description = "Provides operations to call the reopen method."; @@ -173,6 +178,7 @@ public Command BuildMicrosoftGraphSecurityReopenNavCommand() { /// /// Provides operations to manage the noncustodialDataSources property of the microsoft.graph.security.ediscoveryCase entity. /// + /// A public Command BuildNoncustodialDataSourcesNavCommand() { var command = new Command("noncustodial-data-sources"); command.Description = "Provides operations to manage the noncustodialDataSources property of the microsoft.graph.security.ediscoveryCase entity."; @@ -200,6 +206,7 @@ public Command BuildNoncustodialDataSourcesNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.security.ediscoveryCase entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.security.ediscoveryCase entity."; @@ -226,6 +233,7 @@ public Command BuildOperationsNavCommand() { /// Update the properties of an ediscoveryCase object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an ediscoveryCase object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-1.0"; @@ -275,6 +283,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the reviewSets property of the microsoft.graph.security.ediscoveryCase entity. /// + /// A public Command BuildReviewSetsNavCommand() { var command = new Command("review-sets"); command.Description = "Provides operations to manage the reviewSets property of the microsoft.graph.security.ediscoveryCase entity."; @@ -300,6 +309,7 @@ public Command BuildReviewSetsNavCommand() { /// /// Provides operations to manage the searches property of the microsoft.graph.security.ediscoveryCase entity. /// + /// A public Command BuildSearchesNavCommand() { var command = new Command("searches"); command.Description = "Provides operations to manage the searches property of the microsoft.graph.security.ediscoveryCase entity."; @@ -325,6 +335,7 @@ public Command BuildSearchesNavCommand() { /// /// Provides operations to manage the settings property of the microsoft.graph.security.ediscoveryCase entity. /// + /// A public Command BuildSettingsNavCommand() { var command = new Command("settings"); command.Description = "Provides operations to manage the settings property of the microsoft.graph.security.ediscoveryCase entity."; @@ -348,6 +359,7 @@ public Command BuildSettingsNavCommand() { /// /// Provides operations to manage the tags property of the microsoft.graph.security.ediscoveryCase entity. /// + /// A public Command BuildTagsNavCommand() { var command = new Command("tags"); command.Description = "Provides operations to manage the tags property of the microsoft.graph.security.ediscoveryCase entity."; @@ -372,13 +384,13 @@ public Command BuildTagsNavCommand() { return command; } /// - /// Instantiates a new EdiscoveryCaseItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EdiscoveryCaseItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EdiscoveryCaseItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EdiscoveryCaseItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}{?%24expand,%24select}", rawUrl) { @@ -386,6 +398,7 @@ public EdiscoveryCaseItemRequestBuilder(string rawUrl) : base("{+baseurl}/securi /// /// Delete an ediscoveryCase 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 @@ -394,7 +407,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -402,6 +415,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an ediscoveryCase 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 @@ -418,6 +432,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an ediscoveryCase 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 @@ -428,7 +443,7 @@ public RequestInformation ToPatchRequestInformation(EdiscoveryCase body, Action< public RequestInformation ToPatchRequestInformation(EdiscoveryCase 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityClose/MicrosoftGraphSecurityCloseRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityClose/MicrosoftGraphSecurityCloseRequestBuilder.cs index 4d352491c5..ef98510a9d 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityClose/MicrosoftGraphSecurityCloseRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityClose/MicrosoftGraphSecurityCloseRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphSecurityCloseRequestBuilder : BaseCliRequestBuilder { /// Close an eDiscovery case. For details, see Close a case. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Close an eDiscovery case. For details, see Close a case.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityCloseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityCloseRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/microsoft.graph.security.close", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityCloseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityCloseRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/microsoft.graph.security.close", rawUrl) { @@ -60,6 +61,7 @@ public MicrosoftGraphSecurityCloseRequestBuilder(string rawUrl) : base("{+baseur /// /// Close an eDiscovery case. For details, see Close a case. /// + /// 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/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityReopen/MicrosoftGraphSecurityReopenRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityReopen/MicrosoftGraphSecurityReopenRequestBuilder.cs index 6a79c96a3c..94d0ac7d2a 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityReopen/MicrosoftGraphSecurityReopenRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/MicrosoftGraphSecurityReopen/MicrosoftGraphSecurityReopenRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphSecurityReopenRequestBuilder : BaseCliRequestBuilder /// Reopen an eDiscovery case that was closed. For details, see Reopen a closed case. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reopen an eDiscovery case that was closed. For details, see Reopen a closed case.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityReopenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityReopenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/microsoft.graph.security.reopen", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityReopenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityReopenRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/microsoft.graph.security.reopen", rawUrl) { @@ -60,6 +61,7 @@ public MicrosoftGraphSecurityReopenRequestBuilder(string rawUrl) : base("{+baseu /// /// Reopen an eDiscovery case that was closed. For details, see Reopen a closed case. /// + /// 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/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Count/CountRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Count/CountRequestBuilder.cs index 62c8e3a799..8bc4071261 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/$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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edis /// /// 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/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/DataSource/DataSourceRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/DataSource/DataSourceRequestBuilder.cs index 100e64e110..569da40da3 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/DataSource/DataSourceRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/DataSource/DataSourceRequestBuilder.cs @@ -22,6 +22,7 @@ public class DataSourceRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property dataSource for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property dataSource for security"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// User source or SharePoint site data source as noncustodial data source. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "User source or SharePoint site data source as noncustodial data source."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property dataSource in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property dataSource in security"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DataSourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DataSourceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/{ediscoveryNoncustodialDataSource%2Did}/dataSource{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DataSourceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DataSourceRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/{ediscoveryNoncustodialDataSource%2Did}/dataSource{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public DataSourceRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases /// /// Delete navigation property dataSource for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/{ediscoveryNoncustodialDataSource%2Did}/dataSource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// User source or SharePoint site data source as noncustodial data source. /// + /// 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 /// Update the navigation property dataSource in security /// + /// 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 ToPatchRequestInformation(ApiSdk.Models.Security.DataS public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Security.DataSource 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/{ediscoveryNoncustodialDataSource%2Did}/dataSource", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/EdiscoveryNoncustodialDataSourceItemRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/EdiscoveryNoncustodialDataSourceItemRequestBuilder.cs index 8a6ce5c89e..83f1e77ad3 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/EdiscoveryNoncustodialDataSourceItemRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/EdiscoveryNoncustodialDataSourceItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class EdiscoveryNoncustodialDataSourceItemRequestBuilder : BaseCliRequest /// /// Provides operations to manage the dataSource property of the microsoft.graph.security.ediscoveryNoncustodialDataSource entity. /// + /// A public Command BuildDataSourceNavCommand() { var command = new Command("data-source"); command.Description = "Provides operations to manage the dataSource property of the microsoft.graph.security.ediscoveryNoncustodialDataSource entity."; @@ -45,6 +46,7 @@ public Command BuildDataSourceNavCommand() { /// /// Delete navigation property noncustodialDataSources for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property noncustodialDataSources for security"; @@ -84,6 +86,7 @@ public Command BuildDeleteCommand() { /// /// Returns a list of case ediscoveryNoncustodialDataSource objects for this case. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Returns a list of case ediscoveryNoncustodialDataSource objects for this case."; @@ -140,6 +143,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the lastIndexOperation property of the microsoft.graph.security.ediscoveryNoncustodialDataSource entity. /// + /// A public Command BuildLastIndexOperationNavCommand() { var command = new Command("last-index-operation"); command.Description = "Provides operations to manage the lastIndexOperation property of the microsoft.graph.security.ediscoveryNoncustodialDataSource entity."; @@ -155,6 +159,7 @@ public Command BuildLastIndexOperationNavCommand() { /// /// Provides operations to call the applyHold method. /// + /// A public Command BuildMicrosoftGraphSecurityApplyHoldByIdNavCommand() { var command = new Command("microsoft-graph-security-apply-hold-by-id"); command.Description = "Provides operations to call the applyHold method."; @@ -170,6 +175,7 @@ public Command BuildMicrosoftGraphSecurityApplyHoldByIdNavCommand() { /// /// Provides operations to call the release method. /// + /// A public Command BuildMicrosoftGraphSecurityReleaseNavCommand() { var command = new Command("microsoft-graph-security-release"); command.Description = "Provides operations to call the release method."; @@ -185,6 +191,7 @@ public Command BuildMicrosoftGraphSecurityReleaseNavCommand() { /// /// Provides operations to call the removeHold method. /// + /// A public Command BuildMicrosoftGraphSecurityRemoveHoldByIdNavCommand() { var command = new Command("microsoft-graph-security-remove-hold-by-id"); command.Description = "Provides operations to call the removeHold method."; @@ -200,6 +207,7 @@ public Command BuildMicrosoftGraphSecurityRemoveHoldByIdNavCommand() { /// /// Provides operations to call the updateIndex method. /// + /// A public Command BuildMicrosoftGraphSecurityUpdateIndexNavCommand() { var command = new Command("microsoft-graph-security-update-index"); command.Description = "Provides operations to call the updateIndex method."; @@ -215,6 +223,7 @@ public Command BuildMicrosoftGraphSecurityUpdateIndexNavCommand() { /// /// Update the navigation property noncustodialDataSources in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property noncustodialDataSources in security"; @@ -268,13 +277,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EdiscoveryNoncustodialDataSourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EdiscoveryNoncustodialDataSourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/{ediscoveryNoncustodialDataSource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EdiscoveryNoncustodialDataSourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EdiscoveryNoncustodialDataSourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/{ediscoveryNoncustodialDataSource%2Did}{?%24expand,%24select}", rawUrl) { @@ -282,6 +291,7 @@ public EdiscoveryNoncustodialDataSourceItemRequestBuilder(string rawUrl) : base( /// /// Delete navigation property noncustodialDataSources for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -290,7 +300,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/{ediscoveryNoncustodialDataSource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -298,6 +308,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Returns a list of case ediscoveryNoncustodialDataSource objects for this case. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -314,6 +325,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property noncustodialDataSources in security /// + /// 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 @@ -324,7 +336,7 @@ public RequestInformation ToPatchRequestInformation(EdiscoveryNoncustodialDataSo public RequestInformation ToPatchRequestInformation(EdiscoveryNoncustodialDataSource 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/{ediscoveryNoncustodialDataSource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/LastIndexOperation/LastIndexOperationRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/LastIndexOperation/LastIndexOperationRequestBuilder.cs index 32c3d9767e..6659e2499a 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/LastIndexOperation/LastIndexOperationRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/LastIndexOperation/LastIndexOperationRequestBuilder.cs @@ -22,6 +22,7 @@ public class LastIndexOperationRequestBuilder : BaseCliRequestBuilder { /// /// Operation entity that represents the latest indexing for the noncustodial data source. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Operation entity that represents the latest indexing for the noncustodial data source."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new LastIndexOperationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastIndexOperationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/{ediscoveryNoncustodialDataSource%2Did}/lastIndexOperation{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastIndexOperationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastIndexOperationRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/{ediscoveryNoncustodialDataSource%2Did}/lastIndexOperation{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public LastIndexOperationRequestBuilder(string rawUrl) : base("{+baseurl}/securi /// /// Operation entity that represents the latest indexing for the noncustodial data source. /// + /// 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/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs index 86744a4f62..af71ec0143 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphSecurityApplyHoldRequestBuilder : BaseCliRequestBuild /// Start the process of applying hold on eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation object. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Start the process of applying hold on eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityApplyHoldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityApplyHoldRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/{ediscoveryNoncustodialDataSource%2Did}/microsoft.graph.security.applyHold", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityApplyHoldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityApplyHoldRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/{ediscoveryNoncustodialDataSource%2Did}/microsoft.graph.security.applyHold", rawUrl) { @@ -66,6 +67,7 @@ public MicrosoftGraphSecurityApplyHoldRequestBuilder(string rawUrl) : base("{+ba /// /// Start the process of applying hold on eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation 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/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.cs index 56808f9e2f..a3e3c96bf8 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRelease/MicrosoftGraphSecurityReleaseRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphSecurityReleaseRequestBuilder : BaseCliRequestBuilder /// Release the non-custodial data source from the case. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Release the non-custodial data source from the case.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityReleaseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityReleaseRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/{ediscoveryNoncustodialDataSource%2Did}/microsoft.graph.security.release", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityReleaseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityReleaseRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/{ediscoveryNoncustodialDataSource%2Did}/microsoft.graph.security.release", rawUrl) { @@ -66,6 +67,7 @@ public MicrosoftGraphSecurityReleaseRequestBuilder(string rawUrl) : base("{+base /// /// Release the non-custodial data source from the case. /// + /// 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/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs index 0455fe2a33..950c8579a4 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphSecurityRemoveHoldRequestBuilder : BaseCliRequestBuil /// Start the process of removing hold from eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation object. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Start the process of removing hold from eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityRemoveHoldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityRemoveHoldRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/{ediscoveryNoncustodialDataSource%2Did}/microsoft.graph.security.removeHold", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityRemoveHoldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityRemoveHoldRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/{ediscoveryNoncustodialDataSource%2Did}/microsoft.graph.security.removeHold", rawUrl) { @@ -66,6 +67,7 @@ public MicrosoftGraphSecurityRemoveHoldRequestBuilder(string rawUrl) : base("{+b /// /// Start the process of removing hold from eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation 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/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.cs index 3082423f60..5ab2682f12 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/Item/MicrosoftGraphSecurityUpdateIndex/MicrosoftGraphSecurityUpdateIndexRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphSecurityUpdateIndexRequestBuilder : BaseCliRequestBui /// Trigger an indexOperation to make a non-custodial data source and its associated data source searchable. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Trigger an indexOperation to make a non-custodial data source and its associated data source searchable.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityUpdateIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityUpdateIndexRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/{ediscoveryNoncustodialDataSource%2Did}/microsoft.graph.security.updateIndex", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityUpdateIndexRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityUpdateIndexRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/{ediscoveryNoncustodialDataSource%2Did}/microsoft.graph.security.updateIndex", rawUrl) { @@ -66,6 +67,7 @@ public MicrosoftGraphSecurityUpdateIndexRequestBuilder(string rawUrl) : base("{+ /// /// Trigger an indexOperation to make a non-custodial data source and its associated data source searchable. /// + /// 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/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityApplyHold/ApplyHoldPostRequestBody.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityApplyHold/ApplyHoldPostRequestBody.cs index b933702d11..9b4ed25643 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityApplyHold/ApplyHoldPostRequestBody.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityApplyHold/ApplyHoldPostRequestBody.cs @@ -17,7 +17,7 @@ public class ApplyHoldPostRequestBody : IAdditionalDataHolder, IParsable { public List Ids { get; set; } #endif /// - /// Instantiates a new applyHoldPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyHoldPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public ApplyHoldPostRequestBody() { /// /// 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 ApplyHoldPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static ApplyHoldPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs index cff27d5170..a25c7eabc6 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityApplyHold/MicrosoftGraphSecurityApplyHoldRequestBuilder.cs @@ -21,6 +21,7 @@ public class MicrosoftGraphSecurityApplyHoldRequestBuilder : BaseCliRequestBuild /// /// Invoke action applyHold /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action applyHold"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityApplyHoldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityApplyHoldRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/microsoft.graph.security.applyHold", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityApplyHoldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityApplyHoldRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/microsoft.graph.security.applyHold", rawUrl) { @@ -72,6 +73,7 @@ public MicrosoftGraphSecurityApplyHoldRequestBuilder(string rawUrl) : base("{+ba /// /// Invoke action applyHold /// + /// 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/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs index ea0d4f5d44..6a38e80cf3 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityRemoveHold/MicrosoftGraphSecurityRemoveHoldRequestBuilder.cs @@ -21,6 +21,7 @@ public class MicrosoftGraphSecurityRemoveHoldRequestBuilder : BaseCliRequestBuil /// /// Invoke action removeHold /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action removeHold"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityRemoveHoldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityRemoveHoldRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/microsoft.graph.security.removeHold", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityRemoveHoldRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityRemoveHoldRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources/microsoft.graph.security.removeHold", rawUrl) { @@ -72,6 +73,7 @@ public MicrosoftGraphSecurityRemoveHoldRequestBuilder(string rawUrl) : base("{+b /// /// Invoke action removeHold /// + /// 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/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityRemoveHold/RemoveHoldPostRequestBody.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityRemoveHold/RemoveHoldPostRequestBody.cs index 5357bda9b6..28056958ef 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityRemoveHold/RemoveHoldPostRequestBody.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/MicrosoftGraphSecurityRemoveHold/RemoveHoldPostRequestBody.cs @@ -17,7 +17,7 @@ public class RemoveHoldPostRequestBody : IAdditionalDataHolder, IParsable { public List Ids { get; set; } #endif /// - /// Instantiates a new removeHoldPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RemoveHoldPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public RemoveHoldPostRequestBody() { /// /// 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 RemoveHoldPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static RemoveHoldPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/NoncustodialDataSourcesRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/NoncustodialDataSourcesRequestBuilder.cs index b10f70e210..faea7c5e6e 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/NoncustodialDataSourcesRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/NoncustodialDataSources/NoncustodialDataSourcesRequestBuilder.cs @@ -26,6 +26,7 @@ public class NoncustodialDataSourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the noncustodialDataSources property of the microsoft.graph.security.ediscoveryCase entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -44,6 +45,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."; @@ -60,6 +62,7 @@ public Command BuildCountNavCommand() { /// Create a new ediscoveryNoncustodialDataSource object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new ediscoveryNoncustodialDataSource object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-1.0"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// /// Returns a list of case ediscoveryNoncustodialDataSource objects for this case. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Returns a list of case ediscoveryNoncustodialDataSource objects for this case."; @@ -207,6 +211,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the applyHold method. /// + /// A public Command BuildMicrosoftGraphSecurityApplyHoldNavCommand() { var command = new Command("microsoft-graph-security-apply-hold"); command.Description = "Provides operations to call the applyHold method."; @@ -222,6 +227,7 @@ public Command BuildMicrosoftGraphSecurityApplyHoldNavCommand() { /// /// Provides operations to call the removeHold method. /// + /// A public Command BuildMicrosoftGraphSecurityRemoveHoldNavCommand() { var command = new Command("microsoft-graph-security-remove-hold"); command.Description = "Provides operations to call the removeHold method."; @@ -235,13 +241,13 @@ public Command BuildMicrosoftGraphSecurityRemoveHoldNavCommand() { return command; } /// - /// Instantiates a new NoncustodialDataSourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NoncustodialDataSourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new NoncustodialDataSourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NoncustodialDataSourcesRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -249,6 +255,7 @@ public NoncustodialDataSourcesRequestBuilder(string rawUrl) : base("{+baseurl}/s /// /// Returns a list of case ediscoveryNoncustodialDataSource objects for this case. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -265,6 +272,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new ediscoveryNoncustodialDataSource 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 @@ -275,7 +283,7 @@ public RequestInformation ToPostRequestInformation(EdiscoveryNoncustodialDataSou public RequestInformation ToPostRequestInformation(EdiscoveryNoncustodialDataSource 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/noncustodialDataSources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Operations/Count/CountRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Operations/Count/CountRequestBuilder.cs index d3c4d6a70b..569dc49d83 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Operations/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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/operations/$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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/operations/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edis /// /// 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/Security/Cases/EdiscoveryCases/Item/Operations/Item/CaseOperationItemRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Operations/Item/CaseOperationItemRequestBuilder.cs index c63355cc35..09fc46cac6 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Operations/Item/CaseOperationItemRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Operations/Item/CaseOperationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class CaseOperationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property operations for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property operations for security"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a caseOperation object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a caseOperation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-1.0"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property operations in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property operations in security"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new CaseOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CaseOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/operations/{caseOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CaseOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CaseOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/operations/{caseOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public CaseOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/securit /// /// Delete navigation property operations for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/operations/{caseOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a caseOperation 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 @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property operations in security /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(CaseOperation 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/operations/{caseOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Operations/OperationsRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Operations/OperationsRequestBuilder.cs index eb669f9de8..3ab5a611ed 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Operations/OperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the operations property of the microsoft.graph.security.ediscoveryCase entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new CaseOperationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to operations for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to operations for security"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Get a list of the caseOperation objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the caseOperation objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases /// /// Get a list of the caseOperation 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 @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for security /// + /// 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 @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(CaseOperation 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Count/CountRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Count/CountRequestBuilder.cs index a0ce3a9a10..b473217d0d 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/$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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edis /// /// 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/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/EdiscoveryReviewSetItemRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/EdiscoveryReviewSetItemRequestBuilder.cs index d4af88df53..03411da00a 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/EdiscoveryReviewSetItemRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/EdiscoveryReviewSetItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class EdiscoveryReviewSetItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property reviewSets for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property reviewSets for security"; @@ -65,6 +66,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an ediscoveryReviewSet object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an ediscoveryReviewSet object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-1.0"; @@ -121,6 +123,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the addToReviewSet method. /// + /// A public Command BuildMicrosoftGraphSecurityAddToReviewSetNavCommand() { var command = new Command("microsoft-graph-security-add-to-review-set"); command.Description = "Provides operations to call the addToReviewSet method."; @@ -136,6 +139,7 @@ public Command BuildMicrosoftGraphSecurityAddToReviewSetNavCommand() { /// /// Provides operations to call the export method. /// + /// A public Command BuildMicrosoftGraphSecurityExportNavCommand() { var command = new Command("microsoft-graph-security-export"); command.Description = "Provides operations to call the export method."; @@ -151,6 +155,7 @@ public Command BuildMicrosoftGraphSecurityExportNavCommand() { /// /// Update the navigation property reviewSets in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property reviewSets in security"; @@ -206,6 +211,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the queries property of the microsoft.graph.security.ediscoveryReviewSet entity. /// + /// A public Command BuildQueriesNavCommand() { var command = new Command("queries"); command.Description = "Provides operations to manage the queries property of the microsoft.graph.security.ediscoveryReviewSet entity."; @@ -229,13 +235,13 @@ public Command BuildQueriesNavCommand() { return command; } /// - /// Instantiates a new EdiscoveryReviewSetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EdiscoveryReviewSetItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EdiscoveryReviewSetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EdiscoveryReviewSetItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}{?%24expand,%24select}", rawUrl) { @@ -243,6 +249,7 @@ public EdiscoveryReviewSetItemRequestBuilder(string rawUrl) : base("{+baseurl}/s /// /// Delete navigation property reviewSets for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -251,7 +258,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -259,6 +266,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an ediscoveryReviewSet 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 @@ -275,6 +283,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property reviewSets in security /// + /// 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 @@ -285,7 +294,7 @@ public RequestInformation ToPatchRequestInformation(EdiscoveryReviewSet body, Ac public RequestInformation ToPatchRequestInformation(EdiscoveryReviewSet 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/AddToReviewSetPostRequestBody.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/AddToReviewSetPostRequestBody.cs index e72c5e2f7e..6936b4c6d6 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/AddToReviewSetPostRequestBody.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/AddToReviewSetPostRequestBody.cs @@ -20,7 +20,7 @@ public class AddToReviewSetPostRequestBody : IAdditionalDataHolder, IParsable { public EdiscoverySearch Search { get; set; } #endif /// - /// Instantiates a new addToReviewSetPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddToReviewSetPostRequestBody() { AdditionalData = new Dictionary(); @@ -28,6 +28,7 @@ public AddToReviewSetPostRequestBody() { /// /// 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 AddToReviewSetPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -36,6 +37,7 @@ public static AddToReviewSetPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"additionalDataOptions", n => { AdditionalDataOptions = n.GetEnumValue(); } }, diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/MicrosoftGraphSecurityAddToReviewSetRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/MicrosoftGraphSecurityAddToReviewSetRequestBuilder.cs index 5ed9f65b4a..e94aca65f0 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/MicrosoftGraphSecurityAddToReviewSetRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityAddToReviewSet/MicrosoftGraphSecurityAddToReviewSetRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphSecurityAddToReviewSetRequestBuilder : BaseCliRequest /// Start the process of adding a collection from Microsoft 365 services to a review set. After the operation is created, you can get the status of the operation by retrieving the Location parameter from the response headers. The location provides a URL that will return a Add to review set operation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Start the process of adding a collection from Microsoft 365 services to a review set. After the operation is created, you can get the status of the operation by retrieving the Location parameter from the response headers. The location provides a URL that will return a Add to review set operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityAddToReviewSetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityAddToReviewSetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/microsoft.graph.security.addToReviewSet", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityAddToReviewSetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityAddToReviewSetRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/microsoft.graph.security.addToReviewSet", rawUrl) { @@ -79,6 +80,7 @@ public MicrosoftGraphSecurityAddToReviewSetRequestBuilder(string rawUrl) : base( /// /// Start the process of adding a collection from Microsoft 365 services to a review set. After the operation is created, you can get the status of the operation by retrieving the Location parameter from the response headers. The location provides a URL that will return a Add to review set operation. /// + /// 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/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/ExportPostRequestBody.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/ExportPostRequestBody.cs index d7d14e6980..fef5e084ae 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/ExportPostRequestBody.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/ExportPostRequestBody.cs @@ -30,7 +30,7 @@ public class ExportPostRequestBody : IAdditionalDataHolder, IParsable { public string OutputName { get; set; } #endif /// - /// Instantiates a new exportPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ExportPostRequestBody() { AdditionalData = new Dictionary(); @@ -38,6 +38,7 @@ public ExportPostRequestBody() { /// /// 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 ExportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -46,6 +47,7 @@ public static ExportPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.cs index 56cdb46004..ef64344845 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphSecurityExportRequestBuilder : BaseCliRequestBuilder /// Initiate an export from a ediscoveryReviewSet. For details, see Export documents from a review set in eDiscovery (Premium). /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Initiate an export from a ediscoveryReviewSet. For details, see Export documents from a review set in eDiscovery (Premium).\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityExportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityExportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/microsoft.graph.security.export", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityExportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityExportRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/microsoft.graph.security.export", rawUrl) { @@ -79,6 +80,7 @@ public MicrosoftGraphSecurityExportRequestBuilder(string rawUrl) : base("{+baseu /// /// Initiate an export from a ediscoveryReviewSet. For details, see Export documents from a review set in eDiscovery (Premium). /// + /// 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/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Count/CountRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Count/CountRequestBuilder.cs index 5aec4cae2e..a5643abc14 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/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"; @@ -65,13 +66,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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries/$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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edis /// /// 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/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/EdiscoveryReviewSetQueryItemRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/EdiscoveryReviewSetQueryItemRequestBuilder.cs index f646584e3d..7af2a5bb18 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/EdiscoveryReviewSetQueryItemRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/EdiscoveryReviewSetQueryItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class EdiscoveryReviewSetQueryItemRequestBuilder : BaseCliRequestBuilder /// Delete an ediscoveryReviewSetQuery object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an ediscoveryReviewSetQuery object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-1.0"; @@ -71,6 +72,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an ediscoveryReviewSetQuery object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an ediscoveryReviewSetQuery object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-1.0"; @@ -133,6 +135,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the applyTags method. /// + /// A public Command BuildMicrosoftGraphSecurityApplyTagsNavCommand() { var command = new Command("microsoft-graph-security-apply-tags"); command.Description = "Provides operations to call the applyTags method."; @@ -148,6 +151,7 @@ public Command BuildMicrosoftGraphSecurityApplyTagsNavCommand() { /// /// Provides operations to call the export method. /// + /// A public Command BuildMicrosoftGraphSecurityExportNavCommand() { var command = new Command("microsoft-graph-security-export"); command.Description = "Provides operations to call the export method."; @@ -164,6 +168,7 @@ public Command BuildMicrosoftGraphSecurityExportNavCommand() { /// Update the properties of an ediscoveryReviewSetQuery object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an ediscoveryReviewSetQuery object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-1.0"; @@ -223,13 +228,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EdiscoveryReviewSetQueryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EdiscoveryReviewSetQueryItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries/{ediscoveryReviewSetQuery%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EdiscoveryReviewSetQueryItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EdiscoveryReviewSetQueryItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries/{ediscoveryReviewSetQuery%2Did}{?%24expand,%24select}", rawUrl) { @@ -237,6 +242,7 @@ public EdiscoveryReviewSetQueryItemRequestBuilder(string rawUrl) : base("{+baseu /// /// Delete an ediscoveryReviewSetQuery 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 +251,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries/{ediscoveryReviewSetQuery%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -253,6 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an ediscoveryReviewSetQuery 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 @@ -269,6 +276,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an ediscoveryReviewSetQuery 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 +287,7 @@ public RequestInformation ToPatchRequestInformation(EdiscoveryReviewSetQuery bod public RequestInformation ToPatchRequestInformation(EdiscoveryReviewSetQuery 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries/{ediscoveryReviewSetQuery%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/ApplyTagsPostRequestBody.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/ApplyTagsPostRequestBody.cs index 25c9efbdd5..02c159023e 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/ApplyTagsPostRequestBody.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/ApplyTagsPostRequestBody.cs @@ -26,7 +26,7 @@ public class ApplyTagsPostRequestBody : IAdditionalDataHolder, IParsable { public List TagsToRemove { get; set; } #endif /// - /// Instantiates a new applyTagsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ApplyTagsPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public ApplyTagsPostRequestBody() { /// /// 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 ApplyTagsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static ApplyTagsPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"tagsToAdd", n => { TagsToAdd = n.GetCollectionOfObjectValues(EdiscoveryReviewTag.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/MicrosoftGraphSecurityApplyTagsRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/MicrosoftGraphSecurityApplyTagsRequestBuilder.cs index f26dabfc9b..c0be5bf2ff 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/MicrosoftGraphSecurityApplyTagsRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityApplyTags/MicrosoftGraphSecurityApplyTagsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphSecurityApplyTagsRequestBuilder : BaseCliRequestBuild /// Apply tags to files in an eDiscovery review set. For details, see Tag documents in a review set in eDiscovery. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Apply tags to files in an eDiscovery review set. For details, see Tag documents in a review set in eDiscovery.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityApplyTagsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityApplyTagsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries/{ediscoveryReviewSetQuery%2Did}/microsoft.graph.security.applyTags", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityApplyTagsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityApplyTagsRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries/{ediscoveryReviewSetQuery%2Did}/microsoft.graph.security.applyTags", rawUrl) { @@ -85,6 +86,7 @@ public MicrosoftGraphSecurityApplyTagsRequestBuilder(string rawUrl) : base("{+ba /// /// Apply tags to files in an eDiscovery review set. For details, see Tag documents in a review set in eDiscovery. /// + /// 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/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/ExportPostRequestBody.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/ExportPostRequestBody.cs index f81d850d0d..9df5a414f1 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/ExportPostRequestBody.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/ExportPostRequestBody.cs @@ -30,7 +30,7 @@ public class ExportPostRequestBody : IAdditionalDataHolder, IParsable { public string OutputName { get; set; } #endif /// - /// Instantiates a new exportPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ExportPostRequestBody() { AdditionalData = new Dictionary(); @@ -38,6 +38,7 @@ public ExportPostRequestBody() { /// /// 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 ExportPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -46,6 +47,7 @@ public static ExportPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"description", n => { Description = n.GetStringValue(); } }, diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.cs index c4d2bfc26d..8d44ea1a83 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphSecurityExport/MicrosoftGraphSecurityExportRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphSecurityExportRequestBuilder : BaseCliRequestBuilder /// Initiate an export from a ediscoveryReviewSetQuery. For details, see Export documents from a review set in eDiscovery (Premium). /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Initiate an export from a ediscoveryReviewSetQuery. For details, see Export documents from a review set in eDiscovery (Premium).\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityExportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityExportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries/{ediscoveryReviewSetQuery%2Did}/microsoft.graph.security.export", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityExportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityExportRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries/{ediscoveryReviewSetQuery%2Did}/microsoft.graph.security.export", rawUrl) { @@ -85,6 +86,7 @@ public MicrosoftGraphSecurityExportRequestBuilder(string rawUrl) : base("{+baseu /// /// Initiate an export from a ediscoveryReviewSetQuery. For details, see Export documents from a review set in eDiscovery (Premium). /// + /// 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/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/QueriesRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/QueriesRequestBuilder.cs index 6a9d8ef3b5..10b84b9aeb 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/QueriesRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/Item/Queries/QueriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class QueriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the queries property of the microsoft.graph.security.ediscoveryReviewSet entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Create a new ediscoveryReviewSetQuery object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new ediscoveryReviewSetQuery object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-1.0"; @@ -110,6 +113,7 @@ public Command BuildCreateCommand() { /// Get the list of queries associated with an eDiscovery review set. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of queries associated with an eDiscovery review set.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-1.0"; @@ -212,13 +216,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new QueriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public QueriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new QueriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public QueriesRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -226,6 +230,7 @@ public QueriesRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ed /// /// Get the list of queries associated with an eDiscovery review set. /// + /// 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 +247,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new ediscoveryReviewSetQuery 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 @@ -252,7 +258,7 @@ public RequestInformation ToPostRequestInformation(EdiscoveryReviewSetQuery body public RequestInformation ToPostRequestInformation(EdiscoveryReviewSetQuery 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets/{ediscoveryReviewSet%2Did}/queries", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/ReviewSetsRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/ReviewSetsRequestBuilder.cs index f5ed722b81..cec6e83096 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/ReviewSetsRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/ReviewSets/ReviewSetsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ReviewSetsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the reviewSets property of the microsoft.graph.security.ediscoveryCase 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 ediscoveryReviewSet object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new ediscoveryReviewSet object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-1.0"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// Get a list of ediscoveryReviewSet objects associated with an eDiscovery case. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of ediscoveryReviewSet objects associated with an eDiscovery case.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0"; @@ -201,13 +205,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ReviewSetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReviewSetsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ReviewSetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReviewSetsRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -215,6 +219,7 @@ public ReviewSetsRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases /// /// Get a list of ediscoveryReviewSet objects associated with an eDiscovery case. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new ediscoveryReviewSet 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(EdiscoveryReviewSet body, Act public RequestInformation ToPostRequestInformation(EdiscoveryReviewSet 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/reviewSets", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Count/CountRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Count/CountRequestBuilder.cs index be0396a44e..f73e2b59a4 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/$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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edis /// /// 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/Security/Cases/EdiscoveryCases/Item/Searches/Item/AddToReviewSetOperation/AddToReviewSetOperationRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AddToReviewSetOperation/AddToReviewSetOperationRequestBuilder.cs index 90754558c9..4cc8030213 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AddToReviewSetOperation/AddToReviewSetOperationRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AddToReviewSetOperation/AddToReviewSetOperationRequestBuilder.cs @@ -22,6 +22,7 @@ public class AddToReviewSetOperationRequestBuilder : BaseCliRequestBuilder { /// /// Adds the results of the eDiscovery search to the specified reviewSet. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Adds the results of the eDiscovery search to the specified reviewSet."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AddToReviewSetOperationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddToReviewSetOperationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/addToReviewSetOperation{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AddToReviewSetOperationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddToReviewSetOperationRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/addToReviewSetOperation{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public AddToReviewSetOperationRequestBuilder(string rawUrl) : base("{+baseurl}/s /// /// Adds the results of the eDiscovery search to the specified reviewSet. /// + /// 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/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/AdditionalSourcesRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/AdditionalSourcesRequestBuilder.cs index e9ac2bf038..36b4e269c4 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/AdditionalSourcesRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/AdditionalSourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class AdditionalSourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the additionalSources property of the microsoft.graph.security.ediscoverySearch entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DataSourceItemRequestBuilder(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 additional source associated with an eDiscovery search. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new additional source associated with an eDiscovery search.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-1.0"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// Get the list of additional sources associated with an eDiscovery search. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of additional sources associated with an eDiscovery search.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0"; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AdditionalSourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AdditionalSourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/additionalSources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AdditionalSourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AdditionalSourcesRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/additionalSources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public AdditionalSourcesRequestBuilder(string rawUrl) : base("{+baseurl}/securit /// /// Get the list of additional sources associated with an eDiscovery search. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new additional source associated with an eDiscovery search. /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.Security.DataSo public RequestInformation ToPostRequestInformation(ApiSdk.Models.Security.DataSource 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/additionalSources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/Count/CountRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/Count/CountRequestBuilder.cs index 62583bb72d..e36e1fd25c 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/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"; @@ -65,13 +66,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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/additionalSources/$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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/additionalSources/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edis /// /// 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/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/Item/DataSourceItemRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/Item/DataSourceItemRequestBuilder.cs index 20aaf85085..67bdf3ba0a 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/Item/DataSourceItemRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/AdditionalSources/Item/DataSourceItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DataSourceItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property additionalSources for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property additionalSources for security"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Adds an additional source to the eDiscovery search. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Adds an additional source to the eDiscovery search."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property additionalSources in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property additionalSources in security"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DataSourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DataSourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/additionalSources/{dataSource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DataSourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DataSourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/additionalSources/{dataSource%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public DataSourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/c /// /// Delete navigation property additionalSources for security /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/additionalSources/{dataSource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Adds an additional source to the eDiscovery search. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property additionalSources in security /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Security.DataS public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Security.DataSource 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/additionalSources/{dataSource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/Count/CountRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/Count/CountRequestBuilder.cs index 5fab378e25..47fd78b740 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/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"; @@ -65,13 +66,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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/custodianSources/$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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/custodianSources/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edis /// /// 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/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/CustodianSourcesRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/CustodianSourcesRequestBuilder.cs index cea25fc406..45843c616f 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/CustodianSourcesRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/CustodianSourcesRequestBuilder.cs @@ -24,16 +24,17 @@ public class CustodianSourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the custodianSources property of the microsoft.graph.security.ediscoverySearch entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DataSourceItemRequestBuilder(PathParameters); - executables.Add(builder.BuildDeleteCommand()); executables.Add(builder.BuildGetCommand()); return new(executables, new(0)); } /// /// 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."; @@ -50,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get the list of custodial data sources associated with an eDiscovery search. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of custodial data sources associated with an eDiscovery search.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0"; @@ -152,13 +154,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CustodianSourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CustodianSourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/custodianSources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CustodianSourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CustodianSourcesRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/custodianSources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -166,6 +168,7 @@ public CustodianSourcesRequestBuilder(string rawUrl) : base("{+baseurl}/security /// /// Get the list of custodial data sources associated with an eDiscovery search. /// + /// 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/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/Item/DataSourceItemRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/Item/DataSourceItemRequestBuilder.cs index 8f2d361c46..396add8127 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/Item/DataSourceItemRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/CustodianSources/Item/DataSourceItemRequestBuilder.cs @@ -19,55 +19,10 @@ namespace ApiSdk.Security.Cases.EdiscoveryCases.Item.Searches.Item.CustodianSour /// Provides operations to manage the custodianSources property of the microsoft.graph.security.ediscoverySearch entity. /// public class DataSourceItemRequestBuilder : BaseCliRequestBuilder { - /// - /// Remove a dataSource object. - /// Find more info here - /// - public Command BuildDeleteCommand() { - var command = new Command("delete"); - command.Description = "Remove a dataSource object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverysearch-delete-custodiansources?view=graph-rest-1.0"; - var ediscoveryCaseIdOption = new Option("--ediscovery-case-id", description: "The unique identifier of ediscoveryCase") { - }; - ediscoveryCaseIdOption.IsRequired = true; - command.AddOption(ediscoveryCaseIdOption); - var ediscoverySearchIdOption = new Option("--ediscovery-search-id", description: "The unique identifier of ediscoverySearch") { - }; - ediscoverySearchIdOption.IsRequired = true; - command.AddOption(ediscoverySearchIdOption); - var dataSourceIdOption = new Option("--data-source-id", description: "The unique identifier of dataSource") { - }; - dataSourceIdOption.IsRequired = true; - command.AddOption(dataSourceIdOption); - var ifMatchOption = new Option("--if-match", description: "ETag") { - Arity = ArgumentArity.ZeroOrMore - }; - ifMatchOption.IsRequired = false; - command.AddOption(ifMatchOption); - command.SetHandler(async (invocationContext) => { - var ediscoveryCaseId = invocationContext.ParseResult.GetValueForOption(ediscoveryCaseIdOption); - var ediscoverySearchId = invocationContext.ParseResult.GetValueForOption(ediscoverySearchIdOption); - var dataSourceId = invocationContext.ParseResult.GetValueForOption(dataSourceIdOption); - var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); - var cancellationToken = invocationContext.GetCancellationToken(); - var reqAdapter = invocationContext.GetRequestAdapter(); - var requestInfo = ToDeleteRequestInformation(q => { - }); - if (ediscoveryCaseId is not null) requestInfo.PathParameters.Add("ediscoveryCase%2Did", ediscoveryCaseId); - if (ediscoverySearchId is not null) requestInfo.PathParameters.Add("ediscoverySearch%2Did", ediscoverySearchId); - if (dataSourceId is not null) requestInfo.PathParameters.Add("dataSource%2Did", dataSourceId); - if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); - var errorMapping = new Dictionary> { - {"4XX", ODataError.CreateFromDiscriminatorValue}, - {"5XX", ODataError.CreateFromDiscriminatorValue}, - }; - await reqAdapter.SendNoContentAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken); - Console.WriteLine("Success"); - }); - return command; - } /// /// Custodian sources that are included in the eDiscovery search. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Custodian sources that are included in the eDiscovery search."; @@ -128,36 +83,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DataSourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DataSourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/custodianSources/{dataSource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DataSourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DataSourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/custodianSources/{dataSource%2Did}{?%24expand,%24select}", rawUrl) { } /// - /// Remove a dataSource object. - /// - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// /// Custodian sources that are included in the eDiscovery search. /// + /// 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/Security/Cases/EdiscoveryCases/Item/Searches/Item/EdiscoverySearchItemRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/EdiscoverySearchItemRequestBuilder.cs index 8b5db25170..00680cedc2 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/EdiscoverySearchItemRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/EdiscoverySearchItemRequestBuilder.cs @@ -29,6 +29,7 @@ public class EdiscoverySearchItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the additionalSources property of the microsoft.graph.security.ediscoverySearch entity. /// + /// A public Command BuildAdditionalSourcesNavCommand() { var command = new Command("additional-sources"); command.Description = "Provides operations to manage the additionalSources property of the microsoft.graph.security.ediscoverySearch entity."; @@ -54,6 +55,7 @@ public Command BuildAdditionalSourcesNavCommand() { /// /// Provides operations to manage the addToReviewSetOperation property of the microsoft.graph.security.ediscoverySearch entity. /// + /// A public Command BuildAddToReviewSetOperationNavCommand() { var command = new Command("add-to-review-set-operation"); command.Description = "Provides operations to manage the addToReviewSetOperation property of the microsoft.graph.security.ediscoverySearch entity."; @@ -69,6 +71,7 @@ public Command BuildAddToReviewSetOperationNavCommand() { /// /// Provides operations to manage the custodianSources property of the microsoft.graph.security.ediscoverySearch entity. /// + /// A public Command BuildCustodianSourcesNavCommand() { var command = new Command("custodian-sources"); command.Description = "Provides operations to manage the custodianSources property of the microsoft.graph.security.ediscoverySearch entity."; @@ -94,6 +97,7 @@ public Command BuildCustodianSourcesNavCommand() { /// Delete an ediscoverySearch object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete an ediscoverySearch object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-1.0"; @@ -134,6 +138,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an ediscoverySearch object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an ediscoverySearch object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-1.0"; @@ -190,6 +195,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the lastEstimateStatisticsOperation property of the microsoft.graph.security.ediscoverySearch entity. /// + /// A public Command BuildLastEstimateStatisticsOperationNavCommand() { var command = new Command("last-estimate-statistics-operation"); command.Description = "Provides operations to manage the lastEstimateStatisticsOperation property of the microsoft.graph.security.ediscoverySearch entity."; @@ -205,6 +211,7 @@ public Command BuildLastEstimateStatisticsOperationNavCommand() { /// /// Provides operations to call the estimateStatistics method. /// + /// A public Command BuildMicrosoftGraphSecurityEstimateStatisticsNavCommand() { var command = new Command("microsoft-graph-security-estimate-statistics"); command.Description = "Provides operations to call the estimateStatistics method."; @@ -220,6 +227,7 @@ public Command BuildMicrosoftGraphSecurityEstimateStatisticsNavCommand() { /// /// Provides operations to call the purgeData method. /// + /// A public Command BuildMicrosoftGraphSecurityPurgeDataNavCommand() { var command = new Command("microsoft-graph-security-purge-data"); command.Description = "Provides operations to call the purgeData method."; @@ -235,6 +243,7 @@ public Command BuildMicrosoftGraphSecurityPurgeDataNavCommand() { /// /// Provides operations to manage the noncustodialSources property of the microsoft.graph.security.ediscoverySearch entity. /// + /// A public Command BuildNoncustodialSourcesNavCommand() { var command = new Command("noncustodial-sources"); command.Description = "Provides operations to manage the noncustodialSources property of the microsoft.graph.security.ediscoverySearch entity."; @@ -260,6 +269,7 @@ public Command BuildNoncustodialSourcesNavCommand() { /// Update the properties of an ediscoverySearch object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an ediscoverySearch object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-1.0"; @@ -313,13 +323,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EdiscoverySearchItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EdiscoverySearchItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EdiscoverySearchItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EdiscoverySearchItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}{?%24expand,%24select}", rawUrl) { @@ -327,6 +337,7 @@ public EdiscoverySearchItemRequestBuilder(string rawUrl) : base("{+baseurl}/secu /// /// Delete an ediscoverySearch 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 @@ -335,7 +346,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -343,6 +354,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an ediscoverySearch 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 @@ -359,6 +371,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an ediscoverySearch 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 @@ -369,7 +382,7 @@ public RequestInformation ToPatchRequestInformation(EdiscoverySearch body, Actio public RequestInformation ToPatchRequestInformation(EdiscoverySearch 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/LastEstimateStatisticsOperation/LastEstimateStatisticsOperationRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/LastEstimateStatisticsOperation/LastEstimateStatisticsOperationRequestBuilder.cs index 2d17dfadf8..9a46c41c33 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/LastEstimateStatisticsOperation/LastEstimateStatisticsOperationRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/LastEstimateStatisticsOperation/LastEstimateStatisticsOperationRequestBuilder.cs @@ -23,6 +23,7 @@ public class LastEstimateStatisticsOperationRequestBuilder : BaseCliRequestBuild /// Get the last ediscoveryEstimateOperation objects and their properties. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the last ediscoveryEstimateOperation objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-1.0"; @@ -77,13 +78,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new LastEstimateStatisticsOperationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastEstimateStatisticsOperationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/lastEstimateStatisticsOperation{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastEstimateStatisticsOperationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastEstimateStatisticsOperationRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/lastEstimateStatisticsOperation{?%24expand,%24select}", rawUrl) { @@ -91,6 +92,7 @@ public LastEstimateStatisticsOperationRequestBuilder(string rawUrl) : base("{+ba /// /// Get the last ediscoveryEstimateOperation 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 diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityEstimateStatistics/MicrosoftGraphSecurityEstimateStatisticsRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityEstimateStatistics/MicrosoftGraphSecurityEstimateStatisticsRequestBuilder.cs index ed104949a8..8e37e994f1 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityEstimateStatistics/MicrosoftGraphSecurityEstimateStatisticsRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityEstimateStatistics/MicrosoftGraphSecurityEstimateStatisticsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphSecurityEstimateStatisticsRequestBuilder : BaseCliReq /// Run an estimate of the number of emails and documents in the eDiscovery search. To learn more about searches in eDiscovery, see Collect data for a case in eDiscovery (Premium). /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Run an estimate of the number of emails and documents in the eDiscovery search. To learn more about searches in eDiscovery, see Collect data for a case in eDiscovery (Premium).\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityEstimateStatisticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityEstimateStatisticsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/microsoft.graph.security.estimateStatistics", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityEstimateStatisticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityEstimateStatisticsRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/microsoft.graph.security.estimateStatistics", rawUrl) { @@ -66,6 +67,7 @@ public MicrosoftGraphSecurityEstimateStatisticsRequestBuilder(string rawUrl) : b /// /// Run an estimate of the number of emails and documents in the eDiscovery search. To learn more about searches in eDiscovery, see Collect data for a case in eDiscovery (Premium). /// + /// 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/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/MicrosoftGraphSecurityPurgeDataRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/MicrosoftGraphSecurityPurgeDataRequestBuilder.cs index 3a5d2b2626..a6a3ec3f8e 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/MicrosoftGraphSecurityPurgeDataRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/MicrosoftGraphSecurityPurgeDataRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphSecurityPurgeDataRequestBuilder : BaseCliRequestBuild /// Delete Microsoft Teams messages contained in an eDiscovery search. You can collect and purge the following categories of Teams content:- Teams 1:1 chats - Chat messages, posts, and attachments shared in a Teams conversation between two people. Teams 1:1 chats are also called *conversations*.- Teams group chats - Chat messages, posts, and attachments shared in a Teams conversation between three or more people. Also called *1:N* chats or *group conversations*.- Teams channels - Chat messages, posts, replies, and attachments shared in a standard Teams channel.- Private channels - Message posts, replies, and attachments shared in a private Teams channel.- Shared channels - Message posts, replies, and attachments shared in a shared Teams channel. For more information about purging Teams messages, see:- eDiscovery solution series: Data spillage scenario - Search and purge- eDiscovery (Premium) workflow for content in Microsoft Teams /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Delete Microsoft Teams messages contained in an eDiscovery search. You can collect and purge the following categories of Teams content:- Teams 1:1 chats - Chat messages, posts, and attachments shared in a Teams conversation between two people. Teams 1:1 chats are also called *conversations*.- Teams group chats - Chat messages, posts, and attachments shared in a Teams conversation between three or more people. Also called *1:N* chats or *group conversations*.- Teams channels - Chat messages, posts, replies, and attachments shared in a standard Teams channel.- Private channels - Message posts, replies, and attachments shared in a private Teams channel.- Shared channels - Message posts, replies, and attachments shared in a shared Teams channel. For more information about purging Teams messages, see:- eDiscovery solution series: Data spillage scenario - Search and purge- eDiscovery (Premium) workflow for content in Microsoft Teams \n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityPurgeDataRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityPurgeDataRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/microsoft.graph.security.purgeData", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityPurgeDataRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityPurgeDataRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/microsoft.graph.security.purgeData", rawUrl) { @@ -79,6 +80,7 @@ public MicrosoftGraphSecurityPurgeDataRequestBuilder(string rawUrl) : base("{+ba /// /// Delete Microsoft Teams messages contained in an eDiscovery search. You can collect and purge the following categories of Teams content:- Teams 1:1 chats - Chat messages, posts, and attachments shared in a Teams conversation between two people. Teams 1:1 chats are also called *conversations*.- Teams group chats - Chat messages, posts, and attachments shared in a Teams conversation between three or more people. Also called *1:N* chats or *group conversations*.- Teams channels - Chat messages, posts, replies, and attachments shared in a standard Teams channel.- Private channels - Message posts, replies, and attachments shared in a private Teams channel.- Shared channels - Message posts, replies, and attachments shared in a shared Teams channel. For more information about purging Teams messages, see:- eDiscovery solution series: Data spillage scenario - Search and purge- eDiscovery (Premium) workflow for content in Microsoft Teams /// + /// 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/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/PurgeDataPostRequestBody.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/PurgeDataPostRequestBody.cs index 6e2bbf8674..769c68e684 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/PurgeDataPostRequestBody.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/MicrosoftGraphSecurityPurgeData/PurgeDataPostRequestBody.cs @@ -14,7 +14,7 @@ public class PurgeDataPostRequestBody : IAdditionalDataHolder, IParsable { /// The purgeType property public ApiSdk.Models.Security.PurgeType? PurgeType { get; set; } /// - /// Instantiates a new purgeDataPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public PurgeDataPostRequestBody() { AdditionalData = new Dictionary(); @@ -22,6 +22,7 @@ public PurgeDataPostRequestBody() { /// /// 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 PurgeDataPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -30,6 +31,7 @@ public static PurgeDataPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"purgeAreas", n => { PurgeAreas = n.GetEnumValue(); } }, diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/Count/CountRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/Count/CountRequestBuilder.cs index 4f0a13d72d..4878cf9701 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/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"; @@ -65,13 +66,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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/noncustodialSources/$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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/noncustodialSources/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edis /// /// 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/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/Item/EdiscoveryNoncustodialDataSourceItemRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/Item/EdiscoveryNoncustodialDataSourceItemRequestBuilder.cs index 762fb71737..81825989a6 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/Item/EdiscoveryNoncustodialDataSourceItemRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/Item/EdiscoveryNoncustodialDataSourceItemRequestBuilder.cs @@ -19,55 +19,10 @@ namespace ApiSdk.Security.Cases.EdiscoveryCases.Item.Searches.Item.NoncustodialS /// Provides operations to manage the noncustodialSources property of the microsoft.graph.security.ediscoverySearch entity. /// public class EdiscoveryNoncustodialDataSourceItemRequestBuilder : BaseCliRequestBuilder { - /// - /// Remove an ediscoveryNoncustodialDataSource object. - /// Find more info here - /// - public Command BuildDeleteCommand() { - var command = new Command("delete"); - command.Description = "Remove an ediscoveryNoncustodialDataSource object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverysearch-delete-noncustodialsources?view=graph-rest-1.0"; - var ediscoveryCaseIdOption = new Option("--ediscovery-case-id", description: "The unique identifier of ediscoveryCase") { - }; - ediscoveryCaseIdOption.IsRequired = true; - command.AddOption(ediscoveryCaseIdOption); - var ediscoverySearchIdOption = new Option("--ediscovery-search-id", description: "The unique identifier of ediscoverySearch") { - }; - ediscoverySearchIdOption.IsRequired = true; - command.AddOption(ediscoverySearchIdOption); - var ediscoveryNoncustodialDataSourceIdOption = new Option("--ediscovery-noncustodial-data-source-id", description: "The unique identifier of ediscoveryNoncustodialDataSource") { - }; - ediscoveryNoncustodialDataSourceIdOption.IsRequired = true; - command.AddOption(ediscoveryNoncustodialDataSourceIdOption); - var ifMatchOption = new Option("--if-match", description: "ETag") { - Arity = ArgumentArity.ZeroOrMore - }; - ifMatchOption.IsRequired = false; - command.AddOption(ifMatchOption); - command.SetHandler(async (invocationContext) => { - var ediscoveryCaseId = invocationContext.ParseResult.GetValueForOption(ediscoveryCaseIdOption); - var ediscoverySearchId = invocationContext.ParseResult.GetValueForOption(ediscoverySearchIdOption); - var ediscoveryNoncustodialDataSourceId = invocationContext.ParseResult.GetValueForOption(ediscoveryNoncustodialDataSourceIdOption); - var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); - var cancellationToken = invocationContext.GetCancellationToken(); - var reqAdapter = invocationContext.GetRequestAdapter(); - var requestInfo = ToDeleteRequestInformation(q => { - }); - if (ediscoveryCaseId is not null) requestInfo.PathParameters.Add("ediscoveryCase%2Did", ediscoveryCaseId); - if (ediscoverySearchId is not null) requestInfo.PathParameters.Add("ediscoverySearch%2Did", ediscoverySearchId); - if (ediscoveryNoncustodialDataSourceId is not null) requestInfo.PathParameters.Add("ediscoveryNoncustodialDataSource%2Did", ediscoveryNoncustodialDataSourceId); - if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); - var errorMapping = new Dictionary> { - {"4XX", ODataError.CreateFromDiscriminatorValue}, - {"5XX", ODataError.CreateFromDiscriminatorValue}, - }; - await reqAdapter.SendNoContentAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken); - Console.WriteLine("Success"); - }); - return command; - } /// /// noncustodialDataSource sources that are included in the eDiscovery search /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "noncustodialDataSource sources that are included in the eDiscovery search"; @@ -128,36 +83,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EdiscoveryNoncustodialDataSourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EdiscoveryNoncustodialDataSourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/noncustodialSources/{ediscoveryNoncustodialDataSource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EdiscoveryNoncustodialDataSourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EdiscoveryNoncustodialDataSourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/noncustodialSources/{ediscoveryNoncustodialDataSource%2Did}{?%24expand,%24select}", rawUrl) { } /// - /// Remove an ediscoveryNoncustodialDataSource object. - /// - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// /// noncustodialDataSource sources that are included in the eDiscovery search /// + /// 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/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/NoncustodialSourcesRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/NoncustodialSourcesRequestBuilder.cs index 971d1d695a..63ea50e71e 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/NoncustodialSourcesRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/Item/NoncustodialSources/NoncustodialSourcesRequestBuilder.cs @@ -24,16 +24,17 @@ public class NoncustodialSourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the noncustodialSources property of the microsoft.graph.security.ediscoverySearch entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EdiscoveryNoncustodialDataSourceItemRequestBuilder(PathParameters); - executables.Add(builder.BuildDeleteCommand()); executables.Add(builder.BuildGetCommand()); return new(executables, new(0)); } /// /// 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."; @@ -49,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// noncustodialDataSource sources that are included in the eDiscovery search /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "noncustodialDataSource sources that are included in the eDiscovery search"; @@ -151,13 +153,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new NoncustodialSourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NoncustodialSourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/noncustodialSources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new NoncustodialSourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NoncustodialSourcesRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches/{ediscoverySearch%2Did}/noncustodialSources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -165,6 +167,7 @@ public NoncustodialSourcesRequestBuilder(string rawUrl) : base("{+baseurl}/secur /// /// noncustodialDataSource sources that are included in the eDiscovery search /// + /// 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/Security/Cases/EdiscoveryCases/Item/Searches/SearchesRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/SearchesRequestBuilder.cs index 77cd39bb12..c86a528e24 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/SearchesRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Searches/SearchesRequestBuilder.cs @@ -24,6 +24,7 @@ public class SearchesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the searches property of the microsoft.graph.security.ediscoveryCase entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -43,6 +44,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."; @@ -59,6 +61,7 @@ public Command BuildCountNavCommand() { /// Create a new ediscoverySearch object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new ediscoverySearch object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-1.0"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// Get the list of ediscoverySearch resources from an eDiscoveryCase object. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of ediscoverySearch resources from an eDiscoveryCase object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0"; @@ -205,13 +209,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SearchesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SearchesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SearchesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SearchesRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -219,6 +223,7 @@ public SearchesRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/e /// /// Get the list of ediscoverySearch resources from an eDiscoveryCase 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 @@ -235,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new ediscoverySearch 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 @@ -245,7 +251,7 @@ public RequestInformation ToPostRequestInformation(EdiscoverySearch body, Action public RequestInformation ToPostRequestInformation(EdiscoverySearch 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/searches", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Settings/MicrosoftGraphSecurityResetToDefault/MicrosoftGraphSecurityResetToDefaultRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Settings/MicrosoftGraphSecurityResetToDefault/MicrosoftGraphSecurityResetToDefaultRequestBuilder.cs index 48e02349ff..6a37b6f45f 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Settings/MicrosoftGraphSecurityResetToDefault/MicrosoftGraphSecurityResetToDefaultRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Settings/MicrosoftGraphSecurityResetToDefault/MicrosoftGraphSecurityResetToDefaultRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphSecurityResetToDefaultRequestBuilder : BaseCliRequest /// Reset a caseSettings object to the default values. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reset a caseSettings object to the default values.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0"; @@ -46,13 +47,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityResetToDefaultRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityResetToDefaultRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/settings/microsoft.graph.security.resetToDefault", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityResetToDefaultRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityResetToDefaultRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/settings/microsoft.graph.security.resetToDefault", rawUrl) { @@ -60,6 +61,7 @@ public MicrosoftGraphSecurityResetToDefaultRequestBuilder(string rawUrl) : base( /// /// Reset a caseSettings object to the default values. /// + /// 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/Security/Cases/EdiscoveryCases/Item/Settings/SettingsRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Settings/SettingsRequestBuilder.cs index bc0a57ae35..ee49fd4567 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Settings/SettingsRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Settings/SettingsRequestBuilder.cs @@ -23,6 +23,7 @@ public class SettingsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property settings for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property settings for security"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an ediscoveryCaseSettings object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an ediscoveryCaseSettings object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the resetToDefault method. /// + /// A public Command BuildMicrosoftGraphSecurityResetToDefaultNavCommand() { var command = new Command("microsoft-graph-security-reset-to-default"); command.Description = "Provides operations to call the resetToDefault method."; @@ -123,6 +126,7 @@ public Command BuildMicrosoftGraphSecurityResetToDefaultNavCommand() { /// Update the properties of an ediscoveryCaseSettings object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an ediscoveryCaseSettings object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-1.0"; @@ -170,13 +174,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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/settings{?%24expand,%24select}", rawUrl) { @@ -184,6 +188,7 @@ public SettingsRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/e /// /// Delete navigation property settings for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/settings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an ediscoveryCaseSettings 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 @@ -216,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an ediscoveryCaseSettings 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 @@ -226,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(EdiscoveryCaseSettings body, public RequestInformation ToPatchRequestInformation(EdiscoveryCaseSettings 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/settings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/Count/CountRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/Count/CountRequestBuilder.cs index 2090becd64..8ebef3ad71 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags/$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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edis /// /// 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/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/ChildTagsRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/ChildTagsRequestBuilder.cs index 278bd51f50..fdbb6b0089 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/ChildTagsRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/ChildTagsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildTagsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the childTags property of the microsoft.graph.security.ediscoveryReviewTag entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.Security.Cases.EdiscoveryCases.Item.Tags.Item.ChildTags.Item.EdiscoveryReviewTagItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// Returns the tags that are a child of a tag. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Returns the tags that are a child of a tag."; @@ -150,13 +153,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildTagsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildTagsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags/{ediscoveryReviewTag%2Did}/childTags{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildTagsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildTagsRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags/{ediscoveryReviewTag%2Did}/childTags{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -164,6 +167,7 @@ public ChildTagsRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ /// /// Returns the tags that are a child of a tag. /// + /// 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/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/Count/CountRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/Count/CountRequestBuilder.cs index c70bb1153e..843d03f1fa 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/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"; @@ -65,13 +66,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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags/{ediscoveryReviewTag%2Did}/childTags/$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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags/{ediscoveryReviewTag%2Did}/childTags/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edis /// /// 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/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/Item/EdiscoveryReviewTagItemRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/Item/EdiscoveryReviewTagItemRequestBuilder.cs index d570e34550..140fcda014 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/Item/EdiscoveryReviewTagItemRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/ChildTags/Item/EdiscoveryReviewTagItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class EdiscoveryReviewTagItemRequestBuilder : BaseCliRequestBuilder { /// /// Returns the tags that are a child of a tag. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Returns the tags that are a child of a tag."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new EdiscoveryReviewTagItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EdiscoveryReviewTagItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags/{ediscoveryReviewTag%2Did}/childTags/{ediscoveryReviewTag%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EdiscoveryReviewTagItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EdiscoveryReviewTagItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags/{ediscoveryReviewTag%2Did}/childTags/{ediscoveryReviewTag%2Did1}{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public EdiscoveryReviewTagItemRequestBuilder(string rawUrl) : base("{+baseurl}/s /// /// Returns the tags that are a child of a tag. /// + /// 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/Security/Cases/EdiscoveryCases/Item/Tags/Item/EdiscoveryReviewTagItemRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/EdiscoveryReviewTagItemRequestBuilder.cs index 0103865d31..b5a9372a28 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/EdiscoveryReviewTagItemRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/EdiscoveryReviewTagItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class EdiscoveryReviewTagItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the childTags property of the microsoft.graph.security.ediscoveryReviewTag entity. /// + /// A public Command BuildChildTagsNavCommand() { var command = new Command("child-tags"); command.Description = "Provides operations to manage the childTags property of the microsoft.graph.security.ediscoveryReviewTag entity."; @@ -49,6 +50,7 @@ public Command BuildChildTagsNavCommand() { /// Remove an ediscoveryReviewTag object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an ediscoveryReviewTag object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-1.0"; @@ -89,6 +91,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an ediscoveryReviewTag object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an ediscoveryReviewTag object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-1.0"; @@ -145,6 +148,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the parent property of the microsoft.graph.security.ediscoveryReviewTag entity. /// + /// A public Command BuildParentNavCommand() { var command = new Command("parent"); command.Description = "Provides operations to manage the parent property of the microsoft.graph.security.ediscoveryReviewTag entity."; @@ -161,6 +165,7 @@ public Command BuildParentNavCommand() { /// Update the properties of an ediscoveryReviewTag object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an ediscoveryReviewTag object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-1.0"; @@ -214,13 +219,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EdiscoveryReviewTagItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EdiscoveryReviewTagItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags/{ediscoveryReviewTag%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EdiscoveryReviewTagItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EdiscoveryReviewTagItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags/{ediscoveryReviewTag%2Did}{?%24expand,%24select}", rawUrl) { @@ -228,6 +233,7 @@ public EdiscoveryReviewTagItemRequestBuilder(string rawUrl) : base("{+baseurl}/s /// /// Remove an ediscoveryReviewTag 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 @@ -236,7 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags/{ediscoveryReviewTag%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -244,6 +250,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an ediscoveryReviewTag 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 @@ -260,6 +267,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of an ediscoveryReviewTag 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 @@ -270,7 +278,7 @@ public RequestInformation ToPatchRequestInformation(EdiscoveryReviewTag body, Ac public RequestInformation ToPatchRequestInformation(EdiscoveryReviewTag 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags/{ediscoveryReviewTag%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/Parent/ParentRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/Parent/ParentRequestBuilder.cs index 6ccc67aee9..cf44cd42b5 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/Parent/ParentRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/Item/Parent/ParentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentRequestBuilder : BaseCliRequestBuilder { /// /// Returns the parent tag of the specified tag. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Returns the parent tag of the specified tag."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags/{ediscoveryReviewTag%2Did}/parent{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags/{ediscoveryReviewTag%2Did}/parent{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public ParentRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edi /// /// Returns the parent tag of the specified tag. /// + /// 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/Security/Cases/EdiscoveryCases/Item/Tags/MicrosoftGraphSecurityAsHierarchy/AsHierarchyGetResponse.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/MicrosoftGraphSecurityAsHierarchy/AsHierarchyGetResponse.cs index f51f02e6d4..32b651363d 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/MicrosoftGraphSecurityAsHierarchy/AsHierarchyGetResponse.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/MicrosoftGraphSecurityAsHierarchy/AsHierarchyGetResponse.cs @@ -19,6 +19,7 @@ public class AsHierarchyGetResponse : BaseCollectionPaginationCountResponse, IPa /// /// 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 new AsHierarchyGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public class AsHierarchyGetResponse : BaseCollectionPaginationCountResponse, IPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(EdiscoveryReviewTag.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/MicrosoftGraphSecurityAsHierarchy/MicrosoftGraphSecurityAsHierarchyRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/MicrosoftGraphSecurityAsHierarchy/MicrosoftGraphSecurityAsHierarchyRequestBuilder.cs index cda7ff6201..12218bf58a 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/MicrosoftGraphSecurityAsHierarchy/MicrosoftGraphSecurityAsHierarchyRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/MicrosoftGraphSecurityAsHierarchy/MicrosoftGraphSecurityAsHierarchyRequestBuilder.cs @@ -21,6 +21,7 @@ public class MicrosoftGraphSecurityAsHierarchyRequestBuilder : BaseCliRequestBui /// /// Invoke function asHierarchy /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function asHierarchy"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (ediscoveryCaseId is not null) requestInfo.PathParameters.Add("ediscoveryCase%2Did", ediscoveryCaseId); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityAsHierarchyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public MicrosoftGraphSecurityAsHierarchyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags/microsoft.graph.security.asHierarchy(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public MicrosoftGraphSecurityAsHierarchyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags/microsoft.graph.security.asHierarchy(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityAsHierarchyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public MicrosoftGraphSecurityAsHierarchyRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags/microsoft.graph.security.asHierarchy(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public MicrosoftGraphSecurityAsHierarchyRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags/microsoft.graph.security.asHierarchy(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function asHierarchy /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class MicrosoftGraphSecurityAsHierarchyRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/TagsRequestBuilder.cs b/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/TagsRequestBuilder.cs index 03d94d5463..5c1a4e4f90 100644 --- a/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/TagsRequestBuilder.cs +++ b/src/generated/Security/Cases/EdiscoveryCases/Item/Tags/TagsRequestBuilder.cs @@ -25,6 +25,7 @@ public class TagsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tags property of the microsoft.graph.security.ediscoveryCase 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 ediscoveryReviewTag object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new ediscoveryReviewTag object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-1.0"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// Get a list of eDiscoveryReviewTag objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of eDiscoveryReviewTag objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0"; @@ -203,6 +207,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the asHierarchy method. /// + /// A public Command BuildMicrosoftGraphSecurityAsHierarchyNavCommand() { var command = new Command("microsoft-graph-security-as-hierarchy"); command.Description = "Provides operations to call the asHierarchy method."; @@ -216,13 +221,13 @@ public Command BuildMicrosoftGraphSecurityAsHierarchyNavCommand() { return command; } /// - /// Instantiates a new TagsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TagsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TagsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TagsRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -230,6 +235,7 @@ public TagsRequestBuilder(string rawUrl) : base("{+baseurl}/security/cases/edisc /// /// Get a list of eDiscoveryReviewTag 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 @@ -246,6 +252,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new ediscoveryReviewTag 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 @@ -256,7 +263,7 @@ public RequestInformation ToPostRequestInformation(EdiscoveryReviewTag body, Act public RequestInformation ToPostRequestInformation(EdiscoveryReviewTag 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}/security/cases/ediscoveryCases/{ediscoveryCase%2Did}/tags", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Incidents/Count/CountRequestBuilder.cs b/src/generated/Security/Incidents/Count/CountRequestBuilder.cs index b7f057e50d..98741e41c4 100644 --- a/src/generated/Security/Incidents/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Incidents/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}/security/incidents/$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}/security/incidents/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/incidents/ /// /// 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/Security/Incidents/IncidentsRequestBuilder.cs b/src/generated/Security/Incidents/IncidentsRequestBuilder.cs index 4b94b6d91c..b2a8dc4974 100644 --- a/src/generated/Security/Incidents/IncidentsRequestBuilder.cs +++ b/src/generated/Security/Incidents/IncidentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class IncidentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the incidents property of the microsoft.graph.security 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 incidents for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to incidents for security"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// Get a list of incident objects that Microsoft 365 Defender has created to track attacks in an organization. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This operation allows you to filter and sort through incidents to create an informed cyber security response. It exposes a collection of incidents that were flagged in your network, within the time range you specified in your environment retention policy. The most recent incidents are displayed at the top of the list. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of incident objects that Microsoft 365 Defender has created to track attacks in an organization. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This operation allows you to filter and sort through incidents to create an informed cyber security response. It exposes a collection of incidents that were flagged in your network, within the time range you specified in your environment retention policy. The most recent incidents are displayed at the top of the list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-1.0"; @@ -186,13 +190,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new IncidentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IncidentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/incidents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new IncidentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IncidentsRequestBuilder(string rawUrl) : base("{+baseurl}/security/incidents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +204,7 @@ public IncidentsRequestBuilder(string rawUrl) : base("{+baseurl}/security/incide /// /// Get a list of incident objects that Microsoft 365 Defender has created to track attacks in an organization. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This operation allows you to filter and sort through incidents to create an informed cyber security response. It exposes a collection of incidents that were flagged in your network, within the time range you specified in your environment retention policy. The most recent incidents are displayed at the top of the list. /// + /// 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 incidents for security /// + /// 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(Incident 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}/security/incidents", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Incidents/Item/Alerts/AlertsRequestBuilder.cs b/src/generated/Security/Incidents/Item/Alerts/AlertsRequestBuilder.cs index d365266e68..b8b46e04e7 100644 --- a/src/generated/Security/Incidents/Item/Alerts/AlertsRequestBuilder.cs +++ b/src/generated/Security/Incidents/Item/Alerts/AlertsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AlertsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the alerts property of the microsoft.graph.security.incident entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// The list of related alerts. Supports $expand. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The list of related alerts. Supports $expand."; @@ -146,13 +149,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AlertsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AlertsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/incidents/{incident%2Did}/alerts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AlertsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AlertsRequestBuilder(string rawUrl) : base("{+baseurl}/security/incidents/{incident%2Did}/alerts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +163,7 @@ public AlertsRequestBuilder(string rawUrl) : base("{+baseurl}/security/incidents /// /// The list of related alerts. Supports $expand. /// + /// 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/Security/Incidents/Item/Alerts/Count/CountRequestBuilder.cs b/src/generated/Security/Incidents/Item/Alerts/Count/CountRequestBuilder.cs index b53d294459..141ed2588a 100644 --- a/src/generated/Security/Incidents/Item/Alerts/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Incidents/Item/Alerts/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}/security/incidents/{incident%2Did}/alerts/$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}/security/incidents/{incident%2Did}/alerts/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/incidents/ /// /// 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/Security/Incidents/Item/Alerts/Item/AlertItemRequestBuilder.cs b/src/generated/Security/Incidents/Item/Alerts/Item/AlertItemRequestBuilder.cs index 106316e4d8..9a3616d76a 100644 --- a/src/generated/Security/Incidents/Item/Alerts/Item/AlertItemRequestBuilder.cs +++ b/src/generated/Security/Incidents/Item/Alerts/Item/AlertItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AlertItemRequestBuilder : BaseCliRequestBuilder { /// /// The comments property /// + /// A public Command BuildCommentsNavCommand() { var command = new Command("comments"); command.Description = "The comments property"; @@ -44,6 +45,7 @@ public Command BuildCommentsNavCommand() { /// /// The list of related alerts. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The list of related alerts. Supports $expand."; @@ -98,13 +100,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AlertItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AlertItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/incidents/{incident%2Did}/alerts/{alert%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AlertItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AlertItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/incidents/{incident%2Did}/alerts/{alert%2Did}{?%24expand,%24select}", rawUrl) { @@ -112,6 +114,7 @@ public AlertItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/incide /// /// The list of related alerts. Supports $expand. /// + /// 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/Security/Incidents/Item/Alerts/Item/Comments/CommentsRequestBuilder.cs b/src/generated/Security/Incidents/Item/Alerts/Item/Comments/CommentsRequestBuilder.cs index f6fea50489..ca34bdf3a9 100644 --- a/src/generated/Security/Incidents/Item/Alerts/Item/Comments/CommentsRequestBuilder.cs +++ b/src/generated/Security/Incidents/Item/Alerts/Item/Comments/CommentsRequestBuilder.cs @@ -23,6 +23,7 @@ public class CommentsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Sets a new value for the collection of alertComment. /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Sets a new value for the collection of alertComment."; @@ -99,13 +101,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CommentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CommentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/incidents/{incident%2Did}/alerts/{alert%2Did}/comments", pathParameters) { } /// - /// Instantiates a new CommentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CommentsRequestBuilder(string rawUrl) : base("{+baseurl}/security/incidents/{incident%2Did}/alerts/{alert%2Did}/comments", rawUrl) { @@ -113,6 +115,7 @@ public CommentsRequestBuilder(string rawUrl) : base("{+baseurl}/security/inciden /// /// Sets a new value for the collection of alertComment. /// + /// 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/Security/Incidents/Item/Alerts/Item/Comments/Count/CountRequestBuilder.cs b/src/generated/Security/Incidents/Item/Alerts/Item/Comments/Count/CountRequestBuilder.cs index c30f9dfd2c..a6c21eb05b 100644 --- a/src/generated/Security/Incidents/Item/Alerts/Item/Comments/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Incidents/Item/Alerts/Item/Comments/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"; @@ -65,13 +66,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}/security/incidents/{incident%2Did}/alerts/{alert%2Did}/comments/$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}/security/incidents/{incident%2Did}/alerts/{alert%2Did}/comments/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/incidents/ /// /// 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/Security/Incidents/Item/IncidentItemRequestBuilder.cs b/src/generated/Security/Incidents/Item/IncidentItemRequestBuilder.cs index 0ba1406bb2..21b10ed4ca 100644 --- a/src/generated/Security/Incidents/Item/IncidentItemRequestBuilder.cs +++ b/src/generated/Security/Incidents/Item/IncidentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class IncidentItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the alerts property of the microsoft.graph.security.incident entity. /// + /// A public Command BuildAlertsNavCommand() { var command = new Command("alerts"); command.Description = "Provides operations to manage the alerts property of the microsoft.graph.security.incident entity."; @@ -47,6 +48,7 @@ public Command BuildAlertsNavCommand() { /// /// Delete navigation property incidents for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property incidents for security"; @@ -81,6 +83,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of an incident object. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of an incident object. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-1.0"; @@ -132,6 +135,7 @@ public Command BuildGetCommand() { /// Update the properties of an incident object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of an incident object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-1.0"; @@ -179,13 +183,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new IncidentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IncidentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/incidents/{incident%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IncidentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IncidentItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/incidents/{incident%2Did}{?%24expand,%24select}", rawUrl) { @@ -193,6 +197,7 @@ public IncidentItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/inc /// /// Delete navigation property incidents for security /// + /// 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}/security/incidents/{incident%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 an incident object. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. /// + /// 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 properties of an incident 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 @@ -235,7 +242,7 @@ public RequestInformation ToPatchRequestInformation(Incident 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}/security/incidents/{incident%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/MicrosoftGraphSecurityRunHuntingQuery/MicrosoftGraphSecurityRunHuntingQueryRequestBuilder.cs b/src/generated/Security/MicrosoftGraphSecurityRunHuntingQuery/MicrosoftGraphSecurityRunHuntingQueryRequestBuilder.cs index b1079ef0bb..4c909a58a8 100644 --- a/src/generated/Security/MicrosoftGraphSecurityRunHuntingQuery/MicrosoftGraphSecurityRunHuntingQueryRequestBuilder.cs +++ b/src/generated/Security/MicrosoftGraphSecurityRunHuntingQuery/MicrosoftGraphSecurityRunHuntingQueryRequestBuilder.cs @@ -22,6 +22,7 @@ public class MicrosoftGraphSecurityRunHuntingQueryRequestBuilder : BaseCliReques /// /// Invoke action runHuntingQuery /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action runHuntingQuery"; @@ -63,13 +64,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new MicrosoftGraphSecurityRunHuntingQueryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MicrosoftGraphSecurityRunHuntingQueryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/microsoft.graph.security.runHuntingQuery", pathParameters) { } /// - /// Instantiates a new MicrosoftGraphSecurityRunHuntingQueryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MicrosoftGraphSecurityRunHuntingQueryRequestBuilder(string rawUrl) : base("{+baseurl}/security/microsoft.graph.security.runHuntingQuery", rawUrl) { @@ -77,6 +78,7 @@ public MicrosoftGraphSecurityRunHuntingQueryRequestBuilder(string rawUrl) : base /// /// Invoke action runHuntingQuery /// + /// 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/Security/MicrosoftGraphSecurityRunHuntingQuery/RunHuntingQueryPostRequestBody.cs b/src/generated/Security/MicrosoftGraphSecurityRunHuntingQuery/RunHuntingQueryPostRequestBody.cs index d4b10640c9..8dea3b3845 100644 --- a/src/generated/Security/MicrosoftGraphSecurityRunHuntingQuery/RunHuntingQueryPostRequestBody.cs +++ b/src/generated/Security/MicrosoftGraphSecurityRunHuntingQuery/RunHuntingQueryPostRequestBody.cs @@ -17,7 +17,7 @@ public class RunHuntingQueryPostRequestBody : IAdditionalDataHolder, IParsable { public string Query { get; set; } #endif /// - /// Instantiates a new runHuntingQueryPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RunHuntingQueryPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public RunHuntingQueryPostRequestBody() { /// /// 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 RunHuntingQueryPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static RunHuntingQueryPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"query", n => { Query = n.GetStringValue(); } }, diff --git a/src/generated/Security/SecureScoreControlProfiles/Count/CountRequestBuilder.cs b/src/generated/Security/SecureScoreControlProfiles/Count/CountRequestBuilder.cs index a48cc5bdf6..0e78398f16 100644 --- a/src/generated/Security/SecureScoreControlProfiles/Count/CountRequestBuilder.cs +++ b/src/generated/Security/SecureScoreControlProfiles/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}/security/secureScoreControlProfiles/$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}/security/secureScoreControlProfiles/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/secureScor /// /// 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/Security/SecureScoreControlProfiles/Item/SecureScoreControlProfileItemRequestBuilder.cs b/src/generated/Security/SecureScoreControlProfiles/Item/SecureScoreControlProfileItemRequestBuilder.cs index a723ed5984..a687e0830b 100644 --- a/src/generated/Security/SecureScoreControlProfiles/Item/SecureScoreControlProfileItemRequestBuilder.cs +++ b/src/generated/Security/SecureScoreControlProfiles/Item/SecureScoreControlProfileItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class SecureScoreControlProfileItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property secureScoreControlProfiles for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property secureScoreControlProfiles for security"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of an securescorecontrolprofile object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of an securescorecontrolprofile object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/securescorecontrolprofile-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// Update an editable secureScoreControlProfile object within any integrated solution to change various properties, such as assignedTo or tenantNote. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update an editable secureScoreControlProfile object within any integrated solution to change various properties, such as assignedTo or tenantNote.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/securescorecontrolprofile-update?view=graph-rest-1.0"; @@ -154,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SecureScoreControlProfileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SecureScoreControlProfileItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/secureScoreControlProfiles/{secureScoreControlProfile%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SecureScoreControlProfileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SecureScoreControlProfileItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/secureScoreControlProfiles/{secureScoreControlProfile%2Did}{?%24expand,%24select}", rawUrl) { @@ -168,6 +171,7 @@ public SecureScoreControlProfileItemRequestBuilder(string rawUrl) : base("{+base /// /// Delete navigation property secureScoreControlProfiles for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -176,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/secureScoreControlProfiles/{secureScoreControlProfile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -184,6 +188,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of an securescorecontrolprofile 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 @@ -200,6 +205,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update an editable secureScoreControlProfile object within any integrated solution to change various properties, such as assignedTo or tenantNote. /// + /// 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 @@ -210,7 +216,7 @@ public RequestInformation ToPatchRequestInformation(SecureScoreControlProfile bo public RequestInformation ToPatchRequestInformation(SecureScoreControlProfile 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}/security/secureScoreControlProfiles/{secureScoreControlProfile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/SecureScoreControlProfiles/SecureScoreControlProfilesRequestBuilder.cs b/src/generated/Security/SecureScoreControlProfiles/SecureScoreControlProfilesRequestBuilder.cs index cf7575ae5d..2ba3cbc120 100644 --- a/src/generated/Security/SecureScoreControlProfiles/SecureScoreControlProfilesRequestBuilder.cs +++ b/src/generated/Security/SecureScoreControlProfiles/SecureScoreControlProfilesRequestBuilder.cs @@ -24,6 +24,7 @@ public class SecureScoreControlProfilesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the secureScoreControlProfiles property of the microsoft.graph.security entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new SecureScoreControlProfileItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to secureScoreControlProfiles for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to secureScoreControlProfiles for security"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// Retrieve the properties and relationships of a secureScoreControlProfiles object. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the properties and relationships of a secureScoreControlProfiles object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-list-securescorecontrolprofiles?view=graph-rest-1.0"; @@ -184,13 +188,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SecureScoreControlProfilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SecureScoreControlProfilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/secureScoreControlProfiles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SecureScoreControlProfilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SecureScoreControlProfilesRequestBuilder(string rawUrl) : base("{+baseurl}/security/secureScoreControlProfiles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -198,6 +202,7 @@ public SecureScoreControlProfilesRequestBuilder(string rawUrl) : base("{+baseurl /// /// Retrieve the properties and relationships of a secureScoreControlProfiles 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 @@ -214,6 +219,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to secureScoreControlProfiles for security /// + /// 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 @@ -224,7 +230,7 @@ public RequestInformation ToPostRequestInformation(SecureScoreControlProfile bod public RequestInformation ToPostRequestInformation(SecureScoreControlProfile 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}/security/secureScoreControlProfiles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/SecureScores/Count/CountRequestBuilder.cs b/src/generated/Security/SecureScores/Count/CountRequestBuilder.cs index 263fa81269..2a65ccf547 100644 --- a/src/generated/Security/SecureScores/Count/CountRequestBuilder.cs +++ b/src/generated/Security/SecureScores/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}/security/secureScores/$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}/security/secureScores/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/secureScor /// /// 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/Security/SecureScores/Item/SecureScoreItemRequestBuilder.cs b/src/generated/Security/SecureScores/Item/SecureScoreItemRequestBuilder.cs index 07f108b8bc..b52f24d4f8 100644 --- a/src/generated/Security/SecureScores/Item/SecureScoreItemRequestBuilder.cs +++ b/src/generated/Security/SecureScores/Item/SecureScoreItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class SecureScoreItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property secureScores for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property secureScores for security"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a secureScore object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a secureScore object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/securescore-get?view=graph-rest-1.0"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property secureScores in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property secureScores in security"; @@ -153,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SecureScoreItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SecureScoreItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/secureScores/{secureScore%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SecureScoreItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SecureScoreItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/secureScores/{secureScore%2Did}{?%24expand,%24select}", rawUrl) { @@ -167,6 +170,7 @@ public SecureScoreItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/ /// /// Delete navigation property secureScores for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -175,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}/security/secureScores/{secureScore%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -183,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a secureScore 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 @@ -199,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property secureScores in security /// + /// 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 @@ -209,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(SecureScore 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}/security/secureScores/{secureScore%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/SecureScores/SecureScoresRequestBuilder.cs b/src/generated/Security/SecureScores/SecureScoresRequestBuilder.cs index 21819c74e4..827dc4db8c 100644 --- a/src/generated/Security/SecureScores/SecureScoresRequestBuilder.cs +++ b/src/generated/Security/SecureScores/SecureScoresRequestBuilder.cs @@ -24,6 +24,7 @@ public class SecureScoresRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the secureScores property of the microsoft.graph.security entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new SecureScoreItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to secureScores for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to secureScores for security"; @@ -94,6 +97,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of secureScore objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of secureScore objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-1.0"; @@ -184,13 +188,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SecureScoresRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SecureScoresRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/secureScores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SecureScoresRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SecureScoresRequestBuilder(string rawUrl) : base("{+baseurl}/security/secureScores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -198,6 +202,7 @@ public SecureScoresRequestBuilder(string rawUrl) : base("{+baseurl}/security/sec /// /// Retrieve a list of secureScore objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,6 +219,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to secureScores for security /// + /// 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 @@ -224,7 +230,7 @@ public RequestInformation ToPostRequestInformation(SecureScore 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}/security/secureScores", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/SecurityRequestBuilder.cs b/src/generated/Security/SecurityRequestBuilder.cs index c08b9280e7..9273727894 100644 --- a/src/generated/Security/SecurityRequestBuilder.cs +++ b/src/generated/Security/SecurityRequestBuilder.cs @@ -34,6 +34,7 @@ public class SecurityRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the alerts_v2 property of the microsoft.graph.security entity. /// + /// A public Command BuildAlerts_v2NavCommand() { var command = new Command("alerts_v2"); command.Description = "Provides operations to manage the alerts_v2 property of the microsoft.graph.security entity."; @@ -59,6 +60,7 @@ public Command BuildAlerts_v2NavCommand() { /// /// Provides operations to manage the alerts property of the microsoft.graph.security entity. /// + /// A public Command BuildAlertsNavCommand() { var command = new Command("alerts"); command.Description = "Provides operations to manage the alerts property of the microsoft.graph.security entity."; @@ -84,6 +86,7 @@ public Command BuildAlertsNavCommand() { /// /// Provides operations to manage the attackSimulation property of the microsoft.graph.security entity. /// + /// A public Command BuildAttackSimulationNavCommand() { var command = new Command("attack-simulation"); command.Description = "Provides operations to manage the attackSimulation property of the microsoft.graph.security entity."; @@ -114,6 +117,7 @@ public Command BuildAttackSimulationNavCommand() { /// /// Provides operations to manage the cases property of the microsoft.graph.security entity. /// + /// A public Command BuildCasesNavCommand() { var command = new Command("cases"); command.Description = "Provides operations to manage the cases property of the microsoft.graph.security entity."; @@ -137,6 +141,7 @@ public Command BuildCasesNavCommand() { /// /// Get security /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get security"; @@ -181,6 +186,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the incidents property of the microsoft.graph.security entity. /// + /// A public Command BuildIncidentsNavCommand() { var command = new Command("incidents"); command.Description = "Provides operations to manage the incidents property of the microsoft.graph.security entity."; @@ -206,6 +212,7 @@ public Command BuildIncidentsNavCommand() { /// /// Provides operations to call the runHuntingQuery method. /// + /// A public Command BuildMicrosoftGraphSecurityRunHuntingQueryNavCommand() { var command = new Command("microsoft-graph-security-run-hunting-query"); command.Description = "Provides operations to call the runHuntingQuery method."; @@ -221,6 +228,7 @@ public Command BuildMicrosoftGraphSecurityRunHuntingQueryNavCommand() { /// /// Update security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update security"; @@ -264,6 +272,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the secureScoreControlProfiles property of the microsoft.graph.security entity. /// + /// A public Command BuildSecureScoreControlProfilesNavCommand() { var command = new Command("secure-score-control-profiles"); command.Description = "Provides operations to manage the secureScoreControlProfiles property of the microsoft.graph.security entity."; @@ -289,6 +298,7 @@ public Command BuildSecureScoreControlProfilesNavCommand() { /// /// Provides operations to manage the secureScores property of the microsoft.graph.security entity. /// + /// A public Command BuildSecureScoresNavCommand() { var command = new Command("secure-scores"); command.Description = "Provides operations to manage the secureScores property of the microsoft.graph.security entity."; @@ -314,6 +324,7 @@ public Command BuildSecureScoresNavCommand() { /// /// Provides operations to manage the subjectRightsRequests property of the microsoft.graph.security entity. /// + /// A public Command BuildSubjectRightsRequestsNavCommand() { var command = new Command("subject-rights-requests"); command.Description = "Provides operations to manage the subjectRightsRequests property of the microsoft.graph.security entity."; @@ -339,6 +350,7 @@ public Command BuildSubjectRightsRequestsNavCommand() { /// /// Provides operations to manage the threatIntelligence property of the microsoft.graph.security entity. /// + /// A public Command BuildThreatIntelligenceNavCommand() { var command = new Command("threat-intelligence"); command.Description = "Provides operations to manage the threatIntelligence property of the microsoft.graph.security entity."; @@ -378,6 +390,7 @@ public Command BuildThreatIntelligenceNavCommand() { /// /// Provides operations to manage the triggers property of the microsoft.graph.security entity. /// + /// A public Command BuildTriggersNavCommand() { var command = new Command("triggers"); command.Description = "Provides operations to manage the triggers property of the microsoft.graph.security entity."; @@ -401,6 +414,7 @@ public Command BuildTriggersNavCommand() { /// /// Provides operations to manage the triggerTypes property of the microsoft.graph.security entity. /// + /// A public Command BuildTriggerTypesNavCommand() { var command = new Command("trigger-types"); command.Description = "Provides operations to manage the triggerTypes property of the microsoft.graph.security entity."; @@ -422,13 +436,13 @@ public Command BuildTriggerTypesNavCommand() { return command; } /// - /// Instantiates a new SecurityRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SecurityRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SecurityRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SecurityRequestBuilder(string rawUrl) : base("{+baseurl}/security{?%24expand,%24select}", rawUrl) { @@ -436,6 +450,7 @@ public SecurityRequestBuilder(string rawUrl) : base("{+baseurl}/security{?%24exp /// /// Get security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -452,6 +467,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update security /// + /// 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 @@ -462,7 +478,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Security.Secur public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Security.Security 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}/security", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/SubjectRightsRequests/Count/CountRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Count/CountRequestBuilder.cs index c977de9e3b..b29d3cc39d 100644 --- a/src/generated/Security/SubjectRightsRequests/Count/CountRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/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}/security/subjectRightsRequests/$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}/security/subjectRightsRequests/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRig /// /// 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/Security/SubjectRightsRequests/Item/Approvers/ApproversRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Item/Approvers/ApproversRequestBuilder.cs index b84d927c1e..54be70e210 100644 --- a/src/generated/Security/SubjectRightsRequests/Item/Approvers/ApproversRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/Item/Approvers/ApproversRequestBuilder.cs @@ -24,6 +24,7 @@ public class ApproversRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the approvers property of the microsoft.graph.subjectRightsRequest entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -36,6 +37,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() { /// /// Collection of users who can approve the request. Currently only supported for requests of type delete. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Collection of users who can approve the request. Currently only supported for requests of type delete."; @@ -147,13 +150,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ApproversRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ApproversRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ApproversRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ApproversRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -161,6 +164,7 @@ public ApproversRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjec /// /// Collection of users who can approve the request. Currently only supported for requests of type delete. /// + /// 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/Security/SubjectRightsRequests/Item/Approvers/Count/CountRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Item/Approvers/Count/CountRequestBuilder.cs index e6a833f8fb..bff5dd09e8 100644 --- a/src/generated/Security/SubjectRightsRequests/Item/Approvers/Count/CountRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/Item/Approvers/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}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/$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}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRig /// /// 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/Security/SubjectRightsRequests/Item/Approvers/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Item/Approvers/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs index acc16585c2..1ecd05cee5 100644 --- a/src/generated/Security/SubjectRightsRequests/Item/Approvers/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/Item/Approvers/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -131,13 +133,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/{user%2Did}/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/{user%2Did}/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -145,6 +147,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/security/ /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,6 +164,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -171,7 +175,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/{user%2Did}/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 7fd0de5c91..2b1d3a472c 100644 --- a/src/generated/Security/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/{user%2Did}/serviceProvisioningErrors/$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}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/{user%2Did}/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRig /// /// 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/Security/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index dde5f342bb..9719a214c4 100644 --- a/src/generated/Security/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/Item/Approvers/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/{user%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/{user%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Security/SubjectRightsRequests/Item/Approvers/Item/UserItemRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Item/Approvers/Item/UserItemRequestBuilder.cs index 78844b8289..f60018136c 100644 --- a/src/generated/Security/SubjectRightsRequests/Item/Approvers/Item/UserItemRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/Item/Approvers/Item/UserItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserItemRequestBuilder : BaseCliRequestBuilder { /// /// Collection of users who can approve the request. Currently only supported for requests of type delete. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Collection of users who can approve the request. Currently only supported for requests of type delete."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -96,6 +98,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -115,13 +118,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new UserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/{user%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/approvers/{user%2Did}{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public UserItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/subject /// /// Collection of users who can approve the request. Currently only supported for requests of type delete. /// + /// 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/Security/SubjectRightsRequests/Item/Collaborators/CollaboratorsRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Item/Collaborators/CollaboratorsRequestBuilder.cs index 7c6e82297b..7644fef75e 100644 --- a/src/generated/Security/SubjectRightsRequests/Item/Collaborators/CollaboratorsRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/Item/Collaborators/CollaboratorsRequestBuilder.cs @@ -24,6 +24,7 @@ public class CollaboratorsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collaborators property of the microsoft.graph.subjectRightsRequest entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -36,6 +37,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() { /// /// Collection of users who can collaborate on the request. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Collection of users who can collaborate on the request."; @@ -147,13 +150,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CollaboratorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CollaboratorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CollaboratorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CollaboratorsRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -161,6 +164,7 @@ public CollaboratorsRequestBuilder(string rawUrl) : base("{+baseurl}/security/su /// /// Collection of users who can collaborate on the request. /// + /// 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/Security/SubjectRightsRequests/Item/Collaborators/Count/CountRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Item/Collaborators/Count/CountRequestBuilder.cs index a098d6b543..8fd97c6a6e 100644 --- a/src/generated/Security/SubjectRightsRequests/Item/Collaborators/Count/CountRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/Item/Collaborators/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}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/$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}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRig /// /// 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/Security/SubjectRightsRequests/Item/Collaborators/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Item/Collaborators/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs index 5b9a5e5467..15fc4d853d 100644 --- a/src/generated/Security/SubjectRightsRequests/Item/Collaborators/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/Item/Collaborators/Item/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -131,13 +133,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/{user%2Did}/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/{user%2Did}/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -145,6 +147,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/security/ /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,6 +164,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -171,7 +175,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/{user%2Did}/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 4a2bd56984..c5457bf9c1 100644 --- a/src/generated/Security/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/{user%2Did}/serviceProvisioningErrors/$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}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/{user%2Did}/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRig /// /// 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/Security/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 39c0416282..1ff49dbe35 100644 --- a/src/generated/Security/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/Item/Collaborators/Item/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/{user%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/{user%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Security/SubjectRightsRequests/Item/Collaborators/Item/UserItemRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Item/Collaborators/Item/UserItemRequestBuilder.cs index 9175d0c69a..cf0bb56f36 100644 --- a/src/generated/Security/SubjectRightsRequests/Item/Collaborators/Item/UserItemRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/Item/Collaborators/Item/UserItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class UserItemRequestBuilder : BaseCliRequestBuilder { /// /// Collection of users who can collaborate on the request. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Collection of users who can collaborate on the request."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -96,6 +98,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -115,13 +118,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new UserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UserItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/{user%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new UserItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UserItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/collaborators/{user%2Did}{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public UserItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/subject /// /// Collection of users who can collaborate on the request. /// + /// 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/Security/SubjectRightsRequests/Item/GetFinalAttachment/GetFinalAttachmentRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Item/GetFinalAttachment/GetFinalAttachmentRequestBuilder.cs index ad24a7a747..918068ad1d 100644 --- a/src/generated/Security/SubjectRightsRequests/Item/GetFinalAttachment/GetFinalAttachmentRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/Item/GetFinalAttachment/GetFinalAttachmentRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetFinalAttachmentRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function getFinalAttachment /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getFinalAttachment"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetFinalAttachmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetFinalAttachmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/getFinalAttachment()", pathParameters) { } /// - /// Instantiates a new GetFinalAttachmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetFinalAttachmentRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/getFinalAttachment()", rawUrl) { @@ -71,6 +72,7 @@ public GetFinalAttachmentRequestBuilder(string rawUrl) : base("{+baseurl}/securi /// /// Invoke function getFinalAttachment /// + /// 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/Security/SubjectRightsRequests/Item/GetFinalReport/GetFinalReportRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Item/GetFinalReport/GetFinalReportRequestBuilder.cs index 98df6150e0..7a8061fbc7 100644 --- a/src/generated/Security/SubjectRightsRequests/Item/GetFinalReport/GetFinalReportRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/Item/GetFinalReport/GetFinalReportRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetFinalReportRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function getFinalReport /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getFinalReport"; @@ -57,13 +58,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetFinalReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetFinalReportRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/getFinalReport()", pathParameters) { } /// - /// Instantiates a new GetFinalReportRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetFinalReportRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/getFinalReport()", rawUrl) { @@ -71,6 +72,7 @@ public GetFinalReportRequestBuilder(string rawUrl) : base("{+baseurl}/security/s /// /// Invoke function getFinalReport /// + /// 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/Security/SubjectRightsRequests/Item/Notes/Count/CountRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Item/Notes/Count/CountRequestBuilder.cs index 39b37dab31..0df2247c02 100644 --- a/src/generated/Security/SubjectRightsRequests/Item/Notes/Count/CountRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/Item/Notes/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}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/notes/$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}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/notes/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRig /// /// 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/Security/SubjectRightsRequests/Item/Notes/Item/AuthoredNoteItemRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Item/Notes/Item/AuthoredNoteItemRequestBuilder.cs index f62870710c..f92daeed8f 100644 --- a/src/generated/Security/SubjectRightsRequests/Item/Notes/Item/AuthoredNoteItemRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/Item/Notes/Item/AuthoredNoteItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class AuthoredNoteItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property notes for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property notes for security"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// List of notes associated with the request. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "List of notes associated with the request."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property notes in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property notes in security"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AuthoredNoteItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AuthoredNoteItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/notes/{authoredNote%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AuthoredNoteItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AuthoredNoteItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/notes/{authoredNote%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public AuthoredNoteItemRequestBuilder(string rawUrl) : base("{+baseurl}/security /// /// Delete navigation property notes for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/notes/{authoredNote%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// List of notes associated with the request. /// + /// 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 /// Update the navigation property notes in security /// + /// 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 ToPatchRequestInformation(AuthoredNote 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}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/notes/{authoredNote%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.cs index 704bc2dc98..6cffb71270 100644 --- a/src/generated/Security/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/Item/Notes/NotesRequestBuilder.cs @@ -24,6 +24,7 @@ public class NotesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the notes property of the microsoft.graph.subjectRightsRequest entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AuthoredNoteItemRequestBuilder(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 authoredNote object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new authoredNote object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Get the list of authored notes assoicated with a subject rights request. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of authored notes assoicated with a subject rights request. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new NotesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NotesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/notes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new NotesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NotesRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/notes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public NotesRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRig /// /// Get the list of authored notes assoicated with a subject rights request. /// + /// 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 authoredNote 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(AuthoredNote 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}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/notes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/SubjectRightsRequests/Item/SubjectRightsRequestItemRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Item/SubjectRightsRequestItemRequestBuilder.cs index 75bc4a4fa5..d0a72e7199 100644 --- a/src/generated/Security/SubjectRightsRequests/Item/SubjectRightsRequestItemRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/Item/SubjectRightsRequestItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class SubjectRightsRequestItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the approvers property of the microsoft.graph.subjectRightsRequest entity. /// + /// A public Command BuildApproversNavCommand() { var command = new Command("approvers"); command.Description = "Provides operations to manage the approvers property of the microsoft.graph.subjectRightsRequest entity."; @@ -52,6 +53,7 @@ public Command BuildApproversNavCommand() { /// /// Provides operations to manage the collaborators property of the microsoft.graph.subjectRightsRequest entity. /// + /// A public Command BuildCollaboratorsNavCommand() { var command = new Command("collaborators"); command.Description = "Provides operations to manage the collaborators property of the microsoft.graph.subjectRightsRequest entity."; @@ -76,6 +78,7 @@ public Command BuildCollaboratorsNavCommand() { /// /// Delete navigation property subjectRightsRequests for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property subjectRightsRequests for security"; @@ -109,6 +112,7 @@ public Command BuildDeleteCommand() { /// /// Get subjectRightsRequests from security /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get subjectRightsRequests from security"; @@ -159,6 +163,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getFinalAttachment method. /// + /// A public Command BuildGetFinalAttachmentNavCommand() { var command = new Command("get-final-attachment"); command.Description = "Provides operations to call the getFinalAttachment method."; @@ -174,6 +179,7 @@ public Command BuildGetFinalAttachmentNavCommand() { /// /// Provides operations to call the getFinalReport method. /// + /// A public Command BuildGetFinalReportNavCommand() { var command = new Command("get-final-report"); command.Description = "Provides operations to call the getFinalReport method."; @@ -189,6 +195,7 @@ public Command BuildGetFinalReportNavCommand() { /// /// Provides operations to manage the notes property of the microsoft.graph.subjectRightsRequest entity. /// + /// A public Command BuildNotesNavCommand() { var command = new Command("notes"); command.Description = "Provides operations to manage the notes property of the microsoft.graph.subjectRightsRequest entity."; @@ -214,6 +221,7 @@ public Command BuildNotesNavCommand() { /// /// Update the navigation property subjectRightsRequests in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property subjectRightsRequests in security"; @@ -263,6 +271,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the team property of the microsoft.graph.subjectRightsRequest entity. /// + /// A public Command BuildTeamNavCommand() { var command = new Command("team"); command.Description = "Provides operations to manage the team property of the microsoft.graph.subjectRightsRequest entity."; @@ -276,13 +285,13 @@ public Command BuildTeamNavCommand() { return command; } /// - /// Instantiates a new SubjectRightsRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRightsRequestItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubjectRightsRequestItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRightsRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}{?%24expand,%24select}", rawUrl) { @@ -290,6 +299,7 @@ public SubjectRightsRequestItemRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// Delete navigation property subjectRightsRequests for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -298,7 +308,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -306,6 +316,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get subjectRightsRequests from security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -322,6 +333,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property subjectRightsRequests in security /// + /// 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 @@ -332,7 +344,7 @@ public RequestInformation ToPatchRequestInformation(SubjectRightsRequest body, A public RequestInformation ToPatchRequestInformation(SubjectRightsRequest 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}/security/subjectRightsRequests/{subjectRightsRequest%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/SubjectRightsRequests/Item/Team/TeamRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/Item/Team/TeamRequestBuilder.cs index 0e95499927..ce28a76b44 100644 --- a/src/generated/Security/SubjectRightsRequests/Item/Team/TeamRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/Item/Team/TeamRequestBuilder.cs @@ -22,6 +22,7 @@ public class TeamRequestBuilder : BaseCliRequestBuilder { /// /// Information about the Microsoft Teams team that was created for the request. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Information about the Microsoft Teams team that was created for the request."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TeamRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TeamRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/team{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TeamRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TeamRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRightsRequests/{subjectRightsRequest%2Did}/team{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public TeamRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRigh /// /// Information about the Microsoft Teams team that was created for the request. /// + /// 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/Security/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.cs b/src/generated/Security/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.cs index 9763de050a..920cc0d564 100644 --- a/src/generated/Security/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.cs +++ b/src/generated/Security/SubjectRightsRequests/SubjectRightsRequestsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubjectRightsRequestsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the subjectRightsRequests property of the microsoft.graph.security entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to subjectRightsRequests for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to subjectRightsRequests for security"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// /// Get subjectRightsRequests from security /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get subjectRightsRequests from security"; @@ -190,13 +194,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SubjectRightsRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubjectRightsRequestsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/subjectRightsRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SubjectRightsRequestsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubjectRightsRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/security/subjectRightsRequests{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -204,6 +208,7 @@ public SubjectRightsRequestsRequestBuilder(string rawUrl) : base("{+baseurl}/sec /// /// Get subjectRightsRequests from security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -220,6 +225,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to subjectRightsRequests for security /// + /// 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 @@ -230,7 +236,7 @@ public RequestInformation ToPostRequestInformation(SubjectRightsRequest body, Ac public RequestInformation ToPostRequestInformation(SubjectRightsRequest 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}/security/subjectRightsRequests", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/ArticleIndicators/ArticleIndicatorsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/ArticleIndicators/ArticleIndicatorsRequestBuilder.cs index ce4294b683..4880bda131 100644 --- a/src/generated/Security/ThreatIntelligence/ArticleIndicators/ArticleIndicatorsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/ArticleIndicators/ArticleIndicatorsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ArticleIndicatorsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the articleIndicators property of the microsoft.graph.security.threatIntelligence 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 articleIndicators for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to articleIndicators for security"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of an articleIndicator object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of an articleIndicator object."; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ArticleIndicatorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ArticleIndicatorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/articleIndicators{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ArticleIndicatorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ArticleIndicatorsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/articleIndicators{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public ArticleIndicatorsRequestBuilder(string rawUrl) : base("{+baseurl}/securit /// /// Read the properties and relationships of an articleIndicator 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 @@ -215,6 +220,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to articleIndicators for security /// + /// 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(ArticleIndicator body, Action public RequestInformation ToPostRequestInformation(ArticleIndicator 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}/security/threatIntelligence/articleIndicators", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/ArticleIndicators/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/ArticleIndicators/Count/CountRequestBuilder.cs index 73228611dc..e5563b2a00 100644 --- a/src/generated/Security/ThreatIntelligence/ArticleIndicators/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/ArticleIndicators/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}/security/threatIntelligence/articleIndicators/$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}/security/threatIntelligence/articleIndicators/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/ArticleIndicators/Item/ArticleIndicatorItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/ArticleIndicators/Item/ArticleIndicatorItemRequestBuilder.cs index 9d5c31f255..c2bde60c2b 100644 --- a/src/generated/Security/ThreatIntelligence/ArticleIndicators/Item/ArticleIndicatorItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/ArticleIndicators/Item/ArticleIndicatorItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ArticleIndicatorItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the artifact property of the microsoft.graph.security.indicator entity. /// + /// A public Command BuildArtifactNavCommand() { var command = new Command("artifact"); command.Description = "Provides operations to manage the artifact property of the microsoft.graph.security.indicator entity."; @@ -38,6 +39,7 @@ public Command BuildArtifactNavCommand() { /// /// Delete navigation property articleIndicators for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property articleIndicators for security"; @@ -72,6 +74,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an articleIndicator object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an articleIndicator object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-1.0"; @@ -122,6 +125,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property articleIndicators in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property articleIndicators in security"; @@ -169,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ArticleIndicatorItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ArticleIndicatorItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/articleIndicators/{articleIndicator%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ArticleIndicatorItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ArticleIndicatorItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/articleIndicators/{articleIndicator%2Did}{?%24expand,%24select}", rawUrl) { @@ -183,6 +187,7 @@ public ArticleIndicatorItemRequestBuilder(string rawUrl) : base("{+baseurl}/secu /// /// Delete navigation property articleIndicators for security /// + /// 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}/security/threatIntelligence/articleIndicators/{articleIndicator%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -199,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an articleIndicator 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 @@ -215,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property articleIndicators in security /// + /// 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(ArticleIndicator body, Actio public RequestInformation ToPatchRequestInformation(ArticleIndicator 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}/security/threatIntelligence/articleIndicators/{articleIndicator%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/ArticleIndicators/Item/Artifact/ArtifactRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/ArticleIndicators/Item/Artifact/ArtifactRequestBuilder.cs index a5517bc15e..de8292a1d0 100644 --- a/src/generated/Security/ThreatIntelligence/ArticleIndicators/Item/Artifact/ArtifactRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/ArticleIndicators/Item/Artifact/ArtifactRequestBuilder.cs @@ -22,6 +22,7 @@ public class ArtifactRequestBuilder : BaseCliRequestBuilder { /// /// The artifact related to this indicator. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The artifact related to this indicator."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ArtifactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ArtifactRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/articleIndicators/{articleIndicator%2Did}/artifact{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ArtifactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ArtifactRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/articleIndicators/{articleIndicator%2Did}/artifact{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public ArtifactRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatI /// /// The artifact related to this indicator. /// + /// 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/Security/ThreatIntelligence/Articles/ArticlesRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Articles/ArticlesRequestBuilder.cs index 7558613fd2..e6d1c7e48e 100644 --- a/src/generated/Security/ThreatIntelligence/Articles/ArticlesRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Articles/ArticlesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ArticlesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the articles property of the microsoft.graph.security.threatIntelligence 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 articles for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to articles for security"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// Get a list of article objects, including their properties and relationships. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of article objects, including their properties and relationships.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-1.0"; @@ -186,13 +190,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ArticlesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ArticlesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/articles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ArticlesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ArticlesRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/articles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +204,7 @@ public ArticlesRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatI /// /// Get a list of article objects, including their properties and relationships. /// + /// 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 articles for security /// + /// 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(Article 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}/security/threatIntelligence/articles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/Articles/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Articles/Count/CountRequestBuilder.cs index 3822b44920..60746e3ab8 100644 --- a/src/generated/Security/ThreatIntelligence/Articles/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Articles/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}/security/threatIntelligence/articles/$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}/security/threatIntelligence/articles/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/Articles/Item/ArticleItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Articles/Item/ArticleItemRequestBuilder.cs index e744f54d97..8746d06746 100644 --- a/src/generated/Security/ThreatIntelligence/Articles/Item/ArticleItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Articles/Item/ArticleItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ArticleItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property articles for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property articles for security"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of an article object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of an article object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the indicators property of the microsoft.graph.security.article entity. /// + /// A public Command BuildIndicatorsNavCommand() { var command = new Command("indicators"); command.Description = "Provides operations to manage the indicators property of the microsoft.graph.security.article entity."; @@ -131,6 +134,7 @@ public Command BuildIndicatorsNavCommand() { /// /// Update the navigation property articles in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property articles in security"; @@ -178,13 +182,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ArticleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ArticleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/articles/{article%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ArticleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ArticleItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/articles/{article%2Did}{?%24expand,%24select}", rawUrl) { @@ -192,6 +196,7 @@ public ArticleItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/thre /// /// Delete navigation property articles for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -200,7 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/threatIntelligence/articles/{article%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -208,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of an article 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 @@ -224,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property articles in security /// + /// 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 @@ -234,7 +241,7 @@ public RequestInformation ToPatchRequestInformation(Article 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}/security/threatIntelligence/articles/{article%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/Articles/Item/Indicators/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Articles/Item/Indicators/Count/CountRequestBuilder.cs index 8adb07cf28..011bc400d9 100644 --- a/src/generated/Security/ThreatIntelligence/Articles/Item/Indicators/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Articles/Item/Indicators/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}/security/threatIntelligence/articles/{article%2Did}/indicators/$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}/security/threatIntelligence/articles/{article%2Did}/indicators/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/Articles/Item/Indicators/IndicatorsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Articles/Item/Indicators/IndicatorsRequestBuilder.cs index e4a28115d0..635a23f2f6 100644 --- a/src/generated/Security/ThreatIntelligence/Articles/Item/Indicators/IndicatorsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Articles/Item/Indicators/IndicatorsRequestBuilder.cs @@ -24,6 +24,7 @@ public class IndicatorsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the indicators property of the microsoft.graph.security.article entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ArticleIndicatorItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get a list of articleIndicator objects that represent indicators of threat or compromise related to the contents of an article. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of articleIndicator objects that represent indicators of threat or compromise related to the contents of an article.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-article-list-indicators?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new IndicatorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IndicatorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/articles/{article%2Did}/indicators{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new IndicatorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IndicatorsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/articles/{article%2Did}/indicators{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public IndicatorsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threa /// /// Get a list of articleIndicator objects that represent indicators of threat or compromise related to the contents of an article. /// + /// 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/Security/ThreatIntelligence/Articles/Item/Indicators/Item/ArticleIndicatorItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Articles/Item/Indicators/Item/ArticleIndicatorItemRequestBuilder.cs index a3946e6bd8..ef238f6b8b 100644 --- a/src/generated/Security/ThreatIntelligence/Articles/Item/Indicators/Item/ArticleIndicatorItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Articles/Item/Indicators/Item/ArticleIndicatorItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ArticleIndicatorItemRequestBuilder : BaseCliRequestBuilder { /// /// Indicators related to this article. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Indicators related to this article."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ArticleIndicatorItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ArticleIndicatorItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/articles/{article%2Did}/indicators/{articleIndicator%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ArticleIndicatorItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ArticleIndicatorItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/articles/{article%2Did}/indicators/{articleIndicator%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public ArticleIndicatorItemRequestBuilder(string rawUrl) : base("{+baseurl}/secu /// /// Indicators related to this article. /// + /// 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/Security/ThreatIntelligence/HostComponents/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostComponents/Count/CountRequestBuilder.cs index b6f11733be..a32ef591d0 100644 --- a/src/generated/Security/ThreatIntelligence/HostComponents/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostComponents/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}/security/threatIntelligence/hostComponents/$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}/security/threatIntelligence/hostComponents/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/HostComponents/HostComponentsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostComponents/HostComponentsRequestBuilder.cs index 0f11a4eefb..0a4982b6be 100644 --- a/src/generated/Security/ThreatIntelligence/HostComponents/HostComponentsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostComponents/HostComponentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class HostComponentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the hostComponents property of the microsoft.graph.security.threatIntelligence 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 hostComponents for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to hostComponents for security"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a hostComponent object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a hostComponent object."; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HostComponentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostComponentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostComponents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HostComponentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostComponentsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostComponents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public HostComponentsRequestBuilder(string rawUrl) : base("{+baseurl}/security/t /// /// Read the properties and relationships of a hostComponent 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 @@ -215,6 +220,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to hostComponents for security /// + /// 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(HostComponent 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}/security/threatIntelligence/hostComponents", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/HostComponents/Item/Host/HostRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostComponents/Item/Host/HostRequestBuilder.cs index 8fd98d79ac..e0b7ef746d 100644 --- a/src/generated/Security/ThreatIntelligence/HostComponents/Item/Host/HostRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostComponents/Item/Host/HostRequestBuilder.cs @@ -22,6 +22,7 @@ public class HostRequestBuilder : BaseCliRequestBuilder { /// /// The host related to this component. This is a reverse navigation property. When navigating to components from a host, this should be assumed to be a return reference. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The host related to this component. This is a reverse navigation property. When navigating to components from a host, this should be assumed to be a return reference."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostComponents/{hostComponent%2Did}/host{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostComponents/{hostComponent%2Did}/host{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public HostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntel /// /// The host related to this component. This is a reverse navigation property. When navigating to components from a host, this should be assumed to be a return reference. /// + /// 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/Security/ThreatIntelligence/HostComponents/Item/HostComponentItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostComponents/Item/HostComponentItemRequestBuilder.cs index aa37ec532d..6c4d6e4051 100644 --- a/src/generated/Security/ThreatIntelligence/HostComponents/Item/HostComponentItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostComponents/Item/HostComponentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class HostComponentItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property hostComponents for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property hostComponents for security"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a hostComponent object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a hostComponent object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the host property of the microsoft.graph.security.hostComponent entity. /// + /// A public Command BuildHostNavCommand() { var command = new Command("host"); command.Description = "Provides operations to manage the host property of the microsoft.graph.security.hostComponent entity."; @@ -122,6 +125,7 @@ public Command BuildHostNavCommand() { /// /// Update the navigation property hostComponents in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property hostComponents in security"; @@ -169,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new HostComponentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostComponentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostComponents/{hostComponent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostComponentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostComponentItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostComponents/{hostComponent%2Did}{?%24expand,%24select}", rawUrl) { @@ -183,6 +187,7 @@ public HostComponentItemRequestBuilder(string rawUrl) : base("{+baseurl}/securit /// /// Delete navigation property hostComponents for security /// + /// 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}/security/threatIntelligence/hostComponents/{hostComponent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -199,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a hostComponent 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 @@ -215,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property hostComponents in security /// + /// 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(HostComponent 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}/security/threatIntelligence/hostComponents/{hostComponent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/HostCookies/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostCookies/Count/CountRequestBuilder.cs index c8af4d7cf9..c568ab569c 100644 --- a/src/generated/Security/ThreatIntelligence/HostCookies/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostCookies/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}/security/threatIntelligence/hostCookies/$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}/security/threatIntelligence/hostCookies/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/HostCookies/HostCookiesRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostCookies/HostCookiesRequestBuilder.cs index 93365100e0..baca32c37a 100644 --- a/src/generated/Security/ThreatIntelligence/HostCookies/HostCookiesRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostCookies/HostCookiesRequestBuilder.cs @@ -24,6 +24,7 @@ public class HostCookiesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the hostCookies property of the microsoft.graph.security.threatIntelligence 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 hostCookies for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to hostCookies for security"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a hostCookie object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a hostCookie object."; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HostCookiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostCookiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostCookies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HostCookiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostCookiesRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostCookies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public HostCookiesRequestBuilder(string rawUrl) : base("{+baseurl}/security/thre /// /// Read the properties and relationships of a hostCookie 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 @@ -215,6 +220,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to hostCookies for security /// + /// 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(HostCookie 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}/security/threatIntelligence/hostCookies", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/HostCookies/Item/Host/HostRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostCookies/Item/Host/HostRequestBuilder.cs index 4921d2d789..093fea6f9e 100644 --- a/src/generated/Security/ThreatIntelligence/HostCookies/Item/Host/HostRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostCookies/Item/Host/HostRequestBuilder.cs @@ -22,6 +22,7 @@ public class HostRequestBuilder : BaseCliRequestBuilder { /// /// Indicates that a cookie of this name and domain was found related to this host. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Indicates that a cookie of this name and domain was found related to this host."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostCookies/{hostCookie%2Did}/host{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostCookies/{hostCookie%2Did}/host{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public HostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntel /// /// Indicates that a cookie of this name and domain was found related to this host. /// + /// 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/Security/ThreatIntelligence/HostCookies/Item/HostCookieItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostCookies/Item/HostCookieItemRequestBuilder.cs index 5061ce41bd..98943ec06c 100644 --- a/src/generated/Security/ThreatIntelligence/HostCookies/Item/HostCookieItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostCookies/Item/HostCookieItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class HostCookieItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property hostCookies for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property hostCookies for security"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a hostCookie object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a hostCookie object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the host property of the microsoft.graph.security.hostCookie entity. /// + /// A public Command BuildHostNavCommand() { var command = new Command("host"); command.Description = "Provides operations to manage the host property of the microsoft.graph.security.hostCookie entity."; @@ -122,6 +125,7 @@ public Command BuildHostNavCommand() { /// /// Update the navigation property hostCookies in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property hostCookies in security"; @@ -169,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new HostCookieItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostCookieItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostCookies/{hostCookie%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostCookieItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostCookieItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostCookies/{hostCookie%2Did}{?%24expand,%24select}", rawUrl) { @@ -183,6 +187,7 @@ public HostCookieItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/t /// /// Delete navigation property hostCookies for security /// + /// 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}/security/threatIntelligence/hostCookies/{hostCookie%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -199,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a hostCookie 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 @@ -215,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property hostCookies in security /// + /// 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(HostCookie 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}/security/threatIntelligence/hostCookies/{hostCookie%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/HostPairs/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostPairs/Count/CountRequestBuilder.cs index a17542632d..0621e7878e 100644 --- a/src/generated/Security/ThreatIntelligence/HostPairs/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostPairs/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}/security/threatIntelligence/hostPairs/$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}/security/threatIntelligence/hostPairs/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/HostPairs/HostPairsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostPairs/HostPairsRequestBuilder.cs index c6a56d6395..f1a4e4af24 100644 --- a/src/generated/Security/ThreatIntelligence/HostPairs/HostPairsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostPairs/HostPairsRequestBuilder.cs @@ -24,6 +24,7 @@ public class HostPairsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the hostPairs property of the microsoft.graph.security.threatIntelligence entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to hostPairs for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to hostPairs for security"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a hostPair object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a hostPair object."; @@ -186,13 +190,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HostPairsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostPairsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostPairs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HostPairsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostPairsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostPairs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +204,7 @@ public HostPairsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threat /// /// Read the properties and relationships of a hostPair 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 @@ -216,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to hostPairs for security /// + /// 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(HostPair 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}/security/threatIntelligence/hostPairs", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/HostPairs/Item/ChildHost/ChildHostRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostPairs/Item/ChildHost/ChildHostRequestBuilder.cs index ce9a621213..4d21cb3ec2 100644 --- a/src/generated/Security/ThreatIntelligence/HostPairs/Item/ChildHost/ChildHostRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostPairs/Item/ChildHost/ChildHostRequestBuilder.cs @@ -22,6 +22,7 @@ public class ChildHostRequestBuilder : BaseCliRequestBuilder { /// /// Host reached via the parentHost. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Host reached via the parentHost."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ChildHostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildHostRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostPairs/{hostPair%2Did}/childHost{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ChildHostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildHostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostPairs/{hostPair%2Did}/childHost{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public ChildHostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threat /// /// Host reached via the parentHost. /// + /// 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/Security/ThreatIntelligence/HostPairs/Item/HostPairItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostPairs/Item/HostPairItemRequestBuilder.cs index 6ebf50a69e..7f7acbb999 100644 --- a/src/generated/Security/ThreatIntelligence/HostPairs/Item/HostPairItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostPairs/Item/HostPairItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class HostPairItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the childHost property of the microsoft.graph.security.hostPair entity. /// + /// A public Command BuildChildHostNavCommand() { var command = new Command("child-host"); command.Description = "Provides operations to manage the childHost property of the microsoft.graph.security.hostPair entity."; @@ -39,6 +40,7 @@ public Command BuildChildHostNavCommand() { /// /// Delete navigation property hostPairs for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property hostPairs for security"; @@ -73,6 +75,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a hostPair object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a hostPair object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-1.0"; @@ -123,6 +126,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the parentHost property of the microsoft.graph.security.hostPair entity. /// + /// A public Command BuildParentHostNavCommand() { var command = new Command("parent-host"); command.Description = "Provides operations to manage the parentHost property of the microsoft.graph.security.hostPair entity."; @@ -138,6 +142,7 @@ public Command BuildParentHostNavCommand() { /// /// Update the navigation property hostPairs in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property hostPairs in security"; @@ -185,13 +190,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new HostPairItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostPairItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostPairs/{hostPair%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostPairItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostPairItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostPairs/{hostPair%2Did}{?%24expand,%24select}", rawUrl) { @@ -199,6 +204,7 @@ public HostPairItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/thr /// /// Delete navigation property hostPairs for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,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}/security/threatIntelligence/hostPairs/{hostPair%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +221,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a hostPair 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 @@ -231,6 +238,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property hostPairs in security /// + /// 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 @@ -241,7 +249,7 @@ public RequestInformation ToPatchRequestInformation(HostPair 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}/security/threatIntelligence/hostPairs/{hostPair%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/HostPairs/Item/ParentHost/ParentHostRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostPairs/Item/ParentHost/ParentHostRequestBuilder.cs index c4e918d5f1..7eeb27b70c 100644 --- a/src/generated/Security/ThreatIntelligence/HostPairs/Item/ParentHost/ParentHostRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostPairs/Item/ParentHost/ParentHostRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentHostRequestBuilder : BaseCliRequestBuilder { /// /// Host used to reach the childHost. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Host used to reach the childHost."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentHostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentHostRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostPairs/{hostPair%2Did}/parentHost{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentHostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentHostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostPairs/{hostPair%2Did}/parentHost{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public ParentHostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threa /// /// Host used to reach the childHost. /// + /// 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/Security/ThreatIntelligence/HostPorts/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostPorts/Count/CountRequestBuilder.cs index 729379997a..9915228a91 100644 --- a/src/generated/Security/ThreatIntelligence/HostPorts/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostPorts/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}/security/threatIntelligence/hostPorts/$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}/security/threatIntelligence/hostPorts/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/HostPorts/HostPortsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostPorts/HostPortsRequestBuilder.cs index 4feb08883d..7fd47343a7 100644 --- a/src/generated/Security/ThreatIntelligence/HostPorts/HostPortsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostPorts/HostPortsRequestBuilder.cs @@ -24,6 +24,7 @@ public class HostPortsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the hostPorts property of the microsoft.graph.security.threatIntelligence entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to hostPorts for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to hostPorts for security"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a hostPort object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a hostPort object."; @@ -186,13 +190,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HostPortsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostPortsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostPorts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HostPortsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostPortsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostPorts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +204,7 @@ public HostPortsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threat /// /// Read the properties and relationships of a hostPort 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 @@ -216,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to hostPorts for security /// + /// 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(HostPort 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}/security/threatIntelligence/hostPorts", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/HostPorts/Item/Host/HostRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostPorts/Item/Host/HostRequestBuilder.cs index 3fb03c9264..3a593d8856 100644 --- a/src/generated/Security/ThreatIntelligence/HostPorts/Item/Host/HostRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostPorts/Item/Host/HostRequestBuilder.cs @@ -22,6 +22,7 @@ public class HostRequestBuilder : BaseCliRequestBuilder { /// /// The host related to this hostPort. This is a reverse navigation property. When you navigate to hostPorts from a host, assume that this is a return reference. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The host related to this hostPort. This is a reverse navigation property. When you navigate to hostPorts from a host, assume that this is a return reference."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostPorts/{hostPort%2Did}/host{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostPorts/{hostPort%2Did}/host{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public HostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntel /// /// The host related to this hostPort. This is a reverse navigation property. When you navigate to hostPorts from a host, assume that this is a return reference. /// + /// 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/Security/ThreatIntelligence/HostPorts/Item/HostPortItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostPorts/Item/HostPortItemRequestBuilder.cs index 0cb54906b2..835de529d3 100644 --- a/src/generated/Security/ThreatIntelligence/HostPorts/Item/HostPortItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostPorts/Item/HostPortItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class HostPortItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property hostPorts for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property hostPorts for security"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a hostPort object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a hostPort object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the host property of the microsoft.graph.security.hostPort entity. /// + /// A public Command BuildHostNavCommand() { var command = new Command("host"); command.Description = "Provides operations to manage the host property of the microsoft.graph.security.hostPort entity."; @@ -123,6 +126,7 @@ public Command BuildHostNavCommand() { /// /// Provides operations to manage the mostRecentSslCertificate property of the microsoft.graph.security.hostPort entity. /// + /// A public Command BuildMostRecentSslCertificateNavCommand() { var command = new Command("most-recent-ssl-certificate"); command.Description = "Provides operations to manage the mostRecentSslCertificate property of the microsoft.graph.security.hostPort entity."; @@ -138,6 +142,7 @@ public Command BuildMostRecentSslCertificateNavCommand() { /// /// Update the navigation property hostPorts in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property hostPorts in security"; @@ -185,13 +190,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new HostPortItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostPortItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostPorts/{hostPort%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostPortItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostPortItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostPorts/{hostPort%2Did}{?%24expand,%24select}", rawUrl) { @@ -199,6 +204,7 @@ public HostPortItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/thr /// /// Delete navigation property hostPorts for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,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}/security/threatIntelligence/hostPorts/{hostPort%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +221,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a hostPort 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 @@ -231,6 +238,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property hostPorts in security /// + /// 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 @@ -241,7 +249,7 @@ public RequestInformation ToPatchRequestInformation(HostPort 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}/security/threatIntelligence/hostPorts/{hostPort%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/HostPorts/Item/MostRecentSslCertificate/MostRecentSslCertificateRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostPorts/Item/MostRecentSslCertificate/MostRecentSslCertificateRequestBuilder.cs index 0f7e3f8248..ca7134d110 100644 --- a/src/generated/Security/ThreatIntelligence/HostPorts/Item/MostRecentSslCertificate/MostRecentSslCertificateRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostPorts/Item/MostRecentSslCertificate/MostRecentSslCertificateRequestBuilder.cs @@ -22,6 +22,7 @@ public class MostRecentSslCertificateRequestBuilder : BaseCliRequestBuilder { /// /// The most recent sslCertificate used to communicate on the port. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The most recent sslCertificate used to communicate on the port."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new MostRecentSslCertificateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MostRecentSslCertificateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostPorts/{hostPort%2Did}/mostRecentSslCertificate{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MostRecentSslCertificateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MostRecentSslCertificateRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostPorts/{hostPort%2Did}/mostRecentSslCertificate{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public MostRecentSslCertificateRequestBuilder(string rawUrl) : base("{+baseurl}/ /// /// The most recent sslCertificate used to communicate on the port. /// + /// 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/Security/ThreatIntelligence/HostSslCertificates/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostSslCertificates/Count/CountRequestBuilder.cs index 70cea2bff1..d41717e9e7 100644 --- a/src/generated/Security/ThreatIntelligence/HostSslCertificates/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostSslCertificates/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}/security/threatIntelligence/hostSslCertificates/$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}/security/threatIntelligence/hostSslCertificates/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/HostSslCertificates/HostSslCertificatesRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostSslCertificates/HostSslCertificatesRequestBuilder.cs index 5a3941ce69..714264a9f7 100644 --- a/src/generated/Security/ThreatIntelligence/HostSslCertificates/HostSslCertificatesRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostSslCertificates/HostSslCertificatesRequestBuilder.cs @@ -24,6 +24,7 @@ public class HostSslCertificatesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the hostSslCertificates property of the microsoft.graph.security.threatIntelligence entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to hostSslCertificates for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to hostSslCertificates for security"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// /// Get the properties and relationships of a hostSslCertificate object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the properties and relationships of a hostSslCertificate object."; @@ -186,13 +190,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HostSslCertificatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostSslCertificatesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostSslCertificates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HostSslCertificatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostSslCertificatesRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostSslCertificates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +204,7 @@ public HostSslCertificatesRequestBuilder(string rawUrl) : base("{+baseurl}/secur /// /// Get the properties and relationships of a hostSslCertificate 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 @@ -216,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to hostSslCertificates for security /// + /// 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(HostSslCertificate body, Acti public RequestInformation ToPostRequestInformation(HostSslCertificate 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}/security/threatIntelligence/hostSslCertificates", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/HostSslCertificates/Item/Host/HostRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostSslCertificates/Item/Host/HostRequestBuilder.cs index a95ac419ec..c1b0f82a72 100644 --- a/src/generated/Security/ThreatIntelligence/HostSslCertificates/Item/Host/HostRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostSslCertificates/Item/Host/HostRequestBuilder.cs @@ -22,6 +22,7 @@ public class HostRequestBuilder : BaseCliRequestBuilder { /// /// The host for this hostSslCertificate. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The host for this hostSslCertificate."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostSslCertificates/{hostSslCertificate%2Did}/host{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostSslCertificates/{hostSslCertificate%2Did}/host{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public HostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntel /// /// The host for this hostSslCertificate. /// + /// 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/Security/ThreatIntelligence/HostSslCertificates/Item/HostSslCertificateItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostSslCertificates/Item/HostSslCertificateItemRequestBuilder.cs index f36717f821..88b1bff8e8 100644 --- a/src/generated/Security/ThreatIntelligence/HostSslCertificates/Item/HostSslCertificateItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostSslCertificates/Item/HostSslCertificateItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class HostSslCertificateItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property hostSslCertificates for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property hostSslCertificates for security"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Get the properties and relationships of a hostSslCertificate object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the properties and relationships of a hostSslCertificate object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the host property of the microsoft.graph.security.hostSslCertificate entity. /// + /// A public Command BuildHostNavCommand() { var command = new Command("host"); command.Description = "Provides operations to manage the host property of the microsoft.graph.security.hostSslCertificate entity."; @@ -123,6 +126,7 @@ public Command BuildHostNavCommand() { /// /// Update the navigation property hostSslCertificates in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property hostSslCertificates in security"; @@ -172,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sslCertificate property of the microsoft.graph.security.hostSslCertificate entity. /// + /// A public Command BuildSslCertificateNavCommand() { var command = new Command("ssl-certificate"); command.Description = "Provides operations to manage the sslCertificate property of the microsoft.graph.security.hostSslCertificate entity."; @@ -185,13 +190,13 @@ public Command BuildSslCertificateNavCommand() { return command; } /// - /// Instantiates a new HostSslCertificateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostSslCertificateItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostSslCertificates/{hostSslCertificate%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostSslCertificateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostSslCertificateItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostSslCertificates/{hostSslCertificate%2Did}{?%24expand,%24select}", rawUrl) { @@ -199,6 +204,7 @@ public HostSslCertificateItemRequestBuilder(string rawUrl) : base("{+baseurl}/se /// /// Delete navigation property hostSslCertificates for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,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}/security/threatIntelligence/hostSslCertificates/{hostSslCertificate%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +221,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the properties and relationships of a hostSslCertificate 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 @@ -231,6 +238,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property hostSslCertificates in security /// + /// 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 @@ -241,7 +249,7 @@ public RequestInformation ToPatchRequestInformation(HostSslCertificate body, Act public RequestInformation ToPatchRequestInformation(HostSslCertificate 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}/security/threatIntelligence/hostSslCertificates/{hostSslCertificate%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/HostSslCertificates/Item/SslCertificate/SslCertificateRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostSslCertificates/Item/SslCertificate/SslCertificateRequestBuilder.cs index 7864e363e2..d485211bd4 100644 --- a/src/generated/Security/ThreatIntelligence/HostSslCertificates/Item/SslCertificate/SslCertificateRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostSslCertificates/Item/SslCertificate/SslCertificateRequestBuilder.cs @@ -22,6 +22,7 @@ public class SslCertificateRequestBuilder : BaseCliRequestBuilder { /// /// The sslCertificate for this hostSslCertificate. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The sslCertificate for this hostSslCertificate."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SslCertificateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SslCertificateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostSslCertificates/{hostSslCertificate%2Did}/sslCertificate{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SslCertificateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SslCertificateRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostSslCertificates/{hostSslCertificate%2Did}/sslCertificate{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public SslCertificateRequestBuilder(string rawUrl) : base("{+baseurl}/security/t /// /// The sslCertificate for this hostSslCertificate. /// + /// 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/Security/ThreatIntelligence/HostTrackers/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostTrackers/Count/CountRequestBuilder.cs index 4bfe4e39dc..920b38c637 100644 --- a/src/generated/Security/ThreatIntelligence/HostTrackers/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostTrackers/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}/security/threatIntelligence/hostTrackers/$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}/security/threatIntelligence/hostTrackers/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/HostTrackers/HostTrackersRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostTrackers/HostTrackersRequestBuilder.cs index dc6e36ffcb..61eef9d749 100644 --- a/src/generated/Security/ThreatIntelligence/HostTrackers/HostTrackersRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostTrackers/HostTrackersRequestBuilder.cs @@ -24,6 +24,7 @@ public class HostTrackersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the hostTrackers property of the microsoft.graph.security.threatIntelligence 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 hostTrackers for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to hostTrackers for security"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a hostTracker object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a hostTracker object."; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HostTrackersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostTrackersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostTrackers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HostTrackersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostTrackersRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostTrackers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public HostTrackersRequestBuilder(string rawUrl) : base("{+baseurl}/security/thr /// /// Read the properties and relationships of a hostTracker 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 @@ -215,6 +220,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to hostTrackers for security /// + /// 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(HostTracker 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}/security/threatIntelligence/hostTrackers", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/HostTrackers/Item/Host/HostRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostTrackers/Item/Host/HostRequestBuilder.cs index cef92ca60e..e5dffca9be 100644 --- a/src/generated/Security/ThreatIntelligence/HostTrackers/Item/Host/HostRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostTrackers/Item/Host/HostRequestBuilder.cs @@ -22,6 +22,7 @@ public class HostRequestBuilder : BaseCliRequestBuilder { /// /// The host related to this hostTracker. When navigating to a hostTracker from a host, this should be assumed to be a return reference. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The host related to this hostTracker. When navigating to a hostTracker from a host, this should be assumed to be a return reference."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostTrackers/{hostTracker%2Did}/host{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostTrackers/{hostTracker%2Did}/host{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public HostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntel /// /// The host related to this hostTracker. When navigating to a hostTracker from a host, this should be assumed to be a return reference. /// + /// 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/Security/ThreatIntelligence/HostTrackers/Item/HostTrackerItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/HostTrackers/Item/HostTrackerItemRequestBuilder.cs index 28e64c312f..6b705dd4e8 100644 --- a/src/generated/Security/ThreatIntelligence/HostTrackers/Item/HostTrackerItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/HostTrackers/Item/HostTrackerItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class HostTrackerItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property hostTrackers for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property hostTrackers for security"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a hostTracker object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a hostTracker object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the host property of the microsoft.graph.security.hostTracker entity. /// + /// A public Command BuildHostNavCommand() { var command = new Command("host"); command.Description = "Provides operations to manage the host property of the microsoft.graph.security.hostTracker entity."; @@ -122,6 +125,7 @@ public Command BuildHostNavCommand() { /// /// Update the navigation property hostTrackers in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property hostTrackers in security"; @@ -169,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new HostTrackerItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostTrackerItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hostTrackers/{hostTracker%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostTrackerItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostTrackerItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hostTrackers/{hostTracker%2Did}{?%24expand,%24select}", rawUrl) { @@ -183,6 +187,7 @@ public HostTrackerItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/ /// /// Delete navigation property hostTrackers for security /// + /// 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}/security/threatIntelligence/hostTrackers/{hostTracker%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -199,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a hostTracker 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 @@ -215,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property hostTrackers in security /// + /// 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(HostTracker 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}/security/threatIntelligence/hostTrackers/{hostTracker%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/Hosts/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Count/CountRequestBuilder.cs index e01f1d43b0..aa8eee03c5 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/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}/security/threatIntelligence/hosts/$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}/security/threatIntelligence/hosts/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/Hosts/HostsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/HostsRequestBuilder.cs index a8d458f93e..5c54c213ed 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/HostsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/HostsRequestBuilder.cs @@ -24,6 +24,7 @@ public class HostsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the hosts property of the microsoft.graph.security.threatIntelligence entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -49,6 +50,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."; @@ -64,6 +66,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to hosts for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to hosts for security"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types: /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types:"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HostsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HostsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public HostsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types: /// + /// 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 hosts for security /// + /// 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(ApiSdk.Models.Security.Host b public RequestInformation ToPostRequestInformation(ApiSdk.Models.Security.Host 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}/security/threatIntelligence/hosts", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/ChildHostPairsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/ChildHostPairsRequestBuilder.cs index d555019dbd..cdde94be9d 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/ChildHostPairsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/ChildHostPairsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildHostPairsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the childHostPairs property of the microsoft.graph.security.host entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new HostPairItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get the list of hostPair resources associated with a host, where that host is the *parent* and has an outgoing pairing to a *child*. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of hostPair resources associated with a host, where that host is the *parent* and has an outgoing pairing to a *child*. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildHostPairsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildHostPairsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/childHostPairs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildHostPairsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildHostPairsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/childHostPairs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public ChildHostPairsRequestBuilder(string rawUrl) : base("{+baseurl}/security/t /// /// Get the list of hostPair resources associated with a host, where that host is the *parent* and has an outgoing pairing to a *child*. /// + /// 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/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/Count/CountRequestBuilder.cs index 76ded4764f..38b00e6f9e 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/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}/security/threatIntelligence/hosts/{host%2Did}/childHostPairs/$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}/security/threatIntelligence/hosts/{host%2Did}/childHostPairs/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/Item/HostPairItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/Item/HostPairItemRequestBuilder.cs index 2d910d75ff..e5fbc5d179 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/Item/HostPairItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/ChildHostPairs/Item/HostPairItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class HostPairItemRequestBuilder : BaseCliRequestBuilder { /// /// The hostPairs that are resources associated with a host, where that host is the parentHost and has an outgoing pairing to a childHost. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The hostPairs that are resources associated with a host, where that host is the parentHost and has an outgoing pairing to a childHost."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HostPairItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostPairItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/childHostPairs/{hostPair%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostPairItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostPairItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/childHostPairs/{hostPair%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public HostPairItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/thr /// /// The hostPairs that are resources associated with a host, where that host is the parentHost and has an outgoing pairing to a childHost. /// + /// 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/Security/ThreatIntelligence/Hosts/Item/Components/ComponentsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/Components/ComponentsRequestBuilder.cs index 6d3d263a63..5402e40ed8 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/Components/ComponentsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/Components/ComponentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ComponentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the components property of the microsoft.graph.security.host entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new HostComponentItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get a list of hostComponent resources. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of hostComponent resources.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-host-list-components?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ComponentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ComponentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/components{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ComponentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ComponentsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/components{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public ComponentsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threa /// /// Get a list of hostComponent 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 diff --git a/src/generated/Security/ThreatIntelligence/Hosts/Item/Components/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/Components/Count/CountRequestBuilder.cs index 7f8f45d0d1..e5ddf9b858 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/Components/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/Components/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}/security/threatIntelligence/hosts/{host%2Did}/components/$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}/security/threatIntelligence/hosts/{host%2Did}/components/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/Hosts/Item/Components/Item/HostComponentItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/Components/Item/HostComponentItemRequestBuilder.cs index 42c11d829d..39ce0f0fd0 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/Components/Item/HostComponentItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/Components/Item/HostComponentItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class HostComponentItemRequestBuilder : BaseCliRequestBuilder { /// /// The hostComponents that are associated with this host. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The hostComponents that are associated with this host."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HostComponentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostComponentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/components/{hostComponent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostComponentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostComponentItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/components/{hostComponent%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public HostComponentItemRequestBuilder(string rawUrl) : base("{+baseurl}/securit /// /// The hostComponents that are associated with this host. /// + /// 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/Security/ThreatIntelligence/Hosts/Item/Cookies/CookiesRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/Cookies/CookiesRequestBuilder.cs index 2aff727279..1ea524e9af 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/Cookies/CookiesRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/Cookies/CookiesRequestBuilder.cs @@ -24,6 +24,7 @@ public class CookiesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the cookies property of the microsoft.graph.security.host entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new HostCookieItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get a list of hostCookie resources. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of hostCookie resources.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-host-list-cookies?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CookiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CookiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/cookies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CookiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CookiesRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/cookies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public CookiesRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIn /// /// Get a list of hostCookie 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 diff --git a/src/generated/Security/ThreatIntelligence/Hosts/Item/Cookies/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/Cookies/Count/CountRequestBuilder.cs index a0d070ae02..f189a0e4c6 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/Cookies/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/Cookies/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}/security/threatIntelligence/hosts/{host%2Did}/cookies/$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}/security/threatIntelligence/hosts/{host%2Did}/cookies/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/Hosts/Item/Cookies/Item/HostCookieItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/Cookies/Item/HostCookieItemRequestBuilder.cs index ef7927d9eb..1d4a27dd8e 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/Cookies/Item/HostCookieItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/Cookies/Item/HostCookieItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class HostCookieItemRequestBuilder : BaseCliRequestBuilder { /// /// The hostCookies that are associated with this host. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The hostCookies that are associated with this host."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HostCookieItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostCookieItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/cookies/{hostCookie%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostCookieItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostCookieItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/cookies/{hostCookie%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public HostCookieItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/t /// /// The hostCookies that are associated with this host. /// + /// 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/Security/ThreatIntelligence/Hosts/Item/HostItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/HostItemRequestBuilder.cs index 4f6a8dc177..62a02bdec2 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/HostItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/HostItemRequestBuilder.cs @@ -35,6 +35,7 @@ public class HostItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the childHostPairs property of the microsoft.graph.security.host entity. /// + /// A public Command BuildChildHostPairsNavCommand() { var command = new Command("child-host-pairs"); command.Description = "Provides operations to manage the childHostPairs property of the microsoft.graph.security.host entity."; @@ -59,6 +60,7 @@ public Command BuildChildHostPairsNavCommand() { /// /// Provides operations to manage the components property of the microsoft.graph.security.host entity. /// + /// A public Command BuildComponentsNavCommand() { var command = new Command("components"); command.Description = "Provides operations to manage the components property of the microsoft.graph.security.host entity."; @@ -83,6 +85,7 @@ public Command BuildComponentsNavCommand() { /// /// Provides operations to manage the cookies property of the microsoft.graph.security.host entity. /// + /// A public Command BuildCookiesNavCommand() { var command = new Command("cookies"); command.Description = "Provides operations to manage the cookies property of the microsoft.graph.security.host entity."; @@ -107,6 +110,7 @@ public Command BuildCookiesNavCommand() { /// /// Delete navigation property hosts for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property hosts for security"; @@ -141,6 +145,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types: /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-1.0"; @@ -191,6 +196,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the hostPairs property of the microsoft.graph.security.host entity. /// + /// A public Command BuildHostPairsNavCommand() { var command = new Command("host-pairs"); command.Description = "Provides operations to manage the hostPairs property of the microsoft.graph.security.host entity."; @@ -215,6 +221,7 @@ public Command BuildHostPairsNavCommand() { /// /// Provides operations to manage the parentHostPairs property of the microsoft.graph.security.host entity. /// + /// A public Command BuildParentHostPairsNavCommand() { var command = new Command("parent-host-pairs"); command.Description = "Provides operations to manage the parentHostPairs property of the microsoft.graph.security.host entity."; @@ -239,6 +246,7 @@ public Command BuildParentHostPairsNavCommand() { /// /// Provides operations to manage the passiveDns property of the microsoft.graph.security.host entity. /// + /// A public Command BuildPassiveDnsNavCommand() { var command = new Command("passive-dns"); command.Description = "Provides operations to manage the passiveDns property of the microsoft.graph.security.host entity."; @@ -263,6 +271,7 @@ public Command BuildPassiveDnsNavCommand() { /// /// Provides operations to manage the passiveDnsReverse property of the microsoft.graph.security.host entity. /// + /// A public Command BuildPassiveDnsReverseNavCommand() { var command = new Command("passive-dns-reverse"); command.Description = "Provides operations to manage the passiveDnsReverse property of the microsoft.graph.security.host entity."; @@ -287,6 +296,7 @@ public Command BuildPassiveDnsReverseNavCommand() { /// /// Update the navigation property hosts in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property hosts in security"; @@ -336,6 +346,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the ports property of the microsoft.graph.security.host entity. /// + /// A public Command BuildPortsNavCommand() { var command = new Command("ports"); command.Description = "Provides operations to manage the ports property of the microsoft.graph.security.host entity."; @@ -360,6 +371,7 @@ public Command BuildPortsNavCommand() { /// /// Provides operations to manage the reputation property of the microsoft.graph.security.host entity. /// + /// A public Command BuildReputationNavCommand() { var command = new Command("reputation"); command.Description = "Provides operations to manage the reputation property of the microsoft.graph.security.host entity."; @@ -377,6 +389,7 @@ public Command BuildReputationNavCommand() { /// /// Provides operations to manage the sslCertificates property of the microsoft.graph.security.host entity. /// + /// A public Command BuildSslCertificatesNavCommand() { var command = new Command("ssl-certificates"); command.Description = "Provides operations to manage the sslCertificates property of the microsoft.graph.security.host entity."; @@ -401,6 +414,7 @@ public Command BuildSslCertificatesNavCommand() { /// /// Provides operations to manage the subdomains property of the microsoft.graph.security.host entity. /// + /// A public Command BuildSubdomainsNavCommand() { var command = new Command("subdomains"); command.Description = "Provides operations to manage the subdomains property of the microsoft.graph.security.host entity."; @@ -425,6 +439,7 @@ public Command BuildSubdomainsNavCommand() { /// /// Provides operations to manage the trackers property of the microsoft.graph.security.host entity. /// + /// A public Command BuildTrackersNavCommand() { var command = new Command("trackers"); command.Description = "Provides operations to manage the trackers property of the microsoft.graph.security.host entity."; @@ -449,6 +464,7 @@ public Command BuildTrackersNavCommand() { /// /// Provides operations to manage the whois property of the microsoft.graph.security.host entity. /// + /// A public Command BuildWhoisNavCommand() { var command = new Command("whois"); command.Description = "Provides operations to manage the whois property of the microsoft.graph.security.host entity."; @@ -462,13 +478,13 @@ public Command BuildWhoisNavCommand() { return command; } /// - /// Instantiates a new HostItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}{?%24expand,%24select}", rawUrl) { @@ -476,6 +492,7 @@ public HostItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatI /// /// Delete navigation property hosts for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -484,7 +501,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/threatIntelligence/hosts/{host%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -492,6 +509,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types: /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -508,6 +526,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property hosts in security /// + /// 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 @@ -518,7 +537,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Security.Host public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Security.Host 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}/security/threatIntelligence/hosts/{host%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/Count/CountRequestBuilder.cs index acbee0d507..cb1a89ddd3 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/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}/security/threatIntelligence/hosts/{host%2Did}/hostPairs/$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}/security/threatIntelligence/hosts/{host%2Did}/hostPairs/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/Hosts/Item/HostPairs/HostPairsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/HostPairsRequestBuilder.cs index d8da988cf3..04ba7d28b8 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/HostPairsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/HostPairsRequestBuilder.cs @@ -24,6 +24,7 @@ public class HostPairsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the hostPairs property of the microsoft.graph.security.host entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new HostPairItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get the list of hostPair resources associated with a host, where that host is *either* the *parent* or the *child*. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of hostPair resources associated with a host, where that host is *either* the *parent* or the *child*.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-host-list-hostpairs?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HostPairsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostPairsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/hostPairs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HostPairsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostPairsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/hostPairs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public HostPairsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threat /// /// Get the list of hostPair resources associated with a host, where that host is *either* the *parent* or the *child*. /// + /// 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/Security/ThreatIntelligence/Hosts/Item/HostPairs/Item/HostPairItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/Item/HostPairItemRequestBuilder.cs index f1b260f943..1285f8c7f2 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/Item/HostPairItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/HostPairs/Item/HostPairItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class HostPairItemRequestBuilder : BaseCliRequestBuilder { /// /// The hostPairs that are associated with this host, where this host is either the parentHost or childHost. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The hostPairs that are associated with this host, where this host is either the parentHost or childHost."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HostPairItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostPairItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/hostPairs/{hostPair%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostPairItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostPairItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/hostPairs/{hostPair%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public HostPairItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/thr /// /// The hostPairs that are associated with this host, where this host is either the parentHost or childHost. /// + /// 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/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/Count/CountRequestBuilder.cs index b516e96857..559e3c19d4 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/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}/security/threatIntelligence/hosts/{host%2Did}/parentHostPairs/$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}/security/threatIntelligence/hosts/{host%2Did}/parentHostPairs/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/Item/HostPairItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/Item/HostPairItemRequestBuilder.cs index e4c812d65e..06610c453c 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/Item/HostPairItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/Item/HostPairItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class HostPairItemRequestBuilder : BaseCliRequestBuilder { /// /// The hostPairs that are associated with a host, where that host is the childHost and has an incoming pairing with a parentHost. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The hostPairs that are associated with a host, where that host is the childHost and has an incoming pairing with a parentHost."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HostPairItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostPairItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/parentHostPairs/{hostPair%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostPairItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostPairItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/parentHostPairs/{hostPair%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public HostPairItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/thr /// /// The hostPairs that are associated with a host, where that host is the childHost and has an incoming pairing with a parentHost. /// + /// 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/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/ParentHostPairsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/ParentHostPairsRequestBuilder.cs index aa860ff31d..77e6576b0e 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/ParentHostPairsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/ParentHostPairs/ParentHostPairsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ParentHostPairsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the parentHostPairs property of the microsoft.graph.security.host entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new HostPairItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get the list of hostPair resources associated with a host, where that host is the *child* and has an incoming pairing with a *parent*. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of hostPair resources associated with a host, where that host is the *child* and has an incoming pairing with a *parent*.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ParentHostPairsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentHostPairsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/parentHostPairs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ParentHostPairsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentHostPairsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/parentHostPairs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public ParentHostPairsRequestBuilder(string rawUrl) : base("{+baseurl}/security/ /// /// Get the list of hostPair resources associated with a host, where that host is the *child* and has an incoming pairing with a *parent*. /// + /// 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/Security/ThreatIntelligence/Hosts/Item/PassiveDns/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/Count/CountRequestBuilder.cs index e082ef5c8c..66de51c357 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/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}/security/threatIntelligence/hosts/{host%2Did}/passiveDns/$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}/security/threatIntelligence/hosts/{host%2Did}/passiveDns/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/Hosts/Item/PassiveDns/Item/PassiveDnsRecordItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/Item/PassiveDnsRecordItemRequestBuilder.cs index 56329d663b..156c383a04 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/Item/PassiveDnsRecordItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/Item/PassiveDnsRecordItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class PassiveDnsRecordItemRequestBuilder : BaseCliRequestBuilder { /// /// Passive DNS retrieval about this host. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Passive DNS retrieval about this host."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PassiveDnsRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PassiveDnsRecordItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/passiveDns/{passiveDnsRecord%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PassiveDnsRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PassiveDnsRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/passiveDns/{passiveDnsRecord%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public PassiveDnsRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/secu /// /// Passive DNS retrieval about this host. /// + /// 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/Security/ThreatIntelligence/Hosts/Item/PassiveDns/PassiveDnsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/PassiveDnsRequestBuilder.cs index 04bb83ecad..fe4ea10aed 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/PassiveDnsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/PassiveDns/PassiveDnsRequestBuilder.cs @@ -24,6 +24,7 @@ public class PassiveDnsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the passiveDns property of the microsoft.graph.security.host entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new PassiveDnsRecordItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get a list of passiveDnsRecord resources associated with a host. This is a forward DNS lookup which queries the IP address of the specified host using its hostname. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of passiveDnsRecord resources associated with a host. This is a forward DNS lookup which queries the IP address of the specified host using its hostname. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PassiveDnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PassiveDnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/passiveDns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PassiveDnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PassiveDnsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/passiveDns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public PassiveDnsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threa /// /// Get a list of passiveDnsRecord resources associated with a host. This is a forward DNS lookup which queries the IP address of the specified host using its hostname. /// + /// 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/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/Count/CountRequestBuilder.cs index 0589c49365..5eb9f2da03 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/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}/security/threatIntelligence/hosts/{host%2Did}/passiveDnsReverse/$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}/security/threatIntelligence/hosts/{host%2Did}/passiveDnsReverse/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/Item/PassiveDnsRecordItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/Item/PassiveDnsRecordItemRequestBuilder.cs index 06bad82ac0..b528639b8e 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/Item/PassiveDnsRecordItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/Item/PassiveDnsRecordItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class PassiveDnsRecordItemRequestBuilder : BaseCliRequestBuilder { /// /// Reverse passive DNS retrieval about this host. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Reverse passive DNS retrieval about this host."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PassiveDnsRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PassiveDnsRecordItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/passiveDnsReverse/{passiveDnsRecord%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PassiveDnsRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PassiveDnsRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/passiveDnsReverse/{passiveDnsRecord%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public PassiveDnsRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/secu /// /// Reverse passive DNS retrieval about this host. /// + /// 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/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/PassiveDnsReverseRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/PassiveDnsReverseRequestBuilder.cs index 2207045b18..a33ba7a4c1 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/PassiveDnsReverseRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/PassiveDnsReverse/PassiveDnsReverseRequestBuilder.cs @@ -24,6 +24,7 @@ public class PassiveDnsReverseRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the passiveDnsReverse property of the microsoft.graph.security.host entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new PassiveDnsRecordItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get a collection of passiveDnsRecord resources from a reverse passive DNS retrieval. A reverse DNS lookup queries the hostname of a host using an IP address. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a collection of passiveDnsRecord resources from a reverse passive DNS retrieval. A reverse DNS lookup queries the hostname of a host using an IP address.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PassiveDnsReverseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PassiveDnsReverseRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/passiveDnsReverse{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PassiveDnsReverseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PassiveDnsReverseRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/passiveDnsReverse{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public PassiveDnsReverseRequestBuilder(string rawUrl) : base("{+baseurl}/securit /// /// Get a collection of passiveDnsRecord resources from a reverse passive DNS retrieval. A reverse DNS lookup queries the hostname of a host using an IP address. /// + /// 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/Security/ThreatIntelligence/Hosts/Item/Ports/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/Ports/Count/CountRequestBuilder.cs index acb23ec4c2..caadba27ab 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/Ports/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/Ports/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}/security/threatIntelligence/hosts/{host%2Did}/ports/$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}/security/threatIntelligence/hosts/{host%2Did}/ports/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/Hosts/Item/Ports/Item/HostPortItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/Ports/Item/HostPortItemRequestBuilder.cs index 8fa0bbc2ff..1dff82fda4 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/Ports/Item/HostPortItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/Ports/Item/HostPortItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class HostPortItemRequestBuilder : BaseCliRequestBuilder { /// /// The hostPorts associated with a host. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The hostPorts associated with a host."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HostPortItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostPortItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/ports/{hostPort%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostPortItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostPortItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/ports/{hostPort%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public HostPortItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/thr /// /// The hostPorts associated with a host. /// + /// 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/Security/ThreatIntelligence/Hosts/Item/Ports/PortsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/Ports/PortsRequestBuilder.cs index 73e652b0e8..df7d31ecb0 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/Ports/PortsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/Ports/PortsRequestBuilder.cs @@ -24,6 +24,7 @@ public class PortsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the ports property of the microsoft.graph.security.host entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new HostPortItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get the list of hostPort resources associated with a host. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of hostPort resources associated with a host.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-host-list-ports?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PortsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PortsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/ports{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PortsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PortsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/ports{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public PortsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// Get the list of hostPort resources associated with a host. /// + /// 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/Security/ThreatIntelligence/Hosts/Item/Reputation/ReputationRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/Reputation/ReputationRequestBuilder.cs index 9347e993a7..777e361d1f 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/Reputation/ReputationRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/Reputation/ReputationRequestBuilder.cs @@ -22,6 +22,7 @@ public class ReputationRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property reputation for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property reputation for security"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// Get the properties and relationships of a hostReputation object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the properties and relationships of a hostReputation object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-1.0"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property reputation in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property reputation in security"; @@ -153,13 +156,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ReputationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReputationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/reputation{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ReputationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReputationRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/reputation{?%24expand,%24select}", rawUrl) { @@ -167,6 +170,7 @@ public ReputationRequestBuilder(string rawUrl) : base("{+baseurl}/security/threa /// /// Delete navigation property reputation for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -175,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}/security/threatIntelligence/hosts/{host%2Did}/reputation", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -183,6 +187,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the properties and relationships of a hostReputation 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 @@ -199,6 +204,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property reputation in security /// + /// 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 @@ -209,7 +215,7 @@ public RequestInformation ToPatchRequestInformation(HostReputation body, Action< public RequestInformation ToPatchRequestInformation(HostReputation 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}/security/threatIntelligence/hosts/{host%2Did}/reputation", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/Count/CountRequestBuilder.cs index 7e38fefc72..fcfca5acd4 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/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}/security/threatIntelligence/hosts/{host%2Did}/sslCertificates/$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}/security/threatIntelligence/hosts/{host%2Did}/sslCertificates/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/Hosts/Item/SslCertificates/Item/HostSslCertificateItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/Item/HostSslCertificateItemRequestBuilder.cs index 252a614ee2..d51e74e63b 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/Item/HostSslCertificateItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/Item/HostSslCertificateItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class HostSslCertificateItemRequestBuilder : BaseCliRequestBuilder { /// /// The hostSslCertificates that are associated with this host. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The hostSslCertificates that are associated with this host."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HostSslCertificateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostSslCertificateItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/sslCertificates/{hostSslCertificate%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostSslCertificateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostSslCertificateItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/sslCertificates/{hostSslCertificate%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public HostSslCertificateItemRequestBuilder(string rawUrl) : base("{+baseurl}/se /// /// The hostSslCertificates that are associated with this host. /// + /// 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/Security/ThreatIntelligence/Hosts/Item/SslCertificates/SslCertificatesRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/SslCertificatesRequestBuilder.cs index 4ee213a187..f5fe7f3f9b 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/SslCertificatesRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/SslCertificates/SslCertificatesRequestBuilder.cs @@ -24,6 +24,7 @@ public class SslCertificatesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sslCertificates property of the microsoft.graph.security.host entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new HostSslCertificateItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get a list of hostSslCertificate objects from the host navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of hostSslCertificate objects from the host navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-host-list-sslcertificates?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SslCertificatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SslCertificatesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/sslCertificates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SslCertificatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SslCertificatesRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/sslCertificates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public SslCertificatesRequestBuilder(string rawUrl) : base("{+baseurl}/security/ /// /// Get a list of hostSslCertificate objects from the host navigation 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 diff --git a/src/generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/Count/CountRequestBuilder.cs index b4d2b1e676..75ae88b92f 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/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}/security/threatIntelligence/hosts/{host%2Did}/subdomains/$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}/security/threatIntelligence/hosts/{host%2Did}/subdomains/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/Hosts/Item/Subdomains/Item/SubdomainItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/Item/SubdomainItemRequestBuilder.cs index 1129174a4e..283bec53d3 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/Item/SubdomainItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/Item/SubdomainItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class SubdomainItemRequestBuilder : BaseCliRequestBuilder { /// /// The subdomains that are associated with this host. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The subdomains that are associated with this host."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SubdomainItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubdomainItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/subdomains/{subdomain%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubdomainItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubdomainItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/subdomains/{subdomain%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public SubdomainItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/th /// /// The subdomains that are associated with this host. /// + /// 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/Security/ThreatIntelligence/Hosts/Item/Subdomains/SubdomainsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/SubdomainsRequestBuilder.cs index f6749ba7a5..bc51a7b762 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/SubdomainsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/Subdomains/SubdomainsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubdomainsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the subdomains property of the microsoft.graph.security.host entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new SubdomainItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get the list of subdomain resources associated with a host. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the list of subdomain resources associated with a host.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SubdomainsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubdomainsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/subdomains{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SubdomainsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubdomainsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/subdomains{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public SubdomainsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threa /// /// Get the list of subdomain resources associated with a host. /// + /// 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/Security/ThreatIntelligence/Hosts/Item/Trackers/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/Trackers/Count/CountRequestBuilder.cs index 54db74c00b..66f1296625 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/Trackers/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/Trackers/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}/security/threatIntelligence/hosts/{host%2Did}/trackers/$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}/security/threatIntelligence/hosts/{host%2Did}/trackers/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/Hosts/Item/Trackers/Item/HostTrackerItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/Trackers/Item/HostTrackerItemRequestBuilder.cs index b2ca3253af..f9b9c804da 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/Trackers/Item/HostTrackerItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/Trackers/Item/HostTrackerItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class HostTrackerItemRequestBuilder : BaseCliRequestBuilder { /// /// The hostTrackers that are associated with this host. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The hostTrackers that are associated with this host."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HostTrackerItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostTrackerItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/trackers/{hostTracker%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostTrackerItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostTrackerItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/trackers/{hostTracker%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public HostTrackerItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/ /// /// The hostTrackers that are associated with this host. /// + /// 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/Security/ThreatIntelligence/Hosts/Item/Trackers/TrackersRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/Trackers/TrackersRequestBuilder.cs index c3e6b392ce..999c5a4fdc 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/Trackers/TrackersRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/Trackers/TrackersRequestBuilder.cs @@ -24,6 +24,7 @@ public class TrackersRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the trackers property of the microsoft.graph.security.host entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new HostTrackerItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get a list of hostTracker resources. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of hostTracker resources.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-host-list-trackers?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TrackersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TrackersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/trackers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TrackersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TrackersRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/trackers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public TrackersRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatI /// /// Get a list of hostTracker 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 diff --git a/src/generated/Security/ThreatIntelligence/Hosts/Item/Whois/WhoisRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Hosts/Item/Whois/WhoisRequestBuilder.cs index 6f26e4fe86..dfdd2ba083 100644 --- a/src/generated/Security/ThreatIntelligence/Hosts/Item/Whois/WhoisRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Hosts/Item/Whois/WhoisRequestBuilder.cs @@ -23,6 +23,7 @@ public class WhoisRequestBuilder : BaseCliRequestBuilder { /// Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:- Identify a host and get its current whoisRecord. - Specify an id value to get the corresponding whoisRecord. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:- Identify a host and get its current whoisRecord. - Specify an id value to get the corresponding whoisRecord.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new WhoisRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WhoisRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/whois{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WhoisRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WhoisRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/hosts/{host%2Did}/whois{?%24expand,%24select}", rawUrl) { @@ -85,6 +86,7 @@ public WhoisRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:- Identify a host and get its current whoisRecord. - Specify an id value to get the corresponding whoisRecord. /// + /// 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/Security/ThreatIntelligence/IntelProfiles/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/IntelProfiles/Count/CountRequestBuilder.cs index a8348ba9e8..f5e10a415a 100644 --- a/src/generated/Security/ThreatIntelligence/IntelProfiles/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/IntelProfiles/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}/security/threatIntelligence/intelProfiles/$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}/security/threatIntelligence/intelProfiles/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/IntelProfiles/IntelProfilesRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/IntelProfiles/IntelProfilesRequestBuilder.cs index 9c78e9e7d4..63cf08c6c5 100644 --- a/src/generated/Security/ThreatIntelligence/IntelProfiles/IntelProfilesRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/IntelProfiles/IntelProfilesRequestBuilder.cs @@ -24,6 +24,7 @@ public class IntelProfilesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the intelProfiles property of the microsoft.graph.security.threatIntelligence 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 intelProfiles for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to intelProfiles for security"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// Get a list of the intelligenceProfile objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the intelligenceProfile objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-1.0"; @@ -186,13 +190,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new IntelProfilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IntelProfilesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/intelProfiles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new IntelProfilesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IntelProfilesRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/intelProfiles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +204,7 @@ public IntelProfilesRequestBuilder(string rawUrl) : base("{+baseurl}/security/th /// /// Get a list of the intelligenceProfile 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 @@ -216,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to intelProfiles for security /// + /// 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(IntelligenceProfile body, Act public RequestInformation ToPostRequestInformation(IntelligenceProfile 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}/security/threatIntelligence/intelProfiles", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/Count/CountRequestBuilder.cs index 0b8109753c..7f206b9587 100644 --- a/src/generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/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}/security/threatIntelligence/intelProfiles/{intelligenceProfile%2Did}/indicators/$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}/security/threatIntelligence/intelProfiles/{intelligenceProfile%2Did}/indicators/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/IndicatorsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/IndicatorsRequestBuilder.cs index 586c3f1024..0cfae1ced3 100644 --- a/src/generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/IndicatorsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/IndicatorsRequestBuilder.cs @@ -24,6 +24,7 @@ public class IndicatorsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the indicators property of the microsoft.graph.security.intelligenceProfile entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new IntelligenceProfileIndicatorItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get the intelligenceProfileIndicator resources from the indicators navigation property of an intelligenceProfile. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the intelligenceProfileIndicator resources from the indicators navigation property of an intelligenceProfile.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new IndicatorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IndicatorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/intelProfiles/{intelligenceProfile%2Did}/indicators{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new IndicatorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IndicatorsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/intelProfiles/{intelligenceProfile%2Did}/indicators{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public IndicatorsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threa /// /// Get the intelligenceProfileIndicator resources from the indicators navigation property of an intelligenceProfile. /// + /// 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/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/Item/IntelligenceProfileIndicatorItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/Item/IntelligenceProfileIndicatorItemRequestBuilder.cs index ba0dbbd558..adc6f681ca 100644 --- a/src/generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/Item/IntelligenceProfileIndicatorItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/IntelProfiles/Item/Indicators/Item/IntelligenceProfileIndicatorItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class IntelligenceProfileIndicatorItemRequestBuilder : BaseCliRequestBuil /// /// Includes an assemblage of high-fidelity network indicators of compromise. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Includes an assemblage of high-fidelity network indicators of compromise."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new IntelligenceProfileIndicatorItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IntelligenceProfileIndicatorItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/intelProfiles/{intelligenceProfile%2Did}/indicators/{intelligenceProfileIndicator%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IntelligenceProfileIndicatorItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IntelligenceProfileIndicatorItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/intelProfiles/{intelligenceProfile%2Did}/indicators/{intelligenceProfileIndicator%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public IntelligenceProfileIndicatorItemRequestBuilder(string rawUrl) : base("{+b /// /// Includes an assemblage of high-fidelity network indicators of compromise. /// + /// 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/Security/ThreatIntelligence/IntelProfiles/Item/IntelligenceProfileItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/IntelProfiles/Item/IntelligenceProfileItemRequestBuilder.cs index aaa082b54a..7e76b06188 100644 --- a/src/generated/Security/ThreatIntelligence/IntelProfiles/Item/IntelligenceProfileItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/IntelProfiles/Item/IntelligenceProfileItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class IntelligenceProfileItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property intelProfiles for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property intelProfiles for security"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a intelligenceProfile object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a intelligenceProfile object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the indicators property of the microsoft.graph.security.intelligenceProfile entity. /// + /// A public Command BuildIndicatorsNavCommand() { var command = new Command("indicators"); command.Description = "Provides operations to manage the indicators property of the microsoft.graph.security.intelligenceProfile entity."; @@ -131,6 +134,7 @@ public Command BuildIndicatorsNavCommand() { /// /// Update the navigation property intelProfiles in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property intelProfiles in security"; @@ -178,13 +182,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new IntelligenceProfileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IntelligenceProfileItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/intelProfiles/{intelligenceProfile%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IntelligenceProfileItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IntelligenceProfileItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/intelProfiles/{intelligenceProfile%2Did}{?%24expand,%24select}", rawUrl) { @@ -192,6 +196,7 @@ public IntelligenceProfileItemRequestBuilder(string rawUrl) : base("{+baseurl}/s /// /// Delete navigation property intelProfiles for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -200,7 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/threatIntelligence/intelProfiles/{intelligenceProfile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -208,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a intelligenceProfile 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 @@ -224,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property intelProfiles in security /// + /// 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 @@ -234,7 +241,7 @@ public RequestInformation ToPatchRequestInformation(IntelligenceProfile body, Ac public RequestInformation ToPatchRequestInformation(IntelligenceProfile 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}/security/threatIntelligence/intelProfiles/{intelligenceProfile%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Count/CountRequestBuilder.cs index 279e3d47ae..4e5eb4c3ef 100644 --- a/src/generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/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}/security/threatIntelligence/intelligenceProfileIndicators/$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}/security/threatIntelligence/intelligenceProfileIndicators/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/IntelligenceProfileIndicators/IntelligenceProfileIndicatorsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/IntelligenceProfileIndicatorsRequestBuilder.cs index 318cf742c6..47bd5f8ef2 100644 --- a/src/generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/IntelligenceProfileIndicatorsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/IntelligenceProfileIndicatorsRequestBuilder.cs @@ -24,6 +24,7 @@ public class IntelligenceProfileIndicatorsRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the intelligenceProfileIndicators property of the microsoft.graph.security.threatIntelligence 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 intelligenceProfileIndicators for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to intelligenceProfileIndicators for security"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a intelligenceProfileIndicator object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a intelligenceProfileIndicator object."; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new IntelligenceProfileIndicatorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IntelligenceProfileIndicatorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/intelligenceProfileIndicators{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new IntelligenceProfileIndicatorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IntelligenceProfileIndicatorsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/intelligenceProfileIndicators{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public IntelligenceProfileIndicatorsRequestBuilder(string rawUrl) : base("{+base /// /// Read the properties and relationships of a intelligenceProfileIndicator 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 @@ -215,6 +220,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to intelligenceProfileIndicators for security /// + /// 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(IntelligenceProfileIndicator public RequestInformation ToPostRequestInformation(IntelligenceProfileIndicator 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}/security/threatIntelligence/intelligenceProfileIndicators", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Item/Artifact/ArtifactRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Item/Artifact/ArtifactRequestBuilder.cs index c3e9f2d23a..e5830b6608 100644 --- a/src/generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Item/Artifact/ArtifactRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Item/Artifact/ArtifactRequestBuilder.cs @@ -22,6 +22,7 @@ public class ArtifactRequestBuilder : BaseCliRequestBuilder { /// /// The artifact related to this indicator. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The artifact related to this indicator."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ArtifactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ArtifactRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator%2Did}/artifact{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ArtifactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ArtifactRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator%2Did}/artifact{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public ArtifactRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatI /// /// The artifact related to this indicator. /// + /// 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/Security/ThreatIntelligence/IntelligenceProfileIndicators/Item/IntelligenceProfileIndicatorItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Item/IntelligenceProfileIndicatorItemRequestBuilder.cs index 3f542db0a2..b7549d3b36 100644 --- a/src/generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Item/IntelligenceProfileIndicatorItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/IntelligenceProfileIndicators/Item/IntelligenceProfileIndicatorItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class IntelligenceProfileIndicatorItemRequestBuilder : BaseCliRequestBuil /// /// Provides operations to manage the artifact property of the microsoft.graph.security.indicator entity. /// + /// A public Command BuildArtifactNavCommand() { var command = new Command("artifact"); command.Description = "Provides operations to manage the artifact property of the microsoft.graph.security.indicator entity."; @@ -38,6 +39,7 @@ public Command BuildArtifactNavCommand() { /// /// Delete navigation property intelligenceProfileIndicators for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property intelligenceProfileIndicators for security"; @@ -72,6 +74,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a intelligenceProfileIndicator object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a intelligenceProfileIndicator object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-1.0"; @@ -122,6 +125,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property intelligenceProfileIndicators in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property intelligenceProfileIndicators in security"; @@ -169,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new IntelligenceProfileIndicatorItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IntelligenceProfileIndicatorItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new IntelligenceProfileIndicatorItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IntelligenceProfileIndicatorItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator%2Did}{?%24expand,%24select}", rawUrl) { @@ -183,6 +187,7 @@ public IntelligenceProfileIndicatorItemRequestBuilder(string rawUrl) : base("{+b /// /// Delete navigation property intelligenceProfileIndicators for security /// + /// 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}/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -199,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a intelligenceProfileIndicator 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 @@ -215,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property intelligenceProfileIndicators in security /// + /// 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(IntelligenceProfileIndicator public RequestInformation ToPatchRequestInformation(IntelligenceProfileIndicator 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}/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/PassiveDnsRecords/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/PassiveDnsRecords/Count/CountRequestBuilder.cs index 2b034e1304..35694650cb 100644 --- a/src/generated/Security/ThreatIntelligence/PassiveDnsRecords/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/PassiveDnsRecords/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}/security/threatIntelligence/passiveDnsRecords/$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}/security/threatIntelligence/passiveDnsRecords/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/PassiveDnsRecords/Item/Artifact/ArtifactRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/PassiveDnsRecords/Item/Artifact/ArtifactRequestBuilder.cs index d925a60228..9f14d7097b 100644 --- a/src/generated/Security/ThreatIntelligence/PassiveDnsRecords/Item/Artifact/ArtifactRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/PassiveDnsRecords/Item/Artifact/ArtifactRequestBuilder.cs @@ -22,6 +22,7 @@ public class ArtifactRequestBuilder : BaseCliRequestBuilder { /// /// The artifact related to this passiveDnsRecord entry. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The artifact related to this passiveDnsRecord entry."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ArtifactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ArtifactRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord%2Did}/artifact{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ArtifactRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ArtifactRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord%2Did}/artifact{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public ArtifactRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatI /// /// The artifact related to this passiveDnsRecord entry. /// + /// 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/Security/ThreatIntelligence/PassiveDnsRecords/Item/ParentHost/ParentHostRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/PassiveDnsRecords/Item/ParentHost/ParentHostRequestBuilder.cs index 15e3a1430a..c89410403e 100644 --- a/src/generated/Security/ThreatIntelligence/PassiveDnsRecords/Item/ParentHost/ParentHostRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/PassiveDnsRecords/Item/ParentHost/ParentHostRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentHostRequestBuilder : BaseCliRequestBuilder { /// /// The parent host related to this passiveDnsRecord entry. Generally, this is the value that you can search to discover this passiveDnsRecord value. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The parent host related to this passiveDnsRecord entry. Generally, this is the value that you can search to discover this passiveDnsRecord value."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentHostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentHostRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord%2Did}/parentHost{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentHostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentHostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord%2Did}/parentHost{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public ParentHostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threa /// /// The parent host related to this passiveDnsRecord entry. Generally, this is the value that you can search to discover this passiveDnsRecord value. /// + /// 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/Security/ThreatIntelligence/PassiveDnsRecords/Item/PassiveDnsRecordItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/PassiveDnsRecords/Item/PassiveDnsRecordItemRequestBuilder.cs index 7a3ab4ae98..4ef85a95e1 100644 --- a/src/generated/Security/ThreatIntelligence/PassiveDnsRecords/Item/PassiveDnsRecordItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/PassiveDnsRecords/Item/PassiveDnsRecordItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class PassiveDnsRecordItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the artifact property of the microsoft.graph.security.passiveDnsRecord entity. /// + /// A public Command BuildArtifactNavCommand() { var command = new Command("artifact"); command.Description = "Provides operations to manage the artifact property of the microsoft.graph.security.passiveDnsRecord entity."; @@ -39,6 +40,7 @@ public Command BuildArtifactNavCommand() { /// /// Delete navigation property passiveDnsRecords for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property passiveDnsRecords for security"; @@ -73,6 +75,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a passiveDnsRecord object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a passiveDnsRecord object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-1.0"; @@ -123,6 +126,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the parentHost property of the microsoft.graph.security.passiveDnsRecord entity. /// + /// A public Command BuildParentHostNavCommand() { var command = new Command("parent-host"); command.Description = "Provides operations to manage the parentHost property of the microsoft.graph.security.passiveDnsRecord entity."; @@ -138,6 +142,7 @@ public Command BuildParentHostNavCommand() { /// /// Update the navigation property passiveDnsRecords in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property passiveDnsRecords in security"; @@ -185,13 +190,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PassiveDnsRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PassiveDnsRecordItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PassiveDnsRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PassiveDnsRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord%2Did}{?%24expand,%24select}", rawUrl) { @@ -199,6 +204,7 @@ public PassiveDnsRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/secu /// /// Delete navigation property passiveDnsRecords for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,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}/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +221,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a passiveDnsRecord 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 @@ -231,6 +238,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property passiveDnsRecords in security /// + /// 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 @@ -241,7 +249,7 @@ public RequestInformation ToPatchRequestInformation(PassiveDnsRecord body, Actio public RequestInformation ToPatchRequestInformation(PassiveDnsRecord 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}/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/PassiveDnsRecords/PassiveDnsRecordsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/PassiveDnsRecords/PassiveDnsRecordsRequestBuilder.cs index d7fd9c8bc5..86e8bbb85a 100644 --- a/src/generated/Security/ThreatIntelligence/PassiveDnsRecords/PassiveDnsRecordsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/PassiveDnsRecords/PassiveDnsRecordsRequestBuilder.cs @@ -24,6 +24,7 @@ public class PassiveDnsRecordsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the passiveDnsRecords property of the microsoft.graph.security.threatIntelligence entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to passiveDnsRecords for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to passiveDnsRecords for security"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a passiveDnsRecord object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a passiveDnsRecord object."; @@ -186,13 +190,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PassiveDnsRecordsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PassiveDnsRecordsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/passiveDnsRecords{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PassiveDnsRecordsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PassiveDnsRecordsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/passiveDnsRecords{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +204,7 @@ public PassiveDnsRecordsRequestBuilder(string rawUrl) : base("{+baseurl}/securit /// /// Read the properties and relationships of a passiveDnsRecord 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 @@ -216,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to passiveDnsRecords for security /// + /// 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(PassiveDnsRecord body, Action public RequestInformation ToPostRequestInformation(PassiveDnsRecord 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}/security/threatIntelligence/passiveDnsRecords", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/SslCertificates/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/SslCertificates/Count/CountRequestBuilder.cs index 297272b978..dadf382973 100644 --- a/src/generated/Security/ThreatIntelligence/SslCertificates/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/SslCertificates/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}/security/threatIntelligence/sslCertificates/$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}/security/threatIntelligence/sslCertificates/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/Count/CountRequestBuilder.cs index 5e7622b18b..879166e06c 100644 --- a/src/generated/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/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}/security/threatIntelligence/sslCertificates/{sslCertificate%2Did}/relatedHosts/$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}/security/threatIntelligence/sslCertificates/{sslCertificate%2Did}/relatedHosts/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/Item/HostItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/Item/HostItemRequestBuilder.cs index 09f5fabf04..253c24d3ba 100644 --- a/src/generated/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/Item/HostItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/Item/HostItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class HostItemRequestBuilder : BaseCliRequestBuilder { /// /// The hosts related with this sslCertificate. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The hosts related with this sslCertificate."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HostItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/sslCertificates/{sslCertificate%2Did}/relatedHosts/{host%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/sslCertificates/{sslCertificate%2Did}/relatedHosts/{host%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public HostItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatI /// /// The hosts related with this sslCertificate. /// + /// 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/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/RelatedHostsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/RelatedHostsRequestBuilder.cs index 0131ebb8a6..4c652cb76e 100644 --- a/src/generated/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/RelatedHostsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/SslCertificates/Item/RelatedHosts/RelatedHostsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelatedHostsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relatedHosts property of the microsoft.graph.security.sslCertificate entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new HostItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The hosts related with this sslCertificate. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The hosts related with this sslCertificate."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelatedHostsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelatedHostsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/sslCertificates/{sslCertificate%2Did}/relatedHosts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelatedHostsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelatedHostsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/sslCertificates/{sslCertificate%2Did}/relatedHosts{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public RelatedHostsRequestBuilder(string rawUrl) : base("{+baseurl}/security/thr /// /// The hosts related with this sslCertificate. /// + /// 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/Security/ThreatIntelligence/SslCertificates/Item/SslCertificateItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/SslCertificates/Item/SslCertificateItemRequestBuilder.cs index 520570d324..d712254ee1 100644 --- a/src/generated/Security/ThreatIntelligence/SslCertificates/Item/SslCertificateItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/SslCertificates/Item/SslCertificateItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class SslCertificateItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property sslCertificates for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sslCertificates for security"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Get the properties and relationships of an sslCertificate object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the properties and relationships of an sslCertificate object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property sslCertificates in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sslCertificates in security"; @@ -156,6 +159,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relatedHosts property of the microsoft.graph.security.sslCertificate entity. /// + /// A public Command BuildRelatedHostsNavCommand() { var command = new Command("related-hosts"); command.Description = "Provides operations to manage the relatedHosts property of the microsoft.graph.security.sslCertificate entity."; @@ -178,13 +182,13 @@ public Command BuildRelatedHostsNavCommand() { return command; } /// - /// Instantiates a new SslCertificateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SslCertificateItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/sslCertificates/{sslCertificate%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SslCertificateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SslCertificateItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/sslCertificates/{sslCertificate%2Did}{?%24expand,%24select}", rawUrl) { @@ -192,6 +196,7 @@ public SslCertificateItemRequestBuilder(string rawUrl) : base("{+baseurl}/securi /// /// Delete navigation property sslCertificates for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -200,7 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/threatIntelligence/sslCertificates/{sslCertificate%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -208,6 +213,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the properties and relationships of an sslCertificate 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 @@ -224,6 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sslCertificates in security /// + /// 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 @@ -234,7 +241,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Security.SslCe public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Security.SslCertificate 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}/security/threatIntelligence/sslCertificates/{sslCertificate%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/SslCertificates/SslCertificatesRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/SslCertificates/SslCertificatesRequestBuilder.cs index df2510dc1c..dce342d8ce 100644 --- a/src/generated/Security/ThreatIntelligence/SslCertificates/SslCertificatesRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/SslCertificates/SslCertificatesRequestBuilder.cs @@ -24,6 +24,7 @@ public class SslCertificatesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sslCertificates property of the microsoft.graph.security.threatIntelligence 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 sslCertificates for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to sslCertificates for security"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// Get a list of sslCertificate objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of sslCertificate objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-1.0"; @@ -186,13 +190,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SslCertificatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SslCertificatesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/sslCertificates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SslCertificatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SslCertificatesRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/sslCertificates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +204,7 @@ public SslCertificatesRequestBuilder(string rawUrl) : base("{+baseurl}/security/ /// /// Get a list of sslCertificate 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 @@ -216,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to sslCertificates for security /// + /// 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(ApiSdk.Models.Security.SslCer public RequestInformation ToPostRequestInformation(ApiSdk.Models.Security.SslCertificate 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}/security/threatIntelligence/sslCertificates", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/Subdomains/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Subdomains/Count/CountRequestBuilder.cs index 010161dce8..e05c10cfc1 100644 --- a/src/generated/Security/ThreatIntelligence/Subdomains/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Subdomains/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}/security/threatIntelligence/subdomains/$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}/security/threatIntelligence/subdomains/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/Subdomains/Item/Host/HostRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Subdomains/Item/Host/HostRequestBuilder.cs index 185b8ca356..b857d20313 100644 --- a/src/generated/Security/ThreatIntelligence/Subdomains/Item/Host/HostRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Subdomains/Item/Host/HostRequestBuilder.cs @@ -22,6 +22,7 @@ public class HostRequestBuilder : BaseCliRequestBuilder { /// /// The host of the subdomain. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The host of the subdomain."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/subdomains/{subdomain%2Did}/host{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/subdomains/{subdomain%2Did}/host{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public HostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntel /// /// The host of the subdomain. /// + /// 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/Security/ThreatIntelligence/Subdomains/Item/SubdomainItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Subdomains/Item/SubdomainItemRequestBuilder.cs index 8614fbcf05..d9c3b413b7 100644 --- a/src/generated/Security/ThreatIntelligence/Subdomains/Item/SubdomainItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Subdomains/Item/SubdomainItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class SubdomainItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property subdomains for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property subdomains for security"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a subdomain object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a subdomain object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the host property of the microsoft.graph.security.subdomain entity. /// + /// A public Command BuildHostNavCommand() { var command = new Command("host"); command.Description = "Provides operations to manage the host property of the microsoft.graph.security.subdomain entity."; @@ -122,6 +125,7 @@ public Command BuildHostNavCommand() { /// /// Update the navigation property subdomains in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property subdomains in security"; @@ -169,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SubdomainItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubdomainItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/subdomains/{subdomain%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubdomainItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubdomainItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/subdomains/{subdomain%2Did}{?%24expand,%24select}", rawUrl) { @@ -183,6 +187,7 @@ public SubdomainItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/th /// /// Delete navigation property subdomains for security /// + /// 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}/security/threatIntelligence/subdomains/{subdomain%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -199,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a subdomain 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 @@ -215,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property subdomains in security /// + /// 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(Subdomain 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}/security/threatIntelligence/subdomains/{subdomain%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/Subdomains/SubdomainsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Subdomains/SubdomainsRequestBuilder.cs index bfa86ab069..d051554a90 100644 --- a/src/generated/Security/ThreatIntelligence/Subdomains/SubdomainsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Subdomains/SubdomainsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubdomainsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the subdomains property of the microsoft.graph.security.threatIntelligence 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 subdomains for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to subdomains for security"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a subdomain object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a subdomain object."; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SubdomainsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubdomainsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/subdomains{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SubdomainsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubdomainsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/subdomains{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public SubdomainsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threa /// /// Read the properties and relationships of a subdomain 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 @@ -215,6 +220,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to subdomains for security /// + /// 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(Subdomain 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}/security/threatIntelligence/subdomains", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/ThreatIntelligenceRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/ThreatIntelligenceRequestBuilder.cs index 1f5bcad642..e3fd1c2f39 100644 --- a/src/generated/Security/ThreatIntelligence/ThreatIntelligenceRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/ThreatIntelligenceRequestBuilder.cs @@ -39,6 +39,7 @@ public class ThreatIntelligenceRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the articleIndicators property of the microsoft.graph.security.threatIntelligence entity. /// + /// A public Command BuildArticleIndicatorsNavCommand() { var command = new Command("article-indicators"); command.Description = "Provides operations to manage the articleIndicators property of the microsoft.graph.security.threatIntelligence entity."; @@ -64,6 +65,7 @@ public Command BuildArticleIndicatorsNavCommand() { /// /// Provides operations to manage the articles property of the microsoft.graph.security.threatIntelligence entity. /// + /// A public Command BuildArticlesNavCommand() { var command = new Command("articles"); command.Description = "Provides operations to manage the articles property of the microsoft.graph.security.threatIntelligence entity."; @@ -89,6 +91,7 @@ public Command BuildArticlesNavCommand() { /// /// Delete navigation property threatIntelligence for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property threatIntelligence for security"; @@ -116,6 +119,7 @@ public Command BuildDeleteCommand() { /// /// Get threatIntelligence from security /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get threatIntelligence from security"; @@ -160,6 +164,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the hostComponents property of the microsoft.graph.security.threatIntelligence entity. /// + /// A public Command BuildHostComponentsNavCommand() { var command = new Command("host-components"); command.Description = "Provides operations to manage the hostComponents property of the microsoft.graph.security.threatIntelligence entity."; @@ -185,6 +190,7 @@ public Command BuildHostComponentsNavCommand() { /// /// Provides operations to manage the hostCookies property of the microsoft.graph.security.threatIntelligence entity. /// + /// A public Command BuildHostCookiesNavCommand() { var command = new Command("host-cookies"); command.Description = "Provides operations to manage the hostCookies property of the microsoft.graph.security.threatIntelligence entity."; @@ -210,6 +216,7 @@ public Command BuildHostCookiesNavCommand() { /// /// Provides operations to manage the hostPairs property of the microsoft.graph.security.threatIntelligence entity. /// + /// A public Command BuildHostPairsNavCommand() { var command = new Command("host-pairs"); command.Description = "Provides operations to manage the hostPairs property of the microsoft.graph.security.threatIntelligence entity."; @@ -235,6 +242,7 @@ public Command BuildHostPairsNavCommand() { /// /// Provides operations to manage the hostPorts property of the microsoft.graph.security.threatIntelligence entity. /// + /// A public Command BuildHostPortsNavCommand() { var command = new Command("host-ports"); command.Description = "Provides operations to manage the hostPorts property of the microsoft.graph.security.threatIntelligence entity."; @@ -260,6 +268,7 @@ public Command BuildHostPortsNavCommand() { /// /// Provides operations to manage the hosts property of the microsoft.graph.security.threatIntelligence entity. /// + /// A public Command BuildHostsNavCommand() { var command = new Command("hosts"); command.Description = "Provides operations to manage the hosts property of the microsoft.graph.security.threatIntelligence entity."; @@ -285,6 +294,7 @@ public Command BuildHostsNavCommand() { /// /// Provides operations to manage the hostSslCertificates property of the microsoft.graph.security.threatIntelligence entity. /// + /// A public Command BuildHostSslCertificatesNavCommand() { var command = new Command("host-ssl-certificates"); command.Description = "Provides operations to manage the hostSslCertificates property of the microsoft.graph.security.threatIntelligence entity."; @@ -310,6 +320,7 @@ public Command BuildHostSslCertificatesNavCommand() { /// /// Provides operations to manage the hostTrackers property of the microsoft.graph.security.threatIntelligence entity. /// + /// A public Command BuildHostTrackersNavCommand() { var command = new Command("host-trackers"); command.Description = "Provides operations to manage the hostTrackers property of the microsoft.graph.security.threatIntelligence entity."; @@ -335,6 +346,7 @@ public Command BuildHostTrackersNavCommand() { /// /// Provides operations to manage the intelligenceProfileIndicators property of the microsoft.graph.security.threatIntelligence entity. /// + /// A public Command BuildIntelligenceProfileIndicatorsNavCommand() { var command = new Command("intelligence-profile-indicators"); command.Description = "Provides operations to manage the intelligenceProfileIndicators property of the microsoft.graph.security.threatIntelligence entity."; @@ -360,6 +372,7 @@ public Command BuildIntelligenceProfileIndicatorsNavCommand() { /// /// Provides operations to manage the intelProfiles property of the microsoft.graph.security.threatIntelligence entity. /// + /// A public Command BuildIntelProfilesNavCommand() { var command = new Command("intel-profiles"); command.Description = "Provides operations to manage the intelProfiles property of the microsoft.graph.security.threatIntelligence entity."; @@ -385,6 +398,7 @@ public Command BuildIntelProfilesNavCommand() { /// /// Provides operations to manage the passiveDnsRecords property of the microsoft.graph.security.threatIntelligence entity. /// + /// A public Command BuildPassiveDnsRecordsNavCommand() { var command = new Command("passive-dns-records"); command.Description = "Provides operations to manage the passiveDnsRecords property of the microsoft.graph.security.threatIntelligence entity."; @@ -410,6 +424,7 @@ public Command BuildPassiveDnsRecordsNavCommand() { /// /// Update the navigation property threatIntelligence in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property threatIntelligence in security"; @@ -453,6 +468,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sslCertificates property of the microsoft.graph.security.threatIntelligence entity. /// + /// A public Command BuildSslCertificatesNavCommand() { var command = new Command("ssl-certificates"); command.Description = "Provides operations to manage the sslCertificates property of the microsoft.graph.security.threatIntelligence entity."; @@ -478,6 +494,7 @@ public Command BuildSslCertificatesNavCommand() { /// /// Provides operations to manage the subdomains property of the microsoft.graph.security.threatIntelligence entity. /// + /// A public Command BuildSubdomainsNavCommand() { var command = new Command("subdomains"); command.Description = "Provides operations to manage the subdomains property of the microsoft.graph.security.threatIntelligence entity."; @@ -503,6 +520,7 @@ public Command BuildSubdomainsNavCommand() { /// /// Provides operations to manage the vulnerabilities property of the microsoft.graph.security.threatIntelligence entity. /// + /// A public Command BuildVulnerabilitiesNavCommand() { var command = new Command("vulnerabilities"); command.Description = "Provides operations to manage the vulnerabilities property of the microsoft.graph.security.threatIntelligence entity."; @@ -528,6 +546,7 @@ public Command BuildVulnerabilitiesNavCommand() { /// /// Provides operations to manage the whoisHistoryRecords property of the microsoft.graph.security.threatIntelligence entity. /// + /// A public Command BuildWhoisHistoryRecordsNavCommand() { var command = new Command("whois-history-records"); command.Description = "Provides operations to manage the whoisHistoryRecords property of the microsoft.graph.security.threatIntelligence entity."; @@ -553,6 +572,7 @@ public Command BuildWhoisHistoryRecordsNavCommand() { /// /// Provides operations to manage the whoisRecords property of the microsoft.graph.security.threatIntelligence entity. /// + /// A public Command BuildWhoisRecordsNavCommand() { var command = new Command("whois-records"); command.Description = "Provides operations to manage the whoisRecords property of the microsoft.graph.security.threatIntelligence entity."; @@ -576,13 +596,13 @@ public Command BuildWhoisRecordsNavCommand() { return command; } /// - /// Instantiates a new ThreatIntelligenceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ThreatIntelligenceRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ThreatIntelligenceRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ThreatIntelligenceRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence{?%24expand,%24select}", rawUrl) { @@ -590,6 +610,7 @@ public ThreatIntelligenceRequestBuilder(string rawUrl) : base("{+baseurl}/securi /// /// Delete navigation property threatIntelligence for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -598,7 +619,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/threatIntelligence", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -606,6 +627,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get threatIntelligence from security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -622,6 +644,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property threatIntelligence in security /// + /// 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 @@ -632,7 +655,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Security.Threa public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Security.ThreatIntelligence 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}/security/threatIntelligence", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/Vulnerabilities/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Vulnerabilities/Count/CountRequestBuilder.cs index d4d8e3e79e..f05e573242 100644 --- a/src/generated/Security/ThreatIntelligence/Vulnerabilities/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Vulnerabilities/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}/security/threatIntelligence/vulnerabilities/$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}/security/threatIntelligence/vulnerabilities/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/ArticlesRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/ArticlesRequestBuilder.cs index b8953225c8..e3a5a49014 100644 --- a/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/ArticlesRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/ArticlesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ArticlesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the articles property of the microsoft.graph.security.vulnerability entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ArticleItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// Articles related to this vulnerability. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Articles related to this vulnerability."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ArticlesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ArticlesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/vulnerabilities/{vulnerability%2Did}/articles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ArticlesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ArticlesRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/vulnerabilities/{vulnerability%2Did}/articles{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public ArticlesRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatI /// /// Articles related to this vulnerability. /// + /// 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/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/Count/CountRequestBuilder.cs index 54e8cd850d..6ef0ff1bb7 100644 --- a/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/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}/security/threatIntelligence/vulnerabilities/{vulnerability%2Did}/articles/$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}/security/threatIntelligence/vulnerabilities/{vulnerability%2Did}/articles/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/Item/ArticleItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/Item/ArticleItemRequestBuilder.cs index 68ee3c5467..b76f021a42 100644 --- a/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/Item/ArticleItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/Articles/Item/ArticleItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ArticleItemRequestBuilder : BaseCliRequestBuilder { /// /// Articles related to this vulnerability. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Articles related to this vulnerability."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ArticleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ArticleItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/vulnerabilities/{vulnerability%2Did}/articles/{article%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ArticleItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ArticleItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/vulnerabilities/{vulnerability%2Did}/articles/{article%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public ArticleItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/thre /// /// Articles related to this vulnerability. /// + /// 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/Security/ThreatIntelligence/Vulnerabilities/Item/Components/ComponentsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/ComponentsRequestBuilder.cs index 5d1b38746d..b5ee99687a 100644 --- a/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/ComponentsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/ComponentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ComponentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the components property of the microsoft.graph.security.vulnerability entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new VulnerabilityComponentItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to components for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to components for security"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Get a list of vulnerabilityComponent objects related to a known vulnerability. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of vulnerabilityComponent objects related to a known vulnerability.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ComponentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ComponentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/vulnerabilities/{vulnerability%2Did}/components{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ComponentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ComponentsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/vulnerabilities/{vulnerability%2Did}/components{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public ComponentsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threa /// /// Get a list of vulnerabilityComponent objects related to a known vulnerability. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to components for security /// + /// 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 @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(VulnerabilityComponent body, public RequestInformation ToPostRequestInformation(VulnerabilityComponent 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}/security/threatIntelligence/vulnerabilities/{vulnerability%2Did}/components", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/Count/CountRequestBuilder.cs index 542f2eb0fb..2948632441 100644 --- a/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/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}/security/threatIntelligence/vulnerabilities/{vulnerability%2Did}/components/$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}/security/threatIntelligence/vulnerabilities/{vulnerability%2Did}/components/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/Vulnerabilities/Item/Components/Item/VulnerabilityComponentItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/Item/VulnerabilityComponentItemRequestBuilder.cs index 8a8a995518..a4a36bdb6d 100644 --- a/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/Item/VulnerabilityComponentItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/Components/Item/VulnerabilityComponentItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class VulnerabilityComponentItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property components for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property components for security"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a vulnerabilityComponent object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a vulnerabilityComponent object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-1.0"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property components in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property components in security"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new VulnerabilityComponentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VulnerabilityComponentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/vulnerabilities/{vulnerability%2Did}/components/{vulnerabilityComponent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new VulnerabilityComponentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VulnerabilityComponentItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/vulnerabilities/{vulnerability%2Did}/components/{vulnerabilityComponent%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public VulnerabilityComponentItemRequestBuilder(string rawUrl) : base("{+baseurl /// /// Delete navigation property components for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/threatIntelligence/vulnerabilities/{vulnerability%2Did}/components/{vulnerabilityComponent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a vulnerabilityComponent 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 @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property components in security /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(VulnerabilityComponent body, public RequestInformation ToPatchRequestInformation(VulnerabilityComponent 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}/security/threatIntelligence/vulnerabilities/{vulnerability%2Did}/components/{vulnerabilityComponent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/VulnerabilityItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/VulnerabilityItemRequestBuilder.cs index 9531e970c8..bced13b99d 100644 --- a/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/VulnerabilityItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Vulnerabilities/Item/VulnerabilityItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class VulnerabilityItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the articles property of the microsoft.graph.security.vulnerability entity. /// + /// A public Command BuildArticlesNavCommand() { var command = new Command("articles"); command.Description = "Provides operations to manage the articles property of the microsoft.graph.security.vulnerability entity."; @@ -48,6 +49,7 @@ public Command BuildArticlesNavCommand() { /// /// Provides operations to manage the components property of the microsoft.graph.security.vulnerability entity. /// + /// A public Command BuildComponentsNavCommand() { var command = new Command("components"); command.Description = "Provides operations to manage the components property of the microsoft.graph.security.vulnerability entity."; @@ -73,6 +75,7 @@ public Command BuildComponentsNavCommand() { /// /// Delete navigation property vulnerabilities for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property vulnerabilities for security"; @@ -107,6 +110,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a vulnerability object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a vulnerability object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-1.0"; @@ -157,6 +161,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property vulnerabilities in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property vulnerabilities in security"; @@ -204,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new VulnerabilityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VulnerabilityItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/vulnerabilities/{vulnerability%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new VulnerabilityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VulnerabilityItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/vulnerabilities/{vulnerability%2Did}{?%24expand,%24select}", rawUrl) { @@ -218,6 +223,7 @@ public VulnerabilityItemRequestBuilder(string rawUrl) : base("{+baseurl}/securit /// /// Delete navigation property vulnerabilities for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/threatIntelligence/vulnerabilities/{vulnerability%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -234,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a vulnerability 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 @@ -250,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property vulnerabilities in security /// + /// 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 @@ -260,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(Vulnerability 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}/security/threatIntelligence/vulnerabilities/{vulnerability%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/Vulnerabilities/VulnerabilitiesRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/Vulnerabilities/VulnerabilitiesRequestBuilder.cs index 659d9ac13f..95a3a7c8c4 100644 --- a/src/generated/Security/ThreatIntelligence/Vulnerabilities/VulnerabilitiesRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/Vulnerabilities/VulnerabilitiesRequestBuilder.cs @@ -24,6 +24,7 @@ public class VulnerabilitiesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the vulnerabilities property of the microsoft.graph.security.threatIntelligence entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to vulnerabilities for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to vulnerabilities for security"; @@ -96,6 +99,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a vulnerability object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a vulnerability object."; @@ -186,13 +190,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new VulnerabilitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VulnerabilitiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/vulnerabilities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new VulnerabilitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VulnerabilitiesRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/vulnerabilities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +204,7 @@ public VulnerabilitiesRequestBuilder(string rawUrl) : base("{+baseurl}/security/ /// /// Read the properties and relationships of a vulnerability 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 @@ -216,6 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to vulnerabilities for security /// + /// 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(Vulnerability 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}/security/threatIntelligence/vulnerabilities", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/WhoisHistoryRecords/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/WhoisHistoryRecords/Count/CountRequestBuilder.cs index ce62a2c314..feacf0a102 100644 --- a/src/generated/Security/ThreatIntelligence/WhoisHistoryRecords/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/WhoisHistoryRecords/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}/security/threatIntelligence/whoisHistoryRecords/$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}/security/threatIntelligence/whoisHistoryRecords/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/WhoisHistoryRecords/Item/Host/HostRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/WhoisHistoryRecords/Item/Host/HostRequestBuilder.cs index 892b4ed06f..32a2e3a66d 100644 --- a/src/generated/Security/ThreatIntelligence/WhoisHistoryRecords/Item/Host/HostRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/WhoisHistoryRecords/Item/Host/HostRequestBuilder.cs @@ -22,6 +22,7 @@ public class HostRequestBuilder : BaseCliRequestBuilder { /// /// The host associated to this WHOIS object. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The host associated to this WHOIS object."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord%2Did}/host{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord%2Did}/host{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public HostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntel /// /// The host associated to this WHOIS 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/Security/ThreatIntelligence/WhoisHistoryRecords/Item/WhoisHistoryRecordItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/WhoisHistoryRecords/Item/WhoisHistoryRecordItemRequestBuilder.cs index e51df06fd6..cdb8720e59 100644 --- a/src/generated/Security/ThreatIntelligence/WhoisHistoryRecords/Item/WhoisHistoryRecordItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/WhoisHistoryRecords/Item/WhoisHistoryRecordItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class WhoisHistoryRecordItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property whoisHistoryRecords for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property whoisHistoryRecords for security"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// /// Retrieve details about whoisHistoryRecord objects.Note: List retrieval is not yet supported. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve details about whoisHistoryRecord objects.Note: List retrieval is not yet supported."; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the host property of the microsoft.graph.security.whoisBaseRecord entity. /// + /// A public Command BuildHostNavCommand() { var command = new Command("host"); command.Description = "Provides operations to manage the host property of the microsoft.graph.security.whoisBaseRecord entity."; @@ -121,6 +124,7 @@ public Command BuildHostNavCommand() { /// /// Update the navigation property whoisHistoryRecords in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property whoisHistoryRecords in security"; @@ -168,13 +172,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new WhoisHistoryRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WhoisHistoryRecordItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WhoisHistoryRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WhoisHistoryRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord%2Did}{?%24expand,%24select}", rawUrl) { @@ -182,6 +186,7 @@ public WhoisHistoryRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/se /// /// Delete navigation property whoisHistoryRecords for security /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -190,7 +195,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -198,6 +203,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve details about whoisHistoryRecord objects.Note: List retrieval is not yet supported. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,6 +220,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property whoisHistoryRecords in security /// + /// 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 @@ -224,7 +231,7 @@ public RequestInformation ToPatchRequestInformation(WhoisHistoryRecord body, Act public RequestInformation ToPatchRequestInformation(WhoisHistoryRecord 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}/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/WhoisHistoryRecords/WhoisHistoryRecordsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/WhoisHistoryRecords/WhoisHistoryRecordsRequestBuilder.cs index a5c1288808..390e580c12 100644 --- a/src/generated/Security/ThreatIntelligence/WhoisHistoryRecords/WhoisHistoryRecordsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/WhoisHistoryRecords/WhoisHistoryRecordsRequestBuilder.cs @@ -24,6 +24,7 @@ public class WhoisHistoryRecordsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the whoisHistoryRecords property of the microsoft.graph.security.threatIntelligence 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 whoisHistoryRecords for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to whoisHistoryRecords for security"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// /// Retrieve details about whoisHistoryRecord objects.Note: List retrieval is not yet supported. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve details about whoisHistoryRecord objects.Note: List retrieval is not yet supported."; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new WhoisHistoryRecordsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WhoisHistoryRecordsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/whoisHistoryRecords{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new WhoisHistoryRecordsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WhoisHistoryRecordsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/whoisHistoryRecords{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public WhoisHistoryRecordsRequestBuilder(string rawUrl) : base("{+baseurl}/secur /// /// Retrieve details about whoisHistoryRecord objects.Note: List retrieval is not yet supported. /// + /// 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 new navigation property to whoisHistoryRecords for security /// + /// 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(WhoisHistoryRecord body, Acti public RequestInformation ToPostRequestInformation(WhoisHistoryRecord 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}/security/threatIntelligence/whoisHistoryRecords", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/WhoisRecords/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/WhoisRecords/Count/CountRequestBuilder.cs index 6ab68f81f0..e1af50d03d 100644 --- a/src/generated/Security/ThreatIntelligence/WhoisRecords/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/WhoisRecords/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}/security/threatIntelligence/whoisRecords/$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}/security/threatIntelligence/whoisRecords/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/WhoisRecords/Item/History/Count/CountRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/WhoisRecords/Item/History/Count/CountRequestBuilder.cs index 91902b5af0..d4e1e34dbf 100644 --- a/src/generated/Security/ThreatIntelligence/WhoisRecords/Item/History/Count/CountRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/WhoisRecords/Item/History/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}/security/threatIntelligence/whoisRecords/{whoisRecord%2Did}/history/$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}/security/threatIntelligence/whoisRecords/{whoisRecord%2Did}/history/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatInte /// /// 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/Security/ThreatIntelligence/WhoisRecords/Item/History/HistoryRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/WhoisRecords/Item/History/HistoryRequestBuilder.cs index 0e550a31ac..a90ad19eef 100644 --- a/src/generated/Security/ThreatIntelligence/WhoisRecords/Item/History/HistoryRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/WhoisRecords/Item/History/HistoryRequestBuilder.cs @@ -24,6 +24,7 @@ public class HistoryRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the history property of the microsoft.graph.security.whoisRecord entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new WhoisHistoryRecordItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get the history for a whoisRecord, as represented by a collection of whoisHistoryRecord resources. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the history for a whoisRecord, as represented by a collection of whoisHistoryRecord resources.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-whoisrecord-list-history?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new HistoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HistoryRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/whoisRecords/{whoisRecord%2Did}/history{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HistoryRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HistoryRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/whoisRecords/{whoisRecord%2Did}/history{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public HistoryRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIn /// /// Get the history for a whoisRecord, as represented by a collection of whoisHistoryRecord 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 diff --git a/src/generated/Security/ThreatIntelligence/WhoisRecords/Item/History/Item/WhoisHistoryRecordItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/WhoisRecords/Item/History/Item/WhoisHistoryRecordItemRequestBuilder.cs index 05f4245dfc..7fb0f5125b 100644 --- a/src/generated/Security/ThreatIntelligence/WhoisRecords/Item/History/Item/WhoisHistoryRecordItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/WhoisRecords/Item/History/Item/WhoisHistoryRecordItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class WhoisHistoryRecordItemRequestBuilder : BaseCliRequestBuilder { /// /// The collection of historical records associated to this WHOIS object. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of historical records associated to this WHOIS object."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new WhoisHistoryRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WhoisHistoryRecordItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/whoisRecords/{whoisRecord%2Did}/history/{whoisHistoryRecord%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WhoisHistoryRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WhoisHistoryRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/whoisRecords/{whoisRecord%2Did}/history/{whoisHistoryRecord%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public WhoisHistoryRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/se /// /// The collection of historical records associated to this WHOIS 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/Security/ThreatIntelligence/WhoisRecords/Item/Host/HostRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/WhoisRecords/Item/Host/HostRequestBuilder.cs index 7bc1c0fd0c..9954aaef34 100644 --- a/src/generated/Security/ThreatIntelligence/WhoisRecords/Item/Host/HostRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/WhoisRecords/Item/Host/HostRequestBuilder.cs @@ -22,6 +22,7 @@ public class HostRequestBuilder : BaseCliRequestBuilder { /// /// The host associated to this WHOIS object. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The host associated to this WHOIS object."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new HostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HostRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/whoisRecords/{whoisRecord%2Did}/host{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new HostRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/whoisRecords/{whoisRecord%2Did}/host{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public HostRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntel /// /// The host associated to this WHOIS 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/Security/ThreatIntelligence/WhoisRecords/Item/WhoisRecordItemRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/WhoisRecords/Item/WhoisRecordItemRequestBuilder.cs index 974070294f..71549729bf 100644 --- a/src/generated/Security/ThreatIntelligence/WhoisRecords/Item/WhoisRecordItemRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/WhoisRecords/Item/WhoisRecordItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class WhoisRecordItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property whoisRecords for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property whoisRecords for security"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:- Identify a host and get its current whoisRecord. - Specify an id value to get the corresponding whoisRecord. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:- Identify a host and get its current whoisRecord. - Specify an id value to get the corresponding whoisRecord.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the history property of the microsoft.graph.security.whoisRecord entity. /// + /// A public Command BuildHistoryNavCommand() { var command = new Command("history"); command.Description = "Provides operations to manage the history property of the microsoft.graph.security.whoisRecord entity."; @@ -132,6 +135,7 @@ public Command BuildHistoryNavCommand() { /// /// Provides operations to manage the host property of the microsoft.graph.security.whoisBaseRecord entity. /// + /// A public Command BuildHostNavCommand() { var command = new Command("host"); command.Description = "Provides operations to manage the host property of the microsoft.graph.security.whoisBaseRecord entity."; @@ -147,6 +151,7 @@ public Command BuildHostNavCommand() { /// /// Update the navigation property whoisRecords in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property whoisRecords in security"; @@ -194,13 +199,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new WhoisRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WhoisRecordItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/whoisRecords/{whoisRecord%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new WhoisRecordItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WhoisRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/whoisRecords/{whoisRecord%2Did}{?%24expand,%24select}", rawUrl) { @@ -208,6 +213,7 @@ public WhoisRecordItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/ /// /// Delete navigation property whoisRecords for security /// + /// 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,7 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/threatIntelligence/whoisRecords/{whoisRecord%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -224,6 +230,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:- Identify a host and get its current whoisRecord. - Specify an id value to get the corresponding whoisRecord. /// + /// 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,6 +247,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property whoisRecords in security /// + /// 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 @@ -250,7 +258,7 @@ public RequestInformation ToPatchRequestInformation(WhoisRecord 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}/security/threatIntelligence/whoisRecords/{whoisRecord%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/ThreatIntelligence/WhoisRecords/WhoisRecordsRequestBuilder.cs b/src/generated/Security/ThreatIntelligence/WhoisRecords/WhoisRecordsRequestBuilder.cs index 0954488f1d..f685227b3c 100644 --- a/src/generated/Security/ThreatIntelligence/WhoisRecords/WhoisRecordsRequestBuilder.cs +++ b/src/generated/Security/ThreatIntelligence/WhoisRecords/WhoisRecordsRequestBuilder.cs @@ -24,6 +24,7 @@ public class WhoisRecordsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the whoisRecords property of the microsoft.graph.security.threatIntelligence entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to whoisRecords for security /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to whoisRecords for security"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// Get a list of whoisRecord objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of whoisRecord objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new WhoisRecordsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public WhoisRecordsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/threatIntelligence/whoisRecords{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new WhoisRecordsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public WhoisRecordsRequestBuilder(string rawUrl) : base("{+baseurl}/security/threatIntelligence/whoisRecords{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public WhoisRecordsRequestBuilder(string rawUrl) : base("{+baseurl}/security/thr /// /// Get a list of whoisRecord objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to whoisRecords for security /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(WhoisRecord 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}/security/threatIntelligence/whoisRecords", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/TriggerTypes/RetentionEventTypes/Count/CountRequestBuilder.cs b/src/generated/Security/TriggerTypes/RetentionEventTypes/Count/CountRequestBuilder.cs index 0a2f181ebb..9696f5a18b 100644 --- a/src/generated/Security/TriggerTypes/RetentionEventTypes/Count/CountRequestBuilder.cs +++ b/src/generated/Security/TriggerTypes/RetentionEventTypes/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}/security/triggerTypes/retentionEventTypes/$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}/security/triggerTypes/retentionEventTypes/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/triggerTyp /// /// 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/Security/TriggerTypes/RetentionEventTypes/Item/RetentionEventTypeItemRequestBuilder.cs b/src/generated/Security/TriggerTypes/RetentionEventTypes/Item/RetentionEventTypeItemRequestBuilder.cs index 8e78c06a2d..3fea1b8c74 100644 --- a/src/generated/Security/TriggerTypes/RetentionEventTypes/Item/RetentionEventTypeItemRequestBuilder.cs +++ b/src/generated/Security/TriggerTypes/RetentionEventTypes/Item/RetentionEventTypeItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class RetentionEventTypeItemRequestBuilder : BaseCliRequestBuilder { /// Delete a retentionEventType object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a retentionEventType object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a retentionEventType object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a retentionEventType object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property retentionEventTypes in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property retentionEventTypes in security"; @@ -154,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new RetentionEventTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RetentionEventTypeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/triggerTypes/retentionEventTypes/{retentionEventType%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RetentionEventTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RetentionEventTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/triggerTypes/retentionEventTypes/{retentionEventType%2Did}{?%24expand,%24select}", rawUrl) { @@ -168,6 +171,7 @@ public RetentionEventTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/se /// /// Delete a retentionEventType 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 @@ -176,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/triggerTypes/retentionEventTypes/{retentionEventType%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -184,6 +188,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a retentionEventType 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 @@ -200,6 +205,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property retentionEventTypes in security /// + /// 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 @@ -210,7 +216,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Security.Reten public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Security.RetentionEventType 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}/security/triggerTypes/retentionEventTypes/{retentionEventType%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/TriggerTypes/RetentionEventTypes/RetentionEventTypesRequestBuilder.cs b/src/generated/Security/TriggerTypes/RetentionEventTypes/RetentionEventTypesRequestBuilder.cs index 9177e0f094..536d26b154 100644 --- a/src/generated/Security/TriggerTypes/RetentionEventTypes/RetentionEventTypesRequestBuilder.cs +++ b/src/generated/Security/TriggerTypes/RetentionEventTypes/RetentionEventTypesRequestBuilder.cs @@ -24,6 +24,7 @@ public class RetentionEventTypesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the retentionEventTypes property of the microsoft.graph.security.triggerTypesRoot entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new RetentionEventTypeItemRequestBuilder(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 retentionEventType object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new retentionEventType object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-1.0"; @@ -95,6 +98,7 @@ public Command BuildCreateCommand() { /// Get a list of the retentionEventType objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the retentionEventType objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0"; @@ -185,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RetentionEventTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RetentionEventTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/triggerTypes/retentionEventTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RetentionEventTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RetentionEventTypesRequestBuilder(string rawUrl) : base("{+baseurl}/security/triggerTypes/retentionEventTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -199,6 +203,7 @@ public RetentionEventTypesRequestBuilder(string rawUrl) : base("{+baseurl}/secur /// /// Get a list of the retentionEventType 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 @@ -215,6 +220,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new retentionEventType 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 @@ -225,7 +231,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.Security.Retent public RequestInformation ToPostRequestInformation(ApiSdk.Models.Security.RetentionEventType 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}/security/triggerTypes/retentionEventTypes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/TriggerTypes/TriggerTypesRequestBuilder.cs b/src/generated/Security/TriggerTypes/TriggerTypesRequestBuilder.cs index 6ce9ec7aa5..95231cdbb4 100644 --- a/src/generated/Security/TriggerTypes/TriggerTypesRequestBuilder.cs +++ b/src/generated/Security/TriggerTypes/TriggerTypesRequestBuilder.cs @@ -23,6 +23,7 @@ public class TriggerTypesRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property triggerTypes for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property triggerTypes for security"; @@ -50,6 +51,7 @@ public Command BuildDeleteCommand() { /// /// Get triggerTypes from security /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get triggerTypes from security"; @@ -94,6 +96,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property triggerTypes in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property triggerTypes in security"; @@ -137,6 +140,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the retentionEventTypes property of the microsoft.graph.security.triggerTypesRoot entity. /// + /// A public Command BuildRetentionEventTypesNavCommand() { var command = new Command("retention-event-types"); command.Description = "Provides operations to manage the retentionEventTypes property of the microsoft.graph.security.triggerTypesRoot entity."; @@ -160,13 +164,13 @@ public Command BuildRetentionEventTypesNavCommand() { return command; } /// - /// Instantiates a new TriggerTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TriggerTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/triggerTypes{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TriggerTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TriggerTypesRequestBuilder(string rawUrl) : base("{+baseurl}/security/triggerTypes{?%24expand,%24select}", rawUrl) { @@ -174,6 +178,7 @@ public TriggerTypesRequestBuilder(string rawUrl) : base("{+baseurl}/security/tri /// /// Delete navigation property triggerTypes for security /// + /// 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}/security/triggerTypes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -190,6 +195,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get triggerTypes from security /// + /// 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 triggerTypes in security /// + /// 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(TriggerTypesRoot body, Actio public RequestInformation ToPatchRequestInformation(TriggerTypesRoot 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}/security/triggerTypes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Triggers/RetentionEvents/Count/CountRequestBuilder.cs b/src/generated/Security/Triggers/RetentionEvents/Count/CountRequestBuilder.cs index 75444e4ca4..ff6dda2e2d 100644 --- a/src/generated/Security/Triggers/RetentionEvents/Count/CountRequestBuilder.cs +++ b/src/generated/Security/Triggers/RetentionEvents/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}/security/triggers/retentionEvents/$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}/security/triggers/retentionEvents/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/security/triggers/r /// /// 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/Security/Triggers/RetentionEvents/Item/RetentionEventItemRequestBuilder.cs b/src/generated/Security/Triggers/RetentionEvents/Item/RetentionEventItemRequestBuilder.cs index 86e05ae56f..231605dfb8 100644 --- a/src/generated/Security/Triggers/RetentionEvents/Item/RetentionEventItemRequestBuilder.cs +++ b/src/generated/Security/Triggers/RetentionEvents/Item/RetentionEventItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class RetentionEventItemRequestBuilder : BaseCliRequestBuilder { /// Delete a retentionEvent object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a retentionEvent object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-1.0"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a retentionEvent object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a retentionEvent object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-1.0"; @@ -108,6 +110,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property retentionEvents in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property retentionEvents in security"; @@ -157,6 +160,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the retentionEventType property of the microsoft.graph.security.retentionEvent entity. /// + /// A public Command BuildRetentionEventTypeNavCommand() { var command = new Command("retention-event-type"); command.Description = "Provides operations to manage the retentionEventType property of the microsoft.graph.security.retentionEvent entity."; @@ -170,13 +174,13 @@ public Command BuildRetentionEventTypeNavCommand() { return command; } /// - /// Instantiates a new RetentionEventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RetentionEventItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/triggers/retentionEvents/{retentionEvent%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RetentionEventItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RetentionEventItemRequestBuilder(string rawUrl) : base("{+baseurl}/security/triggers/retentionEvents/{retentionEvent%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +188,7 @@ public RetentionEventItemRequestBuilder(string rawUrl) : base("{+baseurl}/securi /// /// Delete a retentionEvent 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 @@ -192,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/security/triggers/retentionEvents/{retentionEvent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a retentionEvent 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 @@ -216,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property retentionEvents in security /// + /// 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 +233,7 @@ public RequestInformation ToPatchRequestInformation(RetentionEvent body, Action< public RequestInformation ToPatchRequestInformation(RetentionEvent 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}/security/triggers/retentionEvents/{retentionEvent%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Triggers/RetentionEvents/Item/RetentionEventType/RetentionEventTypeRequestBuilder.cs b/src/generated/Security/Triggers/RetentionEvents/Item/RetentionEventType/RetentionEventTypeRequestBuilder.cs index f63f033167..2d132a23be 100644 --- a/src/generated/Security/Triggers/RetentionEvents/Item/RetentionEventType/RetentionEventTypeRequestBuilder.cs +++ b/src/generated/Security/Triggers/RetentionEvents/Item/RetentionEventType/RetentionEventTypeRequestBuilder.cs @@ -22,6 +22,7 @@ public class RetentionEventTypeRequestBuilder : BaseCliRequestBuilder { /// /// Specifies the event that will start the retention period for labels that use this event type when an event is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Specifies the event that will start the retention period for labels that use this event type when an event is created."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RetentionEventTypeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RetentionEventTypeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/triggers/retentionEvents/{retentionEvent%2Did}/retentionEventType{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RetentionEventTypeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RetentionEventTypeRequestBuilder(string rawUrl) : base("{+baseurl}/security/triggers/retentionEvents/{retentionEvent%2Did}/retentionEventType{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public RetentionEventTypeRequestBuilder(string rawUrl) : base("{+baseurl}/securi /// /// Specifies the event that will start the retention period for labels that use this event type when an event is created. /// + /// 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/Security/Triggers/RetentionEvents/RetentionEventsRequestBuilder.cs b/src/generated/Security/Triggers/RetentionEvents/RetentionEventsRequestBuilder.cs index 6f32d46257..552edf8e9f 100644 --- a/src/generated/Security/Triggers/RetentionEvents/RetentionEventsRequestBuilder.cs +++ b/src/generated/Security/Triggers/RetentionEvents/RetentionEventsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RetentionEventsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the retentionEvents property of the microsoft.graph.security.triggersRoot 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new retentionEvent object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new retentionEvent object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-1.0"; @@ -97,6 +100,7 @@ public Command BuildCreateCommand() { /// Get a list of the retentionEvent objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the retentionEvent objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-1.0"; @@ -187,13 +191,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RetentionEventsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RetentionEventsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/triggers/retentionEvents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RetentionEventsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RetentionEventsRequestBuilder(string rawUrl) : base("{+baseurl}/security/triggers/retentionEvents{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -201,6 +205,7 @@ public RetentionEventsRequestBuilder(string rawUrl) : base("{+baseurl}/security/ /// /// Get a list of the retentionEvent 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 @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new retentionEvent 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 @@ -227,7 +233,7 @@ public RequestInformation ToPostRequestInformation(RetentionEvent 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}/security/triggers/retentionEvents", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Security/Triggers/TriggersRequestBuilder.cs b/src/generated/Security/Triggers/TriggersRequestBuilder.cs index eca6c541a9..864c9bd803 100644 --- a/src/generated/Security/Triggers/TriggersRequestBuilder.cs +++ b/src/generated/Security/Triggers/TriggersRequestBuilder.cs @@ -23,6 +23,7 @@ public class TriggersRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property triggers for security /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property triggers for security"; @@ -50,6 +51,7 @@ public Command BuildDeleteCommand() { /// /// Get triggers from security /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get triggers from security"; @@ -94,6 +96,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property triggers in security /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property triggers in security"; @@ -137,6 +140,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the retentionEvents property of the microsoft.graph.security.triggersRoot entity. /// + /// A public Command BuildRetentionEventsNavCommand() { var command = new Command("retention-events"); command.Description = "Provides operations to manage the retentionEvents property of the microsoft.graph.security.triggersRoot entity."; @@ -160,13 +164,13 @@ public Command BuildRetentionEventsNavCommand() { return command; } /// - /// Instantiates a new TriggersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TriggersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/security/triggers{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TriggersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TriggersRequestBuilder(string rawUrl) : base("{+baseurl}/security/triggers{?%24expand,%24select}", rawUrl) { @@ -174,6 +178,7 @@ public TriggersRequestBuilder(string rawUrl) : base("{+baseurl}/security/trigger /// /// Delete navigation property triggers for security /// + /// 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}/security/triggers", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -190,6 +195,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get triggers from security /// + /// 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 triggers in security /// + /// 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(TriggersRoot 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}/security/triggers", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Count/CountRequestBuilder.cs index 45d3457b5f..db1dc8093e 100644 --- a/src/generated/ServicePrincipals/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/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"; @@ -60,13 +61,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}/servicePrincipals/$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}/servicePrincipals/$count{?%24filter,%24search}", rawUrl) { @@ -74,6 +75,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/$ /// /// 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/ServicePrincipals/Delta/DeltaGetResponse.cs b/src/generated/ServicePrincipals/Delta/DeltaGetResponse.cs index 76dd500a0c..e109201dce 100644 --- a/src/generated/ServicePrincipals/Delta/DeltaGetResponse.cs +++ b/src/generated/ServicePrincipals/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ServicePrincipal.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/ServicePrincipals/Delta/DeltaRequestBuilder.cs b/src/generated/ServicePrincipals/Delta/DeltaRequestBuilder.cs index af93f39374..1f7783ab8e 100644 --- a/src/generated/ServicePrincipals/Delta/DeltaRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs b/src/generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs index 7d3294c122..44843def62 100644 --- a/src/generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs +++ b/src/generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetAvailableExtensionPropertiesPostRequestBody : IAdditionalDataHol /// The isSyncedFromOnPremises property public bool? IsSyncedFromOnPremises { get; set; } /// - /// Instantiates a new getAvailableExtensionPropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetAvailableExtensionPropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetAvailableExtensionPropertiesPostRequestBody() { /// /// 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 GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetAvailableExtensionPropertiesPostRequestBody CreateFromDiscrimin /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"isSyncedFromOnPremises", n => { IsSyncedFromOnPremises = n.GetBoolValue(); } }, diff --git a/src/generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs b/src/generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs index 163ed19ead..83bad906e4 100644 --- a/src/generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs +++ b/src/generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesPostResponse.cs @@ -18,6 +18,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// 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 new GetAvailableExtensionPropertiesPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAvailableExtensionPropertiesPostResponse : BaseCollectionPaginat /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ExtensionProperty.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs b/src/generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs index e52790157f..ac90fef061 100644 --- a/src/generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs +++ b/src/generated/ServicePrincipals/GetAvailableExtensionProperties/GetAvailableExtensionPropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetAvailableExtensionPropertiesRequestBuilder : BaseCliRequestBuild /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetAvailableExtensionPropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/getAvailableExtensionProperties", pathParameters) { } /// - /// Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/getAvailableExtensionProperties", rawUrl) { @@ -88,6 +89,7 @@ public GetAvailableExtensionPropertiesRequestBuilder(string rawUrl) : base("{+ba /// /// Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties: /// + /// 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/ServicePrincipals/GetByIds/GetByIdsPostRequestBody.cs b/src/generated/ServicePrincipals/GetByIds/GetByIdsPostRequestBody.cs index 07fef01970..2b8b6751b5 100644 --- a/src/generated/ServicePrincipals/GetByIds/GetByIdsPostRequestBody.cs +++ b/src/generated/ServicePrincipals/GetByIds/GetByIdsPostRequestBody.cs @@ -25,7 +25,7 @@ public class GetByIdsPostRequestBody : IAdditionalDataHolder, IParsable { public List Types { get; set; } #endif /// - /// Instantiates a new getByIdsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetByIdsPostRequestBody() { AdditionalData = new Dictionary(); @@ -33,6 +33,7 @@ public GetByIdsPostRequestBody() { /// /// 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 GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -41,6 +42,7 @@ public static GetByIdsPostRequestBody CreateFromDiscriminatorValue(IParseNode pa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/ServicePrincipals/GetByIds/GetByIdsPostResponse.cs b/src/generated/ServicePrincipals/GetByIds/GetByIdsPostResponse.cs index 30294d4eea..c641739e3d 100644 --- a/src/generated/ServicePrincipals/GetByIds/GetByIdsPostResponse.cs +++ b/src/generated/ServicePrincipals/GetByIds/GetByIdsPostResponse.cs @@ -18,6 +18,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// 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 new GetByIdsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetByIdsPostResponse : BaseCollectionPaginationCountResponse, IPars /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(DirectoryObject.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/ServicePrincipals/GetByIds/GetByIdsRequestBuilder.cs b/src/generated/ServicePrincipals/GetByIds/GetByIdsRequestBuilder.cs index 735dc8a3fa..c22941443c 100644 --- a/src/generated/ServicePrincipals/GetByIds/GetByIdsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/GetByIds/GetByIdsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetByIdsRequestBuilder : BaseCliRequestBuilder { /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetByIdsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/getByIds", pathParameters) { } /// - /// Instantiates a new GetByIdsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/getByIds", rawUrl) { @@ -88,6 +89,7 @@ public GetByIdsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipal /// /// Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to: /// + /// 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/ServicePrincipals/Item/AddKey/AddKeyPostRequestBody.cs b/src/generated/ServicePrincipals/Item/AddKey/AddKeyPostRequestBody.cs index b5a511bddc..d9016531eb 100644 --- a/src/generated/ServicePrincipals/Item/AddKey/AddKeyPostRequestBody.cs +++ b/src/generated/ServicePrincipals/Item/AddKey/AddKeyPostRequestBody.cs @@ -34,7 +34,7 @@ public class AddKeyPostRequestBody : IAdditionalDataHolder, IParsable { public string Proof { get; set; } #endif /// - /// Instantiates a new addKeyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddKeyPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public AddKeyPostRequestBody() { /// /// 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 AddKeyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static AddKeyPostRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"keyCredential", n => { KeyCredential = n.GetObjectValue(ApiSdk.Models.KeyCredential.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/ServicePrincipals/Item/AddKey/AddKeyRequestBuilder.cs b/src/generated/ServicePrincipals/Item/AddKey/AddKeyRequestBuilder.cs index b5355256dd..2b66e8f1c0 100644 --- a/src/generated/ServicePrincipals/Item/AddKey/AddKeyRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/AddKey/AddKeyRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddKeyRequestBuilder : BaseCliRequestBuilder { /// Adds a key credential to a servicePrincipal. This method along with removeKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. ServicePrincipals that don’t have any existing valid certificates (i.e.: no certificates have been added yet, or all certificates have expired), won’t be able to use this service action. Update servicePrincipal can be used to perform an update instead. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Adds a key credential to a servicePrincipal. This method along with removeKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. ServicePrincipals that don’t have any existing valid certificates (i.e.: no certificates have been added yet, or all certificates have expired), won’t be able to use this service action. Update servicePrincipal can be used to perform an update instead.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddKeyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddKeyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/addKey", pathParameters) { } /// - /// Instantiates a new AddKeyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddKeyRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/addKey", rawUrl) { @@ -84,6 +85,7 @@ public AddKeyRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/ /// /// Adds a key credential to a servicePrincipal. This method along with removeKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. ServicePrincipals that don’t have any existing valid certificates (i.e.: no certificates have been added yet, or all certificates have expired), won’t be able to use this service action. Update servicePrincipal can be used to perform an update instead. /// + /// 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/ServicePrincipals/Item/AddPassword/AddPasswordPostRequestBody.cs b/src/generated/ServicePrincipals/Item/AddPassword/AddPasswordPostRequestBody.cs index 73b3953918..e0f5a754fc 100644 --- a/src/generated/ServicePrincipals/Item/AddPassword/AddPasswordPostRequestBody.cs +++ b/src/generated/ServicePrincipals/Item/AddPassword/AddPasswordPostRequestBody.cs @@ -18,7 +18,7 @@ public class AddPasswordPostRequestBody : IAdditionalDataHolder, IParsable { public ApiSdk.Models.PasswordCredential PasswordCredential { get; set; } #endif /// - /// Instantiates a new addPasswordPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddPasswordPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AddPasswordPostRequestBody() { /// /// 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 AddPasswordPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AddPasswordPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"passwordCredential", n => { PasswordCredential = n.GetObjectValue(ApiSdk.Models.PasswordCredential.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/ServicePrincipals/Item/AddPassword/AddPasswordRequestBuilder.cs b/src/generated/ServicePrincipals/Item/AddPassword/AddPasswordRequestBuilder.cs index 53860c35bc..28c26a7cd5 100644 --- a/src/generated/ServicePrincipals/Item/AddPassword/AddPasswordRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/AddPassword/AddPasswordRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddPasswordRequestBuilder : BaseCliRequestBuilder { /// Add a strong password or secret to a servicePrincipal object. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add a strong password or secret to a servicePrincipal object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddPasswordRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddPasswordRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/addPassword", pathParameters) { } /// - /// Instantiates a new AddPasswordRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddPasswordRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/addPassword", rawUrl) { @@ -84,6 +85,7 @@ public AddPasswordRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrinci /// /// Add a strong password or secret to a servicePrincipal 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 diff --git a/src/generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificatePostRequestBody.cs b/src/generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificatePostRequestBody.cs index e774870027..7cfb607781 100644 --- a/src/generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificatePostRequestBody.cs +++ b/src/generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificatePostRequestBody.cs @@ -19,7 +19,7 @@ public class AddTokenSigningCertificatePostRequestBody : IAdditionalDataHolder, /// The endDateTime property public DateTimeOffset? EndDateTime { get; set; } /// - /// Instantiates a new addTokenSigningCertificatePostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddTokenSigningCertificatePostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public AddTokenSigningCertificatePostRequestBody() { /// /// 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 AddTokenSigningCertificatePostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static AddTokenSigningCertificatePostRequestBody CreateFromDiscriminatorV /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificateRequestBuilder.cs b/src/generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificateRequestBuilder.cs index 5a2887b415..b90276bcda 100644 --- a/src/generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificateRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/AddTokenSigningCertificate/AddTokenSigningCertificateRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddTokenSigningCertificateRequestBuilder : BaseCliRequestBuilder { /// Create a self-signed signing certificate and return a selfSignedCertificate object, which is the public part of the generated certificate. The self-signed signing certificate is composed of the following objects, which are added to the servicePrincipal: + The keyCredentials object with the following objects: + A private key object with usage set to Sign. + A public key object with usage set to Verify.+ The passwordCredentials object. All the objects have the same value of customKeyIdentifier. The passwordCredential is used to open the PFX file (private key). It and the associated private key object have the same value of keyId. When set during creation through the displayName property, the subject of the certificate cannot be updated. The startDateTime is set to the same time the certificate is created using the action. The endDateTime can be up to three years after the certificate is created. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a self-signed signing certificate and return a selfSignedCertificate object, which is the public part of the generated certificate. The self-signed signing certificate is composed of the following objects, which are added to the servicePrincipal: + The keyCredentials object with the following objects: + A private key object with usage set to Sign. + A public key object with usage set to Verify.+ The passwordCredentials object. All the objects have the same value of customKeyIdentifier. The passwordCredential is used to open the PFX file (private key). It and the associated private key object have the same value of keyId. When set during creation through the displayName property, the subject of the certificate cannot be updated. The startDateTime is set to the same time the certificate is created using the action. The endDateTime can be up to three years after the certificate is created.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddTokenSigningCertificateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddTokenSigningCertificateRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/addTokenSigningCertificate", pathParameters) { } /// - /// Instantiates a new AddTokenSigningCertificateRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddTokenSigningCertificateRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/addTokenSigningCertificate", rawUrl) { @@ -84,6 +85,7 @@ public AddTokenSigningCertificateRequestBuilder(string rawUrl) : base("{+baseurl /// /// Create a self-signed signing certificate and return a selfSignedCertificate object, which is the public part of the generated certificate. The self-signed signing certificate is composed of the following objects, which are added to the servicePrincipal: + The keyCredentials object with the following objects: + A private key object with usage set to Sign. + A public key object with usage set to Verify.+ The passwordCredentials object. All the objects have the same value of customKeyIdentifier. The passwordCredential is used to open the PFX file (private key). It and the associated private key object have the same value of keyId. When set during creation through the displayName property, the subject of the certificate cannot be updated. The startDateTime is set to the same time the certificate is created using the action. The endDateTime can be up to three years after the certificate is created. /// + /// 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/ServicePrincipals/Item/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs b/src/generated/ServicePrincipals/Item/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs index e7bd1cd34d..564ccfd1d8 100644 --- a/src/generated/ServicePrincipals/Item/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/AppManagementPolicies/AppManagementPoliciesRequestBuilder.cs @@ -24,16 +24,17 @@ public class AppManagementPoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appManagementPolicies property of the microsoft.graph.servicePrincipal entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AppManagementPolicyItemRequestBuilder(PathParameters); - executables.Add(builder.BuildDeleteCommand()); executables.Add(builder.BuildGetCommand()); return new(executables, new(0)); } /// /// 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."; @@ -49,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The appManagementPolicy applied to this application. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The appManagementPolicy applied to this application."; @@ -145,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AppManagementPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppManagementPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/appManagementPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppManagementPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppManagementPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/appManagementPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +161,7 @@ public AppManagementPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/ser /// /// The appManagementPolicy applied to this application. /// + /// 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/ServicePrincipals/Item/AppManagementPolicies/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/AppManagementPolicies/Count/CountRequestBuilder.cs index 83024eb4f8..42ae537dbb 100644 --- a/src/generated/ServicePrincipals/Item/AppManagementPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/AppManagementPolicies/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}/servicePrincipals/{servicePrincipal%2Did}/appManagementPolicies/$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}/servicePrincipals/{servicePrincipal%2Did}/appManagementPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.cs index e3ae7d8e26..da09a0d98f 100644 --- a/src/generated/ServicePrincipals/Item/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/AppManagementPolicies/Item/AppManagementPolicyItemRequestBuilder.cs @@ -19,49 +19,10 @@ namespace ApiSdk.ServicePrincipals.Item.AppManagementPolicies.Item { /// Provides operations to manage the appManagementPolicies property of the microsoft.graph.servicePrincipal entity. /// public class AppManagementPolicyItemRequestBuilder : BaseCliRequestBuilder { - /// - /// Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. - /// Find more info here - /// - public Command BuildDeleteCommand() { - var command = new Command("delete"); - command.Description = "Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0"; - var servicePrincipalIdOption = new Option("--service-principal-id", description: "The unique identifier of servicePrincipal") { - }; - servicePrincipalIdOption.IsRequired = true; - command.AddOption(servicePrincipalIdOption); - var appManagementPolicyIdOption = new Option("--app-management-policy-id", description: "The unique identifier of appManagementPolicy") { - }; - appManagementPolicyIdOption.IsRequired = true; - command.AddOption(appManagementPolicyIdOption); - var ifMatchOption = new Option("--if-match", description: "ETag") { - Arity = ArgumentArity.ZeroOrMore - }; - ifMatchOption.IsRequired = false; - command.AddOption(ifMatchOption); - command.SetHandler(async (invocationContext) => { - var servicePrincipalId = invocationContext.ParseResult.GetValueForOption(servicePrincipalIdOption); - var appManagementPolicyId = invocationContext.ParseResult.GetValueForOption(appManagementPolicyIdOption); - var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); - var cancellationToken = invocationContext.GetCancellationToken(); - var reqAdapter = invocationContext.GetRequestAdapter(); - var requestInfo = ToDeleteRequestInformation(q => { - }); - if (servicePrincipalId is not null) requestInfo.PathParameters.Add("servicePrincipal%2Did", servicePrincipalId); - if (appManagementPolicyId is not null) requestInfo.PathParameters.Add("appManagementPolicy%2Did", appManagementPolicyId); - if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); - var errorMapping = new Dictionary> { - {"4XX", ODataError.CreateFromDiscriminatorValue}, - {"5XX", ODataError.CreateFromDiscriminatorValue}, - }; - await reqAdapter.SendNoContentAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken); - Console.WriteLine("Success"); - }); - return command; - } /// /// The appManagementPolicy applied to this application. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The appManagementPolicy applied to this application."; @@ -116,36 +77,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AppManagementPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppManagementPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/appManagementPolicies/{appManagementPolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppManagementPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppManagementPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/appManagementPolicies/{appManagementPolicy%2Did}{?%24expand,%24select}", rawUrl) { } /// - /// Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. - /// - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// /// The appManagementPolicy applied to this application. /// + /// 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/ServicePrincipals/Item/AppRoleAssignedTo/AppRoleAssignedToRequestBuilder.cs b/src/generated/ServicePrincipals/Item/AppRoleAssignedTo/AppRoleAssignedToRequestBuilder.cs index 8fbe235d1a..09f736f4e6 100644 --- a/src/generated/ServicePrincipals/Item/AppRoleAssignedTo/AppRoleAssignedToRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/AppRoleAssignedTo/AppRoleAssignedToRequestBuilder.cs @@ -24,6 +24,7 @@ public class AppRoleAssignedToRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appRoleAssignedTo property of the microsoft.graph.servicePrincipal entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AppRoleAssignmentItemRequestBuilder(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() { /// Assign an app role for a resource service principal, to a user, group, or client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment, you need three identifiers: /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Assign an app role for a resource service principal, to a user, group, or client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment, you need three identifiers:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of appRoleAssignment that users, groups, or client service principals have been granted for the given resource service principal. For example, if the resource service principal is the service principal for the Microsoft Graph API, this will return all service principals that have been granted any app-only permissions to Microsoft Graph. If the resource service principal is an application that has app roles granted to users and groups, this will return all the users and groups assigned app roles for this application. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of appRoleAssignment that users, groups, or client service principals have been granted for the given resource service principal. For example, if the resource service principal is the service principal for the Microsoft Graph API, this will return all service principals that have been granted any app-only permissions to Microsoft Graph. If the resource service principal is an application that has app roles granted to users and groups, this will return all the users and groups assigned app roles for this application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AppRoleAssignedToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppRoleAssignedToRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/appRoleAssignedTo{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppRoleAssignedToRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppRoleAssignedToRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/appRoleAssignedTo{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public AppRoleAssignedToRequestBuilder(string rawUrl) : base("{+baseurl}/service /// /// Retrieve a list of appRoleAssignment that users, groups, or client service principals have been granted for the given resource service principal. For example, if the resource service principal is the service principal for the Microsoft Graph API, this will return all service principals that have been granted any app-only permissions to Microsoft Graph. If the resource service principal is an application that has app roles granted to users and groups, this will return all the users and groups assigned app roles for this application. /// + /// 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 /// Assign an app role for a resource service principal, to a user, group, or client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment, you need three identifiers: /// + /// 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(AppRoleAssignment body, Actio public RequestInformation ToPostRequestInformation(AppRoleAssignment 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}/servicePrincipals/{servicePrincipal%2Did}/appRoleAssignedTo", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/AppRoleAssignedTo/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/AppRoleAssignedTo/Count/CountRequestBuilder.cs index aff44376c9..1896be4f48 100644 --- a/src/generated/ServicePrincipals/Item/AppRoleAssignedTo/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/AppRoleAssignedTo/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}/servicePrincipals/{servicePrincipal%2Did}/appRoleAssignedTo/$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}/servicePrincipals/{servicePrincipal%2Did}/appRoleAssignedTo/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/AppRoleAssignedTo/Item/AppRoleAssignmentItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/AppRoleAssignedTo/Item/AppRoleAssignmentItemRequestBuilder.cs index 01c419b3e8..3bf33145e4 100644 --- a/src/generated/ServicePrincipals/Item/AppRoleAssignedTo/Item/AppRoleAssignmentItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/AppRoleAssignedTo/Item/AppRoleAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AppRoleAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes an appRoleAssignment that a user, group, or client service principal has been granted for a resource service principal. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes an appRoleAssignment that a user, group, or client service principal has been granted for a resource service principal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-1.0"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// App role assignments for this app or service, granted to users, groups, and other service principals. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "App role assignments for this app or service, granted to users, groups, and other service principals. Supports $expand."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property appRoleAssignedTo in servicePrincipals /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property appRoleAssignedTo in servicePrincipals"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AppRoleAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppRoleAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/appRoleAssignedTo/{appRoleAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppRoleAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppRoleAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/appRoleAssignedTo/{appRoleAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public AppRoleAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/ser /// /// Deletes an appRoleAssignment that a user, group, or client service principal has been granted for a resource service principal. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/appRoleAssignedTo/{appRoleAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// App role assignments for this app or service, granted to users, groups, and other service principals. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property appRoleAssignedTo in servicePrincipals /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(AppRoleAssignment body, Acti public RequestInformation ToPatchRequestInformation(AppRoleAssignment 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}/servicePrincipals/{servicePrincipal%2Did}/appRoleAssignedTo/{appRoleAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs index 945c4a9c89..dc371cadcd 100644 --- a/src/generated/ServicePrincipals/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/AppRoleAssignments/AppRoleAssignmentsRequestBuilder.cs @@ -24,6 +24,7 @@ public class AppRoleAssignmentsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the appRoleAssignments property of the microsoft.graph.servicePrincipal entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new AppRoleAssignmentItemRequestBuilder(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() { /// Assign an app role to a client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment to a client service principal, you need three identifiers: /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Assign an app role to a client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment to a client service principal, you need three identifiers:\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// App role assignment for another app or service, granted to this service principal. Supports $expand. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "App role assignment for another app or service, granted to this service principal. Supports $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-1.0"; @@ -204,13 +208,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new AppRoleAssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppRoleAssignmentsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/appRoleAssignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new AppRoleAssignmentsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppRoleAssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/appRoleAssignments{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -218,6 +222,7 @@ public AppRoleAssignmentsRequestBuilder(string rawUrl) : base("{+baseurl}/servic /// /// App role assignment for another app or service, granted to this service principal. Supports $expand. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Assign an app role to a client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment to a client service principal, you need three identifiers: /// + /// 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 +250,7 @@ public RequestInformation ToPostRequestInformation(AppRoleAssignment body, Actio public RequestInformation ToPostRequestInformation(AppRoleAssignment 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}/servicePrincipals/{servicePrincipal%2Did}/appRoleAssignments", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/AppRoleAssignments/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/AppRoleAssignments/Count/CountRequestBuilder.cs index 6bd9ac2ed1..b61b30c209 100644 --- a/src/generated/ServicePrincipals/Item/AppRoleAssignments/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/AppRoleAssignments/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"; @@ -66,13 +67,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}/servicePrincipals/{servicePrincipal%2Did}/appRoleAssignments/$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}/servicePrincipals/{servicePrincipal%2Did}/appRoleAssignments/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.cs index d0cb7dad01..823447e6fc 100644 --- a/src/generated/ServicePrincipals/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/AppRoleAssignments/Item/AppRoleAssignmentItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class AppRoleAssignmentItemRequestBuilder : BaseCliRequestBuilder { /// Deletes an appRoleAssignment that a service principal has been granted. App roles which are assigned to service principals are also known as application permissions. Deleting an app role assignment for a service principal is equivalent to revoking the app-only permission grant. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes an appRoleAssignment that a service principal has been granted. App roles which are assigned to service principals are also known as application permissions. Deleting an app role assignment for a service principal is equivalent to revoking the app-only permission grant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-1.0"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// App role assignment for another app or service, granted to this service principal. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "App role assignment for another app or service, granted to this service principal. Supports $expand."; @@ -125,6 +127,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property appRoleAssignments in servicePrincipals /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property appRoleAssignments in servicePrincipals"; @@ -178,13 +181,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AppRoleAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AppRoleAssignmentItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/appRoleAssignments/{appRoleAssignment%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AppRoleAssignmentItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AppRoleAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/appRoleAssignments/{appRoleAssignment%2Did}{?%24expand,%24select}", rawUrl) { @@ -192,6 +195,7 @@ public AppRoleAssignmentItemRequestBuilder(string rawUrl) : base("{+baseurl}/ser /// /// Deletes an appRoleAssignment that a service principal has been granted. App roles which are assigned to service principals are also known as application permissions. Deleting an app role assignment for a service principal is equivalent to revoking the app-only permission grant. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -200,7 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/appRoleAssignments/{appRoleAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -208,6 +212,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// App role assignment for another app or service, granted to this service principal. Supports $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -224,6 +229,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property appRoleAssignments in servicePrincipals /// + /// 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 @@ -234,7 +240,7 @@ public RequestInformation ToPatchRequestInformation(AppRoleAssignment body, Acti public RequestInformation ToPatchRequestInformation(AppRoleAssignment 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}/servicePrincipals/{servicePrincipal%2Did}/appRoleAssignments/{appRoleAssignment%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs b/src/generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs index b48d06dfe9..8eb8caa291 100644 --- a/src/generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs +++ b/src/generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable public List GroupIds { get; set; } #endif /// - /// Instantiates a new checkMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberGroupsPostRequestBody() { /// /// 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 CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupIds", n => { GroupIds = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs b/src/generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs index 613fe03bc2..9fdaf2eae1 100644 --- a/src/generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs +++ b/src/generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// 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 new CheckMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberGroupsPostResponse : BaseCollectionPaginationCountRespon /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs index 0a03ee8807..9ed42f90af 100644 --- a/src/generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class CheckMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/checkMemberGroups", pathParameters) { } /// - /// Instantiates a new CheckMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/checkMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public CheckMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/service /// /// Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct. /// + /// 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/ServicePrincipals/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs b/src/generated/ServicePrincipals/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs index 6845c6e02a..4ab881ef1c 100644 --- a/src/generated/ServicePrincipals/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs +++ b/src/generated/ServicePrincipals/Item/CheckMemberObjects/CheckMemberObjectsPostRequestBody.cs @@ -17,7 +17,7 @@ public class CheckMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsabl public List Ids { get; set; } #endif /// - /// Instantiates a new checkMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CheckMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public CheckMemberObjectsPostRequestBody() { /// /// 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 CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static CheckMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"ids", n => { Ids = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/ServicePrincipals/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs b/src/generated/ServicePrincipals/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs index b9b857feba..ac77f5a019 100644 --- a/src/generated/ServicePrincipals/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs +++ b/src/generated/ServicePrincipals/Item/CheckMemberObjects/CheckMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// 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 new CheckMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class CheckMemberObjectsPostResponse : BaseCollectionPaginationCountRespo /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/ServicePrincipals/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs index 1d8df96933..63d044a8c2 100644 --- a/src/generated/ServicePrincipals/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/CheckMemberObjects/CheckMemberObjectsRequestBuilder.cs @@ -21,6 +21,7 @@ public class CheckMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action checkMemberObjects /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action checkMemberObjects"; @@ -79,13 +80,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CheckMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/checkMemberObjects", pathParameters) { } /// - /// Instantiates a new CheckMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/checkMemberObjects", rawUrl) { @@ -93,6 +94,7 @@ public CheckMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/servic /// /// Invoke action checkMemberObjects /// + /// 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/ServicePrincipals/Item/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.cs b/src/generated/ServicePrincipals/Item/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.cs index 85e9e08f34..f17909b696 100644 --- a/src/generated/ServicePrincipals/Item/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/ClaimsMappingPolicies/ClaimsMappingPoliciesRequestBuilder.cs @@ -25,6 +25,7 @@ public class ClaimsMappingPoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.servicePrincipals.item.claimsMappingPolicies.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new ClaimsMappingPolicyItemRequestBuilder(PathParameters); @@ -34,6 +35,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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// List the claimsMappingPolicy objects that are assigned to a servicePrincipal. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List the claimsMappingPolicy objects that are assigned to a servicePrincipal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0"; @@ -148,6 +151,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of servicePrincipal entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of servicePrincipal entities."; @@ -163,13 +167,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new ClaimsMappingPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClaimsMappingPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/claimsMappingPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ClaimsMappingPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClaimsMappingPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/claimsMappingPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -177,6 +181,7 @@ public ClaimsMappingPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/ser /// /// List the claimsMappingPolicy objects that are assigned to a servicePrincipal. /// + /// 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/ServicePrincipals/Item/ClaimsMappingPolicies/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/ClaimsMappingPolicies/Count/CountRequestBuilder.cs index 64c0165b6f..a127091507 100644 --- a/src/generated/ServicePrincipals/Item/ClaimsMappingPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/ClaimsMappingPolicies/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}/servicePrincipals/{servicePrincipal%2Did}/claimsMappingPolicies/$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}/servicePrincipals/{servicePrincipal%2Did}/claimsMappingPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/ClaimsMappingPolicies/Item/ClaimsMappingPolicyItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/ClaimsMappingPolicies/Item/ClaimsMappingPolicyItemRequestBuilder.cs index 3cee2b6b82..349e772a05 100644 --- a/src/generated/ServicePrincipals/Item/ClaimsMappingPolicies/Item/ClaimsMappingPolicyItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/ClaimsMappingPolicies/Item/ClaimsMappingPolicyItemRequestBuilder.cs @@ -18,6 +18,7 @@ public class ClaimsMappingPolicyItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of servicePrincipal entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of servicePrincipal entities."; @@ -31,13 +32,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new ClaimsMappingPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ClaimsMappingPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/claimsMappingPolicies/{claimsMappingPolicy%2Did}", pathParameters) { } /// - /// Instantiates a new ClaimsMappingPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ClaimsMappingPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/claimsMappingPolicies/{claimsMappingPolicy%2Did}", rawUrl) { diff --git a/src/generated/ServicePrincipals/Item/ClaimsMappingPolicies/Item/Ref/RefRequestBuilder.cs b/src/generated/ServicePrincipals/Item/ClaimsMappingPolicies/Item/Ref/RefRequestBuilder.cs index cbfacc3812..c6abb30ff3 100644 --- a/src/generated/ServicePrincipals/Item/ClaimsMappingPolicies/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/ClaimsMappingPolicies/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a claimsMappingPolicy from a servicePrincipal. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a claimsMappingPolicy from a servicePrincipal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/claimsMappingPolicies/{claimsMappingPolicy%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/claimsMappingPolicies/{claimsMappingPolicy%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{se /// /// Remove a claimsMappingPolicy from a servicePrincipal. /// + /// 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/ServicePrincipals/Item/ClaimsMappingPolicies/Ref/RefRequestBuilder.cs b/src/generated/ServicePrincipals/Item/ClaimsMappingPolicies/Ref/RefRequestBuilder.cs index 9c8b32abbb..e3d79197dc 100644 --- a/src/generated/ServicePrincipals/Item/ClaimsMappingPolicies/Ref/RefRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/ClaimsMappingPolicies/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a claimsMappingPolicy from a servicePrincipal. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a claimsMappingPolicy from a servicePrincipal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// List the claimsMappingPolicy objects that are assigned to a servicePrincipal. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "List the claimsMappingPolicy objects that are assigned to a servicePrincipal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0"; @@ -148,6 +150,7 @@ public Command BuildGetCommand() { /// Assign a claimsMappingPolicy to a servicePrincipal. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Assign a claimsMappingPolicy to a servicePrincipal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-1.0"; @@ -185,20 +188,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/claimsMappingPolicies/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/claimsMappingPolicies/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/claimsMappingPolicies/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/claimsMappingPolicies/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove a claimsMappingPolicy from a servicePrincipal. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,7 +211,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/claimsMappingPolicies/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +219,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// List the claimsMappingPolicy objects that are assigned to a servicePrincipal. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Assign a claimsMappingPolicy to a servicePrincipal. /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/servicePrincipals/{servicePrincipal%2Did}/claimsMappingPolicies/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/CreatedObjects/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/CreatedObjects/Count/CountRequestBuilder.cs index c730824ec3..7eac26acac 100644 --- a/src/generated/ServicePrincipals/Item/CreatedObjects/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/CreatedObjects/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}/servicePrincipals/{servicePrincipal%2Did}/createdObjects/$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}/servicePrincipals/{servicePrincipal%2Did}/createdObjects/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/CreatedObjects/CreatedObjectsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/CreatedObjects/CreatedObjectsRequestBuilder.cs index a4dd87d978..937c389a64 100644 --- a/src/generated/ServicePrincipals/Item/CreatedObjects/CreatedObjectsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/CreatedObjects/CreatedObjectsRequestBuilder.cs @@ -25,6 +25,7 @@ public class CreatedObjectsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the createdObjects property of the microsoft.graph.servicePrincipal entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -36,6 +37,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() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalNavCommand() { var command = new Command("graph-service-principal"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -72,6 +75,7 @@ public Command BuildGraphServicePrincipalNavCommand() { /// /// Directory objects created by this service principal. Read-only. Nullable. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Directory objects created by this service principal. Read-only. Nullable."; @@ -168,13 +172,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new CreatedObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/createdObjects{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new CreatedObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/createdObjects{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -182,6 +186,7 @@ public CreatedObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePri /// /// Directory objects created by this service principal. Read-only. Nullable. /// + /// 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/ServicePrincipals/Item/CreatedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/CreatedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs index 5ba6a8a562..277d520437 100644 --- a/src/generated/ServicePrincipals/Item/CreatedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/CreatedObjects/GraphServicePrincipal/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}/servicePrincipals/{servicePrincipal%2Did}/createdObjects/graph.servicePrincipal/$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}/servicePrincipals/{servicePrincipal%2Did}/createdObjects/graph.servicePrincipal/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/CreatedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/ServicePrincipals/Item/CreatedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 0f59ccce1c..e14693c542 100644 --- a/src/generated/ServicePrincipals/Item/CreatedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/CreatedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection"; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/createdObjects/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/createdObjects/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/ser /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// 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/ServicePrincipals/Item/CreatedObjects/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/CreatedObjects/Item/DirectoryObjectItemRequestBuilder.cs index de1aa2c643..d5df8cfd0a 100644 --- a/src/generated/ServicePrincipals/Item/CreatedObjects/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/CreatedObjects/Item/DirectoryObjectItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Directory objects created by this service principal. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Directory objects created by this service principal. Read-only. Nullable."; @@ -79,6 +80,7 @@ public Command BuildGetCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalByIdNavCommand() { var command = new Command("graph-service-principal-by-id"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -92,13 +94,13 @@ public Command BuildGraphServicePrincipalByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/createdObjects/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/createdObjects/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -106,6 +108,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/servi /// /// Directory objects created by this service principal. Read-only. Nullable. /// + /// 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/ServicePrincipals/Item/CreatedObjects/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/ServicePrincipals/Item/CreatedObjects/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index aba3fda54b..86e2dea93b 100644 --- a/src/generated/ServicePrincipals/Item/CreatedObjects/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/CreatedObjects/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal"; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/createdObjects/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/createdObjects/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/ser /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// 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/ServicePrincipals/Item/DelegatedPermissionClassifications/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/DelegatedPermissionClassifications/Count/CountRequestBuilder.cs index bda90abb30..574f2b4459 100644 --- a/src/generated/ServicePrincipals/Item/DelegatedPermissionClassifications/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/DelegatedPermissionClassifications/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}/servicePrincipals/{servicePrincipal%2Did}/delegatedPermissionClassifications/$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}/servicePrincipals/{servicePrincipal%2Did}/delegatedPermissionClassifications/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/DelegatedPermissionClassifications/DelegatedPermissionClassificationsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/DelegatedPermissionClassifications/DelegatedPermissionClassificationsRequestBuilder.cs index 6ee4ad20fb..5074cbd6a3 100644 --- a/src/generated/ServicePrincipals/Item/DelegatedPermissionClassifications/DelegatedPermissionClassificationsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/DelegatedPermissionClassifications/DelegatedPermissionClassificationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class DelegatedPermissionClassificationsRequestBuilder : BaseCliRequestBu /// /// Provides operations to manage the delegatedPermissionClassifications property of the microsoft.graph.servicePrincipal entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DelegatedPermissionClassificationItemRequestBuilder(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() { /// Classify a delegated permission by adding a delegatedPermissionClassification to the servicePrincipal representing the API. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Classify a delegated permission by adding a delegatedPermissionClassification to the servicePrincipal representing the API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Retrieve the list of delegatedPermissionClassification currently configured for the delegated permissions exposed by an API. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve the list of delegatedPermissionClassification currently configured for the delegated permissions exposed by an API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DelegatedPermissionClassificationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DelegatedPermissionClassificationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/delegatedPermissionClassifications{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DelegatedPermissionClassificationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DelegatedPermissionClassificationsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/delegatedPermissionClassifications{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public DelegatedPermissionClassificationsRequestBuilder(string rawUrl) : base("{ /// /// Retrieve the list of delegatedPermissionClassification currently configured for the delegated permissions exposed by an 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 @@ -227,6 +232,7 @@ public RequestInformation ToGetRequestInformation(Action /// Classify a delegated permission by adding a delegatedPermissionClassification to the servicePrincipal representing the 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 @@ -237,7 +243,7 @@ public RequestInformation ToPostRequestInformation(DelegatedPermissionClassifica public RequestInformation ToPostRequestInformation(DelegatedPermissionClassification 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}/servicePrincipals/{servicePrincipal%2Did}/delegatedPermissionClassifications", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/DelegatedPermissionClassifications/Item/DelegatedPermissionClassificationItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/DelegatedPermissionClassifications/Item/DelegatedPermissionClassificationItemRequestBuilder.cs index 68f44d119b..fc62c192da 100644 --- a/src/generated/ServicePrincipals/Item/DelegatedPermissionClassifications/Item/DelegatedPermissionClassificationItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/DelegatedPermissionClassifications/Item/DelegatedPermissionClassificationItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DelegatedPermissionClassificationItemRequestBuilder : BaseCliReques /// Deletes a delegatedPermissionClassification which had previously been set for a delegated permission. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Deletes a delegatedPermissionClassification which had previously been set for a delegated permission.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-1.0"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Get delegatedPermissionClassifications from servicePrincipals /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get delegatedPermissionClassifications from servicePrincipals"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property delegatedPermissionClassifications in servicePrincipals /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property delegatedPermissionClassifications in servicePrincipals"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DelegatedPermissionClassificationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DelegatedPermissionClassificationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/delegatedPermissionClassifications/{delegatedPermissionClassification%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DelegatedPermissionClassificationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DelegatedPermissionClassificationItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/delegatedPermissionClassifications/{delegatedPermissionClassification%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public DelegatedPermissionClassificationItemRequestBuilder(string rawUrl) : base /// /// Deletes a delegatedPermissionClassification which had previously been set for a delegated permission. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/delegatedPermissionClassifications/{delegatedPermissionClassification%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get delegatedPermissionClassifications from servicePrincipals /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property delegatedPermissionClassifications in servicePrincipals /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(DelegatedPermissionClassific public RequestInformation ToPatchRequestInformation(DelegatedPermissionClassification 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}/servicePrincipals/{servicePrincipal%2Did}/delegatedPermissionClassifications/{delegatedPermissionClassification%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/Endpoints/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Endpoints/Count/CountRequestBuilder.cs index ebaacf0d12..59dbb108a4 100644 --- a/src/generated/ServicePrincipals/Item/Endpoints/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Endpoints/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}/servicePrincipals/{servicePrincipal%2Did}/endpoints/$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}/servicePrincipals/{servicePrincipal%2Did}/endpoints/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/Endpoints/EndpointsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Endpoints/EndpointsRequestBuilder.cs index f7befe3dad..beefd8902c 100644 --- a/src/generated/ServicePrincipals/Item/Endpoints/EndpointsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Endpoints/EndpointsRequestBuilder.cs @@ -24,6 +24,7 @@ public class EndpointsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the endpoints property of the microsoft.graph.servicePrincipal entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new EndpointItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to endpoints for servicePrincipals /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to endpoints for servicePrincipals"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Get endpoints from servicePrincipals /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get endpoints from servicePrincipals"; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new EndpointsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EndpointsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/endpoints{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new EndpointsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EndpointsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/endpoints{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public EndpointsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipa /// /// Get endpoints from servicePrincipals /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to endpoints for servicePrincipals /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(Endpoint 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}/servicePrincipals/{servicePrincipal%2Did}/endpoints", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/Endpoints/Item/EndpointItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Endpoints/Item/EndpointItemRequestBuilder.cs index 2d17f4116f..fc789aecd3 100644 --- a/src/generated/ServicePrincipals/Item/Endpoints/Item/EndpointItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Endpoints/Item/EndpointItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class EndpointItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property endpoints for servicePrincipals /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property endpoints for servicePrincipals"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Get endpoints from servicePrincipals /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get endpoints from servicePrincipals"; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property endpoints in servicePrincipals /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property endpoints in servicePrincipals"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new EndpointItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public EndpointItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/endpoints/{endpoint%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new EndpointItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public EndpointItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/endpoints/{endpoint%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public EndpointItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrinc /// /// Delete navigation property endpoints for servicePrincipals /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/servicePrincipals/{servicePrincipal%2Did}/endpoints/{endpoint%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get endpoints from servicePrincipals /// + /// 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 /// Update the navigation property endpoints in servicePrincipals /// + /// 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 ToPatchRequestInformation(Endpoint 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}/servicePrincipals/{servicePrincipal%2Did}/endpoints/{endpoint%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/FederatedIdentityCredentials/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/FederatedIdentityCredentials/Count/CountRequestBuilder.cs index 54dc6509ce..1835426bfb 100644 --- a/src/generated/ServicePrincipals/Item/FederatedIdentityCredentials/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/FederatedIdentityCredentials/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}/servicePrincipals/{servicePrincipal%2Did}/federatedIdentityCredentials/$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}/servicePrincipals/{servicePrincipal%2Did}/federatedIdentityCredentials/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs index 1f1c2328c7..a02effbe41 100644 --- a/src/generated/ServicePrincipals/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/FederatedIdentityCredentials/FederatedIdentityCredentialsRequestBuilder.cs @@ -24,6 +24,7 @@ public class FederatedIdentityCredentialsRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.servicePrincipal entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new FederatedIdentityCredentialItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to federatedIdentityCredentials for servicePrincipals /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to federatedIdentityCredentials for servicePrincipals"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (/$count eq 0, /$count ne 0). /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (/$count eq 0, /$count ne 0)."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new FederatedIdentityCredentialsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FederatedIdentityCredentialsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/federatedIdentityCredentials{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FederatedIdentityCredentialsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FederatedIdentityCredentialsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/federatedIdentityCredentials{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public FederatedIdentityCredentialsRequestBuilder(string rawUrl) : base("{+baseu /// /// Federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (/$count eq 0, /$count ne 0). /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to federatedIdentityCredentials for servicePrincipals /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(FederatedIdentityCredential b public RequestInformation ToPostRequestInformation(FederatedIdentityCredential 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}/servicePrincipals/{servicePrincipal%2Did}/federatedIdentityCredentials", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.cs index 61dfe8c3bd..54899f3c7b 100644 --- a/src/generated/ServicePrincipals/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/FederatedIdentityCredentials/Item/FederatedIdentityCredentialItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class FederatedIdentityCredentialItemRequestBuilder : BaseCliRequestBuild /// /// Delete navigation property federatedIdentityCredentials for servicePrincipals /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property federatedIdentityCredentials for servicePrincipals"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (/$count eq 0, /$count ne 0). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (/$count eq 0, /$count ne 0)."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property federatedIdentityCredentials in servicePrincipals /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property federatedIdentityCredentials in servicePrincipals"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FederatedIdentityCredentialItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FederatedIdentityCredentialItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/federatedIdentityCredentials/{federatedIdentityCredential%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FederatedIdentityCredentialItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FederatedIdentityCredentialItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/federatedIdentityCredentials/{federatedIdentityCredential%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public FederatedIdentityCredentialItemRequestBuilder(string rawUrl) : base("{+ba /// /// Delete navigation property federatedIdentityCredentials for servicePrincipals /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/servicePrincipals/{servicePrincipal%2Did}/federatedIdentityCredentials/{federatedIdentityCredential%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (/$count eq 0, /$count ne 0). /// + /// 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 /// Update the navigation property federatedIdentityCredentials in servicePrincipals /// + /// 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 ToPatchRequestInformation(FederatedIdentityCredential public RequestInformation ToPatchRequestInformation(FederatedIdentityCredential 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}/servicePrincipals/{servicePrincipal%2Did}/federatedIdentityCredentials/{federatedIdentityCredential%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs b/src/generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs index afbed778dd..8fdb19d7ae 100644 --- a/src/generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs +++ b/src/generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberGroupsPostRequestBody : IAdditionalDataHolder, IParsable { /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberGroupsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberGroupsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberGroupsPostRequestBody() { /// /// 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 GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberGroupsPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs b/src/generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs index 2148ea4f49..5f271efebc 100644 --- a/src/generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs +++ b/src/generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// 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 new GetMemberGroupsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberGroupsPostResponse : BaseCollectionPaginationCountResponse /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs index 3d7f143bf4..26afb3b00f 100644 --- a/src/generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberGroupsRequestBuilder : BaseCliRequestBuilder { /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/getMemberGroups", pathParameters) { } /// - /// Instantiates a new GetMemberGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/getMemberGroups", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePr /// /// Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the Directory_ResultSizeLimitExceeded error code. As a workaround, use the List group transitive memberOf 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 diff --git a/src/generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs b/src/generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs index cec2215d9d..2278636f0d 100644 --- a/src/generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs +++ b/src/generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsPostRequestBody.cs @@ -11,7 +11,7 @@ public class GetMemberObjectsPostRequestBody : IAdditionalDataHolder, IParsable /// The securityEnabledOnly property public bool? SecurityEnabledOnly { get; set; } /// - /// Instantiates a new getMemberObjectsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetMemberObjectsPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public GetMemberObjectsPostRequestBody() { /// /// 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 GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static GetMemberObjectsPostRequestBody CreateFromDiscriminatorValue(IPars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"securityEnabledOnly", n => { SecurityEnabledOnly = n.GetBoolValue(); } }, diff --git a/src/generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs b/src/generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs index 6dcb266c15..85202262f1 100644 --- a/src/generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs +++ b/src/generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsPostResponse.cs @@ -18,6 +18,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// 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 new GetMemberObjectsPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetMemberObjectsPostResponse : BaseCollectionPaginationCountRespons /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs index 8a170abb2a..fd8425cd6d 100644 --- a/src/generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/GetMemberObjects/GetMemberObjectsRequestBuilder.cs @@ -22,6 +22,7 @@ public class GetMemberObjectsRequestBuilder : BaseCliRequestBuilder { /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetMemberObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/getMemberObjects", pathParameters) { } /// - /// Instantiates a new GetMemberObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/getMemberObjects", rawUrl) { @@ -94,6 +95,7 @@ public GetMemberObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/serviceP /// /// Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles. /// + /// 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/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs index ff75fac0a7..7de25cfb05 100644 --- a/src/generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/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}/servicePrincipals/{servicePrincipal%2Did}/homeRealmDiscoveryPolicies/$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}/servicePrincipals/{servicePrincipal%2Did}/homeRealmDiscoveryPolicies/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs b/src/generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs index 875e7405c5..5f19fc8ccb 100644 --- a/src/generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/HomeRealmDiscoveryPoliciesRequestBuilder.cs @@ -25,6 +25,7 @@ public class HomeRealmDiscoveryPoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.servicePrincipals.item.homeRealmDiscoveryPolicies.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new HomeRealmDiscoveryPolicyItemRequestBuilder(PathParameters); @@ -34,6 +35,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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0"; @@ -148,6 +151,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of servicePrincipal entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of servicePrincipal entities."; @@ -163,13 +167,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new HomeRealmDiscoveryPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HomeRealmDiscoveryPoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/homeRealmDiscoveryPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new HomeRealmDiscoveryPoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HomeRealmDiscoveryPoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/homeRealmDiscoveryPolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -177,6 +181,7 @@ public HomeRealmDiscoveryPoliciesRequestBuilder(string rawUrl) : base("{+baseurl /// /// List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. /// + /// 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/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilder.cs index 6b06c62fa8..f7a3fa9381 100644 --- a/src/generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Item/HomeRealmDiscoveryPolicyItemRequestBuilder.cs @@ -18,6 +18,7 @@ public class HomeRealmDiscoveryPolicyItemRequestBuilder : BaseCliRequestBuilder /// /// Provides operations to manage the collection of servicePrincipal entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of servicePrincipal entities."; @@ -31,13 +32,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new HomeRealmDiscoveryPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public HomeRealmDiscoveryPolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy%2Did}", pathParameters) { } /// - /// Instantiates a new HomeRealmDiscoveryPolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public HomeRealmDiscoveryPolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy%2Did}", rawUrl) { diff --git a/src/generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Item/Ref/RefRequestBuilder.cs b/src/generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Item/Ref/RefRequestBuilder.cs index d1f0382e18..9da7d30d26 100644 --- a/src/generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a homeRealmDiscoveryPolicy from a servicePrincipal. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a homeRealmDiscoveryPolicy from a servicePrincipal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{se /// /// Remove a homeRealmDiscoveryPolicy from a servicePrincipal. /// + /// 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/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Ref/RefRequestBuilder.cs b/src/generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Ref/RefRequestBuilder.cs index 0eb929033e..ee722a9624 100644 --- a/src/generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Ref/RefRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/HomeRealmDiscoveryPolicies/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove a homeRealmDiscoveryPolicy from a servicePrincipal. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a homeRealmDiscoveryPolicy from a servicePrincipal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0"; @@ -148,6 +150,7 @@ public Command BuildGetCommand() { /// Assign a homeRealmDiscoveryPolicy to a servicePrincipal. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Assign a homeRealmDiscoveryPolicy to a servicePrincipal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-1.0"; @@ -185,20 +188,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/homeRealmDiscoveryPolicies/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/homeRealmDiscoveryPolicies/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/homeRealmDiscoveryPolicies/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/homeRealmDiscoveryPolicies/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove a homeRealmDiscoveryPolicy from a servicePrincipal. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -207,7 +211,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/homeRealmDiscoveryPolicies/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -215,6 +219,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Assign a homeRealmDiscoveryPolicy to a servicePrincipal. /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/servicePrincipals/{servicePrincipal%2Did}/homeRealmDiscoveryPolicies/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/MemberOf/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/MemberOf/Count/CountRequestBuilder.cs index acab8c1a6b..1600c7d088 100644 --- a/src/generated/ServicePrincipals/Item/MemberOf/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/MemberOf/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"; @@ -66,13 +67,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}/servicePrincipals/{servicePrincipal%2Did}/memberOf/$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}/servicePrincipals/{servicePrincipal%2Did}/memberOf/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index 3e09381c16..5aa87eab30 100644 --- a/src/generated/ServicePrincipals/Item/MemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/MemberOf/GraphAdministrativeUnit/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"; @@ -66,13 +67,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}/servicePrincipals/{servicePrincipal%2Did}/memberOf/graph.administrativeUnit/$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}/servicePrincipals/{servicePrincipal%2Did}/memberOf/graph.administrativeUnit/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/generated/ServicePrincipals/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index 37d6e07ed0..58b5210e13 100644 --- a/src/generated/ServicePrincipals/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/MemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphAdministrativeUnitRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAdministrativeUnitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/memberOf/graph.administrativeUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/memberOf/graph.administrativeUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/s /// /// Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection /// + /// 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/ServicePrincipals/Item/MemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/MemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs index fc05caed0e..f7ce3140b7 100644 --- a/src/generated/ServicePrincipals/Item/MemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/MemberOf/GraphDirectoryRole/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"; @@ -66,13 +67,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}/servicePrincipals/{servicePrincipal%2Did}/memberOf/graph.directoryRole/$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}/servicePrincipals/{servicePrincipal%2Did}/memberOf/graph.directoryRole/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/MemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs b/src/generated/ServicePrincipals/Item/MemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs index cbe28d7974..16bbd6e85d 100644 --- a/src/generated/ServicePrincipals/Item/MemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/MemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphDirectoryRoleRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.directoryRole in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.directoryRole in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphDirectoryRoleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphDirectoryRoleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/memberOf/graph.directoryRole{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphDirectoryRoleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphDirectoryRoleRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/memberOf/graph.directoryRole{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphDirectoryRoleRequestBuilder(string rawUrl) : base("{+baseurl}/servic /// /// Get the items of type microsoft.graph.directoryRole in the microsoft.graph.directoryObject collection /// + /// 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/ServicePrincipals/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs index 209641da45..14804f9418 100644 --- a/src/generated/ServicePrincipals/Item/MemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/MemberOf/GraphGroup/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"; @@ -66,13 +67,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}/servicePrincipals/{servicePrincipal%2Did}/memberOf/graph.group/$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}/servicePrincipals/{servicePrincipal%2Did}/memberOf/graph.group/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/ServicePrincipals/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs index 63d6bcbbb1..28230fdafb 100644 --- a/src/generated/ServicePrincipals/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/MemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/memberOf/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/memberOf/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincip /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// 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/ServicePrincipals/Item/MemberOf/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/MemberOf/Item/DirectoryObjectItemRequestBuilder.cs index 4f975cbfab..d8c4b3ef6f 100644 --- a/src/generated/ServicePrincipals/Item/MemberOf/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/MemberOf/Item/DirectoryObjectItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Roles that this service principal is a member of. HTTP Methods: GET Read-only. Nullable. Supports $expand. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Roles that this service principal is a member of. HTTP Methods: GET Read-only. Nullable. Supports $expand."; @@ -88,6 +89,7 @@ public Command BuildGetCommand() { /// /// Casts the previous resource to administrativeUnit. /// + /// A public Command BuildGraphAdministrativeUnitByIdNavCommand() { var command = new Command("graph-administrative-unit-by-id"); command.Description = "Casts the previous resource to administrativeUnit."; @@ -103,6 +105,7 @@ public Command BuildGraphAdministrativeUnitByIdNavCommand() { /// /// Casts the previous resource to directoryRole. /// + /// A public Command BuildGraphDirectoryRoleByIdNavCommand() { var command = new Command("graph-directory-role-by-id"); command.Description = "Casts the previous resource to directoryRole."; @@ -118,6 +121,7 @@ public Command BuildGraphDirectoryRoleByIdNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupByIdNavCommand() { var command = new Command("graph-group-by-id"); command.Description = "Casts the previous resource to group."; @@ -131,13 +135,13 @@ public Command BuildGraphGroupByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/memberOf/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/memberOf/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -145,6 +149,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/servi /// /// Roles that this service principal is a member of. HTTP Methods: GET Read-only. Nullable. Supports $expand. /// + /// 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/ServicePrincipals/Item/MemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/generated/ServicePrincipals/Item/MemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index 7f3a8bf0d9..3465eed70f 100644 --- a/src/generated/ServicePrincipals/Item/MemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/MemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphAdministrativeUnitRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAdministrativeUnitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/memberOf/{directoryObject%2Did}/graph.administrativeUnit{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/memberOf/{directoryObject%2Did}/graph.administrativeUnit{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/s /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit /// + /// 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/ServicePrincipals/Item/MemberOf/Item/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs b/src/generated/ServicePrincipals/Item/MemberOf/Item/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs index 37c6174cb7..89bdc672b1 100644 --- a/src/generated/ServicePrincipals/Item/MemberOf/Item/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/MemberOf/Item/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphDirectoryRoleRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.directoryRole /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.directoryRole"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphDirectoryRoleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphDirectoryRoleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/memberOf/{directoryObject%2Did}/graph.directoryRole{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphDirectoryRoleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphDirectoryRoleRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/memberOf/{directoryObject%2Did}/graph.directoryRole{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphDirectoryRoleRequestBuilder(string rawUrl) : base("{+baseurl}/servic /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.directoryRole /// + /// 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/ServicePrincipals/Item/MemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/ServicePrincipals/Item/MemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs index bb5eb05fd8..5861d5986f 100644 --- a/src/generated/ServicePrincipals/Item/MemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/MemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.group"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/memberOf/{directoryObject%2Did}/graph.group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/memberOf/{directoryObject%2Did}/graph.group{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincip /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// 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/ServicePrincipals/Item/MemberOf/MemberOfRequestBuilder.cs b/src/generated/ServicePrincipals/Item/MemberOf/MemberOfRequestBuilder.cs index 370e1a689e..1b0e95f170 100644 --- a/src/generated/ServicePrincipals/Item/MemberOf/MemberOfRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/MemberOf/MemberOfRequestBuilder.cs @@ -27,6 +27,7 @@ public class MemberOfRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the memberOf property of the microsoft.graph.servicePrincipal entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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() { /// /// Casts the previous resource to administrativeUnit. /// + /// A public Command BuildGraphAdministrativeUnitNavCommand() { var command = new Command("graph-administrative-unit"); command.Description = "Casts the previous resource to administrativeUnit."; @@ -76,6 +79,7 @@ public Command BuildGraphAdministrativeUnitNavCommand() { /// /// Casts the previous resource to directoryRole. /// + /// A public Command BuildGraphDirectoryRoleNavCommand() { var command = new Command("graph-directory-role"); command.Description = "Casts the previous resource to directoryRole."; @@ -97,6 +101,7 @@ public Command BuildGraphDirectoryRoleNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupNavCommand() { var command = new Command("graph-group"); command.Description = "Casts the previous resource to group."; @@ -119,6 +124,7 @@ public Command BuildGraphGroupNavCommand() { /// Roles that this service principal is a member of. HTTP Methods: GET Read-only. Nullable. Supports $expand. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Roles that this service principal is a member of. HTTP Methods: GET Read-only. Nullable. Supports $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-1.0"; @@ -222,13 +228,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new MemberOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MemberOfRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/memberOf{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new MemberOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MemberOfRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/memberOf{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -236,6 +242,7 @@ public MemberOfRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipal /// /// Roles that this service principal is a member of. HTTP Methods: GET Read-only. Nullable. Supports $expand. /// + /// 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/ServicePrincipals/Item/Oauth2PermissionGrants/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Oauth2PermissionGrants/Count/CountRequestBuilder.cs index 1109753399..a8f42b94fe 100644 --- a/src/generated/ServicePrincipals/Item/Oauth2PermissionGrants/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Oauth2PermissionGrants/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}/servicePrincipals/{servicePrincipal%2Did}/oauth2PermissionGrants/$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}/servicePrincipals/{servicePrincipal%2Did}/oauth2PermissionGrants/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/Oauth2PermissionGrants/Item/OAuth2PermissionGrantItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Oauth2PermissionGrants/Item/OAuth2PermissionGrantItemRequestBuilder.cs index d980a7972c..1df815828e 100644 --- a/src/generated/ServicePrincipals/Item/Oauth2PermissionGrants/Item/OAuth2PermissionGrantItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Oauth2PermissionGrants/Item/OAuth2PermissionGrantItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class OAuth2PermissionGrantItemRequestBuilder : BaseCliRequestBuilder { /// /// Delegated permission grants authorizing this service principal to access an API on behalf of a signed-in user. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Delegated permission grants authorizing this service principal to access an API on behalf of a signed-in user. Read-only. Nullable."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new OAuth2PermissionGrantItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OAuth2PermissionGrantItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/oauth2PermissionGrants/{oAuth2PermissionGrant%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OAuth2PermissionGrantItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OAuth2PermissionGrantItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/oauth2PermissionGrants/{oAuth2PermissionGrant%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public OAuth2PermissionGrantItemRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Delegated permission grants authorizing this service principal to access an API on behalf of a signed-in user. Read-only. Nullable. /// + /// 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/ServicePrincipals/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs index d9fa9f6a2a..90f537958f 100644 --- a/src/generated/ServicePrincipals/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Oauth2PermissionGrants/Oauth2PermissionGrantsRequestBuilder.cs @@ -24,6 +24,7 @@ public class Oauth2PermissionGrantsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.servicePrincipal entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new OAuth2PermissionGrantItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Retrieve a list of oAuth2PermissionGrant entities, representing delegated permissions granted to the service principal (representing the client application) to access an API on behalf of a user. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of oAuth2PermissionGrant entities, representing delegated permissions granted to the service principal (representing the client application) to access an API on behalf of a user.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0"; @@ -145,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new Oauth2PermissionGrantsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public Oauth2PermissionGrantsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/oauth2PermissionGrants{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new Oauth2PermissionGrantsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public Oauth2PermissionGrantsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/oauth2PermissionGrants{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public Oauth2PermissionGrantsRequestBuilder(string rawUrl) : base("{+baseurl}/se /// /// Retrieve a list of oAuth2PermissionGrant entities, representing delegated permissions granted to the service principal (representing the client application) to access an API on behalf of a user. /// + /// 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/ServicePrincipals/Item/OwnedObjects/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/OwnedObjects/Count/CountRequestBuilder.cs index c000e8fc72..c3f1d75c24 100644 --- a/src/generated/ServicePrincipals/Item/OwnedObjects/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/OwnedObjects/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}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/$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}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/OwnedObjects/GraphAppRoleAssignment/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphAppRoleAssignment/Count/CountRequestBuilder.cs index a30e84b14c..d8ae523e94 100644 --- a/src/generated/ServicePrincipals/Item/OwnedObjects/GraphAppRoleAssignment/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphAppRoleAssignment/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}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.appRoleAssignment/$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}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.appRoleAssignment/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/OwnedObjects/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs index b9901564a1..fc22c72322 100644 --- a/src/generated/ServicePrincipals/Item/OwnedObjects/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphAppRoleAssignmentRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection"; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAppRoleAssignmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.appRoleAssignment{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.appRoleAssignment{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/se /// /// Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection /// + /// 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/ServicePrincipals/Item/OwnedObjects/GraphApplication/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphApplication/Count/CountRequestBuilder.cs index 28814960bb..ad2c4c5a9d 100644 --- a/src/generated/ServicePrincipals/Item/OwnedObjects/GraphApplication/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphApplication/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}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.application/$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}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.application/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/OwnedObjects/GraphApplication/GraphApplicationRequestBuilder.cs b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphApplication/GraphApplicationRequestBuilder.cs index 408f16dc9f..b6189fcd84 100644 --- a/src/generated/ServicePrincipals/Item/OwnedObjects/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphApplication/GraphApplicationRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphApplicationRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection"; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphApplicationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.application{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.application{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/serviceP /// /// Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection /// + /// 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/ServicePrincipals/Item/OwnedObjects/GraphEndpoint/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphEndpoint/Count/CountRequestBuilder.cs index 6c0c712660..337bd4ed2f 100644 --- a/src/generated/ServicePrincipals/Item/OwnedObjects/GraphEndpoint/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphEndpoint/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}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.endpoint/$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}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.endpoint/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/OwnedObjects/GraphEndpoint/GraphEndpointRequestBuilder.cs b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphEndpoint/GraphEndpointRequestBuilder.cs index 3f749f7785..c5d08de1ed 100644 --- a/src/generated/ServicePrincipals/Item/OwnedObjects/GraphEndpoint/GraphEndpointRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphEndpoint/GraphEndpointRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphEndpointRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection"; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphEndpointRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.endpoint{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.endpoint{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrin /// /// Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection /// + /// 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/ServicePrincipals/Item/OwnedObjects/GraphGroup/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphGroup/Count/CountRequestBuilder.cs index 4ce16f13f8..5127eb1da7 100644 --- a/src/generated/ServicePrincipals/Item/OwnedObjects/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphGroup/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}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.group/$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}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.group/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/OwnedObjects/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphGroup/GraphGroupRequestBuilder.cs index 311e3a5fdb..00cddfd27c 100644 --- a/src/generated/ServicePrincipals/Item/OwnedObjects/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphGroup/GraphGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection"; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincip /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// 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/ServicePrincipals/Item/OwnedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs index 7e11c5f127..b295c4707a 100644 --- a/src/generated/ServicePrincipals/Item/OwnedObjects/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphServicePrincipal/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}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.servicePrincipal/$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}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.servicePrincipal/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/OwnedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index 5111eb5375..7e6cb8d218 100644 --- a/src/generated/ServicePrincipals/Item/OwnedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/OwnedObjects/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection"; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/ser /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// 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/ServicePrincipals/Item/OwnedObjects/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/OwnedObjects/Item/DirectoryObjectItemRequestBuilder.cs index 5c1d37dd79..87b45a80dc 100644 --- a/src/generated/ServicePrincipals/Item/OwnedObjects/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/OwnedObjects/Item/DirectoryObjectItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Directory objects that are owned by this service principal. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Directory objects that are owned by this service principal. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1)."; @@ -83,6 +84,7 @@ public Command BuildGetCommand() { /// /// Casts the previous resource to application. /// + /// A public Command BuildGraphApplicationByIdNavCommand() { var command = new Command("graph-application-by-id"); command.Description = "Casts the previous resource to application."; @@ -98,6 +100,7 @@ public Command BuildGraphApplicationByIdNavCommand() { /// /// Casts the previous resource to appRoleAssignment. /// + /// A public Command BuildGraphAppRoleAssignmentByIdNavCommand() { var command = new Command("graph-app-role-assignment-by-id"); command.Description = "Casts the previous resource to appRoleAssignment."; @@ -113,6 +116,7 @@ public Command BuildGraphAppRoleAssignmentByIdNavCommand() { /// /// Casts the previous resource to endpoint. /// + /// A public Command BuildGraphEndpointByIdNavCommand() { var command = new Command("graph-endpoint-by-id"); command.Description = "Casts the previous resource to endpoint."; @@ -128,6 +132,7 @@ public Command BuildGraphEndpointByIdNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupByIdNavCommand() { var command = new Command("graph-group-by-id"); command.Description = "Casts the previous resource to group."; @@ -143,6 +148,7 @@ public Command BuildGraphGroupByIdNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalByIdNavCommand() { var command = new Command("graph-service-principal-by-id"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -156,13 +162,13 @@ public Command BuildGraphServicePrincipalByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -170,6 +176,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/servi /// /// Directory objects that are owned by this service principal. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). /// + /// 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/ServicePrincipals/Item/OwnedObjects/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs b/src/generated/ServicePrincipals/Item/OwnedObjects/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs index d8e5443f58..1fea0d84d5 100644 --- a/src/generated/ServicePrincipals/Item/OwnedObjects/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/OwnedObjects/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphAppRoleAssignmentRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment"; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAppRoleAssignmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/{directoryObject%2Did}/graph.appRoleAssignment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/{directoryObject%2Did}/graph.appRoleAssignment{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/se /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment /// + /// 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/ServicePrincipals/Item/OwnedObjects/Item/GraphApplication/GraphApplicationRequestBuilder.cs b/src/generated/ServicePrincipals/Item/OwnedObjects/Item/GraphApplication/GraphApplicationRequestBuilder.cs index 655c3d26ae..d4d48b277d 100644 --- a/src/generated/ServicePrincipals/Item/OwnedObjects/Item/GraphApplication/GraphApplicationRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/OwnedObjects/Item/GraphApplication/GraphApplicationRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphApplicationRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.application /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.application"; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphApplicationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/{directoryObject%2Did}/graph.application{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphApplicationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/{directoryObject%2Did}/graph.application{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public GraphApplicationRequestBuilder(string rawUrl) : base("{+baseurl}/serviceP /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.application /// + /// 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/ServicePrincipals/Item/OwnedObjects/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs b/src/generated/ServicePrincipals/Item/OwnedObjects/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs index 80b11a940e..7b48a52e2e 100644 --- a/src/generated/ServicePrincipals/Item/OwnedObjects/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/OwnedObjects/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphEndpointRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint"; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphEndpointRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/{directoryObject%2Did}/graph.endpoint{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/{directoryObject%2Did}/graph.endpoint{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrin /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint /// + /// 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/ServicePrincipals/Item/OwnedObjects/Item/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/ServicePrincipals/Item/OwnedObjects/Item/GraphGroup/GraphGroupRequestBuilder.cs index 9a6ca31ffd..058c83624f 100644 --- a/src/generated/ServicePrincipals/Item/OwnedObjects/Item/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/OwnedObjects/Item/GraphGroup/GraphGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.group"; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/{directoryObject%2Did}/graph.group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/{directoryObject%2Did}/graph.group{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincip /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// 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/ServicePrincipals/Item/OwnedObjects/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/ServicePrincipals/Item/OwnedObjects/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index b0f0a0e73e..6d68f4a4ec 100644 --- a/src/generated/ServicePrincipals/Item/OwnedObjects/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/OwnedObjects/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal"; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/ser /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// 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/ServicePrincipals/Item/OwnedObjects/OwnedObjectsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/OwnedObjects/OwnedObjectsRequestBuilder.cs index b78f03dbfa..1b567b8254 100644 --- a/src/generated/ServicePrincipals/Item/OwnedObjects/OwnedObjectsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/OwnedObjects/OwnedObjectsRequestBuilder.cs @@ -29,6 +29,7 @@ public class OwnedObjectsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the ownedObjects property of the microsoft.graph.servicePrincipal entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -44,6 +45,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."; @@ -59,6 +61,7 @@ public Command BuildCountNavCommand() { /// /// Casts the previous resource to application. /// + /// A public Command BuildGraphApplicationNavCommand() { var command = new Command("graph-application"); command.Description = "Casts the previous resource to application."; @@ -80,6 +83,7 @@ public Command BuildGraphApplicationNavCommand() { /// /// Casts the previous resource to appRoleAssignment. /// + /// A public Command BuildGraphAppRoleAssignmentNavCommand() { var command = new Command("graph-app-role-assignment"); command.Description = "Casts the previous resource to appRoleAssignment."; @@ -101,6 +105,7 @@ public Command BuildGraphAppRoleAssignmentNavCommand() { /// /// Casts the previous resource to endpoint. /// + /// A public Command BuildGraphEndpointNavCommand() { var command = new Command("graph-endpoint"); command.Description = "Casts the previous resource to endpoint."; @@ -122,6 +127,7 @@ public Command BuildGraphEndpointNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupNavCommand() { var command = new Command("graph-group"); command.Description = "Casts the previous resource to group."; @@ -143,6 +149,7 @@ public Command BuildGraphGroupNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalNavCommand() { var command = new Command("graph-service-principal"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -164,6 +171,7 @@ public Command BuildGraphServicePrincipalNavCommand() { /// /// Directory objects that are owned by this service principal. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Directory objects that are owned by this service principal. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1)."; @@ -260,13 +268,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OwnedObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OwnedObjectsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OwnedObjectsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OwnedObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/ownedObjects{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -274,6 +282,7 @@ public OwnedObjectsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrinc /// /// Directory objects that are owned by this service principal. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). /// + /// 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/ServicePrincipals/Item/Owners/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Owners/Count/CountRequestBuilder.cs index 3a42d4737c..b681dc93ba 100644 --- a/src/generated/ServicePrincipals/Item/Owners/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Owners/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"; @@ -66,13 +67,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}/servicePrincipals/{servicePrincipal%2Did}/owners/$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}/servicePrincipals/{servicePrincipal%2Did}/owners/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/Owners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Owners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs index 155358cf02..329ef5c8d2 100644 --- a/src/generated/ServicePrincipals/Item/Owners/GraphAppRoleAssignment/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Owners/GraphAppRoleAssignment/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"; @@ -66,13 +67,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}/servicePrincipals/{servicePrincipal%2Did}/owners/graph.appRoleAssignment/$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}/servicePrincipals/{servicePrincipal%2Did}/owners/graph.appRoleAssignment/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/Owners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Owners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs index 8862069119..ebaa35246e 100644 --- a/src/generated/ServicePrincipals/Item/Owners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Owners/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphAppRoleAssignmentRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAppRoleAssignmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/graph.appRoleAssignment{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/graph.appRoleAssignment{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/se /// /// Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection /// + /// 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/ServicePrincipals/Item/Owners/GraphEndpoint/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Owners/GraphEndpoint/Count/CountRequestBuilder.cs index 0c10f02d04..f08ad2decf 100644 --- a/src/generated/ServicePrincipals/Item/Owners/GraphEndpoint/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Owners/GraphEndpoint/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"; @@ -66,13 +67,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}/servicePrincipals/{servicePrincipal%2Did}/owners/graph.endpoint/$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}/servicePrincipals/{servicePrincipal%2Did}/owners/graph.endpoint/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/Owners/GraphEndpoint/GraphEndpointRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Owners/GraphEndpoint/GraphEndpointRequestBuilder.cs index ae548a4f7e..009bbabac0 100644 --- a/src/generated/ServicePrincipals/Item/Owners/GraphEndpoint/GraphEndpointRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Owners/GraphEndpoint/GraphEndpointRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphEndpointRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphEndpointRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/graph.endpoint{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/graph.endpoint{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrin /// /// Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection /// + /// 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/ServicePrincipals/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs index a205c22643..66c6c926b0 100644 --- a/src/generated/ServicePrincipals/Item/Owners/GraphServicePrincipal/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Owners/GraphServicePrincipal/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"; @@ -66,13 +67,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}/servicePrincipals/{servicePrincipal%2Did}/owners/graph.servicePrincipal/$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}/servicePrincipals/{servicePrincipal%2Did}/owners/graph.servicePrincipal/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index bbf6636b3d..127aa9ec06 100644 --- a/src/generated/ServicePrincipals/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Owners/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/graph.servicePrincipal{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/ser /// /// Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection /// + /// 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/ServicePrincipals/Item/Owners/GraphUser/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Owners/GraphUser/Count/CountRequestBuilder.cs index 81b6d27816..067af8cfa5 100644 --- a/src/generated/ServicePrincipals/Item/Owners/GraphUser/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Owners/GraphUser/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"; @@ -66,13 +67,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}/servicePrincipals/{servicePrincipal%2Did}/owners/graph.user/$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}/servicePrincipals/{servicePrincipal%2Did}/owners/graph.user/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/Owners/GraphUser/GraphUserRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Owners/GraphUser/GraphUserRequestBuilder.cs index 5256d2abb7..88c189c745 100644 --- a/src/generated/ServicePrincipals/Item/Owners/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Owners/GraphUser/GraphUserRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/graph.user{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipa /// /// Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection /// + /// 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/ServicePrincipals/Item/Owners/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Owners/Item/DirectoryObjectItemRequestBuilder.cs index 68772a9261..a2c0614179 100644 --- a/src/generated/ServicePrincipals/Item/Owners/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Owners/Item/DirectoryObjectItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Casts the previous resource to appRoleAssignment. /// + /// A public Command BuildGraphAppRoleAssignmentByIdNavCommand() { var command = new Command("graph-app-role-assignment-by-id"); command.Description = "Casts the previous resource to appRoleAssignment."; @@ -37,6 +38,7 @@ public Command BuildGraphAppRoleAssignmentByIdNavCommand() { /// /// Casts the previous resource to endpoint. /// + /// A public Command BuildGraphEndpointByIdNavCommand() { var command = new Command("graph-endpoint-by-id"); command.Description = "Casts the previous resource to endpoint."; @@ -52,6 +54,7 @@ public Command BuildGraphEndpointByIdNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalByIdNavCommand() { var command = new Command("graph-service-principal-by-id"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -67,6 +70,7 @@ public Command BuildGraphServicePrincipalByIdNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserByIdNavCommand() { var command = new Command("graph-user-by-id"); command.Description = "Casts the previous resource to user."; @@ -82,6 +86,7 @@ public Command BuildGraphUserByIdNavCommand() { /// /// Provides operations to manage the collection of servicePrincipal entities. /// + /// A public Command BuildRefByIdNavCommand() { var command = new Command("ref-by-id"); command.Description = "Provides operations to manage the collection of servicePrincipal entities."; @@ -95,13 +100,13 @@ public Command BuildRefByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/{directoryObject%2Did}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/{directoryObject%2Did}", rawUrl) { diff --git a/src/generated/ServicePrincipals/Item/Owners/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Owners/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs index 70d07811ae..14ca833d78 100644 --- a/src/generated/ServicePrincipals/Item/Owners/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Owners/Item/GraphAppRoleAssignment/GraphAppRoleAssignmentRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphAppRoleAssignmentRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAppRoleAssignmentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/{directoryObject%2Did}/graph.appRoleAssignment{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphAppRoleAssignmentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/{directoryObject%2Did}/graph.appRoleAssignment{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphAppRoleAssignmentRequestBuilder(string rawUrl) : base("{+baseurl}/se /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment /// + /// 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/ServicePrincipals/Item/Owners/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Owners/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs index 3307b8e58f..ccc4823826 100644 --- a/src/generated/ServicePrincipals/Item/Owners/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Owners/Item/GraphEndpoint/GraphEndpointRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphEndpointRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphEndpointRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/{directoryObject%2Did}/graph.endpoint{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphEndpointRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/{directoryObject%2Did}/graph.endpoint{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphEndpointRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrin /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint /// + /// 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/ServicePrincipals/Item/Owners/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Owners/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs index ecb96f9d75..040e2df92a 100644 --- a/src/generated/ServicePrincipals/Item/Owners/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Owners/Item/GraphServicePrincipal/GraphServicePrincipalRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphServicePrincipalRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphServicePrincipalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphServicePrincipalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/{directoryObject%2Did}/graph.servicePrincipal{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphServicePrincipalRequestBuilder(string rawUrl) : base("{+baseurl}/ser /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal /// + /// 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/ServicePrincipals/Item/Owners/Item/GraphUser/GraphUserRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Owners/Item/GraphUser/GraphUserRequestBuilder.cs index ce8310279e..b05bc47ca7 100644 --- a/src/generated/ServicePrincipals/Item/Owners/Item/GraphUser/GraphUserRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Owners/Item/GraphUser/GraphUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphUserRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.user"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/{directoryObject%2Did}/graph.user{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/{directoryObject%2Did}/graph.user{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphUserRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipa /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.user /// + /// 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/ServicePrincipals/Item/Owners/Item/Ref/RefRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Owners/Item/Ref/RefRequestBuilder.cs index 466d9ef46d..2801ce438c 100644 --- a/src/generated/ServicePrincipals/Item/Owners/Item/Ref/RefRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Owners/Item/Ref/RefRequestBuilder.cs @@ -22,6 +22,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildDeleteCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/{directoryObject%2Did}/$ref", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RefRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/{directoryObject%2Did}/$ref", rawUrl) { @@ -73,6 +74,7 @@ public RefRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{se /// /// Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners. /// + /// 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/ServicePrincipals/Item/Owners/OwnersRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Owners/OwnersRequestBuilder.cs index f32a0b45b7..73d22032c5 100644 --- a/src/generated/ServicePrincipals/Item/Owners/OwnersRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Owners/OwnersRequestBuilder.cs @@ -29,6 +29,7 @@ public class OwnersRequestBuilder : BaseCliRequestBuilder { /// /// Gets an item from the ApiSdk.servicePrincipals.item.owners.item collection /// + /// A , List>"> public Tuple, List> BuildCommand() { var commands = new List(); var builder = new DirectoryObjectItemRequestBuilder(PathParameters); @@ -42,6 +43,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// /// Casts the previous resource to appRoleAssignment. /// + /// A public Command BuildGraphAppRoleAssignmentNavCommand() { var command = new Command("graph-app-role-assignment"); command.Description = "Casts the previous resource to appRoleAssignment."; @@ -78,6 +81,7 @@ public Command BuildGraphAppRoleAssignmentNavCommand() { /// /// Casts the previous resource to endpoint. /// + /// A public Command BuildGraphEndpointNavCommand() { var command = new Command("graph-endpoint"); command.Description = "Casts the previous resource to endpoint."; @@ -99,6 +103,7 @@ public Command BuildGraphEndpointNavCommand() { /// /// Casts the previous resource to servicePrincipal. /// + /// A public Command BuildGraphServicePrincipalNavCommand() { var command = new Command("graph-service-principal"); command.Description = "Casts the previous resource to servicePrincipal."; @@ -120,6 +125,7 @@ public Command BuildGraphServicePrincipalNavCommand() { /// /// Casts the previous resource to user. /// + /// A public Command BuildGraphUserNavCommand() { var command = new Command("graph-user"); command.Description = "Casts the previous resource to user."; @@ -142,6 +148,7 @@ public Command BuildGraphUserNavCommand() { /// Directory objects that are owners of this servicePrincipal. The owners are a set of non-admin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Directory objects that are owners of this servicePrincipal. The owners are a set of non-admin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0"; @@ -247,6 +254,7 @@ public Command BuildListCommand() { /// /// Provides operations to manage the collection of servicePrincipal entities. /// + /// A public Command BuildRefNavCommand() { var command = new Command("ref"); command.Description = "Provides operations to manage the collection of servicePrincipal entities."; @@ -262,13 +270,13 @@ public Command BuildRefNavCommand() { return command; } /// - /// Instantiates a new OwnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OwnersRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OwnersRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OwnersRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -276,6 +284,7 @@ public OwnersRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/ /// /// Directory objects that are owners of this servicePrincipal. The owners are a set of non-admin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand. /// + /// 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/ServicePrincipals/Item/Owners/Ref/RefRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Owners/Ref/RefRequestBuilder.cs index 5829c8d2ca..867bc50157 100644 --- a/src/generated/ServicePrincipals/Item/Owners/Ref/RefRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Owners/Ref/RefRequestBuilder.cs @@ -23,6 +23,7 @@ public class RefRequestBuilder : BaseCliRequestBuilder { /// Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Directory objects that are owners of this servicePrincipal. The owners are a set of non-admin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Directory objects that are owners of this servicePrincipal. The owners are a set of non-admin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0"; @@ -155,6 +157,7 @@ public Command BuildGetCommand() { /// Use this API to add an owner for the servicePrincipal. Service principal owners can be users, the service principal itself, or other service principals. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Use this API to add an owner for the servicePrincipal. Service principal owners can be users, the service principal itself, or other service principals.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0"; @@ -192,20 +195,21 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { + public RefRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RefRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public RefRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { + public RefRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}", rawUrl) { } /// /// Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,7 +218,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/owners/$ref?@id={%40id}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -222,6 +226,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Directory objects that are owners of this servicePrincipal. The owners are a set of non-admin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -238,6 +243,7 @@ public RequestInformation ToGetRequestInformation(Action /// Use this API to add an owner for the servicePrincipal. Service principal owners can be users, the service principal itself, or other service principals. /// + /// 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 @@ -248,7 +254,7 @@ public RequestInformation ToPostRequestInformation(ReferenceCreate body, Action< public RequestInformation ToPostRequestInformation(ReferenceCreate 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}/servicePrincipals/{servicePrincipal%2Did}/owners/$ref", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/RemoteDesktopSecurityConfigurationRequestBuilder.cs b/src/generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/RemoteDesktopSecurityConfigurationRequestBuilder.cs index ad31314770..170f3d175f 100644 --- a/src/generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/RemoteDesktopSecurityConfigurationRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/RemoteDesktopSecurityConfigurationRequestBuilder.cs @@ -24,6 +24,7 @@ public class RemoteDesktopSecurityConfigurationRequestBuilder : BaseCliRequestBu /// Delete a remoteDesktopSecurityConfiguration object on a servicePrincipal. Removing remoteDesktopSecurityConfiguration object on the servicePrincipal disables the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices, and removes any target device groups that you configured for SSO. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a remoteDesktopSecurityConfiguration object on a servicePrincipal. Removing remoteDesktopSecurityConfiguration object on the servicePrincipal disables the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices, and removes any target device groups that you configured for SSO.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-1.0"; @@ -58,6 +59,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a remoteDesktopSecurityConfiguration object on a servicePrincipal. Use this configuration to view the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices. Additionally you can view any targetDeviceGroups that have been configured for SSO. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a remoteDesktopSecurityConfiguration object on a servicePrincipal. Use this configuration to view the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices. Additionally you can view any targetDeviceGroups that have been configured for SSO.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-1.0"; @@ -109,6 +111,7 @@ public Command BuildGetCommand() { /// Update the properties of a remoteDesktopSecurityConfiguration object on the servicePrincipal. Use this configuration to enable or disable the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a remoteDesktopSecurityConfiguration object on the servicePrincipal. Use this configuration to enable or disable the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-1.0"; @@ -158,6 +161,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the targetDeviceGroups property of the microsoft.graph.remoteDesktopSecurityConfiguration entity. /// + /// A public Command BuildTargetDeviceGroupsNavCommand() { var command = new Command("target-device-groups"); command.Description = "Provides operations to manage the targetDeviceGroups property of the microsoft.graph.remoteDesktopSecurityConfiguration entity."; @@ -181,13 +185,13 @@ public Command BuildTargetDeviceGroupsNavCommand() { return command; } /// - /// Instantiates a new RemoteDesktopSecurityConfigurationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RemoteDesktopSecurityConfigurationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/remoteDesktopSecurityConfiguration{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RemoteDesktopSecurityConfigurationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RemoteDesktopSecurityConfigurationRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/remoteDesktopSecurityConfiguration{?%24expand,%24select}", rawUrl) { @@ -195,6 +199,7 @@ public RemoteDesktopSecurityConfigurationRequestBuilder(string rawUrl) : base("{ /// /// Delete a remoteDesktopSecurityConfiguration object on a servicePrincipal. Removing remoteDesktopSecurityConfiguration object on the servicePrincipal disables the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices, and removes any target device groups that you configured for SSO. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -203,7 +208,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/remoteDesktopSecurityConfiguration", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -211,6 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a remoteDesktopSecurityConfiguration object on a servicePrincipal. Use this configuration to view the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices. Additionally you can view any targetDeviceGroups that have been configured for SSO. /// + /// 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 +233,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a remoteDesktopSecurityConfiguration object on the servicePrincipal. Use this configuration to enable or disable the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices. /// + /// 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 +244,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.RemoteDesktopS public RequestInformation ToPatchRequestInformation(ApiSdk.Models.RemoteDesktopSecurityConfiguration 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}/servicePrincipals/{servicePrincipal%2Did}/remoteDesktopSecurityConfiguration", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/Count/CountRequestBuilder.cs index 5f169ecdab..a73c953793 100644 --- a/src/generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/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}/servicePrincipals/{servicePrincipal%2Did}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$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}/servicePrincipals/{servicePrincipal%2Did}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/Item/TargetDeviceGroupItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/Item/TargetDeviceGroupItemRequestBuilder.cs index f663fd7985..b094463351 100644 --- a/src/generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/Item/TargetDeviceGroupItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/Item/TargetDeviceGroupItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class TargetDeviceGroupItemRequestBuilder : BaseCliRequestBuilder { /// Delete a targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. Any user authenticating using the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to a Microsoft Entra joined or Microsoft Entra hybrid joined device that's in the removed targetDeviceGroup doesn't get SSO prompts. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. Any user authenticating using the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to a Microsoft Entra joined or Microsoft Entra hybrid joined device that's in the removed targetDeviceGroup doesn't get SSO prompts.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-1.0"; @@ -63,6 +64,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// Update the properties of a targetDeviceGroup object for remoteDesktopSecurityConfiguration object on the servicePrincipal. You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguraiton object on the servicePrincipal. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a targetDeviceGroup object for remoteDesktopSecurityConfiguration object on the servicePrincipal. You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguraiton object on the servicePrincipal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-1.0"; @@ -173,13 +176,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TargetDeviceGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetDeviceGroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TargetDeviceGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetDeviceGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup%2Did}{?%24expand,%24select}", rawUrl) { @@ -187,6 +190,7 @@ public TargetDeviceGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/ser /// /// Delete a targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. Any user authenticating using the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to a Microsoft Entra joined or Microsoft Entra hybrid joined device that's in the removed targetDeviceGroup doesn't get SSO prompts. /// + /// 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}/servicePrincipals/{servicePrincipal%2Did}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -203,6 +207,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. /// + /// 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 targetDeviceGroup object for remoteDesktopSecurityConfiguration object on the servicePrincipal. You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguraiton object on the servicePrincipal. /// + /// 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(TargetDeviceGroup body, Acti public RequestInformation ToPatchRequestInformation(TargetDeviceGroup 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}/servicePrincipals/{servicePrincipal%2Did}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/TargetDeviceGroupsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/TargetDeviceGroupsRequestBuilder.cs index 52dce91a9e..2f8441f7b4 100644 --- a/src/generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/TargetDeviceGroupsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/RemoteDesktopSecurityConfiguration/TargetDeviceGroups/TargetDeviceGroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TargetDeviceGroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the targetDeviceGroups property of the microsoft.graph.remoteDesktopSecurityConfiguration entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new TargetDeviceGroupItemRequestBuilder(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 targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguraiton object on the servicePrincipal. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguraiton object on the servicePrincipal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-1.0"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// Get a list of the targetDeviceGroup objects and their properties on the remoteDesktopSecurityConfiguration resource on the servicePrincipal. Any user authenticating using the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to a Microsoft Entra joined or Microsoft Entra hybrid joined device that belongs to the targetDeviceGroup will get SSO. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the targetDeviceGroup objects and their properties on the remoteDesktopSecurityConfiguration resource on the servicePrincipal. Any user authenticating using the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to a Microsoft Entra joined or Microsoft Entra hybrid joined device that belongs to the targetDeviceGroup will get SSO.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-1.0"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TargetDeviceGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TargetDeviceGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/remoteDesktopSecurityConfiguration/targetDeviceGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TargetDeviceGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TargetDeviceGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/remoteDesktopSecurityConfiguration/targetDeviceGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public TargetDeviceGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/servic /// /// Get a list of the targetDeviceGroup objects and their properties on the remoteDesktopSecurityConfiguration resource on the servicePrincipal. Any user authenticating using the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to a Microsoft Entra joined or Microsoft Entra hybrid joined device that belongs to the targetDeviceGroup will get SSO. /// + /// 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 targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguraiton object on the servicePrincipal. /// + /// 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(TargetDeviceGroup body, Actio public RequestInformation ToPostRequestInformation(TargetDeviceGroup 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}/servicePrincipals/{servicePrincipal%2Did}/remoteDesktopSecurityConfiguration/targetDeviceGroups", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/RemoveKey/RemoveKeyPostRequestBody.cs b/src/generated/ServicePrincipals/Item/RemoveKey/RemoveKeyPostRequestBody.cs index 8b05a1a84f..13b7e32f11 100644 --- a/src/generated/ServicePrincipals/Item/RemoveKey/RemoveKeyPostRequestBody.cs +++ b/src/generated/ServicePrincipals/Item/RemoveKey/RemoveKeyPostRequestBody.cs @@ -19,7 +19,7 @@ public class RemoveKeyPostRequestBody : IAdditionalDataHolder, IParsable { public string Proof { get; set; } #endif /// - /// Instantiates a new removeKeyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RemoveKeyPostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public RemoveKeyPostRequestBody() { /// /// 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 RemoveKeyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static RemoveKeyPostRequestBody CreateFromDiscriminatorValue(IParseNode p /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"keyId", n => { KeyId = n.GetGuidValue(); } }, diff --git a/src/generated/ServicePrincipals/Item/RemoveKey/RemoveKeyRequestBuilder.cs b/src/generated/ServicePrincipals/Item/RemoveKey/RemoveKeyRequestBuilder.cs index 6c3544508a..f5d6926728 100644 --- a/src/generated/ServicePrincipals/Item/RemoveKey/RemoveKeyRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/RemoveKey/RemoveKeyRequestBuilder.cs @@ -22,6 +22,7 @@ public class RemoveKeyRequestBuilder : BaseCliRequestBuilder { /// Remove a key credential from a servicePrincipal. This method along with addKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Remove a key credential from a servicePrincipal. This method along with addKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RemoveKeyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RemoveKeyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/removeKey", pathParameters) { } /// - /// Instantiates a new RemoveKeyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RemoveKeyRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/removeKey", rawUrl) { @@ -73,6 +74,7 @@ public RemoveKeyRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipa /// /// Remove a key credential from a servicePrincipal. This method along with addKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. /// + /// 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/ServicePrincipals/Item/RemovePassword/RemovePasswordPostRequestBody.cs b/src/generated/ServicePrincipals/Item/RemovePassword/RemovePasswordPostRequestBody.cs index ec96c47184..50f23970b6 100644 --- a/src/generated/ServicePrincipals/Item/RemovePassword/RemovePasswordPostRequestBody.cs +++ b/src/generated/ServicePrincipals/Item/RemovePassword/RemovePasswordPostRequestBody.cs @@ -11,7 +11,7 @@ public class RemovePasswordPostRequestBody : IAdditionalDataHolder, IParsable { /// The keyId property public Guid? KeyId { get; set; } /// - /// Instantiates a new removePasswordPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RemovePasswordPostRequestBody() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public RemovePasswordPostRequestBody() { /// /// 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 RemovePasswordPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static RemovePasswordPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"keyId", n => { KeyId = n.GetGuidValue(); } }, diff --git a/src/generated/ServicePrincipals/Item/RemovePassword/RemovePasswordRequestBuilder.cs b/src/generated/ServicePrincipals/Item/RemovePassword/RemovePasswordRequestBuilder.cs index dd6fbaa01c..3f9239528c 100644 --- a/src/generated/ServicePrincipals/Item/RemovePassword/RemovePasswordRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/RemovePassword/RemovePasswordRequestBuilder.cs @@ -22,6 +22,7 @@ public class RemovePasswordRequestBuilder : BaseCliRequestBuilder { /// Remove a password from a servicePrincipal object. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Remove a password from a servicePrincipal object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RemovePasswordRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RemovePasswordRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/removePassword", pathParameters) { } /// - /// Instantiates a new RemovePasswordRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RemovePasswordRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/removePassword", rawUrl) { @@ -73,6 +74,7 @@ public RemovePasswordRequestBuilder(string rawUrl) : base("{+baseurl}/servicePri /// /// Remove a password from a servicePrincipal 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 diff --git a/src/generated/ServicePrincipals/Item/Restore/RestoreRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Restore/RestoreRequestBuilder.cs index d64e4e38d1..dada192d64 100644 --- a/src/generated/ServicePrincipals/Item/Restore/RestoreRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Restore/RestoreRequestBuilder.cs @@ -23,6 +23,7 @@ public class RestoreRequestBuilder : BaseCliRequestBuilder { /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0"; @@ -57,13 +58,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/restore", pathParameters) { } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/restore", rawUrl) { @@ -71,6 +72,7 @@ public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals /// /// Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted. /// + /// 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/ServicePrincipals/Item/ServicePrincipalItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/ServicePrincipalItemRequestBuilder.cs index d489b956d5..ff40860cc5 100644 --- a/src/generated/ServicePrincipals/Item/ServicePrincipalItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/ServicePrincipalItemRequestBuilder.cs @@ -50,6 +50,7 @@ public class ServicePrincipalItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the addKey method. /// + /// A public Command BuildAddKeyNavCommand() { var command = new Command("add-key"); command.Description = "Provides operations to call the addKey method."; @@ -65,6 +66,7 @@ public Command BuildAddKeyNavCommand() { /// /// Provides operations to call the addPassword method. /// + /// A public Command BuildAddPasswordNavCommand() { var command = new Command("add-password"); command.Description = "Provides operations to call the addPassword method."; @@ -80,6 +82,7 @@ public Command BuildAddPasswordNavCommand() { /// /// Provides operations to call the addTokenSigningCertificate method. /// + /// A public Command BuildAddTokenSigningCertificateNavCommand() { var command = new Command("add-token-signing-certificate"); command.Description = "Provides operations to call the addTokenSigningCertificate method."; @@ -95,6 +98,7 @@ public Command BuildAddTokenSigningCertificateNavCommand() { /// /// Provides operations to manage the appManagementPolicies property of the microsoft.graph.servicePrincipal entity. /// + /// A public Command BuildAppManagementPoliciesNavCommand() { var command = new Command("app-management-policies"); command.Description = "Provides operations to manage the appManagementPolicies property of the microsoft.graph.servicePrincipal entity."; @@ -119,6 +123,7 @@ public Command BuildAppManagementPoliciesNavCommand() { /// /// Provides operations to manage the appRoleAssignedTo property of the microsoft.graph.servicePrincipal entity. /// + /// A public Command BuildAppRoleAssignedToNavCommand() { var command = new Command("app-role-assigned-to"); command.Description = "Provides operations to manage the appRoleAssignedTo property of the microsoft.graph.servicePrincipal entity."; @@ -144,6 +149,7 @@ public Command BuildAppRoleAssignedToNavCommand() { /// /// Provides operations to manage the appRoleAssignments property of the microsoft.graph.servicePrincipal entity. /// + /// A public Command BuildAppRoleAssignmentsNavCommand() { var command = new Command("app-role-assignments"); command.Description = "Provides operations to manage the appRoleAssignments property of the microsoft.graph.servicePrincipal entity."; @@ -169,6 +175,7 @@ public Command BuildAppRoleAssignmentsNavCommand() { /// /// Provides operations to call the checkMemberGroups method. /// + /// A public Command BuildCheckMemberGroupsNavCommand() { var command = new Command("check-member-groups"); command.Description = "Provides operations to call the checkMemberGroups method."; @@ -184,6 +191,7 @@ public Command BuildCheckMemberGroupsNavCommand() { /// /// Provides operations to call the checkMemberObjects method. /// + /// A public Command BuildCheckMemberObjectsNavCommand() { var command = new Command("check-member-objects"); command.Description = "Provides operations to call the checkMemberObjects method."; @@ -199,6 +207,7 @@ public Command BuildCheckMemberObjectsNavCommand() { /// /// Provides operations to manage the claimsMappingPolicies property of the microsoft.graph.servicePrincipal entity. /// + /// A public Command BuildClaimsMappingPoliciesNavCommand() { var command = new Command("claims-mapping-policies"); command.Description = "Provides operations to manage the claimsMappingPolicies property of the microsoft.graph.servicePrincipal entity."; @@ -224,6 +233,7 @@ public Command BuildClaimsMappingPoliciesNavCommand() { /// /// Provides operations to manage the createdObjects property of the microsoft.graph.servicePrincipal entity. /// + /// A public Command BuildCreatedObjectsNavCommand() { var command = new Command("created-objects"); command.Description = "Provides operations to manage the createdObjects property of the microsoft.graph.servicePrincipal entity."; @@ -249,6 +259,7 @@ public Command BuildCreatedObjectsNavCommand() { /// /// Provides operations to manage the delegatedPermissionClassifications property of the microsoft.graph.servicePrincipal entity. /// + /// A public Command BuildDelegatedPermissionClassificationsNavCommand() { var command = new Command("delegated-permission-classifications"); command.Description = "Provides operations to manage the delegatedPermissionClassifications property of the microsoft.graph.servicePrincipal entity."; @@ -275,6 +286,7 @@ public Command BuildDelegatedPermissionClassificationsNavCommand() { /// Delete a servicePrincipal object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a servicePrincipal object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0"; @@ -308,6 +320,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the endpoints property of the microsoft.graph.servicePrincipal entity. /// + /// A public Command BuildEndpointsNavCommand() { var command = new Command("endpoints"); command.Description = "Provides operations to manage the endpoints property of the microsoft.graph.servicePrincipal entity."; @@ -333,6 +346,7 @@ public Command BuildEndpointsNavCommand() { /// /// Provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.servicePrincipal entity. /// + /// A public Command BuildFederatedIdentityCredentialsNavCommand() { var command = new Command("federated-identity-credentials"); command.Description = "Provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.servicePrincipal entity."; @@ -359,6 +373,7 @@ public Command BuildFederatedIdentityCredentialsNavCommand() { /// Retrieve the properties and relationships of a servicePrincipal object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a servicePrincipal object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0"; @@ -409,6 +424,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the getMemberGroups method. /// + /// A public Command BuildGetMemberGroupsNavCommand() { var command = new Command("get-member-groups"); command.Description = "Provides operations to call the getMemberGroups method."; @@ -424,6 +440,7 @@ public Command BuildGetMemberGroupsNavCommand() { /// /// Provides operations to call the getMemberObjects method. /// + /// A public Command BuildGetMemberObjectsNavCommand() { var command = new Command("get-member-objects"); command.Description = "Provides operations to call the getMemberObjects method."; @@ -439,6 +456,7 @@ public Command BuildGetMemberObjectsNavCommand() { /// /// Provides operations to manage the homeRealmDiscoveryPolicies property of the microsoft.graph.servicePrincipal entity. /// + /// A public Command BuildHomeRealmDiscoveryPoliciesNavCommand() { var command = new Command("home-realm-discovery-policies"); command.Description = "Provides operations to manage the homeRealmDiscoveryPolicies property of the microsoft.graph.servicePrincipal entity."; @@ -464,6 +482,7 @@ public Command BuildHomeRealmDiscoveryPoliciesNavCommand() { /// /// Provides operations to manage the memberOf property of the microsoft.graph.servicePrincipal entity. /// + /// A public Command BuildMemberOfNavCommand() { var command = new Command("member-of"); command.Description = "Provides operations to manage the memberOf property of the microsoft.graph.servicePrincipal entity."; @@ -491,6 +510,7 @@ public Command BuildMemberOfNavCommand() { /// /// Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.servicePrincipal entity. /// + /// A public Command BuildOauth2PermissionGrantsNavCommand() { var command = new Command("oauth2-permission-grants"); command.Description = "Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.servicePrincipal entity."; @@ -515,6 +535,7 @@ public Command BuildOauth2PermissionGrantsNavCommand() { /// /// Provides operations to manage the ownedObjects property of the microsoft.graph.servicePrincipal entity. /// + /// A public Command BuildOwnedObjectsNavCommand() { var command = new Command("owned-objects"); command.Description = "Provides operations to manage the ownedObjects property of the microsoft.graph.servicePrincipal entity."; @@ -544,6 +565,7 @@ public Command BuildOwnedObjectsNavCommand() { /// /// Provides operations to manage the owners property of the microsoft.graph.servicePrincipal entity. /// + /// A public Command BuildOwnersNavCommand() { var command = new Command("owners"); command.Description = "Provides operations to manage the owners property of the microsoft.graph.servicePrincipal entity."; @@ -573,6 +595,7 @@ public Command BuildOwnersNavCommand() { /// /// Update entity in servicePrincipals /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in servicePrincipals"; @@ -622,6 +645,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the remoteDesktopSecurityConfiguration property of the microsoft.graph.servicePrincipal entity. /// + /// A public Command BuildRemoteDesktopSecurityConfigurationNavCommand() { var command = new Command("remote-desktop-security-configuration"); command.Description = "Provides operations to manage the remoteDesktopSecurityConfiguration property of the microsoft.graph.servicePrincipal entity."; @@ -645,6 +669,7 @@ public Command BuildRemoteDesktopSecurityConfigurationNavCommand() { /// /// Provides operations to call the removeKey method. /// + /// A public Command BuildRemoveKeyNavCommand() { var command = new Command("remove-key"); command.Description = "Provides operations to call the removeKey method."; @@ -660,6 +685,7 @@ public Command BuildRemoveKeyNavCommand() { /// /// Provides operations to call the removePassword method. /// + /// A public Command BuildRemovePasswordNavCommand() { var command = new Command("remove-password"); command.Description = "Provides operations to call the removePassword method."; @@ -675,6 +701,7 @@ public Command BuildRemovePasswordNavCommand() { /// /// Provides operations to call the restore method. /// + /// A public Command BuildRestoreNavCommand() { var command = new Command("restore"); command.Description = "Provides operations to call the restore method."; @@ -690,6 +717,7 @@ public Command BuildRestoreNavCommand() { /// /// Provides operations to manage the synchronization property of the microsoft.graph.servicePrincipal entity. /// + /// A public Command BuildSynchronizationNavCommand() { var command = new Command("synchronization"); command.Description = "Provides operations to manage the synchronization property of the microsoft.graph.servicePrincipal entity."; @@ -716,6 +744,7 @@ public Command BuildSynchronizationNavCommand() { /// /// Provides operations to manage the tokenIssuancePolicies property of the microsoft.graph.servicePrincipal entity. /// + /// A public Command BuildTokenIssuancePoliciesNavCommand() { var command = new Command("token-issuance-policies"); command.Description = "Provides operations to manage the tokenIssuancePolicies property of the microsoft.graph.servicePrincipal entity."; @@ -740,6 +769,7 @@ public Command BuildTokenIssuancePoliciesNavCommand() { /// /// Provides operations to manage the tokenLifetimePolicies property of the microsoft.graph.servicePrincipal entity. /// + /// A public Command BuildTokenLifetimePoliciesNavCommand() { var command = new Command("token-lifetime-policies"); command.Description = "Provides operations to manage the tokenLifetimePolicies property of the microsoft.graph.servicePrincipal entity."; @@ -764,6 +794,7 @@ public Command BuildTokenLifetimePoliciesNavCommand() { /// /// Provides operations to manage the transitiveMemberOf property of the microsoft.graph.servicePrincipal entity. /// + /// A public Command BuildTransitiveMemberOfNavCommand() { var command = new Command("transitive-member-of"); command.Description = "Provides operations to manage the transitiveMemberOf property of the microsoft.graph.servicePrincipal entity."; @@ -789,13 +820,13 @@ public Command BuildTransitiveMemberOfNavCommand() { return command; } /// - /// Instantiates a new ServicePrincipalItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServicePrincipalItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ServicePrincipalItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServicePrincipalItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}{?%24expand,%24select}", rawUrl) { @@ -803,6 +834,7 @@ public ServicePrincipalItemRequestBuilder(string rawUrl) : base("{+baseurl}/serv /// /// Delete a servicePrincipal 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 @@ -811,7 +843,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -819,6 +851,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a servicePrincipal 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 @@ -835,6 +868,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in servicePrincipals /// + /// 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 @@ -845,7 +879,7 @@ public RequestInformation ToPatchRequestInformation(ServicePrincipal body, Actio public RequestInformation ToPatchRequestInformation(ServicePrincipal 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}/servicePrincipals/{servicePrincipal%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenPostRequestBody.cs b/src/generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenPostRequestBody.cs index 2ea84efdf6..578679ff29 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenPostRequestBody.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenPostRequestBody.cs @@ -18,7 +18,7 @@ public class AcquireAccessTokenPostRequestBody : IAdditionalDataHolder, IParsabl public List Credentials { get; set; } #endif /// - /// Instantiates a new acquireAccessTokenPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AcquireAccessTokenPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AcquireAccessTokenPostRequestBody() { /// /// 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 AcquireAccessTokenPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AcquireAccessTokenPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"credentials", n => { Credentials = n.GetCollectionOfObjectValues(SynchronizationSecretKeyStringValuePair.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.cs index 540f9b3ae8..02d92f6bb8 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.cs @@ -22,6 +22,7 @@ public class AcquireAccessTokenRequestBuilder : BaseCliRequestBuilder { /// Acquire an OAuth access token to authorize the Microsoft Entra provisioning service to provision users into an application. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Acquire an OAuth access token to authorize the Microsoft Entra provisioning service to provision users into an application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0"; @@ -59,13 +60,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AcquireAccessTokenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AcquireAccessTokenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/acquireAccessToken", pathParameters) { } /// - /// Instantiates a new AcquireAccessTokenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AcquireAccessTokenRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/acquireAccessToken", rawUrl) { @@ -73,6 +74,7 @@ public AcquireAccessTokenRequestBuilder(string rawUrl) : base("{+baseurl}/servic /// /// Acquire an OAuth access token to authorize the Microsoft Entra provisioning service to provision users into an application. /// + /// 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/ServicePrincipals/Item/Synchronization/Jobs/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Count/CountRequestBuilder.cs index 19ca4417c8..8986756802 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/$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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/Synchronization/Jobs/Item/BulkUpload/BulkUploadRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/BulkUpload/BulkUploadRequestBuilder.cs new file mode 100644 index 0000000000..b20357ad9c --- /dev/null +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/BulkUpload/BulkUploadRequestBuilder.cs @@ -0,0 +1,284 @@ +// +using ApiSdk.Models.ODataErrors; +using ApiSdk.Models; +using ApiSdk.ServicePrincipals.Item.Synchronization.Jobs.Item.BulkUpload.Value; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using Microsoft.Kiota.Cli.Commons.Extensions; +using Microsoft.Kiota.Cli.Commons.IO; +using Microsoft.Kiota.Cli.Commons; +using System.Collections.Generic; +using System.CommandLine; +using System.IO; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace ApiSdk.ServicePrincipals.Item.Synchronization.Jobs.Item.BulkUpload { + /// + /// Provides operations to manage the bulkUpload property of the microsoft.graph.synchronizationJob entity. + /// + public class BulkUploadRequestBuilder : BaseCliRequestBuilder { + /// + /// Provides operations to manage the media for the servicePrincipal entity. + /// + /// A + public Command BuildContentNavCommand() { + var command = new Command("content"); + command.Description = "Provides operations to manage the media for the servicePrincipal entity."; + var builder = new ContentRequestBuilder(PathParameters); + var execCommands = new List(); + execCommands.Add(builder.BuildGetCommand()); + execCommands.Add(builder.BuildPutCommand()); + foreach (var cmd in execCommands) + { + command.AddCommand(cmd); + } + return command; + } + /// + /// Delete navigation property bulkUpload for servicePrincipals + /// + /// A + public Command BuildDeleteCommand() { + var command = new Command("delete"); + command.Description = "Delete navigation property bulkUpload for servicePrincipals"; + var servicePrincipalIdOption = new Option("--service-principal-id", description: "The unique identifier of servicePrincipal") { + }; + servicePrincipalIdOption.IsRequired = true; + command.AddOption(servicePrincipalIdOption); + var synchronizationJobIdOption = new Option("--synchronization-job-id", description: "The unique identifier of synchronizationJob") { + }; + synchronizationJobIdOption.IsRequired = true; + command.AddOption(synchronizationJobIdOption); + var ifMatchOption = new Option("--if-match", description: "ETag") { + Arity = ArgumentArity.ZeroOrMore + }; + ifMatchOption.IsRequired = false; + command.AddOption(ifMatchOption); + command.SetHandler(async (invocationContext) => { + var servicePrincipalId = invocationContext.ParseResult.GetValueForOption(servicePrincipalIdOption); + var synchronizationJobId = invocationContext.ParseResult.GetValueForOption(synchronizationJobIdOption); + var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); + var cancellationToken = invocationContext.GetCancellationToken(); + var reqAdapter = invocationContext.GetRequestAdapter(); + var requestInfo = ToDeleteRequestInformation(q => { + }); + if (servicePrincipalId is not null) requestInfo.PathParameters.Add("servicePrincipal%2Did", servicePrincipalId); + if (synchronizationJobId is not null) requestInfo.PathParameters.Add("synchronizationJob%2Did", synchronizationJobId); + if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); + var errorMapping = new Dictionary> { + {"4XX", ODataError.CreateFromDiscriminatorValue}, + {"5XX", ODataError.CreateFromDiscriminatorValue}, + }; + await reqAdapter.SendNoContentAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken); + Console.WriteLine("Success"); + }); + return command; + } + /// + /// Get bulkUpload from servicePrincipals + /// + /// A + public Command BuildGetCommand() { + var command = new Command("get"); + command.Description = "Get bulkUpload from servicePrincipals"; + var servicePrincipalIdOption = new Option("--service-principal-id", description: "The unique identifier of servicePrincipal") { + }; + servicePrincipalIdOption.IsRequired = true; + command.AddOption(servicePrincipalIdOption); + var synchronizationJobIdOption = new Option("--synchronization-job-id", description: "The unique identifier of synchronizationJob") { + }; + synchronizationJobIdOption.IsRequired = true; + command.AddOption(synchronizationJobIdOption); + var selectOption = new Option("--select", description: "Select properties to be returned") { + Arity = ArgumentArity.ZeroOrMore + }; + selectOption.IsRequired = false; + command.AddOption(selectOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); + var outputOption = new Option("--output", () => FormatterType.JSON); + command.AddOption(outputOption); + var queryOption = new Option("--query"); + command.AddOption(queryOption); + command.SetHandler(async (invocationContext) => { + var servicePrincipalId = invocationContext.ParseResult.GetValueForOption(servicePrincipalIdOption); + var synchronizationJobId = invocationContext.ParseResult.GetValueForOption(synchronizationJobIdOption); + var select = invocationContext.ParseResult.GetValueForOption(selectOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); + var output = invocationContext.ParseResult.GetValueForOption(outputOption); + var query = invocationContext.ParseResult.GetValueForOption(queryOption); + IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); + IOutputFormatterFactory outputFormatterFactory = invocationContext.BindingContext.GetService(typeof(IOutputFormatterFactory)) as IOutputFormatterFactory ?? throw new ArgumentNullException("outputFormatterFactory"); + var cancellationToken = invocationContext.GetCancellationToken(); + var reqAdapter = invocationContext.GetRequestAdapter(); + var requestInfo = ToGetRequestInformation(q => { + q.QueryParameters.Select = select; + q.QueryParameters.Expand = expand; + }); + if (servicePrincipalId is not null) requestInfo.PathParameters.Add("servicePrincipal%2Did", servicePrincipalId); + if (synchronizationJobId is not null) requestInfo.PathParameters.Add("synchronizationJob%2Did", synchronizationJobId); + var errorMapping = new Dictionary> { + {"4XX", ODataError.CreateFromDiscriminatorValue}, + {"5XX", ODataError.CreateFromDiscriminatorValue}, + }; + var response = await reqAdapter.SendPrimitiveAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken) ?? Stream.Null; + response = (response != Stream.Null) ? await outputFilter.FilterOutputAsync(response, query, cancellationToken) : response; + var formatter = outputFormatterFactory.GetFormatter(output); + await formatter.WriteOutputAsync(response, cancellationToken); + }); + return command; + } + /// + /// Update the navigation property bulkUpload in servicePrincipals + /// + /// A + public Command BuildPatchCommand() { + var command = new Command("patch"); + command.Description = "Update the navigation property bulkUpload in servicePrincipals"; + var servicePrincipalIdOption = new Option("--service-principal-id", description: "The unique identifier of servicePrincipal") { + }; + servicePrincipalIdOption.IsRequired = true; + command.AddOption(servicePrincipalIdOption); + var synchronizationJobIdOption = new Option("--synchronization-job-id", description: "The unique identifier of synchronizationJob") { + }; + synchronizationJobIdOption.IsRequired = true; + command.AddOption(synchronizationJobIdOption); + var bodyOption = new Option("--body", description: "The request body") { + }; + bodyOption.IsRequired = true; + command.AddOption(bodyOption); + var outputOption = new Option("--output", () => FormatterType.JSON); + command.AddOption(outputOption); + var queryOption = new Option("--query"); + command.AddOption(queryOption); + command.SetHandler(async (invocationContext) => { + var servicePrincipalId = invocationContext.ParseResult.GetValueForOption(servicePrincipalIdOption); + var synchronizationJobId = invocationContext.ParseResult.GetValueForOption(synchronizationJobIdOption); + var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; + var output = invocationContext.ParseResult.GetValueForOption(outputOption); + var query = invocationContext.ParseResult.GetValueForOption(queryOption); + IOutputFilter outputFilter = invocationContext.BindingContext.GetService(typeof(IOutputFilter)) as IOutputFilter ?? throw new ArgumentNullException("outputFilter"); + IOutputFormatterFactory outputFormatterFactory = invocationContext.BindingContext.GetService(typeof(IOutputFormatterFactory)) as IOutputFormatterFactory ?? throw new ArgumentNullException("outputFormatterFactory"); + var cancellationToken = invocationContext.GetCancellationToken(); + var reqAdapter = invocationContext.GetRequestAdapter(); + using var stream = new MemoryStream(Encoding.UTF8.GetBytes(body)); + var parseNode = ParseNodeFactoryRegistry.DefaultInstance.GetRootParseNode("application/json", stream); + var model = parseNode.GetObjectValue(ApiSdk.Models.BulkUpload.CreateFromDiscriminatorValue); + if (model is null) { + Console.Error.WriteLine("No model data to send."); + return; + } + var requestInfo = ToPatchRequestInformation(model, q => { + }); + if (servicePrincipalId is not null) requestInfo.PathParameters.Add("servicePrincipal%2Did", servicePrincipalId); + if (synchronizationJobId is not null) requestInfo.PathParameters.Add("synchronizationJob%2Did", synchronizationJobId); + requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); + var errorMapping = new Dictionary> { + {"4XX", ODataError.CreateFromDiscriminatorValue}, + {"5XX", ODataError.CreateFromDiscriminatorValue}, + }; + var response = await reqAdapter.SendPrimitiveAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken) ?? Stream.Null; + response = (response != Stream.Null) ? await outputFilter.FilterOutputAsync(response, query, cancellationToken) : response; + var formatter = outputFormatterFactory.GetFormatter(output); + await formatter.WriteOutputAsync(response, cancellationToken); + }); + return command; + } + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + public BulkUploadRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/bulkUpload{?%24expand,%24select}", pathParameters) { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + public BulkUploadRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/bulkUpload{?%24expand,%24select}", rawUrl) { + } + /// + /// Delete navigation property bulkUpload for servicePrincipals + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) { +#nullable restore +#else + public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { +#endif + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/bulkUpload", PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Get bulkUpload from servicePrincipals + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Update the navigation property bulkUpload in servicePrincipals + /// + /// 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 +#nullable enable + public RequestInformation ToPatchRequestInformation(ApiSdk.Models.BulkUpload body, Action>? requestConfiguration = default) { +#nullable restore +#else + public RequestInformation ToPatchRequestInformation(ApiSdk.Models.BulkUpload body, Action> requestConfiguration = default) { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.PATCH, "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/bulkUpload", PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + return requestInfo; + } + /// + /// Get bulkUpload from servicePrincipals + /// + public class BulkUploadRequestBuilderGetQueryParameters { + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif + /// Select properties to be returned +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24select")] + public string[]? Select { get; set; } +#nullable restore +#else + [QueryParameter("%24select")] + public string[] Select { get; set; } +#endif + } + } +} diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/BulkUpload/Value/ContentRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/BulkUpload/Value/ContentRequestBuilder.cs new file mode 100644 index 0000000000..acea3c8b2c --- /dev/null +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/BulkUpload/Value/ContentRequestBuilder.cs @@ -0,0 +1,171 @@ +// +using ApiSdk.Models.ODataErrors; +using Microsoft.Kiota.Abstractions.Serialization; +using Microsoft.Kiota.Abstractions; +using Microsoft.Kiota.Cli.Commons.Extensions; +using Microsoft.Kiota.Cli.Commons.IO; +using Microsoft.Kiota.Cli.Commons; +using System.Collections.Generic; +using System.CommandLine; +using System.IO; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Threading; +using System; +namespace ApiSdk.ServicePrincipals.Item.Synchronization.Jobs.Item.BulkUpload.Value { + /// + /// Provides operations to manage the media for the servicePrincipal entity. + /// + public class ContentRequestBuilder : BaseCliRequestBuilder { + /// + /// Get media content for the navigation property bulkUpload from servicePrincipals + /// + /// A + public Command BuildGetCommand() { + var command = new Command("get"); + command.Description = "Get media content for the navigation property bulkUpload from servicePrincipals"; + var servicePrincipalIdOption = new Option("--service-principal-id", description: "The unique identifier of servicePrincipal") { + }; + servicePrincipalIdOption.IsRequired = true; + command.AddOption(servicePrincipalIdOption); + var synchronizationJobIdOption = new Option("--synchronization-job-id", description: "The unique identifier of synchronizationJob") { + }; + synchronizationJobIdOption.IsRequired = true; + command.AddOption(synchronizationJobIdOption); + var outputFileOption = new Option("--output-file"); + command.AddOption(outputFileOption); + command.SetHandler(async (invocationContext) => { + var servicePrincipalId = invocationContext.ParseResult.GetValueForOption(servicePrincipalIdOption); + var synchronizationJobId = invocationContext.ParseResult.GetValueForOption(synchronizationJobIdOption); + var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); + var cancellationToken = invocationContext.GetCancellationToken(); + var reqAdapter = invocationContext.GetRequestAdapter(); + var requestInfo = ToGetRequestInformation(q => { + }); + if (servicePrincipalId is not null) requestInfo.PathParameters.Add("servicePrincipal%2Did", servicePrincipalId); + if (synchronizationJobId is not null) requestInfo.PathParameters.Add("synchronizationJob%2Did", synchronizationJobId); + var errorMapping = new Dictionary> { + {"4XX", ODataError.CreateFromDiscriminatorValue}, + {"5XX", ODataError.CreateFromDiscriminatorValue}, + }; + var response = await reqAdapter.SendPrimitiveAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken) ?? Stream.Null; + if (outputFile == null) { + using var reader = new StreamReader(response); + var strContent = reader.ReadToEnd(); + Console.Write(strContent); + } + else { + using var writeStream = outputFile.OpenWrite(); + await response.CopyToAsync(writeStream); + Console.WriteLine($"Content written to {outputFile.FullName}."); + } + }); + return command; + } + /// + /// Update media content for the navigation property bulkUpload in servicePrincipals + /// + /// A + public Command BuildPutCommand() { + var command = new Command("put"); + command.Description = "Update media content for the navigation property bulkUpload in servicePrincipals"; + var servicePrincipalIdOption = new Option("--service-principal-id", description: "The unique identifier of servicePrincipal") { + }; + servicePrincipalIdOption.IsRequired = true; + command.AddOption(servicePrincipalIdOption); + var synchronizationJobIdOption = new Option("--synchronization-job-id", description: "The unique identifier of synchronizationJob") { + }; + synchronizationJobIdOption.IsRequired = true; + command.AddOption(synchronizationJobIdOption); + var inputFileOption = new Option("--input-file", description: "Binary request body") { + }; + inputFileOption.IsRequired = true; + command.AddOption(inputFileOption); + var outputFileOption = new Option("--output-file"); + command.AddOption(outputFileOption); + command.SetHandler(async (invocationContext) => { + var servicePrincipalId = invocationContext.ParseResult.GetValueForOption(servicePrincipalIdOption); + var synchronizationJobId = invocationContext.ParseResult.GetValueForOption(synchronizationJobIdOption); + var inputFile = invocationContext.ParseResult.GetValueForOption(inputFileOption); + var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); + var cancellationToken = invocationContext.GetCancellationToken(); + var reqAdapter = invocationContext.GetRequestAdapter(); + if (inputFile is null || !inputFile.Exists) { + Console.Error.WriteLine("No available file to send."); + return; + } + using var stream = inputFile.OpenRead(); + var requestInfo = ToPutRequestInformation(stream, q => { + }); + if (servicePrincipalId is not null) requestInfo.PathParameters.Add("servicePrincipal%2Did", servicePrincipalId); + if (synchronizationJobId is not null) requestInfo.PathParameters.Add("synchronizationJob%2Did", synchronizationJobId); + var errorMapping = new Dictionary> { + {"4XX", ODataError.CreateFromDiscriminatorValue}, + {"5XX", ODataError.CreateFromDiscriminatorValue}, + }; + var response = await reqAdapter.SendPrimitiveAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken) ?? Stream.Null; + if (outputFile == null) { + using var reader = new StreamReader(response); + var strContent = reader.ReadToEnd(); + Console.Write(strContent); + } + else { + using var writeStream = outputFile.OpenWrite(); + await response.CopyToAsync(writeStream); + Console.WriteLine($"Content written to {outputFile.FullName}."); + } + }); + return command; + } + /// + /// Instantiates a new and sets the default values. + /// + /// Path parameters for the request + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/bulkUpload/$value", pathParameters) { + } + /// + /// Instantiates a new and sets the default values. + /// + /// The raw URL to use for the request builder. + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/bulkUpload/$value", rawUrl) { + } + /// + /// Get media content for the navigation property bulkUpload from servicePrincipals + /// + /// A + /// Configuration for the request such as headers, query parameters, and middleware options. +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { +#nullable restore +#else + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { +#endif + var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/octet-stream, application/json"); + return requestInfo; + } + /// + /// Update media content for the navigation property bulkUpload in servicePrincipals + /// + /// 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 +#nullable enable + public RequestInformation ToPutRequestInformation(Stream body, Action>? requestConfiguration = default) { +#nullable restore +#else + public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { +#endif + _ = body ?? throw new ArgumentNullException(nameof(body)); + var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + requestInfo.Configure(requestConfiguration); + requestInfo.Headers.TryAdd("Accept", "application/json"); + requestInfo.SetStreamContent(body, "application/octet-stream"); + return requestInfo; + } + } +} diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.cs index 08b1d5b5a5..3d8fa305e8 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.cs @@ -22,6 +22,7 @@ public class PauseRequestBuilder : BaseCliRequestBuilder { /// Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PauseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PauseRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/pause", pathParameters) { } /// - /// Instantiates a new PauseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PauseRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/pause", rawUrl) { @@ -66,6 +67,7 @@ public PauseRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made. /// + /// 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/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandPostRequestBody.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandPostRequestBody.cs index a404c60695..91c0b20a01 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandPostRequestBody.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandPostRequestBody.cs @@ -18,7 +18,7 @@ public class ProvisionOnDemandPostRequestBody : IAdditionalDataHolder, IParsable public List Parameters { get; set; } #endif /// - /// Instantiates a new provisionOnDemandPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ProvisionOnDemandPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public ProvisionOnDemandPostRequestBody() { /// /// 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 ProvisionOnDemandPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static ProvisionOnDemandPostRequestBody CreateFromDiscriminatorValue(IPar /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"parameters", n => { Parameters = n.GetCollectionOfObjectValues(SynchronizationJobApplicationParameters.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.cs index 1fdcb3154a..2ab5307db4 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.cs @@ -23,6 +23,7 @@ public class ProvisionOnDemandRequestBuilder : BaseCliRequestBuilder { /// Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ProvisionOnDemandRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ProvisionOnDemandRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/provisionOnDemand", pathParameters) { } /// - /// Instantiates a new ProvisionOnDemandRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ProvisionOnDemandRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/provisionOnDemand", rawUrl) { @@ -90,6 +91,7 @@ public ProvisionOnDemandRequestBuilder(string rawUrl) : base("{+baseurl}/service /// /// Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. /// + /// 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/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartPostRequestBody.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartPostRequestBody.cs index fed5abb375..d9c13f253f 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartPostRequestBody.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartPostRequestBody.cs @@ -18,7 +18,7 @@ public class RestartPostRequestBody : IAdditionalDataHolder, IParsable { public SynchronizationJobRestartCriteria Criteria { get; set; } #endif /// - /// Instantiates a new restartPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public RestartPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public RestartPostRequestBody() { /// /// 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 RestartPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static RestartPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"criteria", n => { Criteria = n.GetObjectValue(SynchronizationJobRestartCriteria.CreateFromDiscriminatorValue); } }, diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.cs index 64c685b970..a561c6e419 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.cs @@ -22,6 +22,7 @@ public class RestartRequestBuilder : BaseCliRequestBuilder { /// Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestartRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestartRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/restart", pathParameters) { } /// - /// Instantiates a new RestartRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestartRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/restart", rawUrl) { @@ -79,6 +80,7 @@ public RestartRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals /// /// Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors. /// + /// 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/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Count/CountRequestBuilder.cs index dafca7587c..5dcd36104d 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/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"; @@ -65,13 +66,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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories/$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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/DirectoriesRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/DirectoriesRequestBuilder.cs index 46cc187e88..43154b47c1 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/DirectoriesRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/DirectoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DirectoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema 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 directories for servicePrincipals /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to directories for servicePrincipals"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Contains the collection of directories and all of their objects. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Contains the collection of directories and all of their objects."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DirectoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DirectoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoriesRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public DirectoriesRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrinci /// /// Contains the collection of directories and all of their objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to directories for servicePrincipals /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(DirectoryDefinition body, Act public RequestInformation ToPostRequestInformation(DirectoryDefinition 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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Item/DirectoryDefinitionItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Item/DirectoryDefinitionItemRequestBuilder.cs index 9f9d59cd79..6b2e0de86e 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Item/DirectoryDefinitionItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Item/DirectoryDefinitionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DirectoryDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property directories for servicePrincipals /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property directories for servicePrincipals"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to call the discover method. /// + /// A public Command BuildDiscoverNavCommand() { var command = new Command("discover"); command.Description = "Provides operations to call the discover method."; @@ -83,6 +85,7 @@ public Command BuildDiscoverNavCommand() { /// /// Contains the collection of directories and all of their objects. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the collection of directories and all of their objects."; @@ -145,6 +148,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property directories in servicePrincipals /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property directories in servicePrincipals"; @@ -204,13 +208,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DirectoryDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories/{directoryDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories/{directoryDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -218,6 +222,7 @@ public DirectoryDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/s /// /// Delete navigation property directories for servicePrincipals /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,7 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories/{directoryDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -234,6 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Contains the collection of directories and all of their objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property directories in servicePrincipals /// + /// 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 @@ -260,7 +267,7 @@ public RequestInformation ToPatchRequestInformation(DirectoryDefinition body, Ac public RequestInformation ToPatchRequestInformation(DirectoryDefinition 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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories/{directoryDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs index 34128cd26f..781ffc3648 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs @@ -23,6 +23,7 @@ public class DiscoverRequestBuilder : BaseCliRequestBuilder { /// Discover the latest schema definition for provisioning to an application. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Discover the latest schema definition for provisioning to an application. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DiscoverRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DiscoverRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories/{directoryDefinition%2Did}/discover", pathParameters) { } /// - /// Instantiates a new DiscoverRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DiscoverRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/directories/{directoryDefinition%2Did}/discover", rawUrl) { @@ -83,6 +84,7 @@ public DiscoverRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipal /// /// Discover the latest schema definition for provisioning to an application. /// + /// 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/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsGetResponse.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsGetResponse.cs index 3c25db54fe..37c1b65f2a 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsGetResponse.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsGetResponse.cs @@ -18,6 +18,7 @@ public class FilterOperatorsGetResponse : BaseCollectionPaginationCountResponse, /// /// 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 new FilterOperatorsGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterOperatorsGetResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(FilterOperatorSchema.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs index 8ad33327cc..674dd57494 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterOperatorsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterOperators /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterOperators"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (servicePrincipalId is not null) requestInfo.PathParameters.Add("servicePrincipal%2Did", servicePrincipalId); if (synchronizationJobId is not null) requestInfo.PathParameters.Add("synchronizationJob%2Did", synchronizationJobId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterOperatorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterOperatorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/filterOperators(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterOperatorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/filterOperators(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterOperatorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterOperatorsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/filterOperators(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterOperatorsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/filterOperators(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterOperators /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class FilterOperatorsRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsGetResponse.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsGetResponse.cs index e49f29d4ea..77a24088ca 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsGetResponse.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsGetResponse.cs @@ -18,6 +18,7 @@ public class FunctionsGetResponse : BaseCollectionPaginationCountResponse, IPars /// /// 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 new FunctionsGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FunctionsGetResponse : BaseCollectionPaginationCountResponse, IPars /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AttributeMappingFunctionSchema.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.cs index 3a0136cf3b..8b2bb02663 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.cs @@ -21,6 +21,7 @@ public class FunctionsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function functions /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function functions"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (servicePrincipalId is not null) requestInfo.PathParameters.Add("servicePrincipal%2Did", servicePrincipalId); if (synchronizationJobId is not null) requestInfo.PathParameters.Add("synchronizationJob%2Did", synchronizationJobId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FunctionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FunctionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/functions(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FunctionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/functions(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FunctionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FunctionsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/functions(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FunctionsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/functions(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function functions /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class FunctionsRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.cs index 637eb88d52..0a15e58261 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.cs @@ -34,7 +34,7 @@ public class ParseExpressionPostRequestBody : IAdditionalDataHolder, IParsable { public ExpressionInputObject TestInputObject { get; set; } #endif /// - /// Instantiates a new parseExpressionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ParseExpressionPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ParseExpressionPostRequestBody() { /// /// 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 ParseExpressionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ParseExpressionPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"expression", n => { Expression = n.GetStringValue(); } }, diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs index b9b257ca11..798d46316d 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs @@ -23,6 +23,7 @@ public class ParseExpressionRequestBuilder : BaseCliRequestBuilder { /// Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ParseExpressionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParseExpressionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/parseExpression", pathParameters) { } /// - /// Instantiates a new ParseExpressionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParseExpressionRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema/parseExpression", rawUrl) { @@ -90,6 +91,7 @@ public ParseExpressionRequestBuilder(string rawUrl) : base("{+baseurl}/servicePr /// /// Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID. /// + /// 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/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilder.cs index 1cb1013efa..90a71f42be 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Schema/SchemaRequestBuilder.cs @@ -26,6 +26,7 @@ public class SchemaRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property schema for servicePrincipals /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property schema for servicePrincipals"; @@ -65,6 +66,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema entity. /// + /// A public Command BuildDirectoriesNavCommand() { var command = new Command("directories"); command.Description = "Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema entity."; @@ -90,6 +92,7 @@ public Command BuildDirectoriesNavCommand() { /// /// Provides operations to call the filterOperators method. /// + /// A public Command BuildFilterOperatorsNavCommand() { var command = new Command("filter-operators"); command.Description = "Provides operations to call the filterOperators method."; @@ -105,6 +108,7 @@ public Command BuildFilterOperatorsNavCommand() { /// /// Provides operations to call the functions method. /// + /// A public Command BuildFunctionsNavCommand() { var command = new Command("functions"); command.Description = "Provides operations to call the functions method."; @@ -121,6 +125,7 @@ public Command BuildFunctionsNavCommand() { /// Retrieve the schema for a given synchronization job or template. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the schema for a given synchronization job or template.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0"; @@ -177,6 +182,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the parseExpression method. /// + /// A public Command BuildParseExpressionNavCommand() { var command = new Command("parse-expression"); command.Description = "Provides operations to call the parseExpression method."; @@ -193,6 +199,7 @@ public Command BuildParseExpressionNavCommand() { /// Update the synchronization schema for a given job or template. This method fully replaces the current schema with the one provided in the request. To update the schema of a template, make the call on the application object. You must be the owner of the application. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the synchronization schema for a given job or template. This method fully replaces the current schema with the one provided in the request. To update the schema of a template, make the call on the application object. You must be the owner of the application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0"; @@ -246,13 +253,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SchemaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SchemaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SchemaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SchemaRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema{?%24expand,%24select}", rawUrl) { @@ -260,6 +267,7 @@ public SchemaRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/ /// /// Delete navigation property schema for servicePrincipals /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -268,7 +276,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -276,6 +284,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the schema for a given synchronization job or template. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -292,6 +301,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the synchronization schema for a given job or template. This method fully replaces the current schema with the one provided in the request. To update the schema of a template, make the call on the application object. You must be the owner of the application. /// + /// 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 @@ -302,7 +312,7 @@ public RequestInformation ToPatchRequestInformation(SynchronizationSchema body, public RequestInformation ToPatchRequestInformation(SynchronizationSchema 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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/schema", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.cs index 1cc2ccc515..328032641c 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.cs @@ -22,6 +22,7 @@ public class StartRequestBuilder : BaseCliRequestBuilder { /// Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don't create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don't create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new StartRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public StartRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/start", pathParameters) { } /// - /// Instantiates a new StartRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public StartRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/start", rawUrl) { @@ -66,6 +67,7 @@ public StartRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don't create scripts to call the start job continuously while it's running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. /// + /// 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/ServicePrincipals/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilder.cs index 8c6e2f9245..437b7950c3 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/SynchronizationJobItemRequestBuilder.cs @@ -1,6 +1,7 @@ // using ApiSdk.Models.ODataErrors; using ApiSdk.Models; +using ApiSdk.ServicePrincipals.Item.Synchronization.Jobs.Item.BulkUpload; using ApiSdk.ServicePrincipals.Item.Synchronization.Jobs.Item.Pause; using ApiSdk.ServicePrincipals.Item.Synchronization.Jobs.Item.ProvisionOnDemand; using ApiSdk.ServicePrincipals.Item.Synchronization.Jobs.Item.Restart; @@ -25,10 +26,35 @@ namespace ApiSdk.ServicePrincipals.Item.Synchronization.Jobs.Item { /// Provides operations to manage the jobs property of the microsoft.graph.synchronization entity. /// public class SynchronizationJobItemRequestBuilder : BaseCliRequestBuilder { + /// + /// Provides operations to manage the bulkUpload property of the microsoft.graph.synchronizationJob entity. + /// + /// A + public Command BuildBulkUploadNavCommand() { + var command = new Command("bulk-upload"); + command.Description = "Provides operations to manage the bulkUpload property of the microsoft.graph.synchronizationJob entity."; + var builder = new BulkUploadRequestBuilder(PathParameters); + var execCommands = new List(); + var nonExecCommands = new List(); + nonExecCommands.Add(builder.BuildContentNavCommand()); + execCommands.Add(builder.BuildDeleteCommand()); + execCommands.Add(builder.BuildGetCommand()); + execCommands.Add(builder.BuildPatchCommand()); + foreach (var cmd in execCommands) + { + command.AddCommand(cmd); + } + foreach (var cmd in nonExecCommands) + { + command.AddCommand(cmd); + } + return command; + } /// /// Stop the synchronization job, and permanently delete all the state associated with it. Synchronized accounts are left as-is. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Stop the synchronization job, and permanently delete all the state associated with it. Synchronized accounts are left as-is.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-1.0"; @@ -69,6 +95,7 @@ public Command BuildDeleteCommand() { /// Retrieve the existing synchronization job and its properties. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the existing synchronization job and its properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0"; @@ -125,6 +152,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property jobs in servicePrincipals /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property jobs in servicePrincipals"; @@ -180,6 +208,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the pause method. /// + /// A public Command BuildPauseNavCommand() { var command = new Command("pause"); command.Description = "Provides operations to call the pause method."; @@ -195,6 +224,7 @@ public Command BuildPauseNavCommand() { /// /// Provides operations to call the provisionOnDemand method. /// + /// A public Command BuildProvisionOnDemandNavCommand() { var command = new Command("provision-on-demand"); command.Description = "Provides operations to call the provisionOnDemand method."; @@ -210,6 +240,7 @@ public Command BuildProvisionOnDemandNavCommand() { /// /// Provides operations to call the restart method. /// + /// A public Command BuildRestartNavCommand() { var command = new Command("restart"); command.Description = "Provides operations to call the restart method."; @@ -225,6 +256,7 @@ public Command BuildRestartNavCommand() { /// /// Provides operations to manage the schema property of the microsoft.graph.synchronizationJob entity. /// + /// A public Command BuildSchemaNavCommand() { var command = new Command("schema"); command.Description = "Provides operations to manage the schema property of the microsoft.graph.synchronizationJob entity."; @@ -251,6 +283,7 @@ public Command BuildSchemaNavCommand() { /// /// Provides operations to call the start method. /// + /// A public Command BuildStartNavCommand() { var command = new Command("start"); command.Description = "Provides operations to call the start method."; @@ -266,6 +299,7 @@ public Command BuildStartNavCommand() { /// /// Provides operations to call the validateCredentials method. /// + /// A public Command BuildValidateCredentialsByIdNavCommand() { var command = new Command("validate-credentials-by-id"); command.Description = "Provides operations to call the validateCredentials method."; @@ -279,13 +313,13 @@ public Command BuildValidateCredentialsByIdNavCommand() { return command; } /// - /// Instantiates a new SynchronizationJobItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SynchronizationJobItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SynchronizationJobItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SynchronizationJobItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}{?%24expand,%24select}", rawUrl) { @@ -293,6 +327,7 @@ public SynchronizationJobItemRequestBuilder(string rawUrl) : base("{+baseurl}/se /// /// Stop the synchronization job, and permanently delete all the state associated with it. Synchronized accounts are left as-is. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -301,7 +336,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -309,6 +344,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the existing synchronization job and its 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 @@ -325,6 +361,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property jobs in servicePrincipals /// + /// 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 @@ -335,7 +372,7 @@ public RequestInformation ToPatchRequestInformation(SynchronizationJob body, Act public RequestInformation ToPatchRequestInformation(SynchronizationJob 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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsPostRequestBody.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsPostRequestBody.cs index ece34f801c..abd759f459 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsPostRequestBody.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsPostRequestBody.cs @@ -36,7 +36,7 @@ public class ValidateCredentialsPostRequestBody : IAdditionalDataHolder, IParsab /// The useSavedCredentials property public bool? UseSavedCredentials { get; set; } /// - /// Instantiates a new validateCredentialsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValidateCredentialsPostRequestBody() { AdditionalData = new Dictionary(); @@ -44,6 +44,7 @@ public ValidateCredentialsPostRequestBody() { /// /// 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 ValidateCredentialsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public static ValidateCredentialsPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"applicationIdentifier", n => { ApplicationIdentifier = n.GetStringValue(); } }, diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.cs index 3e93b1011e..2f7090376b 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.cs @@ -22,6 +22,7 @@ public class ValidateCredentialsRequestBuilder : BaseCliRequestBuilder { /// Validate that the credentials are valid in the tenant. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Validate that the credentials are valid in the tenant.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValidateCredentialsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValidateCredentialsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/validateCredentials", pathParameters) { } /// - /// Instantiates a new ValidateCredentialsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValidateCredentialsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/{synchronizationJob%2Did}/validateCredentials", rawUrl) { @@ -79,6 +80,7 @@ public ValidateCredentialsRequestBuilder(string rawUrl) : base("{+baseurl}/servi /// /// Validate that the credentials are valid in the tenant. /// + /// 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/ServicePrincipals/Item/Synchronization/Jobs/JobsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/JobsRequestBuilder.cs index 82387601df..667827c113 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/JobsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/JobsRequestBuilder.cs @@ -25,10 +25,12 @@ public class JobsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the jobs property of the microsoft.graph.synchronization entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); var builder = new SynchronizationJobItemRequestBuilder(PathParameters); + commands.Add(builder.BuildBulkUploadNavCommand()); executables.Add(builder.BuildDeleteCommand()); executables.Add(builder.BuildGetCommand()); executables.Add(builder.BuildPatchCommand()); @@ -43,6 +45,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."; @@ -59,6 +62,7 @@ public Command BuildCountNavCommand() { /// Create new synchronization job with a default synchronization schema. The job is created in a disabled state. Call Start job to start synchronization. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new synchronization job with a default synchronization schema. The job is created in a disabled state. Call Start job to start synchronization.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-1.0"; @@ -109,6 +113,7 @@ public Command BuildCreateCommand() { /// List existing jobs for a given application instance (service principal). /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List existing jobs for a given application instance (service principal).\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0"; @@ -207,6 +212,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the validateCredentials method. /// + /// A public Command BuildValidateCredentialsNavCommand() { var command = new Command("validate-credentials"); command.Description = "Provides operations to call the validateCredentials method."; @@ -220,13 +226,13 @@ public Command BuildValidateCredentialsNavCommand() { return command; } /// - /// Instantiates a new JobsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public JobsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new JobsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public JobsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -234,6 +240,7 @@ public JobsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{s /// /// List existing jobs for a given application instance (service principal). /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new synchronization job with a default synchronization schema. The job is created in a disabled state. Call Start job to start synchronization. /// + /// 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 @@ -260,7 +268,7 @@ public RequestInformation ToPostRequestInformation(SynchronizationJob body, Acti public RequestInformation ToPostRequestInformation(SynchronizationJob 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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsPostRequestBody.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsPostRequestBody.cs index 55e801900b..1b44b3a147 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsPostRequestBody.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsPostRequestBody.cs @@ -36,7 +36,7 @@ public class ValidateCredentialsPostRequestBody : IAdditionalDataHolder, IParsab /// The useSavedCredentials property public bool? UseSavedCredentials { get; set; } /// - /// Instantiates a new validateCredentialsPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValidateCredentialsPostRequestBody() { AdditionalData = new Dictionary(); @@ -44,6 +44,7 @@ public ValidateCredentialsPostRequestBody() { /// /// 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 ValidateCredentialsPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -52,6 +53,7 @@ public static ValidateCredentialsPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"applicationIdentifier", n => { ApplicationIdentifier = n.GetStringValue(); } }, diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsRequestBuilder.cs index 2ac54fed6c..4845542b39 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Jobs/ValidateCredentials/ValidateCredentialsRequestBuilder.cs @@ -21,6 +21,7 @@ public class ValidateCredentialsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action validateCredentials /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action validateCredentials"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValidateCredentialsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValidateCredentialsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/validateCredentials", pathParameters) { } /// - /// Instantiates a new ValidateCredentialsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValidateCredentialsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/jobs/validateCredentials", rawUrl) { @@ -72,6 +73,7 @@ public ValidateCredentialsRequestBuilder(string rawUrl) : base("{+baseurl}/servi /// /// Invoke action validateCredentials /// + /// 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/ServicePrincipals/Item/Synchronization/Secrets/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Secrets/Count/CountRequestBuilder.cs index 196364d2ad..5783618c2c 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Secrets/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Secrets/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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/secrets/$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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/secrets/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/Synchronization/Secrets/SecretsPutRequestBody.cs b/src/generated/ServicePrincipals/Item/Synchronization/Secrets/SecretsPutRequestBody.cs index a1de27db85..36d1209fcd 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Secrets/SecretsPutRequestBody.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Secrets/SecretsPutRequestBody.cs @@ -18,7 +18,7 @@ public class SecretsPutRequestBody : IAdditionalDataHolder, IParsable { public List Value { get; set; } #endif /// - /// Instantiates a new secretsPutRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public SecretsPutRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SecretsPutRequestBody() { /// /// 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 SecretsPutRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SecretsPutRequestBody CreateFromDiscriminatorValue(IParseNode pars /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetCollectionOfObjectValues(SynchronizationSecretKeyStringValuePair.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Secrets/SecretsPutResponse.cs b/src/generated/ServicePrincipals/Item/Synchronization/Secrets/SecretsPutResponse.cs index de0a4242d0..0ff97bc996 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Secrets/SecretsPutResponse.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Secrets/SecretsPutResponse.cs @@ -18,7 +18,7 @@ public class SecretsPutResponse : IAdditionalDataHolder, IParsable { public List Value { get; set; } #endif /// - /// Instantiates a new secretsPutResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public SecretsPutResponse() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public SecretsPutResponse() { /// /// 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 SecretsPutResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static SecretsPutResponse CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetCollectionOfObjectValues(SynchronizationSecretKeyStringValuePair.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Secrets/SecretsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Secrets/SecretsRequestBuilder.cs index cfbf462e2b..35c58726a7 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Secrets/SecretsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Secrets/SecretsRequestBuilder.cs @@ -22,6 +22,7 @@ public class SecretsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -37,6 +38,7 @@ public Command BuildCountNavCommand() { /// /// Update property secrets value. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update property secrets value."; @@ -84,13 +86,13 @@ public Command BuildPutCommand() { return command; } /// - /// Instantiates a new SecretsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SecretsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/secrets", pathParameters) { } /// - /// Instantiates a new SecretsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SecretsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/secrets", rawUrl) { @@ -98,6 +100,7 @@ public SecretsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals /// /// Update property secrets value. /// + /// 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/ServicePrincipals/Item/Synchronization/SynchronizationRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/SynchronizationRequestBuilder.cs index 8be8d16b5e..57ec89dcbb 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/SynchronizationRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/SynchronizationRequestBuilder.cs @@ -26,6 +26,7 @@ public class SynchronizationRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the acquireAccessToken method. /// + /// A public Command BuildAcquireAccessTokenNavCommand() { var command = new Command("acquire-access-token"); command.Description = "Provides operations to call the acquireAccessToken method."; @@ -41,6 +42,7 @@ public Command BuildAcquireAccessTokenNavCommand() { /// /// Delete navigation property synchronization for servicePrincipals /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property synchronization for servicePrincipals"; @@ -74,6 +76,7 @@ public Command BuildDeleteCommand() { /// /// Represents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Represents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API."; @@ -124,6 +127,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the jobs property of the microsoft.graph.synchronization entity. /// + /// A public Command BuildJobsNavCommand() { var command = new Command("jobs"); command.Description = "Provides operations to manage the jobs property of the microsoft.graph.synchronization entity."; @@ -150,6 +154,7 @@ public Command BuildJobsNavCommand() { /// /// Update the navigation property synchronization in servicePrincipals /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "Update the navigation property synchronization in servicePrincipals"; @@ -199,6 +204,7 @@ public Command BuildPutCommand() { /// /// The secrets property /// + /// A public Command BuildSecretsNavCommand() { var command = new Command("secrets"); command.Description = "The secrets property"; @@ -220,6 +226,7 @@ public Command BuildSecretsNavCommand() { /// /// Provides operations to manage the templates property of the microsoft.graph.synchronization entity. /// + /// A public Command BuildTemplatesNavCommand() { var command = new Command("templates"); command.Description = "Provides operations to manage the templates property of the microsoft.graph.synchronization entity."; @@ -243,13 +250,13 @@ public Command BuildTemplatesNavCommand() { return command; } /// - /// Instantiates a new SynchronizationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SynchronizationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SynchronizationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SynchronizationRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization{?%24expand,%24select}", rawUrl) { @@ -257,6 +264,7 @@ public SynchronizationRequestBuilder(string rawUrl) : base("{+baseurl}/servicePr /// /// Delete navigation property synchronization for servicePrincipals /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -265,7 +273,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -273,6 +281,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Represents the capability for Microsoft Entra identity synchronization through 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 @@ -289,6 +298,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property synchronization in servicePrincipals /// + /// 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 @@ -299,7 +309,7 @@ public RequestInformation ToPutRequestInformation(ApiSdk.Models.Synchronization public RequestInformation ToPutRequestInformation(ApiSdk.Models.Synchronization body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Count/CountRequestBuilder.cs index 903ca28919..3d904496db 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Templates/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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/$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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Count/CountRequestBuilder.cs index 01b82bf7ee..c281a43005 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/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"; @@ -65,13 +66,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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories/$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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/DirectoriesRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/DirectoriesRequestBuilder.cs index bfd1ed8feb..34f7367465 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/DirectoriesRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/DirectoriesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DirectoriesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema 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 directories for servicePrincipals /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to directories for servicePrincipals"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Contains the collection of directories and all of their objects. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Contains the collection of directories and all of their objects."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DirectoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoriesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DirectoriesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoriesRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public DirectoriesRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrinci /// /// Contains the collection of directories and all of their objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to directories for servicePrincipals /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(DirectoryDefinition body, Act public RequestInformation ToPostRequestInformation(DirectoryDefinition 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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Item/DirectoryDefinitionItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Item/DirectoryDefinitionItemRequestBuilder.cs index 3ba93db18c..7795d6dce2 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Item/DirectoryDefinitionItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Item/DirectoryDefinitionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DirectoryDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property directories for servicePrincipals /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property directories for servicePrincipals"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to call the discover method. /// + /// A public Command BuildDiscoverNavCommand() { var command = new Command("discover"); command.Description = "Provides operations to call the discover method."; @@ -83,6 +85,7 @@ public Command BuildDiscoverNavCommand() { /// /// Contains the collection of directories and all of their objects. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Contains the collection of directories and all of their objects."; @@ -145,6 +148,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property directories in servicePrincipals /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property directories in servicePrincipals"; @@ -204,13 +208,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new DirectoryDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories/{directoryDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories/{directoryDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -218,6 +222,7 @@ public DirectoryDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/s /// /// Delete navigation property directories for servicePrincipals /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,7 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories/{directoryDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -234,6 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Contains the collection of directories and all of their objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property directories in servicePrincipals /// + /// 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 @@ -260,7 +267,7 @@ public RequestInformation ToPatchRequestInformation(DirectoryDefinition body, Ac public RequestInformation ToPatchRequestInformation(DirectoryDefinition 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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories/{directoryDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs index 0841dfe2a9..6571dbcb38 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.cs @@ -23,6 +23,7 @@ public class DiscoverRequestBuilder : BaseCliRequestBuilder { /// Discover the latest schema definition for provisioning to an application. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Discover the latest schema definition for provisioning to an application. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"; @@ -69,13 +70,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new DiscoverRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DiscoverRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories/{directoryDefinition%2Did}/discover", pathParameters) { } /// - /// Instantiates a new DiscoverRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DiscoverRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/directories/{directoryDefinition%2Did}/discover", rawUrl) { @@ -83,6 +84,7 @@ public DiscoverRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipal /// /// Discover the latest schema definition for provisioning to an application. /// + /// 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/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsGetResponse.cs b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsGetResponse.cs index d33b18a71f..8908a3c6c8 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsGetResponse.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsGetResponse.cs @@ -18,6 +18,7 @@ public class FilterOperatorsGetResponse : BaseCollectionPaginationCountResponse, /// /// 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 new FilterOperatorsGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FilterOperatorsGetResponse : BaseCollectionPaginationCountResponse, /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(FilterOperatorSchema.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs index c254956b9a..afc4d50dab 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.cs @@ -21,6 +21,7 @@ public class FilterOperatorsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function filterOperators /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function filterOperators"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (servicePrincipalId is not null) requestInfo.PathParameters.Add("servicePrincipal%2Did", servicePrincipalId); if (synchronizationTemplateId is not null) requestInfo.PathParameters.Add("synchronizationTemplate%2Did", synchronizationTemplateId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FilterOperatorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FilterOperatorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/filterOperators(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FilterOperatorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/filterOperators(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FilterOperatorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FilterOperatorsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/filterOperators(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FilterOperatorsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/filterOperators(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function filterOperators /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class FilterOperatorsRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsGetResponse.cs b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsGetResponse.cs index f1f6e23d3d..90d9df8fea 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsGetResponse.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsGetResponse.cs @@ -18,6 +18,7 @@ public class FunctionsGetResponse : BaseCollectionPaginationCountResponse, IPars /// /// 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 new FunctionsGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class FunctionsGetResponse : BaseCollectionPaginationCountResponse, IPars /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(AttributeMappingFunctionSchema.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.cs index 111837cff4..88a6e5a6a6 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.cs @@ -21,6 +21,7 @@ public class FunctionsRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function functions /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function functions"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (servicePrincipalId is not null) requestInfo.PathParameters.Add("servicePrincipal%2Did", servicePrincipalId); if (synchronizationTemplateId is not null) requestInfo.PathParameters.Add("synchronizationTemplate%2Did", synchronizationTemplateId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FunctionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public FunctionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/functions(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public FunctionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/functions(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new FunctionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public FunctionsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/functions(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public FunctionsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/functions(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function functions /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class FunctionsRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.cs b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.cs index 90273a11b5..7209aed515 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionPostRequestBody.cs @@ -34,7 +34,7 @@ public class ParseExpressionPostRequestBody : IAdditionalDataHolder, IParsable { public ExpressionInputObject TestInputObject { get; set; } #endif /// - /// Instantiates a new parseExpressionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ParseExpressionPostRequestBody() { AdditionalData = new Dictionary(); @@ -42,6 +42,7 @@ public ParseExpressionPostRequestBody() { /// /// 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 ParseExpressionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -50,6 +51,7 @@ public static ParseExpressionPostRequestBody CreateFromDiscriminatorValue(IParse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"expression", n => { Expression = n.GetStringValue(); } }, diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs index 0ebc5e6b12..b1f97dc308 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.cs @@ -23,6 +23,7 @@ public class ParseExpressionRequestBuilder : BaseCliRequestBuilder { /// Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ParseExpressionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParseExpressionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/parseExpression", pathParameters) { } /// - /// Instantiates a new ParseExpressionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParseExpressionRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema/parseExpression", rawUrl) { @@ -90,6 +91,7 @@ public ParseExpressionRequestBuilder(string rawUrl) : base("{+baseurl}/servicePr /// /// Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID. /// + /// 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/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/SchemaRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/SchemaRequestBuilder.cs index 7f98e37644..566f83077d 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/SchemaRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/Schema/SchemaRequestBuilder.cs @@ -26,6 +26,7 @@ public class SchemaRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property schema for servicePrincipals /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property schema for servicePrincipals"; @@ -65,6 +66,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema entity. /// + /// A public Command BuildDirectoriesNavCommand() { var command = new Command("directories"); command.Description = "Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema entity."; @@ -90,6 +92,7 @@ public Command BuildDirectoriesNavCommand() { /// /// Provides operations to call the filterOperators method. /// + /// A public Command BuildFilterOperatorsNavCommand() { var command = new Command("filter-operators"); command.Description = "Provides operations to call the filterOperators method."; @@ -105,6 +108,7 @@ public Command BuildFilterOperatorsNavCommand() { /// /// Provides operations to call the functions method. /// + /// A public Command BuildFunctionsNavCommand() { var command = new Command("functions"); command.Description = "Provides operations to call the functions method."; @@ -120,6 +124,7 @@ public Command BuildFunctionsNavCommand() { /// /// Default synchronization schema for the jobs based on this template. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Default synchronization schema for the jobs based on this template."; @@ -176,6 +181,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the parseExpression method. /// + /// A public Command BuildParseExpressionNavCommand() { var command = new Command("parse-expression"); command.Description = "Provides operations to call the parseExpression method."; @@ -191,6 +197,7 @@ public Command BuildParseExpressionNavCommand() { /// /// Update the navigation property schema in servicePrincipals /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property schema in servicePrincipals"; @@ -244,13 +251,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new SchemaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SchemaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SchemaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SchemaRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema{?%24expand,%24select}", rawUrl) { @@ -258,6 +265,7 @@ public SchemaRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/ /// /// Delete navigation property schema for servicePrincipals /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -266,7 +274,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -274,6 +282,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Default synchronization schema for the jobs based on this template. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -290,6 +299,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property schema in servicePrincipals /// + /// 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 @@ -300,7 +310,7 @@ public RequestInformation ToPatchRequestInformation(SynchronizationSchema body, public RequestInformation ToPatchRequestInformation(SynchronizationSchema 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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}/schema", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/SynchronizationTemplateItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/SynchronizationTemplateItemRequestBuilder.cs index 707da03b3e..17454823ca 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/SynchronizationTemplateItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Templates/Item/SynchronizationTemplateItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class SynchronizationTemplateItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property templates for servicePrincipals /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property templates for servicePrincipals"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// Preconfigured synchronization settings for a particular application. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Preconfigured synchronization settings for a particular application."; @@ -119,6 +121,7 @@ public Command BuildGetCommand() { /// Update (override) the synchronization template associated with a given application. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update (override) the synchronization template associated with a given application.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-1.0"; @@ -174,6 +177,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the schema property of the microsoft.graph.synchronizationTemplate entity. /// + /// A public Command BuildSchemaNavCommand() { var command = new Command("schema"); command.Description = "Provides operations to manage the schema property of the microsoft.graph.synchronizationTemplate entity."; @@ -198,13 +202,13 @@ public Command BuildSchemaNavCommand() { return command; } /// - /// Instantiates a new SynchronizationTemplateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SynchronizationTemplateItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SynchronizationTemplateItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SynchronizationTemplateItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}{?%24expand,%24select}", rawUrl) { @@ -212,6 +216,7 @@ public SynchronizationTemplateItemRequestBuilder(string rawUrl) : base("{+baseur /// /// Delete navigation property templates for servicePrincipals /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -220,7 +225,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -228,6 +233,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Preconfigured synchronization settings for a particular application. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,6 +250,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update (override) the synchronization template associated with a given application. /// + /// 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 @@ -254,7 +261,7 @@ public RequestInformation ToPatchRequestInformation(SynchronizationTemplate body public RequestInformation ToPatchRequestInformation(SynchronizationTemplate 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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates/{synchronizationTemplate%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/Synchronization/Templates/TemplatesRequestBuilder.cs b/src/generated/ServicePrincipals/Item/Synchronization/Templates/TemplatesRequestBuilder.cs index 39dc330b97..17a3dc4ab2 100644 --- a/src/generated/ServicePrincipals/Item/Synchronization/Templates/TemplatesRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/Synchronization/Templates/TemplatesRequestBuilder.cs @@ -24,6 +24,7 @@ public class TemplatesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the templates property of the microsoft.graph.synchronization 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 templates for servicePrincipals /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to templates for servicePrincipals"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// List the synchronization templates associated with a given application or service principal. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List the synchronization templates associated with a given application or service principal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0"; @@ -198,13 +202,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TemplatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TemplatesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TemplatesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TemplatesRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +216,7 @@ public TemplatesRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipa /// /// List the synchronization templates associated with a given application or service principal. /// + /// 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 templates for servicePrincipals /// + /// 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(SynchronizationTemplate body, public RequestInformation ToPostRequestInformation(SynchronizationTemplate 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}/servicePrincipals/{servicePrincipal%2Did}/synchronization/templates", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/Item/TokenIssuancePolicies/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/TokenIssuancePolicies/Count/CountRequestBuilder.cs index bf08a3498d..09a5af3820 100644 --- a/src/generated/ServicePrincipals/Item/TokenIssuancePolicies/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/TokenIssuancePolicies/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}/servicePrincipals/{servicePrincipal%2Did}/tokenIssuancePolicies/$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}/servicePrincipals/{servicePrincipal%2Did}/tokenIssuancePolicies/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/TokenIssuancePolicies/Item/TokenIssuancePolicyItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/TokenIssuancePolicies/Item/TokenIssuancePolicyItemRequestBuilder.cs index c950d62ce7..1d63092739 100644 --- a/src/generated/ServicePrincipals/Item/TokenIssuancePolicies/Item/TokenIssuancePolicyItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/TokenIssuancePolicies/Item/TokenIssuancePolicyItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class TokenIssuancePolicyItemRequestBuilder : BaseCliRequestBuilder { /// /// The tokenIssuancePolicies assigned to this service principal. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The tokenIssuancePolicies assigned to this service principal."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TokenIssuancePolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TokenIssuancePolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/tokenIssuancePolicies/{tokenIssuancePolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TokenIssuancePolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TokenIssuancePolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/tokenIssuancePolicies/{tokenIssuancePolicy%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public TokenIssuancePolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/s /// /// The tokenIssuancePolicies assigned to this service principal. /// + /// 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/ServicePrincipals/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs b/src/generated/ServicePrincipals/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs index 2f06914444..89e952fa47 100644 --- a/src/generated/ServicePrincipals/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/TokenIssuancePolicies/TokenIssuancePoliciesRequestBuilder.cs @@ -24,6 +24,7 @@ public class TokenIssuancePoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tokenIssuancePolicies property of the microsoft.graph.servicePrincipal entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new TokenIssuancePolicyItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The tokenIssuancePolicies assigned to this service principal. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The tokenIssuancePolicies assigned to this service principal."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TokenIssuancePoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TokenIssuancePoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/tokenIssuancePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TokenIssuancePoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TokenIssuancePoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/tokenIssuancePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public TokenIssuancePoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/ser /// /// The tokenIssuancePolicies assigned to this service principal. /// + /// 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/ServicePrincipals/Item/TokenLifetimePolicies/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/TokenLifetimePolicies/Count/CountRequestBuilder.cs index da84560c4a..d20b5779e1 100644 --- a/src/generated/ServicePrincipals/Item/TokenLifetimePolicies/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/TokenLifetimePolicies/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}/servicePrincipals/{servicePrincipal%2Did}/tokenLifetimePolicies/$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}/servicePrincipals/{servicePrincipal%2Did}/tokenLifetimePolicies/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilder.cs index e8340d566c..a51ab2f67f 100644 --- a/src/generated/ServicePrincipals/Item/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/TokenLifetimePolicies/Item/TokenLifetimePolicyItemRequestBuilder.cs @@ -19,49 +19,10 @@ namespace ApiSdk.ServicePrincipals.Item.TokenLifetimePolicies.Item { /// Provides operations to manage the tokenLifetimePolicies property of the microsoft.graph.servicePrincipal entity. /// public class TokenLifetimePolicyItemRequestBuilder : BaseCliRequestBuilder { - /// - /// Remove a tokenLifetimePolicy object from a service principal. - /// Find more info here - /// - public Command BuildDeleteCommand() { - var command = new Command("delete"); - command.Description = "Remove a tokenLifetimePolicy object from a service principal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-delete-tokenlifetimepolicies?view=graph-rest-1.0"; - var servicePrincipalIdOption = new Option("--service-principal-id", description: "The unique identifier of servicePrincipal") { - }; - servicePrincipalIdOption.IsRequired = true; - command.AddOption(servicePrincipalIdOption); - var tokenLifetimePolicyIdOption = new Option("--token-lifetime-policy-id", description: "The unique identifier of tokenLifetimePolicy") { - }; - tokenLifetimePolicyIdOption.IsRequired = true; - command.AddOption(tokenLifetimePolicyIdOption); - var ifMatchOption = new Option("--if-match", description: "ETag") { - Arity = ArgumentArity.ZeroOrMore - }; - ifMatchOption.IsRequired = false; - command.AddOption(ifMatchOption); - command.SetHandler(async (invocationContext) => { - var servicePrincipalId = invocationContext.ParseResult.GetValueForOption(servicePrincipalIdOption); - var tokenLifetimePolicyId = invocationContext.ParseResult.GetValueForOption(tokenLifetimePolicyIdOption); - var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); - var cancellationToken = invocationContext.GetCancellationToken(); - var reqAdapter = invocationContext.GetRequestAdapter(); - var requestInfo = ToDeleteRequestInformation(q => { - }); - if (servicePrincipalId is not null) requestInfo.PathParameters.Add("servicePrincipal%2Did", servicePrincipalId); - if (tokenLifetimePolicyId is not null) requestInfo.PathParameters.Add("tokenLifetimePolicy%2Did", tokenLifetimePolicyId); - if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); - var errorMapping = new Dictionary> { - {"4XX", ODataError.CreateFromDiscriminatorValue}, - {"5XX", ODataError.CreateFromDiscriminatorValue}, - }; - await reqAdapter.SendNoContentAsync(requestInfo, errorMapping: errorMapping, cancellationToken: cancellationToken); - Console.WriteLine("Success"); - }); - return command; - } /// /// The tokenLifetimePolicies assigned to this service principal. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The tokenLifetimePolicies assigned to this service principal."; @@ -116,36 +77,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new TokenLifetimePolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TokenLifetimePolicyItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/tokenLifetimePolicies/{tokenLifetimePolicy%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TokenLifetimePolicyItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TokenLifetimePolicyItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/tokenLifetimePolicies/{tokenLifetimePolicy%2Did}{?%24expand,%24select}", rawUrl) { } /// - /// Remove a tokenLifetimePolicy object from a service principal. - /// - /// Configuration for the request such as headers, query parameters, and middleware options. -#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER -#nullable enable - public RequestInformation ToDeleteRequestInformation(Action>? requestConfiguration = default) { -#nullable restore -#else - public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { -#endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); - requestInfo.Configure(requestConfiguration); - requestInfo.Headers.TryAdd("Accept", "application/json"); - return requestInfo; - } - /// /// The tokenLifetimePolicies assigned to this service principal. /// + /// 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/ServicePrincipals/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs b/src/generated/ServicePrincipals/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs index 368a5aeee6..29eb9bd3a7 100644 --- a/src/generated/ServicePrincipals/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/TokenLifetimePolicies/TokenLifetimePoliciesRequestBuilder.cs @@ -24,16 +24,17 @@ public class TokenLifetimePoliciesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the tokenLifetimePolicies property of the microsoft.graph.servicePrincipal entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new TokenLifetimePolicyItemRequestBuilder(PathParameters); - executables.Add(builder.BuildDeleteCommand()); executables.Add(builder.BuildGetCommand()); return new(executables, new(0)); } /// /// 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."; @@ -50,6 +51,7 @@ public Command BuildCountNavCommand() { /// List the tokenLifetimePolicy objects that are assigned to a servicePrincipal. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to a service principal. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "List the tokenLifetimePolicy objects that are assigned to a servicePrincipal. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to a service principal.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-1.0"; @@ -146,13 +148,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TokenLifetimePoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TokenLifetimePoliciesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/tokenLifetimePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TokenLifetimePoliciesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TokenLifetimePoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/tokenLifetimePolicies{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +162,7 @@ public TokenLifetimePoliciesRequestBuilder(string rawUrl) : base("{+baseurl}/ser /// /// List the tokenLifetimePolicy objects that are assigned to a servicePrincipal. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to a service principal. /// + /// 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/ServicePrincipals/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs index 576438ad20..162284de72 100644 --- a/src/generated/ServicePrincipals/Item/TransitiveMemberOf/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/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"; @@ -66,13 +67,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}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/$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}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs index 9ccce08929..57987014dd 100644 --- a/src/generated/ServicePrincipals/Item/TransitiveMemberOf/GraphAdministrativeUnit/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/GraphAdministrativeUnit/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"; @@ -66,13 +67,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}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/graph.administrativeUnit/$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}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/graph.administrativeUnit/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index 8598754465..50a47e288b 100644 --- a/src/generated/ServicePrincipals/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphAdministrativeUnitRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAdministrativeUnitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/graph.administrativeUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/graph.administrativeUnit{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/s /// /// Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection /// + /// 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/ServicePrincipals/Item/TransitiveMemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs index 17f366feef..57259147b8 100644 --- a/src/generated/ServicePrincipals/Item/TransitiveMemberOf/GraphDirectoryRole/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/GraphDirectoryRole/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"; @@ -66,13 +67,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}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/graph.directoryRole/$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}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/graph.directoryRole/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/TransitiveMemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs index 8b89941f92..4d62e2edfb 100644 --- a/src/generated/ServicePrincipals/Item/TransitiveMemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphDirectoryRoleRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.directoryRole in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.directoryRole in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphDirectoryRoleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphDirectoryRoleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/graph.directoryRole{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphDirectoryRoleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphDirectoryRoleRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/graph.directoryRole{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphDirectoryRoleRequestBuilder(string rawUrl) : base("{+baseurl}/servic /// /// Get the items of type microsoft.graph.directoryRole in the microsoft.graph.directoryObject collection /// + /// 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/ServicePrincipals/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs index 09ff514eb8..2e54a0d17e 100644 --- a/src/generated/ServicePrincipals/Item/TransitiveMemberOf/GraphGroup/Count/CountRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/GraphGroup/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"; @@ -66,13 +67,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}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/graph.group/$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}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/graph.group/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{ /// /// 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/ServicePrincipals/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs index 4c8a3f56fa..5880753e64 100644 --- a/src/generated/ServicePrincipals/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/GraphGroup/GraphGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection"; @@ -141,13 +143,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/graph.group{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -155,6 +157,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincip /// /// Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection /// + /// 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/ServicePrincipals/Item/TransitiveMemberOf/Item/DirectoryObjectItemRequestBuilder.cs b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/Item/DirectoryObjectItemRequestBuilder.cs index e407555c3a..b6a1819736 100644 --- a/src/generated/ServicePrincipals/Item/TransitiveMemberOf/Item/DirectoryObjectItemRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/Item/DirectoryObjectItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class DirectoryObjectItemRequestBuilder : BaseCliRequestBuilder { /// /// Get transitiveMemberOf from servicePrincipals /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get transitiveMemberOf from servicePrincipals"; @@ -88,6 +89,7 @@ public Command BuildGetCommand() { /// /// Casts the previous resource to administrativeUnit. /// + /// A public Command BuildGraphAdministrativeUnitByIdNavCommand() { var command = new Command("graph-administrative-unit-by-id"); command.Description = "Casts the previous resource to administrativeUnit."; @@ -103,6 +105,7 @@ public Command BuildGraphAdministrativeUnitByIdNavCommand() { /// /// Casts the previous resource to directoryRole. /// + /// A public Command BuildGraphDirectoryRoleByIdNavCommand() { var command = new Command("graph-directory-role-by-id"); command.Description = "Casts the previous resource to directoryRole."; @@ -118,6 +121,7 @@ public Command BuildGraphDirectoryRoleByIdNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupByIdNavCommand() { var command = new Command("graph-group-by-id"); command.Description = "Casts the previous resource to group."; @@ -131,13 +135,13 @@ public Command BuildGraphGroupByIdNavCommand() { return command; } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DirectoryObjectItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/{directoryObject%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DirectoryObjectItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/{directoryObject%2Did}{?%24expand,%24select}", rawUrl) { @@ -145,6 +149,7 @@ public DirectoryObjectItemRequestBuilder(string rawUrl) : base("{+baseurl}/servi /// /// Get transitiveMemberOf from servicePrincipals /// + /// 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/ServicePrincipals/Item/TransitiveMemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs index 3c78f51118..8774a97b8d 100644 --- a/src/generated/ServicePrincipals/Item/TransitiveMemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/Item/GraphAdministrativeUnit/GraphAdministrativeUnitRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphAdministrativeUnitRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphAdministrativeUnitRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/{directoryObject%2Did}/graph.administrativeUnit{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphAdministrativeUnitRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/{directoryObject%2Did}/graph.administrativeUnit{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphAdministrativeUnitRequestBuilder(string rawUrl) : base("{+baseurl}/s /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit /// + /// 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/ServicePrincipals/Item/TransitiveMemberOf/Item/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/Item/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs index c560be52f4..64c1316be6 100644 --- a/src/generated/ServicePrincipals/Item/TransitiveMemberOf/Item/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/Item/GraphDirectoryRole/GraphDirectoryRoleRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphDirectoryRoleRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.directoryRole /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.directoryRole"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphDirectoryRoleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphDirectoryRoleRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/{directoryObject%2Did}/graph.directoryRole{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphDirectoryRoleRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphDirectoryRoleRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/{directoryObject%2Did}/graph.directoryRole{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphDirectoryRoleRequestBuilder(string rawUrl) : base("{+baseurl}/servic /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.directoryRole /// + /// 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/ServicePrincipals/Item/TransitiveMemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs index 239eb3b7a5..fcd95b09f9 100644 --- a/src/generated/ServicePrincipals/Item/TransitiveMemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/Item/GraphGroup/GraphGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class GraphGroupRequestBuilder : BaseCliRequestBuilder { /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the item of type microsoft.graph.directoryObject as microsoft.graph.group"; @@ -83,13 +84,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GraphGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/{directoryObject%2Did}/graph.group{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GraphGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf/{directoryObject%2Did}/graph.group{?%24expand,%24select}", rawUrl) { @@ -97,6 +98,7 @@ public GraphGroupRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincip /// /// Get the item of type microsoft.graph.directoryObject as microsoft.graph.group /// + /// 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/ServicePrincipals/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs index 0c54a8aae8..1f81a0f774 100644 --- a/src/generated/ServicePrincipals/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs +++ b/src/generated/ServicePrincipals/Item/TransitiveMemberOf/TransitiveMemberOfRequestBuilder.cs @@ -27,6 +27,7 @@ public class TransitiveMemberOfRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the transitiveMemberOf property of the microsoft.graph.servicePrincipal entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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() { /// /// Casts the previous resource to administrativeUnit. /// + /// A public Command BuildGraphAdministrativeUnitNavCommand() { var command = new Command("graph-administrative-unit"); command.Description = "Casts the previous resource to administrativeUnit."; @@ -76,6 +79,7 @@ public Command BuildGraphAdministrativeUnitNavCommand() { /// /// Casts the previous resource to directoryRole. /// + /// A public Command BuildGraphDirectoryRoleNavCommand() { var command = new Command("graph-directory-role"); command.Description = "Casts the previous resource to directoryRole."; @@ -97,6 +101,7 @@ public Command BuildGraphDirectoryRoleNavCommand() { /// /// Casts the previous resource to group. /// + /// A public Command BuildGraphGroupNavCommand() { var command = new Command("graph-group"); command.Description = "Casts the previous resource to group."; @@ -119,6 +124,7 @@ public Command BuildGraphGroupNavCommand() { /// Get transitiveMemberOf from servicePrincipals /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get transitiveMemberOf from servicePrincipals\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-1.0"; @@ -222,13 +228,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TransitiveMemberOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TransitiveMemberOfRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TransitiveMemberOfRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TransitiveMemberOfRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/{servicePrincipal%2Did}/transitiveMemberOf{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -236,6 +242,7 @@ public TransitiveMemberOfRequestBuilder(string rawUrl) : base("{+baseurl}/servic /// /// Get transitiveMemberOf from servicePrincipals /// + /// 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/ServicePrincipals/ServicePrincipalsRequestBuilder.cs b/src/generated/ServicePrincipals/ServicePrincipalsRequestBuilder.cs index c93f8e3e86..df62cbb1db 100644 --- a/src/generated/ServicePrincipals/ServicePrincipalsRequestBuilder.cs +++ b/src/generated/ServicePrincipals/ServicePrincipalsRequestBuilder.cs @@ -28,6 +28,7 @@ public class ServicePrincipalsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of servicePrincipal entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -68,6 +69,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."; @@ -84,6 +86,7 @@ public Command BuildCountNavCommand() { /// Create a new servicePrincipal object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new servicePrincipal object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0"; @@ -127,6 +130,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the delta method. /// + /// A public Command BuildDeltaNavCommand() { var command = new Command("delta"); command.Description = "Provides operations to call the delta method."; @@ -142,6 +146,7 @@ public Command BuildDeltaNavCommand() { /// /// Provides operations to call the getAvailableExtensionProperties method. /// + /// A public Command BuildGetAvailableExtensionPropertiesNavCommand() { var command = new Command("get-available-extension-properties"); command.Description = "Provides operations to call the getAvailableExtensionProperties method."; @@ -157,6 +162,7 @@ public Command BuildGetAvailableExtensionPropertiesNavCommand() { /// /// Provides operations to call the getByIds method. /// + /// A public Command BuildGetByIdsNavCommand() { var command = new Command("get-by-ids"); command.Description = "Provides operations to call the getByIds method."; @@ -173,6 +179,7 @@ public Command BuildGetByIdsNavCommand() { /// Retrieve a list of servicePrincipal objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of servicePrincipal objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0"; @@ -272,6 +279,7 @@ public Command BuildListCommand() { /// /// Provides operations to call the validateProperties method. /// + /// A public Command BuildValidatePropertiesNavCommand() { var command = new Command("validate-properties"); command.Description = "Provides operations to call the validateProperties method."; @@ -285,13 +293,13 @@ public Command BuildValidatePropertiesNavCommand() { return command; } /// - /// Instantiates a new ServicePrincipalsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServicePrincipalsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServicePrincipalsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServicePrincipalsRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -299,6 +307,7 @@ public ServicePrincipalsRequestBuilder(string rawUrl) : base("{+baseurl}/service /// /// Retrieve a list of servicePrincipal objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -315,6 +324,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new servicePrincipal 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 @@ -325,7 +335,7 @@ public RequestInformation ToPostRequestInformation(ServicePrincipal body, Action public RequestInformation ToPostRequestInformation(ServicePrincipal 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}/servicePrincipals", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/ServicePrincipals/ValidateProperties/ValidatePropertiesPostRequestBody.cs b/src/generated/ServicePrincipals/ValidateProperties/ValidatePropertiesPostRequestBody.cs index 44b9bef66a..f1b8ba71f7 100644 --- a/src/generated/ServicePrincipals/ValidateProperties/ValidatePropertiesPostRequestBody.cs +++ b/src/generated/ServicePrincipals/ValidateProperties/ValidatePropertiesPostRequestBody.cs @@ -35,7 +35,7 @@ public class ValidatePropertiesPostRequestBody : IAdditionalDataHolder, IParsabl /// The onBehalfOfUserId property public Guid? OnBehalfOfUserId { get; set; } /// - /// Instantiates a new validatePropertiesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public ValidatePropertiesPostRequestBody() { AdditionalData = new Dictionary(); @@ -43,6 +43,7 @@ public ValidatePropertiesPostRequestBody() { /// /// 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 ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -51,6 +52,7 @@ public static ValidatePropertiesPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"displayName", n => { DisplayName = n.GetStringValue(); } }, diff --git a/src/generated/ServicePrincipals/ValidateProperties/ValidatePropertiesRequestBuilder.cs b/src/generated/ServicePrincipals/ValidateProperties/ValidatePropertiesRequestBuilder.cs index 52512c5c72..13d3d7bbf5 100644 --- a/src/generated/ServicePrincipals/ValidateProperties/ValidatePropertiesRequestBuilder.cs +++ b/src/generated/ServicePrincipals/ValidateProperties/ValidatePropertiesRequestBuilder.cs @@ -22,6 +22,7 @@ public class ValidatePropertiesRequestBuilder : BaseCliRequestBuilder { /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0"; @@ -53,13 +54,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ValidatePropertiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals/validateProperties", pathParameters) { } /// - /// Instantiates a new ValidatePropertiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals/validateProperties", rawUrl) { @@ -67,6 +68,7 @@ public ValidatePropertiesRequestBuilder(string rawUrl) : base("{+baseurl}/servic /// /// Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:1. Validate the prefix and suffix naming policy2. Validate the custom banned words policy3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy. /// + /// 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/ServicePrincipalsWithAppId/ServicePrincipalsWithAppIdRequestBuilder.cs b/src/generated/ServicePrincipalsWithAppId/ServicePrincipalsWithAppIdRequestBuilder.cs index cd2d6ff73d..6825743a0a 100644 --- a/src/generated/ServicePrincipalsWithAppId/ServicePrincipalsWithAppIdRequestBuilder.cs +++ b/src/generated/ServicePrincipalsWithAppId/ServicePrincipalsWithAppIdRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServicePrincipalsWithAppIdRequestBuilder : BaseCliRequestBuilder { /// Delete a servicePrincipal object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a servicePrincipal object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0"; @@ -57,6 +58,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a servicePrincipal object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a servicePrincipal object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0"; @@ -107,6 +109,7 @@ public Command BuildGetCommand() { /// /// Update entity in servicePrincipals by appId /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in servicePrincipals by appId"; @@ -154,13 +157,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ServicePrincipalsWithAppIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServicePrincipalsWithAppIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/servicePrincipals(appId='{appId}'){?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ServicePrincipalsWithAppIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServicePrincipalsWithAppIdRequestBuilder(string rawUrl) : base("{+baseurl}/servicePrincipals(appId='{appId}'){?%24expand,%24select}", rawUrl) { @@ -168,6 +171,7 @@ public ServicePrincipalsWithAppIdRequestBuilder(string rawUrl) : base("{+baseurl /// /// Delete a servicePrincipal 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 @@ -176,7 +180,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/servicePrincipals(appId='{appId}')", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -184,6 +188,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a servicePrincipal 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 @@ -200,6 +205,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in servicePrincipals by appId /// + /// 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 @@ -210,7 +216,7 @@ public RequestInformation ToPatchRequestInformation(ServicePrincipal body, Actio public RequestInformation ToPatchRequestInformation(ServicePrincipal 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}/servicePrincipals(appId='{appId}')", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Count/CountRequestBuilder.cs b/src/generated/Shares/Count/CountRequestBuilder.cs index 7d38c4874c..5981c02257 100644 --- a/src/generated/Shares/Count/CountRequestBuilder.cs +++ b/src/generated/Shares/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}/shares/$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}/shares/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/shares/$count{?%24f /// /// 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/Shares/Item/CreatedByUser/CreatedByUserRequestBuilder.cs b/src/generated/Shares/Item/CreatedByUser/CreatedByUserRequestBuilder.cs index 357a28d778..b9c8afbb1f 100644 --- a/src/generated/Shares/Item/CreatedByUser/CreatedByUserRequestBuilder.cs +++ b/src/generated/Shares/Item/CreatedByUser/CreatedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class CreatedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who created the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who created the item. Read-only."; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -90,6 +92,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -109,13 +112,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/createdByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/createdByUser{?%24expand,%24select}", rawUrl) { @@ -123,6 +126,7 @@ public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sha /// /// Identity of the user who created the item. 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 diff --git a/src/generated/Shares/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Shares/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index 1cab487680..1c2b0a801b 100644 --- a/src/generated/Shares/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Shares/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -119,13 +121,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -133,6 +135,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{s /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -149,6 +152,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -159,7 +163,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/shares/{sharedDriveItem%2Did}/createdByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Shares/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index de7baac4b1..6e52c29bdb 100644 --- a/src/generated/Shares/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Shares/Item/CreatedByUser/ServiceProvisioningErrors/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"; @@ -66,13 +67,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}/shares/{sharedDriveItem%2Did}/createdByUser/serviceProvisioningErrors/$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}/shares/{sharedDriveItem%2Did}/createdByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -80,6 +81,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// 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/Shares/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Shares/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index c768fcc1df..d6f1c234bc 100644 --- a/src/generated/Shares/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Shares/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Shares/Item/DriveItem/Content/ContentRequestBuilder.cs b/src/generated/Shares/Item/DriveItem/Content/ContentRequestBuilder.cs index 94988fc55c..b666c33a39 100644 --- a/src/generated/Shares/Item/DriveItem/Content/ContentRequestBuilder.cs +++ b/src/generated/Shares/Item/DriveItem/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The content stream, if the item represents a file. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream, if the item represents a file.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0"; @@ -30,14 +31,20 @@ public Command BuildGetCommand() { }; sharedDriveItemIdOption.IsRequired = true; command.AddOption(sharedDriveItemIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { var sharedDriveItemId = invocationContext.ParseResult.GetValueForOption(sharedDriveItemIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (sharedDriveItemId is not null) requestInfo.PathParameters.Add("sharedDriveItem%2Did", sharedDriveItemId); var errorMapping = new Dictionary> { @@ -61,6 +68,7 @@ public Command BuildGetCommand() { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream, if the item represents a file."; @@ -105,27 +113,28 @@ 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}/shares/{sharedDriveItem%2Did}/driveItem/content", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/driveItem/content{?%24format*}", 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}/shares/{sharedDriveItem%2Did}/driveItem/content", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/driveItem/content{?%24format*}", rawUrl) { } /// /// The content stream, if the item represents a file. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -135,6 +144,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream, if the item represents a file. /// + /// 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 @@ -145,11 +155,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/shares/{sharedDriveItem%2Did}/driveItem/content", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// The content stream, if the item represents a file. + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Shares/Item/DriveItem/DriveItemRequestBuilder.cs b/src/generated/Shares/Item/DriveItem/DriveItemRequestBuilder.cs index c21610df71..52cc2c7e07 100644 --- a/src/generated/Shares/Item/DriveItem/DriveItemRequestBuilder.cs +++ b/src/generated/Shares/Item/DriveItem/DriveItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DriveItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the sharedDriveItem entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the sharedDriveItem entity."; @@ -40,6 +41,7 @@ public Command BuildContentNavCommand() { /// Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0"; @@ -88,13 +90,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/driveItem{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/driveItem{?%24expand,%24select}", rawUrl) { @@ -102,6 +104,7 @@ public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedD /// /// Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. /// + /// 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/Shares/Item/Items/Count/CountRequestBuilder.cs b/src/generated/Shares/Item/Items/Count/CountRequestBuilder.cs index afcb84b7d4..3795ec4d5a 100644 --- a/src/generated/Shares/Item/Items/Count/CountRequestBuilder.cs +++ b/src/generated/Shares/Item/Items/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}/shares/{sharedDriveItem%2Did}/items/$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}/shares/{sharedDriveItem%2Did}/items/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// 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/Shares/Item/Items/Item/Content/ContentRequestBuilder.cs b/src/generated/Shares/Item/Items/Item/Content/ContentRequestBuilder.cs index e384ecc939..b28168373c 100644 --- a/src/generated/Shares/Item/Items/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Shares/Item/Items/Item/Content/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream, if the item represents a file."; @@ -33,15 +34,21 @@ public Command BuildGetCommand() { }; driveItemIdOption.IsRequired = true; command.AddOption(driveItemIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { var sharedDriveItemId = invocationContext.ParseResult.GetValueForOption(sharedDriveItemIdOption); var driveItemId = invocationContext.ParseResult.GetValueForOption(driveItemIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (sharedDriveItemId is not null) requestInfo.PathParameters.Add("sharedDriveItem%2Did", sharedDriveItemId); if (driveItemId is not null) requestInfo.PathParameters.Add("driveItem%2Did", driveItemId); @@ -66,6 +73,7 @@ public Command BuildGetCommand() { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream, if the item represents a file."; @@ -116,27 +124,28 @@ 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}/shares/{sharedDriveItem%2Did}/items/{driveItem%2Did}/content", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/items/{driveItem%2Did}/content{?%24format*}", 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}/shares/{sharedDriveItem%2Did}/items/{driveItem%2Did}/content", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/items/{driveItem%2Did}/content{?%24format*}", rawUrl) { } /// /// The content stream, if the item represents a file. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -146,6 +155,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream, if the item represents a file. /// + /// 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 @@ -156,11 +166,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/shares/{sharedDriveItem%2Did}/items/{driveItem%2Did}/content", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// The content stream, if the item represents a file. + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Shares/Item/Items/Item/DriveItemItemRequestBuilder.cs b/src/generated/Shares/Item/Items/Item/DriveItemItemRequestBuilder.cs index 0ca127da87..ee1cf9260a 100644 --- a/src/generated/Shares/Item/Items/Item/DriveItemItemRequestBuilder.cs +++ b/src/generated/Shares/Item/Items/Item/DriveItemItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DriveItemItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the sharedDriveItem entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the sharedDriveItem entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// All driveItems contained in the sharing root. This collection cannot be enumerated. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "All driveItems contained in the sharing root. This collection cannot be enumerated."; @@ -93,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/items/{driveItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/items/{driveItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -107,6 +109,7 @@ public DriveItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sha /// /// All driveItems contained in the sharing root. This collection cannot be enumerated. /// + /// 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/Shares/Item/Items/ItemsRequestBuilder.cs b/src/generated/Shares/Item/Items/ItemsRequestBuilder.cs index 419333111d..c2021451e0 100644 --- a/src/generated/Shares/Item/Items/ItemsRequestBuilder.cs +++ b/src/generated/Shares/Item/Items/ItemsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ItemsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the items property of the microsoft.graph.sharedDriveItem entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// All driveItems contained in the sharing root. This collection cannot be enumerated. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "All driveItems contained in the sharing root. This collection cannot be enumerated."; @@ -146,13 +149,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +163,7 @@ public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// All driveItems contained in the sharing root. This collection cannot be enumerated. /// + /// 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/Shares/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs b/src/generated/Shares/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs index bd9e119eaa..f653264a66 100644 --- a/src/generated/Shares/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs +++ b/src/generated/Shares/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class LastModifiedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who last modified the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who last modified the item. Read-only."; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -90,6 +92,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -109,13 +112,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/lastModifiedByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/lastModifiedByUser{?%24expand,%24select}", rawUrl) { @@ -123,6 +126,7 @@ public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/shares /// /// Identity of the user who last modified the item. 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 diff --git a/src/generated/Shares/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Shares/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index 6f7b88e3d8..b1108dd7ed 100644 --- a/src/generated/Shares/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Shares/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -119,13 +121,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -133,6 +135,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{s /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -149,6 +152,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -159,7 +163,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/shares/{sharedDriveItem%2Did}/lastModifiedByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Shares/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index b7a220f299..76e6b8800d 100644 --- a/src/generated/Shares/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Shares/Item/LastModifiedByUser/ServiceProvisioningErrors/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}/shares/{sharedDriveItem%2Did}/lastModifiedByUser/serviceProvisioningErrors/$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}/shares/{sharedDriveItem%2Did}/lastModifiedByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// 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/Shares/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Shares/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index efba434f23..c7892b7f78 100644 --- a/src/generated/Shares/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Shares/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Shares/Item/List/Columns/ColumnsRequestBuilder.cs b/src/generated/Shares/Item/List/Columns/ColumnsRequestBuilder.cs index 3c1e0f0b37..ddc2049d82 100644 --- a/src/generated/Shares/Item/List/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Columns/ColumnsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columns property of the microsoft.graph.list 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDri /// /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition]. /// + /// 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(ColumnDefinition body, Action public RequestInformation ToPostRequestInformation(ColumnDefinition 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}/shares/{sharedDriveItem%2Did}/list/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/Columns/Count/CountRequestBuilder.cs b/src/generated/Shares/Item/List/Columns/Count/CountRequestBuilder.cs index a0a903d318..8b25317a52 100644 --- a/src/generated/Shares/Item/List/Columns/Count/CountRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Columns/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}/shares/{sharedDriveItem%2Did}/list/columns/$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}/shares/{sharedDriveItem%2Did}/list/columns/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// 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/Shares/Item/List/Columns/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Shares/Item/List/Columns/Item/ColumnDefinitionItemRequestBuilder.cs index 046295787e..640607ddff 100644 --- a/src/generated/Shares/Item/List/Columns/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Columns/Item/ColumnDefinitionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property columns for shares /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property columns for shares"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// The collection of field definitions for this list. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of field definitions for this list."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property columns in shares /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property columns in shares"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. /// + /// A public Command BuildSourceColumnNavCommand() { var command = new Command("source-column"); command.Description = "Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity."; @@ -186,13 +190,13 @@ public Command BuildSourceColumnNavCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/columns/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/columns/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -200,6 +204,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/shar /// /// Delete navigation property columns for shares /// + /// 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}/shares/{sharedDriveItem%2Did}/list/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -216,6 +221,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of field definitions for this list. /// + /// 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 columns in shares /// + /// 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(ColumnDefinition body, Actio public RequestInformation ToPatchRequestInformation(ColumnDefinition 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}/shares/{sharedDriveItem%2Did}/list/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs b/src/generated/Shares/Item/List/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs index 466b81911d..88fb50d827 100644 --- a/src/generated/Shares/Item/List/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs @@ -22,6 +22,7 @@ public class SourceColumnRequestBuilder : BaseCliRequestBuilder { /// /// The source column for the content type column. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The source column for the content type column."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SourceColumnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{shar /// /// The source column for the content type column. /// + /// 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/Shares/Item/List/ContentTypes/AddCopy/AddCopyPostRequestBody.cs b/src/generated/Shares/Item/List/ContentTypes/AddCopy/AddCopyPostRequestBody.cs index f9483af6bf..0d1ab8555e 100644 --- a/src/generated/Shares/Item/List/ContentTypes/AddCopy/AddCopyPostRequestBody.cs +++ b/src/generated/Shares/Item/List/ContentTypes/AddCopy/AddCopyPostRequestBody.cs @@ -17,7 +17,7 @@ public class AddCopyPostRequestBody : IAdditionalDataHolder, IParsable { public string ContentType { get; set; } #endif /// - /// Instantiates a new addCopyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddCopyPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AddCopyPostRequestBody() { /// /// 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 AddCopyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static AddCopyPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contentType", n => { ContentType = n.GetStringValue(); } }, diff --git a/src/generated/Shares/Item/List/ContentTypes/AddCopy/AddCopyRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/AddCopy/AddCopyRequestBuilder.cs index 2745a1fbfd..6ef48405ae 100644 --- a/src/generated/Shares/Item/List/ContentTypes/AddCopy/AddCopyRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/AddCopy/AddCopyRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddCopyRequestBuilder : BaseCliRequestBuilder { /// Add a copy of a [content type][contentType] from a [site][site] to a [list][list]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add a copy of a [content type][contentType] from a [site][site] to a [list][list].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddCopyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddCopyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/addCopy", pathParameters) { } /// - /// Instantiates a new AddCopyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddCopyRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/addCopy", rawUrl) { @@ -84,6 +85,7 @@ public AddCopyRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDri /// /// Add a copy of a [content type][contentType] from a [site][site] to a [list][list]. /// + /// 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/Shares/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs b/src/generated/Shares/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs index c77e7c322f..bfcad7b26a 100644 --- a/src/generated/Shares/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs +++ b/src/generated/Shares/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs @@ -17,7 +17,7 @@ public class AddCopyFromContentTypeHubPostRequestBody : IAdditionalDataHolder, I public string ContentTypeId { get; set; } #endif /// - /// Instantiates a new addCopyFromContentTypeHubPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddCopyFromContentTypeHubPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AddCopyFromContentTypeHubPostRequestBody() { /// /// 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 AddCopyFromContentTypeHubPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static AddCopyFromContentTypeHubPostRequestBody CreateFromDiscriminatorVa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contentTypeId", n => { ContentTypeId = n.GetStringValue(); } }, diff --git a/src/generated/Shares/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs index e33fb77cd2..222d5dcc78 100644 --- a/src/generated/Shares/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddCopyFromContentTypeHubRequestBuilder : BaseCliRequestBuilder { /// Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddCopyFromContentTypeHubRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddCopyFromContentTypeHubRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/addCopyFromContentTypeHub", pathParameters) { } /// - /// Instantiates a new AddCopyFromContentTypeHubRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddCopyFromContentTypeHubRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/addCopyFromContentTypeHub", rawUrl) { @@ -84,6 +85,7 @@ public AddCopyFromContentTypeHubRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. /// + /// 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/Shares/Item/List/ContentTypes/ContentTypesRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/ContentTypesRequestBuilder.cs index ea2def7fcc..16447b055f 100644 --- a/src/generated/Shares/Item/List/ContentTypes/ContentTypesRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/ContentTypesRequestBuilder.cs @@ -27,6 +27,7 @@ public class ContentTypesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the addCopyFromContentTypeHub method. /// + /// A public Command BuildAddCopyFromContentTypeHubNavCommand() { var command = new Command("add-copy-from-content-type-hub"); command.Description = "Provides operations to call the addCopyFromContentTypeHub method."; @@ -42,6 +43,7 @@ public Command BuildAddCopyFromContentTypeHubNavCommand() { /// /// Provides operations to call the addCopy method. /// + /// A public Command BuildAddCopyNavCommand() { var command = new Command("add-copy"); command.Description = "Provides operations to call the addCopy method."; @@ -57,6 +59,7 @@ public Command BuildAddCopyNavCommand() { /// /// Provides operations to manage the contentTypes property of the microsoft.graph.list entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -79,6 +82,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."; @@ -94,6 +98,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to contentTypes for shares /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to contentTypes for shares"; @@ -143,6 +148,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the getCompatibleHubContentTypes method. /// + /// A public Command BuildGetCompatibleHubContentTypesNavCommand() { var command = new Command("get-compatible-hub-content-types"); command.Description = "Provides operations to call the getCompatibleHubContentTypes method."; @@ -159,6 +165,7 @@ public Command BuildGetCompatibleHubContentTypesNavCommand() { /// Get the collection of [contentType][contentType] resources in a [list][]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of [contentType][contentType] resources in a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0"; @@ -255,13 +262,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -269,6 +276,7 @@ public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{shar /// /// Get the collection of [contentType][contentType] resources in a [list][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -285,6 +293,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to contentTypes for shares /// + /// 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 @@ -295,7 +304,7 @@ public RequestInformation ToPostRequestInformation(ContentType 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}/shares/{sharedDriveItem%2Did}/list/contentTypes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/ContentTypes/Count/CountRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Count/CountRequestBuilder.cs index e7a838f74c..14f176a87c 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Count/CountRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/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}/shares/{sharedDriveItem%2Did}/list/contentTypes/$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}/shares/{sharedDriveItem%2Did}/list/contentTypes/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// 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/Shares/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs b/src/generated/Shares/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs index 52bc6a8222..f7027c07ef 100644 --- a/src/generated/Shares/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs +++ b/src/generated/Shares/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs @@ -18,6 +18,7 @@ public class GetCompatibleHubContentTypesGetResponse : BaseCollectionPaginationC /// /// 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 new GetCompatibleHubContentTypesGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetCompatibleHubContentTypesGetResponse : BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ContentType.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Shares/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs index 7074e95052..a194e07255 100644 --- a/src/generated/Shares/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetCompatibleHubContentTypesRequestBuilder : BaseCliRequestBuilder /// /// Invoke function getCompatibleHubContentTypes /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getCompatibleHubContentTypes"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (sharedDriveItemId is not null) requestInfo.PathParameters.Add("sharedDriveItem%2Did", sharedDriveItemId); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetCompatibleHubContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetCompatibleHubContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/getCompatibleHubContentTypes(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetCompatibleHubContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/getCompatibleHubContentTypes(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetCompatibleHubContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetCompatibleHubContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/getCompatibleHubContentTypes(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetCompatibleHubContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/getCompatibleHubContentTypes(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getCompatibleHubContentTypes /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class GetCompatibleHubContentTypesRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Shares/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs b/src/generated/Shares/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs index 448d653eea..3ac53d88f5 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs @@ -19,7 +19,7 @@ public class AssociateWithHubSitesPostRequestBody : IAdditionalDataHolder, IPars /// The propagateToExistingLists property public bool? PropagateToExistingLists { get; set; } /// - /// Instantiates a new associateWithHubSitesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AssociateWithHubSitesPostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public AssociateWithHubSitesPostRequestBody() { /// /// 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 AssociateWithHubSitesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static AssociateWithHubSitesPostRequestBody CreateFromDiscriminatorValue( /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"hubSiteUrls", n => { HubSiteUrls = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Shares/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs index 13e547bcea..ae53d42ef1 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssociateWithHubSitesRequestBuilder : BaseCliRequestBuilder { /// Associate a published [content type][contentType] present in a content type hub with a list of hub sites. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Associate a published [content type][contentType] present in a content type hub with a list of hub sites.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AssociateWithHubSitesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssociateWithHubSitesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/associateWithHubSites", pathParameters) { } /// - /// Instantiates a new AssociateWithHubSitesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssociateWithHubSitesRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/associateWithHubSites", rawUrl) { @@ -79,6 +80,7 @@ public AssociateWithHubSitesRequestBuilder(string rawUrl) : base("{+baseurl}/sha /// /// Associate a published [content type][contentType] present in a content type hub with a list of hub sites. /// + /// 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/Shares/Item/List/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs b/src/generated/Shares/Item/List/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs index c927782536..ac1cd96245 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs @@ -22,6 +22,7 @@ public class BaseRequestBuilderEscaped : BaseCliRequestBuilder { /// /// Parent contentType from which this content type is derived. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Parent contentType from which this content type is derived."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new BaseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BaseRequestBuilderEscaped(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/base{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BaseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BaseRequestBuilderEscaped(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/base{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public BaseRequestBuilderEscaped(string rawUrl) : base("{+baseurl}/shares/{share /// /// Parent contentType from which this content type is derived. /// + /// 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/Shares/Item/List/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs index 6fedc77b5b..1544e1fa68 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs @@ -24,6 +24,7 @@ public class BaseTypesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.Shares.Item.List.ContentTypes.Item.BaseTypes.Item.ContentTypeItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The collection of content types that are ancestors of this content type. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of content types that are ancestors of this content type."; @@ -150,13 +153,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new BaseTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BaseTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/baseTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new BaseTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BaseTypesRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/baseTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -164,6 +167,7 @@ public BaseTypesRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedD /// /// The collection of content types that are ancestors of this content type. /// + /// 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/Shares/Item/List/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs index ea6361e6d1..71feea6233 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/BaseTypes/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"; @@ -65,13 +66,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}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/baseTypes/$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}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/baseTypes/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// 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/Shares/Item/List/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs index d5912a7343..5f8de0c07b 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentTypeItemRequestBuilder : BaseCliRequestBuilder { /// /// The collection of content types that are ancestors of this content type. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of content types that are ancestors of this content type."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/baseTypes/{contentType%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/baseTypes/{contentType%2Did1}{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{s /// /// The collection of content types that are ancestors of this content type. /// + /// 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/Shares/Item/List/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs index d6be3e3e13..19945717eb 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnLinksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ColumnLinkItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to columnLinks for shares /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to columnLinks for shares"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// The collection of columns that are required by this content type. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of columns that are required by this content type."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnLinksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnLinksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columnLinks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnLinksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnLinksRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columnLinks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public ColumnLinksRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{share /// /// The collection of columns that are required by this content type. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to columnLinks for shares /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(ColumnLink 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}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columnLinks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs index ad7ef6a2d9..7bf960a782 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/ColumnLinks/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"; @@ -65,13 +66,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}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columnLinks/$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}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columnLinks/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// 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/Shares/Item/List/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs index 866be36fc5..14b6620548 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ColumnLinkItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property columnLinks for shares /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property columnLinks for shares"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// The collection of columns that are required by this content type. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of columns that are required by this content type."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property columnLinks in shares /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property columnLinks in shares"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ColumnLinkItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnLinkItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnLinkItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnLinkItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public ColumnLinkItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sh /// /// Delete navigation property columnLinks for shares /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of columns that are required by this content type. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property columnLinks in shares /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(ColumnLink 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}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs index 76fe14d0b2..9b92df451f 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnPositionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ColumnDefinitionItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// Column order information in a content type. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Column order information in a content type."; @@ -150,13 +153,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnPositionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnPositionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columnPositions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnPositionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnPositionsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columnPositions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -164,6 +167,7 @@ public ColumnPositionsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{s /// /// Column order information in a content type. /// + /// 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/Shares/Item/List/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs index 363849b76b..31d40fcdff 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/ColumnPositions/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"; @@ -65,13 +66,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}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columnPositions/$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}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columnPositions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// 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/Shares/Item/List/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs index 5dc33c4c4b..ba11973fea 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Column order information in a content type. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Column order information in a content type."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columnPositions/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columnPositions/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/shar /// /// Column order information in a content type. /// + /// 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/Shares/Item/List/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs index f32ee97335..a92748fe93 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columns property of the microsoft.graph.contentType 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"; @@ -211,13 +215,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -225,6 +229,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDri /// /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +246,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. /// + /// 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 @@ -251,7 +257,7 @@ public RequestInformation ToPostRequestInformation(ColumnDefinition body, Action public RequestInformation ToPostRequestInformation(ColumnDefinition 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}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs index bb5562b0d8..3753166425 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/Columns/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"; @@ -65,13 +66,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}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columns/$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}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columns/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// 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/Shares/Item/List/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs index b507e74174..80c4e597dc 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0"; @@ -70,6 +71,7 @@ public Command BuildDeleteCommand() { /// Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"; @@ -133,6 +135,7 @@ public Command BuildGetCommand() { /// Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition]. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0"; @@ -194,6 +197,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. /// + /// A public Command BuildSourceColumnNavCommand() { var command = new Command("source-column"); command.Description = "Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity."; @@ -207,13 +211,13 @@ public Command BuildSourceColumnNavCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -221,6 +225,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/shar /// /// Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -237,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition]. /// + /// 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 @@ -263,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(ColumnDefinition body, Actio public RequestInformation ToPatchRequestInformation(ColumnDefinition 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}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs index ff211c995b..c2d649add3 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs @@ -22,6 +22,7 @@ public class SourceColumnRequestBuilder : BaseCliRequestBuilder { /// /// The source column for the content type column. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The source column for the content type column."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SourceColumnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{shar /// /// The source column for the content type column. /// + /// 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/Shares/Item/List/ContentTypes/Item/ContentTypeItemRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Item/ContentTypeItemRequestBuilder.cs index 7f37c711f0..2f3b1dfd2e 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/ContentTypeItemRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/ContentTypeItemRequestBuilder.cs @@ -32,6 +32,7 @@ public class ContentTypeItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the associateWithHubSites method. /// + /// A public Command BuildAssociateWithHubSitesNavCommand() { var command = new Command("associate-with-hub-sites"); command.Description = "Provides operations to call the associateWithHubSites method."; @@ -47,6 +48,7 @@ public Command BuildAssociateWithHubSitesNavCommand() { /// /// Provides operations to manage the base property of the microsoft.graph.contentType entity. /// + /// A public Command BuildBaseNavCommand() { var command = new Command("base"); command.Description = "Provides operations to manage the base property of the microsoft.graph.contentType entity."; @@ -62,6 +64,7 @@ public Command BuildBaseNavCommand() { /// /// Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. /// + /// A public Command BuildBaseTypesNavCommand() { var command = new Command("base-types"); command.Description = "Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity."; @@ -86,6 +89,7 @@ public Command BuildBaseTypesNavCommand() { /// /// Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. /// + /// A public Command BuildColumnLinksNavCommand() { var command = new Command("column-links"); command.Description = "Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity."; @@ -111,6 +115,7 @@ public Command BuildColumnLinksNavCommand() { /// /// Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. /// + /// A public Command BuildColumnPositionsNavCommand() { var command = new Command("column-positions"); command.Description = "Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity."; @@ -135,6 +140,7 @@ public Command BuildColumnPositionsNavCommand() { /// /// Provides operations to manage the columns property of the microsoft.graph.contentType entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.contentType entity."; @@ -160,6 +166,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to call the copyToDefaultContentLocation method. /// + /// A public Command BuildCopyToDefaultContentLocationNavCommand() { var command = new Command("copy-to-default-content-location"); command.Description = "Provides operations to call the copyToDefaultContentLocation method."; @@ -175,6 +182,7 @@ public Command BuildCopyToDefaultContentLocationNavCommand() { /// /// Delete navigation property contentTypes for shares /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property contentTypes for shares"; @@ -214,6 +222,7 @@ public Command BuildDeleteCommand() { /// /// The collection of content types present in this list. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of content types present in this list."; @@ -270,6 +279,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the isPublished method. /// + /// A public Command BuildIsPublishedNavCommand() { var command = new Command("is-published"); command.Description = "Provides operations to call the isPublished method."; @@ -285,6 +295,7 @@ public Command BuildIsPublishedNavCommand() { /// /// Update the navigation property contentTypes in shares /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property contentTypes in shares"; @@ -340,6 +351,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."; @@ -355,6 +367,7 @@ public Command BuildPublishNavCommand() { /// /// Provides operations to call the unpublish method. /// + /// A public Command BuildUnpublishNavCommand() { var command = new Command("unpublish"); command.Description = "Provides operations to call the unpublish method."; @@ -368,13 +381,13 @@ public Command BuildUnpublishNavCommand() { return command; } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}{?%24expand,%24select}", rawUrl) { @@ -382,6 +395,7 @@ public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{s /// /// Delete navigation property contentTypes for shares /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -390,7 +404,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -398,6 +412,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of content types present in this list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -414,6 +429,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property contentTypes in shares /// + /// 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 @@ -424,7 +440,7 @@ public RequestInformation ToPatchRequestInformation(ContentType 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}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs b/src/generated/Shares/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs index 3cdcda0d23..17c14a86c7 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs @@ -26,7 +26,7 @@ public class CopyToDefaultContentLocationPostRequestBody : IAdditionalDataHolder public ItemReference SourceFile { get; set; } #endif /// - /// Instantiates a new copyToDefaultContentLocationPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToDefaultContentLocationPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public CopyToDefaultContentLocationPostRequestBody() { /// /// 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 CopyToDefaultContentLocationPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static CopyToDefaultContentLocationPostRequestBody CreateFromDiscriminato /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"destinationFileName", n => { DestinationFileName = n.GetStringValue(); } }, diff --git a/src/generated/Shares/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs index d91bb71216..c4afc687d6 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs @@ -22,6 +22,7 @@ public class CopyToDefaultContentLocationRequestBuilder : BaseCliRequestBuilder /// Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToDefaultContentLocationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToDefaultContentLocationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/copyToDefaultContentLocation", pathParameters) { } /// - /// Instantiates a new CopyToDefaultContentLocationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToDefaultContentLocationRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/copyToDefaultContentLocation", rawUrl) { @@ -79,6 +80,7 @@ public CopyToDefaultContentLocationRequestBuilder(string rawUrl) : base("{+baseu /// /// Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation. /// + /// 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/Shares/Item/List/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs b/src/generated/Shares/Item/List/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs index 2065ec4ae6..b760f46883 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs @@ -11,7 +11,7 @@ public class IsPublishedGetResponse : IAdditionalDataHolder, IParsable { /// The value property public bool? Value { get; set; } /// - /// Instantiates a new isPublishedGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public IsPublishedGetResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public IsPublishedGetResponse() { /// /// 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 IsPublishedGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static IsPublishedGetResponse 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/Shares/Item/List/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs index 8de7f4774c..f6dc6cbffb 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs @@ -21,6 +21,7 @@ public class IsPublishedRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function isPublished /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function isPublished"; @@ -61,13 +62,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new IsPublishedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IsPublishedRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/isPublished()", pathParameters) { } /// - /// Instantiates a new IsPublishedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IsPublishedRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/isPublished()", rawUrl) { @@ -75,6 +76,7 @@ public IsPublishedRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{share /// /// Invoke function isPublished /// + /// 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/Shares/Item/List/ContentTypes/Item/Publish/PublishRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Item/Publish/PublishRequestBuilder.cs index bb09b66517..9f9da9ba0d 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/Publish/PublishRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/Publish/PublishRequestBuilder.cs @@ -22,6 +22,7 @@ public class PublishRequestBuilder : BaseCliRequestBuilder { /// Publishes a [contentType][] present in the content type hub site. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Publishes a [contentType][] present in the content type hub site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0"; @@ -52,13 +53,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}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%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}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/publish", rawUrl) { @@ -66,6 +67,7 @@ public PublishRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDri /// /// Publishes a [contentType][] present in the content type hub site. /// + /// 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/Shares/Item/List/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs b/src/generated/Shares/Item/List/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs index 23280bb7d1..b6ffff6644 100644 --- a/src/generated/Shares/Item/List/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnpublishRequestBuilder : BaseCliRequestBuilder { /// Unpublish a [contentType][] from a content type hub site. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Unpublish a [contentType][] from a content type hub site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnpublishRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnpublishRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/unpublish", pathParameters) { } /// - /// Instantiates a new UnpublishRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnpublishRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/contentTypes/{contentType%2Did}/unpublish", rawUrl) { @@ -66,6 +67,7 @@ public UnpublishRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedD /// /// Unpublish a [contentType][] from a content type hub site. /// + /// 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/Shares/Item/List/CreatedByUser/CreatedByUserRequestBuilder.cs b/src/generated/Shares/Item/List/CreatedByUser/CreatedByUserRequestBuilder.cs index c61e0eef49..71a8bfa5c0 100644 --- a/src/generated/Shares/Item/List/CreatedByUser/CreatedByUserRequestBuilder.cs +++ b/src/generated/Shares/Item/List/CreatedByUser/CreatedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class CreatedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who created the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who created the item. Read-only."; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -90,6 +92,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -109,13 +112,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/createdByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/createdByUser{?%24expand,%24select}", rawUrl) { @@ -123,6 +126,7 @@ public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sha /// /// Identity of the user who created the item. 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 diff --git a/src/generated/Shares/Item/List/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Shares/Item/List/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index d2fa149bf7..bb7069c8a8 100644 --- a/src/generated/Shares/Item/List/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -119,13 +121,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/createdByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/createdByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -133,6 +135,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{s /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -149,6 +152,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -159,7 +163,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/shares/{sharedDriveItem%2Did}/list/createdByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Shares/Item/List/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 8746fbf371..e36a8c89df 100644 --- a/src/generated/Shares/Item/List/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Shares/Item/List/CreatedByUser/ServiceProvisioningErrors/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}/shares/{sharedDriveItem%2Did}/list/createdByUser/serviceProvisioningErrors/$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}/shares/{sharedDriveItem%2Did}/list/createdByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// 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/Shares/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Shares/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 825fc5fc87..3b5286f6e5 100644 --- a/src/generated/Shares/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Shares/Item/List/Drive/DriveRequestBuilder.cs b/src/generated/Shares/Item/List/Drive/DriveRequestBuilder.cs index cb580b4c82..34d14eaf7f 100644 --- a/src/generated/Shares/Item/List/Drive/DriveRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Drive/DriveRequestBuilder.cs @@ -22,6 +22,7 @@ public class DriveRequestBuilder : BaseCliRequestBuilder { /// /// Allows access to the list as a drive resource with driveItems. Only present on document libraries. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Allows access to the list as a drive resource with driveItems. Only present on document libraries."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/drive{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/drive{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// Allows access to the list as a drive resource with driveItems. Only present on document libraries. /// + /// 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/Shares/Item/List/Items/Item/Analytics/AnalyticsRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/Analytics/AnalyticsRequestBuilder.cs index d350492491..98ec2d98e2 100644 --- a/src/generated/Shares/Item/List/Items/Item/Analytics/AnalyticsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/Analytics/AnalyticsRequestBuilder.cs @@ -22,6 +22,7 @@ public class AnalyticsRequestBuilder : BaseCliRequestBuilder { /// /// Analytics about the view activities that took place on this item. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Analytics about the view activities that took place on this item."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AnalyticsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/analytics{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/analytics{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedD /// /// Analytics about the view activities that took place on this item. /// + /// 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/Shares/Item/List/Items/Item/CreateLink/CreateLinkPostRequestBody.cs b/src/generated/Shares/Item/List/Items/Item/CreateLink/CreateLinkPostRequestBody.cs index 57009eb9f9..6eeccfb65a 100644 --- a/src/generated/Shares/Item/List/Items/Item/CreateLink/CreateLinkPostRequestBody.cs +++ b/src/generated/Shares/Item/List/Items/Item/CreateLink/CreateLinkPostRequestBody.cs @@ -56,7 +56,7 @@ public class CreateLinkPostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new createLinkPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateLinkPostRequestBody() { AdditionalData = new Dictionary(); @@ -64,6 +64,7 @@ public CreateLinkPostRequestBody() { /// /// 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 CreateLinkPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -72,6 +73,7 @@ public static CreateLinkPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"expirationDateTime", n => { ExpirationDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Shares/Item/List/Items/Item/CreateLink/CreateLinkRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/CreateLink/CreateLinkRequestBuilder.cs index e4c99768db..dabe4828cf 100644 --- a/src/generated/Shares/Item/List/Items/Item/CreateLink/CreateLinkRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/CreateLink/CreateLinkRequestBuilder.cs @@ -22,6 +22,7 @@ public class CreateLinkRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action createLink /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action createLink"; @@ -75,13 +76,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateLinkRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateLinkRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/createLink", pathParameters) { } /// - /// Instantiates a new CreateLinkRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateLinkRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/createLink", rawUrl) { @@ -89,6 +90,7 @@ public CreateLinkRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{shared /// /// Invoke action createLink /// + /// 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/Shares/Item/List/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs index 63a6642bc4..e621bf856e 100644 --- a/src/generated/Shares/Item/List/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class CreatedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who created the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who created the item. Read-only."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -96,6 +98,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -115,13 +118,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/createdByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/createdByUser{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sha /// /// Identity of the user who created the item. 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 diff --git a/src/generated/Shares/Item/List/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index d368f949c5..382f288c39 100644 --- a/src/generated/Shares/Item/List/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -131,13 +133,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -145,6 +147,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{s /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,6 +164,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -171,7 +175,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/createdByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index d35928350d..ed9b8a80ed 100644 --- a/src/generated/Shares/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/createdByUser/serviceProvisioningErrors/$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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/createdByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// 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/Shares/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index b33ea917db..2ac2db4c1d 100644 --- a/src/generated/Shares/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Shares/Item/List/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs index 66042f4ad1..c843183418 100644 --- a/src/generated/Shares/Item/List/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/DocumentSetVersions/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"; @@ -65,13 +66,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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/documentSetVersions/$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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/documentSetVersions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// 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/Shares/Item/List/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs index 266f5aa171..60a8d51bd5 100644 --- a/src/generated/Shares/Item/List/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class DocumentSetVersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Create a new version of a document set item in a list. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new version of a document set item in a list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0"; @@ -110,6 +113,7 @@ public Command BuildCreateCommand() { /// Get a list of the versions of a document set item in a list. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the versions of a document set item in a list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"; @@ -212,13 +216,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DocumentSetVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DocumentSetVersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/documentSetVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DocumentSetVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DocumentSetVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/documentSetVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -226,6 +230,7 @@ public DocumentSetVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/share /// /// Get a list of the versions of a document set item in a list. /// + /// 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 +247,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new version of a document set item in a list. /// + /// 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 +258,7 @@ public RequestInformation ToPostRequestInformation(DocumentSetVersion body, Acti public RequestInformation ToPostRequestInformation(DocumentSetVersion 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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/documentSetVersions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.cs index 8d38771923..cce0716716 100644 --- a/src/generated/Shares/Item/List/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class DocumentSetVersionItemRequestBuilder : BaseCliRequestBuilder { /// Delete a version of a document set in a list. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a version of a document set in a list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0"; @@ -70,6 +71,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity. /// + /// A public Command BuildFieldsNavCommand() { var command = new Command("fields"); command.Description = "Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity."; @@ -88,6 +90,7 @@ public Command BuildFieldsNavCommand() { /// Read the properties and relationships of a documentSetVersion object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a documentSetVersion object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"; @@ -150,6 +153,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property documentSetVersions in shares /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property documentSetVersions in shares"; @@ -211,6 +215,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the restore method. /// + /// A public Command BuildRestoreNavCommand() { var command = new Command("restore"); command.Description = "Provides operations to call the restore method."; @@ -224,13 +229,13 @@ public Command BuildRestoreNavCommand() { return command; } /// - /// Instantiates a new DocumentSetVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DocumentSetVersionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DocumentSetVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DocumentSetVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}{?%24expand,%24select}", rawUrl) { @@ -238,6 +243,7 @@ public DocumentSetVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sh /// /// Delete a version of a document set in a list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -254,6 +260,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a documentSetVersion 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 @@ -270,6 +277,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property documentSetVersions in shares /// + /// 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 @@ -280,7 +288,7 @@ public RequestInformation ToPatchRequestInformation(DocumentSetVersion body, Act public RequestInformation ToPatchRequestInformation(DocumentSetVersion 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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/Items/Item/DocumentSetVersions/Item/Fields/FieldsRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/DocumentSetVersions/Item/Fields/FieldsRequestBuilder.cs index 236b3e8e49..35e385c77a 100644 --- a/src/generated/Shares/Item/List/Items/Item/DocumentSetVersions/Item/Fields/FieldsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/DocumentSetVersions/Item/Fields/FieldsRequestBuilder.cs @@ -22,6 +22,7 @@ public class FieldsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property fields for shares /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property fields for shares"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// A collection of the fields and values for this version of the list item. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A collection of the fields and values for this version of the list item."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property fields in shares /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property fields in shares"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FieldsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/fields{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/fields{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriv /// /// Delete navigation property fields for shares /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A collection of the fields and values for this version of the list item. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property fields in shares /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(FieldValueSet 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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs index 1f4f9b3e94..70c5fcd973 100644 --- a/src/generated/Shares/Item/List/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs @@ -22,6 +22,7 @@ public class RestoreRequestBuilder : BaseCliRequestBuilder { /// Restore a document set version. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a document set version.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/restore", pathParameters) { } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/restore", rawUrl) { @@ -72,6 +73,7 @@ public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDri /// /// Restore a document set version. /// + /// 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/Shares/Item/List/Items/Item/DriveItem/Content/ContentRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/DriveItem/Content/ContentRequestBuilder.cs index 866ccb5b31..abbf328673 100644 --- a/src/generated/Shares/Item/List/Items/Item/DriveItem/Content/ContentRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/DriveItem/Content/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream, if the item represents a file."; @@ -33,15 +34,21 @@ public Command BuildGetCommand() { }; listItemIdOption.IsRequired = true; command.AddOption(listItemIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { var sharedDriveItemId = invocationContext.ParseResult.GetValueForOption(sharedDriveItemIdOption); var listItemId = invocationContext.ParseResult.GetValueForOption(listItemIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (sharedDriveItemId is not null) requestInfo.PathParameters.Add("sharedDriveItem%2Did", sharedDriveItemId); if (listItemId is not null) requestInfo.PathParameters.Add("listItem%2Did", listItemId); @@ -66,6 +73,7 @@ public Command BuildGetCommand() { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream, if the item represents a file."; @@ -116,27 +124,28 @@ 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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/driveItem/content", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/driveItem/content{?%24format*}", 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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/driveItem/content", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/driveItem/content{?%24format*}", rawUrl) { } /// /// The content stream, if the item represents a file. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -146,6 +155,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream, if the item represents a file. /// + /// 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 @@ -156,11 +166,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/driveItem/content", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// The content stream, if the item represents a file. + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Shares/Item/List/Items/Item/DriveItem/DriveItemRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/DriveItem/DriveItemRequestBuilder.cs index 7c7f7f8067..077caa75fe 100644 --- a/src/generated/Shares/Item/List/Items/Item/DriveItem/DriveItemRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/DriveItem/DriveItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DriveItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the sharedDriveItem entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the sharedDriveItem entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// For document libraries, the driveItem relationship exposes the listItem as a [driveItem][] /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]"; @@ -93,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/driveItem{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/driveItem{?%24expand,%24select}", rawUrl) { @@ -107,6 +109,7 @@ public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedD /// /// For document libraries, the driveItem relationship exposes the listItem as a [driveItem][] /// + /// 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/Shares/Item/List/Items/Item/Fields/FieldsRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/Fields/FieldsRequestBuilder.cs index 85bd6ba49e..6652c8d6ca 100644 --- a/src/generated/Shares/Item/List/Items/Item/Fields/FieldsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/Fields/FieldsRequestBuilder.cs @@ -22,6 +22,7 @@ public class FieldsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property fields for shares /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property fields for shares"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// The values of the columns set on this list item. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The values of the columns set on this list item."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// Update the properties on a [listItem][]. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties on a [listItem][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FieldsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/fields{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/fields{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriv /// /// Delete navigation property fields for shares /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The values of the columns set on this list item. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties on a [listItem][]. /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(FieldValueSet 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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs b/src/generated/Shares/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs index 12b0bc2057..66cd02e7f9 100644 --- a/src/generated/Shares/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs +++ b/src/generated/Shares/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs @@ -18,6 +18,7 @@ public class GetActivitiesByIntervalGetResponse : BaseCollectionPaginationCountR /// /// 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 new GetActivitiesByIntervalGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetActivitiesByIntervalGetResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivityStat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Shares/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs index 9e68fb7263..b7a549f050 100644 --- a/src/generated/Shares/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetActivitiesByIntervalRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function getActivitiesByInterval /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getActivitiesByInterval"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (sharedDriveItemId is not null) requestInfo.PathParameters.Add("sharedDriveItem%2Did", sharedDriveItemId); if (listItemId is not null) requestInfo.PathParameters.Add("listItem%2Did", listItemId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetActivitiesByIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/getActivitiesByInterval(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetActivitiesByIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/getActivitiesByInterval(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetActivitiesByIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/getActivitiesByInterval(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetActivitiesByIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/getActivitiesByInterval(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getActivitiesByInterval /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class GetActivitiesByIntervalRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Shares/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs b/src/generated/Shares/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs index a31d2ab552..e8c2e32042 100644 --- a/src/generated/Shares/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs +++ b/src/generated/Shares/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs @@ -18,6 +18,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// 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 new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivityStat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Shares/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs index 360055e6e9..633ba5a94c 100644 --- a/src/generated/Shares/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// Invoke function getActivitiesByInterval /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getActivitiesByInterval"; @@ -74,6 +75,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -93,6 +99,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -109,6 +116,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (sharedDriveItemId is not null) requestInfo.PathParameters.Add("sharedDriveItem%2Did", sharedDriveItemId); if (listItemId is not null) requestInfo.PathParameters.Add("listItem%2Did", listItemId); @@ -134,20 +142,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getActivitiesByInterval /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -168,6 +177,16 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Shares/Item/List/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs index a8bacc7d48..65856dc39c 100644 --- a/src/generated/Shares/Item/List/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class LastModifiedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who last modified the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who last modified the item. Read-only."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -96,6 +98,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -115,13 +118,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/lastModifiedByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/lastModifiedByUser{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/shares /// /// Identity of the user who last modified the item. 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 diff --git a/src/generated/Shares/Item/List/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index ba6a851afe..32ba2881a1 100644 --- a/src/generated/Shares/Item/List/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -131,13 +133,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -145,6 +147,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{s /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,6 +164,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -171,7 +175,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/lastModifiedByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 7d258c7fe9..6dafa1d87f 100644 --- a/src/generated/Shares/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/lastModifiedByUser/serviceProvisioningErrors/$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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/lastModifiedByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// 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/Shares/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 4c7e45e466..f7d9de1ec9 100644 --- a/src/generated/Shares/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Shares/Item/List/Items/Item/ListItemItemRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/ListItemItemRequestBuilder.cs index f23b13ed2e..34c6717494 100644 --- a/src/generated/Shares/Item/List/Items/Item/ListItemItemRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/ListItemItemRequestBuilder.cs @@ -32,6 +32,7 @@ public class ListItemItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the analytics property of the microsoft.graph.listItem entity. /// + /// A public Command BuildAnalyticsNavCommand() { var command = new Command("analytics"); command.Description = "Provides operations to manage the analytics property of the microsoft.graph.listItem entity."; @@ -47,6 +48,7 @@ public Command BuildAnalyticsNavCommand() { /// /// Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildCreatedByUserNavCommand() { var command = new Command("created-by-user"); command.Description = "Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity."; @@ -69,6 +71,7 @@ public Command BuildCreatedByUserNavCommand() { /// /// Provides operations to call the createLink method. /// + /// A public Command BuildCreateLinkNavCommand() { var command = new Command("create-link"); command.Description = "Provides operations to call the createLink method."; @@ -85,6 +88,7 @@ public Command BuildCreateLinkNavCommand() { /// Removes an item from a [list][]. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Removes an item from a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0"; @@ -124,6 +128,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity. /// + /// A public Command BuildDocumentSetVersionsNavCommand() { var command = new Command("document-set-versions"); command.Description = "Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity."; @@ -149,6 +154,7 @@ public Command BuildDocumentSetVersionsNavCommand() { /// /// Provides operations to manage the driveItem property of the microsoft.graph.listItem entity. /// + /// A public Command BuildDriveItemNavCommand() { var command = new Command("drive-item"); command.Description = "Provides operations to manage the driveItem property of the microsoft.graph.listItem entity."; @@ -170,6 +176,7 @@ public Command BuildDriveItemNavCommand() { /// /// Provides operations to manage the fields property of the microsoft.graph.listItem entity. /// + /// A public Command BuildFieldsNavCommand() { var command = new Command("fields"); command.Description = "Provides operations to manage the fields property of the microsoft.graph.listItem entity."; @@ -187,6 +194,7 @@ public Command BuildFieldsNavCommand() { /// /// Provides operations to call the getActivitiesByInterval method. /// + /// A public Command BuildGetActivitiesByIntervalNavCommand() { var command = new Command("get-activities-by-interval"); command.Description = "Provides operations to call the getActivitiesByInterval method."; @@ -202,6 +210,7 @@ public Command BuildGetActivitiesByIntervalNavCommand() { /// /// Provides operations to call the getActivitiesByInterval method. /// + /// A public Command BuildGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRbCommand() { var command = new Command("get-activities-by-interval-with-start-date-time-with-end-date-time-with-interval"); command.Description = "Provides operations to call the getActivitiesByInterval method."; @@ -218,6 +227,7 @@ public Command BuildGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithI /// Returns the metadata for an [item][] in a [list][]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Returns the metadata for an [item][] in a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0"; @@ -274,6 +284,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildLastModifiedByUserNavCommand() { var command = new Command("last-modified-by-user"); command.Description = "Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity."; @@ -296,6 +307,7 @@ public Command BuildLastModifiedByUserNavCommand() { /// /// Update the navigation property items in shares /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property items in shares"; @@ -351,6 +363,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the versions property of the microsoft.graph.listItem entity. /// + /// A public Command BuildVersionsNavCommand() { var command = new Command("versions"); command.Description = "Provides operations to manage the versions property of the microsoft.graph.listItem entity."; @@ -374,13 +387,13 @@ public Command BuildVersionsNavCommand() { return command; } /// - /// Instantiates a new ListItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ListItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -388,6 +401,7 @@ public ListItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{shar /// /// Removes an item from a [list][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -396,7 +410,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -404,6 +418,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Returns the metadata for an [item][] in a [list][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -420,6 +435,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property items in shares /// + /// 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 @@ -430,7 +446,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ListItem body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ListItem 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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/Items/Item/Versions/Count/CountRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/Versions/Count/CountRequestBuilder.cs index b26130439d..0118823f2a 100644 --- a/src/generated/Shares/Item/List/Items/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/Versions/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"; @@ -65,13 +66,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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/versions/$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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/versions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// 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/Shares/Item/List/Items/Item/Versions/Item/Fields/FieldsRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/Versions/Item/Fields/FieldsRequestBuilder.cs index dfe12b2de5..5f7362f9f3 100644 --- a/src/generated/Shares/Item/List/Items/Item/Versions/Item/Fields/FieldsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/Versions/Item/Fields/FieldsRequestBuilder.cs @@ -22,6 +22,7 @@ public class FieldsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property fields for shares /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property fields for shares"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// A collection of the fields and values for this version of the list item. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A collection of the fields and values for this version of the list item."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property fields in shares /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property fields in shares"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FieldsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}/fields{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}/fields{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriv /// /// Delete navigation property fields for shares /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A collection of the fields and values for this version of the list item. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property fields in shares /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(FieldValueSet 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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.cs index afe6378391..1b1a407650 100644 --- a/src/generated/Shares/Item/List/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class ListItemVersionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property versions for shares /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property versions for shares"; @@ -69,6 +70,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity. /// + /// A public Command BuildFieldsNavCommand() { var command = new Command("fields"); command.Description = "Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity."; @@ -87,6 +89,7 @@ public Command BuildFieldsNavCommand() { /// Retrieve the metadata for a specific version of a ListItem. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the metadata for a specific version of a ListItem.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0"; @@ -149,6 +152,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property versions in shares /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property versions in shares"; @@ -210,6 +214,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the restoreVersion method. /// + /// A public Command BuildRestoreVersionNavCommand() { var command = new Command("restore-version"); command.Description = "Provides operations to call the restoreVersion method."; @@ -223,13 +228,13 @@ public Command BuildRestoreVersionNavCommand() { return command; } /// - /// Instantiates a new ListItemVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListItemVersionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ListItemVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListItemVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}{?%24expand,%24select}", rawUrl) { @@ -237,6 +242,7 @@ public ListItemVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/share /// /// Delete navigation property versions for shares /// + /// 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 +251,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -253,6 +259,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the metadata for a specific version of a ListItem. /// + /// 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 +276,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property versions in shares /// + /// 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 +287,7 @@ public RequestInformation ToPatchRequestInformation(ListItemVersion body, Action public RequestInformation ToPatchRequestInformation(ListItemVersion 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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs index 9bb9a14590..e339315fbd 100644 --- a/src/generated/Shares/Item/List/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RestoreVersionRequestBuilder : BaseCliRequestBuilder { /// Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreVersionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreVersionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}/restoreVersion", pathParameters) { } /// - /// Instantiates a new RestoreVersionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreVersionRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/versions/{listItemVersion%2Did}/restoreVersion", rawUrl) { @@ -72,6 +73,7 @@ public RestoreVersionRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sh /// /// Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. /// + /// 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/Shares/Item/List/Items/Item/Versions/VersionsRequestBuilder.cs b/src/generated/Shares/Item/List/Items/Item/Versions/VersionsRequestBuilder.cs index a83eb3b8c5..91b9e409f6 100644 --- a/src/generated/Shares/Item/List/Items/Item/Versions/VersionsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/Item/Versions/VersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class VersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the versions property of the microsoft.graph.listItem entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to versions for shares /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to versions for shares"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0"; @@ -211,13 +215,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -225,6 +229,7 @@ public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDr /// /// SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +246,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to versions for shares /// + /// 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 @@ -251,7 +257,7 @@ public RequestInformation ToPostRequestInformation(ListItemVersion body, Action< public RequestInformation ToPostRequestInformation(ListItemVersion 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}/shares/{sharedDriveItem%2Did}/list/items/{listItem%2Did}/versions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/Items/ItemsRequestBuilder.cs b/src/generated/Shares/Item/List/Items/ItemsRequestBuilder.cs index e391f2e91a..725bcecb39 100644 --- a/src/generated/Shares/Item/List/Items/ItemsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Items/ItemsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ItemsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the items property of the microsoft.graph.list entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -46,6 +47,7 @@ public Tuple, List> BuildCommand() { /// Create a new [listItem][] in a [list][]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new [listItem][] in a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0"; @@ -96,6 +98,7 @@ public Command BuildCreateCommand() { /// Get the collection of [items][item] in a [list][]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of [items][item] in a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0"; @@ -186,13 +189,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items{?%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/items{?%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -200,6 +203,7 @@ public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// Get the collection of [items][item] in a [list][]. /// + /// 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 +220,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new [listItem][] in a [list][]. /// + /// 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 +231,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.ListItem body, public RequestInformation ToPostRequestInformation(ApiSdk.Models.ListItem 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}/shares/{sharedDriveItem%2Did}/list/items", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs b/src/generated/Shares/Item/List/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs index ebc25e4c85..eaecd47776 100644 --- a/src/generated/Shares/Item/List/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs +++ b/src/generated/Shares/Item/List/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class LastModifiedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who last modified the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who last modified the item. Read-only."; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -90,6 +92,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -109,13 +112,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/lastModifiedByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/lastModifiedByUser{?%24expand,%24select}", rawUrl) { @@ -123,6 +126,7 @@ public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/shares /// /// Identity of the user who last modified the item. 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 diff --git a/src/generated/Shares/Item/List/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Shares/Item/List/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index 91f60767da..00b251957c 100644 --- a/src/generated/Shares/Item/List/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -119,13 +121,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -133,6 +135,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{s /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -149,6 +152,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -159,7 +163,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/shares/{sharedDriveItem%2Did}/list/lastModifiedByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Shares/Item/List/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 0459f668e3..76585c87a8 100644 --- a/src/generated/Shares/Item/List/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Shares/Item/List/LastModifiedByUser/ServiceProvisioningErrors/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}/shares/{sharedDriveItem%2Did}/list/lastModifiedByUser/serviceProvisioningErrors/$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}/shares/{sharedDriveItem%2Did}/list/lastModifiedByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// 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/Shares/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Shares/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 968c8b41b3..d904aa3433 100644 --- a/src/generated/Shares/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Shares/Item/List/ListRequestBuilder.cs b/src/generated/Shares/Item/List/ListRequestBuilder.cs index fc24131533..b0e7ee1346 100644 --- a/src/generated/Shares/Item/List/ListRequestBuilder.cs +++ b/src/generated/Shares/Item/List/ListRequestBuilder.cs @@ -30,6 +30,7 @@ public class ListRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columns property of the microsoft.graph.list entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.list entity."; @@ -55,6 +56,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to manage the contentTypes property of the microsoft.graph.list entity. /// + /// A public Command BuildContentTypesNavCommand() { var command = new Command("content-types"); command.Description = "Provides operations to manage the contentTypes property of the microsoft.graph.list entity."; @@ -83,6 +85,7 @@ public Command BuildContentTypesNavCommand() { /// /// Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildCreatedByUserNavCommand() { var command = new Command("created-by-user"); command.Description = "Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity."; @@ -105,6 +108,7 @@ public Command BuildCreatedByUserNavCommand() { /// /// Delete navigation property list for shares /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property list for shares"; @@ -138,6 +142,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the drive property of the microsoft.graph.list entity. /// + /// A public Command BuildDriveNavCommand() { var command = new Command("drive"); command.Description = "Provides operations to manage the drive property of the microsoft.graph.list entity."; @@ -153,6 +158,7 @@ public Command BuildDriveNavCommand() { /// /// Used to access the underlying list /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Used to access the underlying list"; @@ -203,6 +209,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the items property of the microsoft.graph.list entity. /// + /// A public Command BuildItemsNavCommand() { var command = new Command("items"); command.Description = "Provides operations to manage the items property of the microsoft.graph.list entity."; @@ -227,6 +234,7 @@ public Command BuildItemsNavCommand() { /// /// Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildLastModifiedByUserNavCommand() { var command = new Command("last-modified-by-user"); command.Description = "Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity."; @@ -249,6 +257,7 @@ public Command BuildLastModifiedByUserNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.list entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.list entity."; @@ -274,6 +283,7 @@ public Command BuildOperationsNavCommand() { /// /// Update the navigation property list in shares /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property list in shares"; @@ -323,6 +333,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the subscriptions property of the microsoft.graph.list entity. /// + /// A public Command BuildSubscriptionsNavCommand() { var command = new Command("subscriptions"); command.Description = "Provides operations to manage the subscriptions property of the microsoft.graph.list entity."; @@ -346,13 +357,13 @@ public Command BuildSubscriptionsNavCommand() { return command; } /// - /// Instantiates a new ListRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ListRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list{?%24expand,%24select}", rawUrl) { @@ -360,6 +371,7 @@ public ListRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveI /// /// Delete navigation property list for shares /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -368,7 +380,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/shares/{sharedDriveItem%2Did}/list", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -376,6 +388,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Used to access the underlying list /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -392,6 +405,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property list in shares /// + /// 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 @@ -402,7 +416,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.List body, Act public RequestInformation ToPatchRequestInformation(ApiSdk.Models.List 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}/shares/{sharedDriveItem%2Did}/list", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/Operations/Count/CountRequestBuilder.cs b/src/generated/Shares/Item/List/Operations/Count/CountRequestBuilder.cs index 43dff2aac6..c9784865e3 100644 --- a/src/generated/Shares/Item/List/Operations/Count/CountRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Operations/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}/shares/{sharedDriveItem%2Did}/list/operations/$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}/shares/{sharedDriveItem%2Did}/list/operations/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// 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/Shares/Item/List/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs b/src/generated/Shares/Item/List/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs index 01cbfa936e..5bd1aa40ef 100644 --- a/src/generated/Shares/Item/List/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class RichLongRunningOperationItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property operations for shares /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property operations for shares"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// The collection of long-running operations on the list. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of long-running operations on the list."; @@ -117,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property operations in shares /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property operations in shares"; @@ -170,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new RichLongRunningOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RichLongRunningOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/operations/{richLongRunningOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RichLongRunningOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RichLongRunningOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/operations/{richLongRunningOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -184,6 +187,7 @@ public RichLongRunningOperationItemRequestBuilder(string rawUrl) : base("{+baseu /// /// Delete navigation property operations for shares /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -192,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}/shares/{sharedDriveItem%2Did}/list/operations/{richLongRunningOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -200,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of long-running operations on the list. /// + /// 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 /// Update the navigation property operations in shares /// + /// 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 ToPatchRequestInformation(RichLongRunningOperation bod public RequestInformation ToPatchRequestInformation(RichLongRunningOperation 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}/shares/{sharedDriveItem%2Did}/list/operations/{richLongRunningOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/Operations/OperationsRequestBuilder.cs b/src/generated/Shares/Item/List/Operations/OperationsRequestBuilder.cs index 17ce1ae216..1178bc6b8b 100644 --- a/src/generated/Shares/Item/List/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Operations/OperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the operations property of the microsoft.graph.list entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new RichLongRunningOperationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to operations for shares /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to operations for shares"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// The collection of long-running operations on the list. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of long-running operations on the list."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{shared /// /// The collection of long-running operations on the list. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for shares /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(RichLongRunningOperation body public RequestInformation ToPostRequestInformation(RichLongRunningOperation 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}/shares/{sharedDriveItem%2Did}/list/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/Subscriptions/Count/CountRequestBuilder.cs b/src/generated/Shares/Item/List/Subscriptions/Count/CountRequestBuilder.cs index 2fa794d74e..9bfc71f418 100644 --- a/src/generated/Shares/Item/List/Subscriptions/Count/CountRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Subscriptions/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}/shares/{sharedDriveItem%2Did}/list/subscriptions/$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}/shares/{sharedDriveItem%2Did}/list/subscriptions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// 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/Shares/Item/List/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs b/src/generated/Shares/Item/List/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs index 6930a6535a..31b71285b4 100644 --- a/src/generated/Shares/Item/List/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs @@ -22,6 +22,7 @@ public class ReauthorizeRequestBuilder : BaseCliRequestBuilder { /// Reauthorize a subscription when you receive a reauthorizationRequired challenge. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reauthorize a subscription when you receive a reauthorizationRequired challenge.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReauthorizeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReauthorizeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/subscriptions/{subscription%2Did}/reauthorize", pathParameters) { } /// - /// Instantiates a new ReauthorizeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReauthorizeRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/subscriptions/{subscription%2Did}/reauthorize", rawUrl) { @@ -66,6 +67,7 @@ public ReauthorizeRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{share /// /// Reauthorize a subscription when you receive a reauthorizationRequired challenge. /// + /// 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/Shares/Item/List/Subscriptions/Item/SubscriptionItemRequestBuilder.cs b/src/generated/Shares/Item/List/Subscriptions/Item/SubscriptionItemRequestBuilder.cs index 63e7cc637a..b18835d0ca 100644 --- a/src/generated/Shares/Item/List/Subscriptions/Item/SubscriptionItemRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Subscriptions/Item/SubscriptionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class SubscriptionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property subscriptions for shares /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property subscriptions for shares"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// The set of subscriptions on the list. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The set of subscriptions on the list."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property subscriptions in shares /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property subscriptions in shares"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the reauthorize method. /// + /// A public Command BuildReauthorizeNavCommand() { var command = new Command("reauthorize"); command.Description = "Provides operations to call the reauthorize method."; @@ -186,13 +190,13 @@ public Command BuildReauthorizeNavCommand() { return command; } /// - /// Instantiates a new SubscriptionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubscriptionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/subscriptions/{subscription%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubscriptionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubscriptionItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/subscriptions/{subscription%2Did}{?%24expand,%24select}", rawUrl) { @@ -200,6 +204,7 @@ public SubscriptionItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{ /// /// Delete navigation property subscriptions for shares /// + /// 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}/shares/{sharedDriveItem%2Did}/list/subscriptions/{subscription%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -216,6 +221,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The set of subscriptions on the list. /// + /// 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 subscriptions in shares /// + /// 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(Subscription 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}/shares/{sharedDriveItem%2Did}/list/subscriptions/{subscription%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/List/Subscriptions/SubscriptionsRequestBuilder.cs b/src/generated/Shares/Item/List/Subscriptions/SubscriptionsRequestBuilder.cs index b27664de39..cee655e746 100644 --- a/src/generated/Shares/Item/List/Subscriptions/SubscriptionsRequestBuilder.cs +++ b/src/generated/Shares/Item/List/Subscriptions/SubscriptionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubscriptionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the subscriptions property of the microsoft.graph.list 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 subscriptions for shares /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to subscriptions for shares"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// The set of subscriptions on the list. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The set of subscriptions on the list."; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SubscriptionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubscriptionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/subscriptions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SubscriptionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubscriptionsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/list/subscriptions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public SubscriptionsRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sha /// /// The set of subscriptions on the list. /// + /// 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 subscriptions for shares /// + /// 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(Subscription 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}/shares/{sharedDriveItem%2Did}/list/subscriptions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/ListItem/ListItemRequestBuilder.cs b/src/generated/Shares/Item/ListItem/ListItemRequestBuilder.cs index 2e30210d4b..00df686909 100644 --- a/src/generated/Shares/Item/ListItem/ListItemRequestBuilder.cs +++ b/src/generated/Shares/Item/ListItem/ListItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ListItemRequestBuilder : BaseCliRequestBuilder { /// /// Used to access the underlying listItem /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Used to access the underlying listItem"; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ListItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/listItem{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ListItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/listItem{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public ListItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDr /// /// Used to access the underlying listItem /// + /// 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/Shares/Item/Permission/Grant/GrantPostRequestBody.cs b/src/generated/Shares/Item/Permission/Grant/GrantPostRequestBody.cs index d6506ddf05..be0c518d63 100644 --- a/src/generated/Shares/Item/Permission/Grant/GrantPostRequestBody.cs +++ b/src/generated/Shares/Item/Permission/Grant/GrantPostRequestBody.cs @@ -26,7 +26,7 @@ public class GrantPostRequestBody : IAdditionalDataHolder, IParsable { public List Roles { get; set; } #endif /// - /// Instantiates a new grantPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GrantPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public GrantPostRequestBody() { /// /// 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 GrantPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static GrantPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"recipients", n => { Recipients = n.GetCollectionOfObjectValues(DriveRecipient.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Shares/Item/Permission/Grant/GrantPostResponse.cs b/src/generated/Shares/Item/Permission/Grant/GrantPostResponse.cs index 7e8182fc4a..ddaa2c73c3 100644 --- a/src/generated/Shares/Item/Permission/Grant/GrantPostResponse.cs +++ b/src/generated/Shares/Item/Permission/Grant/GrantPostResponse.cs @@ -18,6 +18,7 @@ public class GrantPostResponse : BaseCollectionPaginationCountResponse, IParsabl /// /// 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 new GrantPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GrantPostResponse : BaseCollectionPaginationCountResponse, IParsabl /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Permission.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Shares/Item/Permission/Grant/GrantRequestBuilder.cs b/src/generated/Shares/Item/Permission/Grant/GrantRequestBuilder.cs index 65f4e41875..a985ac236f 100644 --- a/src/generated/Shares/Item/Permission/Grant/GrantRequestBuilder.cs +++ b/src/generated/Shares/Item/Permission/Grant/GrantRequestBuilder.cs @@ -22,6 +22,7 @@ public class GrantRequestBuilder : BaseCliRequestBuilder { /// Grant users access to a link represented by a [permission][]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Grant users access to a link represented by a [permission][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0"; @@ -80,13 +81,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GrantRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GrantRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/permission/grant", pathParameters) { } /// - /// Instantiates a new GrantRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GrantRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/permission/grant", rawUrl) { @@ -94,6 +95,7 @@ public GrantRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDrive /// /// Grant users access to a link represented by a [permission][]. /// + /// 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/Shares/Item/Permission/PermissionRequestBuilder.cs b/src/generated/Shares/Item/Permission/PermissionRequestBuilder.cs index 3372ff864f..944bfd6add 100644 --- a/src/generated/Shares/Item/Permission/PermissionRequestBuilder.cs +++ b/src/generated/Shares/Item/Permission/PermissionRequestBuilder.cs @@ -23,6 +23,7 @@ public class PermissionRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property permission for shares /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property permission for shares"; @@ -56,6 +57,7 @@ public Command BuildDeleteCommand() { /// /// Used to access the permission representing the underlying sharing link /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Used to access the permission representing the underlying sharing link"; @@ -106,6 +108,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the grant method. /// + /// A public Command BuildGrantNavCommand() { var command = new Command("grant"); command.Description = "Provides operations to call the grant method."; @@ -121,6 +124,7 @@ public Command BuildGrantNavCommand() { /// /// Update the navigation property permission in shares /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property permission in shares"; @@ -168,13 +172,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PermissionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermissionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/permission{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PermissionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermissionRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/permission{?%24expand,%24select}", rawUrl) { @@ -182,6 +186,7 @@ public PermissionRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{shared /// /// Delete navigation property permission for shares /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -190,7 +195,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/shares/{sharedDriveItem%2Did}/permission", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -198,6 +203,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Used to access the permission representing the underlying sharing link /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -214,6 +220,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property permission in shares /// + /// 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 @@ -224,7 +231,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Permission bod public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Permission 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}/shares/{sharedDriveItem%2Did}/permission", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/Root/Content/ContentRequestBuilder.cs b/src/generated/Shares/Item/Root/Content/ContentRequestBuilder.cs index a4b8be7c2b..7c2da912a4 100644 --- a/src/generated/Shares/Item/Root/Content/ContentRequestBuilder.cs +++ b/src/generated/Shares/Item/Root/Content/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream, if the item represents a file."; @@ -29,14 +30,20 @@ public Command BuildGetCommand() { }; sharedDriveItemIdOption.IsRequired = true; command.AddOption(sharedDriveItemIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { var sharedDriveItemId = invocationContext.ParseResult.GetValueForOption(sharedDriveItemIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (sharedDriveItemId is not null) requestInfo.PathParameters.Add("sharedDriveItem%2Did", sharedDriveItemId); var errorMapping = new Dictionary> { @@ -60,6 +67,7 @@ public Command BuildGetCommand() { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream, if the item represents a file."; @@ -104,27 +112,28 @@ 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}/shares/{sharedDriveItem%2Did}/root/content", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/root/content{?%24format*}", 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}/shares/{sharedDriveItem%2Did}/root/content", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/root/content{?%24format*}", rawUrl) { } /// /// The content stream, if the item represents a file. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -134,6 +143,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream, if the item represents a file. /// + /// 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 @@ -144,11 +154,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/shares/{sharedDriveItem%2Did}/root/content", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// The content stream, if the item represents a file. + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Shares/Item/Root/RootRequestBuilder.cs b/src/generated/Shares/Item/Root/RootRequestBuilder.cs index a0122f0393..658979f787 100644 --- a/src/generated/Shares/Item/Root/RootRequestBuilder.cs +++ b/src/generated/Shares/Item/Root/RootRequestBuilder.cs @@ -23,6 +23,7 @@ public class RootRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the sharedDriveItem entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the sharedDriveItem entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// Used to access the underlying driveItem. Deprecated -- use driveItem instead. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Used to access the underlying driveItem. Deprecated -- use driveItem instead."; @@ -87,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new RootRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RootRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/root{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RootRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RootRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/root{?%24expand,%24select}", rawUrl) { @@ -101,6 +103,7 @@ public RootRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveI /// /// Used to access the underlying driveItem. Deprecated -- use driveItem instead. /// + /// 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/Shares/Item/SharedDriveItemItemRequestBuilder.cs b/src/generated/Shares/Item/SharedDriveItemItemRequestBuilder.cs index 1e2ed386f6..0a9734dc6c 100644 --- a/src/generated/Shares/Item/SharedDriveItemItemRequestBuilder.cs +++ b/src/generated/Shares/Item/SharedDriveItemItemRequestBuilder.cs @@ -31,6 +31,7 @@ public class SharedDriveItemItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildCreatedByUserNavCommand() { var command = new Command("created-by-user"); command.Description = "Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity."; @@ -53,6 +54,7 @@ public Command BuildCreatedByUserNavCommand() { /// /// Delete entity from shares /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete entity from shares"; @@ -86,6 +88,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the driveItem property of the microsoft.graph.sharedDriveItem entity. /// + /// A public Command BuildDriveItemNavCommand() { var command = new Command("drive-item"); command.Description = "Provides operations to manage the driveItem property of the microsoft.graph.sharedDriveItem entity."; @@ -108,6 +111,7 @@ public Command BuildDriveItemNavCommand() { /// Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0"; @@ -158,6 +162,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the items property of the microsoft.graph.sharedDriveItem entity. /// + /// A public Command BuildItemsNavCommand() { var command = new Command("items"); command.Description = "Provides operations to manage the items property of the microsoft.graph.sharedDriveItem entity."; @@ -182,6 +187,7 @@ public Command BuildItemsNavCommand() { /// /// Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildLastModifiedByUserNavCommand() { var command = new Command("last-modified-by-user"); command.Description = "Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity."; @@ -204,6 +210,7 @@ public Command BuildLastModifiedByUserNavCommand() { /// /// Provides operations to manage the listItem property of the microsoft.graph.sharedDriveItem entity. /// + /// A public Command BuildListItemNavCommand() { var command = new Command("list-item"); command.Description = "Provides operations to manage the listItem property of the microsoft.graph.sharedDriveItem entity."; @@ -219,6 +226,7 @@ public Command BuildListItemNavCommand() { /// /// Provides operations to manage the list property of the microsoft.graph.sharedDriveItem entity. /// + /// A public Command BuildListNavCommand() { var command = new Command("list"); command.Description = "Provides operations to manage the list property of the microsoft.graph.sharedDriveItem entity."; @@ -249,6 +257,7 @@ public Command BuildListNavCommand() { /// /// Update entity in shares /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in shares"; @@ -298,6 +307,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the permission property of the microsoft.graph.sharedDriveItem entity. /// + /// A public Command BuildPermissionNavCommand() { var command = new Command("permission"); command.Description = "Provides operations to manage the permission property of the microsoft.graph.sharedDriveItem entity."; @@ -321,6 +331,7 @@ public Command BuildPermissionNavCommand() { /// /// Provides operations to manage the root property of the microsoft.graph.sharedDriveItem entity. /// + /// A public Command BuildRootNavCommand() { var command = new Command("root"); command.Description = "Provides operations to manage the root property of the microsoft.graph.sharedDriveItem entity."; @@ -342,6 +353,7 @@ public Command BuildRootNavCommand() { /// /// Provides operations to manage the site property of the microsoft.graph.sharedDriveItem entity. /// + /// A public Command BuildSiteNavCommand() { var command = new Command("site"); command.Description = "Provides operations to manage the site property of the microsoft.graph.sharedDriveItem entity."; @@ -355,13 +367,13 @@ public Command BuildSiteNavCommand() { return command; } /// - /// Instantiates a new SharedDriveItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SharedDriveItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SharedDriveItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SharedDriveItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -369,6 +381,7 @@ public SharedDriveItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/share /// /// Delete entity from shares /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -377,7 +390,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/shares/{sharedDriveItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -385,6 +398,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -401,6 +415,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in shares /// + /// 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 @@ -411,7 +426,7 @@ public RequestInformation ToPatchRequestInformation(SharedDriveItem body, Action public RequestInformation ToPatchRequestInformation(SharedDriveItem 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}/shares/{sharedDriveItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Shares/Item/Site/SiteRequestBuilder.cs b/src/generated/Shares/Item/Site/SiteRequestBuilder.cs index 591db404a8..8e0b3288b8 100644 --- a/src/generated/Shares/Item/Site/SiteRequestBuilder.cs +++ b/src/generated/Shares/Item/Site/SiteRequestBuilder.cs @@ -22,6 +22,7 @@ public class SiteRequestBuilder : BaseCliRequestBuilder { /// /// Used to access the underlying site /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Used to access the underlying site"; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SiteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SiteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/site{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SiteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SiteRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveItem%2Did}/site{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public SiteRequestBuilder(string rawUrl) : base("{+baseurl}/shares/{sharedDriveI /// /// Used to access the underlying site /// + /// 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/Shares/SharesRequestBuilder.cs b/src/generated/Shares/SharesRequestBuilder.cs index b9b56257ef..24d45d1083 100644 --- a/src/generated/Shares/SharesRequestBuilder.cs +++ b/src/generated/Shares/SharesRequestBuilder.cs @@ -24,6 +24,7 @@ public class SharesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the collection of sharedDriveItem entities. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -44,6 +45,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."; @@ -59,6 +61,7 @@ public Command BuildCountNavCommand() { /// /// Add new entity to shares /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add new entity to shares"; @@ -102,6 +105,7 @@ public Command BuildCreateCommand() { /// /// Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. /// + /// A public Command BuildListCommand() { var sharedDriveItemIndexer = new SharedDriveItemItemRequestBuilder(PathParameters); var command = sharedDriveItemIndexer.BuildListNavCommand(); @@ -193,13 +197,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SharesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SharesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/shares{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SharesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SharesRequestBuilder(string rawUrl) : base("{+baseurl}/shares{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -207,6 +211,7 @@ public SharesRequestBuilder(string rawUrl) : base("{+baseurl}/shares{?%24count,% /// /// Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -223,6 +228,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add new entity to shares /// + /// 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 @@ -233,7 +239,7 @@ public RequestInformation ToPostRequestInformation(SharedDriveItem body, Action< public RequestInformation ToPostRequestInformation(SharedDriveItem 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}/shares", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Add/AddPostRequestBody.cs b/src/generated/Sites/Add/AddPostRequestBody.cs index 36d89ce59e..f77f718845 100644 --- a/src/generated/Sites/Add/AddPostRequestBody.cs +++ b/src/generated/Sites/Add/AddPostRequestBody.cs @@ -18,7 +18,7 @@ public class AddPostRequestBody : IAdditionalDataHolder, IParsable { public List Value { get; set; } #endif /// - /// Instantiates a new addPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public AddPostRequestBody() { /// /// 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 AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static AddPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Site.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Add/AddPostResponse.cs b/src/generated/Sites/Add/AddPostResponse.cs index 325dd188ec..79781d156a 100644 --- a/src/generated/Sites/Add/AddPostResponse.cs +++ b/src/generated/Sites/Add/AddPostResponse.cs @@ -18,6 +18,7 @@ public class AddPostResponse : BaseCollectionPaginationCountResponse, IParsable /// /// 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 new AddPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class AddPostResponse : BaseCollectionPaginationCountResponse, IParsable /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Site.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Add/AddRequestBuilder.cs b/src/generated/Sites/Add/AddRequestBuilder.cs index 815051b0f1..4020147fe5 100644 --- a/src/generated/Sites/Add/AddRequestBuilder.cs +++ b/src/generated/Sites/Add/AddRequestBuilder.cs @@ -22,6 +22,7 @@ public class AddRequestBuilder : BaseCliRequestBuilder { /// Follow a user's site or multiple sites. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Follow a user's site or multiple sites.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0"; @@ -74,13 +75,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/add", pathParameters) { } /// - /// Instantiates a new AddRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddRequestBuilder(string rawUrl) : base("{+baseurl}/sites/add", rawUrl) { @@ -88,6 +89,7 @@ public AddRequestBuilder(string rawUrl) : base("{+baseurl}/sites/add", rawUrl) { /// /// Follow a user's site or multiple sites. /// + /// 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/Sites/Count/CountRequestBuilder.cs b/src/generated/Sites/Count/CountRequestBuilder.cs index af38665a09..9e2378cc3c 100644 --- a/src/generated/Sites/Count/CountRequestBuilder.cs +++ b/src/generated/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"; @@ -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}/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}/sites/$count{?%24filter,%24search}", rawUrl) { @@ -67,6 +68,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/$count{?%24fi /// /// 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/Sites/Delta/DeltaGetResponse.cs b/src/generated/Sites/Delta/DeltaGetResponse.cs index 2d223cb079..6d77efe169 100644 --- a/src/generated/Sites/Delta/DeltaGetResponse.cs +++ b/src/generated/Sites/Delta/DeltaGetResponse.cs @@ -18,6 +18,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// 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 new DeltaGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class DeltaGetResponse : BaseDeltaFunctionResponse, IParsable { /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Site.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Delta/DeltaRequestBuilder.cs b/src/generated/Sites/Delta/DeltaRequestBuilder.cs index 0bdc1974a7..56c24f374f 100644 --- a/src/generated/Sites/Delta/DeltaRequestBuilder.cs +++ b/src/generated/Sites/Delta/DeltaRequestBuilder.cs @@ -21,6 +21,7 @@ public class DeltaRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function delta /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function delta"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public DeltaRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DeltaRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/sites/delta(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public DeltaRequestBuilder(string rawUrl) : base("{+baseurl}/sites/delta(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function delta /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class DeltaRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Sites/GetAllSites/GetAllSitesGetResponse.cs b/src/generated/Sites/GetAllSites/GetAllSitesGetResponse.cs index b268b4c8f3..4dc71563ab 100644 --- a/src/generated/Sites/GetAllSites/GetAllSitesGetResponse.cs +++ b/src/generated/Sites/GetAllSites/GetAllSitesGetResponse.cs @@ -18,6 +18,7 @@ public class GetAllSitesGetResponse : BaseCollectionPaginationCountResponse, IPa /// /// 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 new GetAllSitesGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetAllSitesGetResponse : BaseCollectionPaginationCountResponse, IPa /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Site.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/GetAllSites/GetAllSitesRequestBuilder.cs b/src/generated/Sites/GetAllSites/GetAllSitesRequestBuilder.cs index 9207e2c427..8b4cbd560f 100644 --- a/src/generated/Sites/GetAllSites/GetAllSitesRequestBuilder.cs +++ b/src/generated/Sites/GetAllSites/GetAllSitesRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetAllSitesRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function getAllSites /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getAllSites"; @@ -54,6 +55,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -68,6 +74,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -84,6 +91,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -104,20 +112,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetAllSitesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetAllSitesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/getAllSites(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetAllSitesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/getAllSites(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetAllSitesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetAllSitesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/getAllSites(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetAllSitesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/getAllSites(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getAllSites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -138,6 +147,16 @@ public class GetAllSitesRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Sites/Item/Analytics/AllTime/AllTimeRequestBuilder.cs b/src/generated/Sites/Item/Analytics/AllTime/AllTimeRequestBuilder.cs index 9e9e5c2464..2506453be7 100644 --- a/src/generated/Sites/Item/Analytics/AllTime/AllTimeRequestBuilder.cs +++ b/src/generated/Sites/Item/Analytics/AllTime/AllTimeRequestBuilder.cs @@ -23,6 +23,7 @@ public class AllTimeRequestBuilder : BaseCliRequestBuilder { /// Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the [getActivitiesByInterval][] API. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the [getActivitiesByInterval][] API.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AllTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AllTimeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/analytics/allTime{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AllTimeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AllTimeRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/analytics/allTime{?%24expand,%24select}", rawUrl) { @@ -85,6 +86,7 @@ public AllTimeRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Get [itemAnalytics][] about the views that took place under this resource.The itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.For a custom time range or interval, use the [getActivitiesByInterval][] 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 diff --git a/src/generated/Sites/Item/Analytics/AnalyticsRequestBuilder.cs b/src/generated/Sites/Item/Analytics/AnalyticsRequestBuilder.cs index f768e7243f..6b9638659e 100644 --- a/src/generated/Sites/Item/Analytics/AnalyticsRequestBuilder.cs +++ b/src/generated/Sites/Item/Analytics/AnalyticsRequestBuilder.cs @@ -25,6 +25,7 @@ public class AnalyticsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the allTime property of the microsoft.graph.itemAnalytics entity. /// + /// A public Command BuildAllTimeNavCommand() { var command = new Command("all-time"); command.Description = "Provides operations to manage the allTime property of the microsoft.graph.itemAnalytics entity."; @@ -40,6 +41,7 @@ public Command BuildAllTimeNavCommand() { /// /// Delete navigation property analytics for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property analytics for sites"; @@ -73,6 +75,7 @@ public Command BuildDeleteCommand() { /// /// Analytics about the view activities that took place in this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Analytics about the view activities that took place in this site."; @@ -123,6 +126,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the itemActivityStats property of the microsoft.graph.itemAnalytics entity. /// + /// A public Command BuildItemActivityStatsNavCommand() { var command = new Command("item-activity-stats"); command.Description = "Provides operations to manage the itemActivityStats property of the microsoft.graph.itemAnalytics entity."; @@ -148,6 +152,7 @@ public Command BuildItemActivityStatsNavCommand() { /// /// Provides operations to manage the lastSevenDays property of the microsoft.graph.itemAnalytics entity. /// + /// A public Command BuildLastSevenDaysNavCommand() { var command = new Command("last-seven-days"); command.Description = "Provides operations to manage the lastSevenDays property of the microsoft.graph.itemAnalytics entity."; @@ -163,6 +168,7 @@ public Command BuildLastSevenDaysNavCommand() { /// /// Update the navigation property analytics in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property analytics in sites"; @@ -210,13 +216,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AnalyticsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/analytics{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/analytics{?%24expand,%24select}", rawUrl) { @@ -224,6 +230,7 @@ public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// Delete navigation property analytics for sites /// + /// 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,7 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/analytics", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -240,6 +247,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Analytics about the view activities that took place in this site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -256,6 +264,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property analytics in sites /// + /// 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 @@ -266,7 +275,7 @@ public RequestInformation ToPatchRequestInformation(ItemAnalytics 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}/sites/{site%2Did}/analytics", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs index cc892a9c8e..b27a63084e 100644 --- a/src/generated/Sites/Item/Analytics/ItemActivityStats/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Analytics/ItemActivityStats/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}/sites/{site%2Did}/analytics/itemActivityStats/$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}/sites/{site%2Did}/analytics/itemActivityStats/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/a /// /// 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/Sites/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs b/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs index 78b3bc0e8f..65e3a72313 100644 --- a/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs +++ b/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/ActivitiesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ActivitiesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the activities property of the microsoft.graph.itemActivityStat 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 activities for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to activities for sites"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// Exposes the itemActivities represented in this itemActivityStat resource. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Exposes the itemActivities represented in this itemActivityStat resource."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ActivitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ActivitiesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ActivitiesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ActivitiesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public ActivitiesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2D /// /// Exposes the itemActivities represented in this itemActivityStat 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 @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to activities for sites /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(ItemActivity 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}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs index 26565ebd80..f41f52edb5 100644 --- a/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/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"; @@ -65,13 +66,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}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/$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}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/a /// /// 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/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/Content/ContentRequestBuilder.cs b/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/Content/ContentRequestBuilder.cs index a6596a566e..19382b2b90 100644 --- a/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/Content/ContentRequestBuilder.cs +++ b/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/Content/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream, if the item represents a file."; @@ -37,16 +38,22 @@ public Command BuildGetCommand() { }; itemActivityIdOption.IsRequired = true; command.AddOption(itemActivityIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); var itemActivityStatId = invocationContext.ParseResult.GetValueForOption(itemActivityStatIdOption); var itemActivityId = invocationContext.ParseResult.GetValueForOption(itemActivityIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); if (itemActivityStatId is not null) requestInfo.PathParameters.Add("itemActivityStat%2Did", itemActivityStatId); @@ -72,6 +79,7 @@ public Command BuildGetCommand() { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream, if the item represents a file."; @@ -128,27 +136,28 @@ 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}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem/content", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem/content{?%24format*}", 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}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem/content", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem/content{?%24format*}", rawUrl) { } /// /// The content stream, if the item represents a file. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -158,6 +167,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream, if the item represents a file. /// + /// 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 @@ -168,11 +178,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem/content", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// The content stream, if the item represents a file. + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/DriveItemRequestBuilder.cs b/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/DriveItemRequestBuilder.cs index eda282b2aa..f81c7ed8d4 100644 --- a/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/DriveItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/DriveItem/DriveItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DriveItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the site entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the site entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// Exposes the driveItem that was the target of this activity. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Exposes the driveItem that was the target of this activity."; @@ -99,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}/driveItem{?%24expand,%24select}", rawUrl) { @@ -113,6 +115,7 @@ public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// Exposes the driveItem that was the target of this activity. /// + /// 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/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/ItemActivityItemRequestBuilder.cs b/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/ItemActivityItemRequestBuilder.cs index ef67e48a61..9831ff63d5 100644 --- a/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/ItemActivityItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/Activities/Item/ItemActivityItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ItemActivityItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property activities for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property activities for sites"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the driveItem property of the microsoft.graph.itemActivity entity. /// + /// A public Command BuildDriveItemNavCommand() { var command = new Command("drive-item"); command.Description = "Provides operations to manage the driveItem property of the microsoft.graph.itemActivity entity."; @@ -89,6 +91,7 @@ public Command BuildDriveItemNavCommand() { /// /// Exposes the itemActivities represented in this itemActivityStat resource. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Exposes the itemActivities represented in this itemActivityStat resource."; @@ -151,6 +154,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property activities in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property activities in sites"; @@ -210,13 +214,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ItemActivityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemActivityItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ItemActivityItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemActivityItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}{?%24expand,%24select}", rawUrl) { @@ -224,6 +228,7 @@ public ItemActivityItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{s /// /// Delete navigation property activities for sites /// + /// 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,7 +237,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -240,6 +245,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Exposes the itemActivities represented in this itemActivityStat 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 @@ -256,6 +262,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property activities in sites /// + /// 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 @@ -266,7 +273,7 @@ public RequestInformation ToPatchRequestInformation(ItemActivity 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}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}/activities/{itemActivity%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/ItemActivityStatItemRequestBuilder.cs b/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/ItemActivityStatItemRequestBuilder.cs index 124a55cd39..6ce6705d53 100644 --- a/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/ItemActivityStatItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Analytics/ItemActivityStats/Item/ItemActivityStatItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ItemActivityStatItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the activities property of the microsoft.graph.itemActivityStat entity. /// + /// A public Command BuildActivitiesNavCommand() { var command = new Command("activities"); command.Description = "Provides operations to manage the activities property of the microsoft.graph.itemActivityStat entity."; @@ -48,6 +49,7 @@ public Command BuildActivitiesNavCommand() { /// /// Delete navigation property itemActivityStats for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property itemActivityStats for sites"; @@ -87,6 +89,7 @@ public Command BuildDeleteCommand() { /// /// Get itemActivityStats from sites /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get itemActivityStats from sites"; @@ -143,6 +146,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property itemActivityStats in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property itemActivityStats in sites"; @@ -196,13 +200,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ItemActivityStatItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemActivityStatItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ItemActivityStatItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemActivityStatItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}{?%24expand,%24select}", rawUrl) { @@ -210,6 +214,7 @@ public ItemActivityStatItemRequestBuilder(string rawUrl) : base("{+baseurl}/site /// /// Delete navigation property itemActivityStats for sites /// + /// 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 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -226,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get itemActivityStats from sites /// + /// 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 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property itemActivityStats in sites /// + /// 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 +259,7 @@ public RequestInformation ToPatchRequestInformation(ItemActivityStat body, Actio public RequestInformation ToPatchRequestInformation(ItemActivityStat 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}/sites/{site%2Did}/analytics/itemActivityStats/{itemActivityStat%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs b/src/generated/Sites/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs index 51806a1158..5e108f118a 100644 --- a/src/generated/Sites/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs +++ b/src/generated/Sites/Item/Analytics/ItemActivityStats/ItemActivityStatsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ItemActivityStatsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the itemActivityStats property of the microsoft.graph.itemAnalytics 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 itemActivityStats for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to itemActivityStats for sites"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// Get itemActivityStats from sites /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get itemActivityStats from sites"; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ItemActivityStatsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemActivityStatsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/analytics/itemActivityStats{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ItemActivityStatsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemActivityStatsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/analytics/itemActivityStats{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public ItemActivityStatsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{ /// /// Get itemActivityStats from sites /// + /// 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 itemActivityStats for sites /// + /// 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(ItemActivityStat body, Action public RequestInformation ToPostRequestInformation(ItemActivityStat 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}/sites/{site%2Did}/analytics/itemActivityStats", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Analytics/LastSevenDays/LastSevenDaysRequestBuilder.cs b/src/generated/Sites/Item/Analytics/LastSevenDays/LastSevenDaysRequestBuilder.cs index ba4676234b..a177ade693 100644 --- a/src/generated/Sites/Item/Analytics/LastSevenDays/LastSevenDaysRequestBuilder.cs +++ b/src/generated/Sites/Item/Analytics/LastSevenDays/LastSevenDaysRequestBuilder.cs @@ -22,6 +22,7 @@ public class LastSevenDaysRequestBuilder : BaseCliRequestBuilder { /// /// Get lastSevenDays from sites /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get lastSevenDays from sites"; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new LastSevenDaysRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastSevenDaysRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/analytics/lastSevenDays{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastSevenDaysRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastSevenDaysRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/analytics/lastSevenDays{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public LastSevenDaysRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// Get lastSevenDays from sites /// + /// 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/Sites/Item/Columns/ColumnsRequestBuilder.cs b/src/generated/Sites/Item/Columns/ColumnsRequestBuilder.cs index 0446875d9e..189b336157 100644 --- a/src/generated/Sites/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Sites/Item/Columns/ColumnsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columns property of the microsoft.graph.site 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition]. /// + /// 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(ColumnDefinition body, Action public RequestInformation ToPostRequestInformation(ColumnDefinition 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}/sites/{site%2Did}/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Columns/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Columns/Count/CountRequestBuilder.cs index 2a540be132..7834652771 100644 --- a/src/generated/Sites/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Columns/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}/sites/{site%2Did}/columns/$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}/sites/{site%2Did}/columns/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/c /// /// 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/Sites/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Sites/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs index 78f46ea1d0..b2625bb67d 100644 --- a/src/generated/Sites/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property columns for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property columns for sites"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// The collection of column definitions reusable across lists under this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of column definitions reusable across lists under this site."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property columns in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property columns in sites"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. /// + /// A public Command BuildSourceColumnNavCommand() { var command = new Command("source-column"); command.Description = "Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity."; @@ -186,13 +190,13 @@ public Command BuildSourceColumnNavCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -200,6 +204,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/site /// /// Delete navigation property columns for sites /// + /// 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}/sites/{site%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -216,6 +221,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of column definitions reusable across lists under this site. /// + /// 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 columns in sites /// + /// 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(ColumnDefinition body, Actio public RequestInformation ToPatchRequestInformation(ColumnDefinition 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}/sites/{site%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs b/src/generated/Sites/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs index fdd1f2b5f9..11f7150ea6 100644 --- a/src/generated/Sites/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs +++ b/src/generated/Sites/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs @@ -22,6 +22,7 @@ public class SourceColumnRequestBuilder : BaseCliRequestBuilder { /// /// The source column for the content type column. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The source column for the content type column."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SourceColumnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// The source column for the content type column. /// + /// 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/Sites/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.cs b/src/generated/Sites/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.cs index 86706ed60a..5a01321443 100644 --- a/src/generated/Sites/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.cs +++ b/src/generated/Sites/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.cs @@ -17,7 +17,7 @@ public class AddCopyPostRequestBody : IAdditionalDataHolder, IParsable { public string ContentType { get; set; } #endif /// - /// Instantiates a new addCopyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddCopyPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AddCopyPostRequestBody() { /// /// 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 AddCopyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static AddCopyPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contentType", n => { ContentType = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs index 4a8025e565..cabe3a48ef 100644 --- a/src/generated/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddCopyRequestBuilder : BaseCliRequestBuilder { /// Add a copy of a [content type][contentType] from a [site][site] to a [list][list]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add a copy of a [content type][contentType] from a [site][site] to a [list][list].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddCopyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddCopyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes/addCopy", pathParameters) { } /// - /// Instantiates a new AddCopyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddCopyRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes/addCopy", rawUrl) { @@ -84,6 +85,7 @@ public AddCopyRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Add a copy of a [content type][contentType] from a [site][site] to a [list][list]. /// + /// 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/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs b/src/generated/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs index aee0314ed0..c91daca760 100644 --- a/src/generated/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs +++ b/src/generated/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs @@ -17,7 +17,7 @@ public class AddCopyFromContentTypeHubPostRequestBody : IAdditionalDataHolder, I public string ContentTypeId { get; set; } #endif /// - /// Instantiates a new addCopyFromContentTypeHubPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddCopyFromContentTypeHubPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AddCopyFromContentTypeHubPostRequestBody() { /// /// 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 AddCopyFromContentTypeHubPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static AddCopyFromContentTypeHubPostRequestBody CreateFromDiscriminatorVa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contentTypeId", n => { ContentTypeId = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs index c96e5f3fe7..4809b6f78a 100644 --- a/src/generated/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddCopyFromContentTypeHubRequestBuilder : BaseCliRequestBuilder { /// Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddCopyFromContentTypeHubRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddCopyFromContentTypeHubRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes/addCopyFromContentTypeHub", pathParameters) { } /// - /// Instantiates a new AddCopyFromContentTypeHubRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddCopyFromContentTypeHubRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes/addCopyFromContentTypeHub", rawUrl) { @@ -84,6 +85,7 @@ public AddCopyFromContentTypeHubRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. /// + /// 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/Sites/Item/ContentTypes/ContentTypesRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/ContentTypesRequestBuilder.cs index a7f6ee8bd2..d7da79ee2a 100644 --- a/src/generated/Sites/Item/ContentTypes/ContentTypesRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/ContentTypesRequestBuilder.cs @@ -27,6 +27,7 @@ public class ContentTypesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the addCopyFromContentTypeHub method. /// + /// A public Command BuildAddCopyFromContentTypeHubNavCommand() { var command = new Command("add-copy-from-content-type-hub"); command.Description = "Provides operations to call the addCopyFromContentTypeHub method."; @@ -42,6 +43,7 @@ public Command BuildAddCopyFromContentTypeHubNavCommand() { /// /// Provides operations to call the addCopy method. /// + /// A public Command BuildAddCopyNavCommand() { var command = new Command("add-copy"); command.Description = "Provides operations to call the addCopy method."; @@ -57,6 +59,7 @@ public Command BuildAddCopyNavCommand() { /// /// Provides operations to manage the contentTypes property of the microsoft.graph.site entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -79,6 +82,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."; @@ -95,6 +99,7 @@ public Command BuildCountNavCommand() { /// Create a new [contentType][] in a [site][]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new [contentType][] in a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0"; @@ -144,6 +149,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the getCompatibleHubContentTypes method. /// + /// A public Command BuildGetCompatibleHubContentTypesNavCommand() { var command = new Command("get-compatible-hub-content-types"); command.Description = "Provides operations to call the getCompatibleHubContentTypes method."; @@ -160,6 +166,7 @@ public Command BuildGetCompatibleHubContentTypesNavCommand() { /// Get the collection of [contentType][contentType] resources in a [site][]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of [contentType][contentType] resources in a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0"; @@ -256,13 +263,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -270,6 +277,7 @@ public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// Get the collection of [contentType][contentType] resources in a [site][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -286,6 +294,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new [contentType][] in a [site][]. /// + /// 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 @@ -296,7 +305,7 @@ public RequestInformation ToPostRequestInformation(ContentType 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}/sites/{site%2Did}/contentTypes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/ContentTypes/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Count/CountRequestBuilder.cs index d4a54d3f0e..664613994e 100644 --- a/src/generated/Sites/Item/ContentTypes/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/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}/sites/{site%2Did}/contentTypes/$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}/sites/{site%2Did}/contentTypes/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/c /// /// 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/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs b/src/generated/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs index 91d5e33a46..35ffc098aa 100644 --- a/src/generated/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs +++ b/src/generated/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs @@ -18,6 +18,7 @@ public class GetCompatibleHubContentTypesGetResponse : BaseCollectionPaginationC /// /// 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 new GetCompatibleHubContentTypesGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetCompatibleHubContentTypesGetResponse : BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ContentType.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs index 4e3bca37c5..210c1765e1 100644 --- a/src/generated/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetCompatibleHubContentTypesRequestBuilder : BaseCliRequestBuilder /// /// Invoke function getCompatibleHubContentTypes /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getCompatibleHubContentTypes"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetCompatibleHubContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetCompatibleHubContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes/getCompatibleHubContentTypes(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetCompatibleHubContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes/getCompatibleHubContentTypes(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetCompatibleHubContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetCompatibleHubContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes/getCompatibleHubContentTypes(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetCompatibleHubContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes/getCompatibleHubContentTypes(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getCompatibleHubContentTypes /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class GetCompatibleHubContentTypesRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs b/src/generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs index 6c36fd3401..5570407e1e 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs @@ -19,7 +19,7 @@ public class AssociateWithHubSitesPostRequestBody : IAdditionalDataHolder, IPars /// The propagateToExistingLists property public bool? PropagateToExistingLists { get; set; } /// - /// Instantiates a new associateWithHubSitesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AssociateWithHubSitesPostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public AssociateWithHubSitesPostRequestBody() { /// /// 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 AssociateWithHubSitesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static AssociateWithHubSitesPostRequestBody CreateFromDiscriminatorValue( /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"hubSiteUrls", n => { HubSiteUrls = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs index df8714b220..1e71d2a473 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssociateWithHubSitesRequestBuilder : BaseCliRequestBuilder { /// Associate a published [content type][contentType] present in a content type hub with a list of hub sites. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Associate a published [content type][contentType] present in a content type hub with a list of hub sites.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AssociateWithHubSitesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssociateWithHubSitesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/associateWithHubSites", pathParameters) { } /// - /// Instantiates a new AssociateWithHubSitesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssociateWithHubSitesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/associateWithHubSites", rawUrl) { @@ -79,6 +80,7 @@ public AssociateWithHubSitesRequestBuilder(string rawUrl) : base("{+baseurl}/sit /// /// Associate a published [content type][contentType] present in a content type hub with a list of hub sites. /// + /// 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/Sites/Item/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs b/src/generated/Sites/Item/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs index e950666559..4720c64a17 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs @@ -22,6 +22,7 @@ public class BaseRequestBuilderEscaped : BaseCliRequestBuilder { /// /// Parent contentType from which this content type is derived. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Parent contentType from which this content type is derived."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new BaseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BaseRequestBuilderEscaped(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/base{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BaseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BaseRequestBuilderEscaped(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/base{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public BaseRequestBuilderEscaped(string rawUrl) : base("{+baseurl}/sites/{site%2 /// /// Parent contentType from which this content type is derived. /// + /// 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/Sites/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs index b957ca0298..031e3c9160 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs @@ -24,6 +24,7 @@ public class BaseTypesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.Sites.Item.ContentTypes.Item.BaseTypes.Item.ContentTypeItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The collection of content types that are ancestors of this content type. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of content types that are ancestors of this content type."; @@ -150,13 +153,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new BaseTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BaseTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/baseTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new BaseTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BaseTypesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/baseTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -164,6 +167,7 @@ public BaseTypesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// The collection of content types that are ancestors of this content type. /// + /// 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/Sites/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs index a464e17a40..6f39a16b7c 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/BaseTypes/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"; @@ -65,13 +66,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}/sites/{site%2Did}/contentTypes/{contentType%2Did}/baseTypes/$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}/sites/{site%2Did}/contentTypes/{contentType%2Did}/baseTypes/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/c /// /// 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/Sites/Item/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs index 9954e23d78..cd77ecb977 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentTypeItemRequestBuilder : BaseCliRequestBuilder { /// /// The collection of content types that are ancestors of this content type. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of content types that are ancestors of this content type."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/baseTypes/{contentType%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/baseTypes/{contentType%2Did1}{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// The collection of content types that are ancestors of this content type. /// + /// 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/Sites/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs index 9c8c4f28e1..3da6c1bab9 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnLinksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ColumnLinkItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to columnLinks for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to columnLinks for sites"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// The collection of columns that are required by this content type. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of columns that are required by this content type."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnLinksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnLinksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnLinks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnLinksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnLinksRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnLinks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public ColumnLinksRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2 /// /// The collection of columns that are required by this content type. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to columnLinks for sites /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(ColumnLink 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}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnLinks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs index fabd2cfa45..e1711bb96e 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/ColumnLinks/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"; @@ -65,13 +66,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}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnLinks/$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}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnLinks/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/c /// /// 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/Sites/Item/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs index ca0b748074..989c387d45 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ColumnLinkItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property columnLinks for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property columnLinks for sites"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// The collection of columns that are required by this content type. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of columns that are required by this content type."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property columnLinks in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property columnLinks in sites"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ColumnLinkItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnLinkItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnLinkItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnLinkItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public ColumnLinkItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{sit /// /// Delete navigation property columnLinks for sites /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of columns that are required by this content type. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property columnLinks in sites /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(ColumnLink 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}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs index cd671c5ce6..cc134e85e3 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnPositionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ColumnDefinitionItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// Column order information in a content type. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Column order information in a content type."; @@ -150,13 +153,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnPositionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnPositionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnPositions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnPositionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnPositionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnPositions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -164,6 +167,7 @@ public ColumnPositionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// Column order information in a content type. /// + /// 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/Sites/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs index 339e2eda08..629e1f3f4c 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/ColumnPositions/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"; @@ -65,13 +66,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}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnPositions/$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}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnPositions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/c /// /// 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/Sites/Item/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs index 403ec17b94..5942ee1ace 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Column order information in a content type. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Column order information in a content type."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnPositions/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columnPositions/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/site /// /// Column order information in a content type. /// + /// 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/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs index 5fee4a2d3a..03abe3d6fb 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columns property of the microsoft.graph.contentType 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"; @@ -211,13 +215,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -225,6 +229,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +246,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. /// + /// 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 @@ -251,7 +257,7 @@ public RequestInformation ToPostRequestInformation(ColumnDefinition body, Action public RequestInformation ToPostRequestInformation(ColumnDefinition 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}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs index dc121a77ec..42c4c7b796 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/Columns/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"; @@ -65,13 +66,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}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns/$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}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/c /// /// 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/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs index cc3e564a98..0d61ee468a 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0"; @@ -70,6 +71,7 @@ public Command BuildDeleteCommand() { /// Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"; @@ -133,6 +135,7 @@ public Command BuildGetCommand() { /// Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition]. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0"; @@ -194,6 +197,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. /// + /// A public Command BuildSourceColumnNavCommand() { var command = new Command("source-column"); command.Description = "Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity."; @@ -207,13 +211,13 @@ public Command BuildSourceColumnNavCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -221,6 +225,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/site /// /// Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,7 +234,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -237,6 +242,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition]. /// + /// 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 @@ -263,7 +270,7 @@ public RequestInformation ToPatchRequestInformation(ColumnDefinition body, Actio public RequestInformation ToPatchRequestInformation(ColumnDefinition 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}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs index 3eb232cffa..0e37498936 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs @@ -22,6 +22,7 @@ public class SourceColumnRequestBuilder : BaseCliRequestBuilder { /// /// The source column for the content type column. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The source column for the content type column."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SourceColumnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// The source column for the content type column. /// + /// 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/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.cs index 0d057b5d2d..0acb91b749 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.cs @@ -32,6 +32,7 @@ public class ContentTypeItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the associateWithHubSites method. /// + /// A public Command BuildAssociateWithHubSitesNavCommand() { var command = new Command("associate-with-hub-sites"); command.Description = "Provides operations to call the associateWithHubSites method."; @@ -47,6 +48,7 @@ public Command BuildAssociateWithHubSitesNavCommand() { /// /// Provides operations to manage the base property of the microsoft.graph.contentType entity. /// + /// A public Command BuildBaseNavCommand() { var command = new Command("base"); command.Description = "Provides operations to manage the base property of the microsoft.graph.contentType entity."; @@ -62,6 +64,7 @@ public Command BuildBaseNavCommand() { /// /// Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. /// + /// A public Command BuildBaseTypesNavCommand() { var command = new Command("base-types"); command.Description = "Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity."; @@ -86,6 +89,7 @@ public Command BuildBaseTypesNavCommand() { /// /// Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. /// + /// A public Command BuildColumnLinksNavCommand() { var command = new Command("column-links"); command.Description = "Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity."; @@ -111,6 +115,7 @@ public Command BuildColumnLinksNavCommand() { /// /// Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. /// + /// A public Command BuildColumnPositionsNavCommand() { var command = new Command("column-positions"); command.Description = "Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity."; @@ -135,6 +140,7 @@ public Command BuildColumnPositionsNavCommand() { /// /// Provides operations to manage the columns property of the microsoft.graph.contentType entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.contentType entity."; @@ -160,6 +166,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to call the copyToDefaultContentLocation method. /// + /// A public Command BuildCopyToDefaultContentLocationNavCommand() { var command = new Command("copy-to-default-content-location"); command.Description = "Provides operations to call the copyToDefaultContentLocation method."; @@ -176,6 +183,7 @@ public Command BuildCopyToDefaultContentLocationNavCommand() { /// Remove a [content type][contentType] from a [list][] or a [site][]. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a [content type][contentType] from a [list][] or a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0"; @@ -216,6 +224,7 @@ public Command BuildDeleteCommand() { /// Retrieve the metadata for a [content type][contentType] in a [site][] or a [list][]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the metadata for a [content type][contentType] in a [site][] or a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0"; @@ -272,6 +281,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the isPublished method. /// + /// A public Command BuildIsPublishedNavCommand() { var command = new Command("is-published"); command.Description = "Provides operations to call the isPublished method."; @@ -288,6 +298,7 @@ public Command BuildIsPublishedNavCommand() { /// Update a [content type][contentType]. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update a [content type][contentType].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0"; @@ -343,6 +354,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."; @@ -358,6 +370,7 @@ public Command BuildPublishNavCommand() { /// /// Provides operations to call the unpublish method. /// + /// A public Command BuildUnpublishNavCommand() { var command = new Command("unpublish"); command.Description = "Provides operations to call the unpublish method."; @@ -371,13 +384,13 @@ public Command BuildUnpublishNavCommand() { return command; } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}{?%24expand,%24select}", rawUrl) { @@ -385,6 +398,7 @@ public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// Remove a [content type][contentType] from a [list][] or a [site][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -393,7 +407,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -401,6 +415,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the metadata for a [content type][contentType] in a [site][] or a [list][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -417,6 +432,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update a [content type][contentType]. /// + /// 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 @@ -427,7 +443,7 @@ public RequestInformation ToPatchRequestInformation(ContentType 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}/sites/{site%2Did}/contentTypes/{contentType%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs b/src/generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs index cdeb4c1d0f..64ca07823b 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs @@ -26,7 +26,7 @@ public class CopyToDefaultContentLocationPostRequestBody : IAdditionalDataHolder public ItemReference SourceFile { get; set; } #endif /// - /// Instantiates a new copyToDefaultContentLocationPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToDefaultContentLocationPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public CopyToDefaultContentLocationPostRequestBody() { /// /// 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 CopyToDefaultContentLocationPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static CopyToDefaultContentLocationPostRequestBody CreateFromDiscriminato /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"destinationFileName", n => { DestinationFileName = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs index 1e372e5713..e0a10aa59c 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs @@ -22,6 +22,7 @@ public class CopyToDefaultContentLocationRequestBuilder : BaseCliRequestBuilder /// Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"; @@ -65,13 +66,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToDefaultContentLocationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToDefaultContentLocationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/copyToDefaultContentLocation", pathParameters) { } /// - /// Instantiates a new CopyToDefaultContentLocationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToDefaultContentLocationRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/copyToDefaultContentLocation", rawUrl) { @@ -79,6 +80,7 @@ public CopyToDefaultContentLocationRequestBuilder(string rawUrl) : base("{+baseu /// /// Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation. /// + /// 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/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs b/src/generated/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs index f898fd4ac6..a76432e7f7 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs @@ -11,7 +11,7 @@ public class IsPublishedGetResponse : IAdditionalDataHolder, IParsable { /// The value property public bool? Value { get; set; } /// - /// Instantiates a new isPublishedGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public IsPublishedGetResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public IsPublishedGetResponse() { /// /// 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 IsPublishedGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static IsPublishedGetResponse 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/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs index 5c94ac41cb..6e59a2838a 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs @@ -21,6 +21,7 @@ public class IsPublishedRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function isPublished /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function isPublished"; @@ -61,13 +62,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new IsPublishedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IsPublishedRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/isPublished()", pathParameters) { } /// - /// Instantiates a new IsPublishedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IsPublishedRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/isPublished()", rawUrl) { @@ -75,6 +76,7 @@ public IsPublishedRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2 /// /// Invoke function isPublished /// + /// 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/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs index d5fe2f76a3..deff4aa481 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs @@ -22,6 +22,7 @@ public class PublishRequestBuilder : BaseCliRequestBuilder { /// Publishes a [contentType][] present in the content type hub site. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Publishes a [contentType][] present in the content type hub site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0"; @@ -52,13 +53,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}/sites/{site%2Did}/contentTypes/{contentType%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}/sites/{site%2Did}/contentTypes/{contentType%2Did}/publish", rawUrl) { @@ -66,6 +67,7 @@ public PublishRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Publishes a [contentType][] present in the content type hub site. /// + /// 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/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs b/src/generated/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs index 6066b2c289..a206252eda 100644 --- a/src/generated/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs +++ b/src/generated/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnpublishRequestBuilder : BaseCliRequestBuilder { /// Unpublish a [contentType][] from a content type hub site. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Unpublish a [contentType][] from a content type hub site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0"; @@ -52,13 +53,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnpublishRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnpublishRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/unpublish", pathParameters) { } /// - /// Instantiates a new UnpublishRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnpublishRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/contentTypes/{contentType%2Did}/unpublish", rawUrl) { @@ -66,6 +67,7 @@ public UnpublishRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// Unpublish a [contentType][] from a content type hub site. /// + /// 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/Sites/Item/CreatedByUser/CreatedByUserRequestBuilder.cs b/src/generated/Sites/Item/CreatedByUser/CreatedByUserRequestBuilder.cs index f471f2ea1c..bc0270ff4d 100644 --- a/src/generated/Sites/Item/CreatedByUser/CreatedByUserRequestBuilder.cs +++ b/src/generated/Sites/Item/CreatedByUser/CreatedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class CreatedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who created the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who created the item. Read-only."; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -90,6 +92,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -109,13 +112,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/createdByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/createdByUser{?%24expand,%24select}", rawUrl) { @@ -123,6 +126,7 @@ public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// Identity of the user who created the item. 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 diff --git a/src/generated/Sites/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Sites/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index f1cd1e65cc..7ea842b8bb 100644 --- a/src/generated/Sites/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Sites/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -119,13 +121,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -133,6 +135,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -149,6 +152,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -159,7 +163,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/sites/{site%2Did}/createdByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 0be83307fe..c2faf4d541 100644 --- a/src/generated/Sites/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/CreatedByUser/ServiceProvisioningErrors/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}/sites/{site%2Did}/createdByUser/serviceProvisioningErrors/$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}/sites/{site%2Did}/createdByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/c /// /// 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/Sites/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Sites/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 625c45eb15..3ca28ac926 100644 --- a/src/generated/Sites/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Sites/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Sites/Item/Drive/DriveRequestBuilder.cs b/src/generated/Sites/Item/Drive/DriveRequestBuilder.cs index 243460641c..e3245b45ee 100644 --- a/src/generated/Sites/Item/Drive/DriveRequestBuilder.cs +++ b/src/generated/Sites/Item/Drive/DriveRequestBuilder.cs @@ -22,6 +22,7 @@ public class DriveRequestBuilder : BaseCliRequestBuilder { /// /// The default drive (document library) for this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The default drive (document library) for this site."; @@ -70,13 +71,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/drive{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/drive{?%24expand,%24select}", rawUrl) { @@ -84,6 +85,7 @@ public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/d /// /// The default drive (document library) for this site. /// + /// 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/Sites/Item/Drives/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Drives/Count/CountRequestBuilder.cs index d0b1042645..acc20ab61b 100644 --- a/src/generated/Sites/Item/Drives/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Drives/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}/sites/{site%2Did}/drives/$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}/sites/{site%2Did}/drives/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/d /// /// 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/Sites/Item/Drives/DrivesRequestBuilder.cs b/src/generated/Sites/Item/Drives/DrivesRequestBuilder.cs index 06a1e1a1cb..c6ad460e34 100644 --- a/src/generated/Sites/Item/Drives/DrivesRequestBuilder.cs +++ b/src/generated/Sites/Item/Drives/DrivesRequestBuilder.cs @@ -24,6 +24,7 @@ public class DrivesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the drives property of the microsoft.graph.site entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new DriveItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The collection of drives (document libraries) under this site. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of drives (document libraries) under this site."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DrivesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DrivesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DrivesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DrivesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public DrivesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ /// /// The collection of drives (document libraries) under this site. /// + /// 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/Sites/Item/Drives/Item/DriveItemRequestBuilder.cs b/src/generated/Sites/Item/Drives/Item/DriveItemRequestBuilder.cs index 9127182272..7533a5e80c 100644 --- a/src/generated/Sites/Item/Drives/Item/DriveItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Drives/Item/DriveItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class DriveItemRequestBuilder : BaseCliRequestBuilder { /// /// The collection of drives (document libraries) under this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of drives (document libraries) under this site."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/drives/{drive%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/drives/{drive%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// The collection of drives (document libraries) under this site. /// + /// 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/Sites/Item/ExternalColumns/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/ExternalColumns/Count/CountRequestBuilder.cs index ec8daa0edd..e8a2de5cbd 100644 --- a/src/generated/Sites/Item/ExternalColumns/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/ExternalColumns/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}/sites/{site%2Did}/externalColumns/$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}/sites/{site%2Did}/externalColumns/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/e /// /// 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/Sites/Item/ExternalColumns/ExternalColumnsRequestBuilder.cs b/src/generated/Sites/Item/ExternalColumns/ExternalColumnsRequestBuilder.cs index 99b1c82b05..2bdb0d174e 100644 --- a/src/generated/Sites/Item/ExternalColumns/ExternalColumnsRequestBuilder.cs +++ b/src/generated/Sites/Item/ExternalColumns/ExternalColumnsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ExternalColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the externalColumns property of the microsoft.graph.site entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ColumnDefinitionItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// Get externalColumns from sites /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get externalColumns from sites"; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ExternalColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExternalColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/externalColumns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExternalColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExternalColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/externalColumns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public ExternalColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// Get externalColumns from sites /// + /// 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/Sites/Item/ExternalColumns/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Sites/Item/ExternalColumns/Item/ColumnDefinitionItemRequestBuilder.cs index 7c517e25a7..fbf7d5c148 100644 --- a/src/generated/Sites/Item/ExternalColumns/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Sites/Item/ExternalColumns/Item/ColumnDefinitionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Get externalColumns from sites /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get externalColumns from sites"; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/externalColumns/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/externalColumns/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/site /// /// Get externalColumns from sites /// + /// 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/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs b/src/generated/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs index 703d9b5261..780ddca254 100644 --- a/src/generated/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs +++ b/src/generated/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs @@ -18,6 +18,7 @@ public class GetActivitiesByIntervalGetResponse : BaseCollectionPaginationCountR /// /// 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 new GetActivitiesByIntervalGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetActivitiesByIntervalGetResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivityStat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs b/src/generated/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs index 75a5f01a0d..24a8314a3f 100644 --- a/src/generated/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs +++ b/src/generated/Sites/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetActivitiesByIntervalRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function getActivitiesByInterval /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getActivitiesByInterval"; @@ -58,6 +59,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -73,6 +79,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,6 +96,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); var errorMapping = new Dictionary> { @@ -110,20 +118,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetActivitiesByIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getActivitiesByInterval(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetActivitiesByIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getActivitiesByInterval(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetActivitiesByIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getActivitiesByInterval(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetActivitiesByIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getActivitiesByInterval(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getActivitiesByInterval /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +153,16 @@ public class GetActivitiesByIntervalRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs b/src/generated/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs index b74a20f80a..c4c7412078 100644 --- a/src/generated/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs +++ b/src/generated/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs @@ -18,6 +18,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// 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 new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivityStat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs b/src/generated/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs index f9c29e0be7..d9b4702192 100644 --- a/src/generated/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs +++ b/src/generated/Sites/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// Invoke function getActivitiesByInterval /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getActivitiesByInterval"; @@ -70,6 +71,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -88,6 +94,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -104,6 +111,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); if (startDateTime is not null) requestInfo.PathParameters.Add("startDateTime", startDateTime); @@ -128,20 +136,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getActivitiesByInterval /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -162,6 +171,16 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdGetResponse.cs b/src/generated/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdGetResponse.cs index feea198a5a..8404f62528 100644 --- a/src/generated/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdGetResponse.cs +++ b/src/generated/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdGetResponse.cs @@ -18,6 +18,7 @@ public class GetApplicableContentTypesForListWithListIdGetResponse : BaseCollect /// /// 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 new GetApplicableContentTypesForListWithListIdGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetApplicableContentTypesForListWithListIdGetResponse : BaseCollect /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ContentType.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs b/src/generated/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs index 683eaa10b3..b9fa754c91 100644 --- a/src/generated/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs +++ b/src/generated/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetApplicableContentTypesForListWithListIdRequestBuilder : BaseCliR /// /// Invoke function getApplicableContentTypesForList /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getApplicableContentTypesForList"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); if (listId is not null) requestInfo.PathParameters.Add("listId", listId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetApplicableContentTypesForListWithListIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetApplicableContentTypesForListWithListIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getApplicableContentTypesForList(listId='{listId}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetApplicableContentTypesForListWithListIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getApplicableContentTypesForList(listId='{listId}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetApplicableContentTypesForListWithListIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetApplicableContentTypesForListWithListIdRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getApplicableContentTypesForList(listId='{listId}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetApplicableContentTypesForListWithListIdRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getApplicableContentTypesForList(listId='{listId}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getApplicableContentTypesForList /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class GetApplicableContentTypesForListWithListIdRequestBuilderGetQueryPar /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Sites/Item/GetByPathWithPath/Analytics/AnalyticsRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/Analytics/AnalyticsRequestBuilder.cs index 4e0992e580..2839ba0a29 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/Analytics/AnalyticsRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/Analytics/AnalyticsRequestBuilder.cs @@ -22,6 +22,7 @@ public class AnalyticsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property analytics for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property analytics for sites"; @@ -29,6 +30,10 @@ public Command BuildDeleteCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -36,12 +41,14 @@ public Command BuildDeleteCommand() { command.AddOption(ifMatchOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToDeleteRequestInformation(q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -55,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Analytics about the view activities that took place in this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Analytics about the view activities that took place in this site."; @@ -62,6 +70,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -78,6 +90,7 @@ public Command BuildGetCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -91,6 +104,7 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -105,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property analytics in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property analytics in sites"; @@ -112,6 +127,10 @@ public Command BuildPatchCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -122,6 +141,7 @@ public Command BuildPatchCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -139,6 +159,7 @@ public Command BuildPatchCommand() { var requestInfo = ToPatchRequestInformation(model, q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -152,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AnalyticsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/analytics{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/analytics{?%24expand,%24select}", rawUrl) { @@ -166,6 +187,7 @@ public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// Delete navigation property analytics for sites /// + /// 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 +196,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/analytics", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Analytics about the view activities that took place in this site. /// + /// 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 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property analytics in sites /// + /// 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 +232,7 @@ public RequestInformation ToPatchRequestInformation(ItemAnalytics 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}/sites/{site%2Did}/getByPath(path='{path}')/analytics", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.cs index a039f8fced..a07b21294a 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0"; @@ -30,6 +31,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -73,6 +78,7 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -100,6 +106,7 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -122,6 +129,7 @@ public Command BuildGetCommand() { /// Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0"; @@ -129,6 +137,10 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -139,6 +151,7 @@ public Command BuildPostCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -156,6 +169,7 @@ public Command BuildPostCommand() { var requestInfo = ToPostRequestInformation(model, q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -169,13 +183,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -183,6 +197,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -199,6 +214,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition]. /// + /// 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 @@ -209,7 +225,7 @@ public RequestInformation ToPostRequestInformation(ColumnDefinition body, Action public RequestInformation ToPostRequestInformation(ColumnDefinition 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}/sites/{site%2Did}/getByPath(path='{path}')/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.cs index d4b5db7c80..9f993a328e 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentTypesRequestBuilder : BaseCliRequestBuilder { /// Get the collection of [contentType][contentType] resources in a [site][]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the collection of [contentType][contentType] resources in a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0"; @@ -30,6 +31,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -73,6 +78,7 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -100,6 +106,7 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -122,6 +129,7 @@ public Command BuildGetCommand() { /// Create a new [contentType][] in a [site][]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a new [contentType][] in a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0"; @@ -129,6 +137,10 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -139,6 +151,7 @@ public Command BuildPostCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -156,6 +169,7 @@ public Command BuildPostCommand() { var requestInfo = ToPostRequestInformation(model, q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -169,13 +183,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -183,6 +197,7 @@ public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// Get the collection of [contentType][contentType] resources in a [site][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -199,6 +214,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new [contentType][] in a [site][]. /// + /// 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 @@ -209,7 +225,7 @@ public RequestInformation ToPostRequestInformation(ContentType 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}/sites/{site%2Did}/getByPath(path='{path}')/contentTypes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/GetByPathWithPath/CreatedByUser/CreatedByUserRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/CreatedByUser/CreatedByUserRequestBuilder.cs index c410f5d3a7..a39414b2e5 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/CreatedByUser/CreatedByUserRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/CreatedByUser/CreatedByUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class CreatedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who created the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who created the item. Read-only."; @@ -29,6 +30,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -45,6 +50,7 @@ public Command BuildGetCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -58,6 +64,7 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -70,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/createdByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/createdByUser{?%24expand,%24select}", rawUrl) { @@ -84,6 +91,7 @@ public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// Identity of the user who created the item. 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 diff --git a/src/generated/Sites/Item/GetByPathWithPath/Drive/DriveRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/Drive/DriveRequestBuilder.cs index 5acfb45451..a85fab712e 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/Drive/DriveRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/Drive/DriveRequestBuilder.cs @@ -22,6 +22,7 @@ public class DriveRequestBuilder : BaseCliRequestBuilder { /// /// The default drive (document library) for this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The default drive (document library) for this site."; @@ -29,6 +30,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -45,6 +50,7 @@ public Command BuildGetCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -58,6 +64,7 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -70,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/drive{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/drive{?%24expand,%24select}", rawUrl) { @@ -84,6 +91,7 @@ public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/g /// /// The default drive (document library) for this site. /// + /// 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/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.cs index c69abb5e52..06fa26e72c 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.cs @@ -22,6 +22,7 @@ public class DrivesRequestBuilder : BaseCliRequestBuilder { /// /// The collection of drives (document libraries) under this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of drives (document libraries) under this site."; @@ -29,6 +30,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -72,6 +77,7 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -99,6 +105,7 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -118,13 +125,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DrivesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DrivesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DrivesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DrivesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -132,6 +139,7 @@ public DrivesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ /// /// The collection of drives (document libraries) under this site. /// + /// 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/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.cs index cdce215232..7bf965ec3c 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExternalColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Get externalColumns from sites /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get externalColumns from sites"; @@ -29,6 +30,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -72,6 +77,7 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -99,6 +105,7 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -118,13 +125,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ExternalColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExternalColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/externalColumns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExternalColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExternalColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/externalColumns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -132,6 +139,7 @@ public ExternalColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// Get externalColumns from sites /// + /// 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/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs b/src/generated/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs index 2188638377..f16c86024a 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs @@ -18,6 +18,7 @@ public class GetActivitiesByIntervalGetResponse : BaseCollectionPaginationCountR /// /// 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 new GetActivitiesByIntervalGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetActivitiesByIntervalGetResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivityStat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs index 67c7bb95fe..4c60ec271e 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetActivitiesByIntervalRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function getActivitiesByInterval /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getActivitiesByInterval"; @@ -28,6 +29,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -58,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -66,6 +76,7 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -73,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -89,8 +101,10 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -110,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetActivitiesByIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getActivitiesByInterval(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetActivitiesByIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getActivitiesByInterval(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetActivitiesByIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getActivitiesByInterval(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetActivitiesByIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getActivitiesByInterval(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getActivitiesByInterval /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -144,6 +159,16 @@ public class GetActivitiesByIntervalRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs b/src/generated/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs index 16e7469a15..faeb4184ae 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs @@ -18,6 +18,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// 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 new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivityStat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs index fc2f3b6f51..33bdb354e0 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// Invoke function getActivitiesByInterval /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getActivitiesByInterval"; @@ -28,6 +29,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var startDateTimeOption = new Option("--start-date-time", description: "Usage: startDateTime='{startDateTime}'") { }; startDateTimeOption.IsRequired = true; @@ -70,6 +75,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +88,7 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var startDateTime = invocationContext.ParseResult.GetValueForOption(startDateTimeOption); var endDateTime = invocationContext.ParseResult.GetValueForOption(endDateTimeOption); var interval = invocationContext.ParseResult.GetValueForOption(intervalOption); @@ -88,6 +99,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -104,8 +116,10 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); if (startDateTime is not null) requestInfo.PathParameters.Add("startDateTime", startDateTime); if (endDateTime is not null) requestInfo.PathParameters.Add("endDateTime", endDateTime); if (interval is not null) requestInfo.PathParameters.Add("interval", interval); @@ -128,20 +142,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getActivitiesByInterval /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -162,6 +177,16 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdGetResponse.cs b/src/generated/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdGetResponse.cs index e994cfc07d..3f777bd384 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdGetResponse.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdGetResponse.cs @@ -18,6 +18,7 @@ public class GetApplicableContentTypesForListWithListIdGetResponse : BaseCollect /// /// 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 new GetApplicableContentTypesForListWithListIdGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetApplicableContentTypesForListWithListIdGetResponse : BaseCollect /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ContentType.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs index 45f4b74ff2..76b8efdaa1 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetApplicableContentTypesForListWithListIdRequestBuilder : BaseCliR /// /// Invoke function getApplicableContentTypesForList /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getApplicableContentTypesForList"; @@ -28,6 +29,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var listIdOption = new Option("--list-id", description: "Usage: listId='{listId}'") { }; listIdOption.IsRequired = true; @@ -62,6 +67,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -70,6 +80,7 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var listId = invocationContext.ParseResult.GetValueForOption(listIdOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); @@ -78,6 +89,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,8 +106,10 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); if (listId is not null) requestInfo.PathParameters.Add("listId", listId); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -116,20 +130,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetApplicableContentTypesForListWithListIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetApplicableContentTypesForListWithListIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetApplicableContentTypesForListWithListIdRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetApplicableContentTypesForListWithListIdRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetApplicableContentTypesForListWithListIdRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetApplicableContentTypesForListWithListIdRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getApplicableContentTypesForList /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +165,16 @@ public class GetApplicableContentTypesForListWithListIdRequestBuilderGetQueryPar /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Analytics/AnalyticsRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Analytics/AnalyticsRequestBuilder.cs index 5e06989a28..f4a771114a 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Analytics/AnalyticsRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Analytics/AnalyticsRequestBuilder.cs @@ -22,6 +22,7 @@ public class AnalyticsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property analytics for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property analytics for sites"; @@ -29,6 +30,14 @@ public Command BuildDeleteCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -36,12 +45,16 @@ public Command BuildDeleteCommand() { command.AddOption(ifMatchOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToDeleteRequestInformation(q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -55,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Analytics about the view activities that took place in this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Analytics about the view activities that took place in this site."; @@ -62,6 +76,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -78,6 +100,8 @@ public Command BuildGetCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -91,6 +115,8 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -105,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property analytics in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property analytics in sites"; @@ -112,6 +139,14 @@ public Command BuildPatchCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -122,6 +157,8 @@ public Command BuildPatchCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -139,6 +176,8 @@ public Command BuildPatchCommand() { var requestInfo = ToPatchRequestInformation(model, q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -152,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AnalyticsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/analytics{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/analytics{?%24expand,%24select}", rawUrl) { @@ -166,6 +205,7 @@ public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// Delete navigation property analytics for sites /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/analytics", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Analytics about the view activities that took place in this site. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property analytics in sites /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(ItemAnalytics 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}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/analytics", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Columns/ColumnsRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Columns/ColumnsRequestBuilder.cs index 6287327a07..648544a112 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Columns/ColumnsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0"; @@ -30,6 +31,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -73,6 +82,8 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -100,6 +111,8 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -122,6 +135,7 @@ public Command BuildGetCommand() { /// Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0"; @@ -129,6 +143,14 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -139,6 +161,8 @@ public Command BuildPostCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -156,6 +180,8 @@ public Command BuildPostCommand() { var requestInfo = ToPostRequestInformation(model, q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -169,13 +195,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -183,6 +209,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [site][site]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -199,6 +226,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a column for a [site][site] with a request that specifies a [columnDefinition][columnDefinition]. /// + /// 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 @@ -209,7 +237,7 @@ public RequestInformation ToPostRequestInformation(ColumnDefinition body, Action public RequestInformation ToPostRequestInformation(ColumnDefinition 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}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/ContentTypes/ContentTypesRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/ContentTypes/ContentTypesRequestBuilder.cs index 38d736c6e1..33805b034b 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/ContentTypes/ContentTypesRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/ContentTypes/ContentTypesRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentTypesRequestBuilder : BaseCliRequestBuilder { /// Get the collection of [contentType][contentType] resources in a [site][]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the collection of [contentType][contentType] resources in a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0"; @@ -30,6 +31,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -73,6 +82,8 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -100,6 +111,8 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -122,6 +135,7 @@ public Command BuildGetCommand() { /// Create a new [contentType][] in a [site][]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a new [contentType][] in a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0"; @@ -129,6 +143,14 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -139,6 +161,8 @@ public Command BuildPostCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -156,6 +180,8 @@ public Command BuildPostCommand() { var requestInfo = ToPostRequestInformation(model, q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -169,13 +195,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -183,6 +209,7 @@ public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// Get the collection of [contentType][contentType] resources in a [site][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -199,6 +226,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new [contentType][] in a [site][]. /// + /// 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 @@ -209,7 +237,7 @@ public RequestInformation ToPostRequestInformation(ContentType 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}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/contentTypes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/CreatedByUser/CreatedByUserRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/CreatedByUser/CreatedByUserRequestBuilder.cs index b77adda274..a6877d090f 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/CreatedByUser/CreatedByUserRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/CreatedByUser/CreatedByUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class CreatedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who created the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who created the item. Read-only."; @@ -29,6 +30,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -45,6 +54,8 @@ public Command BuildGetCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -58,6 +69,8 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -70,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/createdByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/createdByUser{?%24expand,%24select}", rawUrl) { @@ -84,6 +97,7 @@ public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// Identity of the user who created the item. 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 diff --git a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Drive/DriveRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Drive/DriveRequestBuilder.cs index c18e1eba58..3d461a0b94 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Drive/DriveRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Drive/DriveRequestBuilder.cs @@ -22,6 +22,7 @@ public class DriveRequestBuilder : BaseCliRequestBuilder { /// /// The default drive (document library) for this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The default drive (document library) for this site."; @@ -29,6 +30,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -45,6 +54,8 @@ public Command BuildGetCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -58,6 +69,8 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -70,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/drive{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/drive{?%24expand,%24select}", rawUrl) { @@ -84,6 +97,7 @@ public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/g /// /// The default drive (document library) for this site. /// + /// 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/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Drives/DrivesRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Drives/DrivesRequestBuilder.cs index 19664e6a5b..13cf05f0ec 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Drives/DrivesRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Drives/DrivesRequestBuilder.cs @@ -22,6 +22,7 @@ public class DrivesRequestBuilder : BaseCliRequestBuilder { /// /// The collection of drives (document libraries) under this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of drives (document libraries) under this site."; @@ -29,6 +30,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -72,6 +81,8 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -99,6 +110,8 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -118,13 +131,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DrivesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DrivesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DrivesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DrivesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -132,6 +145,7 @@ public DrivesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ /// /// The collection of drives (document libraries) under this site. /// + /// 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/Sites/Item/GetByPathWithPath/GetByPathWithPath1/ExternalColumns/ExternalColumnsRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/ExternalColumns/ExternalColumnsRequestBuilder.cs index 6199d202cc..ad63be764c 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/ExternalColumns/ExternalColumnsRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/ExternalColumns/ExternalColumnsRequestBuilder.cs @@ -22,6 +22,7 @@ public class ExternalColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Get externalColumns from sites /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get externalColumns from sites"; @@ -29,6 +30,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -72,6 +81,8 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -99,6 +110,8 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -118,13 +131,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ExternalColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ExternalColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/externalColumns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ExternalColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ExternalColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/externalColumns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -132,6 +145,7 @@ public ExternalColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// Get externalColumns from sites /// + /// 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/Sites/Item/GetByPathWithPath/GetByPathWithPath1/GetByPathWithPath1RequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/GetByPathWithPath1RequestBuilder.cs index e7bdef34a6..6555225bdf 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/GetByPathWithPath1RequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/GetByPathWithPath1RequestBuilder.cs @@ -38,6 +38,7 @@ public class GetByPathWithPath1RequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the analytics property of the microsoft.graph.site entity. /// + /// A public Command BuildAnalyticsNavCommand() { var command = new Command("analytics"); command.Description = "Provides operations to manage the analytics property of the microsoft.graph.site entity."; @@ -55,6 +56,7 @@ public Command BuildAnalyticsNavCommand() { /// /// Provides operations to manage the columns property of the microsoft.graph.site entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.site entity."; @@ -71,6 +73,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to manage the contentTypes property of the microsoft.graph.site entity. /// + /// A public Command BuildContentTypesNavCommand() { var command = new Command("content-types"); command.Description = "Provides operations to manage the contentTypes property of the microsoft.graph.site entity."; @@ -87,6 +90,7 @@ public Command BuildContentTypesNavCommand() { /// /// Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildCreatedByUserNavCommand() { var command = new Command("created-by-user"); command.Description = "Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity."; @@ -102,6 +106,7 @@ public Command BuildCreatedByUserNavCommand() { /// /// Provides operations to manage the drive property of the microsoft.graph.site entity. /// + /// A public Command BuildDriveNavCommand() { var command = new Command("drive"); command.Description = "Provides operations to manage the drive property of the microsoft.graph.site entity."; @@ -117,6 +122,7 @@ public Command BuildDriveNavCommand() { /// /// Provides operations to manage the drives property of the microsoft.graph.site entity. /// + /// A public Command BuildDrivesNavCommand() { var command = new Command("drives"); command.Description = "Provides operations to manage the drives property of the microsoft.graph.site entity."; @@ -132,6 +138,7 @@ public Command BuildDrivesNavCommand() { /// /// Provides operations to manage the externalColumns property of the microsoft.graph.site entity. /// + /// A public Command BuildExternalColumnsNavCommand() { var command = new Command("external-columns"); command.Description = "Provides operations to manage the externalColumns property of the microsoft.graph.site entity."; @@ -147,6 +154,7 @@ public Command BuildExternalColumnsNavCommand() { /// /// Invoke function getByPath /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getByPath"; @@ -154,6 +162,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { }; path1Option.IsRequired = true; @@ -164,6 +176,7 @@ public Command BuildGetCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -174,6 +187,7 @@ public Command BuildGetCommand() { var requestInfo = ToGetRequestInformation(q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -189,6 +203,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the items property of the microsoft.graph.site entity. /// + /// A public Command BuildItemsNavCommand() { var command = new Command("items"); command.Description = "Provides operations to manage the items property of the microsoft.graph.site entity."; @@ -204,6 +219,7 @@ public Command BuildItemsNavCommand() { /// /// Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildLastModifiedByUserNavCommand() { var command = new Command("last-modified-by-user"); command.Description = "Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity."; @@ -219,6 +235,7 @@ public Command BuildLastModifiedByUserNavCommand() { /// /// Provides operations to manage the lists property of the microsoft.graph.site entity. /// + /// A public Command BuildListsNavCommand() { var command = new Command("lists"); command.Description = "Provides operations to manage the lists property of the microsoft.graph.site entity."; @@ -235,6 +252,7 @@ public Command BuildListsNavCommand() { /// /// Provides operations to manage the onenote property of the microsoft.graph.site entity. /// + /// A public Command BuildOnenoteNavCommand() { var command = new Command("onenote"); command.Description = "Provides operations to manage the onenote property of the microsoft.graph.site entity."; @@ -252,6 +270,7 @@ public Command BuildOnenoteNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.site entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.site entity."; @@ -268,6 +287,7 @@ public Command BuildOperationsNavCommand() { /// /// Provides operations to manage the permissions property of the microsoft.graph.site entity. /// + /// A public Command BuildPermissionsNavCommand() { var command = new Command("permissions"); command.Description = "Provides operations to manage the permissions property of the microsoft.graph.site entity."; @@ -284,6 +304,7 @@ public Command BuildPermissionsNavCommand() { /// /// Provides operations to manage the sites property of the microsoft.graph.site entity. /// + /// A public Command BuildSitesNavCommand() { var command = new Command("sites"); command.Description = "Provides operations to manage the sites property of the microsoft.graph.site entity."; @@ -299,6 +320,7 @@ public Command BuildSitesNavCommand() { /// /// Provides operations to manage the termStore property of the microsoft.graph.site entity. /// + /// A public Command BuildTermStoreNavCommand() { var command = new Command("term-store"); command.Description = "Provides operations to manage the termStore property of the microsoft.graph.site entity."; @@ -316,6 +338,7 @@ public Command BuildTermStoreNavCommand() { /// /// Provides operations to manage the termStores property of the microsoft.graph.site entity. /// + /// A public Command BuildTermStoresNavCommand() { var command = new Command("term-stores"); command.Description = "Provides operations to manage the termStores property of the microsoft.graph.site entity."; @@ -330,13 +353,13 @@ public Command BuildTermStoresNavCommand() { return command; } /// - /// Instantiates a new GetByPathWithPath1RequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetByPathWithPath1RequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')", pathParameters) { } /// - /// Instantiates a new GetByPathWithPath1RequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetByPathWithPath1RequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')", rawUrl) { @@ -344,6 +367,7 @@ public GetByPathWithPath1RequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// Invoke function getByPath /// + /// 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/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Items/ItemsRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Items/ItemsRequestBuilder.cs index c5e0924678..d064e14fc9 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Items/ItemsRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Items/ItemsRequestBuilder.cs @@ -22,6 +22,7 @@ public class ItemsRequestBuilder : BaseCliRequestBuilder { /// /// Used to address any item contained in this site. This collection can't be enumerated. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Used to address any item contained in this site. This collection can't be enumerated."; @@ -29,6 +30,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -72,6 +81,8 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -99,6 +110,8 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -118,13 +131,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -132,6 +145,7 @@ public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/g /// /// Used to address any item contained in this site. This collection can't be enumerated. /// + /// 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/Sites/Item/GetByPathWithPath/GetByPathWithPath1/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs index 93fc72def4..d2ec6a2eca 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class LastModifiedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who last modified the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who last modified the item. Read-only."; @@ -29,6 +30,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -45,6 +54,8 @@ public Command BuildGetCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -58,6 +69,8 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -70,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/lastModifiedByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/lastModifiedByUser{?%24expand,%24select}", rawUrl) { @@ -84,6 +97,7 @@ public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// Identity of the user who last modified the item. 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 diff --git a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Lists/ListsRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Lists/ListsRequestBuilder.cs index 4a1c99d550..80410341a5 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Lists/ListsRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Lists/ListsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ListsRequestBuilder : BaseCliRequestBuilder { /// Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0"; @@ -30,6 +31,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -73,6 +82,8 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -100,6 +111,8 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -122,6 +135,7 @@ public Command BuildGetCommand() { /// Create a new [list][] in a [site][]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a new [list][] in a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0"; @@ -129,6 +143,14 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -139,6 +161,8 @@ public Command BuildPostCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -156,6 +180,8 @@ public Command BuildPostCommand() { var requestInfo = ToPostRequestInformation(model, q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -169,13 +195,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ListsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/lists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ListsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/lists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -183,6 +209,7 @@ public ListsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/g /// /// Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -199,6 +226,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new [list][] in a [site][]. /// + /// 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 @@ -209,7 +237,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.List body, Acti public RequestInformation ToPostRequestInformation(ApiSdk.Models.List 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}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Onenote/OnenoteRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Onenote/OnenoteRequestBuilder.cs index cfe12b8344..3a645e037b 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Onenote/OnenoteRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Onenote/OnenoteRequestBuilder.cs @@ -22,6 +22,7 @@ public class OnenoteRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property onenote for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property onenote for sites"; @@ -29,6 +30,14 @@ public Command BuildDeleteCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -36,12 +45,16 @@ public Command BuildDeleteCommand() { command.AddOption(ifMatchOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToDeleteRequestInformation(q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -55,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// Calls the OneNote service for notebook related operations. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Calls the OneNote service for notebook related operations."; @@ -62,6 +76,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -78,6 +100,8 @@ public Command BuildGetCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -91,6 +115,8 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -105,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property onenote in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property onenote in sites"; @@ -112,6 +139,14 @@ public Command BuildPatchCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -122,6 +157,8 @@ public Command BuildPatchCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -139,6 +176,8 @@ public Command BuildPatchCommand() { var requestInfo = ToPatchRequestInformation(model, q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -152,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote{?%24expand,%24select}", rawUrl) { @@ -166,6 +205,7 @@ public OnenoteRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Delete navigation property onenote for sites /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Calls the OneNote service for notebook related operations. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property onenote in sites /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Onenote body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Onenote 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}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Operations/OperationsRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Operations/OperationsRequestBuilder.cs index d462e32918..0f5cfbfbd7 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Operations/OperationsRequestBuilder.cs @@ -23,6 +23,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// Get a list of rich long-running operations associated with a site. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a list of rich long-running operations associated with a site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0"; @@ -30,6 +31,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -73,6 +82,8 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -100,6 +111,8 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -121,6 +134,7 @@ public Command BuildGetCommand() { /// /// Create new navigation property to operations for sites /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create new navigation property to operations for sites"; @@ -128,6 +142,14 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -138,6 +160,8 @@ public Command BuildPostCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -155,6 +179,8 @@ public Command BuildPostCommand() { var requestInfo = ToPostRequestInformation(model, q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -168,13 +194,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -182,6 +208,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2D /// /// Get a list of rich long-running operations associated with a site. /// + /// 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 +225,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for sites /// + /// 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 +236,7 @@ public RequestInformation ToPostRequestInformation(RichLongRunningOperation body public RequestInformation ToPostRequestInformation(RichLongRunningOperation 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}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Permissions/PermissionsRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Permissions/PermissionsRequestBuilder.cs index a7d513f180..6f0ec02409 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Permissions/PermissionsRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Permissions/PermissionsRequestBuilder.cs @@ -23,6 +23,7 @@ public class PermissionsRequestBuilder : BaseCliRequestBuilder { /// Get the permission resources from the permissions navigation property on a site. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the permission resources from the permissions navigation property on a site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0"; @@ -30,6 +31,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -73,6 +82,8 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -100,6 +111,8 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -122,6 +135,7 @@ public Command BuildGetCommand() { /// Create a new permission object on a site. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a new permission object on a site. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0"; @@ -129,6 +143,14 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -139,6 +161,8 @@ public Command BuildPostCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -156,6 +180,8 @@ public Command BuildPostCommand() { var requestInfo = ToPostRequestInformation(model, q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -169,13 +195,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PermissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermissionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PermissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermissionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -183,6 +209,7 @@ public PermissionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2 /// /// Get the permission resources from the permissions navigation property on a site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -199,6 +226,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new permission object on a site. /// + /// 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 @@ -209,7 +237,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.Permission body public RequestInformation ToPostRequestInformation(ApiSdk.Models.Permission 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}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Sites/SitesRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Sites/SitesRequestBuilder.cs index 865866a0bb..d9a4a2675f 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Sites/SitesRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/Sites/SitesRequestBuilder.cs @@ -23,6 +23,7 @@ public class SitesRequestBuilder : BaseCliRequestBuilder { /// Get a collection of subsites defined for a [site][]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a collection of subsites defined for a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0"; @@ -30,6 +31,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -73,6 +82,8 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -100,6 +111,8 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -119,13 +132,13 @@ public Command BuildGetCommand() { 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}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/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}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/sites{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -133,6 +146,7 @@ public SitesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/g /// /// Get a collection of subsites defined for a [site][]. /// + /// 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/Sites/Item/GetByPathWithPath/GetByPathWithPath1/TermStore/TermStoreRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/TermStore/TermStoreRequestBuilder.cs index b5d5c8cdc7..fac8d6116e 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/TermStore/TermStoreRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/TermStore/TermStoreRequestBuilder.cs @@ -22,6 +22,7 @@ public class TermStoreRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property termStore for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property termStore for sites"; @@ -29,6 +30,14 @@ public Command BuildDeleteCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -36,12 +45,16 @@ public Command BuildDeleteCommand() { command.AddOption(ifMatchOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToDeleteRequestInformation(q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -56,6 +69,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a store object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a store object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0"; @@ -63,6 +77,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -79,6 +101,8 @@ public Command BuildGetCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -92,6 +116,8 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -107,6 +133,7 @@ public Command BuildGetCommand() { /// Update the properties of a store object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a store object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0"; @@ -114,6 +141,14 @@ public Command BuildPatchCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -124,6 +159,8 @@ public Command BuildPatchCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -141,6 +178,8 @@ public Command BuildPatchCommand() { var requestInfo = ToPatchRequestInformation(model, q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -154,13 +193,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TermStoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermStoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermStoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermStoreRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore{?%24expand,%24select}", rawUrl) { @@ -168,6 +207,7 @@ public TermStoreRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// Delete navigation property termStore for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -176,7 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -184,6 +224,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a store 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 @@ -200,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a store 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 @@ -210,7 +252,7 @@ public RequestInformation ToPatchRequestInformation(Store 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}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/TermStores/TermStoresRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/TermStores/TermStoresRequestBuilder.cs index 2df2fee904..ff0bfc3eef 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/TermStores/TermStoresRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPath1/TermStores/TermStoresRequestBuilder.cs @@ -22,6 +22,7 @@ public class TermStoresRequestBuilder : BaseCliRequestBuilder { /// /// The collection of termStores under this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of termStores under this site."; @@ -29,6 +30,14 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -72,6 +81,8 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -99,6 +110,8 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -120,6 +133,7 @@ public Command BuildGetCommand() { /// /// Create new navigation property to termStores for sites /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create new navigation property to termStores for sites"; @@ -127,6 +141,14 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); + var path1Option = new Option("--path1", description: "Usage: path='{path1}'") { + }; + path1Option.IsRequired = true; + command.AddOption(path1Option); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -137,6 +159,8 @@ public Command BuildPostCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); + var path1 = invocationContext.ParseResult.GetValueForOption(path1Option); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -154,6 +178,8 @@ public Command BuildPostCommand() { var requestInfo = ToPostRequestInformation(model, q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); + if (path1 is not null) requestInfo.PathParameters.Add("path1", path1); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -167,13 +193,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TermStoresRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermStoresRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TermStoresRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermStoresRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -181,6 +207,7 @@ public TermStoresRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2D /// /// The collection of termStores under this site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -197,6 +224,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to termStores for sites /// + /// 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 @@ -207,7 +235,7 @@ public RequestInformation ToPostRequestInformation(Store 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}/sites/{site%2Did}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPathRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPathRequestBuilder.cs index ae30e5c2af..2ed69b958c 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPathRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/GetByPathWithPathRequestBuilder.cs @@ -42,6 +42,7 @@ public class GetByPathWithPathRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the analytics property of the microsoft.graph.site entity. /// + /// A public Command BuildAnalyticsNavCommand() { var command = new Command("analytics"); command.Description = "Provides operations to manage the analytics property of the microsoft.graph.site entity."; @@ -59,6 +60,7 @@ public Command BuildAnalyticsNavCommand() { /// /// Provides operations to manage the columns property of the microsoft.graph.site entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.site entity."; @@ -75,6 +77,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to manage the contentTypes property of the microsoft.graph.site entity. /// + /// A public Command BuildContentTypesNavCommand() { var command = new Command("content-types"); command.Description = "Provides operations to manage the contentTypes property of the microsoft.graph.site entity."; @@ -91,6 +94,7 @@ public Command BuildContentTypesNavCommand() { /// /// Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildCreatedByUserNavCommand() { var command = new Command("created-by-user"); command.Description = "Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity."; @@ -106,6 +110,7 @@ public Command BuildCreatedByUserNavCommand() { /// /// Provides operations to manage the drive property of the microsoft.graph.site entity. /// + /// A public Command BuildDriveNavCommand() { var command = new Command("drive"); command.Description = "Provides operations to manage the drive property of the microsoft.graph.site entity."; @@ -121,6 +126,7 @@ public Command BuildDriveNavCommand() { /// /// Provides operations to manage the drives property of the microsoft.graph.site entity. /// + /// A public Command BuildDrivesNavCommand() { var command = new Command("drives"); command.Description = "Provides operations to manage the drives property of the microsoft.graph.site entity."; @@ -136,6 +142,7 @@ public Command BuildDrivesNavCommand() { /// /// Provides operations to manage the externalColumns property of the microsoft.graph.site entity. /// + /// A public Command BuildExternalColumnsNavCommand() { var command = new Command("external-columns"); command.Description = "Provides operations to manage the externalColumns property of the microsoft.graph.site entity."; @@ -151,6 +158,7 @@ public Command BuildExternalColumnsNavCommand() { /// /// Provides operations to call the getActivitiesByInterval method. /// + /// A public Command BuildGetActivitiesByIntervalNavCommand() { var command = new Command("get-activities-by-interval"); command.Description = "Provides operations to call the getActivitiesByInterval method."; @@ -166,6 +174,7 @@ public Command BuildGetActivitiesByIntervalNavCommand() { /// /// Provides operations to call the getActivitiesByInterval method. /// + /// A public Command BuildGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRbCommand() { var command = new Command("get-activities-by-interval-with-start-date-time-with-end-date-time-with-interval"); command.Description = "Provides operations to call the getActivitiesByInterval method."; @@ -181,6 +190,7 @@ public Command BuildGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithI /// /// Provides operations to call the getApplicableContentTypesForList method. /// + /// A public Command BuildGetApplicableContentTypesForListWithListIdRbCommand() { var command = new Command("get-applicable-content-types-for-list-with-list-id"); command.Description = "Provides operations to call the getApplicableContentTypesForList method."; @@ -196,6 +206,7 @@ public Command BuildGetApplicableContentTypesForListWithListIdRbCommand() { /// /// Provides operations to call the getByPath method. /// + /// A public Command BuildGetByPathWithPath1RbCommand() { var command = new Command("get-by-path-with-path1"); command.Description = "Provides operations to call the getByPath method."; @@ -232,6 +243,7 @@ public Command BuildGetByPathWithPath1RbCommand() { /// /// Invoke function getByPath /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getByPath"; @@ -274,6 +286,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the items property of the microsoft.graph.site entity. /// + /// A public Command BuildItemsNavCommand() { var command = new Command("items"); command.Description = "Provides operations to manage the items property of the microsoft.graph.site entity."; @@ -289,6 +302,7 @@ public Command BuildItemsNavCommand() { /// /// Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildLastModifiedByUserNavCommand() { var command = new Command("last-modified-by-user"); command.Description = "Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity."; @@ -304,6 +318,7 @@ public Command BuildLastModifiedByUserNavCommand() { /// /// Provides operations to manage the lists property of the microsoft.graph.site entity. /// + /// A public Command BuildListsNavCommand() { var command = new Command("lists"); command.Description = "Provides operations to manage the lists property of the microsoft.graph.site entity."; @@ -320,6 +335,7 @@ public Command BuildListsNavCommand() { /// /// Provides operations to manage the onenote property of the microsoft.graph.site entity. /// + /// A public Command BuildOnenoteNavCommand() { var command = new Command("onenote"); command.Description = "Provides operations to manage the onenote property of the microsoft.graph.site entity."; @@ -337,6 +353,7 @@ public Command BuildOnenoteNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.site entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.site entity."; @@ -353,6 +370,7 @@ public Command BuildOperationsNavCommand() { /// /// Provides operations to manage the permissions property of the microsoft.graph.site entity. /// + /// A public Command BuildPermissionsNavCommand() { var command = new Command("permissions"); command.Description = "Provides operations to manage the permissions property of the microsoft.graph.site entity."; @@ -369,6 +387,7 @@ public Command BuildPermissionsNavCommand() { /// /// Provides operations to manage the sites property of the microsoft.graph.site entity. /// + /// A public Command BuildSitesNavCommand() { var command = new Command("sites"); command.Description = "Provides operations to manage the sites property of the microsoft.graph.site entity."; @@ -384,6 +403,7 @@ public Command BuildSitesNavCommand() { /// /// Provides operations to manage the termStore property of the microsoft.graph.site entity. /// + /// A public Command BuildTermStoreNavCommand() { var command = new Command("term-store"); command.Description = "Provides operations to manage the termStore property of the microsoft.graph.site entity."; @@ -401,6 +421,7 @@ public Command BuildTermStoreNavCommand() { /// /// Provides operations to manage the termStores property of the microsoft.graph.site entity. /// + /// A public Command BuildTermStoresNavCommand() { var command = new Command("term-stores"); command.Description = "Provides operations to manage the termStores property of the microsoft.graph.site entity."; @@ -415,13 +436,13 @@ public Command BuildTermStoresNavCommand() { return command; } /// - /// Instantiates a new GetByPathWithPathRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetByPathWithPathRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')", pathParameters) { } /// - /// Instantiates a new GetByPathWithPathRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetByPathWithPathRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')", rawUrl) { @@ -429,6 +450,7 @@ public GetByPathWithPathRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{ /// /// Invoke function getByPath /// + /// 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/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.cs index a2d27d522f..bfe7afad69 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.cs @@ -22,6 +22,7 @@ public class ItemsRequestBuilder : BaseCliRequestBuilder { /// /// Used to address any item contained in this site. This collection can't be enumerated. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Used to address any item contained in this site. This collection can't be enumerated."; @@ -29,6 +30,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -72,6 +77,7 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -99,6 +105,7 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -118,13 +125,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -132,6 +139,7 @@ public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/g /// /// Used to address any item contained in this site. This collection can't be enumerated. /// + /// 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/Sites/Item/GetByPathWithPath/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs index 3f06571429..cd88c0762d 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs @@ -22,6 +22,7 @@ public class LastModifiedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who last modified the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who last modified the item. Read-only."; @@ -29,6 +30,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -45,6 +50,7 @@ public Command BuildGetCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -58,6 +64,7 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -70,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/lastModifiedByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/lastModifiedByUser{?%24expand,%24select}", rawUrl) { @@ -84,6 +91,7 @@ public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// Identity of the user who last modified the item. 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 diff --git a/src/generated/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.cs index 2916c05442..3d4bfe7db4 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ListsRequestBuilder : BaseCliRequestBuilder { /// Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0"; @@ -30,6 +31,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -73,6 +78,7 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -100,6 +106,7 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -122,6 +129,7 @@ public Command BuildGetCommand() { /// Create a new [list][] in a [site][]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a new [list][] in a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0"; @@ -129,6 +137,10 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -139,6 +151,7 @@ public Command BuildPostCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -156,6 +169,7 @@ public Command BuildPostCommand() { var requestInfo = ToPostRequestInformation(model, q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -169,13 +183,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ListsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/lists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ListsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/lists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -183,6 +197,7 @@ public ListsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/g /// /// Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -199,6 +214,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new [list][] in a [site][]. /// + /// 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 @@ -209,7 +225,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.List body, Acti public RequestInformation ToPostRequestInformation(ApiSdk.Models.List 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}/sites/{site%2Did}/getByPath(path='{path}')/lists", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/GetByPathWithPath/Onenote/OnenoteRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/Onenote/OnenoteRequestBuilder.cs index aa3efe225c..7bd707d2b8 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/Onenote/OnenoteRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/Onenote/OnenoteRequestBuilder.cs @@ -22,6 +22,7 @@ public class OnenoteRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property onenote for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property onenote for sites"; @@ -29,6 +30,10 @@ public Command BuildDeleteCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -36,12 +41,14 @@ public Command BuildDeleteCommand() { command.AddOption(ifMatchOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToDeleteRequestInformation(q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -55,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Calls the OneNote service for notebook related operations. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Calls the OneNote service for notebook related operations."; @@ -62,6 +70,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -78,6 +90,7 @@ public Command BuildGetCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -91,6 +104,7 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -105,6 +119,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property onenote in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property onenote in sites"; @@ -112,6 +127,10 @@ public Command BuildPatchCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -122,6 +141,7 @@ public Command BuildPatchCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -139,6 +159,7 @@ public Command BuildPatchCommand() { var requestInfo = ToPatchRequestInformation(model, q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -152,13 +173,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/onenote{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/onenote{?%24expand,%24select}", rawUrl) { @@ -166,6 +187,7 @@ public OnenoteRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Delete navigation property onenote for sites /// + /// 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 +196,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/onenote", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -182,6 +204,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Calls the OneNote service for notebook related operations. /// + /// 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 +221,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property onenote in sites /// + /// 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 +232,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Onenote body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Onenote 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}/sites/{site%2Did}/getByPath(path='{path}')/onenote", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.cs index 8566912d72..25c97e6406 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.cs @@ -23,6 +23,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// Get a list of rich long-running operations associated with a site. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a list of rich long-running operations associated with a site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0"; @@ -30,6 +31,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -73,6 +78,7 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -100,6 +106,7 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -121,6 +128,7 @@ public Command BuildGetCommand() { /// /// Create new navigation property to operations for sites /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create new navigation property to operations for sites"; @@ -128,6 +136,10 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -138,6 +150,7 @@ public Command BuildPostCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -155,6 +168,7 @@ public Command BuildPostCommand() { var requestInfo = ToPostRequestInformation(model, q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -168,13 +182,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -182,6 +196,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2D /// /// Get a list of rich long-running operations associated with a site. /// + /// 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 +213,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for sites /// + /// 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 +224,7 @@ public RequestInformation ToPostRequestInformation(RichLongRunningOperation body public RequestInformation ToPostRequestInformation(RichLongRunningOperation 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}/sites/{site%2Did}/getByPath(path='{path}')/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.cs index fe1045059f..39786a00ef 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.cs @@ -23,6 +23,7 @@ public class PermissionsRequestBuilder : BaseCliRequestBuilder { /// Get the permission resources from the permissions navigation property on a site. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the permission resources from the permissions navigation property on a site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0"; @@ -30,6 +31,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -73,6 +78,7 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -100,6 +106,7 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -122,6 +129,7 @@ public Command BuildGetCommand() { /// Create a new permission object on a site. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create a new permission object on a site. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0"; @@ -129,6 +137,10 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -139,6 +151,7 @@ public Command BuildPostCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -156,6 +169,7 @@ public Command BuildPostCommand() { var requestInfo = ToPostRequestInformation(model, q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -169,13 +183,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new PermissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermissionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PermissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermissionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -183,6 +197,7 @@ public PermissionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2 /// /// Get the permission resources from the permissions navigation property on a site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -199,6 +214,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new permission object on a site. /// + /// 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 @@ -209,7 +225,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.Permission body public RequestInformation ToPostRequestInformation(ApiSdk.Models.Permission 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}/sites/{site%2Did}/getByPath(path='{path}')/permissions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.cs index 7819aa5521..ac28676a1e 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.cs @@ -23,6 +23,7 @@ public class SitesRequestBuilder : BaseCliRequestBuilder { /// Get a collection of subsites defined for a [site][]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a collection of subsites defined for a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0"; @@ -30,6 +31,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -73,6 +78,7 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -100,6 +106,7 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -119,13 +126,13 @@ public Command BuildGetCommand() { 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}/sites/{site%2Did}/getByPath(path='{path}')/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}/sites/{site%2Did}/getByPath(path='{path}')/sites{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -133,6 +140,7 @@ public SitesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/g /// /// Get a collection of subsites defined for a [site][]. /// + /// 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/Sites/Item/GetByPathWithPath/TermStore/TermStoreRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/TermStore/TermStoreRequestBuilder.cs index 59f51d32af..00cd849ac5 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/TermStore/TermStoreRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/TermStore/TermStoreRequestBuilder.cs @@ -22,6 +22,7 @@ public class TermStoreRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property termStore for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property termStore for sites"; @@ -29,6 +30,10 @@ public Command BuildDeleteCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var ifMatchOption = new Option("--if-match", description: "ETag") { Arity = ArgumentArity.ZeroOrMore }; @@ -36,12 +41,14 @@ public Command BuildDeleteCommand() { command.AddOption(ifMatchOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var ifMatch = invocationContext.ParseResult.GetValueForOption(ifMatchOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToDeleteRequestInformation(q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); if (ifMatch is not null) requestInfo.Headers.Add("If-Match", ifMatch); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -56,6 +63,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a store object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a store object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0"; @@ -63,6 +71,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var selectOption = new Option("--select", description: "Select properties to be returned") { Arity = ArgumentArity.ZeroOrMore }; @@ -79,6 +91,7 @@ public Command BuildGetCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); @@ -92,6 +105,7 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -107,6 +121,7 @@ public Command BuildGetCommand() { /// Update the properties of a store object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a store object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0"; @@ -114,6 +129,10 @@ public Command BuildPatchCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -124,6 +143,7 @@ public Command BuildPatchCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -141,6 +161,7 @@ public Command BuildPatchCommand() { var requestInfo = ToPatchRequestInformation(model, q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -154,13 +175,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new TermStoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermStoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/termStore{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermStoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermStoreRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/termStore{?%24expand,%24select}", rawUrl) { @@ -168,6 +189,7 @@ public TermStoreRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// Delete navigation property termStore for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -176,7 +198,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/termStore", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -184,6 +206,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a store 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 @@ -200,6 +223,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a store 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 @@ -210,7 +234,7 @@ public RequestInformation ToPatchRequestInformation(Store 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}/sites/{site%2Did}/getByPath(path='{path}')/termStore", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/GetByPathWithPath/TermStores/TermStoresRequestBuilder.cs b/src/generated/Sites/Item/GetByPathWithPath/TermStores/TermStoresRequestBuilder.cs index afd7afbdcb..a1aab8b288 100644 --- a/src/generated/Sites/Item/GetByPathWithPath/TermStores/TermStoresRequestBuilder.cs +++ b/src/generated/Sites/Item/GetByPathWithPath/TermStores/TermStoresRequestBuilder.cs @@ -22,6 +22,7 @@ public class TermStoresRequestBuilder : BaseCliRequestBuilder { /// /// The collection of termStores under this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of termStores under this site."; @@ -29,6 +30,10 @@ public Command BuildGetCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var topOption = new Option("--top", description: "Show only the first n items") { }; topOption.IsRequired = false; @@ -72,6 +77,7 @@ public Command BuildGetCommand() { command.AddOption(allOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var top = invocationContext.ParseResult.GetValueForOption(topOption); var skip = invocationContext.ParseResult.GetValueForOption(skipOption); var search = invocationContext.ParseResult.GetValueForOption(searchOption); @@ -99,6 +105,7 @@ public Command BuildGetCommand() { q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, {"5XX", ODataError.CreateFromDiscriminatorValue}, @@ -120,6 +127,7 @@ public Command BuildGetCommand() { /// /// Create new navigation property to termStores for sites /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Create new navigation property to termStores for sites"; @@ -127,6 +135,10 @@ public Command BuildPostCommand() { }; siteIdOption.IsRequired = true; command.AddOption(siteIdOption); + var pathOption = new Option("--path", description: "Usage: path='{path}'") { + }; + pathOption.IsRequired = true; + command.AddOption(pathOption); var bodyOption = new Option("--body", description: "The request body") { }; bodyOption.IsRequired = true; @@ -137,6 +149,7 @@ public Command BuildPostCommand() { command.AddOption(queryOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); + var path = invocationContext.ParseResult.GetValueForOption(pathOption); var body = invocationContext.ParseResult.GetValueForOption(bodyOption) ?? string.Empty; var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); @@ -154,6 +167,7 @@ public Command BuildPostCommand() { var requestInfo = ToPostRequestInformation(model, q => { }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); + if (path is not null) requestInfo.PathParameters.Add("path", path); requestInfo.SetContentFromParsable(reqAdapter, "application/json", model); var errorMapping = new Dictionary> { {"4XX", ODataError.CreateFromDiscriminatorValue}, @@ -167,13 +181,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new TermStoresRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermStoresRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/termStores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TermStoresRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermStoresRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/getByPath(path='{path}')/termStores{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -181,6 +195,7 @@ public TermStoresRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2D /// /// The collection of termStores under this site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -197,6 +212,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to termStores for sites /// + /// 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 @@ -207,7 +223,7 @@ public RequestInformation ToPostRequestInformation(Store 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}/sites/{site%2Did}/getByPath(path='{path}')/termStores", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Items/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Items/Count/CountRequestBuilder.cs index d18f24e022..c5ca66c581 100644 --- a/src/generated/Sites/Item/Items/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Items/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}/sites/{site%2Did}/items/$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}/sites/{site%2Did}/items/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/i /// /// 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/Sites/Item/Items/Item/BaseItemItemRequestBuilder.cs b/src/generated/Sites/Item/Items/Item/BaseItemItemRequestBuilder.cs index af40bca9c1..a4c9533fb9 100644 --- a/src/generated/Sites/Item/Items/Item/BaseItemItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Items/Item/BaseItemItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class BaseItemItemRequestBuilder : BaseCliRequestBuilder { /// /// Used to address any item contained in this site. This collection can't be enumerated. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Used to address any item contained in this site. This collection can't be enumerated."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new BaseItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BaseItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/items/{baseItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BaseItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BaseItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/items/{baseItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public BaseItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// Used to address any item contained in this site. This collection can't be enumerated. /// + /// 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/Sites/Item/Items/ItemsRequestBuilder.cs b/src/generated/Sites/Item/Items/ItemsRequestBuilder.cs index 133f8cfa5e..17d0b7bd5b 100644 --- a/src/generated/Sites/Item/Items/ItemsRequestBuilder.cs +++ b/src/generated/Sites/Item/Items/ItemsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ItemsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the items property of the microsoft.graph.site entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new BaseItemItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// Used to address any item contained in this site. This collection can't be enumerated. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Used to address any item contained in this site. This collection can't be enumerated."; @@ -144,13 +147,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -158,6 +161,7 @@ public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/i /// /// Used to address any item contained in this site. This collection can't be enumerated. /// + /// 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/Sites/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs b/src/generated/Sites/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs index 6b8d6b884f..a2616429b3 100644 --- a/src/generated/Sites/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs +++ b/src/generated/Sites/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class LastModifiedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who last modified the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who last modified the item. Read-only."; @@ -74,6 +75,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -90,6 +92,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -109,13 +112,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lastModifiedByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lastModifiedByUser{?%24expand,%24select}", rawUrl) { @@ -123,6 +126,7 @@ public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// Identity of the user who last modified the item. 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 diff --git a/src/generated/Sites/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Sites/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index 8a6851ba84..3e6518d162 100644 --- a/src/generated/Sites/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Sites/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -72,6 +73,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -119,13 +121,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -133,6 +135,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -149,6 +152,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -159,7 +163,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/sites/{site%2Did}/lastModifiedByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 688783f191..ef5a1085dd 100644 --- a/src/generated/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/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}/sites/{site%2Did}/lastModifiedByUser/serviceProvisioningErrors/$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}/sites/{site%2Did}/lastModifiedByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/l /// /// 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/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 3820dc61a4..8dd1f02262 100644 --- a/src/generated/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Sites/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -134,13 +136,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -148,6 +150,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Sites/Item/Lists/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Lists/Count/CountRequestBuilder.cs index 490fc72b6f..36a26ab1f6 100644 --- a/src/generated/Sites/Item/Lists/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/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}/sites/{site%2Did}/lists/$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}/sites/{site%2Did}/lists/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/l /// /// 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/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.cs index 489fb46fa9..b6039065a9 100644 --- a/src/generated/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Columns/ColumnsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columns property of the microsoft.graph.list 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0"; @@ -109,6 +112,7 @@ public Command BuildCreateCommand() { /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0"; @@ -211,13 +215,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -225,6 +229,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [list][list]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -241,6 +246,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a column for a [list][list] with a request that specifies a [columnDefinition][columnDefinition]. /// + /// 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 @@ -251,7 +257,7 @@ public RequestInformation ToPostRequestInformation(ColumnDefinition body, Action public RequestInformation ToPostRequestInformation(ColumnDefinition 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}/sites/{site%2Did}/lists/{list%2Did}/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/Columns/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Columns/Count/CountRequestBuilder.cs index 25aa55cc83..05914112ca 100644 --- a/src/generated/Sites/Item/Lists/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Columns/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"; @@ -65,13 +66,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}/sites/{site%2Did}/lists/{list%2Did}/columns/$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}/sites/{site%2Did}/lists/{list%2Did}/columns/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/l /// /// 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/Sites/Item/Lists/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs index 8cc75e72d5..55b6643dae 100644 --- a/src/generated/Sites/Item/Lists/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property columns for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property columns for sites"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// The collection of field definitions for this list. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of field definitions for this list."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property columns in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property columns in sites"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. /// + /// A public Command BuildSourceColumnNavCommand() { var command = new Command("source-column"); command.Description = "Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity."; @@ -204,13 +208,13 @@ public Command BuildSourceColumnNavCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -218,6 +222,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/site /// /// Delete navigation property columns for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,7 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -234,6 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of field definitions for this list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property columns in sites /// + /// 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 @@ -260,7 +267,7 @@ public RequestInformation ToPatchRequestInformation(ColumnDefinition body, Actio public RequestInformation ToPatchRequestInformation(ColumnDefinition 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}/sites/{site%2Did}/lists/{list%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs index 0f8dd843be..915aee66a1 100644 --- a/src/generated/Sites/Item/Lists/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs @@ -22,6 +22,7 @@ public class SourceColumnRequestBuilder : BaseCliRequestBuilder { /// /// The source column for the content type column. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The source column for the content type column."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SourceColumnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// The source column for the content type column. /// + /// 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/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.cs index 13a23f5d2e..292241afde 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyPostRequestBody.cs @@ -17,7 +17,7 @@ public class AddCopyPostRequestBody : IAdditionalDataHolder, IParsable { public string ContentType { get; set; } #endif /// - /// Instantiates a new addCopyPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddCopyPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AddCopyPostRequestBody() { /// /// 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 AddCopyPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static AddCopyPostRequestBody CreateFromDiscriminatorValue(IParseNode par /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contentType", n => { ContentType = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs index 8be8406e46..ff5e0ad104 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddCopyRequestBuilder : BaseCliRequestBuilder { /// Add a copy of a [content type][contentType] from a [site][site] to a [list][list]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add a copy of a [content type][contentType] from a [site][site] to a [list][list].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddCopyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddCopyRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/addCopy", pathParameters) { } /// - /// Instantiates a new AddCopyRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddCopyRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/addCopy", rawUrl) { @@ -90,6 +91,7 @@ public AddCopyRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Add a copy of a [content type][contentType] from a [site][site] to a [list][list]. /// + /// 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/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs index 4b39524d38..91367b9138 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubPostRequestBody.cs @@ -17,7 +17,7 @@ public class AddCopyFromContentTypeHubPostRequestBody : IAdditionalDataHolder, I public string ContentTypeId { get; set; } #endif /// - /// Instantiates a new addCopyFromContentTypeHubPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AddCopyFromContentTypeHubPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public AddCopyFromContentTypeHubPostRequestBody() { /// /// 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 AddCopyFromContentTypeHubPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static AddCopyFromContentTypeHubPostRequestBody CreateFromDiscriminatorVa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"contentTypeId", n => { ContentTypeId = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs index 658bd04321..bcfdf4c914 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.cs @@ -23,6 +23,7 @@ public class AddCopyFromContentTypeHubRequestBuilder : BaseCliRequestBuilder { /// Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AddCopyFromContentTypeHubRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AddCopyFromContentTypeHubRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/addCopyFromContentTypeHub", pathParameters) { } /// - /// Instantiates a new AddCopyFromContentTypeHubRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AddCopyFromContentTypeHubRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/addCopyFromContentTypeHub", rawUrl) { @@ -90,6 +91,7 @@ public AddCopyFromContentTypeHubRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a 'push everywhere' to 'pull as needed' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021. /// + /// 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/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.cs index d611a69019..022ca15be0 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/ContentTypesRequestBuilder.cs @@ -27,6 +27,7 @@ public class ContentTypesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the addCopyFromContentTypeHub method. /// + /// A public Command BuildAddCopyFromContentTypeHubNavCommand() { var command = new Command("add-copy-from-content-type-hub"); command.Description = "Provides operations to call the addCopyFromContentTypeHub method."; @@ -42,6 +43,7 @@ public Command BuildAddCopyFromContentTypeHubNavCommand() { /// /// Provides operations to call the addCopy method. /// + /// A public Command BuildAddCopyNavCommand() { var command = new Command("add-copy"); command.Description = "Provides operations to call the addCopy method."; @@ -57,6 +59,7 @@ public Command BuildAddCopyNavCommand() { /// /// Provides operations to manage the contentTypes property of the microsoft.graph.list entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -79,6 +82,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."; @@ -94,6 +98,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to contentTypes for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to contentTypes for sites"; @@ -149,6 +154,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the getCompatibleHubContentTypes method. /// + /// A public Command BuildGetCompatibleHubContentTypesNavCommand() { var command = new Command("get-compatible-hub-content-types"); command.Description = "Provides operations to call the getCompatibleHubContentTypes method."; @@ -165,6 +171,7 @@ public Command BuildGetCompatibleHubContentTypesNavCommand() { /// Get the collection of [contentType][contentType] resources in a [list][]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of [contentType][contentType] resources in a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0"; @@ -267,13 +274,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -281,6 +288,7 @@ public ContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// Get the collection of [contentType][contentType] resources in a [list][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -297,6 +305,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to contentTypes for sites /// + /// 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 @@ -307,7 +316,7 @@ public RequestInformation ToPostRequestInformation(ContentType 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}/sites/{site%2Did}/lists/{list%2Did}/contentTypes", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/ContentTypes/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Count/CountRequestBuilder.cs index 84042387dc..f3c16b9670 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/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"; @@ -65,13 +66,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}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/$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}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/l /// /// 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/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs index 00616c6f32..8c132423c1 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesGetResponse.cs @@ -18,6 +18,7 @@ public class GetCompatibleHubContentTypesGetResponse : BaseCollectionPaginationC /// /// 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 new GetCompatibleHubContentTypesGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetCompatibleHubContentTypesGetResponse : BaseCollectionPaginationC /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ContentType.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs index 6884c3edea..3ba7e4cd20 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetCompatibleHubContentTypesRequestBuilder : BaseCliRequestBuilder /// /// Invoke function getCompatibleHubContentTypes /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getCompatibleHubContentTypes"; @@ -62,6 +63,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -78,6 +84,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -94,6 +101,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); if (listId is not null) requestInfo.PathParameters.Add("list%2Did", listId); @@ -116,20 +124,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetCompatibleHubContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetCompatibleHubContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/getCompatibleHubContentTypes(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetCompatibleHubContentTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/getCompatibleHubContentTypes(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetCompatibleHubContentTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetCompatibleHubContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/getCompatibleHubContentTypes(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetCompatibleHubContentTypesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/getCompatibleHubContentTypes(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getCompatibleHubContentTypes /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -150,6 +159,16 @@ public class GetCompatibleHubContentTypesRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs index fea23981a5..f3920ecc73 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesPostRequestBody.cs @@ -19,7 +19,7 @@ public class AssociateWithHubSitesPostRequestBody : IAdditionalDataHolder, IPars /// The propagateToExistingLists property public bool? PropagateToExistingLists { get; set; } /// - /// Instantiates a new associateWithHubSitesPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public AssociateWithHubSitesPostRequestBody() { AdditionalData = new Dictionary(); @@ -27,6 +27,7 @@ public AssociateWithHubSitesPostRequestBody() { /// /// 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 AssociateWithHubSitesPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -35,6 +36,7 @@ public static AssociateWithHubSitesPostRequestBody CreateFromDiscriminatorValue( /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"hubSiteUrls", n => { HubSiteUrls = n.GetCollectionOfPrimitiveValues()?.ToList(); } }, diff --git a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs index 9d95a0ef62..452eed1ff3 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.cs @@ -22,6 +22,7 @@ public class AssociateWithHubSitesRequestBuilder : BaseCliRequestBuilder { /// Associate a published [content type][contentType] present in a content type hub with a list of hub sites. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Associate a published [content type][contentType] present in a content type hub with a list of hub sites.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new AssociateWithHubSitesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AssociateWithHubSitesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/associateWithHubSites", pathParameters) { } /// - /// Instantiates a new AssociateWithHubSitesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AssociateWithHubSitesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/associateWithHubSites", rawUrl) { @@ -85,6 +86,7 @@ public AssociateWithHubSitesRequestBuilder(string rawUrl) : base("{+baseurl}/sit /// /// Associate a published [content type][contentType] present in a content type hub with a list of hub sites. /// + /// 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/Sites/Item/Lists/Item/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs index 4eb9f32cc4..cc33e5aee6 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Base/BaseRequestBuilderEscaped.cs @@ -22,6 +22,7 @@ public class BaseRequestBuilderEscaped : BaseCliRequestBuilder { /// /// Parent contentType from which this content type is derived. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Parent contentType from which this content type is derived."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new BaseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BaseRequestBuilderEscaped(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/base{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new BaseRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BaseRequestBuilderEscaped(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/base{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public BaseRequestBuilderEscaped(string rawUrl) : base("{+baseurl}/sites/{site%2 /// /// Parent contentType from which this content type is derived. /// + /// 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/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs index 5695edf9ac..1a8b721372 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/BaseTypesRequestBuilder.cs @@ -24,6 +24,7 @@ public class BaseTypesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.Sites.Item.Lists.Item.ContentTypes.Item.BaseTypes.Item.ContentTypeItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// The collection of content types that are ancestors of this content type. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of content types that are ancestors of this content type."; @@ -156,13 +159,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new BaseTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public BaseTypesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/baseTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new BaseTypesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public BaseTypesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/baseTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -170,6 +173,7 @@ public BaseTypesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// The collection of content types that are ancestors of this content type. /// + /// 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/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs index 65bb28cbad..649a5aa6bb 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/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"; @@ -71,13 +72,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}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/baseTypes/$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}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/baseTypes/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/l /// /// 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/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs index 52811b869b..f4c1bce9d3 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/BaseTypes/Item/ContentTypeItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentTypeItemRequestBuilder : BaseCliRequestBuilder { /// /// The collection of content types that are ancestors of this content type. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of content types that are ancestors of this content type."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/baseTypes/{contentType%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/baseTypes/{contentType%2Did1}{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// The collection of content types that are ancestors of this content type. /// + /// 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/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs index 2e5e138649..fdbb33f35d 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/ColumnLinksRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnLinksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ColumnLinkItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to columnLinks for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to columnLinks for sites"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// /// The collection of columns that are required by this content type. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of columns that are required by this content type."; @@ -219,13 +223,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnLinksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnLinksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnLinks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnLinksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnLinksRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnLinks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -233,6 +237,7 @@ public ColumnLinksRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2 /// /// The collection of columns that are required by this content type. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -249,6 +254,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to columnLinks for sites /// + /// 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 @@ -259,7 +265,7 @@ public RequestInformation ToPostRequestInformation(ColumnLink 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}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnLinks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs index 49e21c1b50..1fc8482023 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/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"; @@ -71,13 +72,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}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnLinks/$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}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnLinks/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/l /// /// 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/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs index 539a4818f4..38ac929938 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnLinks/Item/ColumnLinkItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ColumnLinkItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property columnLinks for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property columnLinks for sites"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// The collection of columns that are required by this content type. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of columns that are required by this content type."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property columnLinks in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property columnLinks in sites"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ColumnLinkItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnLinkItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnLinkItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnLinkItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public ColumnLinkItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{sit /// /// Delete navigation property columnLinks for sites /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of columns that are required by this content type. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property columnLinks in sites /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(ColumnLink 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}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnLinks/{columnLink%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs index 101ea2b531..e9a463accc 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/ColumnPositionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnPositionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ColumnDefinitionItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -48,6 +50,7 @@ public Command BuildCountNavCommand() { /// /// Column order information in a content type. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Column order information in a content type."; @@ -156,13 +159,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnPositionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnPositionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnPositions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnPositionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnPositionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnPositions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -170,6 +173,7 @@ public ColumnPositionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// Column order information in a content type. /// + /// 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/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs index 4aed204740..0c4e8d3358 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/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"; @@ -71,13 +72,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}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnPositions/$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}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnPositions/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/l /// /// 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/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs index adc4a5cb75..cf823569bd 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ColumnPositions/Item/ColumnDefinitionItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// /// Column order information in a content type. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Column order information in a content type."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnPositions/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columnPositions/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/site /// /// Column order information in a content type. /// + /// 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/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs index 3b034b2f39..7f84704ff4 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/ColumnsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columns property of the microsoft.graph.contentType 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0"; @@ -115,6 +118,7 @@ public Command BuildCreateCommand() { /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"; @@ -223,13 +227,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ColumnsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -237,6 +241,7 @@ public ColumnsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Get the collection of columns represented as [columnDefinition][columnDefinition] resources in a [content type][contentType]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Add a column to a [content type][contentType] in a site, or a list with a request that specifies a [columnDefinition][columnDefinition]. /// + /// 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 @@ -263,7 +269,7 @@ public RequestInformation ToPostRequestInformation(ColumnDefinition body, Action public RequestInformation ToPostRequestInformation(ColumnDefinition 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}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs index dad8995ca4..4bc49aaed2 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/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"; @@ -71,13 +72,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}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns/$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}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/l /// /// 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/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs index 6c624a65ae..b036bf4a1c 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/ColumnDefinitionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class ColumnDefinitionItemRequestBuilder : BaseCliRequestBuilder { /// Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0"; @@ -76,6 +77,7 @@ public Command BuildDeleteCommand() { /// Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"; @@ -145,6 +147,7 @@ public Command BuildGetCommand() { /// Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition]. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0"; @@ -212,6 +215,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. /// + /// A public Command BuildSourceColumnNavCommand() { var command = new Command("source-column"); command.Description = "Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity."; @@ -225,13 +229,13 @@ public Command BuildSourceColumnNavCommand() { return command; } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ColumnDefinitionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ColumnDefinitionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}{?%24expand,%24select}", rawUrl) { @@ -239,6 +243,7 @@ public ColumnDefinitionItemRequestBuilder(string rawUrl) : base("{+baseurl}/site /// /// Remove a [column][columndefinition] from a [site][], a [list][], or a [content type][contentType]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -247,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}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -255,6 +260,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the metadata for a [site][], a [list][], or a [contentType][] [column][columnDefinition]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -271,6 +277,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update a [site][], a [list][], or a [content type][contentType] [column][columnDefinition]. /// + /// 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 @@ -281,7 +288,7 @@ public RequestInformation ToPatchRequestInformation(ColumnDefinition body, Actio public RequestInformation ToPatchRequestInformation(ColumnDefinition 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}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs index 37ab90b3ee..d78afa4863 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Columns/Item/SourceColumn/SourceColumnRequestBuilder.cs @@ -22,6 +22,7 @@ public class SourceColumnRequestBuilder : BaseCliRequestBuilder { /// /// The source column for the content type column. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The source column for the content type column."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SourceColumnRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SourceColumnRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/columns/{columnDefinition%2Did}/sourceColumn{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public SourceColumnRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// The source column for the content type column. /// + /// 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/Sites/Item/Lists/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.cs index c9cd77c248..6a0127613e 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/ContentTypeItemRequestBuilder.cs @@ -32,6 +32,7 @@ public class ContentTypeItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the associateWithHubSites method. /// + /// A public Command BuildAssociateWithHubSitesNavCommand() { var command = new Command("associate-with-hub-sites"); command.Description = "Provides operations to call the associateWithHubSites method."; @@ -47,6 +48,7 @@ public Command BuildAssociateWithHubSitesNavCommand() { /// /// Provides operations to manage the base property of the microsoft.graph.contentType entity. /// + /// A public Command BuildBaseNavCommand() { var command = new Command("base"); command.Description = "Provides operations to manage the base property of the microsoft.graph.contentType entity."; @@ -62,6 +64,7 @@ public Command BuildBaseNavCommand() { /// /// Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. /// + /// A public Command BuildBaseTypesNavCommand() { var command = new Command("base-types"); command.Description = "Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity."; @@ -86,6 +89,7 @@ public Command BuildBaseTypesNavCommand() { /// /// Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. /// + /// A public Command BuildColumnLinksNavCommand() { var command = new Command("column-links"); command.Description = "Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity."; @@ -111,6 +115,7 @@ public Command BuildColumnLinksNavCommand() { /// /// Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. /// + /// A public Command BuildColumnPositionsNavCommand() { var command = new Command("column-positions"); command.Description = "Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity."; @@ -135,6 +140,7 @@ public Command BuildColumnPositionsNavCommand() { /// /// Provides operations to manage the columns property of the microsoft.graph.contentType entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.contentType entity."; @@ -160,6 +166,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to call the copyToDefaultContentLocation method. /// + /// A public Command BuildCopyToDefaultContentLocationNavCommand() { var command = new Command("copy-to-default-content-location"); command.Description = "Provides operations to call the copyToDefaultContentLocation method."; @@ -175,6 +182,7 @@ public Command BuildCopyToDefaultContentLocationNavCommand() { /// /// Delete navigation property contentTypes for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property contentTypes for sites"; @@ -220,6 +228,7 @@ public Command BuildDeleteCommand() { /// /// The collection of content types present in this list. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of content types present in this list."; @@ -282,6 +291,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the isPublished method. /// + /// A public Command BuildIsPublishedNavCommand() { var command = new Command("is-published"); command.Description = "Provides operations to call the isPublished method."; @@ -297,6 +307,7 @@ public Command BuildIsPublishedNavCommand() { /// /// Update the navigation property contentTypes in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property contentTypes in sites"; @@ -358,6 +369,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."; @@ -373,6 +385,7 @@ public Command BuildPublishNavCommand() { /// /// Provides operations to call the unpublish method. /// + /// A public Command BuildUnpublishNavCommand() { var command = new Command("unpublish"); command.Description = "Provides operations to call the unpublish method."; @@ -386,13 +399,13 @@ public Command BuildUnpublishNavCommand() { return command; } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ContentTypeItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ContentTypeItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}{?%24expand,%24select}", rawUrl) { @@ -400,6 +413,7 @@ public ContentTypeItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// Delete navigation property contentTypes for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -408,7 +422,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -416,6 +430,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of content types present in this list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -432,6 +447,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property contentTypes in sites /// + /// 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 @@ -442,7 +458,7 @@ public RequestInformation ToPatchRequestInformation(ContentType 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}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs index 5700261afd..cf353fcf22 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationPostRequestBody.cs @@ -26,7 +26,7 @@ public class CopyToDefaultContentLocationPostRequestBody : IAdditionalDataHolder public ItemReference SourceFile { get; set; } #endif /// - /// Instantiates a new copyToDefaultContentLocationPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToDefaultContentLocationPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public CopyToDefaultContentLocationPostRequestBody() { /// /// 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 CopyToDefaultContentLocationPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static CopyToDefaultContentLocationPostRequestBody CreateFromDiscriminato /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"destinationFileName", n => { DestinationFileName = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs index 357c62573d..2a156228ba 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.cs @@ -22,6 +22,7 @@ public class CopyToDefaultContentLocationRequestBuilder : BaseCliRequestBuilder /// Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"; @@ -71,13 +72,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToDefaultContentLocationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToDefaultContentLocationRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/copyToDefaultContentLocation", pathParameters) { } /// - /// Instantiates a new CopyToDefaultContentLocationRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToDefaultContentLocationRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/copyToDefaultContentLocation", rawUrl) { @@ -85,6 +86,7 @@ public CopyToDefaultContentLocationRequestBuilder(string rawUrl) : base("{+baseu /// /// Copy a file to a default content location in a [content type][contentType]. The file can then be added as a default file or template via a POST operation. /// + /// 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/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs index 7c19bb4fcf..825fa2e648 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedGetResponse.cs @@ -11,7 +11,7 @@ public class IsPublishedGetResponse : IAdditionalDataHolder, IParsable { /// The value property public bool? Value { get; set; } /// - /// Instantiates a new isPublishedGetResponse and sets the default values. + /// Instantiates a new and sets the default values. /// public IsPublishedGetResponse() { AdditionalData = new Dictionary(); @@ -19,6 +19,7 @@ public IsPublishedGetResponse() { /// /// 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 IsPublishedGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -27,6 +28,7 @@ public static IsPublishedGetResponse 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/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs index c78d94ff82..49b1369e44 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.cs @@ -21,6 +21,7 @@ public class IsPublishedRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function isPublished /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function isPublished"; @@ -67,13 +68,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new IsPublishedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public IsPublishedRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/isPublished()", pathParameters) { } /// - /// Instantiates a new IsPublishedRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public IsPublishedRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/isPublished()", rawUrl) { @@ -81,6 +82,7 @@ public IsPublishedRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2 /// /// Invoke function isPublished /// + /// 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/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs index 397cff8797..17ad381aa8 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.cs @@ -22,6 +22,7 @@ public class PublishRequestBuilder : BaseCliRequestBuilder { /// Publishes a [contentType][] present in the content type hub site. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Publishes a [contentType][] present in the content type hub site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0"; @@ -58,13 +59,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}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%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}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/publish", rawUrl) { @@ -72,6 +73,7 @@ public PublishRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Publishes a [contentType][] present in the content type hub site. /// + /// 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/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs index f832eb5897..9eb35f7a72 100644 --- a/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.cs @@ -22,6 +22,7 @@ public class UnpublishRequestBuilder : BaseCliRequestBuilder { /// Unpublish a [contentType][] from a content type hub site. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Unpublish a [contentType][] from a content type hub site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new UnpublishRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public UnpublishRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/unpublish", pathParameters) { } /// - /// Instantiates a new UnpublishRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public UnpublishRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/contentTypes/{contentType%2Did}/unpublish", rawUrl) { @@ -72,6 +73,7 @@ public UnpublishRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// Unpublish a [contentType][] from a content type hub site. /// + /// 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/Sites/Item/Lists/Item/CreatedByUser/CreatedByUserRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/CreatedByUser/CreatedByUserRequestBuilder.cs index 8932bfd955..b31aa3c560 100644 --- a/src/generated/Sites/Item/Lists/Item/CreatedByUser/CreatedByUserRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/CreatedByUser/CreatedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class CreatedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who created the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who created the item. Read-only."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -96,6 +98,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -115,13 +118,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/createdByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/createdByUser{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// Identity of the user who created the item. 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 diff --git a/src/generated/Sites/Item/Lists/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index 73319bfb30..c296c4fcdf 100644 --- a/src/generated/Sites/Item/Lists/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -131,13 +133,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -145,6 +147,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,6 +164,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -171,7 +175,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/sites/{site%2Did}/lists/{list%2Did}/createdByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index b6aa8d9fd7..ea5dc43d61 100644 --- a/src/generated/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/sites/{site%2Did}/lists/{list%2Did}/createdByUser/serviceProvisioningErrors/$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}/sites/{site%2Did}/lists/{list%2Did}/createdByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/l /// /// 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/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 5624bd8481..a5f33b5561 100644 --- a/src/generated/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Sites/Item/Lists/Item/Drive/DriveRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Drive/DriveRequestBuilder.cs index 198a35c9e5..3834b0697e 100644 --- a/src/generated/Sites/Item/Lists/Item/Drive/DriveRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Drive/DriveRequestBuilder.cs @@ -22,6 +22,7 @@ public class DriveRequestBuilder : BaseCliRequestBuilder { /// /// Allows access to the list as a drive resource with driveItems. Only present on document libraries. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Allows access to the list as a drive resource with driveItems. Only present on document libraries."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/drive{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/drive{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public DriveRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/l /// /// Allows access to the list as a drive resource with driveItems. Only present on document libraries. /// + /// 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/Sites/Item/Lists/Item/Items/Item/Analytics/AnalyticsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/Analytics/AnalyticsRequestBuilder.cs index 6f350b4b1f..3e714d22ee 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/Analytics/AnalyticsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/Analytics/AnalyticsRequestBuilder.cs @@ -22,6 +22,7 @@ public class AnalyticsRequestBuilder : BaseCliRequestBuilder { /// /// Analytics about the view activities that took place on this item. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Analytics about the view activities that took place on this item."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public AnalyticsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/analytics{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new AnalyticsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/analytics{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public AnalyticsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// Analytics about the view activities that took place on this item. /// + /// 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/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkPostRequestBody.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkPostRequestBody.cs index a4b9b74091..5f343cfaa4 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkPostRequestBody.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkPostRequestBody.cs @@ -56,7 +56,7 @@ public class CreateLinkPostRequestBody : IAdditionalDataHolder, IParsable { public string Type { get; set; } #endif /// - /// Instantiates a new createLinkPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CreateLinkPostRequestBody() { AdditionalData = new Dictionary(); @@ -64,6 +64,7 @@ public CreateLinkPostRequestBody() { /// /// 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 CreateLinkPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -72,6 +73,7 @@ public static CreateLinkPostRequestBody CreateFromDiscriminatorValue(IParseNode /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"expirationDateTime", n => { ExpirationDateTime = n.GetDateTimeOffsetValue(); } }, diff --git a/src/generated/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.cs index 982717b40a..daed4e696e 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.cs @@ -22,6 +22,7 @@ public class CreateLinkRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action createLink /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action createLink"; @@ -81,13 +82,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CreateLinkRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreateLinkRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createLink", pathParameters) { } /// - /// Instantiates a new CreateLinkRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreateLinkRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createLink", rawUrl) { @@ -95,6 +96,7 @@ public CreateLinkRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2D /// /// Invoke action createLink /// + /// 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/Sites/Item/Lists/Item/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs index f5636ce11a..740d7270c1 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/CreatedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class CreatedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who created the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who created the item. Read-only."; @@ -86,6 +87,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -102,6 +104,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -121,13 +124,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CreatedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createdByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new CreatedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createdByUser{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public CreatedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// Identity of the user who created the item. 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 diff --git a/src/generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index 5bf73263df..a51bc1c9b5 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -84,6 +85,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -143,13 +145,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createdByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -157,6 +159,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -173,6 +176,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -183,7 +187,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createdByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 5a8956bacb..ec0fbc89d3 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/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"; @@ -71,13 +72,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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createdByUser/serviceProvisioningErrors/$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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createdByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/l /// /// 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/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 472479d5b9..7e96d35fb5 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/CreatedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -146,13 +148,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/createdByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +162,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs index 59c726c1b3..3d8a73f722 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/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"; @@ -71,13 +72,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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/$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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/l /// /// 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/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs index 33d372181e..f487621537 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/DocumentSetVersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class DocumentSetVersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// Create a new version of a document set item in a list. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new version of a document set item in a list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0"; @@ -116,6 +119,7 @@ public Command BuildCreateCommand() { /// Get a list of the versions of a document set item in a list. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the versions of a document set item in a list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"; @@ -224,13 +228,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new DocumentSetVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DocumentSetVersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new DocumentSetVersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DocumentSetVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -238,6 +242,7 @@ public DocumentSetVersionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites /// /// Get a list of the versions of a document set item in a list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -254,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new version of a document set item in a list. /// + /// 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 @@ -264,7 +270,7 @@ public RequestInformation ToPostRequestInformation(DocumentSetVersion body, Acti public RequestInformation ToPostRequestInformation(DocumentSetVersion 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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.cs index 886661df69..f835e93dab 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/DocumentSetVersionItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class DocumentSetVersionItemRequestBuilder : BaseCliRequestBuilder { /// Delete a version of a document set in a list. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a version of a document set in a list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0"; @@ -76,6 +77,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity. /// + /// A public Command BuildFieldsNavCommand() { var command = new Command("fields"); command.Description = "Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity."; @@ -94,6 +96,7 @@ public Command BuildFieldsNavCommand() { /// Read the properties and relationships of a documentSetVersion object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a documentSetVersion object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"; @@ -162,6 +165,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property documentSetVersions in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property documentSetVersions in sites"; @@ -229,6 +233,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the restore method. /// + /// A public Command BuildRestoreNavCommand() { var command = new Command("restore"); command.Description = "Provides operations to call the restore method."; @@ -242,13 +247,13 @@ public Command BuildRestoreNavCommand() { return command; } /// - /// Instantiates a new DocumentSetVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DocumentSetVersionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DocumentSetVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DocumentSetVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}{?%24expand,%24select}", rawUrl) { @@ -256,6 +261,7 @@ public DocumentSetVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/si /// /// Delete a version of a document set in a list. /// + /// 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,7 +270,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -272,6 +278,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a documentSetVersion 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 @@ -288,6 +295,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property documentSetVersions in sites /// + /// 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 @@ -298,7 +306,7 @@ public RequestInformation ToPatchRequestInformation(DocumentSetVersion body, Act public RequestInformation ToPatchRequestInformation(DocumentSetVersion 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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Fields/FieldsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Fields/FieldsRequestBuilder.cs index 167f6e5d0e..50763eff90 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Fields/FieldsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Fields/FieldsRequestBuilder.cs @@ -22,6 +22,7 @@ public class FieldsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property fields for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property fields for sites"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// A collection of the fields and values for this version of the list item. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A collection of the fields and values for this version of the list item."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property fields in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property fields in sites"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FieldsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/fields{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/fields{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ /// /// Delete navigation property fields for sites /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A collection of the fields and values for this version of the list item. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property fields in sites /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(FieldValueSet 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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs index 82052a4f61..31810a1e6d 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.cs @@ -22,6 +22,7 @@ public class RestoreRequestBuilder : BaseCliRequestBuilder { /// Restore a document set version. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a document set version.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/restore", pathParameters) { } /// - /// Instantiates a new RestoreRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/documentSetVersions/{documentSetVersion%2Did}/restore", rawUrl) { @@ -78,6 +79,7 @@ public RestoreRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Restore a document set version. /// + /// 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/Sites/Item/Lists/Item/Items/Item/DriveItem/Content/ContentRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/DriveItem/Content/ContentRequestBuilder.cs index a284979cfc..ce47e6bfb3 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/DriveItem/Content/ContentRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/DriveItem/Content/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream, if the item represents a file."; @@ -37,16 +38,22 @@ public Command BuildGetCommand() { }; listItemIdOption.IsRequired = true; command.AddOption(listItemIdOption); + var formatOption = new Option("--format", description: "Format of the content") { + }; + formatOption.IsRequired = false; + command.AddOption(formatOption); var outputFileOption = new Option("--output-file"); command.AddOption(outputFileOption); command.SetHandler(async (invocationContext) => { var siteId = invocationContext.ParseResult.GetValueForOption(siteIdOption); var listId = invocationContext.ParseResult.GetValueForOption(listIdOption); var listItemId = invocationContext.ParseResult.GetValueForOption(listItemIdOption); + var format = invocationContext.ParseResult.GetValueForOption(formatOption); var outputFile = invocationContext.ParseResult.GetValueForOption(outputFileOption); var cancellationToken = invocationContext.GetCancellationToken(); var reqAdapter = invocationContext.GetRequestAdapter(); var requestInfo = ToGetRequestInformation(q => { + if (!string.IsNullOrEmpty(format)) q.QueryParameters.Format = format; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); if (listId is not null) requestInfo.PathParameters.Add("list%2Did", listId); @@ -72,6 +79,7 @@ public Command BuildGetCommand() { /// /// The content stream, if the item represents a file. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream, if the item represents a file."; @@ -128,27 +136,28 @@ 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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/driveItem/content", pathParameters) { + public ContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/driveItem/content{?%24format*}", 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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/driveItem/content", rawUrl) { + public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/driveItem/content{?%24format*}", rawUrl) { } /// /// The content stream, if the item represents a file. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable - public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action>? requestConfiguration = default) { #nullable restore #else - public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { + public RequestInformation ToGetRequestInformation(Action> requestConfiguration = default) { #endif var requestInfo = new RequestInformation(Method.GET, UrlTemplate, PathParameters); requestInfo.Configure(requestConfiguration); @@ -158,6 +167,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream, if the item represents a file. /// + /// 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 @@ -168,11 +178,26 @@ public RequestInformation ToPutRequestInformation(Stream body, Action> requestConfiguration = default) { #endif _ = body ?? throw new ArgumentNullException(nameof(body)); - var requestInfo = new RequestInformation(Method.PUT, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.PUT, "{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/driveItem/content", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); requestInfo.SetStreamContent(body, "application/octet-stream"); return requestInfo; } + /// + /// The content stream, if the item represents a file. + /// + public class ContentRequestBuilderGetQueryParameters { + /// Format of the content +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24format")] + public string? Format { get; set; } +#nullable restore +#else + [QueryParameter("%24format")] + public string Format { get; set; } +#endif + } } } diff --git a/src/generated/Sites/Item/Lists/Item/Items/Item/DriveItem/DriveItemRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/DriveItem/DriveItemRequestBuilder.cs index b29b4507a6..986088b47b 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/DriveItem/DriveItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/DriveItem/DriveItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class DriveItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the site entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the site entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// For document libraries, the driveItem relationship exposes the listItem as a [driveItem][] /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "For document libraries, the driveItem relationship exposes the listItem as a [driveItem][]"; @@ -99,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public DriveItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/driveItem{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new DriveItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/driveItem{?%24expand,%24select}", rawUrl) { @@ -113,6 +115,7 @@ public DriveItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// For document libraries, the driveItem relationship exposes the listItem as a [driveItem][] /// + /// 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/Sites/Item/Lists/Item/Items/Item/Fields/FieldsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/Fields/FieldsRequestBuilder.cs index 080db7b092..6f649803d7 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/Fields/FieldsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/Fields/FieldsRequestBuilder.cs @@ -22,6 +22,7 @@ public class FieldsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property fields for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property fields for sites"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// The values of the columns set on this list item. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The values of the columns set on this list item."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// Update the properties on a [listItem][]. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties on a [listItem][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0"; @@ -189,13 +192,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FieldsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/fields{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/fields{?%24expand,%24select}", rawUrl) { @@ -203,6 +206,7 @@ public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ /// /// Delete navigation property fields for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The values of the columns set on this list item. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +240,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties on a [listItem][]. /// + /// 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 @@ -245,7 +251,7 @@ public RequestInformation ToPatchRequestInformation(FieldValueSet 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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs index 873ddd8879..e9fcbe56b0 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalGetResponse.cs @@ -18,6 +18,7 @@ public class GetActivitiesByIntervalGetResponse : BaseCollectionPaginationCountR /// /// 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 new GetActivitiesByIntervalGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetActivitiesByIntervalGetResponse : BaseCollectionPaginationCountR /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivityStat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs index 0223e3d0a5..afb6cee5aa 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByInterval/GetActivitiesByIntervalRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetActivitiesByIntervalRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function getActivitiesByInterval /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getActivitiesByInterval"; @@ -66,6 +67,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -83,6 +89,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -99,6 +106,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); if (listId is not null) requestInfo.PathParameters.Add("list%2Did", listId); @@ -122,20 +130,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetActivitiesByIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/getActivitiesByInterval(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetActivitiesByIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/getActivitiesByInterval(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetActivitiesByIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetActivitiesByIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/getActivitiesByInterval(){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetActivitiesByIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/getActivitiesByInterval(){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getActivitiesByInterval /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -156,6 +165,16 @@ public class GetActivitiesByIntervalRequestBuilderGetQueryParameters { /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs index 435660ec53..bcb3b67c53 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse.cs @@ -18,6 +18,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// 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 new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ItemActivityStat.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs index c08fb6a490..0e7846af8a 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// /// Invoke function getActivitiesByInterval /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getActivitiesByInterval"; @@ -78,6 +79,11 @@ public Command BuildGetCommand() { }; orderbyOption.IsRequired = false; command.AddOption(orderbyOption); + var expandOption = new Option("--expand", description: "Expand related entities") { + Arity = ArgumentArity.ZeroOrMore + }; + expandOption.IsRequired = false; + command.AddOption(expandOption); var outputOption = new Option("--output", () => FormatterType.JSON); command.AddOption(outputOption); var queryOption = new Option("--query"); @@ -98,6 +104,7 @@ public Command BuildGetCommand() { var count = invocationContext.ParseResult.GetValueForOption(countOption); var select = invocationContext.ParseResult.GetValueForOption(selectOption); var orderby = invocationContext.ParseResult.GetValueForOption(orderbyOption); + var expand = invocationContext.ParseResult.GetValueForOption(expandOption); var output = invocationContext.ParseResult.GetValueForOption(outputOption); var query = invocationContext.ParseResult.GetValueForOption(queryOption); var all = invocationContext.ParseResult.GetValueForOption(allOption); @@ -114,6 +121,7 @@ public Command BuildGetCommand() { q.QueryParameters.Count = count; q.QueryParameters.Select = select; q.QueryParameters.Orderby = orderby; + q.QueryParameters.Expand = expand; }); if (siteId is not null) requestInfo.PathParameters.Add("site%2Did", siteId); if (listId is not null) requestInfo.PathParameters.Add("list%2Did", listId); @@ -140,20 +148,21 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request - public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { + public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. - public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { + public GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}'){?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { } /// /// Invoke function getActivitiesByInterval /// + /// 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,6 +183,16 @@ public class GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval /// Include count of items [QueryParameter("%24count")] public bool? Count { get; set; } + /// Expand related entities +#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER +#nullable enable + [QueryParameter("%24expand")] + public string[]? Expand { get; set; } +#nullable restore +#else + [QueryParameter("%24expand")] + public string[] Expand { get; set; } +#endif /// Filter items by property values #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable diff --git a/src/generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs index a0c44d204a..b90e5ec86b 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class LastModifiedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who last modified the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who last modified the item. Read-only."; @@ -86,6 +87,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -102,6 +104,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -121,13 +124,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/lastModifiedByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/lastModifiedByUser{?%24expand,%24select}", rawUrl) { @@ -135,6 +138,7 @@ public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// Identity of the user who last modified the item. 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 diff --git a/src/generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index 79100467b7..6a1592cbe2 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -84,6 +85,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -143,13 +145,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -157,6 +159,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -173,6 +176,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -183,7 +187,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/lastModifiedByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index 1a29308558..74d8b6943f 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/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"; @@ -71,13 +72,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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/lastModifiedByUser/serviceProvisioningErrors/$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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/lastModifiedByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/l /// /// 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/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index 8d19f0c172..77e06174dc 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -146,13 +148,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -160,6 +162,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilder.cs index fc53683efb..9d7190c943 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/ListItemItemRequestBuilder.cs @@ -32,6 +32,7 @@ public class ListItemItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the analytics property of the microsoft.graph.listItem entity. /// + /// A public Command BuildAnalyticsNavCommand() { var command = new Command("analytics"); command.Description = "Provides operations to manage the analytics property of the microsoft.graph.listItem entity."; @@ -47,6 +48,7 @@ public Command BuildAnalyticsNavCommand() { /// /// Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildCreatedByUserNavCommand() { var command = new Command("created-by-user"); command.Description = "Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity."; @@ -69,6 +71,7 @@ public Command BuildCreatedByUserNavCommand() { /// /// Provides operations to call the createLink method. /// + /// A public Command BuildCreateLinkNavCommand() { var command = new Command("create-link"); command.Description = "Provides operations to call the createLink method."; @@ -85,6 +88,7 @@ public Command BuildCreateLinkNavCommand() { /// Removes an item from a [list][]. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Removes an item from a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0"; @@ -130,6 +134,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity. /// + /// A public Command BuildDocumentSetVersionsNavCommand() { var command = new Command("document-set-versions"); command.Description = "Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity."; @@ -155,6 +160,7 @@ public Command BuildDocumentSetVersionsNavCommand() { /// /// Provides operations to manage the driveItem property of the microsoft.graph.listItem entity. /// + /// A public Command BuildDriveItemNavCommand() { var command = new Command("drive-item"); command.Description = "Provides operations to manage the driveItem property of the microsoft.graph.listItem entity."; @@ -176,6 +182,7 @@ public Command BuildDriveItemNavCommand() { /// /// Provides operations to manage the fields property of the microsoft.graph.listItem entity. /// + /// A public Command BuildFieldsNavCommand() { var command = new Command("fields"); command.Description = "Provides operations to manage the fields property of the microsoft.graph.listItem entity."; @@ -193,6 +200,7 @@ public Command BuildFieldsNavCommand() { /// /// Provides operations to call the getActivitiesByInterval method. /// + /// A public Command BuildGetActivitiesByIntervalNavCommand() { var command = new Command("get-activities-by-interval"); command.Description = "Provides operations to call the getActivitiesByInterval method."; @@ -208,6 +216,7 @@ public Command BuildGetActivitiesByIntervalNavCommand() { /// /// Provides operations to call the getActivitiesByInterval method. /// + /// A public Command BuildGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRbCommand() { var command = new Command("get-activities-by-interval-with-start-date-time-with-end-date-time-with-interval"); command.Description = "Provides operations to call the getActivitiesByInterval method."; @@ -224,6 +233,7 @@ public Command BuildGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithI /// Returns the metadata for an [item][] in a [list][]. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Returns the metadata for an [item][] in a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0"; @@ -286,6 +296,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildLastModifiedByUserNavCommand() { var command = new Command("last-modified-by-user"); command.Description = "Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity."; @@ -308,6 +319,7 @@ public Command BuildLastModifiedByUserNavCommand() { /// /// Update the navigation property items in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property items in sites"; @@ -369,6 +381,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the versions property of the microsoft.graph.listItem entity. /// + /// A public Command BuildVersionsNavCommand() { var command = new Command("versions"); command.Description = "Provides operations to manage the versions property of the microsoft.graph.listItem entity."; @@ -392,13 +405,13 @@ public Command BuildVersionsNavCommand() { return command; } /// - /// Instantiates a new ListItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListItemItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ListItemItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}{?%24expand,%24select}", rawUrl) { @@ -406,6 +419,7 @@ public ListItemItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// Removes an item from a [list][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -414,7 +428,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -422,6 +436,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Returns the metadata for an [item][] in a [list][]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -438,6 +453,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property items in sites /// + /// 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 @@ -448,7 +464,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ListItem body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.ListItem 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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/Items/Item/Versions/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/Versions/Count/CountRequestBuilder.cs index 155b960fff..a78d68e330 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/Versions/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/Versions/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"; @@ -71,13 +72,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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/$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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/l /// /// 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/Sites/Item/Lists/Item/Items/Item/Versions/Item/Fields/FieldsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/Fields/FieldsRequestBuilder.cs index 621688351c..ce238ab091 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/Fields/FieldsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/Fields/FieldsRequestBuilder.cs @@ -22,6 +22,7 @@ public class FieldsRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property fields for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property fields for sites"; @@ -73,6 +74,7 @@ public Command BuildDeleteCommand() { /// /// A collection of the fields and values for this version of the list item. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "A collection of the fields and values for this version of the list item."; @@ -141,6 +143,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property fields in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property fields in sites"; @@ -206,13 +209,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FieldsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}/fields{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FieldsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}/fields{?%24expand,%24select}", rawUrl) { @@ -220,6 +223,7 @@ public FieldsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ /// /// Delete navigation property fields for sites /// + /// 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,7 +232,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -236,6 +240,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// A collection of the fields and values for this version of the list item. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property fields in sites /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPatchRequestInformation(FieldValueSet 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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}/fields", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.cs index daf8778dd9..4988cfb98c 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/ListItemVersionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class ListItemVersionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property versions for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property versions for sites"; @@ -75,6 +76,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity. /// + /// A public Command BuildFieldsNavCommand() { var command = new Command("fields"); command.Description = "Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity."; @@ -93,6 +95,7 @@ public Command BuildFieldsNavCommand() { /// Retrieve the metadata for a specific version of a ListItem. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the metadata for a specific version of a ListItem.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0"; @@ -161,6 +164,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property versions in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property versions in sites"; @@ -228,6 +232,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the restoreVersion method. /// + /// A public Command BuildRestoreVersionNavCommand() { var command = new Command("restore-version"); command.Description = "Provides operations to call the restoreVersion method."; @@ -241,13 +246,13 @@ public Command BuildRestoreVersionNavCommand() { return command; } /// - /// Instantiates a new ListItemVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListItemVersionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ListItemVersionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListItemVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}{?%24expand,%24select}", rawUrl) { @@ -255,6 +260,7 @@ public ListItemVersionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites /// /// Delete navigation property versions for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -263,7 +269,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -271,6 +277,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the metadata for a specific version of a ListItem. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -287,6 +294,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property versions in sites /// + /// 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 @@ -297,7 +305,7 @@ public RequestInformation ToPatchRequestInformation(ListItemVersion body, Action public RequestInformation ToPatchRequestInformation(ListItemVersion 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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs index 32d9d94867..49e76aa080 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.cs @@ -22,6 +22,7 @@ public class RestoreVersionRequestBuilder : BaseCliRequestBuilder { /// Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new RestoreVersionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RestoreVersionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}/restoreVersion", pathParameters) { } /// - /// Instantiates a new RestoreVersionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RestoreVersionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions/{listItemVersion%2Did}/restoreVersion", rawUrl) { @@ -78,6 +79,7 @@ public RestoreVersionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{sit /// /// Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item. /// + /// 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/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.cs index 5c2b34906f..ab0ef208e4 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/Item/Versions/VersionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class VersionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the versions property of the microsoft.graph.listItem entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to versions for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to versions for sites"; @@ -115,6 +118,7 @@ public Command BuildCreateCommand() { /// SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0"; @@ -223,13 +227,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public VersionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new VersionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -237,6 +241,7 @@ public VersionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to versions for sites /// + /// 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 @@ -263,7 +269,7 @@ public RequestInformation ToPostRequestInformation(ListItemVersion body, Action< public RequestInformation ToPostRequestInformation(ListItemVersion 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}/sites/{site%2Did}/lists/{list%2Did}/items/{listItem%2Did}/versions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.cs index 5d468d7257..6c4fba3a1d 100644 --- a/src/generated/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Items/ItemsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ItemsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the items property of the microsoft.graph.list entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -46,6 +47,7 @@ public Tuple, List> BuildCommand() { /// Create a new [listItem][] in a [list][]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new [listItem][] in a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0"; @@ -102,6 +104,7 @@ public Command BuildCreateCommand() { /// Get the collection of [items][item] in a [list][]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of [items][item] in a [list][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0"; @@ -198,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ItemsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items{?%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ItemsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/items{?%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -212,6 +215,7 @@ public ItemsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/l /// /// Get the collection of [items][item] in a [list][]. /// + /// 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 +232,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new [listItem][] in a [list][]. /// + /// 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 +243,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.ListItem body, public RequestInformation ToPostRequestInformation(ApiSdk.Models.ListItem 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}/sites/{site%2Did}/lists/{list%2Did}/items", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs index b7fc6347fb..6bdb275b1f 100644 --- a/src/generated/Sites/Item/Lists/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/LastModifiedByUser/LastModifiedByUserRequestBuilder.cs @@ -24,6 +24,7 @@ public class LastModifiedByUserRequestBuilder : BaseCliRequestBuilder { /// /// Identity of the user who last modified the item. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Identity of the user who last modified the item. Read-only."; @@ -80,6 +81,7 @@ public Command BuildGetCommand() { /// /// The mailboxSettings property /// + /// A public Command BuildMailboxSettingsNavCommand() { var command = new Command("mailbox-settings"); command.Description = "The mailboxSettings property"; @@ -96,6 +98,7 @@ public Command BuildMailboxSettingsNavCommand() { /// /// The serviceProvisioningErrors property /// + /// A public Command BuildServiceProvisioningErrorsNavCommand() { var command = new Command("service-provisioning-errors"); command.Description = "The serviceProvisioningErrors property"; @@ -115,13 +118,13 @@ public Command BuildServiceProvisioningErrorsNavCommand() { return command; } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public LastModifiedByUserRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/lastModifiedByUser{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new LastModifiedByUserRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/lastModifiedByUser{?%24expand,%24select}", rawUrl) { @@ -129,6 +132,7 @@ public LastModifiedByUserRequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// Identity of the user who last modified the item. 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 diff --git a/src/generated/Sites/Item/Lists/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs index 2a83ab8209..cd29a79ad2 100644 --- a/src/generated/Sites/Item/Lists/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/LastModifiedByUser/MailboxSettings/MailboxSettingsRequestBuilder.cs @@ -22,6 +22,7 @@ public class MailboxSettingsRequestBuilder : BaseCliRequestBuilder { /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select."; @@ -78,6 +79,7 @@ public Command BuildGetCommand() { /// /// Update property mailboxSettings value. /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update property mailboxSettings value."; @@ -131,13 +133,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public MailboxSettingsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new MailboxSettingsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/lastModifiedByUser/mailboxSettings{?%24expand,%24select}", rawUrl) { @@ -145,6 +147,7 @@ public MailboxSettingsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -161,6 +164,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update property mailboxSettings value. /// + /// 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 @@ -171,7 +175,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSetting public RequestInformation ToPatchRequestInformation(ApiSdk.Models.MailboxSettings 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}/sites/{site%2Did}/lists/{list%2Did}/lastModifiedByUser/mailboxSettings", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs index b63d0e2f2e..05c24bcf8e 100644 --- a/src/generated/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/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"; @@ -65,13 +66,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}/sites/{site%2Did}/lists/{list%2Did}/lastModifiedByUser/serviceProvisioningErrors/$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}/sites/{site%2Did}/lists/{list%2Did}/lastModifiedByUser/serviceProvisioningErrors/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/l /// /// 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/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs index a96146e7ab..20287214f8 100644 --- a/src/generated/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/LastModifiedByUser/ServiceProvisioningErrors/ServiceProvisioningErrorsRequestBuilder.cs @@ -23,6 +23,7 @@ public class ServiceProvisioningErrorsRequestBuilder : BaseCliRequestBuilder { /// /// 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."; @@ -38,6 +39,7 @@ public Command BuildCountNavCommand() { /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance)."; @@ -140,13 +142,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ServiceProvisioningErrorsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/lastModifiedByUser/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -154,6 +156,7 @@ public ServiceProvisioningErrorsRequestBuilder(string rawUrl) : base("{+baseurl} /// /// Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). /// + /// 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/Sites/Item/Lists/Item/ListItemRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/ListItemRequestBuilder.cs index 8fc16cd2df..7eb55777f4 100644 --- a/src/generated/Sites/Item/Lists/Item/ListItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/ListItemRequestBuilder.cs @@ -30,6 +30,7 @@ public class ListItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the columns property of the microsoft.graph.list entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.list entity."; @@ -55,6 +56,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to manage the contentTypes property of the microsoft.graph.list entity. /// + /// A public Command BuildContentTypesNavCommand() { var command = new Command("content-types"); command.Description = "Provides operations to manage the contentTypes property of the microsoft.graph.list entity."; @@ -83,6 +85,7 @@ public Command BuildContentTypesNavCommand() { /// /// Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildCreatedByUserNavCommand() { var command = new Command("created-by-user"); command.Description = "Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity."; @@ -105,6 +108,7 @@ public Command BuildCreatedByUserNavCommand() { /// /// Delete navigation property lists for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property lists for sites"; @@ -144,6 +148,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the drive property of the microsoft.graph.list entity. /// + /// A public Command BuildDriveNavCommand() { var command = new Command("drive"); command.Description = "Provides operations to manage the drive property of the microsoft.graph.list entity."; @@ -160,6 +165,7 @@ public Command BuildDriveNavCommand() { /// Get a list of rich long-running operations associated with a list. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get a list of rich long-running operations associated with a list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0"; @@ -216,6 +222,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the items property of the microsoft.graph.list entity. /// + /// A public Command BuildItemsNavCommand() { var command = new Command("items"); command.Description = "Provides operations to manage the items property of the microsoft.graph.list entity."; @@ -240,6 +247,7 @@ public Command BuildItemsNavCommand() { /// /// Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildLastModifiedByUserNavCommand() { var command = new Command("last-modified-by-user"); command.Description = "Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity."; @@ -262,6 +270,7 @@ public Command BuildLastModifiedByUserNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.list entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.list entity."; @@ -287,6 +296,7 @@ public Command BuildOperationsNavCommand() { /// /// Update the navigation property lists in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property lists in sites"; @@ -342,6 +352,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the subscriptions property of the microsoft.graph.list entity. /// + /// A public Command BuildSubscriptionsNavCommand() { var command = new Command("subscriptions"); command.Description = "Provides operations to manage the subscriptions property of the microsoft.graph.list entity."; @@ -365,13 +376,13 @@ public Command BuildSubscriptionsNavCommand() { return command; } /// - /// Instantiates a new ListItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ListItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}{?%24expand,%24select}", rawUrl) { @@ -379,6 +390,7 @@ public ListItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Delete navigation property lists for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -387,7 +399,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/lists/{list%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -395,6 +407,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get a list of rich long-running operations associated with a list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -411,6 +424,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property lists in sites /// + /// 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 @@ -421,7 +435,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.List body, Act public RequestInformation ToPatchRequestInformation(ApiSdk.Models.List 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}/sites/{site%2Did}/lists/{list%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/Operations/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Operations/Count/CountRequestBuilder.cs index 8044bd1165..5f0b1a797e 100644 --- a/src/generated/Sites/Item/Lists/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Operations/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"; @@ -65,13 +66,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}/sites/{site%2Did}/lists/{list%2Did}/operations/$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}/sites/{site%2Did}/lists/{list%2Did}/operations/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/l /// /// 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/Sites/Item/Lists/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs index 783165490d..c6cacae781 100644 --- a/src/generated/Sites/Item/Lists/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class RichLongRunningOperationItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property operations for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property operations for sites"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// The collection of long-running operations on the list. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of long-running operations on the list."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property operations in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property operations in sites"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new RichLongRunningOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RichLongRunningOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/operations/{richLongRunningOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RichLongRunningOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RichLongRunningOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/operations/{richLongRunningOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public RichLongRunningOperationItemRequestBuilder(string rawUrl) : base("{+baseu /// /// Delete navigation property operations for sites /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/operations/{richLongRunningOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of long-running operations on the list. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property operations in sites /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(RichLongRunningOperation bod public RequestInformation ToPatchRequestInformation(RichLongRunningOperation 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}/sites/{site%2Did}/lists/{list%2Did}/operations/{richLongRunningOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/Operations/OperationsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Operations/OperationsRequestBuilder.cs index de71bdee39..f2bd4d91fb 100644 --- a/src/generated/Sites/Item/Lists/Item/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Operations/OperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the operations property of the microsoft.graph.list entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new RichLongRunningOperationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to operations for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to operations for sites"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// /// The collection of long-running operations on the list. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The collection of long-running operations on the list."; @@ -207,13 +211,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -221,6 +225,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2D /// /// The collection of long-running operations on the list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -237,6 +242,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for sites /// + /// 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 @@ -247,7 +253,7 @@ public RequestInformation ToPostRequestInformation(RichLongRunningOperation body public RequestInformation ToPostRequestInformation(RichLongRunningOperation 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}/sites/{site%2Did}/lists/{list%2Did}/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/Subscriptions/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Subscriptions/Count/CountRequestBuilder.cs index 92a8c23f4a..04d7ecab82 100644 --- a/src/generated/Sites/Item/Lists/Item/Subscriptions/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Subscriptions/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"; @@ -65,13 +66,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}/sites/{site%2Did}/lists/{list%2Did}/subscriptions/$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}/sites/{site%2Did}/lists/{list%2Did}/subscriptions/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/l /// /// 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/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs index c2faee630b..87afaa3cc2 100644 --- a/src/generated/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.cs @@ -22,6 +22,7 @@ public class ReauthorizeRequestBuilder : BaseCliRequestBuilder { /// Reauthorize a subscription when you receive a reauthorizationRequired challenge. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Reauthorize a subscription when you receive a reauthorizationRequired challenge.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0"; @@ -58,13 +59,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new ReauthorizeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ReauthorizeRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/subscriptions/{subscription%2Did}/reauthorize", pathParameters) { } /// - /// Instantiates a new ReauthorizeRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ReauthorizeRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/subscriptions/{subscription%2Did}/reauthorize", rawUrl) { @@ -72,6 +73,7 @@ public ReauthorizeRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2 /// /// Reauthorize a subscription when you receive a reauthorizationRequired challenge. /// + /// 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/Sites/Item/Lists/Item/Subscriptions/Item/SubscriptionItemRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Subscriptions/Item/SubscriptionItemRequestBuilder.cs index 951665f53b..94c283ad7c 100644 --- a/src/generated/Sites/Item/Lists/Item/Subscriptions/Item/SubscriptionItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Subscriptions/Item/SubscriptionItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class SubscriptionItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property subscriptions for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property subscriptions for sites"; @@ -68,6 +69,7 @@ public Command BuildDeleteCommand() { /// /// The set of subscriptions on the list. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The set of subscriptions on the list."; @@ -130,6 +132,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property subscriptions in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property subscriptions in sites"; @@ -191,6 +194,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the reauthorize method. /// + /// A public Command BuildReauthorizeNavCommand() { var command = new Command("reauthorize"); command.Description = "Provides operations to call the reauthorize method."; @@ -204,13 +208,13 @@ public Command BuildReauthorizeNavCommand() { return command; } /// - /// Instantiates a new SubscriptionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubscriptionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/subscriptions/{subscription%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SubscriptionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubscriptionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/subscriptions/{subscription%2Did}{?%24expand,%24select}", rawUrl) { @@ -218,6 +222,7 @@ public SubscriptionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{s /// /// Delete navigation property subscriptions for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,7 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/subscriptions/{subscription%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -234,6 +239,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The set of subscriptions on the list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -250,6 +256,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property subscriptions in sites /// + /// 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 @@ -260,7 +267,7 @@ public RequestInformation ToPatchRequestInformation(Subscription 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}/sites/{site%2Did}/lists/{list%2Did}/subscriptions/{subscription%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/Item/Subscriptions/SubscriptionsRequestBuilder.cs b/src/generated/Sites/Item/Lists/Item/Subscriptions/SubscriptionsRequestBuilder.cs index db0003f407..d5859b08d6 100644 --- a/src/generated/Sites/Item/Lists/Item/Subscriptions/SubscriptionsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/Item/Subscriptions/SubscriptionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SubscriptionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the subscriptions property of the microsoft.graph.list 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 subscriptions for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to subscriptions for sites"; @@ -107,6 +110,7 @@ public Command BuildCreateCommand() { /// /// The set of subscriptions on the list. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The set of subscriptions on the list."; @@ -209,13 +213,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SubscriptionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SubscriptionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/subscriptions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SubscriptionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SubscriptionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists/{list%2Did}/subscriptions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -223,6 +227,7 @@ public SubscriptionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// The set of subscriptions on the list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -239,6 +244,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to subscriptions for sites /// + /// 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 @@ -249,7 +255,7 @@ public RequestInformation ToPostRequestInformation(Subscription 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}/sites/{site%2Did}/lists/{list%2Did}/subscriptions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Lists/ListsRequestBuilder.cs b/src/generated/Sites/Item/Lists/ListsRequestBuilder.cs index 8782a16864..d09f8cb480 100644 --- a/src/generated/Sites/Item/Lists/ListsRequestBuilder.cs +++ b/src/generated/Sites/Item/Lists/ListsRequestBuilder.cs @@ -24,6 +24,7 @@ public class ListsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the lists property of the microsoft.graph.site entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -44,6 +45,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."; @@ -60,6 +62,7 @@ public Command BuildCountNavCommand() { /// Create a new [list][] in a [site][]. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new [list][] in a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0"; @@ -110,6 +113,7 @@ public Command BuildCreateCommand() { /// Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0"; @@ -206,13 +210,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ListsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ListsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/lists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ListsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ListsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/lists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -220,6 +224,7 @@ public ListsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/l /// /// Get the collection of [lists][] for a [site][]. Lists with the [system][] facet are hidden by default.To list them, include system in your $select statement. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -236,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new [list][] in a [site][]. /// + /// 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 @@ -246,7 +252,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.List body, Acti public RequestInformation ToPostRequestInformation(ApiSdk.Models.List 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}/sites/{site%2Did}/lists", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs index b26165b491..41237aa513 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/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}/sites/{site%2Did}/onenote/notebooks/$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}/sites/{site%2Did}/onenote/notebooks/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// 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/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.cs b/src/generated/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.cs index 65c72f1ab4..26cfb6bead 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlPostRequestBody.cs @@ -17,7 +17,7 @@ public class GetNotebookFromWebUrlPostRequestBody : IAdditionalDataHolder, IPars public string WebUrl { get; set; } #endif /// - /// Instantiates a new getNotebookFromWebUrlPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GetNotebookFromWebUrlPostRequestBody() { AdditionalData = new Dictionary(); @@ -25,6 +25,7 @@ public GetNotebookFromWebUrlPostRequestBody() { /// /// 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 GetNotebookFromWebUrlPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -33,6 +34,7 @@ public static GetNotebookFromWebUrlPostRequestBody CreateFromDiscriminatorValue( /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"webUrl", n => { WebUrl = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs index f125780c2d..f0edd30675 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.cs @@ -23,6 +23,7 @@ public class GetNotebookFromWebUrlRequestBuilder : BaseCliRequestBuilder { /// Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GetNotebookFromWebUrlRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetNotebookFromWebUrlRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/getNotebookFromWebUrl", pathParameters) { } /// - /// Instantiates a new GetNotebookFromWebUrlRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetNotebookFromWebUrlRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/getNotebookFromWebUrl", rawUrl) { @@ -84,6 +85,7 @@ public GetNotebookFromWebUrlRequestBuilder(string rawUrl) : base("{+baseurl}/sit /// /// Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365. /// + /// 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/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksGetResponse.cs b/src/generated/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksGetResponse.cs index e84e7f7076..7917a94641 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksGetResponse.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksGetResponse.cs @@ -18,6 +18,7 @@ public class GetRecentNotebooksWithIncludePersonalNotebooksGetResponse : BaseCol /// /// 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 new GetRecentNotebooksWithIncludePersonalNotebooksGetResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GetRecentNotebooksWithIncludePersonalNotebooksGetResponse : BaseCol /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(RecentNotebook.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs index a00dc82460..4147371a03 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.cs @@ -21,6 +21,7 @@ public class GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder : Base /// /// Invoke function getRecentNotebooks /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function getRecentNotebooks"; @@ -102,13 +103,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks}){?%24count,%24filter,%24search,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks}){?%24count,%24filter,%24search,%24skip,%24top}", rawUrl) { @@ -116,6 +117,7 @@ public GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder(string rawUr /// /// Invoke function getRecentNotebooks /// + /// 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/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.cs index 93de867728..acd1184fb9 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyNotebookPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyNotebookPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyNotebookPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyNotebookPostRequestBody() { /// /// 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 CopyNotebookPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyNotebookPostRequestBody CreateFromDiscriminatorValue(IParseNod /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs index e4c3ee5934..e571622f81 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyNotebookRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/copyNotebook", pathParameters) { } /// - /// Instantiates a new CopyNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/copyNotebook", rawUrl) { @@ -90,6 +91,7 @@ public CopyNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.cs index 927b21ad01..3a4d4afe26 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/NotebookItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class NotebookItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the copyNotebook method. /// + /// A public Command BuildCopyNotebookNavCommand() { var command = new Command("copy-notebook"); command.Description = "Provides operations to call the copyNotebook method."; @@ -40,6 +41,7 @@ public Command BuildCopyNotebookNavCommand() { /// /// Delete navigation property notebooks for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property notebooks for sites"; @@ -80,6 +82,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a notebook object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a notebook object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0"; @@ -136,6 +139,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property notebooks in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property notebooks in sites"; @@ -191,6 +195,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. /// + /// A public Command BuildSectionGroupsNavCommand() { var command = new Command("section-groups"); command.Description = "Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity."; @@ -216,6 +221,7 @@ public Command BuildSectionGroupsNavCommand() { /// /// Provides operations to manage the sections property of the microsoft.graph.notebook entity. /// + /// A public Command BuildSectionsNavCommand() { var command = new Command("sections"); command.Description = "Provides operations to manage the sections property of the microsoft.graph.notebook entity."; @@ -239,13 +245,13 @@ public Command BuildSectionsNavCommand() { return command; } /// - /// Instantiates a new NotebookItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NotebookItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new NotebookItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NotebookItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}{?%24expand,%24select}", rawUrl) { @@ -253,6 +259,7 @@ public NotebookItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// Delete navigation property notebooks for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -261,7 +268,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -269,6 +276,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a notebook 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 @@ -285,6 +293,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property notebooks in sites /// + /// 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 @@ -295,7 +304,7 @@ public RequestInformation ToPatchRequestInformation(Notebook 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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs index 0da2b5968d..2d9f03d587 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/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"; @@ -65,13 +66,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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/$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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// 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/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index 3e8ab965c5..a5834bde7e 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the section group. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the section group. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{sit /// /// The notebook that contains the section group. 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 diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs index 08188a1835..cc68778edc 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionGroupRequestBuilder : BaseCliRequestBuilder { /// /// The section group that contains the section group. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section group that contains the section group. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/parentSectionGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/parentSectionGroup{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// The section group that contains the section group. 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 diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs index ebaf16ae00..3468e1d1cc 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class SectionGroupItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property sectionGroups for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sectionGroups for sites"; @@ -71,6 +72,7 @@ public Command BuildDeleteCommand() { /// /// The section groups in the notebook. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section groups in the notebook. Read-only. Nullable."; @@ -133,6 +135,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity."; @@ -148,6 +151,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildParentSectionGroupNavCommand() { var command = new Command("parent-section-group"); command.Description = "Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity."; @@ -163,6 +167,7 @@ public Command BuildParentSectionGroupNavCommand() { /// /// Update the navigation property sectionGroups in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sectionGroups in sites"; @@ -224,6 +229,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildSectionsNavCommand() { var command = new Command("sections"); command.Description = "Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity."; @@ -249,6 +255,7 @@ public Command BuildSectionsNavCommand() { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildSubSectionGroupsNavCommand() { var command = new Command("sub-section-groups"); command.Description = "Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity."; @@ -271,13 +278,13 @@ public Command BuildSubSectionGroupsNavCommand() { return command; } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}{?%24expand,%24select}", rawUrl) { @@ -285,6 +292,7 @@ public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{s /// /// Delete navigation property sectionGroups for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -293,7 +301,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -301,6 +309,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The section groups in the notebook. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -317,6 +326,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sectionGroups in sites /// + /// 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 @@ -327,7 +337,7 @@ public RequestInformation ToPatchRequestInformation(SectionGroup 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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs index f47113beef..da8b70bef6 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/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"; @@ -71,13 +72,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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sectionGroups/$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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sectionGroups/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// 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/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs index 0094472ef7..0b665c7c39 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class SectionGroupItemRequestBuilder : BaseCliRequestBuilder { /// /// The section groups in the section. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section groups in the section. Read-only. Nullable."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sectionGroups/{sectionGroup%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sectionGroups/{sectionGroup%2Did1}{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{s /// /// The section groups in the section. Read-only. Nullable. /// + /// 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/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs index 3388bd2dba..b335abe6c7 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionGroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.Sites.Item.Onenote.Notebooks.Item.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Retrieve a list of section groups from the specified section group. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of section groups from the specified section group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0"; @@ -157,13 +160,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -171,6 +174,7 @@ public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// Retrieve a list of section groups from the specified section group. /// + /// 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/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs index d40af0c849..11be22bfe9 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/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"; @@ -71,13 +72,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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/$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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// 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/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs index 2e62181168..c91806ac28 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToNotebookPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToNotebookPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToNotebookPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToNotebookPostRequestBody() { /// /// 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 CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 763a317473..f6c3e9fdac 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToNotebookRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"; @@ -88,13 +89,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToNotebook", pathParameters) { } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToNotebook", rawUrl) { @@ -102,6 +103,7 @@ public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{sit /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs index 78c8014031..02917e9f23 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToSectionGroupPostRequestBody : IAdditionalDataHolder, IParsabl public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionGroupPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionGroupPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToSectionGroupPostRequestBody() { /// /// 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 CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 9edc3d8af9..79de1926c8 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionGroupRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"; @@ -88,13 +89,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToSectionGroup", pathParameters) { } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToSectionGroup", rawUrl) { @@ -102,6 +103,7 @@ public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs index 53c363588d..3484c12fd9 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class OnenoteSectionItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the copyToNotebook method. /// + /// A public Command BuildCopyToNotebookNavCommand() { var command = new Command("copy-to-notebook"); command.Description = "Provides operations to call the copyToNotebook method."; @@ -42,6 +43,7 @@ public Command BuildCopyToNotebookNavCommand() { /// /// Provides operations to call the copyToSectionGroup method. /// + /// A public Command BuildCopyToSectionGroupNavCommand() { var command = new Command("copy-to-section-group"); command.Description = "Provides operations to call the copyToSectionGroup method."; @@ -57,6 +59,7 @@ public Command BuildCopyToSectionGroupNavCommand() { /// /// Delete navigation property sections for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sections for sites"; @@ -108,6 +111,7 @@ public Command BuildDeleteCommand() { /// /// The sections in the section group. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The sections in the section group. Read-only. Nullable."; @@ -176,6 +180,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildPagesNavCommand() { var command = new Command("pages"); command.Description = "Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity."; @@ -201,6 +206,7 @@ public Command BuildPagesNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity."; @@ -216,6 +222,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentSectionGroupNavCommand() { var command = new Command("parent-section-group"); command.Description = "Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity."; @@ -231,6 +238,7 @@ public Command BuildParentSectionGroupNavCommand() { /// /// Update the navigation property sections in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sections in sites"; @@ -296,13 +304,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteSectionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}{?%24expand,%24select}", rawUrl) { @@ -310,6 +318,7 @@ public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// Delete navigation property sections for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -318,7 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -326,6 +335,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The sections in the section group. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -342,6 +352,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sections in sites /// + /// 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 @@ -352,7 +363,7 @@ public RequestInformation ToPatchRequestInformation(OnenoteSection body, Action< public RequestInformation ToPatchRequestInformation(OnenoteSection 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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index 88846e883e..66bfcd8f16 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/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"; @@ -77,13 +78,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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/$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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// 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/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs index 7d3a3c8403..a727d33d3b 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The page's HTML content. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The page's HTML content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -85,6 +86,7 @@ public Command BuildGetCommand() { /// /// The page's HTML content. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The page's HTML content."; @@ -153,13 +155,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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/content", rawUrl) { @@ -167,6 +169,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// The page's HTML 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 @@ -183,6 +186,7 @@ public RequestInformation ToGetRequestInformation(Action /// The page's HTML 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/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs index d721abd1b7..91f248bd3c 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs @@ -41,7 +41,7 @@ public class CopyToSectionPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionPostRequestBody() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public CopyToSectionPostRequestBody() { /// /// 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 CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index b864ec34a7..676dbbc661 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionRequestBuilder : BaseCliRequestBuilder { /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"; @@ -94,13 +95,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", pathParameters) { } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", rawUrl) { @@ -108,6 +109,7 @@ public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs index c2fd6e35db..bc858fb84f 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class OnenotePageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the site entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the site entity."; @@ -44,6 +45,7 @@ public Command BuildContentNavCommand() { /// /// Provides operations to call the copyToSection method. /// + /// A public Command BuildCopyToSectionNavCommand() { var command = new Command("copy-to-section"); command.Description = "Provides operations to call the copyToSection method."; @@ -59,6 +61,7 @@ public Command BuildCopyToSectionNavCommand() { /// /// Delete navigation property pages for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property pages for sites"; @@ -116,6 +119,7 @@ public Command BuildDeleteCommand() { /// /// The collection of pages in the section. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of pages in the section. Read-only. Nullable."; @@ -190,6 +194,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the onenotePatchContent method. /// + /// A public Command BuildOnenotePatchContentNavCommand() { var command = new Command("onenote-patch-content"); command.Description = "Provides operations to call the onenotePatchContent method."; @@ -205,6 +210,7 @@ public Command BuildOnenotePatchContentNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity."; @@ -220,6 +226,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentSectionNavCommand() { var command = new Command("parent-section"); command.Description = "Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity."; @@ -235,6 +242,7 @@ public Command BuildParentSectionNavCommand() { /// /// Update the navigation property pages in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property pages in sites"; @@ -308,6 +316,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the preview method. /// + /// A public Command BuildPreviewNavCommand() { var command = new Command("preview"); command.Description = "Provides operations to call the preview method."; @@ -321,13 +330,13 @@ public Command BuildPreviewNavCommand() { return command; } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", rawUrl) { @@ -335,6 +344,7 @@ public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// Delete navigation property pages for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -343,7 +353,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -351,6 +361,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of pages in the section. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -367,6 +378,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property pages in sites /// + /// 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 @@ -377,7 +389,7 @@ public RequestInformation ToPatchRequestInformation(OnenotePage 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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs index 4d1f47877b..7af926037c 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs @@ -18,7 +18,7 @@ public class OnenotePatchContentPostRequestBody : IAdditionalDataHolder, IParsab public List Commands { get; set; } #endif /// - /// Instantiates a new onenotePatchContentPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenotePatchContentPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public OnenotePatchContentPostRequestBody() { /// /// 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 OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"commands", n => { Commands = n.GetCollectionOfObjectValues(OnenotePatchContentCommand.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs index bfac2a4bf0..7b2de60d19 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs @@ -21,6 +21,7 @@ public class OnenotePatchContentRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action onenotePatchContent /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action onenotePatchContent"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePatchContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", pathParameters) { } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", rawUrl) { @@ -96,6 +97,7 @@ public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/sites /// /// Invoke action onenotePatchContent /// + /// 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/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index 1cc70ad5f0..496918fe45 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the page. Read-only."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{sit /// /// The notebook that contains the page. 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 diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs index 449143b91d..0e184ecaee 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionRequestBuilder : BaseCliRequestBuilder { /// /// The section that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section that contains the page. Read-only."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// The section that contains the page. 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 diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs index 12ef3d366a..617d2873b2 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class PreviewRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function preview /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function preview"; @@ -80,13 +81,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PreviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", pathParameters) { } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", rawUrl) { @@ -94,6 +95,7 @@ public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Invoke function preview /// + /// 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/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs index 059420582b..f2aa29a885 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new page in the specified section. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new page in the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0"; @@ -126,6 +129,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of page objects from the specified section. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of page objects from the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -240,13 +244,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -254,6 +258,7 @@ public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// Retrieve a list of page objects from the specified section. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -270,6 +275,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new page in the specified section. /// + /// 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 @@ -280,7 +286,7 @@ public RequestInformation ToPostRequestInformation(OnenotePage 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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index 3de57282f7..38038703b8 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the section. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{sit /// /// The notebook that contains the section. 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 diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs index 6b3837c2ed..d0a1482c63 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionGroupRequestBuilder : BaseCliRequestBuilder { /// /// The section group that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section group that contains the section. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// The section group that contains the section. 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 diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs index 38410a41a5..82f2a76207 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/SectionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// Create a new onenoteSection in the specified section group. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new onenoteSection in the specified section group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0"; @@ -119,6 +122,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of onenoteSection objects from the specified section group. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of onenoteSection objects from the specified section group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0"; @@ -227,13 +231,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -241,6 +245,7 @@ public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Retrieve a list of onenoteSection objects from the specified section group. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -257,6 +262,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new onenoteSection in the specified section group. /// + /// 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 @@ -267,7 +273,7 @@ public RequestInformation ToPostRequestInformation(OnenoteSection 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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups/{sectionGroup%2Did}/sections", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs index c9910b50ff..016c1376bb 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionGroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// Create a new section group in the specified notebook. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new section group in the specified notebook.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0"; @@ -112,6 +115,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of section groups from the specified notebook. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of section groups from the specified notebook.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0"; @@ -214,13 +218,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -228,6 +232,7 @@ public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// Retrieve a list of section groups from the specified notebook. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -244,6 +249,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new section group in the specified notebook. /// + /// 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 @@ -254,7 +260,7 @@ public RequestInformation ToPostRequestInformation(SectionGroup 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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sectionGroups", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs index a69f1c24bd..14b922e267 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/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"; @@ -65,13 +66,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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/$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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// 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/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs index e013afe8be..ea91eaa1ef 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToNotebookPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToNotebookPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToNotebookPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToNotebookPostRequestBody() { /// /// 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 CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 93537256af..b7e4ee8756 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToNotebookRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/copyToNotebook", pathParameters) { } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/copyToNotebook", rawUrl) { @@ -96,6 +97,7 @@ public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{sit /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs index afd5cd7b3c..eac1e02b7e 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToSectionGroupPostRequestBody : IAdditionalDataHolder, IParsabl public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionGroupPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionGroupPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToSectionGroupPostRequestBody() { /// /// 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 CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 06762d0493..c910e1a2b9 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionGroupRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/copyToSectionGroup", pathParameters) { } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/copyToSectionGroup", rawUrl) { @@ -96,6 +97,7 @@ public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Sites/Item/Onenote/Notebooks/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs index f5a6c80847..7697cea291 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class OnenoteSectionItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the copyToNotebook method. /// + /// A public Command BuildCopyToNotebookNavCommand() { var command = new Command("copy-to-notebook"); command.Description = "Provides operations to call the copyToNotebook method."; @@ -42,6 +43,7 @@ public Command BuildCopyToNotebookNavCommand() { /// /// Provides operations to call the copyToSectionGroup method. /// + /// A public Command BuildCopyToSectionGroupNavCommand() { var command = new Command("copy-to-section-group"); command.Description = "Provides operations to call the copyToSectionGroup method."; @@ -57,6 +59,7 @@ public Command BuildCopyToSectionGroupNavCommand() { /// /// Delete navigation property sections for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sections for sites"; @@ -102,6 +105,7 @@ public Command BuildDeleteCommand() { /// /// The sections in the notebook. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The sections in the notebook. Read-only. Nullable."; @@ -164,6 +168,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildPagesNavCommand() { var command = new Command("pages"); command.Description = "Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity."; @@ -189,6 +194,7 @@ public Command BuildPagesNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity."; @@ -204,6 +210,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentSectionGroupNavCommand() { var command = new Command("parent-section-group"); command.Description = "Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity."; @@ -219,6 +226,7 @@ public Command BuildParentSectionGroupNavCommand() { /// /// Update the navigation property sections in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sections in sites"; @@ -278,13 +286,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteSectionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}{?%24expand,%24select}", rawUrl) { @@ -292,6 +300,7 @@ public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// Delete navigation property sections for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -300,7 +309,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -308,6 +317,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The sections in the notebook. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -324,6 +334,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sections in sites /// + /// 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 @@ -334,7 +345,7 @@ public RequestInformation ToPatchRequestInformation(OnenoteSection body, Action< public RequestInformation ToPatchRequestInformation(OnenoteSection 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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index eef2cb62bc..b6678b6c15 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/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"; @@ -71,13 +72,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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/$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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// 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/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs index d90ff1feb5..b8292516e0 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The page's HTML content. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The page's HTML content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -79,6 +80,7 @@ public Command BuildGetCommand() { /// /// The page's HTML content. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The page's HTML content."; @@ -141,13 +143,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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/content", rawUrl) { @@ -155,6 +157,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// The page's HTML 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 @@ -171,6 +174,7 @@ public RequestInformation ToGetRequestInformation(Action /// The page's HTML 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/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs index 729c303f67..05121a1342 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs @@ -41,7 +41,7 @@ public class CopyToSectionPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionPostRequestBody() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public CopyToSectionPostRequestBody() { /// /// 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 CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index ef27016214..7053ee7f19 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionRequestBuilder : BaseCliRequestBuilder { /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"; @@ -88,13 +89,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", pathParameters) { } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", rawUrl) { @@ -102,6 +103,7 @@ public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs index d8953c9c40..a95ce77195 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class OnenotePageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the site entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the site entity."; @@ -44,6 +45,7 @@ public Command BuildContentNavCommand() { /// /// Provides operations to call the copyToSection method. /// + /// A public Command BuildCopyToSectionNavCommand() { var command = new Command("copy-to-section"); command.Description = "Provides operations to call the copyToSection method."; @@ -59,6 +61,7 @@ public Command BuildCopyToSectionNavCommand() { /// /// Delete navigation property pages for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property pages for sites"; @@ -110,6 +113,7 @@ public Command BuildDeleteCommand() { /// /// The collection of pages in the section. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of pages in the section. Read-only. Nullable."; @@ -178,6 +182,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the onenotePatchContent method. /// + /// A public Command BuildOnenotePatchContentNavCommand() { var command = new Command("onenote-patch-content"); command.Description = "Provides operations to call the onenotePatchContent method."; @@ -193,6 +198,7 @@ public Command BuildOnenotePatchContentNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity."; @@ -208,6 +214,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentSectionNavCommand() { var command = new Command("parent-section"); command.Description = "Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity."; @@ -223,6 +230,7 @@ public Command BuildParentSectionNavCommand() { /// /// Update the navigation property pages in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property pages in sites"; @@ -290,6 +298,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the preview method. /// + /// A public Command BuildPreviewNavCommand() { var command = new Command("preview"); command.Description = "Provides operations to call the preview method."; @@ -303,13 +312,13 @@ public Command BuildPreviewNavCommand() { return command; } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", rawUrl) { @@ -317,6 +326,7 @@ public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// Delete navigation property pages for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -325,7 +335,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -333,6 +343,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of pages in the section. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -349,6 +360,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property pages in sites /// + /// 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 @@ -359,7 +371,7 @@ public RequestInformation ToPatchRequestInformation(OnenotePage 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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs index d1f5d3fe44..29b611e59f 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs @@ -18,7 +18,7 @@ public class OnenotePatchContentPostRequestBody : IAdditionalDataHolder, IParsab public List Commands { get; set; } #endif /// - /// Instantiates a new onenotePatchContentPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenotePatchContentPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public OnenotePatchContentPostRequestBody() { /// /// 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 OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"commands", n => { Commands = n.GetCollectionOfObjectValues(OnenotePatchContentCommand.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs index 43dd157d15..84cb2fc538 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs @@ -21,6 +21,7 @@ public class OnenotePatchContentRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action onenotePatchContent /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action onenotePatchContent"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePatchContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", pathParameters) { } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", rawUrl) { @@ -90,6 +91,7 @@ public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/sites /// /// Invoke action onenotePatchContent /// + /// 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/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index 3637d90035..17e98da7d8 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the page. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{sit /// /// The notebook that contains the page. 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 diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs index b3d2fae690..5c3a56f56a 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionRequestBuilder : BaseCliRequestBuilder { /// /// The section that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section that contains the page. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// The section that contains the page. 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 diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs index 7fe4052d22..f63aa3abb1 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class PreviewRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function preview /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function preview"; @@ -74,13 +75,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PreviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", pathParameters) { } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", rawUrl) { @@ -88,6 +89,7 @@ public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Invoke function preview /// + /// 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/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs index f8d20945e4..07b8beed90 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new page in the specified section. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new page in the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0"; @@ -120,6 +123,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of page objects from the specified section. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of page objects from the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -228,13 +232,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -242,6 +246,7 @@ public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// Retrieve a list of page objects from the specified section. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -258,6 +263,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new page in the specified section. /// + /// 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 @@ -268,7 +274,7 @@ public RequestInformation ToPostRequestInformation(OnenotePage 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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/pages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index 8f8c135a16..7f4fd8aaa9 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the section. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{sit /// /// The notebook that contains the section. 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 diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs index 417b76269f..6a956c6ee1 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionGroupRequestBuilder : BaseCliRequestBuilder { /// /// The section group that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section group that contains the section. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// The section group that contains the section. 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 diff --git a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs index 5042b974d3..ac657d621c 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/Item/Sections/SectionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sections property of the microsoft.graph.notebook entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// Create a new onenoteSection in the specified notebook. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new onenoteSection in the specified notebook.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of onenoteSection objects from the specified notebook. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of onenoteSection objects from the specified notebook.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0"; @@ -215,13 +219,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -229,6 +233,7 @@ public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Retrieve a list of onenoteSection objects from the specified notebook. /// + /// 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,6 +250,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new onenoteSection in the specified notebook. /// + /// 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 @@ -255,7 +261,7 @@ public RequestInformation ToPostRequestInformation(OnenoteSection 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}/sites/{site%2Did}/onenote/notebooks/{notebook%2Did}/sections", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs index d2f6035086..07a510d386 100644 --- a/src/generated/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Notebooks/NotebooksRequestBuilder.cs @@ -26,6 +26,7 @@ public class NotebooksRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// Create a new OneNote notebook. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new OneNote notebook.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// /// Provides operations to call the getNotebookFromWebUrl method. /// + /// A public Command BuildGetNotebookFromWebUrlNavCommand() { var command = new Command("get-notebook-from-web-url"); command.Description = "Provides operations to call the getNotebookFromWebUrl method."; @@ -121,6 +125,7 @@ public Command BuildGetNotebookFromWebUrlNavCommand() { /// /// Provides operations to call the getRecentNotebooks method. /// + /// A public Command BuildGetRecentNotebooksWithIncludePersonalNotebooksRbCommand() { var command = new Command("get-recent-notebooks-with-include-personal-notebooks"); command.Description = "Provides operations to call the getRecentNotebooks method."; @@ -137,6 +142,7 @@ public Command BuildGetRecentNotebooksWithIncludePersonalNotebooksRbCommand() { /// Retrieve a list of notebook objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of notebook objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0"; @@ -233,13 +239,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new NotebooksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public NotebooksRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new NotebooksRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public NotebooksRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/notebooks{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -247,6 +253,7 @@ public NotebooksRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// Retrieve a list of notebook objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -263,6 +270,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new OneNote notebook. /// + /// 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 @@ -273,7 +281,7 @@ public RequestInformation ToPostRequestInformation(Notebook 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}/sites/{site%2Did}/onenote/notebooks", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/OnenoteRequestBuilder.cs b/src/generated/Sites/Item/Onenote/OnenoteRequestBuilder.cs index 3342b7809b..da98bc2bab 100644 --- a/src/generated/Sites/Item/Onenote/OnenoteRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/OnenoteRequestBuilder.cs @@ -28,6 +28,7 @@ public class OnenoteRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property onenote for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property onenote for sites"; @@ -61,6 +62,7 @@ public Command BuildDeleteCommand() { /// /// Calls the OneNote service for notebook related operations. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Calls the OneNote service for notebook related operations."; @@ -111,6 +113,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. /// + /// A public Command BuildNotebooksNavCommand() { var command = new Command("notebooks"); command.Description = "Provides operations to manage the notebooks property of the microsoft.graph.onenote entity."; @@ -138,6 +141,7 @@ public Command BuildNotebooksNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.onenote entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.onenote entity."; @@ -163,6 +167,7 @@ public Command BuildOperationsNavCommand() { /// /// Provides operations to manage the pages property of the microsoft.graph.onenote entity. /// + /// A public Command BuildPagesNavCommand() { var command = new Command("pages"); command.Description = "Provides operations to manage the pages property of the microsoft.graph.onenote entity."; @@ -188,6 +193,7 @@ public Command BuildPagesNavCommand() { /// /// Update the navigation property onenote in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property onenote in sites"; @@ -237,6 +243,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the resources property of the microsoft.graph.onenote entity. /// + /// A public Command BuildResourcesNavCommand() { var command = new Command("resources"); command.Description = "Provides operations to manage the resources property of the microsoft.graph.onenote entity."; @@ -262,6 +269,7 @@ public Command BuildResourcesNavCommand() { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. /// + /// A public Command BuildSectionGroupsNavCommand() { var command = new Command("section-groups"); command.Description = "Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity."; @@ -287,6 +295,7 @@ public Command BuildSectionGroupsNavCommand() { /// /// Provides operations to manage the sections property of the microsoft.graph.onenote entity. /// + /// A public Command BuildSectionsNavCommand() { var command = new Command("sections"); command.Description = "Provides operations to manage the sections property of the microsoft.graph.onenote entity."; @@ -310,13 +319,13 @@ public Command BuildSectionsNavCommand() { return command; } /// - /// Instantiates a new OnenoteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote{?%24expand,%24select}", rawUrl) { @@ -324,6 +333,7 @@ public OnenoteRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Delete navigation property onenote for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -332,7 +342,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/onenote", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -340,6 +350,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Calls the OneNote service for notebook related operations. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -356,6 +367,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property onenote in sites /// + /// 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 @@ -366,7 +378,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Onenote body, public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Onenote 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}/sites/{site%2Did}/onenote", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Operations/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Operations/Count/CountRequestBuilder.cs index 4c69570ee8..9aef6f599a 100644 --- a/src/generated/Sites/Item/Onenote/Operations/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Operations/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}/sites/{site%2Did}/onenote/operations/$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}/sites/{site%2Did}/onenote/operations/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// 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/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.cs index 0512ec0f9c..a62f7f4dd0 100644 --- a/src/generated/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Operations/Item/OnenoteOperationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class OnenoteOperationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property operations for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property operations for sites"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property operations in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property operations in sites"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/operations/{onenoteOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/operations/{onenoteOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public OnenoteOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/site /// /// Delete navigation property operations for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/onenote/operations/{onenoteOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property operations in sites /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(OnenoteOperation body, Actio public RequestInformation ToPatchRequestInformation(OnenoteOperation 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}/sites/{site%2Did}/onenote/operations/{onenoteOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Operations/OperationsRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Operations/OperationsRequestBuilder.cs index 7de9e3095b..8c608cbb76 100644 --- a/src/generated/Sites/Item/Onenote/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Operations/OperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the operations property of the microsoft.graph.onenote entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new OnenoteOperationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to operations for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to operations for sites"; @@ -99,6 +102,7 @@ public Command BuildCreateCommand() { /// /// Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information."; @@ -195,13 +199,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -209,6 +213,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2D /// /// Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information. /// + /// 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 +230,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for sites /// + /// 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 +241,7 @@ public RequestInformation ToPostRequestInformation(OnenoteOperation body, Action public RequestInformation ToPostRequestInformation(OnenoteOperation 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}/sites/{site%2Did}/onenote/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Pages/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Pages/Count/CountRequestBuilder.cs index 4eb430fce2..1a660a500b 100644 --- a/src/generated/Sites/Item/Onenote/Pages/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Pages/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}/sites/{site%2Did}/onenote/pages/$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}/sites/{site%2Did}/onenote/pages/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// 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/Sites/Item/Onenote/Pages/Item/Content/ContentRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Pages/Item/Content/ContentRequestBuilder.cs index d5f22c68cb..3c2498021a 100644 --- a/src/generated/Sites/Item/Onenote/Pages/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Pages/Item/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The page's HTML content. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The page's HTML content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0"; @@ -67,6 +68,7 @@ public Command BuildGetCommand() { /// /// The page's HTML content. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The page's HTML 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}/sites/{site%2Did}/onenote/pages/{onenotePage%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}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/content", rawUrl) { @@ -131,6 +133,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// The page's HTML 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 page's HTML 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/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs b/src/generated/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs index 06e0b032c5..bddc708f47 100644 --- a/src/generated/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs @@ -41,7 +41,7 @@ public class CopyToSectionPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionPostRequestBody() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public CopyToSectionPostRequestBody() { /// /// 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 CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index c43d827bc2..763d72f41a 100644 --- a/src/generated/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionRequestBuilder : BaseCliRequestBuilder { /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/copyToSection", pathParameters) { } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/copyToSection", rawUrl) { @@ -90,6 +91,7 @@ public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.cs index 2c46686e66..77e7e04b53 100644 --- a/src/generated/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Pages/Item/OnenotePageItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class OnenotePageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the site entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the site entity."; @@ -44,6 +45,7 @@ public Command BuildContentNavCommand() { /// /// Provides operations to call the copyToSection method. /// + /// A public Command BuildCopyToSectionNavCommand() { var command = new Command("copy-to-section"); command.Description = "Provides operations to call the copyToSection method."; @@ -60,6 +62,7 @@ public Command BuildCopyToSectionNavCommand() { /// Delete a OneNote page. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a OneNote page.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0"; @@ -100,6 +103,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0"; @@ -156,6 +160,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the onenotePatchContent method. /// + /// A public Command BuildOnenotePatchContentNavCommand() { var command = new Command("onenote-patch-content"); command.Description = "Provides operations to call the onenotePatchContent method."; @@ -171,6 +176,7 @@ public Command BuildOnenotePatchContentNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity."; @@ -186,6 +192,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentSectionNavCommand() { var command = new Command("parent-section"); command.Description = "Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity."; @@ -201,6 +208,7 @@ public Command BuildParentSectionNavCommand() { /// /// Update the navigation property pages in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property pages in sites"; @@ -256,6 +264,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the preview method. /// + /// A public Command BuildPreviewNavCommand() { var command = new Command("preview"); command.Description = "Provides operations to call the preview method."; @@ -269,13 +278,13 @@ public Command BuildPreviewNavCommand() { return command; } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}{?%24expand,%24select}", rawUrl) { @@ -283,6 +292,7 @@ public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// Delete a OneNote page. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -291,7 +301,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -299,6 +309,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a page object. Getting page information Access a page's metadata by page identifier: Getting page content You can use the page's content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -315,6 +326,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property pages in sites /// + /// 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 @@ -325,7 +337,7 @@ public RequestInformation ToPatchRequestInformation(OnenotePage 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}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs b/src/generated/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs index 0c95123c9e..4089d13c69 100644 --- a/src/generated/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs @@ -18,7 +18,7 @@ public class OnenotePatchContentPostRequestBody : IAdditionalDataHolder, IParsab public List Commands { get; set; } #endif /// - /// Instantiates a new onenotePatchContentPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenotePatchContentPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public OnenotePatchContentPostRequestBody() { /// /// 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 OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"commands", n => { Commands = n.GetCollectionOfObjectValues(OnenotePatchContentCommand.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs index e0660f701b..1f12b783b2 100644 --- a/src/generated/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs @@ -21,6 +21,7 @@ public class OnenotePatchContentRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action onenotePatchContent /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action onenotePatchContent"; @@ -64,13 +65,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePatchContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/onenotePatchContent", pathParameters) { } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/onenotePatchContent", rawUrl) { @@ -78,6 +79,7 @@ public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/sites /// /// Invoke action onenotePatchContent /// + /// 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/Sites/Item/Onenote/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index 7ed7f27675..7fb11d255b 100644 --- a/src/generated/Sites/Item/Onenote/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the page. Read-only."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{sit /// /// The notebook that contains the page. 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 diff --git a/src/generated/Sites/Item/Onenote/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs index d333e96f07..e4cfbf067c 100644 --- a/src/generated/Sites/Item/Onenote/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionRequestBuilder : BaseCliRequestBuilder { /// /// The section that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section that contains the page. Read-only."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// The section that contains the page. 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 diff --git a/src/generated/Sites/Item/Onenote/Pages/Item/Preview/PreviewRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Pages/Item/Preview/PreviewRequestBuilder.cs index f1627ed26b..886aac6b18 100644 --- a/src/generated/Sites/Item/Onenote/Pages/Item/Preview/PreviewRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Pages/Item/Preview/PreviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class PreviewRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function preview /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function preview"; @@ -62,13 +63,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PreviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/preview()", pathParameters) { } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/pages/{onenotePage%2Did}/preview()", rawUrl) { @@ -76,6 +77,7 @@ public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Invoke function preview /// + /// 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/Sites/Item/Onenote/Pages/PagesRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Pages/PagesRequestBuilder.cs index bcdd7d0e70..a3bbce3d1e 100644 --- a/src/generated/Sites/Item/Onenote/Pages/PagesRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Pages/PagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the pages property of the microsoft.graph.onenote entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-post-pages?view=graph-rest-1.0"; @@ -108,6 +111,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of page objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of page objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0"; @@ -204,13 +208,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -218,6 +222,7 @@ public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// Retrieve a list of page objects. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user's default notebook. If you're targeting other notebooks, you can create pages in a specified section. /// + /// 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 +250,7 @@ public RequestInformation ToPostRequestInformation(OnenotePage 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}/sites/{site%2Did}/onenote/pages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Resources/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Resources/Count/CountRequestBuilder.cs index 5c2f4ef06f..5357e13b01 100644 --- a/src/generated/Sites/Item/Onenote/Resources/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Resources/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}/sites/{site%2Did}/onenote/resources/$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}/sites/{site%2Did}/onenote/resources/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// 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/Sites/Item/Onenote/Resources/Item/Content/ContentRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Resources/Item/Content/ContentRequestBuilder.cs index 47a8b2932d..2949d64a6d 100644 --- a/src/generated/Sites/Item/Onenote/Resources/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Resources/Item/Content/ContentRequestBuilder.cs @@ -22,6 +22,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// /// The content stream /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The content stream"; @@ -66,6 +67,7 @@ public Command BuildGetCommand() { /// /// The content stream /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The content stream"; @@ -116,13 +118,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}/sites/{site%2Did}/onenote/resources/{onenoteResource%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}/sites/{site%2Did}/onenote/resources/{onenoteResource%2Did}/content", rawUrl) { @@ -130,6 +132,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// The content stream /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -146,6 +149,7 @@ public RequestInformation ToGetRequestInformation(Action /// The content stream /// + /// 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/Sites/Item/Onenote/Resources/Item/OnenoteResourceItemRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Resources/Item/OnenoteResourceItemRequestBuilder.cs index fd8a4f6280..6f23e238ba 100644 --- a/src/generated/Sites/Item/Onenote/Resources/Item/OnenoteResourceItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Resources/Item/OnenoteResourceItemRequestBuilder.cs @@ -23,6 +23,7 @@ public class OnenoteResourceItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the site entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the site entity."; @@ -39,6 +40,7 @@ public Command BuildContentNavCommand() { /// /// Delete navigation property resources for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property resources for sites"; @@ -78,6 +80,7 @@ public Command BuildDeleteCommand() { /// /// The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable."; @@ -134,6 +137,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property resources in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property resources in sites"; @@ -187,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteResourceItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/resources/{onenoteResource%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteResourceItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/resources/{onenoteResource%2Did}{?%24expand,%24select}", rawUrl) { @@ -201,6 +205,7 @@ public OnenoteResourceItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites /// /// Delete navigation property resources for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -209,7 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/onenote/resources/{onenoteResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -217,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -233,6 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property resources in sites /// + /// 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 @@ -243,7 +250,7 @@ public RequestInformation ToPatchRequestInformation(OnenoteResource body, Action public RequestInformation ToPatchRequestInformation(OnenoteResource 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}/sites/{site%2Did}/onenote/resources/{onenoteResource%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Resources/ResourcesRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Resources/ResourcesRequestBuilder.cs index d9c43189ac..4f7d04caaf 100644 --- a/src/generated/Sites/Item/Onenote/Resources/ResourcesRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Resources/ResourcesRequestBuilder.cs @@ -24,6 +24,7 @@ public class ResourcesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the resources property of the microsoft.graph.onenote 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 resources for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to resources for sites"; @@ -101,6 +104,7 @@ public Command BuildCreateCommand() { /// /// The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable."; @@ -197,13 +201,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ResourcesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ResourcesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/resources{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -211,6 +215,7 @@ public ResourcesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// The image and other file resources in OneNote pages. Getting a resources collection isn't supported, but you can get the binary content of a specific resource. Read-only. Nullable. /// + /// 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 resources for sites /// + /// 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(OnenoteResource body, Action< public RequestInformation ToPostRequestInformation(OnenoteResource 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}/sites/{site%2Did}/onenote/resources", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs index a93bad3107..d9e409a345 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/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}/sites/{site%2Did}/onenote/sectionGroups/$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}/sites/{site%2Did}/onenote/sectionGroups/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// 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/Sites/Item/Onenote/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index de1d58c3e6..0abe7aafed 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the section group. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the section group. Read-only."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{sit /// /// The notebook that contains the section group. 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 diff --git a/src/generated/Sites/Item/Onenote/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs index f206b1308a..7d29bef198 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionGroupRequestBuilder : BaseCliRequestBuilder { /// /// The section group that contains the section group. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section group that contains the section group. Read-only."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/parentSectionGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/parentSectionGroup{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// The section group that contains the section group. 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 diff --git a/src/generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.cs index ae134803c4..f9b06ecda7 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroupItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class SectionGroupItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property sectionGroups for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sectionGroups for sites"; @@ -66,6 +67,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a sectionGroup object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a sectionGroup object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0"; @@ -122,6 +124,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity."; @@ -137,6 +140,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildParentSectionGroupNavCommand() { var command = new Command("parent-section-group"); command.Description = "Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity."; @@ -152,6 +156,7 @@ public Command BuildParentSectionGroupNavCommand() { /// /// Update the navigation property sectionGroups in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sectionGroups in sites"; @@ -207,6 +212,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildSectionsNavCommand() { var command = new Command("sections"); command.Description = "Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity."; @@ -232,6 +238,7 @@ public Command BuildSectionsNavCommand() { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. /// + /// A public Command BuildSubSectionGroupsNavCommand() { var command = new Command("sub-section-groups"); command.Description = "Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity."; @@ -254,13 +261,13 @@ public Command BuildSubSectionGroupsNavCommand() { return command; } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}{?%24expand,%24select}", rawUrl) { @@ -268,6 +275,7 @@ public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{s /// /// Delete navigation property sectionGroups for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,7 +284,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -284,6 +292,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a sectionGroup 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 @@ -300,6 +309,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sectionGroups in sites /// + /// 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 @@ -310,7 +320,7 @@ public RequestInformation ToPatchRequestInformation(SectionGroup 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}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs index 4d6087f6b8..133de86780 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/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"; @@ -65,13 +66,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}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sectionGroups/$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}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sectionGroups/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// 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/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs index 869fc8ab5d..4b64393938 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/Item/SectionGroupItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class SectionGroupItemRequestBuilder : BaseCliRequestBuilder { /// /// The section groups in the section. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section groups in the section. Read-only. Nullable."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sectionGroups/{sectionGroup%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SectionGroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sectionGroups/{sectionGroup%2Did1}{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public SectionGroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{s /// /// The section groups in the section. Read-only. Nullable. /// + /// 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/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs index 4d2dab3efd..3afb8ec556 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/SectionGroups/SectionGroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionGroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.Sites.Item.Onenote.SectionGroups.Item.SectionGroups.Item.SectionGroupItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Retrieve a list of section groups from the specified section group. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of section groups from the specified section group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0"; @@ -151,13 +154,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -165,6 +168,7 @@ public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// Retrieve a list of section groups from the specified section group. /// + /// 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/Sites/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs index f9d9801b04..b320277653 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/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"; @@ -65,13 +66,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}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/$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}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// 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/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs index e3a842aa74..c0727783ed 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToNotebookPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToNotebookPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToNotebookPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToNotebookPostRequestBody() { /// /// 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 CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index 5a03d4b080..56b9526dfc 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToNotebookRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToNotebook", pathParameters) { } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToNotebook", rawUrl) { @@ -96,6 +97,7 @@ public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{sit /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs index 0e56770052..f276d186b3 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToSectionGroupPostRequestBody : IAdditionalDataHolder, IParsabl public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionGroupPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionGroupPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToSectionGroupPostRequestBody() { /// /// 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 CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 2ed497cdc3..7799bdc0e7 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionGroupRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToSectionGroup", pathParameters) { } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/copyToSectionGroup", rawUrl) { @@ -96,6 +97,7 @@ public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs index 58ea63b4e6..07f9587715 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/OnenoteSectionItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class OnenoteSectionItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the copyToNotebook method. /// + /// A public Command BuildCopyToNotebookNavCommand() { var command = new Command("copy-to-notebook"); command.Description = "Provides operations to call the copyToNotebook method."; @@ -42,6 +43,7 @@ public Command BuildCopyToNotebookNavCommand() { /// /// Provides operations to call the copyToSectionGroup method. /// + /// A public Command BuildCopyToSectionGroupNavCommand() { var command = new Command("copy-to-section-group"); command.Description = "Provides operations to call the copyToSectionGroup method."; @@ -57,6 +59,7 @@ public Command BuildCopyToSectionGroupNavCommand() { /// /// Delete navigation property sections for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sections for sites"; @@ -102,6 +105,7 @@ public Command BuildDeleteCommand() { /// /// The sections in the section group. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The sections in the section group. Read-only. Nullable."; @@ -164,6 +168,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildPagesNavCommand() { var command = new Command("pages"); command.Description = "Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity."; @@ -189,6 +194,7 @@ public Command BuildPagesNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity."; @@ -204,6 +210,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentSectionGroupNavCommand() { var command = new Command("parent-section-group"); command.Description = "Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity."; @@ -219,6 +226,7 @@ public Command BuildParentSectionGroupNavCommand() { /// /// Update the navigation property sections in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sections in sites"; @@ -278,13 +286,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteSectionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}{?%24expand,%24select}", rawUrl) { @@ -292,6 +300,7 @@ public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// Delete navigation property sections for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -300,7 +309,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -308,6 +317,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The sections in the section group. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -324,6 +334,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sections in sites /// + /// 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 @@ -334,7 +345,7 @@ public RequestInformation ToPatchRequestInformation(OnenoteSection body, Action< public RequestInformation ToPatchRequestInformation(OnenoteSection 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}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs index 608a062998..ec3b4436f1 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/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"; @@ -71,13 +72,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}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/$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}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// 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/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs index 8e4fa615ab..175cfc27e8 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The page's HTML content. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The page's HTML content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -79,6 +80,7 @@ public Command BuildGetCommand() { /// /// The page's HTML content. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The page's HTML content."; @@ -141,13 +143,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}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%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}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/content", rawUrl) { @@ -155,6 +157,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// The page's HTML 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 @@ -171,6 +174,7 @@ public RequestInformation ToGetRequestInformation(Action /// The page's HTML 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/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs index 70cbe7ccfb..1008182888 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs @@ -41,7 +41,7 @@ public class CopyToSectionPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionPostRequestBody() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public CopyToSectionPostRequestBody() { /// /// 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 CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index 674b3b27ba..9bddafcdef 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionRequestBuilder : BaseCliRequestBuilder { /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"; @@ -88,13 +89,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", pathParameters) { } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", rawUrl) { @@ -102,6 +103,7 @@ public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs index 9cde248199..bf6d78fbd2 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class OnenotePageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the site entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the site entity."; @@ -44,6 +45,7 @@ public Command BuildContentNavCommand() { /// /// Provides operations to call the copyToSection method. /// + /// A public Command BuildCopyToSectionNavCommand() { var command = new Command("copy-to-section"); command.Description = "Provides operations to call the copyToSection method."; @@ -59,6 +61,7 @@ public Command BuildCopyToSectionNavCommand() { /// /// Delete navigation property pages for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property pages for sites"; @@ -110,6 +113,7 @@ public Command BuildDeleteCommand() { /// /// The collection of pages in the section. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of pages in the section. Read-only. Nullable."; @@ -178,6 +182,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the onenotePatchContent method. /// + /// A public Command BuildOnenotePatchContentNavCommand() { var command = new Command("onenote-patch-content"); command.Description = "Provides operations to call the onenotePatchContent method."; @@ -193,6 +198,7 @@ public Command BuildOnenotePatchContentNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity."; @@ -208,6 +214,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentSectionNavCommand() { var command = new Command("parent-section"); command.Description = "Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity."; @@ -223,6 +230,7 @@ public Command BuildParentSectionNavCommand() { /// /// Update the navigation property pages in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property pages in sites"; @@ -290,6 +298,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the preview method. /// + /// A public Command BuildPreviewNavCommand() { var command = new Command("preview"); command.Description = "Provides operations to call the preview method."; @@ -303,13 +312,13 @@ public Command BuildPreviewNavCommand() { return command; } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", rawUrl) { @@ -317,6 +326,7 @@ public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// Delete navigation property pages for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -325,7 +335,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -333,6 +343,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of pages in the section. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -349,6 +360,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property pages in sites /// + /// 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 @@ -359,7 +371,7 @@ public RequestInformation ToPatchRequestInformation(OnenotePage 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}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs index cb7da81406..60b93390f7 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs @@ -18,7 +18,7 @@ public class OnenotePatchContentPostRequestBody : IAdditionalDataHolder, IParsab public List Commands { get; set; } #endif /// - /// Instantiates a new onenotePatchContentPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenotePatchContentPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public OnenotePatchContentPostRequestBody() { /// /// 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 OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"commands", n => { Commands = n.GetCollectionOfObjectValues(OnenotePatchContentCommand.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs index 66899f7c36..7a4895dc0d 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs @@ -21,6 +21,7 @@ public class OnenotePatchContentRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action onenotePatchContent /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action onenotePatchContent"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePatchContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", pathParameters) { } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", rawUrl) { @@ -90,6 +91,7 @@ public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/sites /// /// Invoke action onenotePatchContent /// + /// 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/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index ca5695b4ef..da07a960d1 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the page. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{sit /// /// The notebook that contains the page. 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 diff --git a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs index 3db8530c80..d849f4e9a0 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionRequestBuilder : BaseCliRequestBuilder { /// /// The section that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section that contains the page. Read-only."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// The section that contains the page. 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 diff --git a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs index a023315f45..e3be697f14 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class PreviewRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function preview /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function preview"; @@ -74,13 +75,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PreviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", pathParameters) { } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", rawUrl) { @@ -88,6 +89,7 @@ public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Invoke function preview /// + /// 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/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs index b44c96153d..9366c45067 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/PagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new page in the specified section. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new page in the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0"; @@ -120,6 +123,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of page objects from the specified section. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of page objects from the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -228,13 +232,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -242,6 +246,7 @@ public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// Retrieve a list of page objects from the specified section. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -258,6 +263,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new page in the specified section. /// + /// 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 @@ -268,7 +274,7 @@ public RequestInformation ToPostRequestInformation(OnenotePage 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}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/pages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index bf802d0f8e..b849387f84 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the section. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{sit /// /// The notebook that contains the section. 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 diff --git a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs index c1a3fff3dc..7f3bad3f0b 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionGroupRequestBuilder : BaseCliRequestBuilder { /// /// The section group that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section group that contains the section. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// The section group that contains the section. 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 diff --git a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs index 855dd17938..f3960494b0 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/Item/Sections/SectionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -57,6 +59,7 @@ public Command BuildCountNavCommand() { /// Create a new onenoteSection in the specified section group. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new onenoteSection in the specified section group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0"; @@ -113,6 +116,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of onenoteSection objects from the specified section group. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of onenoteSection objects from the specified section group.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0"; @@ -215,13 +219,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -229,6 +233,7 @@ public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Retrieve a list of onenoteSection objects from the specified section group. /// + /// 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,6 +250,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new onenoteSection in the specified section group. /// + /// 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 @@ -255,7 +261,7 @@ public RequestInformation ToPostRequestInformation(OnenoteSection 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}/sites/{site%2Did}/onenote/sectionGroups/{sectionGroup%2Did}/sections", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs b/src/generated/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs index 332b94cd06..790bee1a41 100644 --- a/src/generated/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/SectionGroups/SectionGroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionGroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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 new navigation property to sectionGroups for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to sectionGroups for sites"; @@ -105,6 +108,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of sectionGroup objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of sectionGroup objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0"; @@ -201,13 +205,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionGroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionGroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sectionGroups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -215,6 +219,7 @@ public SectionGroupsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// Retrieve a list of sectionGroup objects. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -231,6 +236,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to sectionGroups for sites /// + /// 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 @@ -241,7 +247,7 @@ public RequestInformation ToPostRequestInformation(SectionGroup 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}/sites/{site%2Did}/onenote/sectionGroups", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Sections/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Sections/Count/CountRequestBuilder.cs index 488be35c67..ca36e084ab 100644 --- a/src/generated/Sites/Item/Onenote/Sections/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Sections/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}/sites/{site%2Did}/onenote/sections/$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}/sites/{site%2Did}/onenote/sections/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// 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/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs b/src/generated/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs index a01fc1c5cb..b9aa473cdc 100644 --- a/src/generated/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToNotebookPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToNotebookPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToNotebookPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToNotebookPostRequestBody() { /// /// 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 CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToNotebookPostRequestBody CreateFromDiscriminatorValue(IParseN /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs index ae2c577da7..26c7a205e3 100644 --- a/src/generated/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToNotebookRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/copyToNotebook", pathParameters) { } /// - /// Instantiates a new CopyToNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/copyToNotebook", rawUrl) { @@ -90,6 +91,7 @@ public CopyToNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{sit /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs b/src/generated/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs index 4326b3acb6..ba131aa249 100644 --- a/src/generated/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupPostRequestBody.cs @@ -49,7 +49,7 @@ public class CopyToSectionGroupPostRequestBody : IAdditionalDataHolder, IParsabl public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionGroupPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionGroupPostRequestBody() { AdditionalData = new Dictionary(); @@ -57,6 +57,7 @@ public CopyToSectionGroupPostRequestBody() { /// /// 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 CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -65,6 +66,7 @@ public static CopyToSectionGroupPostRequestBody CreateFromDiscriminatorValue(IPa /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs index 728889254f..08912e06d9 100644 --- a/src/generated/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionGroupRequestBuilder : BaseCliRequestBuilder { /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"; @@ -76,13 +77,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/copyToSectionGroup", pathParameters) { } /// - /// Instantiates a new CopyToSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/copyToSectionGroup", rawUrl) { @@ -90,6 +91,7 @@ public CopyToSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.cs index 90cb476d95..becaa8bd12 100644 --- a/src/generated/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Sections/Item/OnenoteSectionItemRequestBuilder.cs @@ -27,6 +27,7 @@ public class OnenoteSectionItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to call the copyToNotebook method. /// + /// A public Command BuildCopyToNotebookNavCommand() { var command = new Command("copy-to-notebook"); command.Description = "Provides operations to call the copyToNotebook method."; @@ -42,6 +43,7 @@ public Command BuildCopyToNotebookNavCommand() { /// /// Provides operations to call the copyToSectionGroup method. /// + /// A public Command BuildCopyToSectionGroupNavCommand() { var command = new Command("copy-to-section-group"); command.Description = "Provides operations to call the copyToSectionGroup method."; @@ -57,6 +59,7 @@ public Command BuildCopyToSectionGroupNavCommand() { /// /// Delete navigation property sections for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sections for sites"; @@ -97,6 +100,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a onenoteSection object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a onenoteSection object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0"; @@ -153,6 +157,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildPagesNavCommand() { var command = new Command("pages"); command.Description = "Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity."; @@ -178,6 +183,7 @@ public Command BuildPagesNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity."; @@ -193,6 +199,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. /// + /// A public Command BuildParentSectionGroupNavCommand() { var command = new Command("parent-section-group"); command.Description = "Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity."; @@ -208,6 +215,7 @@ public Command BuildParentSectionGroupNavCommand() { /// /// Update the navigation property sections in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sections in sites"; @@ -261,13 +269,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenoteSectionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenoteSectionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}{?%24expand,%24select}", rawUrl) { @@ -275,6 +283,7 @@ public OnenoteSectionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// Delete navigation property sections for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -283,7 +292,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -291,6 +300,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a onenoteSection 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 @@ -307,6 +317,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sections in sites /// + /// 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 @@ -317,7 +328,7 @@ public RequestInformation ToPatchRequestInformation(OnenoteSection body, Action< public RequestInformation ToPatchRequestInformation(OnenoteSection 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}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs index cbc9bb30da..55d92b3551 100644 --- a/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/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"; @@ -65,13 +66,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}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/$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}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// 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/Sites/Item/Onenote/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs index 6243cb18a1..aca48da2f4 100644 --- a/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/Content/ContentRequestBuilder.cs @@ -23,6 +23,7 @@ public class ContentRequestBuilder : BaseCliRequestBuilder { /// The page's HTML content. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The page's HTML content.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -73,6 +74,7 @@ public Command BuildGetCommand() { /// /// The page's HTML content. /// + /// A public Command BuildPutCommand() { var command = new Command("put"); command.Description = "The page's HTML content."; @@ -129,13 +131,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}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%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}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/content", rawUrl) { @@ -143,6 +145,7 @@ public ContentRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// The page's HTML 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 @@ -159,6 +162,7 @@ public RequestInformation ToGetRequestInformation(Action /// The page's HTML 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/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs index 3904aefdf3..1eddb6ce34 100644 --- a/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionPostRequestBody.cs @@ -41,7 +41,7 @@ public class CopyToSectionPostRequestBody : IAdditionalDataHolder, IParsable { public string SiteId { get; set; } #endif /// - /// Instantiates a new copyToSectionPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public CopyToSectionPostRequestBody() { AdditionalData = new Dictionary(); @@ -49,6 +49,7 @@ public CopyToSectionPostRequestBody() { /// /// 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 CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -57,6 +58,7 @@ public static CopyToSectionPostRequestBody CreateFromDiscriminatorValue(IParseNo /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"groupId", n => { GroupId = n.GetStringValue(); } }, diff --git a/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs index ef9492ec80..4dddbc7746 100644 --- a/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.cs @@ -23,6 +23,7 @@ public class CopyToSectionRequestBuilder : BaseCliRequestBuilder { /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"; @@ -82,13 +83,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public CopyToSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", pathParameters) { } /// - /// Instantiates a new CopyToSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/copyToSection", rawUrl) { @@ -96,6 +97,7 @@ public CopyToSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result. /// + /// 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/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs index bd5c6a5ae3..ac8710b334 100644 --- a/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePageItemRequestBuilder.cs @@ -28,6 +28,7 @@ public class OnenotePageItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the media for the site entity. /// + /// A public Command BuildContentNavCommand() { var command = new Command("content"); command.Description = "Provides operations to manage the media for the site entity."; @@ -44,6 +45,7 @@ public Command BuildContentNavCommand() { /// /// Provides operations to call the copyToSection method. /// + /// A public Command BuildCopyToSectionNavCommand() { var command = new Command("copy-to-section"); command.Description = "Provides operations to call the copyToSection method."; @@ -59,6 +61,7 @@ public Command BuildCopyToSectionNavCommand() { /// /// Delete navigation property pages for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property pages for sites"; @@ -104,6 +107,7 @@ public Command BuildDeleteCommand() { /// /// The collection of pages in the section. Read-only. Nullable. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of pages in the section. Read-only. Nullable."; @@ -166,6 +170,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the onenotePatchContent method. /// + /// A public Command BuildOnenotePatchContentNavCommand() { var command = new Command("onenote-patch-content"); command.Description = "Provides operations to call the onenotePatchContent method."; @@ -181,6 +186,7 @@ public Command BuildOnenotePatchContentNavCommand() { /// /// Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentNotebookNavCommand() { var command = new Command("parent-notebook"); command.Description = "Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity."; @@ -196,6 +202,7 @@ public Command BuildParentNotebookNavCommand() { /// /// Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. /// + /// A public Command BuildParentSectionNavCommand() { var command = new Command("parent-section"); command.Description = "Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity."; @@ -211,6 +218,7 @@ public Command BuildParentSectionNavCommand() { /// /// Update the navigation property pages in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property pages in sites"; @@ -272,6 +280,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to call the preview method. /// + /// A public Command BuildPreviewNavCommand() { var command = new Command("preview"); command.Description = "Provides operations to call the preview method."; @@ -285,13 +294,13 @@ public Command BuildPreviewNavCommand() { return command; } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePageItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new OnenotePageItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}{?%24expand,%24select}", rawUrl) { @@ -299,6 +308,7 @@ public OnenotePageItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{si /// /// Delete navigation property pages for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -307,7 +317,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -315,6 +325,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The collection of pages in the section. Read-only. Nullable. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -331,6 +342,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property pages in sites /// + /// 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 @@ -341,7 +353,7 @@ public RequestInformation ToPatchRequestInformation(OnenotePage 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}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs index b9dea68fa8..b0112f5052 100644 --- a/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs +++ b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentPostRequestBody.cs @@ -18,7 +18,7 @@ public class OnenotePatchContentPostRequestBody : IAdditionalDataHolder, IParsab public List Commands { get; set; } #endif /// - /// Instantiates a new onenotePatchContentPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public OnenotePatchContentPostRequestBody() { AdditionalData = new Dictionary(); @@ -26,6 +26,7 @@ public OnenotePatchContentPostRequestBody() { /// /// 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 OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -34,6 +35,7 @@ public static OnenotePatchContentPostRequestBody CreateFromDiscriminatorValue(IP /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"commands", n => { Commands = n.GetCollectionOfObjectValues(OnenotePatchContentCommand.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs index 8dde56262f..3b4000a536 100644 --- a/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/OnenotePatchContent/OnenotePatchContentRequestBuilder.cs @@ -21,6 +21,7 @@ public class OnenotePatchContentRequestBuilder : BaseCliRequestBuilder { /// /// Invoke action onenotePatchContent /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Invoke action onenotePatchContent"; @@ -70,13 +71,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OnenotePatchContentRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", pathParameters) { } /// - /// Instantiates a new OnenotePatchContentRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/onenotePatchContent", rawUrl) { @@ -84,6 +85,7 @@ public OnenotePatchContentRequestBuilder(string rawUrl) : base("{+baseurl}/sites /// /// Invoke action onenotePatchContent /// + /// 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/Sites/Item/Onenote/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index 0eeb3724a8..3c2a32190c 100644 --- a/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the page. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{sit /// /// The notebook that contains the page. 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 diff --git a/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs index 16491e456e..d06e0de300 100644 --- a/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/ParentSection/ParentSectionRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionRequestBuilder : BaseCliRequestBuilder { /// /// The section that contains the page. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section that contains the page. Read-only."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/parentSection{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public ParentSectionRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site /// /// The section that contains the page. 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 diff --git a/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs index cef6689aa2..ee65718135 100644 --- a/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/Item/Preview/PreviewRequestBuilder.cs @@ -22,6 +22,7 @@ public class PreviewRequestBuilder : BaseCliRequestBuilder { /// /// Invoke function preview /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Invoke function preview"; @@ -68,13 +69,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PreviewRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", pathParameters) { } /// - /// Instantiates a new PreviewRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages/{onenotePage%2Did}/preview()", rawUrl) { @@ -82,6 +83,7 @@ public PreviewRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Invoke function preview /// + /// 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/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs index 287c947bad..d56d0842da 100644 --- a/src/generated/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Sections/Item/Pages/PagesRequestBuilder.cs @@ -24,6 +24,7 @@ public class PagesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -42,6 +43,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."; @@ -58,6 +60,7 @@ public Command BuildCountNavCommand() { /// Create a new page in the specified section. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new page in the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0"; @@ -114,6 +117,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of page objects from the specified section. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of page objects from the specified section.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"; @@ -216,13 +220,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PagesRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PagesRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -230,6 +234,7 @@ public PagesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// Retrieve a list of page objects from the specified section. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -246,6 +251,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new page in the specified section. /// + /// 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 @@ -256,7 +262,7 @@ public RequestInformation ToPostRequestInformation(OnenotePage 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}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/pages", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Onenote/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs index f234daf219..4bf4dbadc6 100644 --- a/src/generated/Sites/Item/Onenote/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Sections/Item/ParentNotebook/ParentNotebookRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentNotebookRequestBuilder : BaseCliRequestBuilder { /// /// The notebook that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The notebook that contains the section. Read-only."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentNotebookRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentNotebookRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/parentNotebook{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public ParentNotebookRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{sit /// /// The notebook that contains the section. 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 diff --git a/src/generated/Sites/Item/Onenote/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs index 3fa88f3a8f..bf84d0068a 100644 --- a/src/generated/Sites/Item/Onenote/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Sections/Item/ParentSectionGroup/ParentSectionGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentSectionGroupRequestBuilder : BaseCliRequestBuilder { /// /// The section group that contains the section. Read-only. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The section group that contains the section. Read-only."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentSectionGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentSectionGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sections/{onenoteSection%2Did}/parentSectionGroup{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public ParentSectionGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/ /// /// The section group that contains the section. 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 diff --git a/src/generated/Sites/Item/Onenote/Sections/SectionsRequestBuilder.cs b/src/generated/Sites/Item/Onenote/Sections/SectionsRequestBuilder.cs index 2856bf2a86..ba0f524d02 100644 --- a/src/generated/Sites/Item/Onenote/Sections/SectionsRequestBuilder.cs +++ b/src/generated/Sites/Item/Onenote/Sections/SectionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SectionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sections property of the microsoft.graph.onenote entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -41,6 +42,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."; @@ -56,6 +58,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to sections for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to sections for sites"; @@ -106,6 +109,7 @@ public Command BuildCreateCommand() { /// Retrieve a list of onenoteSection objects. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Retrieve a list of onenoteSection objects.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0"; @@ -202,13 +206,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SectionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/onenote/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SectionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/onenote/sections{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -216,6 +220,7 @@ public SectionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Retrieve a list of onenoteSection objects. /// + /// 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 +237,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to sections for sites /// + /// 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 +248,7 @@ public RequestInformation ToPostRequestInformation(OnenoteSection 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}/sites/{site%2Did}/onenote/sections", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Operations/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Operations/Count/CountRequestBuilder.cs index 64a8e41766..54292cc289 100644 --- a/src/generated/Sites/Item/Operations/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Operations/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}/sites/{site%2Did}/operations/$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}/sites/{site%2Did}/operations/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/o /// /// 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/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs b/src/generated/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs index 3adeb4d71e..35ea99d3a7 100644 --- a/src/generated/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Operations/Item/RichLongRunningOperationItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class RichLongRunningOperationItemRequestBuilder : BaseCliRequestBuilder /// /// Delete navigation property operations for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property operations for sites"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// Get the status of a rich long-running operation on a site or a list. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Get the status of a rich long-running operation on a site or a list.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0"; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property operations in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property operations in sites"; @@ -171,13 +174,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new RichLongRunningOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RichLongRunningOperationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/operations/{richLongRunningOperation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RichLongRunningOperationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RichLongRunningOperationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/operations/{richLongRunningOperation%2Did}{?%24expand,%24select}", rawUrl) { @@ -185,6 +188,7 @@ public RichLongRunningOperationItemRequestBuilder(string rawUrl) : base("{+baseu /// /// Delete navigation property operations for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -193,7 +197,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/operations/{richLongRunningOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -201,6 +205,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Get the status of a rich long-running operation on a site or a list. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -217,6 +222,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property operations in sites /// + /// 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 @@ -227,7 +233,7 @@ public RequestInformation ToPatchRequestInformation(RichLongRunningOperation bod public RequestInformation ToPatchRequestInformation(RichLongRunningOperation 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}/sites/{site%2Did}/operations/{richLongRunningOperation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Operations/OperationsRequestBuilder.cs b/src/generated/Sites/Item/Operations/OperationsRequestBuilder.cs index 3472e3ceda..9ad703e15f 100644 --- a/src/generated/Sites/Item/Operations/OperationsRequestBuilder.cs +++ b/src/generated/Sites/Item/Operations/OperationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class OperationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the operations property of the microsoft.graph.site entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new RichLongRunningOperationItemRequestBuilder(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."; @@ -50,6 +52,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to operations for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to operations for sites"; @@ -100,6 +103,7 @@ public Command BuildCreateCommand() { /// Get a list of rich long-running operations associated with a site. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of rich long-running operations associated with a site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0"; @@ -196,13 +200,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public OperationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new OperationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -210,6 +214,7 @@ public OperationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2D /// /// Get a list of rich long-running operations associated with a site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -226,6 +231,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to operations for sites /// + /// 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 @@ -236,7 +242,7 @@ public RequestInformation ToPostRequestInformation(RichLongRunningOperation body public RequestInformation ToPostRequestInformation(RichLongRunningOperation 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}/sites/{site%2Did}/operations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Permissions/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Permissions/Count/CountRequestBuilder.cs index 8457983f54..e932ffb709 100644 --- a/src/generated/Sites/Item/Permissions/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/Permissions/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}/sites/{site%2Did}/permissions/$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}/sites/{site%2Did}/permissions/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/p /// /// 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/Sites/Item/Permissions/Item/Grant/GrantPostRequestBody.cs b/src/generated/Sites/Item/Permissions/Item/Grant/GrantPostRequestBody.cs index 77daa7ec6f..15ec884aa0 100644 --- a/src/generated/Sites/Item/Permissions/Item/Grant/GrantPostRequestBody.cs +++ b/src/generated/Sites/Item/Permissions/Item/Grant/GrantPostRequestBody.cs @@ -26,7 +26,7 @@ public class GrantPostRequestBody : IAdditionalDataHolder, IParsable { public List Roles { get; set; } #endif /// - /// Instantiates a new grantPostRequestBody and sets the default values. + /// Instantiates a new and sets the default values. /// public GrantPostRequestBody() { AdditionalData = new Dictionary(); @@ -34,6 +34,7 @@ public GrantPostRequestBody() { /// /// 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 GrantPostRequestBody CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -42,6 +43,7 @@ public static GrantPostRequestBody CreateFromDiscriminatorValue(IParseNode parse /// /// The deserialization information for the current model /// + /// A >"> public virtual IDictionary> GetFieldDeserializers() { return new Dictionary> { {"recipients", n => { Recipients = n.GetCollectionOfObjectValues(DriveRecipient.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Item/Permissions/Item/Grant/GrantPostResponse.cs b/src/generated/Sites/Item/Permissions/Item/Grant/GrantPostResponse.cs index ee7c017583..651f8b9011 100644 --- a/src/generated/Sites/Item/Permissions/Item/Grant/GrantPostResponse.cs +++ b/src/generated/Sites/Item/Permissions/Item/Grant/GrantPostResponse.cs @@ -18,6 +18,7 @@ public class GrantPostResponse : BaseCollectionPaginationCountResponse, IParsabl /// /// 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 new GrantPostResponse CreateFromDiscriminatorValue(IParseNode parseNode) { _ = parseNode ?? throw new ArgumentNullException(nameof(parseNode)); @@ -26,6 +27,7 @@ public class GrantPostResponse : BaseCollectionPaginationCountResponse, IParsabl /// /// The deserialization information for the current model /// + /// A >"> public override IDictionary> GetFieldDeserializers() { return new Dictionary>(base.GetFieldDeserializers()) { {"value", n => { Value = n.GetCollectionOfObjectValues(ApiSdk.Models.Permission.CreateFromDiscriminatorValue)?.ToList(); } }, diff --git a/src/generated/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.cs b/src/generated/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.cs index c4b366bab1..89489a9463 100644 --- a/src/generated/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.cs +++ b/src/generated/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.cs @@ -22,6 +22,7 @@ public class GrantRequestBuilder : BaseCliRequestBuilder { /// Grant users access to a link represented by a [permission][]. /// Find more info here /// + /// A public Command BuildPostCommand() { var command = new Command("post"); command.Description = "Grant users access to a link represented by a [permission][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0"; @@ -86,13 +87,13 @@ public Command BuildPostCommand() { return command; } /// - /// Instantiates a new GrantRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GrantRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/permissions/{permission%2Did}/grant", pathParameters) { } /// - /// Instantiates a new GrantRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GrantRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/permissions/{permission%2Did}/grant", rawUrl) { @@ -100,6 +101,7 @@ public GrantRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/p /// /// Grant users access to a link represented by a [permission][]. /// + /// 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/Sites/Item/Permissions/Item/PermissionItemRequestBuilder.cs b/src/generated/Sites/Item/Permissions/Item/PermissionItemRequestBuilder.cs index b00aaa5f77..c7a87a9359 100644 --- a/src/generated/Sites/Item/Permissions/Item/PermissionItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Permissions/Item/PermissionItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class PermissionItemRequestBuilder : BaseCliRequestBuilder { /// Delete a permission object on a site. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a permission object on a site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// Retrieve the properties and relationships of a permission object on a site. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve the properties and relationships of a permission object on a site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// /// Provides operations to call the grant method. /// + /// A public Command BuildGrantNavCommand() { var command = new Command("grant"); command.Description = "Provides operations to call the grant method."; @@ -136,6 +139,7 @@ public Command BuildGrantNavCommand() { /// Update an application permission object on a site. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update an application permission object on a site. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0"; @@ -189,13 +193,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new PermissionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermissionItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/permissions/{permission%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new PermissionItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermissionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/permissions/{permission%2Did}{?%24expand,%24select}", rawUrl) { @@ -203,6 +207,7 @@ public PermissionItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{sit /// /// Delete a permission object on a site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -211,7 +216,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/permissions/{permission%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -219,6 +224,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Retrieve the properties and relationships of a permission object on a site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -235,6 +241,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update an application permission object on a site. /// + /// 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 @@ -245,7 +252,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Permission bod public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Permission 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}/sites/{site%2Did}/permissions/{permission%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Permissions/PermissionsRequestBuilder.cs b/src/generated/Sites/Item/Permissions/PermissionsRequestBuilder.cs index ba954af07d..54cbf3067f 100644 --- a/src/generated/Sites/Item/Permissions/PermissionsRequestBuilder.cs +++ b/src/generated/Sites/Item/Permissions/PermissionsRequestBuilder.cs @@ -24,6 +24,7 @@ public class PermissionsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the permissions property of the microsoft.graph.site 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new permission object on a site. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new permission object on a site. \n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// Get the permission resources from the permissions navigation property on a site. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the permission resources from the permissions navigation property on a site.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new PermissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public PermissionsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new PermissionsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public PermissionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public PermissionsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2 /// /// Get the permission resources from the permissions navigation property on a site. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new permission object on a site. /// + /// 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.Permission body public RequestInformation ToPostRequestInformation(ApiSdk.Models.Permission 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}/sites/{site%2Did}/permissions", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/SiteItemRequestBuilder.cs b/src/generated/Sites/Item/SiteItemRequestBuilder.cs index c0e6dd8594..eb24aaa943 100644 --- a/src/generated/Sites/Item/SiteItemRequestBuilder.cs +++ b/src/generated/Sites/Item/SiteItemRequestBuilder.cs @@ -42,6 +42,7 @@ public class SiteItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the analytics property of the microsoft.graph.site entity. /// + /// A public Command BuildAnalyticsNavCommand() { var command = new Command("analytics"); command.Description = "Provides operations to manage the analytics property of the microsoft.graph.site entity."; @@ -67,6 +68,7 @@ public Command BuildAnalyticsNavCommand() { /// /// Provides operations to manage the columns property of the microsoft.graph.site entity. /// + /// A public Command BuildColumnsNavCommand() { var command = new Command("columns"); command.Description = "Provides operations to manage the columns property of the microsoft.graph.site entity."; @@ -92,6 +94,7 @@ public Command BuildColumnsNavCommand() { /// /// Provides operations to manage the contentTypes property of the microsoft.graph.site entity. /// + /// A public Command BuildContentTypesNavCommand() { var command = new Command("content-types"); command.Description = "Provides operations to manage the contentTypes property of the microsoft.graph.site entity."; @@ -120,6 +123,7 @@ public Command BuildContentTypesNavCommand() { /// /// Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildCreatedByUserNavCommand() { var command = new Command("created-by-user"); command.Description = "Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity."; @@ -142,6 +146,7 @@ public Command BuildCreatedByUserNavCommand() { /// /// Provides operations to manage the drive property of the microsoft.graph.site entity. /// + /// A public Command BuildDriveNavCommand() { var command = new Command("drive"); command.Description = "Provides operations to manage the drive property of the microsoft.graph.site entity."; @@ -157,6 +162,7 @@ public Command BuildDriveNavCommand() { /// /// Provides operations to manage the drives property of the microsoft.graph.site entity. /// + /// A public Command BuildDrivesNavCommand() { var command = new Command("drives"); command.Description = "Provides operations to manage the drives property of the microsoft.graph.site entity."; @@ -181,6 +187,7 @@ public Command BuildDrivesNavCommand() { /// /// Provides operations to manage the externalColumns property of the microsoft.graph.site entity. /// + /// A public Command BuildExternalColumnsNavCommand() { var command = new Command("external-columns"); command.Description = "Provides operations to manage the externalColumns property of the microsoft.graph.site entity."; @@ -205,6 +212,7 @@ public Command BuildExternalColumnsNavCommand() { /// /// Provides operations to call the getActivitiesByInterval method. /// + /// A public Command BuildGetActivitiesByIntervalNavCommand() { var command = new Command("get-activities-by-interval"); command.Description = "Provides operations to call the getActivitiesByInterval method."; @@ -220,6 +228,7 @@ public Command BuildGetActivitiesByIntervalNavCommand() { /// /// Provides operations to call the getActivitiesByInterval method. /// + /// A public Command BuildGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRbCommand() { var command = new Command("get-activities-by-interval-with-start-date-time-with-end-date-time-with-interval"); command.Description = "Provides operations to call the getActivitiesByInterval method."; @@ -235,6 +244,7 @@ public Command BuildGetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithI /// /// Provides operations to call the getApplicableContentTypesForList method. /// + /// A public Command BuildGetApplicableContentTypesForListWithListIdRbCommand() { var command = new Command("get-applicable-content-types-for-list-with-list-id"); command.Description = "Provides operations to call the getApplicableContentTypesForList method."; @@ -250,6 +260,7 @@ public Command BuildGetApplicableContentTypesForListWithListIdRbCommand() { /// /// Provides operations to call the getByPath method. /// + /// A public Command BuildGetByPathWithPathRbCommand() { var command = new Command("get-by-path-with-path"); command.Description = "Provides operations to call the getByPath method."; @@ -291,6 +302,7 @@ public Command BuildGetByPathWithPathRbCommand() { /// Retrieve properties and relationships for a [site][] resource.A site resource represents a team site in SharePoint. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Retrieve properties and relationships for a [site][] resource.A site resource represents a team site in SharePoint.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0"; @@ -341,6 +353,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the items property of the microsoft.graph.site entity. /// + /// A public Command BuildItemsNavCommand() { var command = new Command("items"); command.Description = "Provides operations to manage the items property of the microsoft.graph.site entity."; @@ -365,6 +378,7 @@ public Command BuildItemsNavCommand() { /// /// Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. /// + /// A public Command BuildLastModifiedByUserNavCommand() { var command = new Command("last-modified-by-user"); command.Description = "Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity."; @@ -387,6 +401,7 @@ public Command BuildLastModifiedByUserNavCommand() { /// /// Provides operations to manage the lists property of the microsoft.graph.site entity. /// + /// A public Command BuildListsNavCommand() { var command = new Command("lists"); command.Description = "Provides operations to manage the lists property of the microsoft.graph.site entity."; @@ -412,6 +427,7 @@ public Command BuildListsNavCommand() { /// /// Provides operations to manage the onenote property of the microsoft.graph.site entity. /// + /// A public Command BuildOnenoteNavCommand() { var command = new Command("onenote"); command.Description = "Provides operations to manage the onenote property of the microsoft.graph.site entity."; @@ -440,6 +456,7 @@ public Command BuildOnenoteNavCommand() { /// /// Provides operations to manage the operations property of the microsoft.graph.site entity. /// + /// A public Command BuildOperationsNavCommand() { var command = new Command("operations"); command.Description = "Provides operations to manage the operations property of the microsoft.graph.site entity."; @@ -465,6 +482,7 @@ public Command BuildOperationsNavCommand() { /// /// Update entity in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update entity in sites"; @@ -514,6 +532,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the permissions property of the microsoft.graph.site entity. /// + /// A public Command BuildPermissionsNavCommand() { var command = new Command("permissions"); command.Description = "Provides operations to manage the permissions property of the microsoft.graph.site entity."; @@ -539,6 +558,7 @@ public Command BuildPermissionsNavCommand() { /// /// Provides operations to manage the sites property of the microsoft.graph.site entity. /// + /// A public Command BuildSubSitesNavCommand() { var command = new Command("sub-sites"); command.Description = "Provides operations to manage the sites property of the microsoft.graph.site entity."; @@ -563,6 +583,7 @@ public Command BuildSubSitesNavCommand() { /// /// Provides operations to manage the termStore property of the microsoft.graph.site entity. /// + /// A public Command BuildTermStoreNavCommand() { var command = new Command("term-store"); command.Description = "Provides operations to manage the termStore property of the microsoft.graph.site entity."; @@ -587,6 +608,7 @@ public Command BuildTermStoreNavCommand() { /// /// Provides operations to manage the termStores property of the microsoft.graph.site entity. /// + /// A public Command BuildTermStoresNavCommand() { var command = new Command("term-stores"); command.Description = "Provides operations to manage the termStores property of the microsoft.graph.site entity."; @@ -610,13 +632,13 @@ public Command BuildTermStoresNavCommand() { return command; } /// - /// Instantiates a new SiteItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SiteItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SiteItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SiteItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}{?%24expand,%24select}", rawUrl) { @@ -624,6 +646,7 @@ public SiteItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Retrieve properties and relationships for a [site][] resource.A site resource represents a team site in SharePoint. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -640,6 +663,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update entity in sites /// + /// 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 @@ -650,7 +674,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Site body, Act public RequestInformation ToPatchRequestInformation(ApiSdk.Models.Site 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}/sites/{site%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/Sites/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/Sites/Count/CountRequestBuilder.cs index 20d7bad8c4..1027b143e1 100644 --- a/src/generated/Sites/Item/Sites/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/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}/sites/{site%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}/sites/{site%2Did}/sites/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/s /// /// 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/Sites/Item/Sites/Item/SiteItemRequestBuilder.cs b/src/generated/Sites/Item/Sites/Item/SiteItemRequestBuilder.cs index 73f180206e..6bb98862a0 100644 --- a/src/generated/Sites/Item/Sites/Item/SiteItemRequestBuilder.cs +++ b/src/generated/Sites/Item/Sites/Item/SiteItemRequestBuilder.cs @@ -22,6 +22,7 @@ public class SiteItemRequestBuilder : BaseCliRequestBuilder { /// /// The collection of the sub-sites under this site. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The collection of the sub-sites under this site."; @@ -76,13 +77,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SiteItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SiteItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/sites/{site%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SiteItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SiteItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/sites/{site%2Did1}{?%24expand,%24select}", rawUrl) { @@ -90,6 +91,7 @@ public SiteItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// The collection of the sub-sites under this site. /// + /// 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/Sites/Item/Sites/SitesRequestBuilder.cs b/src/generated/Sites/Item/Sites/SitesRequestBuilder.cs index 3e44ec4aeb..369a871153 100644 --- a/src/generated/Sites/Item/Sites/SitesRequestBuilder.cs +++ b/src/generated/Sites/Item/Sites/SitesRequestBuilder.cs @@ -24,6 +24,7 @@ public class SitesRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sites property of the microsoft.graph.site entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var builder = new ApiSdk.Sites.Item.Sites.Item.SiteItemRequestBuilder(PathParameters); @@ -33,6 +34,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."; @@ -49,6 +51,7 @@ public Command BuildCountNavCommand() { /// Get a collection of subsites defined for a [site][]. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a collection of subsites defined for a [site][].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0"; @@ -145,13 +148,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}/sites/{site%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}/sites/{site%2Did}/sites{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -159,6 +162,7 @@ public SitesRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/s /// /// Get a collection of subsites defined for a [site][]. /// + /// 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/Sites/Item/TermStore/Groups/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Count/CountRequestBuilder.cs index 646eb93733..4ee206e443 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/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}/sites/{site%2Did}/termStore/groups/$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}/sites/{site%2Did}/termStore/groups/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Groups/GroupsRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/GroupsRequestBuilder.cs index 68a6f0593a..b59f835ec0 100644 --- a/src/generated/Sites/Item/TermStore/Groups/GroupsRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/GroupsRequestBuilder.cs @@ -24,6 +24,7 @@ public class GroupsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the groups property of the microsoft.graph.termStore.store 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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// Create a new group object in a term store. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new group object in a term store.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0"; @@ -103,6 +106,7 @@ public Command BuildCreateCommand() { /// Get a list of group objects in a term store. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of group objects in a term store.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0"; @@ -199,13 +203,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new GroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new GroupsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -213,6 +217,7 @@ public GroupsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ /// /// Get a list of group objects in a term store. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -229,6 +234,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new group object in a term store. /// + /// 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 @@ -239,7 +245,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Group public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Group 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}/sites/{site%2Did}/termStore/groups", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilder.cs index a95b9f32ba..e5636e9c28 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/GroupItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class GroupItemRequestBuilder : BaseCliRequestBuilder { /// Delete a group object in a term [store]. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a group object in a term [store].\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0"; @@ -64,6 +65,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a term store group object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a term store group object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0"; @@ -120,6 +122,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property groups in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property groups in sites"; @@ -175,6 +178,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. /// + /// A public Command BuildSetsNavCommand() { var command = new Command("sets"); command.Description = "Provides operations to manage the sets property of the microsoft.graph.termStore.group entity."; @@ -198,13 +202,13 @@ public Command BuildSetsNavCommand() { return command; } /// - /// Instantiates a new GroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public GroupItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new GroupItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public GroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}{?%24expand,%24select}", rawUrl) { @@ -212,6 +216,7 @@ public GroupItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// Delete a group object in a term [store]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -220,7 +225,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -228,6 +233,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a term store group 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 @@ -244,6 +250,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property groups in sites /// + /// 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 @@ -254,7 +261,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Grou public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Group 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}/sites/{site%2Did}/termStore/groups/{group%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Count/CountRequestBuilder.cs index a7e1a91df0..ad34484724 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/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"; @@ -65,13 +66,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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/$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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs index 4b7e1cff2a..4f3b06f4a9 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.set 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 term object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0"; @@ -117,6 +120,7 @@ public Command BuildCreateCommand() { /// Get the first level children of a [set] or [term] resource using the children navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the first level children of a [set] or [term] resource using the children navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"; @@ -225,13 +229,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -239,6 +243,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Get the first level children of a [set] or [term] resource using the children navigation 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 @@ -255,6 +260,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new term 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 @@ -265,7 +271,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs index f022b83ee0..3c3551cb28 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/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"; @@ -71,13 +72,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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/$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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index 40ce8107c1..40a5d853ae 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to children for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to children for sites"; @@ -120,6 +123,7 @@ public Command BuildCreateCommand() { /// /// Children of current term. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Children of current term."; @@ -234,13 +238,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -248,6 +252,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Children of current term. /// + /// 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 +269,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to children for sites /// + /// 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 +280,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index 45cc1873cd..736c7069e1 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/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"; @@ -77,13 +78,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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/$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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index cf55da7feb..4819d08e99 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/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"; @@ -83,13 +84,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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/$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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 9b90c1d50b..c8c47e551d 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index 709d2140c1..1d8c3b6d76 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for sites"; @@ -88,6 +89,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -103,6 +105,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -183,6 +186,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in sites"; @@ -262,6 +266,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -277,6 +282,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -290,13 +296,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -304,6 +310,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// Delete navigation property relations for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,7 +319,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -320,6 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -336,6 +344,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in sites /// + /// 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 @@ -346,7 +355,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index 049e172e7e..10bc7d679c 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the relation is relevant. /// + /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 04e7206f97..b122c43932 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 7d5c377932..0a92be8f16 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for sites"; @@ -127,6 +130,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -247,13 +251,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -261,6 +265,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -277,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for sites /// + /// 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 @@ -287,7 +293,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs index 614bb8a180..6f72218f7b 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the term is created. /// + /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs index 9e199f08cf..b697b2c251 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for sites"; @@ -81,6 +82,7 @@ public Command BuildDeleteCommand() { /// /// Children of current term. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children of current term."; @@ -155,6 +157,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in sites"; @@ -228,6 +231,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -253,6 +257,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -266,13 +271,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", rawUrl) { @@ -280,6 +285,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Delete navigation property children for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -288,7 +294,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -296,6 +302,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,6 +319,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in sites /// + /// 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 @@ -322,7 +330,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index ef1a665003..f228b4eac6 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/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"; @@ -77,13 +78,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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/$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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index ad4f61cb61..f0578e05a9 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index 13d3a96da9..71f6df5e0b 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for sites"; @@ -82,6 +83,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -97,6 +99,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -171,6 +174,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in sites"; @@ -244,6 +248,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -259,6 +264,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -272,13 +278,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -286,6 +292,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// Delete navigation property relations for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -294,7 +301,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -302,6 +309,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -318,6 +326,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in sites /// + /// 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 @@ -328,7 +337,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index 490a122a16..9b46030c35 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the relation is relevant. /// + /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 0736133608..ef41243545 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 97a71f731d..bdedda0ec3 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for sites"; @@ -121,6 +124,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -235,13 +239,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -249,6 +253,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -265,6 +270,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for sites /// + /// 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 @@ -275,7 +281,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Set/SetRequestBuilder.cs index 8baf290bc6..a37e99caaa 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the term is created. /// + /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/TermItemRequestBuilder.cs index 1b34864cd5..b97a2d8e85 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Children/Item/TermItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for sites"; @@ -76,6 +77,7 @@ public Command BuildDeleteCommand() { /// /// Children terms of set in term [store]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children terms of set in term [store]."; @@ -144,6 +146,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in sites"; @@ -211,6 +214,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -236,6 +240,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -251,6 +256,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSubChildrenNavCommand() { var command = new Command("sub-children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.term entity."; @@ -274,13 +280,13 @@ public Command BuildSubChildrenNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}{?%24expand,%24select}", rawUrl) { @@ -288,6 +294,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Delete navigation property children for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -296,7 +303,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -304,6 +311,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children terms of set in term [store]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -320,6 +328,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in sites /// + /// 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 @@ -330,7 +339,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/children/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs index d87e24bb1d..f132d6144d 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs @@ -22,6 +22,7 @@ public class ParentGroupRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property parentGroup for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property parentGroup for sites"; @@ -67,6 +68,7 @@ public Command BuildDeleteCommand() { /// /// The parent [group] that contains the set. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The parent [group] that contains the set."; @@ -129,6 +131,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property parentGroup in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property parentGroup in sites"; @@ -188,13 +191,13 @@ public Command BuildPatchCommand() { return command; } /// - /// Instantiates a new ParentGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/parentGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/parentGroup{?%24expand,%24select}", rawUrl) { @@ -202,6 +205,7 @@ public ParentGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2 /// /// Delete navigation property parentGroup for sites /// + /// 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 +214,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/parentGroup", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -218,6 +222,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The parent [group] that contains the set. /// + /// 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 +239,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property parentGroup in sites /// + /// 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 +250,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Grou public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Group 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/parentGroup", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs index 2967007cdb..c3731418d4 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/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"; @@ -71,13 +72,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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/relations/$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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index ac6addaa2d..1871dd1e9a 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs index ab7ada6bf8..a4d7c036e3 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for sites"; @@ -76,6 +77,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -91,6 +93,7 @@ public Command BuildFromTermNavCommand() { /// /// Indicates which terms have been pinned or reused directly under the set. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Indicates which terms have been pinned or reused directly under the set."; @@ -159,6 +162,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in sites"; @@ -226,6 +230,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -241,6 +246,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -254,13 +260,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -268,6 +274,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// Delete navigation property relations for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,7 +283,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -284,6 +291,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Indicates which terms have been pinned or reused directly under the set. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -300,6 +308,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in sites /// + /// 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 @@ -310,7 +319,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs index fbafdd7925..4ad84feb62 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the relation is relevant. /// + /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 316c8af2f6..ca7511f9c7 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs index dd415afeab..7a32c2eaac 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.set 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for sites"; @@ -116,6 +119,7 @@ public Command BuildCreateCommand() { /// Get the different relation of a [term] or [set] from the relations navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the different relation of a [term] or [set] from the relations navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"; @@ -224,13 +228,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -238,6 +242,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// Get the different relation of a [term] or [set] from the relations navigation 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 @@ -254,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for sites /// + /// 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 @@ -264,7 +270,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/SetItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/SetItemRequestBuilder.cs index a357a8bf29..9b0001c001 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/SetItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/SetItemRequestBuilder.cs @@ -26,6 +26,7 @@ public class SetItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildChildrenNavCommand() { var command = new Command("children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.set entity."; @@ -51,6 +52,7 @@ public Command BuildChildrenNavCommand() { /// /// Delete navigation property sets for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sets for sites"; @@ -96,6 +98,7 @@ public Command BuildDeleteCommand() { /// /// All sets under the group in a term [store]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "All sets under the group in a term [store]."; @@ -158,6 +161,7 @@ public Command BuildGetCommand() { /// /// Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildParentGroupNavCommand() { var command = new Command("parent-group"); command.Description = "Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity."; @@ -175,6 +179,7 @@ public Command BuildParentGroupNavCommand() { /// /// Update the navigation property sets in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sets in sites"; @@ -236,6 +241,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.set entity."; @@ -261,6 +267,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildTermsNavCommand() { var command = new Command("terms"); command.Description = "Provides operations to manage the terms property of the microsoft.graph.termStore.set entity."; @@ -284,13 +291,13 @@ public Command BuildTermsNavCommand() { return command; } /// - /// Instantiates a new SetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}{?%24expand,%24select}", rawUrl) { @@ -298,6 +305,7 @@ public SetItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Delete navigation property sets for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -306,7 +314,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -314,6 +322,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// All sets under the group in a term [store]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -330,6 +339,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sets in sites /// + /// 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 @@ -340,7 +350,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Set public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Set 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs index a5a5a258e7..55c48203bd 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/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"; @@ -71,13 +72,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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/$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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index 0449b7eb53..bbe6f28b66 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to children for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to children for sites"; @@ -120,6 +123,7 @@ public Command BuildCreateCommand() { /// /// Children of current term. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Children of current term."; @@ -234,13 +238,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -248,6 +252,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Children of current term. /// + /// 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 +269,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to children for sites /// + /// 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 +280,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index e543705a5d..1d2f7f4640 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/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"; @@ -77,13 +78,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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/$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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 2fc2383e24..6ac10e803f 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/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"; @@ -83,13 +84,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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/$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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 8517483307..6d06afe587 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index 28d3a8d6a5..664b47315f 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for sites"; @@ -88,6 +89,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -103,6 +105,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -183,6 +186,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in sites"; @@ -262,6 +266,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -277,6 +282,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -290,13 +296,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -304,6 +310,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// Delete navigation property relations for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,7 +319,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -320,6 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -336,6 +344,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in sites /// + /// 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 @@ -346,7 +355,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index 1ba9a53a9a..6038d8ceed 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the relation is relevant. /// + /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 7c20055374..7888cf1019 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 0cb4d90d79..d6854c0f2a 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for sites"; @@ -127,6 +130,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -247,13 +251,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -261,6 +265,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -277,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for sites /// + /// 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 @@ -287,7 +293,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs index 075c9f378e..d6a8ceda36 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the term is created. /// + /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs index 01e04843cd..d2038d28b6 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for sites"; @@ -81,6 +82,7 @@ public Command BuildDeleteCommand() { /// /// Children of current term. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children of current term."; @@ -155,6 +157,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in sites"; @@ -228,6 +231,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -253,6 +257,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -266,13 +271,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", rawUrl) { @@ -280,6 +285,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Delete navigation property children for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -288,7 +294,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -296,6 +302,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,6 +319,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in sites /// + /// 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 @@ -322,7 +330,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index e82e02d352..35f6a2c10f 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/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"; @@ -77,13 +78,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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/$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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 33a3fcf218..074835de9a 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs index 11b4767386..a83d83e28e 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for sites"; @@ -82,6 +83,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -97,6 +99,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -171,6 +174,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in sites"; @@ -244,6 +248,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -259,6 +264,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -272,13 +278,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -286,6 +292,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// Delete navigation property relations for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -294,7 +301,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -302,6 +309,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -318,6 +326,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in sites /// + /// 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 @@ -328,7 +337,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs index 7633848f0b..96da8c6483 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the relation is relevant. /// + /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index f984bc257f..c3788ecdd9 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index 801019afcf..a00d766d7d 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for sites"; @@ -121,6 +124,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -235,13 +239,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -249,6 +253,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -265,6 +270,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for sites /// + /// 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 @@ -275,7 +281,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs index 9d7c13f964..882088c809 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the term is created. /// + /// 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/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.cs index 90137702fd..e2c3b7638a 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/Item/TermItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildChildrenNavCommand() { var command = new Command("children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.term entity."; @@ -51,6 +52,7 @@ public Command BuildChildrenNavCommand() { /// Delete a term object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0"; @@ -103,6 +105,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a term object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"; @@ -172,6 +175,7 @@ public Command BuildGetCommand() { /// Update the properties of a term object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0"; @@ -239,6 +243,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -264,6 +269,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -277,13 +283,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}{?%24expand,%24select}", rawUrl) { @@ -291,6 +297,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Delete a term 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 @@ -299,7 +306,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -307,6 +314,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a term 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 @@ -323,6 +331,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a term 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 @@ -333,7 +342,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs index bb0884d692..0cdbe19451 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/Item/Terms/TermsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the terms property of the microsoft.graph.termStore.set 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to terms for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to terms for sites"; @@ -115,6 +118,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a term object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a term object."; @@ -223,13 +227,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TermsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TermsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -237,6 +241,7 @@ public TermsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// Read the properties and relationships of a term 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 @@ -253,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to terms for sites /// + /// 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 @@ -263,7 +269,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets/{set%2Did}/terms", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.cs index 4381513f54..43711c841e 100644 --- a/src/generated/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Groups/Item/Sets/SetsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SetsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -40,6 +41,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 new navigation property to sets for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to sets for sites"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// Get a list of the set objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the set objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0"; @@ -213,13 +217,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -227,6 +231,7 @@ public SetsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/te /// /// Get a list of the set 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 @@ -243,6 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to sets for sites /// + /// 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 @@ -253,7 +259,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Set b public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Set 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}/sites/{site%2Did}/termStore/groups/{group%2Did}/sets", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Count/CountRequestBuilder.cs index 19327e9c2b..93801385f8 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/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}/sites/{site%2Did}/termStore/sets/$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}/sites/{site%2Did}/termStore/sets/$count{?%24filter,%24search}", rawUrl) { @@ -73,6 +74,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.cs index 2112069c7a..e437df8af4 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.set 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 term object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0"; @@ -111,6 +114,7 @@ public Command BuildCreateCommand() { /// Get the first level children of a [set] or [term] resource using the children navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the first level children of a [set] or [term] resource using the children navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"; @@ -213,13 +217,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -227,6 +231,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Get the first level children of a [set] or [term] resource using the children navigation 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 @@ -243,6 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new term 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 @@ -253,7 +259,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Count/CountRequestBuilder.cs index 653a86f54d..4f35e7b227 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/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"; @@ -65,13 +66,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}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/$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}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index dd19c37ec4..35864ecea2 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to children for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to children for sites"; @@ -114,6 +117,7 @@ public Command BuildCreateCommand() { /// /// Children of current term. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Children of current term."; @@ -222,13 +226,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -236,6 +240,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -252,6 +257,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to children for sites /// + /// 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 @@ -262,7 +268,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index f7b16016df..d2fd8acff4 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/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"; @@ -71,13 +72,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}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/$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}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index e08bfa3966..55b3f50c52 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/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"; @@ -77,13 +78,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}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/$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}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index ef017fe8e9..5a87763f09 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index b03828aadf..24dbdebe24 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for sites"; @@ -82,6 +83,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -97,6 +99,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -171,6 +174,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in sites"; @@ -244,6 +248,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -259,6 +264,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -272,13 +278,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -286,6 +292,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// Delete navigation property relations for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -294,7 +301,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -302,6 +309,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -318,6 +326,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in sites /// + /// 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 @@ -328,7 +337,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index 777a12d14c..1777cf4984 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the relation is relevant. /// + /// 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/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 18700c5f84..1137605970 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 20ade3e0d5..2638b76014 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for sites"; @@ -121,6 +124,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -235,13 +239,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -249,6 +253,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -265,6 +270,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for sites /// + /// 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 @@ -275,7 +281,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs index b972346e41..916659fc7b 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the term is created. /// + /// 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/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs index 033b6a1d57..92cdc5e484 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for sites"; @@ -75,6 +76,7 @@ public Command BuildDeleteCommand() { /// /// Children of current term. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children of current term."; @@ -143,6 +145,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in sites"; @@ -210,6 +213,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -235,6 +239,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -248,13 +253,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", rawUrl) { @@ -262,6 +267,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Delete navigation property children for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -270,7 +276,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -278,6 +284,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -294,6 +301,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in sites /// + /// 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 @@ -304,7 +312,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 70f41f5c12..2b2d3e21ad 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/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"; @@ -71,13 +72,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}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/$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}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 7cffce4011..9a5fdaa8ac 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index 3d30befc52..7511f3f8f3 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for sites"; @@ -76,6 +77,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -91,6 +93,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -159,6 +162,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in sites"; @@ -226,6 +230,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -241,6 +246,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -254,13 +260,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -268,6 +274,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// Delete navigation property relations for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,7 +283,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -284,6 +291,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -300,6 +308,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in sites /// + /// 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 @@ -310,7 +319,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index 6239fae36d..461d2f5b65 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the relation is relevant. /// + /// 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/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 72b8cf1d13..e0bd4d8a77 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 92909e2559..6873155939 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for sites"; @@ -115,6 +118,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -223,13 +227,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -237,6 +241,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -253,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for sites /// + /// 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 @@ -263,7 +269,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Set/SetRequestBuilder.cs index 513db44889..af460c4982 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -82,13 +83,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -96,6 +97,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the term is created. /// + /// 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/Sites/Item/TermStore/Sets/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/TermItemRequestBuilder.cs index 57532b87a9..37e966786a 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Children/Item/TermItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for sites"; @@ -70,6 +71,7 @@ public Command BuildDeleteCommand() { /// /// Children terms of set in term [store]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children terms of set in term [store]."; @@ -132,6 +134,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in sites"; @@ -193,6 +196,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -218,6 +222,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -233,6 +238,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSubChildrenNavCommand() { var command = new Command("sub-children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.term entity."; @@ -256,13 +262,13 @@ public Command BuildSubChildrenNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}{?%24expand,%24select}", rawUrl) { @@ -270,6 +276,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Delete navigation property children for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -278,7 +285,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -286,6 +293,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children terms of set in term [store]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -302,6 +310,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in sites /// + /// 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 @@ -312,7 +321,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/children/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs index 35fd3d2d2a..9cd886b5ea 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/ParentGroupRequestBuilder.cs @@ -23,6 +23,7 @@ public class ParentGroupRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property parentGroup for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property parentGroup for sites"; @@ -62,6 +63,7 @@ public Command BuildDeleteCommand() { /// /// The parent [group] that contains the set. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The parent [group] that contains the set."; @@ -118,6 +120,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property parentGroup in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property parentGroup in sites"; @@ -173,6 +176,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. /// + /// A public Command BuildSetsNavCommand() { var command = new Command("sets"); command.Description = "Provides operations to manage the sets property of the microsoft.graph.termStore.group entity."; @@ -196,13 +200,13 @@ public Command BuildSetsNavCommand() { return command; } /// - /// Instantiates a new ParentGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ParentGroupRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ParentGroupRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ParentGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup{?%24expand,%24select}", rawUrl) { @@ -210,6 +214,7 @@ public ParentGroupRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2 /// /// Delete navigation property parentGroup for sites /// + /// 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 +223,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -226,6 +231,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// The parent [group] that contains the set. /// + /// 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 +248,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property parentGroup in sites /// + /// 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 +259,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Grou public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Group 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs index 3b1ffda1a0..e6ab9094e1 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/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"; @@ -65,13 +66,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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/$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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/$count{?%24filter,%24search}", rawUrl) { @@ -79,6 +80,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs index 9114559f00..96d28d4bea 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.set 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 term object. /// Find more info here /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create a new term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0"; @@ -117,6 +120,7 @@ public Command BuildCreateCommand() { /// Get the first level children of a [set] or [term] resource using the children navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the first level children of a [set] or [term] resource using the children navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"; @@ -225,13 +229,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -239,6 +243,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Get the first level children of a [set] or [term] resource using the children navigation 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 @@ -255,6 +260,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create a new term 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 @@ -265,7 +271,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs index 45f88dbf69..05e762389a 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/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"; @@ -71,13 +72,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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/$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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs index 4e199a8a91..3777dff0b9 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to children for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to children for sites"; @@ -120,6 +123,7 @@ public Command BuildCreateCommand() { /// /// Children of current term. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Children of current term."; @@ -234,13 +238,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -248,6 +252,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Children of current term. /// + /// 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 +269,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to children for sites /// + /// 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 +280,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs index 739d4a3c94..41688561b5 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/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"; @@ -77,13 +78,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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/$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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index eba237f3ef..2998b24b43 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/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"; @@ -83,13 +84,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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/$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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 2018b611e9..76882f9129 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index 81bfbaa90d..887228b5e7 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for sites"; @@ -88,6 +89,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -103,6 +105,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -183,6 +186,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in sites"; @@ -262,6 +266,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -277,6 +282,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -290,13 +296,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -304,6 +310,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// Delete navigation property relations for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,7 +319,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -320,6 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -336,6 +344,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in sites /// + /// 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 @@ -346,7 +355,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index cb55040d60..f9ce73aebc 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the relation is relevant. /// + /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index b008a62ea6..a2d0775ade 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 16597885d7..a26128bb3d 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for sites"; @@ -127,6 +130,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -247,13 +251,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -261,6 +265,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -277,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for sites /// + /// 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 @@ -287,7 +293,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs index ec7069f34c..c80536931b 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the term is created. /// + /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs index ac3f86fac2..881930cb13 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Children/Item/TermItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for sites"; @@ -81,6 +82,7 @@ public Command BuildDeleteCommand() { /// /// Children of current term. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children of current term."; @@ -155,6 +157,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in sites"; @@ -228,6 +231,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -253,6 +257,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -266,13 +271,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", rawUrl) { @@ -280,6 +285,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Delete navigation property children for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -288,7 +294,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -296,6 +302,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,6 +319,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in sites /// + /// 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 @@ -322,7 +330,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index 24e9af94c1..265578c4e0 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/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"; @@ -77,13 +78,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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/$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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 273713e7ca..569797af36 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index f2ce088836..f486075953 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for sites"; @@ -82,6 +83,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -97,6 +99,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -171,6 +174,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in sites"; @@ -244,6 +248,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -259,6 +264,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -272,13 +278,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -286,6 +292,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// Delete navigation property relations for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -294,7 +301,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -302,6 +309,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -318,6 +326,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in sites /// + /// 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 @@ -328,7 +337,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index 9413721e58..a56c0e5640 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the relation is relevant. /// + /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 081e1d27b0..183dc715fb 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 89ae3faf64..9d5d44be6e 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for sites"; @@ -121,6 +124,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -235,13 +239,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -249,6 +253,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -265,6 +270,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for sites /// + /// 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 @@ -275,7 +281,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Set/SetRequestBuilder.cs index bb93aa7597..4f57f02841 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the term is created. /// + /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/TermItemRequestBuilder.cs index 502fd7b20f..532ad0f5d6 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Children/Item/TermItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for sites"; @@ -76,6 +77,7 @@ public Command BuildDeleteCommand() { /// /// Children terms of set in term [store]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children terms of set in term [store]."; @@ -144,6 +146,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in sites"; @@ -211,6 +214,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -236,6 +240,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -251,6 +256,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSubChildrenNavCommand() { var command = new Command("sub-children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.term entity."; @@ -274,13 +280,13 @@ public Command BuildSubChildrenNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}{?%24expand,%24select}", rawUrl) { @@ -288,6 +294,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Delete navigation property children for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -296,7 +303,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -304,6 +311,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children terms of set in term [store]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -320,6 +328,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in sites /// + /// 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 @@ -330,7 +339,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/children/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs index 86908e64b3..f628210b4d 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/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"; @@ -71,13 +72,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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/$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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index 62f2ba834d..3ba1bd7457 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs index 3f2bd98d4b..fa5e5d848a 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for sites"; @@ -76,6 +77,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -91,6 +93,7 @@ public Command BuildFromTermNavCommand() { /// /// Indicates which terms have been pinned or reused directly under the set. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Indicates which terms have been pinned or reused directly under the set."; @@ -159,6 +162,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in sites"; @@ -226,6 +230,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -241,6 +246,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -254,13 +260,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -268,6 +274,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// Delete navigation property relations for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -276,7 +283,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -284,6 +291,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Indicates which terms have been pinned or reused directly under the set. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -300,6 +308,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in sites /// + /// 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 @@ -310,7 +319,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs index 67a5bb2292..0ec0b572d5 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the relation is relevant. /// + /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 6274126fc3..73d075d2f6 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs index ae8a11287f..cc842460c7 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.set 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for sites"; @@ -116,6 +119,7 @@ public Command BuildCreateCommand() { /// Get the different relation of a [term] or [set] from the relations navigation property. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get the different relation of a [term] or [set] from the relations navigation property.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"; @@ -224,13 +228,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -238,6 +242,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// Get the different relation of a [term] or [set] from the relations navigation 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 @@ -254,6 +259,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for sites /// + /// 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 @@ -264,7 +270,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/SetItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/SetItemRequestBuilder.cs index 14aa8dfa0a..15a7f64670 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/SetItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/SetItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class SetItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildChildrenNavCommand() { var command = new Command("children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.set entity."; @@ -50,6 +51,7 @@ public Command BuildChildrenNavCommand() { /// /// Delete navigation property sets for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property sets for sites"; @@ -95,6 +97,7 @@ public Command BuildDeleteCommand() { /// /// All sets under the group in a term [store]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "All sets under the group in a term [store]."; @@ -157,6 +160,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property sets in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property sets in sites"; @@ -218,6 +222,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.set entity."; @@ -243,6 +248,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. /// + /// A public Command BuildTermsNavCommand() { var command = new Command("terms"); command.Description = "Provides operations to manage the terms property of the microsoft.graph.termStore.set entity."; @@ -266,13 +272,13 @@ public Command BuildTermsNavCommand() { return command; } /// - /// Instantiates a new SetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}{?%24expand,%24select}", rawUrl) { @@ -280,6 +286,7 @@ public SetItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did} /// /// Delete navigation property sets for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -288,7 +295,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -296,6 +303,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// All sets under the group in a term [store]. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,6 +320,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property sets in sites /// + /// 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 @@ -322,7 +331,7 @@ public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Set public RequestInformation ToPatchRequestInformation(ApiSdk.Models.TermStore.Set 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs index 648031d65a..a18de54a88 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/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"; @@ -71,13 +72,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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/$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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/$count{?%24filter,%24search}", rawUrl) { @@ -85,6 +86,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs index 4eff5bf743..f5c97f44f9 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/ChildrenRequestBuilder.cs @@ -24,6 +24,7 @@ public class ChildrenRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A , List>"> public Tuple, List> BuildCommand() { var executables = new List(); var commands = new List(); @@ -38,6 +39,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."; @@ -53,6 +55,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to children for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to children for sites"; @@ -120,6 +123,7 @@ public Command BuildCreateCommand() { /// /// Children of current term. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Children of current term."; @@ -234,13 +238,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ChildrenRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new ChildrenRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -248,6 +252,7 @@ public ChildrenRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Children of current term. /// + /// 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 +269,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to children for sites /// + /// 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 +280,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs index af9273af41..33d0b6e778 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/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"; @@ -77,13 +78,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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/$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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs index ce1f437ffd..74e1e5fe01 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/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"; @@ -83,13 +84,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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/$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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -97,6 +98,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index c181a33409..ed2410a923 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs index bce3df0d93..115f49cb25 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for sites"; @@ -88,6 +89,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -103,6 +105,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -183,6 +186,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in sites"; @@ -262,6 +266,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -277,6 +282,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -290,13 +296,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -304,6 +310,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// Delete navigation property relations for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,7 +319,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -320,6 +327,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -336,6 +344,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in sites /// + /// 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 @@ -346,7 +355,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs index 4f9f53d78d..2f6aaffbb0 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the relation is relevant. /// + /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index d34e0bb838..59f89aedf4 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -100,13 +101,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -114,6 +115,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs index 03faf5c05e..53033cded4 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for sites"; @@ -127,6 +130,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -247,13 +251,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -261,6 +265,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -277,6 +282,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for sites /// + /// 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 @@ -287,7 +293,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs index 4f974a597d..28e6887261 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the term is created. /// + /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs index c9ee31ee4c..92c623bdb4 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Children/Item/TermItemRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property children for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property children for sites"; @@ -81,6 +82,7 @@ public Command BuildDeleteCommand() { /// /// Children of current term. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Children of current term."; @@ -155,6 +157,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property children in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property children in sites"; @@ -228,6 +231,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -253,6 +257,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -266,13 +271,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}{?%24expand,%24select}", rawUrl) { @@ -280,6 +285,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Delete navigation property children for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -288,7 +294,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -296,6 +302,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Children of current term. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -312,6 +319,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property children in sites /// + /// 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 @@ -322,7 +330,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/children/{term%2Did1}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs index d62f0d65f4..85fc941eb8 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/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"; @@ -77,13 +78,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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/$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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/$count{?%24filter,%24search}", rawUrl) { @@ -91,6 +92,7 @@ public CountRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs index bb44890eea..ba57e58be0 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/FromTerm/FromTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class FromTermRequestBuilder : BaseCliRequestBuilder { /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public FromTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new FromTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}/fromTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public FromTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set]. /// + /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs index 12746b9f43..1185d484ac 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/RelationItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class RelationItemRequestBuilder : BaseCliRequestBuilder { /// /// Delete navigation property relations for sites /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete navigation property relations for sites"; @@ -82,6 +83,7 @@ public Command BuildDeleteCommand() { /// /// Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildFromTermNavCommand() { var command = new Command("from-term"); command.Description = "Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity."; @@ -97,6 +99,7 @@ public Command BuildFromTermNavCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -171,6 +174,7 @@ public Command BuildGetCommand() { /// /// Update the navigation property relations in sites /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the navigation property relations in sites"; @@ -244,6 +248,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.relation entity."; @@ -259,6 +264,7 @@ public Command BuildSetNavCommand() { /// /// Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. /// + /// A public Command BuildToTermNavCommand() { var command = new Command("to-term"); command.Description = "Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity."; @@ -272,13 +278,13 @@ public Command BuildToTermNavCommand() { return command; } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new RelationItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}{?%24expand,%24select}", rawUrl) { @@ -286,6 +292,7 @@ public RelationItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site% /// /// Delete navigation property relations for sites /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -294,7 +301,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -302,6 +309,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -318,6 +326,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the navigation property relations in sites /// + /// 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 @@ -328,7 +337,7 @@ public RequestInformation ToPatchRequestInformation(Relation 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs index 37559f97b0..77e46bd8ad 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the relation is relevant. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the relation is relevant."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the relation is relevant. /// + /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs index 614b4daf40..b7acdf0047 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/Item/ToTerm/ToTermRequestBuilder.cs @@ -22,6 +22,7 @@ public class ToTermRequestBuilder : BaseCliRequestBuilder { /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The to [term] of the relation. The term to which the relationship is defined."; @@ -94,13 +95,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public ToTermRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new ToTermRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations/{relation%2Did}/toTerm{?%24expand,%24select}", rawUrl) { @@ -108,6 +109,7 @@ public ToTermRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ /// /// The to [term] of the relation. The term to which the relationship is defined. /// + /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs index 418401ac5c..caa50432cc 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Relations/RelationsRequestBuilder.cs @@ -24,6 +24,7 @@ public class RelationsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to relations for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to relations for sites"; @@ -121,6 +124,7 @@ public Command BuildCreateCommand() { /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "To indicate which terms are related to the current term as either pinned or reused."; @@ -235,13 +239,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public RelationsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new RelationsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -249,6 +253,7 @@ public RelationsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Di /// /// To indicate which terms are related to the current term as either pinned or reused. /// + /// A /// Configuration for the request such as headers, query parameters, and middleware options. #if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER #nullable enable @@ -265,6 +270,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to relations for sites /// + /// 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 @@ -275,7 +281,7 @@ public RequestInformation ToPostRequestInformation(Relation 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/relations", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs index 9d2b4621de..c8ba68886a 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/Set/SetRequestBuilder.cs @@ -22,6 +22,7 @@ public class SetRequestBuilder : BaseCliRequestBuilder { /// /// The [set] in which the term is created. /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "The [set] in which the term is created."; @@ -88,13 +89,13 @@ public Command BuildGetCommand() { return command; } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/set{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new SetRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}/set{?%24expand,%24select}", rawUrl) { @@ -102,6 +103,7 @@ public SetRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/ter /// /// The [set] in which the term is created. /// + /// 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/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.cs index a73ddacad5..88ab95f4d3 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/Item/TermItemRequestBuilder.cs @@ -25,6 +25,7 @@ public class TermItemRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the children property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildChildrenNavCommand() { var command = new Command("children"); command.Description = "Provides operations to manage the children property of the microsoft.graph.termStore.term entity."; @@ -51,6 +52,7 @@ public Command BuildChildrenNavCommand() { /// Delete a term object. /// Find more info here /// + /// A public Command BuildDeleteCommand() { var command = new Command("delete"); command.Description = "Delete a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0"; @@ -103,6 +105,7 @@ public Command BuildDeleteCommand() { /// Read the properties and relationships of a term object. /// Find more info here /// + /// A public Command BuildGetCommand() { var command = new Command("get"); command.Description = "Read the properties and relationships of a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"; @@ -172,6 +175,7 @@ public Command BuildGetCommand() { /// Update the properties of a term object. /// Find more info here /// + /// A public Command BuildPatchCommand() { var command = new Command("patch"); command.Description = "Update the properties of a term object.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0"; @@ -239,6 +243,7 @@ public Command BuildPatchCommand() { /// /// Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildRelationsNavCommand() { var command = new Command("relations"); command.Description = "Provides operations to manage the relations property of the microsoft.graph.termStore.term entity."; @@ -264,6 +269,7 @@ public Command BuildRelationsNavCommand() { /// /// Provides operations to manage the set property of the microsoft.graph.termStore.term entity. /// + /// A public Command BuildSetNavCommand() { var command = new Command("set"); command.Description = "Provides operations to manage the set property of the microsoft.graph.termStore.term entity."; @@ -277,13 +283,13 @@ public Command BuildSetNavCommand() { return command; } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermItemRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}{?%24expand,%24select}", pathParameters) { } /// - /// Instantiates a new TermItemRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}{?%24expand,%24select}", rawUrl) { @@ -291,6 +297,7 @@ public TermItemRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did /// /// Delete a term 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 @@ -299,7 +306,7 @@ public RequestInformation ToDeleteRequestInformation(Action> requestConfiguration = default) { #endif - var requestInfo = new RequestInformation(Method.DELETE, UrlTemplate, PathParameters); + var requestInfo = new RequestInformation(Method.DELETE, "{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; @@ -307,6 +314,7 @@ public RequestInformation ToDeleteRequestInformation(Action /// Read the properties and relationships of a term 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 @@ -323,6 +331,7 @@ public RequestInformation ToGetRequestInformation(Action /// Update the properties of a term 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 @@ -333,7 +342,7 @@ public RequestInformation ToPatchRequestInformation(Term 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms/{term%2Did}", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs index 49bcf01fa0..d7ed2ab9ca 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/Item/Terms/TermsRequestBuilder.cs @@ -24,6 +24,7 @@ public class TermsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the terms property of the microsoft.graph.termStore.set 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to terms for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to terms for sites"; @@ -115,6 +118,7 @@ public Command BuildCreateCommand() { /// /// Read the properties and relationships of a term object. /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Read the properties and relationships of a term object."; @@ -223,13 +227,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new TermsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public TermsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new TermsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public TermsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -237,6 +241,7 @@ public TermsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/t /// /// Read the properties and relationships of a term 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 @@ -253,6 +258,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to terms for sites /// + /// 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 @@ -263,7 +269,7 @@ public RequestInformation ToPostRequestInformation(Term 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets/{set%2Did1}/terms", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs index bd957266de..ff10f5b629 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/ParentGroup/Sets/SetsRequestBuilder.cs @@ -24,6 +24,7 @@ public class SetsRequestBuilder : BaseCliRequestBuilder { /// /// Provides operations to manage the sets property of the microsoft.graph.termStore.group 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."; @@ -54,6 +56,7 @@ public Command BuildCountNavCommand() { /// /// Create new navigation property to sets for sites /// + /// A public Command BuildCreateCommand() { var command = new Command("create"); command.Description = "Create new navigation property to sets for sites"; @@ -110,6 +113,7 @@ public Command BuildCreateCommand() { /// Get a list of the set objects and their properties. /// Find more info here /// + /// A public Command BuildListCommand() { var command = new Command("list"); command.Description = "Get a list of the set objects and their properties.\n\nFind more info here:\n https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0"; @@ -212,13 +216,13 @@ public Command BuildListCommand() { return command; } /// - /// Instantiates a new SetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// Path parameters for the request public SetsRequestBuilder(Dictionary pathParameters) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", pathParameters) { } /// - /// Instantiates a new SetsRequestBuilder and sets the default values. + /// Instantiates a new and sets the default values. /// /// The raw URL to use for the request builder. public SetsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}", rawUrl) { @@ -226,6 +230,7 @@ public SetsRequestBuilder(string rawUrl) : base("{+baseurl}/sites/{site%2Did}/te /// /// Get a list of the set 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 @@ -242,6 +247,7 @@ public RequestInformation ToGetRequestInformation(Action /// Create new navigation property to sets for sites /// + /// 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 +258,7 @@ public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Set b public RequestInformation ToPostRequestInformation(ApiSdk.Models.TermStore.Set 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}/sites/{site%2Did}/termStore/sets/{set%2Did}/parentGroup/sets", PathParameters); requestInfo.Configure(requestConfiguration); requestInfo.Headers.TryAdd("Accept", "application/json"); return requestInfo; diff --git a/src/generated/Sites/Item/TermStore/Sets/Item/Relations/Count/CountRequestBuilder.cs b/src/generated/Sites/Item/TermStore/Sets/Item/Relations/Count/CountRequestBuilder.cs index a6a85988a3..97406a4d0b 100644 --- a/src/generated/Sites/Item/TermStore/Sets/Item/Relations/Count/CountRequestBuilder.cs +++ b/src/generated/Sites/Item/TermStore/Sets/Item/Relations/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"; @@ -65,13 +66,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}/sites/{site%2Did}/termStore/sets/{set%2Did}/relations/$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 t{"code":"deadline_exceeded","msg":"operation timed out"}